2024-09-10T04:06:51.837 INFO:root:teuthology version: 1.2.2.dev2+g3752d38 2024-09-10T04:06:51.854 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-10T04:06:51.934 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/adking-2024-09-10_02:59:23-orch:cephadm-wip-adk-testing-2024-09-09-1904-distro-default-smithi/7898635 branch: wip-adk-testing-2024-09-09-1904 description: orch:cephadm/smoke-roleless/{0-distro/ubuntu_22.04 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} email: adking@redhat.com first_in_suite: false job_id: '7898635' kernel: kdb: 1 sha1: distro ktype: distro last_in_suite: false machine_type: smithi name: adking-2024-09-10_02:59:23-orch:cephadm-wip-adk-testing-2024-09-09-1904-distro-default-smithi no_nested_subset: false openstack: - volumes: count: 4 size: 10 os_type: ubuntu os_version: '22.04' overrides: admin_socket: branch: wip-adk-testing-2024-09-09-1904 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: 3a5e3f16720f432aea965c40a8f6eb480095ec6c ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 3a5e3f16720f432aea965c40a8f6eb480095ec6c workunit: branch: wip-adk-testing-2024-09-09-1904 sha1: 3a5e3f16720f432aea965c40a8f6eb480095ec6c owner: scheduled_adking@teuthology priority: 80 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 6964 sha1: 3a5e3f16720f432aea965c40a8f6eb480095ec6c sleep_before_teardown: 0 subset: 1/20 suite: orch:cephadm suite_branch: wip-adk-testing-2024-09-09-1904 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_3a5e3f16720f432aea965c40a8f6eb480095ec6c/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 3a5e3f16720f432aea965c40a8f6eb480095ec6c targets: smithi047.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHeApJOOyRAkm57ard6Lj0htpQ+mysT+w9n3XJIUn68e+lJ/fYBEpUlmxvQF9CfiVYgdTLK1+I0375LTfCL69R0= smithi149.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOoqMjMf1EJmzBYRlom6Egbcm5axy2ah4Qz9XYi0JpgjYGXPucykGOCKGvV3KyKUD0w+QO/efqMz209kXCGooOw= 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-10_02:59:23 tube: smithi user: adking verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.3401856 2024-09-10T04:06:51.934 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_3a5e3f16720f432aea965c40a8f6eb480095ec6c/qa; will attempt to use it 2024-09-10T04:06:51.935 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_3a5e3f16720f432aea965c40a8f6eb480095ec6c/qa/tasks 2024-09-10T04:06:51.935 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-09-10T04:06:51.936 INFO:teuthology.task.internal:Checking packages... 2024-09-10T04:06:51.965 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '3a5e3f16720f432aea965c40a8f6eb480095ec6c' 2024-09-10T04:06:51.965 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-09-10T04:06:51.965 INFO:teuthology.packaging:ref: None 2024-09-10T04:06:51.965 INFO:teuthology.packaging:tag: None 2024-09-10T04:06:51.965 INFO:teuthology.packaging:branch: wip-adk-testing-2024-09-09-1904 2024-09-10T04:06:51.965 INFO:teuthology.packaging:sha1: 3a5e3f16720f432aea965c40a8f6eb480095ec6c 2024-09-10T04:06:51.966 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&ref=wip-adk-testing-2024-09-09-1904 2024-09-10T04:06:52.119 INFO:teuthology.task.internal:Found packages for ceph version 19.3.0-4885-g3a5e3f16-1jammy 2024-09-10T04:06:52.120 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-09-10T04:06:52.128 INFO:teuthology.task.internal:no buildpackages task found 2024-09-10T04:06:52.128 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-09-10T04:06:52.154 INFO:teuthology.task.internal:Saving configuration 2024-09-10T04:06:52.170 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-09-10T04:06:52.179 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-09-10T04:06:52.195 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi047.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-09-10_02:59:23-orch:cephadm-wip-adk-testing-2024-09-09-1904-distro-default-smithi/7898635', '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-10 04:01:06.621025', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGdpQ7OsqULdhTSpZoX8d0KFvpwRGzfTEHyNXVbxSrFD'} 2024-09-10T04:06:52.210 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi149.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-09-10_02:59:23-orch:cephadm-wip-adk-testing-2024-09-09-1904-distro-default-smithi/7898635', '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-10 04:01:06.622823', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGZn7rYGkKpJMmItwPbsOJSGGCyOhHEGAmYt/IX2c69E'} 2024-09-10T04:06:52.210 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-09-10T04:06:52.339 INFO:teuthology.task.internal:roles: ubuntu@smithi047.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-09-10T04:06:52.339 INFO:teuthology.task.internal:roles: ubuntu@smithi149.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-09-10T04:06:52.339 INFO:teuthology.run_tasks:Running task console_log... 2024-09-10T04:06:52.413 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fa821be3be0>, signals=[15]) 2024-09-10T04:06:52.413 INFO:teuthology.run_tasks:Running task internal.connect... 2024-09-10T04:06:52.420 INFO:teuthology.task.internal:Opening connections... 2024-09-10T04:06:52.420 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi047.front.sepia.ceph.com 2024-09-10T04:06:52.422 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi047.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T04:06:52.509 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi149.front.sepia.ceph.com 2024-09-10T04:06:52.510 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi149.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T04:06:52.597 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-09-10T04:06:52.604 DEBUG:teuthology.orchestra.run.smithi047:> uname -m 2024-09-10T04:06:52.609 INFO:teuthology.orchestra.run.smithi047.stdout:x86_64 2024-09-10T04:06:52.610 DEBUG:teuthology.orchestra.run.smithi047:> cat /etc/os-release 2024-09-10T04:06:52.658 INFO:teuthology.orchestra.run.smithi047.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-09-10T04:06:52.658 INFO:teuthology.orchestra.run.smithi047.stdout:NAME="Ubuntu" 2024-09-10T04:06:52.658 INFO:teuthology.orchestra.run.smithi047.stdout:VERSION_ID="22.04" 2024-09-10T04:06:52.659 INFO:teuthology.orchestra.run.smithi047.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-09-10T04:06:52.659 INFO:teuthology.orchestra.run.smithi047.stdout:VERSION_CODENAME=jammy 2024-09-10T04:06:52.659 INFO:teuthology.orchestra.run.smithi047.stdout:ID=ubuntu 2024-09-10T04:06:52.659 INFO:teuthology.orchestra.run.smithi047.stdout:ID_LIKE=debian 2024-09-10T04:06:52.659 INFO:teuthology.orchestra.run.smithi047.stdout:HOME_URL="https://www.ubuntu.com/" 2024-09-10T04:06:52.659 INFO:teuthology.orchestra.run.smithi047.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-09-10T04:06:52.659 INFO:teuthology.orchestra.run.smithi047.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-09-10T04:06:52.659 INFO:teuthology.orchestra.run.smithi047.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-09-10T04:06:52.659 INFO:teuthology.orchestra.run.smithi047.stdout:UBUNTU_CODENAME=jammy 2024-09-10T04:06:52.660 INFO:teuthology.lock.ops:Updating smithi047.front.sepia.ceph.com on lock server 2024-09-10T04:06:52.682 DEBUG:teuthology.orchestra.run.smithi149:> uname -m 2024-09-10T04:06:52.688 INFO:teuthology.orchestra.run.smithi149.stdout:x86_64 2024-09-10T04:06:52.688 DEBUG:teuthology.orchestra.run.smithi149:> cat /etc/os-release 2024-09-10T04:06:52.736 INFO:teuthology.orchestra.run.smithi149.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-09-10T04:06:52.737 INFO:teuthology.orchestra.run.smithi149.stdout:NAME="Ubuntu" 2024-09-10T04:06:52.737 INFO:teuthology.orchestra.run.smithi149.stdout:VERSION_ID="22.04" 2024-09-10T04:06:52.737 INFO:teuthology.orchestra.run.smithi149.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-09-10T04:06:52.737 INFO:teuthology.orchestra.run.smithi149.stdout:VERSION_CODENAME=jammy 2024-09-10T04:06:52.737 INFO:teuthology.orchestra.run.smithi149.stdout:ID=ubuntu 2024-09-10T04:06:52.737 INFO:teuthology.orchestra.run.smithi149.stdout:ID_LIKE=debian 2024-09-10T04:06:52.737 INFO:teuthology.orchestra.run.smithi149.stdout:HOME_URL="https://www.ubuntu.com/" 2024-09-10T04:06:52.737 INFO:teuthology.orchestra.run.smithi149.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-09-10T04:06:52.737 INFO:teuthology.orchestra.run.smithi149.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-09-10T04:06:52.737 INFO:teuthology.orchestra.run.smithi149.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-09-10T04:06:52.737 INFO:teuthology.orchestra.run.smithi149.stdout:UBUNTU_CODENAME=jammy 2024-09-10T04:06:52.738 INFO:teuthology.lock.ops:Updating smithi149.front.sepia.ceph.com on lock server 2024-09-10T04:06:52.757 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-09-10T04:06:52.766 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-09-10T04:06:52.804 INFO:teuthology.task.internal:Checking for old test directory... 2024-09-10T04:06:52.805 DEBUG:teuthology.orchestra.run.smithi047:> test '!' -e /home/ubuntu/cephtest 2024-09-10T04:06:52.808 DEBUG:teuthology.orchestra.run.smithi149:> test '!' -e /home/ubuntu/cephtest 2024-09-10T04:06:52.814 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-09-10T04:06:52.837 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-09-10T04:06:52.837 DEBUG:teuthology.orchestra.run.smithi047:> test -z $(ls -A /var/lib/ceph) 2024-09-10T04:06:52.859 DEBUG:teuthology.orchestra.run.smithi149:> test -z $(ls -A /var/lib/ceph) 2024-09-10T04:06:52.870 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-09-10T04:06:52.930 INFO:teuthology.run_tasks:Running task kernel... 2024-09-10T04:06:52.945 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-09-10T04:06:52.945 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-09-10T04:06:52.945 DEBUG:teuthology.orchestra.run.smithi047:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-10T04:06:52.946 DEBUG:teuthology.orchestra.run.smithi149:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-10T04:06:52.950 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-10T04:06:52.951 DEBUG:teuthology.orchestra.run.smithi047:> uname -r 2024-09-10T04:06:52.951 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-10T04:06:52.952 DEBUG:teuthology.orchestra.run.smithi149:> uname -r 2024-09-10T04:06:53.001 INFO:teuthology.orchestra.run.smithi149.stdout:5.15.0-56-generic 2024-09-10T04:06:53.001 INFO:teuthology.task.kernel:Running kernel on smithi149: 5.15.0-56-generic 2024-09-10T04:06:53.001 DEBUG:teuthology.orchestra.run.smithi149:> sudo apt-get clean 2024-09-10T04:06:53.002 INFO:teuthology.orchestra.run.smithi047.stdout:5.15.0-56-generic 2024-09-10T04:06:53.002 INFO:teuthology.task.kernel:Running kernel on smithi047: 5.15.0-56-generic 2024-09-10T04:06:53.003 DEBUG:teuthology.orchestra.run.smithi047:> sudo apt-get clean 2024-09-10T04:06:53.135 DEBUG:teuthology.orchestra.run.smithi047:> sudo apt-get update 2024-09-10T04:06:53.136 DEBUG:teuthology.orchestra.run.smithi149:> sudo apt-get update 2024-09-10T04:06:53.399 INFO:teuthology.orchestra.run.smithi149.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-10T04:06:53.416 INFO:teuthology.orchestra.run.smithi047.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-10T04:06:53.436 INFO:teuthology.orchestra.run.smithi047.stdout:Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2024-09-10T04:06:53.441 INFO:teuthology.orchestra.run.smithi149.stdout:Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2024-09-10T04:06:53.464 INFO:teuthology.orchestra.run.smithi149.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] 2024-09-10T04:06:53.482 INFO:teuthology.orchestra.run.smithi047.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] 2024-09-10T04:06:53.820 INFO:teuthology.orchestra.run.smithi149.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] 2024-09-10T04:06:53.838 INFO:teuthology.orchestra.run.smithi047.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] 2024-09-10T04:06:53.876 INFO:teuthology.orchestra.run.smithi149.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [533 kB] 2024-09-10T04:06:53.886 INFO:teuthology.orchestra.run.smithi047.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,771 kB] 2024-09-10T04:06:53.958 INFO:teuthology.orchestra.run.smithi149.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,988 kB] 2024-09-10T04:06:53.977 INFO:teuthology.orchestra.run.smithi047.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [690 kB] 2024-09-10T04:06:54.184 INFO:teuthology.orchestra.run.smithi047.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,988 kB] 2024-09-10T04:06:54.200 INFO:teuthology.orchestra.run.smithi149.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,771 kB] 2024-09-10T04:06:54.274 INFO:teuthology.orchestra.run.smithi149.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [690 kB] 2024-09-10T04:06:54.305 INFO:teuthology.orchestra.run.smithi047.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [533 kB] 2024-09-10T04:06:54.309 INFO:teuthology.orchestra.run.smithi149.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [349 kB] 2024-09-10T04:06:54.322 INFO:teuthology.orchestra.run.smithi047.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [291 kB] 2024-09-10T04:06:54.324 INFO:teuthology.orchestra.run.smithi149.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [17.8 kB] 2024-09-10T04:06:54.325 INFO:teuthology.orchestra.run.smithi149.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [39.3 kB] 2024-09-10T04:06:54.326 INFO:teuthology.orchestra.run.smithi149.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [2,386 kB] 2024-09-10T04:06:54.329 INFO:teuthology.orchestra.run.smithi047.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [349 kB] 2024-09-10T04:06:54.331 INFO:teuthology.orchestra.run.smithi047.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [13.3 kB] 2024-09-10T04:06:54.332 INFO:teuthology.orchestra.run.smithi047.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [37.7 kB] 2024-09-10T04:06:54.333 INFO:teuthology.orchestra.run.smithi047.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [2,327 kB] 2024-09-10T04:06:54.344 INFO:teuthology.orchestra.run.smithi047.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [17.8 kB] 2024-09-10T04:06:54.345 INFO:teuthology.orchestra.run.smithi047.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [2,386 kB] 2024-09-10T04:06:54.372 INFO:teuthology.orchestra.run.smithi149.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [291 kB] 2024-09-10T04:06:54.385 INFO:teuthology.orchestra.run.smithi149.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [13.3 kB] 2024-09-10T04:06:54.386 INFO:teuthology.orchestra.run.smithi149.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [2,327 kB] 2024-09-10T04:06:54.395 INFO:teuthology.orchestra.run.smithi149.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [410 kB] 2024-09-10T04:06:54.410 INFO:teuthology.orchestra.run.smithi149.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [616 B] 2024-09-10T04:06:54.410 INFO:teuthology.orchestra.run.smithi149.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [731 kB] 2024-09-10T04:06:54.411 INFO:teuthology.orchestra.run.smithi047.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [39.3 kB] 2024-09-10T04:06:54.414 INFO:teuthology.orchestra.run.smithi047.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [410 kB] 2024-09-10T04:06:54.428 INFO:teuthology.orchestra.run.smithi047.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [400 kB] 2024-09-10T04:06:54.429 INFO:teuthology.orchestra.run.smithi047.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [616 B] 2024-09-10T04:06:54.450 INFO:teuthology.orchestra.run.smithi149.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,123 kB] 2024-09-10T04:06:54.470 INFO:teuthology.orchestra.run.smithi149.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [261 kB] 2024-09-10T04:06:54.471 INFO:teuthology.orchestra.run.smithi149.stdout:Get:21 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [37.7 kB] 2024-09-10T04:06:54.471 INFO:teuthology.orchestra.run.smithi149.stdout:Get:22 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [400 kB] 2024-09-10T04:06:54.473 INFO:teuthology.orchestra.run.smithi047.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [731 kB] 2024-09-10T04:06:54.473 INFO:teuthology.orchestra.run.smithi047.stdout:Get:21 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [584 B] 2024-09-10T04:06:54.473 INFO:teuthology.orchestra.run.smithi047.stdout:Get:22 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [626 kB] 2024-09-10T04:06:54.475 INFO:teuthology.orchestra.run.smithi149.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [26.1 kB] 2024-09-10T04:06:54.476 INFO:teuthology.orchestra.run.smithi149.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [43.3 kB] 2024-09-10T04:06:54.477 INFO:teuthology.orchestra.run.smithi149.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,752 B] 2024-09-10T04:06:54.484 INFO:teuthology.orchestra.run.smithi047.stdout:Get:23 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [901 kB] 2024-09-10T04:06:54.486 INFO:teuthology.orchestra.run.smithi047.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,123 kB] 2024-09-10T04:06:54.491 INFO:teuthology.orchestra.run.smithi149.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.8 kB] 2024-09-10T04:06:54.491 INFO:teuthology.orchestra.run.smithi149.stdout:Get:27 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [584 B] 2024-09-10T04:06:54.497 INFO:teuthology.orchestra.run.smithi149.stdout:Get:28 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [901 kB] 2024-09-10T04:06:54.500 INFO:teuthology.orchestra.run.smithi047.stdout:Get:25 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [176 kB] 2024-09-10T04:06:54.503 INFO:teuthology.orchestra.run.smithi047.stdout:Get:26 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [19.2 kB] 2024-09-10T04:06:54.504 INFO:teuthology.orchestra.run.smithi047.stdout:Get:27 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-09-10T04:06:54.504 INFO:teuthology.orchestra.run.smithi047.stdout:Get:28 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-09-10T04:06:54.505 INFO:teuthology.orchestra.run.smithi047.stdout:Get:29 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-09-10T04:06:54.506 INFO:teuthology.orchestra.run.smithi047.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [261 kB] 2024-09-10T04:06:54.510 INFO:teuthology.orchestra.run.smithi047.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [26.1 kB] 2024-09-10T04:06:54.511 INFO:teuthology.orchestra.run.smithi047.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [43.3 kB] 2024-09-10T04:06:54.512 INFO:teuthology.orchestra.run.smithi047.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,752 B] 2024-09-10T04:06:54.513 INFO:teuthology.orchestra.run.smithi149.stdout:Get:29 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [626 kB] 2024-09-10T04:06:54.513 INFO:teuthology.orchestra.run.smithi047.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.8 kB] 2024-09-10T04:06:54.520 INFO:teuthology.orchestra.run.smithi149.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [444 B] 2024-09-10T04:06:54.520 INFO:teuthology.orchestra.run.smithi149.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.9 kB] 2024-09-10T04:06:54.521 INFO:teuthology.orchestra.run.smithi149.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.8 kB] 2024-09-10T04:06:54.528 INFO:teuthology.orchestra.run.smithi149.stdout:Get:33 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [176 kB] 2024-09-10T04:06:54.535 INFO:teuthology.orchestra.run.smithi149.stdout:Get:34 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [19.2 kB] 2024-09-10T04:06:54.537 INFO:teuthology.orchestra.run.smithi149.stdout:Get:35 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-09-10T04:06:54.537 INFO:teuthology.orchestra.run.smithi149.stdout:Get:36 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-09-10T04:06:54.569 INFO:teuthology.orchestra.run.smithi047.stdout:Get:35 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [228 B] 2024-09-10T04:06:54.579 INFO:teuthology.orchestra.run.smithi149.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.1 kB] 2024-09-10T04:06:54.580 INFO:teuthology.orchestra.run.smithi149.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-09-10T04:06:54.580 INFO:teuthology.orchestra.run.smithi149.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.8 kB] 2024-09-10T04:06:54.580 INFO:teuthology.orchestra.run.smithi149.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.3 kB] 2024-09-10T04:06:54.581 INFO:teuthology.orchestra.run.smithi149.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.5 kB] 2024-09-10T04:06:54.583 INFO:teuthology.orchestra.run.smithi047.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [444 B] 2024-09-10T04:06:54.583 INFO:teuthology.orchestra.run.smithi047.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.9 kB] 2024-09-10T04:06:54.584 INFO:teuthology.orchestra.run.smithi047.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.8 kB] 2024-09-10T04:06:54.586 INFO:teuthology.orchestra.run.smithi047.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.1 kB] 2024-09-10T04:06:54.601 INFO:teuthology.orchestra.run.smithi149.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [672 B] 2024-09-10T04:06:54.618 INFO:teuthology.orchestra.run.smithi149.stdout:Get:43 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-09-10T04:06:54.619 INFO:teuthology.orchestra.run.smithi149.stdout:Get:44 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [228 B] 2024-09-10T04:06:54.665 INFO:teuthology.orchestra.run.smithi047.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-09-10T04:06:54.665 INFO:teuthology.orchestra.run.smithi047.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.3 kB] 2024-09-10T04:06:54.666 INFO:teuthology.orchestra.run.smithi047.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.8 kB] 2024-09-10T04:06:54.666 INFO:teuthology.orchestra.run.smithi047.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.5 kB] 2024-09-10T04:06:54.667 INFO:teuthology.orchestra.run.smithi047.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [672 B] 2024-09-10T04:07:00.452 INFO:teuthology.orchestra.run.smithi149.stdout:Fetched 15.8 MB in 3s (5,743 kB/s) 2024-09-10T04:07:00.864 INFO:teuthology.orchestra.run.smithi047.stdout:Fetched 15.8 MB in 3s (5,615 kB/s) 2024-09-10T04:07:01.897 INFO:teuthology.orchestra.run.smithi149.stdout:Reading package lists... 2024-09-10T04:07:01.916 DEBUG:teuthology.orchestra.run.smithi149:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-10T04:07:01.982 INFO:teuthology.orchestra.run.smithi149.stdout:Reading package lists... 2024-09-10T04:07:02.191 INFO:teuthology.orchestra.run.smithi149.stdout:Building dependency tree... 2024-09-10T04:07:02.192 INFO:teuthology.orchestra.run.smithi149.stdout:Reading state information... 2024-09-10T04:07:02.368 INFO:teuthology.orchestra.run.smithi149.stdout:The following packages were automatically installed and are no longer required: 2024-09-10T04:07:02.368 INFO:teuthology.orchestra.run.smithi149.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-10T04:07:02.368 INFO:teuthology.orchestra.run.smithi149.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-10T04:07:02.369 INFO:teuthology.orchestra.run.smithi149.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-10T04:07:02.369 INFO:teuthology.orchestra.run.smithi149.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-09-10T04:07:02.369 INFO:teuthology.orchestra.run.smithi149.stdout: python2.7-minimal 2024-09-10T04:07:02.369 INFO:teuthology.orchestra.run.smithi149.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-10T04:07:02.370 INFO:teuthology.orchestra.run.smithi149.stdout:The following additional packages will be installed: 2024-09-10T04:07:02.370 INFO:teuthology.orchestra.run.smithi149.stdout: linux-generic linux-headers-5.15.0-119 linux-headers-5.15.0-119-generic 2024-09-10T04:07:02.370 INFO:teuthology.orchestra.run.smithi149.stdout: linux-headers-generic linux-image-5.15.0-119-generic 2024-09-10T04:07:02.371 INFO:teuthology.orchestra.run.smithi149.stdout: linux-modules-5.15.0-119-generic linux-modules-extra-5.15.0-119-generic 2024-09-10T04:07:02.372 INFO:teuthology.orchestra.run.smithi149.stdout:Suggested packages: 2024-09-10T04:07:02.372 INFO:teuthology.orchestra.run.smithi149.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-09-10T04:07:02.372 INFO:teuthology.orchestra.run.smithi149.stdout:Recommended packages: 2024-09-10T04:07:02.372 INFO:teuthology.orchestra.run.smithi149.stdout: thermald 2024-09-10T04:07:02.417 INFO:teuthology.orchestra.run.smithi149.stdout:The following NEW packages will be installed: 2024-09-10T04:07:02.417 INFO:teuthology.orchestra.run.smithi149.stdout: linux-headers-5.15.0-119 linux-headers-5.15.0-119-generic 2024-09-10T04:07:02.417 INFO:teuthology.orchestra.run.smithi149.stdout: linux-image-5.15.0-119-generic linux-modules-5.15.0-119-generic 2024-09-10T04:07:02.417 INFO:teuthology.orchestra.run.smithi149.stdout: linux-modules-extra-5.15.0-119-generic 2024-09-10T04:07:02.418 INFO:teuthology.orchestra.run.smithi047.stdout:Reading package lists... 2024-09-10T04:07:02.418 INFO:teuthology.orchestra.run.smithi149.stdout:The following packages will be upgraded: 2024-09-10T04:07:02.419 INFO:teuthology.orchestra.run.smithi149.stdout: linux-generic linux-headers-generic linux-image-generic 2024-09-10T04:07:02.437 DEBUG:teuthology.orchestra.run.smithi047:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-10T04:07:02.505 INFO:teuthology.orchestra.run.smithi047.stdout:Reading package lists... 2024-09-10T04:07:02.599 INFO:teuthology.orchestra.run.smithi149.stdout:3 upgraded, 5 newly installed, 0 to remove and 344 not upgraded. 2024-09-10T04:07:02.599 INFO:teuthology.orchestra.run.smithi149.stdout:Need to get 113 MB of archives. 2024-09-10T04:07:02.600 INFO:teuthology.orchestra.run.smithi149.stdout:After this operation, 583 MB of additional disk space will be used. 2024-09-10T04:07:02.600 INFO:teuthology.orchestra.run.smithi149.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-119-generic amd64 5.15.0-119.129 [22.6 MB] 2024-09-10T04:07:02.720 INFO:teuthology.orchestra.run.smithi047.stdout:Building dependency tree... 2024-09-10T04:07:02.721 INFO:teuthology.orchestra.run.smithi047.stdout:Reading state information... 2024-09-10T04:07:02.916 INFO:teuthology.orchestra.run.smithi047.stdout:The following packages were automatically installed and are no longer required: 2024-09-10T04:07:02.916 INFO:teuthology.orchestra.run.smithi047.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-10T04:07:02.916 INFO:teuthology.orchestra.run.smithi047.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-10T04:07:02.917 INFO:teuthology.orchestra.run.smithi047.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-10T04:07:02.917 INFO:teuthology.orchestra.run.smithi047.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-09-10T04:07:02.917 INFO:teuthology.orchestra.run.smithi047.stdout: python2.7-minimal 2024-09-10T04:07:02.917 INFO:teuthology.orchestra.run.smithi047.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-10T04:07:02.918 INFO:teuthology.orchestra.run.smithi047.stdout:The following additional packages will be installed: 2024-09-10T04:07:02.918 INFO:teuthology.orchestra.run.smithi047.stdout: linux-generic linux-headers-5.15.0-119 linux-headers-5.15.0-119-generic 2024-09-10T04:07:02.919 INFO:teuthology.orchestra.run.smithi047.stdout: linux-headers-generic linux-image-5.15.0-119-generic 2024-09-10T04:07:02.919 INFO:teuthology.orchestra.run.smithi047.stdout: linux-modules-5.15.0-119-generic linux-modules-extra-5.15.0-119-generic 2024-09-10T04:07:02.920 INFO:teuthology.orchestra.run.smithi047.stdout:Suggested packages: 2024-09-10T04:07:02.921 INFO:teuthology.orchestra.run.smithi047.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-09-10T04:07:02.921 INFO:teuthology.orchestra.run.smithi047.stdout:Recommended packages: 2024-09-10T04:07:02.921 INFO:teuthology.orchestra.run.smithi047.stdout: thermald 2024-09-10T04:07:02.973 INFO:teuthology.orchestra.run.smithi047.stdout:The following NEW packages will be installed: 2024-09-10T04:07:02.973 INFO:teuthology.orchestra.run.smithi047.stdout: linux-headers-5.15.0-119 linux-headers-5.15.0-119-generic 2024-09-10T04:07:02.973 INFO:teuthology.orchestra.run.smithi047.stdout: linux-image-5.15.0-119-generic linux-modules-5.15.0-119-generic 2024-09-10T04:07:02.973 INFO:teuthology.orchestra.run.smithi047.stdout: linux-modules-extra-5.15.0-119-generic 2024-09-10T04:07:02.974 INFO:teuthology.orchestra.run.smithi047.stdout:The following packages will be upgraded: 2024-09-10T04:07:02.975 INFO:teuthology.orchestra.run.smithi047.stdout: linux-generic linux-headers-generic linux-image-generic 2024-09-10T04:07:03.157 INFO:teuthology.orchestra.run.smithi047.stdout:3 upgraded, 5 newly installed, 0 to remove and 344 not upgraded. 2024-09-10T04:07:03.157 INFO:teuthology.orchestra.run.smithi047.stdout:Need to get 113 MB of archives. 2024-09-10T04:07:03.157 INFO:teuthology.orchestra.run.smithi047.stdout:After this operation, 583 MB of additional disk space will be used. 2024-09-10T04:07:03.157 INFO:teuthology.orchestra.run.smithi047.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-119-generic amd64 5.15.0-119.129 [22.6 MB] 2024-09-10T04:07:03.986 INFO:teuthology.orchestra.run.smithi149.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-119-generic amd64 5.15.0-119.129 [11.5 MB] 2024-09-10T04:07:04.383 INFO:teuthology.orchestra.run.smithi149.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-119-generic amd64 5.15.0-119.129 [63.9 MB] 2024-09-10T04:07:04.581 INFO:teuthology.orchestra.run.smithi047.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-119-generic amd64 5.15.0-119.129 [11.5 MB] 2024-09-10T04:07:04.937 INFO:teuthology.orchestra.run.smithi047.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-119-generic amd64 5.15.0-119.129 [63.9 MB] 2024-09-10T04:07:06.554 INFO:teuthology.orchestra.run.smithi149.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.119.119 [1,694 B] 2024-09-10T04:07:06.555 INFO:teuthology.orchestra.run.smithi149.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.119.119 [2,502 B] 2024-09-10T04:07:06.555 INFO:teuthology.orchestra.run.smithi149.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-119 all 5.15.0-119.129 [12.3 MB] 2024-09-10T04:07:06.958 INFO:teuthology.orchestra.run.smithi149.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-119-generic amd64 5.15.0-119.129 [2,879 kB] 2024-09-10T04:07:07.005 INFO:teuthology.orchestra.run.smithi149.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.119.119 [2,350 B] 2024-09-10T04:07:07.295 INFO:teuthology.orchestra.run.smithi047.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.119.119 [1,694 B] 2024-09-10T04:07:07.295 INFO:teuthology.orchestra.run.smithi047.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.119.119 [2,502 B] 2024-09-10T04:07:07.295 INFO:teuthology.orchestra.run.smithi047.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-119 all 5.15.0-119.129 [12.3 MB] 2024-09-10T04:07:07.405 INFO:teuthology.orchestra.run.smithi149.stdout:Fetched 113 MB in 5s (24.8 MB/s) 2024-09-10T04:07:07.590 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package linux-modules-5.15.0-119-generic. 2024-09-10T04:07:07.646 INFO:teuthology.orchestra.run.smithi047.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-119-generic amd64 5.15.0-119.129 [2,879 kB] 2024-09-10T04:07:07.730 INFO:teuthology.orchestra.run.smithi047.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.119.119 [2,350 B] 2024-09-10T04:07:08.286 INFO:teuthology.orchestra.run.smithi047.stdout:Fetched 113 MB in 5s (23.3 MB/s) 2024-09-10T04:07:08.581 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package linux-modules-5.15.0-119-generic. 2024-09-10T04:07:09.591 INFO:teuthology.orchestra.run.smithi149.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-10T04:07:09.596 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../0-linux-modules-5.15.0-119-generic_5.15.0-119.129_amd64.deb ... 2024-09-10T04:07:09.688 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking linux-modules-5.15.0-119-generic (5.15.0-119.129) ... 2024-09-10T04:07:10.514 INFO:teuthology.orchestra.run.smithi047.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-10T04:07:10.519 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../0-linux-modules-5.15.0-119-generic_5.15.0-119.129_amd64.deb ... 2024-09-10T04:07:10.587 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking linux-modules-5.15.0-119-generic (5.15.0-119.129) ... 2024-09-10T04:07:11.840 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package linux-image-5.15.0-119-generic. 2024-09-10T04:07:11.861 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../1-linux-image-5.15.0-119-generic_5.15.0-119.129_amd64.deb ... 2024-09-10T04:07:11.943 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking linux-image-5.15.0-119-generic (5.15.0-119.129) ... 2024-09-10T04:07:12.418 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-119-generic. 2024-09-10T04:07:12.438 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-119-generic_5.15.0-119.129_amd64.deb ... 2024-09-10T04:07:12.486 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking linux-modules-extra-5.15.0-119-generic (5.15.0-119.129) ... 2024-09-10T04:07:13.063 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package linux-image-5.15.0-119-generic. 2024-09-10T04:07:13.084 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../1-linux-image-5.15.0-119-generic_5.15.0-119.129_amd64.deb ... 2024-09-10T04:07:13.173 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking linux-image-5.15.0-119-generic (5.15.0-119.129) ... 2024-09-10T04:07:13.617 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-119-generic. 2024-09-10T04:07:13.635 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-119-generic_5.15.0-119.129_amd64.deb ... 2024-09-10T04:07:13.666 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking linux-modules-extra-5.15.0-119-generic (5.15.0-119.129) ... 2024-09-10T04:07:19.280 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../3-linux-generic_5.15.0.119.119_amd64.deb ... 2024-09-10T04:07:19.388 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking linux-generic (5.15.0.119.119) over (5.15.0.56.54) ... 2024-09-10T04:07:19.680 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.119.119_amd64.deb ... 2024-09-10T04:07:19.751 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../3-linux-generic_5.15.0.119.119_amd64.deb ... 2024-09-10T04:07:19.817 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking linux-image-generic (5.15.0.119.119) over (5.15.0.56.54) ... 2024-09-10T04:07:19.878 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking linux-generic (5.15.0.119.119) over (5.15.0.56.54) ... 2024-09-10T04:07:20.128 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package linux-headers-5.15.0-119. 2024-09-10T04:07:20.150 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../5-linux-headers-5.15.0-119_5.15.0-119.129_all.deb ... 2024-09-10T04:07:20.194 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking linux-headers-5.15.0-119 (5.15.0-119.129) ... 2024-09-10T04:07:20.203 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.119.119_amd64.deb ... 2024-09-10T04:07:20.331 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking linux-image-generic (5.15.0.119.119) over (5.15.0.56.54) ... 2024-09-10T04:07:20.643 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package linux-headers-5.15.0-119. 2024-09-10T04:07:20.666 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../5-linux-headers-5.15.0-119_5.15.0-119.129_all.deb ... 2024-09-10T04:07:20.701 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking linux-headers-5.15.0-119 (5.15.0-119.129) ... 2024-09-10T04:07:25.819 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package linux-headers-5.15.0-119-generic. 2024-09-10T04:07:25.856 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../6-linux-headers-5.15.0-119-generic_5.15.0-119.129_amd64.deb ... 2024-09-10T04:07:25.885 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking linux-headers-5.15.0-119-generic (5.15.0-119.129) ... 2024-09-10T04:07:26.376 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package linux-headers-5.15.0-119-generic. 2024-09-10T04:07:26.413 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../6-linux-headers-5.15.0-119-generic_5.15.0-119.129_amd64.deb ... 2024-09-10T04:07:26.450 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking linux-headers-5.15.0-119-generic (5.15.0-119.129) ... 2024-09-10T04:07:29.839 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.119.119_amd64.deb ... 2024-09-10T04:07:29.956 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking linux-headers-generic (5.15.0.119.119) over (5.15.0.56.54) ... 2024-09-10T04:07:30.188 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.119.119_amd64.deb ... 2024-09-10T04:07:30.305 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking linux-headers-generic (5.15.0.119.119) over (5.15.0.56.54) ... 2024-09-10T04:07:30.320 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up linux-headers-5.15.0-119 (5.15.0-119.129) ... 2024-09-10T04:07:30.444 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up linux-headers-5.15.0-119-generic (5.15.0-119.129) ... 2024-09-10T04:07:30.570 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up linux-headers-generic (5.15.0.119.119) ... 2024-09-10T04:07:30.689 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up linux-headers-5.15.0-119 (5.15.0-119.129) ... 2024-09-10T04:07:30.716 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up linux-image-5.15.0-119-generic (5.15.0-119.129) ... 2024-09-10T04:07:30.810 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up linux-headers-5.15.0-119-generic (5.15.0-119.129) ... 2024-09-10T04:07:30.944 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up linux-headers-generic (5.15.0.119.119) ... 2024-09-10T04:07:31.073 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up linux-image-5.15.0-119-generic (5.15.0-119.129) ... 2024-09-10T04:07:32.045 INFO:teuthology.orchestra.run.smithi149.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-09-10T04:07:32.045 INFO:teuthology.orchestra.run.smithi149.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-09-10T04:07:32.046 INFO:teuthology.orchestra.run.smithi149.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-119-generic 2024-09-10T04:07:32.046 INFO:teuthology.orchestra.run.smithi149.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-119-generic 2024-09-10T04:07:32.201 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up linux-modules-5.15.0-119-generic (5.15.0-119.129) ... 2024-09-10T04:07:32.405 INFO:teuthology.orchestra.run.smithi047.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-09-10T04:07:32.405 INFO:teuthology.orchestra.run.smithi047.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-09-10T04:07:32.405 INFO:teuthology.orchestra.run.smithi047.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-119-generic 2024-09-10T04:07:32.405 INFO:teuthology.orchestra.run.smithi047.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-119-generic 2024-09-10T04:07:32.557 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up linux-modules-5.15.0-119-generic (5.15.0-119.129) ... 2024-09-10T04:07:33.603 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up linux-modules-extra-5.15.0-119-generic (5.15.0-119.129) ... 2024-09-10T04:07:34.000 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up linux-modules-extra-5.15.0-119-generic (5.15.0-119.129) ... 2024-09-10T04:07:35.663 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up linux-image-generic (5.15.0.119.119) ... 2024-09-10T04:07:35.789 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up linux-generic (5.15.0.119.119) ... 2024-09-10T04:07:35.899 INFO:teuthology.orchestra.run.smithi149.stdout:Processing triggers for linux-image-5.15.0-119-generic (5.15.0-119.129) ... 2024-09-10T04:07:35.954 INFO:teuthology.orchestra.run.smithi149.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-09-10T04:07:35.954 INFO:teuthology.orchestra.run.smithi149.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-119-generic 2024-09-10T04:07:35.977 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up linux-image-generic (5.15.0.119.119) ... 2024-09-10T04:07:36.119 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up linux-generic (5.15.0.119.119) ... 2024-09-10T04:07:36.245 INFO:teuthology.orchestra.run.smithi047.stdout:Processing triggers for linux-image-5.15.0-119-generic (5.15.0-119.129) ... 2024-09-10T04:07:36.312 INFO:teuthology.orchestra.run.smithi047.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-09-10T04:07:36.313 INFO:teuthology.orchestra.run.smithi047.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-119-generic 2024-09-10T04:07:50.025 INFO:teuthology.orchestra.run.smithi149.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-09-10T04:07:50.026 INFO:teuthology.orchestra.run.smithi149.stdout:Sourcing file `/etc/default/grub' 2024-09-10T04:07:50.053 INFO:teuthology.orchestra.run.smithi149.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-10T04:07:50.079 INFO:teuthology.orchestra.run.smithi149.stdout:Generating grub configuration file ... 2024-09-10T04:07:50.313 INFO:teuthology.orchestra.run.smithi149.stdout:Found linux image: /boot/vmlinuz-5.15.0-119-generic 2024-09-10T04:07:50.337 INFO:teuthology.orchestra.run.smithi149.stdout:Found initrd image: /boot/initrd.img-5.15.0-119-generic 2024-09-10T04:07:50.406 INFO:teuthology.orchestra.run.smithi047.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-09-10T04:07:50.406 INFO:teuthology.orchestra.run.smithi047.stdout:Sourcing file `/etc/default/grub' 2024-09-10T04:07:50.416 INFO:teuthology.orchestra.run.smithi047.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-10T04:07:50.425 INFO:teuthology.orchestra.run.smithi047.stdout:Generating grub configuration file ... 2024-09-10T04:07:50.621 INFO:teuthology.orchestra.run.smithi149.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-10T04:07:50.627 INFO:teuthology.orchestra.run.smithi149.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-10T04:07:50.675 INFO:teuthology.orchestra.run.smithi047.stdout:Found linux image: /boot/vmlinuz-5.15.0-119-generic 2024-09-10T04:07:50.701 INFO:teuthology.orchestra.run.smithi047.stdout:Found initrd image: /boot/initrd.img-5.15.0-119-generic 2024-09-10T04:07:50.704 INFO:teuthology.orchestra.run.smithi149.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-10T04:07:50.710 INFO:teuthology.orchestra.run.smithi149.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-10T04:07:50.853 INFO:teuthology.orchestra.run.smithi149.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-10T04:07:50.853 INFO:teuthology.orchestra.run.smithi149.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-09-10T04:07:50.853 INFO:teuthology.orchestra.run.smithi149.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-10T04:07:50.889 INFO:teuthology.orchestra.run.smithi149.stdout:done 2024-09-10T04:07:51.001 INFO:teuthology.orchestra.run.smithi047.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-10T04:07:51.006 INFO:teuthology.orchestra.run.smithi047.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-10T04:07:51.077 INFO:teuthology.orchestra.run.smithi047.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-10T04:07:51.083 INFO:teuthology.orchestra.run.smithi047.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-10T04:07:51.238 INFO:teuthology.orchestra.run.smithi047.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-10T04:07:51.238 INFO:teuthology.orchestra.run.smithi047.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-09-10T04:07:51.238 INFO:teuthology.orchestra.run.smithi047.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-10T04:07:51.268 INFO:teuthology.orchestra.run.smithi047.stdout:done 2024-09-10T04:07:51.358 DEBUG:teuthology.orchestra.run.smithi149:> dpkg -s linux-image-generic 2024-09-10T04:07:51.381 INFO:teuthology.orchestra.run.smithi149.stdout:Package: linux-image-generic 2024-09-10T04:07:51.381 INFO:teuthology.orchestra.run.smithi149.stdout:Status: install ok installed 2024-09-10T04:07:51.381 INFO:teuthology.orchestra.run.smithi149.stdout:Priority: optional 2024-09-10T04:07:51.381 INFO:teuthology.orchestra.run.smithi149.stdout:Section: kernel 2024-09-10T04:07:51.381 INFO:teuthology.orchestra.run.smithi149.stdout:Installed-Size: 21 2024-09-10T04:07:51.382 INFO:teuthology.orchestra.run.smithi149.stdout:Maintainer: Ubuntu Kernel Team 2024-09-10T04:07:51.382 INFO:teuthology.orchestra.run.smithi149.stdout:Architecture: amd64 2024-09-10T04:07:51.382 INFO:teuthology.orchestra.run.smithi149.stdout:Source: linux-meta 2024-09-10T04:07:51.382 INFO:teuthology.orchestra.run.smithi149.stdout:Version: 5.15.0.119.119 2024-09-10T04:07:51.382 INFO:teuthology.orchestra.run.smithi149.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-119), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-09-10T04:07:51.383 INFO:teuthology.orchestra.run.smithi149.stdout:Depends: linux-image-5.15.0-119-generic, linux-modules-extra-5.15.0-119-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-10T04:07:51.383 INFO:teuthology.orchestra.run.smithi149.stdout:Recommends: thermald 2024-09-10T04:07:51.383 INFO:teuthology.orchestra.run.smithi149.stdout:Description: Generic Linux kernel image 2024-09-10T04:07:51.383 INFO:teuthology.orchestra.run.smithi149.stdout: This package will always depend on the latest generic kernel image 2024-09-10T04:07:51.383 INFO:teuthology.orchestra.run.smithi149.stdout: available. 2024-09-10T04:07:51.384 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-119-generic 2024-09-10T04:07:51.384 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-10T04:07:51.384 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-10T04:07:51.385 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-09-10T04:07:51.385 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi149.front.sepia.ceph.com, path=None, version=distro) 2024-09-10T04:07:51.385 DEBUG:teuthology.orchestra.run.smithi149:> sudo apt-get clean 2024-09-10T04:07:51.537 DEBUG:teuthology.orchestra.run.smithi149:> sudo apt-get update 2024-09-10T04:07:51.655 INFO:teuthology.orchestra.run.smithi149.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-09-10T04:07:51.747 DEBUG:teuthology.orchestra.run.smithi047:> dpkg -s linux-image-generic 2024-09-10T04:07:51.770 INFO:teuthology.orchestra.run.smithi047.stdout:Package: linux-image-generic 2024-09-10T04:07:51.771 INFO:teuthology.orchestra.run.smithi047.stdout:Status: install ok installed 2024-09-10T04:07:51.771 INFO:teuthology.orchestra.run.smithi047.stdout:Priority: optional 2024-09-10T04:07:51.771 INFO:teuthology.orchestra.run.smithi047.stdout:Section: kernel 2024-09-10T04:07:51.771 INFO:teuthology.orchestra.run.smithi047.stdout:Installed-Size: 21 2024-09-10T04:07:51.771 INFO:teuthology.orchestra.run.smithi047.stdout:Maintainer: Ubuntu Kernel Team 2024-09-10T04:07:51.771 INFO:teuthology.orchestra.run.smithi047.stdout:Architecture: amd64 2024-09-10T04:07:51.771 INFO:teuthology.orchestra.run.smithi047.stdout:Source: linux-meta 2024-09-10T04:07:51.771 INFO:teuthology.orchestra.run.smithi047.stdout:Version: 5.15.0.119.119 2024-09-10T04:07:51.771 INFO:teuthology.orchestra.run.smithi047.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-119), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-09-10T04:07:51.771 INFO:teuthology.orchestra.run.smithi047.stdout:Depends: linux-image-5.15.0-119-generic, linux-modules-extra-5.15.0-119-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-10T04:07:51.771 INFO:teuthology.orchestra.run.smithi047.stdout:Recommends: thermald 2024-09-10T04:07:51.771 INFO:teuthology.orchestra.run.smithi047.stdout:Description: Generic Linux kernel image 2024-09-10T04:07:51.771 INFO:teuthology.orchestra.run.smithi047.stdout: This package will always depend on the latest generic kernel image 2024-09-10T04:07:51.772 INFO:teuthology.orchestra.run.smithi047.stdout: available. 2024-09-10T04:07:51.772 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-119-generic 2024-09-10T04:07:51.772 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-10T04:07:51.772 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-10T04:07:51.772 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-09-10T04:07:51.772 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi047.front.sepia.ceph.com, path=None, version=distro) 2024-09-10T04:07:51.772 DEBUG:teuthology.orchestra.run.smithi047:> sudo apt-get clean 2024-09-10T04:07:51.788 INFO:teuthology.orchestra.run.smithi149.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-10T04:07:51.870 INFO:teuthology.orchestra.run.smithi149.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-09-10T04:07:51.959 DEBUG:teuthology.orchestra.run.smithi047:> sudo apt-get update 2024-09-10T04:07:51.974 INFO:teuthology.orchestra.run.smithi149.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-09-10T04:07:52.216 INFO:teuthology.orchestra.run.smithi047.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-10T04:07:52.216 INFO:teuthology.orchestra.run.smithi047.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-09-10T04:07:52.286 INFO:teuthology.orchestra.run.smithi047.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-09-10T04:07:52.367 INFO:teuthology.orchestra.run.smithi047.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-09-10T04:07:53.163 INFO:teuthology.orchestra.run.smithi149.stdout:Reading package lists... 2024-09-10T04:07:53.182 DEBUG:teuthology.orchestra.run.smithi149:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-10T04:07:53.235 INFO:teuthology.orchestra.run.smithi149.stdout:Reading package lists... 2024-09-10T04:07:53.422 INFO:teuthology.orchestra.run.smithi149.stdout:Building dependency tree... 2024-09-10T04:07:53.438 INFO:teuthology.orchestra.run.smithi149.stdout:Reading state information... 2024-09-10T04:07:53.609 INFO:teuthology.orchestra.run.smithi149.stdout:linux-image-generic is already the newest version (5.15.0.119.119). 2024-09-10T04:07:53.609 INFO:teuthology.orchestra.run.smithi149.stdout:The following packages were automatically installed and are no longer required: 2024-09-10T04:07:53.610 INFO:teuthology.orchestra.run.smithi149.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-10T04:07:53.610 INFO:teuthology.orchestra.run.smithi149.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-10T04:07:53.610 INFO:teuthology.orchestra.run.smithi149.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-10T04:07:53.610 INFO:teuthology.orchestra.run.smithi149.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-09-10T04:07:53.610 INFO:teuthology.orchestra.run.smithi149.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-09-10T04:07:53.610 INFO:teuthology.orchestra.run.smithi149.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-10T04:07:53.648 INFO:teuthology.orchestra.run.smithi149.stdout:0 upgraded, 0 newly installed, 0 to remove and 344 not upgraded. 2024-09-10T04:07:53.650 DEBUG:teuthology.orchestra.run.smithi149:> dpkg -s linux-image-generic 2024-09-10T04:07:53.706 INFO:teuthology.orchestra.run.smithi149.stdout:Package: linux-image-generic 2024-09-10T04:07:53.706 INFO:teuthology.orchestra.run.smithi149.stdout:Status: install ok installed 2024-09-10T04:07:53.706 INFO:teuthology.orchestra.run.smithi149.stdout:Priority: optional 2024-09-10T04:07:53.707 INFO:teuthology.orchestra.run.smithi149.stdout:Section: kernel 2024-09-10T04:07:53.707 INFO:teuthology.orchestra.run.smithi149.stdout:Installed-Size: 21 2024-09-10T04:07:53.707 INFO:teuthology.orchestra.run.smithi149.stdout:Maintainer: Ubuntu Kernel Team 2024-09-10T04:07:53.707 INFO:teuthology.orchestra.run.smithi149.stdout:Architecture: amd64 2024-09-10T04:07:53.707 INFO:teuthology.orchestra.run.smithi149.stdout:Source: linux-meta 2024-09-10T04:07:53.707 INFO:teuthology.orchestra.run.smithi149.stdout:Version: 5.15.0.119.119 2024-09-10T04:07:53.707 INFO:teuthology.orchestra.run.smithi149.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-119), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-09-10T04:07:53.707 INFO:teuthology.orchestra.run.smithi149.stdout:Depends: linux-image-5.15.0-119-generic, linux-modules-extra-5.15.0-119-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-10T04:07:53.707 INFO:teuthology.orchestra.run.smithi149.stdout:Recommends: thermald 2024-09-10T04:07:53.707 INFO:teuthology.orchestra.run.smithi149.stdout:Description: Generic Linux kernel image 2024-09-10T04:07:53.707 INFO:teuthology.orchestra.run.smithi149.stdout: This package will always depend on the latest generic kernel image 2024-09-10T04:07:53.707 INFO:teuthology.orchestra.run.smithi149.stdout: available. 2024-09-10T04:07:53.708 DEBUG:teuthology.orchestra.run.smithi149:> mktemp 2024-09-10T04:07:53.717 INFO:teuthology.orchestra.run.smithi047.stdout:Reading package lists... 2024-09-10T04:07:53.736 DEBUG:teuthology.orchestra.run.smithi047:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-10T04:07:53.751 INFO:teuthology.orchestra.run.smithi149.stdout:/tmp/tmp.KXIXzqpXof 2024-09-10T04:07:53.752 DEBUG:teuthology.orchestra.run.smithi149:> sudo cp /boot/grub/grub.cfg /tmp/tmp.KXIXzqpXof 2024-09-10T04:07:53.801 INFO:teuthology.orchestra.run.smithi047.stdout:Reading package lists... 2024-09-10T04:07:53.807 DEBUG:teuthology.orchestra.run.smithi149:> sudo chmod 0666 /tmp/tmp.KXIXzqpXof 2024-09-10T04:07:53.928 DEBUG:teuthology.orchestra.remote:smithi149:/tmp/tmp.KXIXzqpXof is 10KB 2024-09-10T04:07:53.941 DEBUG:teuthology.orchestra.run.smithi149:> rm -fr /tmp/tmp.KXIXzqpXof 2024-09-10T04:07:53.947 DEBUG:teuthology.orchestra.run.smithi149:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-09-10T04:07:54.000 DEBUG:teuthology.orchestra.run.smithi149:> set -ex 2024-09-10T04:07:54.000 DEBUG:teuthology.orchestra.run.smithi149:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-09-10T04:07:54.000 DEBUG:teuthology.orchestra.run.smithi149:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-09-10T04:07:54.011 INFO:teuthology.orchestra.run.smithi047.stdout:Building dependency tree... 2024-09-10T04:07:54.013 INFO:teuthology.orchestra.run.smithi047.stdout:Reading state information... 2024-09-10T04:07:54.069 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-119-generic 2024-09-10T04:07:54.069 DEBUG:teuthology.orchestra.run.smithi149:> sudo update-grub 2024-09-10T04:07:54.212 INFO:teuthology.orchestra.run.smithi047.stdout:linux-image-generic is already the newest version (5.15.0.119.119). 2024-09-10T04:07:54.213 INFO:teuthology.orchestra.run.smithi047.stdout:The following packages were automatically installed and are no longer required: 2024-09-10T04:07:54.213 INFO:teuthology.orchestra.run.smithi047.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-10T04:07:54.213 INFO:teuthology.orchestra.run.smithi047.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-10T04:07:54.213 INFO:teuthology.orchestra.run.smithi047.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-10T04:07:54.213 INFO:teuthology.orchestra.run.smithi047.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-09-10T04:07:54.214 INFO:teuthology.orchestra.run.smithi047.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-09-10T04:07:54.214 INFO:teuthology.orchestra.run.smithi047.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-10T04:07:54.258 INFO:teuthology.orchestra.run.smithi047.stdout:0 upgraded, 0 newly installed, 0 to remove and 344 not upgraded. 2024-09-10T04:07:54.260 DEBUG:teuthology.orchestra.run.smithi047:> dpkg -s linux-image-generic 2024-09-10T04:07:54.276 INFO:teuthology.orchestra.run.smithi047.stdout:Package: linux-image-generic 2024-09-10T04:07:54.276 INFO:teuthology.orchestra.run.smithi047.stdout:Status: install ok installed 2024-09-10T04:07:54.276 INFO:teuthology.orchestra.run.smithi047.stdout:Priority: optional 2024-09-10T04:07:54.276 INFO:teuthology.orchestra.run.smithi047.stdout:Section: kernel 2024-09-10T04:07:54.276 INFO:teuthology.orchestra.run.smithi047.stdout:Installed-Size: 21 2024-09-10T04:07:54.276 INFO:teuthology.orchestra.run.smithi047.stdout:Maintainer: Ubuntu Kernel Team 2024-09-10T04:07:54.276 INFO:teuthology.orchestra.run.smithi047.stdout:Architecture: amd64 2024-09-10T04:07:54.276 INFO:teuthology.orchestra.run.smithi047.stdout:Source: linux-meta 2024-09-10T04:07:54.277 INFO:teuthology.orchestra.run.smithi047.stdout:Version: 5.15.0.119.119 2024-09-10T04:07:54.277 INFO:teuthology.orchestra.run.smithi047.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-119), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-09-10T04:07:54.277 INFO:teuthology.orchestra.run.smithi047.stdout:Depends: linux-image-5.15.0-119-generic, linux-modules-extra-5.15.0-119-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-10T04:07:54.277 INFO:teuthology.orchestra.run.smithi047.stdout:Recommends: thermald 2024-09-10T04:07:54.277 INFO:teuthology.orchestra.run.smithi047.stdout:Description: Generic Linux kernel image 2024-09-10T04:07:54.277 INFO:teuthology.orchestra.run.smithi047.stdout: This package will always depend on the latest generic kernel image 2024-09-10T04:07:54.277 INFO:teuthology.orchestra.run.smithi047.stdout: available. 2024-09-10T04:07:54.277 DEBUG:teuthology.orchestra.run.smithi047:> mktemp 2024-09-10T04:07:54.321 INFO:teuthology.orchestra.run.smithi047.stdout:/tmp/tmp.LWYOx5sN3S 2024-09-10T04:07:54.321 DEBUG:teuthology.orchestra.run.smithi047:> sudo cp /boot/grub/grub.cfg /tmp/tmp.LWYOx5sN3S 2024-09-10T04:07:54.378 DEBUG:teuthology.orchestra.run.smithi047:> sudo chmod 0666 /tmp/tmp.LWYOx5sN3S 2024-09-10T04:07:54.491 DEBUG:teuthology.orchestra.remote:smithi047:/tmp/tmp.LWYOx5sN3S is 10KB 2024-09-10T04:07:54.505 DEBUG:teuthology.orchestra.run.smithi047:> rm -fr /tmp/tmp.LWYOx5sN3S 2024-09-10T04:07:54.510 DEBUG:teuthology.orchestra.run.smithi047:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-09-10T04:07:54.565 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2024-09-10T04:07:54.565 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-09-10T04:07:54.566 DEBUG:teuthology.orchestra.run.smithi047:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-09-10T04:07:54.642 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-119-generic 2024-09-10T04:07:54.642 DEBUG:teuthology.orchestra.run.smithi047:> sudo update-grub 2024-09-10T04:07:55.348 INFO:teuthology.orchestra.run.smithi149.stderr:Sourcing file `/etc/default/grub' 2024-09-10T04:07:55.349 INFO:teuthology.orchestra.run.smithi149.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-10T04:07:55.351 INFO:teuthology.orchestra.run.smithi149.stderr:Generating grub configuration file ... 2024-09-10T04:07:55.528 INFO:teuthology.orchestra.run.smithi149.stderr:Found linux image: /boot/vmlinuz-5.15.0-119-generic 2024-09-10T04:07:55.534 INFO:teuthology.orchestra.run.smithi149.stderr:Found initrd image: /boot/initrd.img-5.15.0-119-generic 2024-09-10T04:07:55.798 INFO:teuthology.orchestra.run.smithi149.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-10T04:07:55.801 INFO:teuthology.orchestra.run.smithi047.stderr:Sourcing file `/etc/default/grub' 2024-09-10T04:07:55.802 INFO:teuthology.orchestra.run.smithi047.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-10T04:07:55.803 INFO:teuthology.orchestra.run.smithi149.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-10T04:07:55.804 INFO:teuthology.orchestra.run.smithi047.stderr:Generating grub configuration file ... 2024-09-10T04:07:55.840 INFO:teuthology.orchestra.run.smithi149.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-10T04:07:55.845 INFO:teuthology.orchestra.run.smithi149.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-10T04:07:55.962 INFO:teuthology.orchestra.run.smithi149.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-10T04:07:55.962 INFO:teuthology.orchestra.run.smithi149.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-09-10T04:07:55.962 INFO:teuthology.orchestra.run.smithi149.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-10T04:07:55.973 INFO:teuthology.orchestra.run.smithi149.stderr:done 2024-09-10T04:07:55.975 DEBUG:teuthology.orchestra.run.smithi149:> sudo shutdown -r now 2024-09-10T04:07:56.016 INFO:teuthology.orchestra.run.smithi047.stderr:Found linux image: /boot/vmlinuz-5.15.0-119-generic 2024-09-10T04:07:56.022 INFO:teuthology.orchestra.run.smithi047.stderr:Found initrd image: /boot/initrd.img-5.15.0-119-generic 2024-09-10T04:07:56.255 INFO:teuthology.orchestra.run.smithi047.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-10T04:07:56.260 INFO:teuthology.orchestra.run.smithi047.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-10T04:07:56.303 INFO:teuthology.orchestra.run.smithi047.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-10T04:07:56.309 INFO:teuthology.orchestra.run.smithi047.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-10T04:07:56.453 INFO:teuthology.orchestra.run.smithi047.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-10T04:07:56.453 INFO:teuthology.orchestra.run.smithi047.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-09-10T04:07:56.453 INFO:teuthology.orchestra.run.smithi047.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-10T04:07:56.469 INFO:teuthology.orchestra.run.smithi047.stderr:done 2024-09-10T04:07:56.489 DEBUG:teuthology.orchestra.run.smithi047:> sudo shutdown -r now 2024-09-10T04:08:26.005 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-09-10T04:08:26.006 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi149.front.sepia.ceph.com' 2024-09-10T04:08:26.007 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi149.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T04:08:26.492 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-09-10T04:08:26.493 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi047.front.sepia.ceph.com' 2024-09-10T04:08:26.493 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi047.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T04:08:44.349 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.149 2024-09-10T04:08:44.861 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.47 2024-09-10T04:08:53.358 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi149.front.sepia.ceph.com' 2024-09-10T04:08:53.359 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi149.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T04:08:53.862 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi047.front.sepia.ceph.com' 2024-09-10T04:08:53.863 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi047.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T04:08:56.417 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.149 2024-09-10T04:09:08.429 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi149.front.sepia.ceph.com' 2024-09-10T04:09:08.430 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi149.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T04:09:53.911 DEBUG:teuthology.orchestra.remote:timed out 2024-09-10T04:10:05.924 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi047.front.sepia.ceph.com' 2024-09-10T04:10:05.926 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi047.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T04:10:06.129 DEBUG:teuthology.orchestra.run.smithi047:> true 2024-09-10T04:10:06.718 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi047.front.sepia.ceph.com' 2024-09-10T04:10:06.718 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-119-generic"... 2024-09-10T04:10:06.718 DEBUG:teuthology.orchestra.run.smithi047:> uname -r 2024-09-10T04:10:06.765 INFO:teuthology.orchestra.run.smithi047.stdout:5.15.0-119-generic 2024-09-10T04:10:06.766 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-119-generic vs 5.15.0-119-generic 2024-09-10T04:10:06.766 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-10T04:10:06.766 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-09-10T04:10:07.767 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-09-10T04:10:07.767 DEBUG:teuthology.orchestra.run.smithi047:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-10T04:10:07.838 INFO:teuthology.orchestra.run.smithi047.stdout:ttyS1 2024-09-10T04:10:07.859 DEBUG:teuthology.parallel:result is None 2024-09-10T04:10:08.432 DEBUG:teuthology.orchestra.remote:timed out 2024-09-10T04:10:23.433 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi149.front.sepia.ceph.com' 2024-09-10T04:10:23.434 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi149.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T04:10:23.651 DEBUG:teuthology.orchestra.run.smithi149:> true 2024-09-10T04:10:24.221 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi149.front.sepia.ceph.com' 2024-09-10T04:10:24.221 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-119-generic"... 2024-09-10T04:10:24.222 DEBUG:teuthology.orchestra.run.smithi149:> uname -r 2024-09-10T04:10:24.270 INFO:teuthology.orchestra.run.smithi149.stdout:5.15.0-119-generic 2024-09-10T04:10:24.270 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-119-generic vs 5.15.0-119-generic 2024-09-10T04:10:24.270 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-10T04:10:24.271 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-09-10T04:10:25.271 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-09-10T04:10:25.272 DEBUG:teuthology.orchestra.run.smithi149:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-10T04:10:25.613 INFO:teuthology.orchestra.run.smithi149.stdout:ttyS1 2024-09-10T04:10:25.639 DEBUG:teuthology.parallel:result is None 2024-09-10T04:10:25.640 INFO:teuthology.run_tasks:Running task internal.base... 2024-09-10T04:10:25.648 INFO:teuthology.task.internal:Creating test directory... 2024-09-10T04:10:25.648 DEBUG:teuthology.orchestra.run.smithi047:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-10T04:10:25.651 DEBUG:teuthology.orchestra.run.smithi149:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-10T04:10:25.656 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-09-10T04:10:25.705 INFO:teuthology.run_tasks:Running task internal.archive... 2024-09-10T04:10:25.773 INFO:teuthology.task.internal:Creating archive directory... 2024-09-10T04:10:25.773 DEBUG:teuthology.orchestra.run.smithi047:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-10T04:10:25.775 DEBUG:teuthology.orchestra.run.smithi149:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-10T04:10:25.797 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-09-10T04:10:25.822 INFO:teuthology.task.internal:Enabling coredump saving... 2024-09-10T04:10:25.822 DEBUG:teuthology.orchestra.run.smithi047:> 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-10T04:10:25.834 DEBUG:teuthology.orchestra.run.smithi149:> 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-10T04:10:25.851 INFO:teuthology.orchestra.run.smithi047.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-10T04:10:25.858 INFO:teuthology.orchestra.run.smithi149.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-10T04:10:25.860 INFO:teuthology.orchestra.run.smithi047.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-10T04:10:25.866 INFO:teuthology.orchestra.run.smithi149.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-10T04:10:25.868 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-09-10T04:10:25.875 INFO:teuthology.task.internal:Configuring sudo... 2024-09-10T04:10:25.875 DEBUG:teuthology.orchestra.run.smithi047:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-10T04:10:25.906 DEBUG:teuthology.orchestra.run.smithi149:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-10T04:10:25.921 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-09-10T04:10:25.964 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-09-10T04:10:25.964 DEBUG:teuthology.orchestra.run.smithi047:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-10T04:10:25.967 DEBUG:teuthology.orchestra.run.smithi149:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-10T04:10:25.972 DEBUG:teuthology.orchestra.run.smithi047:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-10T04:10:26.021 DEBUG:teuthology.orchestra.run.smithi047:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-10T04:10:26.069 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2024-09-10T04:10:26.069 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-10T04:10:26.140 DEBUG:teuthology.orchestra.run.smithi149:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-10T04:10:26.146 DEBUG:teuthology.orchestra.run.smithi149:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-10T04:10:26.195 DEBUG:teuthology.orchestra.run.smithi149:> set -ex 2024-09-10T04:10:26.195 DEBUG:teuthology.orchestra.run.smithi149:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-10T04:10:26.257 DEBUG:teuthology.orchestra.run.smithi047:> sudo service rsyslog restart 2024-09-10T04:10:26.260 DEBUG:teuthology.orchestra.run.smithi149:> sudo service rsyslog restart 2024-09-10T04:10:26.340 INFO:teuthology.run_tasks:Running task internal.timer... 2024-09-10T04:10:26.348 INFO:teuthology.task.internal:Starting timer... 2024-09-10T04:10:26.348 INFO:teuthology.run_tasks:Running task pcp... 2024-09-10T04:10:26.393 INFO:teuthology.run_tasks:Running task selinux... 2024-09-10T04:10:26.417 DEBUG:teuthology.task.selinux:Excluding smithi047: OS 'ubuntu' does not support SELinux 2024-09-10T04:10:26.417 DEBUG:teuthology.task.selinux:Excluding smithi149: OS 'ubuntu' does not support SELinux 2024-09-10T04:10:26.417 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-09-10T04:10:26.417 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-09-10T04:10:26.417 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-09-10T04:10:26.418 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-09-10T04:10:26.442 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-09-10T04:10:26.445 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-09-10T04:10:26.554 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-09-10T04:10:26.564 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-10T04:10:26.565 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi047.front.sepia.ceph.com,smithi149.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-09-10T04:17:59.131 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi047.front.sepia.ceph.com'), Remote(name='ubuntu@smithi149.front.sepia.ceph.com')] 2024-09-10T04:17:59.132 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi047.front.sepia.ceph.com' 2024-09-10T04:17:59.133 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi047.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T04:17:59.223 DEBUG:teuthology.orchestra.run.smithi047:> true 2024-09-10T04:17:59.305 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi047.front.sepia.ceph.com' 2024-09-10T04:17:59.305 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi149.front.sepia.ceph.com' 2024-09-10T04:17:59.306 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi149.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T04:17:59.386 DEBUG:teuthology.orchestra.run.smithi149:> true 2024-09-10T04:17:59.464 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi149.front.sepia.ceph.com' 2024-09-10T04:17:59.465 INFO:teuthology.run_tasks:Running task clock... 2024-09-10T04:17:59.475 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-09-10T04:17:59.475 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-10T04:17:59.476 DEBUG:teuthology.orchestra.run.smithi047:> 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-10T04:17:59.478 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-10T04:17:59.479 DEBUG:teuthology.orchestra.run.smithi149:> 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-10T04:17:59.506 INFO:teuthology.orchestra.run.smithi047.stdout:10 Sep 04:17:59 ntpd[18338]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-09-10T04:17:59.506 INFO:teuthology.orchestra.run.smithi047.stdout:10 Sep 04:17:59 ntpd[18338]: Command line: ntpd -gq 2024-09-10T04:17:59.506 INFO:teuthology.orchestra.run.smithi047.stdout:10 Sep 04:17:59 ntpd[18338]: ---------------------------------------------------- 2024-09-10T04:17:59.506 INFO:teuthology.orchestra.run.smithi047.stdout:10 Sep 04:17:59 ntpd[18338]: ntp-4 is maintained by Network Time Foundation, 2024-09-10T04:17:59.506 INFO:teuthology.orchestra.run.smithi047.stdout:10 Sep 04:17:59 ntpd[18338]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-09-10T04:17:59.506 INFO:teuthology.orchestra.run.smithi047.stdout:10 Sep 04:17:59 ntpd[18338]: corporation. Support and training for ntp-4 are 2024-09-10T04:17:59.507 INFO:teuthology.orchestra.run.smithi047.stdout:10 Sep 04:17:59 ntpd[18338]: available at https://www.nwtime.org/support 2024-09-10T04:17:59.507 INFO:teuthology.orchestra.run.smithi047.stdout:10 Sep 04:17:59 ntpd[18338]: ---------------------------------------------------- 2024-09-10T04:17:59.508 INFO:teuthology.orchestra.run.smithi047.stdout:10 Sep 04:17:59 ntpd[18338]: proto: precision = 0.046 usec (-24) 2024-09-10T04:17:59.508 INFO:teuthology.orchestra.run.smithi047.stdout:10 Sep 04:17:59 ntpd[18338]: basedate set to 2022-02-04 2024-09-10T04:17:59.508 INFO:teuthology.orchestra.run.smithi047.stdout:10 Sep 04:17:59 ntpd[18338]: gps base set to 2022-02-06 (week 2196) 2024-09-10T04:17:59.508 INFO:teuthology.orchestra.run.smithi047.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-10T04:17:59.509 INFO:teuthology.orchestra.run.smithi047.stdout:10 Sep 04:17:59 ntpd[18338]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-10T04:17:59.509 INFO:teuthology.orchestra.run.smithi047.stdout:10 Sep 04:17:59 ntpd[18338]: restrict ::: KOD does nothing without LIMITED. 2024-09-10T04:17:59.509 INFO:teuthology.orchestra.run.smithi047.stderr:restrict ::: KOD does nothing without LIMITED. 2024-09-10T04:17:59.510 INFO:teuthology.orchestra.run.smithi047.stdout:10 Sep 04:17:59 ntpd[18338]: Listen and drop on 0 v6wildcard [::]:123 2024-09-10T04:17:59.510 INFO:teuthology.orchestra.run.smithi047.stdout:10 Sep 04:17:59 ntpd[18338]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-09-10T04:17:59.510 INFO:teuthology.orchestra.run.smithi047.stdout:10 Sep 04:17:59 ntpd[18338]: Listen normally on 2 lo 127.0.0.1:123 2024-09-10T04:17:59.510 INFO:teuthology.orchestra.run.smithi047.stdout:10 Sep 04:17:59 ntpd[18338]: Listen normally on 3 ens1f0 172.21.15.47:123 2024-09-10T04:17:59.510 INFO:teuthology.orchestra.run.smithi047.stdout:10 Sep 04:17:59 ntpd[18338]: Listen normally on 4 lo [::1]:123 2024-09-10T04:17:59.510 INFO:teuthology.orchestra.run.smithi047.stdout:10 Sep 04:17:59 ntpd[18338]: Listen normally on 5 ens1f0 [fe80::ec4:7aff:febd:148e%4]:123 2024-09-10T04:17:59.510 INFO:teuthology.orchestra.run.smithi047.stdout:10 Sep 04:17:59 ntpd[18338]: Listening on routing socket on fd #22 for interface updates 2024-09-10T04:17:59.530 INFO:teuthology.orchestra.run.smithi149.stdout:10 Sep 04:17:59 ntpd[18449]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-09-10T04:17:59.530 INFO:teuthology.orchestra.run.smithi149.stdout:10 Sep 04:17:59 ntpd[18449]: Command line: ntpd -gq 2024-09-10T04:17:59.530 INFO:teuthology.orchestra.run.smithi149.stdout:10 Sep 04:17:59 ntpd[18449]: ---------------------------------------------------- 2024-09-10T04:17:59.531 INFO:teuthology.orchestra.run.smithi149.stdout:10 Sep 04:17:59 ntpd[18449]: ntp-4 is maintained by Network Time Foundation, 2024-09-10T04:17:59.531 INFO:teuthology.orchestra.run.smithi149.stdout:10 Sep 04:17:59 ntpd[18449]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-09-10T04:17:59.531 INFO:teuthology.orchestra.run.smithi149.stdout:10 Sep 04:17:59 ntpd[18449]: corporation. Support and training for ntp-4 are 2024-09-10T04:17:59.531 INFO:teuthology.orchestra.run.smithi149.stdout:10 Sep 04:17:59 ntpd[18449]: available at https://www.nwtime.org/support 2024-09-10T04:17:59.531 INFO:teuthology.orchestra.run.smithi149.stdout:10 Sep 04:17:59 ntpd[18449]: ---------------------------------------------------- 2024-09-10T04:17:59.531 INFO:teuthology.orchestra.run.smithi149.stdout:10 Sep 04:17:59 ntpd[18449]: proto: precision = 0.058 usec (-24) 2024-09-10T04:17:59.531 INFO:teuthology.orchestra.run.smithi149.stdout:10 Sep 04:17:59 ntpd[18449]: basedate set to 2022-02-04 2024-09-10T04:17:59.532 INFO:teuthology.orchestra.run.smithi149.stdout:10 Sep 04:17:59 ntpd[18449]: gps base set to 2022-02-06 (week 2196) 2024-09-10T04:17:59.532 INFO:teuthology.orchestra.run.smithi149.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-10T04:17:59.532 INFO:teuthology.orchestra.run.smithi149.stdout:10 Sep 04:17:59 ntpd[18449]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-10T04:17:59.532 INFO:teuthology.orchestra.run.smithi149.stderr:restrict ::: KOD does nothing without LIMITED. 2024-09-10T04:17:59.533 INFO:teuthology.orchestra.run.smithi149.stdout:10 Sep 04:17:59 ntpd[18449]: restrict ::: KOD does nothing without LIMITED. 2024-09-10T04:17:59.533 INFO:teuthology.orchestra.run.smithi149.stdout:10 Sep 04:17:59 ntpd[18449]: Listen and drop on 0 v6wildcard [::]:123 2024-09-10T04:17:59.534 INFO:teuthology.orchestra.run.smithi149.stdout:10 Sep 04:17:59 ntpd[18449]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-09-10T04:17:59.534 INFO:teuthology.orchestra.run.smithi149.stdout:10 Sep 04:17:59 ntpd[18449]: Listen normally on 2 lo 127.0.0.1:123 2024-09-10T04:17:59.534 INFO:teuthology.orchestra.run.smithi149.stdout:10 Sep 04:17:59 ntpd[18449]: Listen normally on 3 enp3s0f1 172.21.15.149:123 2024-09-10T04:17:59.534 INFO:teuthology.orchestra.run.smithi149.stdout:10 Sep 04:17:59 ntpd[18449]: Listen normally on 4 lo [::1]:123 2024-09-10T04:17:59.534 INFO:teuthology.orchestra.run.smithi149.stdout:10 Sep 04:17:59 ntpd[18449]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:7d57%5]:123 2024-09-10T04:17:59.534 INFO:teuthology.orchestra.run.smithi149.stdout:10 Sep 04:17:59 ntpd[18449]: Listening on routing socket on fd #22 for interface updates 2024-09-10T04:18:00.509 INFO:teuthology.orchestra.run.smithi047.stderr:10 Sep 04:18:00 ntpd[18338]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T04:18:00.509 INFO:teuthology.orchestra.run.smithi047.stderr:10 Sep 04:18:00 ntpd[18338]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T04:18:00.510 INFO:teuthology.orchestra.run.smithi047.stderr:10 Sep 04:18:00 ntpd[18338]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T04:18:00.510 INFO:teuthology.orchestra.run.smithi047.stderr:10 Sep 04:18:00 ntpd[18338]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T04:18:00.510 INFO:teuthology.orchestra.run.smithi047.stderr:10 Sep 04:18:00 ntpd[18338]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T04:18:00.510 INFO:teuthology.orchestra.run.smithi047.stderr:10 Sep 04:18:00 ntpd[18338]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T04:18:00.510 INFO:teuthology.orchestra.run.smithi047.stderr:10 Sep 04:18:00 ntpd[18338]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T04:18:00.510 INFO:teuthology.orchestra.run.smithi047.stderr:10 Sep 04:18:00 ntpd[18338]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T04:18:00.510 INFO:teuthology.orchestra.run.smithi047.stderr:10 Sep 04:18:00 ntpd[18338]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-10T04:18:00.510 INFO:teuthology.orchestra.run.smithi047.stderr:10 Sep 04:18:00 ntpd[18338]: can't open /var/log/ntpstats/peerstats.20240910: Permission denied 2024-09-10T04:18:00.510 INFO:teuthology.orchestra.run.smithi047.stderr:10 Sep 04:18:00 ntpd[18338]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T04:18:00.510 INFO:teuthology.orchestra.run.smithi047.stderr:10 Sep 04:18:00 ntpd[18338]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T04:18:00.510 INFO:teuthology.orchestra.run.smithi047.stderr:10 Sep 04:18:00 ntpd[18338]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-10T04:18:00.510 INFO:teuthology.orchestra.run.smithi047.stderr:10 Sep 04:18:00 ntpd[18338]: can't open /var/log/ntpstats/peerstats.20240910: Permission denied 2024-09-10T04:18:01.530 INFO:teuthology.orchestra.run.smithi149.stderr:10 Sep 04:18:01 ntpd[18449]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T04:18:01.531 INFO:teuthology.orchestra.run.smithi149.stderr:10 Sep 04:18:01 ntpd[18449]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T04:18:02.507 INFO:teuthology.orchestra.run.smithi047.stderr:10 Sep 04:18:02 ntpd[18338]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T04:18:02.507 INFO:teuthology.orchestra.run.smithi047.stderr:10 Sep 04:18:02 ntpd[18338]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T04:18:02.508 INFO:teuthology.orchestra.run.smithi047.stderr:10 Sep 04:18:02 ntpd[18338]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T04:18:02.508 INFO:teuthology.orchestra.run.smithi047.stderr:10 Sep 04:18:02 ntpd[18338]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T04:18:02.508 INFO:teuthology.orchestra.run.smithi047.stderr:10 Sep 04:18:02 ntpd[18338]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T04:18:02.508 INFO:teuthology.orchestra.run.smithi047.stderr:10 Sep 04:18:02 ntpd[18338]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T04:18:02.508 INFO:teuthology.orchestra.run.smithi047.stderr:10 Sep 04:18:02 ntpd[18338]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-10T04:18:02.508 INFO:teuthology.orchestra.run.smithi047.stderr:10 Sep 04:18:02 ntpd[18338]: can't open /var/log/ntpstats/peerstats.20240910: Permission denied 2024-09-10T04:18:02.508 INFO:teuthology.orchestra.run.smithi047.stderr:10 Sep 04:18:02 ntpd[18338]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T04:18:02.508 INFO:teuthology.orchestra.run.smithi047.stderr:10 Sep 04:18:02 ntpd[18338]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T04:18:02.508 INFO:teuthology.orchestra.run.smithi047.stderr:10 Sep 04:18:02 ntpd[18338]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-10T04:18:02.508 INFO:teuthology.orchestra.run.smithi047.stderr:10 Sep 04:18:02 ntpd[18338]: can't open /var/log/ntpstats/peerstats.20240910: Permission denied 2024-09-10T04:18:03.531 INFO:teuthology.orchestra.run.smithi149.stderr:10 Sep 04:18:03 ntpd[18449]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T04:18:03.531 INFO:teuthology.orchestra.run.smithi149.stderr:10 Sep 04:18:03 ntpd[18449]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T04:18:03.531 INFO:teuthology.orchestra.run.smithi149.stderr:10 Sep 04:18:03 ntpd[18449]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T04:18:03.531 INFO:teuthology.orchestra.run.smithi149.stderr:10 Sep 04:18:03 ntpd[18449]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T04:18:03.531 INFO:teuthology.orchestra.run.smithi149.stderr:10 Sep 04:18:03 ntpd[18449]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-10T04:18:03.531 INFO:teuthology.orchestra.run.smithi149.stderr:10 Sep 04:18:03 ntpd[18449]: can't open /var/log/ntpstats/peerstats.20240910: Permission denied 2024-09-10T04:18:04.508 INFO:teuthology.orchestra.run.smithi047.stderr:10 Sep 04:18:04 ntpd[18338]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T04:18:04.509 INFO:teuthology.orchestra.run.smithi047.stderr:10 Sep 04:18:04 ntpd[18338]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T04:18:04.509 INFO:teuthology.orchestra.run.smithi047.stderr:10 Sep 04:18:04 ntpd[18338]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T04:18:04.509 INFO:teuthology.orchestra.run.smithi047.stderr:10 Sep 04:18:04 ntpd[18338]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T04:18:04.509 INFO:teuthology.orchestra.run.smithi047.stderr:10 Sep 04:18:04 ntpd[18338]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T04:18:04.509 INFO:teuthology.orchestra.run.smithi047.stderr:10 Sep 04:18:04 ntpd[18338]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T04:18:04.509 INFO:teuthology.orchestra.run.smithi047.stderr:10 Sep 04:18:04 ntpd[18338]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T04:18:04.509 INFO:teuthology.orchestra.run.smithi047.stderr:10 Sep 04:18:04 ntpd[18338]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T04:18:04.509 INFO:teuthology.orchestra.run.smithi047.stderr:10 Sep 04:18:04 ntpd[18338]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-10T04:18:04.509 INFO:teuthology.orchestra.run.smithi047.stderr:10 Sep 04:18:04 ntpd[18338]: can't open /var/log/ntpstats/peerstats.20240910: Permission denied 2024-09-10T04:18:04.509 INFO:teuthology.orchestra.run.smithi047.stderr:10 Sep 04:18:04 ntpd[18338]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T04:18:04.509 INFO:teuthology.orchestra.run.smithi047.stderr:10 Sep 04:18:04 ntpd[18338]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T04:18:04.509 INFO:teuthology.orchestra.run.smithi047.stderr:10 Sep 04:18:04 ntpd[18338]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-10T04:18:04.510 INFO:teuthology.orchestra.run.smithi047.stderr:10 Sep 04:18:04 ntpd[18338]: can't open /var/log/ntpstats/peerstats.20240910: Permission denied 2024-09-10T04:18:04.510 INFO:teuthology.orchestra.run.smithi047.stderr:10 Sep 04:18:04 ntpd[18338]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T04:18:04.510 INFO:teuthology.orchestra.run.smithi047.stderr:10 Sep 04:18:04 ntpd[18338]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T04:18:04.510 INFO:teuthology.orchestra.run.smithi047.stderr:10 Sep 04:18:04 ntpd[18338]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-10T04:18:04.510 INFO:teuthology.orchestra.run.smithi047.stderr:10 Sep 04:18:04 ntpd[18338]: can't open /var/log/ntpstats/peerstats.20240910: Permission denied 2024-09-10T04:18:04.531 INFO:teuthology.orchestra.run.smithi149.stderr:10 Sep 04:18:04 ntpd[18449]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T04:18:04.531 INFO:teuthology.orchestra.run.smithi149.stderr:10 Sep 04:18:04 ntpd[18449]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T04:18:04.531 INFO:teuthology.orchestra.run.smithi149.stderr:10 Sep 04:18:04 ntpd[18449]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T04:18:04.532 INFO:teuthology.orchestra.run.smithi149.stderr:10 Sep 04:18:04 ntpd[18449]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T04:18:04.532 INFO:teuthology.orchestra.run.smithi149.stderr:10 Sep 04:18:04 ntpd[18449]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T04:18:04.532 INFO:teuthology.orchestra.run.smithi149.stderr:10 Sep 04:18:04 ntpd[18449]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T04:18:04.532 INFO:teuthology.orchestra.run.smithi149.stderr:10 Sep 04:18:04 ntpd[18449]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-10T04:18:04.532 INFO:teuthology.orchestra.run.smithi149.stderr:10 Sep 04:18:04 ntpd[18449]: can't open /var/log/ntpstats/peerstats.20240910: Permission denied 2024-09-10T04:18:04.532 INFO:teuthology.orchestra.run.smithi149.stderr:10 Sep 04:18:04 ntpd[18449]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T04:18:04.532 INFO:teuthology.orchestra.run.smithi149.stderr:10 Sep 04:18:04 ntpd[18449]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T04:18:04.532 INFO:teuthology.orchestra.run.smithi149.stderr:10 Sep 04:18:04 ntpd[18449]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-10T04:18:04.532 INFO:teuthology.orchestra.run.smithi149.stderr:10 Sep 04:18:04 ntpd[18449]: can't open /var/log/ntpstats/peerstats.20240910: Permission denied 2024-09-10T04:18:05.531 INFO:teuthology.orchestra.run.smithi149.stderr:10 Sep 04:18:05 ntpd[18449]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T04:18:05.531 INFO:teuthology.orchestra.run.smithi149.stderr:10 Sep 04:18:05 ntpd[18449]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T04:18:05.531 INFO:teuthology.orchestra.run.smithi149.stderr:10 Sep 04:18:05 ntpd[18449]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T04:18:05.531 INFO:teuthology.orchestra.run.smithi149.stderr:10 Sep 04:18:05 ntpd[18449]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T04:18:05.531 INFO:teuthology.orchestra.run.smithi149.stderr:10 Sep 04:18:05 ntpd[18449]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-10T04:18:05.531 INFO:teuthology.orchestra.run.smithi149.stderr:10 Sep 04:18:05 ntpd[18449]: can't open /var/log/ntpstats/peerstats.20240910: Permission denied 2024-09-10T04:18:06.507 INFO:teuthology.orchestra.run.smithi047.stderr:10 Sep 04:18:06 ntpd[18338]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T04:18:06.508 INFO:teuthology.orchestra.run.smithi047.stderr:10 Sep 04:18:06 ntpd[18338]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T04:18:06.508 INFO:teuthology.orchestra.run.smithi047.stderr:10 Sep 04:18:06 ntpd[18338]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T04:18:06.508 INFO:teuthology.orchestra.run.smithi047.stderr:10 Sep 04:18:06 ntpd[18338]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T04:18:06.508 INFO:teuthology.orchestra.run.smithi047.stderr:10 Sep 04:18:06 ntpd[18338]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T04:18:06.508 INFO:teuthology.orchestra.run.smithi047.stderr:10 Sep 04:18:06 ntpd[18338]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T04:18:06.508 INFO:teuthology.orchestra.run.smithi047.stderr:10 Sep 04:18:06 ntpd[18338]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T04:18:06.508 INFO:teuthology.orchestra.run.smithi047.stderr:10 Sep 04:18:06 ntpd[18338]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T04:18:06.508 INFO:teuthology.orchestra.run.smithi047.stderr:10 Sep 04:18:06 ntpd[18338]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-10T04:18:06.508 INFO:teuthology.orchestra.run.smithi047.stderr:10 Sep 04:18:06 ntpd[18338]: can't open /var/log/ntpstats/peerstats.20240910: Permission denied 2024-09-10T04:18:06.509 INFO:teuthology.orchestra.run.smithi047.stdout:10 Sep 04:18:06 ntpd[18338]: ntpd: time slew -0.001482 s 2024-09-10T04:18:06.509 INFO:teuthology.orchestra.run.smithi047.stdout:ntpd: time slew -0.001482s 2024-09-10T04:18:06.509 INFO:teuthology.orchestra.run.smithi047.stderr:10 Sep 04:18:06 ntpd[18338]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-09-10T04:18:06.509 INFO:teuthology.orchestra.run.smithi047.stderr:10 Sep 04:18:06 ntpd[18338]: can't open /var/log/ntpstats/loopstats.20240910: Permission denied 2024-09-10T04:18:06.531 INFO:teuthology.orchestra.run.smithi149.stderr:10 Sep 04:18:06 ntpd[18449]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T04:18:06.532 INFO:teuthology.orchestra.run.smithi149.stderr:10 Sep 04:18:06 ntpd[18449]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T04:18:06.532 INFO:teuthology.orchestra.run.smithi149.stderr:10 Sep 04:18:06 ntpd[18449]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T04:18:06.532 INFO:teuthology.orchestra.run.smithi149.stderr:10 Sep 04:18:06 ntpd[18449]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T04:18:06.532 INFO:teuthology.orchestra.run.smithi149.stderr:10 Sep 04:18:06 ntpd[18449]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T04:18:06.532 INFO:teuthology.orchestra.run.smithi149.stderr:10 Sep 04:18:06 ntpd[18449]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T04:18:06.532 INFO:teuthology.orchestra.run.smithi149.stderr:10 Sep 04:18:06 ntpd[18449]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-10T04:18:06.532 INFO:teuthology.orchestra.run.smithi149.stderr:10 Sep 04:18:06 ntpd[18449]: can't open /var/log/ntpstats/peerstats.20240910: Permission denied 2024-09-10T04:18:06.532 INFO:teuthology.orchestra.run.smithi149.stderr:10 Sep 04:18:06 ntpd[18449]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T04:18:06.532 INFO:teuthology.orchestra.run.smithi149.stderr:10 Sep 04:18:06 ntpd[18449]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T04:18:06.532 INFO:teuthology.orchestra.run.smithi149.stderr:10 Sep 04:18:06 ntpd[18449]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-10T04:18:06.532 INFO:teuthology.orchestra.run.smithi149.stderr:10 Sep 04:18:06 ntpd[18449]: can't open /var/log/ntpstats/peerstats.20240910: Permission denied 2024-09-10T04:18:06.562 INFO:teuthology.orchestra.run.smithi047.stdout: remote refid st t when poll reach delay offset jitter 2024-09-10T04:18:06.562 INFO:teuthology.orchestra.run.smithi047.stdout:============================================================================== 2024-09-10T04:18:06.562 INFO:teuthology.orchestra.run.smithi047.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-10T04:18:06.562 INFO:teuthology.orchestra.run.smithi047.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-10T04:18:06.562 INFO:teuthology.orchestra.run.smithi047.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-10T04:18:06.562 INFO:teuthology.orchestra.run.smithi047.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-10T04:18:07.531 INFO:teuthology.orchestra.run.smithi149.stderr:10 Sep 04:18:07 ntpd[18449]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T04:18:07.531 INFO:teuthology.orchestra.run.smithi149.stderr:10 Sep 04:18:07 ntpd[18449]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T04:18:07.531 INFO:teuthology.orchestra.run.smithi149.stderr:10 Sep 04:18:07 ntpd[18449]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T04:18:07.531 INFO:teuthology.orchestra.run.smithi149.stderr:10 Sep 04:18:07 ntpd[18449]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T04:18:07.531 INFO:teuthology.orchestra.run.smithi149.stderr:10 Sep 04:18:07 ntpd[18449]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-10T04:18:07.531 INFO:teuthology.orchestra.run.smithi149.stderr:10 Sep 04:18:07 ntpd[18449]: can't open /var/log/ntpstats/peerstats.20240910: Permission denied 2024-09-10T04:18:08.532 INFO:teuthology.orchestra.run.smithi149.stderr:10 Sep 04:18:08 ntpd[18449]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T04:18:08.532 INFO:teuthology.orchestra.run.smithi149.stderr:10 Sep 04:18:08 ntpd[18449]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T04:18:08.532 INFO:teuthology.orchestra.run.smithi149.stderr:10 Sep 04:18:08 ntpd[18449]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T04:18:08.532 INFO:teuthology.orchestra.run.smithi149.stderr:10 Sep 04:18:08 ntpd[18449]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T04:18:08.532 INFO:teuthology.orchestra.run.smithi149.stderr:10 Sep 04:18:08 ntpd[18449]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T04:18:08.532 INFO:teuthology.orchestra.run.smithi149.stderr:10 Sep 04:18:08 ntpd[18449]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T04:18:08.532 INFO:teuthology.orchestra.run.smithi149.stderr:10 Sep 04:18:08 ntpd[18449]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-10T04:18:08.532 INFO:teuthology.orchestra.run.smithi149.stderr:10 Sep 04:18:08 ntpd[18449]: can't open /var/log/ntpstats/peerstats.20240910: Permission denied 2024-09-10T04:18:08.532 INFO:teuthology.orchestra.run.smithi149.stderr:10 Sep 04:18:08 ntpd[18449]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T04:18:08.532 INFO:teuthology.orchestra.run.smithi149.stderr:10 Sep 04:18:08 ntpd[18449]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T04:18:08.532 INFO:teuthology.orchestra.run.smithi149.stderr:10 Sep 04:18:08 ntpd[18449]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-10T04:18:08.533 INFO:teuthology.orchestra.run.smithi149.stderr:10 Sep 04:18:08 ntpd[18449]: can't open /var/log/ntpstats/peerstats.20240910: Permission denied 2024-09-10T04:18:09.531 INFO:teuthology.orchestra.run.smithi149.stderr:10 Sep 04:18:09 ntpd[18449]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T04:18:09.531 INFO:teuthology.orchestra.run.smithi149.stderr:10 Sep 04:18:09 ntpd[18449]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T04:18:09.531 INFO:teuthology.orchestra.run.smithi149.stderr:10 Sep 04:18:09 ntpd[18449]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-10T04:18:09.531 INFO:teuthology.orchestra.run.smithi149.stderr:10 Sep 04:18:09 ntpd[18449]: can't open /var/log/ntpstats/rawstats.20240910: Permission denied 2024-09-10T04:18:09.531 INFO:teuthology.orchestra.run.smithi149.stderr:10 Sep 04:18:09 ntpd[18449]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-10T04:18:09.531 INFO:teuthology.orchestra.run.smithi149.stderr:10 Sep 04:18:09 ntpd[18449]: can't open /var/log/ntpstats/peerstats.20240910: Permission denied 2024-09-10T04:18:09.532 INFO:teuthology.orchestra.run.smithi149.stdout:10 Sep 04:18:09 ntpd[18449]: ntpd: time slew -0.000898 s 2024-09-10T04:18:09.532 INFO:teuthology.orchestra.run.smithi149.stdout:ntpd: time slew -0.000898s 2024-09-10T04:18:09.532 INFO:teuthology.orchestra.run.smithi149.stderr:10 Sep 04:18:09 ntpd[18449]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-09-10T04:18:09.532 INFO:teuthology.orchestra.run.smithi149.stderr:10 Sep 04:18:09 ntpd[18449]: can't open /var/log/ntpstats/loopstats.20240910: Permission denied 2024-09-10T04:18:09.587 INFO:teuthology.orchestra.run.smithi149.stdout: remote refid st t when poll reach delay offset jitter 2024-09-10T04:18:09.587 INFO:teuthology.orchestra.run.smithi149.stdout:============================================================================== 2024-09-10T04:18:09.587 INFO:teuthology.orchestra.run.smithi149.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-10T04:18:09.587 INFO:teuthology.orchestra.run.smithi149.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-10T04:18:09.587 INFO:teuthology.orchestra.run.smithi149.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-10T04:18:09.587 INFO:teuthology.orchestra.run.smithi149.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-10T04:18:09.588 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-09-10T04:18:09.608 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-09-10T04:18:09.608 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2024-09-10T04:18:09.608 DEBUG:teuthology.orchestra.run.smithi047:> dd if=/scratch_devs of=/dev/stdout 2024-09-10T04:18:09.614 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-10T04:18:09.614 DEBUG:teuthology.orchestra.run.smithi047:> stat /dev/vg_nvme/lv_1 2024-09-10T04:18:09.660 INFO:teuthology.orchestra.run.smithi047.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-10T04:18:09.660 INFO:teuthology.orchestra.run.smithi047.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-10T04:18:09.660 INFO:teuthology.orchestra.run.smithi047.stdout:Device: 5h/5d Inode: 878 Links: 1 2024-09-10T04:18:09.660 INFO:teuthology.orchestra.run.smithi047.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-10T04:18:09.660 INFO:teuthology.orchestra.run.smithi047.stdout:Access: 2024-09-10 04:14:25.199522039 +0000 2024-09-10T04:18:09.661 INFO:teuthology.orchestra.run.smithi047.stdout:Modify: 2024-09-10 04:14:24.939524347 +0000 2024-09-10T04:18:09.661 INFO:teuthology.orchestra.run.smithi047.stdout:Change: 2024-09-10 04:14:24.939524347 +0000 2024-09-10T04:18:09.661 INFO:teuthology.orchestra.run.smithi047.stdout: Birth: - 2024-09-10T04:18:09.661 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-10T04:18:09.715 INFO:teuthology.orchestra.run.smithi047.stderr:1+0 records in 2024-09-10T04:18:09.715 INFO:teuthology.orchestra.run.smithi047.stderr:1+0 records out 2024-09-10T04:18:09.715 INFO:teuthology.orchestra.run.smithi047.stderr:512 bytes copied, 0.000327576 s, 1.6 MB/s 2024-09-10T04:18:09.716 DEBUG:teuthology.orchestra.run.smithi047:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-10T04:18:09.765 DEBUG:teuthology.orchestra.run.smithi047:> stat /dev/vg_nvme/lv_2 2024-09-10T04:18:09.812 INFO:teuthology.orchestra.run.smithi047.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-10T04:18:09.812 INFO:teuthology.orchestra.run.smithi047.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-10T04:18:09.812 INFO:teuthology.orchestra.run.smithi047.stdout:Device: 5h/5d Inode: 892 Links: 1 2024-09-10T04:18:09.812 INFO:teuthology.orchestra.run.smithi047.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-10T04:18:09.812 INFO:teuthology.orchestra.run.smithi047.stdout:Access: 2024-09-10 04:14:25.647518062 +0000 2024-09-10T04:18:09.812 INFO:teuthology.orchestra.run.smithi047.stdout:Modify: 2024-09-10 04:14:25.403520228 +0000 2024-09-10T04:18:09.812 INFO:teuthology.orchestra.run.smithi047.stdout:Change: 2024-09-10 04:14:25.403520228 +0000 2024-09-10T04:18:09.812 INFO:teuthology.orchestra.run.smithi047.stdout: Birth: - 2024-09-10T04:18:09.812 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-10T04:18:09.866 INFO:teuthology.orchestra.run.smithi047.stderr:1+0 records in 2024-09-10T04:18:09.866 INFO:teuthology.orchestra.run.smithi047.stderr:1+0 records out 2024-09-10T04:18:09.866 INFO:teuthology.orchestra.run.smithi047.stderr:512 bytes copied, 0.00020332 s, 2.5 MB/s 2024-09-10T04:18:09.867 DEBUG:teuthology.orchestra.run.smithi047:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-10T04:18:09.917 DEBUG:teuthology.orchestra.run.smithi047:> stat /dev/vg_nvme/lv_3 2024-09-10T04:18:09.963 INFO:teuthology.orchestra.run.smithi047.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-10T04:18:09.964 INFO:teuthology.orchestra.run.smithi047.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-10T04:18:09.964 INFO:teuthology.orchestra.run.smithi047.stdout:Device: 5h/5d Inode: 908 Links: 1 2024-09-10T04:18:09.964 INFO:teuthology.orchestra.run.smithi047.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-10T04:18:09.964 INFO:teuthology.orchestra.run.smithi047.stdout:Access: 2024-09-10 04:14:26.135513730 +0000 2024-09-10T04:18:09.964 INFO:teuthology.orchestra.run.smithi047.stdout:Modify: 2024-09-10 04:14:25.863516144 +0000 2024-09-10T04:18:09.964 INFO:teuthology.orchestra.run.smithi047.stdout:Change: 2024-09-10 04:14:25.863516144 +0000 2024-09-10T04:18:09.964 INFO:teuthology.orchestra.run.smithi047.stdout: Birth: - 2024-09-10T04:18:09.964 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-10T04:18:10.022 INFO:teuthology.orchestra.run.smithi047.stderr:1+0 records in 2024-09-10T04:18:10.023 INFO:teuthology.orchestra.run.smithi047.stderr:1+0 records out 2024-09-10T04:18:10.023 INFO:teuthology.orchestra.run.smithi047.stderr:512 bytes copied, 0.000319665 s, 1.6 MB/s 2024-09-10T04:18:10.024 DEBUG:teuthology.orchestra.run.smithi047:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-10T04:18:10.073 DEBUG:teuthology.orchestra.run.smithi047:> stat /dev/vg_nvme/lv_4 2024-09-10T04:18:10.120 INFO:teuthology.orchestra.run.smithi047.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-10T04:18:10.120 INFO:teuthology.orchestra.run.smithi047.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-10T04:18:10.120 INFO:teuthology.orchestra.run.smithi047.stdout:Device: 5h/5d Inode: 927 Links: 1 2024-09-10T04:18:10.120 INFO:teuthology.orchestra.run.smithi047.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-10T04:18:10.120 INFO:teuthology.orchestra.run.smithi047.stdout:Access: 2024-09-10 04:14:26.643509220 +0000 2024-09-10T04:18:10.120 INFO:teuthology.orchestra.run.smithi047.stdout:Modify: 2024-09-10 04:14:26.367511670 +0000 2024-09-10T04:18:10.121 INFO:teuthology.orchestra.run.smithi047.stdout:Change: 2024-09-10 04:14:26.367511670 +0000 2024-09-10T04:18:10.121 INFO:teuthology.orchestra.run.smithi047.stdout: Birth: - 2024-09-10T04:18:10.121 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-10T04:18:10.174 INFO:teuthology.orchestra.run.smithi047.stderr:1+0 records in 2024-09-10T04:18:10.174 INFO:teuthology.orchestra.run.smithi047.stderr:1+0 records out 2024-09-10T04:18:10.175 INFO:teuthology.orchestra.run.smithi047.stderr:512 bytes copied, 0.000305982 s, 1.7 MB/s 2024-09-10T04:18:10.176 DEBUG:teuthology.orchestra.run.smithi047:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-10T04:18:10.225 DEBUG:teuthology.orchestra.run.smithi047:> 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-10T04:18:10.363 INFO:teuthology.orchestra.run.smithi047.stdout:loop 2024-09-10T04:18:10.364 INFO:tasks.nvme_loop:Connecting nvme_loop smithi047:/dev/vg_nvme/lv_1... 2024-09-10T04:18:10.364 DEBUG:teuthology.orchestra.run.smithi047:> 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-10T04:18:10.381 INFO:teuthology.orchestra.run.smithi047.stdout:1 2024-09-10T04:18:10.400 INFO:teuthology.orchestra.run.smithi047.stdout:/dev/vg_nvme/lv_11 2024-09-10T04:18:10.417 INFO:tasks.nvme_loop:Connecting nvme_loop smithi047:/dev/vg_nvme/lv_2... 2024-09-10T04:18:10.418 DEBUG:teuthology.orchestra.run.smithi047:> 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-10T04:18:10.479 INFO:teuthology.orchestra.run.smithi047.stdout:1 2024-09-10T04:18:10.500 INFO:teuthology.orchestra.run.smithi047.stdout:/dev/vg_nvme/lv_21 2024-09-10T04:18:10.517 INFO:tasks.nvme_loop:Connecting nvme_loop smithi047:/dev/vg_nvme/lv_3... 2024-09-10T04:18:10.517 DEBUG:teuthology.orchestra.run.smithi047:> 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-10T04:18:10.575 INFO:teuthology.orchestra.run.smithi047.stdout:1 2024-09-10T04:18:10.597 INFO:teuthology.orchestra.run.smithi047.stdout:/dev/vg_nvme/lv_31 2024-09-10T04:18:10.616 INFO:tasks.nvme_loop:Connecting nvme_loop smithi047:/dev/vg_nvme/lv_4... 2024-09-10T04:18:10.616 DEBUG:teuthology.orchestra.run.smithi047:> 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-10T04:18:10.681 INFO:teuthology.orchestra.run.smithi047.stdout:1 2024-09-10T04:18:10.703 INFO:teuthology.orchestra.run.smithi047.stdout:/dev/vg_nvme/lv_41 2024-09-10T04:18:10.722 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2024-09-10T04:18:10.722 DEBUG:teuthology.orchestra.run.smithi047:> dd if=/scratch_devs of=/dev/stdout 2024-09-10T04:18:10.768 DEBUG:teuthology.orchestra.run.smithi047:> sudo nvme list -o json 2024-09-10T04:18:10.823 INFO:teuthology.orchestra.run.smithi047.stdout:{ 2024-09-10T04:18:10.823 INFO:teuthology.orchestra.run.smithi047.stdout: "Devices" : [ 2024-09-10T04:18:10.823 INFO:teuthology.orchestra.run.smithi047.stdout: { 2024-09-10T04:18:10.823 INFO:teuthology.orchestra.run.smithi047.stdout: "DevicePath" : "/dev/nvme0n1", 2024-09-10T04:18:10.823 INFO:teuthology.orchestra.run.smithi047.stdout: "Firmware" : "E2010325", 2024-09-10T04:18:10.823 INFO:teuthology.orchestra.run.smithi047.stdout: "Index" : 0, 2024-09-10T04:18:10.823 INFO:teuthology.orchestra.run.smithi047.stdout: "ModelNumber" : "INTEL SSDPED1D480GA", 2024-09-10T04:18:10.823 INFO:teuthology.orchestra.run.smithi047.stdout: "ProductName" : "Unknown Device", 2024-09-10T04:18:10.823 INFO:teuthology.orchestra.run.smithi047.stdout: "SerialNumber" : "PHMB75130022480DGN" 2024-09-10T04:18:10.823 INFO:teuthology.orchestra.run.smithi047.stdout: }, 2024-09-10T04:18:10.823 INFO:teuthology.orchestra.run.smithi047.stdout: { 2024-09-10T04:18:10.824 INFO:teuthology.orchestra.run.smithi047.stdout: "DevicePath" : "/dev/nvme1n1", 2024-09-10T04:18:10.824 INFO:teuthology.orchestra.run.smithi047.stdout: "Firmware" : "5.15.0-1", 2024-09-10T04:18:10.824 INFO:teuthology.orchestra.run.smithi047.stdout: "Index" : 1, 2024-09-10T04:18:10.824 INFO:teuthology.orchestra.run.smithi047.stdout: "ModelNumber" : "Linux", 2024-09-10T04:18:10.824 INFO:teuthology.orchestra.run.smithi047.stdout: "ProductName" : "Unknown Device", 2024-09-10T04:18:10.824 INFO:teuthology.orchestra.run.smithi047.stdout: "SerialNumber" : "a0d9857aa29c6e2b4076" 2024-09-10T04:18:10.824 INFO:teuthology.orchestra.run.smithi047.stdout: }, 2024-09-10T04:18:10.824 INFO:teuthology.orchestra.run.smithi047.stdout: { 2024-09-10T04:18:10.824 INFO:teuthology.orchestra.run.smithi047.stdout: "DevicePath" : "/dev/nvme2n1", 2024-09-10T04:18:10.824 INFO:teuthology.orchestra.run.smithi047.stdout: "Firmware" : "5.15.0-1", 2024-09-10T04:18:10.824 INFO:teuthology.orchestra.run.smithi047.stdout: "Index" : 2, 2024-09-10T04:18:10.824 INFO:teuthology.orchestra.run.smithi047.stdout: "ModelNumber" : "Linux", 2024-09-10T04:18:10.824 INFO:teuthology.orchestra.run.smithi047.stdout: "ProductName" : "Unknown Device", 2024-09-10T04:18:10.824 INFO:teuthology.orchestra.run.smithi047.stdout: "SerialNumber" : "37142bd918396a2e2f3c" 2024-09-10T04:18:10.825 INFO:teuthology.orchestra.run.smithi047.stdout: }, 2024-09-10T04:18:10.825 INFO:teuthology.orchestra.run.smithi047.stdout: { 2024-09-10T04:18:10.825 INFO:teuthology.orchestra.run.smithi047.stdout: "DevicePath" : "/dev/nvme3n1", 2024-09-10T04:18:10.825 INFO:teuthology.orchestra.run.smithi047.stdout: "Firmware" : "5.15.0-1", 2024-09-10T04:18:10.825 INFO:teuthology.orchestra.run.smithi047.stdout: "Index" : 3, 2024-09-10T04:18:10.825 INFO:teuthology.orchestra.run.smithi047.stdout: "ModelNumber" : "Linux", 2024-09-10T04:18:10.825 INFO:teuthology.orchestra.run.smithi047.stdout: "ProductName" : "Unknown Device", 2024-09-10T04:18:10.825 INFO:teuthology.orchestra.run.smithi047.stdout: "SerialNumber" : "2ccda60ea465650c8b00" 2024-09-10T04:18:10.825 INFO:teuthology.orchestra.run.smithi047.stdout: }, 2024-09-10T04:18:10.825 INFO:teuthology.orchestra.run.smithi047.stdout: { 2024-09-10T04:18:10.825 INFO:teuthology.orchestra.run.smithi047.stdout: "DevicePath" : "/dev/nvme4n1", 2024-09-10T04:18:10.825 INFO:teuthology.orchestra.run.smithi047.stdout: "Firmware" : "5.15.0-1", 2024-09-10T04:18:10.825 INFO:teuthology.orchestra.run.smithi047.stdout: "Index" : 4, 2024-09-10T04:18:10.825 INFO:teuthology.orchestra.run.smithi047.stdout: "ModelNumber" : "Linux", 2024-09-10T04:18:10.826 INFO:teuthology.orchestra.run.smithi047.stdout: "ProductName" : "Unknown Device", 2024-09-10T04:18:10.826 INFO:teuthology.orchestra.run.smithi047.stdout: "SerialNumber" : "e0cd6ebbe126a4f3689c" 2024-09-10T04:18:10.826 INFO:teuthology.orchestra.run.smithi047.stdout: } 2024-09-10T04:18:10.826 INFO:teuthology.orchestra.run.smithi047.stdout: ] 2024-09-10T04:18:10.826 INFO:teuthology.orchestra.run.smithi047.stdout:} 2024-09-10T04:18:10.827 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-09-10T04:18:10.827 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2024-09-10T04:18:10.827 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd of=/scratch_devs 2024-09-10T04:18:10.879 DEBUG:teuthology.orchestra.run.smithi149:> set -ex 2024-09-10T04:18:10.879 DEBUG:teuthology.orchestra.run.smithi149:> dd if=/scratch_devs of=/dev/stdout 2024-09-10T04:18:10.885 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-10T04:18:10.885 DEBUG:teuthology.orchestra.run.smithi149:> stat /dev/vg_nvme/lv_1 2024-09-10T04:18:10.931 INFO:teuthology.orchestra.run.smithi149.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-10T04:18:10.932 INFO:teuthology.orchestra.run.smithi149.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-10T04:18:10.932 INFO:teuthology.orchestra.run.smithi149.stdout:Device: 5h/5d Inode: 874 Links: 1 2024-09-10T04:18:10.932 INFO:teuthology.orchestra.run.smithi149.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-10T04:18:10.932 INFO:teuthology.orchestra.run.smithi149.stdout:Access: 2024-09-10 04:14:23.948690921 +0000 2024-09-10T04:18:10.932 INFO:teuthology.orchestra.run.smithi149.stdout:Modify: 2024-09-10 04:14:23.708693066 +0000 2024-09-10T04:18:10.932 INFO:teuthology.orchestra.run.smithi149.stdout:Change: 2024-09-10 04:14:23.708693066 +0000 2024-09-10T04:18:10.932 INFO:teuthology.orchestra.run.smithi149.stdout: Birth: - 2024-09-10T04:18:10.932 DEBUG:teuthology.orchestra.run.smithi149:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-10T04:18:10.986 INFO:teuthology.orchestra.run.smithi149.stderr:1+0 records in 2024-09-10T04:18:10.986 INFO:teuthology.orchestra.run.smithi149.stderr:1+0 records out 2024-09-10T04:18:10.986 INFO:teuthology.orchestra.run.smithi149.stderr:512 bytes copied, 0.000388843 s, 1.3 MB/s 2024-09-10T04:18:10.987 DEBUG:teuthology.orchestra.run.smithi149:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-10T04:18:11.036 DEBUG:teuthology.orchestra.run.smithi149:> stat /dev/vg_nvme/lv_2 2024-09-10T04:18:11.083 INFO:teuthology.orchestra.run.smithi149.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-10T04:18:11.083 INFO:teuthology.orchestra.run.smithi149.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-10T04:18:11.083 INFO:teuthology.orchestra.run.smithi149.stdout:Device: 5h/5d Inode: 897 Links: 1 2024-09-10T04:18:11.083 INFO:teuthology.orchestra.run.smithi149.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-10T04:18:11.084 INFO:teuthology.orchestra.run.smithi149.stdout:Access: 2024-09-10 04:14:24.408686812 +0000 2024-09-10T04:18:11.084 INFO:teuthology.orchestra.run.smithi149.stdout:Modify: 2024-09-10 04:14:24.168688956 +0000 2024-09-10T04:18:11.084 INFO:teuthology.orchestra.run.smithi149.stdout:Change: 2024-09-10 04:14:24.168688956 +0000 2024-09-10T04:18:11.084 INFO:teuthology.orchestra.run.smithi149.stdout: Birth: - 2024-09-10T04:18:11.084 DEBUG:teuthology.orchestra.run.smithi149:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-10T04:18:11.137 INFO:teuthology.orchestra.run.smithi149.stderr:1+0 records in 2024-09-10T04:18:11.138 INFO:teuthology.orchestra.run.smithi149.stderr:1+0 records out 2024-09-10T04:18:11.138 INFO:teuthology.orchestra.run.smithi149.stderr:512 bytes copied, 0.000413735 s, 1.2 MB/s 2024-09-10T04:18:11.139 DEBUG:teuthology.orchestra.run.smithi149:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-10T04:18:11.188 DEBUG:teuthology.orchestra.run.smithi149:> stat /dev/vg_nvme/lv_3 2024-09-10T04:18:11.235 INFO:teuthology.orchestra.run.smithi149.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-10T04:18:11.235 INFO:teuthology.orchestra.run.smithi149.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-10T04:18:11.235 INFO:teuthology.orchestra.run.smithi149.stdout:Device: 5h/5d Inode: 912 Links: 1 2024-09-10T04:18:11.235 INFO:teuthology.orchestra.run.smithi149.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-10T04:18:11.236 INFO:teuthology.orchestra.run.smithi149.stdout:Access: 2024-09-10 04:14:24.884682561 +0000 2024-09-10T04:18:11.236 INFO:teuthology.orchestra.run.smithi149.stdout:Modify: 2024-09-10 04:14:24.636684776 +0000 2024-09-10T04:18:11.236 INFO:teuthology.orchestra.run.smithi149.stdout:Change: 2024-09-10 04:14:24.636684776 +0000 2024-09-10T04:18:11.236 INFO:teuthology.orchestra.run.smithi149.stdout: Birth: - 2024-09-10T04:18:11.236 DEBUG:teuthology.orchestra.run.smithi149:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-10T04:18:11.288 INFO:teuthology.orchestra.run.smithi149.stderr:1+0 records in 2024-09-10T04:18:11.288 INFO:teuthology.orchestra.run.smithi149.stderr:1+0 records out 2024-09-10T04:18:11.288 INFO:teuthology.orchestra.run.smithi149.stderr:512 bytes copied, 0.000339718 s, 1.5 MB/s 2024-09-10T04:18:11.289 DEBUG:teuthology.orchestra.run.smithi149:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-10T04:18:11.336 DEBUG:teuthology.orchestra.run.smithi149:> stat /dev/vg_nvme/lv_4 2024-09-10T04:18:11.383 INFO:teuthology.orchestra.run.smithi149.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-10T04:18:11.384 INFO:teuthology.orchestra.run.smithi149.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-10T04:18:11.384 INFO:teuthology.orchestra.run.smithi149.stdout:Device: 5h/5d Inode: 931 Links: 1 2024-09-10T04:18:11.384 INFO:teuthology.orchestra.run.smithi149.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-10T04:18:11.384 INFO:teuthology.orchestra.run.smithi149.stdout:Access: 2024-09-10 04:14:25.384678095 +0000 2024-09-10T04:18:11.384 INFO:teuthology.orchestra.run.smithi149.stdout:Modify: 2024-09-10 04:14:25.128680382 +0000 2024-09-10T04:18:11.384 INFO:teuthology.orchestra.run.smithi149.stdout:Change: 2024-09-10 04:14:25.128680382 +0000 2024-09-10T04:18:11.384 INFO:teuthology.orchestra.run.smithi149.stdout: Birth: - 2024-09-10T04:18:11.384 DEBUG:teuthology.orchestra.run.smithi149:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-10T04:18:11.437 INFO:teuthology.orchestra.run.smithi149.stderr:1+0 records in 2024-09-10T04:18:11.438 INFO:teuthology.orchestra.run.smithi149.stderr:1+0 records out 2024-09-10T04:18:11.438 INFO:teuthology.orchestra.run.smithi149.stderr:512 bytes copied, 0.000328441 s, 1.6 MB/s 2024-09-10T04:18:11.439 DEBUG:teuthology.orchestra.run.smithi149:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-10T04:18:11.488 DEBUG:teuthology.orchestra.run.smithi149:> 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-10T04:18:11.627 INFO:teuthology.orchestra.run.smithi149.stdout:loop 2024-09-10T04:18:11.628 INFO:tasks.nvme_loop:Connecting nvme_loop smithi149:/dev/vg_nvme/lv_1... 2024-09-10T04:18:11.628 DEBUG:teuthology.orchestra.run.smithi149:> 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-10T04:18:11.644 INFO:teuthology.orchestra.run.smithi149.stdout:1 2024-09-10T04:18:11.664 INFO:teuthology.orchestra.run.smithi149.stdout:/dev/vg_nvme/lv_11 2024-09-10T04:18:11.682 INFO:tasks.nvme_loop:Connecting nvme_loop smithi149:/dev/vg_nvme/lv_2... 2024-09-10T04:18:11.682 DEBUG:teuthology.orchestra.run.smithi149:> 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-10T04:18:11.739 INFO:teuthology.orchestra.run.smithi149.stdout:1 2024-09-10T04:18:11.760 INFO:teuthology.orchestra.run.smithi149.stdout:/dev/vg_nvme/lv_21 2024-09-10T04:18:11.777 INFO:tasks.nvme_loop:Connecting nvme_loop smithi149:/dev/vg_nvme/lv_3... 2024-09-10T04:18:11.777 DEBUG:teuthology.orchestra.run.smithi149:> 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-10T04:18:11.834 INFO:teuthology.orchestra.run.smithi149.stdout:1 2024-09-10T04:18:11.853 INFO:teuthology.orchestra.run.smithi149.stdout:/dev/vg_nvme/lv_31 2024-09-10T04:18:11.870 INFO:tasks.nvme_loop:Connecting nvme_loop smithi149:/dev/vg_nvme/lv_4... 2024-09-10T04:18:11.870 DEBUG:teuthology.orchestra.run.smithi149:> 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-10T04:18:11.927 INFO:teuthology.orchestra.run.smithi149.stdout:1 2024-09-10T04:18:11.946 INFO:teuthology.orchestra.run.smithi149.stdout:/dev/vg_nvme/lv_41 2024-09-10T04:18:11.964 DEBUG:teuthology.orchestra.run.smithi149:> set -ex 2024-09-10T04:18:11.964 DEBUG:teuthology.orchestra.run.smithi149:> dd if=/scratch_devs of=/dev/stdout 2024-09-10T04:18:12.012 DEBUG:teuthology.orchestra.run.smithi149:> sudo nvme list -o json 2024-09-10T04:18:12.067 INFO:teuthology.orchestra.run.smithi149.stdout:{ 2024-09-10T04:18:12.067 INFO:teuthology.orchestra.run.smithi149.stdout: "Devices" : [ 2024-09-10T04:18:12.067 INFO:teuthology.orchestra.run.smithi149.stdout: { 2024-09-10T04:18:12.067 INFO:teuthology.orchestra.run.smithi149.stdout: "DevicePath" : "/dev/nvme0n1", 2024-09-10T04:18:12.067 INFO:teuthology.orchestra.run.smithi149.stdout: "Firmware" : "8DV101H0", 2024-09-10T04:18:12.067 INFO:teuthology.orchestra.run.smithi149.stdout: "Index" : 0, 2024-09-10T04:18:12.067 INFO:teuthology.orchestra.run.smithi149.stdout: "ModelNumber" : "INTEL SSDPEDMD400G4", 2024-09-10T04:18:12.067 INFO:teuthology.orchestra.run.smithi149.stdout: "ProductName" : "Unknown Device", 2024-09-10T04:18:12.067 INFO:teuthology.orchestra.run.smithi149.stdout: "SerialNumber" : "CVFT623300CK400BGN" 2024-09-10T04:18:12.067 INFO:teuthology.orchestra.run.smithi149.stdout: }, 2024-09-10T04:18:12.068 INFO:teuthology.orchestra.run.smithi149.stdout: { 2024-09-10T04:18:12.068 INFO:teuthology.orchestra.run.smithi149.stdout: "DevicePath" : "/dev/nvme1n1", 2024-09-10T04:18:12.068 INFO:teuthology.orchestra.run.smithi149.stdout: "Firmware" : "5.15.0-1", 2024-09-10T04:18:12.068 INFO:teuthology.orchestra.run.smithi149.stdout: "Index" : 1, 2024-09-10T04:18:12.068 INFO:teuthology.orchestra.run.smithi149.stdout: "ModelNumber" : "Linux", 2024-09-10T04:18:12.068 INFO:teuthology.orchestra.run.smithi149.stdout: "ProductName" : "Unknown Device", 2024-09-10T04:18:12.068 INFO:teuthology.orchestra.run.smithi149.stdout: "SerialNumber" : "f94d7ef9b28b91b15708" 2024-09-10T04:18:12.068 INFO:teuthology.orchestra.run.smithi149.stdout: }, 2024-09-10T04:18:12.068 INFO:teuthology.orchestra.run.smithi149.stdout: { 2024-09-10T04:18:12.068 INFO:teuthology.orchestra.run.smithi149.stdout: "DevicePath" : "/dev/nvme2n1", 2024-09-10T04:18:12.068 INFO:teuthology.orchestra.run.smithi149.stdout: "Firmware" : "5.15.0-1", 2024-09-10T04:18:12.069 INFO:teuthology.orchestra.run.smithi149.stdout: "Index" : 2, 2024-09-10T04:18:12.069 INFO:teuthology.orchestra.run.smithi149.stdout: "ModelNumber" : "Linux", 2024-09-10T04:18:12.069 INFO:teuthology.orchestra.run.smithi149.stdout: "ProductName" : "Unknown Device", 2024-09-10T04:18:12.069 INFO:teuthology.orchestra.run.smithi149.stdout: "SerialNumber" : "9e5f9a13e66fe5a27baf" 2024-09-10T04:18:12.069 INFO:teuthology.orchestra.run.smithi149.stdout: }, 2024-09-10T04:18:12.069 INFO:teuthology.orchestra.run.smithi149.stdout: { 2024-09-10T04:18:12.069 INFO:teuthology.orchestra.run.smithi149.stdout: "DevicePath" : "/dev/nvme3n1", 2024-09-10T04:18:12.069 INFO:teuthology.orchestra.run.smithi149.stdout: "Firmware" : "5.15.0-1", 2024-09-10T04:18:12.069 INFO:teuthology.orchestra.run.smithi149.stdout: "Index" : 3, 2024-09-10T04:18:12.069 INFO:teuthology.orchestra.run.smithi149.stdout: "ModelNumber" : "Linux", 2024-09-10T04:18:12.069 INFO:teuthology.orchestra.run.smithi149.stdout: "ProductName" : "Unknown Device", 2024-09-10T04:18:12.070 INFO:teuthology.orchestra.run.smithi149.stdout: "SerialNumber" : "0ba87e2cf7815dbda6fe" 2024-09-10T04:18:12.070 INFO:teuthology.orchestra.run.smithi149.stdout: }, 2024-09-10T04:18:12.070 INFO:teuthology.orchestra.run.smithi149.stdout: { 2024-09-10T04:18:12.070 INFO:teuthology.orchestra.run.smithi149.stdout: "DevicePath" : "/dev/nvme4n1", 2024-09-10T04:18:12.070 INFO:teuthology.orchestra.run.smithi149.stdout: "Firmware" : "5.15.0-1", 2024-09-10T04:18:12.070 INFO:teuthology.orchestra.run.smithi149.stdout: "Index" : 4, 2024-09-10T04:18:12.070 INFO:teuthology.orchestra.run.smithi149.stdout: "ModelNumber" : "Linux", 2024-09-10T04:18:12.070 INFO:teuthology.orchestra.run.smithi149.stdout: "ProductName" : "Unknown Device", 2024-09-10T04:18:12.070 INFO:teuthology.orchestra.run.smithi149.stdout: "SerialNumber" : "39851c05f5052b0890fd" 2024-09-10T04:18:12.070 INFO:teuthology.orchestra.run.smithi149.stdout: } 2024-09-10T04:18:12.070 INFO:teuthology.orchestra.run.smithi149.stdout: ] 2024-09-10T04:18:12.071 INFO:teuthology.orchestra.run.smithi149.stdout:} 2024-09-10T04:18:12.071 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-09-10T04:18:12.072 DEBUG:teuthology.orchestra.run.smithi149:> set -ex 2024-09-10T04:18:12.072 DEBUG:teuthology.orchestra.run.smithi149:> sudo dd of=/scratch_devs 2024-09-10T04:18:12.126 INFO:teuthology.run_tasks:Running task cephadm... 2024-09-10T04:18:12.228 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': '3a5e3f16720f432aea965c40a8f6eb480095ec6c'} 2024-09-10T04:18:12.228 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c 2024-09-10T04:18:12.229 INFO:tasks.cephadm:Cluster fsid is b165ca24-6f2b-11ef-bcea-c7b262605968 2024-09-10T04:18:12.229 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-09-10T04:18:12.229 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-09-10T04:18:12.229 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi047': '172.21.15.47', 'mon.smithi149': '172.21.15.149'} 2024-09-10T04:18:12.229 INFO:tasks.cephadm:Normalizing hostnames... 2024-09-10T04:18:12.229 DEBUG:teuthology.orchestra.run.smithi047:> sudo hostname $(hostname -s) 2024-09-10T04:18:12.245 DEBUG:teuthology.orchestra.run.smithi149:> sudo hostname $(hostname -s) 2024-09-10T04:18:12.258 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-09-10T04:18:12.259 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=3a5e3f16720f432aea965c40a8f6eb480095ec6c 2024-09-10T04:18:12.402 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '3a5e3f16720f432aea965c40a8f6eb480095ec6c', '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/82931/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.3.0-4885-g3a5e3f16', 'node_name': '172.21.5.33+adami03', '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-4885-g3a5e3f16-1jammy'}, 'url': 'https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/flavors/default/', 'distro_codename': 'jammy', 'modified': '2024-09-10 02:40:38.846024', 'distro_version': '22.04', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-adk-testing-2024-09-09-1904', 'chacra_url': 'https://2.chacra.ceph.com/repos/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/flavors/default/', 'archs': ['x86_64'], 'distro': 'ubuntu'}] 2024-09-10T04:18:12.541 INFO:tasks.util.chacra:got chacra host 2.chacra.ceph.com, ref wip-adk-testing-2024-09-09-1904, sha1 3a5e3f16720f432aea965c40a8f6eb480095ec6c from https://shaman.ceph.com/api/search/?project=ceph&distros=ubuntu%2F22.04%2Fx86_64&flavor=default&sha1=3a5e3f16720f432aea965c40a8f6eb480095ec6c 2024-09-10T04:18:12.542 INFO:tasks.cephadm:Discovered cachra url: https://2.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-09-10T04:18:12.542 INFO:tasks.cephadm:Downloading cephadm from url: https://2.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-09-10T04:18:12.542 DEBUG:teuthology.orchestra.run.smithi047:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-10T04:18:13.031 INFO:teuthology.orchestra.run.smithi047.stdout:-rw-rw-r-- 1 ubuntu ubuntu 811825 Sep 10 04:18 /home/ubuntu/cephtest/cephadm 2024-09-10T04:18:13.031 DEBUG:teuthology.orchestra.run.smithi149:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-09-09-1904/3a5e3f16720f432aea965c40a8f6eb480095ec6c/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-10T04:18:13.532 INFO:teuthology.orchestra.run.smithi149.stdout:-rw-rw-r-- 1 ubuntu ubuntu 811825 Sep 10 04:18 /home/ubuntu/cephtest/cephadm 2024-09-10T04:18:13.533 DEBUG:teuthology.orchestra.run.smithi047:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-10T04:18:13.541 DEBUG:teuthology.orchestra.run.smithi149:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-10T04:18:13.557 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c on all hosts... 2024-09-10T04:18:13.557 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c pull 2024-09-10T04:18:13.585 DEBUG:teuthology.orchestra.run.smithi149:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c pull 2024-09-10T04:18:13.770 INFO:teuthology.orchestra.run.smithi047.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c... 2024-09-10T04:18:13.772 INFO:teuthology.orchestra.run.smithi149.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c... 2024-09-10T04:19:06.788 INFO:teuthology.orchestra.run.smithi149.stdout:{ 2024-09-10T04:19:06.789 INFO:teuthology.orchestra.run.smithi149.stdout: "ceph_version": "ceph version 19.3.0-4885-g3a5e3f16 (3a5e3f16720f432aea965c40a8f6eb480095ec6c) squid (dev)", 2024-09-10T04:19:06.789 INFO:teuthology.orchestra.run.smithi149.stdout: "image_id": "d6d839bc8a4bdc14017733b053ef2e9b386c4d0f48b6d189c0888843abe03578", 2024-09-10T04:19:06.789 INFO:teuthology.orchestra.run.smithi149.stdout: "repo_digests": [ 2024-09-10T04:19:06.789 INFO:teuthology.orchestra.run.smithi149.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:2db6858ffc169715474ea237dd8b2beae440a5514686b8202506e12cb7dc1fca" 2024-09-10T04:19:06.789 INFO:teuthology.orchestra.run.smithi149.stdout: ] 2024-09-10T04:19:06.789 INFO:teuthology.orchestra.run.smithi149.stdout:} 2024-09-10T04:19:15.423 INFO:teuthology.orchestra.run.smithi047.stdout:{ 2024-09-10T04:19:15.423 INFO:teuthology.orchestra.run.smithi047.stdout: "ceph_version": "ceph version 19.3.0-4885-g3a5e3f16 (3a5e3f16720f432aea965c40a8f6eb480095ec6c) squid (dev)", 2024-09-10T04:19:15.423 INFO:teuthology.orchestra.run.smithi047.stdout: "image_id": "d6d839bc8a4bdc14017733b053ef2e9b386c4d0f48b6d189c0888843abe03578", 2024-09-10T04:19:15.423 INFO:teuthology.orchestra.run.smithi047.stdout: "repo_digests": [ 2024-09-10T04:19:15.423 INFO:teuthology.orchestra.run.smithi047.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:2db6858ffc169715474ea237dd8b2beae440a5514686b8202506e12cb7dc1fca" 2024-09-10T04:19:15.423 INFO:teuthology.orchestra.run.smithi047.stdout: ] 2024-09-10T04:19:15.423 INFO:teuthology.orchestra.run.smithi047.stdout:} 2024-09-10T04:19:15.474 DEBUG:teuthology.orchestra.run.smithi047:> sudo mkdir -p /etc/ceph 2024-09-10T04:19:15.488 DEBUG:teuthology.orchestra.run.smithi149:> sudo mkdir -p /etc/ceph 2024-09-10T04:19:15.503 DEBUG:teuthology.orchestra.run.smithi047:> sudo chmod 777 /etc/ceph 2024-09-10T04:19:15.542 DEBUG:teuthology.orchestra.run.smithi149:> sudo chmod 777 /etc/ceph 2024-09-10T04:19:15.557 INFO:tasks.cephadm:Writing seed config... 2024-09-10T04:19:15.559 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-09-10T04:19:15.559 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-09-10T04:19:15.559 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-09-10T04:19:15.559 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-09-10T04:19:15.559 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-09-10T04:19:15.559 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-09-10T04:19:15.559 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-09-10T04:19:15.559 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-09-10T04:19:15.560 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2024-09-10T04:19:15.560 DEBUG:teuthology.orchestra.run.smithi047:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-09-10T04:19:15.591 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 = b165ca24-6f2b-11ef-bcea-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-10T04:19:15.591 DEBUG:teuthology.orchestra.run.smithi047:mon.smithi047> sudo journalctl -f -n 0 -u ceph-b165ca24-6f2b-11ef-bcea-c7b262605968@mon.smithi047.service 2024-09-10T04:19:15.636 INFO:tasks.cephadm:Bootstrapping... 2024-09-10T04:19:15.636 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c -v bootstrap --fsid b165ca24-6f2b-11ef-bcea-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.47 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-09-10T04:19:15.861 INFO:teuthology.orchestra.run.smithi047.stdout:-------------------------------------------------------------------------------- 2024-09-10T04:19:15.861 INFO:teuthology.orchestra.run.smithi047.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c', '-v', 'bootstrap', '--fsid', 'b165ca24-6f2b-11ef-bcea-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.47', '--skip-admin-label'] 2024-09-10T04:19:15.861 INFO:teuthology.orchestra.run.smithi047.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-09-10T04:19:15.862 INFO:teuthology.orchestra.run.smithi047.stdout:Verifying podman|docker is present... 2024-09-10T04:19:15.862 INFO:teuthology.orchestra.run.smithi047.stdout:Verifying lvm2 is present... 2024-09-10T04:19:15.862 INFO:teuthology.orchestra.run.smithi047.stdout:Verifying time synchronization is in place... 2024-09-10T04:19:15.866 INFO:teuthology.orchestra.run.smithi047.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-09-10T04:19:15.866 INFO:teuthology.orchestra.run.smithi047.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-10T04:19:15.872 INFO:teuthology.orchestra.run.smithi047.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-09-10T04:19:15.872 INFO:teuthology.orchestra.run.smithi047.stdout:systemctl: stdout inactive 2024-09-10T04:19:15.877 INFO:teuthology.orchestra.run.smithi047.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-09-10T04:19:15.877 INFO:teuthology.orchestra.run.smithi047.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-09-10T04:19:15.881 INFO:teuthology.orchestra.run.smithi047.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-09-10T04:19:15.881 INFO:teuthology.orchestra.run.smithi047.stdout:systemctl: stdout inactive 2024-09-10T04:19:15.884 INFO:teuthology.orchestra.run.smithi047.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-09-10T04:19:15.884 INFO:teuthology.orchestra.run.smithi047.stdout:systemctl: stdout masked 2024-09-10T04:19:15.888 INFO:teuthology.orchestra.run.smithi047.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-09-10T04:19:15.888 INFO:teuthology.orchestra.run.smithi047.stdout:systemctl: stdout inactive 2024-09-10T04:19:15.892 INFO:teuthology.orchestra.run.smithi047.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-09-10T04:19:15.892 INFO:teuthology.orchestra.run.smithi047.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-09-10T04:19:15.895 INFO:teuthology.orchestra.run.smithi047.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-09-10T04:19:15.895 INFO:teuthology.orchestra.run.smithi047.stdout:systemctl: stdout inactive 2024-09-10T04:19:15.901 INFO:teuthology.orchestra.run.smithi047.stdout:systemctl: stdout enabled 2024-09-10T04:19:15.905 INFO:teuthology.orchestra.run.smithi047.stdout:systemctl: stdout active 2024-09-10T04:19:15.905 INFO:teuthology.orchestra.run.smithi047.stdout:Unit ntp.service is enabled and running 2024-09-10T04:19:15.905 INFO:teuthology.orchestra.run.smithi047.stdout:Repeating the final host check... 2024-09-10T04:19:15.905 INFO:teuthology.orchestra.run.smithi047.stdout:docker (/usr/bin/docker) is present 2024-09-10T04:19:15.905 INFO:teuthology.orchestra.run.smithi047.stdout:systemctl is present 2024-09-10T04:19:15.905 INFO:teuthology.orchestra.run.smithi047.stdout:lvcreate is present 2024-09-10T04:19:15.908 INFO:teuthology.orchestra.run.smithi047.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-09-10T04:19:15.908 INFO:teuthology.orchestra.run.smithi047.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-10T04:19:15.911 INFO:teuthology.orchestra.run.smithi047.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-09-10T04:19:15.911 INFO:teuthology.orchestra.run.smithi047.stdout:systemctl: stdout inactive 2024-09-10T04:19:15.915 INFO:teuthology.orchestra.run.smithi047.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-09-10T04:19:15.915 INFO:teuthology.orchestra.run.smithi047.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-09-10T04:19:15.918 INFO:teuthology.orchestra.run.smithi047.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-09-10T04:19:15.918 INFO:teuthology.orchestra.run.smithi047.stdout:systemctl: stdout inactive 2024-09-10T04:19:15.922 INFO:teuthology.orchestra.run.smithi047.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-09-10T04:19:15.922 INFO:teuthology.orchestra.run.smithi047.stdout:systemctl: stdout masked 2024-09-10T04:19:15.925 INFO:teuthology.orchestra.run.smithi047.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-09-10T04:19:15.925 INFO:teuthology.orchestra.run.smithi047.stdout:systemctl: stdout inactive 2024-09-10T04:19:15.928 INFO:teuthology.orchestra.run.smithi047.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-09-10T04:19:15.928 INFO:teuthology.orchestra.run.smithi047.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-09-10T04:19:15.932 INFO:teuthology.orchestra.run.smithi047.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-09-10T04:19:15.932 INFO:teuthology.orchestra.run.smithi047.stdout:systemctl: stdout inactive 2024-09-10T04:19:15.936 INFO:teuthology.orchestra.run.smithi047.stdout:systemctl: stdout enabled 2024-09-10T04:19:15.939 INFO:teuthology.orchestra.run.smithi047.stdout:systemctl: stdout active 2024-09-10T04:19:15.939 INFO:teuthology.orchestra.run.smithi047.stdout:Unit ntp.service is enabled and running 2024-09-10T04:19:15.939 INFO:teuthology.orchestra.run.smithi047.stdout:Host looks OK 2024-09-10T04:19:15.940 INFO:teuthology.orchestra.run.smithi047.stdout:Cluster fsid: b165ca24-6f2b-11ef-bcea-c7b262605968 2024-09-10T04:19:15.940 INFO:teuthology.orchestra.run.smithi047.stdout:Acquiring lock 140638592548000 on /run/cephadm/b165ca24-6f2b-11ef-bcea-c7b262605968.lock 2024-09-10T04:19:15.940 INFO:teuthology.orchestra.run.smithi047.stdout:Lock 140638592548000 acquired on /run/cephadm/b165ca24-6f2b-11ef-bcea-c7b262605968.lock 2024-09-10T04:19:15.940 INFO:teuthology.orchestra.run.smithi047.stdout:Verifying IP 172.21.15.47 port 3300 ... 2024-09-10T04:19:15.940 INFO:teuthology.orchestra.run.smithi047.stdout:Verifying IP 172.21.15.47 port 6789 ... 2024-09-10T04:19:15.940 INFO:teuthology.orchestra.run.smithi047.stdout:Base mon IP(s) is [172.21.15.47:3300, 172.21.15.47:6789], mon addrv is [v2:172.21.15.47:3300,v1:172.21.15.47:6789] 2024-09-10T04:19:15.942 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 2024-09-10T04:19:15.942 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/sbin/ip: stdout 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-09-10T04:19:15.942 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.47 2024-09-10T04:19:15.944 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-09-10T04:19:15.945 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2024-09-10T04:19:15.945 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1795sec hoplimit 64 pref medium 2024-09-10T04:19:15.946 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-09-10T04:19:15.947 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/sbin/ip: stdout inet6 ::1/128 scope host 2024-09-10T04:19:15.947 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-09-10T04:19:15.947 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/sbin/ip: stdout 4: ens1f0: mtu 1500 state UP qlen 1000 2024-09-10T04:19:15.947 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/sbin/ip: stdout inet6 fe80::ec4:7aff:febd:148e/64 scope link 2024-09-10T04:19:15.947 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-09-10T04:19:15.947 INFO:teuthology.orchestra.run.smithi047.stdout:Mon IP `172.21.15.47` is in CIDR network `172.21.0.0/20` 2024-09-10T04:19:15.948 INFO:teuthology.orchestra.run.smithi047.stdout:Mon IP `172.21.15.47` is in CIDR network `172.21.0.0/20` 2024-09-10T04:19:15.948 INFO:teuthology.orchestra.run.smithi047.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-09-10T04:19:15.948 INFO:teuthology.orchestra.run.smithi047.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-09-10T04:19:15.949 INFO:teuthology.orchestra.run.smithi047.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c... 2024-09-10T04:19:16.150 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/docker: stdout 3a5e3f16720f432aea965c40a8f6eb480095ec6c: Pulling from ceph-ci/ceph 2024-09-10T04:19:16.150 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/docker: stdout Digest: sha256:2db6858ffc169715474ea237dd8b2beae440a5514686b8202506e12cb7dc1fca 2024-09-10T04:19:16.150 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/docker: stdout Status: Image is up to date for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c 2024-09-10T04:19:16.151 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/docker: stdout quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c 2024-09-10T04:19:17.444 INFO:teuthology.orchestra.run.smithi047.stdout:ceph: stdout ceph version 19.3.0-4885-g3a5e3f16 (3a5e3f16720f432aea965c40a8f6eb480095ec6c) squid (dev) 2024-09-10T04:19:17.444 INFO:teuthology.orchestra.run.smithi047.stdout:Ceph version: ceph version 19.3.0-4885-g3a5e3f16 (3a5e3f16720f432aea965c40a8f6eb480095ec6c) squid (dev) 2024-09-10T04:19:17.444 INFO:teuthology.orchestra.run.smithi047.stdout:Extracting ceph user uid/gid from container image... 2024-09-10T04:19:18.709 INFO:teuthology.orchestra.run.smithi047.stdout:stat: stdout 167 167 2024-09-10T04:19:18.709 INFO:teuthology.orchestra.run.smithi047.stdout:Creating initial keys... 2024-09-10T04:19:19.880 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-authtool: stdout AQDHyN9mzAPDGhAApmaxgmXdLtFFHNJupa/V1A== 2024-09-10T04:19:21.119 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-authtool: stdout AQDIyN9mJS1eJxAA2EvVJ2i8HNBBHwZ73taTeg== 2024-09-10T04:19:22.299 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-authtool: stdout AQDJyN9mlqcvNRAAA1+PrG0M3nGKEJMq7gCvBA== 2024-09-10T04:19:22.300 INFO:teuthology.orchestra.run.smithi047.stdout:Creating initial monmap... 2024-09-10T04:19:23.630 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-10T04:19:23.631 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-09-10T04:19:23.631 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to b165ca24-6f2b-11ef-bcea-c7b262605968 2024-09-10T04:19:23.631 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-10T04:19:23.631 INFO:teuthology.orchestra.run.smithi047.stdout:monmaptool for smithi047 [v2:172.21.15.47:3300,v1:172.21.15.47:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-10T04:19:23.631 INFO:teuthology.orchestra.run.smithi047.stdout:setting min_mon_release = quincy 2024-09-10T04:19:23.632 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/monmaptool: set fsid to b165ca24-6f2b-11ef-bcea-c7b262605968 2024-09-10T04:19:23.632 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-10T04:19:23.632 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-09-10T04:19:23.632 INFO:teuthology.orchestra.run.smithi047.stdout:Creating mon... 2024-09-10T04:19:24.847 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-10T04:19:24.847 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 1 imported monmap: 2024-09-10T04:19:24.847 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr epoch 0 2024-09-10T04:19:24.847 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr fsid b165ca24-6f2b-11ef-bcea-c7b262605968 2024-09-10T04:19:24.848 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr last_changed 2024-09-10T04:19:23.223763+0000 2024-09-10T04:19:24.848 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr created 2024-09-10T04:19:23.223763+0000 2024-09-10T04:19:24.848 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr min_mon_release 17 (quincy) 2024-09-10T04:19:24.849 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr election_strategy: 1 2024-09-10T04:19:24.850 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr 0: [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] mon.smithi047 2024-09-10T04:19:24.850 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr 2024-09-10T04:19:24.850 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 0 /usr/bin/ceph-mon: set fsid to b165ca24-6f2b-11ef-bcea-c7b262605968 2024-09-10T04:19:24.850 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: RocksDB version: 7.9.2 2024-09-10T04:19:24.850 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr 2024-09-10T04:19:24.850 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Git sha 0 2024-09-10T04:19:24.850 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Compile date 2024-09-10 00:49:01 2024-09-10T04:19:24.850 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: DB SUMMARY 2024-09-10T04:19:24.850 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr 2024-09-10T04:19:24.850 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: DB Session ID: XA33IGX7MTTVXSJLUWHA 2024-09-10T04:19:24.850 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr 2024-09-10T04:19:24.851 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi047/store.db dir, Total Num: 0, files: 2024-09-10T04:19:24.851 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr 2024-09-10T04:19:24.851 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi047/store.db: 2024-09-10T04:19:24.851 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr 2024-09-10T04:19:24.854 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.error_if_exists: 0 2024-09-10T04:19:24.855 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.create_if_missing: 1 2024-09-10T04:19:24.855 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.paranoid_checks: 1 2024-09-10T04:19:24.855 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-09-10T04:19:24.855 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-10T04:19:24.855 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-10T04:19:24.855 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.env: 0x564e2c954120 2024-09-10T04:19:24.855 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.fs: PosixFileSystem 2024-09-10T04:19:24.855 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.info_log: 0x564e2e2f4d80 2024-09-10T04:19:24.855 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-10T04:19:24.855 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.statistics: (nil) 2024-09-10T04:19:24.856 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.use_fsync: 0 2024-09-10T04:19:24.856 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.max_log_file_size: 0 2024-09-10T04:19:24.856 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-10T04:19:24.856 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-10T04:19:24.856 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-10T04:19:24.856 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-10T04:19:24.856 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.allow_fallocate: 1 2024-09-10T04:19:24.856 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-10T04:19:24.856 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-10T04:19:24.856 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.use_direct_reads: 0 2024-09-10T04:19:24.856 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-10T04:19:24.856 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.create_missing_column_families: 0 2024-09-10T04:19:24.856 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.db_log_dir: 2024-09-10T04:19:24.857 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.wal_dir: 2024-09-10T04:19:24.857 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-10T04:19:24.857 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-10T04:19:24.857 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-10T04:19:24.857 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-10T04:19:24.857 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-10T04:19:24.857 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-10T04:19:24.863 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.advise_random_on_open: 1 2024-09-10T04:19:24.863 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-10T04:19:24.863 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.write_buffer_manager: 0x564e2e2edcc0 2024-09-10T04:19:24.863 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-10T04:19:24.863 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-10T04:19:24.863 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-10T04:19:24.863 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.rate_limiter: (nil) 2024-09-10T04:19:24.863 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-10T04:19:24.863 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-10T04:19:24.864 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-10T04:19:24.864 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-10T04:19:24.864 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.unordered_write: 0 2024-09-10T04:19:24.864 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-10T04:19:24.864 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-10T04:19:24.864 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-10T04:19:24.864 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-10T04:19:24.864 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.row_cache: None 2024-09-10T04:19:24.864 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.wal_filter: None 2024-09-10T04:19:24.865 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-10T04:19:24.865 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-10T04:19:24.865 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.two_write_queues: 0 2024-09-10T04:19:24.865 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.manual_wal_flush: 0 2024-09-10T04:19:24.865 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.wal_compression: 0 2024-09-10T04:19:24.865 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.atomic_flush: 0 2024-09-10T04:19:24.865 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-10T04:19:24.865 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-09-10T04:19:24.865 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-09-10T04:19:24.865 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.log_readahead_size: 0 2024-09-10T04:19:24.865 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-10T04:19:24.866 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-09-10T04:19:24.866 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-10T04:19:24.866 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-10T04:19:24.866 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-09-10T04:19:24.866 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-09-10T04:19:24.866 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-09-10T04:19:24.866 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.max_background_jobs: 2 2024-09-10T04:19:24.866 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.max_background_compactions: -1 2024-09-10T04:19:24.866 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.max_subcompactions: 1 2024-09-10T04:19:24.866 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-10T04:19:24.866 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-10T04:19:24.866 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-10T04:19:24.867 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.max_total_wal_size: 0 2024-09-10T04:19:24.867 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-10T04:19:24.867 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-10T04:19:24.867 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-10T04:19:24.867 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-10T04:19:24.867 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.max_open_files: -1 2024-09-10T04:19:24.867 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.bytes_per_sync: 0 2024-09-10T04:19:24.867 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-10T04:19:24.867 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-09-10T04:19:24.867 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-10T04:19:24.867 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.max_background_flushes: -1 2024-09-10T04:19:24.867 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Compression algorithms supported: 2024-09-10T04:19:24.874 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: kZSTD supported: 0 2024-09-10T04:19:24.874 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: kXpressCompression supported: 0 2024-09-10T04:19:24.874 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: kBZip2Compression supported: 0 2024-09-10T04:19:24.874 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-10T04:19:24.875 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: kLZ4Compression supported: 1 2024-09-10T04:19:24.875 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: kZlibCompression supported: 1 2024-09-10T04:19:24.875 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-10T04:19:24.875 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: kSnappyCompression supported: 1 2024-09-10T04:19:24.875 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-10T04:19:24.875 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-09-10T04:19:24.875 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: [db/db_impl/db_impl_open.cc:317] Creating manifest 1 2024-09-10T04:19:24.875 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr 2024-09-10T04:19:24.875 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi047/store.db/MANIFEST-000001 2024-09-10T04:19:24.875 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr 2024-09-10T04:19:24.875 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-10T04:19:24.875 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr 2024-09-10T04:19:24.875 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-10T04:19:24.876 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.merge_operator: 2024-09-10T04:19:24.876 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.compaction_filter: None 2024-09-10T04:19:24.876 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.compaction_filter_factory: None 2024-09-10T04:19:24.876 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-09-10T04:19:24.876 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-10T04:19:24.876 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-10T04:19:24.876 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x564e2e2f49a0) 2024-09-10T04:19:24.876 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2024-09-10T04:19:24.876 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 0 2024-09-10T04:19:24.876 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-10T04:19:24.876 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2024-09-10T04:19:24.876 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr index_type: 0 2024-09-10T04:19:24.877 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2024-09-10T04:19:24.877 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr index_shortening: 1 2024-09-10T04:19:24.877 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2024-09-10T04:19:24.877 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr checksum: 4 2024-09-10T04:19:24.877 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr no_block_cache: 0 2024-09-10T04:19:24.877 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr block_cache: 0x564e2e2dd610 2024-09-10T04:19:24.877 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2024-09-10T04:19:24.877 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr block_cache_options: 2024-09-10T04:19:24.877 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr capacity : 536870912 2024-09-10T04:19:24.877 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2024-09-10T04:19:24.877 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2024-09-10T04:19:24.877 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2024-09-10T04:19:24.877 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2024-09-10T04:19:24.877 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2024-09-10T04:19:24.878 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr block_size: 4096 2024-09-10T04:19:24.878 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2024-09-10T04:19:24.878 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2024-09-10T04:19:24.878 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2024-09-10T04:19:24.878 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2024-09-10T04:19:24.878 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr partition_filters: 0 2024-09-10T04:19:24.878 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2024-09-10T04:19:24.878 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr filter_policy: bloomfilter 2024-09-10T04:19:24.878 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2024-09-10T04:19:24.878 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr verify_compression: 0 2024-09-10T04:19:24.878 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2024-09-10T04:19:24.878 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr format_version: 5 2024-09-10T04:19:24.878 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2024-09-10T04:19:24.878 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr block_align: 0 2024-09-10T04:19:24.879 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr max_auto_readahead_size: 262144 2024-09-10T04:19:24.879 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr prepopulate_block_cache: 0 2024-09-10T04:19:24.879 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr initial_auto_readahead_size: 8192 2024-09-10T04:19:24.879 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr num_file_reads_for_auto_readahead: 2 2024-09-10T04:19:24.879 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr 2024-09-10T04:19:24.879 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-10T04:19:24.879 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-10T04:19:24.879 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.compression: NoCompression 2024-09-10T04:19:24.879 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-10T04:19:24.879 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-10T04:19:24.879 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-10T04:19:24.879 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.num_levels: 7 2024-09-10T04:19:24.880 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-10T04:19:24.880 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-10T04:19:24.880 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-10T04:19:24.880 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-10T04:19:24.880 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-10T04:19:24.888 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-10T04:19:24.888 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-10T04:19:24.888 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-10T04:19:24.889 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-10T04:19:24.889 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-10T04:19:24.889 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-10T04:19:24.889 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-10T04:19:24.889 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-10T04:19:24.889 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.compression_opts.level: 32767 2024-09-10T04:19:24.889 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-10T04:19:24.889 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-10T04:19:24.889 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-10T04:19:24.889 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-10T04:19:24.889 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-10T04:19:24.889 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.compression_opts.enabled: false 2024-09-10T04:19:24.889 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-10T04:19:24.890 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-10T04:19:24.890 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-10T04:19:24.890 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-10T04:19:24.890 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-10T04:19:24.890 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-10T04:19:24.890 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-10T04:19:24.890 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-10T04:19:24.890 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-10T04:19:24.890 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-10T04:19:24.890 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-10T04:19:24.890 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-10T04:19:24.890 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-10T04:19:24.890 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-10T04:19:24.890 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-10T04:19:24.891 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-10T04:19:24.891 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-10T04:19:24.891 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-10T04:19:24.891 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-10T04:19:24.891 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.arena_block_size: 1048576 2024-09-10T04:19:24.891 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-10T04:19:24.891 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-10T04:19:24.891 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-10T04:19:24.891 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-10T04:19:24.891 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-10T04:19:24.891 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-10T04:19:24.891 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-10T04:19:24.891 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-10T04:19:24.892 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-10T04:19:24.892 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-10T04:19:24.892 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-10T04:19:24.892 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-10T04:19:24.892 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-10T04:19:24.892 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-10T04:19:24.892 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.inplace_update_support: 0 2024-09-10T04:19:24.892 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-10T04:19:24.892 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-10T04:19:24.892 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-10T04:19:24.892 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-10T04:19:24.892 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.bloom_locality: 0 2024-09-10T04:19:24.892 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.max_successive_merges: 0 2024-09-10T04:19:24.892 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-10T04:19:24.893 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-10T04:19:24.893 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.force_consistency_checks: 1 2024-09-10T04:19:24.893 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-10T04:19:24.893 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.ttl: 2592000 2024-09-10T04:19:24.893 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-09-10T04:19:24.893 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-10T04:19:24.893 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-10T04:19:24.893 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.enable_blob_files: false 2024-09-10T04:19:24.893 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.min_blob_size: 0 2024-09-10T04:19:24.893 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.blob_file_size: 268435456 2024-09-10T04:19:24.893 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-09-10T04:19:24.893 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-09-10T04:19:24.894 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-10T04:19:24.894 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-10T04:19:24.894 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-10T04:19:24.894 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-09-10T04:19:24.894 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.444+0000 7f05a30b5c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-10T04:19:24.894 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.448+0000 7f05a30b5c80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi047/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-10T04:19:24.894 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr 2024-09-10T04:19:24.894 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.448+0000 7f05a30b5c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-09-10T04:19:24.894 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr 2024-09-10T04:19:24.894 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.448+0000 7f05a30b5c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: b27635fe-51ef-4348-9765-5fed5892752c 2024-09-10T04:19:24.894 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr 2024-09-10T04:19:24.894 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.448+0000 7f05a30b5c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 5 2024-09-10T04:19:24.894 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr 2024-09-10T04:19:24.895 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.448+0000 7f05a30b5c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x564e2e30ce00 2024-09-10T04:19:24.895 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.448+0000 7f05a30b5c80 4 rocksdb: DB pointer 0x564e2e3ee000 2024-09-10T04:19:24.895 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.448+0000 7f059a840640 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-10T04:19:24.895 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.448+0000 7f059a840640 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-10T04:19:24.895 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr ** DB Stats ** 2024-09-10T04:19:24.895 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-09-10T04:19:24.895 INFO:teuthology.orchestra.run.smithi047.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-10T04:19:24.895 INFO:teuthology.orchestra.run.smithi047.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-10T04:19:24.895 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-10T04:19:24.898 INFO:teuthology.orchestra.run.smithi047.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-10T04:19:24.898 INFO:teuthology.orchestra.run.smithi047.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-10T04:19:24.898 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-10T04:19:24.899 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr 2024-09-10T04:19:24.899 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-09-10T04:19:24.899 INFO:teuthology.orchestra.run.smithi047.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-10T04:19:24.899 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-10T04:19:24.899 INFO:teuthology.orchestra.run.smithi047.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-10T04:19:24.899 INFO:teuthology.orchestra.run.smithi047.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-10T04:19:24.899 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr 2024-09-10T04:19:24.899 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-09-10T04:19:24.899 INFO:teuthology.orchestra.run.smithi047.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-10T04:19:24.899 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-10T04:19:24.899 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr 2024-09-10T04:19:24.899 INFO:teuthology.orchestra.run.smithi047.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-10T04:19:24.899 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr 2024-09-10T04:19:24.900 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-09-10T04:19:24.900 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2024-09-10T04:19:24.900 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-09-10T04:19:24.900 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2024-09-10T04:19:24.900 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2024-09-10T04:19:24.900 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2024-09-10T04:19:24.900 INFO:teuthology.orchestra.run.smithi047.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-10T04:19:24.900 INFO:teuthology.orchestra.run.smithi047.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-10T04:19:24.900 INFO:teuthology.orchestra.run.smithi047.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-10T04:19:24.900 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr Block cache BinnedLRUCache@0x564e2e2dd610#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-10T04:19:24.900 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr Block cache entry stats(count,size,portion): Misc(1,0.00 KB,0%) 2024-09-10T04:19:24.900 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr 2024-09-10T04:19:24.900 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2024-09-10T04:19:24.900 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr 2024-09-10T04:19:24.901 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.448+0000 7f05a30b5c80 4 rocksdb: [db/db_impl/db_impl.cc:496] Shutdown: canceling all background work 2024-09-10T04:19:24.901 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.452+0000 7f05a30b5c80 4 rocksdb: [db/db_impl/db_impl.cc:704] Shutdown complete 2024-09-10T04:19:24.901 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-10T04:19:24.452+0000 7f05a30b5c80 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi047 for mon.smithi047 2024-09-10T04:19:24.901 INFO:teuthology.orchestra.run.smithi047.stdout:create mon.smithi047 on 2024-09-10T04:19:25.367 INFO:teuthology.orchestra.run.smithi047.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-09-10T04:19:25.604 INFO:teuthology.orchestra.run.smithi047.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-b165ca24-6f2b-11ef-bcea-c7b262605968.target -> /etc/systemd/system/ceph-b165ca24-6f2b-11ef-bcea-c7b262605968.target. 2024-09-10T04:19:25.604 INFO:teuthology.orchestra.run.smithi047.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-b165ca24-6f2b-11ef-bcea-c7b262605968.target -> /etc/systemd/system/ceph-b165ca24-6f2b-11ef-bcea-c7b262605968.target. 2024-09-10T04:19:25.951 INFO:teuthology.orchestra.run.smithi047.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-b165ca24-6f2b-11ef-bcea-c7b262605968@mon.smithi047 2024-09-10T04:19:25.951 INFO:teuthology.orchestra.run.smithi047.stdout:systemctl: stderr Failed to reset failed state of unit ceph-b165ca24-6f2b-11ef-bcea-c7b262605968@mon.smithi047.service: Unit ceph-b165ca24-6f2b-11ef-bcea-c7b262605968@mon.smithi047.service not loaded. 2024-09-10T04:19:26.161 INFO:teuthology.orchestra.run.smithi047.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-b165ca24-6f2b-11ef-bcea-c7b262605968.target.wants/ceph-b165ca24-6f2b-11ef-bcea-c7b262605968@mon.smithi047.service -> /etc/systemd/system/ceph-b165ca24-6f2b-11ef-bcea-c7b262605968@.service. 2024-09-10T04:19:26.170 INFO:teuthology.orchestra.run.smithi047.stdout:firewalld does not appear to be present 2024-09-10T04:19:26.170 INFO:teuthology.orchestra.run.smithi047.stdout:Not possible to enable service . firewalld.service is not available 2024-09-10T04:19:26.171 INFO:teuthology.orchestra.run.smithi047.stdout:Waiting for mon to start... 2024-09-10T04:19:26.171 INFO:teuthology.orchestra.run.smithi047.stdout:Waiting for mon... 2024-09-10T04:19:27.832 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:27 smithi047 bash[19399]: cluster 2024-09-10T04:19:27.614610+0000 mon.smithi047 (mon.0) 1 : cluster [INF] mon.smithi047 is new leader, mons smithi047 in quorum (ranks 0) 2024-09-10T04:19:28.284 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout cluster: 2024-09-10T04:19:28.284 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout id: b165ca24-6f2b-11ef-bcea-c7b262605968 2024-09-10T04:19:28.284 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-09-10T04:19:28.284 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout 2024-09-10T04:19:28.284 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout services: 2024-09-10T04:19:28.284 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum smithi047 (age 0.203844s) 2024-09-10T04:19:28.284 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-09-10T04:19:28.284 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-09-10T04:19:28.284 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout 2024-09-10T04:19:28.284 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout data: 2024-09-10T04:19:28.285 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-09-10T04:19:28.285 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-09-10T04:19:28.285 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-09-10T04:19:28.285 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout pgs: 2024-09-10T04:19:28.285 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout 2024-09-10T04:19:28.285 INFO:teuthology.orchestra.run.smithi047.stdout:mon is available 2024-09-10T04:19:28.285 INFO:teuthology.orchestra.run.smithi047.stdout:Assimilating anything we can from ceph.conf... 2024-09-10T04:19:28.980 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:28 smithi047 bash[19399]: cluster 2024-09-10T04:19:27.617839+0000 mon.smithi047 (mon.0) 2 : cluster [INF] mon.smithi047 is new leader, mons smithi047 in quorum (ranks 0) 2024-09-10T04:19:28.980 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:28 smithi047 bash[19399]: cluster 2024-09-10T04:19:27.617839+0000 mon.smithi047 (mon.0) 2 : cluster [INF] mon.smithi047 is new leader, mons smithi047 in quorum (ranks 0) 2024-09-10T04:19:28.980 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:28 smithi047 bash[19399]: cluster 2024-09-10T04:19:27.617994+0000 mon.smithi047 (mon.0) 3 : cluster [DBG] monmap epoch 1 2024-09-10T04:19:28.980 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:28 smithi047 bash[19399]: cluster 2024-09-10T04:19:27.617994+0000 mon.smithi047 (mon.0) 3 : cluster [DBG] monmap epoch 1 2024-09-10T04:19:28.981 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:28 smithi047 bash[19399]: cluster 2024-09-10T04:19:27.618006+0000 mon.smithi047 (mon.0) 4 : cluster [DBG] fsid b165ca24-6f2b-11ef-bcea-c7b262605968 2024-09-10T04:19:28.981 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:28 smithi047 bash[19399]: cluster 2024-09-10T04:19:27.618006+0000 mon.smithi047 (mon.0) 4 : cluster [DBG] fsid b165ca24-6f2b-11ef-bcea-c7b262605968 2024-09-10T04:19:28.981 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:28 smithi047 bash[19399]: cluster 2024-09-10T04:19:27.618013+0000 mon.smithi047 (mon.0) 5 : cluster [DBG] last_changed 2024-09-10T04:19:23.223763+0000 2024-09-10T04:19:28.981 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:28 smithi047 bash[19399]: cluster 2024-09-10T04:19:27.618013+0000 mon.smithi047 (mon.0) 5 : cluster [DBG] last_changed 2024-09-10T04:19:23.223763+0000 2024-09-10T04:19:28.981 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:28 smithi047 bash[19399]: cluster 2024-09-10T04:19:27.618020+0000 mon.smithi047 (mon.0) 6 : cluster [DBG] created 2024-09-10T04:19:23.223763+0000 2024-09-10T04:19:28.981 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:28 smithi047 bash[19399]: cluster 2024-09-10T04:19:27.618020+0000 mon.smithi047 (mon.0) 6 : cluster [DBG] created 2024-09-10T04:19:23.223763+0000 2024-09-10T04:19:28.981 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:28 smithi047 bash[19399]: cluster 2024-09-10T04:19:27.618029+0000 mon.smithi047 (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-09-10T04:19:28.981 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:28 smithi047 bash[19399]: cluster 2024-09-10T04:19:27.618029+0000 mon.smithi047 (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-09-10T04:19:28.981 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:28 smithi047 bash[19399]: cluster 2024-09-10T04:19:27.618036+0000 mon.smithi047 (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-09-10T04:19:28.981 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:28 smithi047 bash[19399]: cluster 2024-09-10T04:19:27.618036+0000 mon.smithi047 (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-09-10T04:19:28.981 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:28 smithi047 bash[19399]: cluster 2024-09-10T04:19:27.618043+0000 mon.smithi047 (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] mon.smithi047 2024-09-10T04:19:28.981 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:28 smithi047 bash[19399]: cluster 2024-09-10T04:19:27.618043+0000 mon.smithi047 (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] mon.smithi047 2024-09-10T04:19:28.981 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:28 smithi047 bash[19399]: cluster 2024-09-10T04:19:27.620203+0000 mon.smithi047 (mon.0) 10 : cluster [DBG] fsmap 2024-09-10T04:19:28.982 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:28 smithi047 bash[19399]: cluster 2024-09-10T04:19:27.620203+0000 mon.smithi047 (mon.0) 10 : cluster [DBG] fsmap 2024-09-10T04:19:28.982 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:28 smithi047 bash[19399]: cluster 2024-09-10T04:19:27.622471+0000 mon.smithi047 (mon.0) 11 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-09-10T04:19:28.982 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:28 smithi047 bash[19399]: cluster 2024-09-10T04:19:27.622471+0000 mon.smithi047 (mon.0) 11 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-09-10T04:19:28.982 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:28 smithi047 bash[19399]: cluster 2024-09-10T04:19:27.623009+0000 mon.smithi047 (mon.0) 12 : cluster [DBG] mgrmap e1: no daemons active 2024-09-10T04:19:28.982 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:28 smithi047 bash[19399]: cluster 2024-09-10T04:19:27.623009+0000 mon.smithi047 (mon.0) 12 : cluster [DBG] mgrmap e1: no daemons active 2024-09-10T04:19:28.982 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:28 smithi047 bash[19399]: audit 2024-09-10T04:19:27.821628+0000 mon.smithi047 (mon.0) 13 : audit [DBG] from='client.? 172.21.15.47:0/27419745' entity='client.admin' cmd={"prefix": "status"} : dispatch 2024-09-10T04:19:28.982 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:28 smithi047 bash[19399]: audit 2024-09-10T04:19:27.821628+0000 mon.smithi047 (mon.0) 13 : audit [DBG] from='client.? 172.21.15.47:0/27419745' entity='client.admin' cmd={"prefix": "status"} : dispatch 2024-09-10T04:19:29.790 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout 2024-09-10T04:19:29.790 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout [global] 2024-09-10T04:19:29.791 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout fsid = b165ca24-6f2b-11ef-bcea-c7b262605968 2024-09-10T04:19:29.791 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-09-10T04:19:29.791 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.47:3300,v1:172.21.15.47:6789] 2024-09-10T04:19:29.791 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-09-10T04:19:29.791 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-09-10T04:19:29.791 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-09-10T04:19:29.791 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-09-10T04:19:29.791 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout 2024-09-10T04:19:29.791 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout [mgr] 2024-09-10T04:19:29.791 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-09-10T04:19:29.791 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout 2024-09-10T04:19:29.791 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout [osd] 2024-09-10T04:19:29.791 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-09-10T04:19:29.792 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-09-10T04:19:29.792 INFO:teuthology.orchestra.run.smithi047.stdout:Generating new minimal ceph.conf... 2024-09-10T04:19:29.881 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:29 smithi047 bash[19399]: audit 2024-09-10T04:19:29.296114+0000 mon.smithi047 (mon.0) 14 : audit [INF] from='client.? 172.21.15.47:0/4234901407' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2024-09-10T04:19:29.881 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:29 smithi047 bash[19399]: audit 2024-09-10T04:19:29.296114+0000 mon.smithi047 (mon.0) 14 : audit [INF] from='client.? 172.21.15.47:0/4234901407' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2024-09-10T04:19:29.881 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:29 smithi047 bash[19399]: audit 2024-09-10T04:19:29.299554+0000 mon.smithi047 (mon.0) 15 : audit [INF] from='client.? 172.21.15.47:0/4234901407' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-10T04:19:29.881 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:29 smithi047 bash[19399]: audit 2024-09-10T04:19:29.299554+0000 mon.smithi047 (mon.0) 15 : audit [INF] from='client.? 172.21.15.47:0/4234901407' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-10T04:19:31.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:30 smithi047 bash[19399]: audit 2024-09-10T04:19:30.821574+0000 mon.smithi047 (mon.0) 16 : audit [DBG] from='client.? 172.21.15.47:0/1195445889' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:19:31.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:30 smithi047 bash[19399]: audit 2024-09-10T04:19:30.821574+0000 mon.smithi047 (mon.0) 16 : audit [DBG] from='client.? 172.21.15.47:0/1195445889' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:19:31.280 INFO:teuthology.orchestra.run.smithi047.stdout:Restarting the monitor... 2024-09-10T04:19:31.608 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:31 smithi047 systemd[1]: Stopping Ceph mon.smithi047 for b165ca24-6f2b-11ef-bcea-c7b262605968... 2024-09-10T04:19:31.608 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:31 smithi047 bash[19399]: debug 2024-09-10T04:19:31.392+0000 7fdbff98a640 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi047 -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-10T04:19:31.608 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:31 smithi047 bash[19399]: debug 2024-09-10T04:19:31.392+0000 7fdbff98a640 -1 mon.smithi047@0(leader) e1 *** Got Signal Terminated *** 2024-09-10T04:19:31.873 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:31 smithi047 bash[19782]: ceph-b165ca24-6f2b-11ef-bcea-c7b262605968-mon-smithi047 2024-09-10T04:19:31.949 INFO:teuthology.orchestra.run.smithi047.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-09-10T04:19:32.240 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:31 smithi047 bash[19842]: Error response from daemon: No such container: ceph-b165ca24-6f2b-11ef-bcea-c7b262605968-mon-smithi047 2024-09-10T04:19:32.240 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:31 smithi047 systemd[1]: ceph-b165ca24-6f2b-11ef-bcea-c7b262605968@mon.smithi047.service: Deactivated successfully. 2024-09-10T04:19:32.240 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:31 smithi047 systemd[1]: Stopped Ceph mon.smithi047 for b165ca24-6f2b-11ef-bcea-c7b262605968. 2024-09-10T04:19:32.241 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:31 smithi047 systemd[1]: Started Ceph mon.smithi047 for b165ca24-6f2b-11ef-bcea-c7b262605968. 2024-09-10T04:19:33.473 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.252+0000 7fcc06aacc80 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-10T04:19:33.473 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.252+0000 7fcc06aacc80 0 ceph version 19.3.0-4885-g3a5e3f16 (3a5e3f16720f432aea965c40a8f6eb480095ec6c) squid (dev), process ceph-mon, pid 7 2024-09-10T04:19:33.473 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.252+0000 7fcc06aacc80 0 pidfile_write: ignore empty --pid-file 2024-09-10T04:19:33.473 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.252+0000 7fcc06aacc80 0 load: jerasure load: lrc 2024-09-10T04:19:33.473 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: RocksDB version: 7.9.2 2024-09-10T04:19:33.473 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Git sha 0 2024-09-10T04:19:33.473 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Compile date 2024-09-10 00:49:01 2024-09-10T04:19:33.473 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: DB SUMMARY 2024-09-10T04:19:33.474 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: DB Session ID: 992GIQU4OVGHG2V83S62 2024-09-10T04:19:33.474 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: CURRENT file: CURRENT 2024-09-10T04:19:33.474 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: IDENTITY file: IDENTITY 2024-09-10T04:19:33.474 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-09-10T04:19:33.474 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi047/store.db dir, Total Num: 1, files: 000008.sst 2024-09-10T04:19:33.474 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi047/store.db: 000009.log size: 89070 ; 2024-09-10T04:19:33.474 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.error_if_exists: 0 2024-09-10T04:19:33.474 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.create_if_missing: 0 2024-09-10T04:19:33.474 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.paranoid_checks: 1 2024-09-10T04:19:33.474 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-09-10T04:19:33.474 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-10T04:19:33.474 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-10T04:19:33.475 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.env: 0x556cfbe4f120 2024-09-10T04:19:33.475 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.fs: PosixFileSystem 2024-09-10T04:19:33.475 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.info_log: 0x556cfe0098e0 2024-09-10T04:19:33.475 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-10T04:19:33.475 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.statistics: (nil) 2024-09-10T04:19:33.475 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.use_fsync: 0 2024-09-10T04:19:33.475 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.max_log_file_size: 0 2024-09-10T04:19:33.475 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-10T04:19:33.475 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-10T04:19:33.475 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-10T04:19:33.475 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-10T04:19:33.475 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.allow_fallocate: 1 2024-09-10T04:19:33.475 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-10T04:19:33.476 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-10T04:19:33.476 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.use_direct_reads: 0 2024-09-10T04:19:33.476 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-10T04:19:33.476 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.create_missing_column_families: 0 2024-09-10T04:19:33.476 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.db_log_dir: 2024-09-10T04:19:33.476 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.wal_dir: 2024-09-10T04:19:33.476 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-10T04:19:33.476 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-10T04:19:33.476 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-10T04:19:33.476 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-10T04:19:33.476 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-10T04:19:33.476 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-10T04:19:33.477 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.advise_random_on_open: 1 2024-09-10T04:19:33.477 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-10T04:19:33.477 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.write_buffer_manager: 0x556cfe00db80 2024-09-10T04:19:33.477 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-10T04:19:33.477 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-10T04:19:33.477 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-10T04:19:33.477 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.rate_limiter: (nil) 2024-09-10T04:19:33.477 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-10T04:19:33.477 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-10T04:19:33.479 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-10T04:19:33.479 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-10T04:19:33.480 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.unordered_write: 0 2024-09-10T04:19:33.480 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-10T04:19:33.480 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-10T04:19:33.480 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-10T04:19:33.480 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-10T04:19:33.480 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.row_cache: None 2024-09-10T04:19:33.480 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.wal_filter: None 2024-09-10T04:19:33.480 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-10T04:19:33.481 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-10T04:19:33.481 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.two_write_queues: 0 2024-09-10T04:19:33.481 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.manual_wal_flush: 0 2024-09-10T04:19:33.481 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.wal_compression: 0 2024-09-10T04:19:33.481 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.atomic_flush: 0 2024-09-10T04:19:33.481 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-10T04:19:33.481 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-09-10T04:19:33.481 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-09-10T04:19:33.481 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.log_readahead_size: 0 2024-09-10T04:19:33.481 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-10T04:19:33.481 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.best_efforts_recovery: 0 2024-09-10T04:19:33.481 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-10T04:19:33.482 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-10T04:19:33.482 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.allow_data_in_errors: 0 2024-09-10T04:19:33.482 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.db_host_id: __hostname__ 2024-09-10T04:19:33.482 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-09-10T04:19:33.482 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.max_background_jobs: 2 2024-09-10T04:19:33.482 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.max_background_compactions: -1 2024-09-10T04:19:33.482 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.max_subcompactions: 1 2024-09-10T04:19:33.482 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-10T04:19:33.482 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-10T04:19:33.482 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-10T04:19:33.482 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.max_total_wal_size: 0 2024-09-10T04:19:33.482 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-10T04:19:33.483 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-10T04:19:33.483 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-10T04:19:33.483 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-10T04:19:33.483 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.max_open_files: -1 2024-09-10T04:19:33.483 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.bytes_per_sync: 0 2024-09-10T04:19:33.483 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-10T04:19:33.483 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-09-10T04:19:33.483 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-10T04:19:33.483 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.max_background_flushes: -1 2024-09-10T04:19:33.483 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Compression algorithms supported: 2024-09-10T04:19:33.483 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: kZSTD supported: 0 2024-09-10T04:19:33.483 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: kXpressCompression supported: 0 2024-09-10T04:19:33.483 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: kBZip2Compression supported: 0 2024-09-10T04:19:33.484 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-10T04:19:33.484 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: kLZ4Compression supported: 1 2024-09-10T04:19:33.484 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: kZlibCompression supported: 1 2024-09-10T04:19:33.484 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-10T04:19:33.484 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: kSnappyCompression supported: 1 2024-09-10T04:19:33.484 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-10T04:19:33.484 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-09-10T04:19:33.484 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi047/store.db/MANIFEST-000010 2024-09-10T04:19:33.484 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-10T04:19:33.484 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-10T04:19:33.484 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.merge_operator: 2024-09-10T04:19:33.484 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.compaction_filter: None 2024-09-10T04:19:33.485 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.compaction_filter_factory: None 2024-09-10T04:19:33.485 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.sst_partitioner_factory: None 2024-09-10T04:19:33.485 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-10T04:19:33.485 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-10T04:19:33.485 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x556cfe009540) 2024-09-10T04:19:33.485 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: cache_index_and_filter_blocks: 1 2024-09-10T04:19:33.485 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-10T04:19:33.485 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-10T04:19:33.485 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: pin_top_level_index_and_filter: 1 2024-09-10T04:19:33.485 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: index_type: 0 2024-09-10T04:19:33.485 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: data_block_index_type: 0 2024-09-10T04:19:33.485 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: index_shortening: 1 2024-09-10T04:19:33.485 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: data_block_hash_table_util_ratio: 0.750000 2024-09-10T04:19:33.486 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: checksum: 4 2024-09-10T04:19:33.486 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: no_block_cache: 0 2024-09-10T04:19:33.486 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: block_cache: 0x556cfdfff610 2024-09-10T04:19:33.486 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: block_cache_name: BinnedLRUCache 2024-09-10T04:19:33.486 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: block_cache_options: 2024-09-10T04:19:33.486 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: capacity : 536870912 2024-09-10T04:19:33.486 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: num_shard_bits : 4 2024-09-10T04:19:33.486 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: strict_capacity_limit : 0 2024-09-10T04:19:33.486 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: high_pri_pool_ratio: 0.000 2024-09-10T04:19:33.486 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: block_cache_compressed: (nil) 2024-09-10T04:19:33.486 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: persistent_cache: (nil) 2024-09-10T04:19:33.486 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: block_size: 4096 2024-09-10T04:19:33.486 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: block_size_deviation: 10 2024-09-10T04:19:33.486 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: block_restart_interval: 16 2024-09-10T04:19:33.487 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: index_block_restart_interval: 1 2024-09-10T04:19:33.487 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: metadata_block_size: 4096 2024-09-10T04:19:33.487 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: partition_filters: 0 2024-09-10T04:19:33.487 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: use_delta_encoding: 1 2024-09-10T04:19:33.487 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: filter_policy: bloomfilter 2024-09-10T04:19:33.487 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: whole_key_filtering: 1 2024-09-10T04:19:33.487 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: verify_compression: 0 2024-09-10T04:19:33.487 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: read_amp_bytes_per_bit: 0 2024-09-10T04:19:33.487 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: format_version: 5 2024-09-10T04:19:33.487 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: enable_index_compression: 1 2024-09-10T04:19:33.487 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: block_align: 0 2024-09-10T04:19:33.487 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: max_auto_readahead_size: 262144 2024-09-10T04:19:33.487 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: prepopulate_block_cache: 0 2024-09-10T04:19:33.488 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: initial_auto_readahead_size: 8192 2024-09-10T04:19:33.488 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: num_file_reads_for_auto_readahead: 2 2024-09-10T04:19:33.488 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-10T04:19:33.488 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-10T04:19:33.488 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.compression: NoCompression 2024-09-10T04:19:33.488 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-10T04:19:33.488 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-10T04:19:33.488 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-10T04:19:33.488 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.num_levels: 7 2024-09-10T04:19:33.488 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-10T04:19:33.488 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-10T04:19:33.488 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-10T04:19:33.488 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-10T04:19:33.489 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-10T04:19:33.489 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-10T04:19:33.489 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-10T04:19:33.489 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-10T04:19:33.489 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-10T04:19:33.489 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-10T04:19:33.489 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-10T04:19:33.489 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-10T04:19:33.489 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-10T04:19:33.489 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.compression_opts.level: 32767 2024-09-10T04:19:33.489 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-10T04:19:33.489 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-10T04:19:33.489 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-10T04:19:33.490 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-10T04:19:33.490 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-10T04:19:33.490 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.compression_opts.enabled: false 2024-09-10T04:19:33.490 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-10T04:19:33.490 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-10T04:19:33.490 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-10T04:19:33.490 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-10T04:19:33.490 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-10T04:19:33.490 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-10T04:19:33.490 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-10T04:19:33.490 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-10T04:19:33.490 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-10T04:19:33.490 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-10T04:19:33.491 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-10T04:19:33.491 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-10T04:19:33.491 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-10T04:19:33.491 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-10T04:19:33.491 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-10T04:19:33.491 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-10T04:19:33.491 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-10T04:19:33.491 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-10T04:19:33.491 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-10T04:19:33.491 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.arena_block_size: 1048576 2024-09-10T04:19:33.491 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-10T04:19:33.491 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-10T04:19:33.491 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-10T04:19:33.492 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-10T04:19:33.492 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-10T04:19:33.492 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-10T04:19:33.492 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-10T04:19:33.492 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-10T04:19:33.492 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-10T04:19:33.492 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-10T04:19:33.492 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-10T04:19:33.492 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-10T04:19:33.492 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-10T04:19:33.492 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-10T04:19:33.492 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.inplace_update_support: 0 2024-09-10T04:19:33.492 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-10T04:19:33.493 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-10T04:19:33.493 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-10T04:19:33.493 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-10T04:19:33.493 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.bloom_locality: 0 2024-09-10T04:19:33.493 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.max_successive_merges: 0 2024-09-10T04:19:33.493 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-10T04:19:33.493 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-10T04:19:33.493 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.force_consistency_checks: 1 2024-09-10T04:19:33.493 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-10T04:19:33.493 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.ttl: 2592000 2024-09-10T04:19:33.493 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-09-10T04:19:33.493 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-10T04:19:33.493 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-10T04:19:33.494 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.enable_blob_files: false 2024-09-10T04:19:33.494 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.min_blob_size: 0 2024-09-10T04:19:33.494 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.blob_file_size: 268435456 2024-09-10T04:19:33.494 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-09-10T04:19:33.494 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-09-10T04:19:33.494 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-10T04:19:33.494 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-10T04:19:33.494 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-10T04:19:33.494 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.blob_file_starting_level: 0 2024-09-10T04:19:33.494 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-10T04:19:33.494 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi047/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-10T04:19:33.494 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-09-10T04:19:33.494 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: b27635fe-51ef-4348-9765-5fed5892752c 2024-09-10T04:19:33.495 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1725941973260978, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-09-10T04:19:33.495 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-09-10T04:19:33.495 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1725941973262063, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 85846, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 257, "table_properties": {"data_size": 83986, "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": 78235, "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": 1725941973, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "b27635fe-51ef-4348-9765-5fed5892752c", "db_session_id": "992GIQU4OVGHG2V83S62", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-09-10T04:19:33.495 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1725941973262184, "job": 1, "event": "recovery_finished"} 2024-09-10T04:19:33.495 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.256+0000 7fcc06aacc80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-09-10T04:19:33.495 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.260+0000 7fcc06aacc80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-smithi047/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-09-10T04:19:33.495 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.260+0000 7fcc06aacc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x556cfe02ce00 2024-09-10T04:19:33.495 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.260+0000 7fcc06aacc80 4 rocksdb: DB pointer 0x556cfe130000 2024-09-10T04:19:33.495 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.260+0000 7fcbfc874640 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-10T04:19:33.495 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.260+0000 7fcbfc874640 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-10T04:19:33.495 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: ** DB Stats ** 2024-09-10T04:19:33.495 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-10T04:19:33.496 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: 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-10T04:19:33.496 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-10T04:19:33.496 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-10T04:19:33.496 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: 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-10T04:19:33.496 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-10T04:19:33.496 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-10T04:19:33.496 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: ** Compaction Stats [default] ** 2024-09-10T04:19:33.496 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: 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-10T04:19:33.497 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-10T04:19:33.497 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: L0 2/0 85.73 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 123.5 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-10T04:19:33.497 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: Sum 2/0 85.73 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 123.5 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-10T04:19:33.497 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 123.5 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-10T04:19:33.497 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: ** Compaction Stats [default] ** 2024-09-10T04:19:33.497 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: 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-10T04:19:33.497 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-10T04:19:33.497 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 123.5 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-10T04:19:33.498 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-10T04:19:33.498 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-10T04:19:33.498 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: Flush(GB): cumulative 0.000, interval 0.000 2024-09-10T04:19:33.498 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-10T04:19:33.498 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: AddFile(Total Files): cumulative 0, interval 0 2024-09-10T04:19:33.498 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-10T04:19:33.498 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: AddFile(Keys): cumulative 0, interval 0 2024-09-10T04:19:33.498 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: Cumulative compaction: 0.00 GB write, 19.48 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-10T04:19:33.498 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: Interval compaction: 0.00 GB write, 19.48 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-10T04:19:33.498 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: 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-10T04:19:33.498 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: Block cache BinnedLRUCache@0x556cfdfff610#7 capacity: 512.00 MB usage: 1.20 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.6e-05 secs_since: 0 2024-09-10T04:19:33.498 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: 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-10T04:19:33.498 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: ** File Read Latency Histogram By Level [default] ** 2024-09-10T04:19:33.499 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.260+0000 7fcc06aacc80 0 starting mon.smithi047 rank 0 at public addrs [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] at bind addrs [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi047 fsid b165ca24-6f2b-11ef-bcea-c7b262605968 2024-09-10T04:19:33.499 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.260+0000 7fcc06aacc80 1 mon.smithi047@-1(???) e1 preinit fsid b165ca24-6f2b-11ef-bcea-c7b262605968 2024-09-10T04:19:33.499 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.260+0000 7fcc06aacc80 0 mon.smithi047@-1(???).mds e1 new map 2024-09-10T04:19:33.499 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.260+0000 7fcc06aacc80 0 mon.smithi047@-1(???).mds e1 print_map 2024-09-10T04:19:33.499 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: e1 2024-09-10T04:19:33.499 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: btime 2024-09-10T04:19:27:618432+0000 2024-09-10T04:19:33.499 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: enable_multiple, ever_enabled_multiple: 1,1 2024-09-10T04:19:33.499 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: 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-10T04:19:33.499 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: legacy client fscid: -1 2024-09-10T04:19:33.499 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: 2024-09-10T04:19:33.499 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: No filesystems configured 2024-09-10T04:19:33.500 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.260+0000 7fcc06aacc80 0 mon.smithi047@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-10T04:19:33.500 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.260+0000 7fcc06aacc80 0 mon.smithi047@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-10T04:19:33.500 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.260+0000 7fcc06aacc80 0 mon.smithi047@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-10T04:19:33.500 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.260+0000 7fcc06aacc80 0 mon.smithi047@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-10T04:19:33.500 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: debug 2024-09-10T04:19:33.260+0000 7fcc06aacc80 1 mon.smithi047@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-09-10T04:19:33.500 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: cluster 2024-09-10T04:19:33.269975+0000 mon.smithi047 (mon.0) 1 : cluster [INF] mon.smithi047 is new leader, mons smithi047 in quorum (ranks 0) 2024-09-10T04:19:33.500 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: cluster 2024-09-10T04:19:33.269975+0000 mon.smithi047 (mon.0) 1 : cluster [INF] mon.smithi047 is new leader, mons smithi047 in quorum (ranks 0) 2024-09-10T04:19:33.500 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: cluster 2024-09-10T04:19:33.270054+0000 mon.smithi047 (mon.0) 2 : cluster [DBG] monmap epoch 1 2024-09-10T04:19:33.500 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: cluster 2024-09-10T04:19:33.270054+0000 mon.smithi047 (mon.0) 2 : cluster [DBG] monmap epoch 1 2024-09-10T04:19:33.500 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: cluster 2024-09-10T04:19:33.270065+0000 mon.smithi047 (mon.0) 3 : cluster [DBG] fsid b165ca24-6f2b-11ef-bcea-c7b262605968 2024-09-10T04:19:33.500 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: cluster 2024-09-10T04:19:33.270065+0000 mon.smithi047 (mon.0) 3 : cluster [DBG] fsid b165ca24-6f2b-11ef-bcea-c7b262605968 2024-09-10T04:19:33.500 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: cluster 2024-09-10T04:19:33.270070+0000 mon.smithi047 (mon.0) 4 : cluster [DBG] last_changed 2024-09-10T04:19:23.223763+0000 2024-09-10T04:19:33.500 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: cluster 2024-09-10T04:19:33.270070+0000 mon.smithi047 (mon.0) 4 : cluster [DBG] last_changed 2024-09-10T04:19:23.223763+0000 2024-09-10T04:19:33.501 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: cluster 2024-09-10T04:19:33.270081+0000 mon.smithi047 (mon.0) 5 : cluster [DBG] created 2024-09-10T04:19:23.223763+0000 2024-09-10T04:19:33.501 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: cluster 2024-09-10T04:19:33.270081+0000 mon.smithi047 (mon.0) 5 : cluster [DBG] created 2024-09-10T04:19:23.223763+0000 2024-09-10T04:19:33.501 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: cluster 2024-09-10T04:19:33.270093+0000 mon.smithi047 (mon.0) 6 : cluster [DBG] min_mon_release 19 (squid) 2024-09-10T04:19:33.501 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: cluster 2024-09-10T04:19:33.270093+0000 mon.smithi047 (mon.0) 6 : cluster [DBG] min_mon_release 19 (squid) 2024-09-10T04:19:33.501 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: cluster 2024-09-10T04:19:33.270106+0000 mon.smithi047 (mon.0) 7 : cluster [DBG] election_strategy: 1 2024-09-10T04:19:33.501 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: cluster 2024-09-10T04:19:33.270106+0000 mon.smithi047 (mon.0) 7 : cluster [DBG] election_strategy: 1 2024-09-10T04:19:33.501 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: cluster 2024-09-10T04:19:33.270117+0000 mon.smithi047 (mon.0) 8 : cluster [DBG] 0: [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] mon.smithi047 2024-09-10T04:19:33.501 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: cluster 2024-09-10T04:19:33.270117+0000 mon.smithi047 (mon.0) 8 : cluster [DBG] 0: [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] mon.smithi047 2024-09-10T04:19:33.501 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: cluster 2024-09-10T04:19:33.270773+0000 mon.smithi047 (mon.0) 9 : cluster [DBG] fsmap 2024-09-10T04:19:33.501 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: cluster 2024-09-10T04:19:33.270773+0000 mon.smithi047 (mon.0) 9 : cluster [DBG] fsmap 2024-09-10T04:19:33.501 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: cluster 2024-09-10T04:19:33.270815+0000 mon.smithi047 (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-09-10T04:19:33.501 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: cluster 2024-09-10T04:19:33.270815+0000 mon.smithi047 (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-09-10T04:19:33.501 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: cluster 2024-09-10T04:19:33.271463+0000 mon.smithi047 (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2024-09-10T04:19:33.502 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:33 smithi047 bash[19880]: cluster 2024-09-10T04:19:33.271463+0000 mon.smithi047 (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2024-09-10T04:19:33.942 INFO:teuthology.orchestra.run.smithi047.stdout:Wrote config to /etc/ceph/ceph.conf 2024-09-10T04:19:33.968 INFO:teuthology.orchestra.run.smithi047.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-09-10T04:19:33.968 INFO:teuthology.orchestra.run.smithi047.stdout:Creating mgr... 2024-09-10T04:19:33.969 INFO:teuthology.orchestra.run.smithi047.stdout:Verifying port 0.0.0.0:9283 ... 2024-09-10T04:19:33.969 INFO:teuthology.orchestra.run.smithi047.stdout:Verifying port 0.0.0.0:8765 ... 2024-09-10T04:19:33.969 INFO:teuthology.orchestra.run.smithi047.stdout:Verifying port 0.0.0.0:8443 ... 2024-09-10T04:19:34.280 INFO:teuthology.orchestra.run.smithi047.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-b165ca24-6f2b-11ef-bcea-c7b262605968@mgr.smithi047.jescqm 2024-09-10T04:19:34.280 INFO:teuthology.orchestra.run.smithi047.stdout:systemctl: stderr Failed to reset failed state of unit ceph-b165ca24-6f2b-11ef-bcea-c7b262605968@mgr.smithi047.jescqm.service: Unit ceph-b165ca24-6f2b-11ef-bcea-c7b262605968@mgr.smithi047.jescqm.service not loaded. 2024-09-10T04:19:34.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:34 smithi047 systemd[1]: /etc/systemd/system/ceph-b165ca24-6f2b-11ef-bcea-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-10T04:19:34.491 INFO:teuthology.orchestra.run.smithi047.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-b165ca24-6f2b-11ef-bcea-c7b262605968.target.wants/ceph-b165ca24-6f2b-11ef-bcea-c7b262605968@mgr.smithi047.jescqm.service -> /etc/systemd/system/ceph-b165ca24-6f2b-11ef-bcea-c7b262605968@.service. 2024-09-10T04:19:34.500 INFO:teuthology.orchestra.run.smithi047.stdout:firewalld does not appear to be present 2024-09-10T04:19:34.500 INFO:teuthology.orchestra.run.smithi047.stdout:Not possible to enable service . firewalld.service is not available 2024-09-10T04:19:34.500 INFO:teuthology.orchestra.run.smithi047.stdout:firewalld does not appear to be present 2024-09-10T04:19:34.500 INFO:teuthology.orchestra.run.smithi047.stdout:Not possible to open ports <[9283, 8765, 8443]>. firewalld.service is not available 2024-09-10T04:19:34.500 INFO:teuthology.orchestra.run.smithi047.stdout:Waiting for mgr to start... 2024-09-10T04:19:34.500 INFO:teuthology.orchestra.run.smithi047.stdout:Waiting for mgr... 2024-09-10T04:19:34.773 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:34 smithi047 systemd[1]: /etc/systemd/system/ceph-b165ca24-6f2b-11ef-bcea-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-10T04:19:34.773 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:34 smithi047 bash[19880]: audit 2024-09-10T04:19:33.460655+0000 mon.smithi047 (mon.0) 12 : audit [INF] from='client.? 172.21.15.47:0/535911679' entity='client.admin' 2024-09-10T04:19:34.773 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:34 smithi047 bash[19880]: audit 2024-09-10T04:19:33.460655+0000 mon.smithi047 (mon.0) 12 : audit [INF] from='client.? 172.21.15.47:0/535911679' entity='client.admin' 2024-09-10T04:19:36.607 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:36 smithi047 bash[19880]: audit 2024-09-10T04:19:36.136283+0000 mon.smithi047 (mon.0) 13 : audit [DBG] from='client.? 172.21.15.47:0/2474545358' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-10T04:19:36.608 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:36 smithi047 bash[19880]: audit 2024-09-10T04:19:36.136283+0000 mon.smithi047 (mon.0) 13 : audit [DBG] from='client.? 172.21.15.47:0/2474545358' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-10T04:19:36.656 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout 2024-09-10T04:19:36.656 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout { 2024-09-10T04:19:36.656 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "fsid": "b165ca24-6f2b-11ef-bcea-c7b262605968", 2024-09-10T04:19:36.656 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "health": { 2024-09-10T04:19:36.656 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-10T04:19:36.656 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-10T04:19:36.656 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-10T04:19:36.657 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout }, 2024-09-10T04:19:36.657 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-10T04:19:36.657 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-10T04:19:36.657 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout 0 2024-09-10T04:19:36.657 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout ], 2024-09-10T04:19:36.657 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-10T04:19:36.657 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "smithi047" 2024-09-10T04:19:36.657 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout ], 2024-09-10T04:19:36.657 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-09-10T04:19:36.657 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-10T04:19:36.657 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-10T04:19:36.657 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-10T04:19:36.658 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-10T04:19:36.658 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout }, 2024-09-10T04:19:36.658 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-10T04:19:36.658 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-10T04:19:36.658 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-10T04:19:36.658 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-10T04:19:36.658 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-10T04:19:36.658 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-10T04:19:36.658 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-10T04:19:36.658 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-10T04:19:36.662 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout }, 2024-09-10T04:19:36.662 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-10T04:19:36.662 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-10T04:19:36.662 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-10T04:19:36.662 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-10T04:19:36.663 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-10T04:19:36.663 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-10T04:19:36.663 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-10T04:19:36.663 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-10T04:19:36.663 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-10T04:19:36.663 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout }, 2024-09-10T04:19:36.664 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-10T04:19:36.664 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-10T04:19:36.664 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "btime": "2024-09-10T04:19:27:618432+0000", 2024-09-10T04:19:36.664 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-10T04:19:36.664 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-10T04:19:36.664 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout }, 2024-09-10T04:19:36.664 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-10T04:19:36.665 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "available": false, 2024-09-10T04:19:36.665 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-10T04:19:36.665 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-10T04:19:36.665 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-10T04:19:36.666 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-10T04:19:36.666 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "restful" 2024-09-10T04:19:36.666 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout ], 2024-09-10T04:19:36.666 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-10T04:19:36.666 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout }, 2024-09-10T04:19:36.666 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-10T04:19:36.666 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-10T04:19:36.666 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "modified": "2024-09-10T04:19:27.619193+0000", 2024-09-10T04:19:36.666 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-10T04:19:36.666 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout }, 2024-09-10T04:19:36.666 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-10T04:19:36.666 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout } 2024-09-10T04:19:36.666 INFO:teuthology.orchestra.run.smithi047.stdout:mgr not available, waiting (1/15)... 2024-09-10T04:19:40.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:39 smithi047 bash[19880]: audit 2024-09-10T04:19:39.749991+0000 mon.smithi047 (mon.0) 14 : audit [DBG] from='client.? 172.21.15.47:0/1771678321' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-10T04:19:40.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:39 smithi047 bash[19880]: audit 2024-09-10T04:19:39.749991+0000 mon.smithi047 (mon.0) 14 : audit [DBG] from='client.? 172.21.15.47:0/1771678321' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-10T04:19:40.244 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout 2024-09-10T04:19:40.244 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout { 2024-09-10T04:19:40.244 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "fsid": "b165ca24-6f2b-11ef-bcea-c7b262605968", 2024-09-10T04:19:40.244 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "health": { 2024-09-10T04:19:40.244 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-10T04:19:40.244 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-10T04:19:40.245 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-10T04:19:40.245 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout }, 2024-09-10T04:19:40.245 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-10T04:19:40.245 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-10T04:19:40.245 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout 0 2024-09-10T04:19:40.245 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout ], 2024-09-10T04:19:40.245 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-10T04:19:40.245 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "smithi047" 2024-09-10T04:19:40.245 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout ], 2024-09-10T04:19:40.245 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "quorum_age": 6, 2024-09-10T04:19:40.245 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-10T04:19:40.245 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-10T04:19:40.245 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-10T04:19:40.245 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-10T04:19:40.246 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout }, 2024-09-10T04:19:40.246 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-10T04:19:40.246 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-10T04:19:40.246 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-10T04:19:40.246 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-10T04:19:40.246 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-10T04:19:40.246 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-10T04:19:40.246 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-10T04:19:40.246 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-10T04:19:40.250 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout }, 2024-09-10T04:19:40.250 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-10T04:19:40.250 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-10T04:19:40.250 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-10T04:19:40.250 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-10T04:19:40.250 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-10T04:19:40.250 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-10T04:19:40.251 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-10T04:19:40.251 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-10T04:19:40.251 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-10T04:19:40.251 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout }, 2024-09-10T04:19:40.251 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-10T04:19:40.251 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-10T04:19:40.251 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "btime": "2024-09-10T04:19:27:618432+0000", 2024-09-10T04:19:40.251 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-10T04:19:40.251 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-10T04:19:40.251 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout }, 2024-09-10T04:19:40.251 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-10T04:19:40.251 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "available": false, 2024-09-10T04:19:40.251 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-10T04:19:40.251 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-10T04:19:40.252 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-10T04:19:40.252 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-10T04:19:40.252 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "restful" 2024-09-10T04:19:40.252 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout ], 2024-09-10T04:19:40.252 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-10T04:19:40.252 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout }, 2024-09-10T04:19:40.252 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-10T04:19:40.252 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-10T04:19:40.252 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "modified": "2024-09-10T04:19:27.619193+0000", 2024-09-10T04:19:40.252 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-10T04:19:40.252 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout }, 2024-09-10T04:19:40.252 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-10T04:19:40.252 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout } 2024-09-10T04:19:40.253 INFO:teuthology.orchestra.run.smithi047.stdout:mgr not available, waiting (2/15)... 2024-09-10T04:19:42.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:42 smithi047 bash[19880]: cluster 2024-09-10T04:19:42.221885+0000 mon.smithi047 (mon.0) 15 : cluster [INF] Activating manager daemon smithi047.jescqm 2024-09-10T04:19:42.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:42 smithi047 bash[19880]: cluster 2024-09-10T04:19:42.221885+0000 mon.smithi047 (mon.0) 15 : cluster [INF] Activating manager daemon smithi047.jescqm 2024-09-10T04:19:42.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:42 smithi047 bash[19880]: cluster 2024-09-10T04:19:42.225248+0000 mon.smithi047 (mon.0) 16 : cluster [DBG] mgrmap e2: smithi047.jescqm(active, starting, since 0.00390899s) 2024-09-10T04:19:42.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:42 smithi047 bash[19880]: cluster 2024-09-10T04:19:42.225248+0000 mon.smithi047 (mon.0) 16 : cluster [DBG] mgrmap e2: smithi047.jescqm(active, starting, since 0.00390899s) 2024-09-10T04:19:42.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:42 smithi047 bash[19880]: audit 2024-09-10T04:19:42.228942+0000 mon.smithi047 (mon.0) 17 : audit [DBG] from='mgr.14100 172.21.15.47:0/797765773' entity='mgr.smithi047.jescqm' cmd={"prefix": "mds metadata"} : dispatch 2024-09-10T04:19:42.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:42 smithi047 bash[19880]: audit 2024-09-10T04:19:42.228942+0000 mon.smithi047 (mon.0) 17 : audit [DBG] from='mgr.14100 172.21.15.47:0/797765773' entity='mgr.smithi047.jescqm' cmd={"prefix": "mds metadata"} : dispatch 2024-09-10T04:19:42.625 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:42 smithi047 bash[19880]: audit 2024-09-10T04:19:42.229149+0000 mon.smithi047 (mon.0) 18 : audit [DBG] from='mgr.14100 172.21.15.47:0/797765773' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata"} : dispatch 2024-09-10T04:19:42.625 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:42 smithi047 bash[19880]: audit 2024-09-10T04:19:42.229149+0000 mon.smithi047 (mon.0) 18 : audit [DBG] from='mgr.14100 172.21.15.47:0/797765773' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata"} : dispatch 2024-09-10T04:19:42.625 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:42 smithi047 bash[19880]: audit 2024-09-10T04:19:42.229324+0000 mon.smithi047 (mon.0) 19 : audit [DBG] from='mgr.14100 172.21.15.47:0/797765773' entity='mgr.smithi047.jescqm' cmd={"prefix": "mon metadata"} : dispatch 2024-09-10T04:19:42.625 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:42 smithi047 bash[19880]: audit 2024-09-10T04:19:42.229324+0000 mon.smithi047 (mon.0) 19 : audit [DBG] from='mgr.14100 172.21.15.47:0/797765773' entity='mgr.smithi047.jescqm' cmd={"prefix": "mon metadata"} : dispatch 2024-09-10T04:19:42.625 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:42 smithi047 bash[19880]: audit 2024-09-10T04:19:42.229490+0000 mon.smithi047 (mon.0) 20 : audit [DBG] from='mgr.14100 172.21.15.47:0/797765773' entity='mgr.smithi047.jescqm' cmd={"prefix": "mon metadata", "id": "smithi047"} : dispatch 2024-09-10T04:19:42.625 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:42 smithi047 bash[19880]: audit 2024-09-10T04:19:42.229490+0000 mon.smithi047 (mon.0) 20 : audit [DBG] from='mgr.14100 172.21.15.47:0/797765773' entity='mgr.smithi047.jescqm' cmd={"prefix": "mon metadata", "id": "smithi047"} : dispatch 2024-09-10T04:19:42.625 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:42 smithi047 bash[19880]: audit 2024-09-10T04:19:42.230276+0000 mon.smithi047 (mon.0) 21 : audit [DBG] from='mgr.14100 172.21.15.47:0/797765773' entity='mgr.smithi047.jescqm' cmd={"prefix": "mgr metadata", "who": "smithi047.jescqm", "id": "smithi047.jescqm"} : dispatch 2024-09-10T04:19:42.625 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:42 smithi047 bash[19880]: audit 2024-09-10T04:19:42.230276+0000 mon.smithi047 (mon.0) 21 : audit [DBG] from='mgr.14100 172.21.15.47:0/797765773' entity='mgr.smithi047.jescqm' cmd={"prefix": "mgr metadata", "who": "smithi047.jescqm", "id": "smithi047.jescqm"} : dispatch 2024-09-10T04:19:42.625 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:42 smithi047 bash[19880]: cluster 2024-09-10T04:19:42.257181+0000 mon.smithi047 (mon.0) 22 : cluster [INF] Manager daemon smithi047.jescqm is now available 2024-09-10T04:19:42.625 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:42 smithi047 bash[19880]: cluster 2024-09-10T04:19:42.257181+0000 mon.smithi047 (mon.0) 22 : cluster [INF] Manager daemon smithi047.jescqm is now available 2024-09-10T04:19:42.625 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:42 smithi047 bash[19880]: audit 2024-09-10T04:19:42.269307+0000 mon.smithi047 (mon.0) 23 : audit [INF] from='mgr.14100 172.21.15.47:0/797765773' entity='mgr.smithi047.jescqm' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi047.jescqm/mirror_snapshot_schedule"} : dispatch 2024-09-10T04:19:42.625 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:42 smithi047 bash[19880]: audit 2024-09-10T04:19:42.269307+0000 mon.smithi047 (mon.0) 23 : audit [INF] from='mgr.14100 172.21.15.47:0/797765773' entity='mgr.smithi047.jescqm' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi047.jescqm/mirror_snapshot_schedule"} : dispatch 2024-09-10T04:19:42.626 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:42 smithi047 bash[19880]: audit 2024-09-10T04:19:42.271293+0000 mon.smithi047 (mon.0) 24 : audit [INF] from='mgr.14100 172.21.15.47:0/797765773' entity='mgr.smithi047.jescqm' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi047.jescqm/trash_purge_schedule"} : dispatch 2024-09-10T04:19:42.626 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:42 smithi047 bash[19880]: audit 2024-09-10T04:19:42.271293+0000 mon.smithi047 (mon.0) 24 : audit [INF] from='mgr.14100 172.21.15.47:0/797765773' entity='mgr.smithi047.jescqm' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi047.jescqm/trash_purge_schedule"} : dispatch 2024-09-10T04:19:43.360 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:43 smithi047 bash[19880]: audit 2024-09-10T04:19:42.274449+0000 mon.smithi047 (mon.0) 25 : audit [INF] from='mgr.14100 172.21.15.47:0/797765773' entity='mgr.smithi047.jescqm' 2024-09-10T04:19:43.360 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:43 smithi047 bash[19880]: audit 2024-09-10T04:19:42.274449+0000 mon.smithi047 (mon.0) 25 : audit [INF] from='mgr.14100 172.21.15.47:0/797765773' entity='mgr.smithi047.jescqm' 2024-09-10T04:19:43.360 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:43 smithi047 bash[19880]: audit 2024-09-10T04:19:42.279158+0000 mon.smithi047 (mon.0) 26 : audit [INF] from='mgr.14100 172.21.15.47:0/797765773' entity='mgr.smithi047.jescqm' 2024-09-10T04:19:43.360 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:43 smithi047 bash[19880]: audit 2024-09-10T04:19:42.279158+0000 mon.smithi047 (mon.0) 26 : audit [INF] from='mgr.14100 172.21.15.47:0/797765773' entity='mgr.smithi047.jescqm' 2024-09-10T04:19:43.360 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:43 smithi047 bash[19880]: audit 2024-09-10T04:19:42.280918+0000 mon.smithi047 (mon.0) 27 : audit [INF] from='mgr.14100 172.21.15.47:0/797765773' entity='mgr.smithi047.jescqm' 2024-09-10T04:19:43.361 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:43 smithi047 bash[19880]: audit 2024-09-10T04:19:42.280918+0000 mon.smithi047 (mon.0) 27 : audit [INF] from='mgr.14100 172.21.15.47:0/797765773' entity='mgr.smithi047.jescqm' 2024-09-10T04:19:43.361 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:43 smithi047 bash[19880]: cluster 2024-09-10T04:19:43.231768+0000 mon.smithi047 (mon.0) 28 : cluster [DBG] mgrmap e3: smithi047.jescqm(active, since 1.01042s) 2024-09-10T04:19:43.361 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:43 smithi047 bash[19880]: cluster 2024-09-10T04:19:43.231768+0000 mon.smithi047 (mon.0) 28 : cluster [DBG] mgrmap e3: smithi047.jescqm(active, since 1.01042s) 2024-09-10T04:19:43.925 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout 2024-09-10T04:19:43.926 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout { 2024-09-10T04:19:43.926 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "fsid": "b165ca24-6f2b-11ef-bcea-c7b262605968", 2024-09-10T04:19:43.926 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "health": { 2024-09-10T04:19:43.926 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-10T04:19:43.926 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-10T04:19:43.926 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-10T04:19:43.926 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout }, 2024-09-10T04:19:43.926 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-10T04:19:43.926 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-10T04:19:43.926 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout 0 2024-09-10T04:19:43.926 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout ], 2024-09-10T04:19:43.926 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-10T04:19:43.926 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "smithi047" 2024-09-10T04:19:43.927 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout ], 2024-09-10T04:19:43.927 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "quorum_age": 10, 2024-09-10T04:19:43.927 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-10T04:19:43.927 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-10T04:19:43.927 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-10T04:19:43.927 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-10T04:19:43.927 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout }, 2024-09-10T04:19:43.927 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-10T04:19:43.927 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-10T04:19:43.927 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-10T04:19:43.927 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-10T04:19:43.927 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-10T04:19:43.931 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-10T04:19:43.931 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-10T04:19:43.931 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-10T04:19:43.931 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout }, 2024-09-10T04:19:43.931 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-10T04:19:43.931 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-10T04:19:43.932 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-10T04:19:43.932 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-10T04:19:43.932 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-10T04:19:43.932 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-10T04:19:43.932 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-10T04:19:43.932 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-10T04:19:43.932 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-10T04:19:43.932 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout }, 2024-09-10T04:19:43.932 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-10T04:19:43.932 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-10T04:19:43.932 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "btime": "2024-09-10T04:19:27:618432+0000", 2024-09-10T04:19:43.932 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-10T04:19:43.932 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-10T04:19:43.933 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout }, 2024-09-10T04:19:43.933 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-10T04:19:43.933 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-10T04:19:43.933 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-10T04:19:43.933 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-10T04:19:43.933 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-10T04:19:43.933 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-10T04:19:43.933 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "restful" 2024-09-10T04:19:43.933 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout ], 2024-09-10T04:19:43.933 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-10T04:19:43.933 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout }, 2024-09-10T04:19:43.933 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-10T04:19:43.934 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-10T04:19:43.934 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "modified": "2024-09-10T04:19:27.619193+0000", 2024-09-10T04:19:43.934 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-10T04:19:43.934 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout }, 2024-09-10T04:19:43.934 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-10T04:19:43.934 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout } 2024-09-10T04:19:43.934 INFO:teuthology.orchestra.run.smithi047.stdout:mgr is available 2024-09-10T04:19:44.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:44 smithi047 bash[19880]: audit 2024-09-10T04:19:43.349177+0000 mon.smithi047 (mon.0) 29 : audit [DBG] from='client.? 172.21.15.47:0/258779349' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-10T04:19:44.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:44 smithi047 bash[19880]: audit 2024-09-10T04:19:43.349177+0000 mon.smithi047 (mon.0) 29 : audit [DBG] from='client.? 172.21.15.47:0/258779349' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-10T04:19:45.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:45 smithi047 bash[19880]: cluster 2024-09-10T04:19:44.282856+0000 mon.smithi047 (mon.0) 30 : cluster [DBG] mgrmap e4: smithi047.jescqm(active, since 2s) 2024-09-10T04:19:45.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:45 smithi047 bash[19880]: cluster 2024-09-10T04:19:44.282856+0000 mon.smithi047 (mon.0) 30 : cluster [DBG] mgrmap e4: smithi047.jescqm(active, since 2s) 2024-09-10T04:19:45.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:45 smithi047 bash[19880]: audit 2024-09-10T04:19:45.216363+0000 mon.smithi047 (mon.0) 31 : audit [INF] from='client.? 172.21.15.47:0/1454591723' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2024-09-10T04:19:45.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:45 smithi047 bash[19880]: audit 2024-09-10T04:19:45.216363+0000 mon.smithi047 (mon.0) 31 : audit [INF] from='client.? 172.21.15.47:0/1454591723' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2024-09-10T04:19:45.691 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout 2024-09-10T04:19:45.691 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout [global] 2024-09-10T04:19:45.691 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout fsid = b165ca24-6f2b-11ef-bcea-c7b262605968 2024-09-10T04:19:45.691 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-09-10T04:19:45.691 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.47:3300,v1:172.21.15.47:6789] 2024-09-10T04:19:45.692 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-09-10T04:19:45.692 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-09-10T04:19:45.692 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-09-10T04:19:45.692 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-09-10T04:19:45.692 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout 2024-09-10T04:19:45.692 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout [mgr] 2024-09-10T04:19:45.692 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-09-10T04:19:45.692 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout 2024-09-10T04:19:45.692 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout [osd] 2024-09-10T04:19:45.692 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-09-10T04:19:45.692 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-09-10T04:19:45.692 INFO:teuthology.orchestra.run.smithi047.stdout:Enabling cephadm module... 2024-09-10T04:19:47.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:47 smithi047 bash[19880]: audit 2024-09-10T04:19:47.098477+0000 mon.smithi047 (mon.0) 32 : audit [INF] from='client.? 172.21.15.47:0/155219933' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "cephadm"} : dispatch 2024-09-10T04:19:47.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:47 smithi047 bash[19880]: audit 2024-09-10T04:19:47.098477+0000 mon.smithi047 (mon.0) 32 : audit [INF] from='client.? 172.21.15.47:0/155219933' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "cephadm"} : dispatch 2024-09-10T04:19:48.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:48 smithi047 bash[19880]: audit 2024-09-10T04:19:47.150216+0000 mon.smithi047 (mon.0) 33 : audit [INF] from='client.? 172.21.15.47:0/155219933' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-09-10T04:19:48.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:48 smithi047 bash[19880]: audit 2024-09-10T04:19:47.150216+0000 mon.smithi047 (mon.0) 33 : audit [INF] from='client.? 172.21.15.47:0/155219933' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-09-10T04:19:48.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:48 smithi047 bash[19880]: cluster 2024-09-10T04:19:47.155433+0000 mon.smithi047 (mon.0) 34 : cluster [DBG] mgrmap e5: smithi047.jescqm(active, since 4s) 2024-09-10T04:19:48.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:48 smithi047 bash[19880]: cluster 2024-09-10T04:19:47.155433+0000 mon.smithi047 (mon.0) 34 : cluster [DBG] mgrmap e5: smithi047.jescqm(active, since 4s) 2024-09-10T04:19:49.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:49 smithi047 bash[19880]: audit 2024-09-10T04:19:48.967784+0000 mon.smithi047 (mon.0) 35 : audit [DBG] from='client.? 172.21.15.47:0/3022072085' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2024-09-10T04:19:49.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:49 smithi047 bash[19880]: audit 2024-09-10T04:19:48.967784+0000 mon.smithi047 (mon.0) 35 : audit [DBG] from='client.? 172.21.15.47:0/3022072085' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2024-09-10T04:19:49.426 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout { 2024-09-10T04:19:49.427 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-09-10T04:19:49.427 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-10T04:19:49.427 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "active_name": "smithi047.jescqm", 2024-09-10T04:19:49.427 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-09-10T04:19:49.427 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout } 2024-09-10T04:19:49.427 INFO:teuthology.orchestra.run.smithi047.stdout:Waiting for the mgr to restart... 2024-09-10T04:19:49.427 INFO:teuthology.orchestra.run.smithi047.stdout:Waiting for mgr epoch 5... 2024-09-10T04:19:53.873 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:53 smithi047 bash[19880]: cluster 2024-09-10T04:19:53.424557+0000 mon.smithi047 (mon.0) 36 : cluster [INF] Active manager daemon smithi047.jescqm restarted 2024-09-10T04:19:53.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:53 smithi047 bash[19880]: cluster 2024-09-10T04:19:53.424557+0000 mon.smithi047 (mon.0) 36 : cluster [INF] Active manager daemon smithi047.jescqm restarted 2024-09-10T04:19:53.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:53 smithi047 bash[19880]: cluster 2024-09-10T04:19:53.424991+0000 mon.smithi047 (mon.0) 37 : cluster [INF] Activating manager daemon smithi047.jescqm 2024-09-10T04:19:53.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:53 smithi047 bash[19880]: cluster 2024-09-10T04:19:53.424991+0000 mon.smithi047 (mon.0) 37 : cluster [INF] Activating manager daemon smithi047.jescqm 2024-09-10T04:19:53.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:53 smithi047 bash[19880]: cluster 2024-09-10T04:19:53.432577+0000 mon.smithi047 (mon.0) 38 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-09-10T04:19:53.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:53 smithi047 bash[19880]: cluster 2024-09-10T04:19:53.432577+0000 mon.smithi047 (mon.0) 38 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-09-10T04:19:53.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:53 smithi047 bash[19880]: cluster 2024-09-10T04:19:53.432808+0000 mon.smithi047 (mon.0) 39 : cluster [DBG] mgrmap e6: smithi047.jescqm(active, starting, since 0.00800974s) 2024-09-10T04:19:53.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:53 smithi047 bash[19880]: cluster 2024-09-10T04:19:53.432808+0000 mon.smithi047 (mon.0) 39 : cluster [DBG] mgrmap e6: smithi047.jescqm(active, starting, since 0.00800974s) 2024-09-10T04:19:53.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:53 smithi047 bash[19880]: audit 2024-09-10T04:19:53.435296+0000 mon.smithi047 (mon.0) 40 : audit [DBG] from='mgr.14118 172.21.15.47:0/1977198280' entity='mgr.smithi047.jescqm' cmd={"prefix": "mon metadata", "id": "smithi047"} : dispatch 2024-09-10T04:19:53.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:53 smithi047 bash[19880]: audit 2024-09-10T04:19:53.435296+0000 mon.smithi047 (mon.0) 40 : audit [DBG] from='mgr.14118 172.21.15.47:0/1977198280' entity='mgr.smithi047.jescqm' cmd={"prefix": "mon metadata", "id": "smithi047"} : dispatch 2024-09-10T04:19:53.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:53 smithi047 bash[19880]: audit 2024-09-10T04:19:53.437333+0000 mon.smithi047 (mon.0) 41 : audit [DBG] from='mgr.14118 172.21.15.47:0/1977198280' entity='mgr.smithi047.jescqm' cmd={"prefix": "mgr metadata", "who": "smithi047.jescqm", "id": "smithi047.jescqm"} : dispatch 2024-09-10T04:19:53.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:53 smithi047 bash[19880]: audit 2024-09-10T04:19:53.437333+0000 mon.smithi047 (mon.0) 41 : audit [DBG] from='mgr.14118 172.21.15.47:0/1977198280' entity='mgr.smithi047.jescqm' cmd={"prefix": "mgr metadata", "who": "smithi047.jescqm", "id": "smithi047.jescqm"} : dispatch 2024-09-10T04:19:53.875 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:53 smithi047 bash[19880]: audit 2024-09-10T04:19:53.438175+0000 mon.smithi047 (mon.0) 42 : audit [DBG] from='mgr.14118 172.21.15.47:0/1977198280' entity='mgr.smithi047.jescqm' cmd={"prefix": "mds metadata"} : dispatch 2024-09-10T04:19:53.875 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:53 smithi047 bash[19880]: audit 2024-09-10T04:19:53.438175+0000 mon.smithi047 (mon.0) 42 : audit [DBG] from='mgr.14118 172.21.15.47:0/1977198280' entity='mgr.smithi047.jescqm' cmd={"prefix": "mds metadata"} : dispatch 2024-09-10T04:19:53.875 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:53 smithi047 bash[19880]: audit 2024-09-10T04:19:53.438542+0000 mon.smithi047 (mon.0) 43 : audit [DBG] from='mgr.14118 172.21.15.47:0/1977198280' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata"} : dispatch 2024-09-10T04:19:53.875 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:53 smithi047 bash[19880]: audit 2024-09-10T04:19:53.438542+0000 mon.smithi047 (mon.0) 43 : audit [DBG] from='mgr.14118 172.21.15.47:0/1977198280' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata"} : dispatch 2024-09-10T04:19:53.875 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:53 smithi047 bash[19880]: audit 2024-09-10T04:19:53.438898+0000 mon.smithi047 (mon.0) 44 : audit [DBG] from='mgr.14118 172.21.15.47:0/1977198280' entity='mgr.smithi047.jescqm' cmd={"prefix": "mon metadata"} : dispatch 2024-09-10T04:19:53.875 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:53 smithi047 bash[19880]: audit 2024-09-10T04:19:53.438898+0000 mon.smithi047 (mon.0) 44 : audit [DBG] from='mgr.14118 172.21.15.47:0/1977198280' entity='mgr.smithi047.jescqm' cmd={"prefix": "mon metadata"} : dispatch 2024-09-10T04:19:53.875 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:53 smithi047 bash[19880]: cluster 2024-09-10T04:19:53.464975+0000 mon.smithi047 (mon.0) 45 : cluster [INF] Manager daemon smithi047.jescqm is now available 2024-09-10T04:19:53.875 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:53 smithi047 bash[19880]: cluster 2024-09-10T04:19:53.464975+0000 mon.smithi047 (mon.0) 45 : cluster [INF] Manager daemon smithi047.jescqm is now available 2024-09-10T04:19:54.949 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout { 2024-09-10T04:19:54.949 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-09-10T04:19:54.949 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "initialized": true 2024-09-10T04:19:54.949 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout } 2024-09-10T04:19:54.949 INFO:teuthology.orchestra.run.smithi047.stdout:mgr epoch 5 is available 2024-09-10T04:19:54.949 INFO:teuthology.orchestra.run.smithi047.stdout:Verifying orchestrator module is enabled... 2024-09-10T04:19:55.683 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:55 smithi047 bash[19880]: cluster 2024-09-10T04:19:54.433054+0000 mon.smithi047 (mon.0) 46 : cluster [DBG] mgrmap e7: smithi047.jescqm(active, since 1.00826s) 2024-09-10T04:19:55.683 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:55 smithi047 bash[19880]: cluster 2024-09-10T04:19:54.433054+0000 mon.smithi047 (mon.0) 46 : cluster [DBG] mgrmap e7: smithi047.jescqm(active, since 1.00826s) 2024-09-10T04:19:55.683 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:55 smithi047 bash[19880]: audit 2024-09-10T04:19:54.687271+0000 mon.smithi047 (mon.0) 47 : audit [INF] from='mgr.14118 172.21.15.47:0/1977198280' entity='mgr.smithi047.jescqm' 2024-09-10T04:19:55.683 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:55 smithi047 bash[19880]: audit 2024-09-10T04:19:54.687271+0000 mon.smithi047 (mon.0) 47 : audit [INF] from='mgr.14118 172.21.15.47:0/1977198280' entity='mgr.smithi047.jescqm' 2024-09-10T04:19:55.683 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:55 smithi047 bash[19880]: audit 2024-09-10T04:19:54.690494+0000 mon.smithi047 (mon.0) 48 : audit [INF] from='mgr.14118 172.21.15.47:0/1977198280' entity='mgr.smithi047.jescqm' 2024-09-10T04:19:55.684 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:55 smithi047 bash[19880]: audit 2024-09-10T04:19:54.690494+0000 mon.smithi047 (mon.0) 48 : audit [INF] from='mgr.14118 172.21.15.47:0/1977198280' entity='mgr.smithi047.jescqm' 2024-09-10T04:19:55.684 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:55 smithi047 bash[19880]: cephadm 2024-09-10T04:19:54.691152+0000 mgr.smithi047.jescqm (mgr.14118) 3 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-09-10T04:19:55.684 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:55 smithi047 bash[19880]: cephadm 2024-09-10T04:19:54.691152+0000 mgr.smithi047.jescqm (mgr.14118) 3 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-09-10T04:19:55.684 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:55 smithi047 bash[19880]: audit 2024-09-10T04:19:54.694421+0000 mon.smithi047 (mon.0) 49 : audit [INF] from='mgr.14118 172.21.15.47:0/1977198280' entity='mgr.smithi047.jescqm' 2024-09-10T04:19:55.684 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:55 smithi047 bash[19880]: audit 2024-09-10T04:19:54.694421+0000 mon.smithi047 (mon.0) 49 : audit [INF] from='mgr.14118 172.21.15.47:0/1977198280' entity='mgr.smithi047.jescqm' 2024-09-10T04:19:55.684 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:55 smithi047 bash[19880]: audit 2024-09-10T04:19:54.697689+0000 mon.smithi047 (mon.0) 50 : audit [INF] from='mgr.14118 172.21.15.47:0/1977198280' entity='mgr.smithi047.jescqm' 2024-09-10T04:19:55.684 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:55 smithi047 bash[19880]: audit 2024-09-10T04:19:54.697689+0000 mon.smithi047 (mon.0) 50 : audit [INF] from='mgr.14118 172.21.15.47:0/1977198280' entity='mgr.smithi047.jescqm' 2024-09-10T04:19:55.685 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:55 smithi047 bash[19880]: audit 2024-09-10T04:19:54.703662+0000 mon.smithi047 (mon.0) 51 : audit [DBG] from='mgr.14118 172.21.15.47:0/1977198280' entity='mgr.smithi047.jescqm' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:19:55.685 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:55 smithi047 bash[19880]: audit 2024-09-10T04:19:54.703662+0000 mon.smithi047 (mon.0) 51 : audit [DBG] from='mgr.14118 172.21.15.47:0/1977198280' entity='mgr.smithi047.jescqm' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:19:55.685 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:55 smithi047 bash[19880]: audit 2024-09-10T04:19:54.706471+0000 mon.smithi047 (mon.0) 52 : audit [DBG] from='mgr.14118 172.21.15.47:0/1977198280' entity='mgr.smithi047.jescqm' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:19:55.685 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:55 smithi047 bash[19880]: audit 2024-09-10T04:19:54.706471+0000 mon.smithi047 (mon.0) 52 : audit [DBG] from='mgr.14118 172.21.15.47:0/1977198280' entity='mgr.smithi047.jescqm' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:19:55.685 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:55 smithi047 bash[19880]: audit 2024-09-10T04:19:54.716142+0000 mon.smithi047 (mon.0) 53 : audit [INF] from='mgr.14118 172.21.15.47:0/1977198280' entity='mgr.smithi047.jescqm' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi047.jescqm/mirror_snapshot_schedule"} : dispatch 2024-09-10T04:19:55.685 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:55 smithi047 bash[19880]: audit 2024-09-10T04:19:54.716142+0000 mon.smithi047 (mon.0) 53 : audit [INF] from='mgr.14118 172.21.15.47:0/1977198280' entity='mgr.smithi047.jescqm' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi047.jescqm/mirror_snapshot_schedule"} : dispatch 2024-09-10T04:19:55.685 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:55 smithi047 bash[19880]: audit 2024-09-10T04:19:54.719796+0000 mon.smithi047 (mon.0) 54 : audit [INF] from='mgr.14118 172.21.15.47:0/1977198280' entity='mgr.smithi047.jescqm' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi047.jescqm/trash_purge_schedule"} : dispatch 2024-09-10T04:19:55.685 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:55 smithi047 bash[19880]: audit 2024-09-10T04:19:54.719796+0000 mon.smithi047 (mon.0) 54 : audit [INF] from='mgr.14118 172.21.15.47:0/1977198280' entity='mgr.smithi047.jescqm' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi047.jescqm/trash_purge_schedule"} : dispatch 2024-09-10T04:19:56.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:56 smithi047 bash[19880]: cephadm 2024-09-10T04:19:55.769161+0000 mgr.smithi047.jescqm (mgr.14118) 4 : cephadm [INF] [10/Sep/2024:04:19:55] ENGINE Bus STARTING 2024-09-10T04:19:56.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:56 smithi047 bash[19880]: cephadm 2024-09-10T04:19:55.769161+0000 mgr.smithi047.jescqm (mgr.14118) 4 : cephadm [INF] [10/Sep/2024:04:19:55] ENGINE Bus STARTING 2024-09-10T04:19:56.875 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:56 smithi047 bash[19880]: cephadm 2024-09-10T04:19:55.889756+0000 mgr.smithi047.jescqm (mgr.14118) 5 : cephadm [INF] [10/Sep/2024:04:19:55] ENGINE Serving on https://172.21.15.47:7150 2024-09-10T04:19:56.875 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:56 smithi047 bash[19880]: cephadm 2024-09-10T04:19:55.889756+0000 mgr.smithi047.jescqm (mgr.14118) 5 : cephadm [INF] [10/Sep/2024:04:19:55] ENGINE Serving on https://172.21.15.47:7150 2024-09-10T04:19:56.875 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:56 smithi047 bash[19880]: cephadm 2024-09-10T04:19:55.893014+0000 mgr.smithi047.jescqm (mgr.14118) 6 : cephadm [ERR] [10/Sep/2024:04:19:55] ENGINE Error in HTTPServer.serve 2024-09-10T04:19:56.875 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:56 smithi047 bash[19880]: Traceback (most recent call last): 2024-09-10T04:19:56.875 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:56 smithi047 bash[19880]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T04:19:56.875 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:56 smithi047 bash[19880]: self._connections.run(self.expiration_interval) 2024-09-10T04:19:56.875 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:56 smithi047 bash[19880]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T04:19:56.875 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:56 smithi047 bash[19880]: self._run(expiration_interval) 2024-09-10T04:19:56.875 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:56 smithi047 bash[19880]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T04:19:56.875 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:56 smithi047 bash[19880]: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T04:19:56.875 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:56 smithi047 bash[19880]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T04:19:56.875 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:56 smithi047 bash[19880]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T04:19:56.876 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:56 smithi047 bash[19880]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T04:19:56.876 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:56 smithi047 bash[19880]: s = self.context.wrap_socket( 2024-09-10T04:19:56.876 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:56 smithi047 bash[19880]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T04:19:56.876 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:56 smithi047 bash[19880]: return self.sslsocket_class._create( 2024-09-10T04:19:56.876 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:56 smithi047 bash[19880]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T04:19:56.876 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:56 smithi047 bash[19880]: self.do_handshake() 2024-09-10T04:19:56.876 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:56 smithi047 bash[19880]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T04:19:56.876 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:56 smithi047 bash[19880]: self._sslobj.do_handshake() 2024-09-10T04:19:56.876 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:56 smithi047 bash[19880]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T04:19:56.876 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:56 smithi047 bash[19880]: cephadm 2024-09-10T04:19:55.893014+0000 mgr.smithi047.jescqm (mgr.14118) 6 : cephadm [ERR] [10/Sep/2024:04:19:55] ENGINE Error in HTTPServer.serve 2024-09-10T04:19:56.876 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:56 smithi047 bash[19880]: Traceback (most recent call last): 2024-09-10T04:19:56.877 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:56 smithi047 bash[19880]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T04:19:56.877 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:56 smithi047 bash[19880]: self._connections.run(self.expiration_interval) 2024-09-10T04:19:56.877 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:56 smithi047 bash[19880]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T04:19:56.877 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:56 smithi047 bash[19880]: self._run(expiration_interval) 2024-09-10T04:19:56.877 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:56 smithi047 bash[19880]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T04:19:56.877 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:56 smithi047 bash[19880]: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T04:19:56.877 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:56 smithi047 bash[19880]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T04:19:56.877 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:56 smithi047 bash[19880]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T04:19:56.877 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:56 smithi047 bash[19880]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T04:19:56.877 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:56 smithi047 bash[19880]: s = self.context.wrap_socket( 2024-09-10T04:19:56.877 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:56 smithi047 bash[19880]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T04:19:56.877 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:56 smithi047 bash[19880]: return self.sslsocket_class._create( 2024-09-10T04:19:56.877 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:56 smithi047 bash[19880]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T04:19:56.878 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:56 smithi047 bash[19880]: self.do_handshake() 2024-09-10T04:19:56.878 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:56 smithi047 bash[19880]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T04:19:56.878 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:56 smithi047 bash[19880]: self._sslobj.do_handshake() 2024-09-10T04:19:56.878 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:56 smithi047 bash[19880]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T04:19:56.878 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:56 smithi047 bash[19880]: cephadm 2024-09-10T04:19:55.991161+0000 mgr.smithi047.jescqm (mgr.14118) 7 : cephadm [INF] [10/Sep/2024:04:19:55] ENGINE Serving on http://172.21.15.47:8765 2024-09-10T04:19:56.878 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:56 smithi047 bash[19880]: cephadm 2024-09-10T04:19:55.991161+0000 mgr.smithi047.jescqm (mgr.14118) 7 : cephadm [INF] [10/Sep/2024:04:19:55] ENGINE Serving on http://172.21.15.47:8765 2024-09-10T04:19:56.878 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:56 smithi047 bash[19880]: cephadm 2024-09-10T04:19:55.991275+0000 mgr.smithi047.jescqm (mgr.14118) 8 : cephadm [INF] [10/Sep/2024:04:19:55] ENGINE Bus STARTED 2024-09-10T04:19:56.878 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:56 smithi047 bash[19880]: cephadm 2024-09-10T04:19:55.991275+0000 mgr.smithi047.jescqm (mgr.14118) 8 : cephadm [INF] [10/Sep/2024:04:19:55] ENGINE Bus STARTED 2024-09-10T04:19:56.878 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:56 smithi047 bash[19880]: audit 2024-09-10T04:19:55.992074+0000 mon.smithi047 (mon.0) 55 : audit [DBG] from='mgr.14118 172.21.15.47:0/1977198280' entity='mgr.smithi047.jescqm' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:19:56.878 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:56 smithi047 bash[19880]: audit 2024-09-10T04:19:55.992074+0000 mon.smithi047 (mon.0) 55 : audit [DBG] from='mgr.14118 172.21.15.47:0/1977198280' entity='mgr.smithi047.jescqm' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:19:56.878 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:56 smithi047 bash[19880]: audit 2024-09-10T04:19:56.323524+0000 mon.smithi047 (mon.0) 56 : audit [INF] from='client.? 172.21.15.47:0/673472798' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "orchestrator"} : dispatch 2024-09-10T04:19:56.878 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:56 smithi047 bash[19880]: audit 2024-09-10T04:19:56.323524+0000 mon.smithi047 (mon.0) 56 : audit [INF] from='client.? 172.21.15.47:0/673472798' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "orchestrator"} : dispatch 2024-09-10T04:19:56.923 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stderr module 'orchestrator' is already enabled (always-on) 2024-09-10T04:19:56.923 INFO:teuthology.orchestra.run.smithi047.stdout:Setting orchestrator backend to cephadm... 2024-09-10T04:19:57.873 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:57 smithi047 bash[19880]: audit 2024-09-10T04:19:56.431937+0000 mon.smithi047 (mon.0) 57 : audit [INF] from='client.? 172.21.15.47:0/673472798' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "orchestrator"}]': finished 2024-09-10T04:19:57.873 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:57 smithi047 bash[19880]: audit 2024-09-10T04:19:56.431937+0000 mon.smithi047 (mon.0) 57 : audit [INF] from='client.? 172.21.15.47:0/673472798' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "orchestrator"}]': finished 2024-09-10T04:19:57.873 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:57 smithi047 bash[19880]: cluster 2024-09-10T04:19:56.438262+0000 mon.smithi047 (mon.0) 58 : cluster [DBG] mgrmap e8: smithi047.jescqm(active, since 3s) 2024-09-10T04:19:57.873 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:57 smithi047 bash[19880]: cluster 2024-09-10T04:19:56.438262+0000 mon.smithi047 (mon.0) 58 : cluster [DBG] mgrmap e8: smithi047.jescqm(active, since 3s) 2024-09-10T04:19:58.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:58 smithi047 bash[19880]: audit 2024-09-10T04:19:58.201762+0000 mgr.smithi047.jescqm (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-10T04:19:58.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:58 smithi047 bash[19880]: audit 2024-09-10T04:19:58.201762+0000 mgr.smithi047.jescqm (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-10T04:19:58.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:58 smithi047 bash[19880]: audit 2024-09-10T04:19:58.207000+0000 mon.smithi047 (mon.0) 59 : audit [INF] from='mgr.14118 172.21.15.47:0/1977198280' entity='mgr.smithi047.jescqm' 2024-09-10T04:19:58.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:58 smithi047 bash[19880]: audit 2024-09-10T04:19:58.207000+0000 mon.smithi047 (mon.0) 59 : audit [INF] from='mgr.14118 172.21.15.47:0/1977198280' entity='mgr.smithi047.jescqm' 2024-09-10T04:19:58.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:58 smithi047 bash[19880]: audit 2024-09-10T04:19:58.223920+0000 mon.smithi047 (mon.0) 60 : audit [DBG] from='mgr.14118 172.21.15.47:0/1977198280' entity='mgr.smithi047.jescqm' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:19:58.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:19:58 smithi047 bash[19880]: audit 2024-09-10T04:19:58.223920+0000 mon.smithi047 (mon.0) 60 : audit [DBG] from='mgr.14118 172.21.15.47:0/1977198280' entity='mgr.smithi047.jescqm' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:20:00.453 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout value unchanged 2024-09-10T04:20:00.453 INFO:teuthology.orchestra.run.smithi047.stdout:Generating ssh key... 2024-09-10T04:20:00.545 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:00 smithi047 bash[19880]: audit 2024-09-10T04:19:59.985732+0000 mgr.smithi047.jescqm (mgr.14118) 10 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:20:00.546 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:00 smithi047 bash[19880]: audit 2024-09-10T04:19:59.985732+0000 mgr.smithi047.jescqm (mgr.14118) 10 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:20:03.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:03 smithi047 bash[19880]: audit 2024-09-10T04:20:01.727994+0000 mgr.smithi047.jescqm (mgr.14118) 11 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:20:03.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:03 smithi047 bash[19880]: audit 2024-09-10T04:20:01.727994+0000 mgr.smithi047.jescqm (mgr.14118) 11 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:20:03.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:03 smithi047 bash[19880]: cephadm 2024-09-10T04:20:01.728414+0000 mgr.smithi047.jescqm (mgr.14118) 12 : cephadm [INF] Generating ssh key... 2024-09-10T04:20:03.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:03 smithi047 bash[19880]: cephadm 2024-09-10T04:20:01.728414+0000 mgr.smithi047.jescqm (mgr.14118) 12 : cephadm [INF] Generating ssh key... 2024-09-10T04:20:03.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:03 smithi047 bash[19880]: audit 2024-09-10T04:20:02.166161+0000 mon.smithi047 (mon.0) 61 : audit [INF] from='mgr.14118 172.21.15.47:0/1977198280' entity='mgr.smithi047.jescqm' 2024-09-10T04:20:03.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:03 smithi047 bash[19880]: audit 2024-09-10T04:20:02.166161+0000 mon.smithi047 (mon.0) 61 : audit [INF] from='mgr.14118 172.21.15.47:0/1977198280' entity='mgr.smithi047.jescqm' 2024-09-10T04:20:03.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:03 smithi047 bash[19880]: audit 2024-09-10T04:20:02.170964+0000 mon.smithi047 (mon.0) 62 : audit [INF] from='mgr.14118 172.21.15.47:0/1977198280' entity='mgr.smithi047.jescqm' 2024-09-10T04:20:03.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:03 smithi047 bash[19880]: audit 2024-09-10T04:20:02.170964+0000 mon.smithi047 (mon.0) 62 : audit [INF] from='mgr.14118 172.21.15.47:0/1977198280' entity='mgr.smithi047.jescqm' 2024-09-10T04:20:04.297 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDvwUaUzLaGvBslvkE14GqhTys4fQ6wVMJpS8+/TOT1du/8rZgTw0ryPF0WinWC6KEzAokIkBRsyic+WjAp1w7ST5+fSWPmOp2rtENWIRz/+HdEb1SFUb9eekQoYYNSW/nc/OwseRu5/U4Y8wj4sD8ovN/tvbzK52eLI7sQ+hWJc0hsp2XuXgQNfcAN0PT9syjI9xW0phy+7Yxen6ektcrxsrMW50vyz+YUz9kGe1puL3GbIcYRMMz7HR9CTG63JmOC+uC1SpbiMG2oUqHx7jZqHgKUaCfvmqctWUCsI5cLBOkxXas6hHQtFLhB0VZ19l9FSkb76Qgs3U+5dV1w4liMXBzlBhPc5wf6s+2KD3qGeYMBpMBG0s0q2SdENDBy5kpSoNMOXBLNVG4MM2fd0VrKcroVxgS1SA17GDoHFKH99IgcDiFDA28DwIzlojSzLqKhvsOcjvrZUyDdhLrdsFPvAfQelm2/mhyHusDfEEpblZQPOrU6URGuVaqsBkjQlR8= ceph-b165ca24-6f2b-11ef-bcea-c7b262605968 2024-09-10T04:20:04.298 INFO:teuthology.orchestra.run.smithi047.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-09-10T04:20:04.298 INFO:teuthology.orchestra.run.smithi047.stdout:Adding key to root@localhost authorized_keys... 2024-09-10T04:20:04.298 INFO:teuthology.orchestra.run.smithi047.stdout:Adding host smithi047... 2024-09-10T04:20:04.626 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:04 smithi047 bash[19880]: audit 2024-09-10T04:20:03.867287+0000 mgr.smithi047.jescqm (mgr.14118) 13 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:20:04.626 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:04 smithi047 bash[19880]: audit 2024-09-10T04:20:03.867287+0000 mgr.smithi047.jescqm (mgr.14118) 13 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:20:06.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:06 smithi047 bash[19880]: audit 2024-09-10T04:20:05.618975+0000 mgr.smithi047.jescqm (mgr.14118) 14 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi047", "addr": "172.21.15.47", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:20:06.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:06 smithi047 bash[19880]: audit 2024-09-10T04:20:05.618975+0000 mgr.smithi047.jescqm (mgr.14118) 14 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi047", "addr": "172.21.15.47", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:20:07.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:07 smithi047 bash[19880]: cephadm 2024-09-10T04:20:06.884030+0000 mgr.smithi047.jescqm (mgr.14118) 15 : cephadm [INF] Deploying cephadm binary to smithi047 2024-09-10T04:20:07.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:07 smithi047 bash[19880]: cephadm 2024-09-10T04:20:06.884030+0000 mgr.smithi047.jescqm (mgr.14118) 15 : cephadm [INF] Deploying cephadm binary to smithi047 2024-09-10T04:20:11.064 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout Added host 'smithi047' with addr '172.21.15.47' 2024-09-10T04:20:11.064 INFO:teuthology.orchestra.run.smithi047.stdout:Deploying mon service with default placement... 2024-09-10T04:20:11.873 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:11 smithi047 bash[19880]: audit 2024-09-10T04:20:10.464033+0000 mon.smithi047 (mon.0) 63 : audit [INF] from='mgr.14118 172.21.15.47:0/1977198280' entity='mgr.smithi047.jescqm' 2024-09-10T04:20:11.873 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:11 smithi047 bash[19880]: audit 2024-09-10T04:20:10.464033+0000 mon.smithi047 (mon.0) 63 : audit [INF] from='mgr.14118 172.21.15.47:0/1977198280' entity='mgr.smithi047.jescqm' 2024-09-10T04:20:11.873 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:11 smithi047 bash[19880]: cephadm 2024-09-10T04:20:10.464424+0000 mgr.smithi047.jescqm (mgr.14118) 16 : cephadm [INF] Added host smithi047 2024-09-10T04:20:11.873 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:11 smithi047 bash[19880]: cephadm 2024-09-10T04:20:10.464424+0000 mgr.smithi047.jescqm (mgr.14118) 16 : cephadm [INF] Added host smithi047 2024-09-10T04:20:11.873 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:11 smithi047 bash[19880]: audit 2024-09-10T04:20:10.464993+0000 mon.smithi047 (mon.0) 64 : audit [DBG] from='mgr.14118 172.21.15.47:0/1977198280' entity='mgr.smithi047.jescqm' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:20:11.873 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:11 smithi047 bash[19880]: audit 2024-09-10T04:20:10.464993+0000 mon.smithi047 (mon.0) 64 : audit [DBG] from='mgr.14118 172.21.15.47:0/1977198280' entity='mgr.smithi047.jescqm' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:20:13.668 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-09-10T04:20:13.668 INFO:teuthology.orchestra.run.smithi047.stdout:Deploying mgr service with default placement... 2024-09-10T04:20:14.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:13 smithi047 bash[19880]: audit 2024-09-10T04:20:12.980682+0000 mgr.smithi047.jescqm (mgr.14118) 17 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:20:14.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:13 smithi047 bash[19880]: audit 2024-09-10T04:20:12.980682+0000 mgr.smithi047.jescqm (mgr.14118) 17 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:20:14.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:13 smithi047 bash[19880]: cephadm 2024-09-10T04:20:12.981909+0000 mgr.smithi047.jescqm (mgr.14118) 18 : cephadm [INF] Saving service mon spec with placement count:5 2024-09-10T04:20:14.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:13 smithi047 bash[19880]: cephadm 2024-09-10T04:20:12.981909+0000 mgr.smithi047.jescqm (mgr.14118) 18 : cephadm [INF] Saving service mon spec with placement count:5 2024-09-10T04:20:14.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:13 smithi047 bash[19880]: audit 2024-09-10T04:20:12.987107+0000 mon.smithi047 (mon.0) 65 : audit [INF] from='mgr.14118 172.21.15.47:0/1977198280' entity='mgr.smithi047.jescqm' 2024-09-10T04:20:14.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:13 smithi047 bash[19880]: audit 2024-09-10T04:20:12.987107+0000 mon.smithi047 (mon.0) 65 : audit [INF] from='mgr.14118 172.21.15.47:0/1977198280' entity='mgr.smithi047.jescqm' 2024-09-10T04:20:14.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:13 smithi047 bash[19880]: audit 2024-09-10T04:20:13.467725+0000 mon.smithi047 (mon.0) 66 : audit [INF] from='mgr.14118 172.21.15.47:0/1977198280' entity='mgr.smithi047.jescqm' 2024-09-10T04:20:14.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:13 smithi047 bash[19880]: audit 2024-09-10T04:20:13.467725+0000 mon.smithi047 (mon.0) 66 : audit [INF] from='mgr.14118 172.21.15.47:0/1977198280' entity='mgr.smithi047.jescqm' 2024-09-10T04:20:15.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:15 smithi047 bash[19880]: cluster 2024-09-10T04:20:13.439666+0000 mgr.smithi047.jescqm (mgr.14118) 19 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:20:15.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:15 smithi047 bash[19880]: cluster 2024-09-10T04:20:13.439666+0000 mgr.smithi047.jescqm (mgr.14118) 19 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:20:15.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:15 smithi047 bash[19880]: audit 2024-09-10T04:20:14.047548+0000 mon.smithi047 (mon.0) 67 : audit [INF] from='mgr.14118 172.21.15.47:0/1977198280' entity='mgr.smithi047.jescqm' 2024-09-10T04:20:15.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:15 smithi047 bash[19880]: audit 2024-09-10T04:20:14.047548+0000 mon.smithi047 (mon.0) 67 : audit [INF] from='mgr.14118 172.21.15.47:0/1977198280' entity='mgr.smithi047.jescqm' 2024-09-10T04:20:15.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:15 smithi047 bash[19880]: audit 2024-09-10T04:20:14.951111+0000 mon.smithi047 (mon.0) 68 : audit [INF] from='mgr.14118 172.21.15.47:0/1977198280' entity='mgr.smithi047.jescqm' 2024-09-10T04:20:15.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:15 smithi047 bash[19880]: audit 2024-09-10T04:20:14.951111+0000 mon.smithi047 (mon.0) 68 : audit [INF] from='mgr.14118 172.21.15.47:0/1977198280' entity='mgr.smithi047.jescqm' 2024-09-10T04:20:15.460 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-09-10T04:20:15.460 INFO:teuthology.orchestra.run.smithi047.stdout:Deploying crash service with default placement... 2024-09-10T04:20:16.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:16 smithi047 bash[19880]: audit 2024-09-10T04:20:14.944536+0000 mgr.smithi047.jescqm (mgr.14118) 20 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:20:16.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:16 smithi047 bash[19880]: audit 2024-09-10T04:20:14.944536+0000 mgr.smithi047.jescqm (mgr.14118) 20 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:20:16.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:16 smithi047 bash[19880]: cephadm 2024-09-10T04:20:14.946567+0000 mgr.smithi047.jescqm (mgr.14118) 21 : cephadm [INF] Saving service mgr spec with placement count:2 2024-09-10T04:20:16.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:16 smithi047 bash[19880]: cephadm 2024-09-10T04:20:14.946567+0000 mgr.smithi047.jescqm (mgr.14118) 21 : cephadm [INF] Saving service mgr spec with placement count:2 2024-09-10T04:20:17.250 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout Scheduled crash update... 2024-09-10T04:20:17.250 INFO:teuthology.orchestra.run.smithi047.stdout:Deploying ceph-exporter service with default placement... 2024-09-10T04:20:17.339 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:17 smithi047 bash[19880]: cluster 2024-09-10T04:20:15.440123+0000 mgr.smithi047.jescqm (mgr.14118) 22 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:20:17.340 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:17 smithi047 bash[19880]: cluster 2024-09-10T04:20:15.440123+0000 mgr.smithi047.jescqm (mgr.14118) 22 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:20:17.340 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:17 smithi047 bash[19880]: audit 2024-09-10T04:20:16.744679+0000 mon.smithi047 (mon.0) 69 : audit [INF] from='mgr.14118 172.21.15.47:0/1977198280' entity='mgr.smithi047.jescqm' 2024-09-10T04:20:17.340 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:17 smithi047 bash[19880]: audit 2024-09-10T04:20:16.744679+0000 mon.smithi047 (mon.0) 69 : audit [INF] from='mgr.14118 172.21.15.47:0/1977198280' entity='mgr.smithi047.jescqm' 2024-09-10T04:20:18.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:18 smithi047 bash[19880]: audit 2024-09-10T04:20:16.739052+0000 mgr.smithi047.jescqm (mgr.14118) 23 : audit [DBG] from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:20:18.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:18 smithi047 bash[19880]: audit 2024-09-10T04:20:16.739052+0000 mgr.smithi047.jescqm (mgr.14118) 23 : audit [DBG] from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:20:18.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:18 smithi047 bash[19880]: cephadm 2024-09-10T04:20:16.741050+0000 mgr.smithi047.jescqm (mgr.14118) 24 : cephadm [INF] Saving service crash spec with placement * 2024-09-10T04:20:18.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:18 smithi047 bash[19880]: cephadm 2024-09-10T04:20:16.741050+0000 mgr.smithi047.jescqm (mgr.14118) 24 : cephadm [INF] Saving service crash spec with placement * 2024-09-10T04:20:19.239 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout Scheduled ceph-exporter update... 2024-09-10T04:20:19.240 INFO:teuthology.orchestra.run.smithi047.stdout:Deploying prometheus service with default placement... 2024-09-10T04:20:19.412 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:19 smithi047 bash[19880]: cluster 2024-09-10T04:20:17.440582+0000 mgr.smithi047.jescqm (mgr.14118) 25 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:20:19.412 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:19 smithi047 bash[19880]: cluster 2024-09-10T04:20:17.440582+0000 mgr.smithi047.jescqm (mgr.14118) 25 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:20:19.412 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:19 smithi047 bash[19880]: audit 2024-09-10T04:20:18.690753+0000 mon.smithi047 (mon.0) 70 : audit [INF] from='mgr.14118 172.21.15.47:0/1977198280' entity='mgr.smithi047.jescqm' 2024-09-10T04:20:19.412 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:19 smithi047 bash[19880]: audit 2024-09-10T04:20:18.690753+0000 mon.smithi047 (mon.0) 70 : audit [INF] from='mgr.14118 172.21.15.47:0/1977198280' entity='mgr.smithi047.jescqm' 2024-09-10T04:20:20.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:20 smithi047 bash[19880]: audit 2024-09-10T04:20:18.685410+0000 mgr.smithi047.jescqm (mgr.14118) 26 : audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "ceph-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:20:20.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:20 smithi047 bash[19880]: audit 2024-09-10T04:20:18.685410+0000 mgr.smithi047.jescqm (mgr.14118) 26 : audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "ceph-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:20:20.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:20 smithi047 bash[19880]: cephadm 2024-09-10T04:20:18.688225+0000 mgr.smithi047.jescqm (mgr.14118) 27 : cephadm [INF] Saving service ceph-exporter spec with placement * 2024-09-10T04:20:20.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:20 smithi047 bash[19880]: cephadm 2024-09-10T04:20:18.688225+0000 mgr.smithi047.jescqm (mgr.14118) 27 : cephadm [INF] Saving service ceph-exporter spec with placement * 2024-09-10T04:20:21.114 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout Scheduled prometheus update... 2024-09-10T04:20:21.114 INFO:teuthology.orchestra.run.smithi047.stdout:Deploying grafana service with default placement... 2024-09-10T04:20:21.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:21 smithi047 bash[19880]: cluster 2024-09-10T04:20:19.441019+0000 mgr.smithi047.jescqm (mgr.14118) 28 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:20:21.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:21 smithi047 bash[19880]: cluster 2024-09-10T04:20:19.441019+0000 mgr.smithi047.jescqm (mgr.14118) 28 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:20:21.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:21 smithi047 bash[19880]: audit 2024-09-10T04:20:20.578264+0000 mon.smithi047 (mon.0) 71 : audit [INF] from='mgr.14118 172.21.15.47:0/1977198280' entity='mgr.smithi047.jescqm' 2024-09-10T04:20:21.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:21 smithi047 bash[19880]: audit 2024-09-10T04:20:20.578264+0000 mon.smithi047 (mon.0) 71 : audit [INF] from='mgr.14118 172.21.15.47:0/1977198280' entity='mgr.smithi047.jescqm' 2024-09-10T04:20:22.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:22 smithi047 bash[19880]: audit 2024-09-10T04:20:20.572534+0000 mgr.smithi047.jescqm (mgr.14118) 29 : audit [DBG] from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:20:22.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:22 smithi047 bash[19880]: audit 2024-09-10T04:20:20.572534+0000 mgr.smithi047.jescqm (mgr.14118) 29 : audit [DBG] from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:20:22.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:22 smithi047 bash[19880]: cephadm 2024-09-10T04:20:20.574001+0000 mgr.smithi047.jescqm (mgr.14118) 30 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-09-10T04:20:22.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:22 smithi047 bash[19880]: cephadm 2024-09-10T04:20:20.574001+0000 mgr.smithi047.jescqm (mgr.14118) 30 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-09-10T04:20:22.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:22 smithi047 bash[19880]: audit 2024-09-10T04:20:21.780400+0000 mon.smithi047 (mon.0) 72 : audit [INF] from='mgr.14118 172.21.15.47:0/1977198280' entity='mgr.smithi047.jescqm' 2024-09-10T04:20:22.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:22 smithi047 bash[19880]: audit 2024-09-10T04:20:21.780400+0000 mon.smithi047 (mon.0) 72 : audit [INF] from='mgr.14118 172.21.15.47:0/1977198280' entity='mgr.smithi047.jescqm' 2024-09-10T04:20:22.992 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout Scheduled grafana update... 2024-09-10T04:20:22.992 INFO:teuthology.orchestra.run.smithi047.stdout:Deploying node-exporter service with default placement... 2024-09-10T04:20:23.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:23 smithi047 bash[19880]: cluster 2024-09-10T04:20:21.441494+0000 mgr.smithi047.jescqm (mgr.14118) 31 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:20:23.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:23 smithi047 bash[19880]: cluster 2024-09-10T04:20:21.441494+0000 mgr.smithi047.jescqm (mgr.14118) 31 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:20:23.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:23 smithi047 bash[19880]: audit 2024-09-10T04:20:22.437183+0000 mon.smithi047 (mon.0) 73 : audit [INF] from='mgr.14118 172.21.15.47:0/1977198280' entity='mgr.smithi047.jescqm' 2024-09-10T04:20:23.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:23 smithi047 bash[19880]: audit 2024-09-10T04:20:22.437183+0000 mon.smithi047 (mon.0) 73 : audit [INF] from='mgr.14118 172.21.15.47:0/1977198280' entity='mgr.smithi047.jescqm' 2024-09-10T04:20:23.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:23 smithi047 bash[19880]: audit 2024-09-10T04:20:22.925732+0000 mon.smithi047 (mon.0) 74 : audit [INF] from='mgr.14118 172.21.15.47:0/1977198280' entity='mgr.smithi047.jescqm' 2024-09-10T04:20:23.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:23 smithi047 bash[19880]: audit 2024-09-10T04:20:22.925732+0000 mon.smithi047 (mon.0) 74 : audit [INF] from='mgr.14118 172.21.15.47:0/1977198280' entity='mgr.smithi047.jescqm' 2024-09-10T04:20:24.122 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:24 smithi047 bash[19880]: audit 2024-09-10T04:20:22.406825+0000 mgr.smithi047.jescqm (mgr.14118) 32 : audit [DBG] from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:20:24.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:24 smithi047 bash[19880]: audit 2024-09-10T04:20:22.406825+0000 mgr.smithi047.jescqm (mgr.14118) 32 : audit [DBG] from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:20:24.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:24 smithi047 bash[19880]: cephadm 2024-09-10T04:20:22.433089+0000 mgr.smithi047.jescqm (mgr.14118) 33 : cephadm [INF] Saving service grafana spec with placement count:1 2024-09-10T04:20:24.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:24 smithi047 bash[19880]: cephadm 2024-09-10T04:20:22.433089+0000 mgr.smithi047.jescqm (mgr.14118) 33 : cephadm [INF] Saving service grafana spec with placement count:1 2024-09-10T04:20:24.952 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout Scheduled node-exporter update... 2024-09-10T04:20:24.952 INFO:teuthology.orchestra.run.smithi047.stdout:Deploying alertmanager service with default placement... 2024-09-10T04:20:25.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:25 smithi047 bash[19880]: cluster 2024-09-10T04:20:23.441903+0000 mgr.smithi047.jescqm (mgr.14118) 34 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:20:25.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:25 smithi047 bash[19880]: cluster 2024-09-10T04:20:23.441903+0000 mgr.smithi047.jescqm (mgr.14118) 34 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:20:25.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:25 smithi047 bash[19880]: audit 2024-09-10T04:20:24.437177+0000 mon.smithi047 (mon.0) 75 : audit [INF] from='mgr.14118 172.21.15.47:0/1977198280' entity='mgr.smithi047.jescqm' 2024-09-10T04:20:25.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:25 smithi047 bash[19880]: audit 2024-09-10T04:20:24.437177+0000 mon.smithi047 (mon.0) 75 : audit [INF] from='mgr.14118 172.21.15.47:0/1977198280' entity='mgr.smithi047.jescqm' 2024-09-10T04:20:26.372 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:26 smithi047 bash[19880]: audit 2024-09-10T04:20:24.431398+0000 mgr.smithi047.jescqm (mgr.14118) 35 : audit [DBG] from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:20:26.372 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:26 smithi047 bash[19880]: audit 2024-09-10T04:20:24.431398+0000 mgr.smithi047.jescqm (mgr.14118) 35 : audit [DBG] from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:20:26.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:26 smithi047 bash[19880]: cephadm 2024-09-10T04:20:24.432683+0000 mgr.smithi047.jescqm (mgr.14118) 36 : cephadm [INF] Saving service node-exporter spec with placement * 2024-09-10T04:20:26.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:26 smithi047 bash[19880]: cephadm 2024-09-10T04:20:24.432683+0000 mgr.smithi047.jescqm (mgr.14118) 36 : cephadm [INF] Saving service node-exporter spec with placement * 2024-09-10T04:20:26.759 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout Scheduled alertmanager update... 2024-09-10T04:20:27.122 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:27 smithi047 bash[19880]: cluster 2024-09-10T04:20:25.442260+0000 mgr.smithi047.jescqm (mgr.14118) 37 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:20:27.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:27 smithi047 bash[19880]: cluster 2024-09-10T04:20:25.442260+0000 mgr.smithi047.jescqm (mgr.14118) 37 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:20:27.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:27 smithi047 bash[19880]: audit 2024-09-10T04:20:26.272585+0000 mon.smithi047 (mon.0) 76 : audit [INF] from='mgr.14118 172.21.15.47:0/1977198280' entity='mgr.smithi047.jescqm' 2024-09-10T04:20:27.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:27 smithi047 bash[19880]: audit 2024-09-10T04:20:26.272585+0000 mon.smithi047 (mon.0) 76 : audit [INF] from='mgr.14118 172.21.15.47:0/1977198280' entity='mgr.smithi047.jescqm' 2024-09-10T04:20:28.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:28 smithi047 bash[19880]: audit 2024-09-10T04:20:26.267019+0000 mgr.smithi047.jescqm (mgr.14118) 38 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:20:28.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:28 smithi047 bash[19880]: audit 2024-09-10T04:20:26.267019+0000 mgr.smithi047.jescqm (mgr.14118) 38 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:20:28.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:28 smithi047 bash[19880]: cephadm 2024-09-10T04:20:26.269201+0000 mgr.smithi047.jescqm (mgr.14118) 39 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-09-10T04:20:28.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:28 smithi047 bash[19880]: cephadm 2024-09-10T04:20:26.269201+0000 mgr.smithi047.jescqm (mgr.14118) 39 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-09-10T04:20:28.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:28 smithi047 bash[19880]: audit 2024-09-10T04:20:28.005872+0000 mon.smithi047 (mon.0) 77 : audit [INF] from='client.? 172.21.15.47:0/2915385459' entity='client.admin' 2024-09-10T04:20:28.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:28 smithi047 bash[19880]: audit 2024-09-10T04:20:28.005872+0000 mon.smithi047 (mon.0) 77 : audit [INF] from='client.? 172.21.15.47:0/2915385459' entity='client.admin' 2024-09-10T04:20:29.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:29 smithi047 bash[19880]: cluster 2024-09-10T04:20:27.442657+0000 mgr.smithi047.jescqm (mgr.14118) 40 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:20:29.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:29 smithi047 bash[19880]: cluster 2024-09-10T04:20:27.442657+0000 mgr.smithi047.jescqm (mgr.14118) 40 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:20:30.769 INFO:teuthology.orchestra.run.smithi047.stdout:Enabling the dashboard module... 2024-09-10T04:20:31.122 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:31 smithi047 bash[19880]: cluster 2024-09-10T04:20:29.442950+0000 mgr.smithi047.jescqm (mgr.14118) 41 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:20:31.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:31 smithi047 bash[19880]: cluster 2024-09-10T04:20:29.442950+0000 mgr.smithi047.jescqm (mgr.14118) 41 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:20:31.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:31 smithi047 bash[19880]: audit 2024-09-10T04:20:30.101087+0000 mon.smithi047 (mon.0) 78 : audit [INF] from='client.? 172.21.15.47:0/865103613' entity='client.admin' 2024-09-10T04:20:31.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:31 smithi047 bash[19880]: audit 2024-09-10T04:20:30.101087+0000 mon.smithi047 (mon.0) 78 : audit [INF] from='client.? 172.21.15.47:0/865103613' entity='client.admin' 2024-09-10T04:20:33.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:33 smithi047 bash[19880]: cluster 2024-09-10T04:20:31.443345+0000 mgr.smithi047.jescqm (mgr.14118) 42 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:20:33.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:33 smithi047 bash[19880]: cluster 2024-09-10T04:20:31.443345+0000 mgr.smithi047.jescqm (mgr.14118) 42 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:20:33.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:33 smithi047 bash[19880]: audit 2024-09-10T04:20:32.271904+0000 mon.smithi047 (mon.0) 79 : audit [INF] from='client.? 172.21.15.47:0/2946115096' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "dashboard"} : dispatch 2024-09-10T04:20:33.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:33 smithi047 bash[19880]: audit 2024-09-10T04:20:32.271904+0000 mon.smithi047 (mon.0) 79 : audit [INF] from='client.? 172.21.15.47:0/2946115096' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "dashboard"} : dispatch 2024-09-10T04:20:34.372 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:34 smithi047 bash[19880]: audit 2024-09-10T04:20:33.101774+0000 mon.smithi047 (mon.0) 80 : audit [INF] from='client.? 172.21.15.47:0/2946115096' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-09-10T04:20:34.372 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:34 smithi047 bash[19880]: audit 2024-09-10T04:20:33.101774+0000 mon.smithi047 (mon.0) 80 : audit [INF] from='client.? 172.21.15.47:0/2946115096' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-09-10T04:20:34.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:34 smithi047 bash[19880]: cluster 2024-09-10T04:20:33.109430+0000 mon.smithi047 (mon.0) 81 : cluster [DBG] mgrmap e9: smithi047.jescqm(active, since 39s) 2024-09-10T04:20:34.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:34 smithi047 bash[19880]: cluster 2024-09-10T04:20:33.109430+0000 mon.smithi047 (mon.0) 81 : cluster [DBG] mgrmap e9: smithi047.jescqm(active, since 39s) 2024-09-10T04:20:35.372 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:35 smithi047 bash[19880]: audit 2024-09-10T04:20:35.045881+0000 mon.smithi047 (mon.0) 82 : audit [DBG] from='client.? 172.21.15.47:0/3311279811' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2024-09-10T04:20:35.372 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:35 smithi047 bash[19880]: audit 2024-09-10T04:20:35.045881+0000 mon.smithi047 (mon.0) 82 : audit [DBG] from='client.? 172.21.15.47:0/3311279811' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2024-09-10T04:20:35.516 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout { 2024-09-10T04:20:35.516 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-09-10T04:20:35.516 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-10T04:20:35.516 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "active_name": "smithi047.jescqm", 2024-09-10T04:20:35.517 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-09-10T04:20:35.517 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout } 2024-09-10T04:20:35.517 INFO:teuthology.orchestra.run.smithi047.stdout:Waiting for the mgr to restart... 2024-09-10T04:20:35.517 INFO:teuthology.orchestra.run.smithi047.stdout:Waiting for mgr epoch 9... 2024-09-10T04:20:39.872 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:39 smithi047 bash[19880]: cluster 2024-09-10T04:20:39.429330+0000 mon.smithi047 (mon.0) 83 : cluster [INF] Active manager daemon smithi047.jescqm restarted 2024-09-10T04:20:39.873 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:39 smithi047 bash[19880]: cluster 2024-09-10T04:20:39.429330+0000 mon.smithi047 (mon.0) 83 : cluster [INF] Active manager daemon smithi047.jescqm restarted 2024-09-10T04:20:39.873 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:39 smithi047 bash[19880]: cluster 2024-09-10T04:20:39.429789+0000 mon.smithi047 (mon.0) 84 : cluster [INF] Activating manager daemon smithi047.jescqm 2024-09-10T04:20:39.873 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:39 smithi047 bash[19880]: cluster 2024-09-10T04:20:39.429789+0000 mon.smithi047 (mon.0) 84 : cluster [INF] Activating manager daemon smithi047.jescqm 2024-09-10T04:20:39.873 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:39 smithi047 bash[19880]: cluster 2024-09-10T04:20:39.433178+0000 mon.smithi047 (mon.0) 85 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-09-10T04:20:39.873 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:39 smithi047 bash[19880]: cluster 2024-09-10T04:20:39.433178+0000 mon.smithi047 (mon.0) 85 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-09-10T04:20:39.873 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:39 smithi047 bash[19880]: cluster 2024-09-10T04:20:39.433298+0000 mon.smithi047 (mon.0) 86 : cluster [DBG] mgrmap e10: smithi047.jescqm(active, starting, since 0.00372598s) 2024-09-10T04:20:39.873 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:39 smithi047 bash[19880]: cluster 2024-09-10T04:20:39.433298+0000 mon.smithi047 (mon.0) 86 : cluster [DBG] mgrmap e10: smithi047.jescqm(active, starting, since 0.00372598s) 2024-09-10T04:20:39.873 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:39 smithi047 bash[19880]: audit 2024-09-10T04:20:39.437687+0000 mon.smithi047 (mon.0) 87 : audit [DBG] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' cmd={"prefix": "mon metadata", "id": "smithi047"} : dispatch 2024-09-10T04:20:39.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:39 smithi047 bash[19880]: audit 2024-09-10T04:20:39.437687+0000 mon.smithi047 (mon.0) 87 : audit [DBG] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' cmd={"prefix": "mon metadata", "id": "smithi047"} : dispatch 2024-09-10T04:20:39.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:39 smithi047 bash[19880]: audit 2024-09-10T04:20:39.439067+0000 mon.smithi047 (mon.0) 88 : audit [DBG] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' cmd={"prefix": "mgr metadata", "who": "smithi047.jescqm", "id": "smithi047.jescqm"} : dispatch 2024-09-10T04:20:39.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:39 smithi047 bash[19880]: audit 2024-09-10T04:20:39.439067+0000 mon.smithi047 (mon.0) 88 : audit [DBG] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' cmd={"prefix": "mgr metadata", "who": "smithi047.jescqm", "id": "smithi047.jescqm"} : dispatch 2024-09-10T04:20:39.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:39 smithi047 bash[19880]: audit 2024-09-10T04:20:39.440367+0000 mon.smithi047 (mon.0) 89 : audit [DBG] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' cmd={"prefix": "mds metadata"} : dispatch 2024-09-10T04:20:39.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:39 smithi047 bash[19880]: audit 2024-09-10T04:20:39.440367+0000 mon.smithi047 (mon.0) 89 : audit [DBG] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' cmd={"prefix": "mds metadata"} : dispatch 2024-09-10T04:20:39.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:39 smithi047 bash[19880]: audit 2024-09-10T04:20:39.440539+0000 mon.smithi047 (mon.0) 90 : audit [DBG] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata"} : dispatch 2024-09-10T04:20:39.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:39 smithi047 bash[19880]: audit 2024-09-10T04:20:39.440539+0000 mon.smithi047 (mon.0) 90 : audit [DBG] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata"} : dispatch 2024-09-10T04:20:39.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:39 smithi047 bash[19880]: audit 2024-09-10T04:20:39.440702+0000 mon.smithi047 (mon.0) 91 : audit [DBG] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' cmd={"prefix": "mon metadata"} : dispatch 2024-09-10T04:20:39.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:39 smithi047 bash[19880]: audit 2024-09-10T04:20:39.440702+0000 mon.smithi047 (mon.0) 91 : audit [DBG] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' cmd={"prefix": "mon metadata"} : dispatch 2024-09-10T04:20:39.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:39 smithi047 bash[19880]: cluster 2024-09-10T04:20:39.464934+0000 mon.smithi047 (mon.0) 92 : cluster [INF] Manager daemon smithi047.jescqm is now available 2024-09-10T04:20:39.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:39 smithi047 bash[19880]: cluster 2024-09-10T04:20:39.464934+0000 mon.smithi047 (mon.0) 92 : cluster [INF] Manager daemon smithi047.jescqm is now available 2024-09-10T04:20:40.872 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:40 smithi047 bash[19880]: audit 2024-09-10T04:20:39.876954+0000 mon.smithi047 (mon.0) 93 : audit [DBG] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:20:40.873 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:40 smithi047 bash[19880]: audit 2024-09-10T04:20:39.876954+0000 mon.smithi047 (mon.0) 93 : audit [DBG] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:20:40.873 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:40 smithi047 bash[19880]: audit 2024-09-10T04:20:39.892558+0000 mon.smithi047 (mon.0) 94 : audit [INF] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi047.jescqm/mirror_snapshot_schedule"} : dispatch 2024-09-10T04:20:40.873 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:40 smithi047 bash[19880]: audit 2024-09-10T04:20:39.892558+0000 mon.smithi047 (mon.0) 94 : audit [INF] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi047.jescqm/mirror_snapshot_schedule"} : dispatch 2024-09-10T04:20:40.873 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:40 smithi047 bash[19880]: audit 2024-09-10T04:20:39.895834+0000 mon.smithi047 (mon.0) 95 : audit [INF] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi047.jescqm/trash_purge_schedule"} : dispatch 2024-09-10T04:20:40.873 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:40 smithi047 bash[19880]: audit 2024-09-10T04:20:39.895834+0000 mon.smithi047 (mon.0) 95 : audit [INF] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi047.jescqm/trash_purge_schedule"} : dispatch 2024-09-10T04:20:40.873 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:40 smithi047 bash[19880]: cluster 2024-09-10T04:20:40.438393+0000 mon.smithi047 (mon.0) 96 : cluster [DBG] mgrmap e11: smithi047.jescqm(active, since 1.00882s) 2024-09-10T04:20:40.873 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:40 smithi047 bash[19880]: cluster 2024-09-10T04:20:40.438393+0000 mon.smithi047 (mon.0) 96 : cluster [DBG] mgrmap e11: smithi047.jescqm(active, since 1.00882s) 2024-09-10T04:20:41.021 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout { 2024-09-10T04:20:41.021 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-09-10T04:20:41.022 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "initialized": true 2024-09-10T04:20:41.022 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout } 2024-09-10T04:20:41.022 INFO:teuthology.orchestra.run.smithi047.stdout:mgr epoch 9 is available 2024-09-10T04:20:41.022 INFO:teuthology.orchestra.run.smithi047.stdout:Using certmgr to generate dashboard self-signed certificate... 2024-09-10T04:20:41.743 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:41 smithi047 bash[19880]: audit 2024-09-10T04:20:40.440185+0000 mgr.smithi047.jescqm (mgr.14164) 1 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-09-10T04:20:41.743 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:41 smithi047 bash[19880]: audit 2024-09-10T04:20:40.440185+0000 mgr.smithi047.jescqm (mgr.14164) 1 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-09-10T04:20:41.744 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:41 smithi047 bash[19880]: audit 2024-09-10T04:20:40.454394+0000 mgr.smithi047.jescqm (mgr.14164) 2 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-09-10T04:20:41.744 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:41 smithi047 bash[19880]: audit 2024-09-10T04:20:40.454394+0000 mgr.smithi047.jescqm (mgr.14164) 2 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-09-10T04:20:42.873 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:42 smithi047 bash[19880]: cluster 2024-09-10T04:20:41.489185+0000 mon.smithi047 (mon.0) 97 : cluster [DBG] mgrmap e12: smithi047.jescqm(active, since 2s) 2024-09-10T04:20:42.873 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:42 smithi047 bash[19880]: cluster 2024-09-10T04:20:41.489185+0000 mon.smithi047 (mon.0) 97 : cluster [DBG] mgrmap e12: smithi047.jescqm(active, since 2s) 2024-09-10T04:20:42.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:42 smithi047 bash[19880]: cephadm 2024-09-10T04:20:41.624075+0000 mgr.smithi047.jescqm (mgr.14164) 3 : cephadm [INF] [10/Sep/2024:04:20:41] ENGINE Bus STARTING 2024-09-10T04:20:42.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:42 smithi047 bash[19880]: cephadm 2024-09-10T04:20:41.624075+0000 mgr.smithi047.jescqm (mgr.14164) 3 : cephadm [INF] [10/Sep/2024:04:20:41] ENGINE Bus STARTING 2024-09-10T04:20:42.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:42 smithi047 bash[19880]: cephadm 2024-09-10T04:20:41.749518+0000 mgr.smithi047.jescqm (mgr.14164) 4 : cephadm [INF] [10/Sep/2024:04:20:41] ENGINE Serving on https://172.21.15.47:7150 2024-09-10T04:20:42.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:42 smithi047 bash[19880]: cephadm 2024-09-10T04:20:41.749518+0000 mgr.smithi047.jescqm (mgr.14164) 4 : cephadm [INF] [10/Sep/2024:04:20:41] ENGINE Serving on https://172.21.15.47:7150 2024-09-10T04:20:42.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:42 smithi047 bash[19880]: cephadm 2024-09-10T04:20:41.753138+0000 mgr.smithi047.jescqm (mgr.14164) 5 : cephadm [ERR] [10/Sep/2024:04:20:41] ENGINE Error in HTTPServer.serve 2024-09-10T04:20:42.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:42 smithi047 bash[19880]: Traceback (most recent call last): 2024-09-10T04:20:42.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:42 smithi047 bash[19880]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T04:20:42.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:42 smithi047 bash[19880]: self._connections.run(self.expiration_interval) 2024-09-10T04:20:42.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:42 smithi047 bash[19880]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T04:20:42.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:42 smithi047 bash[19880]: self._run(expiration_interval) 2024-09-10T04:20:42.875 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:42 smithi047 bash[19880]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T04:20:42.875 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:42 smithi047 bash[19880]: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T04:20:42.875 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:42 smithi047 bash[19880]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T04:20:42.875 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:42 smithi047 bash[19880]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T04:20:42.875 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:42 smithi047 bash[19880]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T04:20:42.875 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:42 smithi047 bash[19880]: s = self.context.wrap_socket( 2024-09-10T04:20:42.875 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:42 smithi047 bash[19880]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T04:20:42.875 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:42 smithi047 bash[19880]: return self.sslsocket_class._create( 2024-09-10T04:20:42.875 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:42 smithi047 bash[19880]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T04:20:42.875 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:42 smithi047 bash[19880]: self.do_handshake() 2024-09-10T04:20:42.875 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:42 smithi047 bash[19880]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T04:20:42.875 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:42 smithi047 bash[19880]: self._sslobj.do_handshake() 2024-09-10T04:20:42.875 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:42 smithi047 bash[19880]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T04:20:42.876 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:42 smithi047 bash[19880]: cephadm 2024-09-10T04:20:41.753138+0000 mgr.smithi047.jescqm (mgr.14164) 5 : cephadm [ERR] [10/Sep/2024:04:20:41] ENGINE Error in HTTPServer.serve 2024-09-10T04:20:42.876 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:42 smithi047 bash[19880]: Traceback (most recent call last): 2024-09-10T04:20:42.876 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:42 smithi047 bash[19880]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T04:20:42.876 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:42 smithi047 bash[19880]: self._connections.run(self.expiration_interval) 2024-09-10T04:20:42.876 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:42 smithi047 bash[19880]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T04:20:42.876 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:42 smithi047 bash[19880]: self._run(expiration_interval) 2024-09-10T04:20:42.876 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:42 smithi047 bash[19880]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T04:20:42.876 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:42 smithi047 bash[19880]: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T04:20:42.876 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:42 smithi047 bash[19880]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T04:20:42.876 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:42 smithi047 bash[19880]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T04:20:42.876 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:42 smithi047 bash[19880]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T04:20:42.877 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:42 smithi047 bash[19880]: s = self.context.wrap_socket( 2024-09-10T04:20:42.877 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:42 smithi047 bash[19880]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T04:20:42.877 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:42 smithi047 bash[19880]: return self.sslsocket_class._create( 2024-09-10T04:20:42.877 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:42 smithi047 bash[19880]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T04:20:42.877 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:42 smithi047 bash[19880]: self.do_handshake() 2024-09-10T04:20:42.877 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:42 smithi047 bash[19880]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T04:20:42.877 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:42 smithi047 bash[19880]: self._sslobj.do_handshake() 2024-09-10T04:20:42.877 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:42 smithi047 bash[19880]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T04:20:42.877 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:42 smithi047 bash[19880]: cephadm 2024-09-10T04:20:41.850915+0000 mgr.smithi047.jescqm (mgr.14164) 6 : cephadm [INF] [10/Sep/2024:04:20:41] ENGINE Serving on http://172.21.15.47:8765 2024-09-10T04:20:42.877 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:42 smithi047 bash[19880]: cephadm 2024-09-10T04:20:41.850915+0000 mgr.smithi047.jescqm (mgr.14164) 6 : cephadm [INF] [10/Sep/2024:04:20:41] ENGINE Serving on http://172.21.15.47:8765 2024-09-10T04:20:42.877 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:42 smithi047 bash[19880]: cephadm 2024-09-10T04:20:41.851106+0000 mgr.smithi047.jescqm (mgr.14164) 7 : cephadm [INF] [10/Sep/2024:04:20:41] ENGINE Bus STARTED 2024-09-10T04:20:42.877 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:42 smithi047 bash[19880]: cephadm 2024-09-10T04:20:41.851106+0000 mgr.smithi047.jescqm (mgr.14164) 7 : cephadm [INF] [10/Sep/2024:04:20:41] ENGINE Bus STARTED 2024-09-10T04:20:43.750 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:43 smithi047 bash[19880]: audit 2024-09-10T04:20:42.282739+0000 mgr.smithi047.jescqm (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-10T04:20:43.751 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:43 smithi047 bash[19880]: audit 2024-09-10T04:20:42.282739+0000 mgr.smithi047.jescqm (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-10T04:20:44.216 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout {"cert": "-----BEGIN CERTIFICATE-----\nMIIE+zCCAuOgAwIBAgIUQ53y7fmo8InGnS7Vk1Ybp2JWoH0wDQYJKoZIhvcNAQEL\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMDA0MjA0M1oXDTM0\nMDkxMTA0MjA0M1owFzEVMBMGA1UEAwwMMTcyLjIxLjE1LjQ3MIICIjANBgkqhkiG\n9w0BAQEFAAOCAg8AMIICCgKCAgEA1k6uysWjbRDbSdrt1GLdmYOR/39NFvPa/znT\nrnDN5iXXBmzjyR4LzObgZspjtbfiHVA9TLy05pm1wQi605a+F8GQ+s5AxsPgpb/v\ncOmW8i6+z4HfgatKojK/uKmWYVFyHl3ADm0VsRFiFZDD0Jfnaz8BtFPtJnpcyeNI\ndB0tjDMV+ro6NMl/DRmsUhZvgoJaZrIsXE4gddLz+Hxblu3YCPreycYVDkFSFpjQ\n+NcLp7y/hTAB8Sm2neKGWccu1fXI6Y8rtTKrFjX1MHS8B+qELZ8ruM+VoxU1poho\nmrSqLkzUuD/GVe9mZ7jHQ7bxcL0Lbv4A2mvwBf4oCUSpMVJJUUNgORU+XZxJi2b9\nwBvLNpVqsX3FifFqQ6L5kBoBx1XJAV+ULRbvsa6hCFrr1MoI+i/43a1M4+Z5gW1v\nl+gea93GAYok1VOLhOsNTn8tB3GiG943eNqk6flys9QlftFr1lZM+/C9RhX+e0Wy\nygvQzZWsp4F1ongeMI9LV2k+a1J15+yfn/FMu6pf3cQw6aV/nG1FyfANMMkpdzBD\nCr1k6QYRj31GLlJaeZZde/Yg3UvgfdZrfEQnmcjU6eIoJZ7vJpIqW3yoBvHoKBXu\nULaGcc9dHHPWafe0NSWxSJPTiLBJlEEQ32r3wu32HlgjUFArjeKzMDnkAf2Gyd7E\n2eKOTVMCAwEAAaM/MD0wLQYDVR0RBCYwJIIJc21pdGhpMDQ3ghFkYXNoYm9hcmRf\nc2VydmVyc4cErBUPLzAMBgNVHRMBAf8EAjAAMA0GCSqGSIb3DQEBCwUAA4ICAQCo\ncOI/tSiYwDScMkSXGo81ZbVTut/Hl60zoB0yJx0kDCCcyf0wpOcsM5HeXWgIoLJB\nDCHcm56XxWZj4/qcbk8v97ulJzA5R4LtFRUvNjqmRR35DDXq5100Wd8CwpIF1WPG\nA1Dcba02/fw4Z8lnYPDePsiypFNFsUeUdvHdQl/68FOMZWVK0NZIxCm/5ifWHnTU\nWQFHqy3sVT11yYHnpzp+QbNTdepZT4PO9Rr0RO0MmWxzEQJcoJaI+qfazfi6MNsw\nDXUbDd69fOz3ySqDHfDYepCJwQ7qEP3H2X3kavvU2YwIhrq5cSTIBhkG9CggrFYd\nQyschxHbbU1KYUWgNXOtYhcoc+lDv9kzlS8eddGC+Y2btz7SPAUeTd2lMxBThbE1\nl6W1zl5iD2sr2fZtyA9WSTzdNqSBJ3JFqQHyh29+XfI1K5B796f9Rri5idG9MYgC\nqoDhVmeP6QaFywdItirQDSA1RjomNPNW8y8z85lpVx0S9uGLNHXDNfqwCQYQQjeB\n83l+IiUUG6oEbVKATWk4k1RjPSskrBjlz6eMrF9yLmmVEcILGQEvZFk4Rryms2o9\nWOo/+q6oLGA3FS3fI0BPDZ4BVZXCe24Y+zxS+hCqJt0OBHLUGQLpbG1FF83LOmpJ\nEVJc0uyj4D51Xt+WawKkrtFI6YymwQZTl1WvCO76Lw==\n-----END CERTIFICATE-----\n", "key": "-----BEGIN RSA PRIVATE KEY-----\nMIIJJwIBAAKCAgEA1k6uysWjbRDbSdrt1GLdmYOR/39NFvPa/znTrnDN5iXXBmzj\nyR4LzObgZspjtbfiHVA9TLy05pm1wQi605a+F8GQ+s5AxsPgpb/vcOmW8i6+z4Hf\ngatKojK/uKmWYVFyHl3ADm0VsRFiFZDD0Jfnaz8BtFPtJnpcyeNIdB0tjDMV+ro6\nNMl/DRmsUhZvgoJaZrIsXE4gddLz+Hxblu3YCPreycYVDkFSFpjQ+NcLp7y/hTAB\n8Sm2neKGWccu1fXI6Y8rtTKrFjX1MHS8B+qELZ8ruM+VoxU1pohomrSqLkzUuD/G\nVe9mZ7jHQ7bxcL0Lbv4A2mvwBf4oCUSpMVJJUUNgORU+XZxJi2b9wBvLNpVqsX3F\nifFqQ6L5kBoBx1XJAV+ULRbvsa6hCFrr1MoI+i/43a1M4+Z5gW1vl+gea93GAYok\n1VOLhOsNTn8tB3GiG943eNqk6flys9QlftFr1lZM+/C9RhX+e0WyygvQzZWsp4F1\nongeMI9LV2k+a1J15+yfn/FMu6pf3cQw6aV/nG1FyfANMMkpdzBDCr1k6QYRj31G\nLlJaeZZde/Yg3UvgfdZrfEQnmcjU6eIoJZ7vJpIqW3yoBvHoKBXuULaGcc9dHHPW\nafe0NSWxSJPTiLBJlEEQ32r3wu32HlgjUFArjeKzMDnkAf2Gyd7E2eKOTVMCAwEA\nAQKCAgBSCw5Ul4QgsXbaF+O7ztuaNSnz/8bB9jpNQlSdMBdLOApRLeeoa4XF/E9F\nWs8AVvTMFxdYpNe2fnr7+v0XGtsMWjDIK6TV01BR9CBVAEAm2Cl5ZHVt/WcVoEsQ\nhXAKMrV3FZn8i9tljcuYiPLGDRltz9G1uPmNpQOX0JjAxxjUVwxfj+LPqaInoD/9\nrxQiiQfVz/k2nzxDDy8SXn1r0wNFMNGQunH+IpisCPXbhewy24oQkZf0vOzqFbos\nbZorFCzF6Wcot8yStLZ4xf/kIe5XTtvcpS/anriK2Cb/rxGFpyk6nkOuS3fPVoiG\njmdxKxZQ+BHYjMD3clzea3hAZwmkzJWrNI4kWeehvkBeVUMVPtIaOzc7LwnbALIY\n/kpHjwTxPOqWnX9KlLIfzEVHxkXzim9BxnvqbUcgG+J/UHXOCzsy3azfLQqt1INo\nLCqh1G10ntKbWymd1Ta0daPWHMWYgqM94J9XhSTYuggKWnmWxSkm8cP+nRa1Srrc\n+2qVbACViyYTfo6ZdGdiGIfREuqgAKT0pQMz+/Tp5xHHKCFGjzFKcBg/6Rm1Ri+K\nLM2+42NztdiGk0tOjulDwgswq0CZL+mG0JTIucOmFSmebmUTV/jvMWrRrSZkhfGR\nwBLyiEYTopsvHDzI/05isr6RXSXJPoIi5FLYY0mj3BZGQ0cWoQKCAQEA9YPz5fSE\nzVXyJHI6MciR327z2pbVsgf/fXH0yAJKJ564yysBUT3IhmmXx2kQE1FjiSq/SUth\nMQ0OElBZpzroJ94r/86D0WuZ1LH+WBhXrE/xO12YEeBuEW4W4LEVaIHzz+0tSyuu\nB7ee1cyyyANpIhHYJJ1OBuyVe9cIkepOP6ckWeyv9Ie8P113CQdqhM62cM6OFIje\n8E/bzXfwEaEk9QA6XN5MxNMymyghVI0nU+BMtM7tpXrolub9lZ+baRZdk53Y4nOc\nGsd1Uhz4dyaU4rpwlKMsVV6wFtPG5iC7xQxqYG6MbLagBY/WlG2cFnAPWFoVEgtk\nLefTgHLiODBX4QKCAQEA33WN1hTBDJSosaJY75UQKiQn/Cbo39VCR2JBRpuvbevq\n0kvxXJHOBBgcLJZsyOcL9kmDIyP2qLG7u/Jhr3pTrWdUpCZILubLpLPxk3BF44U0\nLbu65q8zGecEIptoJ1gPHzRR4pvXhs/QOtpzLCa4peicQ7g4g7B7Z7FOqOMFGslm\nzPrgJSdmXvnduEKV+ykd07lF2NW9BIGx/zne6k69hs1PS+VrX2cFMLzbiIC1whpA\nJdQKDuNyDHLgrd1jyN76sLMFVp2u9U5HXXb00Ii5t39+Q40aDg/FrFg9/Lo3oTDz\ncfgVCI0ByVIqBSG40epn5qj8Jx6J5xaxieHuBIA7swKCAQB8zSCUCiHfxwqZoD8Y\nw13zeBEZUoc6QnqLJ/xIF3Hehf5luGypAYEHYnG2+h8j0sGIHmSyO1EigAJhKNsJ\n+RW9/l/bXvz+3XWK+xfRbD5U5yY3CTKeE7mfvph+i0XYpAZt8aCOj5udbKefArj2\nl1U/7lYy9ouNVYH/O6Wtlq9ECBCgbYJcCQuWIkq6Gjz5WaK/4R+0LIc3HUEcRxWP\nwJxqtjz0rEPV4Y3d9R5MPpx5NJGJb466Capl2vGYt1NmrenPefOf2SjHLBDlNrjO\nyJvyTNehlviYRNO6Jtj6bjVEyzTf5BIZyRO7AA0R0k3/0eLbBJ+lVokMFMYci0mX\nSmvBAoIBAHm2HbstMrkXf4rBUo+sMVHCv8SnrM+96IvZCJTc14CXrx88Hgq9n+i6\n+R2QEVCcB/ftsm/BdugLZqXIL0zU5B7e2UtPTqG9M85R9JLJ5Ec4lmMSjYp4guzo\n12fCHcjQPexRIwi6uXnEVza3JWQ28vvq5rI79QxFY/HmsWFrxawBZuze+JdEDo5M\nqmdiXS6gBo77qv+f64Q44CqT6sbUfIaf7UD5hLJB+qHBPBHtiRJgGfCAvbm+SLBf\nIeGRZHhUe1cjKxUybclPCa/uywmKbx1zY+KHSFnAXXqx1ZGCHCq/7tl0toAhzYdK\nKXkCFRjBBDaudCkaiSJFSg4/8NSiw+ECggEARiduO3w1CzH1CedCwQUvgykUtFUr\no62/jngk9PpAPZzskTbke3JTXO1ruYT/l27iaH5SSZIVZ1V6o59of3paoJMEbplc\n2degXQ7EO9d5eWg/l0z8zRB4mfp1Ui4qv65m9E0raGjUwNXSL+6eL/6zzfIjIicm\nMOBvHzCgbNvRudVTH+KgRm8QrmbHO+Mkd2Qd1RNnFDD5iWw3X9Guh3eCaafjU8mG\n+o8NNyr1fcJ70FnUOace1420GH3dyXXRJozBAut/P/REL/Ykajzw1mUWL0fvQUFl\n/oFW5uQC1fsQCB6D2MmEhT3NFPzBtEFxw+VLwcUi5NLU8g9ofQ4YZyZHag==\n-----END RSA PRIVATE KEY-----\n"} 2024-09-10T04:20:46.076 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout SSL certificate updated 2024-09-10T04:20:46.853 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:46 smithi047 bash[19880]: audit 2024-09-10T04:20:45.578133+0000 mgr.smithi047.jescqm (mgr.14164) 9 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:20:46.854 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:46 smithi047 bash[19880]: audit 2024-09-10T04:20:45.578133+0000 mgr.smithi047.jescqm (mgr.14164) 9 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:20:46.854 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:46 smithi047 bash[19880]: audit 2024-09-10T04:20:45.583317+0000 mon.smithi047 (mon.0) 98 : audit [INF] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' 2024-09-10T04:20:46.854 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:46 smithi047 bash[19880]: audit 2024-09-10T04:20:45.583317+0000 mon.smithi047 (mon.0) 98 : audit [INF] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' 2024-09-10T04:20:47.951 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout SSL certificate key updated 2024-09-10T04:20:47.951 INFO:teuthology.orchestra.run.smithi047.stdout:Creating initial admin user... 2024-09-10T04:20:48.030 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:47 smithi047 bash[19880]: audit 2024-09-10T04:20:46.737083+0000 mon.smithi047 (mon.0) 99 : audit [INF] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' 2024-09-10T04:20:48.030 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:47 smithi047 bash[19880]: audit 2024-09-10T04:20:46.737083+0000 mon.smithi047 (mon.0) 99 : audit [INF] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' 2024-09-10T04:20:48.030 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:47 smithi047 bash[19880]: audit 2024-09-10T04:20:47.395355+0000 mon.smithi047 (mon.0) 100 : audit [INF] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' 2024-09-10T04:20:48.030 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:47 smithi047 bash[19880]: audit 2024-09-10T04:20:47.395355+0000 mon.smithi047 (mon.0) 100 : audit [INF] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' 2024-09-10T04:20:49.122 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:48 smithi047 bash[19880]: audit 2024-09-10T04:20:47.383427+0000 mgr.smithi047.jescqm (mgr.14164) 10 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:20:49.122 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:48 smithi047 bash[19880]: audit 2024-09-10T04:20:47.383427+0000 mgr.smithi047.jescqm (mgr.14164) 10 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:20:49.122 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:48 smithi047 bash[19880]: audit 2024-09-10T04:20:47.874723+0000 mon.smithi047 (mon.0) 101 : audit [INF] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' 2024-09-10T04:20:49.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:48 smithi047 bash[19880]: audit 2024-09-10T04:20:47.874723+0000 mon.smithi047 (mon.0) 101 : audit [INF] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' 2024-09-10T04:20:50.129 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$b6Si7LRL4Ok.kVCoHReZ2.iWfPl5udkNHtMFro5NOshiuwIYjd9nq", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1725942049, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-09-10T04:20:50.129 INFO:teuthology.orchestra.run.smithi047.stdout:Fetching dashboard port number... 2024-09-10T04:20:50.872 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:50 smithi047 bash[19880]: audit 2024-09-10T04:20:49.335341+0000 mgr.smithi047.jescqm (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-10T04:20:50.872 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:50 smithi047 bash[19880]: audit 2024-09-10T04:20:49.335341+0000 mgr.smithi047.jescqm (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-10T04:20:50.872 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:50 smithi047 bash[19880]: audit 2024-09-10T04:20:49.592157+0000 mon.smithi047 (mon.0) 102 : audit [INF] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' 2024-09-10T04:20:50.872 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:50 smithi047 bash[19880]: audit 2024-09-10T04:20:49.592157+0000 mon.smithi047 (mon.0) 102 : audit [INF] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' 2024-09-10T04:20:51.872 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:51 smithi047 bash[19880]: audit 2024-09-10T04:20:51.424146+0000 mon.smithi047 (mon.0) 103 : audit [DBG] from='client.? 172.21.15.47:0/1645787405' entity='client.admin' cmd={"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"} : dispatch 2024-09-10T04:20:51.872 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:51 smithi047 bash[19880]: audit 2024-09-10T04:20:51.424146+0000 mon.smithi047 (mon.0) 103 : audit [DBG] from='client.? 172.21.15.47:0/1645787405' entity='client.admin' cmd={"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"} : dispatch 2024-09-10T04:20:51.948 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout 8443 2024-09-10T04:20:51.948 INFO:teuthology.orchestra.run.smithi047.stdout:firewalld does not appear to be present 2024-09-10T04:20:51.948 INFO:teuthology.orchestra.run.smithi047.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-09-10T04:20:51.951 INFO:teuthology.orchestra.run.smithi047.stdout:Ceph Dashboard is now available at: 2024-09-10T04:20:51.951 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-09-10T04:20:51.952 INFO:teuthology.orchestra.run.smithi047.stdout: URL: https://smithi047.front.sepia.ceph.com:8443/ 2024-09-10T04:20:51.952 INFO:teuthology.orchestra.run.smithi047.stdout: User: admin 2024-09-10T04:20:51.952 INFO:teuthology.orchestra.run.smithi047.stdout: Password: 78c3u9tee2 2024-09-10T04:20:51.952 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-09-10T04:20:51.952 INFO:teuthology.orchestra.run.smithi047.stdout:Saving cluster configuration to /var/lib/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/config directory 2024-09-10T04:20:52.872 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:52 smithi047 bash[19880]: cluster 2024-09-10T04:20:51.597094+0000 mon.smithi047 (mon.0) 104 : cluster [DBG] mgrmap e13: smithi047.jescqm(active, since 12s) 2024-09-10T04:20:52.872 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:52 smithi047 bash[19880]: cluster 2024-09-10T04:20:51.597094+0000 mon.smithi047 (mon.0) 104 : cluster [DBG] mgrmap e13: smithi047.jescqm(active, since 12s) 2024-09-10T04:20:54.091 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-09-10T04:20:54.091 INFO:teuthology.orchestra.run.smithi047.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-09-10T04:20:54.091 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-09-10T04:20:54.091 INFO:teuthology.orchestra.run.smithi047.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid b165ca24-6f2b-11ef-bcea-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-09-10T04:20:54.091 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-09-10T04:20:54.091 INFO:teuthology.orchestra.run.smithi047.stdout:Or, if you are only running a single cluster on this host: 2024-09-10T04:20:54.091 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-09-10T04:20:54.091 INFO:teuthology.orchestra.run.smithi047.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-09-10T04:20:54.091 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-09-10T04:20:54.091 INFO:teuthology.orchestra.run.smithi047.stdout:Please consider enabling telemetry to help improve Ceph: 2024-09-10T04:20:54.091 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-09-10T04:20:54.091 INFO:teuthology.orchestra.run.smithi047.stdout: ceph telemetry on 2024-09-10T04:20:54.092 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-09-10T04:20:54.092 INFO:teuthology.orchestra.run.smithi047.stdout:For more information see: 2024-09-10T04:20:54.092 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-09-10T04:20:54.092 INFO:teuthology.orchestra.run.smithi047.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-09-10T04:20:54.092 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-09-10T04:20:54.092 INFO:teuthology.orchestra.run.smithi047.stdout:Bootstrap complete. 2024-09-10T04:20:54.127 INFO:tasks.cephadm:Fetching config... 2024-09-10T04:20:54.128 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2024-09-10T04:20:54.128 DEBUG:teuthology.orchestra.run.smithi047:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-09-10T04:20:54.132 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-09-10T04:20:54.133 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2024-09-10T04:20:54.133 DEBUG:teuthology.orchestra.run.smithi047:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-09-10T04:20:54.178 INFO:tasks.cephadm:Fetching mon keyring... 2024-09-10T04:20:54.178 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2024-09-10T04:20:54.178 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd if=/var/lib/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/mon.smithi047/keyring of=/dev/stdout 2024-09-10T04:20:54.230 INFO:tasks.cephadm:Fetching pub ssh key... 2024-09-10T04:20:54.231 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2024-09-10T04:20:54.231 DEBUG:teuthology.orchestra.run.smithi047:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-09-10T04:20:54.277 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-09-10T04:20:54.277 DEBUG:teuthology.orchestra.run.smithi047:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDvwUaUzLaGvBslvkE14GqhTys4fQ6wVMJpS8+/TOT1du/8rZgTw0ryPF0WinWC6KEzAokIkBRsyic+WjAp1w7ST5+fSWPmOp2rtENWIRz/+HdEb1SFUb9eekQoYYNSW/nc/OwseRu5/U4Y8wj4sD8ovN/tvbzK52eLI7sQ+hWJc0hsp2XuXgQNfcAN0PT9syjI9xW0phy+7Yxen6ektcrxsrMW50vyz+YUz9kGe1puL3GbIcYRMMz7HR9CTG63JmOC+uC1SpbiMG2oUqHx7jZqHgKUaCfvmqctWUCsI5cLBOkxXas6hHQtFLhB0VZ19l9FSkb76Qgs3U+5dV1w4liMXBzlBhPc5wf6s+2KD3qGeYMBpMBG0s0q2SdENDBy5kpSoNMOXBLNVG4MM2fd0VrKcroVxgS1SA17GDoHFKH99IgcDiFDA28DwIzlojSzLqKhvsOcjvrZUyDdhLrdsFPvAfQelm2/mhyHusDfEEpblZQPOrU6URGuVaqsBkjQlR8= ceph-b165ca24-6f2b-11ef-bcea-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-10T04:20:54.338 INFO:teuthology.orchestra.run.smithi047.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDvwUaUzLaGvBslvkE14GqhTys4fQ6wVMJpS8+/TOT1du/8rZgTw0ryPF0WinWC6KEzAokIkBRsyic+WjAp1w7ST5+fSWPmOp2rtENWIRz/+HdEb1SFUb9eekQoYYNSW/nc/OwseRu5/U4Y8wj4sD8ovN/tvbzK52eLI7sQ+hWJc0hsp2XuXgQNfcAN0PT9syjI9xW0phy+7Yxen6ektcrxsrMW50vyz+YUz9kGe1puL3GbIcYRMMz7HR9CTG63JmOC+uC1SpbiMG2oUqHx7jZqHgKUaCfvmqctWUCsI5cLBOkxXas6hHQtFLhB0VZ19l9FSkb76Qgs3U+5dV1w4liMXBzlBhPc5wf6s+2KD3qGeYMBpMBG0s0q2SdENDBy5kpSoNMOXBLNVG4MM2fd0VrKcroVxgS1SA17GDoHFKH99IgcDiFDA28DwIzlojSzLqKhvsOcjvrZUyDdhLrdsFPvAfQelm2/mhyHusDfEEpblZQPOrU6URGuVaqsBkjQlR8= ceph-b165ca24-6f2b-11ef-bcea-c7b262605968 2024-09-10T04:20:54.347 DEBUG:teuthology.orchestra.run.smithi149:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDvwUaUzLaGvBslvkE14GqhTys4fQ6wVMJpS8+/TOT1du/8rZgTw0ryPF0WinWC6KEzAokIkBRsyic+WjAp1w7ST5+fSWPmOp2rtENWIRz/+HdEb1SFUb9eekQoYYNSW/nc/OwseRu5/U4Y8wj4sD8ovN/tvbzK52eLI7sQ+hWJc0hsp2XuXgQNfcAN0PT9syjI9xW0phy+7Yxen6ektcrxsrMW50vyz+YUz9kGe1puL3GbIcYRMMz7HR9CTG63JmOC+uC1SpbiMG2oUqHx7jZqHgKUaCfvmqctWUCsI5cLBOkxXas6hHQtFLhB0VZ19l9FSkb76Qgs3U+5dV1w4liMXBzlBhPc5wf6s+2KD3qGeYMBpMBG0s0q2SdENDBy5kpSoNMOXBLNVG4MM2fd0VrKcroVxgS1SA17GDoHFKH99IgcDiFDA28DwIzlojSzLqKhvsOcjvrZUyDdhLrdsFPvAfQelm2/mhyHusDfEEpblZQPOrU6URGuVaqsBkjQlR8= ceph-b165ca24-6f2b-11ef-bcea-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-10T04:20:54.372 INFO:teuthology.orchestra.run.smithi149.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDvwUaUzLaGvBslvkE14GqhTys4fQ6wVMJpS8+/TOT1du/8rZgTw0ryPF0WinWC6KEzAokIkBRsyic+WjAp1w7ST5+fSWPmOp2rtENWIRz/+HdEb1SFUb9eekQoYYNSW/nc/OwseRu5/U4Y8wj4sD8ovN/tvbzK52eLI7sQ+hWJc0hsp2XuXgQNfcAN0PT9syjI9xW0phy+7Yxen6ektcrxsrMW50vyz+YUz9kGe1puL3GbIcYRMMz7HR9CTG63JmOC+uC1SpbiMG2oUqHx7jZqHgKUaCfvmqctWUCsI5cLBOkxXas6hHQtFLhB0VZ19l9FSkb76Qgs3U+5dV1w4liMXBzlBhPc5wf6s+2KD3qGeYMBpMBG0s0q2SdENDBy5kpSoNMOXBLNVG4MM2fd0VrKcroVxgS1SA17GDoHFKH99IgcDiFDA28DwIzlojSzLqKhvsOcjvrZUyDdhLrdsFPvAfQelm2/mhyHusDfEEpblZQPOrU6URGuVaqsBkjQlR8= ceph-b165ca24-6f2b-11ef-bcea-c7b262605968 2024-09-10T04:20:54.381 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b165ca24-6f2b-11ef-bcea-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-09-10T04:20:54.872 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:54 smithi047 bash[19880]: audit 2024-09-10T04:20:53.459431+0000 mon.smithi047 (mon.0) 105 : audit [INF] from='client.? 172.21.15.47:0/2001508335' entity='client.admin' 2024-09-10T04:20:54.872 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:20:54 smithi047 bash[19880]: audit 2024-09-10T04:20:53.459431+0000 mon.smithi047 (mon.0) 105 : audit [INF] from='client.? 172.21.15.47:0/2001508335' entity='client.admin' 2024-09-10T04:21:00.266 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/mon.smithi047/config 2024-09-10T04:21:01.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:00 smithi047 bash[19880]: cluster 2024-09-10T04:20:59.441911+0000 mgr.smithi047.jescqm (mgr.14164) 12 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:21:01.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:00 smithi047 bash[19880]: cluster 2024-09-10T04:20:59.441911+0000 mgr.smithi047.jescqm (mgr.14164) 12 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:21:01.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:00 smithi047 bash[19880]: audit 2024-09-10T04:20:59.883641+0000 mon.smithi047 (mon.0) 106 : audit [INF] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' 2024-09-10T04:21:01.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:00 smithi047 bash[19880]: audit 2024-09-10T04:20:59.883641+0000 mon.smithi047 (mon.0) 106 : audit [INF] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' 2024-09-10T04:21:01.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:00 smithi047 bash[19880]: audit 2024-09-10T04:20:59.889589+0000 mon.smithi047 (mon.0) 107 : audit [INF] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' 2024-09-10T04:21:01.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:00 smithi047 bash[19880]: audit 2024-09-10T04:20:59.889589+0000 mon.smithi047 (mon.0) 107 : audit [INF] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' 2024-09-10T04:21:01.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:00 smithi047 bash[19880]: audit 2024-09-10T04:20:59.891825+0000 mon.smithi047 (mon.0) 108 : audit [INF] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' cmd={"prefix": "config rm", "who": "osd/host:smithi047", "name": "osd_memory_target"} : dispatch 2024-09-10T04:21:01.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:00 smithi047 bash[19880]: audit 2024-09-10T04:20:59.891825+0000 mon.smithi047 (mon.0) 108 : audit [INF] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' cmd={"prefix": "config rm", "who": "osd/host:smithi047", "name": "osd_memory_target"} : dispatch 2024-09-10T04:21:01.124 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:00 smithi047 bash[19880]: audit 2024-09-10T04:20:59.898263+0000 mon.smithi047 (mon.0) 109 : audit [INF] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' 2024-09-10T04:21:01.124 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:00 smithi047 bash[19880]: audit 2024-09-10T04:20:59.898263+0000 mon.smithi047 (mon.0) 109 : audit [INF] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' 2024-09-10T04:21:01.124 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:00 smithi047 bash[19880]: audit 2024-09-10T04:20:59.901659+0000 mon.smithi047 (mon.0) 110 : audit [INF] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi047", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]} : dispatch 2024-09-10T04:21:01.124 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:00 smithi047 bash[19880]: audit 2024-09-10T04:20:59.901659+0000 mon.smithi047 (mon.0) 110 : audit [INF] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi047", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]} : dispatch 2024-09-10T04:21:01.124 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:00 smithi047 bash[19880]: audit 2024-09-10T04:20:59.903007+0000 mon.smithi047 (mon.0) 111 : audit [INF] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi047", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2024-09-10T04:21:01.124 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:00 smithi047 bash[19880]: audit 2024-09-10T04:20:59.903007+0000 mon.smithi047 (mon.0) 111 : audit [INF] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi047", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2024-09-10T04:21:01.124 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:00 smithi047 bash[19880]: audit 2024-09-10T04:20:59.906206+0000 mon.smithi047 (mon.0) 112 : audit [DBG] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:21:01.124 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:00 smithi047 bash[19880]: audit 2024-09-10T04:20:59.906206+0000 mon.smithi047 (mon.0) 112 : audit [DBG] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:21:01.124 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:00 smithi047 bash[19880]: cephadm 2024-09-10T04:20:59.908142+0000 mgr.smithi047.jescqm (mgr.14164) 13 : cephadm [INF] Deploying daemon ceph-exporter.smithi047 on smithi047 2024-09-10T04:21:01.124 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:00 smithi047 bash[19880]: cephadm 2024-09-10T04:20:59.908142+0000 mgr.smithi047.jescqm (mgr.14164) 13 : cephadm [INF] Deploying daemon ceph-exporter.smithi047 on smithi047 2024-09-10T04:21:02.757 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-09-10T04:21:02.758 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b165ca24-6f2b-11ef-bcea-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-09-10T04:21:02.955 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:02 smithi047 systemd[1]: /etc/systemd/system/ceph-b165ca24-6f2b-11ef-bcea-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-10T04:21:02.956 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:02 smithi047 bash[19880]: cluster 2024-09-10T04:21:01.442367+0000 mgr.smithi047.jescqm (mgr.14164) 14 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:21:02.956 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:02 smithi047 bash[19880]: cluster 2024-09-10T04:21:01.442367+0000 mgr.smithi047.jescqm (mgr.14164) 14 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:21:02.956 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:02 smithi047 bash[19880]: audit 2024-09-10T04:21:01.947842+0000 mon.smithi047 (mon.0) 113 : audit [INF] from='client.? 172.21.15.47:0/308984367' entity='client.admin' 2024-09-10T04:21:02.956 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:02 smithi047 bash[19880]: audit 2024-09-10T04:21:01.947842+0000 mon.smithi047 (mon.0) 113 : audit [INF] from='client.? 172.21.15.47:0/308984367' entity='client.admin' 2024-09-10T04:21:03.288 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:03 smithi047 systemd[1]: /etc/systemd/system/ceph-b165ca24-6f2b-11ef-bcea-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-10T04:21:04.617 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:04 smithi047 bash[19880]: audit 2024-09-10T04:21:03.233686+0000 mon.smithi047 (mon.0) 114 : audit [INF] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' 2024-09-10T04:21:04.617 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:04 smithi047 bash[19880]: audit 2024-09-10T04:21:03.233686+0000 mon.smithi047 (mon.0) 114 : audit [INF] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' 2024-09-10T04:21:04.617 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:04 smithi047 bash[19880]: audit 2024-09-10T04:21:03.236458+0000 mon.smithi047 (mon.0) 115 : audit [INF] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' 2024-09-10T04:21:04.618 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:04 smithi047 bash[19880]: audit 2024-09-10T04:21:03.236458+0000 mon.smithi047 (mon.0) 115 : audit [INF] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' 2024-09-10T04:21:04.618 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:04 smithi047 bash[19880]: audit 2024-09-10T04:21:03.238987+0000 mon.smithi047 (mon.0) 116 : audit [INF] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' 2024-09-10T04:21:04.618 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:04 smithi047 bash[19880]: audit 2024-09-10T04:21:03.238987+0000 mon.smithi047 (mon.0) 116 : audit [INF] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' 2024-09-10T04:21:04.618 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:04 smithi047 bash[19880]: audit 2024-09-10T04:21:03.241153+0000 mon.smithi047 (mon.0) 117 : audit [INF] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' 2024-09-10T04:21:04.618 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:04 smithi047 bash[19880]: audit 2024-09-10T04:21:03.241153+0000 mon.smithi047 (mon.0) 117 : audit [INF] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' 2024-09-10T04:21:04.618 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:04 smithi047 bash[19880]: audit 2024-09-10T04:21:03.242292+0000 mon.smithi047 (mon.0) 118 : audit [INF] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get-or-create", "entity": "client.crash.smithi047", "caps": ["mon", "profile crash", "mgr", "profile crash"]} : dispatch 2024-09-10T04:21:04.618 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:04 smithi047 bash[19880]: audit 2024-09-10T04:21:03.242292+0000 mon.smithi047 (mon.0) 118 : audit [INF] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get-or-create", "entity": "client.crash.smithi047", "caps": ["mon", "profile crash", "mgr", "profile crash"]} : dispatch 2024-09-10T04:21:04.618 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:04 smithi047 bash[19880]: audit 2024-09-10T04:21:03.242959+0000 mon.smithi047 (mon.0) 119 : audit [INF] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi047", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-09-10T04:21:04.618 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:04 smithi047 bash[19880]: audit 2024-09-10T04:21:03.242959+0000 mon.smithi047 (mon.0) 119 : audit [INF] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi047", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-09-10T04:21:04.618 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:04 smithi047 bash[19880]: audit 2024-09-10T04:21:03.244727+0000 mon.smithi047 (mon.0) 120 : audit [DBG] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:21:04.618 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:04 smithi047 bash[19880]: audit 2024-09-10T04:21:03.244727+0000 mon.smithi047 (mon.0) 120 : audit [DBG] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:21:04.618 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:04 smithi047 bash[19880]: cephadm 2024-09-10T04:21:03.245486+0000 mgr.smithi047.jescqm (mgr.14164) 15 : cephadm [INF] Deploying daemon crash.smithi047 on smithi047 2024-09-10T04:21:04.618 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:04 smithi047 bash[19880]: cephadm 2024-09-10T04:21:03.245486+0000 mgr.smithi047.jescqm (mgr.14164) 15 : cephadm [INF] Deploying daemon crash.smithi047 on smithi047 2024-09-10T04:21:04.618 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:04 smithi047 bash[19880]: cluster 2024-09-10T04:21:03.442809+0000 mgr.smithi047.jescqm (mgr.14164) 16 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:21:04.619 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:04 smithi047 bash[19880]: cluster 2024-09-10T04:21:03.442809+0000 mgr.smithi047.jescqm (mgr.14164) 16 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:21:05.809 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:05 smithi047 systemd[1]: /etc/systemd/system/ceph-b165ca24-6f2b-11ef-bcea-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-10T04:21:06.122 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:05 smithi047 bash[19880]: audit 2024-09-10T04:21:04.895200+0000 mon.smithi047 (mon.0) 121 : audit [INF] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' 2024-09-10T04:21:06.122 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:05 smithi047 bash[19880]: audit 2024-09-10T04:21:04.895200+0000 mon.smithi047 (mon.0) 121 : audit [INF] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' 2024-09-10T04:21:06.122 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:05 smithi047 systemd[1]: /etc/systemd/system/ceph-b165ca24-6f2b-11ef-bcea-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-10T04:21:07.093 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:06 smithi047 systemd[1]: /etc/systemd/system/ceph-b165ca24-6f2b-11ef-bcea-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-10T04:21:07.365 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:07 smithi047 bash[19880]: cluster 2024-09-10T04:21:05.443177+0000 mgr.smithi047.jescqm (mgr.14164) 17 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:21:07.365 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:07 smithi047 bash[19880]: cluster 2024-09-10T04:21:05.443177+0000 mgr.smithi047.jescqm (mgr.14164) 17 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:21:07.365 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:07 smithi047 bash[19880]: audit 2024-09-10T04:21:06.095162+0000 mon.smithi047 (mon.0) 122 : audit [INF] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' 2024-09-10T04:21:07.365 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:07 smithi047 bash[19880]: audit 2024-09-10T04:21:06.095162+0000 mon.smithi047 (mon.0) 122 : audit [INF] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' 2024-09-10T04:21:07.365 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:07 smithi047 bash[19880]: audit 2024-09-10T04:21:06.097506+0000 mon.smithi047 (mon.0) 123 : audit [INF] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' 2024-09-10T04:21:07.365 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:07 smithi047 bash[19880]: audit 2024-09-10T04:21:06.097506+0000 mon.smithi047 (mon.0) 123 : audit [INF] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' 2024-09-10T04:21:07.366 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:07 smithi047 bash[19880]: audit 2024-09-10T04:21:06.099830+0000 mon.smithi047 (mon.0) 124 : audit [INF] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' 2024-09-10T04:21:07.366 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:07 smithi047 bash[19880]: audit 2024-09-10T04:21:06.099830+0000 mon.smithi047 (mon.0) 124 : audit [INF] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' 2024-09-10T04:21:07.366 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:07 smithi047 bash[19880]: audit 2024-09-10T04:21:06.101840+0000 mon.smithi047 (mon.0) 125 : audit [INF] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' 2024-09-10T04:21:07.366 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:07 smithi047 bash[19880]: audit 2024-09-10T04:21:06.101840+0000 mon.smithi047 (mon.0) 125 : audit [INF] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' 2024-09-10T04:21:07.366 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:07 smithi047 bash[19880]: cephadm 2024-09-10T04:21:06.103121+0000 mgr.smithi047.jescqm (mgr.14164) 18 : cephadm [INF] Deploying daemon node-exporter.smithi047 on smithi047 2024-09-10T04:21:07.366 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:07 smithi047 bash[19880]: cephadm 2024-09-10T04:21:06.103121+0000 mgr.smithi047.jescqm (mgr.14164) 18 : cephadm [INF] Deploying daemon node-exporter.smithi047 on smithi047 2024-09-10T04:21:07.366 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:07 smithi047 systemd[1]: /etc/systemd/system/ceph-b165ca24-6f2b-11ef-bcea-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-10T04:21:08.536 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:08 smithi047 bash[19880]: audit 2024-09-10T04:21:07.370355+0000 mon.smithi047 (mon.0) 126 : audit [INF] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' 2024-09-10T04:21:08.537 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:08 smithi047 bash[19880]: audit 2024-09-10T04:21:07.370355+0000 mon.smithi047 (mon.0) 126 : audit [INF] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' 2024-09-10T04:21:08.537 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:08 smithi047 bash[19880]: audit 2024-09-10T04:21:07.372502+0000 mon.smithi047 (mon.0) 127 : audit [INF] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' 2024-09-10T04:21:08.537 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:08 smithi047 bash[19880]: audit 2024-09-10T04:21:07.372502+0000 mon.smithi047 (mon.0) 127 : audit [INF] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' 2024-09-10T04:21:08.537 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:08 smithi047 bash[19880]: audit 2024-09-10T04:21:07.374594+0000 mon.smithi047 (mon.0) 128 : audit [INF] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' 2024-09-10T04:21:08.537 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:08 smithi047 bash[19880]: audit 2024-09-10T04:21:07.374594+0000 mon.smithi047 (mon.0) 128 : audit [INF] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' 2024-09-10T04:21:08.537 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:08 smithi047 bash[19880]: audit 2024-09-10T04:21:07.376417+0000 mon.smithi047 (mon.0) 129 : audit [INF] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' 2024-09-10T04:21:08.537 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:08 smithi047 bash[19880]: audit 2024-09-10T04:21:07.376417+0000 mon.smithi047 (mon.0) 129 : audit [INF] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' 2024-09-10T04:21:08.537 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:08 smithi047 bash[19880]: cephadm 2024-09-10T04:21:07.384928+0000 mgr.smithi047.jescqm (mgr.14164) 19 : cephadm [INF] Deploying daemon alertmanager.smithi047 on smithi047 2024-09-10T04:21:08.537 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:08 smithi047 bash[19880]: cephadm 2024-09-10T04:21:07.384928+0000 mgr.smithi047.jescqm (mgr.14164) 19 : cephadm [INF] Deploying daemon alertmanager.smithi047 on smithi047 2024-09-10T04:21:08.537 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:08 smithi047 bash[19880]: cluster 2024-09-10T04:21:07.443480+0000 mgr.smithi047.jescqm (mgr.14164) 20 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:21:08.537 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:08 smithi047 bash[19880]: cluster 2024-09-10T04:21:07.443480+0000 mgr.smithi047.jescqm (mgr.14164) 20 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:21:09.506 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/mon.smithi047/config 2024-09-10T04:21:11.122 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:10 smithi047 bash[19880]: cluster 2024-09-10T04:21:09.443793+0000 mgr.smithi047.jescqm (mgr.14164) 21 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:21:11.122 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:10 smithi047 bash[19880]: cluster 2024-09-10T04:21:09.443793+0000 mgr.smithi047.jescqm (mgr.14164) 21 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:21:11.122 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:10 smithi047 bash[19880]: audit 2024-09-10T04:21:09.901638+0000 mon.smithi047 (mon.0) 130 : audit [INF] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' 2024-09-10T04:21:11.122 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:10 smithi047 bash[19880]: audit 2024-09-10T04:21:09.901638+0000 mon.smithi047 (mon.0) 130 : audit [INF] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' 2024-09-10T04:21:13.372 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:12 smithi047 bash[19880]: cluster 2024-09-10T04:21:11.444111+0000 mgr.smithi047.jescqm (mgr.14164) 22 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:21:13.372 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:12 smithi047 bash[19880]: cluster 2024-09-10T04:21:11.444111+0000 mgr.smithi047.jescqm (mgr.14164) 22 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:21:13.372 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:12 smithi047 bash[19880]: audit 2024-09-10T04:21:12.576469+0000 mon.smithi047 (mon.0) 131 : audit [INF] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' 2024-09-10T04:21:13.372 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:12 smithi047 bash[19880]: audit 2024-09-10T04:21:12.576469+0000 mon.smithi047 (mon.0) 131 : audit [INF] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' 2024-09-10T04:21:13.730 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi149 2024-09-10T04:21:13.731 DEBUG:teuthology.orchestra.run.smithi149:> set -ex 2024-09-10T04:21:13.731 DEBUG:teuthology.orchestra.run.smithi149:> dd of=/etc/ceph/ceph.conf 2024-09-10T04:21:13.737 DEBUG:teuthology.orchestra.run.smithi149:> set -ex 2024-09-10T04:21:13.737 DEBUG:teuthology.orchestra.run.smithi149:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-10T04:21:13.786 INFO:tasks.cephadm:Adding host smithi149 to orchestrator... 2024-09-10T04:21:13.786 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b165ca24-6f2b-11ef-bcea-c7b262605968 -- ceph orch host add smithi149 2024-09-10T04:21:14.122 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:13 smithi047 bash[19880]: audit 2024-09-10T04:21:12.573216+0000 mgr.smithi047.jescqm (mgr.14164) 23 : 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-10T04:21:14.122 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:13 smithi047 bash[19880]: audit 2024-09-10T04:21:12.573216+0000 mgr.smithi047.jescqm (mgr.14164) 23 : 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-10T04:21:15.122 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:14 smithi047 bash[19880]: cluster 2024-09-10T04:21:13.444552+0000 mgr.smithi047.jescqm (mgr.14164) 24 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:21:15.122 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:14 smithi047 bash[19880]: cluster 2024-09-10T04:21:13.444552+0000 mgr.smithi047.jescqm (mgr.14164) 24 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:21:17.122 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:16 smithi047 bash[19880]: cluster 2024-09-10T04:21:15.444887+0000 mgr.smithi047.jescqm (mgr.14164) 25 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:21:17.122 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:16 smithi047 bash[19880]: cluster 2024-09-10T04:21:15.444887+0000 mgr.smithi047.jescqm (mgr.14164) 25 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:21:18.332 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:18 smithi047 systemd[1]: /etc/systemd/system/ceph-b165ca24-6f2b-11ef-bcea-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-10T04:21:18.528 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/mon.smithi047/config 2024-09-10T04:21:18.621 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:18 smithi047 systemd[1]: /etc/systemd/system/ceph-b165ca24-6f2b-11ef-bcea-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-10T04:21:19.122 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:18 smithi047 bash[19880]: cluster 2024-09-10T04:21:17.445300+0000 mgr.smithi047.jescqm (mgr.14164) 26 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:21:19.122 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:18 smithi047 bash[19880]: cluster 2024-09-10T04:21:17.445300+0000 mgr.smithi047.jescqm (mgr.14164) 26 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:21:19.122 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:18 smithi047 bash[19880]: audit 2024-09-10T04:21:18.481387+0000 mon.smithi047 (mon.0) 132 : audit [INF] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' 2024-09-10T04:21:19.122 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:18 smithi047 bash[19880]: audit 2024-09-10T04:21:18.481387+0000 mon.smithi047 (mon.0) 132 : audit [INF] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' 2024-09-10T04:21:19.122 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:18 smithi047 bash[19880]: audit 2024-09-10T04:21:18.483970+0000 mon.smithi047 (mon.0) 133 : audit [INF] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' 2024-09-10T04:21:19.122 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:18 smithi047 bash[19880]: audit 2024-09-10T04:21:18.483970+0000 mon.smithi047 (mon.0) 133 : audit [INF] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' 2024-09-10T04:21:19.122 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:18 smithi047 bash[19880]: audit 2024-09-10T04:21:18.486345+0000 mon.smithi047 (mon.0) 134 : audit [INF] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' 2024-09-10T04:21:19.122 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:18 smithi047 bash[19880]: audit 2024-09-10T04:21:18.486345+0000 mon.smithi047 (mon.0) 134 : audit [INF] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' 2024-09-10T04:21:19.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:18 smithi047 bash[19880]: audit 2024-09-10T04:21:18.488353+0000 mon.smithi047 (mon.0) 135 : audit [INF] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' 2024-09-10T04:21:19.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:18 smithi047 bash[19880]: audit 2024-09-10T04:21:18.488353+0000 mon.smithi047 (mon.0) 135 : audit [INF] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' 2024-09-10T04:21:20.122 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:19 smithi047 bash[19880]: cephadm 2024-09-10T04:21:18.489302+0000 mgr.smithi047.jescqm (mgr.14164) 27 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-09-10T04:21:20.122 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:19 smithi047 bash[19880]: cephadm 2024-09-10T04:21:18.489302+0000 mgr.smithi047.jescqm (mgr.14164) 27 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-09-10T04:21:20.122 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:19 smithi047 bash[19880]: audit 2024-09-10T04:21:19.905296+0000 mon.smithi047 (mon.0) 136 : audit [INF] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' 2024-09-10T04:21:20.122 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:19 smithi047 bash[19880]: audit 2024-09-10T04:21:19.905296+0000 mon.smithi047 (mon.0) 136 : audit [INF] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' 2024-09-10T04:21:21.372 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:21 smithi047 bash[19880]: cluster 2024-09-10T04:21:19.445681+0000 mgr.smithi047.jescqm (mgr.14164) 28 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:21:21.372 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:21 smithi047 bash[19880]: cluster 2024-09-10T04:21:19.445681+0000 mgr.smithi047.jescqm (mgr.14164) 28 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:21:21.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:21 smithi047 bash[19880]: audit 2024-09-10T04:21:20.011281+0000 mon.smithi047 (mon.0) 137 : audit [INF] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' 2024-09-10T04:21:21.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:21 smithi047 bash[19880]: audit 2024-09-10T04:21:20.011281+0000 mon.smithi047 (mon.0) 137 : audit [INF] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' 2024-09-10T04:21:21.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:21 smithi047 bash[19880]: audit 2024-09-10T04:21:20.014173+0000 mon.smithi047 (mon.0) 138 : audit [INF] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' 2024-09-10T04:21:21.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:21 smithi047 bash[19880]: audit 2024-09-10T04:21:20.014173+0000 mon.smithi047 (mon.0) 138 : audit [INF] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' 2024-09-10T04:21:21.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:21 smithi047 bash[19880]: audit 2024-09-10T04:21:20.015989+0000 mon.smithi047 (mon.0) 139 : audit [INF] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2024-09-10T04:21:21.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:21 smithi047 bash[19880]: audit 2024-09-10T04:21:20.015989+0000 mon.smithi047 (mon.0) 139 : audit [INF] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2024-09-10T04:21:21.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:21 smithi047 bash[19880]: audit 2024-09-10T04:21:20.016376+0000 mgr.smithi047.jescqm (mgr.14164) 29 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-10T04:21:21.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:21 smithi047 bash[19880]: audit 2024-09-10T04:21:20.016376+0000 mgr.smithi047.jescqm (mgr.14164) 29 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-10T04:21:21.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:21 smithi047 bash[19880]: audit 2024-09-10T04:21:20.019292+0000 mon.smithi047 (mon.0) 140 : audit [INF] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' 2024-09-10T04:21:21.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:21 smithi047 bash[19880]: audit 2024-09-10T04:21:20.019292+0000 mon.smithi047 (mon.0) 140 : audit [INF] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' 2024-09-10T04:21:21.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:21 smithi047 bash[19880]: audit 2024-09-10T04:21:20.029098+0000 mon.smithi047 (mon.0) 141 : audit [INF] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' 2024-09-10T04:21:21.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:21 smithi047 bash[19880]: audit 2024-09-10T04:21:20.029098+0000 mon.smithi047 (mon.0) 141 : audit [INF] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' 2024-09-10T04:21:21.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:21 smithi047 bash[19880]: audit 2024-09-10T04:21:20.031599+0000 mon.smithi047 (mon.0) 142 : audit [INF] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' 2024-09-10T04:21:21.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:21 smithi047 bash[19880]: audit 2024-09-10T04:21:20.031599+0000 mon.smithi047 (mon.0) 142 : audit [INF] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' 2024-09-10T04:21:21.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:21 smithi047 bash[19880]: cephadm 2024-09-10T04:21:20.042470+0000 mgr.smithi047.jescqm (mgr.14164) 30 : cephadm [INF] Deploying daemon grafana.smithi047 on smithi047 2024-09-10T04:21:21.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:21 smithi047 bash[19880]: cephadm 2024-09-10T04:21:20.042470+0000 mgr.smithi047.jescqm (mgr.14164) 30 : cephadm [INF] Deploying daemon grafana.smithi047 on smithi047 2024-09-10T04:21:22.372 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:22 smithi047 bash[19880]: audit 2024-09-10T04:21:20.211606+0000 mgr.smithi047.jescqm (mgr.14164) 31 : audit [DBG] from='client.14193 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi149", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:21:22.372 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:22 smithi047 bash[19880]: audit 2024-09-10T04:21:20.211606+0000 mgr.smithi047.jescqm (mgr.14164) 31 : audit [DBG] from='client.14193 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi149", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:21:23.372 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:23 smithi047 bash[19880]: cluster 2024-09-10T04:21:21.446035+0000 mgr.smithi047.jescqm (mgr.14164) 32 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:21:23.372 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:23 smithi047 bash[19880]: cluster 2024-09-10T04:21:21.446035+0000 mgr.smithi047.jescqm (mgr.14164) 32 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:21:23.372 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:23 smithi047 bash[19880]: cephadm 2024-09-10T04:21:22.012131+0000 mgr.smithi047.jescqm (mgr.14164) 33 : cephadm [INF] Deploying cephadm binary to smithi149 2024-09-10T04:21:23.372 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:23 smithi047 bash[19880]: cephadm 2024-09-10T04:21:22.012131+0000 mgr.smithi047.jescqm (mgr.14164) 33 : cephadm [INF] Deploying cephadm binary to smithi149 2024-09-10T04:21:25.122 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:25 smithi047 bash[19880]: cluster 2024-09-10T04:21:23.446445+0000 mgr.smithi047.jescqm (mgr.14164) 34 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:21:25.122 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:25 smithi047 bash[19880]: cluster 2024-09-10T04:21:23.446445+0000 mgr.smithi047.jescqm (mgr.14164) 34 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:21:25.783 INFO:teuthology.orchestra.run.smithi047.stdout:Added host 'smithi149' with addr '172.21.15.149' 2024-09-10T04:21:27.122 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:26 smithi047 bash[19880]: cluster 2024-09-10T04:21:25.446883+0000 mgr.smithi047.jescqm (mgr.14164) 35 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:21:27.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:26 smithi047 bash[19880]: cluster 2024-09-10T04:21:25.446883+0000 mgr.smithi047.jescqm (mgr.14164) 35 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:21:27.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:26 smithi047 bash[19880]: audit 2024-09-10T04:21:25.783101+0000 mon.smithi047 (mon.0) 143 : audit [INF] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' 2024-09-10T04:21:27.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:26 smithi047 bash[19880]: audit 2024-09-10T04:21:25.783101+0000 mon.smithi047 (mon.0) 143 : audit [INF] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' 2024-09-10T04:21:27.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:26 smithi047 bash[19880]: cephadm 2024-09-10T04:21:25.784120+0000 mgr.smithi047.jescqm (mgr.14164) 36 : cephadm [INF] Added host smithi149 2024-09-10T04:21:27.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:26 smithi047 bash[19880]: cephadm 2024-09-10T04:21:25.784120+0000 mgr.smithi047.jescqm (mgr.14164) 36 : cephadm [INF] Added host smithi149 2024-09-10T04:21:28.660 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b165ca24-6f2b-11ef-bcea-c7b262605968 -- ceph orch host ls --format=json 2024-09-10T04:21:29.122 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:28 smithi047 bash[19880]: cluster 2024-09-10T04:21:27.447328+0000 mgr.smithi047.jescqm (mgr.14164) 37 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:21:29.122 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:28 smithi047 bash[19880]: cluster 2024-09-10T04:21:27.447328+0000 mgr.smithi047.jescqm (mgr.14164) 37 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:21:31.122 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:30 smithi047 bash[19880]: cluster 2024-09-10T04:21:29.447684+0000 mgr.smithi047.jescqm (mgr.14164) 38 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:21:31.122 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:30 smithi047 bash[19880]: cluster 2024-09-10T04:21:29.447684+0000 mgr.smithi047.jescqm (mgr.14164) 38 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:21:33.075 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:32 smithi047 bash[19880]: cluster 2024-09-10T04:21:31.448025+0000 mgr.smithi047.jescqm (mgr.14164) 39 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:21:33.075 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:32 smithi047 bash[19880]: cluster 2024-09-10T04:21:31.448025+0000 mgr.smithi047.jescqm (mgr.14164) 39 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:21:33.450 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/mon.smithi047/config 2024-09-10T04:21:34.872 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:34 smithi047 bash[19880]: cluster 2024-09-10T04:21:33.448431+0000 mgr.smithi047.jescqm (mgr.14164) 40 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:21:34.872 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:34 smithi047 bash[19880]: cluster 2024-09-10T04:21:33.448431+0000 mgr.smithi047.jescqm (mgr.14164) 40 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:21:36.427 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-09-10T04:21:36.427 INFO:teuthology.orchestra.run.smithi047.stdout:[{"addr": "172.21.15.47", "hostname": "smithi047", "labels": [], "status": ""}, {"addr": "172.21.15.149", "hostname": "smithi149", "labels": [], "status": ""}] 2024-09-10T04:21:37.028 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:36 smithi047 bash[19880]: cluster 2024-09-10T04:21:35.448932+0000 mgr.smithi047.jescqm (mgr.14164) 41 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:21:37.028 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:36 smithi047 bash[19880]: cluster 2024-09-10T04:21:35.448932+0000 mgr.smithi047.jescqm (mgr.14164) 41 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:21:37.266 INFO:tasks.cephadm:Setting crush tunables to default 2024-09-10T04:21:37.267 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b165ca24-6f2b-11ef-bcea-c7b262605968 -- ceph osd crush tunables default 2024-09-10T04:21:38.099 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:37 smithi047 bash[19880]: audit 2024-09-10T04:21:36.427193+0000 mgr.smithi047.jescqm (mgr.14164) 42 : audit [DBG] from='client.14195 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T04:21:38.099 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:37 smithi047 bash[19880]: audit 2024-09-10T04:21:36.427193+0000 mgr.smithi047.jescqm (mgr.14164) 42 : audit [DBG] from='client.14195 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T04:21:38.790 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:38 smithi047 systemd[1]: /etc/systemd/system/ceph-b165ca24-6f2b-11ef-bcea-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-10T04:21:39.122 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:38 smithi047 bash[19880]: cluster 2024-09-10T04:21:37.449336+0000 mgr.smithi047.jescqm (mgr.14164) 43 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:21:39.122 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:38 smithi047 bash[19880]: cluster 2024-09-10T04:21:37.449336+0000 mgr.smithi047.jescqm (mgr.14164) 43 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:21:39.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:38 smithi047 systemd[1]: /etc/systemd/system/ceph-b165ca24-6f2b-11ef-bcea-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-10T04:21:40.122 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:40 smithi047 bash[19880]: audit 2024-09-10T04:21:39.059136+0000 mon.smithi047 (mon.0) 144 : audit [INF] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' 2024-09-10T04:21:40.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:40 smithi047 bash[19880]: audit 2024-09-10T04:21:39.059136+0000 mon.smithi047 (mon.0) 144 : audit [INF] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' 2024-09-10T04:21:40.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:40 smithi047 bash[19880]: audit 2024-09-10T04:21:39.061582+0000 mon.smithi047 (mon.0) 145 : audit [INF] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' 2024-09-10T04:21:40.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:40 smithi047 bash[19880]: audit 2024-09-10T04:21:39.061582+0000 mon.smithi047 (mon.0) 145 : audit [INF] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' 2024-09-10T04:21:40.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:40 smithi047 bash[19880]: audit 2024-09-10T04:21:39.063956+0000 mon.smithi047 (mon.0) 146 : audit [INF] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' 2024-09-10T04:21:40.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:40 smithi047 bash[19880]: audit 2024-09-10T04:21:39.063956+0000 mon.smithi047 (mon.0) 146 : audit [INF] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' 2024-09-10T04:21:40.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:40 smithi047 bash[19880]: audit 2024-09-10T04:21:39.065981+0000 mon.smithi047 (mon.0) 147 : audit [INF] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' 2024-09-10T04:21:40.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:40 smithi047 bash[19880]: audit 2024-09-10T04:21:39.065981+0000 mon.smithi047 (mon.0) 147 : audit [INF] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' 2024-09-10T04:21:40.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:40 smithi047 bash[19880]: audit 2024-09-10T04:21:39.068273+0000 mon.smithi047 (mon.0) 148 : audit [INF] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' 2024-09-10T04:21:40.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:40 smithi047 bash[19880]: audit 2024-09-10T04:21:39.068273+0000 mon.smithi047 (mon.0) 148 : audit [INF] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' 2024-09-10T04:21:40.124 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:40 smithi047 bash[19880]: audit 2024-09-10T04:21:39.070697+0000 mon.smithi047 (mon.0) 149 : audit [INF] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' 2024-09-10T04:21:40.124 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:40 smithi047 bash[19880]: audit 2024-09-10T04:21:39.070697+0000 mon.smithi047 (mon.0) 149 : audit [INF] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' 2024-09-10T04:21:40.124 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:40 smithi047 bash[19880]: audit 2024-09-10T04:21:39.073159+0000 mon.smithi047 (mon.0) 150 : audit [INF] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' 2024-09-10T04:21:40.124 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:40 smithi047 bash[19880]: audit 2024-09-10T04:21:39.073159+0000 mon.smithi047 (mon.0) 150 : audit [INF] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' 2024-09-10T04:21:40.124 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:40 smithi047 bash[19880]: audit 2024-09-10T04:21:39.074831+0000 mon.smithi047 (mon.0) 151 : audit [INF] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' 2024-09-10T04:21:40.124 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:40 smithi047 bash[19880]: audit 2024-09-10T04:21:39.074831+0000 mon.smithi047 (mon.0) 151 : audit [INF] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' 2024-09-10T04:21:40.124 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:40 smithi047 bash[19880]: audit 2024-09-10T04:21:39.908869+0000 mon.smithi047 (mon.0) 152 : audit [INF] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' 2024-09-10T04:21:40.124 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:40 smithi047 bash[19880]: audit 2024-09-10T04:21:39.908869+0000 mon.smithi047 (mon.0) 152 : audit [INF] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' 2024-09-10T04:21:41.338 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:41 smithi047 bash[19880]: cephadm 2024-09-10T04:21:39.340236+0000 mgr.smithi047.jescqm (mgr.14164) 44 : cephadm [INF] Deploying daemon prometheus.smithi047 on smithi047 2024-09-10T04:21:41.338 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:41 smithi047 bash[19880]: cephadm 2024-09-10T04:21:39.340236+0000 mgr.smithi047.jescqm (mgr.14164) 44 : cephadm [INF] Deploying daemon prometheus.smithi047 on smithi047 2024-09-10T04:21:41.339 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:41 smithi047 bash[19880]: cluster 2024-09-10T04:21:39.449628+0000 mgr.smithi047.jescqm (mgr.14164) 45 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:21:41.339 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:41 smithi047 bash[19880]: cluster 2024-09-10T04:21:39.449628+0000 mgr.smithi047.jescqm (mgr.14164) 45 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:21:42.040 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/mon.smithi047/config 2024-09-10T04:21:43.392 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:43 smithi047 bash[19880]: cluster 2024-09-10T04:21:41.450042+0000 mgr.smithi047.jescqm (mgr.14164) 46 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:21:43.392 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:43 smithi047 bash[19880]: cluster 2024-09-10T04:21:41.450042+0000 mgr.smithi047.jescqm (mgr.14164) 46 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:21:45.233 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:45 smithi047 bash[19880]: cluster 2024-09-10T04:21:43.450508+0000 mgr.smithi047.jescqm (mgr.14164) 47 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:21:45.233 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:45 smithi047 bash[19880]: cluster 2024-09-10T04:21:43.450508+0000 mgr.smithi047.jescqm (mgr.14164) 47 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:21:46.084 INFO:teuthology.orchestra.run.smithi047.stderr:adjusted tunables profile to default 2024-09-10T04:21:46.313 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:46 smithi047 bash[19880]: audit 2024-09-10T04:21:45.765757+0000 mon.smithi047 (mon.0) 153 : audit [INF] from='client.? 172.21.15.47:0/4243733364' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2024-09-10T04:21:46.313 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:46 smithi047 bash[19880]: audit 2024-09-10T04:21:45.765757+0000 mon.smithi047 (mon.0) 153 : audit [INF] from='client.? 172.21.15.47:0/4243733364' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2024-09-10T04:21:47.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:47 smithi047 bash[19880]: cluster 2024-09-10T04:21:45.450836+0000 mgr.smithi047.jescqm (mgr.14164) 48 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:21:47.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:47 smithi047 bash[19880]: cluster 2024-09-10T04:21:45.450836+0000 mgr.smithi047.jescqm (mgr.14164) 48 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:21:47.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:47 smithi047 bash[19880]: audit 2024-09-10T04:21:46.084092+0000 mon.smithi047 (mon.0) 154 : audit [INF] from='client.? 172.21.15.47:0/4243733364' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-10T04:21:47.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:47 smithi047 bash[19880]: audit 2024-09-10T04:21:46.084092+0000 mon.smithi047 (mon.0) 154 : audit [INF] from='client.? 172.21.15.47:0/4243733364' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-10T04:21:47.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:47 smithi047 bash[19880]: cluster 2024-09-10T04:21:46.089107+0000 mon.smithi047 (mon.0) 155 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-10T04:21:47.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:47 smithi047 bash[19880]: cluster 2024-09-10T04:21:46.089107+0000 mon.smithi047 (mon.0) 155 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-10T04:21:47.937 INFO:tasks.cephadm:Adding mon.smithi047 on smithi047 2024-09-10T04:21:47.938 INFO:tasks.cephadm:Adding mon.smithi149 on smithi149 2024-09-10T04:21:47.938 DEBUG:teuthology.orchestra.run.smithi149:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b165ca24-6f2b-11ef-bcea-c7b262605968 -- ceph orch apply mon '2;smithi047:172.21.15.47=smithi047;smithi149:172.21.15.149=smithi149' 2024-09-10T04:21:49.169 INFO:teuthology.orchestra.run.smithi149.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-10T04:21:49.198 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:49 smithi047 bash[19880]: cluster 2024-09-10T04:21:47.451176+0000 mgr.smithi047.jescqm (mgr.14164) 49 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:21:49.198 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:49 smithi047 bash[19880]: cluster 2024-09-10T04:21:47.451176+0000 mgr.smithi047.jescqm (mgr.14164) 49 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:21:50.214 INFO:teuthology.orchestra.run.smithi149.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-10T04:21:51.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:51 smithi047 bash[19880]: cluster 2024-09-10T04:21:49.451592+0000 mgr.smithi047.jescqm (mgr.14164) 50 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:21:51.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:51 smithi047 bash[19880]: cluster 2024-09-10T04:21:49.451592+0000 mgr.smithi047.jescqm (mgr.14164) 50 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:21:51.804 INFO:teuthology.orchestra.run.smithi149.stdout:Scheduled mon update... 2024-09-10T04:21:52.378 DEBUG:teuthology.orchestra.run.smithi149:mon.smithi149> sudo journalctl -f -n 0 -u ceph-b165ca24-6f2b-11ef-bcea-c7b262605968@mon.smithi149.service 2024-09-10T04:21:52.381 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-10T04:21:52.381 DEBUG:teuthology.orchestra.run.smithi149:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b165ca24-6f2b-11ef-bcea-c7b262605968 -- ceph mon dump -f json 2024-09-10T04:21:52.944 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:52 smithi047 bash[19880]: cluster 2024-09-10T04:21:51.452069+0000 mgr.smithi047.jescqm (mgr.14164) 51 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:21:52.945 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:52 smithi047 bash[19880]: cluster 2024-09-10T04:21:51.452069+0000 mgr.smithi047.jescqm (mgr.14164) 51 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:21:52.945 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:52 smithi047 bash[19880]: audit 2024-09-10T04:21:51.792458+0000 mgr.smithi047.jescqm (mgr.14164) 52 : audit [DBG] from='client.14199 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi047:172.21.15.47=smithi047;smithi149:172.21.15.149=smithi149", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:21:52.945 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:52 smithi047 bash[19880]: audit 2024-09-10T04:21:51.792458+0000 mgr.smithi047.jescqm (mgr.14164) 52 : audit [DBG] from='client.14199 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi047:172.21.15.47=smithi047;smithi149:172.21.15.149=smithi149", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:21:52.945 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:52 smithi047 bash[19880]: cephadm 2024-09-10T04:21:51.797519+0000 mgr.smithi047.jescqm (mgr.14164) 53 : cephadm [INF] Saving service mon spec with placement smithi047:172.21.15.47=smithi047;smithi149:172.21.15.149=smithi149;count:2 2024-09-10T04:21:52.945 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:52 smithi047 bash[19880]: cephadm 2024-09-10T04:21:51.797519+0000 mgr.smithi047.jescqm (mgr.14164) 53 : cephadm [INF] Saving service mon spec with placement smithi047:172.21.15.47=smithi047;smithi149:172.21.15.149=smithi149;count:2 2024-09-10T04:21:52.945 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:52 smithi047 bash[19880]: audit 2024-09-10T04:21:51.802913+0000 mon.smithi047 (mon.0) 156 : audit [INF] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' 2024-09-10T04:21:52.945 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:52 smithi047 bash[19880]: audit 2024-09-10T04:21:51.802913+0000 mon.smithi047 (mon.0) 156 : audit [INF] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' 2024-09-10T04:21:53.643 INFO:teuthology.orchestra.run.smithi149.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-10T04:21:54.686 INFO:teuthology.orchestra.run.smithi149.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-10T04:21:54.990 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:54 smithi047 bash[19880]: cluster 2024-09-10T04:21:53.452506+0000 mgr.smithi047.jescqm (mgr.14164) 54 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:21:54.990 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:54 smithi047 bash[19880]: cluster 2024-09-10T04:21:53.452506+0000 mgr.smithi047.jescqm (mgr.14164) 54 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:21:55.833 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:55 smithi047 systemd[1]: /etc/systemd/system/ceph-b165ca24-6f2b-11ef-bcea-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-10T04:21:56.085 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:56 smithi047 systemd[1]: /etc/systemd/system/ceph-b165ca24-6f2b-11ef-bcea-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-10T04:21:56.312 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-09-10T04:21:56.312 INFO:teuthology.orchestra.run.smithi149.stdout:{"epoch":1,"fsid":"b165ca24-6f2b-11ef-bcea-c7b262605968","modified":"2024-09-10T04:19:23.223763Z","created":"2024-09-10T04:19:23.223763Z","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":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-10T04:21:56.313 INFO:teuthology.orchestra.run.smithi149.stderr:dumped monmap epoch 1 2024-09-10T04:21:57.213 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:57 smithi047 bash[19880]: cluster 2024-09-10T04:21:55.452927+0000 mgr.smithi047.jescqm (mgr.14164) 55 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:21:57.213 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:57 smithi047 bash[19880]: cluster 2024-09-10T04:21:55.452927+0000 mgr.smithi047.jescqm (mgr.14164) 55 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:21:57.214 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:57 smithi047 bash[19880]: audit 2024-09-10T04:21:56.167424+0000 mon.smithi047 (mon.0) 157 : audit [INF] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' 2024-09-10T04:21:57.214 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:57 smithi047 bash[19880]: audit 2024-09-10T04:21:56.167424+0000 mon.smithi047 (mon.0) 157 : audit [INF] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' 2024-09-10T04:21:57.214 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:57 smithi047 bash[19880]: audit 2024-09-10T04:21:56.170086+0000 mon.smithi047 (mon.0) 158 : audit [INF] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' 2024-09-10T04:21:57.214 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:57 smithi047 bash[19880]: audit 2024-09-10T04:21:56.170086+0000 mon.smithi047 (mon.0) 158 : audit [INF] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' 2024-09-10T04:21:57.214 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:57 smithi047 bash[19880]: audit 2024-09-10T04:21:56.172813+0000 mon.smithi047 (mon.0) 159 : audit [INF] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' 2024-09-10T04:21:57.214 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:57 smithi047 bash[19880]: audit 2024-09-10T04:21:56.172813+0000 mon.smithi047 (mon.0) 159 : audit [INF] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' 2024-09-10T04:21:57.214 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:57 smithi047 bash[19880]: audit 2024-09-10T04:21:56.175326+0000 mon.smithi047 (mon.0) 160 : audit [INF] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' cmd={"prefix": "mgr module enable", "module": "prometheus"} : dispatch 2024-09-10T04:21:57.214 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:57 smithi047 bash[19880]: audit 2024-09-10T04:21:56.175326+0000 mon.smithi047 (mon.0) 160 : audit [INF] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' cmd={"prefix": "mgr module enable", "module": "prometheus"} : dispatch 2024-09-10T04:21:57.214 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:57 smithi047 bash[19880]: audit 2024-09-10T04:21:56.312178+0000 mon.smithi047 (mon.0) 161 : audit [DBG] from='client.? 172.21.15.149:0/1917169077' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-10T04:21:57.214 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:57 smithi047 bash[19880]: audit 2024-09-10T04:21:56.312178+0000 mon.smithi047 (mon.0) 161 : audit [DBG] from='client.? 172.21.15.149:0/1917169077' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-10T04:21:57.928 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-10T04:21:57.928 DEBUG:teuthology.orchestra.run.smithi149:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b165ca24-6f2b-11ef-bcea-c7b262605968 -- ceph mon dump -f json 2024-09-10T04:21:58.319 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:58 smithi047 bash[19880]: audit 2024-09-10T04:21:57.174834+0000 mon.smithi047 (mon.0) 162 : audit [INF] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-09-10T04:21:58.319 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:58 smithi047 bash[19880]: audit 2024-09-10T04:21:57.174834+0000 mon.smithi047 (mon.0) 162 : audit [INF] from='mgr.14164 172.21.15.47:0/2483928720' entity='mgr.smithi047.jescqm' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-09-10T04:21:58.319 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:58 smithi047 bash[19880]: cluster 2024-09-10T04:21:57.181133+0000 mon.smithi047 (mon.0) 163 : cluster [DBG] mgrmap e14: smithi047.jescqm(active, since 77s) 2024-09-10T04:21:58.319 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:21:58 smithi047 bash[19880]: cluster 2024-09-10T04:21:57.181133+0000 mon.smithi047 (mon.0) 163 : cluster [DBG] mgrmap e14: smithi047.jescqm(active, since 77s) 2024-09-10T04:21:59.152 INFO:teuthology.orchestra.run.smithi149.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-10T04:22:00.198 INFO:teuthology.orchestra.run.smithi149.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-10T04:22:01.680 INFO:teuthology.orchestra.run.smithi149.stderr:dumped monmap epoch 1 2024-09-10T04:22:01.681 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-09-10T04:22:01.681 INFO:teuthology.orchestra.run.smithi149.stdout:{"epoch":1,"fsid":"b165ca24-6f2b-11ef-bcea-c7b262605968","modified":"2024-09-10T04:19:23.223763Z","created":"2024-09-10T04:19:23.223763Z","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":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-10T04:22:01.790 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:01 smithi047 bash[19880]: audit 2024-09-10T04:22:01.680417+0000 mon.smithi047 (mon.0) 164 : audit [DBG] from='client.? 172.21.15.149:0/1854983421' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-10T04:22:01.791 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:01 smithi047 bash[19880]: audit 2024-09-10T04:22:01.680417+0000 mon.smithi047 (mon.0) 164 : audit [DBG] from='client.? 172.21.15.149:0/1854983421' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-10T04:22:03.283 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-10T04:22:03.283 DEBUG:teuthology.orchestra.run.smithi149:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b165ca24-6f2b-11ef-bcea-c7b262605968 -- ceph mon dump -f json 2024-09-10T04:22:03.919 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:03 smithi047 bash[19880]: cluster 2024-09-10T04:22:03.652698+0000 mon.smithi047 (mon.0) 165 : cluster [INF] Active manager daemon smithi047.jescqm restarted 2024-09-10T04:22:03.919 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:03 smithi047 bash[19880]: cluster 2024-09-10T04:22:03.652698+0000 mon.smithi047 (mon.0) 165 : cluster [INF] Active manager daemon smithi047.jescqm restarted 2024-09-10T04:22:03.919 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:03 smithi047 bash[19880]: cluster 2024-09-10T04:22:03.653001+0000 mon.smithi047 (mon.0) 166 : cluster [INF] Activating manager daemon smithi047.jescqm 2024-09-10T04:22:03.919 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:03 smithi047 bash[19880]: cluster 2024-09-10T04:22:03.653001+0000 mon.smithi047 (mon.0) 166 : cluster [INF] Activating manager daemon smithi047.jescqm 2024-09-10T04:22:03.919 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:03 smithi047 bash[19880]: cluster 2024-09-10T04:22:03.657248+0000 mon.smithi047 (mon.0) 167 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-09-10T04:22:03.919 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:03 smithi047 bash[19880]: cluster 2024-09-10T04:22:03.657248+0000 mon.smithi047 (mon.0) 167 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-09-10T04:22:03.919 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:03 smithi047 bash[19880]: cluster 2024-09-10T04:22:03.657393+0000 mon.smithi047 (mon.0) 168 : cluster [DBG] mgrmap e15: smithi047.jescqm(active, starting, since 0.00452897s) 2024-09-10T04:22:03.919 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:03 smithi047 bash[19880]: cluster 2024-09-10T04:22:03.657393+0000 mon.smithi047 (mon.0) 168 : cluster [DBG] mgrmap e15: smithi047.jescqm(active, starting, since 0.00452897s) 2024-09-10T04:22:03.919 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:03 smithi047 bash[19880]: audit 2024-09-10T04:22:03.659859+0000 mon.smithi047 (mon.0) 169 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "mon metadata", "id": "smithi047"} : dispatch 2024-09-10T04:22:03.919 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:03 smithi047 bash[19880]: audit 2024-09-10T04:22:03.659859+0000 mon.smithi047 (mon.0) 169 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "mon metadata", "id": "smithi047"} : dispatch 2024-09-10T04:22:03.920 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:03 smithi047 bash[19880]: audit 2024-09-10T04:22:03.661217+0000 mon.smithi047 (mon.0) 170 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "mgr metadata", "who": "smithi047.jescqm", "id": "smithi047.jescqm"} : dispatch 2024-09-10T04:22:03.920 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:03 smithi047 bash[19880]: audit 2024-09-10T04:22:03.661217+0000 mon.smithi047 (mon.0) 170 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "mgr metadata", "who": "smithi047.jescqm", "id": "smithi047.jescqm"} : dispatch 2024-09-10T04:22:03.920 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:03 smithi047 bash[19880]: audit 2024-09-10T04:22:03.662040+0000 mon.smithi047 (mon.0) 171 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "mds metadata"} : dispatch 2024-09-10T04:22:03.920 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:03 smithi047 bash[19880]: audit 2024-09-10T04:22:03.662040+0000 mon.smithi047 (mon.0) 171 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "mds metadata"} : dispatch 2024-09-10T04:22:03.920 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:03 smithi047 bash[19880]: audit 2024-09-10T04:22:03.662169+0000 mon.smithi047 (mon.0) 172 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata"} : dispatch 2024-09-10T04:22:03.920 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:03 smithi047 bash[19880]: audit 2024-09-10T04:22:03.662169+0000 mon.smithi047 (mon.0) 172 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata"} : dispatch 2024-09-10T04:22:03.920 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:03 smithi047 bash[19880]: audit 2024-09-10T04:22:03.662296+0000 mon.smithi047 (mon.0) 173 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "mon metadata"} : dispatch 2024-09-10T04:22:03.920 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:03 smithi047 bash[19880]: audit 2024-09-10T04:22:03.662296+0000 mon.smithi047 (mon.0) 173 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "mon metadata"} : dispatch 2024-09-10T04:22:03.920 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:03 smithi047 bash[19880]: cluster 2024-09-10T04:22:03.685125+0000 mon.smithi047 (mon.0) 174 : cluster [INF] Manager daemon smithi047.jescqm is now available 2024-09-10T04:22:03.920 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:03 smithi047 bash[19880]: cluster 2024-09-10T04:22:03.685125+0000 mon.smithi047 (mon.0) 174 : cluster [INF] Manager daemon smithi047.jescqm is now available 2024-09-10T04:22:04.500 INFO:teuthology.orchestra.run.smithi149.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-10T04:22:04.706 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:04 smithi047 bash[19880]: audit 2024-09-10T04:22:04.104171+0000 mon.smithi047 (mon.0) 175 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:22:04.706 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:04 smithi047 bash[19880]: audit 2024-09-10T04:22:04.104171+0000 mon.smithi047 (mon.0) 175 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:22:04.706 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:04 smithi047 bash[19880]: audit 2024-09-10T04:22:04.121165+0000 mon.smithi047 (mon.0) 176 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:04.706 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:04 smithi047 bash[19880]: audit 2024-09-10T04:22:04.121165+0000 mon.smithi047 (mon.0) 176 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:04.706 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:04 smithi047 bash[19880]: audit 2024-09-10T04:22:04.123704+0000 mon.smithi047 (mon.0) 177 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:22:04.707 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:04 smithi047 bash[19880]: audit 2024-09-10T04:22:04.123704+0000 mon.smithi047 (mon.0) 177 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:22:04.707 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:04 smithi047 bash[19880]: audit 2024-09-10T04:22:04.124037+0000 mon.smithi047 (mon.0) 178 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-10T04:22:04.707 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:04 smithi047 bash[19880]: audit 2024-09-10T04:22:04.124037+0000 mon.smithi047 (mon.0) 178 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-10T04:22:04.707 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:04 smithi047 bash[19880]: audit 2024-09-10T04:22:04.136222+0000 mon.smithi047 (mon.0) 179 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi047.jescqm/mirror_snapshot_schedule"} : dispatch 2024-09-10T04:22:04.707 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:04 smithi047 bash[19880]: audit 2024-09-10T04:22:04.136222+0000 mon.smithi047 (mon.0) 179 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi047.jescqm/mirror_snapshot_schedule"} : dispatch 2024-09-10T04:22:04.707 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:04 smithi047 bash[19880]: audit 2024-09-10T04:22:04.140713+0000 mon.smithi047 (mon.0) 180 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi047.jescqm/trash_purge_schedule"} : dispatch 2024-09-10T04:22:04.707 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:04 smithi047 bash[19880]: audit 2024-09-10T04:22:04.140713+0000 mon.smithi047 (mon.0) 180 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi047.jescqm/trash_purge_schedule"} : dispatch 2024-09-10T04:22:04.960 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:04 smithi047 bash[19880]: cluster 2024-09-10T04:22:04.665621+0000 mon.smithi047 (mon.0) 181 : cluster [DBG] mgrmap e16: smithi047.jescqm(active, since 1.01276s) 2024-09-10T04:22:04.960 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:04 smithi047 bash[19880]: cluster 2024-09-10T04:22:04.665621+0000 mon.smithi047 (mon.0) 181 : cluster [DBG] mgrmap e16: smithi047.jescqm(active, since 1.01276s) 2024-09-10T04:22:05.538 INFO:teuthology.orchestra.run.smithi149.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-10T04:22:06.045 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:05 smithi047 bash[19880]: audit 2024-09-10T04:22:04.666973+0000 mgr.smithi047.jescqm (mgr.14203) 1 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-10T04:22:06.045 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:05 smithi047 bash[19880]: audit 2024-09-10T04:22:04.666973+0000 mgr.smithi047.jescqm (mgr.14203) 1 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-10T04:22:06.045 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:05 smithi047 bash[19880]: audit 2024-09-10T04:22:04.954648+0000 mon.smithi047 (mon.0) 182 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:06.046 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:05 smithi047 bash[19880]: audit 2024-09-10T04:22:04.954648+0000 mon.smithi047 (mon.0) 182 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:06.848 INFO:teuthology.orchestra.run.smithi149.stderr:dumped monmap epoch 1 2024-09-10T04:22:06.848 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-09-10T04:22:06.848 INFO:teuthology.orchestra.run.smithi149.stdout:{"epoch":1,"fsid":"b165ca24-6f2b-11ef-bcea-c7b262605968","modified":"2024-09-10T04:19:23.223763Z","created":"2024-09-10T04:19:23.223763Z","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":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-10T04:22:07.124 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:06 smithi047 bash[19880]: cephadm 2024-09-10T04:22:05.906865+0000 mgr.smithi047.jescqm (mgr.14203) 2 : cephadm [INF] [10/Sep/2024:04:22:05] ENGINE Bus STARTING 2024-09-10T04:22:07.124 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:06 smithi047 bash[19880]: cephadm 2024-09-10T04:22:05.906865+0000 mgr.smithi047.jescqm (mgr.14203) 2 : cephadm [INF] [10/Sep/2024:04:22:05] ENGINE Bus STARTING 2024-09-10T04:22:07.124 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:06 smithi047 bash[19880]: cluster 2024-09-10T04:22:05.960559+0000 mon.smithi047 (mon.0) 183 : cluster [DBG] mgrmap e17: smithi047.jescqm(active, since 2s) 2024-09-10T04:22:07.125 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:06 smithi047 bash[19880]: cluster 2024-09-10T04:22:05.960559+0000 mon.smithi047 (mon.0) 183 : cluster [DBG] mgrmap e17: smithi047.jescqm(active, since 2s) 2024-09-10T04:22:07.125 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:06 smithi047 bash[19880]: cephadm 2024-09-10T04:22:06.008975+0000 mgr.smithi047.jescqm (mgr.14203) 3 : cephadm [INF] [10/Sep/2024:04:22:06] ENGINE Serving on http://172.21.15.47:8765 2024-09-10T04:22:07.125 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:06 smithi047 bash[19880]: cephadm 2024-09-10T04:22:06.008975+0000 mgr.smithi047.jescqm (mgr.14203) 3 : cephadm [INF] [10/Sep/2024:04:22:06] ENGINE Serving on http://172.21.15.47:8765 2024-09-10T04:22:07.125 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:06 smithi047 bash[19880]: cephadm 2024-09-10T04:22:06.132264+0000 mgr.smithi047.jescqm (mgr.14203) 4 : cephadm [INF] [10/Sep/2024:04:22:06] ENGINE Serving on https://172.21.15.47:7150 2024-09-10T04:22:07.125 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:06 smithi047 bash[19880]: cephadm 2024-09-10T04:22:06.132264+0000 mgr.smithi047.jescqm (mgr.14203) 4 : cephadm [INF] [10/Sep/2024:04:22:06] ENGINE Serving on https://172.21.15.47:7150 2024-09-10T04:22:07.126 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:06 smithi047 bash[19880]: cephadm 2024-09-10T04:22:06.132451+0000 mgr.smithi047.jescqm (mgr.14203) 5 : cephadm [INF] [10/Sep/2024:04:22:06] ENGINE Bus STARTED 2024-09-10T04:22:07.126 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:06 smithi047 bash[19880]: cephadm 2024-09-10T04:22:06.132451+0000 mgr.smithi047.jescqm (mgr.14203) 5 : cephadm [INF] [10/Sep/2024:04:22:06] ENGINE Bus STARTED 2024-09-10T04:22:07.126 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:06 smithi047 bash[19880]: cephadm 2024-09-10T04:22:06.134309+0000 mgr.smithi047.jescqm (mgr.14203) 6 : cephadm [ERR] [10/Sep/2024:04:22:06] ENGINE Error in HTTPServer.serve 2024-09-10T04:22:07.126 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:06 smithi047 bash[19880]: Traceback (most recent call last): 2024-09-10T04:22:07.126 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:06 smithi047 bash[19880]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T04:22:07.126 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:06 smithi047 bash[19880]: self._connections.run(self.expiration_interval) 2024-09-10T04:22:07.126 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:06 smithi047 bash[19880]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T04:22:07.127 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:06 smithi047 bash[19880]: self._run(expiration_interval) 2024-09-10T04:22:07.127 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:06 smithi047 bash[19880]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T04:22:07.127 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:06 smithi047 bash[19880]: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T04:22:07.127 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:06 smithi047 bash[19880]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T04:22:07.127 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:06 smithi047 bash[19880]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T04:22:07.128 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:06 smithi047 bash[19880]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T04:22:07.128 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:06 smithi047 bash[19880]: s = self.context.wrap_socket( 2024-09-10T04:22:07.128 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:06 smithi047 bash[19880]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T04:22:07.128 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:06 smithi047 bash[19880]: return self.sslsocket_class._create( 2024-09-10T04:22:07.128 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:06 smithi047 bash[19880]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T04:22:07.128 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:06 smithi047 bash[19880]: self.do_handshake() 2024-09-10T04:22:07.129 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:06 smithi047 bash[19880]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T04:22:07.129 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:06 smithi047 bash[19880]: self._sslobj.do_handshake() 2024-09-10T04:22:07.129 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:06 smithi047 bash[19880]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T04:22:07.129 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:06 smithi047 bash[19880]: cephadm 2024-09-10T04:22:06.134309+0000 mgr.smithi047.jescqm (mgr.14203) 6 : cephadm [ERR] [10/Sep/2024:04:22:06] ENGINE Error in HTTPServer.serve 2024-09-10T04:22:07.129 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:06 smithi047 bash[19880]: Traceback (most recent call last): 2024-09-10T04:22:07.129 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:06 smithi047 bash[19880]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T04:22:07.130 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:06 smithi047 bash[19880]: self._connections.run(self.expiration_interval) 2024-09-10T04:22:07.130 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:06 smithi047 bash[19880]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T04:22:07.130 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:06 smithi047 bash[19880]: self._run(expiration_interval) 2024-09-10T04:22:07.130 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:06 smithi047 bash[19880]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T04:22:07.130 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:06 smithi047 bash[19880]: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T04:22:07.131 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:06 smithi047 bash[19880]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T04:22:07.131 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:06 smithi047 bash[19880]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T04:22:07.131 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:06 smithi047 bash[19880]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T04:22:07.131 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:06 smithi047 bash[19880]: s = self.context.wrap_socket( 2024-09-10T04:22:07.131 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:06 smithi047 bash[19880]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T04:22:07.131 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:06 smithi047 bash[19880]: return self.sslsocket_class._create( 2024-09-10T04:22:07.132 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:06 smithi047 bash[19880]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T04:22:07.132 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:06 smithi047 bash[19880]: self.do_handshake() 2024-09-10T04:22:07.132 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:06 smithi047 bash[19880]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T04:22:07.132 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:06 smithi047 bash[19880]: self._sslobj.do_handshake() 2024-09-10T04:22:07.132 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:06 smithi047 bash[19880]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T04:22:07.132 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:06 smithi047 bash[19880]: audit 2024-09-10T04:22:06.457153+0000 mon.smithi047 (mon.0) 184 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:07.133 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:06 smithi047 bash[19880]: audit 2024-09-10T04:22:06.457153+0000 mon.smithi047 (mon.0) 184 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:07.133 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:06 smithi047 bash[19880]: audit 2024-09-10T04:22:06.847994+0000 mon.smithi047 (mon.0) 185 : audit [DBG] from='client.? 172.21.15.149:0/2885513754' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-10T04:22:07.133 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:06 smithi047 bash[19880]: audit 2024-09-10T04:22:06.847994+0000 mon.smithi047 (mon.0) 185 : audit [DBG] from='client.? 172.21.15.149:0/2885513754' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-10T04:22:08.521 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-10T04:22:08.521 DEBUG:teuthology.orchestra.run.smithi149:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b165ca24-6f2b-11ef-bcea-c7b262605968 -- ceph mon dump -f json 2024-09-10T04:22:08.985 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:08 smithi047 bash[19880]: audit 2024-09-10T04:22:07.683371+0000 mon.smithi047 (mon.0) 186 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:08.986 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:08 smithi047 bash[19880]: audit 2024-09-10T04:22:07.683371+0000 mon.smithi047 (mon.0) 186 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:09.729 INFO:teuthology.orchestra.run.smithi149.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-10T04:22:11.184 INFO:teuthology.orchestra.run.smithi149.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-10T04:22:11.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:11 smithi047 bash[19880]: audit 2024-09-10T04:22:10.246266+0000 mon.smithi047 (mon.0) 187 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:11.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:11 smithi047 bash[19880]: audit 2024-09-10T04:22:10.246266+0000 mon.smithi047 (mon.0) 187 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:11.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:11 smithi047 bash[19880]: audit 2024-09-10T04:22:10.249123+0000 mon.smithi047 (mon.0) 188 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:11.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:11 smithi047 bash[19880]: audit 2024-09-10T04:22:10.249123+0000 mon.smithi047 (mon.0) 188 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:12.699 INFO:teuthology.orchestra.run.smithi149.stderr:dumped monmap epoch 1 2024-09-10T04:22:12.699 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-09-10T04:22:12.699 INFO:teuthology.orchestra.run.smithi149.stdout:{"epoch":1,"fsid":"b165ca24-6f2b-11ef-bcea-c7b262605968","modified":"2024-09-10T04:19:23.223763Z","created":"2024-09-10T04:19:23.223763Z","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":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-10T04:22:12.873 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:12 smithi047 bash[19880]: audit 2024-09-10T04:22:11.409529+0000 mon.smithi047 (mon.0) 189 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:12.873 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:12 smithi047 bash[19880]: audit 2024-09-10T04:22:11.409529+0000 mon.smithi047 (mon.0) 189 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:12.873 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:12 smithi047 bash[19880]: audit 2024-09-10T04:22:11.413376+0000 mon.smithi047 (mon.0) 190 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:12.873 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:12 smithi047 bash[19880]: audit 2024-09-10T04:22:11.413376+0000 mon.smithi047 (mon.0) 190 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:12.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:12 smithi047 bash[19880]: audit 2024-09-10T04:22:11.415191+0000 mon.smithi047 (mon.0) 191 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config rm", "who": "osd/host:smithi047", "name": "osd_memory_target"} : dispatch 2024-09-10T04:22:12.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:12 smithi047 bash[19880]: audit 2024-09-10T04:22:11.415191+0000 mon.smithi047 (mon.0) 191 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config rm", "who": "osd/host:smithi047", "name": "osd_memory_target"} : dispatch 2024-09-10T04:22:13.873 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:13 smithi047 bash[19880]: audit 2024-09-10T04:22:12.698391+0000 mon.smithi047 (mon.0) 192 : audit [DBG] from='client.? 172.21.15.149:0/2903488383' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-10T04:22:13.873 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:13 smithi047 bash[19880]: audit 2024-09-10T04:22:12.698391+0000 mon.smithi047 (mon.0) 192 : audit [DBG] from='client.? 172.21.15.149:0/2903488383' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-10T04:22:14.250 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-10T04:22:14.251 DEBUG:teuthology.orchestra.run.smithi149:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b165ca24-6f2b-11ef-bcea-c7b262605968 -- ceph mon dump -f json 2024-09-10T04:22:15.101 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:14 smithi047 bash[19880]: audit 2024-09-10T04:22:13.752589+0000 mon.smithi047 (mon.0) 193 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:15.101 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:14 smithi047 bash[19880]: audit 2024-09-10T04:22:13.752589+0000 mon.smithi047 (mon.0) 193 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:15.101 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:14 smithi047 bash[19880]: audit 2024-09-10T04:22:13.758407+0000 mon.smithi047 (mon.0) 194 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:15.101 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:14 smithi047 bash[19880]: audit 2024-09-10T04:22:13.758407+0000 mon.smithi047 (mon.0) 194 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:15.101 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:14 smithi047 bash[19880]: audit 2024-09-10T04:22:13.765659+0000 mon.smithi047 (mon.0) 195 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:15.102 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:14 smithi047 bash[19880]: audit 2024-09-10T04:22:13.765659+0000 mon.smithi047 (mon.0) 195 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:15.102 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:14 smithi047 bash[19880]: audit 2024-09-10T04:22:13.771240+0000 mon.smithi047 (mon.0) 196 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:15.102 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:14 smithi047 bash[19880]: audit 2024-09-10T04:22:13.771240+0000 mon.smithi047 (mon.0) 196 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:15.102 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:14 smithi047 bash[19880]: audit 2024-09-10T04:22:13.772945+0000 mon.smithi047 (mon.0) 197 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config rm", "who": "osd/host:smithi149", "name": "osd_memory_target"} : dispatch 2024-09-10T04:22:15.102 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:14 smithi047 bash[19880]: audit 2024-09-10T04:22:13.772945+0000 mon.smithi047 (mon.0) 197 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config rm", "who": "osd/host:smithi149", "name": "osd_memory_target"} : dispatch 2024-09-10T04:22:15.102 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:14 smithi047 bash[19880]: audit 2024-09-10T04:22:13.775230+0000 mon.smithi047 (mon.0) 198 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:22:15.102 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:14 smithi047 bash[19880]: audit 2024-09-10T04:22:13.775230+0000 mon.smithi047 (mon.0) 198 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:22:15.102 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:14 smithi047 bash[19880]: audit 2024-09-10T04:22:13.776996+0000 mon.smithi047 (mon.0) 199 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:22:15.102 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:14 smithi047 bash[19880]: audit 2024-09-10T04:22:13.776996+0000 mon.smithi047 (mon.0) 199 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:22:15.102 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:14 smithi047 bash[19880]: cephadm 2024-09-10T04:22:13.779505+0000 mgr.smithi047.jescqm (mgr.14203) 7 : cephadm [INF] Updating smithi047:/etc/ceph/ceph.conf 2024-09-10T04:22:15.102 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:14 smithi047 bash[19880]: cephadm 2024-09-10T04:22:13.779505+0000 mgr.smithi047.jescqm (mgr.14203) 7 : cephadm [INF] Updating smithi047:/etc/ceph/ceph.conf 2024-09-10T04:22:15.102 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:14 smithi047 bash[19880]: cephadm 2024-09-10T04:22:13.779960+0000 mgr.smithi047.jescqm (mgr.14203) 8 : cephadm [INF] Updating smithi149:/etc/ceph/ceph.conf 2024-09-10T04:22:15.103 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:14 smithi047 bash[19880]: cephadm 2024-09-10T04:22:13.779960+0000 mgr.smithi047.jescqm (mgr.14203) 8 : cephadm [INF] Updating smithi149:/etc/ceph/ceph.conf 2024-09-10T04:22:15.103 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:14 smithi047 bash[19880]: cephadm 2024-09-10T04:22:13.922993+0000 mgr.smithi047.jescqm (mgr.14203) 9 : cephadm [INF] Updating smithi047:/var/lib/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T04:22:15.103 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:14 smithi047 bash[19880]: cephadm 2024-09-10T04:22:13.922993+0000 mgr.smithi047.jescqm (mgr.14203) 9 : cephadm [INF] Updating smithi047:/var/lib/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T04:22:15.103 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:14 smithi047 bash[19880]: cephadm 2024-09-10T04:22:13.927288+0000 mgr.smithi047.jescqm (mgr.14203) 10 : cephadm [INF] Updating smithi149:/var/lib/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T04:22:15.103 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:14 smithi047 bash[19880]: cephadm 2024-09-10T04:22:13.927288+0000 mgr.smithi047.jescqm (mgr.14203) 10 : cephadm [INF] Updating smithi149:/var/lib/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T04:22:15.103 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:14 smithi047 bash[19880]: cephadm 2024-09-10T04:22:14.023264+0000 mgr.smithi047.jescqm (mgr.14203) 11 : cephadm [INF] Updating smithi047:/etc/ceph/ceph.client.admin.keyring 2024-09-10T04:22:15.103 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:14 smithi047 bash[19880]: cephadm 2024-09-10T04:22:14.023264+0000 mgr.smithi047.jescqm (mgr.14203) 11 : cephadm [INF] Updating smithi047:/etc/ceph/ceph.client.admin.keyring 2024-09-10T04:22:15.104 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:14 smithi047 bash[19880]: cephadm 2024-09-10T04:22:14.023580+0000 mgr.smithi047.jescqm (mgr.14203) 12 : cephadm [INF] Updating smithi149:/etc/ceph/ceph.client.admin.keyring 2024-09-10T04:22:15.104 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:14 smithi047 bash[19880]: cephadm 2024-09-10T04:22:14.023580+0000 mgr.smithi047.jescqm (mgr.14203) 12 : cephadm [INF] Updating smithi149:/etc/ceph/ceph.client.admin.keyring 2024-09-10T04:22:15.104 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:14 smithi047 bash[19880]: cephadm 2024-09-10T04:22:14.112352+0000 mgr.smithi047.jescqm (mgr.14203) 13 : cephadm [INF] Updating smithi047:/var/lib/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/config/ceph.client.admin.keyring 2024-09-10T04:22:15.104 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:14 smithi047 bash[19880]: cephadm 2024-09-10T04:22:14.112352+0000 mgr.smithi047.jescqm (mgr.14203) 13 : cephadm [INF] Updating smithi047:/var/lib/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/config/ceph.client.admin.keyring 2024-09-10T04:22:15.104 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:14 smithi047 bash[19880]: cephadm 2024-09-10T04:22:14.112660+0000 mgr.smithi047.jescqm (mgr.14203) 14 : cephadm [INF] Updating smithi149:/var/lib/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/config/ceph.client.admin.keyring 2024-09-10T04:22:15.104 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:14 smithi047 bash[19880]: cephadm 2024-09-10T04:22:14.112660+0000 mgr.smithi047.jescqm (mgr.14203) 14 : cephadm [INF] Updating smithi149:/var/lib/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/config/ceph.client.admin.keyring 2024-09-10T04:22:15.104 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:14 smithi047 bash[19880]: audit 2024-09-10T04:22:14.207653+0000 mon.smithi047 (mon.0) 200 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:15.104 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:14 smithi047 bash[19880]: audit 2024-09-10T04:22:14.207653+0000 mon.smithi047 (mon.0) 200 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:15.104 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:14 smithi047 bash[19880]: audit 2024-09-10T04:22:14.210116+0000 mon.smithi047 (mon.0) 201 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:15.104 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:14 smithi047 bash[19880]: audit 2024-09-10T04:22:14.210116+0000 mon.smithi047 (mon.0) 201 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:15.104 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:14 smithi047 bash[19880]: audit 2024-09-10T04:22:14.212794+0000 mon.smithi047 (mon.0) 202 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:15.104 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:14 smithi047 bash[19880]: audit 2024-09-10T04:22:14.212794+0000 mon.smithi047 (mon.0) 202 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:15.105 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:14 smithi047 bash[19880]: audit 2024-09-10T04:22:14.214996+0000 mon.smithi047 (mon.0) 203 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:15.105 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:14 smithi047 bash[19880]: audit 2024-09-10T04:22:14.214996+0000 mon.smithi047 (mon.0) 203 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:15.105 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:14 smithi047 bash[19880]: audit 2024-09-10T04:22:14.218409+0000 mon.smithi047 (mon.0) 204 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:15.105 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:14 smithi047 bash[19880]: audit 2024-09-10T04:22:14.218409+0000 mon.smithi047 (mon.0) 204 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:15.105 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:14 smithi047 bash[19880]: audit 2024-09-10T04:22:14.220548+0000 mon.smithi047 (mon.0) 205 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi149", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]} : dispatch 2024-09-10T04:22:15.105 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:14 smithi047 bash[19880]: audit 2024-09-10T04:22:14.220548+0000 mon.smithi047 (mon.0) 205 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi149", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]} : dispatch 2024-09-10T04:22:15.105 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:14 smithi047 bash[19880]: audit 2024-09-10T04:22:14.221503+0000 mon.smithi047 (mon.0) 206 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi149", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2024-09-10T04:22:15.105 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:14 smithi047 bash[19880]: audit 2024-09-10T04:22:14.221503+0000 mon.smithi047 (mon.0) 206 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi149", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2024-09-10T04:22:15.105 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:14 smithi047 bash[19880]: audit 2024-09-10T04:22:14.223972+0000 mon.smithi047 (mon.0) 207 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:22:15.105 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:14 smithi047 bash[19880]: audit 2024-09-10T04:22:14.223972+0000 mon.smithi047 (mon.0) 207 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:22:15.105 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:14 smithi047 bash[19880]: cephadm 2024-09-10T04:22:14.225339+0000 mgr.smithi047.jescqm (mgr.14203) 15 : cephadm [INF] Deploying daemon ceph-exporter.smithi149 on smithi149 2024-09-10T04:22:15.105 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:14 smithi047 bash[19880]: cephadm 2024-09-10T04:22:14.225339+0000 mgr.smithi047.jescqm (mgr.14203) 15 : cephadm [INF] Deploying daemon ceph-exporter.smithi149 on smithi149 2024-09-10T04:22:15.485 INFO:teuthology.orchestra.run.smithi149.stderr:Inferring config /var/lib/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T04:22:17.765 INFO:teuthology.orchestra.run.smithi149.stderr:dumped monmap epoch 1 2024-09-10T04:22:17.766 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-09-10T04:22:17.766 INFO:teuthology.orchestra.run.smithi149.stdout:{"epoch":1,"fsid":"b165ca24-6f2b-11ef-bcea-c7b262605968","modified":"2024-09-10T04:19:23.223763Z","created":"2024-09-10T04:19:23.223763Z","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":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-10T04:22:18.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:17 smithi047 bash[19880]: audit 2024-09-10T04:22:17.765303+0000 mon.smithi047 (mon.0) 208 : audit [DBG] from='client.? 172.21.15.149:0/606006903' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-10T04:22:18.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:17 smithi047 bash[19880]: audit 2024-09-10T04:22:17.765303+0000 mon.smithi047 (mon.0) 208 : audit [DBG] from='client.? 172.21.15.149:0/606006903' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-10T04:22:19.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:19 smithi047 bash[19880]: audit 2024-09-10T04:22:18.140965+0000 mon.smithi047 (mon.0) 209 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:19.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:19 smithi047 bash[19880]: audit 2024-09-10T04:22:18.140965+0000 mon.smithi047 (mon.0) 209 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:19.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:19 smithi047 bash[19880]: audit 2024-09-10T04:22:18.146634+0000 mon.smithi047 (mon.0) 210 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:19.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:19 smithi047 bash[19880]: audit 2024-09-10T04:22:18.146634+0000 mon.smithi047 (mon.0) 210 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:19.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:19 smithi047 bash[19880]: audit 2024-09-10T04:22:18.152681+0000 mon.smithi047 (mon.0) 211 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:19.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:19 smithi047 bash[19880]: audit 2024-09-10T04:22:18.152681+0000 mon.smithi047 (mon.0) 211 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:19.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:19 smithi047 bash[19880]: audit 2024-09-10T04:22:18.158119+0000 mon.smithi047 (mon.0) 212 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:19.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:19 smithi047 bash[19880]: audit 2024-09-10T04:22:18.158119+0000 mon.smithi047 (mon.0) 212 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:19.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:19 smithi047 bash[19880]: audit 2024-09-10T04:22:18.160985+0000 mon.smithi047 (mon.0) 213 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get-or-create", "entity": "client.crash.smithi149", "caps": ["mon", "profile crash", "mgr", "profile crash"]} : dispatch 2024-09-10T04:22:19.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:19 smithi047 bash[19880]: audit 2024-09-10T04:22:18.160985+0000 mon.smithi047 (mon.0) 213 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get-or-create", "entity": "client.crash.smithi149", "caps": ["mon", "profile crash", "mgr", "profile crash"]} : dispatch 2024-09-10T04:22:19.625 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:19 smithi047 bash[19880]: audit 2024-09-10T04:22:18.162712+0000 mon.smithi047 (mon.0) 214 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi149", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-09-10T04:22:19.625 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:19 smithi047 bash[19880]: audit 2024-09-10T04:22:18.162712+0000 mon.smithi047 (mon.0) 214 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi149", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-09-10T04:22:19.625 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:19 smithi047 bash[19880]: audit 2024-09-10T04:22:18.167067+0000 mon.smithi047 (mon.0) 215 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:22:19.625 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:19 smithi047 bash[19880]: audit 2024-09-10T04:22:18.167067+0000 mon.smithi047 (mon.0) 215 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:22:19.625 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:19 smithi047 bash[19880]: cephadm 2024-09-10T04:22:18.168965+0000 mgr.smithi047.jescqm (mgr.14203) 16 : cephadm [INF] Deploying daemon crash.smithi149 on smithi149 2024-09-10T04:22:19.625 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:19 smithi047 bash[19880]: cephadm 2024-09-10T04:22:18.168965+0000 mgr.smithi047.jescqm (mgr.14203) 16 : cephadm [INF] Deploying daemon crash.smithi149 on smithi149 2024-09-10T04:22:19.625 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:19 smithi047 bash[19880]: audit 2024-09-10T04:22:19.125532+0000 mon.smithi047 (mon.0) 216 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:19.625 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:19 smithi047 bash[19880]: audit 2024-09-10T04:22:19.125532+0000 mon.smithi047 (mon.0) 216 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:19.625 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:19 smithi047 bash[19880]: audit 2024-09-10T04:22:19.126093+0000 mon.smithi047 (mon.0) 217 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:22:19.625 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:19 smithi047 bash[19880]: audit 2024-09-10T04:22:19.126093+0000 mon.smithi047 (mon.0) 217 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:22:19.708 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-10T04:22:19.708 DEBUG:teuthology.orchestra.run.smithi149:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b165ca24-6f2b-11ef-bcea-c7b262605968 -- ceph mon dump -f json 2024-09-10T04:22:22.503 INFO:teuthology.orchestra.run.smithi149.stderr:Inferring config /var/lib/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T04:22:22.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:22 smithi047 bash[19880]: audit 2024-09-10T04:22:21.348127+0000 mon.smithi047 (mon.0) 218 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:22.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:22 smithi047 bash[19880]: audit 2024-09-10T04:22:21.348127+0000 mon.smithi047 (mon.0) 218 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:22.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:22 smithi047 bash[19880]: audit 2024-09-10T04:22:21.353835+0000 mon.smithi047 (mon.0) 219 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:22.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:22 smithi047 bash[19880]: audit 2024-09-10T04:22:21.353835+0000 mon.smithi047 (mon.0) 219 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:22.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:22 smithi047 bash[19880]: audit 2024-09-10T04:22:21.359693+0000 mon.smithi047 (mon.0) 220 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:22.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:22 smithi047 bash[19880]: audit 2024-09-10T04:22:21.359693+0000 mon.smithi047 (mon.0) 220 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:22.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:22 smithi047 bash[19880]: audit 2024-09-10T04:22:21.365172+0000 mon.smithi047 (mon.0) 221 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:22.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:22 smithi047 bash[19880]: audit 2024-09-10T04:22:21.365172+0000 mon.smithi047 (mon.0) 221 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:22.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:22 smithi047 bash[19880]: cephadm 2024-09-10T04:22:21.368271+0000 mgr.smithi047.jescqm (mgr.14203) 17 : cephadm [INF] Deploying daemon node-exporter.smithi149 on smithi149 2024-09-10T04:22:22.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:22 smithi047 bash[19880]: cephadm 2024-09-10T04:22:21.368271+0000 mgr.smithi047.jescqm (mgr.14203) 17 : cephadm [INF] Deploying daemon node-exporter.smithi149 on smithi149 2024-09-10T04:22:24.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:23 smithi047 bash[19880]: audit 2024-09-10T04:22:22.646393+0000 mon.smithi047 (mon.0) 222 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:24.124 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:23 smithi047 bash[19880]: audit 2024-09-10T04:22:22.646393+0000 mon.smithi047 (mon.0) 222 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:24.124 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:23 smithi047 bash[19880]: audit 2024-09-10T04:22:22.652231+0000 mon.smithi047 (mon.0) 223 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:24.124 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:23 smithi047 bash[19880]: audit 2024-09-10T04:22:22.652231+0000 mon.smithi047 (mon.0) 223 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:24.124 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:23 smithi047 bash[19880]: audit 2024-09-10T04:22:22.658153+0000 mon.smithi047 (mon.0) 224 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:24.124 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:23 smithi047 bash[19880]: audit 2024-09-10T04:22:22.658153+0000 mon.smithi047 (mon.0) 224 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:24.124 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:23 smithi047 bash[19880]: audit 2024-09-10T04:22:22.663700+0000 mon.smithi047 (mon.0) 225 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:24.124 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:23 smithi047 bash[19880]: audit 2024-09-10T04:22:22.663700+0000 mon.smithi047 (mon.0) 225 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:24.124 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:23 smithi047 bash[19880]: audit 2024-09-10T04:22:22.668018+0000 mon.smithi047 (mon.0) 226 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get-or-create", "entity": "mgr.smithi149.vwswua", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-10T04:22:24.124 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:23 smithi047 bash[19880]: audit 2024-09-10T04:22:22.668018+0000 mon.smithi047 (mon.0) 226 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get-or-create", "entity": "mgr.smithi149.vwswua", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-10T04:22:24.124 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:23 smithi047 bash[19880]: audit 2024-09-10T04:22:22.669736+0000 mon.smithi047 (mon.0) 227 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi149.vwswua", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-10T04:22:24.124 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:23 smithi047 bash[19880]: audit 2024-09-10T04:22:22.669736+0000 mon.smithi047 (mon.0) 227 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi149.vwswua", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-10T04:22:24.125 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:23 smithi047 bash[19880]: audit 2024-09-10T04:22:22.674176+0000 mon.smithi047 (mon.0) 228 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "mgr services"} : dispatch 2024-09-10T04:22:24.125 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:23 smithi047 bash[19880]: audit 2024-09-10T04:22:22.674176+0000 mon.smithi047 (mon.0) 228 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "mgr services"} : dispatch 2024-09-10T04:22:24.125 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:23 smithi047 bash[19880]: audit 2024-09-10T04:22:22.676155+0000 mon.smithi047 (mon.0) 229 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:22:24.125 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:23 smithi047 bash[19880]: audit 2024-09-10T04:22:22.676155+0000 mon.smithi047 (mon.0) 229 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:22:24.125 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:23 smithi047 bash[19880]: cephadm 2024-09-10T04:22:22.678116+0000 mgr.smithi047.jescqm (mgr.14203) 18 : cephadm [INF] Deploying daemon mgr.smithi149.vwswua on smithi149 2024-09-10T04:22:24.125 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:23 smithi047 bash[19880]: cephadm 2024-09-10T04:22:22.678116+0000 mgr.smithi047.jescqm (mgr.14203) 18 : cephadm [INF] Deploying daemon mgr.smithi149.vwswua on smithi149 2024-09-10T04:22:25.142 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-09-10T04:22:25.142 INFO:teuthology.orchestra.run.smithi149.stdout:{"epoch":1,"fsid":"b165ca24-6f2b-11ef-bcea-c7b262605968","modified":"2024-09-10T04:19:23.223763Z","created":"2024-09-10T04:19:23.223763Z","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":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-10T04:22:25.142 INFO:teuthology.orchestra.run.smithi149.stderr:dumped monmap epoch 1 2024-09-10T04:22:25.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:25 smithi047 bash[19880]: cluster 2024-09-10T04:22:23.663913+0000 mgr.smithi047.jescqm (mgr.14203) 19 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:22:25.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:25 smithi047 bash[19880]: cluster 2024-09-10T04:22:23.663913+0000 mgr.smithi047.jescqm (mgr.14203) 19 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:22:25.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:25 smithi047 bash[19880]: audit 2024-09-10T04:22:24.132160+0000 mon.smithi047 (mon.0) 230 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:25.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:25 smithi047 bash[19880]: audit 2024-09-10T04:22:24.132160+0000 mon.smithi047 (mon.0) 230 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:26.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:26 smithi047 bash[19880]: audit 2024-09-10T04:22:25.141682+0000 mon.smithi047 (mon.0) 231 : audit [DBG] from='client.? 172.21.15.149:0/946599570' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-10T04:22:26.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:26 smithi047 bash[19880]: audit 2024-09-10T04:22:25.141682+0000 mon.smithi047 (mon.0) 231 : audit [DBG] from='client.? 172.21.15.149:0/946599570' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-10T04:22:27.344 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-10T04:22:27.345 DEBUG:teuthology.orchestra.run.smithi149:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b165ca24-6f2b-11ef-bcea-c7b262605968 -- ceph mon dump -f json 2024-09-10T04:22:27.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:27 smithi047 bash[19880]: cluster 2024-09-10T04:22:25.664374+0000 mgr.smithi047.jescqm (mgr.14203) 20 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:22:27.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:27 smithi047 bash[19880]: cluster 2024-09-10T04:22:25.664374+0000 mgr.smithi047.jescqm (mgr.14203) 20 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:22:27.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:27 smithi047 bash[19880]: audit 2024-09-10T04:22:26.982559+0000 mon.smithi047 (mon.0) 232 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:27.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:27 smithi047 bash[19880]: audit 2024-09-10T04:22:26.982559+0000 mon.smithi047 (mon.0) 232 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:27.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:27 smithi047 bash[19880]: audit 2024-09-10T04:22:26.988528+0000 mon.smithi047 (mon.0) 233 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:27.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:27 smithi047 bash[19880]: audit 2024-09-10T04:22:26.988528+0000 mon.smithi047 (mon.0) 233 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:27.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:27 smithi047 bash[19880]: audit 2024-09-10T04:22:26.994454+0000 mon.smithi047 (mon.0) 234 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:27.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:27 smithi047 bash[19880]: audit 2024-09-10T04:22:26.994454+0000 mon.smithi047 (mon.0) 234 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:27.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:27 smithi047 bash[19880]: audit 2024-09-10T04:22:27.000179+0000 mon.smithi047 (mon.0) 235 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:27.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:27 smithi047 bash[19880]: audit 2024-09-10T04:22:27.000179+0000 mon.smithi047 (mon.0) 235 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:27.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:27 smithi047 bash[19880]: audit 2024-09-10T04:22:27.003922+0000 mon.smithi047 (mon.0) 236 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-10T04:22:27.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:27 smithi047 bash[19880]: audit 2024-09-10T04:22:27.003922+0000 mon.smithi047 (mon.0) 236 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-10T04:22:27.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:27 smithi047 bash[19880]: audit 2024-09-10T04:22:27.005760+0000 mon.smithi047 (mon.0) 237 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:22:27.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:27 smithi047 bash[19880]: audit 2024-09-10T04:22:27.005760+0000 mon.smithi047 (mon.0) 237 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:22:27.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:27 smithi149 systemd[1]: /etc/systemd/system/ceph-b165ca24-6f2b-11ef-bcea-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-10T04:22:28.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:28 smithi047 bash[19880]: cephadm 2024-09-10T04:22:27.007846+0000 mgr.smithi047.jescqm (mgr.14203) 21 : cephadm [INF] Deploying daemon mon.smithi149 on smithi149 2024-09-10T04:22:28.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:28 smithi047 bash[19880]: cephadm 2024-09-10T04:22:27.007846+0000 mgr.smithi047.jescqm (mgr.14203) 21 : cephadm [INF] Deploying daemon mon.smithi149 on smithi149 2024-09-10T04:22:29.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:29 smithi047 bash[19880]: cluster 2024-09-10T04:22:27.664828+0000 mgr.smithi047.jescqm (mgr.14203) 22 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:22:29.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:29 smithi047 bash[19880]: cluster 2024-09-10T04:22:27.664828+0000 mgr.smithi047.jescqm (mgr.14203) 22 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:22:29.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:29 smithi047 bash[19880]: audit 2024-09-10T04:22:29.139405+0000 mon.smithi047 (mon.0) 238 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:29.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:29 smithi047 bash[19880]: audit 2024-09-10T04:22:29.139405+0000 mon.smithi047 (mon.0) 238 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:31.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:31 smithi047 bash[19880]: cluster 2024-09-10T04:22:29.665232+0000 mgr.smithi047.jescqm (mgr.14203) 23 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:22:31.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:31 smithi047 bash[19880]: cluster 2024-09-10T04:22:29.665232+0000 mgr.smithi047.jescqm (mgr.14203) 23 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:22:32.418 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:32 smithi149 systemd[1]: /etc/systemd/system/ceph-b165ca24-6f2b-11ef-bcea-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-10T04:22:32.419 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:32 smithi149 systemd[1]: /etc/systemd/system/ceph-b165ca24-6f2b-11ef-bcea-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-10T04:22:32.419 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:32 smithi149 systemd[1]: /etc/systemd/system/ceph-b165ca24-6f2b-11ef-bcea-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-10T04:22:32.419 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:32 smithi149 systemd[1]: /etc/systemd/system/ceph-b165ca24-6f2b-11ef-bcea-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-10T04:22:32.419 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:32 smithi149 systemd[1]: Started Ceph mon.smithi149 for b165ca24-6f2b-11ef-bcea-c7b262605968. 2024-09-10T04:22:33.085 INFO:teuthology.orchestra.run.smithi149.stderr:Inferring config /var/lib/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/mon.smithi149/config 2024-09-10T04:22:33.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:33 smithi047 bash[19880]: cluster 2024-09-10T04:22:31.665693+0000 mgr.smithi047.jescqm (mgr.14203) 24 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:22:33.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:33 smithi047 bash[19880]: cluster 2024-09-10T04:22:31.665693+0000 mgr.smithi047.jescqm (mgr.14203) 24 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:22:33.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:33 smithi047 bash[19880]: audit 2024-09-10T04:22:32.354414+0000 mon.smithi047 (mon.0) 239 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:33.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:33 smithi047 bash[19880]: audit 2024-09-10T04:22:32.354414+0000 mon.smithi047 (mon.0) 239 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:33.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:33 smithi047 bash[19880]: audit 2024-09-10T04:22:32.360942+0000 mon.smithi047 (mon.0) 240 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:33.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:33 smithi047 bash[19880]: audit 2024-09-10T04:22:32.360942+0000 mon.smithi047 (mon.0) 240 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:33.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:33 smithi047 bash[19880]: audit 2024-09-10T04:22:32.367334+0000 mon.smithi047 (mon.0) 241 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:33.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:33 smithi047 bash[19880]: audit 2024-09-10T04:22:32.367334+0000 mon.smithi047 (mon.0) 241 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:33.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:33 smithi047 bash[19880]: audit 2024-09-10T04:22:32.373381+0000 mon.smithi047 (mon.0) 242 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:33.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:33 smithi047 bash[19880]: audit 2024-09-10T04:22:32.373381+0000 mon.smithi047 (mon.0) 242 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:33.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:33 smithi047 bash[19880]: audit 2024-09-10T04:22:32.383440+0000 mon.smithi047 (mon.0) 243 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:33.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:33 smithi047 bash[19880]: audit 2024-09-10T04:22:32.383440+0000 mon.smithi047 (mon.0) 243 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:33.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:33 smithi047 bash[19880]: audit 2024-09-10T04:22:32.415929+0000 mon.smithi047 (mon.0) 244 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:22:33.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:33 smithi047 bash[19880]: audit 2024-09-10T04:22:32.415929+0000 mon.smithi047 (mon.0) 244 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:22:33.842 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.827+0000 7fc29257ec80 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-10T04:22:33.842 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.827+0000 7fc29257ec80 0 ceph version 19.3.0-4885-g3a5e3f16 (3a5e3f16720f432aea965c40a8f6eb480095ec6c) squid (dev), process ceph-mon, pid 7 2024-09-10T04:22:33.842 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.827+0000 7fc29257ec80 0 pidfile_write: ignore empty --pid-file 2024-09-10T04:22:33.842 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 0 load: jerasure load: lrc 2024-09-10T04:22:33.843 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: RocksDB version: 7.9.2 2024-09-10T04:22:33.843 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Git sha 0 2024-09-10T04:22:33.843 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Compile date 2024-09-10 00:49:01 2024-09-10T04:22:33.843 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: DB SUMMARY 2024-09-10T04:22:33.843 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: DB Session ID: OBAE1U5J8MNT0KQ7WJ2K 2024-09-10T04:22:33.843 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: CURRENT file: CURRENT 2024-09-10T04:22:33.843 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: IDENTITY file: IDENTITY 2024-09-10T04:22:33.843 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-09-10T04:22:33.843 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi149/store.db dir, Total Num: 0, files: 2024-09-10T04:22:33.843 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi149/store.db: 000004.log size: 511 ; 2024-09-10T04:22:33.843 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.error_if_exists: 0 2024-09-10T04:22:33.843 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.create_if_missing: 0 2024-09-10T04:22:33.844 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.paranoid_checks: 1 2024-09-10T04:22:33.844 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-09-10T04:22:33.844 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-10T04:22:33.844 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-10T04:22:33.844 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.env: 0x555aa68d6120 2024-09-10T04:22:33.844 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.fs: PosixFileSystem 2024-09-10T04:22:33.844 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.info_log: 0x555aa77e58e0 2024-09-10T04:22:33.844 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-10T04:22:33.844 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.statistics: (nil) 2024-09-10T04:22:33.844 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.use_fsync: 0 2024-09-10T04:22:33.844 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.max_log_file_size: 0 2024-09-10T04:22:33.844 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-10T04:22:33.844 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-10T04:22:33.845 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-10T04:22:33.845 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-10T04:22:33.845 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.allow_fallocate: 1 2024-09-10T04:22:33.845 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-10T04:22:33.845 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-10T04:22:33.845 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.use_direct_reads: 0 2024-09-10T04:22:33.845 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-10T04:22:33.845 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.create_missing_column_families: 0 2024-09-10T04:22:33.845 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.db_log_dir: 2024-09-10T04:22:33.845 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.wal_dir: 2024-09-10T04:22:33.845 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-10T04:22:33.845 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-10T04:22:33.845 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-10T04:22:33.845 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-10T04:22:33.846 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-10T04:22:33.846 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-10T04:22:33.846 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.advise_random_on_open: 1 2024-09-10T04:22:33.846 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-10T04:22:33.846 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.write_buffer_manager: 0x555aa77e9b80 2024-09-10T04:22:33.846 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-10T04:22:33.846 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-10T04:22:33.846 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-10T04:22:33.846 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.rate_limiter: (nil) 2024-09-10T04:22:33.846 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-10T04:22:33.846 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-10T04:22:33.847 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-10T04:22:33.847 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-10T04:22:33.847 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.unordered_write: 0 2024-09-10T04:22:33.847 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-10T04:22:33.847 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-10T04:22:33.847 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-10T04:22:33.847 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-10T04:22:33.847 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.row_cache: None 2024-09-10T04:22:33.847 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.wal_filter: None 2024-09-10T04:22:33.848 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-10T04:22:33.848 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-10T04:22:33.848 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.two_write_queues: 0 2024-09-10T04:22:33.848 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.manual_wal_flush: 0 2024-09-10T04:22:33.848 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.wal_compression: 0 2024-09-10T04:22:33.848 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.atomic_flush: 0 2024-09-10T04:22:33.848 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-10T04:22:33.848 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-09-10T04:22:33.848 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-09-10T04:22:33.848 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.log_readahead_size: 0 2024-09-10T04:22:33.848 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-10T04:22:33.848 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.best_efforts_recovery: 0 2024-09-10T04:22:33.848 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-10T04:22:33.848 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-10T04:22:33.849 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.allow_data_in_errors: 0 2024-09-10T04:22:33.849 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.db_host_id: __hostname__ 2024-09-10T04:22:33.849 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-09-10T04:22:33.849 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.max_background_jobs: 2 2024-09-10T04:22:33.849 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.max_background_compactions: -1 2024-09-10T04:22:33.849 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.max_subcompactions: 1 2024-09-10T04:22:33.849 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-10T04:22:33.849 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-10T04:22:33.849 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-10T04:22:33.849 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.max_total_wal_size: 0 2024-09-10T04:22:33.849 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-10T04:22:33.849 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-10T04:22:33.849 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-10T04:22:33.850 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-10T04:22:33.850 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.max_open_files: -1 2024-09-10T04:22:33.850 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.bytes_per_sync: 0 2024-09-10T04:22:33.850 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-10T04:22:33.850 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-09-10T04:22:33.850 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-10T04:22:33.850 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.max_background_flushes: -1 2024-09-10T04:22:33.850 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Compression algorithms supported: 2024-09-10T04:22:33.850 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: kZSTD supported: 0 2024-09-10T04:22:33.850 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: kXpressCompression supported: 0 2024-09-10T04:22:33.850 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: kBZip2Compression supported: 0 2024-09-10T04:22:33.850 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-10T04:22:33.850 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: kLZ4Compression supported: 1 2024-09-10T04:22:33.850 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: kZlibCompression supported: 1 2024-09-10T04:22:33.850 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-10T04:22:33.851 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: kSnappyCompression supported: 1 2024-09-10T04:22:33.851 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-10T04:22:33.851 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-09-10T04:22:33.851 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi149/store.db/MANIFEST-000005 2024-09-10T04:22:33.851 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-10T04:22:33.851 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-10T04:22:33.851 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.merge_operator: 2024-09-10T04:22:33.851 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.compaction_filter: None 2024-09-10T04:22:33.851 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.compaction_filter_factory: None 2024-09-10T04:22:33.851 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.sst_partitioner_factory: None 2024-09-10T04:22:33.851 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-10T04:22:33.851 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-10T04:22:33.851 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x555aa77e5540) 2024-09-10T04:22:33.851 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: cache_index_and_filter_blocks: 1 2024-09-10T04:22:33.852 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-10T04:22:33.852 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-10T04:22:33.852 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: pin_top_level_index_and_filter: 1 2024-09-10T04:22:33.852 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: index_type: 0 2024-09-10T04:22:33.852 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: data_block_index_type: 0 2024-09-10T04:22:33.852 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: index_shortening: 1 2024-09-10T04:22:33.852 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: data_block_hash_table_util_ratio: 0.750000 2024-09-10T04:22:33.852 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: checksum: 4 2024-09-10T04:22:33.852 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: no_block_cache: 0 2024-09-10T04:22:33.852 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: block_cache: 0x555aa77db610 2024-09-10T04:22:33.852 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: block_cache_name: BinnedLRUCache 2024-09-10T04:22:33.852 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: block_cache_options: 2024-09-10T04:22:33.852 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: capacity : 536870912 2024-09-10T04:22:33.853 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: num_shard_bits : 4 2024-09-10T04:22:33.853 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: strict_capacity_limit : 0 2024-09-10T04:22:33.853 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: high_pri_pool_ratio: 0.000 2024-09-10T04:22:33.853 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: block_cache_compressed: (nil) 2024-09-10T04:22:33.853 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: persistent_cache: (nil) 2024-09-10T04:22:33.853 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: block_size: 4096 2024-09-10T04:22:33.853 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: block_size_deviation: 10 2024-09-10T04:22:33.853 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: block_restart_interval: 16 2024-09-10T04:22:33.853 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: index_block_restart_interval: 1 2024-09-10T04:22:33.853 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: metadata_block_size: 4096 2024-09-10T04:22:33.853 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: partition_filters: 0 2024-09-10T04:22:33.853 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: use_delta_encoding: 1 2024-09-10T04:22:33.853 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: filter_policy: bloomfilter 2024-09-10T04:22:33.853 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: whole_key_filtering: 1 2024-09-10T04:22:33.854 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: verify_compression: 0 2024-09-10T04:22:34.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: read_amp_bytes_per_bit: 0 2024-09-10T04:22:34.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: format_version: 5 2024-09-10T04:22:34.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: enable_index_compression: 1 2024-09-10T04:22:34.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: block_align: 0 2024-09-10T04:22:34.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: max_auto_readahead_size: 262144 2024-09-10T04:22:34.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: prepopulate_block_cache: 0 2024-09-10T04:22:34.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: initial_auto_readahead_size: 8192 2024-09-10T04:22:34.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: num_file_reads_for_auto_readahead: 2 2024-09-10T04:22:34.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-10T04:22:34.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-10T04:22:34.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.compression: NoCompression 2024-09-10T04:22:34.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-10T04:22:34.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-10T04:22:34.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-10T04:22:34.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.num_levels: 7 2024-09-10T04:22:34.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-10T04:22:34.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-10T04:22:34.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-10T04:22:34.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-10T04:22:34.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-10T04:22:34.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-10T04:22:34.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-10T04:22:34.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-10T04:22:34.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-10T04:22:34.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-10T04:22:34.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-10T04:22:34.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-10T04:22:34.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-10T04:22:34.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.compression_opts.level: 32767 2024-09-10T04:22:34.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-10T04:22:34.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-10T04:22:34.186 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-10T04:22:34.186 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-10T04:22:34.187 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-10T04:22:34.187 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.compression_opts.enabled: false 2024-09-10T04:22:34.187 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-10T04:22:34.187 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-10T04:22:34.187 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-10T04:22:34.187 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-10T04:22:34.187 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-10T04:22:34.187 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-10T04:22:34.187 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-10T04:22:34.187 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-10T04:22:34.187 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-10T04:22:34.187 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-10T04:22:34.187 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-10T04:22:34.188 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-10T04:22:34.188 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-10T04:22:34.188 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-10T04:22:34.188 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-10T04:22:34.188 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-10T04:22:34.188 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-10T04:22:34.188 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-10T04:22:34.188 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-10T04:22:34.188 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.arena_block_size: 1048576 2024-09-10T04:22:34.188 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-10T04:22:34.188 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-10T04:22:34.188 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-10T04:22:34.188 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-10T04:22:34.189 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-10T04:22:34.189 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-10T04:22:34.189 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-10T04:22:34.189 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-10T04:22:34.189 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-10T04:22:34.189 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-10T04:22:34.189 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-10T04:22:34.189 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-10T04:22:34.189 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-10T04:22:34.189 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-10T04:22:34.189 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.inplace_update_support: 0 2024-09-10T04:22:34.189 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-10T04:22:34.189 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-10T04:22:34.189 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-10T04:22:34.190 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-10T04:22:34.190 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.bloom_locality: 0 2024-09-10T04:22:34.190 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.max_successive_merges: 0 2024-09-10T04:22:34.190 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-10T04:22:34.190 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-10T04:22:34.190 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.force_consistency_checks: 1 2024-09-10T04:22:34.190 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-10T04:22:34.190 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.ttl: 2592000 2024-09-10T04:22:34.190 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-09-10T04:22:34.190 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-10T04:22:34.190 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-10T04:22:34.190 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.enable_blob_files: false 2024-09-10T04:22:34.190 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.min_blob_size: 0 2024-09-10T04:22:34.191 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.blob_file_size: 268435456 2024-09-10T04:22:34.191 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-09-10T04:22:34.191 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-09-10T04:22:34.191 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-10T04:22:34.191 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-10T04:22:34.191 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-10T04:22:34.191 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.blob_file_starting_level: 0 2024-09-10T04:22:34.191 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.831+0000 7fc29257ec80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-10T04:22:34.191 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.835+0000 7fc29257ec80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi149/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-10T04:22:34.191 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.835+0000 7fc29257ec80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-09-10T04:22:34.191 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.835+0000 7fc29257ec80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: c644cde3-664b-42dc-b896-146fc1f52917 2024-09-10T04:22:34.191 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.835+0000 7fc29257ec80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1725942153839309, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-09-10T04:22:34.191 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.835+0000 7fc29257ec80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-09-10T04:22:34.192 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.835+0000 7fc29257ec80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1725942153839764, "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": 1725942153, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "c644cde3-664b-42dc-b896-146fc1f52917", "db_session_id": "OBAE1U5J8MNT0KQ7WJ2K", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-09-10T04:22:34.192 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.835+0000 7fc29257ec80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1725942153839876, "job": 1, "event": "recovery_finished"} 2024-09-10T04:22:34.192 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.835+0000 7fc29257ec80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-09-10T04:22:34.192 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.835+0000 7fc29257ec80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-smithi149/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-09-10T04:22:34.192 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.835+0000 7fc29257ec80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x555aa7808e00 2024-09-10T04:22:34.192 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.835+0000 7fc29257ec80 4 rocksdb: DB pointer 0x555aa790c000 2024-09-10T04:22:34.192 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.835+0000 7fc288346640 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-10T04:22:34.192 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.835+0000 7fc288346640 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-10T04:22:34.192 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: ** DB Stats ** 2024-09-10T04:22:34.192 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-10T04:22:34.192 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: 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-10T04:22:34.192 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-10T04:22:34.192 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-10T04:22:34.192 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: 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-10T04:22:34.193 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-10T04:22:34.193 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-10T04:22:34.193 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: ** Compaction Stats [default] ** 2024-09-10T04:22:34.193 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: 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-10T04:22:34.193 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-10T04:22:34.193 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: 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.7 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-10T04:22:34.193 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: 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.7 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-10T04:22:34.193 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: 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.7 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-10T04:22:34.193 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: ** Compaction Stats [default] ** 2024-09-10T04:22:34.193 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: 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-10T04:22:34.193 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-10T04:22:34.195 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: 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.7 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-10T04:22:34.195 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-10T04:22:34.195 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-10T04:22:34.195 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: Flush(GB): cumulative 0.000, interval 0.000 2024-09-10T04:22:34.195 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-10T04:22:34.195 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: AddFile(Total Files): cumulative 0, interval 0 2024-09-10T04:22:34.195 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-10T04:22:34.195 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: AddFile(Keys): cumulative 0, interval 0 2024-09-10T04:22:34.195 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: Cumulative compaction: 0.00 GB write, 0.51 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-10T04:22:34.196 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: Interval compaction: 0.00 GB write, 0.51 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-10T04:22:34.196 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: 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-10T04:22:34.196 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: Block cache BinnedLRUCache@0x555aa77db610#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1e-05 secs_since: 0 2024-09-10T04:22:34.196 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: 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-10T04:22:34.196 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: ** File Read Latency Histogram By Level [default] ** 2024-09-10T04:22:34.196 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.835+0000 7fc29257ec80 0 mon.smithi149 does not exist in monmap, will attempt to join an existing cluster 2024-09-10T04:22:34.196 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.835+0000 7fc29257ec80 0 using public_addr v2:172.21.15.149:0/0 -> [v2:172.21.15.149:3300/0,v1:172.21.15.149:6789/0] 2024-09-10T04:22:34.196 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.835+0000 7fc29257ec80 0 starting mon.smithi149 rank -1 at public addrs [v2:172.21.15.149:3300/0,v1:172.21.15.149:6789/0] at bind addrs [v2:172.21.15.149:3300/0,v1:172.21.15.149:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi149 fsid b165ca24-6f2b-11ef-bcea-c7b262605968 2024-09-10T04:22:34.196 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.839+0000 7fc29257ec80 1 mon.smithi149@-1(???) e0 preinit fsid b165ca24-6f2b-11ef-bcea-c7b262605968 2024-09-10T04:22:34.196 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.871+0000 7fc28b34c640 0 mon.smithi149@-1(synchronizing).mds e1 new map 2024-09-10T04:22:34.196 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.871+0000 7fc28b34c640 0 mon.smithi149@-1(synchronizing).mds e1 print_map 2024-09-10T04:22:34.196 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: e1 2024-09-10T04:22:34.196 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: btime 2024-09-10T04:19:27:618432+0000 2024-09-10T04:22:34.197 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: enable_multiple, ever_enabled_multiple: 1,1 2024-09-10T04:22:34.197 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: 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-10T04:22:34.197 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: legacy client fscid: -1 2024-09-10T04:22:34.197 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: 2024-09-10T04:22:34.197 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: No filesystems configured 2024-09-10T04:22:34.197 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.871+0000 7fc28b34c640 1 mon.smithi149@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-09-10T04:22:34.197 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.871+0000 7fc28b34c640 1 mon.smithi149@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-09-10T04:22:34.197 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.871+0000 7fc28b34c640 1 mon.smithi149@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-09-10T04:22:34.197 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.871+0000 7fc28b34c640 1 mon.smithi149@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-09-10T04:22:34.197 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.871+0000 7fc28b34c640 1 mon.smithi149@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-09-10T04:22:34.197 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.871+0000 7fc28b34c640 1 mon.smithi149@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-09-10T04:22:34.197 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.871+0000 7fc28b34c640 1 mon.smithi149@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2024-09-10T04:22:34.197 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.871+0000 7fc28b34c640 0 mon.smithi149@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-10T04:22:34.198 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.871+0000 7fc28b34c640 0 mon.smithi149@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-09-10T04:22:34.198 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.871+0000 7fc28b34c640 0 mon.smithi149@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-09-10T04:22:34.198 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.871+0000 7fc28b34c640 0 mon.smithi149@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-09-10T04:22:34.198 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: audit 2024-09-10T04:22:10.246266+0000 mon.smithi047 (mon.0) 187 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:34.198 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: audit 2024-09-10T04:22:10.246266+0000 mon.smithi047 (mon.0) 187 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:34.198 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: audit 2024-09-10T04:22:10.249123+0000 mon.smithi047 (mon.0) 188 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:34.198 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: audit 2024-09-10T04:22:10.249123+0000 mon.smithi047 (mon.0) 188 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:34.198 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: audit 2024-09-10T04:22:11.409529+0000 mon.smithi047 (mon.0) 189 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:34.198 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: audit 2024-09-10T04:22:11.409529+0000 mon.smithi047 (mon.0) 189 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:34.198 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: audit 2024-09-10T04:22:11.413376+0000 mon.smithi047 (mon.0) 190 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:34.198 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: audit 2024-09-10T04:22:11.413376+0000 mon.smithi047 (mon.0) 190 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:34.198 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: audit 2024-09-10T04:22:11.415191+0000 mon.smithi047 (mon.0) 191 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config rm", "who": "osd/host:smithi047", "name": "osd_memory_target"} : dispatch 2024-09-10T04:22:34.198 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: audit 2024-09-10T04:22:11.415191+0000 mon.smithi047 (mon.0) 191 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config rm", "who": "osd/host:smithi047", "name": "osd_memory_target"} : dispatch 2024-09-10T04:22:34.199 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: audit 2024-09-10T04:22:12.698391+0000 mon.smithi047 (mon.0) 192 : audit [DBG] from='client.? 172.21.15.149:0/2903488383' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-10T04:22:34.199 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: audit 2024-09-10T04:22:12.698391+0000 mon.smithi047 (mon.0) 192 : audit [DBG] from='client.? 172.21.15.149:0/2903488383' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-10T04:22:34.199 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: audit 2024-09-10T04:22:13.752589+0000 mon.smithi047 (mon.0) 193 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:34.199 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: audit 2024-09-10T04:22:13.752589+0000 mon.smithi047 (mon.0) 193 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:34.199 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: audit 2024-09-10T04:22:13.758407+0000 mon.smithi047 (mon.0) 194 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:34.199 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: audit 2024-09-10T04:22:13.758407+0000 mon.smithi047 (mon.0) 194 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:34.199 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: audit 2024-09-10T04:22:13.765659+0000 mon.smithi047 (mon.0) 195 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:34.199 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: audit 2024-09-10T04:22:13.765659+0000 mon.smithi047 (mon.0) 195 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:34.199 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: audit 2024-09-10T04:22:13.771240+0000 mon.smithi047 (mon.0) 196 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:34.199 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: audit 2024-09-10T04:22:13.771240+0000 mon.smithi047 (mon.0) 196 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:34.199 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: audit 2024-09-10T04:22:13.772945+0000 mon.smithi047 (mon.0) 197 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config rm", "who": "osd/host:smithi149", "name": "osd_memory_target"} : dispatch 2024-09-10T04:22:34.199 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: audit 2024-09-10T04:22:13.772945+0000 mon.smithi047 (mon.0) 197 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config rm", "who": "osd/host:smithi149", "name": "osd_memory_target"} : dispatch 2024-09-10T04:22:34.199 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: audit 2024-09-10T04:22:13.775230+0000 mon.smithi047 (mon.0) 198 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:22:34.199 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: audit 2024-09-10T04:22:13.775230+0000 mon.smithi047 (mon.0) 198 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:22:34.200 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: audit 2024-09-10T04:22:13.776996+0000 mon.smithi047 (mon.0) 199 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:22:34.200 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: audit 2024-09-10T04:22:13.776996+0000 mon.smithi047 (mon.0) 199 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:22:34.200 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: cephadm 2024-09-10T04:22:13.779505+0000 mgr.smithi047.jescqm (mgr.14203) 7 : cephadm [INF] Updating smithi047:/etc/ceph/ceph.conf 2024-09-10T04:22:34.200 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: cephadm 2024-09-10T04:22:13.779505+0000 mgr.smithi047.jescqm (mgr.14203) 7 : cephadm [INF] Updating smithi047:/etc/ceph/ceph.conf 2024-09-10T04:22:34.200 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: cephadm 2024-09-10T04:22:13.779960+0000 mgr.smithi047.jescqm (mgr.14203) 8 : cephadm [INF] Updating smithi149:/etc/ceph/ceph.conf 2024-09-10T04:22:34.200 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: cephadm 2024-09-10T04:22:13.779960+0000 mgr.smithi047.jescqm (mgr.14203) 8 : cephadm [INF] Updating smithi149:/etc/ceph/ceph.conf 2024-09-10T04:22:34.200 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: cephadm 2024-09-10T04:22:13.922993+0000 mgr.smithi047.jescqm (mgr.14203) 9 : cephadm [INF] Updating smithi047:/var/lib/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T04:22:34.200 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: cephadm 2024-09-10T04:22:13.922993+0000 mgr.smithi047.jescqm (mgr.14203) 9 : cephadm [INF] Updating smithi047:/var/lib/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T04:22:34.200 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: cephadm 2024-09-10T04:22:13.927288+0000 mgr.smithi047.jescqm (mgr.14203) 10 : cephadm [INF] Updating smithi149:/var/lib/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T04:22:34.200 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: cephadm 2024-09-10T04:22:13.927288+0000 mgr.smithi047.jescqm (mgr.14203) 10 : cephadm [INF] Updating smithi149:/var/lib/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T04:22:34.200 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: cephadm 2024-09-10T04:22:14.023264+0000 mgr.smithi047.jescqm (mgr.14203) 11 : cephadm [INF] Updating smithi047:/etc/ceph/ceph.client.admin.keyring 2024-09-10T04:22:34.200 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: cephadm 2024-09-10T04:22:14.023264+0000 mgr.smithi047.jescqm (mgr.14203) 11 : cephadm [INF] Updating smithi047:/etc/ceph/ceph.client.admin.keyring 2024-09-10T04:22:34.200 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: cephadm 2024-09-10T04:22:14.023580+0000 mgr.smithi047.jescqm (mgr.14203) 12 : cephadm [INF] Updating smithi149:/etc/ceph/ceph.client.admin.keyring 2024-09-10T04:22:34.201 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: cephadm 2024-09-10T04:22:14.023580+0000 mgr.smithi047.jescqm (mgr.14203) 12 : cephadm [INF] Updating smithi149:/etc/ceph/ceph.client.admin.keyring 2024-09-10T04:22:34.201 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: cephadm 2024-09-10T04:22:14.112352+0000 mgr.smithi047.jescqm (mgr.14203) 13 : cephadm [INF] Updating smithi047:/var/lib/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/config/ceph.client.admin.keyring 2024-09-10T04:22:34.201 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: cephadm 2024-09-10T04:22:14.112352+0000 mgr.smithi047.jescqm (mgr.14203) 13 : cephadm [INF] Updating smithi047:/var/lib/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/config/ceph.client.admin.keyring 2024-09-10T04:22:34.201 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: cephadm 2024-09-10T04:22:14.112660+0000 mgr.smithi047.jescqm (mgr.14203) 14 : cephadm [INF] Updating smithi149:/var/lib/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/config/ceph.client.admin.keyring 2024-09-10T04:22:34.201 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: cephadm 2024-09-10T04:22:14.112660+0000 mgr.smithi047.jescqm (mgr.14203) 14 : cephadm [INF] Updating smithi149:/var/lib/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/config/ceph.client.admin.keyring 2024-09-10T04:22:34.201 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: audit 2024-09-10T04:22:14.207653+0000 mon.smithi047 (mon.0) 200 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:34.201 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: audit 2024-09-10T04:22:14.207653+0000 mon.smithi047 (mon.0) 200 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:34.201 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: audit 2024-09-10T04:22:14.210116+0000 mon.smithi047 (mon.0) 201 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:34.201 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: audit 2024-09-10T04:22:14.210116+0000 mon.smithi047 (mon.0) 201 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:34.201 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: audit 2024-09-10T04:22:14.212794+0000 mon.smithi047 (mon.0) 202 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:34.201 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: audit 2024-09-10T04:22:14.212794+0000 mon.smithi047 (mon.0) 202 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:34.201 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: audit 2024-09-10T04:22:14.214996+0000 mon.smithi047 (mon.0) 203 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:34.201 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: audit 2024-09-10T04:22:14.214996+0000 mon.smithi047 (mon.0) 203 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:34.202 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: audit 2024-09-10T04:22:14.218409+0000 mon.smithi047 (mon.0) 204 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:34.202 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: audit 2024-09-10T04:22:14.218409+0000 mon.smithi047 (mon.0) 204 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:34.202 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: audit 2024-09-10T04:22:14.220548+0000 mon.smithi047 (mon.0) 205 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi149", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]} : dispatch 2024-09-10T04:22:34.202 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: audit 2024-09-10T04:22:14.220548+0000 mon.smithi047 (mon.0) 205 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi149", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]} : dispatch 2024-09-10T04:22:34.202 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: audit 2024-09-10T04:22:14.221503+0000 mon.smithi047 (mon.0) 206 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi149", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2024-09-10T04:22:34.202 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: audit 2024-09-10T04:22:14.221503+0000 mon.smithi047 (mon.0) 206 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi149", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2024-09-10T04:22:34.202 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: audit 2024-09-10T04:22:14.223972+0000 mon.smithi047 (mon.0) 207 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:22:34.202 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: audit 2024-09-10T04:22:14.223972+0000 mon.smithi047 (mon.0) 207 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:22:34.202 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: cephadm 2024-09-10T04:22:14.225339+0000 mgr.smithi047.jescqm (mgr.14203) 15 : cephadm [INF] Deploying daemon ceph-exporter.smithi149 on smithi149 2024-09-10T04:22:34.202 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: cephadm 2024-09-10T04:22:14.225339+0000 mgr.smithi047.jescqm (mgr.14203) 15 : cephadm [INF] Deploying daemon ceph-exporter.smithi149 on smithi149 2024-09-10T04:22:34.202 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: audit 2024-09-10T04:22:17.765303+0000 mon.smithi047 (mon.0) 208 : audit [DBG] from='client.? 172.21.15.149:0/606006903' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-10T04:22:34.202 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: audit 2024-09-10T04:22:17.765303+0000 mon.smithi047 (mon.0) 208 : audit [DBG] from='client.? 172.21.15.149:0/606006903' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-10T04:22:34.202 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: audit 2024-09-10T04:22:18.140965+0000 mon.smithi047 (mon.0) 209 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:34.203 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: audit 2024-09-10T04:22:18.140965+0000 mon.smithi047 (mon.0) 209 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:34.203 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: audit 2024-09-10T04:22:18.146634+0000 mon.smithi047 (mon.0) 210 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:34.203 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: audit 2024-09-10T04:22:18.146634+0000 mon.smithi047 (mon.0) 210 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:34.203 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: audit 2024-09-10T04:22:18.152681+0000 mon.smithi047 (mon.0) 211 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:34.203 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: audit 2024-09-10T04:22:18.152681+0000 mon.smithi047 (mon.0) 211 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:34.203 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: audit 2024-09-10T04:22:18.158119+0000 mon.smithi047 (mon.0) 212 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:34.203 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: audit 2024-09-10T04:22:18.158119+0000 mon.smithi047 (mon.0) 212 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:34.203 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: audit 2024-09-10T04:22:18.160985+0000 mon.smithi047 (mon.0) 213 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get-or-create", "entity": "client.crash.smithi149", "caps": ["mon", "profile crash", "mgr", "profile crash"]} : dispatch 2024-09-10T04:22:34.203 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: audit 2024-09-10T04:22:18.160985+0000 mon.smithi047 (mon.0) 213 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get-or-create", "entity": "client.crash.smithi149", "caps": ["mon", "profile crash", "mgr", "profile crash"]} : dispatch 2024-09-10T04:22:34.203 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: audit 2024-09-10T04:22:18.162712+0000 mon.smithi047 (mon.0) 214 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi149", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-09-10T04:22:34.203 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: audit 2024-09-10T04:22:18.162712+0000 mon.smithi047 (mon.0) 214 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi149", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-09-10T04:22:34.203 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: audit 2024-09-10T04:22:18.167067+0000 mon.smithi047 (mon.0) 215 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:22:34.203 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: audit 2024-09-10T04:22:18.167067+0000 mon.smithi047 (mon.0) 215 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:22:34.204 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: cephadm 2024-09-10T04:22:18.168965+0000 mgr.smithi047.jescqm (mgr.14203) 16 : cephadm [INF] Deploying daemon crash.smithi149 on smithi149 2024-09-10T04:22:34.204 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: cephadm 2024-09-10T04:22:18.168965+0000 mgr.smithi047.jescqm (mgr.14203) 16 : cephadm [INF] Deploying daemon crash.smithi149 on smithi149 2024-09-10T04:22:34.204 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: audit 2024-09-10T04:22:19.125532+0000 mon.smithi047 (mon.0) 216 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:34.204 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: audit 2024-09-10T04:22:19.125532+0000 mon.smithi047 (mon.0) 216 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:34.204 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: audit 2024-09-10T04:22:19.126093+0000 mon.smithi047 (mon.0) 217 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:22:34.204 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: audit 2024-09-10T04:22:19.126093+0000 mon.smithi047 (mon.0) 217 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:22:34.204 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: audit 2024-09-10T04:22:21.348127+0000 mon.smithi047 (mon.0) 218 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:34.204 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: audit 2024-09-10T04:22:21.348127+0000 mon.smithi047 (mon.0) 218 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:34.204 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: audit 2024-09-10T04:22:21.353835+0000 mon.smithi047 (mon.0) 219 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:34.204 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: audit 2024-09-10T04:22:21.353835+0000 mon.smithi047 (mon.0) 219 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:34.204 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: audit 2024-09-10T04:22:21.359693+0000 mon.smithi047 (mon.0) 220 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:34.204 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: audit 2024-09-10T04:22:21.359693+0000 mon.smithi047 (mon.0) 220 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:34.204 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: audit 2024-09-10T04:22:21.365172+0000 mon.smithi047 (mon.0) 221 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:34.204 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: audit 2024-09-10T04:22:21.365172+0000 mon.smithi047 (mon.0) 221 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:34.205 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: cephadm 2024-09-10T04:22:21.368271+0000 mgr.smithi047.jescqm (mgr.14203) 17 : cephadm [INF] Deploying daemon node-exporter.smithi149 on smithi149 2024-09-10T04:22:34.205 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: cephadm 2024-09-10T04:22:21.368271+0000 mgr.smithi047.jescqm (mgr.14203) 17 : cephadm [INF] Deploying daemon node-exporter.smithi149 on smithi149 2024-09-10T04:22:34.205 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: audit 2024-09-10T04:22:22.646393+0000 mon.smithi047 (mon.0) 222 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:34.205 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: audit 2024-09-10T04:22:22.646393+0000 mon.smithi047 (mon.0) 222 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:34.205 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: audit 2024-09-10T04:22:22.652231+0000 mon.smithi047 (mon.0) 223 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:34.205 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: audit 2024-09-10T04:22:22.652231+0000 mon.smithi047 (mon.0) 223 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:34.205 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: audit 2024-09-10T04:22:22.658153+0000 mon.smithi047 (mon.0) 224 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:34.205 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: audit 2024-09-10T04:22:22.658153+0000 mon.smithi047 (mon.0) 224 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:34.205 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: audit 2024-09-10T04:22:22.663700+0000 mon.smithi047 (mon.0) 225 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:34.205 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: audit 2024-09-10T04:22:22.663700+0000 mon.smithi047 (mon.0) 225 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:34.205 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: audit 2024-09-10T04:22:22.668018+0000 mon.smithi047 (mon.0) 226 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get-or-create", "entity": "mgr.smithi149.vwswua", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-10T04:22:34.205 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: audit 2024-09-10T04:22:22.668018+0000 mon.smithi047 (mon.0) 226 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get-or-create", "entity": "mgr.smithi149.vwswua", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-10T04:22:34.206 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: audit 2024-09-10T04:22:22.669736+0000 mon.smithi047 (mon.0) 227 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi149.vwswua", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-10T04:22:34.206 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: audit 2024-09-10T04:22:22.669736+0000 mon.smithi047 (mon.0) 227 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi149.vwswua", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-10T04:22:34.206 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: audit 2024-09-10T04:22:22.674176+0000 mon.smithi047 (mon.0) 228 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "mgr services"} : dispatch 2024-09-10T04:22:34.206 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: audit 2024-09-10T04:22:22.674176+0000 mon.smithi047 (mon.0) 228 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "mgr services"} : dispatch 2024-09-10T04:22:34.206 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: audit 2024-09-10T04:22:22.676155+0000 mon.smithi047 (mon.0) 229 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:22:34.206 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: audit 2024-09-10T04:22:22.676155+0000 mon.smithi047 (mon.0) 229 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:22:34.206 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: cephadm 2024-09-10T04:22:22.678116+0000 mgr.smithi047.jescqm (mgr.14203) 18 : cephadm [INF] Deploying daemon mgr.smithi149.vwswua on smithi149 2024-09-10T04:22:34.206 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: cephadm 2024-09-10T04:22:22.678116+0000 mgr.smithi047.jescqm (mgr.14203) 18 : cephadm [INF] Deploying daemon mgr.smithi149.vwswua on smithi149 2024-09-10T04:22:34.206 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: cluster 2024-09-10T04:22:23.663913+0000 mgr.smithi047.jescqm (mgr.14203) 19 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:22:34.206 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: cluster 2024-09-10T04:22:23.663913+0000 mgr.smithi047.jescqm (mgr.14203) 19 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:22:34.206 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: audit 2024-09-10T04:22:24.132160+0000 mon.smithi047 (mon.0) 230 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:34.206 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: audit 2024-09-10T04:22:24.132160+0000 mon.smithi047 (mon.0) 230 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:34.206 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: audit 2024-09-10T04:22:25.141682+0000 mon.smithi047 (mon.0) 231 : audit [DBG] from='client.? 172.21.15.149:0/946599570' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-10T04:22:34.206 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: audit 2024-09-10T04:22:25.141682+0000 mon.smithi047 (mon.0) 231 : audit [DBG] from='client.? 172.21.15.149:0/946599570' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-10T04:22:34.207 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: cluster 2024-09-10T04:22:25.664374+0000 mgr.smithi047.jescqm (mgr.14203) 20 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:22:34.207 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: cluster 2024-09-10T04:22:25.664374+0000 mgr.smithi047.jescqm (mgr.14203) 20 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:22:34.207 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: audit 2024-09-10T04:22:26.982559+0000 mon.smithi047 (mon.0) 232 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:34.207 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: audit 2024-09-10T04:22:26.982559+0000 mon.smithi047 (mon.0) 232 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:34.207 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: audit 2024-09-10T04:22:26.988528+0000 mon.smithi047 (mon.0) 233 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:34.207 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: audit 2024-09-10T04:22:26.988528+0000 mon.smithi047 (mon.0) 233 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:34.207 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: audit 2024-09-10T04:22:26.994454+0000 mon.smithi047 (mon.0) 234 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:34.207 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: audit 2024-09-10T04:22:26.994454+0000 mon.smithi047 (mon.0) 234 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:34.207 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: audit 2024-09-10T04:22:27.000179+0000 mon.smithi047 (mon.0) 235 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:34.207 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: audit 2024-09-10T04:22:27.000179+0000 mon.smithi047 (mon.0) 235 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:34.207 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: audit 2024-09-10T04:22:27.003922+0000 mon.smithi047 (mon.0) 236 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-10T04:22:34.207 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: audit 2024-09-10T04:22:27.003922+0000 mon.smithi047 (mon.0) 236 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-10T04:22:34.207 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: audit 2024-09-10T04:22:27.005760+0000 mon.smithi047 (mon.0) 237 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:22:34.208 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: audit 2024-09-10T04:22:27.005760+0000 mon.smithi047 (mon.0) 237 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:22:34.208 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: cephadm 2024-09-10T04:22:27.007846+0000 mgr.smithi047.jescqm (mgr.14203) 21 : cephadm [INF] Deploying daemon mon.smithi149 on smithi149 2024-09-10T04:22:34.208 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: cephadm 2024-09-10T04:22:27.007846+0000 mgr.smithi047.jescqm (mgr.14203) 21 : cephadm [INF] Deploying daemon mon.smithi149 on smithi149 2024-09-10T04:22:34.208 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: cluster 2024-09-10T04:22:27.664828+0000 mgr.smithi047.jescqm (mgr.14203) 22 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:22:34.208 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: cluster 2024-09-10T04:22:27.664828+0000 mgr.smithi047.jescqm (mgr.14203) 22 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:22:34.208 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: audit 2024-09-10T04:22:29.139405+0000 mon.smithi047 (mon.0) 238 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:34.208 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: audit 2024-09-10T04:22:29.139405+0000 mon.smithi047 (mon.0) 238 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:34.208 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: cluster 2024-09-10T04:22:29.665232+0000 mgr.smithi047.jescqm (mgr.14203) 23 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:22:34.208 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: cluster 2024-09-10T04:22:29.665232+0000 mgr.smithi047.jescqm (mgr.14203) 23 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:22:34.208 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: cluster 2024-09-10T04:22:31.665693+0000 mgr.smithi047.jescqm (mgr.14203) 24 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:22:34.208 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: cluster 2024-09-10T04:22:31.665693+0000 mgr.smithi047.jescqm (mgr.14203) 24 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:22:34.208 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: audit 2024-09-10T04:22:32.354414+0000 mon.smithi047 (mon.0) 239 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:34.208 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: audit 2024-09-10T04:22:32.354414+0000 mon.smithi047 (mon.0) 239 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:34.208 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: audit 2024-09-10T04:22:32.360942+0000 mon.smithi047 (mon.0) 240 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:34.209 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: audit 2024-09-10T04:22:32.360942+0000 mon.smithi047 (mon.0) 240 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:34.209 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: audit 2024-09-10T04:22:32.367334+0000 mon.smithi047 (mon.0) 241 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:34.209 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: audit 2024-09-10T04:22:32.367334+0000 mon.smithi047 (mon.0) 241 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:34.209 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: audit 2024-09-10T04:22:32.373381+0000 mon.smithi047 (mon.0) 242 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:34.209 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: audit 2024-09-10T04:22:32.373381+0000 mon.smithi047 (mon.0) 242 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:34.209 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: audit 2024-09-10T04:22:32.383440+0000 mon.smithi047 (mon.0) 243 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:34.209 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: audit 2024-09-10T04:22:32.383440+0000 mon.smithi047 (mon.0) 243 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:34.209 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: audit 2024-09-10T04:22:32.415929+0000 mon.smithi047 (mon.0) 244 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:22:34.209 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: audit 2024-09-10T04:22:32.415929+0000 mon.smithi047 (mon.0) 244 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:22:34.209 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:33 smithi149 bash[25108]: debug 2024-09-10T04:22:33.875+0000 7fc28b34c640 1 mon.smithi149@-1(synchronizing).paxosservice(auth 1..8) refresh upgraded, format 0 -> 3 2024-09-10T04:22:39.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:38 smithi047 bash[19880]: cluster 2024-09-10T04:22:33.666120+0000 mgr.smithi047.jescqm (mgr.14203) 25 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:22:39.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:38 smithi047 bash[19880]: cluster 2024-09-10T04:22:33.666120+0000 mgr.smithi047.jescqm (mgr.14203) 25 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:22:39.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:38 smithi047 bash[19880]: audit 2024-09-10T04:22:33.885276+0000 mon.smithi047 (mon.0) 245 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "mon metadata", "id": "smithi149"} : dispatch 2024-09-10T04:22:39.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:38 smithi047 bash[19880]: audit 2024-09-10T04:22:33.885276+0000 mon.smithi047 (mon.0) 245 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "mon metadata", "id": "smithi149"} : dispatch 2024-09-10T04:22:39.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:38 smithi047 bash[19880]: audit 2024-09-10T04:22:33.890095+0000 mon.smithi047 (mon.0) 246 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "mon metadata", "id": "smithi047"} : dispatch 2024-09-10T04:22:39.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:38 smithi047 bash[19880]: audit 2024-09-10T04:22:33.890095+0000 mon.smithi047 (mon.0) 246 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "mon metadata", "id": "smithi047"} : dispatch 2024-09-10T04:22:39.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:38 smithi047 bash[19880]: cluster 2024-09-10T04:22:33.890513+0000 mon.smithi047 (mon.0) 247 : cluster [INF] mon.smithi047 calling monitor election 2024-09-10T04:22:39.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:38 smithi047 bash[19880]: cluster 2024-09-10T04:22:33.890513+0000 mon.smithi047 (mon.0) 247 : cluster [INF] mon.smithi047 calling monitor election 2024-09-10T04:22:39.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:38 smithi047 bash[19880]: audit 2024-09-10T04:22:33.911984+0000 mon.smithi047 (mon.0) 248 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "mon metadata", "id": "smithi149"} : dispatch 2024-09-10T04:22:39.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:38 smithi047 bash[19880]: audit 2024-09-10T04:22:33.911984+0000 mon.smithi047 (mon.0) 248 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "mon metadata", "id": "smithi149"} : dispatch 2024-09-10T04:22:39.375 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:38 smithi047 bash[19880]: audit 2024-09-10T04:22:34.125138+0000 mon.smithi047 (mon.0) 249 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:22:39.375 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:38 smithi047 bash[19880]: audit 2024-09-10T04:22:34.125138+0000 mon.smithi047 (mon.0) 249 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:22:39.375 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:38 smithi047 bash[19880]: audit 2024-09-10T04:22:34.885167+0000 mon.smithi047 (mon.0) 250 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "mon metadata", "id": "smithi149"} : dispatch 2024-09-10T04:22:39.375 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:38 smithi047 bash[19880]: audit 2024-09-10T04:22:34.885167+0000 mon.smithi047 (mon.0) 250 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "mon metadata", "id": "smithi149"} : dispatch 2024-09-10T04:22:39.375 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:38 smithi047 bash[19880]: audit 2024-09-10T04:22:35.368620+0000 mon.smithi047 (mon.0) 251 : audit [DBG] from='mgr.? 172.21.15.149:0/299431758' entity='mgr.smithi149.vwswua' cmd={"prefix": "config-key get", "key": "mgr/dashboard/smithi149.vwswua/crt"} : dispatch 2024-09-10T04:22:39.375 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:38 smithi047 bash[19880]: audit 2024-09-10T04:22:35.368620+0000 mon.smithi047 (mon.0) 251 : audit [DBG] from='mgr.? 172.21.15.149:0/299431758' entity='mgr.smithi149.vwswua' cmd={"prefix": "config-key get", "key": "mgr/dashboard/smithi149.vwswua/crt"} : dispatch 2024-09-10T04:22:39.376 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:38 smithi047 bash[19880]: cluster 2024-09-10T04:22:35.666556+0000 mgr.smithi047.jescqm (mgr.14203) 26 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:22:39.377 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:38 smithi047 bash[19880]: cluster 2024-09-10T04:22:35.666556+0000 mgr.smithi047.jescqm (mgr.14203) 26 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:22:39.377 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:38 smithi047 bash[19880]: audit 2024-09-10T04:22:35.885667+0000 mon.smithi047 (mon.0) 252 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "mon metadata", "id": "smithi149"} : dispatch 2024-09-10T04:22:39.377 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:38 smithi047 bash[19880]: audit 2024-09-10T04:22:35.885667+0000 mon.smithi047 (mon.0) 252 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "mon metadata", "id": "smithi149"} : dispatch 2024-09-10T04:22:39.377 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:38 smithi047 bash[19880]: cluster 2024-09-10T04:22:35.886903+0000 mon.smithi149 (mon.1) 1 : cluster [INF] mon.smithi149 calling monitor election 2024-09-10T04:22:39.377 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:38 smithi047 bash[19880]: cluster 2024-09-10T04:22:35.886903+0000 mon.smithi149 (mon.1) 1 : cluster [INF] mon.smithi149 calling monitor election 2024-09-10T04:22:39.377 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:38 smithi047 bash[19880]: audit 2024-09-10T04:22:36.885590+0000 mon.smithi047 (mon.0) 253 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "mon metadata", "id": "smithi149"} : dispatch 2024-09-10T04:22:39.377 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:38 smithi047 bash[19880]: audit 2024-09-10T04:22:36.885590+0000 mon.smithi047 (mon.0) 253 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "mon metadata", "id": "smithi149"} : dispatch 2024-09-10T04:22:39.378 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:38 smithi047 bash[19880]: cluster 2024-09-10T04:22:37.666979+0000 mgr.smithi047.jescqm (mgr.14203) 27 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:22:39.378 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:39 smithi047 bash[19880]: cluster 2024-09-10T04:22:37.666979+0000 mgr.smithi047.jescqm (mgr.14203) 27 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:22:39.378 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:39 smithi047 bash[19880]: audit 2024-09-10T04:22:37.885821+0000 mon.smithi047 (mon.0) 254 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "mon metadata", "id": "smithi149"} : dispatch 2024-09-10T04:22:39.378 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:39 smithi047 bash[19880]: audit 2024-09-10T04:22:37.885821+0000 mon.smithi047 (mon.0) 254 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "mon metadata", "id": "smithi149"} : dispatch 2024-09-10T04:22:39.378 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:39 smithi047 bash[19880]: audit 2024-09-10T04:22:38.885842+0000 mon.smithi047 (mon.0) 255 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "mon metadata", "id": "smithi149"} : dispatch 2024-09-10T04:22:39.378 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:39 smithi047 bash[19880]: audit 2024-09-10T04:22:38.885842+0000 mon.smithi047 (mon.0) 255 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "mon metadata", "id": "smithi149"} : dispatch 2024-09-10T04:22:39.378 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:39 smithi047 bash[19880]: cluster 2024-09-10T04:22:38.932990+0000 mon.smithi047 (mon.0) 256 : cluster [INF] mon.smithi047 is new leader, mons smithi047,smithi149 in quorum (ranks 0,1) 2024-09-10T04:22:39.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:39 smithi047 bash[19880]: cluster 2024-09-10T04:22:38.932990+0000 mon.smithi047 (mon.0) 256 : cluster [INF] mon.smithi047 is new leader, mons smithi047,smithi149 in quorum (ranks 0,1) 2024-09-10T04:22:39.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:39 smithi047 bash[19880]: cluster 2024-09-10T04:22:38.938969+0000 mon.smithi047 (mon.0) 257 : cluster [DBG] monmap epoch 2 2024-09-10T04:22:39.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:39 smithi047 bash[19880]: cluster 2024-09-10T04:22:38.938969+0000 mon.smithi047 (mon.0) 257 : cluster [DBG] monmap epoch 2 2024-09-10T04:22:39.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:39 smithi047 bash[19880]: cluster 2024-09-10T04:22:38.938996+0000 mon.smithi047 (mon.0) 258 : cluster [DBG] fsid b165ca24-6f2b-11ef-bcea-c7b262605968 2024-09-10T04:22:39.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:39 smithi047 bash[19880]: cluster 2024-09-10T04:22:38.938996+0000 mon.smithi047 (mon.0) 258 : cluster [DBG] fsid b165ca24-6f2b-11ef-bcea-c7b262605968 2024-09-10T04:22:39.380 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:39 smithi047 bash[19880]: cluster 2024-09-10T04:22:38.939015+0000 mon.smithi047 (mon.0) 259 : cluster [DBG] last_changed 2024-09-10T04:22:33.884562+0000 2024-09-10T04:22:39.380 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:39 smithi047 bash[19880]: cluster 2024-09-10T04:22:38.939015+0000 mon.smithi047 (mon.0) 259 : cluster [DBG] last_changed 2024-09-10T04:22:33.884562+0000 2024-09-10T04:22:39.380 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:39 smithi047 bash[19880]: cluster 2024-09-10T04:22:38.939030+0000 mon.smithi047 (mon.0) 260 : cluster [DBG] created 2024-09-10T04:19:23.223763+0000 2024-09-10T04:22:39.380 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:39 smithi047 bash[19880]: cluster 2024-09-10T04:22:38.939030+0000 mon.smithi047 (mon.0) 260 : cluster [DBG] created 2024-09-10T04:19:23.223763+0000 2024-09-10T04:22:39.380 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:39 smithi047 bash[19880]: cluster 2024-09-10T04:22:38.939055+0000 mon.smithi047 (mon.0) 261 : cluster [DBG] min_mon_release 19 (squid) 2024-09-10T04:22:39.380 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:39 smithi047 bash[19880]: cluster 2024-09-10T04:22:38.939055+0000 mon.smithi047 (mon.0) 261 : cluster [DBG] min_mon_release 19 (squid) 2024-09-10T04:22:39.381 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:39 smithi047 bash[19880]: cluster 2024-09-10T04:22:38.939079+0000 mon.smithi047 (mon.0) 262 : cluster [DBG] election_strategy: 1 2024-09-10T04:22:39.381 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:39 smithi047 bash[19880]: cluster 2024-09-10T04:22:38.939079+0000 mon.smithi047 (mon.0) 262 : cluster [DBG] election_strategy: 1 2024-09-10T04:22:39.381 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:39 smithi047 bash[19880]: cluster 2024-09-10T04:22:38.939115+0000 mon.smithi047 (mon.0) 263 : cluster [DBG] 0: [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] mon.smithi047 2024-09-10T04:22:39.381 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:39 smithi047 bash[19880]: cluster 2024-09-10T04:22:38.939115+0000 mon.smithi047 (mon.0) 263 : cluster [DBG] 0: [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] mon.smithi047 2024-09-10T04:22:39.381 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:39 smithi047 bash[19880]: cluster 2024-09-10T04:22:38.939138+0000 mon.smithi047 (mon.0) 264 : cluster [DBG] 1: [v2:172.21.15.149:3300/0,v1:172.21.15.149:6789/0] mon.smithi149 2024-09-10T04:22:39.381 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:39 smithi047 bash[19880]: cluster 2024-09-10T04:22:38.939138+0000 mon.smithi047 (mon.0) 264 : cluster [DBG] 1: [v2:172.21.15.149:3300/0,v1:172.21.15.149:6789/0] mon.smithi149 2024-09-10T04:22:39.381 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:39 smithi047 bash[19880]: cluster 2024-09-10T04:22:38.940176+0000 mon.smithi047 (mon.0) 265 : cluster [DBG] fsmap 2024-09-10T04:22:39.382 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:39 smithi047 bash[19880]: cluster 2024-09-10T04:22:38.940176+0000 mon.smithi047 (mon.0) 265 : cluster [DBG] fsmap 2024-09-10T04:22:39.382 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:39 smithi047 bash[19880]: cluster 2024-09-10T04:22:38.940237+0000 mon.smithi047 (mon.0) 266 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-09-10T04:22:39.382 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:39 smithi047 bash[19880]: cluster 2024-09-10T04:22:38.940237+0000 mon.smithi047 (mon.0) 266 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-09-10T04:22:39.382 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:39 smithi047 bash[19880]: cluster 2024-09-10T04:22:38.940542+0000 mon.smithi047 (mon.0) 267 : cluster [DBG] mgrmap e17: smithi047.jescqm(active, since 35s) 2024-09-10T04:22:39.382 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:39 smithi047 bash[19880]: cluster 2024-09-10T04:22:38.940542+0000 mon.smithi047 (mon.0) 267 : cluster [DBG] mgrmap e17: smithi047.jescqm(active, since 35s) 2024-09-10T04:22:39.382 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:39 smithi047 bash[19880]: cluster 2024-09-10T04:22:38.940806+0000 mon.smithi047 (mon.0) 268 : cluster [INF] overall HEALTH_OK 2024-09-10T04:22:39.382 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:39 smithi047 bash[19880]: cluster 2024-09-10T04:22:38.940806+0000 mon.smithi047 (mon.0) 268 : cluster [INF] overall HEALTH_OK 2024-09-10T04:22:39.382 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:39 smithi047 bash[19880]: cluster 2024-09-10T04:22:38.942401+0000 mon.smithi047 (mon.0) 269 : cluster [DBG] Standby manager daemon smithi149.vwswua started 2024-09-10T04:22:39.382 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:39 smithi047 bash[19880]: cluster 2024-09-10T04:22:38.942401+0000 mon.smithi047 (mon.0) 269 : cluster [DBG] Standby manager daemon smithi149.vwswua started 2024-09-10T04:22:39.382 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:39 smithi047 bash[19880]: audit 2024-09-10T04:22:38.948186+0000 mon.smithi047 (mon.0) 270 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:39.382 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:39 smithi047 bash[19880]: audit 2024-09-10T04:22:38.948186+0000 mon.smithi047 (mon.0) 270 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:39.382 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:39 smithi047 bash[19880]: audit 2024-09-10T04:22:38.950119+0000 mon.smithi047 (mon.0) 271 : audit [DBG] from='mgr.? 172.21.15.149:0/299431758' entity='mgr.smithi149.vwswua' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-10T04:22:39.382 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:39 smithi047 bash[19880]: audit 2024-09-10T04:22:38.950119+0000 mon.smithi047 (mon.0) 271 : audit [DBG] from='mgr.? 172.21.15.149:0/299431758' entity='mgr.smithi149.vwswua' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-10T04:22:39.383 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:39 smithi047 bash[19880]: audit 2024-09-10T04:22:38.957049+0000 mon.smithi047 (mon.0) 272 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:39.383 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:39 smithi047 bash[19880]: audit 2024-09-10T04:22:38.957049+0000 mon.smithi047 (mon.0) 272 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:39.383 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:39 smithi047 bash[19880]: audit 2024-09-10T04:22:38.958191+0000 mon.smithi047 (mon.0) 273 : audit [DBG] from='mgr.? 172.21.15.149:0/299431758' entity='mgr.smithi149.vwswua' cmd={"prefix": "config-key get", "key": "mgr/dashboard/smithi149.vwswua/key"} : dispatch 2024-09-10T04:22:39.383 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:39 smithi047 bash[19880]: audit 2024-09-10T04:22:38.958191+0000 mon.smithi047 (mon.0) 273 : audit [DBG] from='mgr.? 172.21.15.149:0/299431758' entity='mgr.smithi149.vwswua' cmd={"prefix": "config-key get", "key": "mgr/dashboard/smithi149.vwswua/key"} : dispatch 2024-09-10T04:22:39.383 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:39 smithi047 bash[19880]: audit 2024-09-10T04:22:38.959340+0000 mon.smithi047 (mon.0) 274 : audit [DBG] from='mgr.? 172.21.15.149:0/299431758' entity='mgr.smithi149.vwswua' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-10T04:22:39.383 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:39 smithi047 bash[19880]: audit 2024-09-10T04:22:38.959340+0000 mon.smithi047 (mon.0) 274 : audit [DBG] from='mgr.? 172.21.15.149:0/299431758' entity='mgr.smithi149.vwswua' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-10T04:22:39.383 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:39 smithi047 bash[19880]: audit 2024-09-10T04:22:38.986311+0000 mon.smithi047 (mon.0) 275 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:39.383 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:39 smithi047 bash[19880]: audit 2024-09-10T04:22:38.986311+0000 mon.smithi047 (mon.0) 275 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:39.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:38 smithi149 bash[25108]: cluster 2024-09-10T04:22:33.666120+0000 mgr.smithi047.jescqm (mgr.14203) 25 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:22:39.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:38 smithi149 bash[25108]: cluster 2024-09-10T04:22:33.666120+0000 mgr.smithi047.jescqm (mgr.14203) 25 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:22:39.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:38 smithi149 bash[25108]: audit 2024-09-10T04:22:33.885276+0000 mon.smithi047 (mon.0) 245 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "mon metadata", "id": "smithi149"} : dispatch 2024-09-10T04:22:39.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:38 smithi149 bash[25108]: audit 2024-09-10T04:22:33.885276+0000 mon.smithi047 (mon.0) 245 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "mon metadata", "id": "smithi149"} : dispatch 2024-09-10T04:22:39.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:38 smithi149 bash[25108]: audit 2024-09-10T04:22:33.890095+0000 mon.smithi047 (mon.0) 246 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "mon metadata", "id": "smithi047"} : dispatch 2024-09-10T04:22:39.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:38 smithi149 bash[25108]: audit 2024-09-10T04:22:33.890095+0000 mon.smithi047 (mon.0) 246 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "mon metadata", "id": "smithi047"} : dispatch 2024-09-10T04:22:39.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:38 smithi149 bash[25108]: cluster 2024-09-10T04:22:33.890513+0000 mon.smithi047 (mon.0) 247 : cluster [INF] mon.smithi047 calling monitor election 2024-09-10T04:22:39.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:38 smithi149 bash[25108]: cluster 2024-09-10T04:22:33.890513+0000 mon.smithi047 (mon.0) 247 : cluster [INF] mon.smithi047 calling monitor election 2024-09-10T04:22:39.434 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:38 smithi149 bash[25108]: audit 2024-09-10T04:22:33.911984+0000 mon.smithi047 (mon.0) 248 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "mon metadata", "id": "smithi149"} : dispatch 2024-09-10T04:22:39.434 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:38 smithi149 bash[25108]: audit 2024-09-10T04:22:33.911984+0000 mon.smithi047 (mon.0) 248 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "mon metadata", "id": "smithi149"} : dispatch 2024-09-10T04:22:39.434 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:38 smithi149 bash[25108]: audit 2024-09-10T04:22:34.125138+0000 mon.smithi047 (mon.0) 249 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:22:39.434 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:38 smithi149 bash[25108]: audit 2024-09-10T04:22:34.125138+0000 mon.smithi047 (mon.0) 249 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:22:39.434 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:38 smithi149 bash[25108]: audit 2024-09-10T04:22:34.885167+0000 mon.smithi047 (mon.0) 250 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "mon metadata", "id": "smithi149"} : dispatch 2024-09-10T04:22:39.434 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:38 smithi149 bash[25108]: audit 2024-09-10T04:22:34.885167+0000 mon.smithi047 (mon.0) 250 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "mon metadata", "id": "smithi149"} : dispatch 2024-09-10T04:22:39.434 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:38 smithi149 bash[25108]: audit 2024-09-10T04:22:35.368620+0000 mon.smithi047 (mon.0) 251 : audit [DBG] from='mgr.? 172.21.15.149:0/299431758' entity='mgr.smithi149.vwswua' cmd={"prefix": "config-key get", "key": "mgr/dashboard/smithi149.vwswua/crt"} : dispatch 2024-09-10T04:22:39.434 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:38 smithi149 bash[25108]: audit 2024-09-10T04:22:35.368620+0000 mon.smithi047 (mon.0) 251 : audit [DBG] from='mgr.? 172.21.15.149:0/299431758' entity='mgr.smithi149.vwswua' cmd={"prefix": "config-key get", "key": "mgr/dashboard/smithi149.vwswua/crt"} : dispatch 2024-09-10T04:22:39.434 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:38 smithi149 bash[25108]: cluster 2024-09-10T04:22:35.666556+0000 mgr.smithi047.jescqm (mgr.14203) 26 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:22:39.435 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:38 smithi149 bash[25108]: cluster 2024-09-10T04:22:35.666556+0000 mgr.smithi047.jescqm (mgr.14203) 26 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:22:39.435 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:38 smithi149 bash[25108]: audit 2024-09-10T04:22:35.885667+0000 mon.smithi047 (mon.0) 252 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "mon metadata", "id": "smithi149"} : dispatch 2024-09-10T04:22:39.435 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:38 smithi149 bash[25108]: audit 2024-09-10T04:22:35.885667+0000 mon.smithi047 (mon.0) 252 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "mon metadata", "id": "smithi149"} : dispatch 2024-09-10T04:22:39.435 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:38 smithi149 bash[25108]: cluster 2024-09-10T04:22:35.886903+0000 mon.smithi149 (mon.1) 1 : cluster [INF] mon.smithi149 calling monitor election 2024-09-10T04:22:39.435 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:38 smithi149 bash[25108]: cluster 2024-09-10T04:22:35.886903+0000 mon.smithi149 (mon.1) 1 : cluster [INF] mon.smithi149 calling monitor election 2024-09-10T04:22:39.435 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:38 smithi149 bash[25108]: audit 2024-09-10T04:22:36.885590+0000 mon.smithi047 (mon.0) 253 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "mon metadata", "id": "smithi149"} : dispatch 2024-09-10T04:22:39.435 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:38 smithi149 bash[25108]: audit 2024-09-10T04:22:36.885590+0000 mon.smithi047 (mon.0) 253 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "mon metadata", "id": "smithi149"} : dispatch 2024-09-10T04:22:39.435 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:38 smithi149 bash[25108]: cluster 2024-09-10T04:22:37.666979+0000 mgr.smithi047.jescqm (mgr.14203) 27 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:22:39.436 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:38 smithi149 bash[25108]: cluster 2024-09-10T04:22:37.666979+0000 mgr.smithi047.jescqm (mgr.14203) 27 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:22:39.436 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:38 smithi149 bash[25108]: audit 2024-09-10T04:22:37.885821+0000 mon.smithi047 (mon.0) 254 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "mon metadata", "id": "smithi149"} : dispatch 2024-09-10T04:22:39.436 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:38 smithi149 bash[25108]: audit 2024-09-10T04:22:37.885821+0000 mon.smithi047 (mon.0) 254 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "mon metadata", "id": "smithi149"} : dispatch 2024-09-10T04:22:39.436 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:38 smithi149 bash[25108]: audit 2024-09-10T04:22:38.885842+0000 mon.smithi047 (mon.0) 255 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "mon metadata", "id": "smithi149"} : dispatch 2024-09-10T04:22:39.436 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:38 smithi149 bash[25108]: audit 2024-09-10T04:22:38.885842+0000 mon.smithi047 (mon.0) 255 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "mon metadata", "id": "smithi149"} : dispatch 2024-09-10T04:22:39.436 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:38 smithi149 bash[25108]: cluster 2024-09-10T04:22:38.932990+0000 mon.smithi047 (mon.0) 256 : cluster [INF] mon.smithi047 is new leader, mons smithi047,smithi149 in quorum (ranks 0,1) 2024-09-10T04:22:39.436 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:39 smithi149 bash[25108]: cluster 2024-09-10T04:22:38.932990+0000 mon.smithi047 (mon.0) 256 : cluster [INF] mon.smithi047 is new leader, mons smithi047,smithi149 in quorum (ranks 0,1) 2024-09-10T04:22:39.436 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:39 smithi149 bash[25108]: cluster 2024-09-10T04:22:38.938969+0000 mon.smithi047 (mon.0) 257 : cluster [DBG] monmap epoch 2 2024-09-10T04:22:39.436 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:39 smithi149 bash[25108]: cluster 2024-09-10T04:22:38.938969+0000 mon.smithi047 (mon.0) 257 : cluster [DBG] monmap epoch 2 2024-09-10T04:22:39.436 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:39 smithi149 bash[25108]: cluster 2024-09-10T04:22:38.938996+0000 mon.smithi047 (mon.0) 258 : cluster [DBG] fsid b165ca24-6f2b-11ef-bcea-c7b262605968 2024-09-10T04:22:39.436 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:39 smithi149 bash[25108]: cluster 2024-09-10T04:22:38.938996+0000 mon.smithi047 (mon.0) 258 : cluster [DBG] fsid b165ca24-6f2b-11ef-bcea-c7b262605968 2024-09-10T04:22:39.436 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:39 smithi149 bash[25108]: cluster 2024-09-10T04:22:38.939015+0000 mon.smithi047 (mon.0) 259 : cluster [DBG] last_changed 2024-09-10T04:22:33.884562+0000 2024-09-10T04:22:39.436 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:39 smithi149 bash[25108]: cluster 2024-09-10T04:22:38.939015+0000 mon.smithi047 (mon.0) 259 : cluster [DBG] last_changed 2024-09-10T04:22:33.884562+0000 2024-09-10T04:22:39.437 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:39 smithi149 bash[25108]: cluster 2024-09-10T04:22:38.939030+0000 mon.smithi047 (mon.0) 260 : cluster [DBG] created 2024-09-10T04:19:23.223763+0000 2024-09-10T04:22:39.437 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:39 smithi149 bash[25108]: cluster 2024-09-10T04:22:38.939030+0000 mon.smithi047 (mon.0) 260 : cluster [DBG] created 2024-09-10T04:19:23.223763+0000 2024-09-10T04:22:39.437 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:39 smithi149 bash[25108]: cluster 2024-09-10T04:22:38.939055+0000 mon.smithi047 (mon.0) 261 : cluster [DBG] min_mon_release 19 (squid) 2024-09-10T04:22:39.437 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:39 smithi149 bash[25108]: cluster 2024-09-10T04:22:38.939055+0000 mon.smithi047 (mon.0) 261 : cluster [DBG] min_mon_release 19 (squid) 2024-09-10T04:22:39.437 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:39 smithi149 bash[25108]: cluster 2024-09-10T04:22:38.939079+0000 mon.smithi047 (mon.0) 262 : cluster [DBG] election_strategy: 1 2024-09-10T04:22:39.437 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:39 smithi149 bash[25108]: cluster 2024-09-10T04:22:38.939079+0000 mon.smithi047 (mon.0) 262 : cluster [DBG] election_strategy: 1 2024-09-10T04:22:39.437 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:39 smithi149 bash[25108]: cluster 2024-09-10T04:22:38.939115+0000 mon.smithi047 (mon.0) 263 : cluster [DBG] 0: [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] mon.smithi047 2024-09-10T04:22:39.437 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:39 smithi149 bash[25108]: cluster 2024-09-10T04:22:38.939115+0000 mon.smithi047 (mon.0) 263 : cluster [DBG] 0: [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] mon.smithi047 2024-09-10T04:22:39.437 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:39 smithi149 bash[25108]: cluster 2024-09-10T04:22:38.939138+0000 mon.smithi047 (mon.0) 264 : cluster [DBG] 1: [v2:172.21.15.149:3300/0,v1:172.21.15.149:6789/0] mon.smithi149 2024-09-10T04:22:39.437 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:39 smithi149 bash[25108]: cluster 2024-09-10T04:22:38.939138+0000 mon.smithi047 (mon.0) 264 : cluster [DBG] 1: [v2:172.21.15.149:3300/0,v1:172.21.15.149:6789/0] mon.smithi149 2024-09-10T04:22:39.437 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:39 smithi149 bash[25108]: cluster 2024-09-10T04:22:38.940176+0000 mon.smithi047 (mon.0) 265 : cluster [DBG] fsmap 2024-09-10T04:22:39.437 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:39 smithi149 bash[25108]: cluster 2024-09-10T04:22:38.940176+0000 mon.smithi047 (mon.0) 265 : cluster [DBG] fsmap 2024-09-10T04:22:39.437 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:39 smithi149 bash[25108]: cluster 2024-09-10T04:22:38.940237+0000 mon.smithi047 (mon.0) 266 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-09-10T04:22:39.438 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:39 smithi149 bash[25108]: cluster 2024-09-10T04:22:38.940237+0000 mon.smithi047 (mon.0) 266 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-09-10T04:22:39.438 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:39 smithi149 bash[25108]: cluster 2024-09-10T04:22:38.940542+0000 mon.smithi047 (mon.0) 267 : cluster [DBG] mgrmap e17: smithi047.jescqm(active, since 35s) 2024-09-10T04:22:39.438 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:39 smithi149 bash[25108]: cluster 2024-09-10T04:22:38.940542+0000 mon.smithi047 (mon.0) 267 : cluster [DBG] mgrmap e17: smithi047.jescqm(active, since 35s) 2024-09-10T04:22:39.438 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:39 smithi149 bash[25108]: cluster 2024-09-10T04:22:38.940806+0000 mon.smithi047 (mon.0) 268 : cluster [INF] overall HEALTH_OK 2024-09-10T04:22:39.438 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:39 smithi149 bash[25108]: cluster 2024-09-10T04:22:38.940806+0000 mon.smithi047 (mon.0) 268 : cluster [INF] overall HEALTH_OK 2024-09-10T04:22:39.438 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:39 smithi149 bash[25108]: cluster 2024-09-10T04:22:38.942401+0000 mon.smithi047 (mon.0) 269 : cluster [DBG] Standby manager daemon smithi149.vwswua started 2024-09-10T04:22:39.438 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:39 smithi149 bash[25108]: cluster 2024-09-10T04:22:38.942401+0000 mon.smithi047 (mon.0) 269 : cluster [DBG] Standby manager daemon smithi149.vwswua started 2024-09-10T04:22:39.438 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:39 smithi149 bash[25108]: audit 2024-09-10T04:22:38.948186+0000 mon.smithi047 (mon.0) 270 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:39.438 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:39 smithi149 bash[25108]: audit 2024-09-10T04:22:38.948186+0000 mon.smithi047 (mon.0) 270 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:39.438 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:39 smithi149 bash[25108]: audit 2024-09-10T04:22:38.950119+0000 mon.smithi047 (mon.0) 271 : audit [DBG] from='mgr.? 172.21.15.149:0/299431758' entity='mgr.smithi149.vwswua' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-10T04:22:39.438 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:39 smithi149 bash[25108]: audit 2024-09-10T04:22:38.950119+0000 mon.smithi047 (mon.0) 271 : audit [DBG] from='mgr.? 172.21.15.149:0/299431758' entity='mgr.smithi149.vwswua' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-10T04:22:39.438 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:39 smithi149 bash[25108]: audit 2024-09-10T04:22:38.957049+0000 mon.smithi047 (mon.0) 272 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:39.438 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:39 smithi149 bash[25108]: audit 2024-09-10T04:22:38.957049+0000 mon.smithi047 (mon.0) 272 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:39.438 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:39 smithi149 bash[25108]: audit 2024-09-10T04:22:38.958191+0000 mon.smithi047 (mon.0) 273 : audit [DBG] from='mgr.? 172.21.15.149:0/299431758' entity='mgr.smithi149.vwswua' cmd={"prefix": "config-key get", "key": "mgr/dashboard/smithi149.vwswua/key"} : dispatch 2024-09-10T04:22:39.439 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:39 smithi149 bash[25108]: audit 2024-09-10T04:22:38.958191+0000 mon.smithi047 (mon.0) 273 : audit [DBG] from='mgr.? 172.21.15.149:0/299431758' entity='mgr.smithi149.vwswua' cmd={"prefix": "config-key get", "key": "mgr/dashboard/smithi149.vwswua/key"} : dispatch 2024-09-10T04:22:39.439 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:39 smithi149 bash[25108]: audit 2024-09-10T04:22:38.959340+0000 mon.smithi047 (mon.0) 274 : audit [DBG] from='mgr.? 172.21.15.149:0/299431758' entity='mgr.smithi149.vwswua' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-10T04:22:39.439 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:39 smithi149 bash[25108]: audit 2024-09-10T04:22:38.959340+0000 mon.smithi047 (mon.0) 274 : audit [DBG] from='mgr.? 172.21.15.149:0/299431758' entity='mgr.smithi149.vwswua' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-10T04:22:39.439 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:39 smithi149 bash[25108]: audit 2024-09-10T04:22:38.986311+0000 mon.smithi047 (mon.0) 275 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:39.439 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:39 smithi149 bash[25108]: audit 2024-09-10T04:22:38.986311+0000 mon.smithi047 (mon.0) 275 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:40.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:39 smithi149 bash[25108]: audit 2024-09-10T04:22:38.992148+0000 mon.smithi047 (mon.0) 276 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:22:40.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:39 smithi149 bash[25108]: audit 2024-09-10T04:22:38.992148+0000 mon.smithi047 (mon.0) 276 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:22:40.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:39 smithi149 bash[25108]: audit 2024-09-10T04:22:39.006085+0000 mon.smithi047 (mon.0) 277 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:22:40.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:39 smithi149 bash[25108]: audit 2024-09-10T04:22:39.006085+0000 mon.smithi047 (mon.0) 277 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:22:40.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:39 smithi149 bash[25108]: cephadm 2024-09-10T04:22:39.009462+0000 mgr.smithi047.jescqm (mgr.14203) 28 : cephadm [INF] Updating smithi047:/etc/ceph/ceph.conf 2024-09-10T04:22:40.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:39 smithi149 bash[25108]: cephadm 2024-09-10T04:22:39.009462+0000 mgr.smithi047.jescqm (mgr.14203) 28 : cephadm [INF] Updating smithi047:/etc/ceph/ceph.conf 2024-09-10T04:22:40.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:39 smithi149 bash[25108]: cephadm 2024-09-10T04:22:39.010031+0000 mgr.smithi047.jescqm (mgr.14203) 29 : cephadm [INF] Updating smithi149:/etc/ceph/ceph.conf 2024-09-10T04:22:40.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:39 smithi149 bash[25108]: cephadm 2024-09-10T04:22:39.010031+0000 mgr.smithi047.jescqm (mgr.14203) 29 : cephadm [INF] Updating smithi149:/etc/ceph/ceph.conf 2024-09-10T04:22:40.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:39 smithi149 bash[25108]: cluster 2024-09-10T04:22:39.020580+0000 mon.smithi047 (mon.0) 278 : cluster [DBG] mgrmap e18: smithi047.jescqm(active, since 35s), standbys: smithi149.vwswua 2024-09-10T04:22:40.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:39 smithi149 bash[25108]: cluster 2024-09-10T04:22:39.020580+0000 mon.smithi047 (mon.0) 278 : cluster [DBG] mgrmap e18: smithi047.jescqm(active, since 35s), standbys: smithi149.vwswua 2024-09-10T04:22:40.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:39 smithi149 bash[25108]: audit 2024-09-10T04:22:39.021230+0000 mon.smithi047 (mon.0) 279 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "mgr metadata", "who": "smithi149.vwswua", "id": "smithi149.vwswua"} : dispatch 2024-09-10T04:22:40.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:39 smithi149 bash[25108]: audit 2024-09-10T04:22:39.021230+0000 mon.smithi047 (mon.0) 279 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "mgr metadata", "who": "smithi149.vwswua", "id": "smithi149.vwswua"} : dispatch 2024-09-10T04:22:40.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:39 smithi149 bash[25108]: cephadm 2024-09-10T04:22:39.154946+0000 mgr.smithi047.jescqm (mgr.14203) 30 : cephadm [INF] Updating smithi149:/var/lib/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T04:22:40.186 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:39 smithi149 bash[25108]: cephadm 2024-09-10T04:22:39.154946+0000 mgr.smithi047.jescqm (mgr.14203) 30 : cephadm [INF] Updating smithi149:/var/lib/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T04:22:40.186 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:40 smithi149 bash[25108]: cephadm 2024-09-10T04:22:39.158449+0000 mgr.smithi047.jescqm (mgr.14203) 31 : cephadm [INF] Updating smithi047:/var/lib/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T04:22:40.186 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:40 smithi149 bash[25108]: cephadm 2024-09-10T04:22:39.158449+0000 mgr.smithi047.jescqm (mgr.14203) 31 : cephadm [INF] Updating smithi047:/var/lib/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T04:22:40.186 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:40 smithi149 bash[25108]: audit 2024-09-10T04:22:39.257309+0000 mon.smithi047 (mon.0) 280 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:40.186 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:40 smithi149 bash[25108]: audit 2024-09-10T04:22:39.257309+0000 mon.smithi047 (mon.0) 280 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:40.186 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:40 smithi149 bash[25108]: audit 2024-09-10T04:22:39.263282+0000 mon.smithi047 (mon.0) 281 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:40.186 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:40 smithi149 bash[25108]: audit 2024-09-10T04:22:39.263282+0000 mon.smithi047 (mon.0) 281 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:40.186 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:40 smithi149 bash[25108]: audit 2024-09-10T04:22:39.269094+0000 mon.smithi047 (mon.0) 282 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:40.187 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:40 smithi149 bash[25108]: audit 2024-09-10T04:22:39.269094+0000 mon.smithi047 (mon.0) 282 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:40.187 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:40 smithi149 bash[25108]: audit 2024-09-10T04:22:39.276121+0000 mon.smithi047 (mon.0) 283 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:40.187 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:40 smithi149 bash[25108]: audit 2024-09-10T04:22:39.276121+0000 mon.smithi047 (mon.0) 283 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:40.187 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:40 smithi149 bash[25108]: audit 2024-09-10T04:22:39.282930+0000 mon.smithi047 (mon.0) 284 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:40.187 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:40 smithi149 bash[25108]: audit 2024-09-10T04:22:39.282930+0000 mon.smithi047 (mon.0) 284 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:40.187 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:40 smithi149 bash[25108]: audit 2024-09-10T04:22:39.305175+0000 mon.smithi047 (mon.0) 285 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-10T04:22:40.187 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:40 smithi149 bash[25108]: audit 2024-09-10T04:22:39.305175+0000 mon.smithi047 (mon.0) 285 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-10T04:22:40.188 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:40 smithi149 bash[25108]: audit 2024-09-10T04:22:39.306542+0000 mon.smithi047 (mon.0) 286 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-10T04:22:40.188 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:40 smithi149 bash[25108]: audit 2024-09-10T04:22:39.306542+0000 mon.smithi047 (mon.0) 286 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-10T04:22:40.188 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:40 smithi149 bash[25108]: audit 2024-09-10T04:22:39.307388+0000 mon.smithi047 (mon.0) 287 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:22:40.188 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:40 smithi149 bash[25108]: audit 2024-09-10T04:22:39.307388+0000 mon.smithi047 (mon.0) 287 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:22:40.188 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:40 smithi149 bash[25108]: audit 2024-09-10T04:22:39.886049+0000 mon.smithi047 (mon.0) 288 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "mon metadata", "id": "smithi149"} : dispatch 2024-09-10T04:22:40.188 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:40 smithi149 bash[25108]: audit 2024-09-10T04:22:39.886049+0000 mon.smithi047 (mon.0) 288 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "mon metadata", "id": "smithi149"} : dispatch 2024-09-10T04:22:40.280 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:39 smithi047 bash[19880]: audit 2024-09-10T04:22:38.992148+0000 mon.smithi047 (mon.0) 276 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:22:40.280 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:39 smithi047 bash[19880]: audit 2024-09-10T04:22:38.992148+0000 mon.smithi047 (mon.0) 276 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:22:40.280 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:39 smithi047 bash[19880]: audit 2024-09-10T04:22:39.006085+0000 mon.smithi047 (mon.0) 277 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:22:40.280 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:39 smithi047 bash[19880]: audit 2024-09-10T04:22:39.006085+0000 mon.smithi047 (mon.0) 277 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:22:40.281 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:39 smithi047 bash[19880]: cephadm 2024-09-10T04:22:39.009462+0000 mgr.smithi047.jescqm (mgr.14203) 28 : cephadm [INF] Updating smithi047:/etc/ceph/ceph.conf 2024-09-10T04:22:40.281 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:39 smithi047 bash[19880]: cephadm 2024-09-10T04:22:39.009462+0000 mgr.smithi047.jescqm (mgr.14203) 28 : cephadm [INF] Updating smithi047:/etc/ceph/ceph.conf 2024-09-10T04:22:40.281 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:39 smithi047 bash[19880]: cephadm 2024-09-10T04:22:39.010031+0000 mgr.smithi047.jescqm (mgr.14203) 29 : cephadm [INF] Updating smithi149:/etc/ceph/ceph.conf 2024-09-10T04:22:40.281 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:39 smithi047 bash[19880]: cephadm 2024-09-10T04:22:39.010031+0000 mgr.smithi047.jescqm (mgr.14203) 29 : cephadm [INF] Updating smithi149:/etc/ceph/ceph.conf 2024-09-10T04:22:40.281 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:39 smithi047 bash[19880]: cluster 2024-09-10T04:22:39.020580+0000 mon.smithi047 (mon.0) 278 : cluster [DBG] mgrmap e18: smithi047.jescqm(active, since 35s), standbys: smithi149.vwswua 2024-09-10T04:22:40.281 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:39 smithi047 bash[19880]: cluster 2024-09-10T04:22:39.020580+0000 mon.smithi047 (mon.0) 278 : cluster [DBG] mgrmap e18: smithi047.jescqm(active, since 35s), standbys: smithi149.vwswua 2024-09-10T04:22:40.281 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:39 smithi047 bash[19880]: audit 2024-09-10T04:22:39.021230+0000 mon.smithi047 (mon.0) 279 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "mgr metadata", "who": "smithi149.vwswua", "id": "smithi149.vwswua"} : dispatch 2024-09-10T04:22:40.281 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:39 smithi047 bash[19880]: audit 2024-09-10T04:22:39.021230+0000 mon.smithi047 (mon.0) 279 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "mgr metadata", "who": "smithi149.vwswua", "id": "smithi149.vwswua"} : dispatch 2024-09-10T04:22:40.281 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:39 smithi047 bash[19880]: cephadm 2024-09-10T04:22:39.154946+0000 mgr.smithi047.jescqm (mgr.14203) 30 : cephadm [INF] Updating smithi149:/var/lib/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T04:22:40.281 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:39 smithi047 bash[19880]: cephadm 2024-09-10T04:22:39.154946+0000 mgr.smithi047.jescqm (mgr.14203) 30 : cephadm [INF] Updating smithi149:/var/lib/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T04:22:40.281 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:40 smithi047 bash[19880]: cephadm 2024-09-10T04:22:39.158449+0000 mgr.smithi047.jescqm (mgr.14203) 31 : cephadm [INF] Updating smithi047:/var/lib/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T04:22:40.281 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:40 smithi047 bash[19880]: cephadm 2024-09-10T04:22:39.158449+0000 mgr.smithi047.jescqm (mgr.14203) 31 : cephadm [INF] Updating smithi047:/var/lib/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T04:22:40.282 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:40 smithi047 bash[19880]: audit 2024-09-10T04:22:39.257309+0000 mon.smithi047 (mon.0) 280 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:40.282 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:40 smithi047 bash[19880]: audit 2024-09-10T04:22:39.257309+0000 mon.smithi047 (mon.0) 280 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:40.282 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:40 smithi047 bash[19880]: audit 2024-09-10T04:22:39.263282+0000 mon.smithi047 (mon.0) 281 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:40.282 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:40 smithi047 bash[19880]: audit 2024-09-10T04:22:39.263282+0000 mon.smithi047 (mon.0) 281 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:40.282 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:40 smithi047 bash[19880]: audit 2024-09-10T04:22:39.269094+0000 mon.smithi047 (mon.0) 282 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:40.282 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:40 smithi047 bash[19880]: audit 2024-09-10T04:22:39.269094+0000 mon.smithi047 (mon.0) 282 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:40.282 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:40 smithi047 bash[19880]: audit 2024-09-10T04:22:39.276121+0000 mon.smithi047 (mon.0) 283 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:40.282 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:40 smithi047 bash[19880]: audit 2024-09-10T04:22:39.276121+0000 mon.smithi047 (mon.0) 283 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:40.283 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:40 smithi047 bash[19880]: audit 2024-09-10T04:22:39.282930+0000 mon.smithi047 (mon.0) 284 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:40.283 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:40 smithi047 bash[19880]: audit 2024-09-10T04:22:39.282930+0000 mon.smithi047 (mon.0) 284 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:40.283 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:40 smithi047 bash[19880]: audit 2024-09-10T04:22:39.305175+0000 mon.smithi047 (mon.0) 285 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-10T04:22:40.283 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:40 smithi047 bash[19880]: audit 2024-09-10T04:22:39.305175+0000 mon.smithi047 (mon.0) 285 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-10T04:22:40.283 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:40 smithi047 bash[19880]: audit 2024-09-10T04:22:39.306542+0000 mon.smithi047 (mon.0) 286 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-10T04:22:40.283 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:40 smithi047 bash[19880]: audit 2024-09-10T04:22:39.306542+0000 mon.smithi047 (mon.0) 286 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-10T04:22:40.283 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:40 smithi047 bash[19880]: audit 2024-09-10T04:22:39.307388+0000 mon.smithi047 (mon.0) 287 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:22:40.283 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:40 smithi047 bash[19880]: audit 2024-09-10T04:22:39.307388+0000 mon.smithi047 (mon.0) 287 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:22:40.283 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:40 smithi047 bash[19880]: audit 2024-09-10T04:22:39.886049+0000 mon.smithi047 (mon.0) 288 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "mon metadata", "id": "smithi149"} : dispatch 2024-09-10T04:22:40.283 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:40 smithi047 bash[19880]: audit 2024-09-10T04:22:39.886049+0000 mon.smithi047 (mon.0) 288 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "mon metadata", "id": "smithi149"} : dispatch 2024-09-10T04:22:40.727 INFO:teuthology.orchestra.run.smithi149.stderr:dumped monmap epoch 2 2024-09-10T04:22:40.728 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-09-10T04:22:40.728 INFO:teuthology.orchestra.run.smithi149.stdout:{"epoch":2,"fsid":"b165ca24-6f2b-11ef-bcea-c7b262605968","modified":"2024-09-10T04:22:33.884562Z","created":"2024-09-10T04:19:23.223763Z","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":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi149","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:3300","nonce":0},{"type":"v1","addr":"172.21.15.149:6789","nonce":0}]},"addr":"172.21.15.149:6789/0","public_addr":"172.21.15.149:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-09-10T04:22:41.100 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:40 smithi047 bash[19880]: cephadm 2024-09-10T04:22:39.304671+0000 mgr.smithi047.jescqm (mgr.14203) 32 : cephadm [INF] Reconfiguring mon.smithi047 (unknown last config time)... 2024-09-10T04:22:41.100 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:40 smithi047 bash[19880]: cephadm 2024-09-10T04:22:39.304671+0000 mgr.smithi047.jescqm (mgr.14203) 32 : cephadm [INF] Reconfiguring mon.smithi047 (unknown last config time)... 2024-09-10T04:22:41.100 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:40 smithi047 bash[19880]: cephadm 2024-09-10T04:22:39.308311+0000 mgr.smithi047.jescqm (mgr.14203) 33 : cephadm [INF] Reconfiguring daemon mon.smithi047 on smithi047 2024-09-10T04:22:41.101 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:40 smithi047 bash[19880]: cephadm 2024-09-10T04:22:39.308311+0000 mgr.smithi047.jescqm (mgr.14203) 33 : cephadm [INF] Reconfiguring daemon mon.smithi047 on smithi047 2024-09-10T04:22:41.101 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:40 smithi047 bash[19880]: cluster 2024-09-10T04:22:39.667409+0000 mgr.smithi047.jescqm (mgr.14203) 34 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:22:41.101 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:40 smithi047 bash[19880]: cluster 2024-09-10T04:22:39.667409+0000 mgr.smithi047.jescqm (mgr.14203) 34 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:22:41.101 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:40 smithi047 bash[19880]: audit 2024-09-10T04:22:40.727092+0000 mon.smithi047 (mon.0) 289 : audit [DBG] from='client.? 172.21.15.149:0/2417102133' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-10T04:22:41.101 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:40 smithi047 bash[19880]: audit 2024-09-10T04:22:40.727092+0000 mon.smithi047 (mon.0) 289 : audit [DBG] from='client.? 172.21.15.149:0/2417102133' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-10T04:22:41.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:40 smithi149 bash[25108]: cephadm 2024-09-10T04:22:39.304671+0000 mgr.smithi047.jescqm (mgr.14203) 32 : cephadm [INF] Reconfiguring mon.smithi047 (unknown last config time)... 2024-09-10T04:22:41.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:40 smithi149 bash[25108]: cephadm 2024-09-10T04:22:39.304671+0000 mgr.smithi047.jescqm (mgr.14203) 32 : cephadm [INF] Reconfiguring mon.smithi047 (unknown last config time)... 2024-09-10T04:22:41.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:41 smithi149 bash[25108]: cephadm 2024-09-10T04:22:39.308311+0000 mgr.smithi047.jescqm (mgr.14203) 33 : cephadm [INF] Reconfiguring daemon mon.smithi047 on smithi047 2024-09-10T04:22:41.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:41 smithi149 bash[25108]: cephadm 2024-09-10T04:22:39.308311+0000 mgr.smithi047.jescqm (mgr.14203) 33 : cephadm [INF] Reconfiguring daemon mon.smithi047 on smithi047 2024-09-10T04:22:41.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:41 smithi149 bash[25108]: cluster 2024-09-10T04:22:39.667409+0000 mgr.smithi047.jescqm (mgr.14203) 34 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:22:41.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:41 smithi149 bash[25108]: cluster 2024-09-10T04:22:39.667409+0000 mgr.smithi047.jescqm (mgr.14203) 34 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:22:41.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:41 smithi149 bash[25108]: audit 2024-09-10T04:22:40.727092+0000 mon.smithi047 (mon.0) 289 : audit [DBG] from='client.? 172.21.15.149:0/2417102133' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-10T04:22:41.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:41 smithi149 bash[25108]: audit 2024-09-10T04:22:40.727092+0000 mon.smithi047 (mon.0) 289 : audit [DBG] from='client.? 172.21.15.149:0/2417102133' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-10T04:22:41.604 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-09-10T04:22:41.604 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b165ca24-6f2b-11ef-bcea-c7b262605968 -- ceph config generate-minimal-conf 2024-09-10T04:22:42.873 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:42 smithi047 bash[19880]: audit 2024-09-10T04:22:41.472693+0000 mon.smithi047 (mon.0) 290 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:42.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:42 smithi047 bash[19880]: audit 2024-09-10T04:22:41.472693+0000 mon.smithi047 (mon.0) 290 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:42.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:42 smithi047 bash[19880]: audit 2024-09-10T04:22:41.482373+0000 mon.smithi047 (mon.0) 291 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:42.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:42 smithi047 bash[19880]: audit 2024-09-10T04:22:41.482373+0000 mon.smithi047 (mon.0) 291 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:42.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:42 smithi047 bash[19880]: cephadm 2024-09-10T04:22:41.484329+0000 mgr.smithi047.jescqm (mgr.14203) 35 : cephadm [INF] Reconfiguring mgr.smithi047.jescqm (unknown last config time)... 2024-09-10T04:22:42.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:42 smithi047 bash[19880]: cephadm 2024-09-10T04:22:41.484329+0000 mgr.smithi047.jescqm (mgr.14203) 35 : cephadm [INF] Reconfiguring mgr.smithi047.jescqm (unknown last config time)... 2024-09-10T04:22:42.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:42 smithi047 bash[19880]: audit 2024-09-10T04:22:41.485002+0000 mon.smithi047 (mon.0) 292 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get-or-create", "entity": "mgr.smithi047.jescqm", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-10T04:22:42.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:42 smithi047 bash[19880]: audit 2024-09-10T04:22:41.485002+0000 mon.smithi047 (mon.0) 292 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get-or-create", "entity": "mgr.smithi047.jescqm", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-10T04:22:42.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:42 smithi047 bash[19880]: audit 2024-09-10T04:22:41.487054+0000 mon.smithi047 (mon.0) 293 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "mgr services"} : dispatch 2024-09-10T04:22:42.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:42 smithi047 bash[19880]: audit 2024-09-10T04:22:41.487054+0000 mon.smithi047 (mon.0) 293 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "mgr services"} : dispatch 2024-09-10T04:22:42.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:42 smithi047 bash[19880]: audit 2024-09-10T04:22:41.488801+0000 mon.smithi047 (mon.0) 294 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:22:42.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:42 smithi047 bash[19880]: audit 2024-09-10T04:22:41.488801+0000 mon.smithi047 (mon.0) 294 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:22:42.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:42 smithi047 bash[19880]: cephadm 2024-09-10T04:22:41.490697+0000 mgr.smithi047.jescqm (mgr.14203) 36 : cephadm [INF] Reconfiguring daemon mgr.smithi047.jescqm on smithi047 2024-09-10T04:22:42.875 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:42 smithi047 bash[19880]: cephadm 2024-09-10T04:22:41.490697+0000 mgr.smithi047.jescqm (mgr.14203) 36 : cephadm [INF] Reconfiguring daemon mgr.smithi047.jescqm on smithi047 2024-09-10T04:22:42.875 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:42 smithi047 bash[19880]: cluster 2024-09-10T04:22:41.667759+0000 mgr.smithi047.jescqm (mgr.14203) 37 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:22:42.875 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:42 smithi047 bash[19880]: cluster 2024-09-10T04:22:41.667759+0000 mgr.smithi047.jescqm (mgr.14203) 37 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:22:42.933 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:42 smithi149 bash[25108]: audit 2024-09-10T04:22:41.472693+0000 mon.smithi047 (mon.0) 290 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:42.933 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:42 smithi149 bash[25108]: audit 2024-09-10T04:22:41.472693+0000 mon.smithi047 (mon.0) 290 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:42.933 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:42 smithi149 bash[25108]: audit 2024-09-10T04:22:41.482373+0000 mon.smithi047 (mon.0) 291 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:42.933 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:42 smithi149 bash[25108]: audit 2024-09-10T04:22:41.482373+0000 mon.smithi047 (mon.0) 291 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:42.933 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:42 smithi149 bash[25108]: cephadm 2024-09-10T04:22:41.484329+0000 mgr.smithi047.jescqm (mgr.14203) 35 : cephadm [INF] Reconfiguring mgr.smithi047.jescqm (unknown last config time)... 2024-09-10T04:22:42.933 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:42 smithi149 bash[25108]: cephadm 2024-09-10T04:22:41.484329+0000 mgr.smithi047.jescqm (mgr.14203) 35 : cephadm [INF] Reconfiguring mgr.smithi047.jescqm (unknown last config time)... 2024-09-10T04:22:42.933 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:42 smithi149 bash[25108]: audit 2024-09-10T04:22:41.485002+0000 mon.smithi047 (mon.0) 292 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get-or-create", "entity": "mgr.smithi047.jescqm", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-10T04:22:42.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:42 smithi149 bash[25108]: audit 2024-09-10T04:22:41.485002+0000 mon.smithi047 (mon.0) 292 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get-or-create", "entity": "mgr.smithi047.jescqm", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-10T04:22:42.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:42 smithi149 bash[25108]: audit 2024-09-10T04:22:41.487054+0000 mon.smithi047 (mon.0) 293 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "mgr services"} : dispatch 2024-09-10T04:22:42.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:42 smithi149 bash[25108]: audit 2024-09-10T04:22:41.487054+0000 mon.smithi047 (mon.0) 293 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "mgr services"} : dispatch 2024-09-10T04:22:42.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:42 smithi149 bash[25108]: audit 2024-09-10T04:22:41.488801+0000 mon.smithi047 (mon.0) 294 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:22:42.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:42 smithi149 bash[25108]: audit 2024-09-10T04:22:41.488801+0000 mon.smithi047 (mon.0) 294 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:22:42.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:42 smithi149 bash[25108]: cephadm 2024-09-10T04:22:41.490697+0000 mgr.smithi047.jescqm (mgr.14203) 36 : cephadm [INF] Reconfiguring daemon mgr.smithi047.jescqm on smithi047 2024-09-10T04:22:42.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:42 smithi149 bash[25108]: cephadm 2024-09-10T04:22:41.490697+0000 mgr.smithi047.jescqm (mgr.14203) 36 : cephadm [INF] Reconfiguring daemon mgr.smithi047.jescqm on smithi047 2024-09-10T04:22:42.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:42 smithi149 bash[25108]: cluster 2024-09-10T04:22:41.667759+0000 mgr.smithi047.jescqm (mgr.14203) 37 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:22:42.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:42 smithi149 bash[25108]: cluster 2024-09-10T04:22:41.667759+0000 mgr.smithi047.jescqm (mgr.14203) 37 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:22:44.854 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:44 smithi047 bash[19880]: audit 2024-09-10T04:22:43.596249+0000 mon.smithi047 (mon.0) 295 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:44.854 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:44 smithi047 bash[19880]: audit 2024-09-10T04:22:43.596249+0000 mon.smithi047 (mon.0) 295 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:44.854 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:44 smithi047 bash[19880]: audit 2024-09-10T04:22:43.604144+0000 mon.smithi047 (mon.0) 296 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:44.854 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:44 smithi047 bash[19880]: audit 2024-09-10T04:22:43.604144+0000 mon.smithi047 (mon.0) 296 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:44.854 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:44 smithi047 bash[19880]: cephadm 2024-09-10T04:22:43.606093+0000 mgr.smithi047.jescqm (mgr.14203) 38 : cephadm [INF] Reconfiguring ceph-exporter.smithi047 (monmap changed)... 2024-09-10T04:22:44.854 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:44 smithi047 bash[19880]: cephadm 2024-09-10T04:22:43.606093+0000 mgr.smithi047.jescqm (mgr.14203) 38 : cephadm [INF] Reconfiguring ceph-exporter.smithi047 (monmap changed)... 2024-09-10T04:22:44.854 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:44 smithi047 bash[19880]: audit 2024-09-10T04:22:43.606672+0000 mon.smithi047 (mon.0) 297 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi047", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]} : dispatch 2024-09-10T04:22:44.854 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:44 smithi047 bash[19880]: audit 2024-09-10T04:22:43.606672+0000 mon.smithi047 (mon.0) 297 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi047", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]} : dispatch 2024-09-10T04:22:44.854 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:44 smithi047 bash[19880]: audit 2024-09-10T04:22:43.608308+0000 mon.smithi047 (mon.0) 298 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:22:44.854 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:44 smithi047 bash[19880]: audit 2024-09-10T04:22:43.608308+0000 mon.smithi047 (mon.0) 298 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:22:44.855 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:44 smithi047 bash[19880]: cephadm 2024-09-10T04:22:43.609929+0000 mgr.smithi047.jescqm (mgr.14203) 39 : cephadm [INF] Reconfiguring daemon ceph-exporter.smithi047 on smithi047 2024-09-10T04:22:44.855 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:44 smithi047 bash[19880]: cephadm 2024-09-10T04:22:43.609929+0000 mgr.smithi047.jescqm (mgr.14203) 39 : cephadm [INF] Reconfiguring daemon ceph-exporter.smithi047 on smithi047 2024-09-10T04:22:44.855 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:44 smithi047 bash[19880]: cluster 2024-09-10T04:22:43.668030+0000 mgr.smithi047.jescqm (mgr.14203) 40 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:22:44.855 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:44 smithi047 bash[19880]: cluster 2024-09-10T04:22:43.668030+0000 mgr.smithi047.jescqm (mgr.14203) 40 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:22:44.928 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:44 smithi149 bash[25108]: audit 2024-09-10T04:22:43.596249+0000 mon.smithi047 (mon.0) 295 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:44.929 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:44 smithi149 bash[25108]: audit 2024-09-10T04:22:43.596249+0000 mon.smithi047 (mon.0) 295 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:44.929 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:44 smithi149 bash[25108]: audit 2024-09-10T04:22:43.604144+0000 mon.smithi047 (mon.0) 296 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:44.929 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:44 smithi149 bash[25108]: audit 2024-09-10T04:22:43.604144+0000 mon.smithi047 (mon.0) 296 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:44.929 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:44 smithi149 bash[25108]: cephadm 2024-09-10T04:22:43.606093+0000 mgr.smithi047.jescqm (mgr.14203) 38 : cephadm [INF] Reconfiguring ceph-exporter.smithi047 (monmap changed)... 2024-09-10T04:22:44.929 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:44 smithi149 bash[25108]: cephadm 2024-09-10T04:22:43.606093+0000 mgr.smithi047.jescqm (mgr.14203) 38 : cephadm [INF] Reconfiguring ceph-exporter.smithi047 (monmap changed)... 2024-09-10T04:22:44.929 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:44 smithi149 bash[25108]: audit 2024-09-10T04:22:43.606672+0000 mon.smithi047 (mon.0) 297 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi047", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]} : dispatch 2024-09-10T04:22:44.929 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:44 smithi149 bash[25108]: audit 2024-09-10T04:22:43.606672+0000 mon.smithi047 (mon.0) 297 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi047", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]} : dispatch 2024-09-10T04:22:44.929 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:44 smithi149 bash[25108]: audit 2024-09-10T04:22:43.608308+0000 mon.smithi047 (mon.0) 298 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:22:44.929 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:44 smithi149 bash[25108]: audit 2024-09-10T04:22:43.608308+0000 mon.smithi047 (mon.0) 298 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:22:44.929 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:44 smithi149 bash[25108]: cephadm 2024-09-10T04:22:43.609929+0000 mgr.smithi047.jescqm (mgr.14203) 39 : cephadm [INF] Reconfiguring daemon ceph-exporter.smithi047 on smithi047 2024-09-10T04:22:44.929 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:44 smithi149 bash[25108]: cephadm 2024-09-10T04:22:43.609929+0000 mgr.smithi047.jescqm (mgr.14203) 39 : cephadm [INF] Reconfiguring daemon ceph-exporter.smithi047 on smithi047 2024-09-10T04:22:44.930 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:44 smithi149 bash[25108]: cluster 2024-09-10T04:22:43.668030+0000 mgr.smithi047.jescqm (mgr.14203) 40 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:22:44.930 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:44 smithi149 bash[25108]: cluster 2024-09-10T04:22:43.668030+0000 mgr.smithi047.jescqm (mgr.14203) 40 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:22:46.382 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/mon.smithi047/config 2024-09-10T04:22:46.873 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:46 smithi047 bash[19880]: audit 2024-09-10T04:22:45.505536+0000 mon.smithi047 (mon.0) 299 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:46.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:46 smithi047 bash[19880]: audit 2024-09-10T04:22:45.505536+0000 mon.smithi047 (mon.0) 299 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:46.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:46 smithi047 bash[19880]: audit 2024-09-10T04:22:45.513814+0000 mon.smithi047 (mon.0) 300 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:46.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:46 smithi047 bash[19880]: audit 2024-09-10T04:22:45.513814+0000 mon.smithi047 (mon.0) 300 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:46.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:46 smithi047 bash[19880]: cephadm 2024-09-10T04:22:45.515501+0000 mgr.smithi047.jescqm (mgr.14203) 41 : cephadm [INF] Reconfiguring crash.smithi047 (monmap changed)... 2024-09-10T04:22:46.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:46 smithi047 bash[19880]: cephadm 2024-09-10T04:22:45.515501+0000 mgr.smithi047.jescqm (mgr.14203) 41 : cephadm [INF] Reconfiguring crash.smithi047 (monmap changed)... 2024-09-10T04:22:46.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:46 smithi047 bash[19880]: audit 2024-09-10T04:22:45.515925+0000 mon.smithi047 (mon.0) 301 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get-or-create", "entity": "client.crash.smithi047", "caps": ["mon", "profile crash", "mgr", "profile crash"]} : dispatch 2024-09-10T04:22:46.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:46 smithi047 bash[19880]: audit 2024-09-10T04:22:45.515925+0000 mon.smithi047 (mon.0) 301 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get-or-create", "entity": "client.crash.smithi047", "caps": ["mon", "profile crash", "mgr", "profile crash"]} : dispatch 2024-09-10T04:22:46.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:46 smithi047 bash[19880]: audit 2024-09-10T04:22:45.517182+0000 mon.smithi047 (mon.0) 302 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:22:46.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:46 smithi047 bash[19880]: audit 2024-09-10T04:22:45.517182+0000 mon.smithi047 (mon.0) 302 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:22:46.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:46 smithi047 bash[19880]: cephadm 2024-09-10T04:22:45.518464+0000 mgr.smithi047.jescqm (mgr.14203) 42 : cephadm [INF] Reconfiguring daemon crash.smithi047 on smithi047 2024-09-10T04:22:46.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:46 smithi047 bash[19880]: cephadm 2024-09-10T04:22:45.518464+0000 mgr.smithi047.jescqm (mgr.14203) 42 : cephadm [INF] Reconfiguring daemon crash.smithi047 on smithi047 2024-09-10T04:22:46.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:46 smithi047 bash[19880]: cluster 2024-09-10T04:22:45.668422+0000 mgr.smithi047.jescqm (mgr.14203) 43 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:22:46.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:46 smithi047 bash[19880]: cluster 2024-09-10T04:22:45.668422+0000 mgr.smithi047.jescqm (mgr.14203) 43 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:22:46.933 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:46 smithi149 bash[25108]: audit 2024-09-10T04:22:45.505536+0000 mon.smithi047 (mon.0) 299 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:46.933 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:46 smithi149 bash[25108]: audit 2024-09-10T04:22:45.505536+0000 mon.smithi047 (mon.0) 299 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:46.933 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:46 smithi149 bash[25108]: audit 2024-09-10T04:22:45.513814+0000 mon.smithi047 (mon.0) 300 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:46.933 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:46 smithi149 bash[25108]: audit 2024-09-10T04:22:45.513814+0000 mon.smithi047 (mon.0) 300 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:46.933 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:46 smithi149 bash[25108]: cephadm 2024-09-10T04:22:45.515501+0000 mgr.smithi047.jescqm (mgr.14203) 41 : cephadm [INF] Reconfiguring crash.smithi047 (monmap changed)... 2024-09-10T04:22:46.933 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:46 smithi149 bash[25108]: cephadm 2024-09-10T04:22:45.515501+0000 mgr.smithi047.jescqm (mgr.14203) 41 : cephadm [INF] Reconfiguring crash.smithi047 (monmap changed)... 2024-09-10T04:22:46.933 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:46 smithi149 bash[25108]: audit 2024-09-10T04:22:45.515925+0000 mon.smithi047 (mon.0) 301 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get-or-create", "entity": "client.crash.smithi047", "caps": ["mon", "profile crash", "mgr", "profile crash"]} : dispatch 2024-09-10T04:22:46.933 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:46 smithi149 bash[25108]: audit 2024-09-10T04:22:45.515925+0000 mon.smithi047 (mon.0) 301 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get-or-create", "entity": "client.crash.smithi047", "caps": ["mon", "profile crash", "mgr", "profile crash"]} : dispatch 2024-09-10T04:22:46.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:46 smithi149 bash[25108]: audit 2024-09-10T04:22:45.517182+0000 mon.smithi047 (mon.0) 302 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:22:46.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:46 smithi149 bash[25108]: audit 2024-09-10T04:22:45.517182+0000 mon.smithi047 (mon.0) 302 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:22:46.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:46 smithi149 bash[25108]: cephadm 2024-09-10T04:22:45.518464+0000 mgr.smithi047.jescqm (mgr.14203) 42 : cephadm [INF] Reconfiguring daemon crash.smithi047 on smithi047 2024-09-10T04:22:46.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:46 smithi149 bash[25108]: cephadm 2024-09-10T04:22:45.518464+0000 mgr.smithi047.jescqm (mgr.14203) 42 : cephadm [INF] Reconfiguring daemon crash.smithi047 on smithi047 2024-09-10T04:22:46.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:46 smithi149 bash[25108]: cluster 2024-09-10T04:22:45.668422+0000 mgr.smithi047.jescqm (mgr.14203) 43 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:22:46.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:46 smithi149 bash[25108]: cluster 2024-09-10T04:22:45.668422+0000 mgr.smithi047.jescqm (mgr.14203) 43 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:22:48.113 INFO:teuthology.orchestra.run.smithi047.stdout:# minimal ceph.conf for b165ca24-6f2b-11ef-bcea-c7b262605968 2024-09-10T04:22:48.113 INFO:teuthology.orchestra.run.smithi047.stdout:[global] 2024-09-10T04:22:48.113 INFO:teuthology.orchestra.run.smithi047.stdout: fsid = b165ca24-6f2b-11ef-bcea-c7b262605968 2024-09-10T04:22:48.113 INFO:teuthology.orchestra.run.smithi047.stdout: mon_host = [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] [v2:172.21.15.149:3300/0,v1:172.21.15.149:6789/0] 2024-09-10T04:22:48.639 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-09-10T04:22:48.640 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2024-09-10T04:22:48.640 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd of=/etc/ceph/ceph.conf 2024-09-10T04:22:48.652 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2024-09-10T04:22:48.652 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-10T04:22:48.705 DEBUG:teuthology.orchestra.run.smithi149:> set -ex 2024-09-10T04:22:48.705 DEBUG:teuthology.orchestra.run.smithi149:> sudo dd of=/etc/ceph/ceph.conf 2024-09-10T04:22:48.719 DEBUG:teuthology.orchestra.run.smithi149:> set -ex 2024-09-10T04:22:48.719 DEBUG:teuthology.orchestra.run.smithi149:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-10T04:22:48.775 DEBUG:tasks.cephadm:set 0 configs 2024-09-10T04:22:48.776 INFO:tasks.cephadm:Deploying OSDs... 2024-09-10T04:22:48.776 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2024-09-10T04:22:48.776 DEBUG:teuthology.orchestra.run.smithi047:> dd if=/scratch_devs of=/dev/stdout 2024-09-10T04:22:48.781 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-09-10T04:22:48.782 DEBUG:teuthology.orchestra.run.smithi047:> stat /dev/nvme1n1 2024-09-10T04:22:48.835 INFO:teuthology.orchestra.run.smithi047.stdout: File: /dev/nvme1n1 2024-09-10T04:22:48.835 INFO:teuthology.orchestra.run.smithi047.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-09-10T04:22:48.835 INFO:teuthology.orchestra.run.smithi047.stdout:Device: 5h/5d Inode: 961 Links: 1 Device type: 103,2 2024-09-10T04:22:48.835 INFO:teuthology.orchestra.run.smithi047.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-09-10T04:22:48.835 INFO:teuthology.orchestra.run.smithi047.stdout:Access: 2024-09-10 04:20:56.039274123 +0000 2024-09-10T04:22:48.835 INFO:teuthology.orchestra.run.smithi047.stdout:Modify: 2024-09-10 04:18:10.416744484 +0000 2024-09-10T04:22:48.835 INFO:teuthology.orchestra.run.smithi047.stdout:Change: 2024-09-10 04:18:10.416744484 +0000 2024-09-10T04:22:48.835 INFO:teuthology.orchestra.run.smithi047.stdout: Birth: - 2024-09-10T04:22:48.836 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-09-10T04:22:48.889 INFO:teuthology.orchestra.run.smithi047.stderr:1+0 records in 2024-09-10T04:22:48.889 INFO:teuthology.orchestra.run.smithi047.stderr:1+0 records out 2024-09-10T04:22:48.889 INFO:teuthology.orchestra.run.smithi047.stderr:512 bytes copied, 0.00031313 s, 1.6 MB/s 2024-09-10T04:22:48.890 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:48 smithi047 bash[19880]: cluster 2024-09-10T04:22:47.668728+0000 mgr.smithi047.jescqm (mgr.14203) 44 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:22:48.890 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:48 smithi047 bash[19880]: cluster 2024-09-10T04:22:47.668728+0000 mgr.smithi047.jescqm (mgr.14203) 44 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:22:48.890 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:48 smithi047 bash[19880]: audit 2024-09-10T04:22:48.112896+0000 mon.smithi047 (mon.0) 303 : audit [DBG] from='client.? 172.21.15.47:0/2531661577' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:22:48.890 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:48 smithi047 bash[19880]: audit 2024-09-10T04:22:48.112896+0000 mon.smithi047 (mon.0) 303 : audit [DBG] from='client.? 172.21.15.47:0/2531661577' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:22:48.890 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:48 smithi047 bash[19880]: audit 2024-09-10T04:22:48.214786+0000 mon.smithi047 (mon.0) 304 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:48.890 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:48 smithi047 bash[19880]: audit 2024-09-10T04:22:48.214786+0000 mon.smithi047 (mon.0) 304 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:48.890 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:48 smithi047 bash[19880]: audit 2024-09-10T04:22:48.219018+0000 mon.smithi047 (mon.0) 305 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:48.890 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:48 smithi047 bash[19880]: audit 2024-09-10T04:22:48.219018+0000 mon.smithi047 (mon.0) 305 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:48.890 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:48 smithi047 bash[19880]: cephadm 2024-09-10T04:22:48.220189+0000 mgr.smithi047.jescqm (mgr.14203) 45 : cephadm [INF] Reconfiguring alertmanager.smithi047 (dependencies changed)... 2024-09-10T04:22:48.891 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:48 smithi047 bash[19880]: cephadm 2024-09-10T04:22:48.220189+0000 mgr.smithi047.jescqm (mgr.14203) 45 : cephadm [INF] Reconfiguring alertmanager.smithi047 (dependencies changed)... 2024-09-10T04:22:48.891 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:48 smithi047 bash[19880]: cephadm 2024-09-10T04:22:48.232514+0000 mgr.smithi047.jescqm (mgr.14203) 46 : cephadm [INF] Reconfiguring daemon alertmanager.smithi047 on smithi047 2024-09-10T04:22:48.891 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:48 smithi047 bash[19880]: cephadm 2024-09-10T04:22:48.232514+0000 mgr.smithi047.jescqm (mgr.14203) 46 : cephadm [INF] Reconfiguring daemon alertmanager.smithi047 on smithi047 2024-09-10T04:22:48.892 DEBUG:teuthology.orchestra.run.smithi047:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-09-10T04:22:48.940 DEBUG:teuthology.orchestra.run.smithi047:> stat /dev/nvme2n1 2024-09-10T04:22:48.987 INFO:teuthology.orchestra.run.smithi047.stdout: File: /dev/nvme2n1 2024-09-10T04:22:48.987 INFO:teuthology.orchestra.run.smithi047.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-09-10T04:22:48.987 INFO:teuthology.orchestra.run.smithi047.stdout:Device: 5h/5d Inode: 970 Links: 1 Device type: 103,4 2024-09-10T04:22:48.987 INFO:teuthology.orchestra.run.smithi047.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-09-10T04:22:48.987 INFO:teuthology.orchestra.run.smithi047.stdout:Access: 2024-09-10 04:20:56.055273981 +0000 2024-09-10T04:22:48.987 INFO:teuthology.orchestra.run.smithi047.stdout:Modify: 2024-09-10 04:18:10.512743631 +0000 2024-09-10T04:22:48.987 INFO:teuthology.orchestra.run.smithi047.stdout:Change: 2024-09-10 04:18:10.512743631 +0000 2024-09-10T04:22:48.987 INFO:teuthology.orchestra.run.smithi047.stdout: Birth: - 2024-09-10T04:22:48.988 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-09-10T04:22:49.042 INFO:teuthology.orchestra.run.smithi047.stderr:1+0 records in 2024-09-10T04:22:49.042 INFO:teuthology.orchestra.run.smithi047.stderr:1+0 records out 2024-09-10T04:22:49.042 INFO:teuthology.orchestra.run.smithi047.stderr:512 bytes copied, 0.000378615 s, 1.4 MB/s 2024-09-10T04:22:49.043 DEBUG:teuthology.orchestra.run.smithi047:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-09-10T04:22:49.092 DEBUG:teuthology.orchestra.run.smithi047:> stat /dev/nvme3n1 2024-09-10T04:22:49.143 INFO:teuthology.orchestra.run.smithi047.stdout: File: /dev/nvme3n1 2024-09-10T04:22:49.143 INFO:teuthology.orchestra.run.smithi047.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-09-10T04:22:49.143 INFO:teuthology.orchestra.run.smithi047.stdout:Device: 5h/5d Inode: 979 Links: 1 Device type: 103,6 2024-09-10T04:22:49.143 INFO:teuthology.orchestra.run.smithi047.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-09-10T04:22:49.143 INFO:teuthology.orchestra.run.smithi047.stdout:Access: 2024-09-10 04:20:56.067273875 +0000 2024-09-10T04:22:49.143 INFO:teuthology.orchestra.run.smithi047.stdout:Modify: 2024-09-10 04:18:10.612742743 +0000 2024-09-10T04:22:49.143 INFO:teuthology.orchestra.run.smithi047.stdout:Change: 2024-09-10 04:18:10.612742743 +0000 2024-09-10T04:22:49.144 INFO:teuthology.orchestra.run.smithi047.stdout: Birth: - 2024-09-10T04:22:49.144 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-09-10T04:22:49.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:48 smithi149 bash[25108]: cluster 2024-09-10T04:22:47.668728+0000 mgr.smithi047.jescqm (mgr.14203) 44 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:22:49.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:48 smithi149 bash[25108]: cluster 2024-09-10T04:22:47.668728+0000 mgr.smithi047.jescqm (mgr.14203) 44 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:22:49.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:48 smithi149 bash[25108]: audit 2024-09-10T04:22:48.112896+0000 mon.smithi047 (mon.0) 303 : audit [DBG] from='client.? 172.21.15.47:0/2531661577' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:22:49.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:48 smithi149 bash[25108]: audit 2024-09-10T04:22:48.112896+0000 mon.smithi047 (mon.0) 303 : audit [DBG] from='client.? 172.21.15.47:0/2531661577' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:22:49.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:48 smithi149 bash[25108]: audit 2024-09-10T04:22:48.214786+0000 mon.smithi047 (mon.0) 304 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:49.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:48 smithi149 bash[25108]: audit 2024-09-10T04:22:48.214786+0000 mon.smithi047 (mon.0) 304 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:49.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:48 smithi149 bash[25108]: audit 2024-09-10T04:22:48.219018+0000 mon.smithi047 (mon.0) 305 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:49.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:48 smithi149 bash[25108]: audit 2024-09-10T04:22:48.219018+0000 mon.smithi047 (mon.0) 305 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:49.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:48 smithi149 bash[25108]: cephadm 2024-09-10T04:22:48.220189+0000 mgr.smithi047.jescqm (mgr.14203) 45 : cephadm [INF] Reconfiguring alertmanager.smithi047 (dependencies changed)... 2024-09-10T04:22:49.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:48 smithi149 bash[25108]: cephadm 2024-09-10T04:22:48.220189+0000 mgr.smithi047.jescqm (mgr.14203) 45 : cephadm [INF] Reconfiguring alertmanager.smithi047 (dependencies changed)... 2024-09-10T04:22:49.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:48 smithi149 bash[25108]: cephadm 2024-09-10T04:22:48.232514+0000 mgr.smithi047.jescqm (mgr.14203) 46 : cephadm [INF] Reconfiguring daemon alertmanager.smithi047 on smithi047 2024-09-10T04:22:49.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:48 smithi149 bash[25108]: cephadm 2024-09-10T04:22:48.232514+0000 mgr.smithi047.jescqm (mgr.14203) 46 : cephadm [INF] Reconfiguring daemon alertmanager.smithi047 on smithi047 2024-09-10T04:22:49.197 INFO:teuthology.orchestra.run.smithi047.stderr:1+0 records in 2024-09-10T04:22:49.197 INFO:teuthology.orchestra.run.smithi047.stderr:1+0 records out 2024-09-10T04:22:49.197 INFO:teuthology.orchestra.run.smithi047.stderr:512 bytes copied, 0.000254571 s, 2.0 MB/s 2024-09-10T04:22:49.199 DEBUG:teuthology.orchestra.run.smithi047:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-09-10T04:22:49.248 DEBUG:teuthology.orchestra.run.smithi047:> stat /dev/nvme4n1 2024-09-10T04:22:49.295 INFO:teuthology.orchestra.run.smithi047.stdout: File: /dev/nvme4n1 2024-09-10T04:22:49.295 INFO:teuthology.orchestra.run.smithi047.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-09-10T04:22:49.295 INFO:teuthology.orchestra.run.smithi047.stdout:Device: 5h/5d Inode: 988 Links: 1 Device type: 103,8 2024-09-10T04:22:49.295 INFO:teuthology.orchestra.run.smithi047.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-09-10T04:22:49.295 INFO:teuthology.orchestra.run.smithi047.stdout:Access: 2024-09-10 04:20:56.079273767 +0000 2024-09-10T04:22:49.295 INFO:teuthology.orchestra.run.smithi047.stdout:Modify: 2024-09-10 04:18:10.720741785 +0000 2024-09-10T04:22:49.295 INFO:teuthology.orchestra.run.smithi047.stdout:Change: 2024-09-10 04:18:10.720741785 +0000 2024-09-10T04:22:49.295 INFO:teuthology.orchestra.run.smithi047.stdout: Birth: - 2024-09-10T04:22:49.296 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-09-10T04:22:49.350 INFO:teuthology.orchestra.run.smithi047.stderr:1+0 records in 2024-09-10T04:22:49.350 INFO:teuthology.orchestra.run.smithi047.stderr:1+0 records out 2024-09-10T04:22:49.350 INFO:teuthology.orchestra.run.smithi047.stderr:512 bytes copied, 0.000334621 s, 1.5 MB/s 2024-09-10T04:22:49.351 DEBUG:teuthology.orchestra.run.smithi047:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-09-10T04:22:49.400 DEBUG:teuthology.orchestra.run.smithi149:> set -ex 2024-09-10T04:22:49.400 DEBUG:teuthology.orchestra.run.smithi149:> dd if=/scratch_devs of=/dev/stdout 2024-09-10T04:22:49.406 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-09-10T04:22:49.406 DEBUG:teuthology.orchestra.run.smithi149:> stat /dev/nvme1n1 2024-09-10T04:22:49.455 INFO:teuthology.orchestra.run.smithi149.stdout: File: /dev/nvme1n1 2024-09-10T04:22:49.455 INFO:teuthology.orchestra.run.smithi149.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-09-10T04:22:49.455 INFO:teuthology.orchestra.run.smithi149.stdout:Device: 5h/5d Inode: 961 Links: 1 Device type: 103,2 2024-09-10T04:22:49.455 INFO:teuthology.orchestra.run.smithi149.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-09-10T04:22:49.456 INFO:teuthology.orchestra.run.smithi149.stdout:Access: 2024-09-10 04:22:12.743994245 +0000 2024-09-10T04:22:49.456 INFO:teuthology.orchestra.run.smithi149.stdout:Modify: 2024-09-10 04:18:11.680007439 +0000 2024-09-10T04:22:49.456 INFO:teuthology.orchestra.run.smithi149.stdout:Change: 2024-09-10 04:18:11.680007439 +0000 2024-09-10T04:22:49.456 INFO:teuthology.orchestra.run.smithi149.stdout: Birth: - 2024-09-10T04:22:49.456 DEBUG:teuthology.orchestra.run.smithi149:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-09-10T04:22:49.509 INFO:teuthology.orchestra.run.smithi149.stderr:1+0 records in 2024-09-10T04:22:49.510 INFO:teuthology.orchestra.run.smithi149.stderr:1+0 records out 2024-09-10T04:22:49.510 INFO:teuthology.orchestra.run.smithi149.stderr:512 bytes copied, 0.000380649 s, 1.3 MB/s 2024-09-10T04:22:49.511 DEBUG:teuthology.orchestra.run.smithi149:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-09-10T04:22:49.561 DEBUG:teuthology.orchestra.run.smithi149:> stat /dev/nvme2n1 2024-09-10T04:22:49.607 INFO:teuthology.orchestra.run.smithi149.stdout: File: /dev/nvme2n1 2024-09-10T04:22:49.607 INFO:teuthology.orchestra.run.smithi149.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-09-10T04:22:49.607 INFO:teuthology.orchestra.run.smithi149.stdout:Device: 5h/5d Inode: 970 Links: 1 Device type: 103,4 2024-09-10T04:22:49.607 INFO:teuthology.orchestra.run.smithi149.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-09-10T04:22:49.607 INFO:teuthology.orchestra.run.smithi149.stdout:Access: 2024-09-10 04:22:12.755993946 +0000 2024-09-10T04:22:49.607 INFO:teuthology.orchestra.run.smithi149.stdout:Modify: 2024-09-10 04:18:11.775968374 +0000 2024-09-10T04:22:49.608 INFO:teuthology.orchestra.run.smithi149.stdout:Change: 2024-09-10 04:18:11.775968374 +0000 2024-09-10T04:22:49.608 INFO:teuthology.orchestra.run.smithi149.stdout: Birth: - 2024-09-10T04:22:49.608 DEBUG:teuthology.orchestra.run.smithi149:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-09-10T04:22:49.661 INFO:teuthology.orchestra.run.smithi149.stderr:1+0 records in 2024-09-10T04:22:49.662 INFO:teuthology.orchestra.run.smithi149.stderr:1+0 records out 2024-09-10T04:22:49.662 INFO:teuthology.orchestra.run.smithi149.stderr:512 bytes copied, 0.000402155 s, 1.3 MB/s 2024-09-10T04:22:49.663 DEBUG:teuthology.orchestra.run.smithi149:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-09-10T04:22:49.712 DEBUG:teuthology.orchestra.run.smithi149:> stat /dev/nvme3n1 2024-09-10T04:22:49.759 INFO:teuthology.orchestra.run.smithi149.stdout: File: /dev/nvme3n1 2024-09-10T04:22:49.760 INFO:teuthology.orchestra.run.smithi149.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-09-10T04:22:49.760 INFO:teuthology.orchestra.run.smithi149.stdout:Device: 5h/5d Inode: 979 Links: 1 Device type: 103,6 2024-09-10T04:22:49.760 INFO:teuthology.orchestra.run.smithi149.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-09-10T04:22:49.760 INFO:teuthology.orchestra.run.smithi149.stdout:Access: 2024-09-10 04:22:12.763993746 +0000 2024-09-10T04:22:49.760 INFO:teuthology.orchestra.run.smithi149.stdout:Modify: 2024-09-10 04:18:11.867930937 +0000 2024-09-10T04:22:49.760 INFO:teuthology.orchestra.run.smithi149.stdout:Change: 2024-09-10 04:18:11.867930937 +0000 2024-09-10T04:22:49.760 INFO:teuthology.orchestra.run.smithi149.stdout: Birth: - 2024-09-10T04:22:49.760 DEBUG:teuthology.orchestra.run.smithi149:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-09-10T04:22:49.812 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:49 smithi149 bash[25108]: audit 2024-09-10T04:22:49.125327+0000 mon.smithi047 (mon.0) 306 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:22:49.812 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:49 smithi149 bash[25108]: audit 2024-09-10T04:22:49.125327+0000 mon.smithi047 (mon.0) 306 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:22:49.814 INFO:teuthology.orchestra.run.smithi149.stderr:1+0 records in 2024-09-10T04:22:49.814 INFO:teuthology.orchestra.run.smithi149.stderr:1+0 records out 2024-09-10T04:22:49.814 INFO:teuthology.orchestra.run.smithi149.stderr:512 bytes copied, 0.000519294 s, 986 kB/s 2024-09-10T04:22:49.815 DEBUG:teuthology.orchestra.run.smithi149:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-09-10T04:22:49.865 DEBUG:teuthology.orchestra.run.smithi149:> stat /dev/nvme4n1 2024-09-10T04:22:49.911 INFO:teuthology.orchestra.run.smithi149.stdout: File: /dev/nvme4n1 2024-09-10T04:22:49.911 INFO:teuthology.orchestra.run.smithi149.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-09-10T04:22:49.911 INFO:teuthology.orchestra.run.smithi149.stdout:Device: 5h/5d Inode: 988 Links: 1 Device type: 103,8 2024-09-10T04:22:49.911 INFO:teuthology.orchestra.run.smithi149.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-09-10T04:22:49.912 INFO:teuthology.orchestra.run.smithi149.stdout:Access: 2024-09-10 04:22:12.775993447 +0000 2024-09-10T04:22:49.912 INFO:teuthology.orchestra.run.smithi149.stdout:Modify: 2024-09-10 04:18:11.963891870 +0000 2024-09-10T04:22:49.912 INFO:teuthology.orchestra.run.smithi149.stdout:Change: 2024-09-10 04:18:11.963891870 +0000 2024-09-10T04:22:49.912 INFO:teuthology.orchestra.run.smithi149.stdout: Birth: - 2024-09-10T04:22:49.912 DEBUG:teuthology.orchestra.run.smithi149:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-09-10T04:22:49.966 INFO:teuthology.orchestra.run.smithi149.stderr:1+0 records in 2024-09-10T04:22:49.966 INFO:teuthology.orchestra.run.smithi149.stderr:1+0 records out 2024-09-10T04:22:49.966 INFO:teuthology.orchestra.run.smithi149.stderr:512 bytes copied, 0.000476949 s, 1.1 MB/s 2024-09-10T04:22:49.967 DEBUG:teuthology.orchestra.run.smithi149:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-09-10T04:22:50.017 DEBUG:teuthology.orchestra.run.smithi149:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b165ca24-6f2b-11ef-bcea-c7b262605968 -- ceph orch apply osd --all-available-devices 2024-09-10T04:22:50.032 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:49 smithi047 bash[19880]: audit 2024-09-10T04:22:49.125327+0000 mon.smithi047 (mon.0) 306 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:22:50.032 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:49 smithi047 bash[19880]: audit 2024-09-10T04:22:49.125327+0000 mon.smithi047 (mon.0) 306 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:22:51.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:50 smithi047 bash[19880]: cluster 2024-09-10T04:22:49.669167+0000 mgr.smithi047.jescqm (mgr.14203) 47 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:22:51.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:50 smithi047 bash[19880]: cluster 2024-09-10T04:22:49.669167+0000 mgr.smithi047.jescqm (mgr.14203) 47 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:22:51.182 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:50 smithi149 bash[25108]: cluster 2024-09-10T04:22:49.669167+0000 mgr.smithi047.jescqm (mgr.14203) 47 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:22:51.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:50 smithi149 bash[25108]: cluster 2024-09-10T04:22:49.669167+0000 mgr.smithi047.jescqm (mgr.14203) 47 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:22:53.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:52 smithi047 bash[19880]: cluster 2024-09-10T04:22:51.669653+0000 mgr.smithi047.jescqm (mgr.14203) 48 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:22:53.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:52 smithi047 bash[19880]: cluster 2024-09-10T04:22:51.669653+0000 mgr.smithi047.jescqm (mgr.14203) 48 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:22:53.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:52 smithi149 bash[25108]: cluster 2024-09-10T04:22:51.669653+0000 mgr.smithi047.jescqm (mgr.14203) 48 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:22:53.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:52 smithi149 bash[25108]: cluster 2024-09-10T04:22:51.669653+0000 mgr.smithi047.jescqm (mgr.14203) 48 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:22:54.065 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:53 smithi047 bash[19880]: audit 2024-09-10T04:22:52.799448+0000 mon.smithi047 (mon.0) 307 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:54.065 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:53 smithi047 bash[19880]: audit 2024-09-10T04:22:52.799448+0000 mon.smithi047 (mon.0) 307 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:54.065 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:53 smithi047 bash[19880]: audit 2024-09-10T04:22:52.803432+0000 mon.smithi047 (mon.0) 308 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:54.065 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:53 smithi047 bash[19880]: audit 2024-09-10T04:22:52.803432+0000 mon.smithi047 (mon.0) 308 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:54.065 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:53 smithi047 bash[19880]: cephadm 2024-09-10T04:22:52.804541+0000 mgr.smithi047.jescqm (mgr.14203) 49 : cephadm [INF] Reconfiguring grafana.smithi047 (dependencies changed)... 2024-09-10T04:22:54.065 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:53 smithi047 bash[19880]: cephadm 2024-09-10T04:22:52.804541+0000 mgr.smithi047.jescqm (mgr.14203) 49 : cephadm [INF] Reconfiguring grafana.smithi047 (dependencies changed)... 2024-09-10T04:22:54.065 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:53 smithi047 bash[19880]: cephadm 2024-09-10T04:22:53.215025+0000 mgr.smithi047.jescqm (mgr.14203) 50 : cephadm [INF] Reconfiguring daemon grafana.smithi047 on smithi047 2024-09-10T04:22:54.065 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:53 smithi047 bash[19880]: cephadm 2024-09-10T04:22:53.215025+0000 mgr.smithi047.jescqm (mgr.14203) 50 : cephadm [INF] Reconfiguring daemon grafana.smithi047 on smithi047 2024-09-10T04:22:54.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:53 smithi149 bash[25108]: audit 2024-09-10T04:22:52.799448+0000 mon.smithi047 (mon.0) 307 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:54.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:53 smithi149 bash[25108]: audit 2024-09-10T04:22:52.799448+0000 mon.smithi047 (mon.0) 307 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:54.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:53 smithi149 bash[25108]: audit 2024-09-10T04:22:52.803432+0000 mon.smithi047 (mon.0) 308 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:54.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:53 smithi149 bash[25108]: audit 2024-09-10T04:22:52.803432+0000 mon.smithi047 (mon.0) 308 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:54.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:53 smithi149 bash[25108]: cephadm 2024-09-10T04:22:52.804541+0000 mgr.smithi047.jescqm (mgr.14203) 49 : cephadm [INF] Reconfiguring grafana.smithi047 (dependencies changed)... 2024-09-10T04:22:54.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:53 smithi149 bash[25108]: cephadm 2024-09-10T04:22:52.804541+0000 mgr.smithi047.jescqm (mgr.14203) 49 : cephadm [INF] Reconfiguring grafana.smithi047 (dependencies changed)... 2024-09-10T04:22:54.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:53 smithi149 bash[25108]: cephadm 2024-09-10T04:22:53.215025+0000 mgr.smithi047.jescqm (mgr.14203) 50 : cephadm [INF] Reconfiguring daemon grafana.smithi047 on smithi047 2024-09-10T04:22:54.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:53 smithi149 bash[25108]: cephadm 2024-09-10T04:22:53.215025+0000 mgr.smithi047.jescqm (mgr.14203) 50 : cephadm [INF] Reconfiguring daemon grafana.smithi047 on smithi047 2024-09-10T04:22:54.811 INFO:teuthology.orchestra.run.smithi149.stderr:Inferring config /var/lib/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/mon.smithi149/config 2024-09-10T04:22:55.114 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:54 smithi047 bash[19880]: cluster 2024-09-10T04:22:53.670049+0000 mgr.smithi047.jescqm (mgr.14203) 51 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:22:55.114 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:54 smithi047 bash[19880]: cluster 2024-09-10T04:22:53.670049+0000 mgr.smithi047.jescqm (mgr.14203) 51 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:22:55.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:54 smithi149 bash[25108]: cluster 2024-09-10T04:22:53.670049+0000 mgr.smithi047.jescqm (mgr.14203) 51 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:22:55.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:54 smithi149 bash[25108]: cluster 2024-09-10T04:22:53.670049+0000 mgr.smithi047.jescqm (mgr.14203) 51 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:22:56.196 INFO:teuthology.orchestra.run.smithi149.stdout:Scheduled osd.all-available-devices update... 2024-09-10T04:22:56.866 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-09-10T04:22:56.867 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b165ca24-6f2b-11ef-bcea-c7b262605968 -- ceph osd stat -f json 2024-09-10T04:22:57.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:57 smithi047 bash[19880]: cluster 2024-09-10T04:22:55.670482+0000 mgr.smithi047.jescqm (mgr.14203) 52 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:22:57.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:57 smithi047 bash[19880]: cluster 2024-09-10T04:22:55.670482+0000 mgr.smithi047.jescqm (mgr.14203) 52 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:22:57.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:57 smithi047 bash[19880]: audit 2024-09-10T04:22:56.181549+0000 mgr.smithi047.jescqm (mgr.14203) 53 : audit [DBG] from='client.24099 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:22:57.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:57 smithi047 bash[19880]: audit 2024-09-10T04:22:56.181549+0000 mgr.smithi047.jescqm (mgr.14203) 53 : audit [DBG] from='client.24099 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:22:57.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:57 smithi047 bash[19880]: cephadm 2024-09-10T04:22:56.186679+0000 mgr.smithi047.jescqm (mgr.14203) 54 : cephadm [INF] Marking host: smithi047 for OSDSpec preview refresh. 2024-09-10T04:22:57.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:57 smithi047 bash[19880]: cephadm 2024-09-10T04:22:56.186679+0000 mgr.smithi047.jescqm (mgr.14203) 54 : cephadm [INF] Marking host: smithi047 for OSDSpec preview refresh. 2024-09-10T04:22:57.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:57 smithi047 bash[19880]: cephadm 2024-09-10T04:22:56.186889+0000 mgr.smithi047.jescqm (mgr.14203) 55 : cephadm [INF] Marking host: smithi149 for OSDSpec preview refresh. 2024-09-10T04:22:57.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:57 smithi047 bash[19880]: cephadm 2024-09-10T04:22:56.186889+0000 mgr.smithi047.jescqm (mgr.14203) 55 : cephadm [INF] Marking host: smithi149 for OSDSpec preview refresh. 2024-09-10T04:22:57.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:57 smithi047 bash[19880]: cephadm 2024-09-10T04:22:56.187745+0000 mgr.smithi047.jescqm (mgr.14203) 56 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-09-10T04:22:57.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:57 smithi047 bash[19880]: cephadm 2024-09-10T04:22:56.187745+0000 mgr.smithi047.jescqm (mgr.14203) 56 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-09-10T04:22:57.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:57 smithi047 bash[19880]: audit 2024-09-10T04:22:56.195331+0000 mon.smithi047 (mon.0) 309 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:57.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:57 smithi047 bash[19880]: audit 2024-09-10T04:22:56.195331+0000 mon.smithi047 (mon.0) 309 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:57.683 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:57 smithi149 bash[25108]: cluster 2024-09-10T04:22:55.670482+0000 mgr.smithi047.jescqm (mgr.14203) 52 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:22:57.683 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:57 smithi149 bash[25108]: cluster 2024-09-10T04:22:55.670482+0000 mgr.smithi047.jescqm (mgr.14203) 52 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:22:57.683 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:57 smithi149 bash[25108]: audit 2024-09-10T04:22:56.181549+0000 mgr.smithi047.jescqm (mgr.14203) 53 : audit [DBG] from='client.24099 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:22:57.683 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:57 smithi149 bash[25108]: audit 2024-09-10T04:22:56.181549+0000 mgr.smithi047.jescqm (mgr.14203) 53 : audit [DBG] from='client.24099 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:22:57.684 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:57 smithi149 bash[25108]: cephadm 2024-09-10T04:22:56.186679+0000 mgr.smithi047.jescqm (mgr.14203) 54 : cephadm [INF] Marking host: smithi047 for OSDSpec preview refresh. 2024-09-10T04:22:57.684 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:57 smithi149 bash[25108]: cephadm 2024-09-10T04:22:56.186679+0000 mgr.smithi047.jescqm (mgr.14203) 54 : cephadm [INF] Marking host: smithi047 for OSDSpec preview refresh. 2024-09-10T04:22:57.684 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:57 smithi149 bash[25108]: cephadm 2024-09-10T04:22:56.186889+0000 mgr.smithi047.jescqm (mgr.14203) 55 : cephadm [INF] Marking host: smithi149 for OSDSpec preview refresh. 2024-09-10T04:22:57.684 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:57 smithi149 bash[25108]: cephadm 2024-09-10T04:22:56.186889+0000 mgr.smithi047.jescqm (mgr.14203) 55 : cephadm [INF] Marking host: smithi149 for OSDSpec preview refresh. 2024-09-10T04:22:57.684 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:57 smithi149 bash[25108]: cephadm 2024-09-10T04:22:56.187745+0000 mgr.smithi047.jescqm (mgr.14203) 56 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-09-10T04:22:57.684 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:57 smithi149 bash[25108]: cephadm 2024-09-10T04:22:56.187745+0000 mgr.smithi047.jescqm (mgr.14203) 56 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-09-10T04:22:57.684 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:57 smithi149 bash[25108]: audit 2024-09-10T04:22:56.195331+0000 mon.smithi047 (mon.0) 309 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:57.684 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:57 smithi149 bash[25108]: audit 2024-09-10T04:22:56.195331+0000 mon.smithi047 (mon.0) 309 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:58.892 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:58 smithi047 bash[19880]: cluster 2024-09-10T04:22:57.670955+0000 mgr.smithi047.jescqm (mgr.14203) 57 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:22:58.892 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:58 smithi047 bash[19880]: cluster 2024-09-10T04:22:57.670955+0000 mgr.smithi047.jescqm (mgr.14203) 57 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:22:58.892 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:58 smithi047 bash[19880]: audit 2024-09-10T04:22:57.863010+0000 mon.smithi047 (mon.0) 310 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:58.892 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:58 smithi047 bash[19880]: audit 2024-09-10T04:22:57.863010+0000 mon.smithi047 (mon.0) 310 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:58.892 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:58 smithi047 bash[19880]: audit 2024-09-10T04:22:57.867394+0000 mon.smithi047 (mon.0) 311 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:58.892 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:58 smithi047 bash[19880]: audit 2024-09-10T04:22:57.867394+0000 mon.smithi047 (mon.0) 311 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:58.893 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:58 smithi047 bash[19880]: cephadm 2024-09-10T04:22:57.868472+0000 mgr.smithi047.jescqm (mgr.14203) 58 : cephadm [INF] Reconfiguring prometheus.smithi047 (dependencies changed)... 2024-09-10T04:22:58.893 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:58 smithi047 bash[19880]: cephadm 2024-09-10T04:22:57.868472+0000 mgr.smithi047.jescqm (mgr.14203) 58 : cephadm [INF] Reconfiguring prometheus.smithi047 (dependencies changed)... 2024-09-10T04:22:58.893 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:58 smithi047 bash[19880]: cephadm 2024-09-10T04:22:58.131076+0000 mgr.smithi047.jescqm (mgr.14203) 59 : cephadm [INF] Reconfiguring daemon prometheus.smithi047 on smithi047 2024-09-10T04:22:58.893 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:22:58 smithi047 bash[19880]: cephadm 2024-09-10T04:22:58.131076+0000 mgr.smithi047.jescqm (mgr.14203) 59 : cephadm [INF] Reconfiguring daemon prometheus.smithi047 on smithi047 2024-09-10T04:22:59.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:58 smithi149 bash[25108]: cluster 2024-09-10T04:22:57.670955+0000 mgr.smithi047.jescqm (mgr.14203) 57 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:22:59.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:58 smithi149 bash[25108]: cluster 2024-09-10T04:22:57.670955+0000 mgr.smithi047.jescqm (mgr.14203) 57 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:22:59.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:58 smithi149 bash[25108]: audit 2024-09-10T04:22:57.863010+0000 mon.smithi047 (mon.0) 310 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:59.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:58 smithi149 bash[25108]: audit 2024-09-10T04:22:57.863010+0000 mon.smithi047 (mon.0) 310 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:59.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:58 smithi149 bash[25108]: audit 2024-09-10T04:22:57.867394+0000 mon.smithi047 (mon.0) 311 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:59.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:58 smithi149 bash[25108]: audit 2024-09-10T04:22:57.867394+0000 mon.smithi047 (mon.0) 311 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:22:59.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:58 smithi149 bash[25108]: cephadm 2024-09-10T04:22:57.868472+0000 mgr.smithi047.jescqm (mgr.14203) 58 : cephadm [INF] Reconfiguring prometheus.smithi047 (dependencies changed)... 2024-09-10T04:22:59.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:58 smithi149 bash[25108]: cephadm 2024-09-10T04:22:57.868472+0000 mgr.smithi047.jescqm (mgr.14203) 58 : cephadm [INF] Reconfiguring prometheus.smithi047 (dependencies changed)... 2024-09-10T04:22:59.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:58 smithi149 bash[25108]: cephadm 2024-09-10T04:22:58.131076+0000 mgr.smithi047.jescqm (mgr.14203) 59 : cephadm [INF] Reconfiguring daemon prometheus.smithi047 on smithi047 2024-09-10T04:22:59.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:22:58 smithi149 bash[25108]: cephadm 2024-09-10T04:22:58.131076+0000 mgr.smithi047.jescqm (mgr.14203) 59 : cephadm [INF] Reconfiguring daemon prometheus.smithi047 on smithi047 2024-09-10T04:23:01.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:00 smithi047 bash[19880]: cluster 2024-09-10T04:22:59.671290+0000 mgr.smithi047.jescqm (mgr.14203) 60 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:23:01.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:00 smithi047 bash[19880]: cluster 2024-09-10T04:22:59.671290+0000 mgr.smithi047.jescqm (mgr.14203) 60 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:23:01.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:00 smithi149 bash[25108]: cluster 2024-09-10T04:22:59.671290+0000 mgr.smithi047.jescqm (mgr.14203) 60 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:23:01.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:00 smithi149 bash[25108]: cluster 2024-09-10T04:22:59.671290+0000 mgr.smithi047.jescqm (mgr.14203) 60 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:23:02.650 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/mon.smithi047/config 2024-09-10T04:23:03.101 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:02 smithi047 bash[19880]: cluster 2024-09-10T04:23:01.671666+0000 mgr.smithi047.jescqm (mgr.14203) 61 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:23:03.102 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:02 smithi047 bash[19880]: cluster 2024-09-10T04:23:01.671666+0000 mgr.smithi047.jescqm (mgr.14203) 61 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:23:03.102 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:02 smithi047 bash[19880]: audit 2024-09-10T04:23:02.783962+0000 mon.smithi047 (mon.0) 312 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:23:03.102 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:02 smithi047 bash[19880]: audit 2024-09-10T04:23:02.783962+0000 mon.smithi047 (mon.0) 312 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:23:03.102 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:02 smithi047 bash[19880]: audit 2024-09-10T04:23:02.788564+0000 mon.smithi047 (mon.0) 313 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:23:03.102 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:02 smithi047 bash[19880]: audit 2024-09-10T04:23:02.788564+0000 mon.smithi047 (mon.0) 313 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:23:03.102 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:02 smithi047 bash[19880]: audit 2024-09-10T04:23:02.791994+0000 mon.smithi047 (mon.0) 314 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi149", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]} : dispatch 2024-09-10T04:23:03.102 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:02 smithi047 bash[19880]: audit 2024-09-10T04:23:02.791994+0000 mon.smithi047 (mon.0) 314 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi149", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]} : dispatch 2024-09-10T04:23:03.102 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:02 smithi047 bash[19880]: audit 2024-09-10T04:23:02.792974+0000 mon.smithi047 (mon.0) 315 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:23:03.102 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:02 smithi047 bash[19880]: audit 2024-09-10T04:23:02.792974+0000 mon.smithi047 (mon.0) 315 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:23:03.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:02 smithi149 bash[25108]: cluster 2024-09-10T04:23:01.671666+0000 mgr.smithi047.jescqm (mgr.14203) 61 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:23:03.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:02 smithi149 bash[25108]: cluster 2024-09-10T04:23:01.671666+0000 mgr.smithi047.jescqm (mgr.14203) 61 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:23:03.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:02 smithi149 bash[25108]: audit 2024-09-10T04:23:02.783962+0000 mon.smithi047 (mon.0) 312 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:23:03.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:02 smithi149 bash[25108]: audit 2024-09-10T04:23:02.783962+0000 mon.smithi047 (mon.0) 312 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:23:03.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:02 smithi149 bash[25108]: audit 2024-09-10T04:23:02.788564+0000 mon.smithi047 (mon.0) 313 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:23:03.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:02 smithi149 bash[25108]: audit 2024-09-10T04:23:02.788564+0000 mon.smithi047 (mon.0) 313 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:23:03.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:02 smithi149 bash[25108]: audit 2024-09-10T04:23:02.791994+0000 mon.smithi047 (mon.0) 314 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi149", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]} : dispatch 2024-09-10T04:23:03.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:02 smithi149 bash[25108]: audit 2024-09-10T04:23:02.791994+0000 mon.smithi047 (mon.0) 314 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi149", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]} : dispatch 2024-09-10T04:23:03.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:02 smithi149 bash[25108]: audit 2024-09-10T04:23:02.792974+0000 mon.smithi047 (mon.0) 315 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:23:03.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:02 smithi149 bash[25108]: audit 2024-09-10T04:23:02.792974+0000 mon.smithi047 (mon.0) 315 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:23:04.052 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:03 smithi047 bash[19880]: cephadm 2024-09-10T04:23:02.791597+0000 mgr.smithi047.jescqm (mgr.14203) 62 : cephadm [INF] Reconfiguring ceph-exporter.smithi149 (monmap changed)... 2024-09-10T04:23:04.052 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:03 smithi047 bash[19880]: cephadm 2024-09-10T04:23:02.791597+0000 mgr.smithi047.jescqm (mgr.14203) 62 : cephadm [INF] Reconfiguring ceph-exporter.smithi149 (monmap changed)... 2024-09-10T04:23:04.052 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:03 smithi047 bash[19880]: cephadm 2024-09-10T04:23:02.793853+0000 mgr.smithi047.jescqm (mgr.14203) 63 : cephadm [INF] Reconfiguring daemon ceph-exporter.smithi149 on smithi149 2024-09-10T04:23:04.052 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:03 smithi047 bash[19880]: cephadm 2024-09-10T04:23:02.793853+0000 mgr.smithi047.jescqm (mgr.14203) 63 : cephadm [INF] Reconfiguring daemon ceph-exporter.smithi149 on smithi149 2024-09-10T04:23:04.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:03 smithi149 bash[25108]: cephadm 2024-09-10T04:23:02.791597+0000 mgr.smithi047.jescqm (mgr.14203) 62 : cephadm [INF] Reconfiguring ceph-exporter.smithi149 (monmap changed)... 2024-09-10T04:23:04.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:03 smithi149 bash[25108]: cephadm 2024-09-10T04:23:02.791597+0000 mgr.smithi047.jescqm (mgr.14203) 62 : cephadm [INF] Reconfiguring ceph-exporter.smithi149 (monmap changed)... 2024-09-10T04:23:04.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:03 smithi149 bash[25108]: cephadm 2024-09-10T04:23:02.793853+0000 mgr.smithi047.jescqm (mgr.14203) 63 : cephadm [INF] Reconfiguring daemon ceph-exporter.smithi149 on smithi149 2024-09-10T04:23:04.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:03 smithi149 bash[25108]: cephadm 2024-09-10T04:23:02.793853+0000 mgr.smithi047.jescqm (mgr.14203) 63 : cephadm [INF] Reconfiguring daemon ceph-exporter.smithi149 on smithi149 2024-09-10T04:23:04.396 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-09-10T04:23:04.938 INFO:teuthology.orchestra.run.smithi047.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-10T04:23:05.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:04 smithi149 bash[25108]: cluster 2024-09-10T04:23:03.672050+0000 mgr.smithi047.jescqm (mgr.14203) 64 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:23:05.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:04 smithi149 bash[25108]: cluster 2024-09-10T04:23:03.672050+0000 mgr.smithi047.jescqm (mgr.14203) 64 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:23:05.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:04 smithi149 bash[25108]: audit 2024-09-10T04:23:04.125347+0000 mon.smithi047 (mon.0) 316 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:23:05.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:04 smithi149 bash[25108]: audit 2024-09-10T04:23:04.125347+0000 mon.smithi047 (mon.0) 316 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:23:05.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:04 smithi149 bash[25108]: audit 2024-09-10T04:23:04.396332+0000 mon.smithi047 (mon.0) 317 : audit [DBG] from='client.? 172.21.15.47:0/4062697949' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-10T04:23:05.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:04 smithi149 bash[25108]: audit 2024-09-10T04:23:04.396332+0000 mon.smithi047 (mon.0) 317 : audit [DBG] from='client.? 172.21.15.47:0/4062697949' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-10T04:23:05.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:04 smithi047 bash[19880]: cluster 2024-09-10T04:23:03.672050+0000 mgr.smithi047.jescqm (mgr.14203) 64 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:23:05.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:04 smithi047 bash[19880]: cluster 2024-09-10T04:23:03.672050+0000 mgr.smithi047.jescqm (mgr.14203) 64 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:23:05.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:04 smithi047 bash[19880]: audit 2024-09-10T04:23:04.125347+0000 mon.smithi047 (mon.0) 316 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:23:05.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:04 smithi047 bash[19880]: audit 2024-09-10T04:23:04.125347+0000 mon.smithi047 (mon.0) 316 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:23:05.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:04 smithi047 bash[19880]: audit 2024-09-10T04:23:04.396332+0000 mon.smithi047 (mon.0) 317 : audit [DBG] from='client.? 172.21.15.47:0/4062697949' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-10T04:23:05.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:04 smithi047 bash[19880]: audit 2024-09-10T04:23:04.396332+0000 mon.smithi047 (mon.0) 317 : audit [DBG] from='client.? 172.21.15.47:0/4062697949' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-10T04:23:05.939 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b165ca24-6f2b-11ef-bcea-c7b262605968 -- ceph osd stat -f json 2024-09-10T04:23:06.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:05 smithi047 bash[19880]: audit 2024-09-10T04:23:04.981589+0000 mon.smithi047 (mon.0) 318 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:23:06.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:05 smithi047 bash[19880]: audit 2024-09-10T04:23:04.981589+0000 mon.smithi047 (mon.0) 318 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:23:06.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:05 smithi047 bash[19880]: audit 2024-09-10T04:23:04.989839+0000 mon.smithi047 (mon.0) 319 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:23:06.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:05 smithi047 bash[19880]: audit 2024-09-10T04:23:04.989839+0000 mon.smithi047 (mon.0) 319 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:23:06.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:05 smithi047 bash[19880]: cephadm 2024-09-10T04:23:04.991388+0000 mgr.smithi047.jescqm (mgr.14203) 65 : cephadm [INF] Reconfiguring crash.smithi149 (monmap changed)... 2024-09-10T04:23:06.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:05 smithi047 bash[19880]: cephadm 2024-09-10T04:23:04.991388+0000 mgr.smithi047.jescqm (mgr.14203) 65 : cephadm [INF] Reconfiguring crash.smithi149 (monmap changed)... 2024-09-10T04:23:06.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:05 smithi047 bash[19880]: audit 2024-09-10T04:23:04.991943+0000 mon.smithi047 (mon.0) 320 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get-or-create", "entity": "client.crash.smithi149", "caps": ["mon", "profile crash", "mgr", "profile crash"]} : dispatch 2024-09-10T04:23:06.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:05 smithi047 bash[19880]: audit 2024-09-10T04:23:04.991943+0000 mon.smithi047 (mon.0) 320 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get-or-create", "entity": "client.crash.smithi149", "caps": ["mon", "profile crash", "mgr", "profile crash"]} : dispatch 2024-09-10T04:23:06.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:05 smithi047 bash[19880]: audit 2024-09-10T04:23:04.993719+0000 mon.smithi047 (mon.0) 321 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:23:06.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:05 smithi047 bash[19880]: audit 2024-09-10T04:23:04.993719+0000 mon.smithi047 (mon.0) 321 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:23:06.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:05 smithi047 bash[19880]: cephadm 2024-09-10T04:23:04.995454+0000 mgr.smithi047.jescqm (mgr.14203) 66 : cephadm [INF] Reconfiguring daemon crash.smithi149 on smithi149 2024-09-10T04:23:06.375 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:05 smithi047 bash[19880]: cephadm 2024-09-10T04:23:04.995454+0000 mgr.smithi047.jescqm (mgr.14203) 66 : cephadm [INF] Reconfiguring daemon crash.smithi149 on smithi149 2024-09-10T04:23:06.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:05 smithi149 bash[25108]: audit 2024-09-10T04:23:04.981589+0000 mon.smithi047 (mon.0) 318 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:23:06.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:05 smithi149 bash[25108]: audit 2024-09-10T04:23:04.981589+0000 mon.smithi047 (mon.0) 318 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:23:06.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:05 smithi149 bash[25108]: audit 2024-09-10T04:23:04.989839+0000 mon.smithi047 (mon.0) 319 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:23:06.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:05 smithi149 bash[25108]: audit 2024-09-10T04:23:04.989839+0000 mon.smithi047 (mon.0) 319 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:23:06.434 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:05 smithi149 bash[25108]: cephadm 2024-09-10T04:23:04.991388+0000 mgr.smithi047.jescqm (mgr.14203) 65 : cephadm [INF] Reconfiguring crash.smithi149 (monmap changed)... 2024-09-10T04:23:06.434 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:05 smithi149 bash[25108]: cephadm 2024-09-10T04:23:04.991388+0000 mgr.smithi047.jescqm (mgr.14203) 65 : cephadm [INF] Reconfiguring crash.smithi149 (monmap changed)... 2024-09-10T04:23:06.434 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:05 smithi149 bash[25108]: audit 2024-09-10T04:23:04.991943+0000 mon.smithi047 (mon.0) 320 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get-or-create", "entity": "client.crash.smithi149", "caps": ["mon", "profile crash", "mgr", "profile crash"]} : dispatch 2024-09-10T04:23:06.434 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:05 smithi149 bash[25108]: audit 2024-09-10T04:23:04.991943+0000 mon.smithi047 (mon.0) 320 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get-or-create", "entity": "client.crash.smithi149", "caps": ["mon", "profile crash", "mgr", "profile crash"]} : dispatch 2024-09-10T04:23:06.434 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:05 smithi149 bash[25108]: audit 2024-09-10T04:23:04.993719+0000 mon.smithi047 (mon.0) 321 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:23:06.434 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:05 smithi149 bash[25108]: audit 2024-09-10T04:23:04.993719+0000 mon.smithi047 (mon.0) 321 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:23:06.434 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:05 smithi149 bash[25108]: cephadm 2024-09-10T04:23:04.995454+0000 mgr.smithi047.jescqm (mgr.14203) 66 : cephadm [INF] Reconfiguring daemon crash.smithi149 on smithi149 2024-09-10T04:23:06.434 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:05 smithi149 bash[25108]: cephadm 2024-09-10T04:23:04.995454+0000 mgr.smithi047.jescqm (mgr.14203) 66 : cephadm [INF] Reconfiguring daemon crash.smithi149 on smithi149 2024-09-10T04:23:07.291 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:06 smithi047 bash[19880]: cluster 2024-09-10T04:23:05.672509+0000 mgr.smithi047.jescqm (mgr.14203) 67 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:23:07.291 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:06 smithi047 bash[19880]: cluster 2024-09-10T04:23:05.672509+0000 mgr.smithi047.jescqm (mgr.14203) 67 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:23:07.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:06 smithi149 bash[25108]: cluster 2024-09-10T04:23:05.672509+0000 mgr.smithi047.jescqm (mgr.14203) 67 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:23:07.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:06 smithi149 bash[25108]: cluster 2024-09-10T04:23:05.672509+0000 mgr.smithi047.jescqm (mgr.14203) 67 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:23:08.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:08 smithi047 bash[19880]: audit 2024-09-10T04:23:07.369293+0000 mon.smithi047 (mon.0) 322 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:23:08.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:08 smithi047 bash[19880]: audit 2024-09-10T04:23:07.369293+0000 mon.smithi047 (mon.0) 322 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:23:08.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:08 smithi047 bash[19880]: audit 2024-09-10T04:23:07.378417+0000 mon.smithi047 (mon.0) 323 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:23:08.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:08 smithi047 bash[19880]: audit 2024-09-10T04:23:07.378417+0000 mon.smithi047 (mon.0) 323 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:23:08.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:08 smithi047 bash[19880]: cephadm 2024-09-10T04:23:07.380529+0000 mgr.smithi047.jescqm (mgr.14203) 68 : cephadm [INF] Reconfiguring mgr.smithi149.vwswua (monmap changed)... 2024-09-10T04:23:08.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:08 smithi047 bash[19880]: cephadm 2024-09-10T04:23:07.380529+0000 mgr.smithi047.jescqm (mgr.14203) 68 : cephadm [INF] Reconfiguring mgr.smithi149.vwswua (monmap changed)... 2024-09-10T04:23:08.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:08 smithi047 bash[19880]: audit 2024-09-10T04:23:07.381246+0000 mon.smithi047 (mon.0) 324 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get-or-create", "entity": "mgr.smithi149.vwswua", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-10T04:23:08.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:08 smithi047 bash[19880]: audit 2024-09-10T04:23:07.381246+0000 mon.smithi047 (mon.0) 324 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get-or-create", "entity": "mgr.smithi149.vwswua", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-10T04:23:08.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:08 smithi047 bash[19880]: audit 2024-09-10T04:23:07.383278+0000 mon.smithi047 (mon.0) 325 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "mgr services"} : dispatch 2024-09-10T04:23:08.625 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:08 smithi047 bash[19880]: audit 2024-09-10T04:23:07.383278+0000 mon.smithi047 (mon.0) 325 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "mgr services"} : dispatch 2024-09-10T04:23:08.625 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:08 smithi047 bash[19880]: audit 2024-09-10T04:23:07.385080+0000 mon.smithi047 (mon.0) 326 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:23:08.625 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:08 smithi047 bash[19880]: audit 2024-09-10T04:23:07.385080+0000 mon.smithi047 (mon.0) 326 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:23:08.625 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:08 smithi047 bash[19880]: cephadm 2024-09-10T04:23:07.387109+0000 mgr.smithi047.jescqm (mgr.14203) 69 : cephadm [INF] Reconfiguring daemon mgr.smithi149.vwswua on smithi149 2024-09-10T04:23:08.625 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:08 smithi047 bash[19880]: cephadm 2024-09-10T04:23:07.387109+0000 mgr.smithi047.jescqm (mgr.14203) 69 : cephadm [INF] Reconfiguring daemon mgr.smithi149.vwswua on smithi149 2024-09-10T04:23:08.625 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:08 smithi047 bash[19880]: cluster 2024-09-10T04:23:07.672937+0000 mgr.smithi047.jescqm (mgr.14203) 70 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:23:08.625 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:08 smithi047 bash[19880]: cluster 2024-09-10T04:23:07.672937+0000 mgr.smithi047.jescqm (mgr.14203) 70 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:23:08.683 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:08 smithi149 bash[25108]: audit 2024-09-10T04:23:07.369293+0000 mon.smithi047 (mon.0) 322 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:23:08.683 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:08 smithi149 bash[25108]: audit 2024-09-10T04:23:07.369293+0000 mon.smithi047 (mon.0) 322 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:23:08.683 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:08 smithi149 bash[25108]: audit 2024-09-10T04:23:07.378417+0000 mon.smithi047 (mon.0) 323 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:23:08.684 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:08 smithi149 bash[25108]: audit 2024-09-10T04:23:07.378417+0000 mon.smithi047 (mon.0) 323 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:23:08.684 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:08 smithi149 bash[25108]: cephadm 2024-09-10T04:23:07.380529+0000 mgr.smithi047.jescqm (mgr.14203) 68 : cephadm [INF] Reconfiguring mgr.smithi149.vwswua (monmap changed)... 2024-09-10T04:23:08.684 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:08 smithi149 bash[25108]: cephadm 2024-09-10T04:23:07.380529+0000 mgr.smithi047.jescqm (mgr.14203) 68 : cephadm [INF] Reconfiguring mgr.smithi149.vwswua (monmap changed)... 2024-09-10T04:23:08.684 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:08 smithi149 bash[25108]: audit 2024-09-10T04:23:07.381246+0000 mon.smithi047 (mon.0) 324 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get-or-create", "entity": "mgr.smithi149.vwswua", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-10T04:23:08.684 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:08 smithi149 bash[25108]: audit 2024-09-10T04:23:07.381246+0000 mon.smithi047 (mon.0) 324 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get-or-create", "entity": "mgr.smithi149.vwswua", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-10T04:23:08.684 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:08 smithi149 bash[25108]: audit 2024-09-10T04:23:07.383278+0000 mon.smithi047 (mon.0) 325 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "mgr services"} : dispatch 2024-09-10T04:23:08.684 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:08 smithi149 bash[25108]: audit 2024-09-10T04:23:07.383278+0000 mon.smithi047 (mon.0) 325 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "mgr services"} : dispatch 2024-09-10T04:23:08.684 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:08 smithi149 bash[25108]: audit 2024-09-10T04:23:07.385080+0000 mon.smithi047 (mon.0) 326 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:23:08.684 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:08 smithi149 bash[25108]: audit 2024-09-10T04:23:07.385080+0000 mon.smithi047 (mon.0) 326 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:23:08.684 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:08 smithi149 bash[25108]: cephadm 2024-09-10T04:23:07.387109+0000 mgr.smithi047.jescqm (mgr.14203) 69 : cephadm [INF] Reconfiguring daemon mgr.smithi149.vwswua on smithi149 2024-09-10T04:23:08.684 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:08 smithi149 bash[25108]: cephadm 2024-09-10T04:23:07.387109+0000 mgr.smithi047.jescqm (mgr.14203) 69 : cephadm [INF] Reconfiguring daemon mgr.smithi149.vwswua on smithi149 2024-09-10T04:23:08.685 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:08 smithi149 bash[25108]: cluster 2024-09-10T04:23:07.672937+0000 mgr.smithi047.jescqm (mgr.14203) 70 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:23:08.685 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:08 smithi149 bash[25108]: cluster 2024-09-10T04:23:07.672937+0000 mgr.smithi047.jescqm (mgr.14203) 70 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:23:10.732 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/mon.smithi047/config 2024-09-10T04:23:10.828 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:10 smithi047 bash[19880]: audit 2024-09-10T04:23:09.542398+0000 mon.smithi047 (mon.0) 327 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:23:10.828 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:10 smithi047 bash[19880]: audit 2024-09-10T04:23:09.542398+0000 mon.smithi047 (mon.0) 327 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:23:10.828 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:10 smithi047 bash[19880]: audit 2024-09-10T04:23:09.551167+0000 mon.smithi047 (mon.0) 328 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:23:10.828 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:10 smithi047 bash[19880]: audit 2024-09-10T04:23:09.551167+0000 mon.smithi047 (mon.0) 328 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:23:10.828 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:10 smithi047 bash[19880]: cephadm 2024-09-10T04:23:09.552849+0000 mgr.smithi047.jescqm (mgr.14203) 71 : cephadm [INF] Reconfiguring mon.smithi149 (monmap changed)... 2024-09-10T04:23:10.828 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:10 smithi047 bash[19880]: cephadm 2024-09-10T04:23:09.552849+0000 mgr.smithi047.jescqm (mgr.14203) 71 : cephadm [INF] Reconfiguring mon.smithi149 (monmap changed)... 2024-09-10T04:23:10.828 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:10 smithi047 bash[19880]: audit 2024-09-10T04:23:09.553467+0000 mon.smithi047 (mon.0) 329 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-10T04:23:10.829 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:10 smithi047 bash[19880]: audit 2024-09-10T04:23:09.553467+0000 mon.smithi047 (mon.0) 329 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-10T04:23:10.829 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:10 smithi047 bash[19880]: audit 2024-09-10T04:23:09.555246+0000 mon.smithi047 (mon.0) 330 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-10T04:23:10.829 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:10 smithi047 bash[19880]: audit 2024-09-10T04:23:09.555246+0000 mon.smithi047 (mon.0) 330 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-10T04:23:10.829 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:10 smithi047 bash[19880]: audit 2024-09-10T04:23:09.557105+0000 mon.smithi047 (mon.0) 331 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:23:10.829 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:10 smithi047 bash[19880]: audit 2024-09-10T04:23:09.557105+0000 mon.smithi047 (mon.0) 331 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:23:10.829 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:10 smithi047 bash[19880]: cephadm 2024-09-10T04:23:09.559088+0000 mgr.smithi047.jescqm (mgr.14203) 72 : cephadm [INF] Reconfiguring daemon mon.smithi149 on smithi149 2024-09-10T04:23:10.829 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:10 smithi047 bash[19880]: cephadm 2024-09-10T04:23:09.559088+0000 mgr.smithi047.jescqm (mgr.14203) 72 : cephadm [INF] Reconfiguring daemon mon.smithi149 on smithi149 2024-09-10T04:23:10.829 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:10 smithi047 bash[19880]: cluster 2024-09-10T04:23:09.673338+0000 mgr.smithi047.jescqm (mgr.14203) 73 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:23:10.829 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:10 smithi047 bash[19880]: cluster 2024-09-10T04:23:09.673338+0000 mgr.smithi047.jescqm (mgr.14203) 73 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:23:10.933 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:10 smithi149 bash[25108]: audit 2024-09-10T04:23:09.542398+0000 mon.smithi047 (mon.0) 327 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:23:10.933 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:10 smithi149 bash[25108]: audit 2024-09-10T04:23:09.542398+0000 mon.smithi047 (mon.0) 327 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:23:10.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:10 smithi149 bash[25108]: audit 2024-09-10T04:23:09.551167+0000 mon.smithi047 (mon.0) 328 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:23:10.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:10 smithi149 bash[25108]: audit 2024-09-10T04:23:09.551167+0000 mon.smithi047 (mon.0) 328 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:23:10.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:10 smithi149 bash[25108]: cephadm 2024-09-10T04:23:09.552849+0000 mgr.smithi047.jescqm (mgr.14203) 71 : cephadm [INF] Reconfiguring mon.smithi149 (monmap changed)... 2024-09-10T04:23:10.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:10 smithi149 bash[25108]: cephadm 2024-09-10T04:23:09.552849+0000 mgr.smithi047.jescqm (mgr.14203) 71 : cephadm [INF] Reconfiguring mon.smithi149 (monmap changed)... 2024-09-10T04:23:10.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:10 smithi149 bash[25108]: audit 2024-09-10T04:23:09.553467+0000 mon.smithi047 (mon.0) 329 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-10T04:23:10.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:10 smithi149 bash[25108]: audit 2024-09-10T04:23:09.553467+0000 mon.smithi047 (mon.0) 329 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-10T04:23:10.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:10 smithi149 bash[25108]: audit 2024-09-10T04:23:09.555246+0000 mon.smithi047 (mon.0) 330 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-10T04:23:10.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:10 smithi149 bash[25108]: audit 2024-09-10T04:23:09.555246+0000 mon.smithi047 (mon.0) 330 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-10T04:23:10.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:10 smithi149 bash[25108]: audit 2024-09-10T04:23:09.557105+0000 mon.smithi047 (mon.0) 331 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:23:10.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:10 smithi149 bash[25108]: audit 2024-09-10T04:23:09.557105+0000 mon.smithi047 (mon.0) 331 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:23:10.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:10 smithi149 bash[25108]: cephadm 2024-09-10T04:23:09.559088+0000 mgr.smithi047.jescqm (mgr.14203) 72 : cephadm [INF] Reconfiguring daemon mon.smithi149 on smithi149 2024-09-10T04:23:10.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:10 smithi149 bash[25108]: cephadm 2024-09-10T04:23:09.559088+0000 mgr.smithi047.jescqm (mgr.14203) 72 : cephadm [INF] Reconfiguring daemon mon.smithi149 on smithi149 2024-09-10T04:23:10.935 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:10 smithi149 bash[25108]: cluster 2024-09-10T04:23:09.673338+0000 mgr.smithi047.jescqm (mgr.14203) 73 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:23:10.935 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:10 smithi149 bash[25108]: cluster 2024-09-10T04:23:09.673338+0000 mgr.smithi047.jescqm (mgr.14203) 73 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:23:12.082 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-09-10T04:23:12.647 INFO:teuthology.orchestra.run.smithi047.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-10T04:23:12.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:12 smithi047 bash[19880]: cluster 2024-09-10T04:23:11.673779+0000 mgr.smithi047.jescqm (mgr.14203) 74 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:23:12.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:12 smithi047 bash[19880]: cluster 2024-09-10T04:23:11.673779+0000 mgr.smithi047.jescqm (mgr.14203) 74 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:23:12.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:12 smithi047 bash[19880]: audit 2024-09-10T04:23:11.732670+0000 mon.smithi047 (mon.0) 332 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:23:12.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:12 smithi047 bash[19880]: audit 2024-09-10T04:23:11.732670+0000 mon.smithi047 (mon.0) 332 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:23:12.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:12 smithi047 bash[19880]: audit 2024-09-10T04:23:11.737474+0000 mon.smithi047 (mon.0) 333 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:23:12.875 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:12 smithi047 bash[19880]: audit 2024-09-10T04:23:11.737474+0000 mon.smithi047 (mon.0) 333 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:23:12.875 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:12 smithi047 bash[19880]: audit 2024-09-10T04:23:11.743173+0000 mon.smithi047 (mon.0) 334 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "dashboard get-alertmanager-api-host"} : dispatch 2024-09-10T04:23:12.875 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:12 smithi047 bash[19880]: audit 2024-09-10T04:23:11.743173+0000 mon.smithi047 (mon.0) 334 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "dashboard get-alertmanager-api-host"} : dispatch 2024-09-10T04:23:12.875 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:12 smithi047 bash[19880]: audit 2024-09-10T04:23:11.743719+0000 mgr.smithi047.jescqm (mgr.14203) 75 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-10T04:23:12.875 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:12 smithi047 bash[19880]: audit 2024-09-10T04:23:11.743719+0000 mgr.smithi047.jescqm (mgr.14203) 75 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-10T04:23:12.875 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:12 smithi047 bash[19880]: audit 2024-09-10T04:23:11.744979+0000 mon.smithi047 (mon.0) 335 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi047.front.sepia.ceph.com:9093"} : dispatch 2024-09-10T04:23:12.875 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:12 smithi047 bash[19880]: audit 2024-09-10T04:23:11.744979+0000 mon.smithi047 (mon.0) 335 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi047.front.sepia.ceph.com:9093"} : dispatch 2024-09-10T04:23:12.875 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:12 smithi047 bash[19880]: audit 2024-09-10T04:23:11.745395+0000 mgr.smithi047.jescqm (mgr.14203) 76 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi047.front.sepia.ceph.com:9093"}]: dispatch 2024-09-10T04:23:12.875 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:12 smithi047 bash[19880]: audit 2024-09-10T04:23:11.745395+0000 mgr.smithi047.jescqm (mgr.14203) 76 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi047.front.sepia.ceph.com:9093"}]: dispatch 2024-09-10T04:23:12.875 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:12 smithi047 bash[19880]: audit 2024-09-10T04:23:11.749475+0000 mon.smithi047 (mon.0) 336 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:23:12.876 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:12 smithi047 bash[19880]: audit 2024-09-10T04:23:11.749475+0000 mon.smithi047 (mon.0) 336 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:23:12.876 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:12 smithi047 bash[19880]: audit 2024-09-10T04:23:11.762098+0000 mon.smithi047 (mon.0) 337 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "dashboard get-grafana-api-url"} : dispatch 2024-09-10T04:23:12.876 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:12 smithi047 bash[19880]: audit 2024-09-10T04:23:11.762098+0000 mon.smithi047 (mon.0) 337 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "dashboard get-grafana-api-url"} : dispatch 2024-09-10T04:23:12.876 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:12 smithi047 bash[19880]: audit 2024-09-10T04:23:11.762657+0000 mgr.smithi047.jescqm (mgr.14203) 77 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-10T04:23:12.876 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:12 smithi047 bash[19880]: audit 2024-09-10T04:23:11.762657+0000 mgr.smithi047.jescqm (mgr.14203) 77 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-10T04:23:12.876 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:12 smithi047 bash[19880]: audit 2024-09-10T04:23:11.765407+0000 mon.smithi047 (mon.0) 338 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "dashboard set-grafana-api-url", "value": "https://smithi047.front.sepia.ceph.com:3000"} : dispatch 2024-09-10T04:23:12.876 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:12 smithi047 bash[19880]: audit 2024-09-10T04:23:11.765407+0000 mon.smithi047 (mon.0) 338 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "dashboard set-grafana-api-url", "value": "https://smithi047.front.sepia.ceph.com:3000"} : dispatch 2024-09-10T04:23:12.876 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:12 smithi047 bash[19880]: audit 2024-09-10T04:23:11.765904+0000 mgr.smithi047.jescqm (mgr.14203) 78 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi047.front.sepia.ceph.com:3000"}]: dispatch 2024-09-10T04:23:12.876 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:12 smithi047 bash[19880]: audit 2024-09-10T04:23:11.765904+0000 mgr.smithi047.jescqm (mgr.14203) 78 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi047.front.sepia.ceph.com:3000"}]: dispatch 2024-09-10T04:23:12.876 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:12 smithi047 bash[19880]: audit 2024-09-10T04:23:11.770563+0000 mon.smithi047 (mon.0) 339 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:23:12.876 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:12 smithi047 bash[19880]: audit 2024-09-10T04:23:11.770563+0000 mon.smithi047 (mon.0) 339 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:23:12.876 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:12 smithi047 bash[19880]: audit 2024-09-10T04:23:11.780210+0000 mon.smithi047 (mon.0) 340 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "dashboard get-prometheus-api-host"} : dispatch 2024-09-10T04:23:12.876 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:12 smithi047 bash[19880]: audit 2024-09-10T04:23:11.780210+0000 mon.smithi047 (mon.0) 340 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "dashboard get-prometheus-api-host"} : dispatch 2024-09-10T04:23:12.877 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:12 smithi047 bash[19880]: audit 2024-09-10T04:23:11.780737+0000 mgr.smithi047.jescqm (mgr.14203) 79 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-10T04:23:12.877 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:12 smithi047 bash[19880]: audit 2024-09-10T04:23:11.780737+0000 mgr.smithi047.jescqm (mgr.14203) 79 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-10T04:23:12.877 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:12 smithi047 bash[19880]: audit 2024-09-10T04:23:11.791331+0000 mon.smithi047 (mon.0) 341 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi047.front.sepia.ceph.com:9095"} : dispatch 2024-09-10T04:23:12.877 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:12 smithi047 bash[19880]: audit 2024-09-10T04:23:11.791331+0000 mon.smithi047 (mon.0) 341 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi047.front.sepia.ceph.com:9095"} : dispatch 2024-09-10T04:23:12.877 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:12 smithi047 bash[19880]: audit 2024-09-10T04:23:11.791850+0000 mgr.smithi047.jescqm (mgr.14203) 80 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi047.front.sepia.ceph.com:9095"}]: dispatch 2024-09-10T04:23:12.877 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:12 smithi047 bash[19880]: audit 2024-09-10T04:23:11.791850+0000 mgr.smithi047.jescqm (mgr.14203) 80 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi047.front.sepia.ceph.com:9095"}]: dispatch 2024-09-10T04:23:12.877 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:12 smithi047 bash[19880]: audit 2024-09-10T04:23:11.796026+0000 mon.smithi047 (mon.0) 342 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:23:12.877 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:12 smithi047 bash[19880]: audit 2024-09-10T04:23:11.796026+0000 mon.smithi047 (mon.0) 342 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:23:12.878 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:12 smithi047 bash[19880]: audit 2024-09-10T04:23:11.975030+0000 mon.smithi047 (mon.0) 343 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-10T04:23:12.878 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:12 smithi047 bash[19880]: audit 2024-09-10T04:23:11.975030+0000 mon.smithi047 (mon.0) 343 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-10T04:23:12.878 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:12 smithi047 bash[19880]: audit 2024-09-10T04:23:11.976146+0000 mgr.smithi047.jescqm (mgr.14203) 81 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-10T04:23:12.878 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:12 smithi047 bash[19880]: audit 2024-09-10T04:23:11.976146+0000 mgr.smithi047.jescqm (mgr.14203) 81 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-10T04:23:12.878 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:12 smithi047 bash[19880]: audit 2024-09-10T04:23:12.082458+0000 mon.smithi047 (mon.0) 344 : audit [DBG] from='client.? 172.21.15.47:0/3795776492' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-10T04:23:12.878 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:12 smithi047 bash[19880]: audit 2024-09-10T04:23:12.082458+0000 mon.smithi047 (mon.0) 344 : audit [DBG] from='client.? 172.21.15.47:0/3795776492' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-10T04:23:12.878 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:12 smithi047 bash[19880]: audit 2024-09-10T04:23:12.221077+0000 mon.smithi047 (mon.0) 345 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:23:12.878 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:12 smithi047 bash[19880]: audit 2024-09-10T04:23:12.221077+0000 mon.smithi047 (mon.0) 345 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:23:12.878 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:12 smithi047 bash[19880]: audit 2024-09-10T04:23:12.587009+0000 mon.smithi047 (mon.0) 346 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-10T04:23:12.878 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:12 smithi047 bash[19880]: audit 2024-09-10T04:23:12.587009+0000 mon.smithi047 (mon.0) 346 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-10T04:23:13.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:12 smithi149 bash[25108]: cluster 2024-09-10T04:23:11.673779+0000 mgr.smithi047.jescqm (mgr.14203) 74 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:23:13.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:12 smithi149 bash[25108]: cluster 2024-09-10T04:23:11.673779+0000 mgr.smithi047.jescqm (mgr.14203) 74 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:23:13.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:12 smithi149 bash[25108]: audit 2024-09-10T04:23:11.732670+0000 mon.smithi047 (mon.0) 332 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:23:13.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:12 smithi149 bash[25108]: audit 2024-09-10T04:23:11.732670+0000 mon.smithi047 (mon.0) 332 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:23:13.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:12 smithi149 bash[25108]: audit 2024-09-10T04:23:11.737474+0000 mon.smithi047 (mon.0) 333 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:23:13.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:12 smithi149 bash[25108]: audit 2024-09-10T04:23:11.737474+0000 mon.smithi047 (mon.0) 333 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:23:13.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:12 smithi149 bash[25108]: audit 2024-09-10T04:23:11.743173+0000 mon.smithi047 (mon.0) 334 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "dashboard get-alertmanager-api-host"} : dispatch 2024-09-10T04:23:13.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:12 smithi149 bash[25108]: audit 2024-09-10T04:23:11.743173+0000 mon.smithi047 (mon.0) 334 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "dashboard get-alertmanager-api-host"} : dispatch 2024-09-10T04:23:13.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:12 smithi149 bash[25108]: audit 2024-09-10T04:23:11.743719+0000 mgr.smithi047.jescqm (mgr.14203) 75 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-10T04:23:13.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:12 smithi149 bash[25108]: audit 2024-09-10T04:23:11.743719+0000 mgr.smithi047.jescqm (mgr.14203) 75 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-10T04:23:13.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:12 smithi149 bash[25108]: audit 2024-09-10T04:23:11.744979+0000 mon.smithi047 (mon.0) 335 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi047.front.sepia.ceph.com:9093"} : dispatch 2024-09-10T04:23:13.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:12 smithi149 bash[25108]: audit 2024-09-10T04:23:11.744979+0000 mon.smithi047 (mon.0) 335 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi047.front.sepia.ceph.com:9093"} : dispatch 2024-09-10T04:23:13.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:12 smithi149 bash[25108]: audit 2024-09-10T04:23:11.745395+0000 mgr.smithi047.jescqm (mgr.14203) 76 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi047.front.sepia.ceph.com:9093"}]: dispatch 2024-09-10T04:23:13.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:12 smithi149 bash[25108]: audit 2024-09-10T04:23:11.745395+0000 mgr.smithi047.jescqm (mgr.14203) 76 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi047.front.sepia.ceph.com:9093"}]: dispatch 2024-09-10T04:23:13.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:12 smithi149 bash[25108]: audit 2024-09-10T04:23:11.749475+0000 mon.smithi047 (mon.0) 336 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:23:13.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:12 smithi149 bash[25108]: audit 2024-09-10T04:23:11.749475+0000 mon.smithi047 (mon.0) 336 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:23:13.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:12 smithi149 bash[25108]: audit 2024-09-10T04:23:11.762098+0000 mon.smithi047 (mon.0) 337 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "dashboard get-grafana-api-url"} : dispatch 2024-09-10T04:23:13.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:12 smithi149 bash[25108]: audit 2024-09-10T04:23:11.762098+0000 mon.smithi047 (mon.0) 337 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "dashboard get-grafana-api-url"} : dispatch 2024-09-10T04:23:13.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:12 smithi149 bash[25108]: audit 2024-09-10T04:23:11.762657+0000 mgr.smithi047.jescqm (mgr.14203) 77 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-10T04:23:13.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:12 smithi149 bash[25108]: audit 2024-09-10T04:23:11.762657+0000 mgr.smithi047.jescqm (mgr.14203) 77 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-10T04:23:13.186 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:12 smithi149 bash[25108]: audit 2024-09-10T04:23:11.765407+0000 mon.smithi047 (mon.0) 338 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "dashboard set-grafana-api-url", "value": "https://smithi047.front.sepia.ceph.com:3000"} : dispatch 2024-09-10T04:23:13.186 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:12 smithi149 bash[25108]: audit 2024-09-10T04:23:11.765407+0000 mon.smithi047 (mon.0) 338 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "dashboard set-grafana-api-url", "value": "https://smithi047.front.sepia.ceph.com:3000"} : dispatch 2024-09-10T04:23:13.186 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:12 smithi149 bash[25108]: audit 2024-09-10T04:23:11.765904+0000 mgr.smithi047.jescqm (mgr.14203) 78 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi047.front.sepia.ceph.com:3000"}]: dispatch 2024-09-10T04:23:13.186 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:12 smithi149 bash[25108]: audit 2024-09-10T04:23:11.765904+0000 mgr.smithi047.jescqm (mgr.14203) 78 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi047.front.sepia.ceph.com:3000"}]: dispatch 2024-09-10T04:23:13.186 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:12 smithi149 bash[25108]: audit 2024-09-10T04:23:11.770563+0000 mon.smithi047 (mon.0) 339 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:23:13.186 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:12 smithi149 bash[25108]: audit 2024-09-10T04:23:11.770563+0000 mon.smithi047 (mon.0) 339 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:23:13.186 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:12 smithi149 bash[25108]: audit 2024-09-10T04:23:11.780210+0000 mon.smithi047 (mon.0) 340 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "dashboard get-prometheus-api-host"} : dispatch 2024-09-10T04:23:13.186 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:12 smithi149 bash[25108]: audit 2024-09-10T04:23:11.780210+0000 mon.smithi047 (mon.0) 340 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "dashboard get-prometheus-api-host"} : dispatch 2024-09-10T04:23:13.186 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:12 smithi149 bash[25108]: audit 2024-09-10T04:23:11.780737+0000 mgr.smithi047.jescqm (mgr.14203) 79 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-10T04:23:13.186 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:12 smithi149 bash[25108]: audit 2024-09-10T04:23:11.780737+0000 mgr.smithi047.jescqm (mgr.14203) 79 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-10T04:23:13.186 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:12 smithi149 bash[25108]: audit 2024-09-10T04:23:11.791331+0000 mon.smithi047 (mon.0) 341 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi047.front.sepia.ceph.com:9095"} : dispatch 2024-09-10T04:23:13.186 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:12 smithi149 bash[25108]: audit 2024-09-10T04:23:11.791331+0000 mon.smithi047 (mon.0) 341 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi047.front.sepia.ceph.com:9095"} : dispatch 2024-09-10T04:23:13.186 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:12 smithi149 bash[25108]: audit 2024-09-10T04:23:11.791850+0000 mgr.smithi047.jescqm (mgr.14203) 80 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi047.front.sepia.ceph.com:9095"}]: dispatch 2024-09-10T04:23:13.187 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:12 smithi149 bash[25108]: audit 2024-09-10T04:23:11.791850+0000 mgr.smithi047.jescqm (mgr.14203) 80 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi047.front.sepia.ceph.com:9095"}]: dispatch 2024-09-10T04:23:13.187 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:12 smithi149 bash[25108]: audit 2024-09-10T04:23:11.796026+0000 mon.smithi047 (mon.0) 342 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:23:13.187 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:12 smithi149 bash[25108]: audit 2024-09-10T04:23:11.796026+0000 mon.smithi047 (mon.0) 342 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:23:13.187 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:12 smithi149 bash[25108]: audit 2024-09-10T04:23:11.975030+0000 mon.smithi047 (mon.0) 343 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-10T04:23:13.187 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:12 smithi149 bash[25108]: audit 2024-09-10T04:23:11.975030+0000 mon.smithi047 (mon.0) 343 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-10T04:23:13.187 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:12 smithi149 bash[25108]: audit 2024-09-10T04:23:11.976146+0000 mgr.smithi047.jescqm (mgr.14203) 81 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-10T04:23:13.187 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:12 smithi149 bash[25108]: audit 2024-09-10T04:23:11.976146+0000 mgr.smithi047.jescqm (mgr.14203) 81 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-10T04:23:13.187 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:12 smithi149 bash[25108]: audit 2024-09-10T04:23:12.082458+0000 mon.smithi047 (mon.0) 344 : audit [DBG] from='client.? 172.21.15.47:0/3795776492' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-10T04:23:13.187 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:12 smithi149 bash[25108]: audit 2024-09-10T04:23:12.082458+0000 mon.smithi047 (mon.0) 344 : audit [DBG] from='client.? 172.21.15.47:0/3795776492' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-10T04:23:13.187 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:12 smithi149 bash[25108]: audit 2024-09-10T04:23:12.221077+0000 mon.smithi047 (mon.0) 345 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:23:13.187 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:12 smithi149 bash[25108]: audit 2024-09-10T04:23:12.221077+0000 mon.smithi047 (mon.0) 345 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:23:13.187 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:12 smithi149 bash[25108]: audit 2024-09-10T04:23:12.587009+0000 mon.smithi047 (mon.0) 346 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-10T04:23:13.188 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:12 smithi149 bash[25108]: audit 2024-09-10T04:23:12.587009+0000 mon.smithi047 (mon.0) 346 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-10T04:23:13.649 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b165ca24-6f2b-11ef-bcea-c7b262605968 -- ceph osd stat -f json 2024-09-10T04:23:14.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:13 smithi047 bash[19880]: audit 2024-09-10T04:23:12.588551+0000 mgr.smithi047.jescqm (mgr.14203) 82 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-10T04:23:14.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:13 smithi047 bash[19880]: audit 2024-09-10T04:23:12.588551+0000 mgr.smithi047.jescqm (mgr.14203) 82 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-10T04:23:14.124 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:13 smithi047 bash[19880]: audit 2024-09-10T04:23:13.201495+0000 mon.smithi047 (mon.0) 347 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-10T04:23:14.124 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:13 smithi047 bash[19880]: audit 2024-09-10T04:23:13.201495+0000 mon.smithi047 (mon.0) 347 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-10T04:23:14.124 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:13 smithi047 bash[19880]: audit 2024-09-10T04:23:13.202616+0000 mgr.smithi047.jescqm (mgr.14203) 83 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-10T04:23:14.124 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:13 smithi047 bash[19880]: audit 2024-09-10T04:23:13.202616+0000 mgr.smithi047.jescqm (mgr.14203) 83 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-10T04:23:14.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:13 smithi149 bash[25108]: audit 2024-09-10T04:23:12.588551+0000 mgr.smithi047.jescqm (mgr.14203) 82 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-10T04:23:14.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:13 smithi149 bash[25108]: audit 2024-09-10T04:23:12.588551+0000 mgr.smithi047.jescqm (mgr.14203) 82 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-10T04:23:14.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:13 smithi149 bash[25108]: audit 2024-09-10T04:23:13.201495+0000 mon.smithi047 (mon.0) 347 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-10T04:23:14.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:13 smithi149 bash[25108]: audit 2024-09-10T04:23:13.201495+0000 mon.smithi047 (mon.0) 347 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-10T04:23:14.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:13 smithi149 bash[25108]: audit 2024-09-10T04:23:13.202616+0000 mgr.smithi047.jescqm (mgr.14203) 83 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-10T04:23:14.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:13 smithi149 bash[25108]: audit 2024-09-10T04:23:13.202616+0000 mgr.smithi047.jescqm (mgr.14203) 83 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-10T04:23:15.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:14 smithi047 bash[19880]: cluster 2024-09-10T04:23:13.674259+0000 mgr.smithi047.jescqm (mgr.14203) 84 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:23:15.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:14 smithi047 bash[19880]: cluster 2024-09-10T04:23:13.674259+0000 mgr.smithi047.jescqm (mgr.14203) 84 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:23:15.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:14 smithi149 bash[25108]: cluster 2024-09-10T04:23:13.674259+0000 mgr.smithi047.jescqm (mgr.14203) 84 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:23:15.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:14 smithi149 bash[25108]: cluster 2024-09-10T04:23:13.674259+0000 mgr.smithi047.jescqm (mgr.14203) 84 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:23:17.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:16 smithi047 bash[19880]: cluster 2024-09-10T04:23:15.674754+0000 mgr.smithi047.jescqm (mgr.14203) 85 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:23:17.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:16 smithi047 bash[19880]: cluster 2024-09-10T04:23:15.674754+0000 mgr.smithi047.jescqm (mgr.14203) 85 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:23:17.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:16 smithi149 bash[25108]: cluster 2024-09-10T04:23:15.674754+0000 mgr.smithi047.jescqm (mgr.14203) 85 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:23:17.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:16 smithi149 bash[25108]: cluster 2024-09-10T04:23:15.674754+0000 mgr.smithi047.jescqm (mgr.14203) 85 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:23:18.270 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/mon.smithi047/config 2024-09-10T04:23:18.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:18 smithi047 bash[19880]: audit 2024-09-10T04:23:17.603960+0000 mon.smithi047 (mon.0) 348 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:23:18.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:18 smithi047 bash[19880]: audit 2024-09-10T04:23:17.603960+0000 mon.smithi047 (mon.0) 348 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:23:18.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:18 smithi047 bash[19880]: audit 2024-09-10T04:23:17.608388+0000 mon.smithi047 (mon.0) 349 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:23:18.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:18 smithi047 bash[19880]: audit 2024-09-10T04:23:17.608388+0000 mon.smithi047 (mon.0) 349 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:23:18.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:18 smithi047 bash[19880]: cluster 2024-09-10T04:23:17.675052+0000 mgr.smithi047.jescqm (mgr.14203) 86 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:23:18.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:18 smithi047 bash[19880]: cluster 2024-09-10T04:23:17.675052+0000 mgr.smithi047.jescqm (mgr.14203) 86 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:23:18.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:18 smithi047 bash[19880]: audit 2024-09-10T04:23:18.102097+0000 mon.smithi047 (mon.0) 350 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:23:18.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:18 smithi047 bash[19880]: audit 2024-09-10T04:23:18.102097+0000 mon.smithi047 (mon.0) 350 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:23:18.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:18 smithi047 bash[19880]: audit 2024-09-10T04:23:18.106172+0000 mon.smithi047 (mon.0) 351 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:23:18.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:18 smithi047 bash[19880]: audit 2024-09-10T04:23:18.106172+0000 mon.smithi047 (mon.0) 351 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:23:18.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:18 smithi047 bash[19880]: audit 2024-09-10T04:23:18.182357+0000 mon.smithi047 (mon.0) 352 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:23:18.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:18 smithi047 bash[19880]: audit 2024-09-10T04:23:18.182357+0000 mon.smithi047 (mon.0) 352 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:23:18.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:18 smithi047 bash[19880]: audit 2024-09-10T04:23:18.187337+0000 mon.smithi047 (mon.0) 353 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:23:18.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:18 smithi047 bash[19880]: audit 2024-09-10T04:23:18.187337+0000 mon.smithi047 (mon.0) 353 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:23:18.933 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:18 smithi149 bash[25108]: audit 2024-09-10T04:23:17.603960+0000 mon.smithi047 (mon.0) 348 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:23:18.933 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:18 smithi149 bash[25108]: audit 2024-09-10T04:23:17.603960+0000 mon.smithi047 (mon.0) 348 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:23:18.933 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:18 smithi149 bash[25108]: audit 2024-09-10T04:23:17.608388+0000 mon.smithi047 (mon.0) 349 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:23:18.933 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:18 smithi149 bash[25108]: audit 2024-09-10T04:23:17.608388+0000 mon.smithi047 (mon.0) 349 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:23:18.933 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:18 smithi149 bash[25108]: cluster 2024-09-10T04:23:17.675052+0000 mgr.smithi047.jescqm (mgr.14203) 86 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:23:18.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:18 smithi149 bash[25108]: cluster 2024-09-10T04:23:17.675052+0000 mgr.smithi047.jescqm (mgr.14203) 86 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:23:18.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:18 smithi149 bash[25108]: audit 2024-09-10T04:23:18.102097+0000 mon.smithi047 (mon.0) 350 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:23:18.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:18 smithi149 bash[25108]: audit 2024-09-10T04:23:18.102097+0000 mon.smithi047 (mon.0) 350 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:23:18.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:18 smithi149 bash[25108]: audit 2024-09-10T04:23:18.106172+0000 mon.smithi047 (mon.0) 351 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:23:18.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:18 smithi149 bash[25108]: audit 2024-09-10T04:23:18.106172+0000 mon.smithi047 (mon.0) 351 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:23:18.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:18 smithi149 bash[25108]: audit 2024-09-10T04:23:18.182357+0000 mon.smithi047 (mon.0) 352 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:23:18.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:18 smithi149 bash[25108]: audit 2024-09-10T04:23:18.182357+0000 mon.smithi047 (mon.0) 352 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:23:18.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:18 smithi149 bash[25108]: audit 2024-09-10T04:23:18.187337+0000 mon.smithi047 (mon.0) 353 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:23:18.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:18 smithi149 bash[25108]: audit 2024-09-10T04:23:18.187337+0000 mon.smithi047 (mon.0) 353 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:23:19.666 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-09-10T04:23:20.124 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:19 smithi047 bash[19880]: audit 2024-09-10T04:23:18.837211+0000 mon.smithi047 (mon.0) 354 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:23:20.124 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:19 smithi047 bash[19880]: audit 2024-09-10T04:23:18.837211+0000 mon.smithi047 (mon.0) 354 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:23:20.124 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:19 smithi047 bash[19880]: audit 2024-09-10T04:23:18.844515+0000 mon.smithi047 (mon.0) 355 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:23:20.124 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:19 smithi047 bash[19880]: audit 2024-09-10T04:23:18.844515+0000 mon.smithi047 (mon.0) 355 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:23:20.124 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:19 smithi047 bash[19880]: audit 2024-09-10T04:23:18.846232+0000 mon.smithi047 (mon.0) 356 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:23:20.125 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:19 smithi047 bash[19880]: audit 2024-09-10T04:23:18.846232+0000 mon.smithi047 (mon.0) 356 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:23:20.125 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:19 smithi047 bash[19880]: audit 2024-09-10T04:23:18.847162+0000 mon.smithi047 (mon.0) 357 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:23:20.125 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:19 smithi047 bash[19880]: audit 2024-09-10T04:23:18.847162+0000 mon.smithi047 (mon.0) 357 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:23:20.125 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:19 smithi047 bash[19880]: audit 2024-09-10T04:23:18.853837+0000 mon.smithi047 (mon.0) 358 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:23:20.125 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:19 smithi047 bash[19880]: audit 2024-09-10T04:23:18.853837+0000 mon.smithi047 (mon.0) 358 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:23:20.125 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:19 smithi047 bash[19880]: audit 2024-09-10T04:23:18.858588+0000 mon.smithi047 (mon.0) 359 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-10T04:23:20.125 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:19 smithi047 bash[19880]: audit 2024-09-10T04:23:18.858588+0000 mon.smithi047 (mon.0) 359 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-10T04:23:20.125 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:19 smithi047 bash[19880]: audit 2024-09-10T04:23:18.865249+0000 mon.smithi047 (mon.0) 360 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-10T04:23:20.125 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:19 smithi047 bash[19880]: audit 2024-09-10T04:23:18.865249+0000 mon.smithi047 (mon.0) 360 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-10T04:23:20.125 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:19 smithi047 bash[19880]: audit 2024-09-10T04:23:18.866490+0000 mon.smithi047 (mon.0) 361 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:23:20.125 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:19 smithi047 bash[19880]: audit 2024-09-10T04:23:18.866490+0000 mon.smithi047 (mon.0) 361 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:23:20.125 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:19 smithi047 bash[19880]: audit 2024-09-10T04:23:18.870478+0000 mon.smithi047 (mon.0) 362 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-10T04:23:20.126 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:19 smithi047 bash[19880]: audit 2024-09-10T04:23:18.870478+0000 mon.smithi047 (mon.0) 362 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-10T04:23:20.126 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:19 smithi047 bash[19880]: audit 2024-09-10T04:23:18.871461+0000 mon.smithi047 (mon.0) 363 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:23:20.126 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:19 smithi047 bash[19880]: audit 2024-09-10T04:23:18.871461+0000 mon.smithi047 (mon.0) 363 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:23:20.126 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:19 smithi047 bash[19880]: audit 2024-09-10T04:23:19.126372+0000 mon.smithi047 (mon.0) 364 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:23:20.126 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:19 smithi047 bash[19880]: audit 2024-09-10T04:23:19.126372+0000 mon.smithi047 (mon.0) 364 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:23:20.126 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:19 smithi047 bash[19880]: audit 2024-09-10T04:23:19.665728+0000 mon.smithi047 (mon.0) 365 : audit [DBG] from='client.? 172.21.15.47:0/2170505673' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-10T04:23:20.126 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:19 smithi047 bash[19880]: audit 2024-09-10T04:23:19.665728+0000 mon.smithi047 (mon.0) 365 : audit [DBG] from='client.? 172.21.15.47:0/2170505673' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-10T04:23:20.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:19 smithi149 bash[25108]: audit 2024-09-10T04:23:18.837211+0000 mon.smithi047 (mon.0) 354 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:23:20.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:19 smithi149 bash[25108]: audit 2024-09-10T04:23:18.837211+0000 mon.smithi047 (mon.0) 354 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:23:20.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:19 smithi149 bash[25108]: audit 2024-09-10T04:23:18.844515+0000 mon.smithi047 (mon.0) 355 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:23:20.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:19 smithi149 bash[25108]: audit 2024-09-10T04:23:18.844515+0000 mon.smithi047 (mon.0) 355 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:23:20.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:19 smithi149 bash[25108]: audit 2024-09-10T04:23:18.846232+0000 mon.smithi047 (mon.0) 356 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:23:20.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:19 smithi149 bash[25108]: audit 2024-09-10T04:23:18.846232+0000 mon.smithi047 (mon.0) 356 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:23:20.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:19 smithi149 bash[25108]: audit 2024-09-10T04:23:18.847162+0000 mon.smithi047 (mon.0) 357 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:23:20.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:19 smithi149 bash[25108]: audit 2024-09-10T04:23:18.847162+0000 mon.smithi047 (mon.0) 357 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:23:20.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:19 smithi149 bash[25108]: audit 2024-09-10T04:23:18.853837+0000 mon.smithi047 (mon.0) 358 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:23:20.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:19 smithi149 bash[25108]: audit 2024-09-10T04:23:18.853837+0000 mon.smithi047 (mon.0) 358 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:23:20.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:19 smithi149 bash[25108]: audit 2024-09-10T04:23:18.858588+0000 mon.smithi047 (mon.0) 359 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-10T04:23:20.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:19 smithi149 bash[25108]: audit 2024-09-10T04:23:18.858588+0000 mon.smithi047 (mon.0) 359 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-10T04:23:20.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:19 smithi149 bash[25108]: audit 2024-09-10T04:23:18.865249+0000 mon.smithi047 (mon.0) 360 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-10T04:23:20.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:19 smithi149 bash[25108]: audit 2024-09-10T04:23:18.865249+0000 mon.smithi047 (mon.0) 360 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-10T04:23:20.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:19 smithi149 bash[25108]: audit 2024-09-10T04:23:18.866490+0000 mon.smithi047 (mon.0) 361 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:23:20.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:19 smithi149 bash[25108]: audit 2024-09-10T04:23:18.866490+0000 mon.smithi047 (mon.0) 361 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:23:20.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:19 smithi149 bash[25108]: audit 2024-09-10T04:23:18.870478+0000 mon.smithi047 (mon.0) 362 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-10T04:23:20.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:19 smithi149 bash[25108]: audit 2024-09-10T04:23:18.870478+0000 mon.smithi047 (mon.0) 362 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-10T04:23:20.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:19 smithi149 bash[25108]: audit 2024-09-10T04:23:18.871461+0000 mon.smithi047 (mon.0) 363 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:23:20.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:19 smithi149 bash[25108]: audit 2024-09-10T04:23:18.871461+0000 mon.smithi047 (mon.0) 363 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:23:20.186 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:19 smithi149 bash[25108]: audit 2024-09-10T04:23:19.126372+0000 mon.smithi047 (mon.0) 364 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:23:20.186 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:19 smithi149 bash[25108]: audit 2024-09-10T04:23:19.126372+0000 mon.smithi047 (mon.0) 364 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:23:20.186 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:19 smithi149 bash[25108]: audit 2024-09-10T04:23:19.665728+0000 mon.smithi047 (mon.0) 365 : audit [DBG] from='client.? 172.21.15.47:0/2170505673' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-10T04:23:20.186 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:19 smithi149 bash[25108]: audit 2024-09-10T04:23:19.665728+0000 mon.smithi047 (mon.0) 365 : audit [DBG] from='client.? 172.21.15.47:0/2170505673' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-10T04:23:20.236 INFO:teuthology.orchestra.run.smithi047.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-10T04:23:21.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:20 smithi047 bash[19880]: cluster 2024-09-10T04:23:19.675438+0000 mgr.smithi047.jescqm (mgr.14203) 87 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:23:21.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:20 smithi047 bash[19880]: cluster 2024-09-10T04:23:19.675438+0000 mgr.smithi047.jescqm (mgr.14203) 87 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:23:21.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:20 smithi149 bash[25108]: cluster 2024-09-10T04:23:19.675438+0000 mgr.smithi047.jescqm (mgr.14203) 87 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:23:21.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:20 smithi149 bash[25108]: cluster 2024-09-10T04:23:19.675438+0000 mgr.smithi047.jescqm (mgr.14203) 87 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:23:21.237 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b165ca24-6f2b-11ef-bcea-c7b262605968 -- ceph osd stat -f json 2024-09-10T04:23:23.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:22 smithi047 bash[19880]: cluster 2024-09-10T04:23:21.675990+0000 mgr.smithi047.jescqm (mgr.14203) 88 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:23:23.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:22 smithi047 bash[19880]: cluster 2024-09-10T04:23:21.675990+0000 mgr.smithi047.jescqm (mgr.14203) 88 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:23:23.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:22 smithi149 bash[25108]: cluster 2024-09-10T04:23:21.675990+0000 mgr.smithi047.jescqm (mgr.14203) 88 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:23:23.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:22 smithi149 bash[25108]: cluster 2024-09-10T04:23:21.675990+0000 mgr.smithi047.jescqm (mgr.14203) 88 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:23:25.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:24 smithi047 bash[19880]: cluster 2024-09-10T04:23:23.676533+0000 mgr.smithi047.jescqm (mgr.14203) 89 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:23:25.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:24 smithi047 bash[19880]: cluster 2024-09-10T04:23:23.676533+0000 mgr.smithi047.jescqm (mgr.14203) 89 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:23:25.180 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:24 smithi149 bash[25108]: cluster 2024-09-10T04:23:23.676533+0000 mgr.smithi047.jescqm (mgr.14203) 89 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:23:25.180 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:24 smithi149 bash[25108]: cluster 2024-09-10T04:23:23.676533+0000 mgr.smithi047.jescqm (mgr.14203) 89 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:23:26.005 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/mon.smithi047/config 2024-09-10T04:23:27.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:26 smithi047 bash[19880]: cluster 2024-09-10T04:23:25.677086+0000 mgr.smithi047.jescqm (mgr.14203) 90 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:23:27.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:26 smithi047 bash[19880]: cluster 2024-09-10T04:23:25.677086+0000 mgr.smithi047.jescqm (mgr.14203) 90 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:23:27.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:26 smithi149 bash[25108]: cluster 2024-09-10T04:23:25.677086+0000 mgr.smithi047.jescqm (mgr.14203) 90 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:23:27.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:26 smithi149 bash[25108]: cluster 2024-09-10T04:23:25.677086+0000 mgr.smithi047.jescqm (mgr.14203) 90 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:23:27.507 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-09-10T04:23:28.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:27 smithi047 bash[19880]: audit 2024-09-10T04:23:27.506848+0000 mon.smithi047 (mon.0) 366 : audit [DBG] from='client.? 172.21.15.47:0/1186650996' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-10T04:23:28.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:27 smithi047 bash[19880]: audit 2024-09-10T04:23:27.506848+0000 mon.smithi047 (mon.0) 366 : audit [DBG] from='client.? 172.21.15.47:0/1186650996' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-10T04:23:28.133 INFO:teuthology.orchestra.run.smithi047.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-10T04:23:28.135 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:27 smithi149 bash[25108]: audit 2024-09-10T04:23:27.506848+0000 mon.smithi047 (mon.0) 366 : audit [DBG] from='client.? 172.21.15.47:0/1186650996' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-10T04:23:28.135 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:27 smithi149 bash[25108]: audit 2024-09-10T04:23:27.506848+0000 mon.smithi047 (mon.0) 366 : audit [DBG] from='client.? 172.21.15.47:0/1186650996' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-10T04:23:29.134 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b165ca24-6f2b-11ef-bcea-c7b262605968 -- ceph osd stat -f json 2024-09-10T04:23:29.147 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:28 smithi047 bash[19880]: cluster 2024-09-10T04:23:27.677384+0000 mgr.smithi047.jescqm (mgr.14203) 91 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:23:29.147 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:28 smithi047 bash[19880]: cluster 2024-09-10T04:23:27.677384+0000 mgr.smithi047.jescqm (mgr.14203) 91 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:23:29.147 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:28 smithi047 bash[19880]: audit 2024-09-10T04:23:27.928502+0000 mon.smithi149 (mon.1) 2 : audit [INF] from='client.? 172.21.15.149:0/1131161999' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "c147dacd-48ec-4b8a-b517-d207233a2091"} : dispatch 2024-09-10T04:23:29.147 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:28 smithi047 bash[19880]: audit 2024-09-10T04:23:27.928502+0000 mon.smithi149 (mon.1) 2 : audit [INF] from='client.? 172.21.15.149:0/1131161999' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "c147dacd-48ec-4b8a-b517-d207233a2091"} : dispatch 2024-09-10T04:23:29.148 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:28 smithi047 bash[19880]: audit 2024-09-10T04:23:27.929716+0000 mon.smithi047 (mon.0) 367 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "c147dacd-48ec-4b8a-b517-d207233a2091"} : dispatch 2024-09-10T04:23:29.148 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:28 smithi047 bash[19880]: audit 2024-09-10T04:23:27.929716+0000 mon.smithi047 (mon.0) 367 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "c147dacd-48ec-4b8a-b517-d207233a2091"} : dispatch 2024-09-10T04:23:29.148 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:28 smithi047 bash[19880]: audit 2024-09-10T04:23:27.932648+0000 mon.smithi047 (mon.0) 368 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c147dacd-48ec-4b8a-b517-d207233a2091"}]': finished 2024-09-10T04:23:29.148 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:28 smithi047 bash[19880]: audit 2024-09-10T04:23:27.932648+0000 mon.smithi047 (mon.0) 368 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c147dacd-48ec-4b8a-b517-d207233a2091"}]': finished 2024-09-10T04:23:29.148 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:28 smithi047 bash[19880]: cluster 2024-09-10T04:23:27.935583+0000 mon.smithi047 (mon.0) 369 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-09-10T04:23:29.148 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:28 smithi047 bash[19880]: cluster 2024-09-10T04:23:27.935583+0000 mon.smithi047 (mon.0) 369 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-09-10T04:23:29.148 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:28 smithi047 bash[19880]: audit 2024-09-10T04:23:27.935826+0000 mon.smithi047 (mon.0) 370 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T04:23:29.148 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:28 smithi047 bash[19880]: audit 2024-09-10T04:23:27.935826+0000 mon.smithi047 (mon.0) 370 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T04:23:29.148 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:28 smithi047 bash[19880]: audit 2024-09-10T04:23:28.304970+0000 mon.smithi047 (mon.0) 371 : audit [INF] from='client.? 172.21.15.47:0/59045714' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "6d1061de-b79f-4f94-a186-ea9a1c26a263"} : dispatch 2024-09-10T04:23:29.148 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:28 smithi047 bash[19880]: audit 2024-09-10T04:23:28.304970+0000 mon.smithi047 (mon.0) 371 : audit [INF] from='client.? 172.21.15.47:0/59045714' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "6d1061de-b79f-4f94-a186-ea9a1c26a263"} : dispatch 2024-09-10T04:23:29.149 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:28 smithi047 bash[19880]: audit 2024-09-10T04:23:28.308223+0000 mon.smithi047 (mon.0) 372 : audit [INF] from='client.? 172.21.15.47:0/59045714' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6d1061de-b79f-4f94-a186-ea9a1c26a263"}]': finished 2024-09-10T04:23:29.149 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:28 smithi047 bash[19880]: audit 2024-09-10T04:23:28.308223+0000 mon.smithi047 (mon.0) 372 : audit [INF] from='client.? 172.21.15.47:0/59045714' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6d1061de-b79f-4f94-a186-ea9a1c26a263"}]': finished 2024-09-10T04:23:29.149 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:28 smithi047 bash[19880]: cluster 2024-09-10T04:23:28.312993+0000 mon.smithi047 (mon.0) 373 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-09-10T04:23:29.149 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:28 smithi047 bash[19880]: cluster 2024-09-10T04:23:28.312993+0000 mon.smithi047 (mon.0) 373 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-09-10T04:23:29.149 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:28 smithi047 bash[19880]: audit 2024-09-10T04:23:28.313299+0000 mon.smithi047 (mon.0) 374 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T04:23:29.149 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:28 smithi047 bash[19880]: audit 2024-09-10T04:23:28.313299+0000 mon.smithi047 (mon.0) 374 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T04:23:29.149 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:28 smithi047 bash[19880]: audit 2024-09-10T04:23:28.313641+0000 mon.smithi047 (mon.0) 375 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T04:23:29.149 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:28 smithi047 bash[19880]: audit 2024-09-10T04:23:28.313641+0000 mon.smithi047 (mon.0) 375 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T04:23:29.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:28 smithi149 bash[25108]: cluster 2024-09-10T04:23:27.677384+0000 mgr.smithi047.jescqm (mgr.14203) 91 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:23:29.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:28 smithi149 bash[25108]: cluster 2024-09-10T04:23:27.677384+0000 mgr.smithi047.jescqm (mgr.14203) 91 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:23:29.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:28 smithi149 bash[25108]: audit 2024-09-10T04:23:27.928502+0000 mon.smithi149 (mon.1) 2 : audit [INF] from='client.? 172.21.15.149:0/1131161999' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "c147dacd-48ec-4b8a-b517-d207233a2091"} : dispatch 2024-09-10T04:23:29.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:28 smithi149 bash[25108]: audit 2024-09-10T04:23:27.928502+0000 mon.smithi149 (mon.1) 2 : audit [INF] from='client.? 172.21.15.149:0/1131161999' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "c147dacd-48ec-4b8a-b517-d207233a2091"} : dispatch 2024-09-10T04:23:29.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:28 smithi149 bash[25108]: audit 2024-09-10T04:23:27.929716+0000 mon.smithi047 (mon.0) 367 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "c147dacd-48ec-4b8a-b517-d207233a2091"} : dispatch 2024-09-10T04:23:29.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:28 smithi149 bash[25108]: audit 2024-09-10T04:23:27.929716+0000 mon.smithi047 (mon.0) 367 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "c147dacd-48ec-4b8a-b517-d207233a2091"} : dispatch 2024-09-10T04:23:29.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:28 smithi149 bash[25108]: audit 2024-09-10T04:23:27.932648+0000 mon.smithi047 (mon.0) 368 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c147dacd-48ec-4b8a-b517-d207233a2091"}]': finished 2024-09-10T04:23:29.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:28 smithi149 bash[25108]: audit 2024-09-10T04:23:27.932648+0000 mon.smithi047 (mon.0) 368 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c147dacd-48ec-4b8a-b517-d207233a2091"}]': finished 2024-09-10T04:23:29.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:28 smithi149 bash[25108]: cluster 2024-09-10T04:23:27.935583+0000 mon.smithi047 (mon.0) 369 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-09-10T04:23:29.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:28 smithi149 bash[25108]: cluster 2024-09-10T04:23:27.935583+0000 mon.smithi047 (mon.0) 369 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-09-10T04:23:29.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:28 smithi149 bash[25108]: audit 2024-09-10T04:23:27.935826+0000 mon.smithi047 (mon.0) 370 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T04:23:29.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:28 smithi149 bash[25108]: audit 2024-09-10T04:23:27.935826+0000 mon.smithi047 (mon.0) 370 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T04:23:29.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:28 smithi149 bash[25108]: audit 2024-09-10T04:23:28.304970+0000 mon.smithi047 (mon.0) 371 : audit [INF] from='client.? 172.21.15.47:0/59045714' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "6d1061de-b79f-4f94-a186-ea9a1c26a263"} : dispatch 2024-09-10T04:23:29.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:28 smithi149 bash[25108]: audit 2024-09-10T04:23:28.304970+0000 mon.smithi047 (mon.0) 371 : audit [INF] from='client.? 172.21.15.47:0/59045714' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "6d1061de-b79f-4f94-a186-ea9a1c26a263"} : dispatch 2024-09-10T04:23:29.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:28 smithi149 bash[25108]: audit 2024-09-10T04:23:28.308223+0000 mon.smithi047 (mon.0) 372 : audit [INF] from='client.? 172.21.15.47:0/59045714' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6d1061de-b79f-4f94-a186-ea9a1c26a263"}]': finished 2024-09-10T04:23:29.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:28 smithi149 bash[25108]: audit 2024-09-10T04:23:28.308223+0000 mon.smithi047 (mon.0) 372 : audit [INF] from='client.? 172.21.15.47:0/59045714' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6d1061de-b79f-4f94-a186-ea9a1c26a263"}]': finished 2024-09-10T04:23:29.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:28 smithi149 bash[25108]: cluster 2024-09-10T04:23:28.312993+0000 mon.smithi047 (mon.0) 373 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-09-10T04:23:29.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:28 smithi149 bash[25108]: cluster 2024-09-10T04:23:28.312993+0000 mon.smithi047 (mon.0) 373 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-09-10T04:23:29.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:28 smithi149 bash[25108]: audit 2024-09-10T04:23:28.313299+0000 mon.smithi047 (mon.0) 374 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T04:23:29.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:28 smithi149 bash[25108]: audit 2024-09-10T04:23:28.313299+0000 mon.smithi047 (mon.0) 374 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T04:23:29.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:28 smithi149 bash[25108]: audit 2024-09-10T04:23:28.313641+0000 mon.smithi047 (mon.0) 375 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T04:23:29.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:28 smithi149 bash[25108]: audit 2024-09-10T04:23:28.313641+0000 mon.smithi047 (mon.0) 375 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T04:23:30.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:29 smithi149 bash[25108]: audit 2024-09-10T04:23:29.449483+0000 mon.smithi149 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.149:0/862873451' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-10T04:23:30.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:29 smithi149 bash[25108]: audit 2024-09-10T04:23:29.449483+0000 mon.smithi149 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.149:0/862873451' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-10T04:23:30.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:29 smithi149 bash[25108]: audit 2024-09-10T04:23:29.756326+0000 mon.smithi047 (mon.0) 376 : audit [DBG] from='client.? 172.21.15.47:0/1919701999' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-10T04:23:30.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:29 smithi149 bash[25108]: audit 2024-09-10T04:23:29.756326+0000 mon.smithi047 (mon.0) 376 : audit [DBG] from='client.? 172.21.15.47:0/1919701999' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-10T04:23:30.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:29 smithi047 bash[19880]: audit 2024-09-10T04:23:29.449483+0000 mon.smithi149 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.149:0/862873451' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-10T04:23:30.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:29 smithi047 bash[19880]: audit 2024-09-10T04:23:29.449483+0000 mon.smithi149 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.149:0/862873451' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-10T04:23:30.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:29 smithi047 bash[19880]: audit 2024-09-10T04:23:29.756326+0000 mon.smithi047 (mon.0) 376 : audit [DBG] from='client.? 172.21.15.47:0/1919701999' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-10T04:23:30.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:29 smithi047 bash[19880]: audit 2024-09-10T04:23:29.756326+0000 mon.smithi047 (mon.0) 376 : audit [DBG] from='client.? 172.21.15.47:0/1919701999' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-10T04:23:31.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:30 smithi149 bash[25108]: cluster 2024-09-10T04:23:29.677733+0000 mgr.smithi047.jescqm (mgr.14203) 92 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:23:31.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:30 smithi149 bash[25108]: cluster 2024-09-10T04:23:29.677733+0000 mgr.smithi047.jescqm (mgr.14203) 92 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:23:31.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:30 smithi047 bash[19880]: cluster 2024-09-10T04:23:29.677733+0000 mgr.smithi047.jescqm (mgr.14203) 92 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:23:31.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:30 smithi047 bash[19880]: cluster 2024-09-10T04:23:29.677733+0000 mgr.smithi047.jescqm (mgr.14203) 92 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:23:33.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:32 smithi149 bash[25108]: cluster 2024-09-10T04:23:31.678164+0000 mgr.smithi047.jescqm (mgr.14203) 93 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:23:33.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:32 smithi149 bash[25108]: cluster 2024-09-10T04:23:31.678164+0000 mgr.smithi047.jescqm (mgr.14203) 93 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:23:33.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:32 smithi047 bash[19880]: cluster 2024-09-10T04:23:31.678164+0000 mgr.smithi047.jescqm (mgr.14203) 93 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:23:33.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:32 smithi047 bash[19880]: cluster 2024-09-10T04:23:31.678164+0000 mgr.smithi047.jescqm (mgr.14203) 93 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:23:33.913 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/mon.smithi047/config 2024-09-10T04:23:34.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:33 smithi047 bash[19880]: audit 2024-09-10T04:23:33.132441+0000 mon.smithi149 (mon.1) 4 : audit [INF] from='client.? 172.21.15.149:0/3435303901' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "b0b9dd43-8dd8-4bdd-91b1-15652a6222f4"} : dispatch 2024-09-10T04:23:34.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:33 smithi047 bash[19880]: audit 2024-09-10T04:23:33.132441+0000 mon.smithi149 (mon.1) 4 : audit [INF] from='client.? 172.21.15.149:0/3435303901' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "b0b9dd43-8dd8-4bdd-91b1-15652a6222f4"} : dispatch 2024-09-10T04:23:34.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:33 smithi047 bash[19880]: audit 2024-09-10T04:23:33.133654+0000 mon.smithi047 (mon.0) 377 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "b0b9dd43-8dd8-4bdd-91b1-15652a6222f4"} : dispatch 2024-09-10T04:23:34.124 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:33 smithi047 bash[19880]: audit 2024-09-10T04:23:33.133654+0000 mon.smithi047 (mon.0) 377 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "b0b9dd43-8dd8-4bdd-91b1-15652a6222f4"} : dispatch 2024-09-10T04:23:34.124 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:33 smithi047 bash[19880]: audit 2024-09-10T04:23:33.137170+0000 mon.smithi047 (mon.0) 378 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b0b9dd43-8dd8-4bdd-91b1-15652a6222f4"}]': finished 2024-09-10T04:23:34.124 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:33 smithi047 bash[19880]: audit 2024-09-10T04:23:33.137170+0000 mon.smithi047 (mon.0) 378 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b0b9dd43-8dd8-4bdd-91b1-15652a6222f4"}]': finished 2024-09-10T04:23:34.124 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:33 smithi047 bash[19880]: cluster 2024-09-10T04:23:33.142642+0000 mon.smithi047 (mon.0) 379 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-09-10T04:23:34.124 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:33 smithi047 bash[19880]: cluster 2024-09-10T04:23:33.142642+0000 mon.smithi047 (mon.0) 379 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-09-10T04:23:34.124 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:33 smithi047 bash[19880]: audit 2024-09-10T04:23:33.143109+0000 mon.smithi047 (mon.0) 380 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T04:23:34.124 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:33 smithi047 bash[19880]: audit 2024-09-10T04:23:33.143109+0000 mon.smithi047 (mon.0) 380 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T04:23:34.124 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:33 smithi047 bash[19880]: audit 2024-09-10T04:23:33.143483+0000 mon.smithi047 (mon.0) 381 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T04:23:34.124 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:33 smithi047 bash[19880]: audit 2024-09-10T04:23:33.143483+0000 mon.smithi047 (mon.0) 381 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T04:23:34.124 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:33 smithi047 bash[19880]: audit 2024-09-10T04:23:33.143930+0000 mon.smithi047 (mon.0) 382 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T04:23:34.124 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:33 smithi047 bash[19880]: audit 2024-09-10T04:23:33.143930+0000 mon.smithi047 (mon.0) 382 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T04:23:34.124 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:33 smithi047 bash[19880]: audit 2024-09-10T04:23:33.694710+0000 mon.smithi047 (mon.0) 383 : audit [INF] from='client.? 172.21.15.47:0/3542102080' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "957fb047-35a4-4a34-ab14-2933a44cd675"} : dispatch 2024-09-10T04:23:34.124 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:33 smithi047 bash[19880]: audit 2024-09-10T04:23:33.694710+0000 mon.smithi047 (mon.0) 383 : audit [INF] from='client.? 172.21.15.47:0/3542102080' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "957fb047-35a4-4a34-ab14-2933a44cd675"} : dispatch 2024-09-10T04:23:34.125 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:33 smithi047 bash[19880]: audit 2024-09-10T04:23:33.697801+0000 mon.smithi047 (mon.0) 384 : audit [INF] from='client.? 172.21.15.47:0/3542102080' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "957fb047-35a4-4a34-ab14-2933a44cd675"}]': finished 2024-09-10T04:23:34.125 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:33 smithi047 bash[19880]: audit 2024-09-10T04:23:33.697801+0000 mon.smithi047 (mon.0) 384 : audit [INF] from='client.? 172.21.15.47:0/3542102080' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "957fb047-35a4-4a34-ab14-2933a44cd675"}]': finished 2024-09-10T04:23:34.125 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:33 smithi047 bash[19880]: cluster 2024-09-10T04:23:33.700416+0000 mon.smithi047 (mon.0) 385 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-09-10T04:23:34.125 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:33 smithi047 bash[19880]: cluster 2024-09-10T04:23:33.700416+0000 mon.smithi047 (mon.0) 385 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-09-10T04:23:34.125 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:33 smithi047 bash[19880]: audit 2024-09-10T04:23:33.700871+0000 mon.smithi047 (mon.0) 386 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T04:23:34.125 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:33 smithi047 bash[19880]: audit 2024-09-10T04:23:33.700871+0000 mon.smithi047 (mon.0) 386 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T04:23:34.125 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:33 smithi047 bash[19880]: audit 2024-09-10T04:23:33.701410+0000 mon.smithi047 (mon.0) 387 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T04:23:34.125 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:33 smithi047 bash[19880]: audit 2024-09-10T04:23:33.701410+0000 mon.smithi047 (mon.0) 387 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T04:23:34.125 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:33 smithi047 bash[19880]: audit 2024-09-10T04:23:33.701830+0000 mon.smithi047 (mon.0) 388 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T04:23:34.125 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:33 smithi047 bash[19880]: audit 2024-09-10T04:23:33.701830+0000 mon.smithi047 (mon.0) 388 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T04:23:34.125 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:33 smithi047 bash[19880]: audit 2024-09-10T04:23:33.702359+0000 mon.smithi047 (mon.0) 389 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-10T04:23:34.125 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:33 smithi047 bash[19880]: audit 2024-09-10T04:23:33.702359+0000 mon.smithi047 (mon.0) 389 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-10T04:23:34.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:33 smithi149 bash[25108]: audit 2024-09-10T04:23:33.132441+0000 mon.smithi149 (mon.1) 4 : audit [INF] from='client.? 172.21.15.149:0/3435303901' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "b0b9dd43-8dd8-4bdd-91b1-15652a6222f4"} : dispatch 2024-09-10T04:23:34.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:33 smithi149 bash[25108]: audit 2024-09-10T04:23:33.132441+0000 mon.smithi149 (mon.1) 4 : audit [INF] from='client.? 172.21.15.149:0/3435303901' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "b0b9dd43-8dd8-4bdd-91b1-15652a6222f4"} : dispatch 2024-09-10T04:23:34.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:33 smithi149 bash[25108]: audit 2024-09-10T04:23:33.133654+0000 mon.smithi047 (mon.0) 377 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "b0b9dd43-8dd8-4bdd-91b1-15652a6222f4"} : dispatch 2024-09-10T04:23:34.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:33 smithi149 bash[25108]: audit 2024-09-10T04:23:33.133654+0000 mon.smithi047 (mon.0) 377 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "b0b9dd43-8dd8-4bdd-91b1-15652a6222f4"} : dispatch 2024-09-10T04:23:34.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:33 smithi149 bash[25108]: audit 2024-09-10T04:23:33.137170+0000 mon.smithi047 (mon.0) 378 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b0b9dd43-8dd8-4bdd-91b1-15652a6222f4"}]': finished 2024-09-10T04:23:34.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:33 smithi149 bash[25108]: audit 2024-09-10T04:23:33.137170+0000 mon.smithi047 (mon.0) 378 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b0b9dd43-8dd8-4bdd-91b1-15652a6222f4"}]': finished 2024-09-10T04:23:34.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:33 smithi149 bash[25108]: cluster 2024-09-10T04:23:33.142642+0000 mon.smithi047 (mon.0) 379 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-09-10T04:23:34.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:33 smithi149 bash[25108]: cluster 2024-09-10T04:23:33.142642+0000 mon.smithi047 (mon.0) 379 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-09-10T04:23:34.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:33 smithi149 bash[25108]: audit 2024-09-10T04:23:33.143109+0000 mon.smithi047 (mon.0) 380 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T04:23:34.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:33 smithi149 bash[25108]: audit 2024-09-10T04:23:33.143109+0000 mon.smithi047 (mon.0) 380 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T04:23:34.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:33 smithi149 bash[25108]: audit 2024-09-10T04:23:33.143483+0000 mon.smithi047 (mon.0) 381 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T04:23:34.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:33 smithi149 bash[25108]: audit 2024-09-10T04:23:33.143483+0000 mon.smithi047 (mon.0) 381 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T04:23:34.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:33 smithi149 bash[25108]: audit 2024-09-10T04:23:33.143930+0000 mon.smithi047 (mon.0) 382 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T04:23:34.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:33 smithi149 bash[25108]: audit 2024-09-10T04:23:33.143930+0000 mon.smithi047 (mon.0) 382 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T04:23:34.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:33 smithi149 bash[25108]: audit 2024-09-10T04:23:33.694710+0000 mon.smithi047 (mon.0) 383 : audit [INF] from='client.? 172.21.15.47:0/3542102080' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "957fb047-35a4-4a34-ab14-2933a44cd675"} : dispatch 2024-09-10T04:23:34.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:33 smithi149 bash[25108]: audit 2024-09-10T04:23:33.694710+0000 mon.smithi047 (mon.0) 383 : audit [INF] from='client.? 172.21.15.47:0/3542102080' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "957fb047-35a4-4a34-ab14-2933a44cd675"} : dispatch 2024-09-10T04:23:34.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:33 smithi149 bash[25108]: audit 2024-09-10T04:23:33.697801+0000 mon.smithi047 (mon.0) 384 : audit [INF] from='client.? 172.21.15.47:0/3542102080' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "957fb047-35a4-4a34-ab14-2933a44cd675"}]': finished 2024-09-10T04:23:34.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:33 smithi149 bash[25108]: audit 2024-09-10T04:23:33.697801+0000 mon.smithi047 (mon.0) 384 : audit [INF] from='client.? 172.21.15.47:0/3542102080' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "957fb047-35a4-4a34-ab14-2933a44cd675"}]': finished 2024-09-10T04:23:34.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:33 smithi149 bash[25108]: cluster 2024-09-10T04:23:33.700416+0000 mon.smithi047 (mon.0) 385 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-09-10T04:23:34.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:33 smithi149 bash[25108]: cluster 2024-09-10T04:23:33.700416+0000 mon.smithi047 (mon.0) 385 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-09-10T04:23:34.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:33 smithi149 bash[25108]: audit 2024-09-10T04:23:33.700871+0000 mon.smithi047 (mon.0) 386 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T04:23:34.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:33 smithi149 bash[25108]: audit 2024-09-10T04:23:33.700871+0000 mon.smithi047 (mon.0) 386 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T04:23:34.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:33 smithi149 bash[25108]: audit 2024-09-10T04:23:33.701410+0000 mon.smithi047 (mon.0) 387 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T04:23:34.186 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:33 smithi149 bash[25108]: audit 2024-09-10T04:23:33.701410+0000 mon.smithi047 (mon.0) 387 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T04:23:34.186 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:33 smithi149 bash[25108]: audit 2024-09-10T04:23:33.701830+0000 mon.smithi047 (mon.0) 388 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T04:23:34.186 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:33 smithi149 bash[25108]: audit 2024-09-10T04:23:33.701830+0000 mon.smithi047 (mon.0) 388 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T04:23:34.186 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:33 smithi149 bash[25108]: audit 2024-09-10T04:23:33.702359+0000 mon.smithi047 (mon.0) 389 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-10T04:23:34.186 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:33 smithi149 bash[25108]: audit 2024-09-10T04:23:33.702359+0000 mon.smithi047 (mon.0) 389 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-10T04:23:35.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:34 smithi149 bash[25108]: cluster 2024-09-10T04:23:33.678549+0000 mgr.smithi047.jescqm (mgr.14203) 94 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:23:35.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:34 smithi149 bash[25108]: cluster 2024-09-10T04:23:33.678549+0000 mgr.smithi047.jescqm (mgr.14203) 94 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:23:35.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:34 smithi149 bash[25108]: audit 2024-09-10T04:23:34.126820+0000 mon.smithi047 (mon.0) 390 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:23:35.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:34 smithi149 bash[25108]: audit 2024-09-10T04:23:34.126820+0000 mon.smithi047 (mon.0) 390 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:23:35.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:34 smithi149 bash[25108]: audit 2024-09-10T04:23:34.637894+0000 mon.smithi149 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.149:0/294916434' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-10T04:23:35.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:34 smithi149 bash[25108]: audit 2024-09-10T04:23:34.637894+0000 mon.smithi149 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.149:0/294916434' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-10T04:23:35.204 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:34 smithi047 bash[19880]: cluster 2024-09-10T04:23:33.678549+0000 mgr.smithi047.jescqm (mgr.14203) 94 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:23:35.204 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:34 smithi047 bash[19880]: cluster 2024-09-10T04:23:33.678549+0000 mgr.smithi047.jescqm (mgr.14203) 94 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:23:35.204 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:34 smithi047 bash[19880]: audit 2024-09-10T04:23:34.126820+0000 mon.smithi047 (mon.0) 390 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:23:35.204 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:34 smithi047 bash[19880]: audit 2024-09-10T04:23:34.126820+0000 mon.smithi047 (mon.0) 390 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:23:35.205 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:34 smithi047 bash[19880]: audit 2024-09-10T04:23:34.637894+0000 mon.smithi149 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.149:0/294916434' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-10T04:23:35.205 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:34 smithi047 bash[19880]: audit 2024-09-10T04:23:34.637894+0000 mon.smithi149 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.149:0/294916434' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-10T04:23:35.546 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-09-10T04:23:36.182 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:35 smithi047 bash[19880]: audit 2024-09-10T04:23:35.546736+0000 mon.smithi047 (mon.0) 391 : audit [DBG] from='client.? 172.21.15.47:0/3169259601' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-10T04:23:36.182 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:35 smithi047 bash[19880]: audit 2024-09-10T04:23:35.546736+0000 mon.smithi047 (mon.0) 391 : audit [DBG] from='client.? 172.21.15.47:0/3169259601' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-10T04:23:36.182 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:35 smithi047 bash[19880]: audit 2024-09-10T04:23:35.832852+0000 mon.smithi047 (mon.0) 392 : audit [DBG] from='client.? 172.21.15.47:0/1502225928' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-10T04:23:36.182 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:35 smithi047 bash[19880]: audit 2024-09-10T04:23:35.832852+0000 mon.smithi047 (mon.0) 392 : audit [DBG] from='client.? 172.21.15.47:0/1502225928' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-10T04:23:36.183 INFO:teuthology.orchestra.run.smithi047.stdout:{"epoch":9,"num_osds":4,"num_up_osds":0,"osd_up_since":0,"num_in_osds":4,"osd_in_since":1725942213,"num_remapped_pgs":0} 2024-09-10T04:23:36.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:35 smithi149 bash[25108]: audit 2024-09-10T04:23:35.546736+0000 mon.smithi047 (mon.0) 391 : audit [DBG] from='client.? 172.21.15.47:0/3169259601' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-10T04:23:36.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:35 smithi149 bash[25108]: audit 2024-09-10T04:23:35.546736+0000 mon.smithi047 (mon.0) 391 : audit [DBG] from='client.? 172.21.15.47:0/3169259601' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-10T04:23:36.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:35 smithi149 bash[25108]: audit 2024-09-10T04:23:35.832852+0000 mon.smithi047 (mon.0) 392 : audit [DBG] from='client.? 172.21.15.47:0/1502225928' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-10T04:23:36.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:35 smithi149 bash[25108]: audit 2024-09-10T04:23:35.832852+0000 mon.smithi047 (mon.0) 392 : audit [DBG] from='client.? 172.21.15.47:0/1502225928' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-10T04:23:37.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:36 smithi149 bash[25108]: cluster 2024-09-10T04:23:35.678831+0000 mgr.smithi047.jescqm (mgr.14203) 95 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:23:37.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:36 smithi149 bash[25108]: cluster 2024-09-10T04:23:35.678831+0000 mgr.smithi047.jescqm (mgr.14203) 95 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:23:37.184 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b165ca24-6f2b-11ef-bcea-c7b262605968 -- ceph osd stat -f json 2024-09-10T04:23:37.194 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:36 smithi047 bash[19880]: cluster 2024-09-10T04:23:35.678831+0000 mgr.smithi047.jescqm (mgr.14203) 95 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:23:37.194 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:36 smithi047 bash[19880]: cluster 2024-09-10T04:23:35.678831+0000 mgr.smithi047.jescqm (mgr.14203) 95 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:23:39.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:38 smithi149 bash[25108]: cluster 2024-09-10T04:23:37.679126+0000 mgr.smithi047.jescqm (mgr.14203) 96 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:23:39.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:38 smithi149 bash[25108]: cluster 2024-09-10T04:23:37.679126+0000 mgr.smithi047.jescqm (mgr.14203) 96 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:23:39.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:38 smithi149 bash[25108]: audit 2024-09-10T04:23:38.402728+0000 mon.smithi149 (mon.1) 6 : audit [INF] from='client.? 172.21.15.149:0/2495749696' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "a550586d-4513-461c-93a8-a4bf6d41c7a3"} : dispatch 2024-09-10T04:23:39.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:38 smithi149 bash[25108]: audit 2024-09-10T04:23:38.402728+0000 mon.smithi149 (mon.1) 6 : audit [INF] from='client.? 172.21.15.149:0/2495749696' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "a550586d-4513-461c-93a8-a4bf6d41c7a3"} : dispatch 2024-09-10T04:23:39.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:38 smithi149 bash[25108]: audit 2024-09-10T04:23:38.403767+0000 mon.smithi047 (mon.0) 393 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "a550586d-4513-461c-93a8-a4bf6d41c7a3"} : dispatch 2024-09-10T04:23:39.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:38 smithi149 bash[25108]: audit 2024-09-10T04:23:38.403767+0000 mon.smithi047 (mon.0) 393 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "a550586d-4513-461c-93a8-a4bf6d41c7a3"} : dispatch 2024-09-10T04:23:39.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:38 smithi149 bash[25108]: audit 2024-09-10T04:23:38.406302+0000 mon.smithi047 (mon.0) 394 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a550586d-4513-461c-93a8-a4bf6d41c7a3"}]': finished 2024-09-10T04:23:39.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:38 smithi149 bash[25108]: audit 2024-09-10T04:23:38.406302+0000 mon.smithi047 (mon.0) 394 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a550586d-4513-461c-93a8-a4bf6d41c7a3"}]': finished 2024-09-10T04:23:39.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:38 smithi149 bash[25108]: cluster 2024-09-10T04:23:38.410548+0000 mon.smithi047 (mon.0) 395 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-09-10T04:23:39.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:38 smithi149 bash[25108]: cluster 2024-09-10T04:23:38.410548+0000 mon.smithi047 (mon.0) 395 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-09-10T04:23:39.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:38 smithi149 bash[25108]: audit 2024-09-10T04:23:38.410761+0000 mon.smithi047 (mon.0) 396 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T04:23:39.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:38 smithi149 bash[25108]: audit 2024-09-10T04:23:38.410761+0000 mon.smithi047 (mon.0) 396 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T04:23:39.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:38 smithi149 bash[25108]: audit 2024-09-10T04:23:38.410959+0000 mon.smithi047 (mon.0) 397 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T04:23:39.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:38 smithi149 bash[25108]: audit 2024-09-10T04:23:38.410959+0000 mon.smithi047 (mon.0) 397 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T04:23:39.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:38 smithi149 bash[25108]: audit 2024-09-10T04:23:38.411158+0000 mon.smithi047 (mon.0) 398 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T04:23:39.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:38 smithi149 bash[25108]: audit 2024-09-10T04:23:38.411158+0000 mon.smithi047 (mon.0) 398 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T04:23:39.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:38 smithi149 bash[25108]: audit 2024-09-10T04:23:38.411468+0000 mon.smithi047 (mon.0) 399 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-10T04:23:39.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:38 smithi149 bash[25108]: audit 2024-09-10T04:23:38.411468+0000 mon.smithi047 (mon.0) 399 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-10T04:23:39.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:38 smithi149 bash[25108]: audit 2024-09-10T04:23:38.411715+0000 mon.smithi047 (mon.0) 400 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-10T04:23:39.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:38 smithi149 bash[25108]: audit 2024-09-10T04:23:38.411715+0000 mon.smithi047 (mon.0) 400 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-10T04:23:39.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:38 smithi047 bash[19880]: cluster 2024-09-10T04:23:37.679126+0000 mgr.smithi047.jescqm (mgr.14203) 96 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:23:39.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:38 smithi047 bash[19880]: cluster 2024-09-10T04:23:37.679126+0000 mgr.smithi047.jescqm (mgr.14203) 96 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:23:39.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:38 smithi047 bash[19880]: audit 2024-09-10T04:23:38.402728+0000 mon.smithi149 (mon.1) 6 : audit [INF] from='client.? 172.21.15.149:0/2495749696' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "a550586d-4513-461c-93a8-a4bf6d41c7a3"} : dispatch 2024-09-10T04:23:39.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:38 smithi047 bash[19880]: audit 2024-09-10T04:23:38.402728+0000 mon.smithi149 (mon.1) 6 : audit [INF] from='client.? 172.21.15.149:0/2495749696' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "a550586d-4513-461c-93a8-a4bf6d41c7a3"} : dispatch 2024-09-10T04:23:39.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:38 smithi047 bash[19880]: audit 2024-09-10T04:23:38.403767+0000 mon.smithi047 (mon.0) 393 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "a550586d-4513-461c-93a8-a4bf6d41c7a3"} : dispatch 2024-09-10T04:23:39.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:38 smithi047 bash[19880]: audit 2024-09-10T04:23:38.403767+0000 mon.smithi047 (mon.0) 393 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "a550586d-4513-461c-93a8-a4bf6d41c7a3"} : dispatch 2024-09-10T04:23:39.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:38 smithi047 bash[19880]: audit 2024-09-10T04:23:38.406302+0000 mon.smithi047 (mon.0) 394 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a550586d-4513-461c-93a8-a4bf6d41c7a3"}]': finished 2024-09-10T04:23:39.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:38 smithi047 bash[19880]: audit 2024-09-10T04:23:38.406302+0000 mon.smithi047 (mon.0) 394 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a550586d-4513-461c-93a8-a4bf6d41c7a3"}]': finished 2024-09-10T04:23:39.375 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:38 smithi047 bash[19880]: cluster 2024-09-10T04:23:38.410548+0000 mon.smithi047 (mon.0) 395 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-09-10T04:23:39.375 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:38 smithi047 bash[19880]: cluster 2024-09-10T04:23:38.410548+0000 mon.smithi047 (mon.0) 395 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-09-10T04:23:39.375 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:38 smithi047 bash[19880]: audit 2024-09-10T04:23:38.410761+0000 mon.smithi047 (mon.0) 396 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T04:23:39.375 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:38 smithi047 bash[19880]: audit 2024-09-10T04:23:38.410761+0000 mon.smithi047 (mon.0) 396 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T04:23:39.375 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:38 smithi047 bash[19880]: audit 2024-09-10T04:23:38.410959+0000 mon.smithi047 (mon.0) 397 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T04:23:39.375 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:38 smithi047 bash[19880]: audit 2024-09-10T04:23:38.410959+0000 mon.smithi047 (mon.0) 397 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T04:23:39.375 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:38 smithi047 bash[19880]: audit 2024-09-10T04:23:38.411158+0000 mon.smithi047 (mon.0) 398 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T04:23:39.375 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:38 smithi047 bash[19880]: audit 2024-09-10T04:23:38.411158+0000 mon.smithi047 (mon.0) 398 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T04:23:39.375 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:38 smithi047 bash[19880]: audit 2024-09-10T04:23:38.411468+0000 mon.smithi047 (mon.0) 399 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-10T04:23:39.375 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:38 smithi047 bash[19880]: audit 2024-09-10T04:23:38.411468+0000 mon.smithi047 (mon.0) 399 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-10T04:23:39.375 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:38 smithi047 bash[19880]: audit 2024-09-10T04:23:38.411715+0000 mon.smithi047 (mon.0) 400 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-10T04:23:39.375 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:38 smithi047 bash[19880]: audit 2024-09-10T04:23:38.411715+0000 mon.smithi047 (mon.0) 400 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-10T04:23:40.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:39 smithi149 bash[25108]: audit 2024-09-10T04:23:39.398745+0000 mon.smithi047 (mon.0) 401 : audit [INF] from='client.? 172.21.15.47:0/2488536987' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "eddef9b2-9241-42a9-83f8-91f28475ed0b"} : dispatch 2024-09-10T04:23:40.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:39 smithi149 bash[25108]: audit 2024-09-10T04:23:39.398745+0000 mon.smithi047 (mon.0) 401 : audit [INF] from='client.? 172.21.15.47:0/2488536987' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "eddef9b2-9241-42a9-83f8-91f28475ed0b"} : dispatch 2024-09-10T04:23:40.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:39 smithi149 bash[25108]: audit 2024-09-10T04:23:39.401415+0000 mon.smithi047 (mon.0) 402 : audit [INF] from='client.? 172.21.15.47:0/2488536987' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "eddef9b2-9241-42a9-83f8-91f28475ed0b"}]': finished 2024-09-10T04:23:40.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:39 smithi149 bash[25108]: audit 2024-09-10T04:23:39.401415+0000 mon.smithi047 (mon.0) 402 : audit [INF] from='client.? 172.21.15.47:0/2488536987' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "eddef9b2-9241-42a9-83f8-91f28475ed0b"}]': finished 2024-09-10T04:23:40.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:39 smithi149 bash[25108]: cluster 2024-09-10T04:23:39.403864+0000 mon.smithi047 (mon.0) 403 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-09-10T04:23:40.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:39 smithi149 bash[25108]: cluster 2024-09-10T04:23:39.403864+0000 mon.smithi047 (mon.0) 403 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-09-10T04:23:40.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:39 smithi149 bash[25108]: audit 2024-09-10T04:23:39.404132+0000 mon.smithi047 (mon.0) 404 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T04:23:40.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:39 smithi149 bash[25108]: audit 2024-09-10T04:23:39.404132+0000 mon.smithi047 (mon.0) 404 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T04:23:40.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:39 smithi149 bash[25108]: audit 2024-09-10T04:23:39.404351+0000 mon.smithi047 (mon.0) 405 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T04:23:40.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:39 smithi149 bash[25108]: audit 2024-09-10T04:23:39.404351+0000 mon.smithi047 (mon.0) 405 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T04:23:40.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:39 smithi149 bash[25108]: audit 2024-09-10T04:23:39.404544+0000 mon.smithi047 (mon.0) 406 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T04:23:40.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:39 smithi149 bash[25108]: audit 2024-09-10T04:23:39.404544+0000 mon.smithi047 (mon.0) 406 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T04:23:40.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:39 smithi149 bash[25108]: audit 2024-09-10T04:23:39.404738+0000 mon.smithi047 (mon.0) 407 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-10T04:23:40.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:39 smithi149 bash[25108]: audit 2024-09-10T04:23:39.404738+0000 mon.smithi047 (mon.0) 407 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-10T04:23:40.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:39 smithi149 bash[25108]: audit 2024-09-10T04:23:39.404932+0000 mon.smithi047 (mon.0) 408 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-10T04:23:40.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:39 smithi149 bash[25108]: audit 2024-09-10T04:23:39.404932+0000 mon.smithi047 (mon.0) 408 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-10T04:23:40.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:39 smithi149 bash[25108]: audit 2024-09-10T04:23:39.405130+0000 mon.smithi047 (mon.0) 409 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-10T04:23:40.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:39 smithi149 bash[25108]: audit 2024-09-10T04:23:39.405130+0000 mon.smithi047 (mon.0) 409 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-10T04:23:40.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:39 smithi149 bash[25108]: audit 2024-09-10T04:23:39.884280+0000 mon.smithi149 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.149:0/2654255975' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-10T04:23:40.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:39 smithi149 bash[25108]: audit 2024-09-10T04:23:39.884280+0000 mon.smithi149 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.149:0/2654255975' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-10T04:23:40.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:39 smithi047 bash[19880]: audit 2024-09-10T04:23:39.398745+0000 mon.smithi047 (mon.0) 401 : audit [INF] from='client.? 172.21.15.47:0/2488536987' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "eddef9b2-9241-42a9-83f8-91f28475ed0b"} : dispatch 2024-09-10T04:23:40.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:39 smithi047 bash[19880]: audit 2024-09-10T04:23:39.398745+0000 mon.smithi047 (mon.0) 401 : audit [INF] from='client.? 172.21.15.47:0/2488536987' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "eddef9b2-9241-42a9-83f8-91f28475ed0b"} : dispatch 2024-09-10T04:23:40.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:39 smithi047 bash[19880]: audit 2024-09-10T04:23:39.401415+0000 mon.smithi047 (mon.0) 402 : audit [INF] from='client.? 172.21.15.47:0/2488536987' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "eddef9b2-9241-42a9-83f8-91f28475ed0b"}]': finished 2024-09-10T04:23:40.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:39 smithi047 bash[19880]: audit 2024-09-10T04:23:39.401415+0000 mon.smithi047 (mon.0) 402 : audit [INF] from='client.? 172.21.15.47:0/2488536987' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "eddef9b2-9241-42a9-83f8-91f28475ed0b"}]': finished 2024-09-10T04:23:40.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:39 smithi047 bash[19880]: cluster 2024-09-10T04:23:39.403864+0000 mon.smithi047 (mon.0) 403 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-09-10T04:23:40.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:39 smithi047 bash[19880]: cluster 2024-09-10T04:23:39.403864+0000 mon.smithi047 (mon.0) 403 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-09-10T04:23:40.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:39 smithi047 bash[19880]: audit 2024-09-10T04:23:39.404132+0000 mon.smithi047 (mon.0) 404 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T04:23:40.375 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:39 smithi047 bash[19880]: audit 2024-09-10T04:23:39.404132+0000 mon.smithi047 (mon.0) 404 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T04:23:40.375 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:39 smithi047 bash[19880]: audit 2024-09-10T04:23:39.404351+0000 mon.smithi047 (mon.0) 405 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T04:23:40.375 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:39 smithi047 bash[19880]: audit 2024-09-10T04:23:39.404351+0000 mon.smithi047 (mon.0) 405 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T04:23:40.375 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:39 smithi047 bash[19880]: audit 2024-09-10T04:23:39.404544+0000 mon.smithi047 (mon.0) 406 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T04:23:40.375 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:39 smithi047 bash[19880]: audit 2024-09-10T04:23:39.404544+0000 mon.smithi047 (mon.0) 406 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T04:23:40.375 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:39 smithi047 bash[19880]: audit 2024-09-10T04:23:39.404738+0000 mon.smithi047 (mon.0) 407 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-10T04:23:40.375 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:39 smithi047 bash[19880]: audit 2024-09-10T04:23:39.404738+0000 mon.smithi047 (mon.0) 407 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-10T04:23:40.375 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:39 smithi047 bash[19880]: audit 2024-09-10T04:23:39.404932+0000 mon.smithi047 (mon.0) 408 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-10T04:23:40.375 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:39 smithi047 bash[19880]: audit 2024-09-10T04:23:39.404932+0000 mon.smithi047 (mon.0) 408 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-10T04:23:40.375 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:39 smithi047 bash[19880]: audit 2024-09-10T04:23:39.405130+0000 mon.smithi047 (mon.0) 409 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-10T04:23:40.375 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:39 smithi047 bash[19880]: audit 2024-09-10T04:23:39.405130+0000 mon.smithi047 (mon.0) 409 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-10T04:23:40.375 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:39 smithi047 bash[19880]: audit 2024-09-10T04:23:39.884280+0000 mon.smithi149 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.149:0/2654255975' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-10T04:23:40.375 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:39 smithi047 bash[19880]: audit 2024-09-10T04:23:39.884280+0000 mon.smithi149 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.149:0/2654255975' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-10T04:23:41.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:40 smithi047 bash[19880]: cluster 2024-09-10T04:23:39.679553+0000 mgr.smithi047.jescqm (mgr.14203) 97 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:23:41.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:40 smithi047 bash[19880]: cluster 2024-09-10T04:23:39.679553+0000 mgr.smithi047.jescqm (mgr.14203) 97 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:23:41.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:40 smithi047 bash[19880]: audit 2024-09-10T04:23:40.873778+0000 mon.smithi047 (mon.0) 410 : audit [DBG] from='client.? 172.21.15.47:0/3741418864' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-10T04:23:41.124 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:40 smithi047 bash[19880]: audit 2024-09-10T04:23:40.873778+0000 mon.smithi047 (mon.0) 410 : audit [DBG] from='client.? 172.21.15.47:0/3741418864' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-10T04:23:41.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:40 smithi149 bash[25108]: cluster 2024-09-10T04:23:39.679553+0000 mgr.smithi047.jescqm (mgr.14203) 97 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:23:41.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:40 smithi149 bash[25108]: cluster 2024-09-10T04:23:39.679553+0000 mgr.smithi047.jescqm (mgr.14203) 97 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:23:41.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:40 smithi149 bash[25108]: audit 2024-09-10T04:23:40.873778+0000 mon.smithi047 (mon.0) 410 : audit [DBG] from='client.? 172.21.15.47:0/3741418864' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-10T04:23:41.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:40 smithi149 bash[25108]: audit 2024-09-10T04:23:40.873778+0000 mon.smithi047 (mon.0) 410 : audit [DBG] from='client.? 172.21.15.47:0/3741418864' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-10T04:23:41.969 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/mon.smithi047/config 2024-09-10T04:23:43.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:42 smithi149 bash[25108]: cluster 2024-09-10T04:23:41.680084+0000 mgr.smithi047.jescqm (mgr.14203) 98 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:23:43.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:42 smithi149 bash[25108]: cluster 2024-09-10T04:23:41.680084+0000 mgr.smithi047.jescqm (mgr.14203) 98 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:23:43.333 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-09-10T04:23:43.346 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:42 smithi047 bash[19880]: cluster 2024-09-10T04:23:41.680084+0000 mgr.smithi047.jescqm (mgr.14203) 98 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:23:43.346 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:42 smithi047 bash[19880]: cluster 2024-09-10T04:23:41.680084+0000 mgr.smithi047.jescqm (mgr.14203) 98 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:23:43.951 INFO:teuthology.orchestra.run.smithi047.stdout:{"epoch":11,"num_osds":6,"num_up_osds":0,"osd_up_since":0,"num_in_osds":6,"osd_in_since":1725942219,"num_remapped_pgs":0} 2024-09-10T04:23:44.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:43 smithi149 bash[25108]: audit 2024-09-10T04:23:43.332605+0000 mon.smithi047 (mon.0) 411 : audit [DBG] from='client.? 172.21.15.47:0/2636799407' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-10T04:23:44.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:43 smithi149 bash[25108]: audit 2024-09-10T04:23:43.332605+0000 mon.smithi047 (mon.0) 411 : audit [DBG] from='client.? 172.21.15.47:0/2636799407' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-10T04:23:44.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:43 smithi149 bash[25108]: audit 2024-09-10T04:23:43.608438+0000 mon.smithi149 (mon.1) 8 : audit [INF] from='client.? 172.21.15.149:0/1615842499' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "75078940-0793-44d5-a6aa-4480498bd47e"} : dispatch 2024-09-10T04:23:44.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:43 smithi149 bash[25108]: audit 2024-09-10T04:23:43.608438+0000 mon.smithi149 (mon.1) 8 : audit [INF] from='client.? 172.21.15.149:0/1615842499' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "75078940-0793-44d5-a6aa-4480498bd47e"} : dispatch 2024-09-10T04:23:44.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:43 smithi149 bash[25108]: audit 2024-09-10T04:23:43.609684+0000 mon.smithi047 (mon.0) 412 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "75078940-0793-44d5-a6aa-4480498bd47e"} : dispatch 2024-09-10T04:23:44.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:43 smithi149 bash[25108]: audit 2024-09-10T04:23:43.609684+0000 mon.smithi047 (mon.0) 412 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "75078940-0793-44d5-a6aa-4480498bd47e"} : dispatch 2024-09-10T04:23:44.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:43 smithi149 bash[25108]: audit 2024-09-10T04:23:43.613190+0000 mon.smithi047 (mon.0) 413 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "75078940-0793-44d5-a6aa-4480498bd47e"}]': finished 2024-09-10T04:23:44.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:43 smithi149 bash[25108]: audit 2024-09-10T04:23:43.613190+0000 mon.smithi047 (mon.0) 413 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "75078940-0793-44d5-a6aa-4480498bd47e"}]': finished 2024-09-10T04:23:44.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:43 smithi149 bash[25108]: cluster 2024-09-10T04:23:43.618070+0000 mon.smithi047 (mon.0) 414 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-09-10T04:23:44.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:43 smithi149 bash[25108]: cluster 2024-09-10T04:23:43.618070+0000 mon.smithi047 (mon.0) 414 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-09-10T04:23:44.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:43 smithi149 bash[25108]: audit 2024-09-10T04:23:43.618555+0000 mon.smithi047 (mon.0) 415 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T04:23:44.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:43 smithi149 bash[25108]: audit 2024-09-10T04:23:43.618555+0000 mon.smithi047 (mon.0) 415 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T04:23:44.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:43 smithi149 bash[25108]: audit 2024-09-10T04:23:43.619003+0000 mon.smithi047 (mon.0) 416 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T04:23:44.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:43 smithi149 bash[25108]: audit 2024-09-10T04:23:43.619003+0000 mon.smithi047 (mon.0) 416 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T04:23:44.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:43 smithi149 bash[25108]: audit 2024-09-10T04:23:43.619404+0000 mon.smithi047 (mon.0) 417 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T04:23:44.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:43 smithi149 bash[25108]: audit 2024-09-10T04:23:43.619404+0000 mon.smithi047 (mon.0) 417 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T04:23:44.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:43 smithi149 bash[25108]: audit 2024-09-10T04:23:43.619714+0000 mon.smithi047 (mon.0) 418 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-10T04:23:44.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:43 smithi149 bash[25108]: audit 2024-09-10T04:23:43.619714+0000 mon.smithi047 (mon.0) 418 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-10T04:23:44.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:43 smithi149 bash[25108]: audit 2024-09-10T04:23:43.620091+0000 mon.smithi047 (mon.0) 419 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-10T04:23:44.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:43 smithi149 bash[25108]: audit 2024-09-10T04:23:43.620091+0000 mon.smithi047 (mon.0) 419 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-10T04:23:44.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:43 smithi149 bash[25108]: audit 2024-09-10T04:23:43.620400+0000 mon.smithi047 (mon.0) 420 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-10T04:23:44.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:43 smithi149 bash[25108]: audit 2024-09-10T04:23:43.620400+0000 mon.smithi047 (mon.0) 420 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-10T04:23:44.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:43 smithi149 bash[25108]: audit 2024-09-10T04:23:43.620768+0000 mon.smithi047 (mon.0) 421 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-10T04:23:44.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:43 smithi149 bash[25108]: audit 2024-09-10T04:23:43.620768+0000 mon.smithi047 (mon.0) 421 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-10T04:23:44.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:43 smithi047 bash[19880]: audit 2024-09-10T04:23:43.332605+0000 mon.smithi047 (mon.0) 411 : audit [DBG] from='client.? 172.21.15.47:0/2636799407' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-10T04:23:44.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:43 smithi047 bash[19880]: audit 2024-09-10T04:23:43.332605+0000 mon.smithi047 (mon.0) 411 : audit [DBG] from='client.? 172.21.15.47:0/2636799407' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-10T04:23:44.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:43 smithi047 bash[19880]: audit 2024-09-10T04:23:43.608438+0000 mon.smithi149 (mon.1) 8 : audit [INF] from='client.? 172.21.15.149:0/1615842499' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "75078940-0793-44d5-a6aa-4480498bd47e"} : dispatch 2024-09-10T04:23:44.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:43 smithi047 bash[19880]: audit 2024-09-10T04:23:43.608438+0000 mon.smithi149 (mon.1) 8 : audit [INF] from='client.? 172.21.15.149:0/1615842499' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "75078940-0793-44d5-a6aa-4480498bd47e"} : dispatch 2024-09-10T04:23:44.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:43 smithi047 bash[19880]: audit 2024-09-10T04:23:43.609684+0000 mon.smithi047 (mon.0) 412 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "75078940-0793-44d5-a6aa-4480498bd47e"} : dispatch 2024-09-10T04:23:44.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:43 smithi047 bash[19880]: audit 2024-09-10T04:23:43.609684+0000 mon.smithi047 (mon.0) 412 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "75078940-0793-44d5-a6aa-4480498bd47e"} : dispatch 2024-09-10T04:23:44.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:43 smithi047 bash[19880]: audit 2024-09-10T04:23:43.613190+0000 mon.smithi047 (mon.0) 413 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "75078940-0793-44d5-a6aa-4480498bd47e"}]': finished 2024-09-10T04:23:44.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:43 smithi047 bash[19880]: audit 2024-09-10T04:23:43.613190+0000 mon.smithi047 (mon.0) 413 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "75078940-0793-44d5-a6aa-4480498bd47e"}]': finished 2024-09-10T04:23:44.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:43 smithi047 bash[19880]: cluster 2024-09-10T04:23:43.618070+0000 mon.smithi047 (mon.0) 414 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-09-10T04:23:44.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:43 smithi047 bash[19880]: cluster 2024-09-10T04:23:43.618070+0000 mon.smithi047 (mon.0) 414 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-09-10T04:23:44.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:43 smithi047 bash[19880]: audit 2024-09-10T04:23:43.618555+0000 mon.smithi047 (mon.0) 415 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T04:23:44.375 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:43 smithi047 bash[19880]: audit 2024-09-10T04:23:43.618555+0000 mon.smithi047 (mon.0) 415 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T04:23:44.375 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:43 smithi047 bash[19880]: audit 2024-09-10T04:23:43.619003+0000 mon.smithi047 (mon.0) 416 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T04:23:44.375 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:43 smithi047 bash[19880]: audit 2024-09-10T04:23:43.619003+0000 mon.smithi047 (mon.0) 416 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T04:23:44.375 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:43 smithi047 bash[19880]: audit 2024-09-10T04:23:43.619404+0000 mon.smithi047 (mon.0) 417 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T04:23:44.375 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:43 smithi047 bash[19880]: audit 2024-09-10T04:23:43.619404+0000 mon.smithi047 (mon.0) 417 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T04:23:44.375 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:43 smithi047 bash[19880]: audit 2024-09-10T04:23:43.619714+0000 mon.smithi047 (mon.0) 418 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-10T04:23:44.375 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:43 smithi047 bash[19880]: audit 2024-09-10T04:23:43.619714+0000 mon.smithi047 (mon.0) 418 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-10T04:23:44.375 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:43 smithi047 bash[19880]: audit 2024-09-10T04:23:43.620091+0000 mon.smithi047 (mon.0) 419 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-10T04:23:44.375 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:43 smithi047 bash[19880]: audit 2024-09-10T04:23:43.620091+0000 mon.smithi047 (mon.0) 419 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-10T04:23:44.375 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:43 smithi047 bash[19880]: audit 2024-09-10T04:23:43.620400+0000 mon.smithi047 (mon.0) 420 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-10T04:23:44.375 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:43 smithi047 bash[19880]: audit 2024-09-10T04:23:43.620400+0000 mon.smithi047 (mon.0) 420 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-10T04:23:44.375 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:43 smithi047 bash[19880]: audit 2024-09-10T04:23:43.620768+0000 mon.smithi047 (mon.0) 421 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-10T04:23:44.375 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:43 smithi047 bash[19880]: audit 2024-09-10T04:23:43.620768+0000 mon.smithi047 (mon.0) 421 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-10T04:23:44.952 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b165ca24-6f2b-11ef-bcea-c7b262605968 -- ceph osd stat -f json 2024-09-10T04:23:45.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:44 smithi149 bash[25108]: cluster 2024-09-10T04:23:43.680525+0000 mgr.smithi047.jescqm (mgr.14203) 99 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:23:45.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:44 smithi149 bash[25108]: cluster 2024-09-10T04:23:43.680525+0000 mgr.smithi047.jescqm (mgr.14203) 99 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:23:45.283 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:44 smithi047 bash[19880]: cluster 2024-09-10T04:23:43.680525+0000 mgr.smithi047.jescqm (mgr.14203) 99 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:23:45.283 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:44 smithi047 bash[19880]: cluster 2024-09-10T04:23:43.680525+0000 mgr.smithi047.jescqm (mgr.14203) 99 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:23:46.124 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:45 smithi047 bash[19880]: audit 2024-09-10T04:23:45.130099+0000 mon.smithi047 (mon.0) 422 : audit [INF] from='client.? 172.21.15.47:0/1206554530' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "beb72a81-207b-4177-8688-dea9992dd421"} : dispatch 2024-09-10T04:23:46.124 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:45 smithi047 bash[19880]: audit 2024-09-10T04:23:45.130099+0000 mon.smithi047 (mon.0) 422 : audit [INF] from='client.? 172.21.15.47:0/1206554530' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "beb72a81-207b-4177-8688-dea9992dd421"} : dispatch 2024-09-10T04:23:46.124 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:45 smithi047 bash[19880]: audit 2024-09-10T04:23:45.132254+0000 mon.smithi047 (mon.0) 423 : audit [INF] from='client.? 172.21.15.47:0/1206554530' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "beb72a81-207b-4177-8688-dea9992dd421"}]': finished 2024-09-10T04:23:46.124 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:45 smithi047 bash[19880]: audit 2024-09-10T04:23:45.132254+0000 mon.smithi047 (mon.0) 423 : audit [INF] from='client.? 172.21.15.47:0/1206554530' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "beb72a81-207b-4177-8688-dea9992dd421"}]': finished 2024-09-10T04:23:46.124 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:45 smithi047 bash[19880]: cluster 2024-09-10T04:23:45.134732+0000 mon.smithi047 (mon.0) 424 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-09-10T04:23:46.124 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:45 smithi047 bash[19880]: cluster 2024-09-10T04:23:45.134732+0000 mon.smithi047 (mon.0) 424 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-09-10T04:23:46.124 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:45 smithi047 bash[19880]: audit 2024-09-10T04:23:45.134908+0000 mon.smithi047 (mon.0) 425 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T04:23:46.125 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:45 smithi047 bash[19880]: audit 2024-09-10T04:23:45.134908+0000 mon.smithi047 (mon.0) 425 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T04:23:46.125 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:45 smithi047 bash[19880]: audit 2024-09-10T04:23:45.135056+0000 mon.smithi047 (mon.0) 426 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T04:23:46.125 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:45 smithi047 bash[19880]: audit 2024-09-10T04:23:45.135056+0000 mon.smithi047 (mon.0) 426 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T04:23:46.125 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:45 smithi047 bash[19880]: audit 2024-09-10T04:23:45.135199+0000 mon.smithi047 (mon.0) 427 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T04:23:46.125 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:45 smithi047 bash[19880]: audit 2024-09-10T04:23:45.135199+0000 mon.smithi047 (mon.0) 427 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T04:23:46.125 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:45 smithi047 bash[19880]: audit 2024-09-10T04:23:45.135447+0000 mon.smithi047 (mon.0) 428 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-10T04:23:46.125 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:45 smithi047 bash[19880]: audit 2024-09-10T04:23:45.135447+0000 mon.smithi047 (mon.0) 428 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-10T04:23:46.125 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:45 smithi047 bash[19880]: audit 2024-09-10T04:23:45.135592+0000 mon.smithi047 (mon.0) 429 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-10T04:23:46.125 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:45 smithi047 bash[19880]: audit 2024-09-10T04:23:45.135592+0000 mon.smithi047 (mon.0) 429 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-10T04:23:46.125 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:45 smithi047 bash[19880]: audit 2024-09-10T04:23:45.135756+0000 mon.smithi047 (mon.0) 430 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-10T04:23:46.125 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:45 smithi047 bash[19880]: audit 2024-09-10T04:23:45.135756+0000 mon.smithi047 (mon.0) 430 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-10T04:23:46.125 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:45 smithi047 bash[19880]: audit 2024-09-10T04:23:45.135937+0000 mon.smithi047 (mon.0) 431 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-10T04:23:46.125 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:45 smithi047 bash[19880]: audit 2024-09-10T04:23:45.135937+0000 mon.smithi047 (mon.0) 431 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-10T04:23:46.126 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:45 smithi047 bash[19880]: audit 2024-09-10T04:23:45.136114+0000 mon.smithi047 (mon.0) 432 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-10T04:23:46.126 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:45 smithi047 bash[19880]: audit 2024-09-10T04:23:45.136114+0000 mon.smithi047 (mon.0) 432 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-10T04:23:46.126 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:45 smithi047 bash[19880]: audit 2024-09-10T04:23:45.281196+0000 mon.smithi149 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.149:0/3007145647' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-10T04:23:46.126 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:45 smithi047 bash[19880]: audit 2024-09-10T04:23:45.281196+0000 mon.smithi149 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.149:0/3007145647' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-10T04:23:46.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:45 smithi149 bash[25108]: audit 2024-09-10T04:23:45.130099+0000 mon.smithi047 (mon.0) 422 : audit [INF] from='client.? 172.21.15.47:0/1206554530' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "beb72a81-207b-4177-8688-dea9992dd421"} : dispatch 2024-09-10T04:23:46.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:45 smithi149 bash[25108]: audit 2024-09-10T04:23:45.130099+0000 mon.smithi047 (mon.0) 422 : audit [INF] from='client.? 172.21.15.47:0/1206554530' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "beb72a81-207b-4177-8688-dea9992dd421"} : dispatch 2024-09-10T04:23:46.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:45 smithi149 bash[25108]: audit 2024-09-10T04:23:45.132254+0000 mon.smithi047 (mon.0) 423 : audit [INF] from='client.? 172.21.15.47:0/1206554530' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "beb72a81-207b-4177-8688-dea9992dd421"}]': finished 2024-09-10T04:23:46.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:45 smithi149 bash[25108]: audit 2024-09-10T04:23:45.132254+0000 mon.smithi047 (mon.0) 423 : audit [INF] from='client.? 172.21.15.47:0/1206554530' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "beb72a81-207b-4177-8688-dea9992dd421"}]': finished 2024-09-10T04:23:46.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:45 smithi149 bash[25108]: cluster 2024-09-10T04:23:45.134732+0000 mon.smithi047 (mon.0) 424 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-09-10T04:23:46.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:45 smithi149 bash[25108]: cluster 2024-09-10T04:23:45.134732+0000 mon.smithi047 (mon.0) 424 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-09-10T04:23:46.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:45 smithi149 bash[25108]: audit 2024-09-10T04:23:45.134908+0000 mon.smithi047 (mon.0) 425 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T04:23:46.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:45 smithi149 bash[25108]: audit 2024-09-10T04:23:45.134908+0000 mon.smithi047 (mon.0) 425 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T04:23:46.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:45 smithi149 bash[25108]: audit 2024-09-10T04:23:45.135056+0000 mon.smithi047 (mon.0) 426 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T04:23:46.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:45 smithi149 bash[25108]: audit 2024-09-10T04:23:45.135056+0000 mon.smithi047 (mon.0) 426 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T04:23:46.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:45 smithi149 bash[25108]: audit 2024-09-10T04:23:45.135199+0000 mon.smithi047 (mon.0) 427 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T04:23:46.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:45 smithi149 bash[25108]: audit 2024-09-10T04:23:45.135199+0000 mon.smithi047 (mon.0) 427 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T04:23:46.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:45 smithi149 bash[25108]: audit 2024-09-10T04:23:45.135447+0000 mon.smithi047 (mon.0) 428 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-10T04:23:46.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:45 smithi149 bash[25108]: audit 2024-09-10T04:23:45.135447+0000 mon.smithi047 (mon.0) 428 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-10T04:23:46.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:45 smithi149 bash[25108]: audit 2024-09-10T04:23:45.135592+0000 mon.smithi047 (mon.0) 429 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-10T04:23:46.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:45 smithi149 bash[25108]: audit 2024-09-10T04:23:45.135592+0000 mon.smithi047 (mon.0) 429 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-10T04:23:46.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:45 smithi149 bash[25108]: audit 2024-09-10T04:23:45.135756+0000 mon.smithi047 (mon.0) 430 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-10T04:23:46.186 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:45 smithi149 bash[25108]: audit 2024-09-10T04:23:45.135756+0000 mon.smithi047 (mon.0) 430 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-10T04:23:46.186 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:45 smithi149 bash[25108]: audit 2024-09-10T04:23:45.135937+0000 mon.smithi047 (mon.0) 431 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-10T04:23:46.186 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:45 smithi149 bash[25108]: audit 2024-09-10T04:23:45.135937+0000 mon.smithi047 (mon.0) 431 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-10T04:23:46.186 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:45 smithi149 bash[25108]: audit 2024-09-10T04:23:45.136114+0000 mon.smithi047 (mon.0) 432 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-10T04:23:46.186 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:45 smithi149 bash[25108]: audit 2024-09-10T04:23:45.136114+0000 mon.smithi047 (mon.0) 432 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-10T04:23:46.186 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:45 smithi149 bash[25108]: audit 2024-09-10T04:23:45.281196+0000 mon.smithi149 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.149:0/3007145647' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-10T04:23:46.186 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:45 smithi149 bash[25108]: audit 2024-09-10T04:23:45.281196+0000 mon.smithi149 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.149:0/3007145647' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-10T04:23:47.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:47 smithi149 bash[25108]: cluster 2024-09-10T04:23:45.680963+0000 mgr.smithi047.jescqm (mgr.14203) 100 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:23:47.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:47 smithi149 bash[25108]: cluster 2024-09-10T04:23:45.680963+0000 mgr.smithi047.jescqm (mgr.14203) 100 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:23:47.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:47 smithi149 bash[25108]: audit 2024-09-10T04:23:46.580051+0000 mon.smithi047 (mon.0) 433 : audit [DBG] from='client.? 172.21.15.47:0/3530621479' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-10T04:23:47.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:47 smithi149 bash[25108]: audit 2024-09-10T04:23:46.580051+0000 mon.smithi047 (mon.0) 433 : audit [DBG] from='client.? 172.21.15.47:0/3530621479' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-10T04:23:47.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:47 smithi047 bash[19880]: cluster 2024-09-10T04:23:45.680963+0000 mgr.smithi047.jescqm (mgr.14203) 100 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:23:47.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:47 smithi047 bash[19880]: cluster 2024-09-10T04:23:45.680963+0000 mgr.smithi047.jescqm (mgr.14203) 100 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:23:47.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:47 smithi047 bash[19880]: audit 2024-09-10T04:23:46.580051+0000 mon.smithi047 (mon.0) 433 : audit [DBG] from='client.? 172.21.15.47:0/3530621479' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-10T04:23:47.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:47 smithi047 bash[19880]: audit 2024-09-10T04:23:46.580051+0000 mon.smithi047 (mon.0) 433 : audit [DBG] from='client.? 172.21.15.47:0/3530621479' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-10T04:23:49.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:49 smithi149 bash[25108]: cluster 2024-09-10T04:23:47.681420+0000 mgr.smithi047.jescqm (mgr.14203) 101 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:23:49.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:49 smithi149 bash[25108]: cluster 2024-09-10T04:23:47.681420+0000 mgr.smithi047.jescqm (mgr.14203) 101 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:23:49.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:49 smithi149 bash[25108]: audit 2024-09-10T04:23:49.127208+0000 mon.smithi047 (mon.0) 434 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:23:49.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:49 smithi149 bash[25108]: audit 2024-09-10T04:23:49.127208+0000 mon.smithi047 (mon.0) 434 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:23:49.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:49 smithi047 bash[19880]: cluster 2024-09-10T04:23:47.681420+0000 mgr.smithi047.jescqm (mgr.14203) 101 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:23:49.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:49 smithi047 bash[19880]: cluster 2024-09-10T04:23:47.681420+0000 mgr.smithi047.jescqm (mgr.14203) 101 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:23:49.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:49 smithi047 bash[19880]: audit 2024-09-10T04:23:49.127208+0000 mon.smithi047 (mon.0) 434 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:23:49.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:49 smithi047 bash[19880]: audit 2024-09-10T04:23:49.127208+0000 mon.smithi047 (mon.0) 434 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:23:49.732 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/mon.smithi047/config 2024-09-10T04:23:51.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:51 smithi149 bash[25108]: cluster 2024-09-10T04:23:49.681864+0000 mgr.smithi047.jescqm (mgr.14203) 102 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:23:51.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:51 smithi149 bash[25108]: cluster 2024-09-10T04:23:49.681864+0000 mgr.smithi047.jescqm (mgr.14203) 102 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:23:51.502 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-09-10T04:23:51.514 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:51 smithi047 bash[19880]: cluster 2024-09-10T04:23:49.681864+0000 mgr.smithi047.jescqm (mgr.14203) 102 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:23:51.515 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:51 smithi047 bash[19880]: cluster 2024-09-10T04:23:49.681864+0000 mgr.smithi047.jescqm (mgr.14203) 102 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:23:52.121 INFO:teuthology.orchestra.run.smithi047.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1725942225,"num_remapped_pgs":0} 2024-09-10T04:23:52.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:52 smithi047 bash[19880]: audit 2024-09-10T04:23:51.502258+0000 mon.smithi047 (mon.0) 435 : audit [DBG] from='client.? 172.21.15.47:0/3624860197' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-10T04:23:52.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:52 smithi047 bash[19880]: audit 2024-09-10T04:23:51.502258+0000 mon.smithi047 (mon.0) 435 : audit [DBG] from='client.? 172.21.15.47:0/3624860197' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-10T04:23:52.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:52 smithi149 bash[25108]: audit 2024-09-10T04:23:51.502258+0000 mon.smithi047 (mon.0) 435 : audit [DBG] from='client.? 172.21.15.47:0/3624860197' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-10T04:23:52.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:52 smithi149 bash[25108]: audit 2024-09-10T04:23:51.502258+0000 mon.smithi047 (mon.0) 435 : audit [DBG] from='client.? 172.21.15.47:0/3624860197' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-10T04:23:53.123 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b165ca24-6f2b-11ef-bcea-c7b262605968 -- ceph osd stat -f json 2024-09-10T04:23:53.409 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:53 smithi047 bash[19880]: cluster 2024-09-10T04:23:51.682274+0000 mgr.smithi047.jescqm (mgr.14203) 103 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:23:53.409 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:53 smithi047 bash[19880]: cluster 2024-09-10T04:23:51.682274+0000 mgr.smithi047.jescqm (mgr.14203) 103 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:23:53.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:53 smithi149 bash[25108]: cluster 2024-09-10T04:23:51.682274+0000 mgr.smithi047.jescqm (mgr.14203) 103 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:23:53.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:53 smithi149 bash[25108]: cluster 2024-09-10T04:23:51.682274+0000 mgr.smithi047.jescqm (mgr.14203) 103 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:23:55.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:55 smithi149 bash[25108]: cluster 2024-09-10T04:23:53.682625+0000 mgr.smithi047.jescqm (mgr.14203) 104 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:23:55.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:55 smithi149 bash[25108]: cluster 2024-09-10T04:23:53.682625+0000 mgr.smithi047.jescqm (mgr.14203) 104 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:23:55.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:55 smithi047 bash[19880]: cluster 2024-09-10T04:23:53.682625+0000 mgr.smithi047.jescqm (mgr.14203) 104 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:23:55.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:55 smithi047 bash[19880]: cluster 2024-09-10T04:23:53.682625+0000 mgr.smithi047.jescqm (mgr.14203) 104 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:23:57.250 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/mon.smithi047/config 2024-09-10T04:23:57.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:57 smithi149 bash[25108]: cluster 2024-09-10T04:23:55.683071+0000 mgr.smithi047.jescqm (mgr.14203) 105 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:23:57.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:57 smithi149 bash[25108]: cluster 2024-09-10T04:23:55.683071+0000 mgr.smithi047.jescqm (mgr.14203) 105 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:23:57.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:57 smithi047 bash[19880]: cluster 2024-09-10T04:23:55.683071+0000 mgr.smithi047.jescqm (mgr.14203) 105 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:23:57.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:57 smithi047 bash[19880]: cluster 2024-09-10T04:23:55.683071+0000 mgr.smithi047.jescqm (mgr.14203) 105 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:23:59.179 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-09-10T04:23:59.428 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:59 smithi047 bash[19880]: cluster 2024-09-10T04:23:57.683538+0000 mgr.smithi047.jescqm (mgr.14203) 106 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:23:59.428 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:59 smithi047 bash[19880]: cluster 2024-09-10T04:23:57.683538+0000 mgr.smithi047.jescqm (mgr.14203) 106 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:23:59.429 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:59 smithi047 bash[19880]: audit 2024-09-10T04:23:58.271514+0000 mon.smithi047 (mon.0) 436 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-10T04:23:59.429 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:59 smithi047 bash[19880]: audit 2024-09-10T04:23:58.271514+0000 mon.smithi047 (mon.0) 436 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-10T04:23:59.429 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:59 smithi047 bash[19880]: audit 2024-09-10T04:23:58.272623+0000 mon.smithi047 (mon.0) 437 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:23:59.429 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:23:59 smithi047 bash[19880]: audit 2024-09-10T04:23:58.272623+0000 mon.smithi047 (mon.0) 437 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:23:59.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:59 smithi149 bash[25108]: cluster 2024-09-10T04:23:57.683538+0000 mgr.smithi047.jescqm (mgr.14203) 106 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:23:59.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:59 smithi149 bash[25108]: cluster 2024-09-10T04:23:57.683538+0000 mgr.smithi047.jescqm (mgr.14203) 106 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:23:59.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:59 smithi149 bash[25108]: audit 2024-09-10T04:23:58.271514+0000 mon.smithi047 (mon.0) 436 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-10T04:23:59.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:59 smithi149 bash[25108]: audit 2024-09-10T04:23:58.271514+0000 mon.smithi047 (mon.0) 436 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-10T04:23:59.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:59 smithi149 bash[25108]: audit 2024-09-10T04:23:58.272623+0000 mon.smithi047 (mon.0) 437 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:23:59.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:23:59 smithi149 bash[25108]: audit 2024-09-10T04:23:58.272623+0000 mon.smithi047 (mon.0) 437 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:23:59.810 INFO:teuthology.orchestra.run.smithi047.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1725942225,"num_remapped_pgs":0} 2024-09-10T04:24:00.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:00 smithi149 bash[25108]: cephadm 2024-09-10T04:23:58.273756+0000 mgr.smithi047.jescqm (mgr.14203) 107 : cephadm [INF] Deploying daemon osd.0 on smithi149 2024-09-10T04:24:00.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:00 smithi149 bash[25108]: cephadm 2024-09-10T04:23:58.273756+0000 mgr.smithi047.jescqm (mgr.14203) 107 : cephadm [INF] Deploying daemon osd.0 on smithi149 2024-09-10T04:24:00.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:00 smithi149 bash[25108]: audit 2024-09-10T04:23:59.178794+0000 mon.smithi047 (mon.0) 438 : audit [DBG] from='client.? 172.21.15.47:0/1424060356' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-10T04:24:00.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:00 smithi149 bash[25108]: audit 2024-09-10T04:23:59.178794+0000 mon.smithi047 (mon.0) 438 : audit [DBG] from='client.? 172.21.15.47:0/1424060356' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-10T04:24:00.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:00 smithi047 bash[19880]: cephadm 2024-09-10T04:23:58.273756+0000 mgr.smithi047.jescqm (mgr.14203) 107 : cephadm [INF] Deploying daemon osd.0 on smithi149 2024-09-10T04:24:00.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:00 smithi047 bash[19880]: cephadm 2024-09-10T04:23:58.273756+0000 mgr.smithi047.jescqm (mgr.14203) 107 : cephadm [INF] Deploying daemon osd.0 on smithi149 2024-09-10T04:24:00.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:00 smithi047 bash[19880]: audit 2024-09-10T04:23:59.178794+0000 mon.smithi047 (mon.0) 438 : audit [DBG] from='client.? 172.21.15.47:0/1424060356' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-10T04:24:00.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:00 smithi047 bash[19880]: audit 2024-09-10T04:23:59.178794+0000 mon.smithi047 (mon.0) 438 : audit [DBG] from='client.? 172.21.15.47:0/1424060356' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-10T04:24:00.811 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b165ca24-6f2b-11ef-bcea-c7b262605968 -- ceph osd stat -f json 2024-09-10T04:24:01.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:01 smithi149 bash[25108]: cluster 2024-09-10T04:23:59.684016+0000 mgr.smithi047.jescqm (mgr.14203) 108 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:24:01.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:01 smithi149 bash[25108]: cluster 2024-09-10T04:23:59.684016+0000 mgr.smithi047.jescqm (mgr.14203) 108 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:24:01.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:01 smithi149 bash[25108]: audit 2024-09-10T04:24:00.345540+0000 mon.smithi047 (mon.0) 439 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-10T04:24:01.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:01 smithi149 bash[25108]: audit 2024-09-10T04:24:00.345540+0000 mon.smithi047 (mon.0) 439 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-10T04:24:01.434 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:01 smithi149 bash[25108]: audit 2024-09-10T04:24:00.347239+0000 mon.smithi047 (mon.0) 440 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:24:01.434 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:01 smithi149 bash[25108]: audit 2024-09-10T04:24:00.347239+0000 mon.smithi047 (mon.0) 440 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:24:01.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:01 smithi047 bash[19880]: cluster 2024-09-10T04:23:59.684016+0000 mgr.smithi047.jescqm (mgr.14203) 108 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:24:01.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:01 smithi047 bash[19880]: cluster 2024-09-10T04:23:59.684016+0000 mgr.smithi047.jescqm (mgr.14203) 108 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:24:01.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:01 smithi047 bash[19880]: audit 2024-09-10T04:24:00.345540+0000 mon.smithi047 (mon.0) 439 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-10T04:24:01.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:01 smithi047 bash[19880]: audit 2024-09-10T04:24:00.345540+0000 mon.smithi047 (mon.0) 439 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-10T04:24:01.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:01 smithi047 bash[19880]: audit 2024-09-10T04:24:00.347239+0000 mon.smithi047 (mon.0) 440 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:24:01.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:01 smithi047 bash[19880]: audit 2024-09-10T04:24:00.347239+0000 mon.smithi047 (mon.0) 440 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:24:02.616 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:02 smithi149 bash[25108]: cephadm 2024-09-10T04:24:00.348889+0000 mgr.smithi047.jescqm (mgr.14203) 109 : cephadm [INF] Deploying daemon osd.1 on smithi047 2024-09-10T04:24:02.616 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:02 smithi149 bash[25108]: cephadm 2024-09-10T04:24:00.348889+0000 mgr.smithi047.jescqm (mgr.14203) 109 : cephadm [INF] Deploying daemon osd.1 on smithi047 2024-09-10T04:24:02.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:02 smithi047 bash[19880]: cephadm 2024-09-10T04:24:00.348889+0000 mgr.smithi047.jescqm (mgr.14203) 109 : cephadm [INF] Deploying daemon osd.1 on smithi047 2024-09-10T04:24:02.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:02 smithi047 bash[19880]: cephadm 2024-09-10T04:24:00.348889+0000 mgr.smithi047.jescqm (mgr.14203) 109 : cephadm [INF] Deploying daemon osd.1 on smithi047 2024-09-10T04:24:02.884 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:02 smithi149 systemd[1]: /etc/systemd/system/ceph-b165ca24-6f2b-11ef-bcea-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-10T04:24:03.150 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:03 smithi149 systemd[1]: /etc/systemd/system/ceph-b165ca24-6f2b-11ef-bcea-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-10T04:24:03.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:03 smithi149 bash[25108]: cluster 2024-09-10T04:24:01.684464+0000 mgr.smithi047.jescqm (mgr.14203) 110 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:24:03.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:03 smithi149 bash[25108]: cluster 2024-09-10T04:24:01.684464+0000 mgr.smithi047.jescqm (mgr.14203) 110 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:24:03.455 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:03 smithi047 bash[19880]: cluster 2024-09-10T04:24:01.684464+0000 mgr.smithi047.jescqm (mgr.14203) 110 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:24:03.456 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:03 smithi047 bash[19880]: cluster 2024-09-10T04:24:01.684464+0000 mgr.smithi047.jescqm (mgr.14203) 110 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:24:04.561 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:04 smithi047 bash[19880]: audit 2024-09-10T04:24:03.201425+0000 mon.smithi047 (mon.0) 441 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:04.561 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:04 smithi047 bash[19880]: audit 2024-09-10T04:24:03.201425+0000 mon.smithi047 (mon.0) 441 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:04.561 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:04 smithi047 bash[19880]: audit 2024-09-10T04:24:03.210238+0000 mon.smithi047 (mon.0) 442 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:04.561 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:04 smithi047 bash[19880]: audit 2024-09-10T04:24:03.210238+0000 mon.smithi047 (mon.0) 442 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:04.561 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:04 smithi047 bash[19880]: audit 2024-09-10T04:24:03.211945+0000 mon.smithi047 (mon.0) 443 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-10T04:24:04.562 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:04 smithi047 bash[19880]: audit 2024-09-10T04:24:03.211945+0000 mon.smithi047 (mon.0) 443 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-10T04:24:04.562 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:04 smithi047 bash[19880]: audit 2024-09-10T04:24:03.213673+0000 mon.smithi047 (mon.0) 444 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:24:04.562 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:04 smithi047 bash[19880]: audit 2024-09-10T04:24:03.213673+0000 mon.smithi047 (mon.0) 444 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:24:04.562 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:04 smithi047 bash[19880]: cephadm 2024-09-10T04:24:03.215188+0000 mgr.smithi047.jescqm (mgr.14203) 111 : cephadm [INF] Deploying daemon osd.2 on smithi149 2024-09-10T04:24:04.562 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:04 smithi047 bash[19880]: cephadm 2024-09-10T04:24:03.215188+0000 mgr.smithi047.jescqm (mgr.14203) 111 : cephadm [INF] Deploying daemon osd.2 on smithi149 2024-09-10T04:24:04.562 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:04 smithi047 bash[19880]: audit 2024-09-10T04:24:04.127544+0000 mon.smithi047 (mon.0) 445 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:24:04.562 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:04 smithi047 bash[19880]: audit 2024-09-10T04:24:04.127544+0000 mon.smithi047 (mon.0) 445 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:24:04.683 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:04 smithi149 bash[25108]: audit 2024-09-10T04:24:03.201425+0000 mon.smithi047 (mon.0) 441 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:04.684 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:04 smithi149 bash[25108]: audit 2024-09-10T04:24:03.201425+0000 mon.smithi047 (mon.0) 441 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:04.684 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:04 smithi149 bash[25108]: audit 2024-09-10T04:24:03.210238+0000 mon.smithi047 (mon.0) 442 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:04.684 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:04 smithi149 bash[25108]: audit 2024-09-10T04:24:03.210238+0000 mon.smithi047 (mon.0) 442 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:04.684 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:04 smithi149 bash[25108]: audit 2024-09-10T04:24:03.211945+0000 mon.smithi047 (mon.0) 443 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-10T04:24:04.684 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:04 smithi149 bash[25108]: audit 2024-09-10T04:24:03.211945+0000 mon.smithi047 (mon.0) 443 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-10T04:24:04.684 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:04 smithi149 bash[25108]: audit 2024-09-10T04:24:03.213673+0000 mon.smithi047 (mon.0) 444 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:24:04.684 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:04 smithi149 bash[25108]: audit 2024-09-10T04:24:03.213673+0000 mon.smithi047 (mon.0) 444 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:24:04.684 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:04 smithi149 bash[25108]: cephadm 2024-09-10T04:24:03.215188+0000 mgr.smithi047.jescqm (mgr.14203) 111 : cephadm [INF] Deploying daemon osd.2 on smithi149 2024-09-10T04:24:04.684 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:04 smithi149 bash[25108]: cephadm 2024-09-10T04:24:03.215188+0000 mgr.smithi047.jescqm (mgr.14203) 111 : cephadm [INF] Deploying daemon osd.2 on smithi149 2024-09-10T04:24:04.684 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:04 smithi149 bash[25108]: audit 2024-09-10T04:24:04.127544+0000 mon.smithi047 (mon.0) 445 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:24:04.684 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:04 smithi149 bash[25108]: audit 2024-09-10T04:24:04.127544+0000 mon.smithi047 (mon.0) 445 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:24:04.827 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:04 smithi047 systemd[1]: /etc/systemd/system/ceph-b165ca24-6f2b-11ef-bcea-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-10T04:24:05.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:04 smithi047 systemd[1]: /etc/systemd/system/ceph-b165ca24-6f2b-11ef-bcea-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-10T04:24:05.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:05 smithi149 bash[25108]: cluster 2024-09-10T04:24:03.684865+0000 mgr.smithi047.jescqm (mgr.14203) 112 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:24:05.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:05 smithi149 bash[25108]: cluster 2024-09-10T04:24:03.684865+0000 mgr.smithi047.jescqm (mgr.14203) 112 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:24:05.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:05 smithi149 bash[25108]: audit 2024-09-10T04:24:05.000298+0000 mon.smithi047 (mon.0) 446 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:05.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:05 smithi149 bash[25108]: audit 2024-09-10T04:24:05.000298+0000 mon.smithi047 (mon.0) 446 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:05.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:05 smithi149 bash[25108]: audit 2024-09-10T04:24:05.004386+0000 mon.smithi047 (mon.0) 447 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:05.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:05 smithi149 bash[25108]: audit 2024-09-10T04:24:05.004386+0000 mon.smithi047 (mon.0) 447 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:05.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:05 smithi149 bash[25108]: audit 2024-09-10T04:24:05.005218+0000 mon.smithi047 (mon.0) 448 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "osd.3"} : dispatch 2024-09-10T04:24:05.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:05 smithi149 bash[25108]: audit 2024-09-10T04:24:05.005218+0000 mon.smithi047 (mon.0) 448 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "osd.3"} : dispatch 2024-09-10T04:24:05.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:05 smithi149 bash[25108]: audit 2024-09-10T04:24:05.005982+0000 mon.smithi047 (mon.0) 449 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:24:05.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:05 smithi149 bash[25108]: audit 2024-09-10T04:24:05.005982+0000 mon.smithi047 (mon.0) 449 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:24:05.475 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:05 smithi047 bash[19880]: cluster 2024-09-10T04:24:03.684865+0000 mgr.smithi047.jescqm (mgr.14203) 112 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:24:05.475 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:05 smithi047 bash[19880]: cluster 2024-09-10T04:24:03.684865+0000 mgr.smithi047.jescqm (mgr.14203) 112 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:24:05.475 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:05 smithi047 bash[19880]: audit 2024-09-10T04:24:05.000298+0000 mon.smithi047 (mon.0) 446 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:05.475 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:05 smithi047 bash[19880]: audit 2024-09-10T04:24:05.000298+0000 mon.smithi047 (mon.0) 446 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:05.475 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:05 smithi047 bash[19880]: audit 2024-09-10T04:24:05.004386+0000 mon.smithi047 (mon.0) 447 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:05.475 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:05 smithi047 bash[19880]: audit 2024-09-10T04:24:05.004386+0000 mon.smithi047 (mon.0) 447 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:05.475 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:05 smithi047 bash[19880]: audit 2024-09-10T04:24:05.005218+0000 mon.smithi047 (mon.0) 448 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "osd.3"} : dispatch 2024-09-10T04:24:05.475 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:05 smithi047 bash[19880]: audit 2024-09-10T04:24:05.005218+0000 mon.smithi047 (mon.0) 448 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "osd.3"} : dispatch 2024-09-10T04:24:05.475 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:05 smithi047 bash[19880]: audit 2024-09-10T04:24:05.005982+0000 mon.smithi047 (mon.0) 449 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:24:05.476 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:05 smithi047 bash[19880]: audit 2024-09-10T04:24:05.005982+0000 mon.smithi047 (mon.0) 449 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:24:05.728 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/mon.smithi047/config 2024-09-10T04:24:06.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:06 smithi149 bash[25108]: cephadm 2024-09-10T04:24:05.006648+0000 mgr.smithi047.jescqm (mgr.14203) 113 : cephadm [INF] Deploying daemon osd.3 on smithi047 2024-09-10T04:24:06.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:06 smithi149 bash[25108]: cephadm 2024-09-10T04:24:05.006648+0000 mgr.smithi047.jescqm (mgr.14203) 113 : cephadm [INF] Deploying daemon osd.3 on smithi047 2024-09-10T04:24:06.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:06 smithi047 bash[19880]: cephadm 2024-09-10T04:24:05.006648+0000 mgr.smithi047.jescqm (mgr.14203) 113 : cephadm [INF] Deploying daemon osd.3 on smithi047 2024-09-10T04:24:06.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:06 smithi047 bash[19880]: cephadm 2024-09-10T04:24:05.006648+0000 mgr.smithi047.jescqm (mgr.14203) 113 : cephadm [INF] Deploying daemon osd.3 on smithi047 2024-09-10T04:24:07.351 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:07 smithi047 bash[19880]: cluster 2024-09-10T04:24:05.685300+0000 mgr.smithi047.jescqm (mgr.14203) 114 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:24:07.351 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:07 smithi047 bash[19880]: cluster 2024-09-10T04:24:05.685300+0000 mgr.smithi047.jescqm (mgr.14203) 114 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:24:07.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:07 smithi149 bash[25108]: cluster 2024-09-10T04:24:05.685300+0000 mgr.smithi047.jescqm (mgr.14203) 114 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:24:07.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:07 smithi149 bash[25108]: cluster 2024-09-10T04:24:05.685300+0000 mgr.smithi047.jescqm (mgr.14203) 114 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:24:07.791 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-09-10T04:24:08.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:07 smithi149 systemd[1]: /etc/systemd/system/ceph-b165ca24-6f2b-11ef-bcea-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-10T04:24:08.505 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:08 smithi149 systemd[1]: /etc/systemd/system/ceph-b165ca24-6f2b-11ef-bcea-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-10T04:24:08.505 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:08 smithi149 bash[25108]: audit 2024-09-10T04:24:07.790924+0000 mon.smithi047 (mon.0) 450 : audit [DBG] from='client.? 172.21.15.47:0/1448233743' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-10T04:24:08.505 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:08 smithi149 bash[25108]: audit 2024-09-10T04:24:07.790924+0000 mon.smithi047 (mon.0) 450 : audit [DBG] from='client.? 172.21.15.47:0/1448233743' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-10T04:24:08.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:08 smithi047 bash[19880]: audit 2024-09-10T04:24:07.790924+0000 mon.smithi047 (mon.0) 450 : audit [DBG] from='client.? 172.21.15.47:0/1448233743' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-10T04:24:08.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:08 smithi047 bash[19880]: audit 2024-09-10T04:24:07.790924+0000 mon.smithi047 (mon.0) 450 : audit [DBG] from='client.? 172.21.15.47:0/1448233743' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-10T04:24:08.858 INFO:teuthology.orchestra.run.smithi047.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1725942225,"num_remapped_pgs":0} 2024-09-10T04:24:09.605 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:09 smithi047 bash[19880]: cluster 2024-09-10T04:24:07.685609+0000 mgr.smithi047.jescqm (mgr.14203) 115 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:24:09.606 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:09 smithi047 bash[19880]: cluster 2024-09-10T04:24:07.685609+0000 mgr.smithi047.jescqm (mgr.14203) 115 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:24:09.606 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:09 smithi047 bash[19880]: audit 2024-09-10T04:24:08.386069+0000 mon.smithi047 (mon.0) 451 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:09.606 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:09 smithi047 bash[19880]: audit 2024-09-10T04:24:08.386069+0000 mon.smithi047 (mon.0) 451 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:09.606 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:09 smithi047 bash[19880]: audit 2024-09-10T04:24:08.391670+0000 mon.smithi047 (mon.0) 452 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:09.606 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:09 smithi047 bash[19880]: audit 2024-09-10T04:24:08.391670+0000 mon.smithi047 (mon.0) 452 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:09.606 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:09 smithi047 bash[19880]: audit 2024-09-10T04:24:08.392655+0000 mon.smithi047 (mon.0) 453 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "osd.4"} : dispatch 2024-09-10T04:24:09.606 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:09 smithi047 bash[19880]: audit 2024-09-10T04:24:08.392655+0000 mon.smithi047 (mon.0) 453 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "osd.4"} : dispatch 2024-09-10T04:24:09.606 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:09 smithi047 bash[19880]: audit 2024-09-10T04:24:08.393841+0000 mon.smithi047 (mon.0) 454 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:24:09.606 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:09 smithi047 bash[19880]: audit 2024-09-10T04:24:08.393841+0000 mon.smithi047 (mon.0) 454 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:24:09.683 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:09 smithi149 bash[25108]: cluster 2024-09-10T04:24:07.685609+0000 mgr.smithi047.jescqm (mgr.14203) 115 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:24:09.683 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:09 smithi149 bash[25108]: cluster 2024-09-10T04:24:07.685609+0000 mgr.smithi047.jescqm (mgr.14203) 115 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:24:09.683 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:09 smithi149 bash[25108]: audit 2024-09-10T04:24:08.386069+0000 mon.smithi047 (mon.0) 451 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:09.683 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:09 smithi149 bash[25108]: audit 2024-09-10T04:24:08.386069+0000 mon.smithi047 (mon.0) 451 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:09.683 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:09 smithi149 bash[25108]: audit 2024-09-10T04:24:08.391670+0000 mon.smithi047 (mon.0) 452 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:09.684 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:09 smithi149 bash[25108]: audit 2024-09-10T04:24:08.391670+0000 mon.smithi047 (mon.0) 452 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:09.684 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:09 smithi149 bash[25108]: audit 2024-09-10T04:24:08.392655+0000 mon.smithi047 (mon.0) 453 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "osd.4"} : dispatch 2024-09-10T04:24:09.684 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:09 smithi149 bash[25108]: audit 2024-09-10T04:24:08.392655+0000 mon.smithi047 (mon.0) 453 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "osd.4"} : dispatch 2024-09-10T04:24:09.684 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:09 smithi149 bash[25108]: audit 2024-09-10T04:24:08.393841+0000 mon.smithi047 (mon.0) 454 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:24:09.684 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:09 smithi149 bash[25108]: audit 2024-09-10T04:24:08.393841+0000 mon.smithi047 (mon.0) 454 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:24:09.859 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b165ca24-6f2b-11ef-bcea-c7b262605968 -- ceph osd stat -f json 2024-09-10T04:24:10.475 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:10 smithi047 bash[19880]: cephadm 2024-09-10T04:24:08.395036+0000 mgr.smithi047.jescqm (mgr.14203) 116 : cephadm [INF] Deploying daemon osd.4 on smithi149 2024-09-10T04:24:10.476 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:10 smithi047 bash[19880]: cephadm 2024-09-10T04:24:08.395036+0000 mgr.smithi047.jescqm (mgr.14203) 116 : cephadm [INF] Deploying daemon osd.4 on smithi149 2024-09-10T04:24:10.683 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:10 smithi149 bash[25108]: cephadm 2024-09-10T04:24:08.395036+0000 mgr.smithi047.jescqm (mgr.14203) 116 : cephadm [INF] Deploying daemon osd.4 on smithi149 2024-09-10T04:24:10.683 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:10 smithi149 bash[25108]: cephadm 2024-09-10T04:24:08.395036+0000 mgr.smithi047.jescqm (mgr.14203) 116 : cephadm [INF] Deploying daemon osd.4 on smithi149 2024-09-10T04:24:10.770 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:10 smithi047 systemd[1]: /etc/systemd/system/ceph-b165ca24-6f2b-11ef-bcea-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-10T04:24:11.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:10 smithi047 systemd[1]: /etc/systemd/system/ceph-b165ca24-6f2b-11ef-bcea-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-10T04:24:11.331 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:11 smithi149 bash[25108]: cluster 2024-09-10T04:24:09.685851+0000 mgr.smithi047.jescqm (mgr.14203) 117 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:24:11.332 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:11 smithi149 bash[25108]: cluster 2024-09-10T04:24:09.685851+0000 mgr.smithi047.jescqm (mgr.14203) 117 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:24:11.332 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:11 smithi149 bash[25108]: audit 2024-09-10T04:24:10.939541+0000 mon.smithi047 (mon.0) 455 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:11.332 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:11 smithi149 bash[25108]: audit 2024-09-10T04:24:10.939541+0000 mon.smithi047 (mon.0) 455 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:11.332 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:11 smithi149 bash[25108]: audit 2024-09-10T04:24:10.944595+0000 mon.smithi047 (mon.0) 456 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:11.332 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:11 smithi149 bash[25108]: audit 2024-09-10T04:24:10.944595+0000 mon.smithi047 (mon.0) 456 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:11.332 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:11 smithi149 bash[25108]: audit 2024-09-10T04:24:10.945344+0000 mon.smithi047 (mon.0) 457 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "osd.5"} : dispatch 2024-09-10T04:24:11.332 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:11 smithi149 bash[25108]: audit 2024-09-10T04:24:10.945344+0000 mon.smithi047 (mon.0) 457 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "osd.5"} : dispatch 2024-09-10T04:24:11.332 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:11 smithi149 bash[25108]: audit 2024-09-10T04:24:10.945986+0000 mon.smithi047 (mon.0) 458 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:24:11.332 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:11 smithi149 bash[25108]: audit 2024-09-10T04:24:10.945986+0000 mon.smithi047 (mon.0) 458 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:24:11.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:11 smithi047 bash[19880]: cluster 2024-09-10T04:24:09.685851+0000 mgr.smithi047.jescqm (mgr.14203) 117 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:24:11.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:11 smithi047 bash[19880]: cluster 2024-09-10T04:24:09.685851+0000 mgr.smithi047.jescqm (mgr.14203) 117 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:24:11.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:11 smithi047 bash[19880]: audit 2024-09-10T04:24:10.939541+0000 mon.smithi047 (mon.0) 455 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:11.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:11 smithi047 bash[19880]: audit 2024-09-10T04:24:10.939541+0000 mon.smithi047 (mon.0) 455 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:11.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:11 smithi047 bash[19880]: audit 2024-09-10T04:24:10.944595+0000 mon.smithi047 (mon.0) 456 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:11.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:11 smithi047 bash[19880]: audit 2024-09-10T04:24:10.944595+0000 mon.smithi047 (mon.0) 456 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:11.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:11 smithi047 bash[19880]: audit 2024-09-10T04:24:10.945344+0000 mon.smithi047 (mon.0) 457 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "osd.5"} : dispatch 2024-09-10T04:24:11.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:11 smithi047 bash[19880]: audit 2024-09-10T04:24:10.945344+0000 mon.smithi047 (mon.0) 457 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "osd.5"} : dispatch 2024-09-10T04:24:11.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:11 smithi047 bash[19880]: audit 2024-09-10T04:24:10.945986+0000 mon.smithi047 (mon.0) 458 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:24:11.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:11 smithi047 bash[19880]: audit 2024-09-10T04:24:10.945986+0000 mon.smithi047 (mon.0) 458 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:24:12.653 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:12 smithi047 bash[19880]: cephadm 2024-09-10T04:24:10.946551+0000 mgr.smithi047.jescqm (mgr.14203) 118 : cephadm [INF] Deploying daemon osd.5 on smithi047 2024-09-10T04:24:12.654 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:12 smithi047 bash[19880]: cephadm 2024-09-10T04:24:10.946551+0000 mgr.smithi047.jescqm (mgr.14203) 118 : cephadm [INF] Deploying daemon osd.5 on smithi047 2024-09-10T04:24:12.683 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:12 smithi149 bash[25108]: cephadm 2024-09-10T04:24:10.946551+0000 mgr.smithi047.jescqm (mgr.14203) 118 : cephadm [INF] Deploying daemon osd.5 on smithi047 2024-09-10T04:24:12.683 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:12 smithi149 bash[25108]: cephadm 2024-09-10T04:24:10.946551+0000 mgr.smithi047.jescqm (mgr.14203) 118 : cephadm [INF] Deploying daemon osd.5 on smithi047 2024-09-10T04:24:13.491 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:13 smithi047 bash[19880]: cluster 2024-09-10T04:24:11.686209+0000 mgr.smithi047.jescqm (mgr.14203) 119 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:24:13.491 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:13 smithi047 bash[19880]: cluster 2024-09-10T04:24:11.686209+0000 mgr.smithi047.jescqm (mgr.14203) 119 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:24:13.600 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:13 smithi149 bash[25108]: cluster 2024-09-10T04:24:11.686209+0000 mgr.smithi047.jescqm (mgr.14203) 119 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:24:13.600 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:13 smithi149 bash[25108]: cluster 2024-09-10T04:24:11.686209+0000 mgr.smithi047.jescqm (mgr.14203) 119 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:24:14.796 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:14 smithi149 systemd[1]: /etc/systemd/system/ceph-b165ca24-6f2b-11ef-bcea-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-10T04:24:15.143 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/mon.smithi047/config 2024-09-10T04:24:15.151 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:14 smithi149 systemd[1]: /etc/systemd/system/ceph-b165ca24-6f2b-11ef-bcea-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-10T04:24:15.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:15 smithi149 bash[25108]: cluster 2024-09-10T04:24:13.686553+0000 mgr.smithi047.jescqm (mgr.14203) 120 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:24:15.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:15 smithi149 bash[25108]: cluster 2024-09-10T04:24:13.686553+0000 mgr.smithi047.jescqm (mgr.14203) 120 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:24:15.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:15 smithi149 bash[25108]: audit 2024-09-10T04:24:15.092304+0000 mon.smithi047 (mon.0) 459 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:15.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:15 smithi149 bash[25108]: audit 2024-09-10T04:24:15.092304+0000 mon.smithi047 (mon.0) 459 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:15.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:15 smithi149 bash[25108]: audit 2024-09-10T04:24:15.101563+0000 mon.smithi047 (mon.0) 460 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:15.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:15 smithi149 bash[25108]: audit 2024-09-10T04:24:15.101563+0000 mon.smithi047 (mon.0) 460 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:15.434 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:15 smithi149 bash[25108]: audit 2024-09-10T04:24:15.103223+0000 mon.smithi047 (mon.0) 461 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "osd.6"} : dispatch 2024-09-10T04:24:15.434 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:15 smithi149 bash[25108]: audit 2024-09-10T04:24:15.103223+0000 mon.smithi047 (mon.0) 461 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "osd.6"} : dispatch 2024-09-10T04:24:15.434 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:15 smithi149 bash[25108]: audit 2024-09-10T04:24:15.104741+0000 mon.smithi047 (mon.0) 462 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:24:15.434 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:15 smithi149 bash[25108]: audit 2024-09-10T04:24:15.104741+0000 mon.smithi047 (mon.0) 462 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:24:15.480 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:15 smithi047 bash[19880]: cluster 2024-09-10T04:24:13.686553+0000 mgr.smithi047.jescqm (mgr.14203) 120 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:24:15.480 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:15 smithi047 bash[19880]: cluster 2024-09-10T04:24:13.686553+0000 mgr.smithi047.jescqm (mgr.14203) 120 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:24:15.480 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:15 smithi047 bash[19880]: audit 2024-09-10T04:24:15.092304+0000 mon.smithi047 (mon.0) 459 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:15.480 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:15 smithi047 bash[19880]: audit 2024-09-10T04:24:15.092304+0000 mon.smithi047 (mon.0) 459 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:15.480 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:15 smithi047 bash[19880]: audit 2024-09-10T04:24:15.101563+0000 mon.smithi047 (mon.0) 460 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:15.481 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:15 smithi047 bash[19880]: audit 2024-09-10T04:24:15.101563+0000 mon.smithi047 (mon.0) 460 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:15.481 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:15 smithi047 bash[19880]: audit 2024-09-10T04:24:15.103223+0000 mon.smithi047 (mon.0) 461 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "osd.6"} : dispatch 2024-09-10T04:24:15.481 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:15 smithi047 bash[19880]: audit 2024-09-10T04:24:15.103223+0000 mon.smithi047 (mon.0) 461 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "osd.6"} : dispatch 2024-09-10T04:24:15.481 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:15 smithi047 bash[19880]: audit 2024-09-10T04:24:15.104741+0000 mon.smithi047 (mon.0) 462 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:24:15.481 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:15 smithi047 bash[19880]: audit 2024-09-10T04:24:15.104741+0000 mon.smithi047 (mon.0) 462 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:24:16.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:16 smithi149 bash[25108]: cephadm 2024-09-10T04:24:15.106287+0000 mgr.smithi047.jescqm (mgr.14203) 121 : cephadm [INF] Deploying daemon osd.6 on smithi149 2024-09-10T04:24:16.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:16 smithi149 bash[25108]: cephadm 2024-09-10T04:24:15.106287+0000 mgr.smithi047.jescqm (mgr.14203) 121 : cephadm [INF] Deploying daemon osd.6 on smithi149 2024-09-10T04:24:16.594 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:16 smithi047 bash[19880]: cephadm 2024-09-10T04:24:15.106287+0000 mgr.smithi047.jescqm (mgr.14203) 121 : cephadm [INF] Deploying daemon osd.6 on smithi149 2024-09-10T04:24:16.594 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:16 smithi047 bash[19880]: cephadm 2024-09-10T04:24:15.106287+0000 mgr.smithi047.jescqm (mgr.14203) 121 : cephadm [INF] Deploying daemon osd.6 on smithi149 2024-09-10T04:24:17.378 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:17 smithi047 bash[19880]: cluster 2024-09-10T04:24:15.686950+0000 mgr.smithi047.jescqm (mgr.14203) 122 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:24:17.378 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:17 smithi047 bash[19880]: cluster 2024-09-10T04:24:15.686950+0000 mgr.smithi047.jescqm (mgr.14203) 122 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:24:17.378 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:17 smithi047 bash[19880]: audit 2024-09-10T04:24:16.566824+0000 mon.smithi149 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.149:6800/2962119229,v1:172.21.15.149:6801/2962119229]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-10T04:24:17.378 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:17 smithi047 bash[19880]: audit 2024-09-10T04:24:16.566824+0000 mon.smithi149 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.149:6800/2962119229,v1:172.21.15.149:6801/2962119229]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-10T04:24:17.378 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:17 smithi047 bash[19880]: audit 2024-09-10T04:24:16.567611+0000 mon.smithi047 (mon.0) 463 : audit [INF] from='osd.0 ' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-10T04:24:17.378 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:17 smithi047 bash[19880]: audit 2024-09-10T04:24:16.567611+0000 mon.smithi047 (mon.0) 463 : audit [INF] from='osd.0 ' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-10T04:24:17.378 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:17 smithi047 systemd[1]: /etc/systemd/system/ceph-b165ca24-6f2b-11ef-bcea-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-10T04:24:17.564 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:17 smithi149 bash[25108]: cluster 2024-09-10T04:24:15.686950+0000 mgr.smithi047.jescqm (mgr.14203) 122 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:24:17.564 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:17 smithi149 bash[25108]: cluster 2024-09-10T04:24:15.686950+0000 mgr.smithi047.jescqm (mgr.14203) 122 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:24:17.564 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:17 smithi149 bash[25108]: audit 2024-09-10T04:24:16.566824+0000 mon.smithi149 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.149:6800/2962119229,v1:172.21.15.149:6801/2962119229]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-10T04:24:17.564 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:17 smithi149 bash[25108]: audit 2024-09-10T04:24:16.566824+0000 mon.smithi149 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.149:6800/2962119229,v1:172.21.15.149:6801/2962119229]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-10T04:24:17.565 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:17 smithi149 bash[25108]: audit 2024-09-10T04:24:16.567611+0000 mon.smithi047 (mon.0) 463 : audit [INF] from='osd.0 ' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-10T04:24:17.565 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:17 smithi149 bash[25108]: audit 2024-09-10T04:24:16.567611+0000 mon.smithi047 (mon.0) 463 : audit [INF] from='osd.0 ' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-10T04:24:17.711 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:17 smithi047 systemd[1]: /etc/systemd/system/ceph-b165ca24-6f2b-11ef-bcea-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-10T04:24:17.759 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-09-10T04:24:18.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:18 smithi047 bash[19880]: audit 2024-09-10T04:24:17.266890+0000 mon.smithi047 (mon.0) 464 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-10T04:24:18.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:18 smithi047 bash[19880]: audit 2024-09-10T04:24:17.266890+0000 mon.smithi047 (mon.0) 464 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-10T04:24:18.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:18 smithi047 bash[19880]: cluster 2024-09-10T04:24:17.269827+0000 mon.smithi047 (mon.0) 465 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-09-10T04:24:18.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:18 smithi047 bash[19880]: cluster 2024-09-10T04:24:17.269827+0000 mon.smithi047 (mon.0) 465 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-09-10T04:24:18.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:18 smithi047 bash[19880]: audit 2024-09-10T04:24:17.270047+0000 mon.smithi047 (mon.0) 466 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T04:24:18.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:18 smithi047 bash[19880]: audit 2024-09-10T04:24:17.270047+0000 mon.smithi047 (mon.0) 466 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T04:24:18.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:18 smithi047 bash[19880]: audit 2024-09-10T04:24:17.270199+0000 mon.smithi047 (mon.0) 467 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T04:24:18.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:18 smithi047 bash[19880]: audit 2024-09-10T04:24:17.270199+0000 mon.smithi047 (mon.0) 467 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T04:24:18.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:18 smithi047 bash[19880]: audit 2024-09-10T04:24:17.270359+0000 mon.smithi047 (mon.0) 468 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T04:24:18.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:18 smithi047 bash[19880]: audit 2024-09-10T04:24:17.270359+0000 mon.smithi047 (mon.0) 468 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T04:24:18.375 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:18 smithi047 bash[19880]: audit 2024-09-10T04:24:17.270533+0000 mon.smithi047 (mon.0) 469 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-10T04:24:18.375 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:18 smithi047 bash[19880]: audit 2024-09-10T04:24:17.270533+0000 mon.smithi047 (mon.0) 469 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-10T04:24:18.375 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:18 smithi047 bash[19880]: audit 2024-09-10T04:24:17.270722+0000 mon.smithi047 (mon.0) 470 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-10T04:24:18.375 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:18 smithi047 bash[19880]: audit 2024-09-10T04:24:17.270722+0000 mon.smithi047 (mon.0) 470 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-10T04:24:18.375 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:18 smithi047 bash[19880]: audit 2024-09-10T04:24:17.270904+0000 mon.smithi047 (mon.0) 471 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-10T04:24:18.375 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:18 smithi047 bash[19880]: audit 2024-09-10T04:24:17.270904+0000 mon.smithi047 (mon.0) 471 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-10T04:24:18.375 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:18 smithi047 bash[19880]: audit 2024-09-10T04:24:17.271105+0000 mon.smithi047 (mon.0) 472 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-10T04:24:18.375 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:18 smithi047 bash[19880]: audit 2024-09-10T04:24:17.271105+0000 mon.smithi047 (mon.0) 472 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-10T04:24:18.375 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:18 smithi047 bash[19880]: audit 2024-09-10T04:24:17.271290+0000 mon.smithi047 (mon.0) 473 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-10T04:24:18.375 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:18 smithi047 bash[19880]: audit 2024-09-10T04:24:17.271290+0000 mon.smithi047 (mon.0) 473 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-10T04:24:18.375 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:18 smithi047 bash[19880]: audit 2024-09-10T04:24:17.274132+0000 mon.smithi149 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.149:6800/2962119229,v1:172.21.15.149:6801/2962119229]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi149", "root=default"]} : dispatch 2024-09-10T04:24:18.375 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:18 smithi047 bash[19880]: audit 2024-09-10T04:24:17.274132+0000 mon.smithi149 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.149:6800/2962119229,v1:172.21.15.149:6801/2962119229]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi149", "root=default"]} : dispatch 2024-09-10T04:24:18.376 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:18 smithi047 bash[19880]: audit 2024-09-10T04:24:17.274921+0000 mon.smithi047 (mon.0) 474 : audit [INF] from='osd.0 ' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi149", "root=default"]} : dispatch 2024-09-10T04:24:18.376 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:18 smithi047 bash[19880]: audit 2024-09-10T04:24:17.274921+0000 mon.smithi047 (mon.0) 474 : audit [INF] from='osd.0 ' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi149", "root=default"]} : dispatch 2024-09-10T04:24:18.376 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:18 smithi047 bash[19880]: cluster 2024-09-10T04:24:17.687236+0000 mgr.smithi047.jescqm (mgr.14203) 123 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:24:18.376 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:18 smithi047 bash[19880]: cluster 2024-09-10T04:24:17.687236+0000 mgr.smithi047.jescqm (mgr.14203) 123 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:24:18.376 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:18 smithi047 bash[19880]: audit 2024-09-10T04:24:17.754100+0000 mon.smithi047 (mon.0) 475 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:18.376 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:18 smithi047 bash[19880]: audit 2024-09-10T04:24:17.754100+0000 mon.smithi047 (mon.0) 475 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:18.376 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:18 smithi047 bash[19880]: audit 2024-09-10T04:24:17.758541+0000 mon.smithi047 (mon.0) 476 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:18.376 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:18 smithi047 bash[19880]: audit 2024-09-10T04:24:17.758541+0000 mon.smithi047 (mon.0) 476 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:18.376 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:18 smithi047 bash[19880]: audit 2024-09-10T04:24:17.758971+0000 mon.smithi047 (mon.0) 477 : audit [DBG] from='client.? 172.21.15.47:0/1554974151' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-10T04:24:18.376 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:18 smithi047 bash[19880]: audit 2024-09-10T04:24:17.758971+0000 mon.smithi047 (mon.0) 477 : audit [DBG] from='client.? 172.21.15.47:0/1554974151' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-10T04:24:18.376 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:18 smithi047 bash[19880]: audit 2024-09-10T04:24:17.759416+0000 mon.smithi047 (mon.0) 478 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "osd.7"} : dispatch 2024-09-10T04:24:18.376 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:18 smithi047 bash[19880]: audit 2024-09-10T04:24:17.759416+0000 mon.smithi047 (mon.0) 478 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "osd.7"} : dispatch 2024-09-10T04:24:18.376 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:18 smithi047 bash[19880]: audit 2024-09-10T04:24:17.760096+0000 mon.smithi047 (mon.0) 479 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:24:18.377 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:18 smithi047 bash[19880]: audit 2024-09-10T04:24:17.760096+0000 mon.smithi047 (mon.0) 479 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:24:18.377 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:18 smithi047 bash[19880]: cephadm 2024-09-10T04:24:17.760687+0000 mgr.smithi047.jescqm (mgr.14203) 124 : cephadm [INF] Deploying daemon osd.7 on smithi047 2024-09-10T04:24:18.377 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:18 smithi047 bash[19880]: cephadm 2024-09-10T04:24:17.760687+0000 mgr.smithi047.jescqm (mgr.14203) 124 : cephadm [INF] Deploying daemon osd.7 on smithi047 2024-09-10T04:24:18.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:18 smithi149 bash[25108]: audit 2024-09-10T04:24:17.266890+0000 mon.smithi047 (mon.0) 464 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-10T04:24:18.434 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:18 smithi149 bash[25108]: audit 2024-09-10T04:24:17.266890+0000 mon.smithi047 (mon.0) 464 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-10T04:24:18.434 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:18 smithi149 bash[25108]: cluster 2024-09-10T04:24:17.269827+0000 mon.smithi047 (mon.0) 465 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-09-10T04:24:18.434 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:18 smithi149 bash[25108]: cluster 2024-09-10T04:24:17.269827+0000 mon.smithi047 (mon.0) 465 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-09-10T04:24:18.434 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:18 smithi149 bash[25108]: audit 2024-09-10T04:24:17.270047+0000 mon.smithi047 (mon.0) 466 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T04:24:18.434 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:18 smithi149 bash[25108]: audit 2024-09-10T04:24:17.270047+0000 mon.smithi047 (mon.0) 466 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T04:24:18.434 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:18 smithi149 bash[25108]: audit 2024-09-10T04:24:17.270199+0000 mon.smithi047 (mon.0) 467 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T04:24:18.434 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:18 smithi149 bash[25108]: audit 2024-09-10T04:24:17.270199+0000 mon.smithi047 (mon.0) 467 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T04:24:18.434 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:18 smithi149 bash[25108]: audit 2024-09-10T04:24:17.270359+0000 mon.smithi047 (mon.0) 468 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T04:24:18.434 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:18 smithi149 bash[25108]: audit 2024-09-10T04:24:17.270359+0000 mon.smithi047 (mon.0) 468 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T04:24:18.434 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:18 smithi149 bash[25108]: audit 2024-09-10T04:24:17.270533+0000 mon.smithi047 (mon.0) 469 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-10T04:24:18.434 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:18 smithi149 bash[25108]: audit 2024-09-10T04:24:17.270533+0000 mon.smithi047 (mon.0) 469 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-10T04:24:18.434 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:18 smithi149 bash[25108]: audit 2024-09-10T04:24:17.270722+0000 mon.smithi047 (mon.0) 470 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-10T04:24:18.434 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:18 smithi149 bash[25108]: audit 2024-09-10T04:24:17.270722+0000 mon.smithi047 (mon.0) 470 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-10T04:24:18.435 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:18 smithi149 bash[25108]: audit 2024-09-10T04:24:17.270904+0000 mon.smithi047 (mon.0) 471 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-10T04:24:18.435 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:18 smithi149 bash[25108]: audit 2024-09-10T04:24:17.270904+0000 mon.smithi047 (mon.0) 471 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-10T04:24:18.435 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:18 smithi149 bash[25108]: audit 2024-09-10T04:24:17.271105+0000 mon.smithi047 (mon.0) 472 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-10T04:24:18.435 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:18 smithi149 bash[25108]: audit 2024-09-10T04:24:17.271105+0000 mon.smithi047 (mon.0) 472 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-10T04:24:18.435 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:18 smithi149 bash[25108]: audit 2024-09-10T04:24:17.271290+0000 mon.smithi047 (mon.0) 473 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-10T04:24:18.435 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:18 smithi149 bash[25108]: audit 2024-09-10T04:24:17.271290+0000 mon.smithi047 (mon.0) 473 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-10T04:24:18.435 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:18 smithi149 bash[25108]: audit 2024-09-10T04:24:17.274132+0000 mon.smithi149 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.149:6800/2962119229,v1:172.21.15.149:6801/2962119229]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi149", "root=default"]} : dispatch 2024-09-10T04:24:18.435 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:18 smithi149 bash[25108]: audit 2024-09-10T04:24:17.274132+0000 mon.smithi149 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.149:6800/2962119229,v1:172.21.15.149:6801/2962119229]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi149", "root=default"]} : dispatch 2024-09-10T04:24:18.435 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:18 smithi149 bash[25108]: audit 2024-09-10T04:24:17.274921+0000 mon.smithi047 (mon.0) 474 : audit [INF] from='osd.0 ' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi149", "root=default"]} : dispatch 2024-09-10T04:24:18.435 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:18 smithi149 bash[25108]: audit 2024-09-10T04:24:17.274921+0000 mon.smithi047 (mon.0) 474 : audit [INF] from='osd.0 ' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi149", "root=default"]} : dispatch 2024-09-10T04:24:18.435 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:18 smithi149 bash[25108]: cluster 2024-09-10T04:24:17.687236+0000 mgr.smithi047.jescqm (mgr.14203) 123 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:24:18.435 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:18 smithi149 bash[25108]: cluster 2024-09-10T04:24:17.687236+0000 mgr.smithi047.jescqm (mgr.14203) 123 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:24:18.435 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:18 smithi149 bash[25108]: audit 2024-09-10T04:24:17.754100+0000 mon.smithi047 (mon.0) 475 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:18.435 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:18 smithi149 bash[25108]: audit 2024-09-10T04:24:17.754100+0000 mon.smithi047 (mon.0) 475 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:18.436 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:18 smithi149 bash[25108]: audit 2024-09-10T04:24:17.758541+0000 mon.smithi047 (mon.0) 476 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:18.436 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:18 smithi149 bash[25108]: audit 2024-09-10T04:24:17.758541+0000 mon.smithi047 (mon.0) 476 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:18.436 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:18 smithi149 bash[25108]: audit 2024-09-10T04:24:17.758971+0000 mon.smithi047 (mon.0) 477 : audit [DBG] from='client.? 172.21.15.47:0/1554974151' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-10T04:24:18.436 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:18 smithi149 bash[25108]: audit 2024-09-10T04:24:17.758971+0000 mon.smithi047 (mon.0) 477 : audit [DBG] from='client.? 172.21.15.47:0/1554974151' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-10T04:24:18.436 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:18 smithi149 bash[25108]: audit 2024-09-10T04:24:17.759416+0000 mon.smithi047 (mon.0) 478 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "osd.7"} : dispatch 2024-09-10T04:24:18.436 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:18 smithi149 bash[25108]: audit 2024-09-10T04:24:17.759416+0000 mon.smithi047 (mon.0) 478 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "osd.7"} : dispatch 2024-09-10T04:24:18.436 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:18 smithi149 bash[25108]: audit 2024-09-10T04:24:17.760096+0000 mon.smithi047 (mon.0) 479 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:24:18.436 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:18 smithi149 bash[25108]: audit 2024-09-10T04:24:17.760096+0000 mon.smithi047 (mon.0) 479 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:24:18.436 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:18 smithi149 bash[25108]: cephadm 2024-09-10T04:24:17.760687+0000 mgr.smithi047.jescqm (mgr.14203) 124 : cephadm [INF] Deploying daemon osd.7 on smithi047 2024-09-10T04:24:18.436 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:18 smithi149 bash[25108]: cephadm 2024-09-10T04:24:17.760687+0000 mgr.smithi047.jescqm (mgr.14203) 124 : cephadm [INF] Deploying daemon osd.7 on smithi047 2024-09-10T04:24:19.526 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:19 smithi047 bash[19880]: audit 2024-09-10T04:24:18.268525+0000 mon.smithi047 (mon.0) 480 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi149", "root=default"]}]': finished 2024-09-10T04:24:19.526 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:19 smithi047 bash[19880]: audit 2024-09-10T04:24:18.268525+0000 mon.smithi047 (mon.0) 480 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi149", "root=default"]}]': finished 2024-09-10T04:24:19.526 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:19 smithi047 bash[19880]: cluster 2024-09-10T04:24:18.271673+0000 mon.smithi047 (mon.0) 481 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-09-10T04:24:19.527 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:19 smithi047 bash[19880]: cluster 2024-09-10T04:24:18.271673+0000 mon.smithi047 (mon.0) 481 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-09-10T04:24:19.527 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:19 smithi047 bash[19880]: audit 2024-09-10T04:24:18.271983+0000 mon.smithi047 (mon.0) 482 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T04:24:19.527 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:19 smithi047 bash[19880]: audit 2024-09-10T04:24:18.271983+0000 mon.smithi047 (mon.0) 482 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T04:24:19.527 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:19 smithi047 bash[19880]: audit 2024-09-10T04:24:18.272139+0000 mon.smithi047 (mon.0) 483 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T04:24:19.527 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:19 smithi047 bash[19880]: audit 2024-09-10T04:24:18.272139+0000 mon.smithi047 (mon.0) 483 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T04:24:19.527 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:19 smithi047 bash[19880]: audit 2024-09-10T04:24:18.272278+0000 mon.smithi047 (mon.0) 484 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T04:24:19.527 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:19 smithi047 bash[19880]: audit 2024-09-10T04:24:18.272278+0000 mon.smithi047 (mon.0) 484 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T04:24:19.527 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:19 smithi047 bash[19880]: audit 2024-09-10T04:24:18.272409+0000 mon.smithi047 (mon.0) 485 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-10T04:24:19.527 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:19 smithi047 bash[19880]: audit 2024-09-10T04:24:18.272409+0000 mon.smithi047 (mon.0) 485 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-10T04:24:19.527 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:19 smithi047 bash[19880]: audit 2024-09-10T04:24:18.272545+0000 mon.smithi047 (mon.0) 486 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-10T04:24:19.528 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:19 smithi047 bash[19880]: audit 2024-09-10T04:24:18.272545+0000 mon.smithi047 (mon.0) 486 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-10T04:24:19.528 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:19 smithi047 bash[19880]: audit 2024-09-10T04:24:18.272675+0000 mon.smithi047 (mon.0) 487 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-10T04:24:19.528 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:19 smithi047 bash[19880]: audit 2024-09-10T04:24:18.272675+0000 mon.smithi047 (mon.0) 487 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-10T04:24:19.528 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:19 smithi047 bash[19880]: audit 2024-09-10T04:24:18.272810+0000 mon.smithi047 (mon.0) 488 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-10T04:24:19.528 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:19 smithi047 bash[19880]: audit 2024-09-10T04:24:18.272810+0000 mon.smithi047 (mon.0) 488 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-10T04:24:19.528 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:19 smithi047 bash[19880]: audit 2024-09-10T04:24:18.272940+0000 mon.smithi047 (mon.0) 489 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-10T04:24:19.528 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:19 smithi047 bash[19880]: audit 2024-09-10T04:24:18.272940+0000 mon.smithi047 (mon.0) 489 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-10T04:24:19.528 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:19 smithi047 bash[19880]: audit 2024-09-10T04:24:18.284427+0000 mon.smithi047 (mon.0) 490 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T04:24:19.528 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:19 smithi047 bash[19880]: audit 2024-09-10T04:24:18.284427+0000 mon.smithi047 (mon.0) 490 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T04:24:19.528 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:19 smithi047 bash[19880]: audit 2024-09-10T04:24:18.803857+0000 mon.smithi047 (mon.0) 491 : audit [INF] from='osd.0 ' entity='osd.0' 2024-09-10T04:24:19.528 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:19 smithi047 bash[19880]: audit 2024-09-10T04:24:18.803857+0000 mon.smithi047 (mon.0) 491 : audit [INF] from='osd.0 ' entity='osd.0' 2024-09-10T04:24:19.528 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:19 smithi047 bash[19880]: audit 2024-09-10T04:24:19.127429+0000 mon.smithi047 (mon.0) 492 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:24:19.528 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:19 smithi047 bash[19880]: audit 2024-09-10T04:24:19.127429+0000 mon.smithi047 (mon.0) 492 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:24:19.684 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:19 smithi149 bash[25108]: audit 2024-09-10T04:24:18.268525+0000 mon.smithi047 (mon.0) 480 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi149", "root=default"]}]': finished 2024-09-10T04:24:19.684 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:19 smithi149 bash[25108]: audit 2024-09-10T04:24:18.268525+0000 mon.smithi047 (mon.0) 480 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi149", "root=default"]}]': finished 2024-09-10T04:24:19.684 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:19 smithi149 bash[25108]: cluster 2024-09-10T04:24:18.271673+0000 mon.smithi047 (mon.0) 481 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-09-10T04:24:19.684 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:19 smithi149 bash[25108]: cluster 2024-09-10T04:24:18.271673+0000 mon.smithi047 (mon.0) 481 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-09-10T04:24:19.684 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:19 smithi149 bash[25108]: audit 2024-09-10T04:24:18.271983+0000 mon.smithi047 (mon.0) 482 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T04:24:19.684 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:19 smithi149 bash[25108]: audit 2024-09-10T04:24:18.271983+0000 mon.smithi047 (mon.0) 482 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T04:24:19.684 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:19 smithi149 bash[25108]: audit 2024-09-10T04:24:18.272139+0000 mon.smithi047 (mon.0) 483 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T04:24:19.684 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:19 smithi149 bash[25108]: audit 2024-09-10T04:24:18.272139+0000 mon.smithi047 (mon.0) 483 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T04:24:19.685 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:19 smithi149 bash[25108]: audit 2024-09-10T04:24:18.272278+0000 mon.smithi047 (mon.0) 484 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T04:24:19.685 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:19 smithi149 bash[25108]: audit 2024-09-10T04:24:18.272278+0000 mon.smithi047 (mon.0) 484 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T04:24:19.685 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:19 smithi149 bash[25108]: audit 2024-09-10T04:24:18.272409+0000 mon.smithi047 (mon.0) 485 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-10T04:24:19.685 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:19 smithi149 bash[25108]: audit 2024-09-10T04:24:18.272409+0000 mon.smithi047 (mon.0) 485 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-10T04:24:19.685 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:19 smithi149 bash[25108]: audit 2024-09-10T04:24:18.272545+0000 mon.smithi047 (mon.0) 486 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-10T04:24:19.685 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:19 smithi149 bash[25108]: audit 2024-09-10T04:24:18.272545+0000 mon.smithi047 (mon.0) 486 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-10T04:24:19.685 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:19 smithi149 bash[25108]: audit 2024-09-10T04:24:18.272675+0000 mon.smithi047 (mon.0) 487 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-10T04:24:19.685 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:19 smithi149 bash[25108]: audit 2024-09-10T04:24:18.272675+0000 mon.smithi047 (mon.0) 487 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-10T04:24:19.685 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:19 smithi149 bash[25108]: audit 2024-09-10T04:24:18.272810+0000 mon.smithi047 (mon.0) 488 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-10T04:24:19.685 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:19 smithi149 bash[25108]: audit 2024-09-10T04:24:18.272810+0000 mon.smithi047 (mon.0) 488 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-10T04:24:19.685 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:19 smithi149 bash[25108]: audit 2024-09-10T04:24:18.272940+0000 mon.smithi047 (mon.0) 489 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-10T04:24:19.685 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:19 smithi149 bash[25108]: audit 2024-09-10T04:24:18.272940+0000 mon.smithi047 (mon.0) 489 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-10T04:24:19.685 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:19 smithi149 bash[25108]: audit 2024-09-10T04:24:18.284427+0000 mon.smithi047 (mon.0) 490 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T04:24:19.686 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:19 smithi149 bash[25108]: audit 2024-09-10T04:24:18.284427+0000 mon.smithi047 (mon.0) 490 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T04:24:19.686 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:19 smithi149 bash[25108]: audit 2024-09-10T04:24:18.803857+0000 mon.smithi047 (mon.0) 491 : audit [INF] from='osd.0 ' entity='osd.0' 2024-09-10T04:24:19.686 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:19 smithi149 bash[25108]: audit 2024-09-10T04:24:18.803857+0000 mon.smithi047 (mon.0) 491 : audit [INF] from='osd.0 ' entity='osd.0' 2024-09-10T04:24:19.686 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:19 smithi149 bash[25108]: audit 2024-09-10T04:24:19.127429+0000 mon.smithi047 (mon.0) 492 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:24:19.686 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:19 smithi149 bash[25108]: audit 2024-09-10T04:24:19.127429+0000 mon.smithi047 (mon.0) 492 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:24:19.720 INFO:teuthology.orchestra.run.smithi047.stdout:{"epoch":14,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1725942225,"num_remapped_pgs":0} 2024-09-10T04:24:20.499 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:20 smithi047 bash[19880]: cluster 2024-09-10T04:24:17.555727+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T04:24:20.499 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:20 smithi047 bash[19880]: cluster 2024-09-10T04:24:17.555727+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T04:24:20.500 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:20 smithi047 bash[19880]: cluster 2024-09-10T04:24:17.555806+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T04:24:20.500 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:20 smithi047 bash[19880]: cluster 2024-09-10T04:24:17.555806+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T04:24:20.500 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:20 smithi047 bash[19880]: audit 2024-09-10T04:24:19.286319+0000 mon.smithi047 (mon.0) 493 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T04:24:20.500 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:20 smithi047 bash[19880]: audit 2024-09-10T04:24:19.286319+0000 mon.smithi047 (mon.0) 493 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T04:24:20.500 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:20 smithi047 bash[19880]: audit 2024-09-10T04:24:19.457854+0000 mon.smithi047 (mon.0) 494 : audit [INF] from='osd.1 [v2:172.21.15.47:6802/266476171,v1:172.21.15.47:6803/266476171]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-10T04:24:20.500 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:20 smithi047 bash[19880]: audit 2024-09-10T04:24:19.457854+0000 mon.smithi047 (mon.0) 494 : audit [INF] from='osd.1 [v2:172.21.15.47:6802/266476171,v1:172.21.15.47:6803/266476171]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-10T04:24:20.500 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:20 smithi047 bash[19880]: cluster 2024-09-10T04:24:19.687621+0000 mgr.smithi047.jescqm (mgr.14203) 125 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:24:20.500 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:20 smithi047 bash[19880]: cluster 2024-09-10T04:24:19.687621+0000 mgr.smithi047.jescqm (mgr.14203) 125 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:24:20.500 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:20 smithi047 bash[19880]: audit 2024-09-10T04:24:19.801122+0000 mon.smithi047 (mon.0) 495 : audit [INF] from='osd.1 [v2:172.21.15.47:6802/266476171,v1:172.21.15.47:6803/266476171]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-10T04:24:20.500 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:20 smithi047 bash[19880]: audit 2024-09-10T04:24:19.801122+0000 mon.smithi047 (mon.0) 495 : audit [INF] from='osd.1 [v2:172.21.15.47:6802/266476171,v1:172.21.15.47:6803/266476171]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-10T04:24:20.500 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:20 smithi047 bash[19880]: cluster 2024-09-10T04:24:19.806094+0000 mon.smithi047 (mon.0) 496 : cluster [INF] osd.0 [v2:172.21.15.149:6800/2962119229,v1:172.21.15.149:6801/2962119229] boot 2024-09-10T04:24:20.501 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:20 smithi047 bash[19880]: cluster 2024-09-10T04:24:19.806094+0000 mon.smithi047 (mon.0) 496 : cluster [INF] osd.0 [v2:172.21.15.149:6800/2962119229,v1:172.21.15.149:6801/2962119229] boot 2024-09-10T04:24:20.501 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:20 smithi047 bash[19880]: cluster 2024-09-10T04:24:19.806184+0000 mon.smithi047 (mon.0) 497 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-09-10T04:24:20.501 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:20 smithi047 bash[19880]: cluster 2024-09-10T04:24:19.806184+0000 mon.smithi047 (mon.0) 497 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-09-10T04:24:20.501 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:20 smithi047 bash[19880]: audit 2024-09-10T04:24:19.807071+0000 mon.smithi047 (mon.0) 498 : audit [INF] from='osd.1 [v2:172.21.15.47:6802/266476171,v1:172.21.15.47:6803/266476171]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi047", "root=default"]} : dispatch 2024-09-10T04:24:20.501 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:20 smithi047 bash[19880]: audit 2024-09-10T04:24:19.807071+0000 mon.smithi047 (mon.0) 498 : audit [INF] from='osd.1 [v2:172.21.15.47:6802/266476171,v1:172.21.15.47:6803/266476171]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi047", "root=default"]} : dispatch 2024-09-10T04:24:20.501 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:20 smithi047 bash[19880]: audit 2024-09-10T04:24:19.807372+0000 mon.smithi047 (mon.0) 499 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T04:24:20.501 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:20 smithi047 bash[19880]: audit 2024-09-10T04:24:19.807372+0000 mon.smithi047 (mon.0) 499 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T04:24:20.501 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:20 smithi047 bash[19880]: audit 2024-09-10T04:24:19.807657+0000 mon.smithi047 (mon.0) 500 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T04:24:20.501 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:20 smithi047 bash[19880]: audit 2024-09-10T04:24:19.807657+0000 mon.smithi047 (mon.0) 500 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T04:24:20.501 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:20 smithi047 bash[19880]: audit 2024-09-10T04:24:19.808232+0000 mon.smithi047 (mon.0) 501 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T04:24:20.501 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:20 smithi047 bash[19880]: audit 2024-09-10T04:24:19.808232+0000 mon.smithi047 (mon.0) 501 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T04:24:20.501 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:20 smithi047 bash[19880]: audit 2024-09-10T04:24:19.808527+0000 mon.smithi047 (mon.0) 502 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-10T04:24:20.501 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:20 smithi047 bash[19880]: audit 2024-09-10T04:24:19.808527+0000 mon.smithi047 (mon.0) 502 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-10T04:24:20.502 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:20 smithi047 bash[19880]: audit 2024-09-10T04:24:19.808765+0000 mon.smithi047 (mon.0) 503 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-10T04:24:20.502 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:20 smithi047 bash[19880]: audit 2024-09-10T04:24:19.808765+0000 mon.smithi047 (mon.0) 503 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-10T04:24:20.502 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:20 smithi047 bash[19880]: audit 2024-09-10T04:24:19.809034+0000 mon.smithi047 (mon.0) 504 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-10T04:24:20.502 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:20 smithi047 bash[19880]: audit 2024-09-10T04:24:19.809034+0000 mon.smithi047 (mon.0) 504 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-10T04:24:20.502 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:20 smithi047 bash[19880]: audit 2024-09-10T04:24:19.809276+0000 mon.smithi047 (mon.0) 505 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-10T04:24:20.502 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:20 smithi047 bash[19880]: audit 2024-09-10T04:24:19.809276+0000 mon.smithi047 (mon.0) 505 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-10T04:24:20.502 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:20 smithi047 bash[19880]: audit 2024-09-10T04:24:19.809535+0000 mon.smithi047 (mon.0) 506 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-10T04:24:20.502 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:20 smithi047 bash[19880]: audit 2024-09-10T04:24:19.809535+0000 mon.smithi047 (mon.0) 506 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-10T04:24:20.684 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:20 smithi149 bash[25108]: cluster 2024-09-10T04:24:17.555727+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T04:24:20.684 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:20 smithi149 bash[25108]: cluster 2024-09-10T04:24:17.555727+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T04:24:20.684 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:20 smithi149 bash[25108]: cluster 2024-09-10T04:24:17.555806+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T04:24:20.684 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:20 smithi149 bash[25108]: cluster 2024-09-10T04:24:17.555806+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T04:24:20.684 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:20 smithi149 bash[25108]: audit 2024-09-10T04:24:19.286319+0000 mon.smithi047 (mon.0) 493 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T04:24:20.684 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:20 smithi149 bash[25108]: audit 2024-09-10T04:24:19.286319+0000 mon.smithi047 (mon.0) 493 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T04:24:20.684 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:20 smithi149 bash[25108]: audit 2024-09-10T04:24:19.457854+0000 mon.smithi047 (mon.0) 494 : audit [INF] from='osd.1 [v2:172.21.15.47:6802/266476171,v1:172.21.15.47:6803/266476171]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-10T04:24:20.684 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:20 smithi149 bash[25108]: audit 2024-09-10T04:24:19.457854+0000 mon.smithi047 (mon.0) 494 : audit [INF] from='osd.1 [v2:172.21.15.47:6802/266476171,v1:172.21.15.47:6803/266476171]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-10T04:24:20.684 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:20 smithi149 bash[25108]: cluster 2024-09-10T04:24:19.687621+0000 mgr.smithi047.jescqm (mgr.14203) 125 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:24:20.685 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:20 smithi149 bash[25108]: cluster 2024-09-10T04:24:19.687621+0000 mgr.smithi047.jescqm (mgr.14203) 125 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T04:24:20.685 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:20 smithi149 bash[25108]: audit 2024-09-10T04:24:19.801122+0000 mon.smithi047 (mon.0) 495 : audit [INF] from='osd.1 [v2:172.21.15.47:6802/266476171,v1:172.21.15.47:6803/266476171]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-10T04:24:20.685 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:20 smithi149 bash[25108]: audit 2024-09-10T04:24:19.801122+0000 mon.smithi047 (mon.0) 495 : audit [INF] from='osd.1 [v2:172.21.15.47:6802/266476171,v1:172.21.15.47:6803/266476171]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-10T04:24:20.685 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:20 smithi149 bash[25108]: cluster 2024-09-10T04:24:19.806094+0000 mon.smithi047 (mon.0) 496 : cluster [INF] osd.0 [v2:172.21.15.149:6800/2962119229,v1:172.21.15.149:6801/2962119229] boot 2024-09-10T04:24:20.685 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:20 smithi149 bash[25108]: cluster 2024-09-10T04:24:19.806094+0000 mon.smithi047 (mon.0) 496 : cluster [INF] osd.0 [v2:172.21.15.149:6800/2962119229,v1:172.21.15.149:6801/2962119229] boot 2024-09-10T04:24:20.685 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:20 smithi149 bash[25108]: cluster 2024-09-10T04:24:19.806184+0000 mon.smithi047 (mon.0) 497 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-09-10T04:24:20.685 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:20 smithi149 bash[25108]: cluster 2024-09-10T04:24:19.806184+0000 mon.smithi047 (mon.0) 497 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-09-10T04:24:20.685 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:20 smithi149 bash[25108]: audit 2024-09-10T04:24:19.807071+0000 mon.smithi047 (mon.0) 498 : audit [INF] from='osd.1 [v2:172.21.15.47:6802/266476171,v1:172.21.15.47:6803/266476171]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi047", "root=default"]} : dispatch 2024-09-10T04:24:20.685 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:20 smithi149 bash[25108]: audit 2024-09-10T04:24:19.807071+0000 mon.smithi047 (mon.0) 498 : audit [INF] from='osd.1 [v2:172.21.15.47:6802/266476171,v1:172.21.15.47:6803/266476171]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi047", "root=default"]} : dispatch 2024-09-10T04:24:20.685 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:20 smithi149 bash[25108]: audit 2024-09-10T04:24:19.807372+0000 mon.smithi047 (mon.0) 499 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T04:24:20.685 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:20 smithi149 bash[25108]: audit 2024-09-10T04:24:19.807372+0000 mon.smithi047 (mon.0) 499 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T04:24:20.685 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:20 smithi149 bash[25108]: audit 2024-09-10T04:24:19.807657+0000 mon.smithi047 (mon.0) 500 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T04:24:20.685 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:20 smithi149 bash[25108]: audit 2024-09-10T04:24:19.807657+0000 mon.smithi047 (mon.0) 500 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T04:24:20.686 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:20 smithi149 bash[25108]: audit 2024-09-10T04:24:19.808232+0000 mon.smithi047 (mon.0) 501 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T04:24:20.686 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:20 smithi149 bash[25108]: audit 2024-09-10T04:24:19.808232+0000 mon.smithi047 (mon.0) 501 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T04:24:20.686 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:20 smithi149 bash[25108]: audit 2024-09-10T04:24:19.808527+0000 mon.smithi047 (mon.0) 502 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-10T04:24:20.686 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:20 smithi149 bash[25108]: audit 2024-09-10T04:24:19.808527+0000 mon.smithi047 (mon.0) 502 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-10T04:24:20.686 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:20 smithi149 bash[25108]: audit 2024-09-10T04:24:19.808765+0000 mon.smithi047 (mon.0) 503 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-10T04:24:20.686 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:20 smithi149 bash[25108]: audit 2024-09-10T04:24:19.808765+0000 mon.smithi047 (mon.0) 503 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-10T04:24:20.686 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:20 smithi149 bash[25108]: audit 2024-09-10T04:24:19.809034+0000 mon.smithi047 (mon.0) 504 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-10T04:24:20.686 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:20 smithi149 bash[25108]: audit 2024-09-10T04:24:19.809034+0000 mon.smithi047 (mon.0) 504 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-10T04:24:20.686 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:20 smithi149 bash[25108]: audit 2024-09-10T04:24:19.809276+0000 mon.smithi047 (mon.0) 505 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-10T04:24:20.686 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:20 smithi149 bash[25108]: audit 2024-09-10T04:24:19.809276+0000 mon.smithi047 (mon.0) 505 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-10T04:24:20.686 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:20 smithi149 bash[25108]: audit 2024-09-10T04:24:19.809535+0000 mon.smithi047 (mon.0) 506 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-10T04:24:20.686 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:20 smithi149 bash[25108]: audit 2024-09-10T04:24:19.809535+0000 mon.smithi047 (mon.0) 506 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-10T04:24:20.721 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b165ca24-6f2b-11ef-bcea-c7b262605968 -- ceph osd stat -f json 2024-09-10T04:24:21.375 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:21 smithi149 systemd[1]: /etc/systemd/system/ceph-b165ca24-6f2b-11ef-bcea-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-10T04:24:21.642 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:21 smithi149 systemd[1]: /etc/systemd/system/ceph-b165ca24-6f2b-11ef-bcea-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-10T04:24:21.933 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:21 smithi149 bash[25108]: audit 2024-09-10T04:24:20.802972+0000 mon.smithi047 (mon.0) 507 : audit [INF] from='osd.1 [v2:172.21.15.47:6802/266476171,v1:172.21.15.47:6803/266476171]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi047", "root=default"]}]': finished 2024-09-10T04:24:21.933 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:21 smithi149 bash[25108]: audit 2024-09-10T04:24:20.802972+0000 mon.smithi047 (mon.0) 507 : audit [INF] from='osd.1 [v2:172.21.15.47:6802/266476171,v1:172.21.15.47:6803/266476171]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi047", "root=default"]}]': finished 2024-09-10T04:24:21.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:21 smithi149 bash[25108]: cluster 2024-09-10T04:24:20.806055+0000 mon.smithi047 (mon.0) 508 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-09-10T04:24:21.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:21 smithi149 bash[25108]: cluster 2024-09-10T04:24:20.806055+0000 mon.smithi047 (mon.0) 508 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-09-10T04:24:21.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:21 smithi149 bash[25108]: audit 2024-09-10T04:24:20.806251+0000 mon.smithi047 (mon.0) 509 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T04:24:21.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:21 smithi149 bash[25108]: audit 2024-09-10T04:24:20.806251+0000 mon.smithi047 (mon.0) 509 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T04:24:21.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:21 smithi149 bash[25108]: audit 2024-09-10T04:24:20.806842+0000 mon.smithi047 (mon.0) 510 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T04:24:21.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:21 smithi149 bash[25108]: audit 2024-09-10T04:24:20.806842+0000 mon.smithi047 (mon.0) 510 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T04:24:21.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:21 smithi149 bash[25108]: audit 2024-09-10T04:24:20.807028+0000 mon.smithi047 (mon.0) 511 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-10T04:24:21.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:21 smithi149 bash[25108]: audit 2024-09-10T04:24:20.807028+0000 mon.smithi047 (mon.0) 511 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-10T04:24:21.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:21 smithi149 bash[25108]: audit 2024-09-10T04:24:20.807173+0000 mon.smithi047 (mon.0) 512 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-10T04:24:21.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:21 smithi149 bash[25108]: audit 2024-09-10T04:24:20.807173+0000 mon.smithi047 (mon.0) 512 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-10T04:24:21.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:21 smithi149 bash[25108]: audit 2024-09-10T04:24:20.807314+0000 mon.smithi047 (mon.0) 513 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-10T04:24:21.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:21 smithi149 bash[25108]: audit 2024-09-10T04:24:20.807314+0000 mon.smithi047 (mon.0) 513 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-10T04:24:21.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:21 smithi149 bash[25108]: audit 2024-09-10T04:24:20.807450+0000 mon.smithi047 (mon.0) 514 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-10T04:24:21.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:21 smithi149 bash[25108]: audit 2024-09-10T04:24:20.807450+0000 mon.smithi047 (mon.0) 514 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-10T04:24:21.935 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:21 smithi149 bash[25108]: audit 2024-09-10T04:24:20.807588+0000 mon.smithi047 (mon.0) 515 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-10T04:24:21.935 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:21 smithi149 bash[25108]: audit 2024-09-10T04:24:20.807588+0000 mon.smithi047 (mon.0) 515 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-10T04:24:21.935 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:21 smithi149 bash[25108]: audit 2024-09-10T04:24:20.815963+0000 mon.smithi047 (mon.0) 516 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T04:24:21.935 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:21 smithi149 bash[25108]: audit 2024-09-10T04:24:20.815963+0000 mon.smithi047 (mon.0) 516 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T04:24:21.935 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:21 smithi149 bash[25108]: audit 2024-09-10T04:24:21.699465+0000 mon.smithi047 (mon.0) 517 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:21.935 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:21 smithi149 bash[25108]: audit 2024-09-10T04:24:21.699465+0000 mon.smithi047 (mon.0) 517 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:21.935 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:21 smithi149 bash[25108]: audit 2024-09-10T04:24:21.708321+0000 mon.smithi047 (mon.0) 518 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:21.935 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:21 smithi149 bash[25108]: audit 2024-09-10T04:24:21.708321+0000 mon.smithi047 (mon.0) 518 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:22.124 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:21 smithi047 bash[19880]: audit 2024-09-10T04:24:20.802972+0000 mon.smithi047 (mon.0) 507 : audit [INF] from='osd.1 [v2:172.21.15.47:6802/266476171,v1:172.21.15.47:6803/266476171]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi047", "root=default"]}]': finished 2024-09-10T04:24:22.124 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:21 smithi047 bash[19880]: audit 2024-09-10T04:24:20.802972+0000 mon.smithi047 (mon.0) 507 : audit [INF] from='osd.1 [v2:172.21.15.47:6802/266476171,v1:172.21.15.47:6803/266476171]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi047", "root=default"]}]': finished 2024-09-10T04:24:22.124 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:21 smithi047 bash[19880]: cluster 2024-09-10T04:24:20.806055+0000 mon.smithi047 (mon.0) 508 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-09-10T04:24:22.124 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:21 smithi047 bash[19880]: cluster 2024-09-10T04:24:20.806055+0000 mon.smithi047 (mon.0) 508 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-09-10T04:24:22.124 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:21 smithi047 bash[19880]: audit 2024-09-10T04:24:20.806251+0000 mon.smithi047 (mon.0) 509 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T04:24:22.124 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:21 smithi047 bash[19880]: audit 2024-09-10T04:24:20.806251+0000 mon.smithi047 (mon.0) 509 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T04:24:22.124 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:21 smithi047 bash[19880]: audit 2024-09-10T04:24:20.806842+0000 mon.smithi047 (mon.0) 510 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T04:24:22.124 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:21 smithi047 bash[19880]: audit 2024-09-10T04:24:20.806842+0000 mon.smithi047 (mon.0) 510 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T04:24:22.124 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:21 smithi047 bash[19880]: audit 2024-09-10T04:24:20.807028+0000 mon.smithi047 (mon.0) 511 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-10T04:24:22.125 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:21 smithi047 bash[19880]: audit 2024-09-10T04:24:20.807028+0000 mon.smithi047 (mon.0) 511 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-10T04:24:22.125 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:21 smithi047 bash[19880]: audit 2024-09-10T04:24:20.807173+0000 mon.smithi047 (mon.0) 512 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-10T04:24:22.125 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:21 smithi047 bash[19880]: audit 2024-09-10T04:24:20.807173+0000 mon.smithi047 (mon.0) 512 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-10T04:24:22.125 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:21 smithi047 bash[19880]: audit 2024-09-10T04:24:20.807314+0000 mon.smithi047 (mon.0) 513 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-10T04:24:22.125 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:21 smithi047 bash[19880]: audit 2024-09-10T04:24:20.807314+0000 mon.smithi047 (mon.0) 513 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-10T04:24:22.125 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:21 smithi047 bash[19880]: audit 2024-09-10T04:24:20.807450+0000 mon.smithi047 (mon.0) 514 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-10T04:24:22.125 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:21 smithi047 bash[19880]: audit 2024-09-10T04:24:20.807450+0000 mon.smithi047 (mon.0) 514 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-10T04:24:22.125 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:21 smithi047 bash[19880]: audit 2024-09-10T04:24:20.807588+0000 mon.smithi047 (mon.0) 515 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-10T04:24:22.125 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:21 smithi047 bash[19880]: audit 2024-09-10T04:24:20.807588+0000 mon.smithi047 (mon.0) 515 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-10T04:24:22.125 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:21 smithi047 bash[19880]: audit 2024-09-10T04:24:20.815963+0000 mon.smithi047 (mon.0) 516 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T04:24:22.125 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:21 smithi047 bash[19880]: audit 2024-09-10T04:24:20.815963+0000 mon.smithi047 (mon.0) 516 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T04:24:22.125 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:21 smithi047 bash[19880]: audit 2024-09-10T04:24:21.699465+0000 mon.smithi047 (mon.0) 517 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:22.126 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:21 smithi047 bash[19880]: audit 2024-09-10T04:24:21.699465+0000 mon.smithi047 (mon.0) 517 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:22.126 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:21 smithi047 bash[19880]: audit 2024-09-10T04:24:21.708321+0000 mon.smithi047 (mon.0) 518 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:22.126 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:21 smithi047 bash[19880]: audit 2024-09-10T04:24:21.708321+0000 mon.smithi047 (mon.0) 518 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:22.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:22 smithi047 bash[19880]: cluster 2024-09-10T04:24:20.433737+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T04:24:22.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:22 smithi047 bash[19880]: cluster 2024-09-10T04:24:20.433737+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T04:24:22.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:22 smithi047 bash[19880]: cluster 2024-09-10T04:24:20.433833+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T04:24:22.875 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:22 smithi047 bash[19880]: cluster 2024-09-10T04:24:20.433833+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T04:24:22.875 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:22 smithi047 bash[19880]: cluster 2024-09-10T04:24:21.688094+0000 mgr.smithi047.jescqm (mgr.14203) 126 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:24:22.875 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:22 smithi047 bash[19880]: cluster 2024-09-10T04:24:21.688094+0000 mgr.smithi047.jescqm (mgr.14203) 126 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:24:22.875 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:22 smithi047 bash[19880]: cluster 2024-09-10T04:24:21.812186+0000 mon.smithi047 (mon.0) 519 : cluster [INF] osd.1 [v2:172.21.15.47:6802/266476171,v1:172.21.15.47:6803/266476171] boot 2024-09-10T04:24:22.875 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:22 smithi047 bash[19880]: cluster 2024-09-10T04:24:21.812186+0000 mon.smithi047 (mon.0) 519 : cluster [INF] osd.1 [v2:172.21.15.47:6802/266476171,v1:172.21.15.47:6803/266476171] boot 2024-09-10T04:24:22.875 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:22 smithi047 bash[19880]: cluster 2024-09-10T04:24:21.812270+0000 mon.smithi047 (mon.0) 520 : cluster [DBG] osdmap e18: 8 total, 2 up, 8 in 2024-09-10T04:24:22.875 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:22 smithi047 bash[19880]: cluster 2024-09-10T04:24:21.812270+0000 mon.smithi047 (mon.0) 520 : cluster [DBG] osdmap e18: 8 total, 2 up, 8 in 2024-09-10T04:24:22.875 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:22 smithi047 bash[19880]: audit 2024-09-10T04:24:21.813162+0000 mon.smithi047 (mon.0) 521 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T04:24:22.875 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:22 smithi047 bash[19880]: audit 2024-09-10T04:24:21.813162+0000 mon.smithi047 (mon.0) 521 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T04:24:22.875 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:22 smithi047 bash[19880]: audit 2024-09-10T04:24:21.813655+0000 mon.smithi047 (mon.0) 522 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T04:24:22.875 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:22 smithi047 bash[19880]: audit 2024-09-10T04:24:21.813655+0000 mon.smithi047 (mon.0) 522 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T04:24:22.876 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:22 smithi047 bash[19880]: audit 2024-09-10T04:24:21.820968+0000 mon.smithi047 (mon.0) 523 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-10T04:24:22.876 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:22 smithi047 bash[19880]: audit 2024-09-10T04:24:21.820968+0000 mon.smithi047 (mon.0) 523 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-10T04:24:22.876 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:22 smithi047 bash[19880]: audit 2024-09-10T04:24:21.821337+0000 mon.smithi047 (mon.0) 524 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-10T04:24:22.876 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:22 smithi047 bash[19880]: audit 2024-09-10T04:24:21.821337+0000 mon.smithi047 (mon.0) 524 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-10T04:24:22.876 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:22 smithi047 bash[19880]: audit 2024-09-10T04:24:21.821665+0000 mon.smithi047 (mon.0) 525 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-10T04:24:22.876 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:22 smithi047 bash[19880]: audit 2024-09-10T04:24:21.821665+0000 mon.smithi047 (mon.0) 525 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-10T04:24:22.876 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:22 smithi047 bash[19880]: audit 2024-09-10T04:24:21.821980+0000 mon.smithi047 (mon.0) 526 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-10T04:24:22.876 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:22 smithi047 bash[19880]: audit 2024-09-10T04:24:21.821980+0000 mon.smithi047 (mon.0) 526 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-10T04:24:22.876 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:22 smithi047 bash[19880]: audit 2024-09-10T04:24:21.822294+0000 mon.smithi047 (mon.0) 527 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-10T04:24:22.876 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:22 smithi047 bash[19880]: audit 2024-09-10T04:24:21.822294+0000 mon.smithi047 (mon.0) 527 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-10T04:24:23.072 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:22 smithi149 bash[25108]: cluster 2024-09-10T04:24:20.433737+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T04:24:23.072 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:22 smithi149 bash[25108]: cluster 2024-09-10T04:24:20.433737+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T04:24:23.072 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:22 smithi149 bash[25108]: cluster 2024-09-10T04:24:20.433833+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T04:24:23.072 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:22 smithi149 bash[25108]: cluster 2024-09-10T04:24:20.433833+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T04:24:23.072 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:22 smithi149 bash[25108]: cluster 2024-09-10T04:24:21.688094+0000 mgr.smithi047.jescqm (mgr.14203) 126 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:24:23.073 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:22 smithi149 bash[25108]: cluster 2024-09-10T04:24:21.688094+0000 mgr.smithi047.jescqm (mgr.14203) 126 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-10T04:24:23.073 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:22 smithi149 bash[25108]: cluster 2024-09-10T04:24:21.812186+0000 mon.smithi047 (mon.0) 519 : cluster [INF] osd.1 [v2:172.21.15.47:6802/266476171,v1:172.21.15.47:6803/266476171] boot 2024-09-10T04:24:23.073 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:22 smithi149 bash[25108]: cluster 2024-09-10T04:24:21.812186+0000 mon.smithi047 (mon.0) 519 : cluster [INF] osd.1 [v2:172.21.15.47:6802/266476171,v1:172.21.15.47:6803/266476171] boot 2024-09-10T04:24:23.073 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:22 smithi149 bash[25108]: cluster 2024-09-10T04:24:21.812270+0000 mon.smithi047 (mon.0) 520 : cluster [DBG] osdmap e18: 8 total, 2 up, 8 in 2024-09-10T04:24:23.073 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:22 smithi149 bash[25108]: cluster 2024-09-10T04:24:21.812270+0000 mon.smithi047 (mon.0) 520 : cluster [DBG] osdmap e18: 8 total, 2 up, 8 in 2024-09-10T04:24:23.073 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:22 smithi149 bash[25108]: audit 2024-09-10T04:24:21.813162+0000 mon.smithi047 (mon.0) 521 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T04:24:23.073 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:22 smithi149 bash[25108]: audit 2024-09-10T04:24:21.813162+0000 mon.smithi047 (mon.0) 521 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T04:24:23.073 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:22 smithi149 bash[25108]: audit 2024-09-10T04:24:21.813655+0000 mon.smithi047 (mon.0) 522 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T04:24:23.073 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:22 smithi149 bash[25108]: audit 2024-09-10T04:24:21.813655+0000 mon.smithi047 (mon.0) 522 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T04:24:23.073 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:22 smithi149 bash[25108]: audit 2024-09-10T04:24:21.820968+0000 mon.smithi047 (mon.0) 523 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-10T04:24:23.073 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:22 smithi149 bash[25108]: audit 2024-09-10T04:24:21.820968+0000 mon.smithi047 (mon.0) 523 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-10T04:24:23.073 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:22 smithi149 bash[25108]: audit 2024-09-10T04:24:21.821337+0000 mon.smithi047 (mon.0) 524 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-10T04:24:23.073 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:22 smithi149 bash[25108]: audit 2024-09-10T04:24:21.821337+0000 mon.smithi047 (mon.0) 524 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-10T04:24:23.074 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:22 smithi149 bash[25108]: audit 2024-09-10T04:24:21.821665+0000 mon.smithi047 (mon.0) 525 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-10T04:24:23.074 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:22 smithi149 bash[25108]: audit 2024-09-10T04:24:21.821665+0000 mon.smithi047 (mon.0) 525 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-10T04:24:23.074 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:22 smithi149 bash[25108]: audit 2024-09-10T04:24:21.821980+0000 mon.smithi047 (mon.0) 526 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-10T04:24:23.074 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:22 smithi149 bash[25108]: audit 2024-09-10T04:24:21.821980+0000 mon.smithi047 (mon.0) 526 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-10T04:24:23.074 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:22 smithi149 bash[25108]: audit 2024-09-10T04:24:21.822294+0000 mon.smithi047 (mon.0) 527 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-10T04:24:23.074 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:22 smithi149 bash[25108]: audit 2024-09-10T04:24:21.822294+0000 mon.smithi047 (mon.0) 527 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-10T04:24:23.609 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:23 smithi047 systemd[1]: /etc/systemd/system/ceph-b165ca24-6f2b-11ef-bcea-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-10T04:24:23.873 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:23 smithi047 systemd[1]: /etc/systemd/system/ceph-b165ca24-6f2b-11ef-bcea-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-10T04:24:23.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:23 smithi047 bash[19880]: cluster 2024-09-10T04:24:22.827485+0000 mon.smithi047 (mon.0) 528 : cluster [DBG] osdmap e19: 8 total, 2 up, 8 in 2024-09-10T04:24:23.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:23 smithi047 bash[19880]: cluster 2024-09-10T04:24:22.827485+0000 mon.smithi047 (mon.0) 528 : cluster [DBG] osdmap e19: 8 total, 2 up, 8 in 2024-09-10T04:24:23.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:23 smithi047 bash[19880]: audit 2024-09-10T04:24:22.827634+0000 mon.smithi047 (mon.0) 529 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T04:24:23.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:23 smithi047 bash[19880]: audit 2024-09-10T04:24:22.827634+0000 mon.smithi047 (mon.0) 529 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T04:24:23.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:23 smithi047 bash[19880]: audit 2024-09-10T04:24:22.827905+0000 mon.smithi047 (mon.0) 530 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-10T04:24:23.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:23 smithi047 bash[19880]: audit 2024-09-10T04:24:22.827905+0000 mon.smithi047 (mon.0) 530 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-10T04:24:23.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:23 smithi047 bash[19880]: audit 2024-09-10T04:24:22.828096+0000 mon.smithi047 (mon.0) 531 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-10T04:24:23.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:23 smithi047 bash[19880]: audit 2024-09-10T04:24:22.828096+0000 mon.smithi047 (mon.0) 531 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-10T04:24:23.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:23 smithi047 bash[19880]: audit 2024-09-10T04:24:22.828277+0000 mon.smithi047 (mon.0) 532 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-10T04:24:23.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:23 smithi047 bash[19880]: audit 2024-09-10T04:24:22.828277+0000 mon.smithi047 (mon.0) 532 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-10T04:24:23.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:23 smithi047 bash[19880]: audit 2024-09-10T04:24:22.828479+0000 mon.smithi047 (mon.0) 533 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-10T04:24:23.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:23 smithi047 bash[19880]: audit 2024-09-10T04:24:22.828479+0000 mon.smithi047 (mon.0) 533 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-10T04:24:23.875 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:23 smithi047 bash[19880]: audit 2024-09-10T04:24:22.828659+0000 mon.smithi047 (mon.0) 534 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-10T04:24:23.875 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:23 smithi047 bash[19880]: audit 2024-09-10T04:24:22.828659+0000 mon.smithi047 (mon.0) 534 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-10T04:24:23.875 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:23 smithi047 bash[19880]: audit 2024-09-10T04:24:23.051094+0000 mon.smithi149 (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.149:6808/1877895605,v1:172.21.15.149:6809/1877895605]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-10T04:24:23.875 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:23 smithi047 bash[19880]: audit 2024-09-10T04:24:23.051094+0000 mon.smithi149 (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.149:6808/1877895605,v1:172.21.15.149:6809/1877895605]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-10T04:24:23.875 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:23 smithi047 bash[19880]: audit 2024-09-10T04:24:23.051807+0000 mon.smithi047 (mon.0) 535 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-10T04:24:23.875 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:23 smithi047 bash[19880]: audit 2024-09-10T04:24:23.051807+0000 mon.smithi047 (mon.0) 535 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-10T04:24:23.875 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:23 smithi047 bash[19880]: audit 2024-09-10T04:24:23.793114+0000 mon.smithi047 (mon.0) 536 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:23.875 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:23 smithi047 bash[19880]: audit 2024-09-10T04:24:23.793114+0000 mon.smithi047 (mon.0) 536 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:23.875 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:23 smithi047 bash[19880]: audit 2024-09-10T04:24:23.798071+0000 mon.smithi047 (mon.0) 537 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:23.875 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:23 smithi047 bash[19880]: audit 2024-09-10T04:24:23.798071+0000 mon.smithi047 (mon.0) 537 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:24.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:23 smithi149 bash[25108]: cluster 2024-09-10T04:24:22.827485+0000 mon.smithi047 (mon.0) 528 : cluster [DBG] osdmap e19: 8 total, 2 up, 8 in 2024-09-10T04:24:24.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:23 smithi149 bash[25108]: cluster 2024-09-10T04:24:22.827485+0000 mon.smithi047 (mon.0) 528 : cluster [DBG] osdmap e19: 8 total, 2 up, 8 in 2024-09-10T04:24:24.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:23 smithi149 bash[25108]: audit 2024-09-10T04:24:22.827634+0000 mon.smithi047 (mon.0) 529 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T04:24:24.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:23 smithi149 bash[25108]: audit 2024-09-10T04:24:22.827634+0000 mon.smithi047 (mon.0) 529 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T04:24:24.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:23 smithi149 bash[25108]: audit 2024-09-10T04:24:22.827905+0000 mon.smithi047 (mon.0) 530 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-10T04:24:24.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:23 smithi149 bash[25108]: audit 2024-09-10T04:24:22.827905+0000 mon.smithi047 (mon.0) 530 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-10T04:24:24.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:23 smithi149 bash[25108]: audit 2024-09-10T04:24:22.828096+0000 mon.smithi047 (mon.0) 531 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-10T04:24:24.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:23 smithi149 bash[25108]: audit 2024-09-10T04:24:22.828096+0000 mon.smithi047 (mon.0) 531 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-10T04:24:24.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:23 smithi149 bash[25108]: audit 2024-09-10T04:24:22.828277+0000 mon.smithi047 (mon.0) 532 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-10T04:24:24.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:23 smithi149 bash[25108]: audit 2024-09-10T04:24:22.828277+0000 mon.smithi047 (mon.0) 532 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-10T04:24:24.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:23 smithi149 bash[25108]: audit 2024-09-10T04:24:22.828479+0000 mon.smithi047 (mon.0) 533 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-10T04:24:24.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:23 smithi149 bash[25108]: audit 2024-09-10T04:24:22.828479+0000 mon.smithi047 (mon.0) 533 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-10T04:24:24.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:23 smithi149 bash[25108]: audit 2024-09-10T04:24:22.828659+0000 mon.smithi047 (mon.0) 534 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-10T04:24:24.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:23 smithi149 bash[25108]: audit 2024-09-10T04:24:22.828659+0000 mon.smithi047 (mon.0) 534 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-10T04:24:24.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:23 smithi149 bash[25108]: audit 2024-09-10T04:24:23.051094+0000 mon.smithi149 (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.149:6808/1877895605,v1:172.21.15.149:6809/1877895605]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-10T04:24:24.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:23 smithi149 bash[25108]: audit 2024-09-10T04:24:23.051094+0000 mon.smithi149 (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.149:6808/1877895605,v1:172.21.15.149:6809/1877895605]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-10T04:24:24.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:23 smithi149 bash[25108]: audit 2024-09-10T04:24:23.051807+0000 mon.smithi047 (mon.0) 535 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-10T04:24:24.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:23 smithi149 bash[25108]: audit 2024-09-10T04:24:23.051807+0000 mon.smithi047 (mon.0) 535 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-10T04:24:24.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:23 smithi149 bash[25108]: audit 2024-09-10T04:24:23.793114+0000 mon.smithi047 (mon.0) 536 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:24.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:23 smithi149 bash[25108]: audit 2024-09-10T04:24:23.793114+0000 mon.smithi047 (mon.0) 536 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:24.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:23 smithi149 bash[25108]: audit 2024-09-10T04:24:23.798071+0000 mon.smithi047 (mon.0) 537 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:24.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:23 smithi149 bash[25108]: audit 2024-09-10T04:24:23.798071+0000 mon.smithi047 (mon.0) 537 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:25.124 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:24 smithi047 bash[19880]: cluster 2024-09-10T04:24:23.688443+0000 mgr.smithi047.jescqm (mgr.14203) 127 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:24:25.124 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:24 smithi047 bash[19880]: cluster 2024-09-10T04:24:23.688443+0000 mgr.smithi047.jescqm (mgr.14203) 127 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:24:25.124 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:24 smithi047 bash[19880]: audit 2024-09-10T04:24:23.829057+0000 mon.smithi047 (mon.0) 538 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-10T04:24:25.124 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:24 smithi047 bash[19880]: audit 2024-09-10T04:24:23.829057+0000 mon.smithi047 (mon.0) 538 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-10T04:24:25.124 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:24 smithi047 bash[19880]: audit 2024-09-10T04:24:23.834093+0000 mon.smithi149 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.149:6808/1877895605,v1:172.21.15.149:6809/1877895605]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi149", "root=default"]} : dispatch 2024-09-10T04:24:25.124 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:24 smithi047 bash[19880]: audit 2024-09-10T04:24:23.834093+0000 mon.smithi149 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.149:6808/1877895605,v1:172.21.15.149:6809/1877895605]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi149", "root=default"]} : dispatch 2024-09-10T04:24:25.124 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:24 smithi047 bash[19880]: cluster 2024-09-10T04:24:23.834241+0000 mon.smithi047 (mon.0) 539 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2024-09-10T04:24:25.125 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:24 smithi047 bash[19880]: cluster 2024-09-10T04:24:23.834241+0000 mon.smithi047 (mon.0) 539 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2024-09-10T04:24:25.125 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:24 smithi047 bash[19880]: audit 2024-09-10T04:24:23.834607+0000 mon.smithi047 (mon.0) 540 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T04:24:25.125 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:24 smithi047 bash[19880]: audit 2024-09-10T04:24:23.834607+0000 mon.smithi047 (mon.0) 540 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T04:24:25.125 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:24 smithi047 bash[19880]: audit 2024-09-10T04:24:23.834856+0000 mon.smithi047 (mon.0) 541 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-10T04:24:25.125 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:24 smithi047 bash[19880]: audit 2024-09-10T04:24:23.834856+0000 mon.smithi047 (mon.0) 541 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-10T04:24:25.125 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:24 smithi047 bash[19880]: audit 2024-09-10T04:24:23.835098+0000 mon.smithi047 (mon.0) 542 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi149", "root=default"]} : dispatch 2024-09-10T04:24:25.125 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:24 smithi047 bash[19880]: audit 2024-09-10T04:24:23.835098+0000 mon.smithi047 (mon.0) 542 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi149", "root=default"]} : dispatch 2024-09-10T04:24:25.125 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:24 smithi047 bash[19880]: audit 2024-09-10T04:24:23.835295+0000 mon.smithi047 (mon.0) 543 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-10T04:24:25.125 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:24 smithi047 bash[19880]: audit 2024-09-10T04:24:23.835295+0000 mon.smithi047 (mon.0) 543 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-10T04:24:25.125 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:24 smithi047 bash[19880]: audit 2024-09-10T04:24:23.835423+0000 mon.smithi047 (mon.0) 544 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-10T04:24:25.125 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:24 smithi047 bash[19880]: audit 2024-09-10T04:24:23.835423+0000 mon.smithi047 (mon.0) 544 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-10T04:24:25.125 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:24 smithi047 bash[19880]: audit 2024-09-10T04:24:23.835565+0000 mon.smithi047 (mon.0) 545 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-10T04:24:25.125 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:24 smithi047 bash[19880]: audit 2024-09-10T04:24:23.835565+0000 mon.smithi047 (mon.0) 545 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-10T04:24:25.126 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:24 smithi047 bash[19880]: audit 2024-09-10T04:24:23.835716+0000 mon.smithi047 (mon.0) 546 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-10T04:24:25.126 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:24 smithi047 bash[19880]: audit 2024-09-10T04:24:23.835716+0000 mon.smithi047 (mon.0) 546 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-10T04:24:25.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:24 smithi149 bash[25108]: cluster 2024-09-10T04:24:23.688443+0000 mgr.smithi047.jescqm (mgr.14203) 127 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:24:25.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:24 smithi149 bash[25108]: cluster 2024-09-10T04:24:23.688443+0000 mgr.smithi047.jescqm (mgr.14203) 127 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:24:25.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:24 smithi149 bash[25108]: audit 2024-09-10T04:24:23.829057+0000 mon.smithi047 (mon.0) 538 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-10T04:24:25.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:24 smithi149 bash[25108]: audit 2024-09-10T04:24:23.829057+0000 mon.smithi047 (mon.0) 538 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-10T04:24:25.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:24 smithi149 bash[25108]: audit 2024-09-10T04:24:23.834093+0000 mon.smithi149 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.149:6808/1877895605,v1:172.21.15.149:6809/1877895605]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi149", "root=default"]} : dispatch 2024-09-10T04:24:25.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:24 smithi149 bash[25108]: audit 2024-09-10T04:24:23.834093+0000 mon.smithi149 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.149:6808/1877895605,v1:172.21.15.149:6809/1877895605]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi149", "root=default"]} : dispatch 2024-09-10T04:24:25.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:24 smithi149 bash[25108]: cluster 2024-09-10T04:24:23.834241+0000 mon.smithi047 (mon.0) 539 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2024-09-10T04:24:25.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:24 smithi149 bash[25108]: cluster 2024-09-10T04:24:23.834241+0000 mon.smithi047 (mon.0) 539 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2024-09-10T04:24:25.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:24 smithi149 bash[25108]: audit 2024-09-10T04:24:23.834607+0000 mon.smithi047 (mon.0) 540 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T04:24:25.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:24 smithi149 bash[25108]: audit 2024-09-10T04:24:23.834607+0000 mon.smithi047 (mon.0) 540 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T04:24:25.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:24 smithi149 bash[25108]: audit 2024-09-10T04:24:23.834856+0000 mon.smithi047 (mon.0) 541 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-10T04:24:25.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:24 smithi149 bash[25108]: audit 2024-09-10T04:24:23.834856+0000 mon.smithi047 (mon.0) 541 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-10T04:24:25.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:24 smithi149 bash[25108]: audit 2024-09-10T04:24:23.835098+0000 mon.smithi047 (mon.0) 542 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi149", "root=default"]} : dispatch 2024-09-10T04:24:25.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:24 smithi149 bash[25108]: audit 2024-09-10T04:24:23.835098+0000 mon.smithi047 (mon.0) 542 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi149", "root=default"]} : dispatch 2024-09-10T04:24:25.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:24 smithi149 bash[25108]: audit 2024-09-10T04:24:23.835295+0000 mon.smithi047 (mon.0) 543 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-10T04:24:25.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:24 smithi149 bash[25108]: audit 2024-09-10T04:24:23.835295+0000 mon.smithi047 (mon.0) 543 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-10T04:24:25.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:24 smithi149 bash[25108]: audit 2024-09-10T04:24:23.835423+0000 mon.smithi047 (mon.0) 544 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-10T04:24:25.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:24 smithi149 bash[25108]: audit 2024-09-10T04:24:23.835423+0000 mon.smithi047 (mon.0) 544 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-10T04:24:25.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:24 smithi149 bash[25108]: audit 2024-09-10T04:24:23.835565+0000 mon.smithi047 (mon.0) 545 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-10T04:24:25.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:24 smithi149 bash[25108]: audit 2024-09-10T04:24:23.835565+0000 mon.smithi047 (mon.0) 545 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-10T04:24:25.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:24 smithi149 bash[25108]: audit 2024-09-10T04:24:23.835716+0000 mon.smithi047 (mon.0) 546 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-10T04:24:25.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:24 smithi149 bash[25108]: audit 2024-09-10T04:24:23.835716+0000 mon.smithi047 (mon.0) 546 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-10T04:24:25.528 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/mon.smithi047/config 2024-09-10T04:24:25.873 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:25 smithi047 bash[19880]: audit 2024-09-10T04:24:24.832076+0000 mon.smithi047 (mon.0) 547 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi149", "root=default"]}]': finished 2024-09-10T04:24:25.873 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:25 smithi047 bash[19880]: audit 2024-09-10T04:24:24.832076+0000 mon.smithi047 (mon.0) 547 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi149", "root=default"]}]': finished 2024-09-10T04:24:25.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:25 smithi047 bash[19880]: cluster 2024-09-10T04:24:24.837972+0000 mon.smithi047 (mon.0) 548 : cluster [DBG] osdmap e21: 8 total, 2 up, 8 in 2024-09-10T04:24:25.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:25 smithi047 bash[19880]: cluster 2024-09-10T04:24:24.837972+0000 mon.smithi047 (mon.0) 548 : cluster [DBG] osdmap e21: 8 total, 2 up, 8 in 2024-09-10T04:24:25.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:25 smithi047 bash[19880]: audit 2024-09-10T04:24:24.838923+0000 mon.smithi047 (mon.0) 549 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T04:24:25.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:25 smithi047 bash[19880]: audit 2024-09-10T04:24:24.838923+0000 mon.smithi047 (mon.0) 549 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T04:24:25.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:25 smithi047 bash[19880]: audit 2024-09-10T04:24:24.839269+0000 mon.smithi047 (mon.0) 550 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-10T04:24:25.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:25 smithi047 bash[19880]: audit 2024-09-10T04:24:24.839269+0000 mon.smithi047 (mon.0) 550 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-10T04:24:25.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:25 smithi047 bash[19880]: audit 2024-09-10T04:24:24.839667+0000 mon.smithi047 (mon.0) 551 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-10T04:24:25.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:25 smithi047 bash[19880]: audit 2024-09-10T04:24:24.839667+0000 mon.smithi047 (mon.0) 551 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-10T04:24:25.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:25 smithi047 bash[19880]: audit 2024-09-10T04:24:24.840055+0000 mon.smithi047 (mon.0) 552 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-10T04:24:25.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:25 smithi047 bash[19880]: audit 2024-09-10T04:24:24.840055+0000 mon.smithi047 (mon.0) 552 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-10T04:24:25.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:25 smithi047 bash[19880]: audit 2024-09-10T04:24:24.840574+0000 mon.smithi047 (mon.0) 553 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-10T04:24:25.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:25 smithi047 bash[19880]: audit 2024-09-10T04:24:24.840574+0000 mon.smithi047 (mon.0) 553 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-10T04:24:25.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:25 smithi047 bash[19880]: audit 2024-09-10T04:24:24.841060+0000 mon.smithi047 (mon.0) 554 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-10T04:24:25.875 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:25 smithi047 bash[19880]: audit 2024-09-10T04:24:24.841060+0000 mon.smithi047 (mon.0) 554 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-10T04:24:25.875 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:25 smithi047 bash[19880]: audit 2024-09-10T04:24:24.850873+0000 mon.smithi047 (mon.0) 555 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T04:24:25.875 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:25 smithi047 bash[19880]: audit 2024-09-10T04:24:24.850873+0000 mon.smithi047 (mon.0) 555 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T04:24:25.875 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:25 smithi047 bash[19880]: audit 2024-09-10T04:24:25.343284+0000 mon.smithi047 (mon.0) 556 : audit [INF] from='osd.3 [v2:172.21.15.47:6810/1773866527,v1:172.21.15.47:6811/1773866527]' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2024-09-10T04:24:25.875 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:25 smithi047 bash[19880]: audit 2024-09-10T04:24:25.343284+0000 mon.smithi047 (mon.0) 556 : audit [INF] from='osd.3 [v2:172.21.15.47:6810/1773866527,v1:172.21.15.47:6811/1773866527]' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2024-09-10T04:24:25.875 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:25 smithi047 bash[19880]: audit 2024-09-10T04:24:25.404730+0000 mon.smithi047 (mon.0) 557 : audit [INF] from='osd.2 ' entity='osd.2' 2024-09-10T04:24:25.875 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:25 smithi047 bash[19880]: audit 2024-09-10T04:24:25.404730+0000 mon.smithi047 (mon.0) 557 : audit [INF] from='osd.2 ' entity='osd.2' 2024-09-10T04:24:25.954 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:25 smithi149 bash[25108]: audit 2024-09-10T04:24:24.832076+0000 mon.smithi047 (mon.0) 547 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi149", "root=default"]}]': finished 2024-09-10T04:24:25.954 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:25 smithi149 bash[25108]: audit 2024-09-10T04:24:24.832076+0000 mon.smithi047 (mon.0) 547 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi149", "root=default"]}]': finished 2024-09-10T04:24:25.954 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:25 smithi149 bash[25108]: cluster 2024-09-10T04:24:24.837972+0000 mon.smithi047 (mon.0) 548 : cluster [DBG] osdmap e21: 8 total, 2 up, 8 in 2024-09-10T04:24:25.954 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:25 smithi149 bash[25108]: cluster 2024-09-10T04:24:24.837972+0000 mon.smithi047 (mon.0) 548 : cluster [DBG] osdmap e21: 8 total, 2 up, 8 in 2024-09-10T04:24:25.954 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:25 smithi149 bash[25108]: audit 2024-09-10T04:24:24.838923+0000 mon.smithi047 (mon.0) 549 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T04:24:25.954 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:25 smithi149 bash[25108]: audit 2024-09-10T04:24:24.838923+0000 mon.smithi047 (mon.0) 549 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T04:24:25.954 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:25 smithi149 bash[25108]: audit 2024-09-10T04:24:24.839269+0000 mon.smithi047 (mon.0) 550 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-10T04:24:25.955 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:25 smithi149 bash[25108]: audit 2024-09-10T04:24:24.839269+0000 mon.smithi047 (mon.0) 550 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-10T04:24:25.955 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:25 smithi149 bash[25108]: audit 2024-09-10T04:24:24.839667+0000 mon.smithi047 (mon.0) 551 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-10T04:24:25.955 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:25 smithi149 bash[25108]: audit 2024-09-10T04:24:24.839667+0000 mon.smithi047 (mon.0) 551 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-10T04:24:25.955 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:25 smithi149 bash[25108]: audit 2024-09-10T04:24:24.840055+0000 mon.smithi047 (mon.0) 552 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-10T04:24:25.955 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:25 smithi149 bash[25108]: audit 2024-09-10T04:24:24.840055+0000 mon.smithi047 (mon.0) 552 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-10T04:24:25.955 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:25 smithi149 bash[25108]: audit 2024-09-10T04:24:24.840574+0000 mon.smithi047 (mon.0) 553 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-10T04:24:25.955 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:25 smithi149 bash[25108]: audit 2024-09-10T04:24:24.840574+0000 mon.smithi047 (mon.0) 553 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-10T04:24:25.955 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:25 smithi149 bash[25108]: audit 2024-09-10T04:24:24.841060+0000 mon.smithi047 (mon.0) 554 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-10T04:24:25.955 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:25 smithi149 bash[25108]: audit 2024-09-10T04:24:24.841060+0000 mon.smithi047 (mon.0) 554 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-10T04:24:25.955 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:25 smithi149 bash[25108]: audit 2024-09-10T04:24:24.850873+0000 mon.smithi047 (mon.0) 555 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T04:24:25.955 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:25 smithi149 bash[25108]: audit 2024-09-10T04:24:24.850873+0000 mon.smithi047 (mon.0) 555 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T04:24:25.955 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:25 smithi149 bash[25108]: audit 2024-09-10T04:24:25.343284+0000 mon.smithi047 (mon.0) 556 : audit [INF] from='osd.3 [v2:172.21.15.47:6810/1773866527,v1:172.21.15.47:6811/1773866527]' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2024-09-10T04:24:25.955 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:25 smithi149 bash[25108]: audit 2024-09-10T04:24:25.343284+0000 mon.smithi047 (mon.0) 556 : audit [INF] from='osd.3 [v2:172.21.15.47:6810/1773866527,v1:172.21.15.47:6811/1773866527]' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2024-09-10T04:24:25.955 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:25 smithi149 bash[25108]: audit 2024-09-10T04:24:25.404730+0000 mon.smithi047 (mon.0) 557 : audit [INF] from='osd.2 ' entity='osd.2' 2024-09-10T04:24:25.955 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:25 smithi149 bash[25108]: audit 2024-09-10T04:24:25.404730+0000 mon.smithi047 (mon.0) 557 : audit [INF] from='osd.2 ' entity='osd.2' 2024-09-10T04:24:27.010 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-09-10T04:24:27.011 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:26 smithi047 bash[19880]: cluster 2024-09-10T04:24:24.055444+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T04:24:27.011 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:26 smithi047 bash[19880]: cluster 2024-09-10T04:24:24.055444+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T04:24:27.011 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:26 smithi047 bash[19880]: cluster 2024-09-10T04:24:24.055566+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T04:24:27.011 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:26 smithi047 bash[19880]: cluster 2024-09-10T04:24:24.055566+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T04:24:27.011 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:26 smithi047 bash[19880]: cluster 2024-09-10T04:24:25.688831+0000 mgr.smithi047.jescqm (mgr.14203) 128 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:24:27.011 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:26 smithi047 bash[19880]: cluster 2024-09-10T04:24:25.688831+0000 mgr.smithi047.jescqm (mgr.14203) 128 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:24:27.011 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:26 smithi047 bash[19880]: audit 2024-09-10T04:24:25.843220+0000 mon.smithi047 (mon.0) 558 : audit [INF] from='osd.3 [v2:172.21.15.47:6810/1773866527,v1:172.21.15.47:6811/1773866527]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-10T04:24:27.011 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:26 smithi047 bash[19880]: audit 2024-09-10T04:24:25.843220+0000 mon.smithi047 (mon.0) 558 : audit [INF] from='osd.3 [v2:172.21.15.47:6810/1773866527,v1:172.21.15.47:6811/1773866527]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-10T04:24:27.011 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:26 smithi047 bash[19880]: cluster 2024-09-10T04:24:25.845832+0000 mon.smithi047 (mon.0) 559 : cluster [INF] osd.2 [v2:172.21.15.149:6808/1877895605,v1:172.21.15.149:6809/1877895605] boot 2024-09-10T04:24:27.011 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:26 smithi047 bash[19880]: cluster 2024-09-10T04:24:25.845832+0000 mon.smithi047 (mon.0) 559 : cluster [INF] osd.2 [v2:172.21.15.149:6808/1877895605,v1:172.21.15.149:6809/1877895605] boot 2024-09-10T04:24:27.011 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:26 smithi047 bash[19880]: cluster 2024-09-10T04:24:25.845863+0000 mon.smithi047 (mon.0) 560 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2024-09-10T04:24:27.011 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:26 smithi047 bash[19880]: cluster 2024-09-10T04:24:25.845863+0000 mon.smithi047 (mon.0) 560 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2024-09-10T04:24:27.012 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:26 smithi047 bash[19880]: audit 2024-09-10T04:24:25.846191+0000 mon.smithi047 (mon.0) 561 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T04:24:27.012 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:26 smithi047 bash[19880]: audit 2024-09-10T04:24:25.846191+0000 mon.smithi047 (mon.0) 561 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T04:24:27.012 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:26 smithi047 bash[19880]: audit 2024-09-10T04:24:25.846410+0000 mon.smithi047 (mon.0) 562 : audit [INF] from='osd.3 [v2:172.21.15.47:6810/1773866527,v1:172.21.15.47:6811/1773866527]' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi047", "root=default"]} : dispatch 2024-09-10T04:24:27.012 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:26 smithi047 bash[19880]: audit 2024-09-10T04:24:25.846410+0000 mon.smithi047 (mon.0) 562 : audit [INF] from='osd.3 [v2:172.21.15.47:6810/1773866527,v1:172.21.15.47:6811/1773866527]' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi047", "root=default"]} : dispatch 2024-09-10T04:24:27.012 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:26 smithi047 bash[19880]: audit 2024-09-10T04:24:25.846707+0000 mon.smithi047 (mon.0) 563 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-10T04:24:27.012 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:26 smithi047 bash[19880]: audit 2024-09-10T04:24:25.846707+0000 mon.smithi047 (mon.0) 563 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-10T04:24:27.012 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:26 smithi047 bash[19880]: audit 2024-09-10T04:24:25.846921+0000 mon.smithi047 (mon.0) 564 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-10T04:24:27.012 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:26 smithi047 bash[19880]: audit 2024-09-10T04:24:25.846921+0000 mon.smithi047 (mon.0) 564 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-10T04:24:27.012 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:26 smithi047 bash[19880]: audit 2024-09-10T04:24:25.847122+0000 mon.smithi047 (mon.0) 565 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-10T04:24:27.012 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:26 smithi047 bash[19880]: audit 2024-09-10T04:24:25.847122+0000 mon.smithi047 (mon.0) 565 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-10T04:24:27.012 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:26 smithi047 bash[19880]: audit 2024-09-10T04:24:25.847322+0000 mon.smithi047 (mon.0) 566 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-10T04:24:27.012 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:26 smithi047 bash[19880]: audit 2024-09-10T04:24:25.847322+0000 mon.smithi047 (mon.0) 566 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-10T04:24:27.012 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:26 smithi047 bash[19880]: audit 2024-09-10T04:24:25.847523+0000 mon.smithi047 (mon.0) 567 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-10T04:24:27.012 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:26 smithi047 bash[19880]: audit 2024-09-10T04:24:25.847523+0000 mon.smithi047 (mon.0) 567 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-10T04:24:27.013 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:26 smithi047 bash[19880]: audit 2024-09-10T04:24:26.211109+0000 mon.smithi047 (mon.0) 568 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 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-10T04:24:27.013 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:26 smithi047 bash[19880]: audit 2024-09-10T04:24:26.211109+0000 mon.smithi047 (mon.0) 568 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 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-10T04:24:27.013 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:26 smithi047 bash[19880]: audit 2024-09-10T04:24:26.845096+0000 mon.smithi047 (mon.0) 569 : audit [INF] from='osd.3 [v2:172.21.15.47:6810/1773866527,v1:172.21.15.47:6811/1773866527]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi047", "root=default"]}]': finished 2024-09-10T04:24:27.013 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:26 smithi047 bash[19880]: audit 2024-09-10T04:24:26.845096+0000 mon.smithi047 (mon.0) 569 : audit [INF] from='osd.3 [v2:172.21.15.47:6810/1773866527,v1:172.21.15.47:6811/1773866527]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi047", "root=default"]}]': finished 2024-09-10T04:24:27.013 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:26 smithi047 bash[19880]: audit 2024-09-10T04:24:26.845210+0000 mon.smithi047 (mon.0) 570 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 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-10T04:24:27.013 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:26 smithi047 bash[19880]: audit 2024-09-10T04:24:26.845210+0000 mon.smithi047 (mon.0) 570 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 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-10T04:24:27.013 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:26 smithi047 bash[19880]: cluster 2024-09-10T04:24:26.848255+0000 mon.smithi047 (mon.0) 571 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2024-09-10T04:24:27.013 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:26 smithi047 bash[19880]: cluster 2024-09-10T04:24:26.848255+0000 mon.smithi047 (mon.0) 571 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2024-09-10T04:24:27.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:26 smithi149 bash[25108]: cluster 2024-09-10T04:24:24.055444+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T04:24:27.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:26 smithi149 bash[25108]: cluster 2024-09-10T04:24:24.055444+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T04:24:27.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:26 smithi149 bash[25108]: cluster 2024-09-10T04:24:24.055566+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T04:24:27.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:26 smithi149 bash[25108]: cluster 2024-09-10T04:24:24.055566+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T04:24:27.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:26 smithi149 bash[25108]: cluster 2024-09-10T04:24:25.688831+0000 mgr.smithi047.jescqm (mgr.14203) 128 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:24:27.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:26 smithi149 bash[25108]: cluster 2024-09-10T04:24:25.688831+0000 mgr.smithi047.jescqm (mgr.14203) 128 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-10T04:24:27.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:26 smithi149 bash[25108]: audit 2024-09-10T04:24:25.843220+0000 mon.smithi047 (mon.0) 558 : audit [INF] from='osd.3 [v2:172.21.15.47:6810/1773866527,v1:172.21.15.47:6811/1773866527]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-10T04:24:27.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:26 smithi149 bash[25108]: audit 2024-09-10T04:24:25.843220+0000 mon.smithi047 (mon.0) 558 : audit [INF] from='osd.3 [v2:172.21.15.47:6810/1773866527,v1:172.21.15.47:6811/1773866527]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-10T04:24:27.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:26 smithi149 bash[25108]: cluster 2024-09-10T04:24:25.845832+0000 mon.smithi047 (mon.0) 559 : cluster [INF] osd.2 [v2:172.21.15.149:6808/1877895605,v1:172.21.15.149:6809/1877895605] boot 2024-09-10T04:24:27.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:26 smithi149 bash[25108]: cluster 2024-09-10T04:24:25.845832+0000 mon.smithi047 (mon.0) 559 : cluster [INF] osd.2 [v2:172.21.15.149:6808/1877895605,v1:172.21.15.149:6809/1877895605] boot 2024-09-10T04:24:27.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:26 smithi149 bash[25108]: cluster 2024-09-10T04:24:25.845863+0000 mon.smithi047 (mon.0) 560 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2024-09-10T04:24:27.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:26 smithi149 bash[25108]: cluster 2024-09-10T04:24:25.845863+0000 mon.smithi047 (mon.0) 560 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2024-09-10T04:24:27.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:26 smithi149 bash[25108]: audit 2024-09-10T04:24:25.846191+0000 mon.smithi047 (mon.0) 561 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T04:24:27.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:26 smithi149 bash[25108]: audit 2024-09-10T04:24:25.846191+0000 mon.smithi047 (mon.0) 561 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T04:24:27.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:26 smithi149 bash[25108]: audit 2024-09-10T04:24:25.846410+0000 mon.smithi047 (mon.0) 562 : audit [INF] from='osd.3 [v2:172.21.15.47:6810/1773866527,v1:172.21.15.47:6811/1773866527]' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi047", "root=default"]} : dispatch 2024-09-10T04:24:27.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:26 smithi149 bash[25108]: audit 2024-09-10T04:24:25.846410+0000 mon.smithi047 (mon.0) 562 : audit [INF] from='osd.3 [v2:172.21.15.47:6810/1773866527,v1:172.21.15.47:6811/1773866527]' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi047", "root=default"]} : dispatch 2024-09-10T04:24:27.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:26 smithi149 bash[25108]: audit 2024-09-10T04:24:25.846707+0000 mon.smithi047 (mon.0) 563 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-10T04:24:27.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:26 smithi149 bash[25108]: audit 2024-09-10T04:24:25.846707+0000 mon.smithi047 (mon.0) 563 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-10T04:24:27.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:26 smithi149 bash[25108]: audit 2024-09-10T04:24:25.846921+0000 mon.smithi047 (mon.0) 564 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-10T04:24:27.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:26 smithi149 bash[25108]: audit 2024-09-10T04:24:25.846921+0000 mon.smithi047 (mon.0) 564 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-10T04:24:27.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:26 smithi149 bash[25108]: audit 2024-09-10T04:24:25.847122+0000 mon.smithi047 (mon.0) 565 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-10T04:24:27.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:26 smithi149 bash[25108]: audit 2024-09-10T04:24:25.847122+0000 mon.smithi047 (mon.0) 565 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-10T04:24:27.186 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:26 smithi149 bash[25108]: audit 2024-09-10T04:24:25.847322+0000 mon.smithi047 (mon.0) 566 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-10T04:24:27.186 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:26 smithi149 bash[25108]: audit 2024-09-10T04:24:25.847322+0000 mon.smithi047 (mon.0) 566 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-10T04:24:27.186 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:26 smithi149 bash[25108]: audit 2024-09-10T04:24:25.847523+0000 mon.smithi047 (mon.0) 567 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-10T04:24:27.186 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:26 smithi149 bash[25108]: audit 2024-09-10T04:24:25.847523+0000 mon.smithi047 (mon.0) 567 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-10T04:24:27.186 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:26 smithi149 bash[25108]: audit 2024-09-10T04:24:26.211109+0000 mon.smithi047 (mon.0) 568 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 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-10T04:24:27.186 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:26 smithi149 bash[25108]: audit 2024-09-10T04:24:26.211109+0000 mon.smithi047 (mon.0) 568 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 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-10T04:24:27.186 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:26 smithi149 bash[25108]: audit 2024-09-10T04:24:26.845096+0000 mon.smithi047 (mon.0) 569 : audit [INF] from='osd.3 [v2:172.21.15.47:6810/1773866527,v1:172.21.15.47:6811/1773866527]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi047", "root=default"]}]': finished 2024-09-10T04:24:27.186 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:26 smithi149 bash[25108]: audit 2024-09-10T04:24:26.845096+0000 mon.smithi047 (mon.0) 569 : audit [INF] from='osd.3 [v2:172.21.15.47:6810/1773866527,v1:172.21.15.47:6811/1773866527]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi047", "root=default"]}]': finished 2024-09-10T04:24:27.186 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:26 smithi149 bash[25108]: audit 2024-09-10T04:24:26.845210+0000 mon.smithi047 (mon.0) 570 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 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-10T04:24:27.186 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:26 smithi149 bash[25108]: audit 2024-09-10T04:24:26.845210+0000 mon.smithi047 (mon.0) 570 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 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-10T04:24:27.186 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:26 smithi149 bash[25108]: cluster 2024-09-10T04:24:26.848255+0000 mon.smithi047 (mon.0) 571 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2024-09-10T04:24:27.186 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:26 smithi149 bash[25108]: cluster 2024-09-10T04:24:26.848255+0000 mon.smithi047 (mon.0) 571 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2024-09-10T04:24:27.681 INFO:teuthology.orchestra.run.smithi047.stdout:{"epoch":23,"num_osds":8,"num_up_osds":3,"osd_up_since":1725942265,"num_in_osds":8,"osd_in_since":1725942225,"num_remapped_pgs":0} 2024-09-10T04:24:28.086 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:27 smithi047 bash[19880]: audit 2024-09-10T04:24:26.853107+0000 mon.smithi047 (mon.0) 572 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-10T04:24:28.086 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:27 smithi047 bash[19880]: audit 2024-09-10T04:24:26.853107+0000 mon.smithi047 (mon.0) 572 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-10T04:24:28.086 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:27 smithi047 bash[19880]: audit 2024-09-10T04:24:26.853513+0000 mon.smithi047 (mon.0) 573 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-10T04:24:28.086 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:27 smithi047 bash[19880]: audit 2024-09-10T04:24:26.853513+0000 mon.smithi047 (mon.0) 573 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-10T04:24:28.086 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:27 smithi047 bash[19880]: audit 2024-09-10T04:24:26.853731+0000 mon.smithi047 (mon.0) 574 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-10T04:24:28.086 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:27 smithi047 bash[19880]: audit 2024-09-10T04:24:26.853731+0000 mon.smithi047 (mon.0) 574 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-10T04:24:28.087 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:27 smithi047 bash[19880]: audit 2024-09-10T04:24:26.854027+0000 mon.smithi047 (mon.0) 575 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-10T04:24:28.087 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:27 smithi047 bash[19880]: audit 2024-09-10T04:24:26.854027+0000 mon.smithi047 (mon.0) 575 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-10T04:24:28.087 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:27 smithi047 bash[19880]: audit 2024-09-10T04:24:26.854232+0000 mon.smithi047 (mon.0) 576 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-10T04:24:28.087 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:27 smithi047 bash[19880]: audit 2024-09-10T04:24:26.854232+0000 mon.smithi047 (mon.0) 576 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-10T04:24:28.087 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:27 smithi047 bash[19880]: audit 2024-09-10T04:24:26.854498+0000 mon.smithi047 (mon.0) 577 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2024-09-10T04:24:28.087 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:27 smithi047 bash[19880]: audit 2024-09-10T04:24:26.854498+0000 mon.smithi047 (mon.0) 577 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2024-09-10T04:24:28.087 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:27 smithi047 bash[19880]: audit 2024-09-10T04:24:26.855100+0000 mon.smithi047 (mon.0) 578 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-10T04:24:28.087 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:27 smithi047 bash[19880]: audit 2024-09-10T04:24:26.855100+0000 mon.smithi047 (mon.0) 578 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-10T04:24:28.087 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:27 smithi047 bash[19880]: audit 2024-09-10T04:24:27.009656+0000 mon.smithi047 (mon.0) 579 : audit [DBG] from='client.? 172.21.15.47:0/4038961684' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-10T04:24:28.087 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:27 smithi047 bash[19880]: audit 2024-09-10T04:24:27.009656+0000 mon.smithi047 (mon.0) 579 : audit [DBG] from='client.? 172.21.15.47:0/4038961684' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-10T04:24:28.088 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:27 smithi047 bash[19880]: audit 2024-09-10T04:24:27.169226+0000 mon.smithi047 (mon.0) 580 : audit [INF] from='osd.3 [v2:172.21.15.47:6810/1773866527,v1:172.21.15.47:6811/1773866527]' entity='osd.3' 2024-09-10T04:24:28.088 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:27 smithi047 bash[19880]: audit 2024-09-10T04:24:27.169226+0000 mon.smithi047 (mon.0) 580 : audit [INF] from='osd.3 [v2:172.21.15.47:6810/1773866527,v1:172.21.15.47:6811/1773866527]' entity='osd.3' 2024-09-10T04:24:28.088 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:27 smithi047 bash[19880]: audit 2024-09-10T04:24:27.847879+0000 mon.smithi047 (mon.0) 581 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-10T04:24:28.088 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:27 smithi047 bash[19880]: audit 2024-09-10T04:24:27.847879+0000 mon.smithi047 (mon.0) 581 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-10T04:24:28.088 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:27 smithi047 bash[19880]: cluster 2024-09-10T04:24:27.852008+0000 mon.smithi047 (mon.0) 582 : cluster [INF] osd.3 [v2:172.21.15.47:6810/1773866527,v1:172.21.15.47:6811/1773866527] boot 2024-09-10T04:24:28.088 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:27 smithi047 bash[19880]: cluster 2024-09-10T04:24:27.852008+0000 mon.smithi047 (mon.0) 582 : cluster [INF] osd.3 [v2:172.21.15.47:6810/1773866527,v1:172.21.15.47:6811/1773866527] boot 2024-09-10T04:24:28.088 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:27 smithi047 bash[19880]: cluster 2024-09-10T04:24:27.852056+0000 mon.smithi047 (mon.0) 583 : cluster [DBG] osdmap e24: 8 total, 4 up, 8 in 2024-09-10T04:24:28.088 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:27 smithi047 bash[19880]: cluster 2024-09-10T04:24:27.852056+0000 mon.smithi047 (mon.0) 583 : cluster [DBG] osdmap e24: 8 total, 4 up, 8 in 2024-09-10T04:24:28.088 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:27 smithi047 bash[19880]: audit 2024-09-10T04:24:27.852719+0000 mon.smithi047 (mon.0) 584 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-10T04:24:28.088 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:27 smithi047 bash[19880]: audit 2024-09-10T04:24:27.852719+0000 mon.smithi047 (mon.0) 584 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-10T04:24:28.088 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:27 smithi047 bash[19880]: audit 2024-09-10T04:24:27.853072+0000 mon.smithi047 (mon.0) 585 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-10T04:24:28.088 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:27 smithi047 bash[19880]: audit 2024-09-10T04:24:27.853072+0000 mon.smithi047 (mon.0) 585 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-10T04:24:28.089 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:27 smithi047 bash[19880]: audit 2024-09-10T04:24:27.853369+0000 mon.smithi047 (mon.0) 586 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-10T04:24:28.089 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:27 smithi047 bash[19880]: audit 2024-09-10T04:24:27.853369+0000 mon.smithi047 (mon.0) 586 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-10T04:24:28.089 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:27 smithi047 bash[19880]: audit 2024-09-10T04:24:27.853628+0000 mon.smithi047 (mon.0) 587 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-10T04:24:28.089 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:27 smithi047 bash[19880]: audit 2024-09-10T04:24:27.853628+0000 mon.smithi047 (mon.0) 587 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-10T04:24:28.089 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:27 smithi047 bash[19880]: audit 2024-09-10T04:24:27.853851+0000 mon.smithi047 (mon.0) 588 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-10T04:24:28.089 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:27 smithi047 bash[19880]: audit 2024-09-10T04:24:27.853851+0000 mon.smithi047 (mon.0) 588 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-10T04:24:28.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:27 smithi149 bash[25108]: audit 2024-09-10T04:24:26.853107+0000 mon.smithi047 (mon.0) 572 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-10T04:24:28.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:27 smithi149 bash[25108]: audit 2024-09-10T04:24:26.853107+0000 mon.smithi047 (mon.0) 572 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-10T04:24:28.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:27 smithi149 bash[25108]: audit 2024-09-10T04:24:26.853513+0000 mon.smithi047 (mon.0) 573 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-10T04:24:28.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:27 smithi149 bash[25108]: audit 2024-09-10T04:24:26.853513+0000 mon.smithi047 (mon.0) 573 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-10T04:24:28.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:27 smithi149 bash[25108]: audit 2024-09-10T04:24:26.853731+0000 mon.smithi047 (mon.0) 574 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-10T04:24:28.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:27 smithi149 bash[25108]: audit 2024-09-10T04:24:26.853731+0000 mon.smithi047 (mon.0) 574 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-10T04:24:28.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:27 smithi149 bash[25108]: audit 2024-09-10T04:24:26.854027+0000 mon.smithi047 (mon.0) 575 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-10T04:24:28.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:27 smithi149 bash[25108]: audit 2024-09-10T04:24:26.854027+0000 mon.smithi047 (mon.0) 575 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-10T04:24:28.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:27 smithi149 bash[25108]: audit 2024-09-10T04:24:26.854232+0000 mon.smithi047 (mon.0) 576 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-10T04:24:28.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:27 smithi149 bash[25108]: audit 2024-09-10T04:24:26.854232+0000 mon.smithi047 (mon.0) 576 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-10T04:24:28.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:27 smithi149 bash[25108]: audit 2024-09-10T04:24:26.854498+0000 mon.smithi047 (mon.0) 577 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2024-09-10T04:24:28.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:27 smithi149 bash[25108]: audit 2024-09-10T04:24:26.854498+0000 mon.smithi047 (mon.0) 577 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2024-09-10T04:24:28.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:27 smithi149 bash[25108]: audit 2024-09-10T04:24:26.855100+0000 mon.smithi047 (mon.0) 578 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-10T04:24:28.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:27 smithi149 bash[25108]: audit 2024-09-10T04:24:26.855100+0000 mon.smithi047 (mon.0) 578 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-10T04:24:28.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:27 smithi149 bash[25108]: audit 2024-09-10T04:24:27.009656+0000 mon.smithi047 (mon.0) 579 : audit [DBG] from='client.? 172.21.15.47:0/4038961684' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-10T04:24:28.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:27 smithi149 bash[25108]: audit 2024-09-10T04:24:27.009656+0000 mon.smithi047 (mon.0) 579 : audit [DBG] from='client.? 172.21.15.47:0/4038961684' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-10T04:24:28.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:27 smithi149 bash[25108]: audit 2024-09-10T04:24:27.169226+0000 mon.smithi047 (mon.0) 580 : audit [INF] from='osd.3 [v2:172.21.15.47:6810/1773866527,v1:172.21.15.47:6811/1773866527]' entity='osd.3' 2024-09-10T04:24:28.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:27 smithi149 bash[25108]: audit 2024-09-10T04:24:27.169226+0000 mon.smithi047 (mon.0) 580 : audit [INF] from='osd.3 [v2:172.21.15.47:6810/1773866527,v1:172.21.15.47:6811/1773866527]' entity='osd.3' 2024-09-10T04:24:28.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:27 smithi149 bash[25108]: audit 2024-09-10T04:24:27.847879+0000 mon.smithi047 (mon.0) 581 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-10T04:24:28.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:27 smithi149 bash[25108]: audit 2024-09-10T04:24:27.847879+0000 mon.smithi047 (mon.0) 581 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-10T04:24:28.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:27 smithi149 bash[25108]: cluster 2024-09-10T04:24:27.852008+0000 mon.smithi047 (mon.0) 582 : cluster [INF] osd.3 [v2:172.21.15.47:6810/1773866527,v1:172.21.15.47:6811/1773866527] boot 2024-09-10T04:24:28.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:27 smithi149 bash[25108]: cluster 2024-09-10T04:24:27.852008+0000 mon.smithi047 (mon.0) 582 : cluster [INF] osd.3 [v2:172.21.15.47:6810/1773866527,v1:172.21.15.47:6811/1773866527] boot 2024-09-10T04:24:28.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:27 smithi149 bash[25108]: cluster 2024-09-10T04:24:27.852056+0000 mon.smithi047 (mon.0) 583 : cluster [DBG] osdmap e24: 8 total, 4 up, 8 in 2024-09-10T04:24:28.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:27 smithi149 bash[25108]: cluster 2024-09-10T04:24:27.852056+0000 mon.smithi047 (mon.0) 583 : cluster [DBG] osdmap e24: 8 total, 4 up, 8 in 2024-09-10T04:24:28.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:27 smithi149 bash[25108]: audit 2024-09-10T04:24:27.852719+0000 mon.smithi047 (mon.0) 584 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-10T04:24:28.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:27 smithi149 bash[25108]: audit 2024-09-10T04:24:27.852719+0000 mon.smithi047 (mon.0) 584 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-10T04:24:28.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:27 smithi149 bash[25108]: audit 2024-09-10T04:24:27.853072+0000 mon.smithi047 (mon.0) 585 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-10T04:24:28.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:27 smithi149 bash[25108]: audit 2024-09-10T04:24:27.853072+0000 mon.smithi047 (mon.0) 585 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-10T04:24:28.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:27 smithi149 bash[25108]: audit 2024-09-10T04:24:27.853369+0000 mon.smithi047 (mon.0) 586 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-10T04:24:28.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:27 smithi149 bash[25108]: audit 2024-09-10T04:24:27.853369+0000 mon.smithi047 (mon.0) 586 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-10T04:24:28.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:27 smithi149 bash[25108]: audit 2024-09-10T04:24:27.853628+0000 mon.smithi047 (mon.0) 587 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-10T04:24:28.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:27 smithi149 bash[25108]: audit 2024-09-10T04:24:27.853628+0000 mon.smithi047 (mon.0) 587 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-10T04:24:28.186 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:27 smithi149 bash[25108]: audit 2024-09-10T04:24:27.853851+0000 mon.smithi047 (mon.0) 588 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-10T04:24:28.186 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:27 smithi149 bash[25108]: audit 2024-09-10T04:24:27.853851+0000 mon.smithi047 (mon.0) 588 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-10T04:24:28.682 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b165ca24-6f2b-11ef-bcea-c7b262605968 -- ceph osd stat -f json 2024-09-10T04:24:29.055 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:28 smithi149 bash[25108]: cluster 2024-09-10T04:24:26.356332+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T04:24:29.055 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:28 smithi149 bash[25108]: cluster 2024-09-10T04:24:26.356332+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T04:24:29.055 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:28 smithi149 bash[25108]: cluster 2024-09-10T04:24:26.356419+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T04:24:29.055 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:28 smithi149 bash[25108]: cluster 2024-09-10T04:24:26.356419+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T04:24:29.055 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:28 smithi149 bash[25108]: cluster 2024-09-10T04:24:27.689351+0000 mgr.smithi047.jescqm (mgr.14203) 129 : cluster [DBG] pgmap v83: 1 pgs: 1 unknown; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:24:29.056 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:28 smithi149 bash[25108]: cluster 2024-09-10T04:24:27.689351+0000 mgr.smithi047.jescqm (mgr.14203) 129 : cluster [DBG] pgmap v83: 1 pgs: 1 unknown; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:24:29.056 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:28 smithi149 bash[25108]: audit 2024-09-10T04:24:28.091954+0000 mon.smithi149 (mon.1) 14 : audit [INF] from='osd.4 [v2:172.21.15.149:6816/3820379047,v1:172.21.15.149:6817/3820379047]' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-10T04:24:29.056 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:28 smithi149 bash[25108]: audit 2024-09-10T04:24:28.091954+0000 mon.smithi149 (mon.1) 14 : audit [INF] from='osd.4 [v2:172.21.15.149:6816/3820379047,v1:172.21.15.149:6817/3820379047]' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-10T04:24:29.056 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:28 smithi149 bash[25108]: audit 2024-09-10T04:24:28.092748+0000 mon.smithi047 (mon.0) 589 : audit [INF] from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-10T04:24:29.056 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:28 smithi149 bash[25108]: audit 2024-09-10T04:24:28.092748+0000 mon.smithi047 (mon.0) 589 : audit [INF] from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-10T04:24:29.056 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:28 smithi149 bash[25108]: cluster 2024-09-10T04:24:28.167300+0000 mon.smithi047 (mon.0) 590 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-10T04:24:29.056 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:28 smithi149 bash[25108]: cluster 2024-09-10T04:24:28.167300+0000 mon.smithi047 (mon.0) 590 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-10T04:24:29.056 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:28 smithi149 bash[25108]: audit 2024-09-10T04:24:28.850097+0000 mon.smithi047 (mon.0) 591 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-10T04:24:29.056 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:28 smithi149 bash[25108]: audit 2024-09-10T04:24:28.850097+0000 mon.smithi047 (mon.0) 591 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-10T04:24:29.056 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:28 smithi149 bash[25108]: cluster 2024-09-10T04:24:28.855567+0000 mon.smithi047 (mon.0) 592 : cluster [DBG] osdmap e25: 8 total, 4 up, 8 in 2024-09-10T04:24:29.056 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:28 smithi149 bash[25108]: cluster 2024-09-10T04:24:28.855567+0000 mon.smithi047 (mon.0) 592 : cluster [DBG] osdmap e25: 8 total, 4 up, 8 in 2024-09-10T04:24:29.056 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:28 smithi149 bash[25108]: audit 2024-09-10T04:24:28.856222+0000 mon.smithi047 (mon.0) 593 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-10T04:24:29.056 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:28 smithi149 bash[25108]: audit 2024-09-10T04:24:28.856222+0000 mon.smithi047 (mon.0) 593 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-10T04:24:29.057 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:28 smithi149 bash[25108]: audit 2024-09-10T04:24:28.856406+0000 mon.smithi149 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.149:6816/3820379047,v1:172.21.15.149:6817/3820379047]' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi149", "root=default"]} : dispatch 2024-09-10T04:24:29.057 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:28 smithi149 bash[25108]: audit 2024-09-10T04:24:28.856406+0000 mon.smithi149 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.149:6816/3820379047,v1:172.21.15.149:6817/3820379047]' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi149", "root=default"]} : dispatch 2024-09-10T04:24:29.057 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:28 smithi149 bash[25108]: audit 2024-09-10T04:24:28.856796+0000 mon.smithi047 (mon.0) 594 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-10T04:24:29.057 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:28 smithi149 bash[25108]: audit 2024-09-10T04:24:28.856796+0000 mon.smithi047 (mon.0) 594 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-10T04:24:29.057 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:28 smithi149 bash[25108]: audit 2024-09-10T04:24:28.857530+0000 mon.smithi047 (mon.0) 595 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-10T04:24:29.057 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:28 smithi149 bash[25108]: audit 2024-09-10T04:24:28.857530+0000 mon.smithi047 (mon.0) 595 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-10T04:24:29.057 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:28 smithi149 bash[25108]: audit 2024-09-10T04:24:28.858255+0000 mon.smithi047 (mon.0) 596 : audit [INF] from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi149", "root=default"]} : dispatch 2024-09-10T04:24:29.057 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:28 smithi149 bash[25108]: audit 2024-09-10T04:24:28.858255+0000 mon.smithi047 (mon.0) 596 : audit [INF] from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi149", "root=default"]} : dispatch 2024-09-10T04:24:29.124 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:28 smithi047 bash[19880]: cluster 2024-09-10T04:24:26.356332+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T04:24:29.124 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:28 smithi047 bash[19880]: cluster 2024-09-10T04:24:26.356332+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T04:24:29.124 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:28 smithi047 bash[19880]: cluster 2024-09-10T04:24:26.356419+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T04:24:29.124 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:28 smithi047 bash[19880]: cluster 2024-09-10T04:24:26.356419+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T04:24:29.124 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:28 smithi047 bash[19880]: cluster 2024-09-10T04:24:27.689351+0000 mgr.smithi047.jescqm (mgr.14203) 129 : cluster [DBG] pgmap v83: 1 pgs: 1 unknown; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:24:29.125 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:28 smithi047 bash[19880]: cluster 2024-09-10T04:24:27.689351+0000 mgr.smithi047.jescqm (mgr.14203) 129 : cluster [DBG] pgmap v83: 1 pgs: 1 unknown; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-09-10T04:24:29.125 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:28 smithi047 bash[19880]: audit 2024-09-10T04:24:28.091954+0000 mon.smithi149 (mon.1) 14 : audit [INF] from='osd.4 [v2:172.21.15.149:6816/3820379047,v1:172.21.15.149:6817/3820379047]' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-10T04:24:29.125 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:28 smithi047 bash[19880]: audit 2024-09-10T04:24:28.091954+0000 mon.smithi149 (mon.1) 14 : audit [INF] from='osd.4 [v2:172.21.15.149:6816/3820379047,v1:172.21.15.149:6817/3820379047]' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-10T04:24:29.125 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:28 smithi047 bash[19880]: audit 2024-09-10T04:24:28.092748+0000 mon.smithi047 (mon.0) 589 : audit [INF] from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-10T04:24:29.125 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:28 smithi047 bash[19880]: audit 2024-09-10T04:24:28.092748+0000 mon.smithi047 (mon.0) 589 : audit [INF] from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-10T04:24:29.125 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:28 smithi047 bash[19880]: cluster 2024-09-10T04:24:28.167300+0000 mon.smithi047 (mon.0) 590 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-10T04:24:29.125 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:28 smithi047 bash[19880]: cluster 2024-09-10T04:24:28.167300+0000 mon.smithi047 (mon.0) 590 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-10T04:24:29.125 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:28 smithi047 bash[19880]: audit 2024-09-10T04:24:28.850097+0000 mon.smithi047 (mon.0) 591 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-10T04:24:29.125 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:28 smithi047 bash[19880]: audit 2024-09-10T04:24:28.850097+0000 mon.smithi047 (mon.0) 591 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-10T04:24:29.125 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:28 smithi047 bash[19880]: cluster 2024-09-10T04:24:28.855567+0000 mon.smithi047 (mon.0) 592 : cluster [DBG] osdmap e25: 8 total, 4 up, 8 in 2024-09-10T04:24:29.125 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:28 smithi047 bash[19880]: cluster 2024-09-10T04:24:28.855567+0000 mon.smithi047 (mon.0) 592 : cluster [DBG] osdmap e25: 8 total, 4 up, 8 in 2024-09-10T04:24:29.125 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:28 smithi047 bash[19880]: audit 2024-09-10T04:24:28.856222+0000 mon.smithi047 (mon.0) 593 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-10T04:24:29.126 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:28 smithi047 bash[19880]: audit 2024-09-10T04:24:28.856222+0000 mon.smithi047 (mon.0) 593 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-10T04:24:29.126 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:28 smithi047 bash[19880]: audit 2024-09-10T04:24:28.856406+0000 mon.smithi149 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.149:6816/3820379047,v1:172.21.15.149:6817/3820379047]' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi149", "root=default"]} : dispatch 2024-09-10T04:24:29.126 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:28 smithi047 bash[19880]: audit 2024-09-10T04:24:28.856406+0000 mon.smithi149 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.149:6816/3820379047,v1:172.21.15.149:6817/3820379047]' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi149", "root=default"]} : dispatch 2024-09-10T04:24:29.126 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:28 smithi047 bash[19880]: audit 2024-09-10T04:24:28.856796+0000 mon.smithi047 (mon.0) 594 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-10T04:24:29.126 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:28 smithi047 bash[19880]: audit 2024-09-10T04:24:28.856796+0000 mon.smithi047 (mon.0) 594 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-10T04:24:29.126 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:28 smithi047 bash[19880]: audit 2024-09-10T04:24:28.857530+0000 mon.smithi047 (mon.0) 595 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-10T04:24:29.126 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:28 smithi047 bash[19880]: audit 2024-09-10T04:24:28.857530+0000 mon.smithi047 (mon.0) 595 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-10T04:24:29.126 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:28 smithi047 bash[19880]: audit 2024-09-10T04:24:28.858255+0000 mon.smithi047 (mon.0) 596 : audit [INF] from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi149", "root=default"]} : dispatch 2024-09-10T04:24:29.126 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:28 smithi047 bash[19880]: audit 2024-09-10T04:24:28.858255+0000 mon.smithi047 (mon.0) 596 : audit [INF] from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi149", "root=default"]} : dispatch 2024-09-10T04:24:30.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:29 smithi149 bash[25108]: audit 2024-09-10T04:24:28.859016+0000 mon.smithi047 (mon.0) 597 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-10T04:24:30.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:29 smithi149 bash[25108]: audit 2024-09-10T04:24:28.859016+0000 mon.smithi047 (mon.0) 597 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-10T04:24:30.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:29 smithi149 bash[25108]: audit 2024-09-10T04:24:29.557603+0000 mon.smithi047 (mon.0) 598 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:30.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:29 smithi149 bash[25108]: audit 2024-09-10T04:24:29.557603+0000 mon.smithi047 (mon.0) 598 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:30.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:29 smithi149 bash[25108]: audit 2024-09-10T04:24:29.629719+0000 mon.smithi047 (mon.0) 599 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:30.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:29 smithi149 bash[25108]: audit 2024-09-10T04:24:29.629719+0000 mon.smithi047 (mon.0) 599 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:30.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:29 smithi149 bash[25108]: audit 2024-09-10T04:24:29.705398+0000 mon.smithi047 (mon.0) 600 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:30.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:29 smithi149 bash[25108]: audit 2024-09-10T04:24:29.705398+0000 mon.smithi047 (mon.0) 600 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:30.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:29 smithi149 bash[25108]: audit 2024-09-10T04:24:29.768977+0000 mon.smithi047 (mon.0) 601 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:30.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:29 smithi149 bash[25108]: audit 2024-09-10T04:24:29.768977+0000 mon.smithi047 (mon.0) 601 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:30.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:29 smithi149 bash[25108]: audit 2024-09-10T04:24:29.771881+0000 mon.smithi047 (mon.0) 602 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-10T04:24:30.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:29 smithi149 bash[25108]: audit 2024-09-10T04:24:29.771881+0000 mon.smithi047 (mon.0) 602 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-10T04:24:30.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:29 smithi149 bash[25108]: audit 2024-09-10T04:24:29.812033+0000 mon.smithi047 (mon.0) 603 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-10T04:24:30.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:29 smithi149 bash[25108]: audit 2024-09-10T04:24:29.812033+0000 mon.smithi047 (mon.0) 603 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-10T04:24:30.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:29 smithi149 bash[25108]: audit 2024-09-10T04:24:29.812299+0000 mon.smithi047 (mon.0) 604 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "mon metadata", "id": "smithi047"} : dispatch 2024-09-10T04:24:30.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:29 smithi149 bash[25108]: audit 2024-09-10T04:24:29.812299+0000 mon.smithi047 (mon.0) 604 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "mon metadata", "id": "smithi047"} : dispatch 2024-09-10T04:24:30.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:29 smithi149 bash[25108]: audit 2024-09-10T04:24:29.812453+0000 mon.smithi047 (mon.0) 605 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "mon metadata", "id": "smithi149"} : dispatch 2024-09-10T04:24:30.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:29 smithi149 bash[25108]: audit 2024-09-10T04:24:29.812453+0000 mon.smithi047 (mon.0) 605 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "mon metadata", "id": "smithi149"} : dispatch 2024-09-10T04:24:30.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:29 smithi149 bash[25108]: audit 2024-09-10T04:24:29.836593+0000 mon.smithi047 (mon.0) 606 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:30.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:29 smithi149 bash[25108]: audit 2024-09-10T04:24:29.836593+0000 mon.smithi047 (mon.0) 606 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:30.186 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:29 smithi149 bash[25108]: audit 2024-09-10T04:24:29.838724+0000 mon.smithi047 (mon.0) 607 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "mon metadata", "id": "smithi047"} : dispatch 2024-09-10T04:24:30.186 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:29 smithi149 bash[25108]: audit 2024-09-10T04:24:29.838724+0000 mon.smithi047 (mon.0) 607 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "mon metadata", "id": "smithi047"} : dispatch 2024-09-10T04:24:30.186 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:29 smithi149 bash[25108]: audit 2024-09-10T04:24:29.838880+0000 mon.smithi047 (mon.0) 608 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "mon metadata", "id": "smithi149"} : dispatch 2024-09-10T04:24:30.186 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:29 smithi149 bash[25108]: audit 2024-09-10T04:24:29.838880+0000 mon.smithi047 (mon.0) 608 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "mon metadata", "id": "smithi149"} : dispatch 2024-09-10T04:24:30.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:29 smithi047 bash[19880]: audit 2024-09-10T04:24:28.859016+0000 mon.smithi047 (mon.0) 597 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-10T04:24:30.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:29 smithi047 bash[19880]: audit 2024-09-10T04:24:28.859016+0000 mon.smithi047 (mon.0) 597 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-10T04:24:30.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:29 smithi047 bash[19880]: audit 2024-09-10T04:24:29.557603+0000 mon.smithi047 (mon.0) 598 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:30.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:29 smithi047 bash[19880]: audit 2024-09-10T04:24:29.557603+0000 mon.smithi047 (mon.0) 598 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:30.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:29 smithi047 bash[19880]: audit 2024-09-10T04:24:29.629719+0000 mon.smithi047 (mon.0) 599 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:30.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:29 smithi047 bash[19880]: audit 2024-09-10T04:24:29.629719+0000 mon.smithi047 (mon.0) 599 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:30.375 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:29 smithi047 bash[19880]: audit 2024-09-10T04:24:29.705398+0000 mon.smithi047 (mon.0) 600 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:30.375 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:29 smithi047 bash[19880]: audit 2024-09-10T04:24:29.705398+0000 mon.smithi047 (mon.0) 600 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:30.375 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:29 smithi047 bash[19880]: audit 2024-09-10T04:24:29.768977+0000 mon.smithi047 (mon.0) 601 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:30.375 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:29 smithi047 bash[19880]: audit 2024-09-10T04:24:29.768977+0000 mon.smithi047 (mon.0) 601 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:30.375 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:29 smithi047 bash[19880]: audit 2024-09-10T04:24:29.771881+0000 mon.smithi047 (mon.0) 602 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-10T04:24:30.375 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:29 smithi047 bash[19880]: audit 2024-09-10T04:24:29.771881+0000 mon.smithi047 (mon.0) 602 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-10T04:24:30.375 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:29 smithi047 bash[19880]: audit 2024-09-10T04:24:29.812033+0000 mon.smithi047 (mon.0) 603 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-10T04:24:30.375 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:29 smithi047 bash[19880]: audit 2024-09-10T04:24:29.812033+0000 mon.smithi047 (mon.0) 603 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-10T04:24:30.375 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:29 smithi047 bash[19880]: audit 2024-09-10T04:24:29.812299+0000 mon.smithi047 (mon.0) 604 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "mon metadata", "id": "smithi047"} : dispatch 2024-09-10T04:24:30.375 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:29 smithi047 bash[19880]: audit 2024-09-10T04:24:29.812299+0000 mon.smithi047 (mon.0) 604 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "mon metadata", "id": "smithi047"} : dispatch 2024-09-10T04:24:30.375 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:29 smithi047 bash[19880]: audit 2024-09-10T04:24:29.812453+0000 mon.smithi047 (mon.0) 605 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "mon metadata", "id": "smithi149"} : dispatch 2024-09-10T04:24:30.375 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:29 smithi047 bash[19880]: audit 2024-09-10T04:24:29.812453+0000 mon.smithi047 (mon.0) 605 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "mon metadata", "id": "smithi149"} : dispatch 2024-09-10T04:24:30.376 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:29 smithi047 bash[19880]: audit 2024-09-10T04:24:29.836593+0000 mon.smithi047 (mon.0) 606 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:30.376 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:29 smithi047 bash[19880]: audit 2024-09-10T04:24:29.836593+0000 mon.smithi047 (mon.0) 606 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:30.376 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:29 smithi047 bash[19880]: audit 2024-09-10T04:24:29.838724+0000 mon.smithi047 (mon.0) 607 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "mon metadata", "id": "smithi047"} : dispatch 2024-09-10T04:24:30.376 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:29 smithi047 bash[19880]: audit 2024-09-10T04:24:29.838724+0000 mon.smithi047 (mon.0) 607 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "mon metadata", "id": "smithi047"} : dispatch 2024-09-10T04:24:30.376 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:29 smithi047 bash[19880]: audit 2024-09-10T04:24:29.838880+0000 mon.smithi047 (mon.0) 608 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "mon metadata", "id": "smithi149"} : dispatch 2024-09-10T04:24:30.376 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:29 smithi047 bash[19880]: audit 2024-09-10T04:24:29.838880+0000 mon.smithi047 (mon.0) 608 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "mon metadata", "id": "smithi149"} : dispatch 2024-09-10T04:24:31.173 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:30 smithi149 bash[25108]: cluster 2024-09-10T04:24:29.689726+0000 mgr.smithi047.jescqm (mgr.14203) 130 : cluster [DBG] pgmap v86: 1 pgs: 1 unknown; 0 B data, 118 MiB used, 357 GiB / 358 GiB avail 2024-09-10T04:24:31.173 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:30 smithi149 bash[25108]: cluster 2024-09-10T04:24:29.689726+0000 mgr.smithi047.jescqm (mgr.14203) 130 : cluster [DBG] pgmap v86: 1 pgs: 1 unknown; 0 B data, 118 MiB used, 357 GiB / 358 GiB avail 2024-09-10T04:24:31.173 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:30 smithi149 bash[25108]: audit 2024-09-10T04:24:29.838398+0000 mon.smithi149 (mon.1) 16 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-10T04:24:31.174 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:30 smithi149 bash[25108]: audit 2024-09-10T04:24:29.838398+0000 mon.smithi149 (mon.1) 16 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-10T04:24:31.174 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:30 smithi149 bash[25108]: audit 2024-09-10T04:24:29.890923+0000 mon.smithi149 (mon.1) 17 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-10T04:24:31.174 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:30 smithi149 bash[25108]: audit 2024-09-10T04:24:29.890923+0000 mon.smithi149 (mon.1) 17 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-10T04:24:31.174 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:30 smithi149 bash[25108]: audit 2024-09-10T04:24:29.892596+0000 mon.smithi047 (mon.0) 609 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi149", "root=default"]}]': finished 2024-09-10T04:24:31.174 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:30 smithi149 bash[25108]: audit 2024-09-10T04:24:29.892596+0000 mon.smithi047 (mon.0) 609 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi149", "root=default"]}]': finished 2024-09-10T04:24:31.174 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:30 smithi149 bash[25108]: cluster 2024-09-10T04:24:29.899423+0000 mon.smithi047 (mon.0) 610 : cluster [DBG] osdmap e26: 8 total, 4 up, 8 in 2024-09-10T04:24:31.174 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:30 smithi149 bash[25108]: cluster 2024-09-10T04:24:29.899423+0000 mon.smithi047 (mon.0) 610 : cluster [DBG] osdmap e26: 8 total, 4 up, 8 in 2024-09-10T04:24:31.174 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:30 smithi149 bash[25108]: audit 2024-09-10T04:24:29.900300+0000 mon.smithi047 (mon.0) 611 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-10T04:24:31.174 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:30 smithi149 bash[25108]: audit 2024-09-10T04:24:29.900300+0000 mon.smithi047 (mon.0) 611 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-10T04:24:31.174 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:30 smithi149 bash[25108]: audit 2024-09-10T04:24:29.900849+0000 mon.smithi047 (mon.0) 612 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-10T04:24:31.174 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:30 smithi149 bash[25108]: audit 2024-09-10T04:24:29.900849+0000 mon.smithi047 (mon.0) 612 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-10T04:24:31.174 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:30 smithi149 bash[25108]: audit 2024-09-10T04:24:29.901313+0000 mon.smithi047 (mon.0) 613 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-10T04:24:31.175 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:30 smithi149 bash[25108]: audit 2024-09-10T04:24:29.901313+0000 mon.smithi047 (mon.0) 613 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-10T04:24:31.175 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:30 smithi149 bash[25108]: audit 2024-09-10T04:24:29.906718+0000 mon.smithi047 (mon.0) 614 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-10T04:24:31.175 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:30 smithi149 bash[25108]: audit 2024-09-10T04:24:29.906718+0000 mon.smithi047 (mon.0) 614 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-10T04:24:31.175 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:30 smithi149 bash[25108]: audit 2024-09-10T04:24:29.907591+0000 mon.smithi047 (mon.0) 615 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-10T04:24:31.175 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:30 smithi149 bash[25108]: audit 2024-09-10T04:24:29.907591+0000 mon.smithi047 (mon.0) 615 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-10T04:24:31.175 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:30 smithi149 bash[25108]: audit 2024-09-10T04:24:30.202306+0000 mon.smithi047 (mon.0) 616 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:31.175 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:30 smithi149 bash[25108]: audit 2024-09-10T04:24:30.202306+0000 mon.smithi047 (mon.0) 616 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:31.175 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:30 smithi149 bash[25108]: audit 2024-09-10T04:24:30.433090+0000 mon.smithi047 (mon.0) 617 : audit [INF] from='osd.4 ' entity='osd.4' 2024-09-10T04:24:31.175 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:30 smithi149 bash[25108]: audit 2024-09-10T04:24:30.433090+0000 mon.smithi047 (mon.0) 617 : audit [INF] from='osd.4 ' entity='osd.4' 2024-09-10T04:24:31.175 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:30 smithi149 bash[25108]: audit 2024-09-10T04:24:30.526984+0000 mon.smithi047 (mon.0) 618 : audit [INF] from='osd.5 [v2:172.21.15.47:6818/1423936365,v1:172.21.15.47:6819/1423936365]' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2024-09-10T04:24:31.175 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:30 smithi149 bash[25108]: audit 2024-09-10T04:24:30.526984+0000 mon.smithi047 (mon.0) 618 : audit [INF] from='osd.5 [v2:172.21.15.47:6818/1423936365,v1:172.21.15.47:6819/1423936365]' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2024-09-10T04:24:31.175 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:30 smithi149 bash[25108]: cluster 2024-09-10T04:24:30.627627+0000 mon.smithi047 (mon.0) 619 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-10T04:24:31.175 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:30 smithi149 bash[25108]: cluster 2024-09-10T04:24:30.627627+0000 mon.smithi047 (mon.0) 619 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-10T04:24:31.175 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:30 smithi149 bash[25108]: cluster 2024-09-10T04:24:30.627701+0000 mon.smithi047 (mon.0) 620 : cluster [INF] Cluster is now healthy 2024-09-10T04:24:31.176 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:30 smithi149 bash[25108]: cluster 2024-09-10T04:24:30.627701+0000 mon.smithi047 (mon.0) 620 : cluster [INF] Cluster is now healthy 2024-09-10T04:24:31.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:30 smithi047 bash[19880]: cluster 2024-09-10T04:24:29.689726+0000 mgr.smithi047.jescqm (mgr.14203) 130 : cluster [DBG] pgmap v86: 1 pgs: 1 unknown; 0 B data, 118 MiB used, 357 GiB / 358 GiB avail 2024-09-10T04:24:31.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:30 smithi047 bash[19880]: cluster 2024-09-10T04:24:29.689726+0000 mgr.smithi047.jescqm (mgr.14203) 130 : cluster [DBG] pgmap v86: 1 pgs: 1 unknown; 0 B data, 118 MiB used, 357 GiB / 358 GiB avail 2024-09-10T04:24:31.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:30 smithi047 bash[19880]: audit 2024-09-10T04:24:29.838398+0000 mon.smithi149 (mon.1) 16 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-10T04:24:31.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:30 smithi047 bash[19880]: audit 2024-09-10T04:24:29.838398+0000 mon.smithi149 (mon.1) 16 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-10T04:24:31.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:30 smithi047 bash[19880]: audit 2024-09-10T04:24:29.890923+0000 mon.smithi149 (mon.1) 17 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-10T04:24:31.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:30 smithi047 bash[19880]: audit 2024-09-10T04:24:29.890923+0000 mon.smithi149 (mon.1) 17 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-10T04:24:31.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:30 smithi047 bash[19880]: audit 2024-09-10T04:24:29.892596+0000 mon.smithi047 (mon.0) 609 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi149", "root=default"]}]': finished 2024-09-10T04:24:31.375 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:30 smithi047 bash[19880]: audit 2024-09-10T04:24:29.892596+0000 mon.smithi047 (mon.0) 609 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi149", "root=default"]}]': finished 2024-09-10T04:24:31.375 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:30 smithi047 bash[19880]: cluster 2024-09-10T04:24:29.899423+0000 mon.smithi047 (mon.0) 610 : cluster [DBG] osdmap e26: 8 total, 4 up, 8 in 2024-09-10T04:24:31.375 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:30 smithi047 bash[19880]: cluster 2024-09-10T04:24:29.899423+0000 mon.smithi047 (mon.0) 610 : cluster [DBG] osdmap e26: 8 total, 4 up, 8 in 2024-09-10T04:24:31.375 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:30 smithi047 bash[19880]: audit 2024-09-10T04:24:29.900300+0000 mon.smithi047 (mon.0) 611 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-10T04:24:31.375 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:30 smithi047 bash[19880]: audit 2024-09-10T04:24:29.900300+0000 mon.smithi047 (mon.0) 611 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-10T04:24:31.375 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:30 smithi047 bash[19880]: audit 2024-09-10T04:24:29.900849+0000 mon.smithi047 (mon.0) 612 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-10T04:24:31.375 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:30 smithi047 bash[19880]: audit 2024-09-10T04:24:29.900849+0000 mon.smithi047 (mon.0) 612 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-10T04:24:31.375 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:30 smithi047 bash[19880]: audit 2024-09-10T04:24:29.901313+0000 mon.smithi047 (mon.0) 613 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-10T04:24:31.375 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:30 smithi047 bash[19880]: audit 2024-09-10T04:24:29.901313+0000 mon.smithi047 (mon.0) 613 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-10T04:24:31.375 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:30 smithi047 bash[19880]: audit 2024-09-10T04:24:29.906718+0000 mon.smithi047 (mon.0) 614 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-10T04:24:31.375 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:30 smithi047 bash[19880]: audit 2024-09-10T04:24:29.906718+0000 mon.smithi047 (mon.0) 614 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-10T04:24:31.375 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:30 smithi047 bash[19880]: audit 2024-09-10T04:24:29.907591+0000 mon.smithi047 (mon.0) 615 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-10T04:24:31.376 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:30 smithi047 bash[19880]: audit 2024-09-10T04:24:29.907591+0000 mon.smithi047 (mon.0) 615 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-10T04:24:31.376 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:30 smithi047 bash[19880]: audit 2024-09-10T04:24:30.202306+0000 mon.smithi047 (mon.0) 616 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:31.376 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:30 smithi047 bash[19880]: audit 2024-09-10T04:24:30.202306+0000 mon.smithi047 (mon.0) 616 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:31.376 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:30 smithi047 bash[19880]: audit 2024-09-10T04:24:30.433090+0000 mon.smithi047 (mon.0) 617 : audit [INF] from='osd.4 ' entity='osd.4' 2024-09-10T04:24:31.376 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:30 smithi047 bash[19880]: audit 2024-09-10T04:24:30.433090+0000 mon.smithi047 (mon.0) 617 : audit [INF] from='osd.4 ' entity='osd.4' 2024-09-10T04:24:31.376 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:30 smithi047 bash[19880]: audit 2024-09-10T04:24:30.526984+0000 mon.smithi047 (mon.0) 618 : audit [INF] from='osd.5 [v2:172.21.15.47:6818/1423936365,v1:172.21.15.47:6819/1423936365]' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2024-09-10T04:24:31.376 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:30 smithi047 bash[19880]: audit 2024-09-10T04:24:30.526984+0000 mon.smithi047 (mon.0) 618 : audit [INF] from='osd.5 [v2:172.21.15.47:6818/1423936365,v1:172.21.15.47:6819/1423936365]' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2024-09-10T04:24:31.376 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:30 smithi047 bash[19880]: cluster 2024-09-10T04:24:30.627627+0000 mon.smithi047 (mon.0) 619 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-10T04:24:31.376 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:30 smithi047 bash[19880]: cluster 2024-09-10T04:24:30.627627+0000 mon.smithi047 (mon.0) 619 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-10T04:24:31.376 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:30 smithi047 bash[19880]: cluster 2024-09-10T04:24:30.627701+0000 mon.smithi047 (mon.0) 620 : cluster [INF] Cluster is now healthy 2024-09-10T04:24:31.376 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:30 smithi047 bash[19880]: cluster 2024-09-10T04:24:30.627701+0000 mon.smithi047 (mon.0) 620 : cluster [INF] Cluster is now healthy 2024-09-10T04:24:32.124 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:31 smithi047 bash[19880]: cluster 2024-09-10T04:24:29.106263+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T04:24:32.124 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:31 smithi047 bash[19880]: cluster 2024-09-10T04:24:29.106263+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T04:24:32.124 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:31 smithi047 bash[19880]: cluster 2024-09-10T04:24:29.106336+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T04:24:32.124 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:31 smithi047 bash[19880]: cluster 2024-09-10T04:24:29.106336+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T04:24:32.124 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:31 smithi047 bash[19880]: audit 2024-09-10T04:24:30.911466+0000 mon.smithi047 (mon.0) 621 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-10T04:24:32.124 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:31 smithi047 bash[19880]: audit 2024-09-10T04:24:30.911466+0000 mon.smithi047 (mon.0) 621 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-10T04:24:32.124 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:31 smithi047 bash[19880]: audit 2024-09-10T04:24:31.431170+0000 mon.smithi047 (mon.0) 622 : audit [INF] from='osd.5 [v2:172.21.15.47:6818/1423936365,v1:172.21.15.47:6819/1423936365]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-10T04:24:32.125 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:31 smithi047 bash[19880]: audit 2024-09-10T04:24:31.431170+0000 mon.smithi047 (mon.0) 622 : audit [INF] from='osd.5 [v2:172.21.15.47:6818/1423936365,v1:172.21.15.47:6819/1423936365]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-10T04:24:32.125 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:31 smithi047 bash[19880]: cluster 2024-09-10T04:24:31.437574+0000 mon.smithi047 (mon.0) 623 : cluster [INF] osd.4 [v2:172.21.15.149:6816/3820379047,v1:172.21.15.149:6817/3820379047] boot 2024-09-10T04:24:32.125 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:31 smithi047 bash[19880]: cluster 2024-09-10T04:24:31.437574+0000 mon.smithi047 (mon.0) 623 : cluster [INF] osd.4 [v2:172.21.15.149:6816/3820379047,v1:172.21.15.149:6817/3820379047] boot 2024-09-10T04:24:32.125 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:31 smithi047 bash[19880]: cluster 2024-09-10T04:24:31.437647+0000 mon.smithi047 (mon.0) 624 : cluster [DBG] osdmap e27: 8 total, 5 up, 8 in 2024-09-10T04:24:32.125 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:31 smithi047 bash[19880]: cluster 2024-09-10T04:24:31.437647+0000 mon.smithi047 (mon.0) 624 : cluster [DBG] osdmap e27: 8 total, 5 up, 8 in 2024-09-10T04:24:32.125 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:31 smithi047 bash[19880]: audit 2024-09-10T04:24:31.438197+0000 mon.smithi047 (mon.0) 625 : audit [INF] from='osd.5 [v2:172.21.15.47:6818/1423936365,v1:172.21.15.47:6819/1423936365]' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi047", "root=default"]} : dispatch 2024-09-10T04:24:32.125 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:31 smithi047 bash[19880]: audit 2024-09-10T04:24:31.438197+0000 mon.smithi047 (mon.0) 625 : audit [INF] from='osd.5 [v2:172.21.15.47:6818/1423936365,v1:172.21.15.47:6819/1423936365]' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi047", "root=default"]} : dispatch 2024-09-10T04:24:32.125 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:31 smithi047 bash[19880]: audit 2024-09-10T04:24:31.438748+0000 mon.smithi047 (mon.0) 626 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-10T04:24:32.125 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:31 smithi047 bash[19880]: audit 2024-09-10T04:24:31.438748+0000 mon.smithi047 (mon.0) 626 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-10T04:24:32.125 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:31 smithi047 bash[19880]: audit 2024-09-10T04:24:31.439220+0000 mon.smithi047 (mon.0) 627 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-10T04:24:32.125 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:31 smithi047 bash[19880]: audit 2024-09-10T04:24:31.439220+0000 mon.smithi047 (mon.0) 627 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-10T04:24:32.125 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:31 smithi047 bash[19880]: audit 2024-09-10T04:24:31.439551+0000 mon.smithi047 (mon.0) 628 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-10T04:24:32.126 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:31 smithi047 bash[19880]: audit 2024-09-10T04:24:31.439551+0000 mon.smithi047 (mon.0) 628 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-10T04:24:32.126 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:31 smithi047 bash[19880]: audit 2024-09-10T04:24:31.439874+0000 mon.smithi047 (mon.0) 629 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-10T04:24:32.126 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:31 smithi047 bash[19880]: audit 2024-09-10T04:24:31.439874+0000 mon.smithi047 (mon.0) 629 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-10T04:24:32.126 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:31 smithi047 bash[19880]: cluster 2024-09-10T04:24:31.649393+0000 mon.smithi047 (mon.0) 630 : cluster [DBG] mgrmap e19: smithi047.jescqm(active, since 2m), standbys: smithi149.vwswua 2024-09-10T04:24:32.126 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:31 smithi047 bash[19880]: cluster 2024-09-10T04:24:31.649393+0000 mon.smithi047 (mon.0) 630 : cluster [DBG] mgrmap e19: smithi047.jescqm(active, since 2m), standbys: smithi149.vwswua 2024-09-10T04:24:32.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:31 smithi149 bash[25108]: cluster 2024-09-10T04:24:29.106263+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T04:24:32.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:31 smithi149 bash[25108]: cluster 2024-09-10T04:24:29.106263+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T04:24:32.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:31 smithi149 bash[25108]: cluster 2024-09-10T04:24:29.106336+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T04:24:32.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:31 smithi149 bash[25108]: cluster 2024-09-10T04:24:29.106336+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T04:24:32.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:31 smithi149 bash[25108]: audit 2024-09-10T04:24:30.911466+0000 mon.smithi047 (mon.0) 621 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-10T04:24:32.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:31 smithi149 bash[25108]: audit 2024-09-10T04:24:30.911466+0000 mon.smithi047 (mon.0) 621 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-10T04:24:32.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:31 smithi149 bash[25108]: audit 2024-09-10T04:24:31.431170+0000 mon.smithi047 (mon.0) 622 : audit [INF] from='osd.5 [v2:172.21.15.47:6818/1423936365,v1:172.21.15.47:6819/1423936365]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-10T04:24:32.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:31 smithi149 bash[25108]: audit 2024-09-10T04:24:31.431170+0000 mon.smithi047 (mon.0) 622 : audit [INF] from='osd.5 [v2:172.21.15.47:6818/1423936365,v1:172.21.15.47:6819/1423936365]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-10T04:24:32.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:31 smithi149 bash[25108]: cluster 2024-09-10T04:24:31.437574+0000 mon.smithi047 (mon.0) 623 : cluster [INF] osd.4 [v2:172.21.15.149:6816/3820379047,v1:172.21.15.149:6817/3820379047] boot 2024-09-10T04:24:32.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:31 smithi149 bash[25108]: cluster 2024-09-10T04:24:31.437574+0000 mon.smithi047 (mon.0) 623 : cluster [INF] osd.4 [v2:172.21.15.149:6816/3820379047,v1:172.21.15.149:6817/3820379047] boot 2024-09-10T04:24:32.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:31 smithi149 bash[25108]: cluster 2024-09-10T04:24:31.437647+0000 mon.smithi047 (mon.0) 624 : cluster [DBG] osdmap e27: 8 total, 5 up, 8 in 2024-09-10T04:24:32.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:31 smithi149 bash[25108]: cluster 2024-09-10T04:24:31.437647+0000 mon.smithi047 (mon.0) 624 : cluster [DBG] osdmap e27: 8 total, 5 up, 8 in 2024-09-10T04:24:32.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:31 smithi149 bash[25108]: audit 2024-09-10T04:24:31.438197+0000 mon.smithi047 (mon.0) 625 : audit [INF] from='osd.5 [v2:172.21.15.47:6818/1423936365,v1:172.21.15.47:6819/1423936365]' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi047", "root=default"]} : dispatch 2024-09-10T04:24:32.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:31 smithi149 bash[25108]: audit 2024-09-10T04:24:31.438197+0000 mon.smithi047 (mon.0) 625 : audit [INF] from='osd.5 [v2:172.21.15.47:6818/1423936365,v1:172.21.15.47:6819/1423936365]' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi047", "root=default"]} : dispatch 2024-09-10T04:24:32.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:31 smithi149 bash[25108]: audit 2024-09-10T04:24:31.438748+0000 mon.smithi047 (mon.0) 626 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-10T04:24:32.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:31 smithi149 bash[25108]: audit 2024-09-10T04:24:31.438748+0000 mon.smithi047 (mon.0) 626 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-10T04:24:32.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:31 smithi149 bash[25108]: audit 2024-09-10T04:24:31.439220+0000 mon.smithi047 (mon.0) 627 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-10T04:24:32.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:31 smithi149 bash[25108]: audit 2024-09-10T04:24:31.439220+0000 mon.smithi047 (mon.0) 627 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-10T04:24:32.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:31 smithi149 bash[25108]: audit 2024-09-10T04:24:31.439551+0000 mon.smithi047 (mon.0) 628 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-10T04:24:32.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:31 smithi149 bash[25108]: audit 2024-09-10T04:24:31.439551+0000 mon.smithi047 (mon.0) 628 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-10T04:24:32.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:31 smithi149 bash[25108]: audit 2024-09-10T04:24:31.439874+0000 mon.smithi047 (mon.0) 629 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-10T04:24:32.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:31 smithi149 bash[25108]: audit 2024-09-10T04:24:31.439874+0000 mon.smithi047 (mon.0) 629 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-10T04:24:32.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:31 smithi149 bash[25108]: cluster 2024-09-10T04:24:31.649393+0000 mon.smithi047 (mon.0) 630 : cluster [DBG] mgrmap e19: smithi047.jescqm(active, since 2m), standbys: smithi149.vwswua 2024-09-10T04:24:32.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:31 smithi149 bash[25108]: cluster 2024-09-10T04:24:31.649393+0000 mon.smithi047 (mon.0) 630 : cluster [DBG] mgrmap e19: smithi047.jescqm(active, since 2m), standbys: smithi149.vwswua 2024-09-10T04:24:33.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:32 smithi149 bash[25108]: cluster 2024-09-10T04:24:31.690110+0000 mgr.smithi047.jescqm (mgr.14203) 131 : cluster [DBG] pgmap v89: 1 pgs: 1 unknown; 0 B data, 119 MiB used, 357 GiB / 358 GiB avail 2024-09-10T04:24:33.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:32 smithi149 bash[25108]: cluster 2024-09-10T04:24:31.690110+0000 mgr.smithi047.jescqm (mgr.14203) 131 : cluster [DBG] pgmap v89: 1 pgs: 1 unknown; 0 B data, 119 MiB used, 357 GiB / 358 GiB avail 2024-09-10T04:24:33.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:32 smithi149 bash[25108]: audit 2024-09-10T04:24:32.037458+0000 mon.smithi149 (mon.1) 18 : audit [INF] from='osd.6 [v2:172.21.15.149:6824/2886262329,v1:172.21.15.149:6825/2886262329]' entity='osd.6' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]} : dispatch 2024-09-10T04:24:33.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:32 smithi149 bash[25108]: audit 2024-09-10T04:24:32.037458+0000 mon.smithi149 (mon.1) 18 : audit [INF] from='osd.6 [v2:172.21.15.149:6824/2886262329,v1:172.21.15.149:6825/2886262329]' entity='osd.6' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]} : dispatch 2024-09-10T04:24:33.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:32 smithi149 bash[25108]: audit 2024-09-10T04:24:32.038243+0000 mon.smithi047 (mon.0) 631 : audit [INF] from='osd.6 ' entity='osd.6' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]} : dispatch 2024-09-10T04:24:33.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:32 smithi149 bash[25108]: audit 2024-09-10T04:24:32.038243+0000 mon.smithi047 (mon.0) 631 : audit [INF] from='osd.6 ' entity='osd.6' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]} : dispatch 2024-09-10T04:24:33.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:32 smithi149 bash[25108]: audit 2024-09-10T04:24:32.433595+0000 mon.smithi047 (mon.0) 632 : audit [INF] from='osd.5 [v2:172.21.15.47:6818/1423936365,v1:172.21.15.47:6819/1423936365]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi047", "root=default"]}]': finished 2024-09-10T04:24:33.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:32 smithi149 bash[25108]: audit 2024-09-10T04:24:32.433595+0000 mon.smithi047 (mon.0) 632 : audit [INF] from='osd.5 [v2:172.21.15.47:6818/1423936365,v1:172.21.15.47:6819/1423936365]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi047", "root=default"]}]': finished 2024-09-10T04:24:33.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:32 smithi149 bash[25108]: audit 2024-09-10T04:24:32.433720+0000 mon.smithi047 (mon.0) 633 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-09-10T04:24:33.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:32 smithi149 bash[25108]: audit 2024-09-10T04:24:32.433720+0000 mon.smithi047 (mon.0) 633 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-09-10T04:24:33.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:32 smithi149 bash[25108]: audit 2024-09-10T04:24:32.437606+0000 mon.smithi149 (mon.1) 19 : audit [INF] from='osd.6 [v2:172.21.15.149:6824/2886262329,v1:172.21.15.149:6825/2886262329]' entity='osd.6' cmd={"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi149", "root=default"]} : dispatch 2024-09-10T04:24:33.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:32 smithi149 bash[25108]: audit 2024-09-10T04:24:32.437606+0000 mon.smithi149 (mon.1) 19 : audit [INF] from='osd.6 [v2:172.21.15.149:6824/2886262329,v1:172.21.15.149:6825/2886262329]' entity='osd.6' cmd={"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi149", "root=default"]} : dispatch 2024-09-10T04:24:33.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:32 smithi149 bash[25108]: cluster 2024-09-10T04:24:32.438329+0000 mon.smithi047 (mon.0) 634 : cluster [DBG] osdmap e28: 8 total, 5 up, 8 in 2024-09-10T04:24:33.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:32 smithi149 bash[25108]: cluster 2024-09-10T04:24:32.438329+0000 mon.smithi047 (mon.0) 634 : cluster [DBG] osdmap e28: 8 total, 5 up, 8 in 2024-09-10T04:24:33.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:32 smithi149 bash[25108]: audit 2024-09-10T04:24:32.439168+0000 mon.smithi047 (mon.0) 635 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-10T04:24:33.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:32 smithi149 bash[25108]: audit 2024-09-10T04:24:32.439168+0000 mon.smithi047 (mon.0) 635 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-10T04:24:33.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:32 smithi149 bash[25108]: audit 2024-09-10T04:24:32.439444+0000 mon.smithi047 (mon.0) 636 : audit [INF] from='osd.6 ' entity='osd.6' cmd={"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi149", "root=default"]} : dispatch 2024-09-10T04:24:33.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:32 smithi149 bash[25108]: audit 2024-09-10T04:24:32.439444+0000 mon.smithi047 (mon.0) 636 : audit [INF] from='osd.6 ' entity='osd.6' cmd={"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi149", "root=default"]} : dispatch 2024-09-10T04:24:33.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:32 smithi149 bash[25108]: audit 2024-09-10T04:24:32.439759+0000 mon.smithi047 (mon.0) 637 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-10T04:24:33.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:32 smithi149 bash[25108]: audit 2024-09-10T04:24:32.439759+0000 mon.smithi047 (mon.0) 637 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-10T04:24:33.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:32 smithi149 bash[25108]: audit 2024-09-10T04:24:32.439948+0000 mon.smithi047 (mon.0) 638 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-10T04:24:33.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:32 smithi149 bash[25108]: audit 2024-09-10T04:24:32.439948+0000 mon.smithi047 (mon.0) 638 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-10T04:24:33.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:32 smithi149 bash[25108]: audit 2024-09-10T04:24:32.445449+0000 mon.smithi047 (mon.0) 639 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-10T04:24:33.186 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:32 smithi149 bash[25108]: audit 2024-09-10T04:24:32.445449+0000 mon.smithi047 (mon.0) 639 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-10T04:24:33.332 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:32 smithi047 bash[19880]: cluster 2024-09-10T04:24:31.690110+0000 mgr.smithi047.jescqm (mgr.14203) 131 : cluster [DBG] pgmap v89: 1 pgs: 1 unknown; 0 B data, 119 MiB used, 357 GiB / 358 GiB avail 2024-09-10T04:24:33.332 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:32 smithi047 bash[19880]: cluster 2024-09-10T04:24:31.690110+0000 mgr.smithi047.jescqm (mgr.14203) 131 : cluster [DBG] pgmap v89: 1 pgs: 1 unknown; 0 B data, 119 MiB used, 357 GiB / 358 GiB avail 2024-09-10T04:24:33.332 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:32 smithi047 bash[19880]: audit 2024-09-10T04:24:32.037458+0000 mon.smithi149 (mon.1) 18 : audit [INF] from='osd.6 [v2:172.21.15.149:6824/2886262329,v1:172.21.15.149:6825/2886262329]' entity='osd.6' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]} : dispatch 2024-09-10T04:24:33.332 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:32 smithi047 bash[19880]: audit 2024-09-10T04:24:32.037458+0000 mon.smithi149 (mon.1) 18 : audit [INF] from='osd.6 [v2:172.21.15.149:6824/2886262329,v1:172.21.15.149:6825/2886262329]' entity='osd.6' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]} : dispatch 2024-09-10T04:24:33.333 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:32 smithi047 bash[19880]: audit 2024-09-10T04:24:32.038243+0000 mon.smithi047 (mon.0) 631 : audit [INF] from='osd.6 ' entity='osd.6' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]} : dispatch 2024-09-10T04:24:33.333 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:32 smithi047 bash[19880]: audit 2024-09-10T04:24:32.038243+0000 mon.smithi047 (mon.0) 631 : audit [INF] from='osd.6 ' entity='osd.6' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]} : dispatch 2024-09-10T04:24:33.333 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:32 smithi047 bash[19880]: audit 2024-09-10T04:24:32.433595+0000 mon.smithi047 (mon.0) 632 : audit [INF] from='osd.5 [v2:172.21.15.47:6818/1423936365,v1:172.21.15.47:6819/1423936365]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi047", "root=default"]}]': finished 2024-09-10T04:24:33.333 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:32 smithi047 bash[19880]: audit 2024-09-10T04:24:32.433595+0000 mon.smithi047 (mon.0) 632 : audit [INF] from='osd.5 [v2:172.21.15.47:6818/1423936365,v1:172.21.15.47:6819/1423936365]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi047", "root=default"]}]': finished 2024-09-10T04:24:33.333 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:32 smithi047 bash[19880]: audit 2024-09-10T04:24:32.433720+0000 mon.smithi047 (mon.0) 633 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-09-10T04:24:33.333 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:32 smithi047 bash[19880]: audit 2024-09-10T04:24:32.433720+0000 mon.smithi047 (mon.0) 633 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-09-10T04:24:33.333 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:32 smithi047 bash[19880]: audit 2024-09-10T04:24:32.437606+0000 mon.smithi149 (mon.1) 19 : audit [INF] from='osd.6 [v2:172.21.15.149:6824/2886262329,v1:172.21.15.149:6825/2886262329]' entity='osd.6' cmd={"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi149", "root=default"]} : dispatch 2024-09-10T04:24:33.333 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:32 smithi047 bash[19880]: audit 2024-09-10T04:24:32.437606+0000 mon.smithi149 (mon.1) 19 : audit [INF] from='osd.6 [v2:172.21.15.149:6824/2886262329,v1:172.21.15.149:6825/2886262329]' entity='osd.6' cmd={"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi149", "root=default"]} : dispatch 2024-09-10T04:24:33.333 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:32 smithi047 bash[19880]: cluster 2024-09-10T04:24:32.438329+0000 mon.smithi047 (mon.0) 634 : cluster [DBG] osdmap e28: 8 total, 5 up, 8 in 2024-09-10T04:24:33.333 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:32 smithi047 bash[19880]: cluster 2024-09-10T04:24:32.438329+0000 mon.smithi047 (mon.0) 634 : cluster [DBG] osdmap e28: 8 total, 5 up, 8 in 2024-09-10T04:24:33.333 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:32 smithi047 bash[19880]: audit 2024-09-10T04:24:32.439168+0000 mon.smithi047 (mon.0) 635 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-10T04:24:33.333 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:32 smithi047 bash[19880]: audit 2024-09-10T04:24:32.439168+0000 mon.smithi047 (mon.0) 635 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-10T04:24:33.333 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:32 smithi047 bash[19880]: audit 2024-09-10T04:24:32.439444+0000 mon.smithi047 (mon.0) 636 : audit [INF] from='osd.6 ' entity='osd.6' cmd={"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi149", "root=default"]} : dispatch 2024-09-10T04:24:33.334 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:32 smithi047 bash[19880]: audit 2024-09-10T04:24:32.439444+0000 mon.smithi047 (mon.0) 636 : audit [INF] from='osd.6 ' entity='osd.6' cmd={"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi149", "root=default"]} : dispatch 2024-09-10T04:24:33.334 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:32 smithi047 bash[19880]: audit 2024-09-10T04:24:32.439759+0000 mon.smithi047 (mon.0) 637 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-10T04:24:33.334 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:32 smithi047 bash[19880]: audit 2024-09-10T04:24:32.439759+0000 mon.smithi047 (mon.0) 637 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-10T04:24:33.334 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:32 smithi047 bash[19880]: audit 2024-09-10T04:24:32.439948+0000 mon.smithi047 (mon.0) 638 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-10T04:24:33.334 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:32 smithi047 bash[19880]: audit 2024-09-10T04:24:32.439948+0000 mon.smithi047 (mon.0) 638 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-10T04:24:33.334 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:32 smithi047 bash[19880]: audit 2024-09-10T04:24:32.445449+0000 mon.smithi047 (mon.0) 639 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-10T04:24:33.334 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:32 smithi047 bash[19880]: audit 2024-09-10T04:24:32.445449+0000 mon.smithi047 (mon.0) 639 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-10T04:24:34.502 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/mon.smithi047/config 2024-09-10T04:24:34.875 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:34 smithi047 bash[19880]: cluster 2024-09-10T04:24:31.484411+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T04:24:34.875 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:34 smithi047 bash[19880]: cluster 2024-09-10T04:24:31.484411+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T04:24:34.875 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:34 smithi047 bash[19880]: cluster 2024-09-10T04:24:31.484508+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T04:24:34.875 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:34 smithi047 bash[19880]: cluster 2024-09-10T04:24:31.484508+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T04:24:34.875 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:34 smithi047 bash[19880]: audit 2024-09-10T04:24:33.436135+0000 mon.smithi047 (mon.0) 640 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi149", "root=default"]}]': finished 2024-09-10T04:24:34.875 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:34 smithi047 bash[19880]: audit 2024-09-10T04:24:33.436135+0000 mon.smithi047 (mon.0) 640 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi149", "root=default"]}]': finished 2024-09-10T04:24:34.875 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:34 smithi047 bash[19880]: cluster 2024-09-10T04:24:33.440310+0000 mon.smithi047 (mon.0) 641 : cluster [INF] osd.5 [v2:172.21.15.47:6818/1423936365,v1:172.21.15.47:6819/1423936365] boot 2024-09-10T04:24:34.875 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:34 smithi047 bash[19880]: cluster 2024-09-10T04:24:33.440310+0000 mon.smithi047 (mon.0) 641 : cluster [INF] osd.5 [v2:172.21.15.47:6818/1423936365,v1:172.21.15.47:6819/1423936365] boot 2024-09-10T04:24:34.875 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:34 smithi047 bash[19880]: cluster 2024-09-10T04:24:33.440360+0000 mon.smithi047 (mon.0) 642 : cluster [DBG] osdmap e29: 8 total, 6 up, 8 in 2024-09-10T04:24:34.875 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:34 smithi047 bash[19880]: cluster 2024-09-10T04:24:33.440360+0000 mon.smithi047 (mon.0) 642 : cluster [DBG] osdmap e29: 8 total, 6 up, 8 in 2024-09-10T04:24:34.876 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:34 smithi047 bash[19880]: audit 2024-09-10T04:24:33.440799+0000 mon.smithi047 (mon.0) 643 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-10T04:24:34.876 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:34 smithi047 bash[19880]: audit 2024-09-10T04:24:33.440799+0000 mon.smithi047 (mon.0) 643 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-10T04:24:34.876 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:34 smithi047 bash[19880]: audit 2024-09-10T04:24:33.441165+0000 mon.smithi047 (mon.0) 644 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-10T04:24:34.876 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:34 smithi047 bash[19880]: audit 2024-09-10T04:24:33.441165+0000 mon.smithi047 (mon.0) 644 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-10T04:24:34.876 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:34 smithi047 bash[19880]: audit 2024-09-10T04:24:33.441370+0000 mon.smithi047 (mon.0) 645 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-10T04:24:34.876 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:34 smithi047 bash[19880]: audit 2024-09-10T04:24:33.441370+0000 mon.smithi047 (mon.0) 645 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-10T04:24:34.876 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:34 smithi047 bash[19880]: audit 2024-09-10T04:24:33.449946+0000 mon.smithi047 (mon.0) 646 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-10T04:24:34.876 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:34 smithi047 bash[19880]: audit 2024-09-10T04:24:33.449946+0000 mon.smithi047 (mon.0) 646 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-10T04:24:34.876 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:34 smithi047 bash[19880]: cluster 2024-09-10T04:24:33.690725+0000 mgr.smithi047.jescqm (mgr.14203) 132 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-10T04:24:34.876 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:34 smithi047 bash[19880]: cluster 2024-09-10T04:24:33.690725+0000 mgr.smithi047.jescqm (mgr.14203) 132 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-10T04:24:34.876 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:34 smithi047 bash[19880]: audit 2024-09-10T04:24:33.753059+0000 mon.smithi047 (mon.0) 647 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:34.876 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:34 smithi047 bash[19880]: audit 2024-09-10T04:24:33.753059+0000 mon.smithi047 (mon.0) 647 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:34.876 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:34 smithi047 bash[19880]: audit 2024-09-10T04:24:33.806130+0000 mon.smithi047 (mon.0) 648 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:34.877 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:34 smithi047 bash[19880]: audit 2024-09-10T04:24:33.806130+0000 mon.smithi047 (mon.0) 648 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:34.877 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:34 smithi047 bash[19880]: audit 2024-09-10T04:24:34.008023+0000 mon.smithi047 (mon.0) 649 : audit [INF] from='osd.6 ' entity='osd.6' 2024-09-10T04:24:34.877 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:34 smithi047 bash[19880]: audit 2024-09-10T04:24:34.008023+0000 mon.smithi047 (mon.0) 649 : audit [INF] from='osd.6 ' entity='osd.6' 2024-09-10T04:24:34.877 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:34 smithi047 bash[19880]: audit 2024-09-10T04:24:34.127908+0000 mon.smithi047 (mon.0) 650 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:24:34.877 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:34 smithi047 bash[19880]: audit 2024-09-10T04:24:34.127908+0000 mon.smithi047 (mon.0) 650 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:24:34.933 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:34 smithi149 bash[25108]: cluster 2024-09-10T04:24:31.484411+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T04:24:34.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:34 smithi149 bash[25108]: cluster 2024-09-10T04:24:31.484411+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T04:24:34.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:34 smithi149 bash[25108]: cluster 2024-09-10T04:24:31.484508+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T04:24:34.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:34 smithi149 bash[25108]: cluster 2024-09-10T04:24:31.484508+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T04:24:34.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:34 smithi149 bash[25108]: audit 2024-09-10T04:24:33.436135+0000 mon.smithi047 (mon.0) 640 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi149", "root=default"]}]': finished 2024-09-10T04:24:34.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:34 smithi149 bash[25108]: audit 2024-09-10T04:24:33.436135+0000 mon.smithi047 (mon.0) 640 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi149", "root=default"]}]': finished 2024-09-10T04:24:34.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:34 smithi149 bash[25108]: cluster 2024-09-10T04:24:33.440310+0000 mon.smithi047 (mon.0) 641 : cluster [INF] osd.5 [v2:172.21.15.47:6818/1423936365,v1:172.21.15.47:6819/1423936365] boot 2024-09-10T04:24:34.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:34 smithi149 bash[25108]: cluster 2024-09-10T04:24:33.440310+0000 mon.smithi047 (mon.0) 641 : cluster [INF] osd.5 [v2:172.21.15.47:6818/1423936365,v1:172.21.15.47:6819/1423936365] boot 2024-09-10T04:24:34.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:34 smithi149 bash[25108]: cluster 2024-09-10T04:24:33.440360+0000 mon.smithi047 (mon.0) 642 : cluster [DBG] osdmap e29: 8 total, 6 up, 8 in 2024-09-10T04:24:34.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:34 smithi149 bash[25108]: cluster 2024-09-10T04:24:33.440360+0000 mon.smithi047 (mon.0) 642 : cluster [DBG] osdmap e29: 8 total, 6 up, 8 in 2024-09-10T04:24:34.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:34 smithi149 bash[25108]: audit 2024-09-10T04:24:33.440799+0000 mon.smithi047 (mon.0) 643 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-10T04:24:34.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:34 smithi149 bash[25108]: audit 2024-09-10T04:24:33.440799+0000 mon.smithi047 (mon.0) 643 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-10T04:24:34.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:34 smithi149 bash[25108]: audit 2024-09-10T04:24:33.441165+0000 mon.smithi047 (mon.0) 644 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-10T04:24:34.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:34 smithi149 bash[25108]: audit 2024-09-10T04:24:33.441165+0000 mon.smithi047 (mon.0) 644 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-10T04:24:34.935 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:34 smithi149 bash[25108]: audit 2024-09-10T04:24:33.441370+0000 mon.smithi047 (mon.0) 645 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-10T04:24:34.935 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:34 smithi149 bash[25108]: audit 2024-09-10T04:24:33.441370+0000 mon.smithi047 (mon.0) 645 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-10T04:24:34.935 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:34 smithi149 bash[25108]: audit 2024-09-10T04:24:33.449946+0000 mon.smithi047 (mon.0) 646 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-10T04:24:34.935 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:34 smithi149 bash[25108]: audit 2024-09-10T04:24:33.449946+0000 mon.smithi047 (mon.0) 646 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-10T04:24:34.935 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:34 smithi149 bash[25108]: cluster 2024-09-10T04:24:33.690725+0000 mgr.smithi047.jescqm (mgr.14203) 132 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-10T04:24:34.935 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:34 smithi149 bash[25108]: cluster 2024-09-10T04:24:33.690725+0000 mgr.smithi047.jescqm (mgr.14203) 132 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-09-10T04:24:34.935 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:34 smithi149 bash[25108]: audit 2024-09-10T04:24:33.753059+0000 mon.smithi047 (mon.0) 647 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:34.935 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:34 smithi149 bash[25108]: audit 2024-09-10T04:24:33.753059+0000 mon.smithi047 (mon.0) 647 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:34.935 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:34 smithi149 bash[25108]: audit 2024-09-10T04:24:33.806130+0000 mon.smithi047 (mon.0) 648 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:34.935 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:34 smithi149 bash[25108]: audit 2024-09-10T04:24:33.806130+0000 mon.smithi047 (mon.0) 648 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:34.935 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:34 smithi149 bash[25108]: audit 2024-09-10T04:24:34.008023+0000 mon.smithi047 (mon.0) 649 : audit [INF] from='osd.6 ' entity='osd.6' 2024-09-10T04:24:34.935 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:34 smithi149 bash[25108]: audit 2024-09-10T04:24:34.008023+0000 mon.smithi047 (mon.0) 649 : audit [INF] from='osd.6 ' entity='osd.6' 2024-09-10T04:24:34.935 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:34 smithi149 bash[25108]: audit 2024-09-10T04:24:34.127908+0000 mon.smithi047 (mon.0) 650 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:24:34.936 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:34 smithi149 bash[25108]: audit 2024-09-10T04:24:34.127908+0000 mon.smithi047 (mon.0) 650 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:24:35.701 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:35 smithi047 bash[19880]: cluster 2024-09-10T04:24:33.070279+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T04:24:35.701 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:35 smithi047 bash[19880]: cluster 2024-09-10T04:24:33.070279+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T04:24:35.701 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:35 smithi047 bash[19880]: cluster 2024-09-10T04:24:33.070394+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T04:24:35.701 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:35 smithi047 bash[19880]: cluster 2024-09-10T04:24:33.070394+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T04:24:35.701 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:35 smithi047 bash[19880]: cluster 2024-09-10T04:24:34.444276+0000 mon.smithi047 (mon.0) 651 : cluster [INF] osd.6 [v2:172.21.15.149:6824/2886262329,v1:172.21.15.149:6825/2886262329] boot 2024-09-10T04:24:35.701 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:35 smithi047 bash[19880]: cluster 2024-09-10T04:24:34.444276+0000 mon.smithi047 (mon.0) 651 : cluster [INF] osd.6 [v2:172.21.15.149:6824/2886262329,v1:172.21.15.149:6825/2886262329] boot 2024-09-10T04:24:35.701 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:35 smithi047 bash[19880]: cluster 2024-09-10T04:24:34.444396+0000 mon.smithi047 (mon.0) 652 : cluster [DBG] osdmap e30: 8 total, 7 up, 8 in 2024-09-10T04:24:35.701 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:35 smithi047 bash[19880]: cluster 2024-09-10T04:24:34.444396+0000 mon.smithi047 (mon.0) 652 : cluster [DBG] osdmap e30: 8 total, 7 up, 8 in 2024-09-10T04:24:35.701 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:35 smithi047 bash[19880]: audit 2024-09-10T04:24:34.445399+0000 mon.smithi047 (mon.0) 653 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-10T04:24:35.701 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:35 smithi047 bash[19880]: audit 2024-09-10T04:24:34.445399+0000 mon.smithi047 (mon.0) 653 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-10T04:24:35.701 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:35 smithi047 bash[19880]: audit 2024-09-10T04:24:34.446023+0000 mon.smithi047 (mon.0) 654 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-10T04:24:35.702 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:35 smithi047 bash[19880]: audit 2024-09-10T04:24:34.446023+0000 mon.smithi047 (mon.0) 654 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-10T04:24:35.933 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:35 smithi149 bash[25108]: cluster 2024-09-10T04:24:33.070279+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T04:24:35.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:35 smithi149 bash[25108]: cluster 2024-09-10T04:24:33.070279+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T04:24:35.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:35 smithi149 bash[25108]: cluster 2024-09-10T04:24:33.070394+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T04:24:35.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:35 smithi149 bash[25108]: cluster 2024-09-10T04:24:33.070394+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T04:24:35.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:35 smithi149 bash[25108]: cluster 2024-09-10T04:24:34.444276+0000 mon.smithi047 (mon.0) 651 : cluster [INF] osd.6 [v2:172.21.15.149:6824/2886262329,v1:172.21.15.149:6825/2886262329] boot 2024-09-10T04:24:35.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:35 smithi149 bash[25108]: cluster 2024-09-10T04:24:34.444276+0000 mon.smithi047 (mon.0) 651 : cluster [INF] osd.6 [v2:172.21.15.149:6824/2886262329,v1:172.21.15.149:6825/2886262329] boot 2024-09-10T04:24:35.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:35 smithi149 bash[25108]: cluster 2024-09-10T04:24:34.444396+0000 mon.smithi047 (mon.0) 652 : cluster [DBG] osdmap e30: 8 total, 7 up, 8 in 2024-09-10T04:24:35.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:35 smithi149 bash[25108]: cluster 2024-09-10T04:24:34.444396+0000 mon.smithi047 (mon.0) 652 : cluster [DBG] osdmap e30: 8 total, 7 up, 8 in 2024-09-10T04:24:35.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:35 smithi149 bash[25108]: audit 2024-09-10T04:24:34.445399+0000 mon.smithi047 (mon.0) 653 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-10T04:24:35.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:35 smithi149 bash[25108]: audit 2024-09-10T04:24:34.445399+0000 mon.smithi047 (mon.0) 653 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-10T04:24:35.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:35 smithi149 bash[25108]: audit 2024-09-10T04:24:34.446023+0000 mon.smithi047 (mon.0) 654 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-10T04:24:35.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:35 smithi149 bash[25108]: audit 2024-09-10T04:24:34.446023+0000 mon.smithi047 (mon.0) 654 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-10T04:24:36.237 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-09-10T04:24:36.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:36 smithi047 bash[19880]: cluster 2024-09-10T04:24:35.463082+0000 mon.smithi047 (mon.0) 655 : cluster [DBG] osdmap e31: 8 total, 7 up, 8 in 2024-09-10T04:24:36.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:36 smithi047 bash[19880]: cluster 2024-09-10T04:24:35.463082+0000 mon.smithi047 (mon.0) 655 : cluster [DBG] osdmap e31: 8 total, 7 up, 8 in 2024-09-10T04:24:36.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:36 smithi047 bash[19880]: audit 2024-09-10T04:24:35.463418+0000 mon.smithi047 (mon.0) 656 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-10T04:24:36.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:36 smithi047 bash[19880]: audit 2024-09-10T04:24:35.463418+0000 mon.smithi047 (mon.0) 656 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-10T04:24:36.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:36 smithi047 bash[19880]: audit 2024-09-10T04:24:35.630478+0000 mon.smithi047 (mon.0) 657 : audit [INF] from='osd.7 [v2:172.21.15.47:6826/2549755312,v1:172.21.15.47:6827/2549755312]' entity='osd.7' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]} : dispatch 2024-09-10T04:24:36.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:36 smithi047 bash[19880]: audit 2024-09-10T04:24:35.630478+0000 mon.smithi047 (mon.0) 657 : audit [INF] from='osd.7 [v2:172.21.15.47:6826/2549755312,v1:172.21.15.47:6827/2549755312]' entity='osd.7' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]} : dispatch 2024-09-10T04:24:36.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:36 smithi047 bash[19880]: cluster 2024-09-10T04:24:35.691117+0000 mgr.smithi047.jescqm (mgr.14203) 133 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 209 MiB used, 626 GiB / 626 GiB avail 2024-09-10T04:24:36.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:36 smithi047 bash[19880]: cluster 2024-09-10T04:24:35.691117+0000 mgr.smithi047.jescqm (mgr.14203) 133 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 209 MiB used, 626 GiB / 626 GiB avail 2024-09-10T04:24:36.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:36 smithi047 bash[19880]: audit 2024-09-10T04:24:36.237151+0000 mon.smithi047 (mon.0) 658 : audit [DBG] from='client.? 172.21.15.47:0/1828285805' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-10T04:24:36.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:36 smithi047 bash[19880]: audit 2024-09-10T04:24:36.237151+0000 mon.smithi047 (mon.0) 658 : audit [DBG] from='client.? 172.21.15.47:0/1828285805' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-10T04:24:36.913 INFO:teuthology.orchestra.run.smithi047.stdout:{"epoch":31,"num_osds":8,"num_up_osds":7,"osd_up_since":1725942274,"num_in_osds":8,"osd_in_since":1725942225,"num_remapped_pgs":0} 2024-09-10T04:24:36.933 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:36 smithi149 bash[25108]: cluster 2024-09-10T04:24:35.463082+0000 mon.smithi047 (mon.0) 655 : cluster [DBG] osdmap e31: 8 total, 7 up, 8 in 2024-09-10T04:24:36.933 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:36 smithi149 bash[25108]: cluster 2024-09-10T04:24:35.463082+0000 mon.smithi047 (mon.0) 655 : cluster [DBG] osdmap e31: 8 total, 7 up, 8 in 2024-09-10T04:24:36.933 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:36 smithi149 bash[25108]: audit 2024-09-10T04:24:35.463418+0000 mon.smithi047 (mon.0) 656 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-10T04:24:36.933 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:36 smithi149 bash[25108]: audit 2024-09-10T04:24:35.463418+0000 mon.smithi047 (mon.0) 656 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-10T04:24:36.933 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:36 smithi149 bash[25108]: audit 2024-09-10T04:24:35.630478+0000 mon.smithi047 (mon.0) 657 : audit [INF] from='osd.7 [v2:172.21.15.47:6826/2549755312,v1:172.21.15.47:6827/2549755312]' entity='osd.7' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]} : dispatch 2024-09-10T04:24:36.933 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:36 smithi149 bash[25108]: audit 2024-09-10T04:24:35.630478+0000 mon.smithi047 (mon.0) 657 : audit [INF] from='osd.7 [v2:172.21.15.47:6826/2549755312,v1:172.21.15.47:6827/2549755312]' entity='osd.7' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]} : dispatch 2024-09-10T04:24:36.933 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:36 smithi149 bash[25108]: cluster 2024-09-10T04:24:35.691117+0000 mgr.smithi047.jescqm (mgr.14203) 133 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 209 MiB used, 626 GiB / 626 GiB avail 2024-09-10T04:24:36.933 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:36 smithi149 bash[25108]: cluster 2024-09-10T04:24:35.691117+0000 mgr.smithi047.jescqm (mgr.14203) 133 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 209 MiB used, 626 GiB / 626 GiB avail 2024-09-10T04:24:36.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:36 smithi149 bash[25108]: audit 2024-09-10T04:24:36.237151+0000 mon.smithi047 (mon.0) 658 : audit [DBG] from='client.? 172.21.15.47:0/1828285805' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-10T04:24:36.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:36 smithi149 bash[25108]: audit 2024-09-10T04:24:36.237151+0000 mon.smithi047 (mon.0) 658 : audit [DBG] from='client.? 172.21.15.47:0/1828285805' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-10T04:24:37.873 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:37 smithi047 bash[19880]: audit 2024-09-10T04:24:36.466441+0000 mon.smithi047 (mon.0) 659 : audit [INF] from='osd.7 [v2:172.21.15.47:6826/2549755312,v1:172.21.15.47:6827/2549755312]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-09-10T04:24:37.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:37 smithi047 bash[19880]: audit 2024-09-10T04:24:36.466441+0000 mon.smithi047 (mon.0) 659 : audit [INF] from='osd.7 [v2:172.21.15.47:6826/2549755312,v1:172.21.15.47:6827/2549755312]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-09-10T04:24:37.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:37 smithi047 bash[19880]: cluster 2024-09-10T04:24:36.472997+0000 mon.smithi047 (mon.0) 660 : cluster [DBG] osdmap e32: 8 total, 7 up, 8 in 2024-09-10T04:24:37.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:37 smithi047 bash[19880]: cluster 2024-09-10T04:24:36.472997+0000 mon.smithi047 (mon.0) 660 : cluster [DBG] osdmap e32: 8 total, 7 up, 8 in 2024-09-10T04:24:37.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:37 smithi047 bash[19880]: audit 2024-09-10T04:24:36.473649+0000 mon.smithi047 (mon.0) 661 : audit [INF] from='osd.7 [v2:172.21.15.47:6826/2549755312,v1:172.21.15.47:6827/2549755312]' entity='osd.7' cmd={"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi047", "root=default"]} : dispatch 2024-09-10T04:24:37.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:37 smithi047 bash[19880]: audit 2024-09-10T04:24:36.473649+0000 mon.smithi047 (mon.0) 661 : audit [INF] from='osd.7 [v2:172.21.15.47:6826/2549755312,v1:172.21.15.47:6827/2549755312]' entity='osd.7' cmd={"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi047", "root=default"]} : dispatch 2024-09-10T04:24:37.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:37 smithi047 bash[19880]: audit 2024-09-10T04:24:36.474141+0000 mon.smithi047 (mon.0) 662 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-10T04:24:37.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:37 smithi047 bash[19880]: audit 2024-09-10T04:24:36.474141+0000 mon.smithi047 (mon.0) 662 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-10T04:24:37.914 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b165ca24-6f2b-11ef-bcea-c7b262605968 -- ceph osd stat -f json 2024-09-10T04:24:37.933 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:37 smithi149 bash[25108]: audit 2024-09-10T04:24:36.466441+0000 mon.smithi047 (mon.0) 659 : audit [INF] from='osd.7 [v2:172.21.15.47:6826/2549755312,v1:172.21.15.47:6827/2549755312]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-09-10T04:24:37.933 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:37 smithi149 bash[25108]: audit 2024-09-10T04:24:36.466441+0000 mon.smithi047 (mon.0) 659 : audit [INF] from='osd.7 [v2:172.21.15.47:6826/2549755312,v1:172.21.15.47:6827/2549755312]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-09-10T04:24:37.933 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:37 smithi149 bash[25108]: cluster 2024-09-10T04:24:36.472997+0000 mon.smithi047 (mon.0) 660 : cluster [DBG] osdmap e32: 8 total, 7 up, 8 in 2024-09-10T04:24:37.933 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:37 smithi149 bash[25108]: cluster 2024-09-10T04:24:36.472997+0000 mon.smithi047 (mon.0) 660 : cluster [DBG] osdmap e32: 8 total, 7 up, 8 in 2024-09-10T04:24:37.933 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:37 smithi149 bash[25108]: audit 2024-09-10T04:24:36.473649+0000 mon.smithi047 (mon.0) 661 : audit [INF] from='osd.7 [v2:172.21.15.47:6826/2549755312,v1:172.21.15.47:6827/2549755312]' entity='osd.7' cmd={"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi047", "root=default"]} : dispatch 2024-09-10T04:24:37.933 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:37 smithi149 bash[25108]: audit 2024-09-10T04:24:36.473649+0000 mon.smithi047 (mon.0) 661 : audit [INF] from='osd.7 [v2:172.21.15.47:6826/2549755312,v1:172.21.15.47:6827/2549755312]' entity='osd.7' cmd={"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi047", "root=default"]} : dispatch 2024-09-10T04:24:37.933 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:37 smithi149 bash[25108]: audit 2024-09-10T04:24:36.474141+0000 mon.smithi047 (mon.0) 662 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-10T04:24:37.933 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:37 smithi149 bash[25108]: audit 2024-09-10T04:24:36.474141+0000 mon.smithi047 (mon.0) 662 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-10T04:24:38.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:38 smithi047 bash[19880]: audit 2024-09-10T04:24:37.468614+0000 mon.smithi047 (mon.0) 663 : audit [INF] from='osd.7 [v2:172.21.15.47:6826/2549755312,v1:172.21.15.47:6827/2549755312]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi047", "root=default"]}]': finished 2024-09-10T04:24:38.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:38 smithi047 bash[19880]: audit 2024-09-10T04:24:37.468614+0000 mon.smithi047 (mon.0) 663 : audit [INF] from='osd.7 [v2:172.21.15.47:6826/2549755312,v1:172.21.15.47:6827/2549755312]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi047", "root=default"]}]': finished 2024-09-10T04:24:38.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:38 smithi047 bash[19880]: cluster 2024-09-10T04:24:37.473256+0000 mon.smithi047 (mon.0) 664 : cluster [DBG] osdmap e33: 8 total, 7 up, 8 in 2024-09-10T04:24:38.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:38 smithi047 bash[19880]: cluster 2024-09-10T04:24:37.473256+0000 mon.smithi047 (mon.0) 664 : cluster [DBG] osdmap e33: 8 total, 7 up, 8 in 2024-09-10T04:24:38.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:38 smithi047 bash[19880]: audit 2024-09-10T04:24:37.474286+0000 mon.smithi047 (mon.0) 665 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-10T04:24:38.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:38 smithi047 bash[19880]: audit 2024-09-10T04:24:37.474286+0000 mon.smithi047 (mon.0) 665 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-10T04:24:38.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:38 smithi047 bash[19880]: audit 2024-09-10T04:24:37.482762+0000 mon.smithi047 (mon.0) 666 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-10T04:24:38.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:38 smithi047 bash[19880]: audit 2024-09-10T04:24:37.482762+0000 mon.smithi047 (mon.0) 666 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-10T04:24:38.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:38 smithi047 bash[19880]: cluster 2024-09-10T04:24:37.691659+0000 mgr.smithi047.jescqm (mgr.14203) 134 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 209 MiB used, 626 GiB / 626 GiB avail 2024-09-10T04:24:38.875 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:38 smithi047 bash[19880]: cluster 2024-09-10T04:24:37.691659+0000 mgr.smithi047.jescqm (mgr.14203) 134 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 209 MiB used, 626 GiB / 626 GiB avail 2024-09-10T04:24:38.875 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:38 smithi047 bash[19880]: audit 2024-09-10T04:24:38.121029+0000 mon.smithi047 (mon.0) 667 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:38.875 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:38 smithi047 bash[19880]: audit 2024-09-10T04:24:38.121029+0000 mon.smithi047 (mon.0) 667 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:38.875 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:38 smithi047 bash[19880]: audit 2024-09-10T04:24:38.126766+0000 mon.smithi047 (mon.0) 668 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:38.875 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:38 smithi047 bash[19880]: audit 2024-09-10T04:24:38.126766+0000 mon.smithi047 (mon.0) 668 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:38.875 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:38 smithi047 bash[19880]: cluster 2024-09-10T04:24:38.328308+0000 mon.smithi047 (mon.0) 669 : cluster [INF] osd.7 [v2:172.21.15.47:6826/2549755312,v1:172.21.15.47:6827/2549755312] boot 2024-09-10T04:24:38.875 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:38 smithi047 bash[19880]: cluster 2024-09-10T04:24:38.328308+0000 mon.smithi047 (mon.0) 669 : cluster [INF] osd.7 [v2:172.21.15.47:6826/2549755312,v1:172.21.15.47:6827/2549755312] boot 2024-09-10T04:24:38.875 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:38 smithi047 bash[19880]: cluster 2024-09-10T04:24:38.328387+0000 mon.smithi047 (mon.0) 670 : cluster [DBG] osdmap e34: 8 total, 8 up, 8 in 2024-09-10T04:24:38.875 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:38 smithi047 bash[19880]: cluster 2024-09-10T04:24:38.328387+0000 mon.smithi047 (mon.0) 670 : cluster [DBG] osdmap e34: 8 total, 8 up, 8 in 2024-09-10T04:24:38.875 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:38 smithi047 bash[19880]: audit 2024-09-10T04:24:38.328644+0000 mon.smithi047 (mon.0) 671 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-10T04:24:38.875 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:38 smithi047 bash[19880]: audit 2024-09-10T04:24:38.328644+0000 mon.smithi047 (mon.0) 671 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-10T04:24:38.933 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:38 smithi149 bash[25108]: audit 2024-09-10T04:24:37.468614+0000 mon.smithi047 (mon.0) 663 : audit [INF] from='osd.7 [v2:172.21.15.47:6826/2549755312,v1:172.21.15.47:6827/2549755312]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi047", "root=default"]}]': finished 2024-09-10T04:24:38.933 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:38 smithi149 bash[25108]: audit 2024-09-10T04:24:37.468614+0000 mon.smithi047 (mon.0) 663 : audit [INF] from='osd.7 [v2:172.21.15.47:6826/2549755312,v1:172.21.15.47:6827/2549755312]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi047", "root=default"]}]': finished 2024-09-10T04:24:38.933 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:38 smithi149 bash[25108]: cluster 2024-09-10T04:24:37.473256+0000 mon.smithi047 (mon.0) 664 : cluster [DBG] osdmap e33: 8 total, 7 up, 8 in 2024-09-10T04:24:38.933 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:38 smithi149 bash[25108]: cluster 2024-09-10T04:24:37.473256+0000 mon.smithi047 (mon.0) 664 : cluster [DBG] osdmap e33: 8 total, 7 up, 8 in 2024-09-10T04:24:38.933 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:38 smithi149 bash[25108]: audit 2024-09-10T04:24:37.474286+0000 mon.smithi047 (mon.0) 665 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-10T04:24:38.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:38 smithi149 bash[25108]: audit 2024-09-10T04:24:37.474286+0000 mon.smithi047 (mon.0) 665 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-10T04:24:38.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:38 smithi149 bash[25108]: audit 2024-09-10T04:24:37.482762+0000 mon.smithi047 (mon.0) 666 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-10T04:24:38.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:38 smithi149 bash[25108]: audit 2024-09-10T04:24:37.482762+0000 mon.smithi047 (mon.0) 666 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-10T04:24:38.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:38 smithi149 bash[25108]: cluster 2024-09-10T04:24:37.691659+0000 mgr.smithi047.jescqm (mgr.14203) 134 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 209 MiB used, 626 GiB / 626 GiB avail 2024-09-10T04:24:38.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:38 smithi149 bash[25108]: cluster 2024-09-10T04:24:37.691659+0000 mgr.smithi047.jescqm (mgr.14203) 134 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 209 MiB used, 626 GiB / 626 GiB avail 2024-09-10T04:24:38.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:38 smithi149 bash[25108]: audit 2024-09-10T04:24:38.121029+0000 mon.smithi047 (mon.0) 667 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:38.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:38 smithi149 bash[25108]: audit 2024-09-10T04:24:38.121029+0000 mon.smithi047 (mon.0) 667 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:38.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:38 smithi149 bash[25108]: audit 2024-09-10T04:24:38.126766+0000 mon.smithi047 (mon.0) 668 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:38.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:38 smithi149 bash[25108]: audit 2024-09-10T04:24:38.126766+0000 mon.smithi047 (mon.0) 668 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:38.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:38 smithi149 bash[25108]: cluster 2024-09-10T04:24:38.328308+0000 mon.smithi047 (mon.0) 669 : cluster [INF] osd.7 [v2:172.21.15.47:6826/2549755312,v1:172.21.15.47:6827/2549755312] boot 2024-09-10T04:24:38.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:38 smithi149 bash[25108]: cluster 2024-09-10T04:24:38.328308+0000 mon.smithi047 (mon.0) 669 : cluster [INF] osd.7 [v2:172.21.15.47:6826/2549755312,v1:172.21.15.47:6827/2549755312] boot 2024-09-10T04:24:38.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:38 smithi149 bash[25108]: cluster 2024-09-10T04:24:38.328387+0000 mon.smithi047 (mon.0) 670 : cluster [DBG] osdmap e34: 8 total, 8 up, 8 in 2024-09-10T04:24:38.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:38 smithi149 bash[25108]: cluster 2024-09-10T04:24:38.328387+0000 mon.smithi047 (mon.0) 670 : cluster [DBG] osdmap e34: 8 total, 8 up, 8 in 2024-09-10T04:24:38.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:38 smithi149 bash[25108]: audit 2024-09-10T04:24:38.328644+0000 mon.smithi047 (mon.0) 671 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-10T04:24:38.935 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:38 smithi149 bash[25108]: audit 2024-09-10T04:24:38.328644+0000 mon.smithi047 (mon.0) 671 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-10T04:24:39.873 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:39 smithi047 bash[19880]: cluster 2024-09-10T04:24:36.587021+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T04:24:39.873 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:39 smithi047 bash[19880]: cluster 2024-09-10T04:24:36.587021+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T04:24:39.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:39 smithi047 bash[19880]: cluster 2024-09-10T04:24:36.587097+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T04:24:39.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:39 smithi047 bash[19880]: cluster 2024-09-10T04:24:36.587097+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T04:24:39.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:39 smithi047 bash[19880]: audit 2024-09-10T04:24:38.565790+0000 mon.smithi047 (mon.0) 672 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:24:39.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:39 smithi047 bash[19880]: audit 2024-09-10T04:24:38.565790+0000 mon.smithi047 (mon.0) 672 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:24:39.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:39 smithi047 bash[19880]: cluster 2024-09-10T04:24:39.328941+0000 mon.smithi047 (mon.0) 673 : cluster [DBG] osdmap e35: 8 total, 8 up, 8 in 2024-09-10T04:24:39.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:39 smithi047 bash[19880]: cluster 2024-09-10T04:24:39.328941+0000 mon.smithi047 (mon.0) 673 : cluster [DBG] osdmap e35: 8 total, 8 up, 8 in 2024-09-10T04:24:39.933 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:39 smithi149 bash[25108]: cluster 2024-09-10T04:24:36.587021+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T04:24:39.933 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:39 smithi149 bash[25108]: cluster 2024-09-10T04:24:36.587021+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T04:24:39.933 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:39 smithi149 bash[25108]: cluster 2024-09-10T04:24:36.587097+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T04:24:39.933 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:39 smithi149 bash[25108]: cluster 2024-09-10T04:24:36.587097+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T04:24:39.933 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:39 smithi149 bash[25108]: audit 2024-09-10T04:24:38.565790+0000 mon.smithi047 (mon.0) 672 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:24:39.933 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:39 smithi149 bash[25108]: audit 2024-09-10T04:24:38.565790+0000 mon.smithi047 (mon.0) 672 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:24:39.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:39 smithi149 bash[25108]: cluster 2024-09-10T04:24:39.328941+0000 mon.smithi047 (mon.0) 673 : cluster [DBG] osdmap e35: 8 total, 8 up, 8 in 2024-09-10T04:24:39.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:39 smithi149 bash[25108]: cluster 2024-09-10T04:24:39.328941+0000 mon.smithi047 (mon.0) 673 : cluster [DBG] osdmap e35: 8 total, 8 up, 8 in 2024-09-10T04:24:40.873 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:40 smithi047 bash[19880]: cluster 2024-09-10T04:24:39.692239+0000 mgr.smithi047.jescqm (mgr.14203) 135 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:24:40.873 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:40 smithi047 bash[19880]: cluster 2024-09-10T04:24:39.692239+0000 mgr.smithi047.jescqm (mgr.14203) 135 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:24:40.873 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:40 smithi047 bash[19880]: cluster 2024-09-10T04:24:40.331473+0000 mon.smithi047 (mon.0) 674 : cluster [DBG] osdmap e36: 8 total, 8 up, 8 in 2024-09-10T04:24:40.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:40 smithi047 bash[19880]: cluster 2024-09-10T04:24:40.331473+0000 mon.smithi047 (mon.0) 674 : cluster [DBG] osdmap e36: 8 total, 8 up, 8 in 2024-09-10T04:24:40.933 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:40 smithi149 bash[25108]: cluster 2024-09-10T04:24:39.692239+0000 mgr.smithi047.jescqm (mgr.14203) 135 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:24:40.933 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:40 smithi149 bash[25108]: cluster 2024-09-10T04:24:39.692239+0000 mgr.smithi047.jescqm (mgr.14203) 135 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:24:40.933 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:40 smithi149 bash[25108]: cluster 2024-09-10T04:24:40.331473+0000 mon.smithi047 (mon.0) 674 : cluster [DBG] osdmap e36: 8 total, 8 up, 8 in 2024-09-10T04:24:40.933 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:40 smithi149 bash[25108]: cluster 2024-09-10T04:24:40.331473+0000 mon.smithi047 (mon.0) 674 : cluster [DBG] osdmap e36: 8 total, 8 up, 8 in 2024-09-10T04:24:42.744 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/mon.smithi047/config 2024-09-10T04:24:42.833 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:42 smithi047 bash[19880]: cluster 2024-09-10T04:24:41.507274+0000 mon.smithi047 (mon.0) 675 : cluster [DBG] osdmap e37: 8 total, 8 up, 8 in 2024-09-10T04:24:42.833 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:42 smithi047 bash[19880]: cluster 2024-09-10T04:24:41.507274+0000 mon.smithi047 (mon.0) 675 : cluster [DBG] osdmap e37: 8 total, 8 up, 8 in 2024-09-10T04:24:42.833 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:42 smithi047 bash[19880]: cluster 2024-09-10T04:24:41.692877+0000 mgr.smithi047.jescqm (mgr.14203) 136 : cluster [DBG] pgmap v104: 1 pgs: 1 remapped+peering; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:24:42.833 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:42 smithi047 bash[19880]: cluster 2024-09-10T04:24:41.692877+0000 mgr.smithi047.jescqm (mgr.14203) 136 : cluster [DBG] pgmap v104: 1 pgs: 1 remapped+peering; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:24:42.933 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:42 smithi149 bash[25108]: cluster 2024-09-10T04:24:41.507274+0000 mon.smithi047 (mon.0) 675 : cluster [DBG] osdmap e37: 8 total, 8 up, 8 in 2024-09-10T04:24:42.933 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:42 smithi149 bash[25108]: cluster 2024-09-10T04:24:41.507274+0000 mon.smithi047 (mon.0) 675 : cluster [DBG] osdmap e37: 8 total, 8 up, 8 in 2024-09-10T04:24:42.933 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:42 smithi149 bash[25108]: cluster 2024-09-10T04:24:41.692877+0000 mgr.smithi047.jescqm (mgr.14203) 136 : cluster [DBG] pgmap v104: 1 pgs: 1 remapped+peering; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:24:42.933 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:42 smithi149 bash[25108]: cluster 2024-09-10T04:24:41.692877+0000 mgr.smithi047.jescqm (mgr.14203) 136 : cluster [DBG] pgmap v104: 1 pgs: 1 remapped+peering; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:24:43.830 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:43 smithi047 bash[19880]: cluster 2024-09-10T04:24:42.517229+0000 mon.smithi047 (mon.0) 676 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2024-09-10T04:24:43.830 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:43 smithi047 bash[19880]: cluster 2024-09-10T04:24:42.517229+0000 mon.smithi047 (mon.0) 676 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2024-09-10T04:24:43.932 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:43 smithi149 bash[25108]: cluster 2024-09-10T04:24:42.517229+0000 mon.smithi047 (mon.0) 676 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2024-09-10T04:24:43.933 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:43 smithi149 bash[25108]: cluster 2024-09-10T04:24:42.517229+0000 mon.smithi047 (mon.0) 676 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2024-09-10T04:24:44.134 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-09-10T04:24:44.758 INFO:teuthology.orchestra.run.smithi047.stdout:{"epoch":38,"num_osds":8,"num_up_osds":8,"osd_up_since":1725942278,"num_in_osds":8,"osd_in_since":1725942225,"num_remapped_pgs":0} 2024-09-10T04:24:44.758 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c shell --fsid b165ca24-6f2b-11ef-bcea-c7b262605968 -- ceph osd dump --format=json 2024-09-10T04:24:44.873 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:44 smithi047 bash[19880]: audit 2024-09-10T04:24:43.556498+0000 mon.smithi047 (mon.0) 677 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:44.873 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:44 smithi047 bash[19880]: audit 2024-09-10T04:24:43.556498+0000 mon.smithi047 (mon.0) 677 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:44.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:44 smithi047 bash[19880]: audit 2024-09-10T04:24:43.561022+0000 mon.smithi047 (mon.0) 678 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:44.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:44 smithi047 bash[19880]: audit 2024-09-10T04:24:43.561022+0000 mon.smithi047 (mon.0) 678 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:44.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:44 smithi047 bash[19880]: cluster 2024-09-10T04:24:43.693280+0000 mgr.smithi047.jescqm (mgr.14203) 137 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 132 KiB/s, 0 objects/s recovering 2024-09-10T04:24:44.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:44 smithi047 bash[19880]: cluster 2024-09-10T04:24:43.693280+0000 mgr.smithi047.jescqm (mgr.14203) 137 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 132 KiB/s, 0 objects/s recovering 2024-09-10T04:24:44.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:44 smithi047 bash[19880]: audit 2024-09-10T04:24:44.133874+0000 mon.smithi047 (mon.0) 679 : audit [DBG] from='client.? 172.21.15.47:0/4033691050' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-10T04:24:44.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:44 smithi047 bash[19880]: audit 2024-09-10T04:24:44.133874+0000 mon.smithi047 (mon.0) 679 : audit [DBG] from='client.? 172.21.15.47:0/4033691050' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-10T04:24:44.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:44 smithi047 bash[19880]: audit 2024-09-10T04:24:44.225900+0000 mon.smithi047 (mon.0) 680 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:44.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:44 smithi047 bash[19880]: audit 2024-09-10T04:24:44.225900+0000 mon.smithi047 (mon.0) 680 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:44.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:44 smithi047 bash[19880]: audit 2024-09-10T04:24:44.232747+0000 mon.smithi047 (mon.0) 681 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:44.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:44 smithi047 bash[19880]: audit 2024-09-10T04:24:44.232747+0000 mon.smithi047 (mon.0) 681 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:44.933 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:44 smithi149 bash[25108]: audit 2024-09-10T04:24:43.556498+0000 mon.smithi047 (mon.0) 677 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:44.933 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:44 smithi149 bash[25108]: audit 2024-09-10T04:24:43.556498+0000 mon.smithi047 (mon.0) 677 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:44.933 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:44 smithi149 bash[25108]: audit 2024-09-10T04:24:43.561022+0000 mon.smithi047 (mon.0) 678 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:44.933 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:44 smithi149 bash[25108]: audit 2024-09-10T04:24:43.561022+0000 mon.smithi047 (mon.0) 678 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:44.933 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:44 smithi149 bash[25108]: cluster 2024-09-10T04:24:43.693280+0000 mgr.smithi047.jescqm (mgr.14203) 137 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 132 KiB/s, 0 objects/s recovering 2024-09-10T04:24:44.933 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:44 smithi149 bash[25108]: cluster 2024-09-10T04:24:43.693280+0000 mgr.smithi047.jescqm (mgr.14203) 137 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 132 KiB/s, 0 objects/s recovering 2024-09-10T04:24:44.933 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:44 smithi149 bash[25108]: audit 2024-09-10T04:24:44.133874+0000 mon.smithi047 (mon.0) 679 : audit [DBG] from='client.? 172.21.15.47:0/4033691050' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-10T04:24:44.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:44 smithi149 bash[25108]: audit 2024-09-10T04:24:44.133874+0000 mon.smithi047 (mon.0) 679 : audit [DBG] from='client.? 172.21.15.47:0/4033691050' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-10T04:24:44.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:44 smithi149 bash[25108]: audit 2024-09-10T04:24:44.225900+0000 mon.smithi047 (mon.0) 680 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:44.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:44 smithi149 bash[25108]: audit 2024-09-10T04:24:44.225900+0000 mon.smithi047 (mon.0) 680 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:44.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:44 smithi149 bash[25108]: audit 2024-09-10T04:24:44.232747+0000 mon.smithi047 (mon.0) 681 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:44.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:44 smithi149 bash[25108]: audit 2024-09-10T04:24:44.232747+0000 mon.smithi047 (mon.0) 681 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:47.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:46 smithi047 bash[19880]: cluster 2024-09-10T04:24:45.693870+0000 mgr.smithi047.jescqm (mgr.14203) 138 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-09-10T04:24:47.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:46 smithi047 bash[19880]: cluster 2024-09-10T04:24:45.693870+0000 mgr.smithi047.jescqm (mgr.14203) 138 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-09-10T04:24:47.182 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:46 smithi149 bash[25108]: cluster 2024-09-10T04:24:45.693870+0000 mgr.smithi047.jescqm (mgr.14203) 138 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-09-10T04:24:47.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:46 smithi149 bash[25108]: cluster 2024-09-10T04:24:45.693870+0000 mgr.smithi047.jescqm (mgr.14203) 138 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-09-10T04:24:49.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:48 smithi047 bash[19880]: cluster 2024-09-10T04:24:47.694484+0000 mgr.smithi047.jescqm (mgr.14203) 139 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 78 KiB/s, 0 objects/s recovering 2024-09-10T04:24:49.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:48 smithi047 bash[19880]: cluster 2024-09-10T04:24:47.694484+0000 mgr.smithi047.jescqm (mgr.14203) 139 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 78 KiB/s, 0 objects/s recovering 2024-09-10T04:24:49.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:48 smithi149 bash[25108]: cluster 2024-09-10T04:24:47.694484+0000 mgr.smithi047.jescqm (mgr.14203) 139 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 78 KiB/s, 0 objects/s recovering 2024-09-10T04:24:49.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:48 smithi149 bash[25108]: cluster 2024-09-10T04:24:47.694484+0000 mgr.smithi047.jescqm (mgr.14203) 139 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 78 KiB/s, 0 objects/s recovering 2024-09-10T04:24:49.336 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/mon.smithi047/config 2024-09-10T04:24:50.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:49 smithi047 bash[19880]: audit 2024-09-10T04:24:49.128776+0000 mon.smithi047 (mon.0) 682 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:24:50.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:49 smithi047 bash[19880]: audit 2024-09-10T04:24:49.128776+0000 mon.smithi047 (mon.0) 682 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:24:50.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:49 smithi149 bash[25108]: audit 2024-09-10T04:24:49.128776+0000 mon.smithi047 (mon.0) 682 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:24:50.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:49 smithi149 bash[25108]: audit 2024-09-10T04:24:49.128776+0000 mon.smithi047 (mon.0) 682 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:24:51.026 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:50 smithi047 bash[19880]: cluster 2024-09-10T04:24:49.695131+0000 mgr.smithi047.jescqm (mgr.14203) 140 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 70 KiB/s, 0 objects/s recovering 2024-09-10T04:24:51.026 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:50 smithi047 bash[19880]: cluster 2024-09-10T04:24:49.695131+0000 mgr.smithi047.jescqm (mgr.14203) 140 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 70 KiB/s, 0 objects/s recovering 2024-09-10T04:24:51.039 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:50 smithi149 bash[25108]: cluster 2024-09-10T04:24:49.695131+0000 mgr.smithi047.jescqm (mgr.14203) 140 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 70 KiB/s, 0 objects/s recovering 2024-09-10T04:24:51.040 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:50 smithi149 bash[25108]: cluster 2024-09-10T04:24:49.695131+0000 mgr.smithi047.jescqm (mgr.14203) 140 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 70 KiB/s, 0 objects/s recovering 2024-09-10T04:24:51.276 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-09-10T04:24:51.276 INFO:teuthology.orchestra.run.smithi047.stdout:{"epoch":38,"fsid":"b165ca24-6f2b-11ef-bcea-c7b262605968","created":"2024-09-10T04:19:27.618622+0000","modified":"2024-09-10T04:24:42.502549+0000","last_up_change":"2024-09-10T04:24:38.318644+0000","last_in_change":"2024-09-10T04:23:45.130650+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":17,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-09-10T04:24:26.217362+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":"c147dacd-48ec-4b8a-b517-d207233a2091","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":36,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6800","nonce":2962119229},{"type":"v1","addr":"172.21.15.149:6801","nonce":2962119229}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6802","nonce":2962119229},{"type":"v1","addr":"172.21.15.149:6803","nonce":2962119229}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6806","nonce":2962119229},{"type":"v1","addr":"172.21.15.149:6807","nonce":2962119229}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6804","nonce":2962119229},{"type":"v1","addr":"172.21.15.149:6805","nonce":2962119229}]},"public_addr":"172.21.15.149:6801/2962119229","cluster_addr":"172.21.15.149:6803/2962119229","heartbeat_back_addr":"172.21.15.149:6807/2962119229","heartbeat_front_addr":"172.21.15.149:6805/2962119229","state":["exists","up"]},{"osd":1,"uuid":"6d1061de-b79f-4f94-a186-ea9a1c26a263","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":24,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6802","nonce":266476171},{"type":"v1","addr":"172.21.15.47:6803","nonce":266476171}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6804","nonce":266476171},{"type":"v1","addr":"172.21.15.47:6805","nonce":266476171}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6808","nonce":266476171},{"type":"v1","addr":"172.21.15.47:6809","nonce":266476171}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6806","nonce":266476171},{"type":"v1","addr":"172.21.15.47:6807","nonce":266476171}]},"public_addr":"172.21.15.47:6803/266476171","cluster_addr":"172.21.15.47:6805/266476171","heartbeat_back_addr":"172.21.15.47:6809/266476171","heartbeat_front_addr":"172.21.15.47:6807/266476171","state":["exists","up"]},{"osd":2,"uuid":"b0b9dd43-8dd8-4bdd-91b1-15652a6222f4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":22,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6808","nonce":1877895605},{"type":"v1","addr":"172.21.15.149:6809","nonce":1877895605}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6810","nonce":1877895605},{"type":"v1","addr":"172.21.15.149:6811","nonce":1877895605}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6814","nonce":1877895605},{"type":"v1","addr":"172.21.15.149:6815","nonce":1877895605}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6812","nonce":1877895605},{"type":"v1","addr":"172.21.15.149:6813","nonce":1877895605}]},"public_addr":"172.21.15.149:6809/1877895605","cluster_addr":"172.21.15.149:6811/1877895605","heartbeat_back_addr":"172.21.15.149:6815/1877895605","heartbeat_front_addr":"172.21.15.149:6813/1877895605","state":["exists","up"]},{"osd":3,"uuid":"957fb047-35a4-4a34-ab14-2933a44cd675","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6810","nonce":1773866527},{"type":"v1","addr":"172.21.15.47:6811","nonce":1773866527}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6812","nonce":1773866527},{"type":"v1","addr":"172.21.15.47:6813","nonce":1773866527}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6816","nonce":1773866527},{"type":"v1","addr":"172.21.15.47:6817","nonce":1773866527}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6814","nonce":1773866527},{"type":"v1","addr":"172.21.15.47:6815","nonce":1773866527}]},"public_addr":"172.21.15.47:6811/1773866527","cluster_addr":"172.21.15.47:6813/1773866527","heartbeat_back_addr":"172.21.15.47:6817/1773866527","heartbeat_front_addr":"172.21.15.47:6815/1773866527","state":["exists","up"]},{"osd":4,"uuid":"a550586d-4513-461c-93a8-a4bf6d41c7a3","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.149:6816","nonce":3820379047},{"type":"v1","addr":"172.21.15.149:6817","nonce":3820379047}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6818","nonce":3820379047},{"type":"v1","addr":"172.21.15.149:6819","nonce":3820379047}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6822","nonce":3820379047},{"type":"v1","addr":"172.21.15.149:6823","nonce":3820379047}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6820","nonce":3820379047},{"type":"v1","addr":"172.21.15.149:6821","nonce":3820379047}]},"public_addr":"172.21.15.149:6817/3820379047","cluster_addr":"172.21.15.149:6819/3820379047","heartbeat_back_addr":"172.21.15.149:6823/3820379047","heartbeat_front_addr":"172.21.15.149:6821/3820379047","state":["exists","up"]},{"osd":5,"uuid":"eddef9b2-9241-42a9-83f8-91f28475ed0b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6818","nonce":1423936365},{"type":"v1","addr":"172.21.15.47:6819","nonce":1423936365}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6820","nonce":1423936365},{"type":"v1","addr":"172.21.15.47:6821","nonce":1423936365}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6824","nonce":1423936365},{"type":"v1","addr":"172.21.15.47:6825","nonce":1423936365}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6822","nonce":1423936365},{"type":"v1","addr":"172.21.15.47:6823","nonce":1423936365}]},"public_addr":"172.21.15.47:6819/1423936365","cluster_addr":"172.21.15.47:6821/1423936365","heartbeat_back_addr":"172.21.15.47:6825/1423936365","heartbeat_front_addr":"172.21.15.47:6823/1423936365","state":["exists","up"]},{"osd":6,"uuid":"75078940-0793-44d5-a6aa-4480498bd47e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6824","nonce":2886262329},{"type":"v1","addr":"172.21.15.149:6825","nonce":2886262329}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6826","nonce":2886262329},{"type":"v1","addr":"172.21.15.149:6827","nonce":2886262329}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6830","nonce":2886262329},{"type":"v1","addr":"172.21.15.149:6831","nonce":2886262329}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6828","nonce":2886262329},{"type":"v1","addr":"172.21.15.149:6829","nonce":2886262329}]},"public_addr":"172.21.15.149:6825/2886262329","cluster_addr":"172.21.15.149:6827/2886262329","heartbeat_back_addr":"172.21.15.149:6831/2886262329","heartbeat_front_addr":"172.21.15.149:6829/2886262329","state":["exists","up"]},{"osd":7,"uuid":"beb72a81-207b-4177-8688-dea9992dd421","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":34,"up_thru":37,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6826","nonce":2549755312},{"type":"v1","addr":"172.21.15.47:6827","nonce":2549755312}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6828","nonce":2549755312},{"type":"v1","addr":"172.21.15.47:6829","nonce":2549755312}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6832","nonce":2549755312},{"type":"v1","addr":"172.21.15.47:6833","nonce":2549755312}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6830","nonce":2549755312},{"type":"v1","addr":"172.21.15.47:6831","nonce":2549755312}]},"public_addr":"172.21.15.47:6827/2549755312","cluster_addr":"172.21.15.47:6829/2549755312","heartbeat_back_addr":"172.21.15.47:6833/2549755312","heartbeat_front_addr":"172.21.15.47:6831/2549755312","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-10T04:24:17.555811+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-10T04:24:20.433838+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-10T04:24:24.055574+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-10T04:24:26.356424+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-10T04:24:29.106340+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-10T04:24:31.484513+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-10T04:24:33.070401+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-10T04:24:36.587101+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.47:0/2023762934":"2024-09-11T04:22:03.652715+0000","172.21.15.47:0/4168346861":"2024-09-11T04:22:03.652715+0000","172.21.15.47:0/1333820722":"2024-09-11T04:19:53.424585+0000","172.21.15.47:6800/3289207242":"2024-09-11T04:19:53.424585+0000","172.21.15.47:0/4057803153":"2024-09-11T04:20:39.429358+0000","172.21.15.47:0/2540038620":"2024-09-11T04:19:53.424585+0000","172.21.15.47:6801/1997375254":"2024-09-11T04:22:03.652715+0000","172.21.15.47:0/996328687":"2024-09-11T04:19:53.424585+0000","172.21.15.47:6800/2689522916":"2024-09-11T04:20:39.429358+0000","172.21.15.47:6801/2689522916":"2024-09-11T04:20:39.429358+0000","172.21.15.47:6801/3289207242":"2024-09-11T04:19:53.424585+0000","172.21.15.47:0/304590898":"2024-09-11T04:20:39.429358+0000","172.21.15.47:6800/1997375254":"2024-09-11T04:22:03.652715+0000","172.21.15.47:0/1951560172":"2024-09-11T04:20:39.429358+0000","172.21.15.47:0/1612384901":"2024-09-11T04:22:03.652715+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-10T04:24:51.905 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:51 smithi047 bash[19880]: audit 2024-09-10T04:24:51.275063+0000 mon.smithi047 (mon.0) 683 : audit [DBG] from='client.? 172.21.15.47:0/3805667782' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-10T04:24:51.905 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:51 smithi047 bash[19880]: audit 2024-09-10T04:24:51.275063+0000 mon.smithi047 (mon.0) 683 : audit [DBG] from='client.? 172.21.15.47:0/3805667782' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-10T04:24:52.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:51 smithi149 bash[25108]: audit 2024-09-10T04:24:51.275063+0000 mon.smithi047 (mon.0) 683 : audit [DBG] from='client.? 172.21.15.47:0/3805667782' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-10T04:24:52.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:51 smithi149 bash[25108]: audit 2024-09-10T04:24:51.275063+0000 mon.smithi047 (mon.0) 683 : audit [DBG] from='client.? 172.21.15.47:0/3805667782' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-10T04:24:52.326 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-09-10T04:24:26.217362+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-10T04:24:52.327 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c shell --fsid b165ca24-6f2b-11ef-bcea-c7b262605968 -- ceph osd pool get .mgr pg_num 2024-09-10T04:24:53.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:52 smithi047 bash[19880]: cluster 2024-09-10T04:24:51.695627+0000 mgr.smithi047.jescqm (mgr.14203) 141 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-09-10T04:24:53.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:52 smithi047 bash[19880]: cluster 2024-09-10T04:24:51.695627+0000 mgr.smithi047.jescqm (mgr.14203) 141 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-09-10T04:24:53.184 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:52 smithi149 bash[25108]: cluster 2024-09-10T04:24:51.695627+0000 mgr.smithi047.jescqm (mgr.14203) 141 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-09-10T04:24:53.185 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:52 smithi149 bash[25108]: cluster 2024-09-10T04:24:51.695627+0000 mgr.smithi047.jescqm (mgr.14203) 141 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-09-10T04:24:55.083 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:54 smithi149 bash[25108]: cluster 2024-09-10T04:24:53.696196+0000 mgr.smithi047.jescqm (mgr.14203) 142 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 52 KiB/s, 0 objects/s recovering 2024-09-10T04:24:55.084 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:54 smithi149 bash[25108]: cluster 2024-09-10T04:24:53.696196+0000 mgr.smithi047.jescqm (mgr.14203) 142 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 52 KiB/s, 0 objects/s recovering 2024-09-10T04:24:55.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:54 smithi047 bash[19880]: cluster 2024-09-10T04:24:53.696196+0000 mgr.smithi047.jescqm (mgr.14203) 142 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 52 KiB/s, 0 objects/s recovering 2024-09-10T04:24:55.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:54 smithi047 bash[19880]: cluster 2024-09-10T04:24:53.696196+0000 mgr.smithi047.jescqm (mgr.14203) 142 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 52 KiB/s, 0 objects/s recovering 2024-09-10T04:24:56.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:56 smithi047 bash[19880]: cephadm 2024-09-10T04:24:55.605376+0000 mgr.smithi047.jescqm (mgr.14203) 143 : cephadm [INF] Detected new or changed devices on smithi149 2024-09-10T04:24:56.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:56 smithi047 bash[19880]: cephadm 2024-09-10T04:24:55.605376+0000 mgr.smithi047.jescqm (mgr.14203) 143 : cephadm [INF] Detected new or changed devices on smithi149 2024-09-10T04:24:56.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:56 smithi047 bash[19880]: audit 2024-09-10T04:24:55.616222+0000 mon.smithi047 (mon.0) 684 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:56.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:56 smithi047 bash[19880]: audit 2024-09-10T04:24:55.616222+0000 mon.smithi047 (mon.0) 684 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:56.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:56 smithi047 bash[19880]: audit 2024-09-10T04:24:55.626452+0000 mon.smithi047 (mon.0) 685 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:56.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:56 smithi047 bash[19880]: audit 2024-09-10T04:24:55.626452+0000 mon.smithi047 (mon.0) 685 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:56.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:56 smithi047 bash[19880]: audit 2024-09-10T04:24:55.629881+0000 mon.smithi047 (mon.0) 686 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-10T04:24:56.875 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:56 smithi047 bash[19880]: audit 2024-09-10T04:24:55.629881+0000 mon.smithi047 (mon.0) 686 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-10T04:24:56.875 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:56 smithi047 bash[19880]: audit 2024-09-10T04:24:55.631578+0000 mon.smithi047 (mon.0) 687 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-10T04:24:56.875 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:56 smithi047 bash[19880]: audit 2024-09-10T04:24:55.631578+0000 mon.smithi047 (mon.0) 687 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-10T04:24:56.875 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:56 smithi047 bash[19880]: audit 2024-09-10T04:24:55.633074+0000 mon.smithi047 (mon.0) 688 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2024-09-10T04:24:56.875 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:56 smithi047 bash[19880]: audit 2024-09-10T04:24:55.633074+0000 mon.smithi047 (mon.0) 688 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2024-09-10T04:24:56.875 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:56 smithi047 bash[19880]: audit 2024-09-10T04:24:55.634473+0000 mon.smithi047 (mon.0) 689 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"} : dispatch 2024-09-10T04:24:56.875 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:56 smithi047 bash[19880]: audit 2024-09-10T04:24:55.634473+0000 mon.smithi047 (mon.0) 689 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"} : dispatch 2024-09-10T04:24:56.875 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:56 smithi047 bash[19880]: cephadm 2024-09-10T04:24:55.635579+0000 mgr.smithi047.jescqm (mgr.14203) 144 : cephadm [INF] Adjusting osd_memory_target on smithi149 to 954.1M 2024-09-10T04:24:56.875 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:56 smithi047 bash[19880]: cephadm 2024-09-10T04:24:55.635579+0000 mgr.smithi047.jescqm (mgr.14203) 144 : cephadm [INF] Adjusting osd_memory_target on smithi149 to 954.1M 2024-09-10T04:24:56.875 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:56 smithi047 bash[19880]: audit 2024-09-10T04:24:55.642042+0000 mon.smithi047 (mon.0) 690 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:56.875 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:56 smithi047 bash[19880]: audit 2024-09-10T04:24:55.642042+0000 mon.smithi047 (mon.0) 690 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:56.876 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:56 smithi047 bash[19880]: cluster 2024-09-10T04:24:55.696755+0000 mgr.smithi047.jescqm (mgr.14203) 145 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:24:56.876 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:56 smithi047 bash[19880]: cluster 2024-09-10T04:24:55.696755+0000 mgr.smithi047.jescqm (mgr.14203) 145 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:24:56.876 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:56 smithi047 bash[19880]: cephadm 2024-09-10T04:24:55.826129+0000 mgr.smithi047.jescqm (mgr.14203) 146 : cephadm [INF] Detected new or changed devices on smithi047 2024-09-10T04:24:56.876 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:56 smithi047 bash[19880]: cephadm 2024-09-10T04:24:55.826129+0000 mgr.smithi047.jescqm (mgr.14203) 146 : cephadm [INF] Detected new or changed devices on smithi047 2024-09-10T04:24:56.876 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:56 smithi047 bash[19880]: audit 2024-09-10T04:24:55.835393+0000 mon.smithi047 (mon.0) 691 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:56.876 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:56 smithi047 bash[19880]: audit 2024-09-10T04:24:55.835393+0000 mon.smithi047 (mon.0) 691 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:56.876 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:56 smithi047 bash[19880]: audit 2024-09-10T04:24:55.846788+0000 mon.smithi047 (mon.0) 692 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:56.877 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:56 smithi047 bash[19880]: audit 2024-09-10T04:24:55.846788+0000 mon.smithi047 (mon.0) 692 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:56.877 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:56 smithi047 bash[19880]: audit 2024-09-10T04:24:55.850660+0000 mon.smithi047 (mon.0) 693 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-10T04:24:56.877 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:56 smithi047 bash[19880]: audit 2024-09-10T04:24:55.850660+0000 mon.smithi047 (mon.0) 693 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-10T04:24:56.877 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:56 smithi047 bash[19880]: audit 2024-09-10T04:24:55.852681+0000 mon.smithi047 (mon.0) 694 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"} : dispatch 2024-09-10T04:24:56.877 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:56 smithi047 bash[19880]: audit 2024-09-10T04:24:55.852681+0000 mon.smithi047 (mon.0) 694 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"} : dispatch 2024-09-10T04:24:56.877 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:56 smithi047 bash[19880]: audit 2024-09-10T04:24:55.854334+0000 mon.smithi047 (mon.0) 695 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"} : dispatch 2024-09-10T04:24:56.877 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:56 smithi047 bash[19880]: audit 2024-09-10T04:24:55.854334+0000 mon.smithi047 (mon.0) 695 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"} : dispatch 2024-09-10T04:24:56.877 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:56 smithi047 bash[19880]: audit 2024-09-10T04:24:55.856008+0000 mon.smithi047 (mon.0) 696 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"} : dispatch 2024-09-10T04:24:56.877 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:56 smithi047 bash[19880]: audit 2024-09-10T04:24:55.856008+0000 mon.smithi047 (mon.0) 696 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"} : dispatch 2024-09-10T04:24:56.877 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:56 smithi047 bash[19880]: cephadm 2024-09-10T04:24:55.857287+0000 mgr.smithi047.jescqm (mgr.14203) 147 : cephadm [INF] Adjusting osd_memory_target on smithi047 to 3005M 2024-09-10T04:24:56.877 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:56 smithi047 bash[19880]: cephadm 2024-09-10T04:24:55.857287+0000 mgr.smithi047.jescqm (mgr.14203) 147 : cephadm [INF] Adjusting osd_memory_target on smithi047 to 3005M 2024-09-10T04:24:56.877 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:56 smithi047 bash[19880]: audit 2024-09-10T04:24:55.863703+0000 mon.smithi047 (mon.0) 697 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:56.877 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:56 smithi047 bash[19880]: audit 2024-09-10T04:24:55.863703+0000 mon.smithi047 (mon.0) 697 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:56.878 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:56 smithi047 bash[19880]: audit 2024-09-10T04:24:55.868770+0000 mon.smithi047 (mon.0) 698 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:24:56.878 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:56 smithi047 bash[19880]: audit 2024-09-10T04:24:55.868770+0000 mon.smithi047 (mon.0) 698 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:24:56.878 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:56 smithi047 bash[19880]: audit 2024-09-10T04:24:55.870133+0000 mon.smithi047 (mon.0) 699 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:24:56.878 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:56 smithi047 bash[19880]: audit 2024-09-10T04:24:55.870133+0000 mon.smithi047 (mon.0) 699 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:24:56.878 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:56 smithi047 bash[19880]: audit 2024-09-10T04:24:55.877208+0000 mon.smithi047 (mon.0) 700 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:56.878 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:56 smithi047 bash[19880]: audit 2024-09-10T04:24:55.877208+0000 mon.smithi047 (mon.0) 700 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:56.878 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:56 smithi047 bash[19880]: audit 2024-09-10T04:24:55.880554+0000 mon.smithi047 (mon.0) 701 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-10T04:24:56.878 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:56 smithi047 bash[19880]: audit 2024-09-10T04:24:55.880554+0000 mon.smithi047 (mon.0) 701 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-10T04:24:56.878 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:56 smithi047 bash[19880]: audit 2024-09-10T04:24:55.886448+0000 mon.smithi047 (mon.0) 702 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-10T04:24:56.878 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:56 smithi047 bash[19880]: audit 2024-09-10T04:24:55.886448+0000 mon.smithi047 (mon.0) 702 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-10T04:24:56.878 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:56 smithi047 bash[19880]: audit 2024-09-10T04:24:55.887802+0000 mon.smithi047 (mon.0) 703 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:24:56.878 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:56 smithi047 bash[19880]: audit 2024-09-10T04:24:55.887802+0000 mon.smithi047 (mon.0) 703 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:24:56.878 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:56 smithi047 bash[19880]: audit 2024-09-10T04:24:55.895190+0000 mon.smithi047 (mon.0) 704 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-10T04:24:56.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:56 smithi047 bash[19880]: audit 2024-09-10T04:24:55.895190+0000 mon.smithi047 (mon.0) 704 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-10T04:24:56.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:56 smithi047 bash[19880]: audit 2024-09-10T04:24:55.896775+0000 mon.smithi047 (mon.0) 705 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:24:56.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:56 smithi047 bash[19880]: audit 2024-09-10T04:24:55.896775+0000 mon.smithi047 (mon.0) 705 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:24:56.933 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:56 smithi149 bash[25108]: cephadm 2024-09-10T04:24:55.605376+0000 mgr.smithi047.jescqm (mgr.14203) 143 : cephadm [INF] Detected new or changed devices on smithi149 2024-09-10T04:24:56.933 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:56 smithi149 bash[25108]: cephadm 2024-09-10T04:24:55.605376+0000 mgr.smithi047.jescqm (mgr.14203) 143 : cephadm [INF] Detected new or changed devices on smithi149 2024-09-10T04:24:56.933 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:56 smithi149 bash[25108]: audit 2024-09-10T04:24:55.616222+0000 mon.smithi047 (mon.0) 684 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:56.933 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:56 smithi149 bash[25108]: audit 2024-09-10T04:24:55.616222+0000 mon.smithi047 (mon.0) 684 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:56.933 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:56 smithi149 bash[25108]: audit 2024-09-10T04:24:55.626452+0000 mon.smithi047 (mon.0) 685 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:56.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:56 smithi149 bash[25108]: audit 2024-09-10T04:24:55.626452+0000 mon.smithi047 (mon.0) 685 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:56.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:56 smithi149 bash[25108]: audit 2024-09-10T04:24:55.629881+0000 mon.smithi047 (mon.0) 686 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-10T04:24:56.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:56 smithi149 bash[25108]: audit 2024-09-10T04:24:55.629881+0000 mon.smithi047 (mon.0) 686 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-10T04:24:56.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:56 smithi149 bash[25108]: audit 2024-09-10T04:24:55.631578+0000 mon.smithi047 (mon.0) 687 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-10T04:24:56.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:56 smithi149 bash[25108]: audit 2024-09-10T04:24:55.631578+0000 mon.smithi047 (mon.0) 687 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-10T04:24:56.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:56 smithi149 bash[25108]: audit 2024-09-10T04:24:55.633074+0000 mon.smithi047 (mon.0) 688 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2024-09-10T04:24:56.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:56 smithi149 bash[25108]: audit 2024-09-10T04:24:55.633074+0000 mon.smithi047 (mon.0) 688 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2024-09-10T04:24:56.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:56 smithi149 bash[25108]: audit 2024-09-10T04:24:55.634473+0000 mon.smithi047 (mon.0) 689 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"} : dispatch 2024-09-10T04:24:56.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:56 smithi149 bash[25108]: audit 2024-09-10T04:24:55.634473+0000 mon.smithi047 (mon.0) 689 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"} : dispatch 2024-09-10T04:24:56.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:56 smithi149 bash[25108]: cephadm 2024-09-10T04:24:55.635579+0000 mgr.smithi047.jescqm (mgr.14203) 144 : cephadm [INF] Adjusting osd_memory_target on smithi149 to 954.1M 2024-09-10T04:24:56.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:56 smithi149 bash[25108]: cephadm 2024-09-10T04:24:55.635579+0000 mgr.smithi047.jescqm (mgr.14203) 144 : cephadm [INF] Adjusting osd_memory_target on smithi149 to 954.1M 2024-09-10T04:24:56.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:56 smithi149 bash[25108]: audit 2024-09-10T04:24:55.642042+0000 mon.smithi047 (mon.0) 690 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:56.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:56 smithi149 bash[25108]: audit 2024-09-10T04:24:55.642042+0000 mon.smithi047 (mon.0) 690 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:56.935 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:56 smithi149 bash[25108]: cluster 2024-09-10T04:24:55.696755+0000 mgr.smithi047.jescqm (mgr.14203) 145 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:24:56.935 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:56 smithi149 bash[25108]: cluster 2024-09-10T04:24:55.696755+0000 mgr.smithi047.jescqm (mgr.14203) 145 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:24:56.935 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:56 smithi149 bash[25108]: cephadm 2024-09-10T04:24:55.826129+0000 mgr.smithi047.jescqm (mgr.14203) 146 : cephadm [INF] Detected new or changed devices on smithi047 2024-09-10T04:24:56.935 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:56 smithi149 bash[25108]: cephadm 2024-09-10T04:24:55.826129+0000 mgr.smithi047.jescqm (mgr.14203) 146 : cephadm [INF] Detected new or changed devices on smithi047 2024-09-10T04:24:56.935 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:56 smithi149 bash[25108]: audit 2024-09-10T04:24:55.835393+0000 mon.smithi047 (mon.0) 691 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:56.935 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:56 smithi149 bash[25108]: audit 2024-09-10T04:24:55.835393+0000 mon.smithi047 (mon.0) 691 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:56.935 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:56 smithi149 bash[25108]: audit 2024-09-10T04:24:55.846788+0000 mon.smithi047 (mon.0) 692 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:56.936 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:56 smithi149 bash[25108]: audit 2024-09-10T04:24:55.846788+0000 mon.smithi047 (mon.0) 692 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:56.936 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:56 smithi149 bash[25108]: audit 2024-09-10T04:24:55.850660+0000 mon.smithi047 (mon.0) 693 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-10T04:24:56.936 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:56 smithi149 bash[25108]: audit 2024-09-10T04:24:55.850660+0000 mon.smithi047 (mon.0) 693 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-10T04:24:56.936 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:56 smithi149 bash[25108]: audit 2024-09-10T04:24:55.852681+0000 mon.smithi047 (mon.0) 694 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"} : dispatch 2024-09-10T04:24:56.936 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:56 smithi149 bash[25108]: audit 2024-09-10T04:24:55.852681+0000 mon.smithi047 (mon.0) 694 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"} : dispatch 2024-09-10T04:24:56.936 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:56 smithi149 bash[25108]: audit 2024-09-10T04:24:55.854334+0000 mon.smithi047 (mon.0) 695 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"} : dispatch 2024-09-10T04:24:56.936 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:56 smithi149 bash[25108]: audit 2024-09-10T04:24:55.854334+0000 mon.smithi047 (mon.0) 695 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"} : dispatch 2024-09-10T04:24:56.936 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:56 smithi149 bash[25108]: audit 2024-09-10T04:24:55.856008+0000 mon.smithi047 (mon.0) 696 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"} : dispatch 2024-09-10T04:24:56.936 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:56 smithi149 bash[25108]: audit 2024-09-10T04:24:55.856008+0000 mon.smithi047 (mon.0) 696 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"} : dispatch 2024-09-10T04:24:56.937 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:56 smithi149 bash[25108]: cephadm 2024-09-10T04:24:55.857287+0000 mgr.smithi047.jescqm (mgr.14203) 147 : cephadm [INF] Adjusting osd_memory_target on smithi047 to 3005M 2024-09-10T04:24:56.937 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:56 smithi149 bash[25108]: cephadm 2024-09-10T04:24:55.857287+0000 mgr.smithi047.jescqm (mgr.14203) 147 : cephadm [INF] Adjusting osd_memory_target on smithi047 to 3005M 2024-09-10T04:24:56.937 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:56 smithi149 bash[25108]: audit 2024-09-10T04:24:55.863703+0000 mon.smithi047 (mon.0) 697 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:56.937 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:56 smithi149 bash[25108]: audit 2024-09-10T04:24:55.863703+0000 mon.smithi047 (mon.0) 697 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:56.937 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:56 smithi149 bash[25108]: audit 2024-09-10T04:24:55.868770+0000 mon.smithi047 (mon.0) 698 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:24:56.937 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:56 smithi149 bash[25108]: audit 2024-09-10T04:24:55.868770+0000 mon.smithi047 (mon.0) 698 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:24:56.937 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:56 smithi149 bash[25108]: audit 2024-09-10T04:24:55.870133+0000 mon.smithi047 (mon.0) 699 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:24:56.937 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:56 smithi149 bash[25108]: audit 2024-09-10T04:24:55.870133+0000 mon.smithi047 (mon.0) 699 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:24:56.937 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:56 smithi149 bash[25108]: audit 2024-09-10T04:24:55.877208+0000 mon.smithi047 (mon.0) 700 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:56.937 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:56 smithi149 bash[25108]: audit 2024-09-10T04:24:55.877208+0000 mon.smithi047 (mon.0) 700 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:24:56.937 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:56 smithi149 bash[25108]: audit 2024-09-10T04:24:55.880554+0000 mon.smithi047 (mon.0) 701 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-10T04:24:56.938 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:56 smithi149 bash[25108]: audit 2024-09-10T04:24:55.880554+0000 mon.smithi047 (mon.0) 701 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-10T04:24:56.938 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:56 smithi149 bash[25108]: audit 2024-09-10T04:24:55.886448+0000 mon.smithi047 (mon.0) 702 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-10T04:24:56.938 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:56 smithi149 bash[25108]: audit 2024-09-10T04:24:55.886448+0000 mon.smithi047 (mon.0) 702 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-10T04:24:56.938 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:56 smithi149 bash[25108]: audit 2024-09-10T04:24:55.887802+0000 mon.smithi047 (mon.0) 703 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:24:56.938 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:56 smithi149 bash[25108]: audit 2024-09-10T04:24:55.887802+0000 mon.smithi047 (mon.0) 703 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:24:56.938 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:56 smithi149 bash[25108]: audit 2024-09-10T04:24:55.895190+0000 mon.smithi047 (mon.0) 704 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-10T04:24:56.938 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:56 smithi149 bash[25108]: audit 2024-09-10T04:24:55.895190+0000 mon.smithi047 (mon.0) 704 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-10T04:24:56.938 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:56 smithi149 bash[25108]: audit 2024-09-10T04:24:55.896775+0000 mon.smithi047 (mon.0) 705 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:24:56.938 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:56 smithi149 bash[25108]: audit 2024-09-10T04:24:55.896775+0000 mon.smithi047 (mon.0) 705 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:24:57.300 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/mon.smithi047/config 2024-09-10T04:24:58.758 INFO:teuthology.orchestra.run.smithi047.stdout:pg_num: 1 2024-09-10T04:24:59.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:58 smithi047 bash[19880]: cluster 2024-09-10T04:24:57.697367+0000 mgr.smithi047.jescqm (mgr.14203) 148 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:24:59.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:58 smithi047 bash[19880]: cluster 2024-09-10T04:24:57.697367+0000 mgr.smithi047.jescqm (mgr.14203) 148 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:24:59.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:58 smithi149 bash[25108]: cluster 2024-09-10T04:24:57.697367+0000 mgr.smithi047.jescqm (mgr.14203) 148 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:24:59.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:58 smithi149 bash[25108]: cluster 2024-09-10T04:24:57.697367+0000 mgr.smithi047.jescqm (mgr.14203) 148 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:24:59.372 INFO:tasks.cephadm:Setting up client nodes... 2024-09-10T04:24:59.372 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b165ca24-6f2b-11ef-bcea-c7b262605968 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-09-10T04:25:00.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:59 smithi047 bash[19880]: audit 2024-09-10T04:24:58.757620+0000 mon.smithi047 (mon.0) 706 : audit [DBG] from='client.? 172.21.15.47:0/2292227310' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-09-10T04:25:00.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:24:59 smithi047 bash[19880]: audit 2024-09-10T04:24:58.757620+0000 mon.smithi047 (mon.0) 706 : audit [DBG] from='client.? 172.21.15.47:0/2292227310' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-09-10T04:25:00.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:59 smithi149 bash[25108]: audit 2024-09-10T04:24:58.757620+0000 mon.smithi047 (mon.0) 706 : audit [DBG] from='client.? 172.21.15.47:0/2292227310' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-09-10T04:25:00.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:24:59 smithi149 bash[25108]: audit 2024-09-10T04:24:58.757620+0000 mon.smithi047 (mon.0) 706 : audit [DBG] from='client.? 172.21.15.47:0/2292227310' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-09-10T04:25:01.086 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:25:00 smithi149 bash[25108]: cluster 2024-09-10T04:24:59.697967+0000 mgr.smithi047.jescqm (mgr.14203) 149 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:25:01.086 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:25:00 smithi149 bash[25108]: cluster 2024-09-10T04:24:59.697967+0000 mgr.smithi047.jescqm (mgr.14203) 149 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:25:01.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:25:00 smithi047 bash[19880]: cluster 2024-09-10T04:24:59.697967+0000 mgr.smithi047.jescqm (mgr.14203) 149 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:25:01.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:25:00 smithi047 bash[19880]: cluster 2024-09-10T04:24:59.697967+0000 mgr.smithi047.jescqm (mgr.14203) 149 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:25:03.101 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:25:02 smithi149 bash[25108]: cluster 2024-09-10T04:25:01.698531+0000 mgr.smithi047.jescqm (mgr.14203) 150 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:25:03.101 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:25:02 smithi149 bash[25108]: cluster 2024-09-10T04:25:01.698531+0000 mgr.smithi047.jescqm (mgr.14203) 150 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:25:03.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:25:02 smithi047 bash[19880]: cluster 2024-09-10T04:25:01.698531+0000 mgr.smithi047.jescqm (mgr.14203) 150 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:25:03.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:25:02 smithi047 bash[19880]: cluster 2024-09-10T04:25:01.698531+0000 mgr.smithi047.jescqm (mgr.14203) 150 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:25:03.963 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/mon.smithi047/config 2024-09-10T04:25:05.031 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:25:04 smithi047 bash[19880]: cluster 2024-09-10T04:25:03.698963+0000 mgr.smithi047.jescqm (mgr.14203) 151 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:25:05.032 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:25:04 smithi047 bash[19880]: cluster 2024-09-10T04:25:03.698963+0000 mgr.smithi047.jescqm (mgr.14203) 151 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:25:05.032 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:25:04 smithi047 bash[19880]: audit 2024-09-10T04:25:04.135052+0000 mon.smithi047 (mon.0) 707 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:25:05.032 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:25:04 smithi047 bash[19880]: audit 2024-09-10T04:25:04.135052+0000 mon.smithi047 (mon.0) 707 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:25:05.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:25:04 smithi149 bash[25108]: cluster 2024-09-10T04:25:03.698963+0000 mgr.smithi047.jescqm (mgr.14203) 151 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:25:05.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:25:04 smithi149 bash[25108]: cluster 2024-09-10T04:25:03.698963+0000 mgr.smithi047.jescqm (mgr.14203) 151 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:25:05.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:25:04 smithi149 bash[25108]: audit 2024-09-10T04:25:04.135052+0000 mon.smithi047 (mon.0) 707 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:25:05.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:25:04 smithi149 bash[25108]: audit 2024-09-10T04:25:04.135052+0000 mon.smithi047 (mon.0) 707 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:25:05.449 INFO:teuthology.orchestra.run.smithi047.stdout:[client.0] 2024-09-10T04:25:05.449 INFO:teuthology.orchestra.run.smithi047.stdout: key = AQAhyt9mPkKpGhAALolWMntJoUSpM4dqzb/fZA== 2024-09-10T04:25:05.873 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:25:05 smithi149 bash[25108]: audit 2024-09-10T04:25:05.447156+0000 mon.smithi047 (mon.0) 708 : audit [INF] from='client.? 172.21.15.47:0/1517723297' entity='client.admin' cmd={"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]} : dispatch 2024-09-10T04:25:05.874 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:25:05 smithi149 bash[25108]: audit 2024-09-10T04:25:05.447156+0000 mon.smithi047 (mon.0) 708 : audit [INF] from='client.? 172.21.15.47:0/1517723297' entity='client.admin' cmd={"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]} : dispatch 2024-09-10T04:25:05.874 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:25:05 smithi149 bash[25108]: audit 2024-09-10T04:25:05.449174+0000 mon.smithi047 (mon.0) 709 : audit [INF] from='client.? 172.21.15.47:0/1517723297' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-09-10T04:25:05.874 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:25:05 smithi149 bash[25108]: audit 2024-09-10T04:25:05.449174+0000 mon.smithi047 (mon.0) 709 : audit [INF] from='client.? 172.21.15.47:0/1517723297' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-09-10T04:25:06.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:25:05 smithi047 bash[19880]: audit 2024-09-10T04:25:05.447156+0000 mon.smithi047 (mon.0) 708 : audit [INF] from='client.? 172.21.15.47:0/1517723297' entity='client.admin' cmd={"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]} : dispatch 2024-09-10T04:25:06.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:25:05 smithi047 bash[19880]: audit 2024-09-10T04:25:05.447156+0000 mon.smithi047 (mon.0) 708 : audit [INF] from='client.? 172.21.15.47:0/1517723297' entity='client.admin' cmd={"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]} : dispatch 2024-09-10T04:25:06.124 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:25:05 smithi047 bash[19880]: audit 2024-09-10T04:25:05.449174+0000 mon.smithi047 (mon.0) 709 : audit [INF] from='client.? 172.21.15.47:0/1517723297' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-09-10T04:25:06.124 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:25:05 smithi047 bash[19880]: audit 2024-09-10T04:25:05.449174+0000 mon.smithi047 (mon.0) 709 : audit [INF] from='client.? 172.21.15.47:0/1517723297' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-09-10T04:25:06.465 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2024-09-10T04:25:06.465 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-09-10T04:25:06.465 DEBUG:teuthology.orchestra.run.smithi047:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-09-10T04:25:06.486 DEBUG:teuthology.orchestra.run.smithi149:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b165ca24-6f2b-11ef-bcea-c7b262605968 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-09-10T04:25:07.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:25:06 smithi047 bash[19880]: cluster 2024-09-10T04:25:05.699488+0000 mgr.smithi047.jescqm (mgr.14203) 152 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:25:07.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:25:06 smithi047 bash[19880]: cluster 2024-09-10T04:25:05.699488+0000 mgr.smithi047.jescqm (mgr.14203) 152 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:25:07.182 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:25:06 smithi149 bash[25108]: cluster 2024-09-10T04:25:05.699488+0000 mgr.smithi047.jescqm (mgr.14203) 152 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:25:07.182 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:25:06 smithi149 bash[25108]: cluster 2024-09-10T04:25:05.699488+0000 mgr.smithi047.jescqm (mgr.14203) 152 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:25:09.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:25:08 smithi047 bash[19880]: cluster 2024-09-10T04:25:07.700062+0000 mgr.smithi047.jescqm (mgr.14203) 153 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:25:09.124 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:25:08 smithi047 bash[19880]: cluster 2024-09-10T04:25:07.700062+0000 mgr.smithi047.jescqm (mgr.14203) 153 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:25:09.182 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:25:08 smithi149 bash[25108]: cluster 2024-09-10T04:25:07.700062+0000 mgr.smithi047.jescqm (mgr.14203) 153 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:25:09.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:25:08 smithi149 bash[25108]: cluster 2024-09-10T04:25:07.700062+0000 mgr.smithi047.jescqm (mgr.14203) 153 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:25:11.125 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:25:10 smithi047 bash[19880]: cluster 2024-09-10T04:25:09.700688+0000 mgr.smithi047.jescqm (mgr.14203) 154 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:25:11.125 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:25:10 smithi047 bash[19880]: cluster 2024-09-10T04:25:09.700688+0000 mgr.smithi047.jescqm (mgr.14203) 154 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:25:11.182 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:25:10 smithi149 bash[25108]: cluster 2024-09-10T04:25:09.700688+0000 mgr.smithi047.jescqm (mgr.14203) 154 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:25:11.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:25:10 smithi149 bash[25108]: cluster 2024-09-10T04:25:09.700688+0000 mgr.smithi047.jescqm (mgr.14203) 154 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:25:11.268 INFO:teuthology.orchestra.run.smithi149.stderr:Inferring config /var/lib/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/mon.smithi149/config 2024-09-10T04:25:13.088 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:25:12 smithi149 bash[25108]: cluster 2024-09-10T04:25:11.701280+0000 mgr.smithi047.jescqm (mgr.14203) 155 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:25:13.088 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:25:12 smithi149 bash[25108]: cluster 2024-09-10T04:25:11.701280+0000 mgr.smithi047.jescqm (mgr.14203) 155 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:25:13.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:25:12 smithi047 bash[19880]: cluster 2024-09-10T04:25:11.701280+0000 mgr.smithi047.jescqm (mgr.14203) 155 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:25:13.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:25:12 smithi047 bash[19880]: cluster 2024-09-10T04:25:11.701280+0000 mgr.smithi047.jescqm (mgr.14203) 155 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:25:13.411 INFO:teuthology.orchestra.run.smithi149.stdout:[client.1] 2024-09-10T04:25:13.411 INFO:teuthology.orchestra.run.smithi149.stdout: key = AQApyt9mjTA5GBAA+db0GWUCHJH7fwxFdRlFRg== 2024-09-10T04:25:14.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:25:13 smithi047 bash[19880]: audit 2024-09-10T04:25:13.405733+0000 mon.smithi149 (mon.1) 20 : audit [INF] from='client.? 172.21.15.149:0/2808396962' entity='client.admin' cmd={"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]} : dispatch 2024-09-10T04:25:14.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:25:13 smithi047 bash[19880]: audit 2024-09-10T04:25:13.405733+0000 mon.smithi149 (mon.1) 20 : audit [INF] from='client.? 172.21.15.149:0/2808396962' entity='client.admin' cmd={"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]} : dispatch 2024-09-10T04:25:14.124 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:25:13 smithi047 bash[19880]: audit 2024-09-10T04:25:13.406165+0000 mon.smithi047 (mon.0) 710 : audit [INF] from='client.? ' entity='client.admin' cmd={"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]} : dispatch 2024-09-10T04:25:14.124 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:25:13 smithi047 bash[19880]: audit 2024-09-10T04:25:13.406165+0000 mon.smithi047 (mon.0) 710 : audit [INF] from='client.? ' entity='client.admin' cmd={"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]} : dispatch 2024-09-10T04:25:14.124 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:25:13 smithi047 bash[19880]: audit 2024-09-10T04:25:13.408641+0000 mon.smithi047 (mon.0) 711 : 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-10T04:25:14.124 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:25:13 smithi047 bash[19880]: audit 2024-09-10T04:25:13.408641+0000 mon.smithi047 (mon.0) 711 : 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-10T04:25:14.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:25:13 smithi149 bash[25108]: audit 2024-09-10T04:25:13.405733+0000 mon.smithi149 (mon.1) 20 : audit [INF] from='client.? 172.21.15.149:0/2808396962' entity='client.admin' cmd={"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]} : dispatch 2024-09-10T04:25:14.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:25:13 smithi149 bash[25108]: audit 2024-09-10T04:25:13.405733+0000 mon.smithi149 (mon.1) 20 : audit [INF] from='client.? 172.21.15.149:0/2808396962' entity='client.admin' cmd={"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]} : dispatch 2024-09-10T04:25:14.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:25:13 smithi149 bash[25108]: audit 2024-09-10T04:25:13.406165+0000 mon.smithi047 (mon.0) 710 : audit [INF] from='client.? ' entity='client.admin' cmd={"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]} : dispatch 2024-09-10T04:25:14.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:25:13 smithi149 bash[25108]: audit 2024-09-10T04:25:13.406165+0000 mon.smithi047 (mon.0) 710 : audit [INF] from='client.? ' entity='client.admin' cmd={"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]} : dispatch 2024-09-10T04:25:14.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:25:13 smithi149 bash[25108]: audit 2024-09-10T04:25:13.408641+0000 mon.smithi047 (mon.0) 711 : 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-10T04:25:14.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:25:13 smithi149 bash[25108]: audit 2024-09-10T04:25:13.408641+0000 mon.smithi047 (mon.0) 711 : 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-10T04:25:14.519 DEBUG:teuthology.orchestra.run.smithi149:> set -ex 2024-09-10T04:25:14.519 DEBUG:teuthology.orchestra.run.smithi149:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2024-09-10T04:25:14.519 DEBUG:teuthology.orchestra.run.smithi149:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2024-09-10T04:25:14.541 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c shell --fsid b165ca24-6f2b-11ef-bcea-c7b262605968 -- ceph config log 1 --format=json 2024-09-10T04:25:14.815 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:25:14 smithi047 bash[19880]: cluster 2024-09-10T04:25:13.702002+0000 mgr.smithi047.jescqm (mgr.14203) 156 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:25:14.815 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:25:14 smithi047 bash[19880]: cluster 2024-09-10T04:25:13.702002+0000 mgr.smithi047.jescqm (mgr.14203) 156 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:25:15.182 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:25:14 smithi149 bash[25108]: cluster 2024-09-10T04:25:13.702002+0000 mgr.smithi047.jescqm (mgr.14203) 156 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:25:15.182 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:25:14 smithi149 bash[25108]: cluster 2024-09-10T04:25:13.702002+0000 mgr.smithi047.jescqm (mgr.14203) 156 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:25:17.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:25:16 smithi047 bash[19880]: cluster 2024-09-10T04:25:15.702592+0000 mgr.smithi047.jescqm (mgr.14203) 157 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:25:17.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:25:16 smithi047 bash[19880]: cluster 2024-09-10T04:25:15.702592+0000 mgr.smithi047.jescqm (mgr.14203) 157 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:25:17.182 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:25:16 smithi149 bash[25108]: cluster 2024-09-10T04:25:15.702592+0000 mgr.smithi047.jescqm (mgr.14203) 157 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:25:17.182 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:25:16 smithi149 bash[25108]: cluster 2024-09-10T04:25:15.702592+0000 mgr.smithi047.jescqm (mgr.14203) 157 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:25:19.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:25:18 smithi047 bash[19880]: cluster 2024-09-10T04:25:17.703204+0000 mgr.smithi047.jescqm (mgr.14203) 158 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:25:19.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:25:18 smithi047 bash[19880]: cluster 2024-09-10T04:25:17.703204+0000 mgr.smithi047.jescqm (mgr.14203) 158 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:25:19.182 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:25:18 smithi149 bash[25108]: cluster 2024-09-10T04:25:17.703204+0000 mgr.smithi047.jescqm (mgr.14203) 158 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:25:19.183 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:25:18 smithi149 bash[25108]: cluster 2024-09-10T04:25:17.703204+0000 mgr.smithi047.jescqm (mgr.14203) 158 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:25:19.368 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/mon.smithi047/config 2024-09-10T04:25:20.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:25:19 smithi047 bash[19880]: audit 2024-09-10T04:25:19.135777+0000 mon.smithi047 (mon.0) 712 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:25:20.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:25:19 smithi047 bash[19880]: audit 2024-09-10T04:25:19.135777+0000 mon.smithi047 (mon.0) 712 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:25:20.182 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:25:19 smithi149 bash[25108]: audit 2024-09-10T04:25:19.135777+0000 mon.smithi047 (mon.0) 712 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:25:20.182 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:25:19 smithi149 bash[25108]: audit 2024-09-10T04:25:19.135777+0000 mon.smithi047 (mon.0) 712 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:25:20.846 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-09-10T04:25:21.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:25:20 smithi047 bash[19880]: cluster 2024-09-10T04:25:19.703803+0000 mgr.smithi047.jescqm (mgr.14203) 159 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:25:21.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:25:20 smithi047 bash[19880]: cluster 2024-09-10T04:25:19.703803+0000 mgr.smithi047.jescqm (mgr.14203) 159 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:25:21.182 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:25:20 smithi149 bash[25108]: cluster 2024-09-10T04:25:19.703803+0000 mgr.smithi047.jescqm (mgr.14203) 159 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:25:21.182 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:25:20 smithi149 bash[25108]: cluster 2024-09-10T04:25:19.703803+0000 mgr.smithi047.jescqm (mgr.14203) 159 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:25:21.850 INFO:teuthology.orchestra.run.smithi047.stdout:[{"version":20,"timestamp":"2024-09-10T04:24:55.857925+0000","name":"","changes":[{"name":"osd/host:smithi047/osd_memory_target","new_value":"3151432908"}]}] 2024-09-10T04:25:21.851 INFO:tasks.ceph_manager:config epoch is 20 2024-09-10T04:25:21.851 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-09-10T04:25:21.851 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-09-10T04:25:21.851 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c shell --fsid b165ca24-6f2b-11ef-bcea-c7b262605968 -- ceph mgr dump --format=json 2024-09-10T04:25:21.932 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:25:21 smithi149 bash[25108]: audit 2024-09-10T04:25:20.845660+0000 mon.smithi047 (mon.0) 713 : audit [DBG] from='client.? 172.21.15.47:0/1961430499' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-09-10T04:25:21.932 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:25:21 smithi149 bash[25108]: audit 2024-09-10T04:25:20.845660+0000 mon.smithi047 (mon.0) 713 : audit [DBG] from='client.? 172.21.15.47:0/1961430499' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-09-10T04:25:22.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:25:21 smithi047 bash[19880]: audit 2024-09-10T04:25:20.845660+0000 mon.smithi047 (mon.0) 713 : audit [DBG] from='client.? 172.21.15.47:0/1961430499' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-09-10T04:25:22.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:25:21 smithi047 bash[19880]: audit 2024-09-10T04:25:20.845660+0000 mon.smithi047 (mon.0) 713 : audit [DBG] from='client.? 172.21.15.47:0/1961430499' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-09-10T04:25:22.853 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:25:22 smithi149 bash[25108]: cluster 2024-09-10T04:25:21.704406+0000 mgr.smithi047.jescqm (mgr.14203) 160 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:25:22.853 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:25:22 smithi149 bash[25108]: cluster 2024-09-10T04:25:21.704406+0000 mgr.smithi047.jescqm (mgr.14203) 160 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:25:23.091 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:25:22 smithi047 bash[19880]: cluster 2024-09-10T04:25:21.704406+0000 mgr.smithi047.jescqm (mgr.14203) 160 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:25:23.091 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:25:22 smithi047 bash[19880]: cluster 2024-09-10T04:25:21.704406+0000 mgr.smithi047.jescqm (mgr.14203) 160 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:25:25.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:25:24 smithi047 bash[19880]: cluster 2024-09-10T04:25:23.704880+0000 mgr.smithi047.jescqm (mgr.14203) 161 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:25:25.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:25:24 smithi047 bash[19880]: cluster 2024-09-10T04:25:23.704880+0000 mgr.smithi047.jescqm (mgr.14203) 161 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:25:25.182 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:25:24 smithi149 bash[25108]: cluster 2024-09-10T04:25:23.704880+0000 mgr.smithi047.jescqm (mgr.14203) 161 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:25:25.182 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:25:24 smithi149 bash[25108]: cluster 2024-09-10T04:25:23.704880+0000 mgr.smithi047.jescqm (mgr.14203) 161 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:25:27.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:25:27 smithi149 bash[25108]: cluster 2024-09-10T04:25:25.705415+0000 mgr.smithi047.jescqm (mgr.14203) 162 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:25:27.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:25:27 smithi149 bash[25108]: cluster 2024-09-10T04:25:25.705415+0000 mgr.smithi047.jescqm (mgr.14203) 162 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:25:27.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:25:27 smithi149 bash[25108]: audit 2024-09-10T04:25:26.158208+0000 mon.smithi047 (mon.0) 714 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:25:27.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:25:27 smithi149 bash[25108]: audit 2024-09-10T04:25:26.158208+0000 mon.smithi047 (mon.0) 714 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:25:27.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:25:27 smithi149 bash[25108]: audit 2024-09-10T04:25:26.165658+0000 mon.smithi047 (mon.0) 715 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:25:27.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:25:27 smithi149 bash[25108]: audit 2024-09-10T04:25:26.165658+0000 mon.smithi047 (mon.0) 715 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:25:27.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:25:27 smithi149 bash[25108]: audit 2024-09-10T04:25:26.701664+0000 mon.smithi047 (mon.0) 716 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:25:27.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:25:27 smithi149 bash[25108]: audit 2024-09-10T04:25:26.701664+0000 mon.smithi047 (mon.0) 716 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:25:27.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:25:27 smithi149 bash[25108]: audit 2024-09-10T04:25:26.711743+0000 mon.smithi047 (mon.0) 717 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:25:27.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:25:27 smithi149 bash[25108]: audit 2024-09-10T04:25:26.711743+0000 mon.smithi047 (mon.0) 717 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:25:27.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:25:27 smithi047 bash[19880]: cluster 2024-09-10T04:25:25.705415+0000 mgr.smithi047.jescqm (mgr.14203) 162 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:25:27.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:25:27 smithi047 bash[19880]: cluster 2024-09-10T04:25:25.705415+0000 mgr.smithi047.jescqm (mgr.14203) 162 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:25:27.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:25:27 smithi047 bash[19880]: audit 2024-09-10T04:25:26.158208+0000 mon.smithi047 (mon.0) 714 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:25:27.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:25:27 smithi047 bash[19880]: audit 2024-09-10T04:25:26.158208+0000 mon.smithi047 (mon.0) 714 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:25:27.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:25:27 smithi047 bash[19880]: audit 2024-09-10T04:25:26.165658+0000 mon.smithi047 (mon.0) 715 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:25:27.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:25:27 smithi047 bash[19880]: audit 2024-09-10T04:25:26.165658+0000 mon.smithi047 (mon.0) 715 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:25:27.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:25:27 smithi047 bash[19880]: audit 2024-09-10T04:25:26.701664+0000 mon.smithi047 (mon.0) 716 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:25:27.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:25:27 smithi047 bash[19880]: audit 2024-09-10T04:25:26.701664+0000 mon.smithi047 (mon.0) 716 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:25:27.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:25:27 smithi047 bash[19880]: audit 2024-09-10T04:25:26.711743+0000 mon.smithi047 (mon.0) 717 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:25:27.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:25:27 smithi047 bash[19880]: audit 2024-09-10T04:25:26.711743+0000 mon.smithi047 (mon.0) 717 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:25:27.685 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/mon.smithi047/config 2024-09-10T04:25:29.182 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-09-10T04:25:29.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:25:29 smithi149 bash[25108]: cluster 2024-09-10T04:25:27.705825+0000 mgr.smithi047.jescqm (mgr.14203) 163 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:25:29.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:25:29 smithi149 bash[25108]: cluster 2024-09-10T04:25:27.705825+0000 mgr.smithi047.jescqm (mgr.14203) 163 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:25:29.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:25:29 smithi047 bash[19880]: cluster 2024-09-10T04:25:27.705825+0000 mgr.smithi047.jescqm (mgr.14203) 163 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:25:29.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:25:29 smithi047 bash[19880]: cluster 2024-09-10T04:25:27.705825+0000 mgr.smithi047.jescqm (mgr.14203) 163 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:25:29.848 INFO:teuthology.orchestra.run.smithi047.stdout:{"epoch":19,"flags":0,"active_gid":14203,"active_name":"smithi047.jescqm","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6800","nonce":1056272277},{"type":"v1","addr":"172.21.15.47:6801","nonce":1056272277}]},"active_addr":"172.21.15.47:6801/1056272277","active_change":"2024-09-10T04:22:03.652848+0000","active_mgr_features":4540719139924082687,"available":true,"standbys":[{"gid":14222,"name":"smithi149.vwswua","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":[]},"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":[]},"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.47:8443/","prometheus":"http://172.21.15.47: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.47:0","nonce":2315422962}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.47:0","nonce":531310334}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.47:0","nonce":1639535820}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.47:0","nonce":1224589877}]}]} 2024-09-10T04:25:29.854 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-09-10T04:25:29.854 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-09-10T04:25:29.854 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c shell --fsid b165ca24-6f2b-11ef-bcea-c7b262605968 -- ceph osd dump --format=json 2024-09-10T04:25:30.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:25:30 smithi149 bash[25108]: audit 2024-09-10T04:25:29.173752+0000 mon.smithi047 (mon.0) 718 : audit [DBG] from='client.? 172.21.15.47:0/3884472768' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2024-09-10T04:25:30.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:25:30 smithi149 bash[25108]: audit 2024-09-10T04:25:29.173752+0000 mon.smithi047 (mon.0) 718 : audit [DBG] from='client.? 172.21.15.47:0/3884472768' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2024-09-10T04:25:30.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:25:30 smithi047 bash[19880]: audit 2024-09-10T04:25:29.173752+0000 mon.smithi047 (mon.0) 718 : audit [DBG] from='client.? 172.21.15.47:0/3884472768' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2024-09-10T04:25:30.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:25:30 smithi047 bash[19880]: audit 2024-09-10T04:25:29.173752+0000 mon.smithi047 (mon.0) 718 : audit [DBG] from='client.? 172.21.15.47:0/3884472768' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2024-09-10T04:25:31.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:25:31 smithi149 bash[25108]: cluster 2024-09-10T04:25:29.706396+0000 mgr.smithi047.jescqm (mgr.14203) 164 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:25:31.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:25:31 smithi149 bash[25108]: cluster 2024-09-10T04:25:29.706396+0000 mgr.smithi047.jescqm (mgr.14203) 164 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:25:31.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:25:31 smithi047 bash[19880]: cluster 2024-09-10T04:25:29.706396+0000 mgr.smithi047.jescqm (mgr.14203) 164 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:25:31.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:25:31 smithi047 bash[19880]: cluster 2024-09-10T04:25:29.706396+0000 mgr.smithi047.jescqm (mgr.14203) 164 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:25:33.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:25:33 smithi149 bash[25108]: cluster 2024-09-10T04:25:31.706954+0000 mgr.smithi047.jescqm (mgr.14203) 165 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:25:33.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:25:33 smithi149 bash[25108]: cluster 2024-09-10T04:25:31.706954+0000 mgr.smithi047.jescqm (mgr.14203) 165 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:25:33.481 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:25:33 smithi047 bash[19880]: cluster 2024-09-10T04:25:31.706954+0000 mgr.smithi047.jescqm (mgr.14203) 165 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:25:33.481 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:25:33 smithi047 bash[19880]: cluster 2024-09-10T04:25:31.706954+0000 mgr.smithi047.jescqm (mgr.14203) 165 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:25:34.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:25:34 smithi047 bash[19880]: audit 2024-09-10T04:25:34.136154+0000 mon.smithi047 (mon.0) 719 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:25:34.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:25:34 smithi047 bash[19880]: audit 2024-09-10T04:25:34.136154+0000 mon.smithi047 (mon.0) 719 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:25:34.677 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/mon.smithi047/config 2024-09-10T04:25:34.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:25:34 smithi149 bash[25108]: audit 2024-09-10T04:25:34.136154+0000 mon.smithi047 (mon.0) 719 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:25:34.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:25:34 smithi149 bash[25108]: audit 2024-09-10T04:25:34.136154+0000 mon.smithi047 (mon.0) 719 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:25:35.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:25:35 smithi149 bash[25108]: cluster 2024-09-10T04:25:33.707574+0000 mgr.smithi047.jescqm (mgr.14203) 166 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:25:35.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:25:35 smithi149 bash[25108]: cluster 2024-09-10T04:25:33.707574+0000 mgr.smithi047.jescqm (mgr.14203) 166 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:25:35.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:25:35 smithi047 bash[19880]: cluster 2024-09-10T04:25:33.707574+0000 mgr.smithi047.jescqm (mgr.14203) 166 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:25:35.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:25:35 smithi047 bash[19880]: cluster 2024-09-10T04:25:33.707574+0000 mgr.smithi047.jescqm (mgr.14203) 166 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:25:36.159 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-09-10T04:25:36.159 INFO:teuthology.orchestra.run.smithi047.stdout:{"epoch":38,"fsid":"b165ca24-6f2b-11ef-bcea-c7b262605968","created":"2024-09-10T04:19:27.618622+0000","modified":"2024-09-10T04:24:42.502549+0000","last_up_change":"2024-09-10T04:24:38.318644+0000","last_in_change":"2024-09-10T04:23:45.130650+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":17,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-09-10T04:24:26.217362+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":"c147dacd-48ec-4b8a-b517-d207233a2091","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":36,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6800","nonce":2962119229},{"type":"v1","addr":"172.21.15.149:6801","nonce":2962119229}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6802","nonce":2962119229},{"type":"v1","addr":"172.21.15.149:6803","nonce":2962119229}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6806","nonce":2962119229},{"type":"v1","addr":"172.21.15.149:6807","nonce":2962119229}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6804","nonce":2962119229},{"type":"v1","addr":"172.21.15.149:6805","nonce":2962119229}]},"public_addr":"172.21.15.149:6801/2962119229","cluster_addr":"172.21.15.149:6803/2962119229","heartbeat_back_addr":"172.21.15.149:6807/2962119229","heartbeat_front_addr":"172.21.15.149:6805/2962119229","state":["exists","up"]},{"osd":1,"uuid":"6d1061de-b79f-4f94-a186-ea9a1c26a263","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":24,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6802","nonce":266476171},{"type":"v1","addr":"172.21.15.47:6803","nonce":266476171}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6804","nonce":266476171},{"type":"v1","addr":"172.21.15.47:6805","nonce":266476171}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6808","nonce":266476171},{"type":"v1","addr":"172.21.15.47:6809","nonce":266476171}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6806","nonce":266476171},{"type":"v1","addr":"172.21.15.47:6807","nonce":266476171}]},"public_addr":"172.21.15.47:6803/266476171","cluster_addr":"172.21.15.47:6805/266476171","heartbeat_back_addr":"172.21.15.47:6809/266476171","heartbeat_front_addr":"172.21.15.47:6807/266476171","state":["exists","up"]},{"osd":2,"uuid":"b0b9dd43-8dd8-4bdd-91b1-15652a6222f4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":22,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6808","nonce":1877895605},{"type":"v1","addr":"172.21.15.149:6809","nonce":1877895605}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6810","nonce":1877895605},{"type":"v1","addr":"172.21.15.149:6811","nonce":1877895605}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6814","nonce":1877895605},{"type":"v1","addr":"172.21.15.149:6815","nonce":1877895605}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6812","nonce":1877895605},{"type":"v1","addr":"172.21.15.149:6813","nonce":1877895605}]},"public_addr":"172.21.15.149:6809/1877895605","cluster_addr":"172.21.15.149:6811/1877895605","heartbeat_back_addr":"172.21.15.149:6815/1877895605","heartbeat_front_addr":"172.21.15.149:6813/1877895605","state":["exists","up"]},{"osd":3,"uuid":"957fb047-35a4-4a34-ab14-2933a44cd675","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6810","nonce":1773866527},{"type":"v1","addr":"172.21.15.47:6811","nonce":1773866527}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6812","nonce":1773866527},{"type":"v1","addr":"172.21.15.47:6813","nonce":1773866527}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6816","nonce":1773866527},{"type":"v1","addr":"172.21.15.47:6817","nonce":1773866527}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6814","nonce":1773866527},{"type":"v1","addr":"172.21.15.47:6815","nonce":1773866527}]},"public_addr":"172.21.15.47:6811/1773866527","cluster_addr":"172.21.15.47:6813/1773866527","heartbeat_back_addr":"172.21.15.47:6817/1773866527","heartbeat_front_addr":"172.21.15.47:6815/1773866527","state":["exists","up"]},{"osd":4,"uuid":"a550586d-4513-461c-93a8-a4bf6d41c7a3","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.149:6816","nonce":3820379047},{"type":"v1","addr":"172.21.15.149:6817","nonce":3820379047}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6818","nonce":3820379047},{"type":"v1","addr":"172.21.15.149:6819","nonce":3820379047}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6822","nonce":3820379047},{"type":"v1","addr":"172.21.15.149:6823","nonce":3820379047}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6820","nonce":3820379047},{"type":"v1","addr":"172.21.15.149:6821","nonce":3820379047}]},"public_addr":"172.21.15.149:6817/3820379047","cluster_addr":"172.21.15.149:6819/3820379047","heartbeat_back_addr":"172.21.15.149:6823/3820379047","heartbeat_front_addr":"172.21.15.149:6821/3820379047","state":["exists","up"]},{"osd":5,"uuid":"eddef9b2-9241-42a9-83f8-91f28475ed0b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6818","nonce":1423936365},{"type":"v1","addr":"172.21.15.47:6819","nonce":1423936365}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6820","nonce":1423936365},{"type":"v1","addr":"172.21.15.47:6821","nonce":1423936365}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6824","nonce":1423936365},{"type":"v1","addr":"172.21.15.47:6825","nonce":1423936365}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6822","nonce":1423936365},{"type":"v1","addr":"172.21.15.47:6823","nonce":1423936365}]},"public_addr":"172.21.15.47:6819/1423936365","cluster_addr":"172.21.15.47:6821/1423936365","heartbeat_back_addr":"172.21.15.47:6825/1423936365","heartbeat_front_addr":"172.21.15.47:6823/1423936365","state":["exists","up"]},{"osd":6,"uuid":"75078940-0793-44d5-a6aa-4480498bd47e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6824","nonce":2886262329},{"type":"v1","addr":"172.21.15.149:6825","nonce":2886262329}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6826","nonce":2886262329},{"type":"v1","addr":"172.21.15.149:6827","nonce":2886262329}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6830","nonce":2886262329},{"type":"v1","addr":"172.21.15.149:6831","nonce":2886262329}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6828","nonce":2886262329},{"type":"v1","addr":"172.21.15.149:6829","nonce":2886262329}]},"public_addr":"172.21.15.149:6825/2886262329","cluster_addr":"172.21.15.149:6827/2886262329","heartbeat_back_addr":"172.21.15.149:6831/2886262329","heartbeat_front_addr":"172.21.15.149:6829/2886262329","state":["exists","up"]},{"osd":7,"uuid":"beb72a81-207b-4177-8688-dea9992dd421","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":34,"up_thru":37,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6826","nonce":2549755312},{"type":"v1","addr":"172.21.15.47:6827","nonce":2549755312}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6828","nonce":2549755312},{"type":"v1","addr":"172.21.15.47:6829","nonce":2549755312}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6832","nonce":2549755312},{"type":"v1","addr":"172.21.15.47:6833","nonce":2549755312}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6830","nonce":2549755312},{"type":"v1","addr":"172.21.15.47:6831","nonce":2549755312}]},"public_addr":"172.21.15.47:6827/2549755312","cluster_addr":"172.21.15.47:6829/2549755312","heartbeat_back_addr":"172.21.15.47:6833/2549755312","heartbeat_front_addr":"172.21.15.47:6831/2549755312","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-10T04:24:17.555811+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-10T04:24:20.433838+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-10T04:24:24.055574+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-10T04:24:26.356424+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-10T04:24:29.106340+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-10T04:24:31.484513+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-10T04:24:33.070401+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-10T04:24:36.587101+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.47:0/2023762934":"2024-09-11T04:22:03.652715+0000","172.21.15.47:0/4168346861":"2024-09-11T04:22:03.652715+0000","172.21.15.47:0/1333820722":"2024-09-11T04:19:53.424585+0000","172.21.15.47:6800/3289207242":"2024-09-11T04:19:53.424585+0000","172.21.15.47:0/4057803153":"2024-09-11T04:20:39.429358+0000","172.21.15.47:0/2540038620":"2024-09-11T04:19:53.424585+0000","172.21.15.47:6801/1997375254":"2024-09-11T04:22:03.652715+0000","172.21.15.47:0/996328687":"2024-09-11T04:19:53.424585+0000","172.21.15.47:6800/2689522916":"2024-09-11T04:20:39.429358+0000","172.21.15.47:6801/2689522916":"2024-09-11T04:20:39.429358+0000","172.21.15.47:6801/3289207242":"2024-09-11T04:19:53.424585+0000","172.21.15.47:0/304590898":"2024-09-11T04:20:39.429358+0000","172.21.15.47:6800/1997375254":"2024-09-11T04:22:03.652715+0000","172.21.15.47:0/1951560172":"2024-09-11T04:20:39.429358+0000","172.21.15.47:0/1612384901":"2024-09-11T04:22:03.652715+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-10T04:25:36.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:25:36 smithi047 bash[19880]: audit 2024-09-10T04:25:36.158074+0000 mon.smithi047 (mon.0) 720 : audit [DBG] from='client.? 172.21.15.47:0/2097102381' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-10T04:25:36.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:25:36 smithi047 bash[19880]: audit 2024-09-10T04:25:36.158074+0000 mon.smithi047 (mon.0) 720 : audit [DBG] from='client.? 172.21.15.47:0/2097102381' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-10T04:25:36.685 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:25:36 smithi149 bash[25108]: audit 2024-09-10T04:25:36.158074+0000 mon.smithi047 (mon.0) 720 : audit [DBG] from='client.? 172.21.15.47:0/2097102381' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-10T04:25:36.685 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:25:36 smithi149 bash[25108]: audit 2024-09-10T04:25:36.158074+0000 mon.smithi047 (mon.0) 720 : audit [DBG] from='client.? 172.21.15.47:0/2097102381' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-10T04:25:36.802 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-09-10T04:25:36.803 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c shell --fsid b165ca24-6f2b-11ef-bcea-c7b262605968 -- ceph osd dump --format=json 2024-09-10T04:25:37.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:25:37 smithi047 bash[19880]: cluster 2024-09-10T04:25:35.708139+0000 mgr.smithi047.jescqm (mgr.14203) 167 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:25:37.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:25:37 smithi047 bash[19880]: cluster 2024-09-10T04:25:35.708139+0000 mgr.smithi047.jescqm (mgr.14203) 167 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:25:37.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:25:37 smithi149 bash[25108]: cluster 2024-09-10T04:25:35.708139+0000 mgr.smithi047.jescqm (mgr.14203) 167 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:25:37.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:25:37 smithi149 bash[25108]: cluster 2024-09-10T04:25:35.708139+0000 mgr.smithi047.jescqm (mgr.14203) 167 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:25:39.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:25:39 smithi047 bash[19880]: cluster 2024-09-10T04:25:37.708715+0000 mgr.smithi047.jescqm (mgr.14203) 168 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:25:39.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:25:39 smithi047 bash[19880]: cluster 2024-09-10T04:25:37.708715+0000 mgr.smithi047.jescqm (mgr.14203) 168 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:25:39.683 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:25:39 smithi149 bash[25108]: cluster 2024-09-10T04:25:37.708715+0000 mgr.smithi047.jescqm (mgr.14203) 168 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:25:39.708 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:25:39 smithi149 bash[25108]: cluster 2024-09-10T04:25:37.708715+0000 mgr.smithi047.jescqm (mgr.14203) 168 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:25:41.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:25:41 smithi047 bash[19880]: cluster 2024-09-10T04:25:39.709336+0000 mgr.smithi047.jescqm (mgr.14203) 169 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:25:41.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:25:41 smithi047 bash[19880]: cluster 2024-09-10T04:25:39.709336+0000 mgr.smithi047.jescqm (mgr.14203) 169 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:25:41.629 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/mon.smithi047/config 2024-09-10T04:25:41.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:25:41 smithi149 bash[25108]: cluster 2024-09-10T04:25:39.709336+0000 mgr.smithi047.jescqm (mgr.14203) 169 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:25:41.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:25:41 smithi149 bash[25108]: cluster 2024-09-10T04:25:39.709336+0000 mgr.smithi047.jescqm (mgr.14203) 169 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:25:42.866 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-09-10T04:25:42.866 INFO:teuthology.orchestra.run.smithi047.stdout:{"epoch":38,"fsid":"b165ca24-6f2b-11ef-bcea-c7b262605968","created":"2024-09-10T04:19:27.618622+0000","modified":"2024-09-10T04:24:42.502549+0000","last_up_change":"2024-09-10T04:24:38.318644+0000","last_in_change":"2024-09-10T04:23:45.130650+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":17,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-09-10T04:24:26.217362+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":"c147dacd-48ec-4b8a-b517-d207233a2091","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":36,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6800","nonce":2962119229},{"type":"v1","addr":"172.21.15.149:6801","nonce":2962119229}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6802","nonce":2962119229},{"type":"v1","addr":"172.21.15.149:6803","nonce":2962119229}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6806","nonce":2962119229},{"type":"v1","addr":"172.21.15.149:6807","nonce":2962119229}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6804","nonce":2962119229},{"type":"v1","addr":"172.21.15.149:6805","nonce":2962119229}]},"public_addr":"172.21.15.149:6801/2962119229","cluster_addr":"172.21.15.149:6803/2962119229","heartbeat_back_addr":"172.21.15.149:6807/2962119229","heartbeat_front_addr":"172.21.15.149:6805/2962119229","state":["exists","up"]},{"osd":1,"uuid":"6d1061de-b79f-4f94-a186-ea9a1c26a263","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":24,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6802","nonce":266476171},{"type":"v1","addr":"172.21.15.47:6803","nonce":266476171}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6804","nonce":266476171},{"type":"v1","addr":"172.21.15.47:6805","nonce":266476171}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6808","nonce":266476171},{"type":"v1","addr":"172.21.15.47:6809","nonce":266476171}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6806","nonce":266476171},{"type":"v1","addr":"172.21.15.47:6807","nonce":266476171}]},"public_addr":"172.21.15.47:6803/266476171","cluster_addr":"172.21.15.47:6805/266476171","heartbeat_back_addr":"172.21.15.47:6809/266476171","heartbeat_front_addr":"172.21.15.47:6807/266476171","state":["exists","up"]},{"osd":2,"uuid":"b0b9dd43-8dd8-4bdd-91b1-15652a6222f4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":22,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6808","nonce":1877895605},{"type":"v1","addr":"172.21.15.149:6809","nonce":1877895605}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6810","nonce":1877895605},{"type":"v1","addr":"172.21.15.149:6811","nonce":1877895605}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6814","nonce":1877895605},{"type":"v1","addr":"172.21.15.149:6815","nonce":1877895605}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6812","nonce":1877895605},{"type":"v1","addr":"172.21.15.149:6813","nonce":1877895605}]},"public_addr":"172.21.15.149:6809/1877895605","cluster_addr":"172.21.15.149:6811/1877895605","heartbeat_back_addr":"172.21.15.149:6815/1877895605","heartbeat_front_addr":"172.21.15.149:6813/1877895605","state":["exists","up"]},{"osd":3,"uuid":"957fb047-35a4-4a34-ab14-2933a44cd675","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6810","nonce":1773866527},{"type":"v1","addr":"172.21.15.47:6811","nonce":1773866527}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6812","nonce":1773866527},{"type":"v1","addr":"172.21.15.47:6813","nonce":1773866527}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6816","nonce":1773866527},{"type":"v1","addr":"172.21.15.47:6817","nonce":1773866527}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6814","nonce":1773866527},{"type":"v1","addr":"172.21.15.47:6815","nonce":1773866527}]},"public_addr":"172.21.15.47:6811/1773866527","cluster_addr":"172.21.15.47:6813/1773866527","heartbeat_back_addr":"172.21.15.47:6817/1773866527","heartbeat_front_addr":"172.21.15.47:6815/1773866527","state":["exists","up"]},{"osd":4,"uuid":"a550586d-4513-461c-93a8-a4bf6d41c7a3","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.149:6816","nonce":3820379047},{"type":"v1","addr":"172.21.15.149:6817","nonce":3820379047}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6818","nonce":3820379047},{"type":"v1","addr":"172.21.15.149:6819","nonce":3820379047}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6822","nonce":3820379047},{"type":"v1","addr":"172.21.15.149:6823","nonce":3820379047}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6820","nonce":3820379047},{"type":"v1","addr":"172.21.15.149:6821","nonce":3820379047}]},"public_addr":"172.21.15.149:6817/3820379047","cluster_addr":"172.21.15.149:6819/3820379047","heartbeat_back_addr":"172.21.15.149:6823/3820379047","heartbeat_front_addr":"172.21.15.149:6821/3820379047","state":["exists","up"]},{"osd":5,"uuid":"eddef9b2-9241-42a9-83f8-91f28475ed0b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6818","nonce":1423936365},{"type":"v1","addr":"172.21.15.47:6819","nonce":1423936365}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6820","nonce":1423936365},{"type":"v1","addr":"172.21.15.47:6821","nonce":1423936365}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6824","nonce":1423936365},{"type":"v1","addr":"172.21.15.47:6825","nonce":1423936365}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6822","nonce":1423936365},{"type":"v1","addr":"172.21.15.47:6823","nonce":1423936365}]},"public_addr":"172.21.15.47:6819/1423936365","cluster_addr":"172.21.15.47:6821/1423936365","heartbeat_back_addr":"172.21.15.47:6825/1423936365","heartbeat_front_addr":"172.21.15.47:6823/1423936365","state":["exists","up"]},{"osd":6,"uuid":"75078940-0793-44d5-a6aa-4480498bd47e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6824","nonce":2886262329},{"type":"v1","addr":"172.21.15.149:6825","nonce":2886262329}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6826","nonce":2886262329},{"type":"v1","addr":"172.21.15.149:6827","nonce":2886262329}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6830","nonce":2886262329},{"type":"v1","addr":"172.21.15.149:6831","nonce":2886262329}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6828","nonce":2886262329},{"type":"v1","addr":"172.21.15.149:6829","nonce":2886262329}]},"public_addr":"172.21.15.149:6825/2886262329","cluster_addr":"172.21.15.149:6827/2886262329","heartbeat_back_addr":"172.21.15.149:6831/2886262329","heartbeat_front_addr":"172.21.15.149:6829/2886262329","state":["exists","up"]},{"osd":7,"uuid":"beb72a81-207b-4177-8688-dea9992dd421","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":34,"up_thru":37,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6826","nonce":2549755312},{"type":"v1","addr":"172.21.15.47:6827","nonce":2549755312}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6828","nonce":2549755312},{"type":"v1","addr":"172.21.15.47:6829","nonce":2549755312}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6832","nonce":2549755312},{"type":"v1","addr":"172.21.15.47:6833","nonce":2549755312}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6830","nonce":2549755312},{"type":"v1","addr":"172.21.15.47:6831","nonce":2549755312}]},"public_addr":"172.21.15.47:6827/2549755312","cluster_addr":"172.21.15.47:6829/2549755312","heartbeat_back_addr":"172.21.15.47:6833/2549755312","heartbeat_front_addr":"172.21.15.47:6831/2549755312","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-10T04:24:17.555811+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-10T04:24:20.433838+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-10T04:24:24.055574+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-10T04:24:26.356424+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-10T04:24:29.106340+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-10T04:24:31.484513+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-10T04:24:33.070401+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-10T04:24:36.587101+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.47:0/2023762934":"2024-09-11T04:22:03.652715+0000","172.21.15.47:0/4168346861":"2024-09-11T04:22:03.652715+0000","172.21.15.47:0/1333820722":"2024-09-11T04:19:53.424585+0000","172.21.15.47:6800/3289207242":"2024-09-11T04:19:53.424585+0000","172.21.15.47:0/4057803153":"2024-09-11T04:20:39.429358+0000","172.21.15.47:0/2540038620":"2024-09-11T04:19:53.424585+0000","172.21.15.47:6801/1997375254":"2024-09-11T04:22:03.652715+0000","172.21.15.47:0/996328687":"2024-09-11T04:19:53.424585+0000","172.21.15.47:6800/2689522916":"2024-09-11T04:20:39.429358+0000","172.21.15.47:6801/2689522916":"2024-09-11T04:20:39.429358+0000","172.21.15.47:6801/3289207242":"2024-09-11T04:19:53.424585+0000","172.21.15.47:0/304590898":"2024-09-11T04:20:39.429358+0000","172.21.15.47:6800/1997375254":"2024-09-11T04:22:03.652715+0000","172.21.15.47:0/1951560172":"2024-09-11T04:20:39.429358+0000","172.21.15.47:0/1612384901":"2024-09-11T04:22:03.652715+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-10T04:25:43.414 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c shell --fsid b165ca24-6f2b-11ef-bcea-c7b262605968 -- ceph tell osd.0 flush_pg_stats 2024-09-10T04:25:43.415 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c shell --fsid b165ca24-6f2b-11ef-bcea-c7b262605968 -- ceph tell osd.1 flush_pg_stats 2024-09-10T04:25:43.415 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c shell --fsid b165ca24-6f2b-11ef-bcea-c7b262605968 -- ceph tell osd.2 flush_pg_stats 2024-09-10T04:25:43.415 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c shell --fsid b165ca24-6f2b-11ef-bcea-c7b262605968 -- ceph tell osd.3 flush_pg_stats 2024-09-10T04:25:43.416 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c shell --fsid b165ca24-6f2b-11ef-bcea-c7b262605968 -- ceph tell osd.4 flush_pg_stats 2024-09-10T04:25:43.416 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c shell --fsid b165ca24-6f2b-11ef-bcea-c7b262605968 -- ceph tell osd.5 flush_pg_stats 2024-09-10T04:25:43.417 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c shell --fsid b165ca24-6f2b-11ef-bcea-c7b262605968 -- ceph tell osd.6 flush_pg_stats 2024-09-10T04:25:43.417 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c shell --fsid b165ca24-6f2b-11ef-bcea-c7b262605968 -- ceph tell osd.7 flush_pg_stats 2024-09-10T04:25:43.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:25:43 smithi047 bash[19880]: cluster 2024-09-10T04:25:41.709896+0000 mgr.smithi047.jescqm (mgr.14203) 170 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:25:43.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:25:43 smithi047 bash[19880]: cluster 2024-09-10T04:25:41.709896+0000 mgr.smithi047.jescqm (mgr.14203) 170 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:25:43.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:25:43 smithi047 bash[19880]: audit 2024-09-10T04:25:42.865131+0000 mon.smithi047 (mon.0) 721 : audit [DBG] from='client.? 172.21.15.47:0/3969014975' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-10T04:25:43.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:25:43 smithi047 bash[19880]: audit 2024-09-10T04:25:42.865131+0000 mon.smithi047 (mon.0) 721 : audit [DBG] from='client.? 172.21.15.47:0/3969014975' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-10T04:25:43.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:25:43 smithi149 bash[25108]: cluster 2024-09-10T04:25:41.709896+0000 mgr.smithi047.jescqm (mgr.14203) 170 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:25:43.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:25:43 smithi149 bash[25108]: cluster 2024-09-10T04:25:41.709896+0000 mgr.smithi047.jescqm (mgr.14203) 170 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:25:43.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:25:43 smithi149 bash[25108]: audit 2024-09-10T04:25:42.865131+0000 mon.smithi047 (mon.0) 721 : audit [DBG] from='client.? 172.21.15.47:0/3969014975' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-10T04:25:43.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:25:43 smithi149 bash[25108]: audit 2024-09-10T04:25:42.865131+0000 mon.smithi047 (mon.0) 721 : audit [DBG] from='client.? 172.21.15.47:0/3969014975' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-10T04:25:45.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:25:45 smithi047 bash[19880]: cluster 2024-09-10T04:25:43.710306+0000 mgr.smithi047.jescqm (mgr.14203) 171 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:25:45.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:25:45 smithi047 bash[19880]: cluster 2024-09-10T04:25:43.710306+0000 mgr.smithi047.jescqm (mgr.14203) 171 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:25:45.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:25:45 smithi149 bash[25108]: cluster 2024-09-10T04:25:43.710306+0000 mgr.smithi047.jescqm (mgr.14203) 171 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:25:45.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:25:45 smithi149 bash[25108]: cluster 2024-09-10T04:25:43.710306+0000 mgr.smithi047.jescqm (mgr.14203) 171 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:25:47.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:25:47 smithi047 bash[19880]: cluster 2024-09-10T04:25:45.710981+0000 mgr.smithi047.jescqm (mgr.14203) 172 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:25:47.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:25:47 smithi047 bash[19880]: cluster 2024-09-10T04:25:45.710981+0000 mgr.smithi047.jescqm (mgr.14203) 172 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:25:47.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:25:47 smithi149 bash[25108]: cluster 2024-09-10T04:25:45.710981+0000 mgr.smithi047.jescqm (mgr.14203) 172 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:25:47.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:25:47 smithi149 bash[25108]: cluster 2024-09-10T04:25:45.710981+0000 mgr.smithi047.jescqm (mgr.14203) 172 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:25:48.371 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/mon.smithi047/config 2024-09-10T04:25:48.371 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/mon.smithi047/config 2024-09-10T04:25:48.371 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/mon.smithi047/config 2024-09-10T04:25:48.374 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/mon.smithi047/config 2024-09-10T04:25:48.375 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/mon.smithi047/config 2024-09-10T04:25:48.375 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/mon.smithi047/config 2024-09-10T04:25:48.375 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/mon.smithi047/config 2024-09-10T04:25:48.376 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/mon.smithi047/config 2024-09-10T04:25:49.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:25:49 smithi047 bash[19880]: cluster 2024-09-10T04:25:47.711682+0000 mgr.smithi047.jescqm (mgr.14203) 173 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:25:49.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:25:49 smithi047 bash[19880]: cluster 2024-09-10T04:25:47.711682+0000 mgr.smithi047.jescqm (mgr.14203) 173 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:25:49.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:25:49 smithi047 bash[19880]: audit 2024-09-10T04:25:49.136732+0000 mon.smithi047 (mon.0) 722 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:25:49.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:25:49 smithi047 bash[19880]: audit 2024-09-10T04:25:49.136732+0000 mon.smithi047 (mon.0) 722 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:25:49.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:25:49 smithi149 bash[25108]: cluster 2024-09-10T04:25:47.711682+0000 mgr.smithi047.jescqm (mgr.14203) 173 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:25:49.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:25:49 smithi149 bash[25108]: cluster 2024-09-10T04:25:47.711682+0000 mgr.smithi047.jescqm (mgr.14203) 173 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:25:49.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:25:49 smithi149 bash[25108]: audit 2024-09-10T04:25:49.136732+0000 mon.smithi047 (mon.0) 722 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:25:49.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:25:49 smithi149 bash[25108]: audit 2024-09-10T04:25:49.136732+0000 mon.smithi047 (mon.0) 722 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:25:51.558 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:25:51 smithi047 bash[19880]: cluster 2024-09-10T04:25:49.712403+0000 mgr.smithi047.jescqm (mgr.14203) 174 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:25:51.558 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:25:51 smithi047 bash[19880]: cluster 2024-09-10T04:25:49.712403+0000 mgr.smithi047.jescqm (mgr.14203) 174 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:25:51.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:25:51 smithi149 bash[25108]: cluster 2024-09-10T04:25:49.712403+0000 mgr.smithi047.jescqm (mgr.14203) 174 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:25:51.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:25:51 smithi149 bash[25108]: cluster 2024-09-10T04:25:49.712403+0000 mgr.smithi047.jescqm (mgr.14203) 174 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:25:52.045 INFO:teuthology.orchestra.run.smithi047.stdout:94489280532 2024-09-10T04:25:52.046 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c shell --fsid b165ca24-6f2b-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.2 2024-09-10T04:25:52.833 INFO:teuthology.orchestra.run.smithi047.stdout:68719476758 2024-09-10T04:25:52.834 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c shell --fsid b165ca24-6f2b-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.0 2024-09-10T04:25:53.071 INFO:teuthology.orchestra.run.smithi047.stdout:124554051602 2024-09-10T04:25:53.071 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c shell --fsid b165ca24-6f2b-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.5 2024-09-10T04:25:53.262 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:25:53 smithi047 bash[19880]: cluster 2024-09-10T04:25:51.713035+0000 mgr.smithi047.jescqm (mgr.14203) 175 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:25:53.262 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:25:53 smithi047 bash[19880]: cluster 2024-09-10T04:25:51.713035+0000 mgr.smithi047.jescqm (mgr.14203) 175 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:25:53.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:25:53 smithi149 bash[25108]: cluster 2024-09-10T04:25:51.713035+0000 mgr.smithi047.jescqm (mgr.14203) 175 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:25:53.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:25:53 smithi149 bash[25108]: cluster 2024-09-10T04:25:51.713035+0000 mgr.smithi047.jescqm (mgr.14203) 175 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:25:54.262 INFO:teuthology.orchestra.run.smithi047.stdout:128849018898 2024-09-10T04:25:54.262 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c shell --fsid b165ca24-6f2b-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.6 2024-09-10T04:25:54.451 INFO:teuthology.orchestra.run.smithi047.stdout:103079215124 2024-09-10T04:25:54.452 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c shell --fsid b165ca24-6f2b-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.3 2024-09-10T04:25:55.585 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:25:55 smithi047 bash[19880]: cluster 2024-09-10T04:25:53.713611+0000 mgr.smithi047.jescqm (mgr.14203) 176 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:25:55.585 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:25:55 smithi047 bash[19880]: cluster 2024-09-10T04:25:53.713611+0000 mgr.smithi047.jescqm (mgr.14203) 176 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:25:55.586 INFO:teuthology.orchestra.run.smithi047.stdout:115964117011 2024-09-10T04:25:55.586 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c shell --fsid b165ca24-6f2b-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.4 2024-09-10T04:25:55.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:25:55 smithi149 bash[25108]: cluster 2024-09-10T04:25:53.713611+0000 mgr.smithi047.jescqm (mgr.14203) 176 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:25:55.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:25:55 smithi149 bash[25108]: cluster 2024-09-10T04:25:53.713611+0000 mgr.smithi047.jescqm (mgr.14203) 176 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:25:56.126 INFO:teuthology.orchestra.run.smithi047.stdout:146028888081 2024-09-10T04:25:56.126 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c shell --fsid b165ca24-6f2b-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.7 2024-09-10T04:25:56.129 INFO:teuthology.orchestra.run.smithi047.stdout:77309411349 2024-09-10T04:25:56.129 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c shell --fsid b165ca24-6f2b-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.1 2024-09-10T04:25:57.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:25:57 smithi047 bash[19880]: cluster 2024-09-10T04:25:55.714164+0000 mgr.smithi047.jescqm (mgr.14203) 177 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:25:57.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:25:57 smithi047 bash[19880]: cluster 2024-09-10T04:25:55.714164+0000 mgr.smithi047.jescqm (mgr.14203) 177 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:25:57.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:25:57 smithi149 bash[25108]: cluster 2024-09-10T04:25:55.714164+0000 mgr.smithi047.jescqm (mgr.14203) 177 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:25:57.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:25:57 smithi149 bash[25108]: cluster 2024-09-10T04:25:55.714164+0000 mgr.smithi047.jescqm (mgr.14203) 177 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:25:58.650 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/mon.smithi047/config 2024-09-10T04:25:58.651 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/mon.smithi047/config 2024-09-10T04:25:59.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:25:59 smithi047 bash[19880]: cluster 2024-09-10T04:25:57.714608+0000 mgr.smithi047.jescqm (mgr.14203) 178 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:25:59.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:25:59 smithi047 bash[19880]: cluster 2024-09-10T04:25:57.714608+0000 mgr.smithi047.jescqm (mgr.14203) 178 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:25:59.677 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/mon.smithi047/config 2024-09-10T04:25:59.678 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/mon.smithi047/config 2024-09-10T04:25:59.678 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/mon.smithi047/config 2024-09-10T04:25:59.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:25:59 smithi149 bash[25108]: cluster 2024-09-10T04:25:57.714608+0000 mgr.smithi047.jescqm (mgr.14203) 178 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:25:59.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:25:59 smithi149 bash[25108]: cluster 2024-09-10T04:25:57.714608+0000 mgr.smithi047.jescqm (mgr.14203) 178 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:26:00.701 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/mon.smithi047/config 2024-09-10T04:26:00.702 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/mon.smithi047/config 2024-09-10T04:26:00.703 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/mon.smithi047/config 2024-09-10T04:26:01.362 INFO:teuthology.orchestra.run.smithi047.stdout:94489280534 2024-09-10T04:26:01.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:26:01 smithi047 bash[19880]: cluster 2024-09-10T04:25:59.715026+0000 mgr.smithi047.jescqm (mgr.14203) 179 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:26:01.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:26:01 smithi047 bash[19880]: cluster 2024-09-10T04:25:59.715026+0000 mgr.smithi047.jescqm (mgr.14203) 179 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:26:01.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:26:01 smithi149 bash[25108]: cluster 2024-09-10T04:25:59.715026+0000 mgr.smithi047.jescqm (mgr.14203) 179 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:26:01.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:26:01 smithi149 bash[25108]: cluster 2024-09-10T04:25:59.715026+0000 mgr.smithi047.jescqm (mgr.14203) 179 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:26:01.721 INFO:teuthology.orchestra.run.smithi047.stdout:68719476759 2024-09-10T04:26:02.507 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:26:02 smithi047 bash[19880]: audit 2024-09-10T04:26:01.362059+0000 mon.smithi047 (mon.0) 723 : audit [DBG] from='client.? 172.21.15.47:0/323710546' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2024-09-10T04:26:02.507 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:26:02 smithi047 bash[19880]: audit 2024-09-10T04:26:01.362059+0000 mon.smithi047 (mon.0) 723 : audit [DBG] from='client.? 172.21.15.47:0/323710546' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2024-09-10T04:26:02.507 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:26:02 smithi047 bash[19880]: audit 2024-09-10T04:26:01.721491+0000 mon.smithi047 (mon.0) 724 : audit [DBG] from='client.? 172.21.15.47:0/2760785685' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2024-09-10T04:26:02.507 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:26:02 smithi047 bash[19880]: audit 2024-09-10T04:26:01.721491+0000 mon.smithi047 (mon.0) 724 : audit [DBG] from='client.? 172.21.15.47:0/2760785685' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2024-09-10T04:26:02.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:26:02 smithi149 bash[25108]: audit 2024-09-10T04:26:01.362059+0000 mon.smithi047 (mon.0) 723 : audit [DBG] from='client.? 172.21.15.47:0/323710546' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2024-09-10T04:26:02.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:26:02 smithi149 bash[25108]: audit 2024-09-10T04:26:01.362059+0000 mon.smithi047 (mon.0) 723 : audit [DBG] from='client.? 172.21.15.47:0/323710546' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2024-09-10T04:26:02.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:26:02 smithi149 bash[25108]: audit 2024-09-10T04:26:01.721491+0000 mon.smithi047 (mon.0) 724 : audit [DBG] from='client.? 172.21.15.47:0/2760785685' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2024-09-10T04:26:02.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:26:02 smithi149 bash[25108]: audit 2024-09-10T04:26:01.721491+0000 mon.smithi047 (mon.0) 724 : audit [DBG] from='client.? 172.21.15.47:0/2760785685' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2024-09-10T04:26:02.874 INFO:teuthology.orchestra.run.smithi047.stdout:124554051604 2024-09-10T04:26:03.065 INFO:teuthology.orchestra.run.smithi047.stdout:128849018900 2024-09-10T04:26:03.279 INFO:tasks.cephadm.ceph_manager.ceph:need seq 94489280532 got 94489280534 for osd.2 2024-09-10T04:26:03.280 DEBUG:teuthology.parallel:result is None 2024-09-10T04:26:03.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:26:03 smithi047 bash[19880]: cluster 2024-09-10T04:26:01.715404+0000 mgr.smithi047.jescqm (mgr.14203) 180 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:26:03.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:26:03 smithi047 bash[19880]: cluster 2024-09-10T04:26:01.715404+0000 mgr.smithi047.jescqm (mgr.14203) 180 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:26:03.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:26:03 smithi047 bash[19880]: audit 2024-09-10T04:26:02.873984+0000 mon.smithi047 (mon.0) 725 : audit [DBG] from='client.? 172.21.15.47:0/2358402401' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 5} : dispatch 2024-09-10T04:26:03.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:26:03 smithi047 bash[19880]: audit 2024-09-10T04:26:02.873984+0000 mon.smithi047 (mon.0) 725 : audit [DBG] from='client.? 172.21.15.47:0/2358402401' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 5} : dispatch 2024-09-10T04:26:03.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:26:03 smithi047 bash[19880]: audit 2024-09-10T04:26:03.064824+0000 mon.smithi047 (mon.0) 726 : audit [DBG] from='client.? 172.21.15.47:0/2703319976' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 6} : dispatch 2024-09-10T04:26:03.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:26:03 smithi047 bash[19880]: audit 2024-09-10T04:26:03.064824+0000 mon.smithi047 (mon.0) 726 : audit [DBG] from='client.? 172.21.15.47:0/2703319976' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 6} : dispatch 2024-09-10T04:26:03.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:26:03 smithi149 bash[25108]: cluster 2024-09-10T04:26:01.715404+0000 mgr.smithi047.jescqm (mgr.14203) 180 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:26:03.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:26:03 smithi149 bash[25108]: cluster 2024-09-10T04:26:01.715404+0000 mgr.smithi047.jescqm (mgr.14203) 180 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:26:03.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:26:03 smithi149 bash[25108]: audit 2024-09-10T04:26:02.873984+0000 mon.smithi047 (mon.0) 725 : audit [DBG] from='client.? 172.21.15.47:0/2358402401' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 5} : dispatch 2024-09-10T04:26:03.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:26:03 smithi149 bash[25108]: audit 2024-09-10T04:26:02.873984+0000 mon.smithi047 (mon.0) 725 : audit [DBG] from='client.? 172.21.15.47:0/2358402401' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 5} : dispatch 2024-09-10T04:26:03.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:26:03 smithi149 bash[25108]: audit 2024-09-10T04:26:03.064824+0000 mon.smithi047 (mon.0) 726 : audit [DBG] from='client.? 172.21.15.47:0/2703319976' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 6} : dispatch 2024-09-10T04:26:03.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:26:03 smithi149 bash[25108]: audit 2024-09-10T04:26:03.064824+0000 mon.smithi047 (mon.0) 726 : audit [DBG] from='client.? 172.21.15.47:0/2703319976' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 6} : dispatch 2024-09-10T04:26:04.276 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476758 got 68719476759 for osd.0 2024-09-10T04:26:04.277 DEBUG:teuthology.parallel:result is None 2024-09-10T04:26:04.408 INFO:tasks.cephadm.ceph_manager.ceph:need seq 124554051602 got 124554051604 for osd.5 2024-09-10T04:26:04.408 DEBUG:teuthology.parallel:result is None 2024-09-10T04:26:04.461 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:26:04 smithi047 bash[19880]: audit 2024-09-10T04:26:04.137261+0000 mon.smithi047 (mon.0) 727 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:26:04.461 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:26:04 smithi047 bash[19880]: audit 2024-09-10T04:26:04.137261+0000 mon.smithi047 (mon.0) 727 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:26:04.573 INFO:teuthology.orchestra.run.smithi047.stdout:103079215126 2024-09-10T04:26:04.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:26:04 smithi149 bash[25108]: audit 2024-09-10T04:26:04.137261+0000 mon.smithi047 (mon.0) 727 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:26:04.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:26:04 smithi149 bash[25108]: audit 2024-09-10T04:26:04.137261+0000 mon.smithi047 (mon.0) 727 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:26:04.774 INFO:teuthology.orchestra.run.smithi047.stdout:146028888083 2024-09-10T04:26:05.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:26:05 smithi047 bash[19880]: cluster 2024-09-10T04:26:03.715933+0000 mgr.smithi047.jescqm (mgr.14203) 181 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:26:05.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:26:05 smithi047 bash[19880]: cluster 2024-09-10T04:26:03.715933+0000 mgr.smithi047.jescqm (mgr.14203) 181 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:26:05.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:26:05 smithi047 bash[19880]: audit 2024-09-10T04:26:04.573684+0000 mon.smithi047 (mon.0) 728 : audit [DBG] from='client.? 172.21.15.47:0/2619564869' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 3} : dispatch 2024-09-10T04:26:05.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:26:05 smithi047 bash[19880]: audit 2024-09-10T04:26:04.573684+0000 mon.smithi047 (mon.0) 728 : audit [DBG] from='client.? 172.21.15.47:0/2619564869' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 3} : dispatch 2024-09-10T04:26:05.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:26:05 smithi047 bash[19880]: audit 2024-09-10T04:26:04.773791+0000 mon.smithi047 (mon.0) 729 : audit [DBG] from='client.? 172.21.15.47:0/843356371' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 7} : dispatch 2024-09-10T04:26:05.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:26:05 smithi047 bash[19880]: audit 2024-09-10T04:26:04.773791+0000 mon.smithi047 (mon.0) 729 : audit [DBG] from='client.? 172.21.15.47:0/843356371' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 7} : dispatch 2024-09-10T04:26:05.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:26:05 smithi149 bash[25108]: cluster 2024-09-10T04:26:03.715933+0000 mgr.smithi047.jescqm (mgr.14203) 181 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:26:05.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:26:05 smithi149 bash[25108]: cluster 2024-09-10T04:26:03.715933+0000 mgr.smithi047.jescqm (mgr.14203) 181 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:26:05.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:26:05 smithi149 bash[25108]: audit 2024-09-10T04:26:04.573684+0000 mon.smithi047 (mon.0) 728 : audit [DBG] from='client.? 172.21.15.47:0/2619564869' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 3} : dispatch 2024-09-10T04:26:05.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:26:05 smithi149 bash[25108]: audit 2024-09-10T04:26:04.573684+0000 mon.smithi047 (mon.0) 728 : audit [DBG] from='client.? 172.21.15.47:0/2619564869' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 3} : dispatch 2024-09-10T04:26:05.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:26:05 smithi149 bash[25108]: audit 2024-09-10T04:26:04.773791+0000 mon.smithi047 (mon.0) 729 : audit [DBG] from='client.? 172.21.15.47:0/843356371' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 7} : dispatch 2024-09-10T04:26:05.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:26:05 smithi149 bash[25108]: audit 2024-09-10T04:26:04.773791+0000 mon.smithi047 (mon.0) 729 : audit [DBG] from='client.? 172.21.15.47:0/843356371' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 7} : dispatch 2024-09-10T04:26:05.741 INFO:teuthology.orchestra.run.smithi047.stdout:115964117013 2024-09-10T04:26:05.816 INFO:tasks.cephadm.ceph_manager.ceph:need seq 128849018898 got 128849018900 for osd.6 2024-09-10T04:26:05.817 DEBUG:teuthology.parallel:result is None 2024-09-10T04:26:06.275 INFO:tasks.cephadm.ceph_manager.ceph:need seq 103079215124 got 103079215126 for osd.3 2024-09-10T04:26:06.275 DEBUG:teuthology.parallel:result is None 2024-09-10T04:26:06.578 INFO:teuthology.orchestra.run.smithi047.stdout:77309411351 2024-09-10T04:26:06.590 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:26:06 smithi047 bash[19880]: audit 2024-09-10T04:26:05.741446+0000 mon.smithi047 (mon.0) 730 : audit [DBG] from='client.? 172.21.15.47:0/1072302709' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 4} : dispatch 2024-09-10T04:26:06.590 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:26:06 smithi047 bash[19880]: audit 2024-09-10T04:26:05.741446+0000 mon.smithi047 (mon.0) 730 : audit [DBG] from='client.? 172.21.15.47:0/1072302709' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 4} : dispatch 2024-09-10T04:26:06.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:26:06 smithi149 bash[25108]: audit 2024-09-10T04:26:05.741446+0000 mon.smithi047 (mon.0) 730 : audit [DBG] from='client.? 172.21.15.47:0/1072302709' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 4} : dispatch 2024-09-10T04:26:06.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:26:06 smithi149 bash[25108]: audit 2024-09-10T04:26:05.741446+0000 mon.smithi047 (mon.0) 730 : audit [DBG] from='client.? 172.21.15.47:0/1072302709' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 4} : dispatch 2024-09-10T04:26:07.299 INFO:tasks.cephadm.ceph_manager.ceph:need seq 146028888081 got 146028888083 for osd.7 2024-09-10T04:26:07.299 DEBUG:teuthology.parallel:result is None 2024-09-10T04:26:07.322 INFO:tasks.cephadm.ceph_manager.ceph:need seq 115964117011 got 115964117013 for osd.4 2024-09-10T04:26:07.322 DEBUG:teuthology.parallel:result is None 2024-09-10T04:26:07.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:26:07 smithi047 bash[19880]: cluster 2024-09-10T04:26:05.716294+0000 mgr.smithi047.jescqm (mgr.14203) 182 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:26:07.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:26:07 smithi047 bash[19880]: cluster 2024-09-10T04:26:05.716294+0000 mgr.smithi047.jescqm (mgr.14203) 182 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:26:07.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:26:07 smithi047 bash[19880]: audit 2024-09-10T04:26:06.578155+0000 mon.smithi047 (mon.0) 731 : audit [DBG] from='client.? 172.21.15.47:0/3602772811' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2024-09-10T04:26:07.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:26:07 smithi047 bash[19880]: audit 2024-09-10T04:26:06.578155+0000 mon.smithi047 (mon.0) 731 : audit [DBG] from='client.? 172.21.15.47:0/3602772811' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2024-09-10T04:26:07.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:26:07 smithi149 bash[25108]: cluster 2024-09-10T04:26:05.716294+0000 mgr.smithi047.jescqm (mgr.14203) 182 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:26:07.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:26:07 smithi149 bash[25108]: cluster 2024-09-10T04:26:05.716294+0000 mgr.smithi047.jescqm (mgr.14203) 182 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:26:07.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:26:07 smithi149 bash[25108]: audit 2024-09-10T04:26:06.578155+0000 mon.smithi047 (mon.0) 731 : audit [DBG] from='client.? 172.21.15.47:0/3602772811' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2024-09-10T04:26:07.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:26:07 smithi149 bash[25108]: audit 2024-09-10T04:26:06.578155+0000 mon.smithi047 (mon.0) 731 : audit [DBG] from='client.? 172.21.15.47:0/3602772811' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2024-09-10T04:26:07.731 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411349 got 77309411351 for osd.1 2024-09-10T04:26:07.731 DEBUG:teuthology.parallel:result is None 2024-09-10T04:26:07.731 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-09-10T04:26:07.732 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c shell --fsid b165ca24-6f2b-11ef-bcea-c7b262605968 -- ceph pg dump --format=json 2024-09-10T04:26:09.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:26:09 smithi047 bash[19880]: cluster 2024-09-10T04:26:07.716984+0000 mgr.smithi047.jescqm (mgr.14203) 183 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:26:09.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:26:09 smithi047 bash[19880]: cluster 2024-09-10T04:26:07.716984+0000 mgr.smithi047.jescqm (mgr.14203) 183 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:26:09.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:26:09 smithi149 bash[25108]: cluster 2024-09-10T04:26:07.716984+0000 mgr.smithi047.jescqm (mgr.14203) 183 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:26:09.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:26:09 smithi149 bash[25108]: cluster 2024-09-10T04:26:07.716984+0000 mgr.smithi047.jescqm (mgr.14203) 183 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:26:11.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:26:11 smithi047 bash[19880]: cluster 2024-09-10T04:26:09.717586+0000 mgr.smithi047.jescqm (mgr.14203) 184 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:26:11.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:26:11 smithi047 bash[19880]: cluster 2024-09-10T04:26:09.717586+0000 mgr.smithi047.jescqm (mgr.14203) 184 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:26:11.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:26:11 smithi149 bash[25108]: cluster 2024-09-10T04:26:09.717586+0000 mgr.smithi047.jescqm (mgr.14203) 184 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:26:11.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:26:11 smithi149 bash[25108]: cluster 2024-09-10T04:26:09.717586+0000 mgr.smithi047.jescqm (mgr.14203) 184 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:26:12.559 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/mon.smithi047/config 2024-09-10T04:26:13.537 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:26:13 smithi047 bash[19880]: cluster 2024-09-10T04:26:11.718183+0000 mgr.smithi047.jescqm (mgr.14203) 185 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:26:13.537 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:26:13 smithi047 bash[19880]: cluster 2024-09-10T04:26:11.718183+0000 mgr.smithi047.jescqm (mgr.14203) 185 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:26:13.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:26:13 smithi149 bash[25108]: cluster 2024-09-10T04:26:11.718183+0000 mgr.smithi047.jescqm (mgr.14203) 185 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:26:13.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:26:13 smithi149 bash[25108]: cluster 2024-09-10T04:26:11.718183+0000 mgr.smithi047.jescqm (mgr.14203) 185 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:26:13.869 INFO:teuthology.orchestra.run.smithi047.stderr:dumped all 2024-09-10T04:26:13.870 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-09-10T04:26:14.512 INFO:teuthology.orchestra.run.smithi047.stdout:{"pg_ready":true,"pg_map":{"version":151,"stamp":"2024-09-10T04:26:13.718493+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":241768,"kb_used_data":4716,"kb_used_omap":12,"kb_used_meta":236851,"kb_avail":749686680,"statfs":{"total":767926730752,"available":767679160320,"internally_reserved":0,"allocated":4829184,"data_stored":2997008,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":12752,"internal_metadata":242535984},"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.003287"},"pg_stats":[{"pgid":"1.0","version":"26'152","reported_seq":213,"reported_epoch":38,"state":"active+clean","last_fresh":"2024-09-10T04:24:42.520540+0000","last_change":"2024-09-10T04:24:42.519574+0000","last_active":"2024-09-10T04:24:42.520540+0000","last_peered":"2024-09-10T04:24:42.520540+0000","last_clean":"2024-09-10T04:24:42.520540+0000","last_became_active":"2024-09-10T04:24:42.518256+0000","last_became_peered":"2024-09-10T04:24:42.518256+0000","last_unstale":"2024-09-10T04:24:42.520540+0000","last_undegraded":"2024-09-10T04:24:42.520540+0000","last_fullsized":"2024-09-10T04:24:42.520540+0000","mapping_epoch":37,"log_start":"0'0","ondisk_log_start":"0'0","created":23,"last_epoch_clean":38,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-10T04:24:26.843198+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-10T04:24:26.843198+0000","last_clean_scrub_stamp":"2024-09-10T04:24:26.843198+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-11T04:29:04.609967+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":2375680,"data_stored":2361472,"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":4}],"osd_stats":[{"osd":7,"up_from":34,"seq":146028888085,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":27980,"kb_used_data":952,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713076,"statfs":{"total":95990841344,"available":95962189824,"internally_reserved":0,"allocated":974848,"data_stored":743606,"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":6,"up_from":30,"seq":128849018902,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":31568,"kb_used_data":372,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93709488,"statfs":{"total":95990841344,"available":95958515712,"internally_reserved":0,"allocated":380928,"data_stored":153238,"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":5,"up_from":29,"seq":124554051607,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27400,"kb_used_data":372,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713656,"statfs":{"total":95990841344,"available":95962783744,"internally_reserved":0,"allocated":380928,"data_stored":153238,"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":4,"up_from":27,"seq":115964117015,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":31560,"kb_used_data":372,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93709496,"statfs":{"total":95990841344,"available":95958523904,"internally_reserved":0,"allocated":380928,"data_stored":153238,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":3,"up_from":24,"seq":103079215128,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":32140,"kb_used_data":952,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93708916,"statfs":{"total":95990841344,"available":95957929984,"internally_reserved":0,"allocated":974848,"data_stored":743606,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":31914439},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":2,"up_from":22,"seq":94489280537,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":31568,"kb_used_data":372,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93709488,"statfs":{"total":95990841344,"available":95958515712,"internally_reserved":0,"allocated":380928,"data_stored":153238,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":18,"seq":77309411353,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27404,"kb_used_data":372,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713652,"statfs":{"total":95990841344,"available":95962779648,"internally_reserved":0,"allocated":380928,"data_stored":153238,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":16,"seq":68719476762,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":32148,"kb_used_data":952,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93708908,"statfs":{"total":95990841344,"available":95957921792,"internally_reserved":0,"allocated":974848,"data_stored":743606,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"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":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-10T04:26:14.513 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c shell --fsid b165ca24-6f2b-11ef-bcea-c7b262605968 -- ceph pg dump --format=json 2024-09-10T04:26:15.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:26:15 smithi047 bash[19880]: cluster 2024-09-10T04:26:13.718837+0000 mgr.smithi047.jescqm (mgr.14203) 186 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:26:15.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:26:15 smithi047 bash[19880]: cluster 2024-09-10T04:26:13.718837+0000 mgr.smithi047.jescqm (mgr.14203) 186 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:26:15.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:26:15 smithi047 bash[19880]: audit 2024-09-10T04:26:13.868517+0000 mgr.smithi047.jescqm (mgr.14203) 187 : audit [DBG] from='client.14480 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T04:26:15.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:26:15 smithi047 bash[19880]: audit 2024-09-10T04:26:13.868517+0000 mgr.smithi047.jescqm (mgr.14203) 187 : audit [DBG] from='client.14480 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T04:26:15.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:26:15 smithi149 bash[25108]: cluster 2024-09-10T04:26:13.718837+0000 mgr.smithi047.jescqm (mgr.14203) 186 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:26:15.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:26:15 smithi149 bash[25108]: cluster 2024-09-10T04:26:13.718837+0000 mgr.smithi047.jescqm (mgr.14203) 186 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:26:15.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:26:15 smithi149 bash[25108]: audit 2024-09-10T04:26:13.868517+0000 mgr.smithi047.jescqm (mgr.14203) 187 : audit [DBG] from='client.14480 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T04:26:15.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:26:15 smithi149 bash[25108]: audit 2024-09-10T04:26:13.868517+0000 mgr.smithi047.jescqm (mgr.14203) 187 : audit [DBG] from='client.14480 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T04:26:16.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:26:16 smithi047 bash[19880]: cluster 2024-09-10T04:26:15.719442+0000 mgr.smithi047.jescqm (mgr.14203) 188 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:26:16.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:26:16 smithi047 bash[19880]: cluster 2024-09-10T04:26:15.719442+0000 mgr.smithi047.jescqm (mgr.14203) 188 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:26:16.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:26:16 smithi149 bash[25108]: cluster 2024-09-10T04:26:15.719442+0000 mgr.smithi047.jescqm (mgr.14203) 188 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:26:16.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:26:16 smithi149 bash[25108]: cluster 2024-09-10T04:26:15.719442+0000 mgr.smithi047.jescqm (mgr.14203) 188 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:26:19.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:26:18 smithi047 bash[19880]: cluster 2024-09-10T04:26:17.719995+0000 mgr.smithi047.jescqm (mgr.14203) 189 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:26:19.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:26:18 smithi047 bash[19880]: cluster 2024-09-10T04:26:17.719995+0000 mgr.smithi047.jescqm (mgr.14203) 189 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:26:19.182 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:26:18 smithi149 bash[25108]: cluster 2024-09-10T04:26:17.719995+0000 mgr.smithi047.jescqm (mgr.14203) 189 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:26:19.182 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:26:18 smithi149 bash[25108]: cluster 2024-09-10T04:26:17.719995+0000 mgr.smithi047.jescqm (mgr.14203) 189 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:26:19.338 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/mon.smithi047/config 2024-09-10T04:26:20.059 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:26:19 smithi047 bash[19880]: audit 2024-09-10T04:26:19.137391+0000 mon.smithi047 (mon.0) 732 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:26:20.060 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:26:19 smithi047 bash[19880]: audit 2024-09-10T04:26:19.137391+0000 mon.smithi047 (mon.0) 732 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:26:20.182 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:26:19 smithi149 bash[25108]: audit 2024-09-10T04:26:19.137391+0000 mon.smithi047 (mon.0) 732 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:26:20.182 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:26:19 smithi149 bash[25108]: audit 2024-09-10T04:26:19.137391+0000 mon.smithi047 (mon.0) 732 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:26:20.714 INFO:teuthology.orchestra.run.smithi047.stderr:dumped all 2024-09-10T04:26:20.715 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-09-10T04:26:21.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:26:20 smithi047 bash[19880]: cluster 2024-09-10T04:26:19.720548+0000 mgr.smithi047.jescqm (mgr.14203) 190 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:26:21.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:26:20 smithi047 bash[19880]: cluster 2024-09-10T04:26:19.720548+0000 mgr.smithi047.jescqm (mgr.14203) 190 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:26:21.182 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:26:20 smithi149 bash[25108]: cluster 2024-09-10T04:26:19.720548+0000 mgr.smithi047.jescqm (mgr.14203) 190 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:26:21.182 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:26:20 smithi149 bash[25108]: cluster 2024-09-10T04:26:19.720548+0000 mgr.smithi047.jescqm (mgr.14203) 190 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:26:21.344 INFO:teuthology.orchestra.run.smithi047.stdout:{"pg_ready":true,"pg_map":{"version":154,"stamp":"2024-09-10T04:26:19.720268+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":241768,"kb_used_data":4716,"kb_used_omap":12,"kb_used_meta":236851,"kb_avail":749686680,"statfs":{"total":767926730752,"available":767679160320,"internally_reserved":0,"allocated":4829184,"data_stored":2997008,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":12752,"internal_metadata":242535984},"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.003707"},"pg_stats":[{"pgid":"1.0","version":"26'152","reported_seq":213,"reported_epoch":38,"state":"active+clean","last_fresh":"2024-09-10T04:24:42.520540+0000","last_change":"2024-09-10T04:24:42.519574+0000","last_active":"2024-09-10T04:24:42.520540+0000","last_peered":"2024-09-10T04:24:42.520540+0000","last_clean":"2024-09-10T04:24:42.520540+0000","last_became_active":"2024-09-10T04:24:42.518256+0000","last_became_peered":"2024-09-10T04:24:42.518256+0000","last_unstale":"2024-09-10T04:24:42.520540+0000","last_undegraded":"2024-09-10T04:24:42.520540+0000","last_fullsized":"2024-09-10T04:24:42.520540+0000","mapping_epoch":37,"log_start":"0'0","ondisk_log_start":"0'0","created":23,"last_epoch_clean":38,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-10T04:24:26.843198+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-10T04:24:26.843198+0000","last_clean_scrub_stamp":"2024-09-10T04:24:26.843198+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-11T04:29:04.609967+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":2375680,"data_stored":2361472,"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":4}],"osd_stats":[{"osd":7,"up_from":34,"seq":146028888086,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":27980,"kb_used_data":952,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713076,"statfs":{"total":95990841344,"available":95962189824,"internally_reserved":0,"allocated":974848,"data_stored":743606,"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":6,"up_from":30,"seq":128849018904,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":31568,"kb_used_data":372,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93709488,"statfs":{"total":95990841344,"available":95958515712,"internally_reserved":0,"allocated":380928,"data_stored":153238,"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":5,"up_from":29,"seq":124554051608,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27400,"kb_used_data":372,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713656,"statfs":{"total":95990841344,"available":95962783744,"internally_reserved":0,"allocated":380928,"data_stored":153238,"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":4,"up_from":27,"seq":115964117016,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":31560,"kb_used_data":372,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93709496,"statfs":{"total":95990841344,"available":95958523904,"internally_reserved":0,"allocated":380928,"data_stored":153238,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":3,"up_from":24,"seq":103079215129,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":32140,"kb_used_data":952,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93708916,"statfs":{"total":95990841344,"available":95957929984,"internally_reserved":0,"allocated":974848,"data_stored":743606,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":31914439},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":2,"up_from":22,"seq":94489280538,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":31568,"kb_used_data":372,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93709488,"statfs":{"total":95990841344,"available":95958515712,"internally_reserved":0,"allocated":380928,"data_stored":153238,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":18,"seq":77309411354,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27404,"kb_used_data":372,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713652,"statfs":{"total":95990841344,"available":95962779648,"internally_reserved":0,"allocated":380928,"data_stored":153238,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":16,"seq":68719476763,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":32148,"kb_used_data":952,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93708908,"statfs":{"total":95990841344,"available":95957921792,"internally_reserved":0,"allocated":974848,"data_stored":743606,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"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":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-10T04:26:21.344 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-09-10T04:26:21.345 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-09-10T04:26:21.345 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-09-10T04:26:21.345 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c shell --fsid b165ca24-6f2b-11ef-bcea-c7b262605968 -- ceph health --format=json 2024-09-10T04:26:22.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:26:21 smithi047 bash[19880]: audit 2024-09-10T04:26:20.713817+0000 mgr.smithi047.jescqm (mgr.14203) 191 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T04:26:22.124 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:26:21 smithi047 bash[19880]: audit 2024-09-10T04:26:20.713817+0000 mgr.smithi047.jescqm (mgr.14203) 191 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T04:26:22.182 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:26:21 smithi149 bash[25108]: audit 2024-09-10T04:26:20.713817+0000 mgr.smithi047.jescqm (mgr.14203) 191 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T04:26:22.182 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:26:21 smithi149 bash[25108]: audit 2024-09-10T04:26:20.713817+0000 mgr.smithi047.jescqm (mgr.14203) 191 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T04:26:23.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:26:22 smithi047 bash[19880]: cluster 2024-09-10T04:26:21.721084+0000 mgr.smithi047.jescqm (mgr.14203) 192 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:26:23.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:26:22 smithi047 bash[19880]: cluster 2024-09-10T04:26:21.721084+0000 mgr.smithi047.jescqm (mgr.14203) 192 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:26:23.182 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:26:22 smithi149 bash[25108]: cluster 2024-09-10T04:26:21.721084+0000 mgr.smithi047.jescqm (mgr.14203) 192 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:26:23.182 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:26:22 smithi149 bash[25108]: cluster 2024-09-10T04:26:21.721084+0000 mgr.smithi047.jescqm (mgr.14203) 192 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:26:25.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:26:24 smithi047 bash[19880]: cluster 2024-09-10T04:26:23.721654+0000 mgr.smithi047.jescqm (mgr.14203) 193 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:26:25.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:26:24 smithi047 bash[19880]: cluster 2024-09-10T04:26:23.721654+0000 mgr.smithi047.jescqm (mgr.14203) 193 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:26:25.182 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:26:24 smithi149 bash[25108]: cluster 2024-09-10T04:26:23.721654+0000 mgr.smithi047.jescqm (mgr.14203) 193 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:26:25.182 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:26:24 smithi149 bash[25108]: cluster 2024-09-10T04:26:23.721654+0000 mgr.smithi047.jescqm (mgr.14203) 193 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:26:26.171 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/mon.smithi047/config 2024-09-10T04:26:27.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:26:26 smithi047 bash[19880]: cluster 2024-09-10T04:26:25.722238+0000 mgr.smithi047.jescqm (mgr.14203) 194 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:26:27.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:26:26 smithi047 bash[19880]: cluster 2024-09-10T04:26:25.722238+0000 mgr.smithi047.jescqm (mgr.14203) 194 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:26:27.182 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:26:26 smithi149 bash[25108]: cluster 2024-09-10T04:26:25.722238+0000 mgr.smithi047.jescqm (mgr.14203) 194 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:26:27.182 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:26:26 smithi149 bash[25108]: cluster 2024-09-10T04:26:25.722238+0000 mgr.smithi047.jescqm (mgr.14203) 194 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:26:27.602 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-09-10T04:26:27.603 INFO:teuthology.orchestra.run.smithi047.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-09-10T04:26:27.873 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:26:27 smithi047 bash[19880]: audit 2024-09-10T04:26:27.233561+0000 mon.smithi047 (mon.0) 733 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:26:27.873 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:26:27 smithi047 bash[19880]: audit 2024-09-10T04:26:27.233561+0000 mon.smithi047 (mon.0) 733 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:26:27.873 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:26:27 smithi047 bash[19880]: audit 2024-09-10T04:26:27.602777+0000 mon.smithi047 (mon.0) 734 : audit [DBG] from='client.? 172.21.15.47:0/2168804429' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-10T04:26:27.873 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:26:27 smithi047 bash[19880]: audit 2024-09-10T04:26:27.602777+0000 mon.smithi047 (mon.0) 734 : audit [DBG] from='client.? 172.21.15.47:0/2168804429' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-10T04:26:28.182 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:26:27 smithi149 bash[25108]: audit 2024-09-10T04:26:27.233561+0000 mon.smithi047 (mon.0) 733 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:26:28.182 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:26:27 smithi149 bash[25108]: audit 2024-09-10T04:26:27.233561+0000 mon.smithi047 (mon.0) 733 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:26:28.182 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:26:27 smithi149 bash[25108]: audit 2024-09-10T04:26:27.602777+0000 mon.smithi047 (mon.0) 734 : audit [DBG] from='client.? 172.21.15.47:0/2168804429' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-10T04:26:28.182 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:26:27 smithi149 bash[25108]: audit 2024-09-10T04:26:27.602777+0000 mon.smithi047 (mon.0) 734 : audit [DBG] from='client.? 172.21.15.47:0/2168804429' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-10T04:26:28.258 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-09-10T04:26:28.258 INFO:tasks.cephadm:Setup complete, yielding 2024-09-10T04:26:28.259 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-10T04:26:28.268 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi047.front.sepia.ceph.com 2024-09-10T04:26:28.268 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b165ca24-6f2b-11ef-bcea-c7b262605968 -- bash -c 'ceph orch status' 2024-09-10T04:26:29.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:26:28 smithi047 bash[19880]: cluster 2024-09-10T04:26:27.722610+0000 mgr.smithi047.jescqm (mgr.14203) 195 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:26:29.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:26:28 smithi047 bash[19880]: cluster 2024-09-10T04:26:27.722610+0000 mgr.smithi047.jescqm (mgr.14203) 195 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:26:29.182 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:26:28 smithi149 bash[25108]: cluster 2024-09-10T04:26:27.722610+0000 mgr.smithi047.jescqm (mgr.14203) 195 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:26:29.182 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:26:28 smithi149 bash[25108]: cluster 2024-09-10T04:26:27.722610+0000 mgr.smithi047.jescqm (mgr.14203) 195 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:26:31.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:26:30 smithi047 bash[19880]: cluster 2024-09-10T04:26:29.723169+0000 mgr.smithi047.jescqm (mgr.14203) 196 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:26:31.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:26:30 smithi047 bash[19880]: cluster 2024-09-10T04:26:29.723169+0000 mgr.smithi047.jescqm (mgr.14203) 196 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:26:31.181 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:26:30 smithi149 bash[25108]: cluster 2024-09-10T04:26:29.723169+0000 mgr.smithi047.jescqm (mgr.14203) 196 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:26:31.182 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:26:30 smithi149 bash[25108]: cluster 2024-09-10T04:26:29.723169+0000 mgr.smithi047.jescqm (mgr.14203) 196 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:26:32.351 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/mon.smithi047/config 2024-09-10T04:26:33.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:26:32 smithi047 bash[19880]: cluster 2024-09-10T04:26:31.723702+0000 mgr.smithi047.jescqm (mgr.14203) 197 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:26:33.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:26:32 smithi047 bash[19880]: cluster 2024-09-10T04:26:31.723702+0000 mgr.smithi047.jescqm (mgr.14203) 197 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:26:33.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:26:32 smithi047 bash[19880]: audit 2024-09-10T04:26:32.775702+0000 mon.smithi047 (mon.0) 735 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:26:33.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:26:32 smithi047 bash[19880]: audit 2024-09-10T04:26:32.775702+0000 mon.smithi047 (mon.0) 735 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:26:33.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:26:32 smithi047 bash[19880]: audit 2024-09-10T04:26:32.780726+0000 mon.smithi047 (mon.0) 736 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:26:33.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:26:32 smithi047 bash[19880]: audit 2024-09-10T04:26:32.780726+0000 mon.smithi047 (mon.0) 736 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:26:33.181 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:26:32 smithi149 bash[25108]: cluster 2024-09-10T04:26:31.723702+0000 mgr.smithi047.jescqm (mgr.14203) 197 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:26:33.182 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:26:32 smithi149 bash[25108]: cluster 2024-09-10T04:26:31.723702+0000 mgr.smithi047.jescqm (mgr.14203) 197 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:26:33.182 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:26:32 smithi149 bash[25108]: audit 2024-09-10T04:26:32.775702+0000 mon.smithi047 (mon.0) 735 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:26:33.182 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:26:32 smithi149 bash[25108]: audit 2024-09-10T04:26:32.775702+0000 mon.smithi047 (mon.0) 735 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:26:33.182 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:26:32 smithi149 bash[25108]: audit 2024-09-10T04:26:32.780726+0000 mon.smithi047 (mon.0) 736 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:26:33.182 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:26:32 smithi149 bash[25108]: audit 2024-09-10T04:26:32.780726+0000 mon.smithi047 (mon.0) 736 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:26:33.916 INFO:teuthology.orchestra.run.smithi047.stdout:Backend: cephadm 2024-09-10T04:26:33.917 INFO:teuthology.orchestra.run.smithi047.stdout:Available: Yes 2024-09-10T04:26:33.917 INFO:teuthology.orchestra.run.smithi047.stdout:Paused: No 2024-09-10T04:26:34.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:26:34 smithi047 bash[19880]: audit 2024-09-10T04:26:33.170828+0000 mon.smithi047 (mon.0) 737 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:26:34.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:26:34 smithi047 bash[19880]: audit 2024-09-10T04:26:33.170828+0000 mon.smithi047 (mon.0) 737 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:26:34.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:26:34 smithi047 bash[19880]: audit 2024-09-10T04:26:33.177432+0000 mon.smithi047 (mon.0) 738 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:26:34.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:26:34 smithi047 bash[19880]: audit 2024-09-10T04:26:33.177432+0000 mon.smithi047 (mon.0) 738 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:26:34.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:26:34 smithi047 bash[19880]: audit 2024-09-10T04:26:33.774745+0000 mon.smithi047 (mon.0) 739 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:26:34.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:26:34 smithi047 bash[19880]: audit 2024-09-10T04:26:33.774745+0000 mon.smithi047 (mon.0) 739 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:26:34.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:26:34 smithi047 bash[19880]: audit 2024-09-10T04:26:33.775904+0000 mon.smithi047 (mon.0) 740 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:26:34.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:26:34 smithi047 bash[19880]: audit 2024-09-10T04:26:33.775904+0000 mon.smithi047 (mon.0) 740 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:26:34.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:26:34 smithi047 bash[19880]: audit 2024-09-10T04:26:33.783236+0000 mon.smithi047 (mon.0) 741 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:26:34.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:26:34 smithi047 bash[19880]: audit 2024-09-10T04:26:33.783236+0000 mon.smithi047 (mon.0) 741 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:26:34.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:26:34 smithi047 bash[19880]: audit 2024-09-10T04:26:33.786870+0000 mon.smithi047 (mon.0) 742 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-10T04:26:34.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:26:34 smithi047 bash[19880]: audit 2024-09-10T04:26:33.786870+0000 mon.smithi047 (mon.0) 742 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-10T04:26:34.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:26:34 smithi047 bash[19880]: audit 2024-09-10T04:26:34.137535+0000 mon.smithi047 (mon.0) 743 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:26:34.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:26:34 smithi047 bash[19880]: audit 2024-09-10T04:26:34.137535+0000 mon.smithi047 (mon.0) 743 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:26:34.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:26:34 smithi149 bash[25108]: audit 2024-09-10T04:26:33.170828+0000 mon.smithi047 (mon.0) 737 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:26:34.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:26:34 smithi149 bash[25108]: audit 2024-09-10T04:26:33.170828+0000 mon.smithi047 (mon.0) 737 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:26:34.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:26:34 smithi149 bash[25108]: audit 2024-09-10T04:26:33.177432+0000 mon.smithi047 (mon.0) 738 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:26:34.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:26:34 smithi149 bash[25108]: audit 2024-09-10T04:26:33.177432+0000 mon.smithi047 (mon.0) 738 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:26:34.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:26:34 smithi149 bash[25108]: audit 2024-09-10T04:26:33.774745+0000 mon.smithi047 (mon.0) 739 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:26:34.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:26:34 smithi149 bash[25108]: audit 2024-09-10T04:26:33.774745+0000 mon.smithi047 (mon.0) 739 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:26:34.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:26:34 smithi149 bash[25108]: audit 2024-09-10T04:26:33.775904+0000 mon.smithi047 (mon.0) 740 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:26:34.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:26:34 smithi149 bash[25108]: audit 2024-09-10T04:26:33.775904+0000 mon.smithi047 (mon.0) 740 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:26:34.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:26:34 smithi149 bash[25108]: audit 2024-09-10T04:26:33.783236+0000 mon.smithi047 (mon.0) 741 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:26:34.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:26:34 smithi149 bash[25108]: audit 2024-09-10T04:26:33.783236+0000 mon.smithi047 (mon.0) 741 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:26:34.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:26:34 smithi149 bash[25108]: audit 2024-09-10T04:26:33.786870+0000 mon.smithi047 (mon.0) 742 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-10T04:26:34.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:26:34 smithi149 bash[25108]: audit 2024-09-10T04:26:33.786870+0000 mon.smithi047 (mon.0) 742 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-10T04:26:34.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:26:34 smithi149 bash[25108]: audit 2024-09-10T04:26:34.137535+0000 mon.smithi047 (mon.0) 743 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:26:34.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:26:34 smithi149 bash[25108]: audit 2024-09-10T04:26:34.137535+0000 mon.smithi047 (mon.0) 743 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:26:34.550 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b165ca24-6f2b-11ef-bcea-c7b262605968 -- bash -c 'ceph orch ps' 2024-09-10T04:26:35.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:26:35 smithi149 bash[25108]: cluster 2024-09-10T04:26:33.724114+0000 mgr.smithi047.jescqm (mgr.14203) 198 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:26:35.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:26:35 smithi149 bash[25108]: cluster 2024-09-10T04:26:33.724114+0000 mgr.smithi047.jescqm (mgr.14203) 198 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:26:35.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:26:35 smithi149 bash[25108]: audit 2024-09-10T04:26:33.916258+0000 mgr.smithi047.jescqm (mgr.14203) 199 : audit [DBG] from='client.14492 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:26:35.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:26:35 smithi149 bash[25108]: audit 2024-09-10T04:26:33.916258+0000 mgr.smithi047.jescqm (mgr.14203) 199 : audit [DBG] from='client.14492 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:26:35.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:26:35 smithi047 bash[19880]: cluster 2024-09-10T04:26:33.724114+0000 mgr.smithi047.jescqm (mgr.14203) 198 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:26:35.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:26:35 smithi047 bash[19880]: cluster 2024-09-10T04:26:33.724114+0000 mgr.smithi047.jescqm (mgr.14203) 198 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:26:35.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:26:35 smithi047 bash[19880]: audit 2024-09-10T04:26:33.916258+0000 mgr.smithi047.jescqm (mgr.14203) 199 : audit [DBG] from='client.14492 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:26:35.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:26:35 smithi047 bash[19880]: audit 2024-09-10T04:26:33.916258+0000 mgr.smithi047.jescqm (mgr.14203) 199 : audit [DBG] from='client.14492 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:26:37.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:26:37 smithi047 bash[19880]: cluster 2024-09-10T04:26:35.724621+0000 mgr.smithi047.jescqm (mgr.14203) 200 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:26:37.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:26:37 smithi047 bash[19880]: cluster 2024-09-10T04:26:35.724621+0000 mgr.smithi047.jescqm (mgr.14203) 200 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:26:37.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:26:37 smithi149 bash[25108]: cluster 2024-09-10T04:26:35.724621+0000 mgr.smithi047.jescqm (mgr.14203) 200 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:26:37.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:26:37 smithi149 bash[25108]: cluster 2024-09-10T04:26:35.724621+0000 mgr.smithi047.jescqm (mgr.14203) 200 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:26:39.379 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/mon.smithi047/config 2024-09-10T04:26:39.476 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:26:39 smithi047 bash[19880]: cluster 2024-09-10T04:26:37.725218+0000 mgr.smithi047.jescqm (mgr.14203) 201 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:26:39.477 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:26:39 smithi047 bash[19880]: cluster 2024-09-10T04:26:37.725218+0000 mgr.smithi047.jescqm (mgr.14203) 201 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:26:39.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:26:39 smithi149 bash[25108]: cluster 2024-09-10T04:26:37.725218+0000 mgr.smithi047.jescqm (mgr.14203) 201 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:26:39.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:26:39 smithi149 bash[25108]: cluster 2024-09-10T04:26:37.725218+0000 mgr.smithi047.jescqm (mgr.14203) 201 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:26:40.818 INFO:teuthology.orchestra.run.smithi047.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T04:26:40.819 INFO:teuthology.orchestra.run.smithi047.stdout:alertmanager.smithi047 smithi047 *:9093,9094 running (3m) 7s ago 5m 14.3M - 0.27.0 11f11916f8cd 3410574adfed 2024-09-10T04:26:40.819 INFO:teuthology.orchestra.run.smithi047.stdout:ceph-exporter.smithi047 smithi047 running (5m) 7s ago 5m 8647k - 19.3.0-4885-g3a5e3f16 d6d839bc8a4b 5afdd9b5d8d1 2024-09-10T04:26:40.819 INFO:teuthology.orchestra.run.smithi047.stdout:ceph-exporter.smithi149 smithi149 running (4m) 8s ago 4m 6036k - 19.3.0-4885-g3a5e3f16 d6d839bc8a4b 25cc1dc6c894 2024-09-10T04:26:40.819 INFO:teuthology.orchestra.run.smithi047.stdout:crash.smithi047 smithi047 running (5m) 7s ago 5m 7247k - 19.3.0-4885-g3a5e3f16 d6d839bc8a4b 963cd6c945b2 2024-09-10T04:26:40.819 INFO:teuthology.orchestra.run.smithi047.stdout:crash.smithi149 smithi149 running (4m) 8s ago 4m 7260k - 19.3.0-4885-g3a5e3f16 d6d839bc8a4b 0afd03244f84 2024-09-10T04:26:40.819 INFO:teuthology.orchestra.run.smithi047.stdout:grafana.smithi047 smithi047 *:3000 running (3m) 7s ago 5m 67.1M - 10.4.0 c8b91775d855 4ebd754524d6 2024-09-10T04:26:40.819 INFO:teuthology.orchestra.run.smithi047.stdout:mgr.smithi047.jescqm smithi047 *:9283,8765,8443 running (7m) 7s ago 7m 502M - 19.3.0-4885-g3a5e3f16 d6d839bc8a4b 2f7f911722b5 2024-09-10T04:26:40.819 INFO:teuthology.orchestra.run.smithi047.stdout:mgr.smithi149.vwswua smithi149 *:8443,9283,8765 running (4m) 8s ago 4m 440M - 19.3.0-4885-g3a5e3f16 d6d839bc8a4b 40e3a2cad952 2024-09-10T04:26:40.819 INFO:teuthology.orchestra.run.smithi047.stdout:mon.smithi047 smithi047 running (7m) 7s ago 7m 51.4M 2048M 19.3.0-4885-g3a5e3f16 d6d839bc8a4b a456b641c480 2024-09-10T04:26:40.819 INFO:teuthology.orchestra.run.smithi047.stdout:mon.smithi149 smithi149 running (4m) 8s ago 4m 40.8M 2048M 19.3.0-4885-g3a5e3f16 d6d839bc8a4b f099525b205a 2024-09-10T04:26:40.820 INFO:teuthology.orchestra.run.smithi047.stdout:node-exporter.smithi047 smithi047 *:9100 running (5m) 7s ago 5m 8739k - 1.7.0 72c9c2088986 ddd09707ed53 2024-09-10T04:26:40.820 INFO:teuthology.orchestra.run.smithi047.stdout:node-exporter.smithi149 smithi149 *:9100 running (4m) 8s ago 4m 8103k - 1.7.0 72c9c2088986 e6ad7238e711 2024-09-10T04:26:40.820 INFO:teuthology.orchestra.run.smithi047.stdout:osd.0 smithi149 running (2m) 8s ago 2m 47.4M 954M 19.3.0-4885-g3a5e3f16 d6d839bc8a4b eeab15bd9ebe 2024-09-10T04:26:40.820 INFO:teuthology.orchestra.run.smithi047.stdout:osd.1 smithi047 running (2m) 7s ago 2m 39.6M 3005M 19.3.0-4885-g3a5e3f16 d6d839bc8a4b 1e99d1b732a7 2024-09-10T04:26:40.820 INFO:teuthology.orchestra.run.smithi047.stdout:osd.2 smithi149 running (2m) 8s ago 2m 42.3M 954M 19.3.0-4885-g3a5e3f16 d6d839bc8a4b 4900a2654dc1 2024-09-10T04:26:40.820 INFO:teuthology.orchestra.run.smithi047.stdout:osd.3 smithi047 running (2m) 7s ago 2m 45.3M 3005M 19.3.0-4885-g3a5e3f16 d6d839bc8a4b d01e8865e0bc 2024-09-10T04:26:40.820 INFO:teuthology.orchestra.run.smithi047.stdout:osd.4 smithi149 running (2m) 8s ago 2m 44.4M 954M 19.3.0-4885-g3a5e3f16 d6d839bc8a4b 592c50fdec0b 2024-09-10T04:26:40.820 INFO:teuthology.orchestra.run.smithi047.stdout:osd.5 smithi047 running (2m) 7s ago 2m 35.5M 3005M 19.3.0-4885-g3a5e3f16 d6d839bc8a4b 04e1ea33f3a7 2024-09-10T04:26:40.820 INFO:teuthology.orchestra.run.smithi047.stdout:osd.6 smithi149 running (2m) 8s ago 2m 41.7M 954M 19.3.0-4885-g3a5e3f16 d6d839bc8a4b c83d066dfd67 2024-09-10T04:26:40.820 INFO:teuthology.orchestra.run.smithi047.stdout:osd.7 smithi047 running (2m) 7s ago 2m 37.9M 3005M 19.3.0-4885-g3a5e3f16 d6d839bc8a4b 63be94c6dd96 2024-09-10T04:26:40.821 INFO:teuthology.orchestra.run.smithi047.stdout:prometheus.smithi047 smithi047 *:9095 running (3m) 7s ago 4m 42.8M - 2.51.0 1d3b7f56885b 08a01e3acf78 2024-09-10T04:26:41.423 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b165ca24-6f2b-11ef-bcea-c7b262605968 -- bash -c 'ceph orch ls' 2024-09-10T04:26:41.468 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:26:41 smithi047 bash[19880]: cluster 2024-09-10T04:26:39.725807+0000 mgr.smithi047.jescqm (mgr.14203) 202 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:26:41.468 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:26:41 smithi047 bash[19880]: cluster 2024-09-10T04:26:39.725807+0000 mgr.smithi047.jescqm (mgr.14203) 202 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:26:41.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:26:41 smithi149 bash[25108]: cluster 2024-09-10T04:26:39.725807+0000 mgr.smithi047.jescqm (mgr.14203) 202 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:26:41.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:26:41 smithi149 bash[25108]: cluster 2024-09-10T04:26:39.725807+0000 mgr.smithi047.jescqm (mgr.14203) 202 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:26:42.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:26:42 smithi047 bash[19880]: audit 2024-09-10T04:26:40.778839+0000 mgr.smithi047.jescqm (mgr.14203) 203 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:26:42.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:26:42 smithi047 bash[19880]: audit 2024-09-10T04:26:40.778839+0000 mgr.smithi047.jescqm (mgr.14203) 203 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:26:42.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:26:42 smithi149 bash[25108]: audit 2024-09-10T04:26:40.778839+0000 mgr.smithi047.jescqm (mgr.14203) 203 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:26:42.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:26:42 smithi149 bash[25108]: audit 2024-09-10T04:26:40.778839+0000 mgr.smithi047.jescqm (mgr.14203) 203 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:26:43.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:26:43 smithi047 bash[19880]: cluster 2024-09-10T04:26:41.726373+0000 mgr.smithi047.jescqm (mgr.14203) 204 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:26:43.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:26:43 smithi047 bash[19880]: cluster 2024-09-10T04:26:41.726373+0000 mgr.smithi047.jescqm (mgr.14203) 204 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:26:43.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:26:43 smithi149 bash[25108]: cluster 2024-09-10T04:26:41.726373+0000 mgr.smithi047.jescqm (mgr.14203) 204 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:26:43.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:26:43 smithi149 bash[25108]: cluster 2024-09-10T04:26:41.726373+0000 mgr.smithi047.jescqm (mgr.14203) 204 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:26:45.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:26:45 smithi047 bash[19880]: cluster 2024-09-10T04:26:43.727025+0000 mgr.smithi047.jescqm (mgr.14203) 205 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:26:45.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:26:45 smithi047 bash[19880]: cluster 2024-09-10T04:26:43.727025+0000 mgr.smithi047.jescqm (mgr.14203) 205 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:26:45.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:26:45 smithi149 bash[25108]: cluster 2024-09-10T04:26:43.727025+0000 mgr.smithi047.jescqm (mgr.14203) 205 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:26:45.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:26:45 smithi149 bash[25108]: cluster 2024-09-10T04:26:43.727025+0000 mgr.smithi047.jescqm (mgr.14203) 205 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:26:46.273 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/mon.smithi047/config 2024-09-10T04:26:47.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:26:47 smithi047 bash[19880]: cluster 2024-09-10T04:26:45.727601+0000 mgr.smithi047.jescqm (mgr.14203) 206 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:26:47.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:26:47 smithi047 bash[19880]: cluster 2024-09-10T04:26:45.727601+0000 mgr.smithi047.jescqm (mgr.14203) 206 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:26:47.660 INFO:teuthology.orchestra.run.smithi047.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-09-10T04:26:47.660 INFO:teuthology.orchestra.run.smithi047.stdout:alertmanager ?:9093,9094 1/1 14s ago 6m count:1 2024-09-10T04:26:47.660 INFO:teuthology.orchestra.run.smithi047.stdout:ceph-exporter 2/2 14s ago 6m * 2024-09-10T04:26:47.660 INFO:teuthology.orchestra.run.smithi047.stdout:crash 2/2 14s ago 6m * 2024-09-10T04:26:47.660 INFO:teuthology.orchestra.run.smithi047.stdout:grafana ?:3000 1/1 14s ago 6m count:1 2024-09-10T04:26:47.660 INFO:teuthology.orchestra.run.smithi047.stdout:mgr 2/2 14s ago 6m count:2 2024-09-10T04:26:47.660 INFO:teuthology.orchestra.run.smithi047.stdout:mon 2/2 14s ago 4m smithi047:172.21.15.47=smithi047;smithi149:172.21.15.149=smithi149;count:2 2024-09-10T04:26:47.660 INFO:teuthology.orchestra.run.smithi047.stdout:node-exporter ?:9100 2/2 14s ago 6m * 2024-09-10T04:26:47.661 INFO:teuthology.orchestra.run.smithi047.stdout:osd.all-available-devices 8 14s ago 3m * 2024-09-10T04:26:47.661 INFO:teuthology.orchestra.run.smithi047.stdout:prometheus ?:9095 1/1 14s ago 6m count:1 2024-09-10T04:26:47.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:26:47 smithi149 bash[25108]: cluster 2024-09-10T04:26:45.727601+0000 mgr.smithi047.jescqm (mgr.14203) 206 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:26:47.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:26:47 smithi149 bash[25108]: cluster 2024-09-10T04:26:45.727601+0000 mgr.smithi047.jescqm (mgr.14203) 206 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:26:48.273 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b165ca24-6f2b-11ef-bcea-c7b262605968 -- bash -c 'ceph orch host ls' 2024-09-10T04:26:49.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:26:49 smithi047 bash[19880]: audit 2024-09-10T04:26:47.651331+0000 mgr.smithi047.jescqm (mgr.14203) 207 : audit [DBG] from='client.14500 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:26:49.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:26:49 smithi047 bash[19880]: audit 2024-09-10T04:26:47.651331+0000 mgr.smithi047.jescqm (mgr.14203) 207 : audit [DBG] from='client.14500 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:26:49.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:26:49 smithi047 bash[19880]: cluster 2024-09-10T04:26:47.728197+0000 mgr.smithi047.jescqm (mgr.14203) 208 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:26:49.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:26:49 smithi047 bash[19880]: cluster 2024-09-10T04:26:47.728197+0000 mgr.smithi047.jescqm (mgr.14203) 208 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:26:49.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:26:49 smithi047 bash[19880]: audit 2024-09-10T04:26:49.138150+0000 mon.smithi047 (mon.0) 744 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:26:49.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:26:49 smithi047 bash[19880]: audit 2024-09-10T04:26:49.138150+0000 mon.smithi047 (mon.0) 744 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:26:49.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:26:49 smithi149 bash[25108]: audit 2024-09-10T04:26:47.651331+0000 mgr.smithi047.jescqm (mgr.14203) 207 : audit [DBG] from='client.14500 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:26:49.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:26:49 smithi149 bash[25108]: audit 2024-09-10T04:26:47.651331+0000 mgr.smithi047.jescqm (mgr.14203) 207 : audit [DBG] from='client.14500 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:26:49.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:26:49 smithi149 bash[25108]: cluster 2024-09-10T04:26:47.728197+0000 mgr.smithi047.jescqm (mgr.14203) 208 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:26:49.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:26:49 smithi149 bash[25108]: cluster 2024-09-10T04:26:47.728197+0000 mgr.smithi047.jescqm (mgr.14203) 208 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:26:49.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:26:49 smithi149 bash[25108]: audit 2024-09-10T04:26:49.138150+0000 mon.smithi047 (mon.0) 744 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:26:49.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:26:49 smithi149 bash[25108]: audit 2024-09-10T04:26:49.138150+0000 mon.smithi047 (mon.0) 744 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:26:51.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:26:51 smithi047 bash[19880]: cluster 2024-09-10T04:26:49.728738+0000 mgr.smithi047.jescqm (mgr.14203) 209 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:26:51.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:26:51 smithi047 bash[19880]: cluster 2024-09-10T04:26:49.728738+0000 mgr.smithi047.jescqm (mgr.14203) 209 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:26:51.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:26:51 smithi149 bash[25108]: cluster 2024-09-10T04:26:49.728738+0000 mgr.smithi047.jescqm (mgr.14203) 209 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:26:51.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:26:51 smithi149 bash[25108]: cluster 2024-09-10T04:26:49.728738+0000 mgr.smithi047.jescqm (mgr.14203) 209 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:26:53.094 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/mon.smithi047/config 2024-09-10T04:26:53.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:26:53 smithi047 bash[19880]: cluster 2024-09-10T04:26:51.729338+0000 mgr.smithi047.jescqm (mgr.14203) 210 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:26:53.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:26:53 smithi047 bash[19880]: cluster 2024-09-10T04:26:51.729338+0000 mgr.smithi047.jescqm (mgr.14203) 210 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:26:53.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:26:53 smithi149 bash[25108]: cluster 2024-09-10T04:26:51.729338+0000 mgr.smithi047.jescqm (mgr.14203) 210 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:26:53.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:26:53 smithi149 bash[25108]: cluster 2024-09-10T04:26:51.729338+0000 mgr.smithi047.jescqm (mgr.14203) 210 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:26:54.493 INFO:teuthology.orchestra.run.smithi047.stdout:HOST ADDR LABELS STATUS 2024-09-10T04:26:54.493 INFO:teuthology.orchestra.run.smithi047.stdout:smithi047 172.21.15.47 2024-09-10T04:26:54.493 INFO:teuthology.orchestra.run.smithi047.stdout:smithi149 172.21.15.149 2024-09-10T04:26:54.493 INFO:teuthology.orchestra.run.smithi047.stdout:2 hosts in cluster 2024-09-10T04:26:55.080 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b165ca24-6f2b-11ef-bcea-c7b262605968 -- bash -c 'ceph orch device ls' 2024-09-10T04:26:55.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:26:55 smithi047 bash[19880]: cluster 2024-09-10T04:26:53.729968+0000 mgr.smithi047.jescqm (mgr.14203) 211 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:26:55.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:26:55 smithi047 bash[19880]: cluster 2024-09-10T04:26:53.729968+0000 mgr.smithi047.jescqm (mgr.14203) 211 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:26:55.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:26:55 smithi149 bash[25108]: cluster 2024-09-10T04:26:53.729968+0000 mgr.smithi047.jescqm (mgr.14203) 211 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:26:55.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:26:55 smithi149 bash[25108]: cluster 2024-09-10T04:26:53.729968+0000 mgr.smithi047.jescqm (mgr.14203) 211 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:26:56.536 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:26:56 smithi047 bash[19880]: audit 2024-09-10T04:26:54.491596+0000 mgr.smithi047.jescqm (mgr.14203) 212 : audit [DBG] from='client.14504 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:26:56.537 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:26:56 smithi047 bash[19880]: audit 2024-09-10T04:26:54.491596+0000 mgr.smithi047.jescqm (mgr.14203) 212 : audit [DBG] from='client.14504 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:26:56.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:26:56 smithi149 bash[25108]: audit 2024-09-10T04:26:54.491596+0000 mgr.smithi047.jescqm (mgr.14203) 212 : audit [DBG] from='client.14504 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:26:56.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:26:56 smithi149 bash[25108]: audit 2024-09-10T04:26:54.491596+0000 mgr.smithi047.jescqm (mgr.14203) 212 : audit [DBG] from='client.14504 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:26:57.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:26:57 smithi047 bash[19880]: cluster 2024-09-10T04:26:55.730592+0000 mgr.smithi047.jescqm (mgr.14203) 213 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:26:57.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:26:57 smithi047 bash[19880]: cluster 2024-09-10T04:26:55.730592+0000 mgr.smithi047.jescqm (mgr.14203) 213 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:26:57.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:26:57 smithi149 bash[25108]: cluster 2024-09-10T04:26:55.730592+0000 mgr.smithi047.jescqm (mgr.14203) 213 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:26:57.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:26:57 smithi149 bash[25108]: cluster 2024-09-10T04:26:55.730592+0000 mgr.smithi047.jescqm (mgr.14203) 213 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:26:59.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:26:59 smithi047 bash[19880]: cluster 2024-09-10T04:26:57.731225+0000 mgr.smithi047.jescqm (mgr.14203) 214 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:26:59.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:26:59 smithi047 bash[19880]: cluster 2024-09-10T04:26:57.731225+0000 mgr.smithi047.jescqm (mgr.14203) 214 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:26:59.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:26:59 smithi149 bash[25108]: cluster 2024-09-10T04:26:57.731225+0000 mgr.smithi047.jescqm (mgr.14203) 214 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:26:59.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:26:59 smithi149 bash[25108]: cluster 2024-09-10T04:26:57.731225+0000 mgr.smithi047.jescqm (mgr.14203) 214 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:26:59.916 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/mon.smithi047/config 2024-09-10T04:27:01.269 INFO:teuthology.orchestra.run.smithi047.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-09-10T04:27:01.269 INFO:teuthology.orchestra.run.smithi047.stdout:smithi047 /dev/nvme0n1 ssd INTEL_SSDPED1D480GA_PHMB75130022480DGN 447G No 2m ago Has a FileSystem, LVM detected 2024-09-10T04:27:01.269 INFO:teuthology.orchestra.run.smithi047.stdout:smithi047 /dev/nvme1n1 ssd Linux_a0d9857aa29c6e2b4076 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-10T04:27:01.269 INFO:teuthology.orchestra.run.smithi047.stdout:smithi047 /dev/nvme2n1 ssd Linux_37142bd918396a2e2f3c 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-10T04:27:01.269 INFO:teuthology.orchestra.run.smithi047.stdout:smithi047 /dev/nvme3n1 ssd Linux_2ccda60ea465650c8b00 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-10T04:27:01.269 INFO:teuthology.orchestra.run.smithi047.stdout:smithi047 /dev/nvme4n1 ssd Linux_e0cd6ebbe126a4f3689c 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-10T04:27:01.269 INFO:teuthology.orchestra.run.smithi047.stdout:smithi149 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_CVFT623300CK400BGN 372G No 2m ago Has a FileSystem, LVM detected 2024-09-10T04:27:01.270 INFO:teuthology.orchestra.run.smithi047.stdout:smithi149 /dev/nvme1n1 ssd Linux_f94d7ef9b28b91b15708 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-10T04:27:01.270 INFO:teuthology.orchestra.run.smithi047.stdout:smithi149 /dev/nvme2n1 ssd Linux_9e5f9a13e66fe5a27baf 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-10T04:27:01.270 INFO:teuthology.orchestra.run.smithi047.stdout:smithi149 /dev/nvme3n1 ssd Linux_0ba87e2cf7815dbda6fe 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-10T04:27:01.270 INFO:teuthology.orchestra.run.smithi047.stdout:smithi149 /dev/nvme4n1 ssd Linux_39851c05f5052b0890fd 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-10T04:27:01.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:01 smithi047 bash[19880]: cluster 2024-09-10T04:26:59.731826+0000 mgr.smithi047.jescqm (mgr.14203) 215 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:27:01.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:01 smithi047 bash[19880]: cluster 2024-09-10T04:26:59.731826+0000 mgr.smithi047.jescqm (mgr.14203) 215 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:27:01.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:01 smithi149 bash[25108]: cluster 2024-09-10T04:26:59.731826+0000 mgr.smithi047.jescqm (mgr.14203) 215 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:27:01.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:01 smithi149 bash[25108]: cluster 2024-09-10T04:26:59.731826+0000 mgr.smithi047.jescqm (mgr.14203) 215 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:27:01.904 INFO:teuthology.run_tasks:Running task vip... 2024-09-10T04:27:01.919 INFO:tasks.vip:Allocating static IPs for each host... 2024-09-10T04:27:01.919 INFO:tasks.vip:peername 172.21.15.47 2024-09-10T04:27:01.922 INFO:tasks.vip:172.21.15.47 in 172.21.0.0/20, pos 3886 2024-09-10T04:27:01.926 INFO:tasks.vip:smithi047.front.sepia.ceph.com static 10.0.15.47, vnet 10.0.0.0/16 2024-09-10T04:27:01.927 INFO:tasks.vip:VIPs are [IPv4Address('10.0.31.47')] 2024-09-10T04:27:01.927 DEBUG:teuthology.orchestra.run.smithi047:> sudo ip route ls 2024-09-10T04:27:01.939 INFO:teuthology.orchestra.run.smithi047.stdout:default via 172.21.15.254 dev ens1f0 2024-09-10T04:27:01.939 INFO:teuthology.orchestra.run.smithi047.stdout:172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-09-10T04:27:01.939 INFO:teuthology.orchestra.run.smithi047.stdout:172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.47 2024-09-10T04:27:01.940 INFO:tasks.vip:Configuring 10.0.15.47 on smithi047.front.sepia.ceph.com iface ens1f0... 2024-09-10T04:27:01.940 DEBUG:teuthology.orchestra.run.smithi047:> sudo ip addr add 10.0.15.47/16 dev ens1f0 2024-09-10T04:27:01.994 INFO:tasks.vip:peername 172.21.15.149 2024-09-10T04:27:01.997 INFO:tasks.vip:172.21.15.149 in 172.21.0.0/20, pos 3988 2024-09-10T04:27:02.062 INFO:tasks.vip:smithi149.front.sepia.ceph.com static 10.0.15.149, vnet 10.0.0.0/16 2024-09-10T04:27:02.063 DEBUG:teuthology.orchestra.run.smithi149:> sudo ip route ls 2024-09-10T04:27:02.077 INFO:teuthology.orchestra.run.smithi149.stdout:default via 172.21.15.254 dev enp3s0f1 2024-09-10T04:27:02.077 INFO:teuthology.orchestra.run.smithi149.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.149 metric 100 2024-09-10T04:27:02.077 INFO:teuthology.orchestra.run.smithi149.stdout:158.69.67.47 via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.149 metric 100 2024-09-10T04:27:02.077 INFO:teuthology.orchestra.run.smithi149.stdout:172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-09-10T04:27:02.077 INFO:teuthology.orchestra.run.smithi149.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.149 metric 100 2024-09-10T04:27:02.077 INFO:teuthology.orchestra.run.smithi149.stdout:172.21.0.1 dev enp3s0f1 proto dhcp scope link src 172.21.15.149 metric 100 2024-09-10T04:27:02.077 INFO:teuthology.orchestra.run.smithi149.stdout:172.21.0.2 dev enp3s0f1 proto dhcp scope link src 172.21.15.149 metric 100 2024-09-10T04:27:02.077 INFO:teuthology.orchestra.run.smithi149.stdout:172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.149 metric 100 2024-09-10T04:27:02.078 INFO:tasks.vip:Configuring 10.0.15.149 on smithi149.front.sepia.ceph.com iface enp3s0f1... 2024-09-10T04:27:02.078 DEBUG:teuthology.orchestra.run.smithi149:> sudo ip addr add 10.0.15.149/16 dev enp3s0f1 2024-09-10T04:27:02.134 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-10T04:27:02.143 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi047.front.sepia.ceph.com 2024-09-10T04:27:02.143 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b165ca24-6f2b-11ef-bcea-c7b262605968 -- bash -c 'ceph orch device ls --refresh' 2024-09-10T04:27:02.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:02 smithi149 bash[25108]: audit 2024-09-10T04:27:01.266483+0000 mgr.smithi047.jescqm (mgr.14203) 216 : audit [DBG] from='client.14508 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:27:02.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:02 smithi149 bash[25108]: audit 2024-09-10T04:27:01.266483+0000 mgr.smithi047.jescqm (mgr.14203) 216 : audit [DBG] from='client.14508 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:27:02.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:02 smithi047 bash[19880]: audit 2024-09-10T04:27:01.266483+0000 mgr.smithi047.jescqm (mgr.14203) 216 : audit [DBG] from='client.14508 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:27:02.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:02 smithi047 bash[19880]: audit 2024-09-10T04:27:01.266483+0000 mgr.smithi047.jescqm (mgr.14203) 216 : audit [DBG] from='client.14508 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:27:03.541 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:03 smithi047 bash[19880]: cluster 2024-09-10T04:27:01.732518+0000 mgr.smithi047.jescqm (mgr.14203) 217 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:27:03.541 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:03 smithi047 bash[19880]: cluster 2024-09-10T04:27:01.732518+0000 mgr.smithi047.jescqm (mgr.14203) 217 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:27:03.558 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:03 smithi149 bash[25108]: cluster 2024-09-10T04:27:01.732518+0000 mgr.smithi047.jescqm (mgr.14203) 217 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:27:03.558 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:03 smithi149 bash[25108]: cluster 2024-09-10T04:27:01.732518+0000 mgr.smithi047.jescqm (mgr.14203) 217 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:27:04.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:04 smithi047 bash[19880]: audit 2024-09-10T04:27:04.138519+0000 mon.smithi047 (mon.0) 745 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:27:04.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:04 smithi047 bash[19880]: audit 2024-09-10T04:27:04.138519+0000 mon.smithi047 (mon.0) 745 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:27:04.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:04 smithi149 bash[25108]: audit 2024-09-10T04:27:04.138519+0000 mon.smithi047 (mon.0) 745 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:27:04.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:04 smithi149 bash[25108]: audit 2024-09-10T04:27:04.138519+0000 mon.smithi047 (mon.0) 745 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:27:05.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:05 smithi047 bash[19880]: cluster 2024-09-10T04:27:03.733243+0000 mgr.smithi047.jescqm (mgr.14203) 218 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:27:05.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:05 smithi047 bash[19880]: cluster 2024-09-10T04:27:03.733243+0000 mgr.smithi047.jescqm (mgr.14203) 218 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:27:05.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:05 smithi149 bash[25108]: cluster 2024-09-10T04:27:03.733243+0000 mgr.smithi047.jescqm (mgr.14203) 218 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:27:05.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:05 smithi149 bash[25108]: cluster 2024-09-10T04:27:03.733243+0000 mgr.smithi047.jescqm (mgr.14203) 218 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:27:06.970 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/mon.smithi047/config 2024-09-10T04:27:07.622 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:07 smithi047 bash[19880]: cluster 2024-09-10T04:27:05.733960+0000 mgr.smithi047.jescqm (mgr.14203) 219 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:27:07.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:07 smithi047 bash[19880]: cluster 2024-09-10T04:27:05.733960+0000 mgr.smithi047.jescqm (mgr.14203) 219 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:27:07.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:07 smithi149 bash[25108]: cluster 2024-09-10T04:27:05.733960+0000 mgr.smithi047.jescqm (mgr.14203) 219 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:27:07.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:07 smithi149 bash[25108]: cluster 2024-09-10T04:27:05.733960+0000 mgr.smithi047.jescqm (mgr.14203) 219 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:27:08.418 INFO:teuthology.orchestra.run.smithi047.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-09-10T04:27:08.419 INFO:teuthology.orchestra.run.smithi047.stdout:smithi047 /dev/nvme0n1 ssd INTEL_SSDPED1D480GA_PHMB75130022480DGN 447G No 2m ago Has a FileSystem, LVM detected 2024-09-10T04:27:08.419 INFO:teuthology.orchestra.run.smithi047.stdout:smithi047 /dev/nvme1n1 ssd Linux_a0d9857aa29c6e2b4076 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-10T04:27:08.419 INFO:teuthology.orchestra.run.smithi047.stdout:smithi047 /dev/nvme2n1 ssd Linux_37142bd918396a2e2f3c 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-10T04:27:08.419 INFO:teuthology.orchestra.run.smithi047.stdout:smithi047 /dev/nvme3n1 ssd Linux_2ccda60ea465650c8b00 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-10T04:27:08.419 INFO:teuthology.orchestra.run.smithi047.stdout:smithi047 /dev/nvme4n1 ssd Linux_e0cd6ebbe126a4f3689c 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-10T04:27:08.419 INFO:teuthology.orchestra.run.smithi047.stdout:smithi149 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_CVFT623300CK400BGN 372G No 2m ago Has a FileSystem, LVM detected 2024-09-10T04:27:08.419 INFO:teuthology.orchestra.run.smithi047.stdout:smithi149 /dev/nvme1n1 ssd Linux_f94d7ef9b28b91b15708 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-10T04:27:08.419 INFO:teuthology.orchestra.run.smithi047.stdout:smithi149 /dev/nvme2n1 ssd Linux_9e5f9a13e66fe5a27baf 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-10T04:27:08.419 INFO:teuthology.orchestra.run.smithi047.stdout:smithi149 /dev/nvme3n1 ssd Linux_0ba87e2cf7815dbda6fe 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-10T04:27:08.419 INFO:teuthology.orchestra.run.smithi047.stdout:smithi149 /dev/nvme4n1 ssd Linux_39851c05f5052b0890fd 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-10T04:27:09.015 INFO:teuthology.run_tasks:Running task vip.exec... 2024-09-10T04:27:09.024 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi047.front.sepia.ceph.com 2024-09-10T04:27:09.025 DEBUG:teuthology.orchestra.run.smithi047:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-09-10T04:27:09.037 INFO:teuthology.orchestra.run.smithi047.stderr:+ systemctl stop nfs-server 2024-09-10T04:27:09.151 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi149.front.sepia.ceph.com 2024-09-10T04:27:09.151 DEBUG:teuthology.orchestra.run.smithi149:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-09-10T04:27:09.164 INFO:teuthology.orchestra.run.smithi149.stderr:+ systemctl stop nfs-server 2024-09-10T04:27:09.299 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-10T04:27:09.314 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi047.front.sepia.ceph.com 2024-09-10T04:27:09.314 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b165ca24-6f2b-11ef-bcea-c7b262605968 -- bash -c 'ceph fs volume create foofs' 2024-09-10T04:27:09.325 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:09 smithi047 bash[19880]: cluster 2024-09-10T04:27:07.734689+0000 mgr.smithi047.jescqm (mgr.14203) 220 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:27:09.326 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:09 smithi047 bash[19880]: cluster 2024-09-10T04:27:07.734689+0000 mgr.smithi047.jescqm (mgr.14203) 220 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:27:09.326 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:09 smithi047 bash[19880]: audit 2024-09-10T04:27:08.419722+0000 mon.smithi047 (mon.0) 746 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:27:09.326 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:09 smithi047 bash[19880]: audit 2024-09-10T04:27:08.419722+0000 mon.smithi047 (mon.0) 746 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:27:09.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:09 smithi149 bash[25108]: cluster 2024-09-10T04:27:07.734689+0000 mgr.smithi047.jescqm (mgr.14203) 220 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:27:09.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:09 smithi149 bash[25108]: cluster 2024-09-10T04:27:07.734689+0000 mgr.smithi047.jescqm (mgr.14203) 220 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:27:09.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:09 smithi149 bash[25108]: audit 2024-09-10T04:27:08.419722+0000 mon.smithi047 (mon.0) 746 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:27:09.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:09 smithi149 bash[25108]: audit 2024-09-10T04:27:08.419722+0000 mon.smithi047 (mon.0) 746 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:27:10.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:10 smithi047 bash[19880]: audit 2024-09-10T04:27:08.414089+0000 mgr.smithi047.jescqm (mgr.14203) 221 : audit [DBG] from='client.14512 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:27:10.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:10 smithi047 bash[19880]: audit 2024-09-10T04:27:08.414089+0000 mgr.smithi047.jescqm (mgr.14203) 221 : audit [DBG] from='client.14512 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:27:10.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:10 smithi149 bash[25108]: audit 2024-09-10T04:27:08.414089+0000 mgr.smithi047.jescqm (mgr.14203) 221 : audit [DBG] from='client.14512 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:27:10.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:10 smithi149 bash[25108]: audit 2024-09-10T04:27:08.414089+0000 mgr.smithi047.jescqm (mgr.14203) 221 : audit [DBG] from='client.14512 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:27:11.622 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:11 smithi047 bash[19880]: cluster 2024-09-10T04:27:09.735307+0000 mgr.smithi047.jescqm (mgr.14203) 222 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:27:11.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:11 smithi047 bash[19880]: cluster 2024-09-10T04:27:09.735307+0000 mgr.smithi047.jescqm (mgr.14203) 222 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:27:11.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:11 smithi149 bash[25108]: cluster 2024-09-10T04:27:09.735307+0000 mgr.smithi047.jescqm (mgr.14203) 222 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:27:11.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:11 smithi149 bash[25108]: cluster 2024-09-10T04:27:09.735307+0000 mgr.smithi047.jescqm (mgr.14203) 222 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:27:13.498 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/mon.smithi047/config 2024-09-10T04:27:13.598 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:13 smithi047 bash[19880]: cluster 2024-09-10T04:27:11.735823+0000 mgr.smithi047.jescqm (mgr.14203) 223 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:27:13.598 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:13 smithi047 bash[19880]: cluster 2024-09-10T04:27:11.735823+0000 mgr.smithi047.jescqm (mgr.14203) 223 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:27:13.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:13 smithi149 bash[25108]: cluster 2024-09-10T04:27:11.735823+0000 mgr.smithi047.jescqm (mgr.14203) 223 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:27:13.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:13 smithi149 bash[25108]: cluster 2024-09-10T04:27:11.735823+0000 mgr.smithi047.jescqm (mgr.14203) 223 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:27:15.372 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:14 smithi047 bash[19880]: cluster 2024-09-10T04:27:13.736198+0000 mgr.smithi047.jescqm (mgr.14203) 224 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:27:15.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:14 smithi047 bash[19880]: cluster 2024-09-10T04:27:13.736198+0000 mgr.smithi047.jescqm (mgr.14203) 224 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:27:15.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:14 smithi047 bash[19880]: audit 2024-09-10T04:27:13.962425+0000 mon.smithi047 (mon.0) 747 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:15.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:14 smithi047 bash[19880]: audit 2024-09-10T04:27:13.962425+0000 mon.smithi047 (mon.0) 747 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:15.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:14 smithi047 bash[19880]: audit 2024-09-10T04:27:13.967387+0000 mon.smithi047 (mon.0) 748 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:15.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:14 smithi047 bash[19880]: audit 2024-09-10T04:27:13.967387+0000 mon.smithi047 (mon.0) 748 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:15.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:14 smithi047 bash[19880]: audit 2024-09-10T04:27:14.390472+0000 mon.smithi047 (mon.0) 749 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:15.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:14 smithi047 bash[19880]: audit 2024-09-10T04:27:14.390472+0000 mon.smithi047 (mon.0) 749 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:15.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:14 smithi047 bash[19880]: audit 2024-09-10T04:27:14.395447+0000 mon.smithi047 (mon.0) 750 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:15.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:14 smithi047 bash[19880]: audit 2024-09-10T04:27:14.395447+0000 mon.smithi047 (mon.0) 750 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:15.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:14 smithi047 bash[19880]: audit 2024-09-10T04:27:14.455845+0000 mon.smithi047 (mon.0) 751 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:15.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:14 smithi047 bash[19880]: audit 2024-09-10T04:27:14.455845+0000 mon.smithi047 (mon.0) 751 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:15.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:14 smithi047 bash[19880]: audit 2024-09-10T04:27:14.464085+0000 mon.smithi047 (mon.0) 752 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:15.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:14 smithi047 bash[19880]: audit 2024-09-10T04:27:14.464085+0000 mon.smithi047 (mon.0) 752 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:15.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:14 smithi047 bash[19880]: audit 2024-09-10T04:27:14.891296+0000 mon.smithi047 (mon.0) 753 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:15.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:14 smithi047 bash[19880]: audit 2024-09-10T04:27:14.891296+0000 mon.smithi047 (mon.0) 753 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:15.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:14 smithi047 bash[19880]: audit 2024-09-10T04:27:14.896451+0000 mon.smithi047 (mon.0) 754 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:15.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:14 smithi047 bash[19880]: audit 2024-09-10T04:27:14.896451+0000 mon.smithi047 (mon.0) 754 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:15.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:14 smithi149 bash[25108]: cluster 2024-09-10T04:27:13.736198+0000 mgr.smithi047.jescqm (mgr.14203) 224 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:27:15.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:14 smithi149 bash[25108]: cluster 2024-09-10T04:27:13.736198+0000 mgr.smithi047.jescqm (mgr.14203) 224 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:27:15.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:14 smithi149 bash[25108]: audit 2024-09-10T04:27:13.962425+0000 mon.smithi047 (mon.0) 747 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:15.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:14 smithi149 bash[25108]: audit 2024-09-10T04:27:13.962425+0000 mon.smithi047 (mon.0) 747 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:15.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:14 smithi149 bash[25108]: audit 2024-09-10T04:27:13.967387+0000 mon.smithi047 (mon.0) 748 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:15.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:14 smithi149 bash[25108]: audit 2024-09-10T04:27:13.967387+0000 mon.smithi047 (mon.0) 748 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:15.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:14 smithi149 bash[25108]: audit 2024-09-10T04:27:14.390472+0000 mon.smithi047 (mon.0) 749 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:15.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:14 smithi149 bash[25108]: audit 2024-09-10T04:27:14.390472+0000 mon.smithi047 (mon.0) 749 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:15.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:14 smithi149 bash[25108]: audit 2024-09-10T04:27:14.395447+0000 mon.smithi047 (mon.0) 750 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:15.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:14 smithi149 bash[25108]: audit 2024-09-10T04:27:14.395447+0000 mon.smithi047 (mon.0) 750 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:15.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:14 smithi149 bash[25108]: audit 2024-09-10T04:27:14.455845+0000 mon.smithi047 (mon.0) 751 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:15.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:14 smithi149 bash[25108]: audit 2024-09-10T04:27:14.455845+0000 mon.smithi047 (mon.0) 751 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:15.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:14 smithi149 bash[25108]: audit 2024-09-10T04:27:14.464085+0000 mon.smithi047 (mon.0) 752 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:15.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:14 smithi149 bash[25108]: audit 2024-09-10T04:27:14.464085+0000 mon.smithi047 (mon.0) 752 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:15.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:14 smithi149 bash[25108]: audit 2024-09-10T04:27:14.891296+0000 mon.smithi047 (mon.0) 753 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:15.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:14 smithi149 bash[25108]: audit 2024-09-10T04:27:14.891296+0000 mon.smithi047 (mon.0) 753 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:15.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:14 smithi149 bash[25108]: audit 2024-09-10T04:27:14.896451+0000 mon.smithi047 (mon.0) 754 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:15.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:14 smithi149 bash[25108]: audit 2024-09-10T04:27:14.896451+0000 mon.smithi047 (mon.0) 754 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:16.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:15 smithi047 bash[19880]: audit 2024-09-10T04:27:14.973510+0000 mgr.smithi047.jescqm (mgr.14203) 225 : audit [DBG] from='client.14516 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:27:16.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:15 smithi047 bash[19880]: audit 2024-09-10T04:27:14.973510+0000 mgr.smithi047.jescqm (mgr.14203) 225 : audit [DBG] from='client.14516 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:27:16.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:15 smithi047 bash[19880]: audit 2024-09-10T04:27:14.974485+0000 mon.smithi047 (mon.0) 755 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd pool create", "pool": "cephfs.foofs.meta"} : dispatch 2024-09-10T04:27:16.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:15 smithi047 bash[19880]: audit 2024-09-10T04:27:14.974485+0000 mon.smithi047 (mon.0) 755 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd pool create", "pool": "cephfs.foofs.meta"} : dispatch 2024-09-10T04:27:16.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:15 smithi149 bash[25108]: audit 2024-09-10T04:27:14.973510+0000 mgr.smithi047.jescqm (mgr.14203) 225 : audit [DBG] from='client.14516 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:27:16.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:15 smithi149 bash[25108]: audit 2024-09-10T04:27:14.973510+0000 mgr.smithi047.jescqm (mgr.14203) 225 : audit [DBG] from='client.14516 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:27:16.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:15 smithi149 bash[25108]: audit 2024-09-10T04:27:14.974485+0000 mon.smithi047 (mon.0) 755 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd pool create", "pool": "cephfs.foofs.meta"} : dispatch 2024-09-10T04:27:16.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:15 smithi149 bash[25108]: audit 2024-09-10T04:27:14.974485+0000 mon.smithi047 (mon.0) 755 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd pool create", "pool": "cephfs.foofs.meta"} : dispatch 2024-09-10T04:27:17.247 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:16 smithi047 bash[19880]: cluster 2024-09-10T04:27:15.736713+0000 mgr.smithi047.jescqm (mgr.14203) 226 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:27:17.247 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:16 smithi047 bash[19880]: cluster 2024-09-10T04:27:15.736713+0000 mgr.smithi047.jescqm (mgr.14203) 226 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:27:17.248 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:16 smithi047 bash[19880]: audit 2024-09-10T04:27:15.973669+0000 mon.smithi047 (mon.0) 756 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-09-10T04:27:17.248 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:16 smithi047 bash[19880]: audit 2024-09-10T04:27:15.973669+0000 mon.smithi047 (mon.0) 756 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-09-10T04:27:17.248 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:16 smithi047 bash[19880]: cluster 2024-09-10T04:27:15.978452+0000 mon.smithi047 (mon.0) 757 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2024-09-10T04:27:17.248 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:16 smithi047 bash[19880]: cluster 2024-09-10T04:27:15.978452+0000 mon.smithi047 (mon.0) 757 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2024-09-10T04:27:17.248 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:16 smithi047 bash[19880]: audit 2024-09-10T04:27:15.980943+0000 mon.smithi047 (mon.0) 758 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"} : dispatch 2024-09-10T04:27:17.248 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:16 smithi047 bash[19880]: audit 2024-09-10T04:27:15.980943+0000 mon.smithi047 (mon.0) 758 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"} : dispatch 2024-09-10T04:27:17.248 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:17 smithi047 bash[19880]: debug 2024-09-10T04:27:16.998+0000 7fcbff87a640 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-09-10T04:27:17.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:16 smithi149 bash[25108]: cluster 2024-09-10T04:27:15.736713+0000 mgr.smithi047.jescqm (mgr.14203) 226 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:27:17.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:16 smithi149 bash[25108]: cluster 2024-09-10T04:27:15.736713+0000 mgr.smithi047.jescqm (mgr.14203) 226 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:27:17.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:16 smithi149 bash[25108]: audit 2024-09-10T04:27:15.973669+0000 mon.smithi047 (mon.0) 756 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-09-10T04:27:17.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:16 smithi149 bash[25108]: audit 2024-09-10T04:27:15.973669+0000 mon.smithi047 (mon.0) 756 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-09-10T04:27:17.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:16 smithi149 bash[25108]: cluster 2024-09-10T04:27:15.978452+0000 mon.smithi047 (mon.0) 757 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2024-09-10T04:27:17.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:16 smithi149 bash[25108]: cluster 2024-09-10T04:27:15.978452+0000 mon.smithi047 (mon.0) 757 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2024-09-10T04:27:17.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:16 smithi149 bash[25108]: audit 2024-09-10T04:27:15.980943+0000 mon.smithi047 (mon.0) 758 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"} : dispatch 2024-09-10T04:27:17.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:16 smithi149 bash[25108]: audit 2024-09-10T04:27:15.980943+0000 mon.smithi047 (mon.0) 758 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"} : dispatch 2024-09-10T04:27:17.758 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b165ca24-6f2b-11ef-bcea-c7b262605968 -- bash -c 'ceph nfs cluster create foo --ingress --virtual-ip 10.0.31.47/16 --port 2999' 2024-09-10T04:27:18.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:17 smithi047 bash[19880]: audit 2024-09-10T04:27:16.986031+0000 mon.smithi047 (mon.0) 759 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-09-10T04:27:18.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:17 smithi047 bash[19880]: audit 2024-09-10T04:27:16.986031+0000 mon.smithi047 (mon.0) 759 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-09-10T04:27:18.123 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:17 smithi047 bash[19880]: cluster 2024-09-10T04:27:16.992292+0000 mon.smithi047 (mon.0) 760 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2024-09-10T04:27:18.124 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:17 smithi047 bash[19880]: cluster 2024-09-10T04:27:16.992292+0000 mon.smithi047 (mon.0) 760 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2024-09-10T04:27:18.124 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:17 smithi047 bash[19880]: audit 2024-09-10T04:27:16.999746+0000 mon.smithi047 (mon.0) 761 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"} : dispatch 2024-09-10T04:27:18.124 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:17 smithi047 bash[19880]: audit 2024-09-10T04:27:16.999746+0000 mon.smithi047 (mon.0) 761 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"} : dispatch 2024-09-10T04:27:18.124 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:17 smithi047 bash[19880]: cluster 2024-09-10T04:27:17.001692+0000 mon.smithi047 (mon.0) 762 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-09-10T04:27:18.124 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:17 smithi047 bash[19880]: cluster 2024-09-10T04:27:17.001692+0000 mon.smithi047 (mon.0) 762 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-09-10T04:27:18.124 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:17 smithi047 bash[19880]: cluster 2024-09-10T04:27:17.001913+0000 mon.smithi047 (mon.0) 763 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-09-10T04:27:18.124 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:17 smithi047 bash[19880]: cluster 2024-09-10T04:27:17.001913+0000 mon.smithi047 (mon.0) 763 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-09-10T04:27:18.124 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:17 smithi047 bash[19880]: audit 2024-09-10T04:27:17.006985+0000 mon.smithi047 (mon.0) 764 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-09-10T04:27:18.124 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:17 smithi047 bash[19880]: audit 2024-09-10T04:27:17.006985+0000 mon.smithi047 (mon.0) 764 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-09-10T04:27:18.124 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:17 smithi047 bash[19880]: cluster 2024-09-10T04:27:17.017790+0000 mon.smithi047 (mon.0) 765 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2024-09-10T04:27:18.125 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:17 smithi047 bash[19880]: cluster 2024-09-10T04:27:17.017790+0000 mon.smithi047 (mon.0) 765 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2024-09-10T04:27:18.125 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:17 smithi047 bash[19880]: cluster 2024-09-10T04:27:17.021019+0000 mon.smithi047 (mon.0) 766 : cluster [DBG] fsmap foofs:0 2024-09-10T04:27:18.125 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:17 smithi047 bash[19880]: cluster 2024-09-10T04:27:17.021019+0000 mon.smithi047 (mon.0) 766 : cluster [DBG] fsmap foofs:0 2024-09-10T04:27:18.125 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:17 smithi047 bash[19880]: cephadm 2024-09-10T04:27:17.028295+0000 mgr.smithi047.jescqm (mgr.14203) 227 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2024-09-10T04:27:18.125 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:17 smithi047 bash[19880]: cephadm 2024-09-10T04:27:17.028295+0000 mgr.smithi047.jescqm (mgr.14203) 227 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2024-09-10T04:27:18.125 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:17 smithi047 bash[19880]: audit 2024-09-10T04:27:17.043223+0000 mon.smithi047 (mon.0) 767 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:18.125 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:17 smithi047 bash[19880]: audit 2024-09-10T04:27:17.043223+0000 mon.smithi047 (mon.0) 767 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:18.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:17 smithi149 bash[25108]: audit 2024-09-10T04:27:16.986031+0000 mon.smithi047 (mon.0) 759 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-09-10T04:27:18.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:17 smithi149 bash[25108]: audit 2024-09-10T04:27:16.986031+0000 mon.smithi047 (mon.0) 759 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-09-10T04:27:18.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:17 smithi149 bash[25108]: cluster 2024-09-10T04:27:16.992292+0000 mon.smithi047 (mon.0) 760 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2024-09-10T04:27:18.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:17 smithi149 bash[25108]: cluster 2024-09-10T04:27:16.992292+0000 mon.smithi047 (mon.0) 760 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2024-09-10T04:27:18.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:17 smithi149 bash[25108]: audit 2024-09-10T04:27:16.999746+0000 mon.smithi047 (mon.0) 761 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"} : dispatch 2024-09-10T04:27:18.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:17 smithi149 bash[25108]: audit 2024-09-10T04:27:16.999746+0000 mon.smithi047 (mon.0) 761 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"} : dispatch 2024-09-10T04:27:18.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:17 smithi149 bash[25108]: cluster 2024-09-10T04:27:17.001692+0000 mon.smithi047 (mon.0) 762 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-09-10T04:27:18.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:17 smithi149 bash[25108]: cluster 2024-09-10T04:27:17.001692+0000 mon.smithi047 (mon.0) 762 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-09-10T04:27:18.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:17 smithi149 bash[25108]: cluster 2024-09-10T04:27:17.001913+0000 mon.smithi047 (mon.0) 763 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-09-10T04:27:18.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:17 smithi149 bash[25108]: cluster 2024-09-10T04:27:17.001913+0000 mon.smithi047 (mon.0) 763 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-09-10T04:27:18.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:17 smithi149 bash[25108]: audit 2024-09-10T04:27:17.006985+0000 mon.smithi047 (mon.0) 764 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-09-10T04:27:18.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:17 smithi149 bash[25108]: audit 2024-09-10T04:27:17.006985+0000 mon.smithi047 (mon.0) 764 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-09-10T04:27:18.434 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:17 smithi149 bash[25108]: cluster 2024-09-10T04:27:17.017790+0000 mon.smithi047 (mon.0) 765 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2024-09-10T04:27:18.434 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:17 smithi149 bash[25108]: cluster 2024-09-10T04:27:17.017790+0000 mon.smithi047 (mon.0) 765 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2024-09-10T04:27:18.434 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:17 smithi149 bash[25108]: cluster 2024-09-10T04:27:17.021019+0000 mon.smithi047 (mon.0) 766 : cluster [DBG] fsmap foofs:0 2024-09-10T04:27:18.434 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:17 smithi149 bash[25108]: cluster 2024-09-10T04:27:17.021019+0000 mon.smithi047 (mon.0) 766 : cluster [DBG] fsmap foofs:0 2024-09-10T04:27:18.434 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:17 smithi149 bash[25108]: cephadm 2024-09-10T04:27:17.028295+0000 mgr.smithi047.jescqm (mgr.14203) 227 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2024-09-10T04:27:18.434 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:17 smithi149 bash[25108]: cephadm 2024-09-10T04:27:17.028295+0000 mgr.smithi047.jescqm (mgr.14203) 227 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2024-09-10T04:27:18.434 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:17 smithi149 bash[25108]: audit 2024-09-10T04:27:17.043223+0000 mon.smithi047 (mon.0) 767 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:18.434 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:17 smithi149 bash[25108]: audit 2024-09-10T04:27:17.043223+0000 mon.smithi047 (mon.0) 767 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:19.372 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:19 smithi047 bash[19880]: cluster 2024-09-10T04:27:17.737159+0000 mgr.smithi047.jescqm (mgr.14203) 228 : cluster [DBG] pgmap v186: 65 pgs: 8 creating+peering, 56 unknown, 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:27:19.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:19 smithi047 bash[19880]: cluster 2024-09-10T04:27:17.737159+0000 mgr.smithi047.jescqm (mgr.14203) 228 : cluster [DBG] pgmap v186: 65 pgs: 8 creating+peering, 56 unknown, 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:27:19.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:19 smithi047 bash[19880]: cluster 2024-09-10T04:27:18.015105+0000 mon.smithi047 (mon.0) 768 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2024-09-10T04:27:19.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:19 smithi047 bash[19880]: cluster 2024-09-10T04:27:18.015105+0000 mon.smithi047 (mon.0) 768 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2024-09-10T04:27:19.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:19 smithi149 bash[25108]: cluster 2024-09-10T04:27:17.737159+0000 mgr.smithi047.jescqm (mgr.14203) 228 : cluster [DBG] pgmap v186: 65 pgs: 8 creating+peering, 56 unknown, 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:27:19.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:19 smithi149 bash[25108]: cluster 2024-09-10T04:27:17.737159+0000 mgr.smithi047.jescqm (mgr.14203) 228 : cluster [DBG] pgmap v186: 65 pgs: 8 creating+peering, 56 unknown, 1 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:27:19.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:19 smithi149 bash[25108]: cluster 2024-09-10T04:27:18.015105+0000 mon.smithi047 (mon.0) 768 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2024-09-10T04:27:19.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:19 smithi149 bash[25108]: cluster 2024-09-10T04:27:18.015105+0000 mon.smithi047 (mon.0) 768 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2024-09-10T04:27:20.372 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:20 smithi047 bash[19880]: cluster 2024-09-10T04:27:19.024500+0000 mon.smithi047 (mon.0) 769 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2024-09-10T04:27:20.372 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:20 smithi047 bash[19880]: cluster 2024-09-10T04:27:19.024500+0000 mon.smithi047 (mon.0) 769 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2024-09-10T04:27:20.372 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:20 smithi047 bash[19880]: audit 2024-09-10T04:27:19.144936+0000 mon.smithi047 (mon.0) 770 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:20.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:20 smithi047 bash[19880]: audit 2024-09-10T04:27:19.144936+0000 mon.smithi047 (mon.0) 770 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:20.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:20 smithi047 bash[19880]: audit 2024-09-10T04:27:19.146826+0000 mon.smithi047 (mon.0) 771 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:27:20.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:20 smithi047 bash[19880]: audit 2024-09-10T04:27:19.146826+0000 mon.smithi047 (mon.0) 771 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:27:20.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:20 smithi149 bash[25108]: cluster 2024-09-10T04:27:19.024500+0000 mon.smithi047 (mon.0) 769 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2024-09-10T04:27:20.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:20 smithi149 bash[25108]: cluster 2024-09-10T04:27:19.024500+0000 mon.smithi047 (mon.0) 769 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2024-09-10T04:27:20.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:20 smithi149 bash[25108]: audit 2024-09-10T04:27:19.144936+0000 mon.smithi047 (mon.0) 770 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:20.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:20 smithi149 bash[25108]: audit 2024-09-10T04:27:19.144936+0000 mon.smithi047 (mon.0) 770 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:20.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:20 smithi149 bash[25108]: audit 2024-09-10T04:27:19.146826+0000 mon.smithi047 (mon.0) 771 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:27:20.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:20 smithi149 bash[25108]: audit 2024-09-10T04:27:19.146826+0000 mon.smithi047 (mon.0) 771 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:27:21.418 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:21 smithi047 bash[19880]: cluster 2024-09-10T04:27:19.737809+0000 mgr.smithi047.jescqm (mgr.14203) 229 : cluster [DBG] pgmap v189: 65 pgs: 13 creating+peering, 16 unknown, 36 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:27:21.419 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:21 smithi047 bash[19880]: cluster 2024-09-10T04:27:19.737809+0000 mgr.smithi047.jescqm (mgr.14203) 229 : cluster [DBG] pgmap v189: 65 pgs: 13 creating+peering, 16 unknown, 36 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:27:21.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:21 smithi149 bash[25108]: cluster 2024-09-10T04:27:19.737809+0000 mgr.smithi047.jescqm (mgr.14203) 229 : cluster [DBG] pgmap v189: 65 pgs: 13 creating+peering, 16 unknown, 36 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:27:21.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:21 smithi149 bash[25108]: cluster 2024-09-10T04:27:19.737809+0000 mgr.smithi047.jescqm (mgr.14203) 229 : cluster [DBG] pgmap v189: 65 pgs: 13 creating+peering, 16 unknown, 36 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:27:22.572 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/mon.smithi047/config 2024-09-10T04:27:23.409 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:23 smithi047 bash[19880]: cluster 2024-09-10T04:27:21.738495+0000 mgr.smithi047.jescqm (mgr.14203) 230 : cluster [DBG] pgmap v190: 65 pgs: 13 creating+peering, 9 unknown, 43 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:27:23.410 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:23 smithi047 bash[19880]: cluster 2024-09-10T04:27:21.738495+0000 mgr.smithi047.jescqm (mgr.14203) 230 : cluster [DBG] pgmap v190: 65 pgs: 13 creating+peering, 9 unknown, 43 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:27:23.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:23 smithi149 bash[25108]: cluster 2024-09-10T04:27:21.738495+0000 mgr.smithi047.jescqm (mgr.14203) 230 : cluster [DBG] pgmap v190: 65 pgs: 13 creating+peering, 9 unknown, 43 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:27:23.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:23 smithi149 bash[25108]: cluster 2024-09-10T04:27:21.738495+0000 mgr.smithi047.jescqm (mgr.14203) 230 : cluster [DBG] pgmap v190: 65 pgs: 13 creating+peering, 9 unknown, 43 active+clean; 577 KiB data, 236 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:27:25.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:25 smithi149 bash[25108]: cluster 2024-09-10T04:27:23.739120+0000 mgr.smithi047.jescqm (mgr.14203) 231 : cluster [DBG] pgmap v191: 65 pgs: 65 active+clean; 577 KiB data, 237 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:27:25.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:25 smithi149 bash[25108]: cluster 2024-09-10T04:27:23.739120+0000 mgr.smithi047.jescqm (mgr.14203) 231 : cluster [DBG] pgmap v191: 65 pgs: 65 active+clean; 577 KiB data, 237 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:27:25.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:25 smithi149 bash[25108]: audit 2024-09-10T04:27:24.354108+0000 mon.smithi047 (mon.0) 772 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true} : dispatch 2024-09-10T04:27:25.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:25 smithi149 bash[25108]: audit 2024-09-10T04:27:24.354108+0000 mon.smithi047 (mon.0) 772 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true} : dispatch 2024-09-10T04:27:25.622 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:25 smithi047 bash[19880]: cluster 2024-09-10T04:27:23.739120+0000 mgr.smithi047.jescqm (mgr.14203) 231 : cluster [DBG] pgmap v191: 65 pgs: 65 active+clean; 577 KiB data, 237 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:27:25.622 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:25 smithi047 bash[19880]: cluster 2024-09-10T04:27:23.739120+0000 mgr.smithi047.jescqm (mgr.14203) 231 : cluster [DBG] pgmap v191: 65 pgs: 65 active+clean; 577 KiB data, 237 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:27:25.622 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:25 smithi047 bash[19880]: audit 2024-09-10T04:27:24.354108+0000 mon.smithi047 (mon.0) 772 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true} : dispatch 2024-09-10T04:27:25.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:25 smithi047 bash[19880]: audit 2024-09-10T04:27:24.354108+0000 mon.smithi047 (mon.0) 772 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true} : dispatch 2024-09-10T04:27:26.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:26 smithi047 bash[19880]: audit 2024-09-10T04:27:24.351859+0000 mgr.smithi047.jescqm (mgr.14203) 232 : audit [DBG] from='client.14520 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.47/16", "port": 2999, "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:27:26.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:26 smithi047 bash[19880]: audit 2024-09-10T04:27:24.351859+0000 mgr.smithi047.jescqm (mgr.14203) 232 : audit [DBG] from='client.14520 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.47/16", "port": 2999, "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:27:26.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:26 smithi047 bash[19880]: audit 2024-09-10T04:27:25.160884+0000 mon.smithi047 (mon.0) 773 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd='[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]': finished 2024-09-10T04:27:26.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:26 smithi047 bash[19880]: audit 2024-09-10T04:27:25.160884+0000 mon.smithi047 (mon.0) 773 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd='[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]': finished 2024-09-10T04:27:26.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:26 smithi047 bash[19880]: cluster 2024-09-10T04:27:25.164599+0000 mon.smithi047 (mon.0) 774 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2024-09-10T04:27:26.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:26 smithi047 bash[19880]: cluster 2024-09-10T04:27:25.164599+0000 mon.smithi047 (mon.0) 774 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2024-09-10T04:27:26.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:26 smithi047 bash[19880]: audit 2024-09-10T04:27:25.166021+0000 mon.smithi047 (mon.0) 775 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"} : dispatch 2024-09-10T04:27:26.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:26 smithi047 bash[19880]: audit 2024-09-10T04:27:25.166021+0000 mon.smithi047 (mon.0) 775 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"} : dispatch 2024-09-10T04:27:26.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:26 smithi047 bash[19880]: audit 2024-09-10T04:27:25.380115+0000 mon.smithi047 (mon.0) 776 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:26.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:26 smithi047 bash[19880]: audit 2024-09-10T04:27:25.380115+0000 mon.smithi047 (mon.0) 776 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:26.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:26 smithi047 bash[19880]: audit 2024-09-10T04:27:25.386509+0000 mon.smithi047 (mon.0) 777 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:26.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:26 smithi047 bash[19880]: audit 2024-09-10T04:27:25.386509+0000 mon.smithi047 (mon.0) 777 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:26.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:26 smithi149 bash[25108]: audit 2024-09-10T04:27:24.351859+0000 mgr.smithi047.jescqm (mgr.14203) 232 : audit [DBG] from='client.14520 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.47/16", "port": 2999, "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:27:26.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:26 smithi149 bash[25108]: audit 2024-09-10T04:27:24.351859+0000 mgr.smithi047.jescqm (mgr.14203) 232 : audit [DBG] from='client.14520 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.47/16", "port": 2999, "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:27:26.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:26 smithi149 bash[25108]: audit 2024-09-10T04:27:25.160884+0000 mon.smithi047 (mon.0) 773 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd='[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]': finished 2024-09-10T04:27:26.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:26 smithi149 bash[25108]: audit 2024-09-10T04:27:25.160884+0000 mon.smithi047 (mon.0) 773 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd='[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]': finished 2024-09-10T04:27:26.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:26 smithi149 bash[25108]: cluster 2024-09-10T04:27:25.164599+0000 mon.smithi047 (mon.0) 774 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2024-09-10T04:27:26.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:26 smithi149 bash[25108]: cluster 2024-09-10T04:27:25.164599+0000 mon.smithi047 (mon.0) 774 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2024-09-10T04:27:26.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:26 smithi149 bash[25108]: audit 2024-09-10T04:27:25.166021+0000 mon.smithi047 (mon.0) 775 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"} : dispatch 2024-09-10T04:27:26.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:26 smithi149 bash[25108]: audit 2024-09-10T04:27:25.166021+0000 mon.smithi047 (mon.0) 775 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"} : dispatch 2024-09-10T04:27:26.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:26 smithi149 bash[25108]: audit 2024-09-10T04:27:25.380115+0000 mon.smithi047 (mon.0) 776 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:26.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:26 smithi149 bash[25108]: audit 2024-09-10T04:27:25.380115+0000 mon.smithi047 (mon.0) 776 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:26.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:26 smithi149 bash[25108]: audit 2024-09-10T04:27:25.386509+0000 mon.smithi047 (mon.0) 777 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:26.683 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:26 smithi149 bash[25108]: audit 2024-09-10T04:27:25.386509+0000 mon.smithi047 (mon.0) 777 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:27.104 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b165ca24-6f2b-11ef-bcea-c7b262605968 -- bash -c 'ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake' 2024-09-10T04:27:27.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:27 smithi047 bash[19880]: cluster 2024-09-10T04:27:25.739688+0000 mgr.smithi047.jescqm (mgr.14203) 233 : cluster [DBG] pgmap v193: 97 pgs: 7 creating+peering, 25 unknown, 65 active+clean; 577 KiB data, 237 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:27:27.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:27 smithi047 bash[19880]: cluster 2024-09-10T04:27:25.739688+0000 mgr.smithi047.jescqm (mgr.14203) 233 : cluster [DBG] pgmap v193: 97 pgs: 7 creating+peering, 25 unknown, 65 active+clean; 577 KiB data, 237 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:27:27.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:27 smithi047 bash[19880]: audit 2024-09-10T04:27:26.164044+0000 mon.smithi047 (mon.0) 778 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-09-10T04:27:27.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:27 smithi047 bash[19880]: audit 2024-09-10T04:27:26.164044+0000 mon.smithi047 (mon.0) 778 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-09-10T04:27:27.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:27 smithi047 bash[19880]: cluster 2024-09-10T04:27:26.170496+0000 mon.smithi047 (mon.0) 779 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2024-09-10T04:27:27.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:27 smithi047 bash[19880]: cluster 2024-09-10T04:27:26.170496+0000 mon.smithi047 (mon.0) 779 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2024-09-10T04:27:27.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:27 smithi047 bash[19880]: cephadm 2024-09-10T04:27:26.223516+0000 mgr.smithi047.jescqm (mgr.14203) 234 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2024-09-10T04:27:27.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:27 smithi047 bash[19880]: cephadm 2024-09-10T04:27:26.223516+0000 mgr.smithi047.jescqm (mgr.14203) 234 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2024-09-10T04:27:27.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:27 smithi047 bash[19880]: audit 2024-09-10T04:27:26.227168+0000 mon.smithi047 (mon.0) 780 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:27.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:27 smithi047 bash[19880]: audit 2024-09-10T04:27:26.227168+0000 mon.smithi047 (mon.0) 780 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:27.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:27 smithi047 bash[19880]: cephadm 2024-09-10T04:27:26.229197+0000 mgr.smithi047.jescqm (mgr.14203) 235 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2024-09-10T04:27:27.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:27 smithi047 bash[19880]: cephadm 2024-09-10T04:27:26.229197+0000 mgr.smithi047.jescqm (mgr.14203) 235 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2024-09-10T04:27:27.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:27 smithi047 bash[19880]: audit 2024-09-10T04:27:26.232005+0000 mon.smithi047 (mon.0) 781 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:27.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:27 smithi047 bash[19880]: audit 2024-09-10T04:27:26.232005+0000 mon.smithi047 (mon.0) 781 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:27.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:27 smithi047 bash[19880]: cluster 2024-09-10T04:27:26.384229+0000 mon.smithi047 (mon.0) 782 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-10T04:27:27.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:27 smithi047 bash[19880]: cluster 2024-09-10T04:27:26.384229+0000 mon.smithi047 (mon.0) 782 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-10T04:27:27.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:27 smithi047 bash[19880]: audit 2024-09-10T04:27:26.716135+0000 mon.smithi047 (mon.0) 783 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:27.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:27 smithi047 bash[19880]: audit 2024-09-10T04:27:26.716135+0000 mon.smithi047 (mon.0) 783 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:27.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:27 smithi047 bash[19880]: audit 2024-09-10T04:27:26.728350+0000 mon.smithi047 (mon.0) 784 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:27.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:27 smithi047 bash[19880]: audit 2024-09-10T04:27:26.728350+0000 mon.smithi047 (mon.0) 784 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:27.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:27 smithi047 bash[19880]: audit 2024-09-10T04:27:26.730585+0000 mon.smithi047 (mon.0) 785 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:27:27.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:27 smithi047 bash[19880]: audit 2024-09-10T04:27:26.730585+0000 mon.smithi047 (mon.0) 785 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:27:27.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:27 smithi047 bash[19880]: audit 2024-09-10T04:27:26.732376+0000 mon.smithi047 (mon.0) 786 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:27:27.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:27 smithi047 bash[19880]: audit 2024-09-10T04:27:26.732376+0000 mon.smithi047 (mon.0) 786 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:27:27.375 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:27 smithi047 bash[19880]: audit 2024-09-10T04:27:26.741144+0000 mon.smithi047 (mon.0) 787 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:27.375 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:27 smithi047 bash[19880]: audit 2024-09-10T04:27:26.741144+0000 mon.smithi047 (mon.0) 787 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:27.375 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:27 smithi047 bash[19880]: audit 2024-09-10T04:27:26.747053+0000 mon.smithi047 (mon.0) 788 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-10T04:27:27.375 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:27 smithi047 bash[19880]: audit 2024-09-10T04:27:26.747053+0000 mon.smithi047 (mon.0) 788 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-10T04:27:27.375 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:27 smithi047 bash[19880]: audit 2024-09-10T04:27:26.766806+0000 mon.smithi047 (mon.0) 789 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get-or-create", "entity": "mds.foofs.smithi149.bcmbyk", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2024-09-10T04:27:27.375 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:27 smithi047 bash[19880]: audit 2024-09-10T04:27:26.766806+0000 mon.smithi047 (mon.0) 789 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get-or-create", "entity": "mds.foofs.smithi149.bcmbyk", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2024-09-10T04:27:27.375 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:27 smithi047 bash[19880]: audit 2024-09-10T04:27:26.770231+0000 mon.smithi047 (mon.0) 790 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi149.bcmbyk", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-10T04:27:27.375 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:27 smithi047 bash[19880]: audit 2024-09-10T04:27:26.770231+0000 mon.smithi047 (mon.0) 790 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi149.bcmbyk", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-10T04:27:27.375 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:27 smithi047 bash[19880]: audit 2024-09-10T04:27:26.776126+0000 mon.smithi047 (mon.0) 791 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:27:27.375 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:27 smithi047 bash[19880]: audit 2024-09-10T04:27:26.776126+0000 mon.smithi047 (mon.0) 791 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:27:27.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:27 smithi149 bash[25108]: cluster 2024-09-10T04:27:25.739688+0000 mgr.smithi047.jescqm (mgr.14203) 233 : cluster [DBG] pgmap v193: 97 pgs: 7 creating+peering, 25 unknown, 65 active+clean; 577 KiB data, 237 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:27:27.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:27 smithi149 bash[25108]: cluster 2024-09-10T04:27:25.739688+0000 mgr.smithi047.jescqm (mgr.14203) 233 : cluster [DBG] pgmap v193: 97 pgs: 7 creating+peering, 25 unknown, 65 active+clean; 577 KiB data, 237 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:27:27.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:27 smithi149 bash[25108]: audit 2024-09-10T04:27:26.164044+0000 mon.smithi047 (mon.0) 778 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-09-10T04:27:27.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:27 smithi149 bash[25108]: audit 2024-09-10T04:27:26.164044+0000 mon.smithi047 (mon.0) 778 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-09-10T04:27:27.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:27 smithi149 bash[25108]: cluster 2024-09-10T04:27:26.170496+0000 mon.smithi047 (mon.0) 779 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2024-09-10T04:27:27.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:27 smithi149 bash[25108]: cluster 2024-09-10T04:27:26.170496+0000 mon.smithi047 (mon.0) 779 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2024-09-10T04:27:27.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:27 smithi149 bash[25108]: cephadm 2024-09-10T04:27:26.223516+0000 mgr.smithi047.jescqm (mgr.14203) 234 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2024-09-10T04:27:27.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:27 smithi149 bash[25108]: cephadm 2024-09-10T04:27:26.223516+0000 mgr.smithi047.jescqm (mgr.14203) 234 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2024-09-10T04:27:27.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:27 smithi149 bash[25108]: audit 2024-09-10T04:27:26.227168+0000 mon.smithi047 (mon.0) 780 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:27.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:27 smithi149 bash[25108]: audit 2024-09-10T04:27:26.227168+0000 mon.smithi047 (mon.0) 780 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:27.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:27 smithi149 bash[25108]: cephadm 2024-09-10T04:27:26.229197+0000 mgr.smithi047.jescqm (mgr.14203) 235 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2024-09-10T04:27:27.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:27 smithi149 bash[25108]: cephadm 2024-09-10T04:27:26.229197+0000 mgr.smithi047.jescqm (mgr.14203) 235 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2024-09-10T04:27:27.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:27 smithi149 bash[25108]: audit 2024-09-10T04:27:26.232005+0000 mon.smithi047 (mon.0) 781 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:27.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:27 smithi149 bash[25108]: audit 2024-09-10T04:27:26.232005+0000 mon.smithi047 (mon.0) 781 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:27.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:27 smithi149 bash[25108]: cluster 2024-09-10T04:27:26.384229+0000 mon.smithi047 (mon.0) 782 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-10T04:27:27.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:27 smithi149 bash[25108]: cluster 2024-09-10T04:27:26.384229+0000 mon.smithi047 (mon.0) 782 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-10T04:27:27.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:27 smithi149 bash[25108]: audit 2024-09-10T04:27:26.716135+0000 mon.smithi047 (mon.0) 783 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:27.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:27 smithi149 bash[25108]: audit 2024-09-10T04:27:26.716135+0000 mon.smithi047 (mon.0) 783 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:27.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:27 smithi149 bash[25108]: audit 2024-09-10T04:27:26.728350+0000 mon.smithi047 (mon.0) 784 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:27.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:27 smithi149 bash[25108]: audit 2024-09-10T04:27:26.728350+0000 mon.smithi047 (mon.0) 784 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:27.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:27 smithi149 bash[25108]: audit 2024-09-10T04:27:26.730585+0000 mon.smithi047 (mon.0) 785 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:27:27.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:27 smithi149 bash[25108]: audit 2024-09-10T04:27:26.730585+0000 mon.smithi047 (mon.0) 785 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:27:27.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:27 smithi149 bash[25108]: audit 2024-09-10T04:27:26.732376+0000 mon.smithi047 (mon.0) 786 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:27:27.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:27 smithi149 bash[25108]: audit 2024-09-10T04:27:26.732376+0000 mon.smithi047 (mon.0) 786 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:27:27.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:27 smithi149 bash[25108]: audit 2024-09-10T04:27:26.741144+0000 mon.smithi047 (mon.0) 787 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:27.434 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:27 smithi149 bash[25108]: audit 2024-09-10T04:27:26.741144+0000 mon.smithi047 (mon.0) 787 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:27.434 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:27 smithi149 bash[25108]: audit 2024-09-10T04:27:26.747053+0000 mon.smithi047 (mon.0) 788 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-10T04:27:27.434 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:27 smithi149 bash[25108]: audit 2024-09-10T04:27:26.747053+0000 mon.smithi047 (mon.0) 788 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-10T04:27:27.434 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:27 smithi149 bash[25108]: audit 2024-09-10T04:27:26.766806+0000 mon.smithi047 (mon.0) 789 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get-or-create", "entity": "mds.foofs.smithi149.bcmbyk", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2024-09-10T04:27:27.434 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:27 smithi149 bash[25108]: audit 2024-09-10T04:27:26.766806+0000 mon.smithi047 (mon.0) 789 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get-or-create", "entity": "mds.foofs.smithi149.bcmbyk", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2024-09-10T04:27:27.434 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:27 smithi149 bash[25108]: audit 2024-09-10T04:27:26.770231+0000 mon.smithi047 (mon.0) 790 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi149.bcmbyk", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-10T04:27:27.434 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:27 smithi149 bash[25108]: audit 2024-09-10T04:27:26.770231+0000 mon.smithi047 (mon.0) 790 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi149.bcmbyk", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-10T04:27:27.434 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:27 smithi149 bash[25108]: audit 2024-09-10T04:27:26.776126+0000 mon.smithi047 (mon.0) 791 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:27:27.434 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:27 smithi149 bash[25108]: audit 2024-09-10T04:27:26.776126+0000 mon.smithi047 (mon.0) 791 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:27:28.446 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:28 smithi149 bash[25108]: cephadm 2024-09-10T04:27:26.778405+0000 mgr.smithi047.jescqm (mgr.14203) 236 : cephadm [INF] Deploying daemon mds.foofs.smithi149.bcmbyk on smithi149 2024-09-10T04:27:28.446 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:28 smithi149 bash[25108]: cephadm 2024-09-10T04:27:26.778405+0000 mgr.smithi047.jescqm (mgr.14203) 236 : cephadm [INF] Deploying daemon mds.foofs.smithi149.bcmbyk on smithi149 2024-09-10T04:27:28.446 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:28 smithi149 bash[25108]: cluster 2024-09-10T04:27:27.194339+0000 mon.smithi047 (mon.0) 792 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2024-09-10T04:27:28.446 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:28 smithi149 bash[25108]: cluster 2024-09-10T04:27:27.194339+0000 mon.smithi047 (mon.0) 792 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2024-09-10T04:27:28.622 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:28 smithi047 bash[19880]: cephadm 2024-09-10T04:27:26.778405+0000 mgr.smithi047.jescqm (mgr.14203) 236 : cephadm [INF] Deploying daemon mds.foofs.smithi149.bcmbyk on smithi149 2024-09-10T04:27:28.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:28 smithi047 bash[19880]: cephadm 2024-09-10T04:27:26.778405+0000 mgr.smithi047.jescqm (mgr.14203) 236 : cephadm [INF] Deploying daemon mds.foofs.smithi149.bcmbyk on smithi149 2024-09-10T04:27:28.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:28 smithi047 bash[19880]: cluster 2024-09-10T04:27:27.194339+0000 mon.smithi047 (mon.0) 792 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2024-09-10T04:27:28.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:28 smithi047 bash[19880]: cluster 2024-09-10T04:27:27.194339+0000 mon.smithi047 (mon.0) 792 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2024-09-10T04:27:29.486 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:29 smithi149 bash[25108]: cluster 2024-09-10T04:27:27.740327+0000 mgr.smithi047.jescqm (mgr.14203) 237 : cluster [DBG] pgmap v196: 97 pgs: 7 creating+peering, 14 unknown, 76 active+clean; 577 KiB data, 237 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:27:29.486 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:29 smithi149 bash[25108]: cluster 2024-09-10T04:27:27.740327+0000 mgr.smithi047.jescqm (mgr.14203) 237 : cluster [DBG] pgmap v196: 97 pgs: 7 creating+peering, 14 unknown, 76 active+clean; 577 KiB data, 237 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:27:29.486 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:29 smithi149 bash[25108]: cluster 2024-09-10T04:27:28.189598+0000 mon.smithi047 (mon.0) 793 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-10T04:27:29.486 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:29 smithi149 bash[25108]: cluster 2024-09-10T04:27:28.189598+0000 mon.smithi047 (mon.0) 793 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-10T04:27:29.486 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:29 smithi149 systemd[1]: /etc/systemd/system/ceph-b165ca24-6f2b-11ef-bcea-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-10T04:27:29.622 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:29 smithi047 bash[19880]: cluster 2024-09-10T04:27:27.740327+0000 mgr.smithi047.jescqm (mgr.14203) 237 : cluster [DBG] pgmap v196: 97 pgs: 7 creating+peering, 14 unknown, 76 active+clean; 577 KiB data, 237 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:27:29.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:29 smithi047 bash[19880]: cluster 2024-09-10T04:27:27.740327+0000 mgr.smithi047.jescqm (mgr.14203) 237 : cluster [DBG] pgmap v196: 97 pgs: 7 creating+peering, 14 unknown, 76 active+clean; 577 KiB data, 237 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:27:29.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:29 smithi047 bash[19880]: cluster 2024-09-10T04:27:28.189598+0000 mon.smithi047 (mon.0) 793 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-10T04:27:29.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:29 smithi047 bash[19880]: cluster 2024-09-10T04:27:28.189598+0000 mon.smithi047 (mon.0) 793 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-10T04:27:29.757 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:29 smithi149 systemd[1]: /etc/systemd/system/ceph-b165ca24-6f2b-11ef-bcea-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-10T04:27:30.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:30 smithi047 bash[19880]: cluster 2024-09-10T04:27:29.217691+0000 mon.smithi047 (mon.0) 794 : cluster [DBG] mgrmap e20: smithi047.jescqm(active, since 5m), standbys: smithi149.vwswua 2024-09-10T04:27:30.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:30 smithi047 bash[19880]: cluster 2024-09-10T04:27:29.217691+0000 mon.smithi047 (mon.0) 794 : cluster [DBG] mgrmap e20: smithi047.jescqm(active, since 5m), standbys: smithi149.vwswua 2024-09-10T04:27:30.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:30 smithi047 bash[19880]: audit 2024-09-10T04:27:29.811530+0000 mon.smithi047 (mon.0) 795 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:30.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:30 smithi047 bash[19880]: audit 2024-09-10T04:27:29.811530+0000 mon.smithi047 (mon.0) 795 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:30.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:30 smithi047 bash[19880]: audit 2024-09-10T04:27:29.821416+0000 mon.smithi047 (mon.0) 796 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:30.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:30 smithi047 bash[19880]: audit 2024-09-10T04:27:29.821416+0000 mon.smithi047 (mon.0) 796 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:30.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:30 smithi047 bash[19880]: audit 2024-09-10T04:27:29.829414+0000 mon.smithi047 (mon.0) 797 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:30.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:30 smithi047 bash[19880]: audit 2024-09-10T04:27:29.829414+0000 mon.smithi047 (mon.0) 797 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:30.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:30 smithi047 bash[19880]: audit 2024-09-10T04:27:29.830956+0000 mon.smithi047 (mon.0) 798 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get-or-create", "entity": "mds.foofs.smithi047.pdsyok", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2024-09-10T04:27:30.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:30 smithi047 bash[19880]: audit 2024-09-10T04:27:29.830956+0000 mon.smithi047 (mon.0) 798 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get-or-create", "entity": "mds.foofs.smithi047.pdsyok", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2024-09-10T04:27:30.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:30 smithi047 bash[19880]: audit 2024-09-10T04:27:29.834912+0000 mon.smithi047 (mon.0) 799 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi047.pdsyok", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-10T04:27:30.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:30 smithi047 bash[19880]: audit 2024-09-10T04:27:29.834912+0000 mon.smithi047 (mon.0) 799 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi047.pdsyok", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-10T04:27:30.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:30 smithi047 bash[19880]: audit 2024-09-10T04:27:29.839968+0000 mon.smithi047 (mon.0) 800 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:27:30.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:30 smithi047 bash[19880]: audit 2024-09-10T04:27:29.839968+0000 mon.smithi047 (mon.0) 800 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:27:30.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:30 smithi149 bash[25108]: cluster 2024-09-10T04:27:29.217691+0000 mon.smithi047 (mon.0) 794 : cluster [DBG] mgrmap e20: smithi047.jescqm(active, since 5m), standbys: smithi149.vwswua 2024-09-10T04:27:30.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:30 smithi149 bash[25108]: cluster 2024-09-10T04:27:29.217691+0000 mon.smithi047 (mon.0) 794 : cluster [DBG] mgrmap e20: smithi047.jescqm(active, since 5m), standbys: smithi149.vwswua 2024-09-10T04:27:30.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:30 smithi149 bash[25108]: audit 2024-09-10T04:27:29.811530+0000 mon.smithi047 (mon.0) 795 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:30.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:30 smithi149 bash[25108]: audit 2024-09-10T04:27:29.811530+0000 mon.smithi047 (mon.0) 795 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:30.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:30 smithi149 bash[25108]: audit 2024-09-10T04:27:29.821416+0000 mon.smithi047 (mon.0) 796 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:30.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:30 smithi149 bash[25108]: audit 2024-09-10T04:27:29.821416+0000 mon.smithi047 (mon.0) 796 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:30.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:30 smithi149 bash[25108]: audit 2024-09-10T04:27:29.829414+0000 mon.smithi047 (mon.0) 797 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:30.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:30 smithi149 bash[25108]: audit 2024-09-10T04:27:29.829414+0000 mon.smithi047 (mon.0) 797 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:30.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:30 smithi149 bash[25108]: audit 2024-09-10T04:27:29.830956+0000 mon.smithi047 (mon.0) 798 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get-or-create", "entity": "mds.foofs.smithi047.pdsyok", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2024-09-10T04:27:30.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:30 smithi149 bash[25108]: audit 2024-09-10T04:27:29.830956+0000 mon.smithi047 (mon.0) 798 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get-or-create", "entity": "mds.foofs.smithi047.pdsyok", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2024-09-10T04:27:30.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:30 smithi149 bash[25108]: audit 2024-09-10T04:27:29.834912+0000 mon.smithi047 (mon.0) 799 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi047.pdsyok", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-10T04:27:30.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:30 smithi149 bash[25108]: audit 2024-09-10T04:27:29.834912+0000 mon.smithi047 (mon.0) 799 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi047.pdsyok", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-10T04:27:30.683 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:30 smithi149 bash[25108]: audit 2024-09-10T04:27:29.839968+0000 mon.smithi047 (mon.0) 800 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:27:30.683 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:30 smithi149 bash[25108]: audit 2024-09-10T04:27:29.839968+0000 mon.smithi047 (mon.0) 800 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:27:31.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:31 smithi149 bash[25108]: cluster 2024-09-10T04:27:29.741316+0000 mgr.smithi047.jescqm (mgr.14203) 238 : cluster [DBG] pgmap v197: 97 pgs: 7 creating+peering, 90 active+clean; 577 KiB data, 237 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:27:31.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:31 smithi149 bash[25108]: cluster 2024-09-10T04:27:29.741316+0000 mgr.smithi047.jescqm (mgr.14203) 238 : cluster [DBG] pgmap v197: 97 pgs: 7 creating+peering, 90 active+clean; 577 KiB data, 237 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:27:31.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:31 smithi149 bash[25108]: cephadm 2024-09-10T04:27:29.841913+0000 mgr.smithi047.jescqm (mgr.14203) 239 : cephadm [INF] Deploying daemon mds.foofs.smithi047.pdsyok on smithi047 2024-09-10T04:27:31.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:31 smithi149 bash[25108]: cephadm 2024-09-10T04:27:29.841913+0000 mgr.smithi047.jescqm (mgr.14203) 239 : cephadm [INF] Deploying daemon mds.foofs.smithi047.pdsyok on smithi047 2024-09-10T04:27:31.545 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:31 smithi047 bash[19880]: cluster 2024-09-10T04:27:29.741316+0000 mgr.smithi047.jescqm (mgr.14203) 238 : cluster [DBG] pgmap v197: 97 pgs: 7 creating+peering, 90 active+clean; 577 KiB data, 237 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:27:31.545 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:31 smithi047 bash[19880]: cluster 2024-09-10T04:27:29.741316+0000 mgr.smithi047.jescqm (mgr.14203) 238 : cluster [DBG] pgmap v197: 97 pgs: 7 creating+peering, 90 active+clean; 577 KiB data, 237 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:27:31.545 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:31 smithi047 bash[19880]: cephadm 2024-09-10T04:27:29.841913+0000 mgr.smithi047.jescqm (mgr.14203) 239 : cephadm [INF] Deploying daemon mds.foofs.smithi047.pdsyok on smithi047 2024-09-10T04:27:31.545 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:31 smithi047 bash[19880]: cephadm 2024-09-10T04:27:29.841913+0000 mgr.smithi047.jescqm (mgr.14203) 239 : cephadm [INF] Deploying daemon mds.foofs.smithi047.pdsyok on smithi047 2024-09-10T04:27:31.932 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/mon.smithi047/config 2024-09-10T04:27:32.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:32 smithi047 bash[19880]: cluster 2024-09-10T04:27:31.217124+0000 mon.smithi047 (mon.0) 801 : cluster [DBG] mds.? [v2:172.21.15.149:6832/4276938042,v1:172.21.15.149:6833/4276938042] up:boot 2024-09-10T04:27:32.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:32 smithi047 bash[19880]: cluster 2024-09-10T04:27:31.217124+0000 mon.smithi047 (mon.0) 801 : cluster [DBG] mds.? [v2:172.21.15.149:6832/4276938042,v1:172.21.15.149:6833/4276938042] up:boot 2024-09-10T04:27:32.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:32 smithi047 bash[19880]: cluster 2024-09-10T04:27:31.217268+0000 mon.smithi047 (mon.0) 802 : cluster [INF] daemon mds.foofs.smithi149.bcmbyk assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-09-10T04:27:32.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:32 smithi047 bash[19880]: cluster 2024-09-10T04:27:31.217268+0000 mon.smithi047 (mon.0) 802 : cluster [INF] daemon mds.foofs.smithi149.bcmbyk assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-09-10T04:27:32.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:32 smithi047 bash[19880]: cluster 2024-09-10T04:27:31.217361+0000 mon.smithi047 (mon.0) 803 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-09-10T04:27:32.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:32 smithi047 bash[19880]: cluster 2024-09-10T04:27:31.217361+0000 mon.smithi047 (mon.0) 803 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-09-10T04:27:32.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:32 smithi047 bash[19880]: cluster 2024-09-10T04:27:31.217392+0000 mon.smithi047 (mon.0) 804 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-09-10T04:27:32.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:32 smithi047 bash[19880]: cluster 2024-09-10T04:27:31.217392+0000 mon.smithi047 (mon.0) 804 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-09-10T04:27:32.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:32 smithi047 bash[19880]: cluster 2024-09-10T04:27:31.217415+0000 mon.smithi047 (mon.0) 805 : cluster [INF] Cluster is now healthy 2024-09-10T04:27:32.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:32 smithi047 bash[19880]: cluster 2024-09-10T04:27:31.217415+0000 mon.smithi047 (mon.0) 805 : cluster [INF] Cluster is now healthy 2024-09-10T04:27:32.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:32 smithi047 bash[19880]: cluster 2024-09-10T04:27:31.217781+0000 mon.smithi047 (mon.0) 806 : cluster [DBG] fsmap foofs:0 1 up:standby 2024-09-10T04:27:32.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:32 smithi047 bash[19880]: cluster 2024-09-10T04:27:31.217781+0000 mon.smithi047 (mon.0) 806 : cluster [DBG] fsmap foofs:0 1 up:standby 2024-09-10T04:27:32.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:32 smithi047 bash[19880]: audit 2024-09-10T04:27:31.217981+0000 mon.smithi047 (mon.0) 807 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "mds metadata", "who": "foofs.smithi149.bcmbyk"} : dispatch 2024-09-10T04:27:32.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:32 smithi047 bash[19880]: audit 2024-09-10T04:27:31.217981+0000 mon.smithi047 (mon.0) 807 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "mds metadata", "who": "foofs.smithi149.bcmbyk"} : dispatch 2024-09-10T04:27:32.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:32 smithi047 bash[19880]: cluster 2024-09-10T04:27:31.226035+0000 mon.smithi047 (mon.0) 808 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi149.bcmbyk=up:creating} 2024-09-10T04:27:32.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:32 smithi047 bash[19880]: cluster 2024-09-10T04:27:31.226035+0000 mon.smithi047 (mon.0) 808 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi149.bcmbyk=up:creating} 2024-09-10T04:27:32.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:32 smithi047 bash[19880]: cluster 2024-09-10T04:27:31.253170+0000 mon.smithi047 (mon.0) 809 : cluster [INF] daemon mds.foofs.smithi149.bcmbyk is now active in filesystem foofs as rank 0 2024-09-10T04:27:32.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:32 smithi047 bash[19880]: cluster 2024-09-10T04:27:31.253170+0000 mon.smithi047 (mon.0) 809 : cluster [INF] daemon mds.foofs.smithi149.bcmbyk is now active in filesystem foofs as rank 0 2024-09-10T04:27:32.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:32 smithi149 bash[25108]: cluster 2024-09-10T04:27:31.217124+0000 mon.smithi047 (mon.0) 801 : cluster [DBG] mds.? [v2:172.21.15.149:6832/4276938042,v1:172.21.15.149:6833/4276938042] up:boot 2024-09-10T04:27:32.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:32 smithi149 bash[25108]: cluster 2024-09-10T04:27:31.217124+0000 mon.smithi047 (mon.0) 801 : cluster [DBG] mds.? [v2:172.21.15.149:6832/4276938042,v1:172.21.15.149:6833/4276938042] up:boot 2024-09-10T04:27:32.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:32 smithi149 bash[25108]: cluster 2024-09-10T04:27:31.217268+0000 mon.smithi047 (mon.0) 802 : cluster [INF] daemon mds.foofs.smithi149.bcmbyk assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-09-10T04:27:32.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:32 smithi149 bash[25108]: cluster 2024-09-10T04:27:31.217268+0000 mon.smithi047 (mon.0) 802 : cluster [INF] daemon mds.foofs.smithi149.bcmbyk assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-09-10T04:27:32.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:32 smithi149 bash[25108]: cluster 2024-09-10T04:27:31.217361+0000 mon.smithi047 (mon.0) 803 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-09-10T04:27:32.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:32 smithi149 bash[25108]: cluster 2024-09-10T04:27:31.217361+0000 mon.smithi047 (mon.0) 803 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-09-10T04:27:32.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:32 smithi149 bash[25108]: cluster 2024-09-10T04:27:31.217392+0000 mon.smithi047 (mon.0) 804 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-09-10T04:27:32.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:32 smithi149 bash[25108]: cluster 2024-09-10T04:27:31.217392+0000 mon.smithi047 (mon.0) 804 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-09-10T04:27:32.683 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:32 smithi149 bash[25108]: cluster 2024-09-10T04:27:31.217415+0000 mon.smithi047 (mon.0) 805 : cluster [INF] Cluster is now healthy 2024-09-10T04:27:32.683 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:32 smithi149 bash[25108]: cluster 2024-09-10T04:27:31.217415+0000 mon.smithi047 (mon.0) 805 : cluster [INF] Cluster is now healthy 2024-09-10T04:27:32.683 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:32 smithi149 bash[25108]: cluster 2024-09-10T04:27:31.217781+0000 mon.smithi047 (mon.0) 806 : cluster [DBG] fsmap foofs:0 1 up:standby 2024-09-10T04:27:32.683 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:32 smithi149 bash[25108]: cluster 2024-09-10T04:27:31.217781+0000 mon.smithi047 (mon.0) 806 : cluster [DBG] fsmap foofs:0 1 up:standby 2024-09-10T04:27:32.683 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:32 smithi149 bash[25108]: audit 2024-09-10T04:27:31.217981+0000 mon.smithi047 (mon.0) 807 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "mds metadata", "who": "foofs.smithi149.bcmbyk"} : dispatch 2024-09-10T04:27:32.683 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:32 smithi149 bash[25108]: audit 2024-09-10T04:27:31.217981+0000 mon.smithi047 (mon.0) 807 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "mds metadata", "who": "foofs.smithi149.bcmbyk"} : dispatch 2024-09-10T04:27:32.683 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:32 smithi149 bash[25108]: cluster 2024-09-10T04:27:31.226035+0000 mon.smithi047 (mon.0) 808 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi149.bcmbyk=up:creating} 2024-09-10T04:27:32.683 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:32 smithi149 bash[25108]: cluster 2024-09-10T04:27:31.226035+0000 mon.smithi047 (mon.0) 808 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi149.bcmbyk=up:creating} 2024-09-10T04:27:32.683 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:32 smithi149 bash[25108]: cluster 2024-09-10T04:27:31.253170+0000 mon.smithi047 (mon.0) 809 : cluster [INF] daemon mds.foofs.smithi149.bcmbyk is now active in filesystem foofs as rank 0 2024-09-10T04:27:32.683 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:32 smithi149 bash[25108]: cluster 2024-09-10T04:27:31.253170+0000 mon.smithi047 (mon.0) 809 : cluster [INF] daemon mds.foofs.smithi149.bcmbyk is now active in filesystem foofs as rank 0 2024-09-10T04:27:33.086 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:32 smithi047 systemd[1]: /etc/systemd/system/ceph-b165ca24-6f2b-11ef-bcea-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-10T04:27:33.372 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:33 smithi047 bash[19880]: cluster 2024-09-10T04:27:31.742130+0000 mgr.smithi047.jescqm (mgr.14203) 240 : cluster [DBG] pgmap v198: 97 pgs: 97 active+clean; 577 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-09-10T04:27:33.372 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:33 smithi047 bash[19880]: cluster 2024-09-10T04:27:31.742130+0000 mgr.smithi047.jescqm (mgr.14203) 240 : cluster [DBG] pgmap v198: 97 pgs: 97 active+clean; 577 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-09-10T04:27:33.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:33 smithi047 bash[19880]: cluster 2024-09-10T04:27:32.231477+0000 mon.smithi047 (mon.0) 810 : cluster [DBG] mds.? [v2:172.21.15.149:6832/4276938042,v1:172.21.15.149:6833/4276938042] up:active 2024-09-10T04:27:33.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:33 smithi047 bash[19880]: cluster 2024-09-10T04:27:32.231477+0000 mon.smithi047 (mon.0) 810 : cluster [DBG] mds.? [v2:172.21.15.149:6832/4276938042,v1:172.21.15.149:6833/4276938042] up:active 2024-09-10T04:27:33.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:33 smithi047 bash[19880]: cluster 2024-09-10T04:27:32.231557+0000 mon.smithi047 (mon.0) 811 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi149.bcmbyk=up:active} 2024-09-10T04:27:33.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:33 smithi047 bash[19880]: cluster 2024-09-10T04:27:32.231557+0000 mon.smithi047 (mon.0) 811 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi149.bcmbyk=up:active} 2024-09-10T04:27:33.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:33 smithi047 systemd[1]: /etc/systemd/system/ceph-b165ca24-6f2b-11ef-bcea-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-10T04:27:33.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:33 smithi149 bash[25108]: cluster 2024-09-10T04:27:31.742130+0000 mgr.smithi047.jescqm (mgr.14203) 240 : cluster [DBG] pgmap v198: 97 pgs: 97 active+clean; 577 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-09-10T04:27:33.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:33 smithi149 bash[25108]: cluster 2024-09-10T04:27:31.742130+0000 mgr.smithi047.jescqm (mgr.14203) 240 : cluster [DBG] pgmap v198: 97 pgs: 97 active+clean; 577 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-09-10T04:27:33.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:33 smithi149 bash[25108]: cluster 2024-09-10T04:27:32.231477+0000 mon.smithi047 (mon.0) 810 : cluster [DBG] mds.? [v2:172.21.15.149:6832/4276938042,v1:172.21.15.149:6833/4276938042] up:active 2024-09-10T04:27:33.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:33 smithi149 bash[25108]: cluster 2024-09-10T04:27:32.231477+0000 mon.smithi047 (mon.0) 810 : cluster [DBG] mds.? [v2:172.21.15.149:6832/4276938042,v1:172.21.15.149:6833/4276938042] up:active 2024-09-10T04:27:33.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:33 smithi149 bash[25108]: cluster 2024-09-10T04:27:32.231557+0000 mon.smithi047 (mon.0) 811 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi149.bcmbyk=up:active} 2024-09-10T04:27:33.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:33 smithi149 bash[25108]: cluster 2024-09-10T04:27:32.231557+0000 mon.smithi047 (mon.0) 811 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi149.bcmbyk=up:active} 2024-09-10T04:27:33.839 INFO:teuthology.orchestra.run.smithi047.stdout:{ 2024-09-10T04:27:33.839 INFO:teuthology.orchestra.run.smithi047.stdout: "bind": "/fake", 2024-09-10T04:27:33.839 INFO:teuthology.orchestra.run.smithi047.stdout: "cluster": "foo", 2024-09-10T04:27:33.840 INFO:teuthology.orchestra.run.smithi047.stdout: "fs": "foofs", 2024-09-10T04:27:33.840 INFO:teuthology.orchestra.run.smithi047.stdout: "mode": "RW", 2024-09-10T04:27:33.840 INFO:teuthology.orchestra.run.smithi047.stdout: "path": "/" 2024-09-10T04:27:33.840 INFO:teuthology.orchestra.run.smithi047.stdout:} 2024-09-10T04:27:34.873 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:34 smithi047 bash[19880]: audit 2024-09-10T04:27:33.438728+0000 mon.smithi047 (mon.0) 812 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:34.873 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:34 smithi047 bash[19880]: audit 2024-09-10T04:27:33.438728+0000 mon.smithi047 (mon.0) 812 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:34.873 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:34 smithi047 bash[19880]: audit 2024-09-10T04:27:33.444092+0000 mon.smithi047 (mon.0) 813 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:34.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:34 smithi047 bash[19880]: audit 2024-09-10T04:27:33.444092+0000 mon.smithi047 (mon.0) 813 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:34.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:34 smithi047 bash[19880]: audit 2024-09-10T04:27:33.448642+0000 mon.smithi047 (mon.0) 814 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:34.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:34 smithi047 bash[19880]: audit 2024-09-10T04:27:33.448642+0000 mon.smithi047 (mon.0) 814 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:34.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:34 smithi047 bash[19880]: audit 2024-09-10T04:27:33.453204+0000 mon.smithi047 (mon.0) 815 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:34.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:34 smithi047 bash[19880]: audit 2024-09-10T04:27:33.453204+0000 mon.smithi047 (mon.0) 815 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:34.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:34 smithi047 bash[19880]: audit 2024-09-10T04:27:33.459699+0000 mon.smithi047 (mon.0) 816 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:34.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:34 smithi047 bash[19880]: audit 2024-09-10T04:27:33.459699+0000 mon.smithi047 (mon.0) 816 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:34.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:34 smithi047 bash[19880]: audit 2024-09-10T04:27:33.464362+0000 mon.smithi047 (mon.0) 817 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:34.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:34 smithi047 bash[19880]: audit 2024-09-10T04:27:33.464362+0000 mon.smithi047 (mon.0) 817 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:34.874 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:34 smithi047 bash[19880]: cephadm 2024-09-10T04:27:33.464864+0000 mgr.smithi047.jescqm (mgr.14203) 241 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi047.xdpcpi 2024-09-10T04:27:34.875 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:34 smithi047 bash[19880]: cephadm 2024-09-10T04:27:33.464864+0000 mgr.smithi047.jescqm (mgr.14203) 241 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi047.xdpcpi 2024-09-10T04:27:34.875 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:34 smithi047 bash[19880]: audit 2024-09-10T04:27:33.465116+0000 mon.smithi047 (mon.0) 818 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi047.xdpcpi", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]} : dispatch 2024-09-10T04:27:34.875 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:34 smithi047 bash[19880]: audit 2024-09-10T04:27:33.465116+0000 mon.smithi047 (mon.0) 818 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi047.xdpcpi", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]} : dispatch 2024-09-10T04:27:34.875 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:34 smithi047 bash[19880]: audit 2024-09-10T04:27:33.467137+0000 mon.smithi047 (mon.0) 819 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi047.xdpcpi", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-09-10T04:27:34.875 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:34 smithi047 bash[19880]: audit 2024-09-10T04:27:33.467137+0000 mon.smithi047 (mon.0) 819 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi047.xdpcpi", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-09-10T04:27:34.875 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:34 smithi047 bash[19880]: cephadm 2024-09-10T04:27:33.469471+0000 mgr.smithi047.jescqm (mgr.14203) 242 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-09-10T04:27:34.875 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:34 smithi047 bash[19880]: cephadm 2024-09-10T04:27:33.469471+0000 mgr.smithi047.jescqm (mgr.14203) 242 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-09-10T04:27:34.875 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:34 smithi047 bash[19880]: audit 2024-09-10T04:27:33.469751+0000 mon.smithi047 (mon.0) 820 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 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-10T04:27:34.875 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:34 smithi047 bash[19880]: audit 2024-09-10T04:27:33.469751+0000 mon.smithi047 (mon.0) 820 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 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-10T04:27:34.875 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:34 smithi047 bash[19880]: audit 2024-09-10T04:27:33.471945+0000 mon.smithi047 (mon.0) 821 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 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-10T04:27:34.875 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:34 smithi047 bash[19880]: audit 2024-09-10T04:27:33.471945+0000 mon.smithi047 (mon.0) 821 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 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-10T04:27:34.876 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:34 smithi047 bash[19880]: audit 2024-09-10T04:27:33.474980+0000 mon.smithi047 (mon.0) 822 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:27:34.876 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:34 smithi047 bash[19880]: audit 2024-09-10T04:27:33.474980+0000 mon.smithi047 (mon.0) 822 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:27:34.876 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:34 smithi047 bash[19880]: audit 2024-09-10T04:27:33.530438+0000 mon.smithi047 (mon.0) 823 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"} : dispatch 2024-09-10T04:27:34.876 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:34 smithi047 bash[19880]: audit 2024-09-10T04:27:33.530438+0000 mon.smithi047 (mon.0) 823 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"} : dispatch 2024-09-10T04:27:34.876 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:34 smithi047 bash[19880]: audit 2024-09-10T04:27:33.536759+0000 mon.smithi047 (mon.0) 824 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-09-10T04:27:34.876 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:34 smithi047 bash[19880]: audit 2024-09-10T04:27:33.536759+0000 mon.smithi047 (mon.0) 824 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-09-10T04:27:34.876 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:34 smithi047 bash[19880]: cephadm 2024-09-10T04:27:33.601739+0000 mgr.smithi047.jescqm (mgr.14203) 243 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-09-10T04:27:34.876 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:34 smithi047 bash[19880]: cephadm 2024-09-10T04:27:33.601739+0000 mgr.smithi047.jescqm (mgr.14203) 243 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-09-10T04:27:34.876 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:34 smithi047 bash[19880]: cephadm 2024-09-10T04:27:33.601853+0000 mgr.smithi047.jescqm (mgr.14203) 244 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi047.xdpcpi-rgw 2024-09-10T04:27:34.876 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:34 smithi047 bash[19880]: cephadm 2024-09-10T04:27:33.601853+0000 mgr.smithi047.jescqm (mgr.14203) 244 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi047.xdpcpi-rgw 2024-09-10T04:27:34.877 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:34 smithi047 bash[19880]: audit 2024-09-10T04:27:33.602255+0000 mon.smithi047 (mon.0) 825 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi047.xdpcpi-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]} : dispatch 2024-09-10T04:27:34.877 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:34 smithi047 bash[19880]: audit 2024-09-10T04:27:33.602255+0000 mon.smithi047 (mon.0) 825 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi047.xdpcpi-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]} : dispatch 2024-09-10T04:27:34.877 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:34 smithi047 bash[19880]: audit 2024-09-10T04:27:33.604123+0000 mon.smithi047 (mon.0) 826 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi047.xdpcpi-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-10T04:27:34.877 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:34 smithi047 bash[19880]: audit 2024-09-10T04:27:33.604123+0000 mon.smithi047 (mon.0) 826 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi047.xdpcpi-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-10T04:27:34.877 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:34 smithi047 bash[19880]: cephadm 2024-09-10T04:27:33.606725+0000 mgr.smithi047.jescqm (mgr.14203) 245 : cephadm [WRN] Bind address in nfs.foo.0.0.smithi047.xdpcpi's ganesha conf is defaulting to empty 2024-09-10T04:27:34.877 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:34 smithi047 bash[19880]: cephadm 2024-09-10T04:27:33.606725+0000 mgr.smithi047.jescqm (mgr.14203) 245 : cephadm [WRN] Bind address in nfs.foo.0.0.smithi047.xdpcpi's ganesha conf is defaulting to empty 2024-09-10T04:27:34.878 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:34 smithi047 bash[19880]: audit 2024-09-10T04:27:33.611958+0000 mon.smithi047 (mon.0) 827 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:27:34.878 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:34 smithi047 bash[19880]: audit 2024-09-10T04:27:33.611958+0000 mon.smithi047 (mon.0) 827 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:27:34.878 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:34 smithi047 bash[19880]: cephadm 2024-09-10T04:27:33.613216+0000 mgr.smithi047.jescqm (mgr.14203) 246 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi047.xdpcpi on smithi047 2024-09-10T04:27:34.878 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:34 smithi047 bash[19880]: cephadm 2024-09-10T04:27:33.613216+0000 mgr.smithi047.jescqm (mgr.14203) 246 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi047.xdpcpi on smithi047 2024-09-10T04:27:34.878 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:34 smithi047 bash[19880]: cluster 2024-09-10T04:27:33.743641+0000 mgr.smithi047.jescqm (mgr.14203) 247 : cluster [DBG] pgmap v199: 97 pgs: 97 active+clean; 579 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 639 B/s wr, 4 op/s 2024-09-10T04:27:34.878 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:34 smithi047 bash[19880]: cluster 2024-09-10T04:27:33.743641+0000 mgr.smithi047.jescqm (mgr.14203) 247 : cluster [DBG] pgmap v199: 97 pgs: 97 active+clean; 579 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 639 B/s wr, 4 op/s 2024-09-10T04:27:34.878 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:34 smithi047 bash[19880]: audit 2024-09-10T04:27:33.759829+0000 mgr.smithi047.jescqm (mgr.14203) 248 : audit [DBG] from='client.14530 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:27:34.878 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:34 smithi047 bash[19880]: audit 2024-09-10T04:27:33.759829+0000 mgr.smithi047.jescqm (mgr.14203) 248 : audit [DBG] from='client.14530 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:27:34.878 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:34 smithi047 bash[19880]: audit 2024-09-10T04:27:33.829360+0000 mon.smithi047 (mon.0) 828 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get-or-create", "entity": "client.nfs.foo.foofs.94ac2614", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"} : dispatch 2024-09-10T04:27:34.878 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:34 smithi047 bash[19880]: audit 2024-09-10T04:27:33.829360+0000 mon.smithi047 (mon.0) 828 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get-or-create", "entity": "client.nfs.foo.foofs.94ac2614", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"} : dispatch 2024-09-10T04:27:34.878 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:34 smithi047 bash[19880]: audit 2024-09-10T04:27:33.831164+0000 mon.smithi047 (mon.0) 829 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.foofs.94ac2614", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]': finished 2024-09-10T04:27:34.878 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:34 smithi047 bash[19880]: audit 2024-09-10T04:27:33.831164+0000 mon.smithi047 (mon.0) 829 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.foofs.94ac2614", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]': finished 2024-09-10T04:27:34.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:34 smithi047 bash[19880]: audit 2024-09-10T04:27:33.834185+0000 mon.smithi047 (mon.0) 830 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get-or-create", "entity": "client.nfs.foo.foofs.94ac2614", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"} : dispatch 2024-09-10T04:27:34.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:34 smithi047 bash[19880]: audit 2024-09-10T04:27:33.834185+0000 mon.smithi047 (mon.0) 830 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get-or-create", "entity": "client.nfs.foo.foofs.94ac2614", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"} : dispatch 2024-09-10T04:27:34.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:34 smithi047 bash[19880]: audit 2024-09-10T04:27:33.972805+0000 mon.smithi047 (mon.0) 831 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:34.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:34 smithi047 bash[19880]: audit 2024-09-10T04:27:33.972805+0000 mon.smithi047 (mon.0) 831 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:34.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:34 smithi047 bash[19880]: audit 2024-09-10T04:27:34.142238+0000 mon.smithi047 (mon.0) 832 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:34.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:34 smithi047 bash[19880]: audit 2024-09-10T04:27:34.142238+0000 mon.smithi047 (mon.0) 832 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:34.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:34 smithi047 bash[19880]: audit 2024-09-10T04:27:34.143016+0000 mon.smithi047 (mon.0) 833 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:27:34.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:34 smithi047 bash[19880]: audit 2024-09-10T04:27:34.143016+0000 mon.smithi047 (mon.0) 833 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:27:34.932 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:34 smithi149 bash[25108]: audit 2024-09-10T04:27:33.438728+0000 mon.smithi047 (mon.0) 812 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:34.932 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:34 smithi149 bash[25108]: audit 2024-09-10T04:27:33.438728+0000 mon.smithi047 (mon.0) 812 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:34.932 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:34 smithi149 bash[25108]: audit 2024-09-10T04:27:33.444092+0000 mon.smithi047 (mon.0) 813 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:34.932 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:34 smithi149 bash[25108]: audit 2024-09-10T04:27:33.444092+0000 mon.smithi047 (mon.0) 813 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:34.932 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:34 smithi149 bash[25108]: audit 2024-09-10T04:27:33.448642+0000 mon.smithi047 (mon.0) 814 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:34.932 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:34 smithi149 bash[25108]: audit 2024-09-10T04:27:33.448642+0000 mon.smithi047 (mon.0) 814 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:34.932 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:34 smithi149 bash[25108]: audit 2024-09-10T04:27:33.453204+0000 mon.smithi047 (mon.0) 815 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:34.933 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:34 smithi149 bash[25108]: audit 2024-09-10T04:27:33.453204+0000 mon.smithi047 (mon.0) 815 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:34.933 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:34 smithi149 bash[25108]: audit 2024-09-10T04:27:33.459699+0000 mon.smithi047 (mon.0) 816 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:34.933 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:34 smithi149 bash[25108]: audit 2024-09-10T04:27:33.459699+0000 mon.smithi047 (mon.0) 816 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:34.933 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:34 smithi149 bash[25108]: audit 2024-09-10T04:27:33.464362+0000 mon.smithi047 (mon.0) 817 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:34.933 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:34 smithi149 bash[25108]: audit 2024-09-10T04:27:33.464362+0000 mon.smithi047 (mon.0) 817 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:34.933 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:34 smithi149 bash[25108]: cephadm 2024-09-10T04:27:33.464864+0000 mgr.smithi047.jescqm (mgr.14203) 241 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi047.xdpcpi 2024-09-10T04:27:34.933 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:34 smithi149 bash[25108]: cephadm 2024-09-10T04:27:33.464864+0000 mgr.smithi047.jescqm (mgr.14203) 241 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi047.xdpcpi 2024-09-10T04:27:34.933 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:34 smithi149 bash[25108]: audit 2024-09-10T04:27:33.465116+0000 mon.smithi047 (mon.0) 818 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi047.xdpcpi", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]} : dispatch 2024-09-10T04:27:34.933 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:34 smithi149 bash[25108]: audit 2024-09-10T04:27:33.465116+0000 mon.smithi047 (mon.0) 818 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi047.xdpcpi", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]} : dispatch 2024-09-10T04:27:34.933 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:34 smithi149 bash[25108]: audit 2024-09-10T04:27:33.467137+0000 mon.smithi047 (mon.0) 819 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi047.xdpcpi", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-09-10T04:27:34.933 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:34 smithi149 bash[25108]: audit 2024-09-10T04:27:33.467137+0000 mon.smithi047 (mon.0) 819 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi047.xdpcpi", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-09-10T04:27:34.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:34 smithi149 bash[25108]: cephadm 2024-09-10T04:27:33.469471+0000 mgr.smithi047.jescqm (mgr.14203) 242 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-09-10T04:27:34.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:34 smithi149 bash[25108]: cephadm 2024-09-10T04:27:33.469471+0000 mgr.smithi047.jescqm (mgr.14203) 242 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-09-10T04:27:34.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:34 smithi149 bash[25108]: audit 2024-09-10T04:27:33.469751+0000 mon.smithi047 (mon.0) 820 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 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-10T04:27:34.935 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:34 smithi149 bash[25108]: audit 2024-09-10T04:27:33.469751+0000 mon.smithi047 (mon.0) 820 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 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-10T04:27:34.935 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:34 smithi149 bash[25108]: audit 2024-09-10T04:27:33.471945+0000 mon.smithi047 (mon.0) 821 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 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-10T04:27:34.935 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:34 smithi149 bash[25108]: audit 2024-09-10T04:27:33.471945+0000 mon.smithi047 (mon.0) 821 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 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-10T04:27:34.935 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:34 smithi149 bash[25108]: audit 2024-09-10T04:27:33.474980+0000 mon.smithi047 (mon.0) 822 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:27:34.935 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:34 smithi149 bash[25108]: audit 2024-09-10T04:27:33.474980+0000 mon.smithi047 (mon.0) 822 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:27:34.935 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:34 smithi149 bash[25108]: audit 2024-09-10T04:27:33.530438+0000 mon.smithi047 (mon.0) 823 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"} : dispatch 2024-09-10T04:27:34.935 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:34 smithi149 bash[25108]: audit 2024-09-10T04:27:33.530438+0000 mon.smithi047 (mon.0) 823 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"} : dispatch 2024-09-10T04:27:34.935 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:34 smithi149 bash[25108]: audit 2024-09-10T04:27:33.536759+0000 mon.smithi047 (mon.0) 824 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-09-10T04:27:34.935 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:34 smithi149 bash[25108]: audit 2024-09-10T04:27:33.536759+0000 mon.smithi047 (mon.0) 824 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-09-10T04:27:34.935 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:34 smithi149 bash[25108]: cephadm 2024-09-10T04:27:33.601739+0000 mgr.smithi047.jescqm (mgr.14203) 243 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-09-10T04:27:34.936 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:34 smithi149 bash[25108]: cephadm 2024-09-10T04:27:33.601739+0000 mgr.smithi047.jescqm (mgr.14203) 243 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-09-10T04:27:34.936 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:34 smithi149 bash[25108]: cephadm 2024-09-10T04:27:33.601853+0000 mgr.smithi047.jescqm (mgr.14203) 244 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi047.xdpcpi-rgw 2024-09-10T04:27:34.936 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:34 smithi149 bash[25108]: cephadm 2024-09-10T04:27:33.601853+0000 mgr.smithi047.jescqm (mgr.14203) 244 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi047.xdpcpi-rgw 2024-09-10T04:27:34.936 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:34 smithi149 bash[25108]: audit 2024-09-10T04:27:33.602255+0000 mon.smithi047 (mon.0) 825 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi047.xdpcpi-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]} : dispatch 2024-09-10T04:27:34.936 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:34 smithi149 bash[25108]: audit 2024-09-10T04:27:33.602255+0000 mon.smithi047 (mon.0) 825 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi047.xdpcpi-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]} : dispatch 2024-09-10T04:27:34.936 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:34 smithi149 bash[25108]: audit 2024-09-10T04:27:33.604123+0000 mon.smithi047 (mon.0) 826 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi047.xdpcpi-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-10T04:27:34.936 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:34 smithi149 bash[25108]: audit 2024-09-10T04:27:33.604123+0000 mon.smithi047 (mon.0) 826 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi047.xdpcpi-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-10T04:27:34.936 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:34 smithi149 bash[25108]: cephadm 2024-09-10T04:27:33.606725+0000 mgr.smithi047.jescqm (mgr.14203) 245 : cephadm [WRN] Bind address in nfs.foo.0.0.smithi047.xdpcpi's ganesha conf is defaulting to empty 2024-09-10T04:27:34.936 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:34 smithi149 bash[25108]: cephadm 2024-09-10T04:27:33.606725+0000 mgr.smithi047.jescqm (mgr.14203) 245 : cephadm [WRN] Bind address in nfs.foo.0.0.smithi047.xdpcpi's ganesha conf is defaulting to empty 2024-09-10T04:27:34.936 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:34 smithi149 bash[25108]: audit 2024-09-10T04:27:33.611958+0000 mon.smithi047 (mon.0) 827 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:27:34.937 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:34 smithi149 bash[25108]: audit 2024-09-10T04:27:33.611958+0000 mon.smithi047 (mon.0) 827 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:27:34.937 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:34 smithi149 bash[25108]: cephadm 2024-09-10T04:27:33.613216+0000 mgr.smithi047.jescqm (mgr.14203) 246 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi047.xdpcpi on smithi047 2024-09-10T04:27:34.937 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:34 smithi149 bash[25108]: cephadm 2024-09-10T04:27:33.613216+0000 mgr.smithi047.jescqm (mgr.14203) 246 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi047.xdpcpi on smithi047 2024-09-10T04:27:34.937 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:34 smithi149 bash[25108]: cluster 2024-09-10T04:27:33.743641+0000 mgr.smithi047.jescqm (mgr.14203) 247 : cluster [DBG] pgmap v199: 97 pgs: 97 active+clean; 579 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 639 B/s wr, 4 op/s 2024-09-10T04:27:34.937 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:34 smithi149 bash[25108]: cluster 2024-09-10T04:27:33.743641+0000 mgr.smithi047.jescqm (mgr.14203) 247 : cluster [DBG] pgmap v199: 97 pgs: 97 active+clean; 579 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 639 B/s wr, 4 op/s 2024-09-10T04:27:34.937 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:34 smithi149 bash[25108]: audit 2024-09-10T04:27:33.759829+0000 mgr.smithi047.jescqm (mgr.14203) 248 : audit [DBG] from='client.14530 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:27:34.937 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:34 smithi149 bash[25108]: audit 2024-09-10T04:27:33.759829+0000 mgr.smithi047.jescqm (mgr.14203) 248 : audit [DBG] from='client.14530 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:27:34.937 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:34 smithi149 bash[25108]: audit 2024-09-10T04:27:33.829360+0000 mon.smithi047 (mon.0) 828 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get-or-create", "entity": "client.nfs.foo.foofs.94ac2614", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"} : dispatch 2024-09-10T04:27:34.937 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:34 smithi149 bash[25108]: audit 2024-09-10T04:27:33.829360+0000 mon.smithi047 (mon.0) 828 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get-or-create", "entity": "client.nfs.foo.foofs.94ac2614", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"} : dispatch 2024-09-10T04:27:34.937 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:34 smithi149 bash[25108]: audit 2024-09-10T04:27:33.831164+0000 mon.smithi047 (mon.0) 829 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.foofs.94ac2614", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]': finished 2024-09-10T04:27:34.937 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:34 smithi149 bash[25108]: audit 2024-09-10T04:27:33.831164+0000 mon.smithi047 (mon.0) 829 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.foofs.94ac2614", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]': finished 2024-09-10T04:27:34.938 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:34 smithi149 bash[25108]: audit 2024-09-10T04:27:33.834185+0000 mon.smithi047 (mon.0) 830 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get-or-create", "entity": "client.nfs.foo.foofs.94ac2614", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"} : dispatch 2024-09-10T04:27:34.938 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:34 smithi149 bash[25108]: audit 2024-09-10T04:27:33.834185+0000 mon.smithi047 (mon.0) 830 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get-or-create", "entity": "client.nfs.foo.foofs.94ac2614", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"} : dispatch 2024-09-10T04:27:34.938 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:34 smithi149 bash[25108]: audit 2024-09-10T04:27:33.972805+0000 mon.smithi047 (mon.0) 831 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:34.938 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:34 smithi149 bash[25108]: audit 2024-09-10T04:27:33.972805+0000 mon.smithi047 (mon.0) 831 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:34.938 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:34 smithi149 bash[25108]: audit 2024-09-10T04:27:34.142238+0000 mon.smithi047 (mon.0) 832 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:34.938 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:34 smithi149 bash[25108]: audit 2024-09-10T04:27:34.142238+0000 mon.smithi047 (mon.0) 832 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:34.938 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:34 smithi149 bash[25108]: audit 2024-09-10T04:27:34.143016+0000 mon.smithi047 (mon.0) 833 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:27:34.938 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:34 smithi149 bash[25108]: audit 2024-09-10T04:27:34.143016+0000 mon.smithi047 (mon.0) 833 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:27:35.578 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-09-10T04:27:35.588 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2024-09-10T04:27:35.588 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b165ca24-6f2b-11ef-bcea-c7b262605968 -- ceph orch ls -f json 2024-09-10T04:27:36.357 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:36 smithi047 bash[19880]: cluster 2024-09-10T04:27:35.161203+0000 mon.smithi047 (mon.0) 834 : cluster [DBG] mgrmap e21: smithi047.jescqm(active, since 5m), standbys: smithi149.vwswua 2024-09-10T04:27:36.357 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:36 smithi047 bash[19880]: cluster 2024-09-10T04:27:35.161203+0000 mon.smithi047 (mon.0) 834 : cluster [DBG] mgrmap e21: smithi047.jescqm(active, since 5m), standbys: smithi149.vwswua 2024-09-10T04:27:36.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:36 smithi149 bash[25108]: cluster 2024-09-10T04:27:35.161203+0000 mon.smithi047 (mon.0) 834 : cluster [DBG] mgrmap e21: smithi047.jescqm(active, since 5m), standbys: smithi149.vwswua 2024-09-10T04:27:36.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:36 smithi149 bash[25108]: cluster 2024-09-10T04:27:35.161203+0000 mon.smithi047 (mon.0) 834 : cluster [DBG] mgrmap e21: smithi047.jescqm(active, since 5m), standbys: smithi149.vwswua 2024-09-10T04:27:36.948 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:36 smithi047 systemd[1]: /etc/systemd/system/ceph-b165ca24-6f2b-11ef-bcea-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-10T04:27:37.222 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:37 smithi047 systemd[1]: /etc/systemd/system/ceph-b165ca24-6f2b-11ef-bcea-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-10T04:27:37.223 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:37 smithi047 bash[19880]: cluster 2024-09-10T04:27:35.744238+0000 mgr.smithi047.jescqm (mgr.14203) 249 : cluster [DBG] pgmap v200: 97 pgs: 97 active+clean; 579 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 106 B/s rd, 1.8 KiB/s wr, 5 op/s 2024-09-10T04:27:37.223 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:37 smithi047 bash[19880]: cluster 2024-09-10T04:27:35.744238+0000 mgr.smithi047.jescqm (mgr.14203) 249 : cluster [DBG] pgmap v200: 97 pgs: 97 active+clean; 579 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 106 B/s rd, 1.8 KiB/s wr, 5 op/s 2024-09-10T04:27:37.223 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:37 smithi047 bash[19880]: cluster 2024-09-10T04:27:36.159178+0000 mon.smithi047 (mon.0) 835 : cluster [DBG] mds.? [v2:172.21.15.149:6832/4276938042,v1:172.21.15.149:6833/4276938042] up:active 2024-09-10T04:27:37.223 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:37 smithi047 bash[19880]: cluster 2024-09-10T04:27:36.159178+0000 mon.smithi047 (mon.0) 835 : cluster [DBG] mds.? [v2:172.21.15.149:6832/4276938042,v1:172.21.15.149:6833/4276938042] up:active 2024-09-10T04:27:37.223 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:37 smithi047 bash[19880]: cluster 2024-09-10T04:27:36.159333+0000 mon.smithi047 (mon.0) 836 : cluster [DBG] mds.? [v2:172.21.15.47:6834/3949256466,v1:172.21.15.47:6835/3949256466] up:boot 2024-09-10T04:27:37.223 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:37 smithi047 bash[19880]: cluster 2024-09-10T04:27:36.159333+0000 mon.smithi047 (mon.0) 836 : cluster [DBG] mds.? [v2:172.21.15.47:6834/3949256466,v1:172.21.15.47:6835/3949256466] up:boot 2024-09-10T04:27:37.223 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:37 smithi047 bash[19880]: cluster 2024-09-10T04:27:36.160088+0000 mon.smithi047 (mon.0) 837 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi149.bcmbyk=up:active} 1 up:standby 2024-09-10T04:27:37.223 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:37 smithi047 bash[19880]: cluster 2024-09-10T04:27:36.160088+0000 mon.smithi047 (mon.0) 837 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi149.bcmbyk=up:active} 1 up:standby 2024-09-10T04:27:37.224 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:37 smithi047 bash[19880]: audit 2024-09-10T04:27:36.160639+0000 mon.smithi047 (mon.0) 838 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "mds metadata", "who": "foofs.smithi047.pdsyok"} : dispatch 2024-09-10T04:27:37.224 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:37 smithi047 bash[19880]: audit 2024-09-10T04:27:36.160639+0000 mon.smithi047 (mon.0) 838 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "mds metadata", "who": "foofs.smithi047.pdsyok"} : dispatch 2024-09-10T04:27:37.224 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:37 smithi047 bash[19880]: cluster 2024-09-10T04:27:36.167381+0000 mon.smithi047 (mon.0) 839 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi149.bcmbyk=up:active} 1 up:standby 2024-09-10T04:27:37.224 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:37 smithi047 bash[19880]: cluster 2024-09-10T04:27:36.167381+0000 mon.smithi047 (mon.0) 839 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi149.bcmbyk=up:active} 1 up:standby 2024-09-10T04:27:37.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:37 smithi149 bash[25108]: cluster 2024-09-10T04:27:35.744238+0000 mgr.smithi047.jescqm (mgr.14203) 249 : cluster [DBG] pgmap v200: 97 pgs: 97 active+clean; 579 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 106 B/s rd, 1.8 KiB/s wr, 5 op/s 2024-09-10T04:27:37.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:37 smithi149 bash[25108]: cluster 2024-09-10T04:27:35.744238+0000 mgr.smithi047.jescqm (mgr.14203) 249 : cluster [DBG] pgmap v200: 97 pgs: 97 active+clean; 579 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 106 B/s rd, 1.8 KiB/s wr, 5 op/s 2024-09-10T04:27:37.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:37 smithi149 bash[25108]: cluster 2024-09-10T04:27:36.159178+0000 mon.smithi047 (mon.0) 835 : cluster [DBG] mds.? [v2:172.21.15.149:6832/4276938042,v1:172.21.15.149:6833/4276938042] up:active 2024-09-10T04:27:37.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:37 smithi149 bash[25108]: cluster 2024-09-10T04:27:36.159178+0000 mon.smithi047 (mon.0) 835 : cluster [DBG] mds.? [v2:172.21.15.149:6832/4276938042,v1:172.21.15.149:6833/4276938042] up:active 2024-09-10T04:27:37.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:37 smithi149 bash[25108]: cluster 2024-09-10T04:27:36.159333+0000 mon.smithi047 (mon.0) 836 : cluster [DBG] mds.? [v2:172.21.15.47:6834/3949256466,v1:172.21.15.47:6835/3949256466] up:boot 2024-09-10T04:27:37.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:37 smithi149 bash[25108]: cluster 2024-09-10T04:27:36.159333+0000 mon.smithi047 (mon.0) 836 : cluster [DBG] mds.? [v2:172.21.15.47:6834/3949256466,v1:172.21.15.47:6835/3949256466] up:boot 2024-09-10T04:27:37.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:37 smithi149 bash[25108]: cluster 2024-09-10T04:27:36.160088+0000 mon.smithi047 (mon.0) 837 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi149.bcmbyk=up:active} 1 up:standby 2024-09-10T04:27:37.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:37 smithi149 bash[25108]: cluster 2024-09-10T04:27:36.160088+0000 mon.smithi047 (mon.0) 837 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi149.bcmbyk=up:active} 1 up:standby 2024-09-10T04:27:37.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:37 smithi149 bash[25108]: audit 2024-09-10T04:27:36.160639+0000 mon.smithi047 (mon.0) 838 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "mds metadata", "who": "foofs.smithi047.pdsyok"} : dispatch 2024-09-10T04:27:37.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:37 smithi149 bash[25108]: audit 2024-09-10T04:27:36.160639+0000 mon.smithi047 (mon.0) 838 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "mds metadata", "who": "foofs.smithi047.pdsyok"} : dispatch 2024-09-10T04:27:37.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:37 smithi149 bash[25108]: cluster 2024-09-10T04:27:36.167381+0000 mon.smithi047 (mon.0) 839 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi149.bcmbyk=up:active} 1 up:standby 2024-09-10T04:27:37.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:37 smithi149 bash[25108]: cluster 2024-09-10T04:27:36.167381+0000 mon.smithi047 (mon.0) 839 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi149.bcmbyk=up:active} 1 up:standby 2024-09-10T04:27:38.407 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:38 smithi047 bash[19880]: audit 2024-09-10T04:27:37.272447+0000 mon.smithi047 (mon.0) 840 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:38.408 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:38 smithi047 bash[19880]: audit 2024-09-10T04:27:37.272447+0000 mon.smithi047 (mon.0) 840 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:38.408 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:38 smithi047 bash[19880]: audit 2024-09-10T04:27:37.277401+0000 mon.smithi047 (mon.0) 841 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:38.408 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:38 smithi047 bash[19880]: audit 2024-09-10T04:27:37.277401+0000 mon.smithi047 (mon.0) 841 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:38.408 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:38 smithi047 bash[19880]: audit 2024-09-10T04:27:37.282313+0000 mon.smithi047 (mon.0) 842 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:38.408 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:38 smithi047 bash[19880]: audit 2024-09-10T04:27:37.282313+0000 mon.smithi047 (mon.0) 842 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:38.408 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:38 smithi047 bash[19880]: audit 2024-09-10T04:27:37.311739+0000 mon.smithi047 (mon.0) 843 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:38.408 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:38 smithi047 bash[19880]: audit 2024-09-10T04:27:37.311739+0000 mon.smithi047 (mon.0) 843 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:38.408 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:38 smithi047 bash[19880]: audit 2024-09-10T04:27:37.318526+0000 mon.smithi047 (mon.0) 844 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:38.408 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:38 smithi047 bash[19880]: audit 2024-09-10T04:27:37.318526+0000 mon.smithi047 (mon.0) 844 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:38.684 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:38 smithi149 bash[25108]: audit 2024-09-10T04:27:37.272447+0000 mon.smithi047 (mon.0) 840 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:38.684 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:38 smithi149 bash[25108]: audit 2024-09-10T04:27:37.272447+0000 mon.smithi047 (mon.0) 840 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:38.685 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:38 smithi149 bash[25108]: audit 2024-09-10T04:27:37.277401+0000 mon.smithi047 (mon.0) 841 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:38.685 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:38 smithi149 bash[25108]: audit 2024-09-10T04:27:37.277401+0000 mon.smithi047 (mon.0) 841 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:38.685 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:38 smithi149 bash[25108]: audit 2024-09-10T04:27:37.282313+0000 mon.smithi047 (mon.0) 842 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:38.685 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:38 smithi149 bash[25108]: audit 2024-09-10T04:27:37.282313+0000 mon.smithi047 (mon.0) 842 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:38.685 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:38 smithi149 bash[25108]: audit 2024-09-10T04:27:37.311739+0000 mon.smithi047 (mon.0) 843 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:38.685 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:38 smithi149 bash[25108]: audit 2024-09-10T04:27:37.311739+0000 mon.smithi047 (mon.0) 843 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:38.685 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:38 smithi149 bash[25108]: audit 2024-09-10T04:27:37.318526+0000 mon.smithi047 (mon.0) 844 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:38.685 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:38 smithi149 bash[25108]: audit 2024-09-10T04:27:37.318526+0000 mon.smithi047 (mon.0) 844 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:39.622 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:39 smithi047 bash[19880]: cephadm 2024-09-10T04:27:37.331744+0000 mgr.smithi047.jescqm (mgr.14203) 250 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi047.vduyvw on smithi047 2024-09-10T04:27:39.622 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:39 smithi047 bash[19880]: cephadm 2024-09-10T04:27:37.331744+0000 mgr.smithi047.jescqm (mgr.14203) 250 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi047.vduyvw on smithi047 2024-09-10T04:27:39.622 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:39 smithi047 bash[19880]: cluster 2024-09-10T04:27:37.745037+0000 mgr.smithi047.jescqm (mgr.14203) 251 : cluster [DBG] pgmap v201: 97 pgs: 97 active+clean; 579 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 97 B/s rd, 1.6 KiB/s wr, 4 op/s 2024-09-10T04:27:39.622 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:39 smithi047 bash[19880]: cluster 2024-09-10T04:27:37.745037+0000 mgr.smithi047.jescqm (mgr.14203) 251 : cluster [DBG] pgmap v201: 97 pgs: 97 active+clean; 579 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 97 B/s rd, 1.6 KiB/s wr, 4 op/s 2024-09-10T04:27:39.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:39 smithi047 bash[19880]: audit 2024-09-10T04:27:38.984505+0000 mon.smithi047 (mon.0) 845 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:39.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:39 smithi047 bash[19880]: audit 2024-09-10T04:27:38.984505+0000 mon.smithi047 (mon.0) 845 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:39.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:39 smithi149 bash[25108]: cephadm 2024-09-10T04:27:37.331744+0000 mgr.smithi047.jescqm (mgr.14203) 250 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi047.vduyvw on smithi047 2024-09-10T04:27:39.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:39 smithi149 bash[25108]: cephadm 2024-09-10T04:27:37.331744+0000 mgr.smithi047.jescqm (mgr.14203) 250 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi047.vduyvw on smithi047 2024-09-10T04:27:39.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:39 smithi149 bash[25108]: cluster 2024-09-10T04:27:37.745037+0000 mgr.smithi047.jescqm (mgr.14203) 251 : cluster [DBG] pgmap v201: 97 pgs: 97 active+clean; 579 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 97 B/s rd, 1.6 KiB/s wr, 4 op/s 2024-09-10T04:27:39.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:39 smithi149 bash[25108]: cluster 2024-09-10T04:27:37.745037+0000 mgr.smithi047.jescqm (mgr.14203) 251 : cluster [DBG] pgmap v201: 97 pgs: 97 active+clean; 579 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 97 B/s rd, 1.6 KiB/s wr, 4 op/s 2024-09-10T04:27:39.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:39 smithi149 bash[25108]: audit 2024-09-10T04:27:38.984505+0000 mon.smithi047 (mon.0) 845 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:39.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:39 smithi149 bash[25108]: audit 2024-09-10T04:27:38.984505+0000 mon.smithi047 (mon.0) 845 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:40.406 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/mon.smithi047/config 2024-09-10T04:27:41.545 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:41 smithi047 bash[19880]: cluster 2024-09-10T04:27:39.745966+0000 mgr.smithi047.jescqm (mgr.14203) 252 : cluster [DBG] pgmap v202: 97 pgs: 97 active+clean; 580 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 2.2 KiB/s wr, 5 op/s 2024-09-10T04:27:41.545 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:41 smithi047 bash[19880]: cluster 2024-09-10T04:27:39.745966+0000 mgr.smithi047.jescqm (mgr.14203) 252 : cluster [DBG] pgmap v202: 97 pgs: 97 active+clean; 580 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 2.2 KiB/s wr, 5 op/s 2024-09-10T04:27:41.568 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:41 smithi149 bash[25108]: cluster 2024-09-10T04:27:39.745966+0000 mgr.smithi047.jescqm (mgr.14203) 252 : cluster [DBG] pgmap v202: 97 pgs: 97 active+clean; 580 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 2.2 KiB/s wr, 5 op/s 2024-09-10T04:27:41.568 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:41 smithi149 bash[25108]: cluster 2024-09-10T04:27:39.745966+0000 mgr.smithi047.jescqm (mgr.14203) 252 : cluster [DBG] pgmap v202: 97 pgs: 97 active+clean; 580 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 2.2 KiB/s wr, 5 op/s 2024-09-10T04:27:43.622 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:43 smithi047 bash[19880]: cluster 2024-09-10T04:27:41.746815+0000 mgr.smithi047.jescqm (mgr.14203) 253 : cluster [DBG] pgmap v203: 97 pgs: 97 active+clean; 580 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 938 B/s rd, 2.2 KiB/s wr, 5 op/s 2024-09-10T04:27:43.622 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:43 smithi047 bash[19880]: cluster 2024-09-10T04:27:41.746815+0000 mgr.smithi047.jescqm (mgr.14203) 253 : cluster [DBG] pgmap v203: 97 pgs: 97 active+clean; 580 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 938 B/s rd, 2.2 KiB/s wr, 5 op/s 2024-09-10T04:27:43.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:43 smithi149 bash[25108]: cluster 2024-09-10T04:27:41.746815+0000 mgr.smithi047.jescqm (mgr.14203) 253 : cluster [DBG] pgmap v203: 97 pgs: 97 active+clean; 580 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 938 B/s rd, 2.2 KiB/s wr, 5 op/s 2024-09-10T04:27:43.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:43 smithi149 bash[25108]: cluster 2024-09-10T04:27:41.746815+0000 mgr.smithi047.jescqm (mgr.14203) 253 : cluster [DBG] pgmap v203: 97 pgs: 97 active+clean; 580 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 938 B/s rd, 2.2 KiB/s wr, 5 op/s 2024-09-10T04:27:43.777 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-09-10T04:27:43.777 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-09-10T04:20:26.269241Z", "last_refresh": "2024-09-10T04:27:14.384975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-09-10T04:22:18.158586Z 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-10T04:20:18.688254Z", "last_refresh": "2024-09-10T04:27:13.956583Z", "running": 2, "size": 2}}, {"events": ["2024-09-10T04:22:21.365647Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-09-10T04:20:16.741080Z", "last_refresh": "2024-09-10T04:27:13.956710Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-09-10T04:20:22.433153Z", "last_refresh": "2024-09-10T04:27:14.385070Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-09-10T04:27:26.232301Z 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.47/16"}, "status": {"created": "2024-09-10T04:27:26.229209Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2024-09-10T04:27:33.459931Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-09-10T04:27:17.028334Z", "running": 0, "size": 2}}, {"events": ["2024-09-10T04:22:27.000641Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-10T04:20:14.946595Z", "last_refresh": "2024-09-10T04:27:13.956920Z", "running": 2, "size": 2}}, {"events": ["2024-09-10T04:22:32.373929Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-10T04:21:51.797550Z", "last_refresh": "2024-09-10T04:27:13.957022Z", "running": 2, "size": 2}}, {"events": ["2024-09-10T04:27:37.312004Z 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-10T04:27:26.223531Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2024-09-10T04:22:22.664166Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-09-10T04:20:24.432702Z", "last_refresh": "2024-09-10T04:27:13.956817Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-09-10T04:22:56.195814Z 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-10T04:22:56.187790Z", "last_refresh": "2024-09-10T04:27:13.957123Z", "running": 8, "size": 8}}, {"events": ["2024-09-10T04:22:32.383964Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-09-10T04:20:20.574021Z", "last_refresh": "2024-09-10T04:27:14.385166Z", "ports": [9095], "running": 1, "size": 1}}] 2024-09-10T04:27:45.136 INFO:tasks.cephadm:nfs.foo has 0/1 2024-09-10T04:27:45.622 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:45 smithi047 bash[19880]: cluster 2024-09-10T04:27:43.747566+0000 mgr.smithi047.jescqm (mgr.14203) 254 : cluster [DBG] pgmap v204: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 2.4 KiB/s wr, 6 op/s 2024-09-10T04:27:45.622 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:45 smithi047 bash[19880]: cluster 2024-09-10T04:27:43.747566+0000 mgr.smithi047.jescqm (mgr.14203) 254 : cluster [DBG] pgmap v204: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 2.4 KiB/s wr, 6 op/s 2024-09-10T04:27:45.622 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:45 smithi047 bash[19880]: audit 2024-09-10T04:27:43.772421+0000 mgr.smithi047.jescqm (mgr.14203) 255 : audit [DBG] from='client.14564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T04:27:45.622 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:45 smithi047 bash[19880]: audit 2024-09-10T04:27:43.772421+0000 mgr.smithi047.jescqm (mgr.14203) 255 : audit [DBG] from='client.14564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T04:27:45.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:45 smithi149 bash[25108]: cluster 2024-09-10T04:27:43.747566+0000 mgr.smithi047.jescqm (mgr.14203) 254 : cluster [DBG] pgmap v204: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 2.4 KiB/s wr, 6 op/s 2024-09-10T04:27:45.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:45 smithi149 bash[25108]: cluster 2024-09-10T04:27:43.747566+0000 mgr.smithi047.jescqm (mgr.14203) 254 : cluster [DBG] pgmap v204: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 2.4 KiB/s wr, 6 op/s 2024-09-10T04:27:45.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:45 smithi149 bash[25108]: audit 2024-09-10T04:27:43.772421+0000 mgr.smithi047.jescqm (mgr.14203) 255 : audit [DBG] from='client.14564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T04:27:45.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:45 smithi149 bash[25108]: audit 2024-09-10T04:27:43.772421+0000 mgr.smithi047.jescqm (mgr.14203) 255 : audit [DBG] from='client.14564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T04:27:46.138 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b165ca24-6f2b-11ef-bcea-c7b262605968 -- ceph orch ls -f json 2024-09-10T04:27:47.372 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:47 smithi047 systemd[1]: /etc/systemd/system/ceph-b165ca24-6f2b-11ef-bcea-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-10T04:27:47.372 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:47 smithi047 bash[19880]: cluster 2024-09-10T04:27:45.748517+0000 mgr.smithi047.jescqm (mgr.14203) 256 : cluster [DBG] pgmap v205: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 2.0 KiB/s wr, 3 op/s 2024-09-10T04:27:47.372 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:47 smithi047 bash[19880]: cluster 2024-09-10T04:27:45.748517+0000 mgr.smithi047.jescqm (mgr.14203) 256 : cluster [DBG] pgmap v205: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 2.0 KiB/s wr, 3 op/s 2024-09-10T04:27:47.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:47 smithi149 bash[25108]: cluster 2024-09-10T04:27:45.748517+0000 mgr.smithi047.jescqm (mgr.14203) 256 : cluster [DBG] pgmap v205: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 2.0 KiB/s wr, 3 op/s 2024-09-10T04:27:47.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:47 smithi149 bash[25108]: cluster 2024-09-10T04:27:45.748517+0000 mgr.smithi047.jescqm (mgr.14203) 256 : cluster [DBG] pgmap v205: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 2.0 KiB/s wr, 3 op/s 2024-09-10T04:27:47.693 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:47 smithi047 systemd[1]: /etc/systemd/system/ceph-b165ca24-6f2b-11ef-bcea-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-10T04:27:48.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:48 smithi047 bash[19880]: audit 2024-09-10T04:27:47.744296+0000 mon.smithi047 (mon.0) 846 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:48.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:48 smithi047 bash[19880]: audit 2024-09-10T04:27:47.744296+0000 mon.smithi047 (mon.0) 846 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:48.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:48 smithi047 bash[19880]: cluster 2024-09-10T04:27:47.749067+0000 mgr.smithi047.jescqm (mgr.14203) 257 : cluster [DBG] pgmap v206: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 1023 B/s wr, 2 op/s 2024-09-10T04:27:48.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:48 smithi047 bash[19880]: cluster 2024-09-10T04:27:47.749067+0000 mgr.smithi047.jescqm (mgr.14203) 257 : cluster [DBG] pgmap v206: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 1023 B/s wr, 2 op/s 2024-09-10T04:27:48.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:48 smithi047 bash[19880]: audit 2024-09-10T04:27:47.750826+0000 mon.smithi047 (mon.0) 847 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:48.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:48 smithi047 bash[19880]: audit 2024-09-10T04:27:47.750826+0000 mon.smithi047 (mon.0) 847 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:48.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:48 smithi047 bash[19880]: audit 2024-09-10T04:27:47.757347+0000 mon.smithi047 (mon.0) 848 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:48.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:48 smithi047 bash[19880]: audit 2024-09-10T04:27:47.757347+0000 mon.smithi047 (mon.0) 848 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:48.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:48 smithi047 bash[19880]: cephadm 2024-09-10T04:27:47.759669+0000 mgr.smithi047.jescqm (mgr.14203) 258 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi149.rdjgtk on smithi149 2024-09-10T04:27:48.811 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:48 smithi047 bash[19880]: cephadm 2024-09-10T04:27:47.759669+0000 mgr.smithi047.jescqm (mgr.14203) 258 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi149.rdjgtk on smithi149 2024-09-10T04:27:49.181 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:48 smithi149 bash[25108]: audit 2024-09-10T04:27:47.744296+0000 mon.smithi047 (mon.0) 846 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:49.182 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:48 smithi149 bash[25108]: audit 2024-09-10T04:27:47.744296+0000 mon.smithi047 (mon.0) 846 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:49.182 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:48 smithi149 bash[25108]: cluster 2024-09-10T04:27:47.749067+0000 mgr.smithi047.jescqm (mgr.14203) 257 : cluster [DBG] pgmap v206: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 1023 B/s wr, 2 op/s 2024-09-10T04:27:49.182 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:48 smithi149 bash[25108]: cluster 2024-09-10T04:27:47.749067+0000 mgr.smithi047.jescqm (mgr.14203) 257 : cluster [DBG] pgmap v206: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 1023 B/s wr, 2 op/s 2024-09-10T04:27:49.182 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:48 smithi149 bash[25108]: audit 2024-09-10T04:27:47.750826+0000 mon.smithi047 (mon.0) 847 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:49.182 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:48 smithi149 bash[25108]: audit 2024-09-10T04:27:47.750826+0000 mon.smithi047 (mon.0) 847 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:49.182 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:48 smithi149 bash[25108]: audit 2024-09-10T04:27:47.757347+0000 mon.smithi047 (mon.0) 848 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:49.182 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:48 smithi149 bash[25108]: audit 2024-09-10T04:27:47.757347+0000 mon.smithi047 (mon.0) 848 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:49.182 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:48 smithi149 bash[25108]: cephadm 2024-09-10T04:27:47.759669+0000 mgr.smithi047.jescqm (mgr.14203) 258 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi149.rdjgtk on smithi149 2024-09-10T04:27:49.182 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:48 smithi149 bash[25108]: cephadm 2024-09-10T04:27:47.759669+0000 mgr.smithi047.jescqm (mgr.14203) 258 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi149.rdjgtk on smithi149 2024-09-10T04:27:50.125 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:49 smithi047 bash[19880]: audit 2024-09-10T04:27:49.140045+0000 mon.smithi047 (mon.0) 849 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:27:50.125 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:49 smithi047 bash[19880]: audit 2024-09-10T04:27:49.140045+0000 mon.smithi047 (mon.0) 849 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:27:50.181 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:49 smithi149 bash[25108]: audit 2024-09-10T04:27:49.140045+0000 mon.smithi047 (mon.0) 849 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:27:50.181 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:49 smithi149 bash[25108]: audit 2024-09-10T04:27:49.140045+0000 mon.smithi047 (mon.0) 849 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:27:50.984 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/mon.smithi047/config 2024-09-10T04:27:51.092 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:50 smithi047 bash[19880]: cluster 2024-09-10T04:27:49.750016+0000 mgr.smithi047.jescqm (mgr.14203) 259 : cluster [DBG] pgmap v207: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 1023 B/s wr, 2 op/s 2024-09-10T04:27:51.092 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:50 smithi047 bash[19880]: cluster 2024-09-10T04:27:49.750016+0000 mgr.smithi047.jescqm (mgr.14203) 259 : cluster [DBG] pgmap v207: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 1023 B/s wr, 2 op/s 2024-09-10T04:27:51.181 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:50 smithi149 bash[25108]: cluster 2024-09-10T04:27:49.750016+0000 mgr.smithi047.jescqm (mgr.14203) 259 : cluster [DBG] pgmap v207: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 1023 B/s wr, 2 op/s 2024-09-10T04:27:51.181 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:50 smithi149 bash[25108]: cluster 2024-09-10T04:27:49.750016+0000 mgr.smithi047.jescqm (mgr.14203) 259 : cluster [DBG] pgmap v207: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 1023 B/s wr, 2 op/s 2024-09-10T04:27:52.541 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-09-10T04:27:52.541 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-09-10T04:20:26.269241Z", "last_refresh": "2024-09-10T04:27:14.384975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-09-10T04:22:18.158586Z 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-10T04:20:18.688254Z", "last_refresh": "2024-09-10T04:27:13.956583Z", "running": 2, "size": 2}}, {"events": ["2024-09-10T04:22:21.365647Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-09-10T04:20:16.741080Z", "last_refresh": "2024-09-10T04:27:13.956710Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-09-10T04:20:22.433153Z", "last_refresh": "2024-09-10T04:27:14.385070Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-09-10T04:27:47.757586Z 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.47/16"}, "status": {"created": "2024-09-10T04:27:26.229209Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2024-09-10T04:27:33.459931Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-09-10T04:27:17.028334Z", "running": 0, "size": 2}}, {"events": ["2024-09-10T04:22:27.000641Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-10T04:20:14.946595Z", "last_refresh": "2024-09-10T04:27:13.956920Z", "running": 2, "size": 2}}, {"events": ["2024-09-10T04:22:32.373929Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-10T04:21:51.797550Z", "last_refresh": "2024-09-10T04:27:13.957022Z", "running": 2, "size": 2}}, {"events": ["2024-09-10T04:27:37.312004Z 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-10T04:27:26.223531Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2024-09-10T04:22:22.664166Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-09-10T04:20:24.432702Z", "last_refresh": "2024-09-10T04:27:13.956817Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-09-10T04:22:56.195814Z 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-10T04:22:56.187790Z", "last_refresh": "2024-09-10T04:27:13.957123Z", "running": 8, "size": 8}}, {"events": ["2024-09-10T04:22:32.383964Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-09-10T04:20:20.574021Z", "last_refresh": "2024-09-10T04:27:14.385166Z", "ports": [9095], "running": 1, "size": 1}}] 2024-09-10T04:27:52.873 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:52 smithi047 bash[19880]: cluster 2024-09-10T04:27:51.750957+0000 mgr.smithi047.jescqm (mgr.14203) 260 : cluster [DBG] pgmap v208: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-09-10T04:27:52.873 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:52 smithi047 bash[19880]: cluster 2024-09-10T04:27:51.750957+0000 mgr.smithi047.jescqm (mgr.14203) 260 : cluster [DBG] pgmap v208: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-09-10T04:27:53.181 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:52 smithi149 bash[25108]: cluster 2024-09-10T04:27:51.750957+0000 mgr.smithi047.jescqm (mgr.14203) 260 : cluster [DBG] pgmap v208: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-09-10T04:27:53.181 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:52 smithi149 bash[25108]: cluster 2024-09-10T04:27:51.750957+0000 mgr.smithi047.jescqm (mgr.14203) 260 : cluster [DBG] pgmap v208: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-09-10T04:27:53.182 INFO:tasks.cephadm:nfs.foo has 0/1 2024-09-10T04:27:54.122 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:53 smithi047 bash[19880]: audit 2024-09-10T04:27:52.528968+0000 mgr.smithi047.jescqm (mgr.14203) 261 : audit [DBG] from='client.14568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T04:27:54.122 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:53 smithi047 bash[19880]: audit 2024-09-10T04:27:52.528968+0000 mgr.smithi047.jescqm (mgr.14203) 261 : audit [DBG] from='client.14568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T04:27:54.181 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:53 smithi149 bash[25108]: audit 2024-09-10T04:27:52.528968+0000 mgr.smithi047.jescqm (mgr.14203) 261 : audit [DBG] from='client.14568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T04:27:54.181 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:53 smithi149 bash[25108]: audit 2024-09-10T04:27:52.528968+0000 mgr.smithi047.jescqm (mgr.14203) 261 : audit [DBG] from='client.14568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T04:27:54.184 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b165ca24-6f2b-11ef-bcea-c7b262605968 -- ceph orch ls -f json 2024-09-10T04:27:55.122 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:54 smithi047 bash[19880]: cluster 2024-09-10T04:27:53.751782+0000 mgr.smithi047.jescqm (mgr.14203) 262 : cluster [DBG] pgmap v209: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-09-10T04:27:55.122 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:54 smithi047 bash[19880]: cluster 2024-09-10T04:27:53.751782+0000 mgr.smithi047.jescqm (mgr.14203) 262 : cluster [DBG] pgmap v209: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-09-10T04:27:55.138 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:54 smithi149 bash[25108]: cluster 2024-09-10T04:27:53.751782+0000 mgr.smithi047.jescqm (mgr.14203) 262 : cluster [DBG] pgmap v209: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-09-10T04:27:55.138 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:54 smithi149 bash[25108]: cluster 2024-09-10T04:27:53.751782+0000 mgr.smithi047.jescqm (mgr.14203) 262 : cluster [DBG] pgmap v209: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-09-10T04:27:55.931 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:55 smithi149 systemd[1]: /etc/systemd/system/ceph-b165ca24-6f2b-11ef-bcea-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-10T04:27:56.296 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:56 smithi149 systemd[1]: /etc/systemd/system/ceph-b165ca24-6f2b-11ef-bcea-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-10T04:27:57.622 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:57 smithi047 bash[19880]: cluster 2024-09-10T04:27:55.752598+0000 mgr.smithi047.jescqm (mgr.14203) 263 : cluster [DBG] pgmap v210: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T04:27:57.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:57 smithi047 bash[19880]: cluster 2024-09-10T04:27:55.752598+0000 mgr.smithi047.jescqm (mgr.14203) 263 : cluster [DBG] pgmap v210: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T04:27:57.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:57 smithi047 bash[19880]: audit 2024-09-10T04:27:56.248970+0000 mon.smithi047 (mon.0) 850 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:57.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:57 smithi047 bash[19880]: audit 2024-09-10T04:27:56.248970+0000 mon.smithi047 (mon.0) 850 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:57.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:57 smithi047 bash[19880]: audit 2024-09-10T04:27:56.260337+0000 mon.smithi047 (mon.0) 851 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:57.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:57 smithi047 bash[19880]: audit 2024-09-10T04:27:56.260337+0000 mon.smithi047 (mon.0) 851 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:57.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:57 smithi047 bash[19880]: audit 2024-09-10T04:27:56.269108+0000 mon.smithi047 (mon.0) 852 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:57.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:57 smithi047 bash[19880]: audit 2024-09-10T04:27:56.269108+0000 mon.smithi047 (mon.0) 852 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:57.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:57 smithi047 bash[19880]: audit 2024-09-10T04:27:56.278443+0000 mon.smithi047 (mon.0) 853 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:57.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:57 smithi047 bash[19880]: audit 2024-09-10T04:27:56.278443+0000 mon.smithi047 (mon.0) 853 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:57.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:57 smithi047 bash[19880]: cephadm 2024-09-10T04:27:56.279655+0000 mgr.smithi047.jescqm (mgr.14203) 264 : cephadm [INF] 10.0.31.47 is in 10.0.0.0/16 on smithi149 interface enp3s0f1 2024-09-10T04:27:57.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:57 smithi047 bash[19880]: cephadm 2024-09-10T04:27:56.279655+0000 mgr.smithi047.jescqm (mgr.14203) 264 : cephadm [INF] 10.0.31.47 is in 10.0.0.0/16 on smithi149 interface enp3s0f1 2024-09-10T04:27:57.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:57 smithi047 bash[19880]: cephadm 2024-09-10T04:27:56.279927+0000 mgr.smithi047.jescqm (mgr.14203) 265 : cephadm [INF] 10.0.31.47 is in 10.0.0.0/16 on smithi047 interface ens1f0 2024-09-10T04:27:57.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:57 smithi047 bash[19880]: cephadm 2024-09-10T04:27:56.279927+0000 mgr.smithi047.jescqm (mgr.14203) 265 : cephadm [INF] 10.0.31.47 is in 10.0.0.0/16 on smithi047 interface ens1f0 2024-09-10T04:27:57.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:57 smithi047 bash[19880]: cephadm 2024-09-10T04:27:56.295262+0000 mgr.smithi047.jescqm (mgr.14203) 266 : cephadm [INF] Deploying daemon keepalived.nfs.foo.smithi149.motwom on smithi149 2024-09-10T04:27:57.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:57 smithi047 bash[19880]: cephadm 2024-09-10T04:27:56.295262+0000 mgr.smithi047.jescqm (mgr.14203) 266 : cephadm [INF] Deploying daemon keepalived.nfs.foo.smithi149.motwom on smithi149 2024-09-10T04:27:57.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:57 smithi149 bash[25108]: cluster 2024-09-10T04:27:55.752598+0000 mgr.smithi047.jescqm (mgr.14203) 263 : cluster [DBG] pgmap v210: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T04:27:57.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:57 smithi149 bash[25108]: cluster 2024-09-10T04:27:55.752598+0000 mgr.smithi047.jescqm (mgr.14203) 263 : cluster [DBG] pgmap v210: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T04:27:57.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:57 smithi149 bash[25108]: audit 2024-09-10T04:27:56.248970+0000 mon.smithi047 (mon.0) 850 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:57.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:57 smithi149 bash[25108]: audit 2024-09-10T04:27:56.248970+0000 mon.smithi047 (mon.0) 850 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:57.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:57 smithi149 bash[25108]: audit 2024-09-10T04:27:56.260337+0000 mon.smithi047 (mon.0) 851 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:57.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:57 smithi149 bash[25108]: audit 2024-09-10T04:27:56.260337+0000 mon.smithi047 (mon.0) 851 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:57.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:57 smithi149 bash[25108]: audit 2024-09-10T04:27:56.269108+0000 mon.smithi047 (mon.0) 852 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:57.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:57 smithi149 bash[25108]: audit 2024-09-10T04:27:56.269108+0000 mon.smithi047 (mon.0) 852 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:57.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:57 smithi149 bash[25108]: audit 2024-09-10T04:27:56.278443+0000 mon.smithi047 (mon.0) 853 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:57.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:57 smithi149 bash[25108]: audit 2024-09-10T04:27:56.278443+0000 mon.smithi047 (mon.0) 853 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:27:57.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:57 smithi149 bash[25108]: cephadm 2024-09-10T04:27:56.279655+0000 mgr.smithi047.jescqm (mgr.14203) 264 : cephadm [INF] 10.0.31.47 is in 10.0.0.0/16 on smithi149 interface enp3s0f1 2024-09-10T04:27:57.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:57 smithi149 bash[25108]: cephadm 2024-09-10T04:27:56.279655+0000 mgr.smithi047.jescqm (mgr.14203) 264 : cephadm [INF] 10.0.31.47 is in 10.0.0.0/16 on smithi149 interface enp3s0f1 2024-09-10T04:27:57.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:57 smithi149 bash[25108]: cephadm 2024-09-10T04:27:56.279927+0000 mgr.smithi047.jescqm (mgr.14203) 265 : cephadm [INF] 10.0.31.47 is in 10.0.0.0/16 on smithi047 interface ens1f0 2024-09-10T04:27:57.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:57 smithi149 bash[25108]: cephadm 2024-09-10T04:27:56.279927+0000 mgr.smithi047.jescqm (mgr.14203) 265 : cephadm [INF] 10.0.31.47 is in 10.0.0.0/16 on smithi047 interface ens1f0 2024-09-10T04:27:57.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:57 smithi149 bash[25108]: cephadm 2024-09-10T04:27:56.295262+0000 mgr.smithi047.jescqm (mgr.14203) 266 : cephadm [INF] Deploying daemon keepalived.nfs.foo.smithi149.motwom on smithi149 2024-09-10T04:27:57.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:57 smithi149 bash[25108]: cephadm 2024-09-10T04:27:56.295262+0000 mgr.smithi047.jescqm (mgr.14203) 266 : cephadm [INF] Deploying daemon keepalived.nfs.foo.smithi149.motwom on smithi149 2024-09-10T04:27:59.043 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/mon.smithi047/config 2024-09-10T04:27:59.622 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:59 smithi047 bash[19880]: cluster 2024-09-10T04:27:57.753504+0000 mgr.smithi047.jescqm (mgr.14203) 267 : cluster [DBG] pgmap v211: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:27:59.622 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:27:59 smithi047 bash[19880]: cluster 2024-09-10T04:27:57.753504+0000 mgr.smithi047.jescqm (mgr.14203) 267 : cluster [DBG] pgmap v211: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:27:59.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:59 smithi149 bash[25108]: cluster 2024-09-10T04:27:57.753504+0000 mgr.smithi047.jescqm (mgr.14203) 267 : cluster [DBG] pgmap v211: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:27:59.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:27:59 smithi149 bash[25108]: cluster 2024-09-10T04:27:57.753504+0000 mgr.smithi047.jescqm (mgr.14203) 267 : cluster [DBG] pgmap v211: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:28:00.509 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-09-10T04:28:00.509 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-09-10T04:20:26.269241Z", "last_refresh": "2024-09-10T04:27:14.384975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-09-10T04:22:18.158586Z 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-10T04:20:18.688254Z", "last_refresh": "2024-09-10T04:27:13.956583Z", "running": 2, "size": 2}}, {"events": ["2024-09-10T04:22:21.365647Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-09-10T04:20:16.741080Z", "last_refresh": "2024-09-10T04:27:13.956710Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-09-10T04:20:22.433153Z", "last_refresh": "2024-09-10T04:27:14.385070Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-09-10T04:27:56.269584Z 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.47/16"}, "status": {"created": "2024-09-10T04:27:26.229209Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2024-09-10T04:27:33.459931Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-09-10T04:27:17.028334Z", "running": 0, "size": 2}}, {"events": ["2024-09-10T04:22:27.000641Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-10T04:20:14.946595Z", "last_refresh": "2024-09-10T04:27:13.956920Z", "running": 2, "size": 2}}, {"events": ["2024-09-10T04:22:32.373929Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-10T04:21:51.797550Z", "last_refresh": "2024-09-10T04:27:13.957022Z", "running": 2, "size": 2}}, {"events": ["2024-09-10T04:27:37.312004Z 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-10T04:27:26.223531Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2024-09-10T04:22:22.664166Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-09-10T04:20:24.432702Z", "last_refresh": "2024-09-10T04:27:13.956817Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-09-10T04:22:56.195814Z 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-10T04:22:56.187790Z", "last_refresh": "2024-09-10T04:27:13.957123Z", "running": 8, "size": 8}}, {"events": ["2024-09-10T04:22:32.383964Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-09-10T04:20:20.574021Z", "last_refresh": "2024-09-10T04:27:14.385166Z", "ports": [9095], "running": 1, "size": 1}}] 2024-09-10T04:28:01.092 INFO:tasks.cephadm:nfs.foo has 0/1 2024-09-10T04:28:01.372 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:01 smithi047 bash[19880]: cluster 2024-09-10T04:27:59.754492+0000 mgr.smithi047.jescqm (mgr.14203) 268 : cluster [DBG] pgmap v212: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:28:01.372 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:01 smithi047 bash[19880]: cluster 2024-09-10T04:27:59.754492+0000 mgr.smithi047.jescqm (mgr.14203) 268 : cluster [DBG] pgmap v212: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:28:01.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:01 smithi149 bash[25108]: cluster 2024-09-10T04:27:59.754492+0000 mgr.smithi047.jescqm (mgr.14203) 268 : cluster [DBG] pgmap v212: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:28:01.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:01 smithi149 bash[25108]: cluster 2024-09-10T04:27:59.754492+0000 mgr.smithi047.jescqm (mgr.14203) 268 : cluster [DBG] pgmap v212: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:28:02.094 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b165ca24-6f2b-11ef-bcea-c7b262605968 -- ceph orch ls -f json 2024-09-10T04:28:02.372 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:02 smithi047 bash[19880]: audit 2024-09-10T04:28:00.497230+0000 mgr.smithi047.jescqm (mgr.14203) 269 : audit [DBG] from='client.14572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T04:28:02.372 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:02 smithi047 bash[19880]: audit 2024-09-10T04:28:00.497230+0000 mgr.smithi047.jescqm (mgr.14203) 269 : audit [DBG] from='client.14572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T04:28:02.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:02 smithi149 bash[25108]: audit 2024-09-10T04:28:00.497230+0000 mgr.smithi047.jescqm (mgr.14203) 269 : audit [DBG] from='client.14572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T04:28:02.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:02 smithi149 bash[25108]: audit 2024-09-10T04:28:00.497230+0000 mgr.smithi047.jescqm (mgr.14203) 269 : audit [DBG] from='client.14572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T04:28:03.622 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:03 smithi047 bash[19880]: cluster 2024-09-10T04:28:01.755241+0000 mgr.smithi047.jescqm (mgr.14203) 270 : cluster [DBG] pgmap v213: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:28:03.622 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:03 smithi047 bash[19880]: cluster 2024-09-10T04:28:01.755241+0000 mgr.smithi047.jescqm (mgr.14203) 270 : cluster [DBG] pgmap v213: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:28:03.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:03 smithi149 bash[25108]: cluster 2024-09-10T04:28:01.755241+0000 mgr.smithi047.jescqm (mgr.14203) 270 : cluster [DBG] pgmap v213: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:28:03.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:03 smithi149 bash[25108]: cluster 2024-09-10T04:28:01.755241+0000 mgr.smithi047.jescqm (mgr.14203) 270 : cluster [DBG] pgmap v213: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:28:04.622 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:04 smithi047 bash[19880]: audit 2024-09-10T04:28:04.140532+0000 mon.smithi047 (mon.0) 854 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:28:04.622 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:04 smithi047 bash[19880]: audit 2024-09-10T04:28:04.140532+0000 mon.smithi047 (mon.0) 854 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:28:04.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:04 smithi149 bash[25108]: audit 2024-09-10T04:28:04.140532+0000 mon.smithi047 (mon.0) 854 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:28:04.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:04 smithi149 bash[25108]: audit 2024-09-10T04:28:04.140532+0000 mon.smithi047 (mon.0) 854 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:28:05.622 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:05 smithi047 bash[19880]: cluster 2024-09-10T04:28:03.756340+0000 mgr.smithi047.jescqm (mgr.14203) 271 : cluster [DBG] pgmap v214: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:28:05.622 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:05 smithi047 bash[19880]: cluster 2024-09-10T04:28:03.756340+0000 mgr.smithi047.jescqm (mgr.14203) 271 : cluster [DBG] pgmap v214: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:28:05.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:05 smithi149 bash[25108]: cluster 2024-09-10T04:28:03.756340+0000 mgr.smithi047.jescqm (mgr.14203) 271 : cluster [DBG] pgmap v214: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:28:05.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:05 smithi149 bash[25108]: cluster 2024-09-10T04:28:03.756340+0000 mgr.smithi047.jescqm (mgr.14203) 271 : cluster [DBG] pgmap v214: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:28:06.956 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/mon.smithi047/config 2024-09-10T04:28:07.372 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:07 smithi047 bash[19880]: cluster 2024-09-10T04:28:05.757205+0000 mgr.smithi047.jescqm (mgr.14203) 272 : cluster [DBG] pgmap v215: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T04:28:07.372 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:07 smithi047 bash[19880]: cluster 2024-09-10T04:28:05.757205+0000 mgr.smithi047.jescqm (mgr.14203) 272 : cluster [DBG] pgmap v215: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T04:28:07.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:07 smithi149 bash[25108]: cluster 2024-09-10T04:28:05.757205+0000 mgr.smithi047.jescqm (mgr.14203) 272 : cluster [DBG] pgmap v215: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T04:28:07.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:07 smithi149 bash[25108]: cluster 2024-09-10T04:28:05.757205+0000 mgr.smithi047.jescqm (mgr.14203) 272 : cluster [DBG] pgmap v215: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T04:28:07.823 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:07 smithi149 systemd[1]: /etc/systemd/system/ceph-b165ca24-6f2b-11ef-bcea-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-10T04:28:08.092 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:07 smithi149 systemd[1]: /etc/systemd/system/ceph-b165ca24-6f2b-11ef-bcea-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-10T04:28:08.442 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-09-10T04:28:08.442 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-09-10T04:20:26.269241Z", "last_refresh": "2024-09-10T04:27:14.384975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-09-10T04:22:18.158586Z 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-10T04:20:18.688254Z", "last_refresh": "2024-09-10T04:27:13.956583Z", "running": 2, "size": 2}}, {"events": ["2024-09-10T04:22:21.365647Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-09-10T04:20:16.741080Z", "last_refresh": "2024-09-10T04:27:13.956710Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-09-10T04:20:22.433153Z", "last_refresh": "2024-09-10T04:27:14.385070Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-09-10T04:28:08.151770Z 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.47/16"}, "status": {"created": "2024-09-10T04:27:26.229209Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2024-09-10T04:27:33.459931Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-09-10T04:27:17.028334Z", "running": 0, "size": 2}}, {"events": ["2024-09-10T04:22:27.000641Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-10T04:20:14.946595Z", "last_refresh": "2024-09-10T04:27:13.956920Z", "running": 2, "size": 2}}, {"events": ["2024-09-10T04:22:32.373929Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-10T04:21:51.797550Z", "last_refresh": "2024-09-10T04:27:13.957022Z", "running": 2, "size": 2}}, {"events": ["2024-09-10T04:27:37.312004Z 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-10T04:27:26.223531Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2024-09-10T04:22:22.664166Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-09-10T04:20:24.432702Z", "last_refresh": "2024-09-10T04:27:13.956817Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-09-10T04:22:56.195814Z 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-10T04:22:56.187790Z", "last_refresh": "2024-09-10T04:27:13.957123Z", "running": 8, "size": 8}}, {"events": ["2024-09-10T04:22:32.383964Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-09-10T04:20:20.574021Z", "last_refresh": "2024-09-10T04:27:14.385166Z", "ports": [9095], "running": 1, "size": 1}}] 2024-09-10T04:28:09.099 INFO:tasks.cephadm:nfs.foo has 0/1 2024-09-10T04:28:09.372 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:09 smithi047 bash[19880]: cluster 2024-09-10T04:28:07.758075+0000 mgr.smithi047.jescqm (mgr.14203) 273 : cluster [DBG] pgmap v216: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:28:09.372 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:09 smithi047 bash[19880]: cluster 2024-09-10T04:28:07.758075+0000 mgr.smithi047.jescqm (mgr.14203) 273 : cluster [DBG] pgmap v216: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:28:09.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:09 smithi047 bash[19880]: audit 2024-09-10T04:28:08.141189+0000 mon.smithi047 (mon.0) 855 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:09.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:09 smithi047 bash[19880]: audit 2024-09-10T04:28:08.141189+0000 mon.smithi047 (mon.0) 855 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:09.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:09 smithi047 bash[19880]: audit 2024-09-10T04:28:08.146597+0000 mon.smithi047 (mon.0) 856 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:09.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:09 smithi047 bash[19880]: audit 2024-09-10T04:28:08.146597+0000 mon.smithi047 (mon.0) 856 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:09.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:09 smithi047 bash[19880]: audit 2024-09-10T04:28:08.151480+0000 mon.smithi047 (mon.0) 857 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:09.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:09 smithi047 bash[19880]: audit 2024-09-10T04:28:08.151480+0000 mon.smithi047 (mon.0) 857 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:09.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:09 smithi047 bash[19880]: cephadm 2024-09-10T04:28:08.153583+0000 mgr.smithi047.jescqm (mgr.14203) 274 : cephadm [INF] 10.0.31.47 is in 10.0.0.0/16 on smithi047 interface ens1f0 2024-09-10T04:28:09.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:09 smithi047 bash[19880]: cephadm 2024-09-10T04:28:08.153583+0000 mgr.smithi047.jescqm (mgr.14203) 274 : cephadm [INF] 10.0.31.47 is in 10.0.0.0/16 on smithi047 interface ens1f0 2024-09-10T04:28:09.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:09 smithi047 bash[19880]: cephadm 2024-09-10T04:28:08.153717+0000 mgr.smithi047.jescqm (mgr.14203) 275 : cephadm [INF] 10.0.31.47 is in 10.0.0.0/16 on smithi149 interface enp3s0f1 2024-09-10T04:28:09.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:09 smithi047 bash[19880]: cephadm 2024-09-10T04:28:08.153717+0000 mgr.smithi047.jescqm (mgr.14203) 275 : cephadm [INF] 10.0.31.47 is in 10.0.0.0/16 on smithi149 interface enp3s0f1 2024-09-10T04:28:09.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:09 smithi047 bash[19880]: cephadm 2024-09-10T04:28:08.154320+0000 mgr.smithi047.jescqm (mgr.14203) 276 : cephadm [INF] Deploying daemon keepalived.nfs.foo.smithi047.okdieb on smithi047 2024-09-10T04:28:09.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:09 smithi047 bash[19880]: cephadm 2024-09-10T04:28:08.154320+0000 mgr.smithi047.jescqm (mgr.14203) 276 : cephadm [INF] Deploying daemon keepalived.nfs.foo.smithi047.okdieb on smithi047 2024-09-10T04:28:09.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:09 smithi149 bash[25108]: cluster 2024-09-10T04:28:07.758075+0000 mgr.smithi047.jescqm (mgr.14203) 273 : cluster [DBG] pgmap v216: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:28:09.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:09 smithi149 bash[25108]: cluster 2024-09-10T04:28:07.758075+0000 mgr.smithi047.jescqm (mgr.14203) 273 : cluster [DBG] pgmap v216: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:28:09.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:09 smithi149 bash[25108]: audit 2024-09-10T04:28:08.141189+0000 mon.smithi047 (mon.0) 855 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:09.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:09 smithi149 bash[25108]: audit 2024-09-10T04:28:08.141189+0000 mon.smithi047 (mon.0) 855 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:09.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:09 smithi149 bash[25108]: audit 2024-09-10T04:28:08.146597+0000 mon.smithi047 (mon.0) 856 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:09.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:09 smithi149 bash[25108]: audit 2024-09-10T04:28:08.146597+0000 mon.smithi047 (mon.0) 856 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:09.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:09 smithi149 bash[25108]: audit 2024-09-10T04:28:08.151480+0000 mon.smithi047 (mon.0) 857 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:09.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:09 smithi149 bash[25108]: audit 2024-09-10T04:28:08.151480+0000 mon.smithi047 (mon.0) 857 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:09.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:09 smithi149 bash[25108]: cephadm 2024-09-10T04:28:08.153583+0000 mgr.smithi047.jescqm (mgr.14203) 274 : cephadm [INF] 10.0.31.47 is in 10.0.0.0/16 on smithi047 interface ens1f0 2024-09-10T04:28:09.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:09 smithi149 bash[25108]: cephadm 2024-09-10T04:28:08.153583+0000 mgr.smithi047.jescqm (mgr.14203) 274 : cephadm [INF] 10.0.31.47 is in 10.0.0.0/16 on smithi047 interface ens1f0 2024-09-10T04:28:09.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:09 smithi149 bash[25108]: cephadm 2024-09-10T04:28:08.153717+0000 mgr.smithi047.jescqm (mgr.14203) 275 : cephadm [INF] 10.0.31.47 is in 10.0.0.0/16 on smithi149 interface enp3s0f1 2024-09-10T04:28:09.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:09 smithi149 bash[25108]: cephadm 2024-09-10T04:28:08.153717+0000 mgr.smithi047.jescqm (mgr.14203) 275 : cephadm [INF] 10.0.31.47 is in 10.0.0.0/16 on smithi149 interface enp3s0f1 2024-09-10T04:28:09.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:09 smithi149 bash[25108]: cephadm 2024-09-10T04:28:08.154320+0000 mgr.smithi047.jescqm (mgr.14203) 276 : cephadm [INF] Deploying daemon keepalived.nfs.foo.smithi047.okdieb on smithi047 2024-09-10T04:28:09.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:09 smithi149 bash[25108]: cephadm 2024-09-10T04:28:08.154320+0000 mgr.smithi047.jescqm (mgr.14203) 276 : cephadm [INF] Deploying daemon keepalived.nfs.foo.smithi047.okdieb on smithi047 2024-09-10T04:28:10.100 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b165ca24-6f2b-11ef-bcea-c7b262605968 -- ceph orch ls -f json 2024-09-10T04:28:10.371 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:10 smithi047 bash[19880]: audit 2024-09-10T04:28:08.437417+0000 mgr.smithi047.jescqm (mgr.14203) 277 : audit [DBG] from='client.14576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T04:28:10.372 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:10 smithi047 bash[19880]: audit 2024-09-10T04:28:08.437417+0000 mgr.smithi047.jescqm (mgr.14203) 277 : audit [DBG] from='client.14576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T04:28:10.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:10 smithi149 bash[25108]: audit 2024-09-10T04:28:08.437417+0000 mgr.smithi047.jescqm (mgr.14203) 277 : audit [DBG] from='client.14576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T04:28:10.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:10 smithi149 bash[25108]: audit 2024-09-10T04:28:08.437417+0000 mgr.smithi047.jescqm (mgr.14203) 277 : audit [DBG] from='client.14576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T04:28:11.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:11 smithi149 bash[25108]: cluster 2024-09-10T04:28:09.759246+0000 mgr.smithi047.jescqm (mgr.14203) 278 : cluster [DBG] pgmap v217: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:28:11.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:11 smithi149 bash[25108]: cluster 2024-09-10T04:28:09.759246+0000 mgr.smithi047.jescqm (mgr.14203) 278 : cluster [DBG] pgmap v217: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:28:11.622 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:11 smithi047 bash[19880]: cluster 2024-09-10T04:28:09.759246+0000 mgr.smithi047.jescqm (mgr.14203) 278 : cluster [DBG] pgmap v217: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:28:11.622 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:11 smithi047 bash[19880]: cluster 2024-09-10T04:28:09.759246+0000 mgr.smithi047.jescqm (mgr.14203) 278 : cluster [DBG] pgmap v217: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:28:13.408 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:13 smithi047 bash[19880]: cluster 2024-09-10T04:28:11.760127+0000 mgr.smithi047.jescqm (mgr.14203) 279 : cluster [DBG] pgmap v218: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:28:13.408 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:13 smithi047 bash[19880]: cluster 2024-09-10T04:28:11.760127+0000 mgr.smithi047.jescqm (mgr.14203) 279 : cluster [DBG] pgmap v218: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:28:13.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:13 smithi149 bash[25108]: cluster 2024-09-10T04:28:11.760127+0000 mgr.smithi047.jescqm (mgr.14203) 279 : cluster [DBG] pgmap v218: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:28:13.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:13 smithi149 bash[25108]: cluster 2024-09-10T04:28:11.760127+0000 mgr.smithi047.jescqm (mgr.14203) 279 : cluster [DBG] pgmap v218: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:28:14.968 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/mon.smithi047/config 2024-09-10T04:28:15.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:15 smithi149 bash[25108]: cluster 2024-09-10T04:28:13.761292+0000 mgr.smithi047.jescqm (mgr.14203) 280 : cluster [DBG] pgmap v219: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:28:15.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:15 smithi149 bash[25108]: cluster 2024-09-10T04:28:13.761292+0000 mgr.smithi047.jescqm (mgr.14203) 280 : cluster [DBG] pgmap v219: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:28:15.622 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:15 smithi047 bash[19880]: cluster 2024-09-10T04:28:13.761292+0000 mgr.smithi047.jescqm (mgr.14203) 280 : cluster [DBG] pgmap v219: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:28:15.622 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:15 smithi047 bash[19880]: cluster 2024-09-10T04:28:13.761292+0000 mgr.smithi047.jescqm (mgr.14203) 280 : cluster [DBG] pgmap v219: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:28:17.372 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:17 smithi047 bash[19880]: cluster 2024-09-10T04:28:15.762215+0000 mgr.smithi047.jescqm (mgr.14203) 281 : cluster [DBG] pgmap v220: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T04:28:17.372 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:17 smithi047 bash[19880]: cluster 2024-09-10T04:28:15.762215+0000 mgr.smithi047.jescqm (mgr.14203) 281 : cluster [DBG] pgmap v220: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T04:28:17.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:17 smithi149 bash[25108]: cluster 2024-09-10T04:28:15.762215+0000 mgr.smithi047.jescqm (mgr.14203) 281 : cluster [DBG] pgmap v220: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T04:28:17.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:17 smithi149 bash[25108]: cluster 2024-09-10T04:28:15.762215+0000 mgr.smithi047.jescqm (mgr.14203) 281 : cluster [DBG] pgmap v220: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T04:28:17.454 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-09-10T04:28:17.454 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-09-10T04:20:26.269241Z", "last_refresh": "2024-09-10T04:27:14.384975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-09-10T04:22:18.158586Z 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-10T04:20:18.688254Z", "last_refresh": "2024-09-10T04:27:13.956583Z", "running": 2, "size": 2}}, {"events": ["2024-09-10T04:22:21.365647Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-09-10T04:20:16.741080Z", "last_refresh": "2024-09-10T04:27:13.956710Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-09-10T04:20:22.433153Z", "last_refresh": "2024-09-10T04:27:14.385070Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-09-10T04:28:08.151770Z 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.47/16"}, "status": {"created": "2024-09-10T04:27:26.229209Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2024-09-10T04:27:33.459931Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-09-10T04:27:17.028334Z", "running": 0, "size": 2}}, {"events": ["2024-09-10T04:22:27.000641Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-10T04:20:14.946595Z", "last_refresh": "2024-09-10T04:27:13.956920Z", "running": 2, "size": 2}}, {"events": ["2024-09-10T04:22:32.373929Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-10T04:21:51.797550Z", "last_refresh": "2024-09-10T04:27:13.957022Z", "running": 2, "size": 2}}, {"events": ["2024-09-10T04:27:37.312004Z 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-10T04:27:26.223531Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2024-09-10T04:22:22.664166Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-09-10T04:20:24.432702Z", "last_refresh": "2024-09-10T04:27:13.956817Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-09-10T04:22:56.195814Z 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-10T04:22:56.187790Z", "last_refresh": "2024-09-10T04:27:13.957123Z", "running": 8, "size": 8}}, {"events": ["2024-09-10T04:22:32.383964Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-09-10T04:20:20.574021Z", "last_refresh": "2024-09-10T04:27:14.385166Z", "ports": [9095], "running": 1, "size": 1}}] 2024-09-10T04:28:18.314 INFO:tasks.cephadm:nfs.foo has 0/1 2024-09-10T04:28:18.501 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:18 smithi047 systemd[1]: /etc/systemd/system/ceph-b165ca24-6f2b-11ef-bcea-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-10T04:28:18.780 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:18 smithi047 systemd[1]: /etc/systemd/system/ceph-b165ca24-6f2b-11ef-bcea-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-10T04:28:19.315 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b165ca24-6f2b-11ef-bcea-c7b262605968 -- ceph orch ls -f json 2024-09-10T04:28:19.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:19 smithi149 bash[25108]: audit 2024-09-10T04:28:17.442086+0000 mgr.smithi047.jescqm (mgr.14203) 282 : audit [DBG] from='client.14580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T04:28:19.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:19 smithi149 bash[25108]: audit 2024-09-10T04:28:17.442086+0000 mgr.smithi047.jescqm (mgr.14203) 282 : audit [DBG] from='client.14580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T04:28:19.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:19 smithi149 bash[25108]: cluster 2024-09-10T04:28:17.763104+0000 mgr.smithi047.jescqm (mgr.14203) 283 : cluster [DBG] pgmap v221: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:28:19.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:19 smithi149 bash[25108]: cluster 2024-09-10T04:28:17.763104+0000 mgr.smithi047.jescqm (mgr.14203) 283 : cluster [DBG] pgmap v221: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:28:19.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:19 smithi149 bash[25108]: audit 2024-09-10T04:28:18.828800+0000 mon.smithi047 (mon.0) 858 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:19.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:19 smithi149 bash[25108]: audit 2024-09-10T04:28:18.828800+0000 mon.smithi047 (mon.0) 858 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:19.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:19 smithi149 bash[25108]: audit 2024-09-10T04:28:18.834349+0000 mon.smithi047 (mon.0) 859 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:19.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:19 smithi149 bash[25108]: audit 2024-09-10T04:28:18.834349+0000 mon.smithi047 (mon.0) 859 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:19.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:19 smithi149 bash[25108]: audit 2024-09-10T04:28:18.840552+0000 mon.smithi047 (mon.0) 860 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:19.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:19 smithi149 bash[25108]: audit 2024-09-10T04:28:18.840552+0000 mon.smithi047 (mon.0) 860 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:19.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:19 smithi149 bash[25108]: audit 2024-09-10T04:28:18.845172+0000 mon.smithi047 (mon.0) 861 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:19.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:19 smithi149 bash[25108]: audit 2024-09-10T04:28:18.845172+0000 mon.smithi047 (mon.0) 861 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:19.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:19 smithi149 bash[25108]: audit 2024-09-10T04:28:18.867959+0000 mon.smithi047 (mon.0) 862 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:28:19.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:19 smithi149 bash[25108]: audit 2024-09-10T04:28:18.867959+0000 mon.smithi047 (mon.0) 862 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:28:19.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:19 smithi149 bash[25108]: audit 2024-09-10T04:28:19.000348+0000 mon.smithi047 (mon.0) 863 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:19.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:19 smithi149 bash[25108]: audit 2024-09-10T04:28:19.000348+0000 mon.smithi047 (mon.0) 863 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:19.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:19 smithi149 bash[25108]: audit 2024-09-10T04:28:19.140887+0000 mon.smithi047 (mon.0) 864 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:28:19.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:19 smithi149 bash[25108]: audit 2024-09-10T04:28:19.140887+0000 mon.smithi047 (mon.0) 864 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:28:19.622 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:19 smithi047 bash[19880]: audit 2024-09-10T04:28:17.442086+0000 mgr.smithi047.jescqm (mgr.14203) 282 : audit [DBG] from='client.14580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T04:28:19.622 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:19 smithi047 bash[19880]: audit 2024-09-10T04:28:17.442086+0000 mgr.smithi047.jescqm (mgr.14203) 282 : audit [DBG] from='client.14580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T04:28:19.622 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:19 smithi047 bash[19880]: cluster 2024-09-10T04:28:17.763104+0000 mgr.smithi047.jescqm (mgr.14203) 283 : cluster [DBG] pgmap v221: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:28:19.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:19 smithi047 bash[19880]: cluster 2024-09-10T04:28:17.763104+0000 mgr.smithi047.jescqm (mgr.14203) 283 : cluster [DBG] pgmap v221: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:28:19.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:19 smithi047 bash[19880]: audit 2024-09-10T04:28:18.828800+0000 mon.smithi047 (mon.0) 858 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:19.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:19 smithi047 bash[19880]: audit 2024-09-10T04:28:18.828800+0000 mon.smithi047 (mon.0) 858 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:19.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:19 smithi047 bash[19880]: audit 2024-09-10T04:28:18.834349+0000 mon.smithi047 (mon.0) 859 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:19.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:19 smithi047 bash[19880]: audit 2024-09-10T04:28:18.834349+0000 mon.smithi047 (mon.0) 859 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:19.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:19 smithi047 bash[19880]: audit 2024-09-10T04:28:18.840552+0000 mon.smithi047 (mon.0) 860 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:19.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:19 smithi047 bash[19880]: audit 2024-09-10T04:28:18.840552+0000 mon.smithi047 (mon.0) 860 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:19.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:19 smithi047 bash[19880]: audit 2024-09-10T04:28:18.845172+0000 mon.smithi047 (mon.0) 861 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:19.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:19 smithi047 bash[19880]: audit 2024-09-10T04:28:18.845172+0000 mon.smithi047 (mon.0) 861 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:19.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:19 smithi047 bash[19880]: audit 2024-09-10T04:28:18.867959+0000 mon.smithi047 (mon.0) 862 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:28:19.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:19 smithi047 bash[19880]: audit 2024-09-10T04:28:18.867959+0000 mon.smithi047 (mon.0) 862 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:28:19.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:19 smithi047 bash[19880]: audit 2024-09-10T04:28:19.000348+0000 mon.smithi047 (mon.0) 863 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:19.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:19 smithi047 bash[19880]: audit 2024-09-10T04:28:19.000348+0000 mon.smithi047 (mon.0) 863 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:19.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:19 smithi047 bash[19880]: audit 2024-09-10T04:28:19.140887+0000 mon.smithi047 (mon.0) 864 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:28:19.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:19 smithi047 bash[19880]: audit 2024-09-10T04:28:19.140887+0000 mon.smithi047 (mon.0) 864 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:28:21.371 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:21 smithi047 bash[19880]: cluster 2024-09-10T04:28:19.764156+0000 mgr.smithi047.jescqm (mgr.14203) 284 : cluster [DBG] pgmap v222: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:28:21.372 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:21 smithi047 bash[19880]: cluster 2024-09-10T04:28:19.764156+0000 mgr.smithi047.jescqm (mgr.14203) 284 : cluster [DBG] pgmap v222: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:28:21.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:21 smithi149 bash[25108]: cluster 2024-09-10T04:28:19.764156+0000 mgr.smithi047.jescqm (mgr.14203) 284 : cluster [DBG] pgmap v222: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:28:21.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:21 smithi149 bash[25108]: cluster 2024-09-10T04:28:19.764156+0000 mgr.smithi047.jescqm (mgr.14203) 284 : cluster [DBG] pgmap v222: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:28:23.372 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:23 smithi047 bash[19880]: cluster 2024-09-10T04:28:21.764992+0000 mgr.smithi047.jescqm (mgr.14203) 285 : cluster [DBG] pgmap v223: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:28:23.372 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:23 smithi047 bash[19880]: cluster 2024-09-10T04:28:21.764992+0000 mgr.smithi047.jescqm (mgr.14203) 285 : cluster [DBG] pgmap v223: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:28:23.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:23 smithi149 bash[25108]: cluster 2024-09-10T04:28:21.764992+0000 mgr.smithi047.jescqm (mgr.14203) 285 : cluster [DBG] pgmap v223: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:28:23.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:23 smithi149 bash[25108]: cluster 2024-09-10T04:28:21.764992+0000 mgr.smithi047.jescqm (mgr.14203) 285 : cluster [DBG] pgmap v223: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:28:24.011 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/mon.smithi047/config 2024-09-10T04:28:25.372 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:25 smithi047 bash[19880]: cluster 2024-09-10T04:28:23.766141+0000 mgr.smithi047.jescqm (mgr.14203) 286 : cluster [DBG] pgmap v224: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:28:25.372 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:25 smithi047 bash[19880]: cluster 2024-09-10T04:28:23.766141+0000 mgr.smithi047.jescqm (mgr.14203) 286 : cluster [DBG] pgmap v224: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:28:25.372 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:25 smithi047 bash[19880]: audit 2024-09-10T04:28:24.618114+0000 mon.smithi047 (mon.0) 865 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:25.372 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:25 smithi047 bash[19880]: audit 2024-09-10T04:28:24.618114+0000 mon.smithi047 (mon.0) 865 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:25.372 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:25 smithi047 bash[19880]: audit 2024-09-10T04:28:24.624493+0000 mon.smithi047 (mon.0) 866 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:25.372 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:25 smithi047 bash[19880]: audit 2024-09-10T04:28:24.624493+0000 mon.smithi047 (mon.0) 866 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:25.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:25 smithi149 bash[25108]: cluster 2024-09-10T04:28:23.766141+0000 mgr.smithi047.jescqm (mgr.14203) 286 : cluster [DBG] pgmap v224: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:28:25.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:25 smithi149 bash[25108]: cluster 2024-09-10T04:28:23.766141+0000 mgr.smithi047.jescqm (mgr.14203) 286 : cluster [DBG] pgmap v224: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:28:25.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:25 smithi149 bash[25108]: audit 2024-09-10T04:28:24.618114+0000 mon.smithi047 (mon.0) 865 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:25.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:25 smithi149 bash[25108]: audit 2024-09-10T04:28:24.618114+0000 mon.smithi047 (mon.0) 865 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:25.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:25 smithi149 bash[25108]: audit 2024-09-10T04:28:24.624493+0000 mon.smithi047 (mon.0) 866 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:25.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:25 smithi149 bash[25108]: audit 2024-09-10T04:28:24.624493+0000 mon.smithi047 (mon.0) 866 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:25.441 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-09-10T04:28:25.441 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-09-10T04:20:26.269241Z", "last_refresh": "2024-09-10T04:28:25.258612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-09-10T04:22:18.158586Z 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-10T04:20:18.688254Z", "last_refresh": "2024-09-10T04:28:24.610987Z", "running": 2, "size": 2}}, {"events": ["2024-09-10T04:22:21.365647Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-09-10T04:20:16.741080Z", "last_refresh": "2024-09-10T04:28:24.611120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-09-10T04:20:22.433153Z", "last_refresh": "2024-09-10T04:28:25.258726Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-09-10T04:28:18.845374Z 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.47/16"}, "status": {"created": "2024-09-10T04:27:26.229209Z", "last_refresh": "2024-09-10T04:28:24.612046Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2024-09-10T04:27:33.459931Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-09-10T04:27:17.028334Z", "last_refresh": "2024-09-10T04:28:24.611943Z", "running": 2, "size": 2}}, {"events": ["2024-09-10T04:22:27.000641Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-10T04:20:14.946595Z", "last_refresh": "2024-09-10T04:28:24.611332Z", "running": 2, "size": 2}}, {"events": ["2024-09-10T04:22:32.373929Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-10T04:21:51.797550Z", "last_refresh": "2024-09-10T04:28:24.611433Z", "running": 2, "size": 2}}, {"events": ["2024-09-10T04:27:37.312004Z 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-10T04:27:26.223531Z", "last_refresh": "2024-09-10T04:28:25.259412Z", "ports": [12999], "running": 1, "size": 1}}, {"events": ["2024-09-10T04:22:22.664166Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-09-10T04:20:24.432702Z", "last_refresh": "2024-09-10T04:28:24.611227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-09-10T04:22:56.195814Z 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-10T04:22:56.187790Z", "last_refresh": "2024-09-10T04:28:24.611536Z", "running": 8, "size": 8}}, {"events": ["2024-09-10T04:22:32.383964Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-09-10T04:20:20.574021Z", "last_refresh": "2024-09-10T04:28:25.258826Z", "ports": [9095], "running": 1, "size": 1}}] 2024-09-10T04:28:26.061 INFO:tasks.cephadm:nfs.foo has 1/1 2024-09-10T04:28:26.062 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-09-10T04:28:26.075 INFO:tasks.cephadm:Waiting for ceph service ingress.nfs.foo to start (timeout 300)... 2024-09-10T04:28:26.075 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b165ca24-6f2b-11ef-bcea-c7b262605968 -- ceph orch ls -f json 2024-09-10T04:28:26.372 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:26 smithi047 bash[19880]: audit 2024-09-10T04:28:25.264809+0000 mon.smithi047 (mon.0) 867 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:26.372 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:26 smithi047 bash[19880]: audit 2024-09-10T04:28:25.264809+0000 mon.smithi047 (mon.0) 867 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:26.372 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:26 smithi047 bash[19880]: audit 2024-09-10T04:28:25.270486+0000 mon.smithi047 (mon.0) 868 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:26.372 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:26 smithi047 bash[19880]: audit 2024-09-10T04:28:25.270486+0000 mon.smithi047 (mon.0) 868 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:26.372 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:26 smithi047 bash[19880]: audit 2024-09-10T04:28:25.888030+0000 mon.smithi047 (mon.0) 869 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:28:26.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:26 smithi047 bash[19880]: audit 2024-09-10T04:28:25.888030+0000 mon.smithi047 (mon.0) 869 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:28:26.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:26 smithi047 bash[19880]: audit 2024-09-10T04:28:25.889621+0000 mon.smithi047 (mon.0) 870 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:28:26.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:26 smithi047 bash[19880]: audit 2024-09-10T04:28:25.889621+0000 mon.smithi047 (mon.0) 870 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:28:26.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:26 smithi047 bash[19880]: audit 2024-09-10T04:28:25.899432+0000 mon.smithi047 (mon.0) 871 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:26.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:26 smithi047 bash[19880]: audit 2024-09-10T04:28:25.899432+0000 mon.smithi047 (mon.0) 871 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:26.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:26 smithi047 bash[19880]: audit 2024-09-10T04:28:25.906136+0000 mon.smithi047 (mon.0) 872 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-10T04:28:26.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:26 smithi047 bash[19880]: audit 2024-09-10T04:28:25.906136+0000 mon.smithi047 (mon.0) 872 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-10T04:28:26.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:26 smithi047 bash[19880]: audit 2024-09-10T04:28:25.923564+0000 mon.smithi047 (mon.0) 873 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:26.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:26 smithi047 bash[19880]: audit 2024-09-10T04:28:25.923564+0000 mon.smithi047 (mon.0) 873 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:26.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:26 smithi149 bash[25108]: audit 2024-09-10T04:28:25.264809+0000 mon.smithi047 (mon.0) 867 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:26.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:26 smithi149 bash[25108]: audit 2024-09-10T04:28:25.264809+0000 mon.smithi047 (mon.0) 867 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:26.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:26 smithi149 bash[25108]: audit 2024-09-10T04:28:25.270486+0000 mon.smithi047 (mon.0) 868 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:26.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:26 smithi149 bash[25108]: audit 2024-09-10T04:28:25.270486+0000 mon.smithi047 (mon.0) 868 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:26.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:26 smithi149 bash[25108]: audit 2024-09-10T04:28:25.888030+0000 mon.smithi047 (mon.0) 869 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:28:26.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:26 smithi149 bash[25108]: audit 2024-09-10T04:28:25.888030+0000 mon.smithi047 (mon.0) 869 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:28:26.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:26 smithi149 bash[25108]: audit 2024-09-10T04:28:25.889621+0000 mon.smithi047 (mon.0) 870 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:28:26.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:26 smithi149 bash[25108]: audit 2024-09-10T04:28:25.889621+0000 mon.smithi047 (mon.0) 870 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:28:26.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:26 smithi149 bash[25108]: audit 2024-09-10T04:28:25.899432+0000 mon.smithi047 (mon.0) 871 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:26.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:26 smithi149 bash[25108]: audit 2024-09-10T04:28:25.899432+0000 mon.smithi047 (mon.0) 871 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:26.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:26 smithi149 bash[25108]: audit 2024-09-10T04:28:25.906136+0000 mon.smithi047 (mon.0) 872 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-10T04:28:26.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:26 smithi149 bash[25108]: audit 2024-09-10T04:28:25.906136+0000 mon.smithi047 (mon.0) 872 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-10T04:28:26.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:26 smithi149 bash[25108]: audit 2024-09-10T04:28:25.923564+0000 mon.smithi047 (mon.0) 873 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:26.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:26 smithi149 bash[25108]: audit 2024-09-10T04:28:25.923564+0000 mon.smithi047 (mon.0) 873 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:27.622 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:27 smithi047 bash[19880]: audit 2024-09-10T04:28:25.433740+0000 mgr.smithi047.jescqm (mgr.14203) 287 : audit [DBG] from='client.14584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T04:28:27.622 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:27 smithi047 bash[19880]: audit 2024-09-10T04:28:25.433740+0000 mgr.smithi047.jescqm (mgr.14203) 287 : audit [DBG] from='client.14584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T04:28:27.622 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:27 smithi047 bash[19880]: cluster 2024-09-10T04:28:25.766653+0000 mgr.smithi047.jescqm (mgr.14203) 288 : cluster [DBG] pgmap v225: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T04:28:27.622 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:27 smithi047 bash[19880]: cluster 2024-09-10T04:28:25.766653+0000 mgr.smithi047.jescqm (mgr.14203) 288 : cluster [DBG] pgmap v225: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T04:28:27.622 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:27 smithi047 bash[19880]: cephadm 2024-09-10T04:28:25.951355+0000 mgr.smithi047.jescqm (mgr.14203) 289 : cephadm [INF] Reconfiguring prometheus.smithi047 (dependencies changed)... 2024-09-10T04:28:27.622 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:27 smithi047 bash[19880]: cephadm 2024-09-10T04:28:25.951355+0000 mgr.smithi047.jescqm (mgr.14203) 289 : cephadm [INF] Reconfiguring prometheus.smithi047 (dependencies changed)... 2024-09-10T04:28:27.622 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:27 smithi047 bash[19880]: cephadm 2024-09-10T04:28:26.248259+0000 mgr.smithi047.jescqm (mgr.14203) 290 : cephadm [INF] Reconfiguring daemon prometheus.smithi047 on smithi047 2024-09-10T04:28:27.622 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:27 smithi047 bash[19880]: cephadm 2024-09-10T04:28:26.248259+0000 mgr.smithi047.jescqm (mgr.14203) 290 : cephadm [INF] Reconfiguring daemon prometheus.smithi047 on smithi047 2024-09-10T04:28:27.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:27 smithi149 bash[25108]: audit 2024-09-10T04:28:25.433740+0000 mgr.smithi047.jescqm (mgr.14203) 287 : audit [DBG] from='client.14584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T04:28:27.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:27 smithi149 bash[25108]: audit 2024-09-10T04:28:25.433740+0000 mgr.smithi047.jescqm (mgr.14203) 287 : audit [DBG] from='client.14584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T04:28:27.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:27 smithi149 bash[25108]: cluster 2024-09-10T04:28:25.766653+0000 mgr.smithi047.jescqm (mgr.14203) 288 : cluster [DBG] pgmap v225: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T04:28:27.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:27 smithi149 bash[25108]: cluster 2024-09-10T04:28:25.766653+0000 mgr.smithi047.jescqm (mgr.14203) 288 : cluster [DBG] pgmap v225: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T04:28:27.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:27 smithi149 bash[25108]: cephadm 2024-09-10T04:28:25.951355+0000 mgr.smithi047.jescqm (mgr.14203) 289 : cephadm [INF] Reconfiguring prometheus.smithi047 (dependencies changed)... 2024-09-10T04:28:27.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:27 smithi149 bash[25108]: cephadm 2024-09-10T04:28:25.951355+0000 mgr.smithi047.jescqm (mgr.14203) 289 : cephadm [INF] Reconfiguring prometheus.smithi047 (dependencies changed)... 2024-09-10T04:28:27.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:27 smithi149 bash[25108]: cephadm 2024-09-10T04:28:26.248259+0000 mgr.smithi047.jescqm (mgr.14203) 290 : cephadm [INF] Reconfiguring daemon prometheus.smithi047 on smithi047 2024-09-10T04:28:27.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:27 smithi149 bash[25108]: cephadm 2024-09-10T04:28:26.248259+0000 mgr.smithi047.jescqm (mgr.14203) 290 : cephadm [INF] Reconfiguring daemon prometheus.smithi047 on smithi047 2024-09-10T04:28:29.533 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:29 smithi047 bash[19880]: cluster 2024-09-10T04:28:27.767454+0000 mgr.smithi047.jescqm (mgr.14203) 291 : cluster [DBG] pgmap v226: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:28:29.533 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:29 smithi047 bash[19880]: cluster 2024-09-10T04:28:27.767454+0000 mgr.smithi047.jescqm (mgr.14203) 291 : cluster [DBG] pgmap v226: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:28:29.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:29 smithi149 bash[25108]: cluster 2024-09-10T04:28:27.767454+0000 mgr.smithi047.jescqm (mgr.14203) 291 : cluster [DBG] pgmap v226: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:28:29.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:29 smithi149 bash[25108]: cluster 2024-09-10T04:28:27.767454+0000 mgr.smithi047.jescqm (mgr.14203) 291 : cluster [DBG] pgmap v226: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:28:31.388 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/mon.smithi047/config 2024-09-10T04:28:31.621 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:31 smithi047 bash[19880]: cluster 2024-09-10T04:28:29.768477+0000 mgr.smithi047.jescqm (mgr.14203) 292 : cluster [DBG] pgmap v227: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:28:31.622 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:31 smithi047 bash[19880]: cluster 2024-09-10T04:28:29.768477+0000 mgr.smithi047.jescqm (mgr.14203) 292 : cluster [DBG] pgmap v227: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:28:31.622 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:31 smithi047 bash[19880]: audit 2024-09-10T04:28:30.946170+0000 mon.smithi047 (mon.0) 874 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:31.622 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:31 smithi047 bash[19880]: audit 2024-09-10T04:28:30.946170+0000 mon.smithi047 (mon.0) 874 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:31.622 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:31 smithi047 bash[19880]: audit 2024-09-10T04:28:30.951907+0000 mon.smithi047 (mon.0) 875 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:31.622 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:31 smithi047 bash[19880]: audit 2024-09-10T04:28:30.951907+0000 mon.smithi047 (mon.0) 875 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:31.622 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:31 smithi047 bash[19880]: audit 2024-09-10T04:28:30.958189+0000 mon.smithi047 (mon.0) 876 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "dashboard get-prometheus-api-host"} : dispatch 2024-09-10T04:28:31.622 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:31 smithi047 bash[19880]: audit 2024-09-10T04:28:30.958189+0000 mon.smithi047 (mon.0) 876 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "dashboard get-prometheus-api-host"} : dispatch 2024-09-10T04:28:31.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:31 smithi149 bash[25108]: cluster 2024-09-10T04:28:29.768477+0000 mgr.smithi047.jescqm (mgr.14203) 292 : cluster [DBG] pgmap v227: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:28:31.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:31 smithi149 bash[25108]: cluster 2024-09-10T04:28:29.768477+0000 mgr.smithi047.jescqm (mgr.14203) 292 : cluster [DBG] pgmap v227: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:28:31.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:31 smithi149 bash[25108]: audit 2024-09-10T04:28:30.946170+0000 mon.smithi047 (mon.0) 874 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:31.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:31 smithi149 bash[25108]: audit 2024-09-10T04:28:30.946170+0000 mon.smithi047 (mon.0) 874 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:31.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:31 smithi149 bash[25108]: audit 2024-09-10T04:28:30.951907+0000 mon.smithi047 (mon.0) 875 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:31.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:31 smithi149 bash[25108]: audit 2024-09-10T04:28:30.951907+0000 mon.smithi047 (mon.0) 875 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:31.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:31 smithi149 bash[25108]: audit 2024-09-10T04:28:30.958189+0000 mon.smithi047 (mon.0) 876 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "dashboard get-prometheus-api-host"} : dispatch 2024-09-10T04:28:31.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:31 smithi149 bash[25108]: audit 2024-09-10T04:28:30.958189+0000 mon.smithi047 (mon.0) 876 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "dashboard get-prometheus-api-host"} : dispatch 2024-09-10T04:28:32.588 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:32 smithi047 bash[19880]: audit 2024-09-10T04:28:30.958708+0000 mgr.smithi047.jescqm (mgr.14203) 293 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-10T04:28:32.589 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:32 smithi047 bash[19880]: audit 2024-09-10T04:28:30.958708+0000 mgr.smithi047.jescqm (mgr.14203) 293 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-10T04:28:32.589 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:32 smithi047 bash[19880]: audit 2024-09-10T04:28:31.361355+0000 mon.smithi047 (mon.0) 877 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:28:32.589 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:32 smithi047 bash[19880]: audit 2024-09-10T04:28:31.361355+0000 mon.smithi047 (mon.0) 877 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:28:32.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:32 smithi149 bash[25108]: audit 2024-09-10T04:28:30.958708+0000 mgr.smithi047.jescqm (mgr.14203) 293 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-10T04:28:32.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:32 smithi149 bash[25108]: audit 2024-09-10T04:28:30.958708+0000 mgr.smithi047.jescqm (mgr.14203) 293 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-10T04:28:32.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:32 smithi149 bash[25108]: audit 2024-09-10T04:28:31.361355+0000 mon.smithi047 (mon.0) 877 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:28:32.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:32 smithi149 bash[25108]: audit 2024-09-10T04:28:31.361355+0000 mon.smithi047 (mon.0) 877 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:28:33.058 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-09-10T04:28:33.059 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-09-10T04:20:26.269241Z", "last_refresh": "2024-09-10T04:28:25.258612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-09-10T04:22:18.158586Z 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-10T04:20:18.688254Z", "last_refresh": "2024-09-10T04:28:24.610987Z", "running": 2, "size": 2}}, {"events": ["2024-09-10T04:22:21.365647Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-09-10T04:20:16.741080Z", "last_refresh": "2024-09-10T04:28:24.611120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-09-10T04:20:22.433153Z", "last_refresh": "2024-09-10T04:28:25.258726Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-09-10T04:28:18.845374Z 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.47/16"}, "status": {"created": "2024-09-10T04:27:26.229209Z", "last_refresh": "2024-09-10T04:28:24.612046Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2024-09-10T04:27:33.459931Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-09-10T04:27:17.028334Z", "last_refresh": "2024-09-10T04:28:24.611943Z", "running": 2, "size": 2}}, {"events": ["2024-09-10T04:22:27.000641Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-10T04:20:14.946595Z", "last_refresh": "2024-09-10T04:28:24.611332Z", "running": 2, "size": 2}}, {"events": ["2024-09-10T04:22:32.373929Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-10T04:21:51.797550Z", "last_refresh": "2024-09-10T04:28:24.611433Z", "running": 2, "size": 2}}, {"events": ["2024-09-10T04:28:25.924024Z 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-10T04:27:26.223531Z", "last_refresh": "2024-09-10T04:28:25.259412Z", "ports": [12999], "running": 1, "size": 1}}, {"events": ["2024-09-10T04:22:22.664166Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-09-10T04:20:24.432702Z", "last_refresh": "2024-09-10T04:28:24.611227Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-09-10T04:22:56.195814Z 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-10T04:22:56.187790Z", "last_refresh": "2024-09-10T04:28:24.611536Z", "running": 8, "size": 8}}, {"events": ["2024-09-10T04:22:32.383964Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-09-10T04:20:20.574021Z", "ports": [9095], "running": 0, "size": 1}}] 2024-09-10T04:28:33.371 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:33 smithi047 bash[19880]: cluster 2024-09-10T04:28:31.769426+0000 mgr.smithi047.jescqm (mgr.14203) 294 : cluster [DBG] pgmap v228: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:28:33.372 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:33 smithi047 bash[19880]: cluster 2024-09-10T04:28:31.769426+0000 mgr.smithi047.jescqm (mgr.14203) 294 : cluster [DBG] pgmap v228: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:28:33.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:33 smithi149 bash[25108]: cluster 2024-09-10T04:28:31.769426+0000 mgr.smithi047.jescqm (mgr.14203) 294 : cluster [DBG] pgmap v228: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:28:33.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:33 smithi149 bash[25108]: cluster 2024-09-10T04:28:31.769426+0000 mgr.smithi047.jescqm (mgr.14203) 294 : cluster [DBG] pgmap v228: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:28:33.699 INFO:tasks.cephadm:ingress.nfs.foo has 4/4 2024-09-10T04:28:33.699 INFO:teuthology.run_tasks:Running task vip.exec... 2024-09-10T04:28:33.713 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi047.front.sepia.ceph.com 2024-09-10T04:28:33.714 DEBUG:teuthology.orchestra.run.smithi047:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mkdir /mnt/foo' 2024-09-10T04:28:33.727 INFO:teuthology.orchestra.run.smithi047.stderr:+ mkdir /mnt/foo 2024-09-10T04:28:33.741 DEBUG:teuthology.orchestra.run.smithi047:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'sleep 5' 2024-09-10T04:28:33.797 INFO:teuthology.orchestra.run.smithi047.stderr:+ sleep 5 2024-09-10T04:28:34.621 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:34 smithi047 bash[19880]: audit 2024-09-10T04:28:33.054333+0000 mgr.smithi047.jescqm (mgr.14203) 295 : audit [DBG] from='client.14588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T04:28:34.622 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:34 smithi047 bash[19880]: audit 2024-09-10T04:28:33.054333+0000 mgr.smithi047.jescqm (mgr.14203) 295 : audit [DBG] from='client.14588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T04:28:34.622 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:34 smithi047 bash[19880]: audit 2024-09-10T04:28:34.141312+0000 mon.smithi047 (mon.0) 878 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:28:34.622 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:34 smithi047 bash[19880]: audit 2024-09-10T04:28:34.141312+0000 mon.smithi047 (mon.0) 878 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:28:34.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:34 smithi149 bash[25108]: audit 2024-09-10T04:28:33.054333+0000 mgr.smithi047.jescqm (mgr.14203) 295 : audit [DBG] from='client.14588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T04:28:34.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:34 smithi149 bash[25108]: audit 2024-09-10T04:28:33.054333+0000 mgr.smithi047.jescqm (mgr.14203) 295 : audit [DBG] from='client.14588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T04:28:34.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:34 smithi149 bash[25108]: audit 2024-09-10T04:28:34.141312+0000 mon.smithi047 (mon.0) 878 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:28:34.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:34 smithi149 bash[25108]: audit 2024-09-10T04:28:34.141312+0000 mon.smithi047 (mon.0) 878 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:28:35.621 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:35 smithi047 bash[19880]: cluster 2024-09-10T04:28:33.770695+0000 mgr.smithi047.jescqm (mgr.14203) 296 : cluster [DBG] pgmap v229: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:28:35.622 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:35 smithi047 bash[19880]: cluster 2024-09-10T04:28:33.770695+0000 mgr.smithi047.jescqm (mgr.14203) 296 : cluster [DBG] pgmap v229: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:28:35.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:35 smithi149 bash[25108]: cluster 2024-09-10T04:28:33.770695+0000 mgr.smithi047.jescqm (mgr.14203) 296 : cluster [DBG] pgmap v229: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:28:35.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:35 smithi149 bash[25108]: cluster 2024-09-10T04:28:33.770695+0000 mgr.smithi047.jescqm (mgr.14203) 296 : cluster [DBG] pgmap v229: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:28:37.622 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:37 smithi047 bash[19880]: cluster 2024-09-10T04:28:35.771535+0000 mgr.smithi047.jescqm (mgr.14203) 297 : cluster [DBG] pgmap v230: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T04:28:37.622 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:37 smithi047 bash[19880]: cluster 2024-09-10T04:28:35.771535+0000 mgr.smithi047.jescqm (mgr.14203) 297 : cluster [DBG] pgmap v230: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T04:28:37.622 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:37 smithi047 bash[19880]: audit 2024-09-10T04:28:37.138517+0000 mon.smithi047 (mon.0) 879 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:37.622 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:37 smithi047 bash[19880]: audit 2024-09-10T04:28:37.138517+0000 mon.smithi047 (mon.0) 879 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:37.622 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:37 smithi047 bash[19880]: audit 2024-09-10T04:28:37.146980+0000 mon.smithi047 (mon.0) 880 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:37.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:37 smithi047 bash[19880]: audit 2024-09-10T04:28:37.146980+0000 mon.smithi047 (mon.0) 880 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:37.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:37 smithi149 bash[25108]: cluster 2024-09-10T04:28:35.771535+0000 mgr.smithi047.jescqm (mgr.14203) 297 : cluster [DBG] pgmap v230: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T04:28:37.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:37 smithi149 bash[25108]: cluster 2024-09-10T04:28:35.771535+0000 mgr.smithi047.jescqm (mgr.14203) 297 : cluster [DBG] pgmap v230: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T04:28:37.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:37 smithi149 bash[25108]: audit 2024-09-10T04:28:37.138517+0000 mon.smithi047 (mon.0) 879 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:37.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:37 smithi149 bash[25108]: audit 2024-09-10T04:28:37.138517+0000 mon.smithi047 (mon.0) 879 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:37.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:37 smithi149 bash[25108]: audit 2024-09-10T04:28:37.146980+0000 mon.smithi047 (mon.0) 880 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:37.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:37 smithi149 bash[25108]: audit 2024-09-10T04:28:37.146980+0000 mon.smithi047 (mon.0) 880 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:38.800 DEBUG:teuthology.orchestra.run.smithi047:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mount -t nfs 10.0.31.47:/fake /mnt/foo -o port=2999' 2024-09-10T04:28:38.855 INFO:teuthology.orchestra.run.smithi047.stderr:+ mount -t nfs 10.0.31.47:/fake /mnt/foo -o port=2999 2024-09-10T04:28:39.065 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:38 smithi047 bash[19880]: audit 2024-09-10T04:28:37.703386+0000 mon.smithi047 (mon.0) 881 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:39.065 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:38 smithi047 bash[19880]: audit 2024-09-10T04:28:37.703386+0000 mon.smithi047 (mon.0) 881 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:39.065 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:38 smithi047 bash[19880]: audit 2024-09-10T04:28:37.708741+0000 mon.smithi047 (mon.0) 882 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:39.065 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:38 smithi047 bash[19880]: audit 2024-09-10T04:28:37.708741+0000 mon.smithi047 (mon.0) 882 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:39.065 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:38 smithi047 bash[19880]: audit 2024-09-10T04:28:37.709841+0000 mon.smithi047 (mon.0) 883 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:28:39.065 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:38 smithi047 bash[19880]: audit 2024-09-10T04:28:37.709841+0000 mon.smithi047 (mon.0) 883 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:28:39.065 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:38 smithi047 bash[19880]: audit 2024-09-10T04:28:37.710489+0000 mon.smithi047 (mon.0) 884 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:28:39.065 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:38 smithi047 bash[19880]: audit 2024-09-10T04:28:37.710489+0000 mon.smithi047 (mon.0) 884 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:28:39.066 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:38 smithi047 bash[19880]: audit 2024-09-10T04:28:37.714825+0000 mon.smithi047 (mon.0) 885 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:39.066 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:38 smithi047 bash[19880]: audit 2024-09-10T04:28:37.714825+0000 mon.smithi047 (mon.0) 885 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:39.066 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:38 smithi047 bash[19880]: audit 2024-09-10T04:28:37.717367+0000 mon.smithi047 (mon.0) 886 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-10T04:28:39.066 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:38 smithi047 bash[19880]: audit 2024-09-10T04:28:37.717367+0000 mon.smithi047 (mon.0) 886 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-10T04:28:39.066 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:38 smithi047 bash[19880]: audit 2024-09-10T04:28:37.726917+0000 mon.smithi047 (mon.0) 887 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:39.066 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:38 smithi047 bash[19880]: audit 2024-09-10T04:28:37.726917+0000 mon.smithi047 (mon.0) 887 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:39.066 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:38 smithi047 bash[19880]: cluster 2024-09-10T04:28:37.772071+0000 mgr.smithi047.jescqm (mgr.14203) 298 : cluster [DBG] pgmap v231: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:28:39.066 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:38 smithi047 bash[19880]: cluster 2024-09-10T04:28:37.772071+0000 mgr.smithi047.jescqm (mgr.14203) 298 : cluster [DBG] pgmap v231: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:28:39.181 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:38 smithi149 bash[25108]: audit 2024-09-10T04:28:37.703386+0000 mon.smithi047 (mon.0) 881 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:39.181 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:38 smithi149 bash[25108]: audit 2024-09-10T04:28:37.703386+0000 mon.smithi047 (mon.0) 881 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:39.181 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:38 smithi149 bash[25108]: audit 2024-09-10T04:28:37.708741+0000 mon.smithi047 (mon.0) 882 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:39.181 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:38 smithi149 bash[25108]: audit 2024-09-10T04:28:37.708741+0000 mon.smithi047 (mon.0) 882 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:39.181 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:38 smithi149 bash[25108]: audit 2024-09-10T04:28:37.709841+0000 mon.smithi047 (mon.0) 883 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:28:39.182 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:38 smithi149 bash[25108]: audit 2024-09-10T04:28:37.709841+0000 mon.smithi047 (mon.0) 883 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:28:39.182 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:38 smithi149 bash[25108]: audit 2024-09-10T04:28:37.710489+0000 mon.smithi047 (mon.0) 884 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:28:39.182 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:38 smithi149 bash[25108]: audit 2024-09-10T04:28:37.710489+0000 mon.smithi047 (mon.0) 884 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:28:39.182 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:38 smithi149 bash[25108]: audit 2024-09-10T04:28:37.714825+0000 mon.smithi047 (mon.0) 885 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:39.182 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:38 smithi149 bash[25108]: audit 2024-09-10T04:28:37.714825+0000 mon.smithi047 (mon.0) 885 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:39.182 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:38 smithi149 bash[25108]: audit 2024-09-10T04:28:37.717367+0000 mon.smithi047 (mon.0) 886 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-10T04:28:39.182 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:38 smithi149 bash[25108]: audit 2024-09-10T04:28:37.717367+0000 mon.smithi047 (mon.0) 886 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-10T04:28:39.182 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:38 smithi149 bash[25108]: audit 2024-09-10T04:28:37.726917+0000 mon.smithi047 (mon.0) 887 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:39.182 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:38 smithi149 bash[25108]: audit 2024-09-10T04:28:37.726917+0000 mon.smithi047 (mon.0) 887 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:39.182 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:38 smithi149 bash[25108]: cluster 2024-09-10T04:28:37.772071+0000 mgr.smithi047.jescqm (mgr.14203) 298 : cluster [DBG] pgmap v231: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:28:39.182 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:38 smithi149 bash[25108]: cluster 2024-09-10T04:28:37.772071+0000 mgr.smithi047.jescqm (mgr.14203) 298 : cluster [DBG] pgmap v231: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:28:39.183 DEBUG:teuthology.orchestra.run.smithi047:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'echo test > /mnt/foo/testfile' 2024-09-10T04:28:39.236 INFO:teuthology.orchestra.run.smithi047.stderr:+ echo test 2024-09-10T04:28:39.246 DEBUG:teuthology.orchestra.run.smithi047:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c sync 2024-09-10T04:28:39.299 INFO:teuthology.orchestra.run.smithi047.stderr:+ sync 2024-09-10T04:28:39.621 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-10T04:28:39.630 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi047.front.sepia.ceph.com 2024-09-10T04:28:39.631 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b165ca24-6f2b-11ef-bcea-c7b262605968 -v /mnt/foo:/mnt/foo -- bash -c 'echo "Check with each haproxy down in turn..." 2024-09-10T04:28:39.631 DEBUG:teuthology.orchestra.run.smithi047:> for haproxy in `ceph orch ps | grep ^haproxy.nfs.foo. | awk '"'"'{print $1}'"'"'`; do 2024-09-10T04:28:39.631 DEBUG:teuthology.orchestra.run.smithi047:> ceph orch daemon stop $haproxy 2024-09-10T04:28:39.631 DEBUG:teuthology.orchestra.run.smithi047:> while ! ceph orch ps | grep $haproxy | grep stopped; do sleep 1 ; done 2024-09-10T04:28:39.631 DEBUG:teuthology.orchestra.run.smithi047:> cat /mnt/foo/testfile 2024-09-10T04:28:39.631 DEBUG:teuthology.orchestra.run.smithi047:> echo $haproxy > /mnt/foo/testfile 2024-09-10T04:28:39.631 DEBUG:teuthology.orchestra.run.smithi047:> sync 2024-09-10T04:28:39.631 DEBUG:teuthology.orchestra.run.smithi047:> ceph orch daemon start $haproxy 2024-09-10T04:28:39.631 DEBUG:teuthology.orchestra.run.smithi047:> while ! ceph orch ps | grep $haproxy | grep running; do sleep 1 ; done 2024-09-10T04:28:39.631 DEBUG:teuthology.orchestra.run.smithi047:> done 2024-09-10T04:28:39.631 DEBUG:teuthology.orchestra.run.smithi047:> ' 2024-09-10T04:28:41.121 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:40 smithi047 bash[19880]: cluster 2024-09-10T04:28:39.772726+0000 mgr.smithi047.jescqm (mgr.14203) 299 : cluster [DBG] pgmap v232: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:28:41.122 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:40 smithi047 bash[19880]: cluster 2024-09-10T04:28:39.772726+0000 mgr.smithi047.jescqm (mgr.14203) 299 : cluster [DBG] pgmap v232: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:28:41.181 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:40 smithi149 bash[25108]: cluster 2024-09-10T04:28:39.772726+0000 mgr.smithi047.jescqm (mgr.14203) 299 : cluster [DBG] pgmap v232: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:28:41.181 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:40 smithi149 bash[25108]: cluster 2024-09-10T04:28:39.772726+0000 mgr.smithi047.jescqm (mgr.14203) 299 : cluster [DBG] pgmap v232: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:28:43.121 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:42 smithi047 bash[19880]: cluster 2024-09-10T04:28:41.773556+0000 mgr.smithi047.jescqm (mgr.14203) 300 : cluster [DBG] pgmap v233: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:28:43.121 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:42 smithi047 bash[19880]: cluster 2024-09-10T04:28:41.773556+0000 mgr.smithi047.jescqm (mgr.14203) 300 : cluster [DBG] pgmap v233: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:28:43.180 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:42 smithi149 bash[25108]: cluster 2024-09-10T04:28:41.773556+0000 mgr.smithi047.jescqm (mgr.14203) 300 : cluster [DBG] pgmap v233: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:28:43.181 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:42 smithi149 bash[25108]: cluster 2024-09-10T04:28:41.773556+0000 mgr.smithi047.jescqm (mgr.14203) 300 : cluster [DBG] pgmap v233: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:28:44.533 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/mon.smithi047/config 2024-09-10T04:28:45.121 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:44 smithi047 bash[19880]: cluster 2024-09-10T04:28:43.774829+0000 mgr.smithi047.jescqm (mgr.14203) 301 : cluster [DBG] pgmap v234: 97 pgs: 97 active+clean; 584 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 767 B/s wr, 0 op/s 2024-09-10T04:28:45.121 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:44 smithi047 bash[19880]: cluster 2024-09-10T04:28:43.774829+0000 mgr.smithi047.jescqm (mgr.14203) 301 : cluster [DBG] pgmap v234: 97 pgs: 97 active+clean; 584 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 767 B/s wr, 0 op/s 2024-09-10T04:28:45.181 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:44 smithi149 bash[25108]: cluster 2024-09-10T04:28:43.774829+0000 mgr.smithi047.jescqm (mgr.14203) 301 : cluster [DBG] pgmap v234: 97 pgs: 97 active+clean; 584 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 767 B/s wr, 0 op/s 2024-09-10T04:28:45.181 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:44 smithi149 bash[25108]: cluster 2024-09-10T04:28:43.774829+0000 mgr.smithi047.jescqm (mgr.14203) 301 : cluster [DBG] pgmap v234: 97 pgs: 97 active+clean; 584 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 767 B/s wr, 0 op/s 2024-09-10T04:28:45.657 INFO:teuthology.orchestra.run.smithi047.stdout:Check with each haproxy down in turn... 2024-09-10T04:28:46.367 INFO:teuthology.orchestra.run.smithi047.stdout:Scheduled to stop haproxy.nfs.foo.smithi047.vduyvw on host 'smithi047' 2024-09-10T04:28:47.122 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:46 smithi047 bash[19880]: cluster 2024-09-10T04:28:45.775472+0000 mgr.smithi047.jescqm (mgr.14203) 302 : cluster [DBG] pgmap v235: 97 pgs: 97 active+clean; 584 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 767 B/s wr, 0 op/s 2024-09-10T04:28:47.122 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:46 smithi047 bash[19880]: cluster 2024-09-10T04:28:45.775472+0000 mgr.smithi047.jescqm (mgr.14203) 302 : cluster [DBG] pgmap v235: 97 pgs: 97 active+clean; 584 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 767 B/s wr, 0 op/s 2024-09-10T04:28:47.122 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:46 smithi047 bash[19880]: audit 2024-09-10T04:28:45.976251+0000 mgr.smithi047.jescqm (mgr.14203) 303 : audit [DBG] from='client.14592 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:28:47.122 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:46 smithi047 bash[19880]: audit 2024-09-10T04:28:45.976251+0000 mgr.smithi047.jescqm (mgr.14203) 303 : audit [DBG] from='client.14592 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:28:47.122 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:46 smithi047 bash[19880]: audit 2024-09-10T04:28:46.360694+0000 mon.smithi047 (mon.0) 888 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:47.122 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:46 smithi047 bash[19880]: audit 2024-09-10T04:28:46.360694+0000 mon.smithi047 (mon.0) 888 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:47.122 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:46 smithi047 bash[19880]: audit 2024-09-10T04:28:46.367273+0000 mon.smithi047 (mon.0) 889 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:47.122 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:46 smithi047 bash[19880]: audit 2024-09-10T04:28:46.367273+0000 mon.smithi047 (mon.0) 889 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:47.122 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:46 smithi047 bash[19880]: audit 2024-09-10T04:28:46.369111+0000 mon.smithi047 (mon.0) 890 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:28:47.122 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:46 smithi047 bash[19880]: audit 2024-09-10T04:28:46.369111+0000 mon.smithi047 (mon.0) 890 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:28:47.181 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:46 smithi149 bash[25108]: cluster 2024-09-10T04:28:45.775472+0000 mgr.smithi047.jescqm (mgr.14203) 302 : cluster [DBG] pgmap v235: 97 pgs: 97 active+clean; 584 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 767 B/s wr, 0 op/s 2024-09-10T04:28:47.181 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:46 smithi149 bash[25108]: cluster 2024-09-10T04:28:45.775472+0000 mgr.smithi047.jescqm (mgr.14203) 302 : cluster [DBG] pgmap v235: 97 pgs: 97 active+clean; 584 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 767 B/s wr, 0 op/s 2024-09-10T04:28:47.181 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:46 smithi149 bash[25108]: audit 2024-09-10T04:28:45.976251+0000 mgr.smithi047.jescqm (mgr.14203) 303 : audit [DBG] from='client.14592 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:28:47.181 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:46 smithi149 bash[25108]: audit 2024-09-10T04:28:45.976251+0000 mgr.smithi047.jescqm (mgr.14203) 303 : audit [DBG] from='client.14592 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:28:47.181 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:46 smithi149 bash[25108]: audit 2024-09-10T04:28:46.360694+0000 mon.smithi047 (mon.0) 888 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:47.182 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:46 smithi149 bash[25108]: audit 2024-09-10T04:28:46.360694+0000 mon.smithi047 (mon.0) 888 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:47.182 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:46 smithi149 bash[25108]: audit 2024-09-10T04:28:46.367273+0000 mon.smithi047 (mon.0) 889 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:47.182 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:46 smithi149 bash[25108]: audit 2024-09-10T04:28:46.367273+0000 mon.smithi047 (mon.0) 889 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:47.182 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:46 smithi149 bash[25108]: audit 2024-09-10T04:28:46.369111+0000 mon.smithi047 (mon.0) 890 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:28:47.182 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:46 smithi149 bash[25108]: audit 2024-09-10T04:28:46.369111+0000 mon.smithi047 (mon.0) 890 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:28:48.121 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:47 smithi047 bash[19880]: audit 2024-09-10T04:28:46.352150+0000 mgr.smithi047.jescqm (mgr.14203) 304 : audit [DBG] from='client.14596 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "haproxy.nfs.foo.smithi047.vduyvw", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:28:48.122 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:47 smithi047 bash[19880]: audit 2024-09-10T04:28:46.352150+0000 mgr.smithi047.jescqm (mgr.14203) 304 : audit [DBG] from='client.14596 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "haproxy.nfs.foo.smithi047.vduyvw", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:28:48.122 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:47 smithi047 bash[19880]: cephadm 2024-09-10T04:28:46.352581+0000 mgr.smithi047.jescqm (mgr.14203) 305 : cephadm [INF] Schedule stop daemon haproxy.nfs.foo.smithi047.vduyvw 2024-09-10T04:28:48.122 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:47 smithi047 bash[19880]: cephadm 2024-09-10T04:28:46.352581+0000 mgr.smithi047.jescqm (mgr.14203) 305 : cephadm [INF] Schedule stop daemon haproxy.nfs.foo.smithi047.vduyvw 2024-09-10T04:28:48.122 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:47 smithi047 bash[19880]: audit 2024-09-10T04:28:46.662468+0000 mgr.smithi047.jescqm (mgr.14203) 306 : audit [DBG] from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:28:48.122 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:47 smithi047 bash[19880]: audit 2024-09-10T04:28:46.662468+0000 mgr.smithi047.jescqm (mgr.14203) 306 : audit [DBG] from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:28:48.181 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:47 smithi149 bash[25108]: audit 2024-09-10T04:28:46.352150+0000 mgr.smithi047.jescqm (mgr.14203) 304 : audit [DBG] from='client.14596 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "haproxy.nfs.foo.smithi047.vduyvw", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:28:48.181 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:47 smithi149 bash[25108]: audit 2024-09-10T04:28:46.352150+0000 mgr.smithi047.jescqm (mgr.14203) 304 : audit [DBG] from='client.14596 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "haproxy.nfs.foo.smithi047.vduyvw", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:28:48.181 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:47 smithi149 bash[25108]: cephadm 2024-09-10T04:28:46.352581+0000 mgr.smithi047.jescqm (mgr.14203) 305 : cephadm [INF] Schedule stop daemon haproxy.nfs.foo.smithi047.vduyvw 2024-09-10T04:28:48.181 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:47 smithi149 bash[25108]: cephadm 2024-09-10T04:28:46.352581+0000 mgr.smithi047.jescqm (mgr.14203) 305 : cephadm [INF] Schedule stop daemon haproxy.nfs.foo.smithi047.vduyvw 2024-09-10T04:28:48.181 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:47 smithi149 bash[25108]: audit 2024-09-10T04:28:46.662468+0000 mgr.smithi047.jescqm (mgr.14203) 306 : audit [DBG] from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:28:48.181 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:47 smithi149 bash[25108]: audit 2024-09-10T04:28:46.662468+0000 mgr.smithi047.jescqm (mgr.14203) 306 : audit [DBG] from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:28:49.121 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:48 smithi047 bash[19880]: cluster 2024-09-10T04:28:47.776028+0000 mgr.smithi047.jescqm (mgr.14203) 307 : cluster [DBG] pgmap v236: 97 pgs: 97 active+clean; 584 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 767 B/s wr, 0 op/s 2024-09-10T04:28:49.121 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:48 smithi047 bash[19880]: cluster 2024-09-10T04:28:47.776028+0000 mgr.smithi047.jescqm (mgr.14203) 307 : cluster [DBG] pgmap v236: 97 pgs: 97 active+clean; 584 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 767 B/s wr, 0 op/s 2024-09-10T04:28:49.121 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:48 smithi047 bash[19880]: audit 2024-09-10T04:28:48.027404+0000 mgr.smithi047.jescqm (mgr.14203) 308 : audit [DBG] from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:28:49.122 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:48 smithi047 bash[19880]: audit 2024-09-10T04:28:48.027404+0000 mgr.smithi047.jescqm (mgr.14203) 308 : audit [DBG] from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:28:49.181 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:48 smithi149 bash[25108]: cluster 2024-09-10T04:28:47.776028+0000 mgr.smithi047.jescqm (mgr.14203) 307 : cluster [DBG] pgmap v236: 97 pgs: 97 active+clean; 584 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 767 B/s wr, 0 op/s 2024-09-10T04:28:49.181 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:48 smithi149 bash[25108]: cluster 2024-09-10T04:28:47.776028+0000 mgr.smithi047.jescqm (mgr.14203) 307 : cluster [DBG] pgmap v236: 97 pgs: 97 active+clean; 584 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 767 B/s wr, 0 op/s 2024-09-10T04:28:49.181 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:48 smithi149 bash[25108]: audit 2024-09-10T04:28:48.027404+0000 mgr.smithi047.jescqm (mgr.14203) 308 : audit [DBG] from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:28:49.181 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:48 smithi149 bash[25108]: audit 2024-09-10T04:28:48.027404+0000 mgr.smithi047.jescqm (mgr.14203) 308 : audit [DBG] from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:28:50.121 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:49 smithi047 bash[19880]: audit 2024-09-10T04:28:49.141512+0000 mon.smithi047 (mon.0) 891 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:28:50.121 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:49 smithi047 bash[19880]: audit 2024-09-10T04:28:49.141512+0000 mon.smithi047 (mon.0) 891 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:28:50.181 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:49 smithi149 bash[25108]: audit 2024-09-10T04:28:49.141512+0000 mon.smithi047 (mon.0) 891 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:28:50.181 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:49 smithi149 bash[25108]: audit 2024-09-10T04:28:49.141512+0000 mon.smithi047 (mon.0) 891 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:28:51.121 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:50 smithi047 bash[19880]: audit 2024-09-10T04:28:49.381762+0000 mgr.smithi047.jescqm (mgr.14203) 309 : audit [DBG] from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:28:51.122 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:50 smithi047 bash[19880]: audit 2024-09-10T04:28:49.381762+0000 mgr.smithi047.jescqm (mgr.14203) 309 : audit [DBG] from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:28:51.122 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:50 smithi047 bash[19880]: cluster 2024-09-10T04:28:49.777108+0000 mgr.smithi047.jescqm (mgr.14203) 310 : cluster [DBG] pgmap v237: 97 pgs: 97 active+clean; 586 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 938 B/s wr, 1 op/s 2024-09-10T04:28:51.122 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:50 smithi047 bash[19880]: cluster 2024-09-10T04:28:49.777108+0000 mgr.smithi047.jescqm (mgr.14203) 310 : cluster [DBG] pgmap v237: 97 pgs: 97 active+clean; 586 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 938 B/s wr, 1 op/s 2024-09-10T04:28:51.181 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:50 smithi149 bash[25108]: audit 2024-09-10T04:28:49.381762+0000 mgr.smithi047.jescqm (mgr.14203) 309 : audit [DBG] from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:28:51.181 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:50 smithi149 bash[25108]: audit 2024-09-10T04:28:49.381762+0000 mgr.smithi047.jescqm (mgr.14203) 309 : audit [DBG] from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:28:51.181 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:50 smithi149 bash[25108]: cluster 2024-09-10T04:28:49.777108+0000 mgr.smithi047.jescqm (mgr.14203) 310 : cluster [DBG] pgmap v237: 97 pgs: 97 active+clean; 586 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 938 B/s wr, 1 op/s 2024-09-10T04:28:51.181 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:50 smithi149 bash[25108]: cluster 2024-09-10T04:28:49.777108+0000 mgr.smithi047.jescqm (mgr.14203) 310 : cluster [DBG] pgmap v237: 97 pgs: 97 active+clean; 586 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 938 B/s wr, 1 op/s 2024-09-10T04:28:52.121 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:51 smithi047 bash[19880]: audit 2024-09-10T04:28:50.724015+0000 mgr.smithi047.jescqm (mgr.14203) 311 : audit [DBG] from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:28:52.121 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:51 smithi047 bash[19880]: audit 2024-09-10T04:28:50.724015+0000 mgr.smithi047.jescqm (mgr.14203) 311 : audit [DBG] from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:28:52.180 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:51 smithi149 bash[25108]: audit 2024-09-10T04:28:50.724015+0000 mgr.smithi047.jescqm (mgr.14203) 311 : audit [DBG] from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:28:52.181 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:51 smithi149 bash[25108]: audit 2024-09-10T04:28:50.724015+0000 mgr.smithi047.jescqm (mgr.14203) 311 : audit [DBG] from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:28:53.408 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:53 smithi047 bash[19880]: cluster 2024-09-10T04:28:51.777598+0000 mgr.smithi047.jescqm (mgr.14203) 312 : cluster [DBG] pgmap v238: 97 pgs: 97 active+clean; 586 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 938 B/s wr, 1 op/s 2024-09-10T04:28:53.408 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:53 smithi047 bash[19880]: cluster 2024-09-10T04:28:51.777598+0000 mgr.smithi047.jescqm (mgr.14203) 312 : cluster [DBG] pgmap v238: 97 pgs: 97 active+clean; 586 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 938 B/s wr, 1 op/s 2024-09-10T04:28:53.408 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:53 smithi047 bash[19880]: audit 2024-09-10T04:28:52.087238+0000 mgr.smithi047.jescqm (mgr.14203) 313 : audit [DBG] from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:28:53.408 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:53 smithi047 bash[19880]: audit 2024-09-10T04:28:52.087238+0000 mgr.smithi047.jescqm (mgr.14203) 313 : audit [DBG] from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:28:53.408 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:53 smithi047 bash[19880]: audit 2024-09-10T04:28:52.143584+0000 mon.smithi047 (mon.0) 892 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:53.409 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:53 smithi047 bash[19880]: audit 2024-09-10T04:28:52.143584+0000 mon.smithi047 (mon.0) 892 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:53.409 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:53 smithi047 bash[19880]: audit 2024-09-10T04:28:52.148586+0000 mon.smithi047 (mon.0) 893 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:53.409 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:53 smithi047 bash[19880]: audit 2024-09-10T04:28:52.148586+0000 mon.smithi047 (mon.0) 893 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:53.409 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:53 smithi047 bash[19880]: audit 2024-09-10T04:28:52.590411+0000 mon.smithi047 (mon.0) 894 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:53.409 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:53 smithi047 bash[19880]: audit 2024-09-10T04:28:52.590411+0000 mon.smithi047 (mon.0) 894 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:53.409 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:53 smithi047 bash[19880]: audit 2024-09-10T04:28:52.596105+0000 mon.smithi047 (mon.0) 895 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:53.409 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:53 smithi047 bash[19880]: audit 2024-09-10T04:28:52.596105+0000 mon.smithi047 (mon.0) 895 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:53.409 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:53 smithi047 bash[19880]: audit 2024-09-10T04:28:52.597070+0000 mon.smithi047 (mon.0) 896 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:28:53.409 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:53 smithi047 bash[19880]: audit 2024-09-10T04:28:52.597070+0000 mon.smithi047 (mon.0) 896 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:28:53.409 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:53 smithi047 bash[19880]: audit 2024-09-10T04:28:52.597671+0000 mon.smithi047 (mon.0) 897 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:28:53.409 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:53 smithi047 bash[19880]: audit 2024-09-10T04:28:52.597671+0000 mon.smithi047 (mon.0) 897 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:28:53.409 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:53 smithi047 bash[19880]: audit 2024-09-10T04:28:52.601911+0000 mon.smithi047 (mon.0) 898 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:53.410 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:53 smithi047 bash[19880]: audit 2024-09-10T04:28:52.601911+0000 mon.smithi047 (mon.0) 898 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:53.410 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:53 smithi047 bash[19880]: audit 2024-09-10T04:28:52.604357+0000 mon.smithi047 (mon.0) 899 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-10T04:28:53.410 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:53 smithi047 bash[19880]: audit 2024-09-10T04:28:52.604357+0000 mon.smithi047 (mon.0) 899 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-10T04:28:53.410 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:53 smithi047 bash[19880]: audit 2024-09-10T04:28:52.613709+0000 mon.smithi047 (mon.0) 900 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:53.410 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:53 smithi047 bash[19880]: audit 2024-09-10T04:28:52.613709+0000 mon.smithi047 (mon.0) 900 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:53.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:53 smithi149 bash[25108]: cluster 2024-09-10T04:28:51.777598+0000 mgr.smithi047.jescqm (mgr.14203) 312 : cluster [DBG] pgmap v238: 97 pgs: 97 active+clean; 586 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 938 B/s wr, 1 op/s 2024-09-10T04:28:53.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:53 smithi149 bash[25108]: cluster 2024-09-10T04:28:51.777598+0000 mgr.smithi047.jescqm (mgr.14203) 312 : cluster [DBG] pgmap v238: 97 pgs: 97 active+clean; 586 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 938 B/s wr, 1 op/s 2024-09-10T04:28:53.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:53 smithi149 bash[25108]: audit 2024-09-10T04:28:52.087238+0000 mgr.smithi047.jescqm (mgr.14203) 313 : audit [DBG] from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:28:53.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:53 smithi149 bash[25108]: audit 2024-09-10T04:28:52.087238+0000 mgr.smithi047.jescqm (mgr.14203) 313 : audit [DBG] from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:28:53.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:53 smithi149 bash[25108]: audit 2024-09-10T04:28:52.143584+0000 mon.smithi047 (mon.0) 892 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:53.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:53 smithi149 bash[25108]: audit 2024-09-10T04:28:52.143584+0000 mon.smithi047 (mon.0) 892 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:53.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:53 smithi149 bash[25108]: audit 2024-09-10T04:28:52.148586+0000 mon.smithi047 (mon.0) 893 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:53.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:53 smithi149 bash[25108]: audit 2024-09-10T04:28:52.148586+0000 mon.smithi047 (mon.0) 893 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:53.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:53 smithi149 bash[25108]: audit 2024-09-10T04:28:52.590411+0000 mon.smithi047 (mon.0) 894 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:53.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:53 smithi149 bash[25108]: audit 2024-09-10T04:28:52.590411+0000 mon.smithi047 (mon.0) 894 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:53.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:53 smithi149 bash[25108]: audit 2024-09-10T04:28:52.596105+0000 mon.smithi047 (mon.0) 895 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:53.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:53 smithi149 bash[25108]: audit 2024-09-10T04:28:52.596105+0000 mon.smithi047 (mon.0) 895 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:53.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:53 smithi149 bash[25108]: audit 2024-09-10T04:28:52.597070+0000 mon.smithi047 (mon.0) 896 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:28:53.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:53 smithi149 bash[25108]: audit 2024-09-10T04:28:52.597070+0000 mon.smithi047 (mon.0) 896 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:28:53.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:53 smithi149 bash[25108]: audit 2024-09-10T04:28:52.597671+0000 mon.smithi047 (mon.0) 897 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:28:53.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:53 smithi149 bash[25108]: audit 2024-09-10T04:28:52.597671+0000 mon.smithi047 (mon.0) 897 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:28:53.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:53 smithi149 bash[25108]: audit 2024-09-10T04:28:52.601911+0000 mon.smithi047 (mon.0) 898 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:53.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:53 smithi149 bash[25108]: audit 2024-09-10T04:28:52.601911+0000 mon.smithi047 (mon.0) 898 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:53.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:53 smithi149 bash[25108]: audit 2024-09-10T04:28:52.604357+0000 mon.smithi047 (mon.0) 899 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-10T04:28:53.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:53 smithi149 bash[25108]: audit 2024-09-10T04:28:52.604357+0000 mon.smithi047 (mon.0) 899 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-10T04:28:53.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:53 smithi149 bash[25108]: audit 2024-09-10T04:28:52.613709+0000 mon.smithi047 (mon.0) 900 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:53.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:53 smithi149 bash[25108]: audit 2024-09-10T04:28:52.613709+0000 mon.smithi047 (mon.0) 900 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:55.430 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:55 smithi149 bash[25108]: audit 2024-09-10T04:28:53.418551+0000 mgr.smithi047.jescqm (mgr.14203) 314 : audit [DBG] from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:28:55.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:55 smithi149 bash[25108]: audit 2024-09-10T04:28:53.418551+0000 mgr.smithi047.jescqm (mgr.14203) 314 : audit [DBG] from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:28:55.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:55 smithi149 bash[25108]: cluster 2024-09-10T04:28:53.778961+0000 mgr.smithi047.jescqm (mgr.14203) 315 : cluster [DBG] pgmap v239: 97 pgs: 97 active+clean; 586 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 938 B/s wr, 1 op/s 2024-09-10T04:28:55.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:55 smithi149 bash[25108]: cluster 2024-09-10T04:28:53.778961+0000 mgr.smithi047.jescqm (mgr.14203) 315 : cluster [DBG] pgmap v239: 97 pgs: 97 active+clean; 586 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 938 B/s wr, 1 op/s 2024-09-10T04:28:55.621 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:55 smithi047 bash[19880]: audit 2024-09-10T04:28:53.418551+0000 mgr.smithi047.jescqm (mgr.14203) 314 : audit [DBG] from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:28:55.621 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:55 smithi047 bash[19880]: audit 2024-09-10T04:28:53.418551+0000 mgr.smithi047.jescqm (mgr.14203) 314 : audit [DBG] from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:28:55.621 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:55 smithi047 bash[19880]: cluster 2024-09-10T04:28:53.778961+0000 mgr.smithi047.jescqm (mgr.14203) 315 : cluster [DBG] pgmap v239: 97 pgs: 97 active+clean; 586 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 938 B/s wr, 1 op/s 2024-09-10T04:28:55.621 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:55 smithi047 bash[19880]: cluster 2024-09-10T04:28:53.778961+0000 mgr.smithi047.jescqm (mgr.14203) 315 : cluster [DBG] pgmap v239: 97 pgs: 97 active+clean; 586 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 938 B/s wr, 1 op/s 2024-09-10T04:28:56.371 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:56 smithi047 bash[19880]: audit 2024-09-10T04:28:54.789929+0000 mgr.smithi047.jescqm (mgr.14203) 316 : audit [DBG] from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:28:56.371 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:56 smithi047 bash[19880]: audit 2024-09-10T04:28:54.789929+0000 mgr.smithi047.jescqm (mgr.14203) 316 : audit [DBG] from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:28:56.430 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:56 smithi149 bash[25108]: audit 2024-09-10T04:28:54.789929+0000 mgr.smithi047.jescqm (mgr.14203) 316 : audit [DBG] from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:28:56.430 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:56 smithi149 bash[25108]: audit 2024-09-10T04:28:54.789929+0000 mgr.smithi047.jescqm (mgr.14203) 316 : audit [DBG] from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:28:57.430 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:57 smithi149 bash[25108]: cluster 2024-09-10T04:28:55.779827+0000 mgr.smithi047.jescqm (mgr.14203) 317 : cluster [DBG] pgmap v240: 97 pgs: 97 active+clean; 586 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-10T04:28:57.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:57 smithi149 bash[25108]: cluster 2024-09-10T04:28:55.779827+0000 mgr.smithi047.jescqm (mgr.14203) 317 : cluster [DBG] pgmap v240: 97 pgs: 97 active+clean; 586 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-10T04:28:57.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:57 smithi149 bash[25108]: audit 2024-09-10T04:28:56.161893+0000 mgr.smithi047.jescqm (mgr.14203) 318 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:28:57.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:57 smithi149 bash[25108]: audit 2024-09-10T04:28:56.161893+0000 mgr.smithi047.jescqm (mgr.14203) 318 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:28:57.621 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:57 smithi047 bash[19880]: cluster 2024-09-10T04:28:55.779827+0000 mgr.smithi047.jescqm (mgr.14203) 317 : cluster [DBG] pgmap v240: 97 pgs: 97 active+clean; 586 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-10T04:28:57.621 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:57 smithi047 bash[19880]: cluster 2024-09-10T04:28:55.779827+0000 mgr.smithi047.jescqm (mgr.14203) 317 : cluster [DBG] pgmap v240: 97 pgs: 97 active+clean; 586 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-10T04:28:57.621 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:57 smithi047 bash[19880]: audit 2024-09-10T04:28:56.161893+0000 mgr.smithi047.jescqm (mgr.14203) 318 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:28:57.621 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:57 smithi047 bash[19880]: audit 2024-09-10T04:28:56.161893+0000 mgr.smithi047.jescqm (mgr.14203) 318 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:28:59.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:59 smithi149 bash[25108]: audit 2024-09-10T04:28:57.524524+0000 mgr.smithi047.jescqm (mgr.14203) 319 : audit [DBG] from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:28:59.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:59 smithi149 bash[25108]: audit 2024-09-10T04:28:57.524524+0000 mgr.smithi047.jescqm (mgr.14203) 319 : audit [DBG] from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:28:59.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:59 smithi149 bash[25108]: cluster 2024-09-10T04:28:57.780523+0000 mgr.smithi047.jescqm (mgr.14203) 320 : cluster [DBG] pgmap v241: 97 pgs: 97 active+clean; 586 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-09-10T04:28:59.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:59 smithi149 bash[25108]: cluster 2024-09-10T04:28:57.780523+0000 mgr.smithi047.jescqm (mgr.14203) 320 : cluster [DBG] pgmap v241: 97 pgs: 97 active+clean; 586 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-09-10T04:28:59.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:59 smithi149 bash[25108]: audit 2024-09-10T04:28:58.599156+0000 mon.smithi047 (mon.0) 901 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:59.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:59 smithi149 bash[25108]: audit 2024-09-10T04:28:58.599156+0000 mon.smithi047 (mon.0) 901 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:59.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:59 smithi149 bash[25108]: audit 2024-09-10T04:28:58.606065+0000 mon.smithi047 (mon.0) 902 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:59.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:59 smithi149 bash[25108]: audit 2024-09-10T04:28:58.606065+0000 mon.smithi047 (mon.0) 902 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:59.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:59 smithi149 bash[25108]: audit 2024-09-10T04:28:59.027764+0000 mon.smithi047 (mon.0) 903 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:28:59.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:28:59 smithi149 bash[25108]: audit 2024-09-10T04:28:59.027764+0000 mon.smithi047 (mon.0) 903 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:28:59.621 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:59 smithi047 bash[19880]: audit 2024-09-10T04:28:57.524524+0000 mgr.smithi047.jescqm (mgr.14203) 319 : audit [DBG] from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:28:59.621 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:59 smithi047 bash[19880]: audit 2024-09-10T04:28:57.524524+0000 mgr.smithi047.jescqm (mgr.14203) 319 : audit [DBG] from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:28:59.622 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:59 smithi047 bash[19880]: cluster 2024-09-10T04:28:57.780523+0000 mgr.smithi047.jescqm (mgr.14203) 320 : cluster [DBG] pgmap v241: 97 pgs: 97 active+clean; 586 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-09-10T04:28:59.622 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:59 smithi047 bash[19880]: cluster 2024-09-10T04:28:57.780523+0000 mgr.smithi047.jescqm (mgr.14203) 320 : cluster [DBG] pgmap v241: 97 pgs: 97 active+clean; 586 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-09-10T04:28:59.622 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:59 smithi047 bash[19880]: audit 2024-09-10T04:28:58.599156+0000 mon.smithi047 (mon.0) 901 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:59.622 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:59 smithi047 bash[19880]: audit 2024-09-10T04:28:58.599156+0000 mon.smithi047 (mon.0) 901 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:59.622 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:59 smithi047 bash[19880]: audit 2024-09-10T04:28:58.606065+0000 mon.smithi047 (mon.0) 902 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:59.622 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:59 smithi047 bash[19880]: audit 2024-09-10T04:28:58.606065+0000 mon.smithi047 (mon.0) 902 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:28:59.622 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:59 smithi047 bash[19880]: audit 2024-09-10T04:28:59.027764+0000 mon.smithi047 (mon.0) 903 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:28:59.622 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:28:59 smithi047 bash[19880]: audit 2024-09-10T04:28:59.027764+0000 mon.smithi047 (mon.0) 903 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:29:00.371 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:00 smithi047 bash[19880]: audit 2024-09-10T04:28:58.872801+0000 mgr.smithi047.jescqm (mgr.14203) 321 : audit [DBG] from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:00.371 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:00 smithi047 bash[19880]: audit 2024-09-10T04:28:58.872801+0000 mgr.smithi047.jescqm (mgr.14203) 321 : audit [DBG] from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:00.430 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:00 smithi149 bash[25108]: audit 2024-09-10T04:28:58.872801+0000 mgr.smithi047.jescqm (mgr.14203) 321 : audit [DBG] from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:00.430 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:00 smithi149 bash[25108]: audit 2024-09-10T04:28:58.872801+0000 mgr.smithi047.jescqm (mgr.14203) 321 : audit [DBG] from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:01.430 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:01 smithi149 bash[25108]: cluster 2024-09-10T04:28:59.781472+0000 mgr.smithi047.jescqm (mgr.14203) 322 : cluster [DBG] pgmap v242: 97 pgs: 97 active+clean; 586 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-09-10T04:29:01.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:01 smithi149 bash[25108]: cluster 2024-09-10T04:28:59.781472+0000 mgr.smithi047.jescqm (mgr.14203) 322 : cluster [DBG] pgmap v242: 97 pgs: 97 active+clean; 586 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-09-10T04:29:01.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:01 smithi149 bash[25108]: audit 2024-09-10T04:29:00.228524+0000 mgr.smithi047.jescqm (mgr.14203) 323 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:01.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:01 smithi149 bash[25108]: audit 2024-09-10T04:29:00.228524+0000 mgr.smithi047.jescqm (mgr.14203) 323 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:01.621 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:01 smithi047 bash[19880]: cluster 2024-09-10T04:28:59.781472+0000 mgr.smithi047.jescqm (mgr.14203) 322 : cluster [DBG] pgmap v242: 97 pgs: 97 active+clean; 586 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-09-10T04:29:01.621 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:01 smithi047 bash[19880]: cluster 2024-09-10T04:28:59.781472+0000 mgr.smithi047.jescqm (mgr.14203) 322 : cluster [DBG] pgmap v242: 97 pgs: 97 active+clean; 586 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-09-10T04:29:01.621 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:01 smithi047 bash[19880]: audit 2024-09-10T04:29:00.228524+0000 mgr.smithi047.jescqm (mgr.14203) 323 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:01.621 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:01 smithi047 bash[19880]: audit 2024-09-10T04:29:00.228524+0000 mgr.smithi047.jescqm (mgr.14203) 323 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:03.430 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:03 smithi149 bash[25108]: audit 2024-09-10T04:29:01.597418+0000 mgr.smithi047.jescqm (mgr.14203) 324 : audit [DBG] from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:03.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:03 smithi149 bash[25108]: audit 2024-09-10T04:29:01.597418+0000 mgr.smithi047.jescqm (mgr.14203) 324 : audit [DBG] from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:03.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:03 smithi149 bash[25108]: cluster 2024-09-10T04:29:01.781960+0000 mgr.smithi047.jescqm (mgr.14203) 325 : cluster [DBG] pgmap v243: 97 pgs: 97 active+clean; 586 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:29:03.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:03 smithi149 bash[25108]: cluster 2024-09-10T04:29:01.781960+0000 mgr.smithi047.jescqm (mgr.14203) 325 : cluster [DBG] pgmap v243: 97 pgs: 97 active+clean; 586 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:29:03.621 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:03 smithi047 bash[19880]: audit 2024-09-10T04:29:01.597418+0000 mgr.smithi047.jescqm (mgr.14203) 324 : audit [DBG] from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:03.621 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:03 smithi047 bash[19880]: audit 2024-09-10T04:29:01.597418+0000 mgr.smithi047.jescqm (mgr.14203) 324 : audit [DBG] from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:03.621 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:03 smithi047 bash[19880]: cluster 2024-09-10T04:29:01.781960+0000 mgr.smithi047.jescqm (mgr.14203) 325 : cluster [DBG] pgmap v243: 97 pgs: 97 active+clean; 586 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:29:03.621 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:03 smithi047 bash[19880]: cluster 2024-09-10T04:29:01.781960+0000 mgr.smithi047.jescqm (mgr.14203) 325 : cluster [DBG] pgmap v243: 97 pgs: 97 active+clean; 586 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:29:04.430 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:04 smithi149 bash[25108]: audit 2024-09-10T04:29:02.951332+0000 mgr.smithi047.jescqm (mgr.14203) 326 : audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:04.430 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:04 smithi149 bash[25108]: audit 2024-09-10T04:29:02.951332+0000 mgr.smithi047.jescqm (mgr.14203) 326 : audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:04.430 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:04 smithi149 bash[25108]: audit 2024-09-10T04:29:04.141657+0000 mon.smithi047 (mon.0) 904 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:29:04.430 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:04 smithi149 bash[25108]: audit 2024-09-10T04:29:04.141657+0000 mon.smithi047 (mon.0) 904 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:29:04.534 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:04 smithi047 bash[19880]: audit 2024-09-10T04:29:02.951332+0000 mgr.smithi047.jescqm (mgr.14203) 326 : audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:04.535 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:04 smithi047 bash[19880]: audit 2024-09-10T04:29:02.951332+0000 mgr.smithi047.jescqm (mgr.14203) 326 : audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:04.535 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:04 smithi047 bash[19880]: audit 2024-09-10T04:29:04.141657+0000 mon.smithi047 (mon.0) 904 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:29:04.535 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:04 smithi047 bash[19880]: audit 2024-09-10T04:29:04.141657+0000 mon.smithi047 (mon.0) 904 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:29:05.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:05 smithi149 bash[25108]: cluster 2024-09-10T04:29:03.783045+0000 mgr.smithi047.jescqm (mgr.14203) 327 : cluster [DBG] pgmap v244: 97 pgs: 97 active+clean; 586 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:29:05.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:05 smithi149 bash[25108]: cluster 2024-09-10T04:29:03.783045+0000 mgr.smithi047.jescqm (mgr.14203) 327 : cluster [DBG] pgmap v244: 97 pgs: 97 active+clean; 586 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:29:05.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:05 smithi149 bash[25108]: audit 2024-09-10T04:29:04.301803+0000 mgr.smithi047.jescqm (mgr.14203) 328 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:05.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:05 smithi149 bash[25108]: audit 2024-09-10T04:29:04.301803+0000 mgr.smithi047.jescqm (mgr.14203) 328 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:05.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:05 smithi149 bash[25108]: audit 2024-09-10T04:29:04.803079+0000 mon.smithi047 (mon.0) 905 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:05.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:05 smithi149 bash[25108]: audit 2024-09-10T04:29:04.803079+0000 mon.smithi047 (mon.0) 905 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:05.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:05 smithi149 bash[25108]: audit 2024-09-10T04:29:04.813466+0000 mon.smithi047 (mon.0) 906 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:05.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:05 smithi149 bash[25108]: audit 2024-09-10T04:29:04.813466+0000 mon.smithi047 (mon.0) 906 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:05.621 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:05 smithi047 bash[19880]: cluster 2024-09-10T04:29:03.783045+0000 mgr.smithi047.jescqm (mgr.14203) 327 : cluster [DBG] pgmap v244: 97 pgs: 97 active+clean; 586 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:29:05.621 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:05 smithi047 bash[19880]: cluster 2024-09-10T04:29:03.783045+0000 mgr.smithi047.jescqm (mgr.14203) 327 : cluster [DBG] pgmap v244: 97 pgs: 97 active+clean; 586 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:29:05.621 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:05 smithi047 bash[19880]: audit 2024-09-10T04:29:04.301803+0000 mgr.smithi047.jescqm (mgr.14203) 328 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:05.621 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:05 smithi047 bash[19880]: audit 2024-09-10T04:29:04.301803+0000 mgr.smithi047.jescqm (mgr.14203) 328 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:05.621 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:05 smithi047 bash[19880]: audit 2024-09-10T04:29:04.803079+0000 mon.smithi047 (mon.0) 905 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:05.622 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:05 smithi047 bash[19880]: audit 2024-09-10T04:29:04.803079+0000 mon.smithi047 (mon.0) 905 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:05.622 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:05 smithi047 bash[19880]: audit 2024-09-10T04:29:04.813466+0000 mon.smithi047 (mon.0) 906 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:05.622 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:05 smithi047 bash[19880]: audit 2024-09-10T04:29:04.813466+0000 mon.smithi047 (mon.0) 906 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:05.674 INFO:teuthology.orchestra.run.smithi047.stdout:haproxy.nfs.foo.smithi047.vduyvw smithi047 *:2999,9999 stopped 0s ago 77s - - 2024-09-10T04:29:05.676 INFO:teuthology.orchestra.run.smithi047.stdout:test 2024-09-10T04:29:06.280 INFO:teuthology.orchestra.run.smithi047.stdout:Scheduled to start haproxy.nfs.foo.smithi047.vduyvw on host 'smithi047' 2024-09-10T04:29:06.621 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:06 smithi047 bash[19880]: audit 2024-09-10T04:29:05.294256+0000 mon.smithi047 (mon.0) 907 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:06.622 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:06 smithi047 bash[19880]: audit 2024-09-10T04:29:05.294256+0000 mon.smithi047 (mon.0) 907 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:06.622 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:06 smithi047 bash[19880]: audit 2024-09-10T04:29:05.301057+0000 mon.smithi047 (mon.0) 908 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:06.622 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:06 smithi047 bash[19880]: audit 2024-09-10T04:29:05.301057+0000 mon.smithi047 (mon.0) 908 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:06.622 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:06 smithi047 bash[19880]: audit 2024-09-10T04:29:05.302143+0000 mon.smithi047 (mon.0) 909 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:29:06.622 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:06 smithi047 bash[19880]: audit 2024-09-10T04:29:05.302143+0000 mon.smithi047 (mon.0) 909 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:29:06.622 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:06 smithi047 bash[19880]: audit 2024-09-10T04:29:05.302825+0000 mon.smithi047 (mon.0) 910 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:29:06.622 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:06 smithi047 bash[19880]: audit 2024-09-10T04:29:05.302825+0000 mon.smithi047 (mon.0) 910 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:29:06.622 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:06 smithi047 bash[19880]: audit 2024-09-10T04:29:05.307292+0000 mon.smithi047 (mon.0) 911 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:06.622 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:06 smithi047 bash[19880]: audit 2024-09-10T04:29:05.307292+0000 mon.smithi047 (mon.0) 911 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:06.622 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:06 smithi047 bash[19880]: audit 2024-09-10T04:29:05.309827+0000 mon.smithi047 (mon.0) 912 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-10T04:29:06.622 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:06 smithi047 bash[19880]: audit 2024-09-10T04:29:05.309827+0000 mon.smithi047 (mon.0) 912 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-10T04:29:06.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:06 smithi047 bash[19880]: audit 2024-09-10T04:29:05.321786+0000 mon.smithi047 (mon.0) 913 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:06.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:06 smithi047 bash[19880]: audit 2024-09-10T04:29:05.321786+0000 mon.smithi047 (mon.0) 913 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:06.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:06 smithi047 bash[19880]: cluster 2024-09-10T04:29:05.832163+0000 mon.smithi047 (mon.0) 914 : cluster [DBG] mgrmap e22: smithi047.jescqm(active, since 7m), standbys: smithi149.vwswua 2024-09-10T04:29:06.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:06 smithi047 bash[19880]: cluster 2024-09-10T04:29:05.832163+0000 mon.smithi047 (mon.0) 914 : cluster [DBG] mgrmap e22: smithi047.jescqm(active, since 7m), standbys: smithi149.vwswua 2024-09-10T04:29:06.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:06 smithi047 bash[19880]: audit 2024-09-10T04:29:06.272582+0000 mon.smithi047 (mon.0) 915 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:06.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:06 smithi047 bash[19880]: audit 2024-09-10T04:29:06.272582+0000 mon.smithi047 (mon.0) 915 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:06.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:06 smithi047 bash[19880]: audit 2024-09-10T04:29:06.281547+0000 mon.smithi047 (mon.0) 916 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:06.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:06 smithi047 bash[19880]: audit 2024-09-10T04:29:06.281547+0000 mon.smithi047 (mon.0) 916 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:06.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:06 smithi047 bash[19880]: audit 2024-09-10T04:29:06.283115+0000 mon.smithi047 (mon.0) 917 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:29:06.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:06 smithi047 bash[19880]: audit 2024-09-10T04:29:06.283115+0000 mon.smithi047 (mon.0) 917 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:29:06.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:06 smithi149 bash[25108]: audit 2024-09-10T04:29:05.294256+0000 mon.smithi047 (mon.0) 907 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:06.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:06 smithi149 bash[25108]: audit 2024-09-10T04:29:05.294256+0000 mon.smithi047 (mon.0) 907 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:06.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:06 smithi149 bash[25108]: audit 2024-09-10T04:29:05.301057+0000 mon.smithi047 (mon.0) 908 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:06.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:06 smithi149 bash[25108]: audit 2024-09-10T04:29:05.301057+0000 mon.smithi047 (mon.0) 908 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:06.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:06 smithi149 bash[25108]: audit 2024-09-10T04:29:05.302143+0000 mon.smithi047 (mon.0) 909 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:29:06.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:06 smithi149 bash[25108]: audit 2024-09-10T04:29:05.302143+0000 mon.smithi047 (mon.0) 909 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:29:06.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:06 smithi149 bash[25108]: audit 2024-09-10T04:29:05.302825+0000 mon.smithi047 (mon.0) 910 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:29:06.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:06 smithi149 bash[25108]: audit 2024-09-10T04:29:05.302825+0000 mon.smithi047 (mon.0) 910 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:29:06.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:06 smithi149 bash[25108]: audit 2024-09-10T04:29:05.307292+0000 mon.smithi047 (mon.0) 911 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:06.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:06 smithi149 bash[25108]: audit 2024-09-10T04:29:05.307292+0000 mon.smithi047 (mon.0) 911 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:06.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:06 smithi149 bash[25108]: audit 2024-09-10T04:29:05.309827+0000 mon.smithi047 (mon.0) 912 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-10T04:29:06.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:06 smithi149 bash[25108]: audit 2024-09-10T04:29:05.309827+0000 mon.smithi047 (mon.0) 912 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-10T04:29:06.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:06 smithi149 bash[25108]: audit 2024-09-10T04:29:05.321786+0000 mon.smithi047 (mon.0) 913 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:06.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:06 smithi149 bash[25108]: audit 2024-09-10T04:29:05.321786+0000 mon.smithi047 (mon.0) 913 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:06.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:06 smithi149 bash[25108]: cluster 2024-09-10T04:29:05.832163+0000 mon.smithi047 (mon.0) 914 : cluster [DBG] mgrmap e22: smithi047.jescqm(active, since 7m), standbys: smithi149.vwswua 2024-09-10T04:29:06.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:06 smithi149 bash[25108]: cluster 2024-09-10T04:29:05.832163+0000 mon.smithi047 (mon.0) 914 : cluster [DBG] mgrmap e22: smithi047.jescqm(active, since 7m), standbys: smithi149.vwswua 2024-09-10T04:29:06.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:06 smithi149 bash[25108]: audit 2024-09-10T04:29:06.272582+0000 mon.smithi047 (mon.0) 915 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:06.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:06 smithi149 bash[25108]: audit 2024-09-10T04:29:06.272582+0000 mon.smithi047 (mon.0) 915 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:06.683 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:06 smithi149 bash[25108]: audit 2024-09-10T04:29:06.281547+0000 mon.smithi047 (mon.0) 916 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:06.683 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:06 smithi149 bash[25108]: audit 2024-09-10T04:29:06.281547+0000 mon.smithi047 (mon.0) 916 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:06.683 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:06 smithi149 bash[25108]: audit 2024-09-10T04:29:06.283115+0000 mon.smithi047 (mon.0) 917 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:29:06.683 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:06 smithi149 bash[25108]: audit 2024-09-10T04:29:06.283115+0000 mon.smithi047 (mon.0) 917 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:29:07.621 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:07 smithi047 bash[19880]: audit 2024-09-10T04:29:05.638445+0000 mgr.smithi047.jescqm (mgr.14203) 329 : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:07.621 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:07 smithi047 bash[19880]: audit 2024-09-10T04:29:05.638445+0000 mgr.smithi047.jescqm (mgr.14203) 329 : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:07.621 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:07 smithi047 bash[19880]: cluster 2024-09-10T04:29:05.783537+0000 mgr.smithi047.jescqm (mgr.14203) 330 : cluster [DBG] pgmap v245: 97 pgs: 97 active+clean; 586 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T04:29:07.622 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:07 smithi047 bash[19880]: cluster 2024-09-10T04:29:05.783537+0000 mgr.smithi047.jescqm (mgr.14203) 330 : cluster [DBG] pgmap v245: 97 pgs: 97 active+clean; 586 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T04:29:07.622 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:07 smithi047 bash[19880]: audit 2024-09-10T04:29:06.264153+0000 mgr.smithi047.jescqm (mgr.14203) 331 : audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "haproxy.nfs.foo.smithi047.vduyvw", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:07.622 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:07 smithi047 bash[19880]: audit 2024-09-10T04:29:06.264153+0000 mgr.smithi047.jescqm (mgr.14203) 331 : audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "haproxy.nfs.foo.smithi047.vduyvw", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:07.622 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:07 smithi047 bash[19880]: cephadm 2024-09-10T04:29:06.264849+0000 mgr.smithi047.jescqm (mgr.14203) 332 : cephadm [INF] Schedule start daemon haproxy.nfs.foo.smithi047.vduyvw 2024-09-10T04:29:07.622 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:07 smithi047 bash[19880]: cephadm 2024-09-10T04:29:06.264849+0000 mgr.smithi047.jescqm (mgr.14203) 332 : cephadm [INF] Schedule start daemon haproxy.nfs.foo.smithi047.vduyvw 2024-09-10T04:29:07.680 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:07 smithi149 bash[25108]: audit 2024-09-10T04:29:05.638445+0000 mgr.smithi047.jescqm (mgr.14203) 329 : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:07.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:07 smithi149 bash[25108]: audit 2024-09-10T04:29:05.638445+0000 mgr.smithi047.jescqm (mgr.14203) 329 : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:07.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:07 smithi149 bash[25108]: cluster 2024-09-10T04:29:05.783537+0000 mgr.smithi047.jescqm (mgr.14203) 330 : cluster [DBG] pgmap v245: 97 pgs: 97 active+clean; 586 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T04:29:07.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:07 smithi149 bash[25108]: cluster 2024-09-10T04:29:05.783537+0000 mgr.smithi047.jescqm (mgr.14203) 330 : cluster [DBG] pgmap v245: 97 pgs: 97 active+clean; 586 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T04:29:07.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:07 smithi149 bash[25108]: audit 2024-09-10T04:29:06.264153+0000 mgr.smithi047.jescqm (mgr.14203) 331 : audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "haproxy.nfs.foo.smithi047.vduyvw", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:07.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:07 smithi149 bash[25108]: audit 2024-09-10T04:29:06.264153+0000 mgr.smithi047.jescqm (mgr.14203) 331 : audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "haproxy.nfs.foo.smithi047.vduyvw", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:07.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:07 smithi149 bash[25108]: cephadm 2024-09-10T04:29:06.264849+0000 mgr.smithi047.jescqm (mgr.14203) 332 : cephadm [INF] Schedule start daemon haproxy.nfs.foo.smithi047.vduyvw 2024-09-10T04:29:07.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:07 smithi149 bash[25108]: cephadm 2024-09-10T04:29:06.264849+0000 mgr.smithi047.jescqm (mgr.14203) 332 : cephadm [INF] Schedule start daemon haproxy.nfs.foo.smithi047.vduyvw 2024-09-10T04:29:08.621 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:08 smithi047 bash[19880]: audit 2024-09-10T04:29:06.597632+0000 mgr.smithi047.jescqm (mgr.14203) 333 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:08.621 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:08 smithi047 bash[19880]: audit 2024-09-10T04:29:06.597632+0000 mgr.smithi047.jescqm (mgr.14203) 333 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:08.680 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:08 smithi149 bash[25108]: audit 2024-09-10T04:29:06.597632+0000 mgr.smithi047.jescqm (mgr.14203) 333 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:08.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:08 smithi149 bash[25108]: audit 2024-09-10T04:29:06.597632+0000 mgr.smithi047.jescqm (mgr.14203) 333 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:09.621 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:09 smithi047 bash[19880]: cluster 2024-09-10T04:29:07.783958+0000 mgr.smithi047.jescqm (mgr.14203) 334 : cluster [DBG] pgmap v246: 97 pgs: 97 active+clean; 586 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 85 B/s wr, 0 op/s 2024-09-10T04:29:09.621 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:09 smithi047 bash[19880]: cluster 2024-09-10T04:29:07.783958+0000 mgr.smithi047.jescqm (mgr.14203) 334 : cluster [DBG] pgmap v246: 97 pgs: 97 active+clean; 586 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 85 B/s wr, 0 op/s 2024-09-10T04:29:09.621 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:09 smithi047 bash[19880]: audit 2024-09-10T04:29:07.949700+0000 mgr.smithi047.jescqm (mgr.14203) 335 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:09.621 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:09 smithi047 bash[19880]: audit 2024-09-10T04:29:07.949700+0000 mgr.smithi047.jescqm (mgr.14203) 335 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:09.680 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:09 smithi149 bash[25108]: cluster 2024-09-10T04:29:07.783958+0000 mgr.smithi047.jescqm (mgr.14203) 334 : cluster [DBG] pgmap v246: 97 pgs: 97 active+clean; 586 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 85 B/s wr, 0 op/s 2024-09-10T04:29:09.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:09 smithi149 bash[25108]: cluster 2024-09-10T04:29:07.783958+0000 mgr.smithi047.jescqm (mgr.14203) 334 : cluster [DBG] pgmap v246: 97 pgs: 97 active+clean; 586 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 85 B/s wr, 0 op/s 2024-09-10T04:29:09.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:09 smithi149 bash[25108]: audit 2024-09-10T04:29:07.949700+0000 mgr.smithi047.jescqm (mgr.14203) 335 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:09.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:09 smithi149 bash[25108]: audit 2024-09-10T04:29:07.949700+0000 mgr.smithi047.jescqm (mgr.14203) 335 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:10.621 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:10 smithi047 bash[19880]: audit 2024-09-10T04:29:09.304574+0000 mgr.smithi047.jescqm (mgr.14203) 336 : audit [DBG] from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:10.621 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:10 smithi047 bash[19880]: audit 2024-09-10T04:29:09.304574+0000 mgr.smithi047.jescqm (mgr.14203) 336 : audit [DBG] from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:10.680 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:10 smithi149 bash[25108]: audit 2024-09-10T04:29:09.304574+0000 mgr.smithi047.jescqm (mgr.14203) 336 : audit [DBG] from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:10.680 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:10 smithi149 bash[25108]: audit 2024-09-10T04:29:09.304574+0000 mgr.smithi047.jescqm (mgr.14203) 336 : audit [DBG] from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:11.621 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:11 smithi047 bash[19880]: cluster 2024-09-10T04:29:09.784921+0000 mgr.smithi047.jescqm (mgr.14203) 337 : cluster [DBG] pgmap v247: 97 pgs: 97 active+clean; 595 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-09-10T04:29:11.621 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:11 smithi047 bash[19880]: cluster 2024-09-10T04:29:09.784921+0000 mgr.smithi047.jescqm (mgr.14203) 337 : cluster [DBG] pgmap v247: 97 pgs: 97 active+clean; 595 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-09-10T04:29:11.621 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:11 smithi047 bash[19880]: audit 2024-09-10T04:29:10.680125+0000 mgr.smithi047.jescqm (mgr.14203) 338 : audit [DBG] from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:11.621 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:11 smithi047 bash[19880]: audit 2024-09-10T04:29:10.680125+0000 mgr.smithi047.jescqm (mgr.14203) 338 : audit [DBG] from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:11.680 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:11 smithi149 bash[25108]: cluster 2024-09-10T04:29:09.784921+0000 mgr.smithi047.jescqm (mgr.14203) 337 : cluster [DBG] pgmap v247: 97 pgs: 97 active+clean; 595 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-09-10T04:29:11.680 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:11 smithi149 bash[25108]: cluster 2024-09-10T04:29:09.784921+0000 mgr.smithi047.jescqm (mgr.14203) 337 : cluster [DBG] pgmap v247: 97 pgs: 97 active+clean; 595 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-09-10T04:29:11.680 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:11 smithi149 bash[25108]: audit 2024-09-10T04:29:10.680125+0000 mgr.smithi047.jescqm (mgr.14203) 338 : audit [DBG] from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:11.680 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:11 smithi149 bash[25108]: audit 2024-09-10T04:29:10.680125+0000 mgr.smithi047.jescqm (mgr.14203) 338 : audit [DBG] from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:13.371 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:13 smithi047 bash[19880]: cluster 2024-09-10T04:29:11.785384+0000 mgr.smithi047.jescqm (mgr.14203) 339 : cluster [DBG] pgmap v248: 97 pgs: 97 active+clean; 595 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-09-10T04:29:13.372 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:13 smithi047 bash[19880]: cluster 2024-09-10T04:29:11.785384+0000 mgr.smithi047.jescqm (mgr.14203) 339 : cluster [DBG] pgmap v248: 97 pgs: 97 active+clean; 595 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-09-10T04:29:13.372 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:13 smithi047 bash[19880]: audit 2024-09-10T04:29:12.031202+0000 mon.smithi047 (mon.0) 918 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:13.372 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:13 smithi047 bash[19880]: audit 2024-09-10T04:29:12.031202+0000 mon.smithi047 (mon.0) 918 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:13.372 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:13 smithi047 bash[19880]: audit 2024-09-10T04:29:12.037262+0000 mon.smithi047 (mon.0) 919 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:13.372 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:13 smithi047 bash[19880]: audit 2024-09-10T04:29:12.037262+0000 mon.smithi047 (mon.0) 919 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:13.372 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:13 smithi047 bash[19880]: audit 2024-09-10T04:29:12.053043+0000 mgr.smithi047.jescqm (mgr.14203) 340 : audit [DBG] from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:13.372 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:13 smithi047 bash[19880]: audit 2024-09-10T04:29:12.053043+0000 mgr.smithi047.jescqm (mgr.14203) 340 : audit [DBG] from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:13.372 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:13 smithi047 bash[19880]: audit 2024-09-10T04:29:12.485320+0000 mon.smithi047 (mon.0) 920 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:13.372 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:13 smithi047 bash[19880]: audit 2024-09-10T04:29:12.485320+0000 mon.smithi047 (mon.0) 920 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:13.372 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:13 smithi047 bash[19880]: audit 2024-09-10T04:29:12.491213+0000 mon.smithi047 (mon.0) 921 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:13.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:13 smithi047 bash[19880]: audit 2024-09-10T04:29:12.491213+0000 mon.smithi047 (mon.0) 921 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:13.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:13 smithi047 bash[19880]: audit 2024-09-10T04:29:12.492330+0000 mon.smithi047 (mon.0) 922 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:29:13.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:13 smithi047 bash[19880]: audit 2024-09-10T04:29:12.492330+0000 mon.smithi047 (mon.0) 922 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:29:13.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:13 smithi047 bash[19880]: audit 2024-09-10T04:29:12.492968+0000 mon.smithi047 (mon.0) 923 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:29:13.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:13 smithi047 bash[19880]: audit 2024-09-10T04:29:12.492968+0000 mon.smithi047 (mon.0) 923 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:29:13.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:13 smithi047 bash[19880]: audit 2024-09-10T04:29:12.497582+0000 mon.smithi047 (mon.0) 924 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:13.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:13 smithi047 bash[19880]: audit 2024-09-10T04:29:12.497582+0000 mon.smithi047 (mon.0) 924 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:13.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:13 smithi047 bash[19880]: audit 2024-09-10T04:29:12.500500+0000 mon.smithi047 (mon.0) 925 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-10T04:29:13.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:13 smithi047 bash[19880]: audit 2024-09-10T04:29:12.500500+0000 mon.smithi047 (mon.0) 925 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-10T04:29:13.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:13 smithi047 bash[19880]: audit 2024-09-10T04:29:12.510344+0000 mon.smithi047 (mon.0) 926 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:13.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:13 smithi047 bash[19880]: audit 2024-09-10T04:29:12.510344+0000 mon.smithi047 (mon.0) 926 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:13.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:13 smithi149 bash[25108]: cluster 2024-09-10T04:29:11.785384+0000 mgr.smithi047.jescqm (mgr.14203) 339 : cluster [DBG] pgmap v248: 97 pgs: 97 active+clean; 595 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-09-10T04:29:13.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:13 smithi149 bash[25108]: cluster 2024-09-10T04:29:11.785384+0000 mgr.smithi047.jescqm (mgr.14203) 339 : cluster [DBG] pgmap v248: 97 pgs: 97 active+clean; 595 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-09-10T04:29:13.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:13 smithi149 bash[25108]: audit 2024-09-10T04:29:12.031202+0000 mon.smithi047 (mon.0) 918 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:13.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:13 smithi149 bash[25108]: audit 2024-09-10T04:29:12.031202+0000 mon.smithi047 (mon.0) 918 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:13.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:13 smithi149 bash[25108]: audit 2024-09-10T04:29:12.037262+0000 mon.smithi047 (mon.0) 919 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:13.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:13 smithi149 bash[25108]: audit 2024-09-10T04:29:12.037262+0000 mon.smithi047 (mon.0) 919 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:13.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:13 smithi149 bash[25108]: audit 2024-09-10T04:29:12.053043+0000 mgr.smithi047.jescqm (mgr.14203) 340 : audit [DBG] from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:13.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:13 smithi149 bash[25108]: audit 2024-09-10T04:29:12.053043+0000 mgr.smithi047.jescqm (mgr.14203) 340 : audit [DBG] from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:13.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:13 smithi149 bash[25108]: audit 2024-09-10T04:29:12.485320+0000 mon.smithi047 (mon.0) 920 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:13.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:13 smithi149 bash[25108]: audit 2024-09-10T04:29:12.485320+0000 mon.smithi047 (mon.0) 920 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:13.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:13 smithi149 bash[25108]: audit 2024-09-10T04:29:12.491213+0000 mon.smithi047 (mon.0) 921 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:13.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:13 smithi149 bash[25108]: audit 2024-09-10T04:29:12.491213+0000 mon.smithi047 (mon.0) 921 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:13.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:13 smithi149 bash[25108]: audit 2024-09-10T04:29:12.492330+0000 mon.smithi047 (mon.0) 922 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:29:13.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:13 smithi149 bash[25108]: audit 2024-09-10T04:29:12.492330+0000 mon.smithi047 (mon.0) 922 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:29:13.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:13 smithi149 bash[25108]: audit 2024-09-10T04:29:12.492968+0000 mon.smithi047 (mon.0) 923 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:29:13.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:13 smithi149 bash[25108]: audit 2024-09-10T04:29:12.492968+0000 mon.smithi047 (mon.0) 923 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:29:13.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:13 smithi149 bash[25108]: audit 2024-09-10T04:29:12.497582+0000 mon.smithi047 (mon.0) 924 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:13.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:13 smithi149 bash[25108]: audit 2024-09-10T04:29:12.497582+0000 mon.smithi047 (mon.0) 924 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:13.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:13 smithi149 bash[25108]: audit 2024-09-10T04:29:12.500500+0000 mon.smithi047 (mon.0) 925 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-10T04:29:13.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:13 smithi149 bash[25108]: audit 2024-09-10T04:29:12.500500+0000 mon.smithi047 (mon.0) 925 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-10T04:29:13.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:13 smithi149 bash[25108]: audit 2024-09-10T04:29:12.510344+0000 mon.smithi047 (mon.0) 926 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:13.433 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:13 smithi149 bash[25108]: audit 2024-09-10T04:29:12.510344+0000 mon.smithi047 (mon.0) 926 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:15.371 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:15 smithi047 bash[19880]: audit 2024-09-10T04:29:13.386544+0000 mgr.smithi047.jescqm (mgr.14203) 341 : audit [DBG] from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:15.371 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:15 smithi047 bash[19880]: audit 2024-09-10T04:29:13.386544+0000 mgr.smithi047.jescqm (mgr.14203) 341 : audit [DBG] from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:15.371 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:15 smithi047 bash[19880]: cluster 2024-09-10T04:29:13.786420+0000 mgr.smithi047.jescqm (mgr.14203) 342 : cluster [DBG] pgmap v249: 97 pgs: 97 active+clean; 595 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-09-10T04:29:15.371 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:15 smithi047 bash[19880]: cluster 2024-09-10T04:29:13.786420+0000 mgr.smithi047.jescqm (mgr.14203) 342 : cluster [DBG] pgmap v249: 97 pgs: 97 active+clean; 595 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-09-10T04:29:15.430 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:15 smithi149 bash[25108]: audit 2024-09-10T04:29:13.386544+0000 mgr.smithi047.jescqm (mgr.14203) 341 : audit [DBG] from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:15.430 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:15 smithi149 bash[25108]: audit 2024-09-10T04:29:13.386544+0000 mgr.smithi047.jescqm (mgr.14203) 341 : audit [DBG] from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:15.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:15 smithi149 bash[25108]: cluster 2024-09-10T04:29:13.786420+0000 mgr.smithi047.jescqm (mgr.14203) 342 : cluster [DBG] pgmap v249: 97 pgs: 97 active+clean; 595 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-09-10T04:29:15.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:15 smithi149 bash[25108]: cluster 2024-09-10T04:29:13.786420+0000 mgr.smithi047.jescqm (mgr.14203) 342 : cluster [DBG] pgmap v249: 97 pgs: 97 active+clean; 595 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-09-10T04:29:16.371 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:16 smithi047 bash[19880]: audit 2024-09-10T04:29:14.754970+0000 mgr.smithi047.jescqm (mgr.14203) 343 : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:16.371 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:16 smithi047 bash[19880]: audit 2024-09-10T04:29:14.754970+0000 mgr.smithi047.jescqm (mgr.14203) 343 : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:16.430 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:16 smithi149 bash[25108]: audit 2024-09-10T04:29:14.754970+0000 mgr.smithi047.jescqm (mgr.14203) 343 : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:16.430 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:16 smithi149 bash[25108]: audit 2024-09-10T04:29:14.754970+0000 mgr.smithi047.jescqm (mgr.14203) 343 : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:17.121 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:17 smithi047 bash[19880]: cluster 2024-09-10T04:29:15.787355+0000 mgr.smithi047.jescqm (mgr.14203) 344 : cluster [DBG] pgmap v250: 97 pgs: 97 active+clean; 595 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-09-10T04:29:17.121 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:17 smithi047 bash[19880]: cluster 2024-09-10T04:29:15.787355+0000 mgr.smithi047.jescqm (mgr.14203) 344 : cluster [DBG] pgmap v250: 97 pgs: 97 active+clean; 595 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-09-10T04:29:17.121 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:17 smithi047 bash[19880]: audit 2024-09-10T04:29:16.131239+0000 mgr.smithi047.jescqm (mgr.14203) 345 : audit [DBG] from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:17.121 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:17 smithi047 bash[19880]: audit 2024-09-10T04:29:16.131239+0000 mgr.smithi047.jescqm (mgr.14203) 345 : audit [DBG] from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:17.430 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:17 smithi149 bash[25108]: cluster 2024-09-10T04:29:15.787355+0000 mgr.smithi047.jescqm (mgr.14203) 344 : cluster [DBG] pgmap v250: 97 pgs: 97 active+clean; 595 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-09-10T04:29:17.430 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:17 smithi149 bash[25108]: cluster 2024-09-10T04:29:15.787355+0000 mgr.smithi047.jescqm (mgr.14203) 344 : cluster [DBG] pgmap v250: 97 pgs: 97 active+clean; 595 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-09-10T04:29:17.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:17 smithi149 bash[25108]: audit 2024-09-10T04:29:16.131239+0000 mgr.smithi047.jescqm (mgr.14203) 345 : audit [DBG] from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:17.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:17 smithi149 bash[25108]: audit 2024-09-10T04:29:16.131239+0000 mgr.smithi047.jescqm (mgr.14203) 345 : audit [DBG] from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:19.371 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:19 smithi047 bash[19880]: audit 2024-09-10T04:29:17.499553+0000 mgr.smithi047.jescqm (mgr.14203) 346 : audit [DBG] from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:19.371 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:19 smithi047 bash[19880]: audit 2024-09-10T04:29:17.499553+0000 mgr.smithi047.jescqm (mgr.14203) 346 : audit [DBG] from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:19.371 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:19 smithi047 bash[19880]: cluster 2024-09-10T04:29:17.787972+0000 mgr.smithi047.jescqm (mgr.14203) 347 : cluster [DBG] pgmap v251: 97 pgs: 97 active+clean; 595 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-09-10T04:29:19.371 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:19 smithi047 bash[19880]: cluster 2024-09-10T04:29:17.787972+0000 mgr.smithi047.jescqm (mgr.14203) 347 : cluster [DBG] pgmap v251: 97 pgs: 97 active+clean; 595 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-09-10T04:29:19.430 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:19 smithi149 bash[25108]: audit 2024-09-10T04:29:17.499553+0000 mgr.smithi047.jescqm (mgr.14203) 346 : audit [DBG] from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:19.430 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:19 smithi149 bash[25108]: audit 2024-09-10T04:29:17.499553+0000 mgr.smithi047.jescqm (mgr.14203) 346 : audit [DBG] from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:19.430 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:19 smithi149 bash[25108]: cluster 2024-09-10T04:29:17.787972+0000 mgr.smithi047.jescqm (mgr.14203) 347 : cluster [DBG] pgmap v251: 97 pgs: 97 active+clean; 595 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-09-10T04:29:19.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:19 smithi149 bash[25108]: cluster 2024-09-10T04:29:17.787972+0000 mgr.smithi047.jescqm (mgr.14203) 347 : cluster [DBG] pgmap v251: 97 pgs: 97 active+clean; 595 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-09-10T04:29:20.371 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:20 smithi047 bash[19880]: audit 2024-09-10T04:29:18.871162+0000 mgr.smithi047.jescqm (mgr.14203) 348 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:20.371 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:20 smithi047 bash[19880]: audit 2024-09-10T04:29:18.871162+0000 mgr.smithi047.jescqm (mgr.14203) 348 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:20.371 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:20 smithi047 bash[19880]: audit 2024-09-10T04:29:19.142228+0000 mon.smithi047 (mon.0) 927 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:29:20.371 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:20 smithi047 bash[19880]: audit 2024-09-10T04:29:19.142228+0000 mon.smithi047 (mon.0) 927 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:29:20.430 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:20 smithi149 bash[25108]: audit 2024-09-10T04:29:18.871162+0000 mgr.smithi047.jescqm (mgr.14203) 348 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:20.430 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:20 smithi149 bash[25108]: audit 2024-09-10T04:29:18.871162+0000 mgr.smithi047.jescqm (mgr.14203) 348 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:20.430 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:20 smithi149 bash[25108]: audit 2024-09-10T04:29:19.142228+0000 mon.smithi047 (mon.0) 927 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:29:20.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:20 smithi149 bash[25108]: audit 2024-09-10T04:29:19.142228+0000 mon.smithi047 (mon.0) 927 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:29:21.371 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:21 smithi047 bash[19880]: cluster 2024-09-10T04:29:19.788932+0000 mgr.smithi047.jescqm (mgr.14203) 349 : cluster [DBG] pgmap v252: 97 pgs: 97 active+clean; 597 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.4 KiB/s wr, 1 op/s 2024-09-10T04:29:21.371 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:21 smithi047 bash[19880]: cluster 2024-09-10T04:29:19.788932+0000 mgr.smithi047.jescqm (mgr.14203) 349 : cluster [DBG] pgmap v252: 97 pgs: 97 active+clean; 597 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.4 KiB/s wr, 1 op/s 2024-09-10T04:29:21.371 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:21 smithi047 bash[19880]: audit 2024-09-10T04:29:20.221484+0000 mgr.smithi047.jescqm (mgr.14203) 350 : audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:21.371 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:21 smithi047 bash[19880]: audit 2024-09-10T04:29:20.221484+0000 mgr.smithi047.jescqm (mgr.14203) 350 : audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:21.430 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:21 smithi149 bash[25108]: cluster 2024-09-10T04:29:19.788932+0000 mgr.smithi047.jescqm (mgr.14203) 349 : cluster [DBG] pgmap v252: 97 pgs: 97 active+clean; 597 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.4 KiB/s wr, 1 op/s 2024-09-10T04:29:21.430 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:21 smithi149 bash[25108]: cluster 2024-09-10T04:29:19.788932+0000 mgr.smithi047.jescqm (mgr.14203) 349 : cluster [DBG] pgmap v252: 97 pgs: 97 active+clean; 597 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.4 KiB/s wr, 1 op/s 2024-09-10T04:29:21.430 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:21 smithi149 bash[25108]: audit 2024-09-10T04:29:20.221484+0000 mgr.smithi047.jescqm (mgr.14203) 350 : audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:21.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:21 smithi149 bash[25108]: audit 2024-09-10T04:29:20.221484+0000 mgr.smithi047.jescqm (mgr.14203) 350 : audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:23.121 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:23 smithi047 bash[19880]: audit 2024-09-10T04:29:21.564539+0000 mgr.smithi047.jescqm (mgr.14203) 351 : audit [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:23.121 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:23 smithi047 bash[19880]: audit 2024-09-10T04:29:21.564539+0000 mgr.smithi047.jescqm (mgr.14203) 351 : audit [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:23.121 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:23 smithi047 bash[19880]: cluster 2024-09-10T04:29:21.789701+0000 mgr.smithi047.jescqm (mgr.14203) 352 : cluster [DBG] pgmap v253: 97 pgs: 97 active+clean; 597 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-09-10T04:29:23.122 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:23 smithi047 bash[19880]: cluster 2024-09-10T04:29:21.789701+0000 mgr.smithi047.jescqm (mgr.14203) 352 : cluster [DBG] pgmap v253: 97 pgs: 97 active+clean; 597 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-09-10T04:29:23.122 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:23 smithi047 bash[19880]: audit 2024-09-10T04:29:22.900847+0000 mon.smithi047 (mon.0) 928 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:23.122 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:23 smithi047 bash[19880]: audit 2024-09-10T04:29:22.900847+0000 mon.smithi047 (mon.0) 928 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:23.122 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:23 smithi047 bash[19880]: audit 2024-09-10T04:29:22.906761+0000 mon.smithi047 (mon.0) 929 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:23.122 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:23 smithi047 bash[19880]: audit 2024-09-10T04:29:22.906761+0000 mon.smithi047 (mon.0) 929 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:23.430 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:23 smithi149 bash[25108]: audit 2024-09-10T04:29:21.564539+0000 mgr.smithi047.jescqm (mgr.14203) 351 : audit [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:23.430 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:23 smithi149 bash[25108]: audit 2024-09-10T04:29:21.564539+0000 mgr.smithi047.jescqm (mgr.14203) 351 : audit [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:23.430 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:23 smithi149 bash[25108]: cluster 2024-09-10T04:29:21.789701+0000 mgr.smithi047.jescqm (mgr.14203) 352 : cluster [DBG] pgmap v253: 97 pgs: 97 active+clean; 597 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-09-10T04:29:23.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:23 smithi149 bash[25108]: cluster 2024-09-10T04:29:21.789701+0000 mgr.smithi047.jescqm (mgr.14203) 352 : cluster [DBG] pgmap v253: 97 pgs: 97 active+clean; 597 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-09-10T04:29:23.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:23 smithi149 bash[25108]: audit 2024-09-10T04:29:22.900847+0000 mon.smithi047 (mon.0) 928 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:23.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:23 smithi149 bash[25108]: audit 2024-09-10T04:29:22.900847+0000 mon.smithi047 (mon.0) 928 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:23.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:23 smithi149 bash[25108]: audit 2024-09-10T04:29:22.906761+0000 mon.smithi047 (mon.0) 929 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:23.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:23 smithi149 bash[25108]: audit 2024-09-10T04:29:22.906761+0000 mon.smithi047 (mon.0) 929 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:24.371 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:24 smithi047 bash[19880]: audit 2024-09-10T04:29:22.931332+0000 mgr.smithi047.jescqm (mgr.14203) 353 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:24.371 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:24 smithi047 bash[19880]: audit 2024-09-10T04:29:22.931332+0000 mgr.smithi047.jescqm (mgr.14203) 353 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:24.371 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:24 smithi047 bash[19880]: audit 2024-09-10T04:29:23.310623+0000 mon.smithi047 (mon.0) 930 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:29:24.371 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:24 smithi047 bash[19880]: audit 2024-09-10T04:29:23.310623+0000 mon.smithi047 (mon.0) 930 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:29:24.430 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:24 smithi149 bash[25108]: audit 2024-09-10T04:29:22.931332+0000 mgr.smithi047.jescqm (mgr.14203) 353 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:24.430 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:24 smithi149 bash[25108]: audit 2024-09-10T04:29:22.931332+0000 mgr.smithi047.jescqm (mgr.14203) 353 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:24.430 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:24 smithi149 bash[25108]: audit 2024-09-10T04:29:23.310623+0000 mon.smithi047 (mon.0) 930 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:29:24.430 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:24 smithi149 bash[25108]: audit 2024-09-10T04:29:23.310623+0000 mon.smithi047 (mon.0) 930 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:29:25.371 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:25 smithi047 bash[19880]: cluster 2024-09-10T04:29:23.790801+0000 mgr.smithi047.jescqm (mgr.14203) 354 : cluster [DBG] pgmap v254: 97 pgs: 97 active+clean; 597 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-09-10T04:29:25.371 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:25 smithi047 bash[19880]: cluster 2024-09-10T04:29:23.790801+0000 mgr.smithi047.jescqm (mgr.14203) 354 : cluster [DBG] pgmap v254: 97 pgs: 97 active+clean; 597 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-09-10T04:29:25.371 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:25 smithi047 bash[19880]: audit 2024-09-10T04:29:24.269357+0000 mgr.smithi047.jescqm (mgr.14203) 355 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:25.371 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:25 smithi047 bash[19880]: audit 2024-09-10T04:29:24.269357+0000 mgr.smithi047.jescqm (mgr.14203) 355 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:25.430 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:25 smithi149 bash[25108]: cluster 2024-09-10T04:29:23.790801+0000 mgr.smithi047.jescqm (mgr.14203) 354 : cluster [DBG] pgmap v254: 97 pgs: 97 active+clean; 597 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-09-10T04:29:25.430 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:25 smithi149 bash[25108]: cluster 2024-09-10T04:29:23.790801+0000 mgr.smithi047.jescqm (mgr.14203) 354 : cluster [DBG] pgmap v254: 97 pgs: 97 active+clean; 597 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-09-10T04:29:25.430 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:25 smithi149 bash[25108]: audit 2024-09-10T04:29:24.269357+0000 mgr.smithi047.jescqm (mgr.14203) 355 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:25.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:25 smithi149 bash[25108]: audit 2024-09-10T04:29:24.269357+0000 mgr.smithi047.jescqm (mgr.14203) 355 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:27.371 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:27 smithi047 bash[19880]: audit 2024-09-10T04:29:25.613557+0000 mgr.smithi047.jescqm (mgr.14203) 356 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:27.371 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:27 smithi047 bash[19880]: audit 2024-09-10T04:29:25.613557+0000 mgr.smithi047.jescqm (mgr.14203) 356 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:27.371 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:27 smithi047 bash[19880]: cluster 2024-09-10T04:29:25.791666+0000 mgr.smithi047.jescqm (mgr.14203) 357 : cluster [DBG] pgmap v255: 97 pgs: 97 active+clean; 597 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-10T04:29:27.371 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:27 smithi047 bash[19880]: cluster 2024-09-10T04:29:25.791666+0000 mgr.smithi047.jescqm (mgr.14203) 357 : cluster [DBG] pgmap v255: 97 pgs: 97 active+clean; 597 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-10T04:29:27.430 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:27 smithi149 bash[25108]: audit 2024-09-10T04:29:25.613557+0000 mgr.smithi047.jescqm (mgr.14203) 356 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:27.430 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:27 smithi149 bash[25108]: audit 2024-09-10T04:29:25.613557+0000 mgr.smithi047.jescqm (mgr.14203) 356 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:27.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:27 smithi149 bash[25108]: cluster 2024-09-10T04:29:25.791666+0000 mgr.smithi047.jescqm (mgr.14203) 357 : cluster [DBG] pgmap v255: 97 pgs: 97 active+clean; 597 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-10T04:29:27.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:27 smithi149 bash[25108]: cluster 2024-09-10T04:29:25.791666+0000 mgr.smithi047.jescqm (mgr.14203) 357 : cluster [DBG] pgmap v255: 97 pgs: 97 active+clean; 597 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-10T04:29:28.264 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:28 smithi047 bash[19880]: audit 2024-09-10T04:29:26.973020+0000 mgr.smithi047.jescqm (mgr.14203) 358 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:28.264 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:28 smithi047 bash[19880]: audit 2024-09-10T04:29:26.973020+0000 mgr.smithi047.jescqm (mgr.14203) 358 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:28.430 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:28 smithi149 bash[25108]: audit 2024-09-10T04:29:26.973020+0000 mgr.smithi047.jescqm (mgr.14203) 358 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:28.430 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:28 smithi149 bash[25108]: audit 2024-09-10T04:29:26.973020+0000 mgr.smithi047.jescqm (mgr.14203) 358 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:29.370 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:29 smithi047 bash[19880]: cluster 2024-09-10T04:29:27.792559+0000 mgr.smithi047.jescqm (mgr.14203) 359 : cluster [DBG] pgmap v256: 97 pgs: 97 active+clean; 597 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-09-10T04:29:29.371 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:29 smithi047 bash[19880]: cluster 2024-09-10T04:29:27.792559+0000 mgr.smithi047.jescqm (mgr.14203) 359 : cluster [DBG] pgmap v256: 97 pgs: 97 active+clean; 597 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-09-10T04:29:29.430 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:29 smithi149 bash[25108]: cluster 2024-09-10T04:29:27.792559+0000 mgr.smithi047.jescqm (mgr.14203) 359 : cluster [DBG] pgmap v256: 97 pgs: 97 active+clean; 597 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-09-10T04:29:29.430 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:29 smithi149 bash[25108]: cluster 2024-09-10T04:29:27.792559+0000 mgr.smithi047.jescqm (mgr.14203) 359 : cluster [DBG] pgmap v256: 97 pgs: 97 active+clean; 597 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-09-10T04:29:29.756 INFO:teuthology.orchestra.run.smithi047.stdout:haproxy.nfs.foo.smithi047.vduyvw smithi047 *:2999,9999 running (6s) 0s ago 102s 4584k - 2.3.17-d1c9119 e85424b0d443 5d2e2b4a0e5d 2024-09-10T04:29:30.062 INFO:teuthology.orchestra.run.smithi047.stdout:Scheduled to stop haproxy.nfs.foo.smithi149.rdjgtk on host 'smithi149' 2024-09-10T04:29:30.371 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:30 smithi047 bash[19880]: audit 2024-09-10T04:29:28.343836+0000 mgr.smithi047.jescqm (mgr.14203) 360 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:30.371 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:30 smithi047 bash[19880]: audit 2024-09-10T04:29:28.343836+0000 mgr.smithi047.jescqm (mgr.14203) 360 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:30.371 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:30 smithi047 bash[19880]: audit 2024-09-10T04:29:29.103978+0000 mon.smithi047 (mon.0) 931 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:30.371 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:30 smithi047 bash[19880]: audit 2024-09-10T04:29:29.103978+0000 mon.smithi047 (mon.0) 931 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:30.371 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:30 smithi047 bash[19880]: audit 2024-09-10T04:29:29.111995+0000 mon.smithi047 (mon.0) 932 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:30.372 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:30 smithi047 bash[19880]: audit 2024-09-10T04:29:29.111995+0000 mon.smithi047 (mon.0) 932 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:30.372 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:30 smithi047 bash[19880]: audit 2024-09-10T04:29:29.619303+0000 mon.smithi047 (mon.0) 933 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:30.372 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:30 smithi047 bash[19880]: audit 2024-09-10T04:29:29.619303+0000 mon.smithi047 (mon.0) 933 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:30.372 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:30 smithi047 bash[19880]: audit 2024-09-10T04:29:29.625183+0000 mon.smithi047 (mon.0) 934 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:30.372 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:30 smithi047 bash[19880]: audit 2024-09-10T04:29:29.625183+0000 mon.smithi047 (mon.0) 934 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:30.372 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:30 smithi047 bash[19880]: audit 2024-09-10T04:29:30.057531+0000 mon.smithi047 (mon.0) 935 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:30.372 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:30 smithi047 bash[19880]: audit 2024-09-10T04:29:30.057531+0000 mon.smithi047 (mon.0) 935 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:30.372 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:30 smithi047 bash[19880]: audit 2024-09-10T04:29:30.063432+0000 mon.smithi047 (mon.0) 936 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:30.372 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:30 smithi047 bash[19880]: audit 2024-09-10T04:29:30.063432+0000 mon.smithi047 (mon.0) 936 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:30.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:30 smithi149 bash[25108]: audit 2024-09-10T04:29:28.343836+0000 mgr.smithi047.jescqm (mgr.14203) 360 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:30.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:30 smithi149 bash[25108]: audit 2024-09-10T04:29:28.343836+0000 mgr.smithi047.jescqm (mgr.14203) 360 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:30.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:30 smithi149 bash[25108]: audit 2024-09-10T04:29:29.103978+0000 mon.smithi047 (mon.0) 931 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:30.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:30 smithi149 bash[25108]: audit 2024-09-10T04:29:29.103978+0000 mon.smithi047 (mon.0) 931 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:30.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:30 smithi149 bash[25108]: audit 2024-09-10T04:29:29.111995+0000 mon.smithi047 (mon.0) 932 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:30.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:30 smithi149 bash[25108]: audit 2024-09-10T04:29:29.111995+0000 mon.smithi047 (mon.0) 932 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:30.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:30 smithi149 bash[25108]: audit 2024-09-10T04:29:29.619303+0000 mon.smithi047 (mon.0) 933 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:30.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:30 smithi149 bash[25108]: audit 2024-09-10T04:29:29.619303+0000 mon.smithi047 (mon.0) 933 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:30.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:30 smithi149 bash[25108]: audit 2024-09-10T04:29:29.625183+0000 mon.smithi047 (mon.0) 934 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:30.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:30 smithi149 bash[25108]: audit 2024-09-10T04:29:29.625183+0000 mon.smithi047 (mon.0) 934 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:30.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:30 smithi149 bash[25108]: audit 2024-09-10T04:29:30.057531+0000 mon.smithi047 (mon.0) 935 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:30.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:30 smithi149 bash[25108]: audit 2024-09-10T04:29:30.057531+0000 mon.smithi047 (mon.0) 935 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:30.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:30 smithi149 bash[25108]: audit 2024-09-10T04:29:30.063432+0000 mon.smithi047 (mon.0) 936 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:30.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:30 smithi149 bash[25108]: audit 2024-09-10T04:29:30.063432+0000 mon.smithi047 (mon.0) 936 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:31.181 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:31 smithi149 bash[25108]: audit 2024-09-10T04:29:29.705734+0000 mgr.smithi047.jescqm (mgr.14203) 361 : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:31.181 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:31 smithi149 bash[25108]: audit 2024-09-10T04:29:29.705734+0000 mgr.smithi047.jescqm (mgr.14203) 361 : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:31.181 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:31 smithi149 bash[25108]: cluster 2024-09-10T04:29:29.793136+0000 mgr.smithi047.jescqm (mgr.14203) 362 : cluster [DBG] pgmap v257: 97 pgs: 97 active+clean; 597 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-09-10T04:29:31.181 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:31 smithi149 bash[25108]: cluster 2024-09-10T04:29:29.793136+0000 mgr.smithi047.jescqm (mgr.14203) 362 : cluster [DBG] pgmap v257: 97 pgs: 97 active+clean; 597 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-09-10T04:29:31.181 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:31 smithi149 bash[25108]: audit 2024-09-10T04:29:30.051310+0000 mgr.smithi047.jescqm (mgr.14203) 363 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "haproxy.nfs.foo.smithi149.rdjgtk", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:31.181 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:31 smithi149 bash[25108]: audit 2024-09-10T04:29:30.051310+0000 mgr.smithi047.jescqm (mgr.14203) 363 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "haproxy.nfs.foo.smithi149.rdjgtk", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:31.181 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:31 smithi149 bash[25108]: cephadm 2024-09-10T04:29:30.051845+0000 mgr.smithi047.jescqm (mgr.14203) 364 : cephadm [INF] Schedule stop daemon haproxy.nfs.foo.smithi149.rdjgtk 2024-09-10T04:29:31.181 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:31 smithi149 bash[25108]: cephadm 2024-09-10T04:29:30.051845+0000 mgr.smithi047.jescqm (mgr.14203) 364 : cephadm [INF] Schedule stop daemon haproxy.nfs.foo.smithi149.rdjgtk 2024-09-10T04:29:31.182 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:31 smithi149 bash[25108]: audit 2024-09-10T04:29:30.290692+0000 mon.smithi047 (mon.0) 937 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:29:31.182 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:31 smithi149 bash[25108]: audit 2024-09-10T04:29:30.290692+0000 mon.smithi047 (mon.0) 937 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:29:31.182 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:31 smithi149 bash[25108]: audit 2024-09-10T04:29:30.292012+0000 mon.smithi047 (mon.0) 938 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:29:31.182 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:31 smithi149 bash[25108]: audit 2024-09-10T04:29:30.292012+0000 mon.smithi047 (mon.0) 938 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:29:31.182 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:31 smithi149 bash[25108]: audit 2024-09-10T04:29:30.299625+0000 mon.smithi047 (mon.0) 939 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:31.182 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:31 smithi149 bash[25108]: audit 2024-09-10T04:29:30.299625+0000 mon.smithi047 (mon.0) 939 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:31.182 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:31 smithi149 bash[25108]: audit 2024-09-10T04:29:30.302755+0000 mon.smithi047 (mon.0) 940 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-10T04:29:31.182 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:31 smithi149 bash[25108]: audit 2024-09-10T04:29:30.302755+0000 mon.smithi047 (mon.0) 940 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-10T04:29:31.182 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:31 smithi149 bash[25108]: audit 2024-09-10T04:29:30.321122+0000 mon.smithi047 (mon.0) 941 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:31.182 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:31 smithi149 bash[25108]: audit 2024-09-10T04:29:30.321122+0000 mon.smithi047 (mon.0) 941 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:31.371 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:31 smithi047 bash[19880]: audit 2024-09-10T04:29:29.705734+0000 mgr.smithi047.jescqm (mgr.14203) 361 : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:31.371 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:31 smithi047 bash[19880]: audit 2024-09-10T04:29:29.705734+0000 mgr.smithi047.jescqm (mgr.14203) 361 : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:31.371 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:31 smithi047 bash[19880]: cluster 2024-09-10T04:29:29.793136+0000 mgr.smithi047.jescqm (mgr.14203) 362 : cluster [DBG] pgmap v257: 97 pgs: 97 active+clean; 597 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-09-10T04:29:31.372 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:31 smithi047 bash[19880]: cluster 2024-09-10T04:29:29.793136+0000 mgr.smithi047.jescqm (mgr.14203) 362 : cluster [DBG] pgmap v257: 97 pgs: 97 active+clean; 597 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-09-10T04:29:31.372 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:31 smithi047 bash[19880]: audit 2024-09-10T04:29:30.051310+0000 mgr.smithi047.jescqm (mgr.14203) 363 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "haproxy.nfs.foo.smithi149.rdjgtk", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:31.372 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:31 smithi047 bash[19880]: audit 2024-09-10T04:29:30.051310+0000 mgr.smithi047.jescqm (mgr.14203) 363 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "haproxy.nfs.foo.smithi149.rdjgtk", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:31.372 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:31 smithi047 bash[19880]: cephadm 2024-09-10T04:29:30.051845+0000 mgr.smithi047.jescqm (mgr.14203) 364 : cephadm [INF] Schedule stop daemon haproxy.nfs.foo.smithi149.rdjgtk 2024-09-10T04:29:31.372 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:31 smithi047 bash[19880]: cephadm 2024-09-10T04:29:30.051845+0000 mgr.smithi047.jescqm (mgr.14203) 364 : cephadm [INF] Schedule stop daemon haproxy.nfs.foo.smithi149.rdjgtk 2024-09-10T04:29:31.372 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:31 smithi047 bash[19880]: audit 2024-09-10T04:29:30.290692+0000 mon.smithi047 (mon.0) 937 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:29:31.372 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:31 smithi047 bash[19880]: audit 2024-09-10T04:29:30.290692+0000 mon.smithi047 (mon.0) 937 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:29:31.372 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:31 smithi047 bash[19880]: audit 2024-09-10T04:29:30.292012+0000 mon.smithi047 (mon.0) 938 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:29:31.372 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:31 smithi047 bash[19880]: audit 2024-09-10T04:29:30.292012+0000 mon.smithi047 (mon.0) 938 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:29:31.372 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:31 smithi047 bash[19880]: audit 2024-09-10T04:29:30.299625+0000 mon.smithi047 (mon.0) 939 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:31.372 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:31 smithi047 bash[19880]: audit 2024-09-10T04:29:30.299625+0000 mon.smithi047 (mon.0) 939 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:31.372 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:31 smithi047 bash[19880]: audit 2024-09-10T04:29:30.302755+0000 mon.smithi047 (mon.0) 940 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-10T04:29:31.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:31 smithi047 bash[19880]: audit 2024-09-10T04:29:30.302755+0000 mon.smithi047 (mon.0) 940 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-10T04:29:31.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:31 smithi047 bash[19880]: audit 2024-09-10T04:29:30.321122+0000 mon.smithi047 (mon.0) 941 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:31.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:31 smithi047 bash[19880]: audit 2024-09-10T04:29:30.321122+0000 mon.smithi047 (mon.0) 941 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:32.371 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:32 smithi047 bash[19880]: audit 2024-09-10T04:29:30.451987+0000 mgr.smithi047.jescqm (mgr.14203) 365 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:32.371 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:32 smithi047 bash[19880]: audit 2024-09-10T04:29:30.451987+0000 mgr.smithi047.jescqm (mgr.14203) 365 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:32.430 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:32 smithi149 bash[25108]: audit 2024-09-10T04:29:30.451987+0000 mgr.smithi047.jescqm (mgr.14203) 365 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:32.430 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:32 smithi149 bash[25108]: audit 2024-09-10T04:29:30.451987+0000 mgr.smithi047.jescqm (mgr.14203) 365 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:33.371 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:33 smithi047 bash[19880]: audit 2024-09-10T04:29:31.786531+0000 mgr.smithi047.jescqm (mgr.14203) 366 : audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:33.371 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:33 smithi047 bash[19880]: audit 2024-09-10T04:29:31.786531+0000 mgr.smithi047.jescqm (mgr.14203) 366 : audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:33.371 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:33 smithi047 bash[19880]: cluster 2024-09-10T04:29:31.793784+0000 mgr.smithi047.jescqm (mgr.14203) 367 : cluster [DBG] pgmap v258: 97 pgs: 97 active+clean; 597 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:29:33.371 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:33 smithi047 bash[19880]: cluster 2024-09-10T04:29:31.793784+0000 mgr.smithi047.jescqm (mgr.14203) 367 : cluster [DBG] pgmap v258: 97 pgs: 97 active+clean; 597 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:29:33.430 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:33 smithi149 bash[25108]: audit 2024-09-10T04:29:31.786531+0000 mgr.smithi047.jescqm (mgr.14203) 366 : audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:33.430 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:33 smithi149 bash[25108]: audit 2024-09-10T04:29:31.786531+0000 mgr.smithi047.jescqm (mgr.14203) 366 : audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:33.430 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:33 smithi149 bash[25108]: cluster 2024-09-10T04:29:31.793784+0000 mgr.smithi047.jescqm (mgr.14203) 367 : cluster [DBG] pgmap v258: 97 pgs: 97 active+clean; 597 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:29:33.430 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:33 smithi149 bash[25108]: cluster 2024-09-10T04:29:31.793784+0000 mgr.smithi047.jescqm (mgr.14203) 367 : cluster [DBG] pgmap v258: 97 pgs: 97 active+clean; 597 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:29:34.430 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:34 smithi149 bash[25108]: audit 2024-09-10T04:29:33.132970+0000 mgr.smithi047.jescqm (mgr.14203) 368 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:34.430 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:34 smithi149 bash[25108]: audit 2024-09-10T04:29:33.132970+0000 mgr.smithi047.jescqm (mgr.14203) 368 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:34.620 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:34 smithi047 bash[19880]: audit 2024-09-10T04:29:33.132970+0000 mgr.smithi047.jescqm (mgr.14203) 368 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:34.621 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:34 smithi047 bash[19880]: audit 2024-09-10T04:29:33.132970+0000 mgr.smithi047.jescqm (mgr.14203) 368 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:35.430 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:35 smithi149 bash[25108]: cluster 2024-09-10T04:29:33.794915+0000 mgr.smithi047.jescqm (mgr.14203) 369 : cluster [DBG] pgmap v259: 97 pgs: 97 active+clean; 597 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:29:35.430 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:35 smithi149 bash[25108]: cluster 2024-09-10T04:29:33.794915+0000 mgr.smithi047.jescqm (mgr.14203) 369 : cluster [DBG] pgmap v259: 97 pgs: 97 active+clean; 597 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:29:35.430 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:35 smithi149 bash[25108]: audit 2024-09-10T04:29:34.142839+0000 mon.smithi047 (mon.0) 942 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:29:35.430 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:35 smithi149 bash[25108]: audit 2024-09-10T04:29:34.142839+0000 mon.smithi047 (mon.0) 942 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:29:35.620 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:35 smithi047 bash[19880]: cluster 2024-09-10T04:29:33.794915+0000 mgr.smithi047.jescqm (mgr.14203) 369 : cluster [DBG] pgmap v259: 97 pgs: 97 active+clean; 597 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:29:35.621 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:35 smithi047 bash[19880]: cluster 2024-09-10T04:29:33.794915+0000 mgr.smithi047.jescqm (mgr.14203) 369 : cluster [DBG] pgmap v259: 97 pgs: 97 active+clean; 597 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:29:35.621 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:35 smithi047 bash[19880]: audit 2024-09-10T04:29:34.142839+0000 mon.smithi047 (mon.0) 942 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:29:35.621 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:35 smithi047 bash[19880]: audit 2024-09-10T04:29:34.142839+0000 mon.smithi047 (mon.0) 942 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:29:36.430 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:36 smithi149 bash[25108]: audit 2024-09-10T04:29:34.507979+0000 mgr.smithi047.jescqm (mgr.14203) 370 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:36.430 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:36 smithi149 bash[25108]: audit 2024-09-10T04:29:34.507979+0000 mgr.smithi047.jescqm (mgr.14203) 370 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:36.621 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:36 smithi047 bash[19880]: audit 2024-09-10T04:29:34.507979+0000 mgr.smithi047.jescqm (mgr.14203) 370 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:36.621 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:36 smithi047 bash[19880]: audit 2024-09-10T04:29:34.507979+0000 mgr.smithi047.jescqm (mgr.14203) 370 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:37.430 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:37 smithi149 bash[25108]: cluster 2024-09-10T04:29:35.795923+0000 mgr.smithi047.jescqm (mgr.14203) 371 : cluster [DBG] pgmap v260: 97 pgs: 97 active+clean; 597 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T04:29:37.430 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:37 smithi149 bash[25108]: cluster 2024-09-10T04:29:35.795923+0000 mgr.smithi047.jescqm (mgr.14203) 371 : cluster [DBG] pgmap v260: 97 pgs: 97 active+clean; 597 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T04:29:37.430 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:37 smithi149 bash[25108]: audit 2024-09-10T04:29:35.879897+0000 mgr.smithi047.jescqm (mgr.14203) 372 : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:37.430 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:37 smithi149 bash[25108]: audit 2024-09-10T04:29:35.879897+0000 mgr.smithi047.jescqm (mgr.14203) 372 : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:37.430 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:37 smithi149 bash[25108]: audit 2024-09-10T04:29:36.382369+0000 mon.smithi047 (mon.0) 943 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:37.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:37 smithi149 bash[25108]: audit 2024-09-10T04:29:36.382369+0000 mon.smithi047 (mon.0) 943 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:37.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:37 smithi149 bash[25108]: audit 2024-09-10T04:29:36.393343+0000 mon.smithi047 (mon.0) 944 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:37.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:37 smithi149 bash[25108]: audit 2024-09-10T04:29:36.393343+0000 mon.smithi047 (mon.0) 944 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:37.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:37 smithi149 bash[25108]: audit 2024-09-10T04:29:36.842549+0000 mon.smithi047 (mon.0) 945 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:29:37.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:37 smithi149 bash[25108]: audit 2024-09-10T04:29:36.842549+0000 mon.smithi047 (mon.0) 945 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:29:37.621 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:37 smithi047 bash[19880]: cluster 2024-09-10T04:29:35.795923+0000 mgr.smithi047.jescqm (mgr.14203) 371 : cluster [DBG] pgmap v260: 97 pgs: 97 active+clean; 597 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T04:29:37.621 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:37 smithi047 bash[19880]: cluster 2024-09-10T04:29:35.795923+0000 mgr.smithi047.jescqm (mgr.14203) 371 : cluster [DBG] pgmap v260: 97 pgs: 97 active+clean; 597 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T04:29:37.621 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:37 smithi047 bash[19880]: audit 2024-09-10T04:29:35.879897+0000 mgr.smithi047.jescqm (mgr.14203) 372 : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:37.621 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:37 smithi047 bash[19880]: audit 2024-09-10T04:29:35.879897+0000 mgr.smithi047.jescqm (mgr.14203) 372 : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:37.621 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:37 smithi047 bash[19880]: audit 2024-09-10T04:29:36.382369+0000 mon.smithi047 (mon.0) 943 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:37.621 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:37 smithi047 bash[19880]: audit 2024-09-10T04:29:36.382369+0000 mon.smithi047 (mon.0) 943 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:37.621 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:37 smithi047 bash[19880]: audit 2024-09-10T04:29:36.393343+0000 mon.smithi047 (mon.0) 944 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:37.622 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:37 smithi047 bash[19880]: audit 2024-09-10T04:29:36.393343+0000 mon.smithi047 (mon.0) 944 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:37.622 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:37 smithi047 bash[19880]: audit 2024-09-10T04:29:36.842549+0000 mon.smithi047 (mon.0) 945 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:29:37.622 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:37 smithi047 bash[19880]: audit 2024-09-10T04:29:36.842549+0000 mon.smithi047 (mon.0) 945 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:29:38.430 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:38 smithi149 bash[25108]: audit 2024-09-10T04:29:37.246278+0000 mgr.smithi047.jescqm (mgr.14203) 373 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:38.430 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:38 smithi149 bash[25108]: audit 2024-09-10T04:29:37.246278+0000 mgr.smithi047.jescqm (mgr.14203) 373 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:38.620 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:38 smithi047 bash[19880]: audit 2024-09-10T04:29:37.246278+0000 mgr.smithi047.jescqm (mgr.14203) 373 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:38.621 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:38 smithi047 bash[19880]: audit 2024-09-10T04:29:37.246278+0000 mgr.smithi047.jescqm (mgr.14203) 373 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:39.430 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:39 smithi149 bash[25108]: cluster 2024-09-10T04:29:37.796849+0000 mgr.smithi047.jescqm (mgr.14203) 374 : cluster [DBG] pgmap v261: 97 pgs: 97 active+clean; 597 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:29:39.430 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:39 smithi149 bash[25108]: cluster 2024-09-10T04:29:37.796849+0000 mgr.smithi047.jescqm (mgr.14203) 374 : cluster [DBG] pgmap v261: 97 pgs: 97 active+clean; 597 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:29:39.621 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:39 smithi047 bash[19880]: cluster 2024-09-10T04:29:37.796849+0000 mgr.smithi047.jescqm (mgr.14203) 374 : cluster [DBG] pgmap v261: 97 pgs: 97 active+clean; 597 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:29:39.621 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:39 smithi047 bash[19880]: cluster 2024-09-10T04:29:37.796849+0000 mgr.smithi047.jescqm (mgr.14203) 374 : cluster [DBG] pgmap v261: 97 pgs: 97 active+clean; 597 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:29:40.430 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:40 smithi149 bash[25108]: audit 2024-09-10T04:29:38.600920+0000 mgr.smithi047.jescqm (mgr.14203) 375 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:40.430 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:40 smithi149 bash[25108]: audit 2024-09-10T04:29:38.600920+0000 mgr.smithi047.jescqm (mgr.14203) 375 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:40.621 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:40 smithi047 bash[19880]: audit 2024-09-10T04:29:38.600920+0000 mgr.smithi047.jescqm (mgr.14203) 375 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:40.621 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:40 smithi047 bash[19880]: audit 2024-09-10T04:29:38.600920+0000 mgr.smithi047.jescqm (mgr.14203) 375 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:41.430 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:41 smithi149 bash[25108]: cluster 2024-09-10T04:29:39.797876+0000 mgr.smithi047.jescqm (mgr.14203) 376 : cluster [DBG] pgmap v262: 97 pgs: 97 active+clean; 597 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:29:41.430 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:41 smithi149 bash[25108]: cluster 2024-09-10T04:29:39.797876+0000 mgr.smithi047.jescqm (mgr.14203) 376 : cluster [DBG] pgmap v262: 97 pgs: 97 active+clean; 597 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:29:41.430 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:41 smithi149 bash[25108]: audit 2024-09-10T04:29:39.942480+0000 mgr.smithi047.jescqm (mgr.14203) 377 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:41.430 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:41 smithi149 bash[25108]: audit 2024-09-10T04:29:39.942480+0000 mgr.smithi047.jescqm (mgr.14203) 377 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:41.621 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:41 smithi047 bash[19880]: cluster 2024-09-10T04:29:39.797876+0000 mgr.smithi047.jescqm (mgr.14203) 376 : cluster [DBG] pgmap v262: 97 pgs: 97 active+clean; 597 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:29:41.621 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:41 smithi047 bash[19880]: cluster 2024-09-10T04:29:39.797876+0000 mgr.smithi047.jescqm (mgr.14203) 376 : cluster [DBG] pgmap v262: 97 pgs: 97 active+clean; 597 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:29:41.621 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:41 smithi047 bash[19880]: audit 2024-09-10T04:29:39.942480+0000 mgr.smithi047.jescqm (mgr.14203) 377 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:41.621 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:41 smithi047 bash[19880]: audit 2024-09-10T04:29:39.942480+0000 mgr.smithi047.jescqm (mgr.14203) 377 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:42.430 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:42 smithi149 bash[25108]: audit 2024-09-10T04:29:41.286869+0000 mgr.smithi047.jescqm (mgr.14203) 378 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:42.430 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:42 smithi149 bash[25108]: audit 2024-09-10T04:29:41.286869+0000 mgr.smithi047.jescqm (mgr.14203) 378 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:42.620 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:42 smithi047 bash[19880]: audit 2024-09-10T04:29:41.286869+0000 mgr.smithi047.jescqm (mgr.14203) 378 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:42.621 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:42 smithi047 bash[19880]: audit 2024-09-10T04:29:41.286869+0000 mgr.smithi047.jescqm (mgr.14203) 378 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:42.682 INFO:teuthology.orchestra.run.smithi047.stdout:haproxy.nfs.foo.smithi149.rdjgtk smithi149 *:2999,9999 stopped 0s ago 106s - - 2024-09-10T04:29:42.684 INFO:teuthology.orchestra.run.smithi047.stdout:haproxy.nfs.foo.smithi047.vduyvw 2024-09-10T04:29:43.298 INFO:teuthology.orchestra.run.smithi047.stdout:Scheduled to start haproxy.nfs.foo.smithi149.rdjgtk on host 'smithi149' 2024-09-10T04:29:43.371 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:43 smithi047 bash[19880]: cluster 2024-09-10T04:29:41.798871+0000 mgr.smithi047.jescqm (mgr.14203) 379 : cluster [DBG] pgmap v263: 97 pgs: 97 active+clean; 597 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:29:43.371 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:43 smithi047 bash[19880]: cluster 2024-09-10T04:29:41.798871+0000 mgr.smithi047.jescqm (mgr.14203) 379 : cluster [DBG] pgmap v263: 97 pgs: 97 active+clean; 597 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:29:43.371 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:43 smithi047 bash[19880]: audit 2024-09-10T04:29:42.545589+0000 mon.smithi047 (mon.0) 946 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:43.371 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:43 smithi047 bash[19880]: audit 2024-09-10T04:29:42.545589+0000 mon.smithi047 (mon.0) 946 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:43.371 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:43 smithi047 bash[19880]: audit 2024-09-10T04:29:42.552331+0000 mon.smithi047 (mon.0) 947 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:43.371 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:43 smithi047 bash[19880]: audit 2024-09-10T04:29:42.552331+0000 mon.smithi047 (mon.0) 947 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:43.371 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:43 smithi047 bash[19880]: audit 2024-09-10T04:29:43.103698+0000 mon.smithi047 (mon.0) 948 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:43.371 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:43 smithi047 bash[19880]: audit 2024-09-10T04:29:43.103698+0000 mon.smithi047 (mon.0) 948 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:43.372 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:43 smithi047 bash[19880]: audit 2024-09-10T04:29:43.109160+0000 mon.smithi047 (mon.0) 949 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:43.372 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:43 smithi047 bash[19880]: audit 2024-09-10T04:29:43.109160+0000 mon.smithi047 (mon.0) 949 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:43.372 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:43 smithi047 bash[19880]: audit 2024-09-10T04:29:43.110263+0000 mon.smithi047 (mon.0) 950 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:29:43.372 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:43 smithi047 bash[19880]: audit 2024-09-10T04:29:43.110263+0000 mon.smithi047 (mon.0) 950 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:29:43.372 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:43 smithi047 bash[19880]: audit 2024-09-10T04:29:43.110925+0000 mon.smithi047 (mon.0) 951 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:29:43.372 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:43 smithi047 bash[19880]: audit 2024-09-10T04:29:43.110925+0000 mon.smithi047 (mon.0) 951 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:29:43.372 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:43 smithi047 bash[19880]: audit 2024-09-10T04:29:43.115153+0000 mon.smithi047 (mon.0) 952 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:43.372 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:43 smithi047 bash[19880]: audit 2024-09-10T04:29:43.115153+0000 mon.smithi047 (mon.0) 952 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:43.372 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:43 smithi047 bash[19880]: audit 2024-09-10T04:29:43.118653+0000 mon.smithi047 (mon.0) 953 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-10T04:29:43.372 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:43 smithi047 bash[19880]: audit 2024-09-10T04:29:43.118653+0000 mon.smithi047 (mon.0) 953 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-10T04:29:43.372 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:43 smithi047 bash[19880]: audit 2024-09-10T04:29:43.129287+0000 mon.smithi047 (mon.0) 954 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:43.372 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:43 smithi047 bash[19880]: audit 2024-09-10T04:29:43.129287+0000 mon.smithi047 (mon.0) 954 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:43.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:43 smithi149 bash[25108]: cluster 2024-09-10T04:29:41.798871+0000 mgr.smithi047.jescqm (mgr.14203) 379 : cluster [DBG] pgmap v263: 97 pgs: 97 active+clean; 597 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:29:43.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:43 smithi149 bash[25108]: cluster 2024-09-10T04:29:41.798871+0000 mgr.smithi047.jescqm (mgr.14203) 379 : cluster [DBG] pgmap v263: 97 pgs: 97 active+clean; 597 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:29:43.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:43 smithi149 bash[25108]: audit 2024-09-10T04:29:42.545589+0000 mon.smithi047 (mon.0) 946 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:43.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:43 smithi149 bash[25108]: audit 2024-09-10T04:29:42.545589+0000 mon.smithi047 (mon.0) 946 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:43.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:43 smithi149 bash[25108]: audit 2024-09-10T04:29:42.552331+0000 mon.smithi047 (mon.0) 947 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:43.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:43 smithi149 bash[25108]: audit 2024-09-10T04:29:42.552331+0000 mon.smithi047 (mon.0) 947 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:43.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:43 smithi149 bash[25108]: audit 2024-09-10T04:29:43.103698+0000 mon.smithi047 (mon.0) 948 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:43.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:43 smithi149 bash[25108]: audit 2024-09-10T04:29:43.103698+0000 mon.smithi047 (mon.0) 948 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:43.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:43 smithi149 bash[25108]: audit 2024-09-10T04:29:43.109160+0000 mon.smithi047 (mon.0) 949 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:43.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:43 smithi149 bash[25108]: audit 2024-09-10T04:29:43.109160+0000 mon.smithi047 (mon.0) 949 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:43.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:43 smithi149 bash[25108]: audit 2024-09-10T04:29:43.110263+0000 mon.smithi047 (mon.0) 950 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:29:43.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:43 smithi149 bash[25108]: audit 2024-09-10T04:29:43.110263+0000 mon.smithi047 (mon.0) 950 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:29:43.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:43 smithi149 bash[25108]: audit 2024-09-10T04:29:43.110925+0000 mon.smithi047 (mon.0) 951 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:29:43.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:43 smithi149 bash[25108]: audit 2024-09-10T04:29:43.110925+0000 mon.smithi047 (mon.0) 951 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:29:43.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:43 smithi149 bash[25108]: audit 2024-09-10T04:29:43.115153+0000 mon.smithi047 (mon.0) 952 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:43.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:43 smithi149 bash[25108]: audit 2024-09-10T04:29:43.115153+0000 mon.smithi047 (mon.0) 952 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:43.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:43 smithi149 bash[25108]: audit 2024-09-10T04:29:43.118653+0000 mon.smithi047 (mon.0) 953 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-10T04:29:43.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:43 smithi149 bash[25108]: audit 2024-09-10T04:29:43.118653+0000 mon.smithi047 (mon.0) 953 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-10T04:29:43.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:43 smithi149 bash[25108]: audit 2024-09-10T04:29:43.129287+0000 mon.smithi047 (mon.0) 954 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:43.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:43 smithi149 bash[25108]: audit 2024-09-10T04:29:43.129287+0000 mon.smithi047 (mon.0) 954 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:44.621 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:44 smithi047 bash[19880]: audit 2024-09-10T04:29:42.650102+0000 mgr.smithi047.jescqm (mgr.14203) 380 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:44.621 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:44 smithi047 bash[19880]: audit 2024-09-10T04:29:42.650102+0000 mgr.smithi047.jescqm (mgr.14203) 380 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:44.621 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:44 smithi047 bash[19880]: audit 2024-09-10T04:29:43.283409+0000 mgr.smithi047.jescqm (mgr.14203) 381 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "haproxy.nfs.foo.smithi149.rdjgtk", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:44.621 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:44 smithi047 bash[19880]: audit 2024-09-10T04:29:43.283409+0000 mgr.smithi047.jescqm (mgr.14203) 381 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "haproxy.nfs.foo.smithi149.rdjgtk", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:44.621 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:44 smithi047 bash[19880]: cephadm 2024-09-10T04:29:43.283852+0000 mgr.smithi047.jescqm (mgr.14203) 382 : cephadm [INF] Schedule start daemon haproxy.nfs.foo.smithi149.rdjgtk 2024-09-10T04:29:44.622 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:44 smithi047 bash[19880]: cephadm 2024-09-10T04:29:43.283852+0000 mgr.smithi047.jescqm (mgr.14203) 382 : cephadm [INF] Schedule start daemon haproxy.nfs.foo.smithi149.rdjgtk 2024-09-10T04:29:44.622 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:44 smithi047 bash[19880]: audit 2024-09-10T04:29:43.291546+0000 mon.smithi047 (mon.0) 955 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:44.622 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:44 smithi047 bash[19880]: audit 2024-09-10T04:29:43.291546+0000 mon.smithi047 (mon.0) 955 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:44.622 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:44 smithi047 bash[19880]: audit 2024-09-10T04:29:43.299244+0000 mon.smithi047 (mon.0) 956 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:44.622 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:44 smithi047 bash[19880]: audit 2024-09-10T04:29:43.299244+0000 mon.smithi047 (mon.0) 956 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:44.622 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:44 smithi047 bash[19880]: audit 2024-09-10T04:29:43.619022+0000 mon.smithi047 (mon.0) 957 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:29:44.622 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:44 smithi047 bash[19880]: audit 2024-09-10T04:29:43.619022+0000 mon.smithi047 (mon.0) 957 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:29:44.680 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:44 smithi149 bash[25108]: audit 2024-09-10T04:29:42.650102+0000 mgr.smithi047.jescqm (mgr.14203) 380 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:44.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:44 smithi149 bash[25108]: audit 2024-09-10T04:29:42.650102+0000 mgr.smithi047.jescqm (mgr.14203) 380 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:44.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:44 smithi149 bash[25108]: audit 2024-09-10T04:29:43.283409+0000 mgr.smithi047.jescqm (mgr.14203) 381 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "haproxy.nfs.foo.smithi149.rdjgtk", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:44.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:44 smithi149 bash[25108]: audit 2024-09-10T04:29:43.283409+0000 mgr.smithi047.jescqm (mgr.14203) 381 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "haproxy.nfs.foo.smithi149.rdjgtk", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:44.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:44 smithi149 bash[25108]: cephadm 2024-09-10T04:29:43.283852+0000 mgr.smithi047.jescqm (mgr.14203) 382 : cephadm [INF] Schedule start daemon haproxy.nfs.foo.smithi149.rdjgtk 2024-09-10T04:29:44.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:44 smithi149 bash[25108]: cephadm 2024-09-10T04:29:43.283852+0000 mgr.smithi047.jescqm (mgr.14203) 382 : cephadm [INF] Schedule start daemon haproxy.nfs.foo.smithi149.rdjgtk 2024-09-10T04:29:44.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:44 smithi149 bash[25108]: audit 2024-09-10T04:29:43.291546+0000 mon.smithi047 (mon.0) 955 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:44.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:44 smithi149 bash[25108]: audit 2024-09-10T04:29:43.291546+0000 mon.smithi047 (mon.0) 955 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:44.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:44 smithi149 bash[25108]: audit 2024-09-10T04:29:43.299244+0000 mon.smithi047 (mon.0) 956 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:44.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:44 smithi149 bash[25108]: audit 2024-09-10T04:29:43.299244+0000 mon.smithi047 (mon.0) 956 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:44.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:44 smithi149 bash[25108]: audit 2024-09-10T04:29:43.619022+0000 mon.smithi047 (mon.0) 957 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:29:44.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:44 smithi149 bash[25108]: audit 2024-09-10T04:29:43.619022+0000 mon.smithi047 (mon.0) 957 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:29:45.621 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:45 smithi047 bash[19880]: audit 2024-09-10T04:29:43.609461+0000 mgr.smithi047.jescqm (mgr.14203) 383 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:45.621 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:45 smithi047 bash[19880]: audit 2024-09-10T04:29:43.609461+0000 mgr.smithi047.jescqm (mgr.14203) 383 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:45.621 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:45 smithi047 bash[19880]: cluster 2024-09-10T04:29:43.799968+0000 mgr.smithi047.jescqm (mgr.14203) 384 : cluster [DBG] pgmap v264: 97 pgs: 97 active+clean; 605 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.1 KiB/s wr, 0 op/s 2024-09-10T04:29:45.621 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:45 smithi047 bash[19880]: cluster 2024-09-10T04:29:43.799968+0000 mgr.smithi047.jescqm (mgr.14203) 384 : cluster [DBG] pgmap v264: 97 pgs: 97 active+clean; 605 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.1 KiB/s wr, 0 op/s 2024-09-10T04:29:45.680 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:45 smithi149 bash[25108]: audit 2024-09-10T04:29:43.609461+0000 mgr.smithi047.jescqm (mgr.14203) 383 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:45.680 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:45 smithi149 bash[25108]: audit 2024-09-10T04:29:43.609461+0000 mgr.smithi047.jescqm (mgr.14203) 383 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:45.680 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:45 smithi149 bash[25108]: cluster 2024-09-10T04:29:43.799968+0000 mgr.smithi047.jescqm (mgr.14203) 384 : cluster [DBG] pgmap v264: 97 pgs: 97 active+clean; 605 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.1 KiB/s wr, 0 op/s 2024-09-10T04:29:45.680 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:45 smithi149 bash[25108]: cluster 2024-09-10T04:29:43.799968+0000 mgr.smithi047.jescqm (mgr.14203) 384 : cluster [DBG] pgmap v264: 97 pgs: 97 active+clean; 605 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.1 KiB/s wr, 0 op/s 2024-09-10T04:29:46.621 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:46 smithi047 bash[19880]: audit 2024-09-10T04:29:44.971356+0000 mgr.smithi047.jescqm (mgr.14203) 385 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:46.621 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:46 smithi047 bash[19880]: audit 2024-09-10T04:29:44.971356+0000 mgr.smithi047.jescqm (mgr.14203) 385 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:46.680 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:46 smithi149 bash[25108]: audit 2024-09-10T04:29:44.971356+0000 mgr.smithi047.jescqm (mgr.14203) 385 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:46.680 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:46 smithi149 bash[25108]: audit 2024-09-10T04:29:44.971356+0000 mgr.smithi047.jescqm (mgr.14203) 385 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:47.620 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:47 smithi047 bash[19880]: cluster 2024-09-10T04:29:45.800826+0000 mgr.smithi047.jescqm (mgr.14203) 386 : cluster [DBG] pgmap v265: 97 pgs: 97 active+clean; 605 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.1 KiB/s wr, 0 op/s 2024-09-10T04:29:47.621 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:47 smithi047 bash[19880]: cluster 2024-09-10T04:29:45.800826+0000 mgr.smithi047.jescqm (mgr.14203) 386 : cluster [DBG] pgmap v265: 97 pgs: 97 active+clean; 605 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.1 KiB/s wr, 0 op/s 2024-09-10T04:29:47.680 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:47 smithi149 bash[25108]: cluster 2024-09-10T04:29:45.800826+0000 mgr.smithi047.jescqm (mgr.14203) 386 : cluster [DBG] pgmap v265: 97 pgs: 97 active+clean; 605 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.1 KiB/s wr, 0 op/s 2024-09-10T04:29:47.680 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:47 smithi149 bash[25108]: cluster 2024-09-10T04:29:45.800826+0000 mgr.smithi047.jescqm (mgr.14203) 386 : cluster [DBG] pgmap v265: 97 pgs: 97 active+clean; 605 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.1 KiB/s wr, 0 op/s 2024-09-10T04:29:48.370 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:48 smithi047 bash[19880]: audit 2024-09-10T04:29:46.349538+0000 mgr.smithi047.jescqm (mgr.14203) 387 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:48.371 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:48 smithi047 bash[19880]: audit 2024-09-10T04:29:46.349538+0000 mgr.smithi047.jescqm (mgr.14203) 387 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:48.680 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:48 smithi149 bash[25108]: audit 2024-09-10T04:29:46.349538+0000 mgr.smithi047.jescqm (mgr.14203) 387 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:48.680 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:48 smithi149 bash[25108]: audit 2024-09-10T04:29:46.349538+0000 mgr.smithi047.jescqm (mgr.14203) 387 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:49.620 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:49 smithi047 bash[19880]: audit 2024-09-10T04:29:47.693864+0000 mgr.smithi047.jescqm (mgr.14203) 388 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:49.620 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:49 smithi047 bash[19880]: audit 2024-09-10T04:29:47.693864+0000 mgr.smithi047.jescqm (mgr.14203) 388 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:49.621 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:49 smithi047 bash[19880]: cluster 2024-09-10T04:29:47.801719+0000 mgr.smithi047.jescqm (mgr.14203) 389 : cluster [DBG] pgmap v266: 97 pgs: 97 active+clean; 605 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-09-10T04:29:49.621 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:49 smithi047 bash[19880]: cluster 2024-09-10T04:29:47.801719+0000 mgr.smithi047.jescqm (mgr.14203) 389 : cluster [DBG] pgmap v266: 97 pgs: 97 active+clean; 605 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-09-10T04:29:49.621 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:49 smithi047 bash[19880]: audit 2024-09-10T04:29:49.142407+0000 mon.smithi047 (mon.0) 958 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:29:49.621 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:49 smithi047 bash[19880]: audit 2024-09-10T04:29:49.142407+0000 mon.smithi047 (mon.0) 958 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:29:49.680 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:49 smithi149 bash[25108]: audit 2024-09-10T04:29:47.693864+0000 mgr.smithi047.jescqm (mgr.14203) 388 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:49.680 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:49 smithi149 bash[25108]: audit 2024-09-10T04:29:47.693864+0000 mgr.smithi047.jescqm (mgr.14203) 388 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:49.680 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:49 smithi149 bash[25108]: cluster 2024-09-10T04:29:47.801719+0000 mgr.smithi047.jescqm (mgr.14203) 389 : cluster [DBG] pgmap v266: 97 pgs: 97 active+clean; 605 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-09-10T04:29:49.680 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:49 smithi149 bash[25108]: cluster 2024-09-10T04:29:47.801719+0000 mgr.smithi047.jescqm (mgr.14203) 389 : cluster [DBG] pgmap v266: 97 pgs: 97 active+clean; 605 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-09-10T04:29:49.680 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:49 smithi149 bash[25108]: audit 2024-09-10T04:29:49.142407+0000 mon.smithi047 (mon.0) 958 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:29:49.680 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:49 smithi149 bash[25108]: audit 2024-09-10T04:29:49.142407+0000 mon.smithi047 (mon.0) 958 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:29:50.621 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:50 smithi047 bash[19880]: audit 2024-09-10T04:29:49.068994+0000 mgr.smithi047.jescqm (mgr.14203) 390 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:50.621 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:50 smithi047 bash[19880]: audit 2024-09-10T04:29:49.068994+0000 mgr.smithi047.jescqm (mgr.14203) 390 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:50.621 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:50 smithi047 bash[19880]: audit 2024-09-10T04:29:49.368797+0000 mon.smithi047 (mon.0) 959 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:50.621 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:50 smithi047 bash[19880]: audit 2024-09-10T04:29:49.368797+0000 mon.smithi047 (mon.0) 959 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:50.622 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:50 smithi047 bash[19880]: audit 2024-09-10T04:29:49.376530+0000 mon.smithi047 (mon.0) 960 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:50.622 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:50 smithi047 bash[19880]: audit 2024-09-10T04:29:49.376530+0000 mon.smithi047 (mon.0) 960 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:50.622 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:50 smithi047 bash[19880]: audit 2024-09-10T04:29:49.844126+0000 mon.smithi047 (mon.0) 961 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:50.622 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:50 smithi047 bash[19880]: audit 2024-09-10T04:29:49.844126+0000 mon.smithi047 (mon.0) 961 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:50.622 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:50 smithi047 bash[19880]: audit 2024-09-10T04:29:49.849870+0000 mon.smithi047 (mon.0) 962 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:50.622 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:50 smithi047 bash[19880]: audit 2024-09-10T04:29:49.849870+0000 mon.smithi047 (mon.0) 962 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:50.622 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:50 smithi047 bash[19880]: audit 2024-09-10T04:29:49.850909+0000 mon.smithi047 (mon.0) 963 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:29:50.622 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:50 smithi047 bash[19880]: audit 2024-09-10T04:29:49.850909+0000 mon.smithi047 (mon.0) 963 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:29:50.622 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:50 smithi047 bash[19880]: audit 2024-09-10T04:29:49.851564+0000 mon.smithi047 (mon.0) 964 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:29:50.622 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:50 smithi047 bash[19880]: audit 2024-09-10T04:29:49.851564+0000 mon.smithi047 (mon.0) 964 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:29:50.622 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:50 smithi047 bash[19880]: audit 2024-09-10T04:29:49.855833+0000 mon.smithi047 (mon.0) 965 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:50.622 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:50 smithi047 bash[19880]: audit 2024-09-10T04:29:49.855833+0000 mon.smithi047 (mon.0) 965 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:50.622 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:50 smithi047 bash[19880]: audit 2024-09-10T04:29:49.858338+0000 mon.smithi047 (mon.0) 966 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-10T04:29:50.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:50 smithi047 bash[19880]: audit 2024-09-10T04:29:49.858338+0000 mon.smithi047 (mon.0) 966 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-10T04:29:50.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:50 smithi047 bash[19880]: audit 2024-09-10T04:29:49.868139+0000 mon.smithi047 (mon.0) 967 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:50.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:50 smithi047 bash[19880]: audit 2024-09-10T04:29:49.868139+0000 mon.smithi047 (mon.0) 967 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:50.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:50 smithi149 bash[25108]: audit 2024-09-10T04:29:49.068994+0000 mgr.smithi047.jescqm (mgr.14203) 390 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:50.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:50 smithi149 bash[25108]: audit 2024-09-10T04:29:49.068994+0000 mgr.smithi047.jescqm (mgr.14203) 390 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:50.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:50 smithi149 bash[25108]: audit 2024-09-10T04:29:49.368797+0000 mon.smithi047 (mon.0) 959 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:50.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:50 smithi149 bash[25108]: audit 2024-09-10T04:29:49.368797+0000 mon.smithi047 (mon.0) 959 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:50.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:50 smithi149 bash[25108]: audit 2024-09-10T04:29:49.376530+0000 mon.smithi047 (mon.0) 960 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:50.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:50 smithi149 bash[25108]: audit 2024-09-10T04:29:49.376530+0000 mon.smithi047 (mon.0) 960 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:50.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:50 smithi149 bash[25108]: audit 2024-09-10T04:29:49.844126+0000 mon.smithi047 (mon.0) 961 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:50.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:50 smithi149 bash[25108]: audit 2024-09-10T04:29:49.844126+0000 mon.smithi047 (mon.0) 961 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:50.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:50 smithi149 bash[25108]: audit 2024-09-10T04:29:49.849870+0000 mon.smithi047 (mon.0) 962 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:50.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:50 smithi149 bash[25108]: audit 2024-09-10T04:29:49.849870+0000 mon.smithi047 (mon.0) 962 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:50.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:50 smithi149 bash[25108]: audit 2024-09-10T04:29:49.850909+0000 mon.smithi047 (mon.0) 963 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:29:50.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:50 smithi149 bash[25108]: audit 2024-09-10T04:29:49.850909+0000 mon.smithi047 (mon.0) 963 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:29:50.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:50 smithi149 bash[25108]: audit 2024-09-10T04:29:49.851564+0000 mon.smithi047 (mon.0) 964 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:29:50.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:50 smithi149 bash[25108]: audit 2024-09-10T04:29:49.851564+0000 mon.smithi047 (mon.0) 964 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:29:50.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:50 smithi149 bash[25108]: audit 2024-09-10T04:29:49.855833+0000 mon.smithi047 (mon.0) 965 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:50.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:50 smithi149 bash[25108]: audit 2024-09-10T04:29:49.855833+0000 mon.smithi047 (mon.0) 965 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:50.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:50 smithi149 bash[25108]: audit 2024-09-10T04:29:49.858338+0000 mon.smithi047 (mon.0) 966 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-10T04:29:50.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:50 smithi149 bash[25108]: audit 2024-09-10T04:29:49.858338+0000 mon.smithi047 (mon.0) 966 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-10T04:29:50.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:50 smithi149 bash[25108]: audit 2024-09-10T04:29:49.868139+0000 mon.smithi047 (mon.0) 967 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:50.682 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:50 smithi149 bash[25108]: audit 2024-09-10T04:29:49.868139+0000 mon.smithi047 (mon.0) 967 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:29:51.620 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:51 smithi047 bash[19880]: cluster 2024-09-10T04:29:49.802383+0000 mgr.smithi047.jescqm (mgr.14203) 391 : cluster [DBG] pgmap v267: 97 pgs: 97 active+clean; 605 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-09-10T04:29:51.620 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:51 smithi047 bash[19880]: cluster 2024-09-10T04:29:49.802383+0000 mgr.smithi047.jescqm (mgr.14203) 391 : cluster [DBG] pgmap v267: 97 pgs: 97 active+clean; 605 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-09-10T04:29:51.680 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:51 smithi149 bash[25108]: cluster 2024-09-10T04:29:49.802383+0000 mgr.smithi047.jescqm (mgr.14203) 391 : cluster [DBG] pgmap v267: 97 pgs: 97 active+clean; 605 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-09-10T04:29:51.680 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:51 smithi149 bash[25108]: cluster 2024-09-10T04:29:49.802383+0000 mgr.smithi047.jescqm (mgr.14203) 391 : cluster [DBG] pgmap v267: 97 pgs: 97 active+clean; 605 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-09-10T04:29:52.620 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:52 smithi047 bash[19880]: audit 2024-09-10T04:29:50.412500+0000 mgr.smithi047.jescqm (mgr.14203) 392 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:52.621 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:52 smithi047 bash[19880]: audit 2024-09-10T04:29:50.412500+0000 mgr.smithi047.jescqm (mgr.14203) 392 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:52.680 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:52 smithi149 bash[25108]: audit 2024-09-10T04:29:50.412500+0000 mgr.smithi047.jescqm (mgr.14203) 392 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:52.680 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:52 smithi149 bash[25108]: audit 2024-09-10T04:29:50.412500+0000 mgr.smithi047.jescqm (mgr.14203) 392 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:53.621 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:53 smithi047 bash[19880]: audit 2024-09-10T04:29:51.774854+0000 mgr.smithi047.jescqm (mgr.14203) 393 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:53.621 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:53 smithi047 bash[19880]: audit 2024-09-10T04:29:51.774854+0000 mgr.smithi047.jescqm (mgr.14203) 393 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:53.621 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:53 smithi047 bash[19880]: cluster 2024-09-10T04:29:51.802820+0000 mgr.smithi047.jescqm (mgr.14203) 394 : cluster [DBG] pgmap v268: 97 pgs: 97 active+clean; 605 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-09-10T04:29:53.621 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:53 smithi047 bash[19880]: cluster 2024-09-10T04:29:51.802820+0000 mgr.smithi047.jescqm (mgr.14203) 394 : cluster [DBG] pgmap v268: 97 pgs: 97 active+clean; 605 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-09-10T04:29:53.621 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:53 smithi047 bash[19880]: audit 2024-09-10T04:29:53.147450+0000 mgr.smithi047.jescqm (mgr.14203) 395 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:53.621 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:53 smithi047 bash[19880]: audit 2024-09-10T04:29:53.147450+0000 mgr.smithi047.jescqm (mgr.14203) 395 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:53.680 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:53 smithi149 bash[25108]: audit 2024-09-10T04:29:51.774854+0000 mgr.smithi047.jescqm (mgr.14203) 393 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:53.680 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:53 smithi149 bash[25108]: audit 2024-09-10T04:29:51.774854+0000 mgr.smithi047.jescqm (mgr.14203) 393 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:53.680 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:53 smithi149 bash[25108]: cluster 2024-09-10T04:29:51.802820+0000 mgr.smithi047.jescqm (mgr.14203) 394 : cluster [DBG] pgmap v268: 97 pgs: 97 active+clean; 605 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-09-10T04:29:53.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:53 smithi149 bash[25108]: cluster 2024-09-10T04:29:51.802820+0000 mgr.smithi047.jescqm (mgr.14203) 394 : cluster [DBG] pgmap v268: 97 pgs: 97 active+clean; 605 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-09-10T04:29:53.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:53 smithi149 bash[25108]: audit 2024-09-10T04:29:53.147450+0000 mgr.smithi047.jescqm (mgr.14203) 395 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:53.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:53 smithi149 bash[25108]: audit 2024-09-10T04:29:53.147450+0000 mgr.smithi047.jescqm (mgr.14203) 395 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:54.620 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:54 smithi047 bash[19880]: cluster 2024-09-10T04:29:53.803873+0000 mgr.smithi047.jescqm (mgr.14203) 396 : cluster [DBG] pgmap v269: 97 pgs: 97 active+clean; 607 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-09-10T04:29:54.621 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:54 smithi047 bash[19880]: cluster 2024-09-10T04:29:53.803873+0000 mgr.smithi047.jescqm (mgr.14203) 396 : cluster [DBG] pgmap v269: 97 pgs: 97 active+clean; 607 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-09-10T04:29:54.680 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:54 smithi149 bash[25108]: cluster 2024-09-10T04:29:53.803873+0000 mgr.smithi047.jescqm (mgr.14203) 396 : cluster [DBG] pgmap v269: 97 pgs: 97 active+clean; 607 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-09-10T04:29:54.680 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:54 smithi149 bash[25108]: cluster 2024-09-10T04:29:53.803873+0000 mgr.smithi047.jescqm (mgr.14203) 396 : cluster [DBG] pgmap v269: 97 pgs: 97 active+clean; 607 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-09-10T04:29:55.620 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:55 smithi047 bash[19880]: audit 2024-09-10T04:29:54.519957+0000 mgr.smithi047.jescqm (mgr.14203) 397 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:55.620 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:55 smithi047 bash[19880]: audit 2024-09-10T04:29:54.519957+0000 mgr.smithi047.jescqm (mgr.14203) 397 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:55.680 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:55 smithi149 bash[25108]: audit 2024-09-10T04:29:54.519957+0000 mgr.smithi047.jescqm (mgr.14203) 397 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:55.680 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:55 smithi149 bash[25108]: audit 2024-09-10T04:29:54.519957+0000 mgr.smithi047.jescqm (mgr.14203) 397 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:56.620 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:56 smithi047 bash[19880]: cluster 2024-09-10T04:29:55.804483+0000 mgr.smithi047.jescqm (mgr.14203) 398 : cluster [DBG] pgmap v270: 97 pgs: 97 active+clean; 607 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-09-10T04:29:56.621 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:56 smithi047 bash[19880]: cluster 2024-09-10T04:29:55.804483+0000 mgr.smithi047.jescqm (mgr.14203) 398 : cluster [DBG] pgmap v270: 97 pgs: 97 active+clean; 607 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-09-10T04:29:56.621 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:56 smithi047 bash[19880]: audit 2024-09-10T04:29:55.895365+0000 mgr.smithi047.jescqm (mgr.14203) 399 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:56.621 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:56 smithi047 bash[19880]: audit 2024-09-10T04:29:55.895365+0000 mgr.smithi047.jescqm (mgr.14203) 399 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:56.680 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:56 smithi149 bash[25108]: cluster 2024-09-10T04:29:55.804483+0000 mgr.smithi047.jescqm (mgr.14203) 398 : cluster [DBG] pgmap v270: 97 pgs: 97 active+clean; 607 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-09-10T04:29:56.680 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:56 smithi149 bash[25108]: cluster 2024-09-10T04:29:55.804483+0000 mgr.smithi047.jescqm (mgr.14203) 398 : cluster [DBG] pgmap v270: 97 pgs: 97 active+clean; 607 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-09-10T04:29:56.680 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:56 smithi149 bash[25108]: audit 2024-09-10T04:29:55.895365+0000 mgr.smithi047.jescqm (mgr.14203) 399 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:56.680 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:56 smithi149 bash[25108]: audit 2024-09-10T04:29:55.895365+0000 mgr.smithi047.jescqm (mgr.14203) 399 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:57.620 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:57 smithi047 bash[19880]: audit 2024-09-10T04:29:57.244427+0000 mgr.smithi047.jescqm (mgr.14203) 400 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:57.620 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:57 smithi047 bash[19880]: audit 2024-09-10T04:29:57.244427+0000 mgr.smithi047.jescqm (mgr.14203) 400 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:57.680 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:57 smithi149 bash[25108]: audit 2024-09-10T04:29:57.244427+0000 mgr.smithi047.jescqm (mgr.14203) 400 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:57.680 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:57 smithi149 bash[25108]: audit 2024-09-10T04:29:57.244427+0000 mgr.smithi047.jescqm (mgr.14203) 400 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:58.620 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:58 smithi047 bash[19880]: cluster 2024-09-10T04:29:57.805305+0000 mgr.smithi047.jescqm (mgr.14203) 401 : cluster [DBG] pgmap v271: 97 pgs: 97 active+clean; 607 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2024-09-10T04:29:58.620 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:58 smithi047 bash[19880]: cluster 2024-09-10T04:29:57.805305+0000 mgr.smithi047.jescqm (mgr.14203) 401 : cluster [DBG] pgmap v271: 97 pgs: 97 active+clean; 607 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2024-09-10T04:29:58.680 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:58 smithi149 bash[25108]: cluster 2024-09-10T04:29:57.805305+0000 mgr.smithi047.jescqm (mgr.14203) 401 : cluster [DBG] pgmap v271: 97 pgs: 97 active+clean; 607 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2024-09-10T04:29:58.680 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:58 smithi149 bash[25108]: cluster 2024-09-10T04:29:57.805305+0000 mgr.smithi047.jescqm (mgr.14203) 401 : cluster [DBG] pgmap v271: 97 pgs: 97 active+clean; 607 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2024-09-10T04:29:59.620 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:59 smithi047 bash[19880]: audit 2024-09-10T04:29:58.618006+0000 mgr.smithi047.jescqm (mgr.14203) 402 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:59.621 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:29:59 smithi047 bash[19880]: audit 2024-09-10T04:29:58.618006+0000 mgr.smithi047.jescqm (mgr.14203) 402 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:59.680 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:59 smithi149 bash[25108]: audit 2024-09-10T04:29:58.618006+0000 mgr.smithi047.jescqm (mgr.14203) 402 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:29:59.680 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:29:59 smithi149 bash[25108]: audit 2024-09-10T04:29:58.618006+0000 mgr.smithi047.jescqm (mgr.14203) 402 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:30:00.680 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:00 smithi149 bash[25108]: cluster 2024-09-10T04:29:59.805882+0000 mgr.smithi047.jescqm (mgr.14203) 403 : cluster [DBG] pgmap v272: 97 pgs: 97 active+clean; 607 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-09-10T04:30:00.680 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:00 smithi149 bash[25108]: cluster 2024-09-10T04:29:59.805882+0000 mgr.smithi047.jescqm (mgr.14203) 403 : cluster [DBG] pgmap v272: 97 pgs: 97 active+clean; 607 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-09-10T04:30:00.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:00 smithi149 bash[25108]: audit 2024-09-10T04:29:59.978509+0000 mgr.smithi047.jescqm (mgr.14203) 404 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:30:00.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:00 smithi149 bash[25108]: audit 2024-09-10T04:29:59.978509+0000 mgr.smithi047.jescqm (mgr.14203) 404 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:30:00.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:00 smithi149 bash[25108]: cluster 2024-09-10T04:30:00.000097+0000 mon.smithi047 (mon.0) 968 : cluster [INF] overall HEALTH_OK 2024-09-10T04:30:00.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:00 smithi149 bash[25108]: cluster 2024-09-10T04:30:00.000097+0000 mon.smithi047 (mon.0) 968 : cluster [INF] overall HEALTH_OK 2024-09-10T04:30:00.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:00 smithi149 bash[25108]: audit 2024-09-10T04:30:00.186651+0000 mon.smithi047 (mon.0) 969 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:00.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:00 smithi149 bash[25108]: audit 2024-09-10T04:30:00.186651+0000 mon.smithi047 (mon.0) 969 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:00.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:00 smithi149 bash[25108]: audit 2024-09-10T04:30:00.196974+0000 mon.smithi047 (mon.0) 970 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:00.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:00 smithi149 bash[25108]: audit 2024-09-10T04:30:00.196974+0000 mon.smithi047 (mon.0) 970 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:00.870 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:00 smithi047 bash[19880]: cluster 2024-09-10T04:29:59.805882+0000 mgr.smithi047.jescqm (mgr.14203) 403 : cluster [DBG] pgmap v272: 97 pgs: 97 active+clean; 607 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-09-10T04:30:00.871 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:00 smithi047 bash[19880]: cluster 2024-09-10T04:29:59.805882+0000 mgr.smithi047.jescqm (mgr.14203) 403 : cluster [DBG] pgmap v272: 97 pgs: 97 active+clean; 607 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-09-10T04:30:00.871 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:00 smithi047 bash[19880]: audit 2024-09-10T04:29:59.978509+0000 mgr.smithi047.jescqm (mgr.14203) 404 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:30:00.871 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:00 smithi047 bash[19880]: audit 2024-09-10T04:29:59.978509+0000 mgr.smithi047.jescqm (mgr.14203) 404 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:30:00.871 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:00 smithi047 bash[19880]: cluster 2024-09-10T04:30:00.000097+0000 mon.smithi047 (mon.0) 968 : cluster [INF] overall HEALTH_OK 2024-09-10T04:30:00.871 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:00 smithi047 bash[19880]: cluster 2024-09-10T04:30:00.000097+0000 mon.smithi047 (mon.0) 968 : cluster [INF] overall HEALTH_OK 2024-09-10T04:30:00.871 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:00 smithi047 bash[19880]: audit 2024-09-10T04:30:00.186651+0000 mon.smithi047 (mon.0) 969 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:00.871 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:00 smithi047 bash[19880]: audit 2024-09-10T04:30:00.186651+0000 mon.smithi047 (mon.0) 969 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:00.871 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:00 smithi047 bash[19880]: audit 2024-09-10T04:30:00.196974+0000 mon.smithi047 (mon.0) 970 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:00.871 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:00 smithi047 bash[19880]: audit 2024-09-10T04:30:00.196974+0000 mon.smithi047 (mon.0) 970 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:01.680 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:01 smithi149 bash[25108]: audit 2024-09-10T04:30:00.660736+0000 mon.smithi047 (mon.0) 971 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:30:01.680 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:01 smithi149 bash[25108]: audit 2024-09-10T04:30:00.660736+0000 mon.smithi047 (mon.0) 971 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:30:01.870 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:01 smithi047 bash[19880]: audit 2024-09-10T04:30:00.660736+0000 mon.smithi047 (mon.0) 971 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:30:01.870 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:01 smithi047 bash[19880]: audit 2024-09-10T04:30:00.660736+0000 mon.smithi047 (mon.0) 971 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:30:02.680 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:02 smithi149 bash[25108]: audit 2024-09-10T04:30:01.343478+0000 mgr.smithi047.jescqm (mgr.14203) 405 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:30:02.680 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:02 smithi149 bash[25108]: audit 2024-09-10T04:30:01.343478+0000 mgr.smithi047.jescqm (mgr.14203) 405 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:30:02.680 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:02 smithi149 bash[25108]: cluster 2024-09-10T04:30:01.806731+0000 mgr.smithi047.jescqm (mgr.14203) 406 : cluster [DBG] pgmap v273: 97 pgs: 97 active+clean; 607 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-09-10T04:30:02.680 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:02 smithi149 bash[25108]: cluster 2024-09-10T04:30:01.806731+0000 mgr.smithi047.jescqm (mgr.14203) 406 : cluster [DBG] pgmap v273: 97 pgs: 97 active+clean; 607 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-09-10T04:30:02.870 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:02 smithi047 bash[19880]: audit 2024-09-10T04:30:01.343478+0000 mgr.smithi047.jescqm (mgr.14203) 405 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:30:02.870 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:02 smithi047 bash[19880]: audit 2024-09-10T04:30:01.343478+0000 mgr.smithi047.jescqm (mgr.14203) 405 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:30:02.870 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:02 smithi047 bash[19880]: cluster 2024-09-10T04:30:01.806731+0000 mgr.smithi047.jescqm (mgr.14203) 406 : cluster [DBG] pgmap v273: 97 pgs: 97 active+clean; 607 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-09-10T04:30:02.871 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:02 smithi047 bash[19880]: cluster 2024-09-10T04:30:01.806731+0000 mgr.smithi047.jescqm (mgr.14203) 406 : cluster [DBG] pgmap v273: 97 pgs: 97 active+clean; 607 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-09-10T04:30:03.672 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:03 smithi047 bash[19880]: audit 2024-09-10T04:30:02.710145+0000 mgr.smithi047.jescqm (mgr.14203) 407 : audit [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:30:03.673 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:03 smithi047 bash[19880]: audit 2024-09-10T04:30:02.710145+0000 mgr.smithi047.jescqm (mgr.14203) 407 : audit [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:30:03.680 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:03 smithi149 bash[25108]: audit 2024-09-10T04:30:02.710145+0000 mgr.smithi047.jescqm (mgr.14203) 407 : audit [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:30:03.680 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:03 smithi149 bash[25108]: audit 2024-09-10T04:30:02.710145+0000 mgr.smithi047.jescqm (mgr.14203) 407 : audit [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:30:04.680 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:04 smithi149 bash[25108]: cluster 2024-09-10T04:30:03.807527+0000 mgr.smithi047.jescqm (mgr.14203) 408 : cluster [DBG] pgmap v274: 97 pgs: 97 active+clean; 607 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-09-10T04:30:04.680 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:04 smithi149 bash[25108]: cluster 2024-09-10T04:30:03.807527+0000 mgr.smithi047.jescqm (mgr.14203) 408 : cluster [DBG] pgmap v274: 97 pgs: 97 active+clean; 607 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-09-10T04:30:04.680 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:04 smithi149 bash[25108]: audit 2024-09-10T04:30:04.066758+0000 mgr.smithi047.jescqm (mgr.14203) 409 : audit [DBG] from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:30:04.680 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:04 smithi149 bash[25108]: audit 2024-09-10T04:30:04.066758+0000 mgr.smithi047.jescqm (mgr.14203) 409 : audit [DBG] from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:30:04.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:04 smithi149 bash[25108]: audit 2024-09-10T04:30:04.142958+0000 mon.smithi047 (mon.0) 972 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:30:04.681 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:04 smithi149 bash[25108]: audit 2024-09-10T04:30:04.142958+0000 mon.smithi047 (mon.0) 972 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:30:04.870 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:04 smithi047 bash[19880]: cluster 2024-09-10T04:30:03.807527+0000 mgr.smithi047.jescqm (mgr.14203) 408 : cluster [DBG] pgmap v274: 97 pgs: 97 active+clean; 607 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-09-10T04:30:04.871 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:04 smithi047 bash[19880]: cluster 2024-09-10T04:30:03.807527+0000 mgr.smithi047.jescqm (mgr.14203) 408 : cluster [DBG] pgmap v274: 97 pgs: 97 active+clean; 607 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-09-10T04:30:04.871 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:04 smithi047 bash[19880]: audit 2024-09-10T04:30:04.066758+0000 mgr.smithi047.jescqm (mgr.14203) 409 : audit [DBG] from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:30:04.871 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:04 smithi047 bash[19880]: audit 2024-09-10T04:30:04.066758+0000 mgr.smithi047.jescqm (mgr.14203) 409 : audit [DBG] from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:30:04.871 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:04 smithi047 bash[19880]: audit 2024-09-10T04:30:04.142958+0000 mon.smithi047 (mon.0) 972 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:30:04.871 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:04 smithi047 bash[19880]: audit 2024-09-10T04:30:04.142958+0000 mon.smithi047 (mon.0) 972 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:30:06.818 INFO:teuthology.orchestra.run.smithi047.stdout:haproxy.nfs.foo.smithi149.rdjgtk smithi149 *:2999,9999 running (6s) 0s ago 2m 4584k - 2.3.17-d1c9119 e85424b0d443 355a82d97b10 2024-09-10T04:30:07.120 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:06 smithi047 bash[19880]: audit 2024-09-10T04:30:05.432458+0000 mgr.smithi047.jescqm (mgr.14203) 410 : audit [DBG] from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:30:07.121 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:06 smithi047 bash[19880]: audit 2024-09-10T04:30:05.432458+0000 mgr.smithi047.jescqm (mgr.14203) 410 : audit [DBG] from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:30:07.121 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:06 smithi047 bash[19880]: cluster 2024-09-10T04:30:05.808450+0000 mgr.smithi047.jescqm (mgr.14203) 411 : cluster [DBG] pgmap v275: 97 pgs: 97 active+clean; 607 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T04:30:07.121 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:06 smithi047 bash[19880]: cluster 2024-09-10T04:30:05.808450+0000 mgr.smithi047.jescqm (mgr.14203) 411 : cluster [DBG] pgmap v275: 97 pgs: 97 active+clean; 607 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T04:30:07.121 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:06 smithi047 bash[19880]: audit 2024-09-10T04:30:06.434130+0000 mon.smithi047 (mon.0) 973 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:07.121 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:06 smithi047 bash[19880]: audit 2024-09-10T04:30:06.434130+0000 mon.smithi047 (mon.0) 973 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:07.121 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:06 smithi047 bash[19880]: audit 2024-09-10T04:30:06.442587+0000 mon.smithi047 (mon.0) 974 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:07.121 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:06 smithi047 bash[19880]: audit 2024-09-10T04:30:06.442587+0000 mon.smithi047 (mon.0) 974 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:07.180 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:06 smithi149 bash[25108]: audit 2024-09-10T04:30:05.432458+0000 mgr.smithi047.jescqm (mgr.14203) 410 : audit [DBG] from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:30:07.180 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:06 smithi149 bash[25108]: audit 2024-09-10T04:30:05.432458+0000 mgr.smithi047.jescqm (mgr.14203) 410 : audit [DBG] from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:30:07.180 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:06 smithi149 bash[25108]: cluster 2024-09-10T04:30:05.808450+0000 mgr.smithi047.jescqm (mgr.14203) 411 : cluster [DBG] pgmap v275: 97 pgs: 97 active+clean; 607 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T04:30:07.180 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:06 smithi149 bash[25108]: cluster 2024-09-10T04:30:05.808450+0000 mgr.smithi047.jescqm (mgr.14203) 411 : cluster [DBG] pgmap v275: 97 pgs: 97 active+clean; 607 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T04:30:07.180 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:06 smithi149 bash[25108]: audit 2024-09-10T04:30:06.434130+0000 mon.smithi047 (mon.0) 973 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:07.181 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:06 smithi149 bash[25108]: audit 2024-09-10T04:30:06.434130+0000 mon.smithi047 (mon.0) 973 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:07.181 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:06 smithi149 bash[25108]: audit 2024-09-10T04:30:06.442587+0000 mon.smithi047 (mon.0) 974 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:07.181 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:06 smithi149 bash[25108]: audit 2024-09-10T04:30:06.442587+0000 mon.smithi047 (mon.0) 974 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:07.634 INFO:teuthology.run_tasks:Running task vip.exec... 2024-09-10T04:30:07.644 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi047.front.sepia.ceph.com 2024-09-10T04:30:07.644 DEBUG:teuthology.orchestra.run.smithi047:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'echo "Check with $(hostname) ganesha(s) down..." 2024-09-10T04:30:07.644 DEBUG:teuthology.orchestra.run.smithi047:> for c in `systemctl | grep ceph- | grep @nfs | awk '"'"'{print $1}'"'"'`; do 2024-09-10T04:30:07.645 DEBUG:teuthology.orchestra.run.smithi047:> cid=`echo $c | sed '"'"'s/@/-/'"'"'` 2024-09-10T04:30:07.645 DEBUG:teuthology.orchestra.run.smithi047:> id=`echo $c | cut -d @ -f 2 | sed '"'"'s/.service$//'"'"'` 2024-09-10T04:30:07.645 DEBUG:teuthology.orchestra.run.smithi047:> fsid=`echo $c | cut -d @ -f 1 | cut -d - -f 2-` 2024-09-10T04:30:07.645 DEBUG:teuthology.orchestra.run.smithi047:> echo "Removing daemon $id fsid $fsid..." 2024-09-10T04:30:07.645 DEBUG:teuthology.orchestra.run.smithi047:> sudo $TESTDIR/cephadm rm-daemon --fsid $fsid --name $id 2024-09-10T04:30:07.645 DEBUG:teuthology.orchestra.run.smithi047:> 2024-09-10T04:30:07.645 DEBUG:teuthology.orchestra.run.smithi047:> echo "Waking up cephadm..." 2024-09-10T04:30:07.645 DEBUG:teuthology.orchestra.run.smithi047:> sudo $TESTDIR/cephadm shell -- ceph orch ps --refresh 2024-09-10T04:30:07.645 DEBUG:teuthology.orchestra.run.smithi047:> 2024-09-10T04:30:07.645 DEBUG:teuthology.orchestra.run.smithi047:> while ! timeout 1 cat /mnt/foo/testfile ; do true ; done 2024-09-10T04:30:07.645 DEBUG:teuthology.orchestra.run.smithi047:> echo "Mount is back!" 2024-09-10T04:30:07.645 DEBUG:teuthology.orchestra.run.smithi047:> done 2024-09-10T04:30:07.645 DEBUG:teuthology.orchestra.run.smithi047:> ' 2024-09-10T04:30:07.661 INFO:teuthology.orchestra.run.smithi047.stderr:++ hostname 2024-09-10T04:30:07.661 INFO:teuthology.orchestra.run.smithi047.stderr:+ echo 'Check with smithi047 ganesha(s) down...' 2024-09-10T04:30:07.661 INFO:teuthology.orchestra.run.smithi047.stdout:Check with smithi047 ganesha(s) down... 2024-09-10T04:30:07.662 INFO:teuthology.orchestra.run.smithi047.stderr:++ systemctl 2024-09-10T04:30:07.662 INFO:teuthology.orchestra.run.smithi047.stderr:++ grep ceph- 2024-09-10T04:30:07.662 INFO:teuthology.orchestra.run.smithi047.stderr:++ grep @nfs 2024-09-10T04:30:07.662 INFO:teuthology.orchestra.run.smithi047.stderr:++ awk '{print $1}' 2024-09-10T04:30:07.668 INFO:teuthology.orchestra.run.smithi047.stderr:+ for c in `systemctl | grep ceph- | grep @nfs | awk '{print $1}'` 2024-09-10T04:30:07.669 INFO:teuthology.orchestra.run.smithi047.stderr:++ echo ceph-b165ca24-6f2b-11ef-bcea-c7b262605968@nfs.foo.0.0.smithi047.xdpcpi.service 2024-09-10T04:30:07.669 INFO:teuthology.orchestra.run.smithi047.stderr:++ sed s/@/-/ 2024-09-10T04:30:07.670 INFO:teuthology.orchestra.run.smithi047.stderr:+ cid=ceph-b165ca24-6f2b-11ef-bcea-c7b262605968-nfs.foo.0.0.smithi047.xdpcpi.service 2024-09-10T04:30:07.670 INFO:teuthology.orchestra.run.smithi047.stderr:++ echo ceph-b165ca24-6f2b-11ef-bcea-c7b262605968@nfs.foo.0.0.smithi047.xdpcpi.service 2024-09-10T04:30:07.671 INFO:teuthology.orchestra.run.smithi047.stderr:++ cut -d @ -f 2 2024-09-10T04:30:07.671 INFO:teuthology.orchestra.run.smithi047.stderr:++ sed 's/.service$//' 2024-09-10T04:30:07.672 INFO:teuthology.orchestra.run.smithi047.stderr:+ id=nfs.foo.0.0.smithi047.xdpcpi 2024-09-10T04:30:07.673 INFO:teuthology.orchestra.run.smithi047.stderr:++ echo ceph-b165ca24-6f2b-11ef-bcea-c7b262605968@nfs.foo.0.0.smithi047.xdpcpi.service 2024-09-10T04:30:07.673 INFO:teuthology.orchestra.run.smithi047.stderr:++ cut -d @ -f 1 2024-09-10T04:30:07.673 INFO:teuthology.orchestra.run.smithi047.stderr:++ cut -d - -f 2- 2024-09-10T04:30:07.674 INFO:teuthology.orchestra.run.smithi047.stderr:+ fsid=b165ca24-6f2b-11ef-bcea-c7b262605968 2024-09-10T04:30:07.674 INFO:teuthology.orchestra.run.smithi047.stderr:+ echo 'Removing daemon nfs.foo.0.0.smithi047.xdpcpi fsid b165ca24-6f2b-11ef-bcea-c7b262605968...' 2024-09-10T04:30:07.674 INFO:teuthology.orchestra.run.smithi047.stdout:Removing daemon nfs.foo.0.0.smithi047.xdpcpi fsid b165ca24-6f2b-11ef-bcea-c7b262605968... 2024-09-10T04:30:07.675 INFO:teuthology.orchestra.run.smithi047.stderr:+ sudo /home/ubuntu/cephtest/cephadm rm-daemon --fsid b165ca24-6f2b-11ef-bcea-c7b262605968 --name nfs.foo.0.0.smithi047.xdpcpi 2024-09-10T04:30:08.233 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:07 smithi047 bash[19880]: audit 2024-09-10T04:30:06.789937+0000 mgr.smithi047.jescqm (mgr.14203) 412 : audit [DBG] from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:30:08.233 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:07 smithi047 bash[19880]: audit 2024-09-10T04:30:06.789937+0000 mgr.smithi047.jescqm (mgr.14203) 412 : audit [DBG] from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:30:08.233 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:07 smithi047 bash[19880]: audit 2024-09-10T04:30:06.962655+0000 mon.smithi047 (mon.0) 975 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:08.233 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:07 smithi047 bash[19880]: audit 2024-09-10T04:30:06.962655+0000 mon.smithi047 (mon.0) 975 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:08.234 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:07 smithi047 bash[19880]: audit 2024-09-10T04:30:06.969797+0000 mon.smithi047 (mon.0) 976 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:08.234 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:07 smithi047 bash[19880]: audit 2024-09-10T04:30:06.969797+0000 mon.smithi047 (mon.0) 976 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:08.234 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:07 smithi047 bash[19880]: audit 2024-09-10T04:30:06.970736+0000 mon.smithi047 (mon.0) 977 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:30:08.234 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:07 smithi047 bash[19880]: audit 2024-09-10T04:30:06.970736+0000 mon.smithi047 (mon.0) 977 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:30:08.234 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:07 smithi047 bash[19880]: audit 2024-09-10T04:30:06.971370+0000 mon.smithi047 (mon.0) 978 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:30:08.234 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:07 smithi047 bash[19880]: audit 2024-09-10T04:30:06.971370+0000 mon.smithi047 (mon.0) 978 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:30:08.234 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:07 smithi047 bash[19880]: audit 2024-09-10T04:30:06.975527+0000 mon.smithi047 (mon.0) 979 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:08.234 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:07 smithi047 bash[19880]: audit 2024-09-10T04:30:06.975527+0000 mon.smithi047 (mon.0) 979 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:08.234 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:07 smithi047 bash[19880]: audit 2024-09-10T04:30:06.977969+0000 mon.smithi047 (mon.0) 980 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-10T04:30:08.234 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:07 smithi047 bash[19880]: audit 2024-09-10T04:30:06.977969+0000 mon.smithi047 (mon.0) 980 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-10T04:30:08.234 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:07 smithi047 bash[19880]: audit 2024-09-10T04:30:06.988070+0000 mon.smithi047 (mon.0) 981 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:08.234 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:07 smithi047 bash[19880]: audit 2024-09-10T04:30:06.988070+0000 mon.smithi047 (mon.0) 981 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:08.430 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:07 smithi149 bash[25108]: audit 2024-09-10T04:30:06.789937+0000 mgr.smithi047.jescqm (mgr.14203) 412 : audit [DBG] from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:30:08.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:07 smithi149 bash[25108]: audit 2024-09-10T04:30:06.789937+0000 mgr.smithi047.jescqm (mgr.14203) 412 : audit [DBG] from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:30:08.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:07 smithi149 bash[25108]: audit 2024-09-10T04:30:06.962655+0000 mon.smithi047 (mon.0) 975 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:08.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:07 smithi149 bash[25108]: audit 2024-09-10T04:30:06.962655+0000 mon.smithi047 (mon.0) 975 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:08.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:07 smithi149 bash[25108]: audit 2024-09-10T04:30:06.969797+0000 mon.smithi047 (mon.0) 976 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:08.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:07 smithi149 bash[25108]: audit 2024-09-10T04:30:06.969797+0000 mon.smithi047 (mon.0) 976 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:08.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:07 smithi149 bash[25108]: audit 2024-09-10T04:30:06.970736+0000 mon.smithi047 (mon.0) 977 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:30:08.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:07 smithi149 bash[25108]: audit 2024-09-10T04:30:06.970736+0000 mon.smithi047 (mon.0) 977 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:30:08.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:07 smithi149 bash[25108]: audit 2024-09-10T04:30:06.971370+0000 mon.smithi047 (mon.0) 978 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:30:08.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:07 smithi149 bash[25108]: audit 2024-09-10T04:30:06.971370+0000 mon.smithi047 (mon.0) 978 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:30:08.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:07 smithi149 bash[25108]: audit 2024-09-10T04:30:06.975527+0000 mon.smithi047 (mon.0) 979 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:08.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:07 smithi149 bash[25108]: audit 2024-09-10T04:30:06.975527+0000 mon.smithi047 (mon.0) 979 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:08.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:07 smithi149 bash[25108]: audit 2024-09-10T04:30:06.977969+0000 mon.smithi047 (mon.0) 980 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-10T04:30:08.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:07 smithi149 bash[25108]: audit 2024-09-10T04:30:06.977969+0000 mon.smithi047 (mon.0) 980 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-10T04:30:08.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:07 smithi149 bash[25108]: audit 2024-09-10T04:30:06.988070+0000 mon.smithi047 (mon.0) 981 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:08.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:07 smithi149 bash[25108]: audit 2024-09-10T04:30:06.988070+0000 mon.smithi047 (mon.0) 981 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:09.220 INFO:teuthology.orchestra.run.smithi047.stdout:Waking up cephadm... 2024-09-10T04:30:09.220 INFO:teuthology.orchestra.run.smithi047.stderr:+ echo 'Waking up cephadm...' 2024-09-10T04:30:09.221 INFO:teuthology.orchestra.run.smithi047.stderr:+ sudo /home/ubuntu/cephtest/cephadm shell -- ceph orch ps --refresh 2024-09-10T04:30:09.370 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:08 smithi047 bash[19880]: cluster 2024-09-10T04:30:07.809314+0000 mgr.smithi047.jescqm (mgr.14203) 413 : cluster [DBG] pgmap v276: 97 pgs: 97 active+clean; 607 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:30:09.370 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:08 smithi047 bash[19880]: cluster 2024-09-10T04:30:07.809314+0000 mgr.smithi047.jescqm (mgr.14203) 413 : cluster [DBG] pgmap v276: 97 pgs: 97 active+clean; 607 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:30:09.371 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:09 smithi047 systemd[1]: /etc/systemd/system/ceph-b165ca24-6f2b-11ef-bcea-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-10T04:30:09.430 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:08 smithi149 bash[25108]: cluster 2024-09-10T04:30:07.809314+0000 mgr.smithi047.jescqm (mgr.14203) 413 : cluster [DBG] pgmap v276: 97 pgs: 97 active+clean; 607 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:30:09.430 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:08 smithi149 bash[25108]: cluster 2024-09-10T04:30:07.809314+0000 mgr.smithi047.jescqm (mgr.14203) 413 : cluster [DBG] pgmap v276: 97 pgs: 97 active+clean; 607 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:30:11.370 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:10 smithi047 bash[19880]: cluster 2024-09-10T04:30:09.810344+0000 mgr.smithi047.jescqm (mgr.14203) 414 : cluster [DBG] pgmap v277: 97 pgs: 97 active+clean; 607 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 170 B/s wr, 0 op/s 2024-09-10T04:30:11.370 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:10 smithi047 bash[19880]: cluster 2024-09-10T04:30:09.810344+0000 mgr.smithi047.jescqm (mgr.14203) 414 : cluster [DBG] pgmap v277: 97 pgs: 97 active+clean; 607 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 170 B/s wr, 0 op/s 2024-09-10T04:30:11.430 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:10 smithi149 bash[25108]: cluster 2024-09-10T04:30:09.810344+0000 mgr.smithi047.jescqm (mgr.14203) 414 : cluster [DBG] pgmap v277: 97 pgs: 97 active+clean; 607 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 170 B/s wr, 0 op/s 2024-09-10T04:30:11.430 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:10 smithi149 bash[25108]: cluster 2024-09-10T04:30:09.810344+0000 mgr.smithi047.jescqm (mgr.14203) 414 : cluster [DBG] pgmap v277: 97 pgs: 97 active+clean; 607 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 170 B/s wr, 0 op/s 2024-09-10T04:30:13.370 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:12 smithi047 bash[19880]: cluster 2024-09-10T04:30:11.811168+0000 mgr.smithi047.jescqm (mgr.14203) 415 : cluster [DBG] pgmap v278: 97 pgs: 97 active+clean; 607 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 170 B/s wr, 0 op/s 2024-09-10T04:30:13.370 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:12 smithi047 bash[19880]: cluster 2024-09-10T04:30:11.811168+0000 mgr.smithi047.jescqm (mgr.14203) 415 : cluster [DBG] pgmap v278: 97 pgs: 97 active+clean; 607 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 170 B/s wr, 0 op/s 2024-09-10T04:30:13.430 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:12 smithi149 bash[25108]: cluster 2024-09-10T04:30:11.811168+0000 mgr.smithi047.jescqm (mgr.14203) 415 : cluster [DBG] pgmap v278: 97 pgs: 97 active+clean; 607 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 170 B/s wr, 0 op/s 2024-09-10T04:30:13.430 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:12 smithi149 bash[25108]: cluster 2024-09-10T04:30:11.811168+0000 mgr.smithi047.jescqm (mgr.14203) 415 : cluster [DBG] pgmap v278: 97 pgs: 97 active+clean; 607 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 170 B/s wr, 0 op/s 2024-09-10T04:30:14.050 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring fsid b165ca24-6f2b-11ef-bcea-c7b262605968 2024-09-10T04:30:15.370 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:15 smithi047 bash[19880]: cluster 2024-09-10T04:30:13.812280+0000 mgr.smithi047.jescqm (mgr.14203) 416 : cluster [DBG] pgmap v279: 97 pgs: 97 active+clean; 607 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 170 B/s wr, 0 op/s 2024-09-10T04:30:15.370 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:15 smithi047 bash[19880]: cluster 2024-09-10T04:30:13.812280+0000 mgr.smithi047.jescqm (mgr.14203) 416 : cluster [DBG] pgmap v279: 97 pgs: 97 active+clean; 607 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 170 B/s wr, 0 op/s 2024-09-10T04:30:15.430 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:15 smithi149 bash[25108]: cluster 2024-09-10T04:30:13.812280+0000 mgr.smithi047.jescqm (mgr.14203) 416 : cluster [DBG] pgmap v279: 97 pgs: 97 active+clean; 607 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 170 B/s wr, 0 op/s 2024-09-10T04:30:15.430 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:15 smithi149 bash[25108]: cluster 2024-09-10T04:30:13.812280+0000 mgr.smithi047.jescqm (mgr.14203) 416 : cluster [DBG] pgmap v279: 97 pgs: 97 active+clean; 607 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 170 B/s wr, 0 op/s 2024-09-10T04:30:17.370 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:17 smithi047 bash[19880]: cluster 2024-09-10T04:30:15.813167+0000 mgr.smithi047.jescqm (mgr.14203) 417 : cluster [DBG] pgmap v280: 97 pgs: 97 active+clean; 607 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 170 B/s wr, 0 op/s 2024-09-10T04:30:17.370 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:17 smithi047 bash[19880]: cluster 2024-09-10T04:30:15.813167+0000 mgr.smithi047.jescqm (mgr.14203) 417 : cluster [DBG] pgmap v280: 97 pgs: 97 active+clean; 607 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 170 B/s wr, 0 op/s 2024-09-10T04:30:17.430 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:17 smithi149 bash[25108]: cluster 2024-09-10T04:30:15.813167+0000 mgr.smithi047.jescqm (mgr.14203) 417 : cluster [DBG] pgmap v280: 97 pgs: 97 active+clean; 607 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 170 B/s wr, 0 op/s 2024-09-10T04:30:17.430 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:17 smithi149 bash[25108]: cluster 2024-09-10T04:30:15.813167+0000 mgr.smithi047.jescqm (mgr.14203) 417 : cluster [DBG] pgmap v280: 97 pgs: 97 active+clean; 607 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 170 B/s wr, 0 op/s 2024-09-10T04:30:18.197 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/mon.smithi047/config 2024-09-10T04:30:19.370 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:19 smithi047 bash[19880]: cluster 2024-09-10T04:30:17.814216+0000 mgr.smithi047.jescqm (mgr.14203) 418 : cluster [DBG] pgmap v281: 97 pgs: 97 active+clean; 607 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-09-10T04:30:19.370 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:19 smithi047 bash[19880]: cluster 2024-09-10T04:30:17.814216+0000 mgr.smithi047.jescqm (mgr.14203) 418 : cluster [DBG] pgmap v281: 97 pgs: 97 active+clean; 607 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-09-10T04:30:19.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:19 smithi149 bash[25108]: cluster 2024-09-10T04:30:17.814216+0000 mgr.smithi047.jescqm (mgr.14203) 418 : cluster [DBG] pgmap v281: 97 pgs: 97 active+clean; 607 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-09-10T04:30:19.432 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:19 smithi149 bash[25108]: cluster 2024-09-10T04:30:17.814216+0000 mgr.smithi047.jescqm (mgr.14203) 418 : cluster [DBG] pgmap v281: 97 pgs: 97 active+clean; 607 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-09-10T04:30:20.370 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:20 smithi047 bash[19880]: audit 2024-09-10T04:30:19.143921+0000 mon.smithi047 (mon.0) 982 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:30:20.370 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:20 smithi047 bash[19880]: audit 2024-09-10T04:30:19.143921+0000 mon.smithi047 (mon.0) 982 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:30:20.430 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:20 smithi149 bash[25108]: audit 2024-09-10T04:30:19.143921+0000 mon.smithi047 (mon.0) 982 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:30:20.430 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:20 smithi149 bash[25108]: audit 2024-09-10T04:30:19.143921+0000 mon.smithi047 (mon.0) 982 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:30:21.370 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:21 smithi047 bash[19880]: cluster 2024-09-10T04:30:19.815255+0000 mgr.smithi047.jescqm (mgr.14203) 419 : cluster [DBG] pgmap v282: 97 pgs: 97 active+clean; 607 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-09-10T04:30:21.370 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:21 smithi047 bash[19880]: cluster 2024-09-10T04:30:19.815255+0000 mgr.smithi047.jescqm (mgr.14203) 419 : cluster [DBG] pgmap v282: 97 pgs: 97 active+clean; 607 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-09-10T04:30:21.430 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:21 smithi149 bash[25108]: cluster 2024-09-10T04:30:19.815255+0000 mgr.smithi047.jescqm (mgr.14203) 419 : cluster [DBG] pgmap v282: 97 pgs: 97 active+clean; 607 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-09-10T04:30:21.430 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:21 smithi149 bash[25108]: cluster 2024-09-10T04:30:19.815255+0000 mgr.smithi047.jescqm (mgr.14203) 419 : cluster [DBG] pgmap v282: 97 pgs: 97 active+clean; 607 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-09-10T04:30:22.330 INFO:teuthology.orchestra.run.smithi047.stderr:Using ceph image with id 'd6d839bc8a4b' and tag '3a5e3f16720f432aea965c40a8f6eb480095ec6c' created on 2024-09-10 02:17:05 +0000 UTC 2024-09-10T04:30:22.330 INFO:teuthology.orchestra.run.smithi047.stderr:quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:2db6858ffc169715474ea237dd8b2beae440a5514686b8202506e12cb7dc1fca 2024-09-10T04:30:23.320 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:23 smithi047 bash[19880]: cluster 2024-09-10T04:30:21.815752+0000 mgr.smithi047.jescqm (mgr.14203) 420 : cluster [DBG] pgmap v283: 97 pgs: 97 active+clean; 607 KiB data, 237 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:30:23.320 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:23 smithi047 bash[19880]: cluster 2024-09-10T04:30:21.815752+0000 mgr.smithi047.jescqm (mgr.14203) 420 : cluster [DBG] pgmap v283: 97 pgs: 97 active+clean; 607 KiB data, 237 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:30:23.430 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:23 smithi149 bash[25108]: cluster 2024-09-10T04:30:21.815752+0000 mgr.smithi047.jescqm (mgr.14203) 420 : cluster [DBG] pgmap v283: 97 pgs: 97 active+clean; 607 KiB data, 237 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:30:23.430 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:23 smithi149 bash[25108]: cluster 2024-09-10T04:30:21.815752+0000 mgr.smithi047.jescqm (mgr.14203) 420 : cluster [DBG] pgmap v283: 97 pgs: 97 active+clean; 607 KiB data, 237 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:30:23.705 INFO:teuthology.orchestra.run.smithi047.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T04:30:23.705 INFO:teuthology.orchestra.run.smithi047.stdout:alertmanager.smithi047 smithi047 *:9093,9094 running (7m) 16s ago 9m 13.7M - 0.27.0 11f11916f8cd 3410574adfed 2024-09-10T04:30:23.705 INFO:teuthology.orchestra.run.smithi047.stdout:ceph-exporter.smithi047 smithi047 running (9m) 16s ago 9m 8991k - 19.3.0-4885-g3a5e3f16 d6d839bc8a4b 5afdd9b5d8d1 2024-09-10T04:30:23.705 INFO:teuthology.orchestra.run.smithi047.stdout:ceph-exporter.smithi149 smithi149 running (8m) 17s ago 8m 6032k - 19.3.0-4885-g3a5e3f16 d6d839bc8a4b 25cc1dc6c894 2024-09-10T04:30:23.705 INFO:teuthology.orchestra.run.smithi047.stdout:crash.smithi047 smithi047 running (9m) 16s ago 9m 7247k - 19.3.0-4885-g3a5e3f16 d6d839bc8a4b 963cd6c945b2 2024-09-10T04:30:23.706 INFO:teuthology.orchestra.run.smithi047.stdout:crash.smithi149 smithi149 running (8m) 17s ago 8m 7260k - 19.3.0-4885-g3a5e3f16 d6d839bc8a4b 0afd03244f84 2024-09-10T04:30:23.706 INFO:teuthology.orchestra.run.smithi047.stdout:grafana.smithi047 smithi047 *:3000 running (7m) 16s ago 8m 68.2M - 10.4.0 c8b91775d855 4ebd754524d6 2024-09-10T04:30:23.706 INFO:teuthology.orchestra.run.smithi047.stdout:haproxy.nfs.foo.smithi047.vduyvw smithi047 *:2999,9999 running (60s) 16s ago 2m 5019k - 2.3.17-d1c9119 e85424b0d443 5d2e2b4a0e5d 2024-09-10T04:30:23.706 INFO:teuthology.orchestra.run.smithi047.stdout:haproxy.nfs.foo.smithi149.rdjgtk smithi149 *:2999,9999 running (23s) 17s ago 2m 4584k - 2.3.17-d1c9119 e85424b0d443 355a82d97b10 2024-09-10T04:30:23.706 INFO:teuthology.orchestra.run.smithi047.stdout:keepalived.nfs.foo.smithi047.okdieb smithi047 running (2m) 16s ago 2m 2455k - 2.2.4 4a3a1ff181d9 3d7112f8b05d 2024-09-10T04:30:23.706 INFO:teuthology.orchestra.run.smithi047.stdout:keepalived.nfs.foo.smithi149.motwom smithi149 running (2m) 17s ago 2m 2476k - 2.2.4 4a3a1ff181d9 ca4f07e29602 2024-09-10T04:30:23.706 INFO:teuthology.orchestra.run.smithi047.stdout:mds.foofs.smithi047.pdsyok smithi047 running (2m) 16s ago 2m 13.5M - 19.3.0-4885-g3a5e3f16 d6d839bc8a4b 922cd03dada6 2024-09-10T04:30:23.706 INFO:teuthology.orchestra.run.smithi047.stdout:mds.foofs.smithi149.bcmbyk smithi149 running (2m) 17s ago 2m 15.3M - 19.3.0-4885-g3a5e3f16 d6d839bc8a4b 66d18b2fd17c 2024-09-10T04:30:23.706 INFO:teuthology.orchestra.run.smithi047.stdout:mgr.smithi047.jescqm smithi047 *:9283,8765,8443 running (10m) 16s ago 10m 518M - 19.3.0-4885-g3a5e3f16 d6d839bc8a4b 2f7f911722b5 2024-09-10T04:30:23.707 INFO:teuthology.orchestra.run.smithi047.stdout:mgr.smithi149.vwswua smithi149 *:8443,9283,8765 running (7m) 17s ago 7m 441M - 19.3.0-4885-g3a5e3f16 d6d839bc8a4b 40e3a2cad952 2024-09-10T04:30:23.707 INFO:teuthology.orchestra.run.smithi047.stdout:mon.smithi047 smithi047 running (10m) 16s ago 10m 53.4M 2048M 19.3.0-4885-g3a5e3f16 d6d839bc8a4b a456b641c480 2024-09-10T04:30:23.707 INFO:teuthology.orchestra.run.smithi047.stdout:mon.smithi149 smithi149 running (7m) 17s ago 7m 37.4M 2048M 19.3.0-4885-g3a5e3f16 d6d839bc8a4b f099525b205a 2024-09-10T04:30:23.707 INFO:teuthology.orchestra.run.smithi047.stdout:nfs.foo.0.0.smithi047.xdpcpi smithi047 *:12999 running (2m) 16s ago 2m 52.0M - 5.9 d6d839bc8a4b 4c8cfe00f641 2024-09-10T04:30:23.707 INFO:teuthology.orchestra.run.smithi047.stdout:node-exporter.smithi047 smithi047 *:9100 running (9m) 16s ago 9m 8552k - 1.7.0 72c9c2088986 ddd09707ed53 2024-09-10T04:30:23.707 INFO:teuthology.orchestra.run.smithi047.stdout:node-exporter.smithi149 smithi149 *:9100 running (7m) 17s ago 8m 8651k - 1.7.0 72c9c2088986 e6ad7238e711 2024-09-10T04:30:23.707 INFO:teuthology.orchestra.run.smithi047.stdout:osd.0 smithi149 running (6m) 17s ago 6m 53.5M 954M 19.3.0-4885-g3a5e3f16 d6d839bc8a4b eeab15bd9ebe 2024-09-10T04:30:23.707 INFO:teuthology.orchestra.run.smithi047.stdout:osd.1 smithi047 running (6m) 16s ago 6m 45.9M 3005M 19.3.0-4885-g3a5e3f16 d6d839bc8a4b 1e99d1b732a7 2024-09-10T04:30:23.707 INFO:teuthology.orchestra.run.smithi047.stdout:osd.2 smithi149 running (6m) 17s ago 6m 48.0M 954M 19.3.0-4885-g3a5e3f16 d6d839bc8a4b 4900a2654dc1 2024-09-10T04:30:23.707 INFO:teuthology.orchestra.run.smithi047.stdout:osd.3 smithi047 running (6m) 16s ago 6m 54.1M 3005M 19.3.0-4885-g3a5e3f16 d6d839bc8a4b d01e8865e0bc 2024-09-10T04:30:23.707 INFO:teuthology.orchestra.run.smithi047.stdout:osd.4 smithi149 running (6m) 17s ago 6m 50.7M 954M 19.3.0-4885-g3a5e3f16 d6d839bc8a4b 592c50fdec0b 2024-09-10T04:30:23.708 INFO:teuthology.orchestra.run.smithi047.stdout:osd.5 smithi047 running (6m) 16s ago 6m 43.1M 3005M 19.3.0-4885-g3a5e3f16 d6d839bc8a4b 04e1ea33f3a7 2024-09-10T04:30:23.708 INFO:teuthology.orchestra.run.smithi047.stdout:osd.6 smithi149 running (5m) 17s ago 6m 48.3M 954M 19.3.0-4885-g3a5e3f16 d6d839bc8a4b c83d066dfd67 2024-09-10T04:30:23.708 INFO:teuthology.orchestra.run.smithi047.stdout:osd.7 smithi047 running (5m) 16s ago 5m 43.7M 3005M 19.3.0-4885-g3a5e3f16 d6d839bc8a4b 63be94c6dd96 2024-09-10T04:30:23.708 INFO:teuthology.orchestra.run.smithi047.stdout:prometheus.smithi047 smithi047 *:9095 running (112s) 16s ago 8m 41.5M - 2.51.0 1d3b7f56885b a66ba8d5c169 2024-09-10T04:30:24.367 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:24 smithi047 bash[19880]: audit 2024-09-10T04:30:23.688432+0000 mon.smithi047 (mon.0) 983 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:30:24.368 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:24 smithi047 bash[19880]: audit 2024-09-10T04:30:23.688432+0000 mon.smithi047 (mon.0) 983 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:30:24.413 INFO:teuthology.orchestra.run.smithi047.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-10T04:30:24.429 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:24 smithi149 bash[25108]: audit 2024-09-10T04:30:23.688432+0000 mon.smithi047 (mon.0) 983 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:30:24.430 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:24 smithi149 bash[25108]: audit 2024-09-10T04:30:23.688432+0000 mon.smithi047 (mon.0) 983 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:30:25.415 INFO:teuthology.orchestra.run.smithi047.stderr:+ true 2024-09-10T04:30:25.416 INFO:teuthology.orchestra.run.smithi047.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-10T04:30:25.620 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:25 smithi047 bash[19880]: audit 2024-09-10T04:30:23.682402+0000 mgr.smithi047.jescqm (mgr.14203) 421 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:30:25.620 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:25 smithi047 bash[19880]: audit 2024-09-10T04:30:23.682402+0000 mgr.smithi047.jescqm (mgr.14203) 421 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:30:25.620 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:25 smithi047 bash[19880]: cluster 2024-09-10T04:30:23.816271+0000 mgr.smithi047.jescqm (mgr.14203) 422 : cluster [DBG] pgmap v284: 97 pgs: 97 active+clean; 607 KiB data, 237 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:30:25.620 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:25 smithi047 bash[19880]: cluster 2024-09-10T04:30:23.816271+0000 mgr.smithi047.jescqm (mgr.14203) 422 : cluster [DBG] pgmap v284: 97 pgs: 97 active+clean; 607 KiB data, 237 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:30:25.620 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:25 smithi047 bash[19880]: audit 2024-09-10T04:30:24.242353+0000 mon.smithi047 (mon.0) 984 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:25.621 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:25 smithi047 bash[19880]: audit 2024-09-10T04:30:24.242353+0000 mon.smithi047 (mon.0) 984 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:25.621 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:25 smithi047 bash[19880]: audit 2024-09-10T04:30:24.247436+0000 mon.smithi047 (mon.0) 985 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:25.621 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:25 smithi047 bash[19880]: audit 2024-09-10T04:30:24.247436+0000 mon.smithi047 (mon.0) 985 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:25.680 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:25 smithi149 bash[25108]: audit 2024-09-10T04:30:23.682402+0000 mgr.smithi047.jescqm (mgr.14203) 421 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:30:25.680 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:25 smithi149 bash[25108]: audit 2024-09-10T04:30:23.682402+0000 mgr.smithi047.jescqm (mgr.14203) 421 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:30:25.680 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:25 smithi149 bash[25108]: cluster 2024-09-10T04:30:23.816271+0000 mgr.smithi047.jescqm (mgr.14203) 422 : cluster [DBG] pgmap v284: 97 pgs: 97 active+clean; 607 KiB data, 237 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:30:25.680 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:25 smithi149 bash[25108]: cluster 2024-09-10T04:30:23.816271+0000 mgr.smithi047.jescqm (mgr.14203) 422 : cluster [DBG] pgmap v284: 97 pgs: 97 active+clean; 607 KiB data, 237 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:30:25.680 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:25 smithi149 bash[25108]: audit 2024-09-10T04:30:24.242353+0000 mon.smithi047 (mon.0) 984 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:25.680 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:25 smithi149 bash[25108]: audit 2024-09-10T04:30:24.242353+0000 mon.smithi047 (mon.0) 984 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:25.680 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:25 smithi149 bash[25108]: audit 2024-09-10T04:30:24.247436+0000 mon.smithi047 (mon.0) 985 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:25.680 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:25 smithi149 bash[25108]: audit 2024-09-10T04:30:24.247436+0000 mon.smithi047 (mon.0) 985 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:26.417 INFO:teuthology.orchestra.run.smithi047.stderr:+ true 2024-09-10T04:30:26.417 INFO:teuthology.orchestra.run.smithi047.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-10T04:30:27.419 INFO:teuthology.orchestra.run.smithi047.stderr:+ true 2024-09-10T04:30:27.419 INFO:teuthology.orchestra.run.smithi047.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-10T04:30:27.620 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:27 smithi047 bash[19880]: cluster 2024-09-10T04:30:25.816779+0000 mgr.smithi047.jescqm (mgr.14203) 423 : cluster [DBG] pgmap v285: 97 pgs: 97 active+clean; 607 KiB data, 237 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:30:27.621 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:27 smithi047 bash[19880]: cluster 2024-09-10T04:30:25.816779+0000 mgr.smithi047.jescqm (mgr.14203) 423 : cluster [DBG] pgmap v285: 97 pgs: 97 active+clean; 607 KiB data, 237 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:30:27.680 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:27 smithi149 bash[25108]: cluster 2024-09-10T04:30:25.816779+0000 mgr.smithi047.jescqm (mgr.14203) 423 : cluster [DBG] pgmap v285: 97 pgs: 97 active+clean; 607 KiB data, 237 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:30:27.680 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:27 smithi149 bash[25108]: cluster 2024-09-10T04:30:25.816779+0000 mgr.smithi047.jescqm (mgr.14203) 423 : cluster [DBG] pgmap v285: 97 pgs: 97 active+clean; 607 KiB data, 237 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:30:28.420 INFO:teuthology.orchestra.run.smithi047.stderr:+ true 2024-09-10T04:30:28.421 INFO:teuthology.orchestra.run.smithi047.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-10T04:30:29.422 INFO:teuthology.orchestra.run.smithi047.stderr:+ true 2024-09-10T04:30:29.422 INFO:teuthology.orchestra.run.smithi047.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-10T04:30:29.556 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:29 smithi047 bash[19880]: cluster 2024-09-10T04:30:27.817719+0000 mgr.smithi047.jescqm (mgr.14203) 424 : cluster [DBG] pgmap v286: 97 pgs: 97 active+clean; 607 KiB data, 237 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:30:29.556 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:29 smithi047 bash[19880]: cluster 2024-09-10T04:30:27.817719+0000 mgr.smithi047.jescqm (mgr.14203) 424 : cluster [DBG] pgmap v286: 97 pgs: 97 active+clean; 607 KiB data, 237 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:30:29.680 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:29 smithi149 bash[25108]: cluster 2024-09-10T04:30:27.817719+0000 mgr.smithi047.jescqm (mgr.14203) 424 : cluster [DBG] pgmap v286: 97 pgs: 97 active+clean; 607 KiB data, 237 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:30:29.680 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:29 smithi149 bash[25108]: cluster 2024-09-10T04:30:27.817719+0000 mgr.smithi047.jescqm (mgr.14203) 424 : cluster [DBG] pgmap v286: 97 pgs: 97 active+clean; 607 KiB data, 237 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:30:30.423 INFO:teuthology.orchestra.run.smithi047.stderr:+ true 2024-09-10T04:30:30.423 INFO:teuthology.orchestra.run.smithi047.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-10T04:30:30.870 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:30 smithi047 bash[19880]: audit 2024-09-10T04:30:29.471115+0000 mon.smithi047 (mon.0) 986 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:30.870 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:30 smithi047 bash[19880]: audit 2024-09-10T04:30:29.471115+0000 mon.smithi047 (mon.0) 986 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:30.870 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:30 smithi047 bash[19880]: audit 2024-09-10T04:30:29.476100+0000 mon.smithi047 (mon.0) 987 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:30.871 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:30 smithi047 bash[19880]: audit 2024-09-10T04:30:29.476100+0000 mon.smithi047 (mon.0) 987 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:30.871 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:30 smithi047 bash[19880]: cluster 2024-09-10T04:30:29.818321+0000 mgr.smithi047.jescqm (mgr.14203) 425 : cluster [DBG] pgmap v287: 97 pgs: 97 active+clean; 607 KiB data, 237 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:30:30.871 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:30 smithi047 bash[19880]: cluster 2024-09-10T04:30:29.818321+0000 mgr.smithi047.jescqm (mgr.14203) 425 : cluster [DBG] pgmap v287: 97 pgs: 97 active+clean; 607 KiB data, 237 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:30:30.871 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:30 smithi047 bash[19880]: audit 2024-09-10T04:30:30.425068+0000 mon.smithi047 (mon.0) 988 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:30.871 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:30 smithi047 bash[19880]: audit 2024-09-10T04:30:30.425068+0000 mon.smithi047 (mon.0) 988 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:30.871 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:30 smithi047 bash[19880]: audit 2024-09-10T04:30:30.430878+0000 mon.smithi047 (mon.0) 989 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:30.871 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:30 smithi047 bash[19880]: audit 2024-09-10T04:30:30.430878+0000 mon.smithi047 (mon.0) 989 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:30.930 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:30 smithi149 bash[25108]: audit 2024-09-10T04:30:29.471115+0000 mon.smithi047 (mon.0) 986 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:30.930 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:30 smithi149 bash[25108]: audit 2024-09-10T04:30:29.471115+0000 mon.smithi047 (mon.0) 986 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:30.930 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:30 smithi149 bash[25108]: audit 2024-09-10T04:30:29.476100+0000 mon.smithi047 (mon.0) 987 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:30.930 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:30 smithi149 bash[25108]: audit 2024-09-10T04:30:29.476100+0000 mon.smithi047 (mon.0) 987 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:30.930 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:30 smithi149 bash[25108]: cluster 2024-09-10T04:30:29.818321+0000 mgr.smithi047.jescqm (mgr.14203) 425 : cluster [DBG] pgmap v287: 97 pgs: 97 active+clean; 607 KiB data, 237 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:30:30.930 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:30 smithi149 bash[25108]: cluster 2024-09-10T04:30:29.818321+0000 mgr.smithi047.jescqm (mgr.14203) 425 : cluster [DBG] pgmap v287: 97 pgs: 97 active+clean; 607 KiB data, 237 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:30:30.930 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:30 smithi149 bash[25108]: audit 2024-09-10T04:30:30.425068+0000 mon.smithi047 (mon.0) 988 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:30.931 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:30 smithi149 bash[25108]: audit 2024-09-10T04:30:30.425068+0000 mon.smithi047 (mon.0) 988 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:30.931 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:30 smithi149 bash[25108]: audit 2024-09-10T04:30:30.430878+0000 mon.smithi047 (mon.0) 989 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:30.931 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:30 smithi149 bash[25108]: audit 2024-09-10T04:30:30.430878+0000 mon.smithi047 (mon.0) 989 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:31.424 INFO:teuthology.orchestra.run.smithi047.stderr:+ true 2024-09-10T04:30:31.424 INFO:teuthology.orchestra.run.smithi047.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-10T04:30:31.813 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:31 smithi047 bash[19880]: audit 2024-09-10T04:30:31.045281+0000 mon.smithi047 (mon.0) 990 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:30:31.814 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:31 smithi047 bash[19880]: audit 2024-09-10T04:30:31.045281+0000 mon.smithi047 (mon.0) 990 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:30:31.814 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:31 smithi047 bash[19880]: audit 2024-09-10T04:30:31.046795+0000 mon.smithi047 (mon.0) 991 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:30:31.814 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:31 smithi047 bash[19880]: audit 2024-09-10T04:30:31.046795+0000 mon.smithi047 (mon.0) 991 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:30:31.814 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:31 smithi047 bash[19880]: audit 2024-09-10T04:30:31.055291+0000 mon.smithi047 (mon.0) 992 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:31.814 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:31 smithi047 bash[19880]: audit 2024-09-10T04:30:31.055291+0000 mon.smithi047 (mon.0) 992 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:31.814 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:31 smithi047 bash[19880]: audit 2024-09-10T04:30:31.058865+0000 mon.smithi047 (mon.0) 993 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-10T04:30:31.814 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:31 smithi047 bash[19880]: audit 2024-09-10T04:30:31.058865+0000 mon.smithi047 (mon.0) 993 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-10T04:30:31.814 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:31 smithi047 bash[19880]: audit 2024-09-10T04:30:31.076439+0000 mon.smithi047 (mon.0) 994 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:31.814 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:31 smithi047 bash[19880]: audit 2024-09-10T04:30:31.076439+0000 mon.smithi047 (mon.0) 994 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:31.814 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:31 smithi047 bash[19880]: cephadm 2024-09-10T04:30:31.077137+0000 mgr.smithi047.jescqm (mgr.14203) 426 : cephadm [INF] Fencing old nfs.foo.0.0.smithi047.xdpcpi 2024-09-10T04:30:31.815 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:31 smithi047 bash[19880]: cephadm 2024-09-10T04:30:31.077137+0000 mgr.smithi047.jescqm (mgr.14203) 426 : cephadm [INF] Fencing old nfs.foo.0.0.smithi047.xdpcpi 2024-09-10T04:30:31.815 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:31 smithi047 bash[19880]: audit 2024-09-10T04:30:31.077602+0000 mon.smithi047 (mon.0) 995 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi047.xdpcpi"} : dispatch 2024-09-10T04:30:31.815 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:31 smithi047 bash[19880]: audit 2024-09-10T04:30:31.077602+0000 mon.smithi047 (mon.0) 995 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi047.xdpcpi"} : dispatch 2024-09-10T04:30:31.815 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:31 smithi047 bash[19880]: audit 2024-09-10T04:30:31.080145+0000 mon.smithi047 (mon.0) 996 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi047.xdpcpi"}]': finished 2024-09-10T04:30:31.815 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:31 smithi047 bash[19880]: audit 2024-09-10T04:30:31.080145+0000 mon.smithi047 (mon.0) 996 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi047.xdpcpi"}]': finished 2024-09-10T04:30:31.815 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:31 smithi047 bash[19880]: audit 2024-09-10T04:30:31.090024+0000 mon.smithi047 (mon.0) 997 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:31.816 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:31 smithi047 bash[19880]: audit 2024-09-10T04:30:31.090024+0000 mon.smithi047 (mon.0) 997 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:31.816 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:31 smithi047 bash[19880]: cephadm 2024-09-10T04:30:31.090913+0000 mgr.smithi047.jescqm (mgr.14203) 427 : cephadm [INF] Creating key for client.nfs.foo.0.1.smithi047.gnsznj 2024-09-10T04:30:31.816 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:31 smithi047 bash[19880]: cephadm 2024-09-10T04:30:31.090913+0000 mgr.smithi047.jescqm (mgr.14203) 427 : cephadm [INF] Creating key for client.nfs.foo.0.1.smithi047.gnsznj 2024-09-10T04:30:31.816 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:31 smithi047 bash[19880]: audit 2024-09-10T04:30:31.091374+0000 mon.smithi047 (mon.0) 998 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi047.gnsznj", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]} : dispatch 2024-09-10T04:30:31.816 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:31 smithi047 bash[19880]: audit 2024-09-10T04:30:31.091374+0000 mon.smithi047 (mon.0) 998 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi047.gnsznj", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]} : dispatch 2024-09-10T04:30:31.816 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:31 smithi047 bash[19880]: audit 2024-09-10T04:30:31.094281+0000 mon.smithi047 (mon.0) 999 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi047.gnsznj", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-09-10T04:30:31.816 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:31 smithi047 bash[19880]: audit 2024-09-10T04:30:31.094281+0000 mon.smithi047 (mon.0) 999 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi047.gnsznj", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-09-10T04:30:31.816 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:31 smithi047 bash[19880]: cephadm 2024-09-10T04:30:31.098859+0000 mgr.smithi047.jescqm (mgr.14203) 428 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-09-10T04:30:31.816 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:31 smithi047 bash[19880]: cephadm 2024-09-10T04:30:31.098859+0000 mgr.smithi047.jescqm (mgr.14203) 428 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-09-10T04:30:31.816 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:31 smithi047 bash[19880]: audit 2024-09-10T04:30:31.099417+0000 mon.smithi047 (mon.0) 1000 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 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-10T04:30:31.816 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:31 smithi047 bash[19880]: audit 2024-09-10T04:30:31.099417+0000 mon.smithi047 (mon.0) 1000 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 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-10T04:30:31.817 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:31 smithi047 bash[19880]: audit 2024-09-10T04:30:31.102592+0000 mon.smithi047 (mon.0) 1001 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 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-10T04:30:31.817 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:31 smithi047 bash[19880]: audit 2024-09-10T04:30:31.102592+0000 mon.smithi047 (mon.0) 1001 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 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-10T04:30:31.817 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:31 smithi047 bash[19880]: audit 2024-09-10T04:30:31.108162+0000 mon.smithi047 (mon.0) 1002 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:30:31.817 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:31 smithi047 bash[19880]: audit 2024-09-10T04:30:31.108162+0000 mon.smithi047 (mon.0) 1002 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:30:31.817 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:31 smithi047 bash[19880]: audit 2024-09-10T04:30:31.170446+0000 mon.smithi047 (mon.0) 1003 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"} : dispatch 2024-09-10T04:30:31.817 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:31 smithi047 bash[19880]: audit 2024-09-10T04:30:31.170446+0000 mon.smithi047 (mon.0) 1003 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"} : dispatch 2024-09-10T04:30:31.817 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:31 smithi047 bash[19880]: audit 2024-09-10T04:30:31.172668+0000 mon.smithi047 (mon.0) 1004 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-09-10T04:30:31.817 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:31 smithi047 bash[19880]: audit 2024-09-10T04:30:31.172668+0000 mon.smithi047 (mon.0) 1004 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-09-10T04:30:31.817 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:31 smithi047 bash[19880]: cephadm 2024-09-10T04:30:31.236029+0000 mgr.smithi047.jescqm (mgr.14203) 429 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-09-10T04:30:31.817 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:31 smithi047 bash[19880]: cephadm 2024-09-10T04:30:31.236029+0000 mgr.smithi047.jescqm (mgr.14203) 429 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-09-10T04:30:31.817 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:31 smithi047 bash[19880]: cephadm 2024-09-10T04:30:31.236135+0000 mgr.smithi047.jescqm (mgr.14203) 430 : cephadm [INF] Creating key for client.nfs.foo.0.1.smithi047.gnsznj-rgw 2024-09-10T04:30:31.817 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:31 smithi047 bash[19880]: cephadm 2024-09-10T04:30:31.236135+0000 mgr.smithi047.jescqm (mgr.14203) 430 : cephadm [INF] Creating key for client.nfs.foo.0.1.smithi047.gnsznj-rgw 2024-09-10T04:30:31.817 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:31 smithi047 bash[19880]: audit 2024-09-10T04:30:31.236515+0000 mon.smithi047 (mon.0) 1005 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi047.gnsznj-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]} : dispatch 2024-09-10T04:30:31.818 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:31 smithi047 bash[19880]: audit 2024-09-10T04:30:31.236515+0000 mon.smithi047 (mon.0) 1005 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi047.gnsznj-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]} : dispatch 2024-09-10T04:30:31.818 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:31 smithi047 bash[19880]: audit 2024-09-10T04:30:31.238415+0000 mon.smithi047 (mon.0) 1006 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi047.gnsznj-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-10T04:30:31.818 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:31 smithi047 bash[19880]: audit 2024-09-10T04:30:31.238415+0000 mon.smithi047 (mon.0) 1006 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi047.gnsznj-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-10T04:30:31.818 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:31 smithi047 bash[19880]: cephadm 2024-09-10T04:30:31.241114+0000 mgr.smithi047.jescqm (mgr.14203) 431 : cephadm [WRN] Bind address in nfs.foo.0.1.smithi047.gnsznj's ganesha conf is defaulting to empty 2024-09-10T04:30:31.818 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:31 smithi047 bash[19880]: cephadm 2024-09-10T04:30:31.241114+0000 mgr.smithi047.jescqm (mgr.14203) 431 : cephadm [WRN] Bind address in nfs.foo.0.1.smithi047.gnsznj's ganesha conf is defaulting to empty 2024-09-10T04:30:31.818 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:31 smithi047 bash[19880]: audit 2024-09-10T04:30:31.241753+0000 mon.smithi047 (mon.0) 1007 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:30:31.818 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:31 smithi047 bash[19880]: audit 2024-09-10T04:30:31.241753+0000 mon.smithi047 (mon.0) 1007 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:30:31.818 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:31 smithi047 bash[19880]: cephadm 2024-09-10T04:30:31.243005+0000 mgr.smithi047.jescqm (mgr.14203) 432 : cephadm [INF] Deploying daemon nfs.foo.0.1.smithi047.gnsznj on smithi047 2024-09-10T04:30:31.818 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:31 smithi047 bash[19880]: cephadm 2024-09-10T04:30:31.243005+0000 mgr.smithi047.jescqm (mgr.14203) 432 : cephadm [INF] Deploying daemon nfs.foo.0.1.smithi047.gnsznj on smithi047 2024-09-10T04:30:31.930 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:31 smithi149 bash[25108]: audit 2024-09-10T04:30:31.045281+0000 mon.smithi047 (mon.0) 990 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:30:31.930 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:31 smithi149 bash[25108]: audit 2024-09-10T04:30:31.045281+0000 mon.smithi047 (mon.0) 990 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:30:31.930 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:31 smithi149 bash[25108]: audit 2024-09-10T04:30:31.046795+0000 mon.smithi047 (mon.0) 991 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:30:31.930 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:31 smithi149 bash[25108]: audit 2024-09-10T04:30:31.046795+0000 mon.smithi047 (mon.0) 991 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:30:31.930 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:31 smithi149 bash[25108]: audit 2024-09-10T04:30:31.055291+0000 mon.smithi047 (mon.0) 992 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:31.930 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:31 smithi149 bash[25108]: audit 2024-09-10T04:30:31.055291+0000 mon.smithi047 (mon.0) 992 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:31.931 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:31 smithi149 bash[25108]: audit 2024-09-10T04:30:31.058865+0000 mon.smithi047 (mon.0) 993 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-10T04:30:31.931 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:31 smithi149 bash[25108]: audit 2024-09-10T04:30:31.058865+0000 mon.smithi047 (mon.0) 993 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-10T04:30:31.931 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:31 smithi149 bash[25108]: audit 2024-09-10T04:30:31.076439+0000 mon.smithi047 (mon.0) 994 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:31.931 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:31 smithi149 bash[25108]: audit 2024-09-10T04:30:31.076439+0000 mon.smithi047 (mon.0) 994 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:31.931 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:31 smithi149 bash[25108]: cephadm 2024-09-10T04:30:31.077137+0000 mgr.smithi047.jescqm (mgr.14203) 426 : cephadm [INF] Fencing old nfs.foo.0.0.smithi047.xdpcpi 2024-09-10T04:30:31.931 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:31 smithi149 bash[25108]: cephadm 2024-09-10T04:30:31.077137+0000 mgr.smithi047.jescqm (mgr.14203) 426 : cephadm [INF] Fencing old nfs.foo.0.0.smithi047.xdpcpi 2024-09-10T04:30:31.931 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:31 smithi149 bash[25108]: audit 2024-09-10T04:30:31.077602+0000 mon.smithi047 (mon.0) 995 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi047.xdpcpi"} : dispatch 2024-09-10T04:30:31.931 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:31 smithi149 bash[25108]: audit 2024-09-10T04:30:31.077602+0000 mon.smithi047 (mon.0) 995 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi047.xdpcpi"} : dispatch 2024-09-10T04:30:31.931 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:31 smithi149 bash[25108]: audit 2024-09-10T04:30:31.080145+0000 mon.smithi047 (mon.0) 996 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi047.xdpcpi"}]': finished 2024-09-10T04:30:31.931 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:31 smithi149 bash[25108]: audit 2024-09-10T04:30:31.080145+0000 mon.smithi047 (mon.0) 996 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi047.xdpcpi"}]': finished 2024-09-10T04:30:31.931 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:31 smithi149 bash[25108]: audit 2024-09-10T04:30:31.090024+0000 mon.smithi047 (mon.0) 997 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:31.932 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:31 smithi149 bash[25108]: audit 2024-09-10T04:30:31.090024+0000 mon.smithi047 (mon.0) 997 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:31.932 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:31 smithi149 bash[25108]: cephadm 2024-09-10T04:30:31.090913+0000 mgr.smithi047.jescqm (mgr.14203) 427 : cephadm [INF] Creating key for client.nfs.foo.0.1.smithi047.gnsznj 2024-09-10T04:30:31.932 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:31 smithi149 bash[25108]: cephadm 2024-09-10T04:30:31.090913+0000 mgr.smithi047.jescqm (mgr.14203) 427 : cephadm [INF] Creating key for client.nfs.foo.0.1.smithi047.gnsznj 2024-09-10T04:30:31.932 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:31 smithi149 bash[25108]: audit 2024-09-10T04:30:31.091374+0000 mon.smithi047 (mon.0) 998 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi047.gnsznj", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]} : dispatch 2024-09-10T04:30:31.932 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:31 smithi149 bash[25108]: audit 2024-09-10T04:30:31.091374+0000 mon.smithi047 (mon.0) 998 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi047.gnsznj", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]} : dispatch 2024-09-10T04:30:31.933 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:31 smithi149 bash[25108]: audit 2024-09-10T04:30:31.094281+0000 mon.smithi047 (mon.0) 999 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi047.gnsznj", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-09-10T04:30:31.933 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:31 smithi149 bash[25108]: audit 2024-09-10T04:30:31.094281+0000 mon.smithi047 (mon.0) 999 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi047.gnsznj", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-09-10T04:30:31.933 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:31 smithi149 bash[25108]: cephadm 2024-09-10T04:30:31.098859+0000 mgr.smithi047.jescqm (mgr.14203) 428 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-09-10T04:30:31.933 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:31 smithi149 bash[25108]: cephadm 2024-09-10T04:30:31.098859+0000 mgr.smithi047.jescqm (mgr.14203) 428 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-09-10T04:30:31.933 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:31 smithi149 bash[25108]: audit 2024-09-10T04:30:31.099417+0000 mon.smithi047 (mon.0) 1000 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 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-10T04:30:31.933 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:31 smithi149 bash[25108]: audit 2024-09-10T04:30:31.099417+0000 mon.smithi047 (mon.0) 1000 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 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-10T04:30:31.933 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:31 smithi149 bash[25108]: audit 2024-09-10T04:30:31.102592+0000 mon.smithi047 (mon.0) 1001 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 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-10T04:30:31.933 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:31 smithi149 bash[25108]: audit 2024-09-10T04:30:31.102592+0000 mon.smithi047 (mon.0) 1001 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 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-10T04:30:31.933 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:31 smithi149 bash[25108]: audit 2024-09-10T04:30:31.108162+0000 mon.smithi047 (mon.0) 1002 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:30:31.933 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:31 smithi149 bash[25108]: audit 2024-09-10T04:30:31.108162+0000 mon.smithi047 (mon.0) 1002 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:30:31.933 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:31 smithi149 bash[25108]: audit 2024-09-10T04:30:31.170446+0000 mon.smithi047 (mon.0) 1003 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"} : dispatch 2024-09-10T04:30:31.933 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:31 smithi149 bash[25108]: audit 2024-09-10T04:30:31.170446+0000 mon.smithi047 (mon.0) 1003 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"} : dispatch 2024-09-10T04:30:31.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:31 smithi149 bash[25108]: audit 2024-09-10T04:30:31.172668+0000 mon.smithi047 (mon.0) 1004 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-09-10T04:30:31.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:31 smithi149 bash[25108]: audit 2024-09-10T04:30:31.172668+0000 mon.smithi047 (mon.0) 1004 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-09-10T04:30:31.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:31 smithi149 bash[25108]: cephadm 2024-09-10T04:30:31.236029+0000 mgr.smithi047.jescqm (mgr.14203) 429 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-09-10T04:30:31.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:31 smithi149 bash[25108]: cephadm 2024-09-10T04:30:31.236029+0000 mgr.smithi047.jescqm (mgr.14203) 429 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-09-10T04:30:31.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:31 smithi149 bash[25108]: cephadm 2024-09-10T04:30:31.236135+0000 mgr.smithi047.jescqm (mgr.14203) 430 : cephadm [INF] Creating key for client.nfs.foo.0.1.smithi047.gnsznj-rgw 2024-09-10T04:30:31.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:31 smithi149 bash[25108]: cephadm 2024-09-10T04:30:31.236135+0000 mgr.smithi047.jescqm (mgr.14203) 430 : cephadm [INF] Creating key for client.nfs.foo.0.1.smithi047.gnsznj-rgw 2024-09-10T04:30:31.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:31 smithi149 bash[25108]: audit 2024-09-10T04:30:31.236515+0000 mon.smithi047 (mon.0) 1005 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi047.gnsznj-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]} : dispatch 2024-09-10T04:30:31.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:31 smithi149 bash[25108]: audit 2024-09-10T04:30:31.236515+0000 mon.smithi047 (mon.0) 1005 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi047.gnsznj-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]} : dispatch 2024-09-10T04:30:31.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:31 smithi149 bash[25108]: audit 2024-09-10T04:30:31.238415+0000 mon.smithi047 (mon.0) 1006 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi047.gnsznj-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-10T04:30:31.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:31 smithi149 bash[25108]: audit 2024-09-10T04:30:31.238415+0000 mon.smithi047 (mon.0) 1006 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi047.gnsznj-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-10T04:30:31.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:31 smithi149 bash[25108]: cephadm 2024-09-10T04:30:31.241114+0000 mgr.smithi047.jescqm (mgr.14203) 431 : cephadm [WRN] Bind address in nfs.foo.0.1.smithi047.gnsznj's ganesha conf is defaulting to empty 2024-09-10T04:30:31.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:31 smithi149 bash[25108]: cephadm 2024-09-10T04:30:31.241114+0000 mgr.smithi047.jescqm (mgr.14203) 431 : cephadm [WRN] Bind address in nfs.foo.0.1.smithi047.gnsznj's ganesha conf is defaulting to empty 2024-09-10T04:30:31.934 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:31 smithi149 bash[25108]: audit 2024-09-10T04:30:31.241753+0000 mon.smithi047 (mon.0) 1007 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:30:31.935 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:31 smithi149 bash[25108]: audit 2024-09-10T04:30:31.241753+0000 mon.smithi047 (mon.0) 1007 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:30:31.935 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:31 smithi149 bash[25108]: cephadm 2024-09-10T04:30:31.243005+0000 mgr.smithi047.jescqm (mgr.14203) 432 : cephadm [INF] Deploying daemon nfs.foo.0.1.smithi047.gnsznj on smithi047 2024-09-10T04:30:31.935 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:31 smithi149 bash[25108]: cephadm 2024-09-10T04:30:31.243005+0000 mgr.smithi047.jescqm (mgr.14203) 432 : cephadm [INF] Deploying daemon nfs.foo.0.1.smithi047.gnsznj on smithi047 2024-09-10T04:30:32.426 INFO:teuthology.orchestra.run.smithi047.stderr:+ true 2024-09-10T04:30:32.426 INFO:teuthology.orchestra.run.smithi047.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-10T04:30:32.870 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:32 smithi047 bash[19880]: cluster 2024-09-10T04:30:31.819267+0000 mgr.smithi047.jescqm (mgr.14203) 433 : cluster [DBG] pgmap v288: 97 pgs: 97 active+clean; 607 KiB data, 237 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:30:32.870 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:32 smithi047 bash[19880]: cluster 2024-09-10T04:30:31.819267+0000 mgr.smithi047.jescqm (mgr.14203) 433 : cluster [DBG] pgmap v288: 97 pgs: 97 active+clean; 607 KiB data, 237 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:30:32.929 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:32 smithi149 bash[25108]: cluster 2024-09-10T04:30:31.819267+0000 mgr.smithi047.jescqm (mgr.14203) 433 : cluster [DBG] pgmap v288: 97 pgs: 97 active+clean; 607 KiB data, 237 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:30:32.930 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:32 smithi149 bash[25108]: cluster 2024-09-10T04:30:31.819267+0000 mgr.smithi047.jescqm (mgr.14203) 433 : cluster [DBG] pgmap v288: 97 pgs: 97 active+clean; 607 KiB data, 237 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:30:33.427 INFO:teuthology.orchestra.run.smithi047.stderr:+ true 2024-09-10T04:30:33.428 INFO:teuthology.orchestra.run.smithi047.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-10T04:30:34.023 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:33 smithi047 systemd[1]: /etc/systemd/system/ceph-b165ca24-6f2b-11ef-bcea-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-10T04:30:34.327 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:34 smithi047 systemd[1]: /etc/systemd/system/ceph-b165ca24-6f2b-11ef-bcea-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-10T04:30:34.428 INFO:teuthology.orchestra.run.smithi047.stderr:+ true 2024-09-10T04:30:34.428 INFO:teuthology.orchestra.run.smithi047.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-10T04:30:35.120 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:34 smithi047 bash[19880]: cluster 2024-09-10T04:30:33.820026+0000 mgr.smithi047.jescqm (mgr.14203) 434 : cluster [DBG] pgmap v289: 97 pgs: 97 active+clean; 607 KiB data, 237 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:30:35.120 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:34 smithi047 bash[19880]: cluster 2024-09-10T04:30:33.820026+0000 mgr.smithi047.jescqm (mgr.14203) 434 : cluster [DBG] pgmap v289: 97 pgs: 97 active+clean; 607 KiB data, 237 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:30:35.120 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:34 smithi047 bash[19880]: audit 2024-09-10T04:30:34.143837+0000 mon.smithi047 (mon.0) 1008 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:30:35.120 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:34 smithi047 bash[19880]: audit 2024-09-10T04:30:34.143837+0000 mon.smithi047 (mon.0) 1008 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:30:35.120 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:34 smithi047 bash[19880]: audit 2024-09-10T04:30:34.250761+0000 mon.smithi047 (mon.0) 1009 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:35.121 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:34 smithi047 bash[19880]: audit 2024-09-10T04:30:34.250761+0000 mon.smithi047 (mon.0) 1009 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:35.121 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:34 smithi047 bash[19880]: audit 2024-09-10T04:30:34.257614+0000 mon.smithi047 (mon.0) 1010 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:35.121 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:34 smithi047 bash[19880]: audit 2024-09-10T04:30:34.257614+0000 mon.smithi047 (mon.0) 1010 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:35.121 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:34 smithi047 bash[19880]: audit 2024-09-10T04:30:34.262515+0000 mon.smithi047 (mon.0) 1011 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:35.121 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:34 smithi047 bash[19880]: audit 2024-09-10T04:30:34.262515+0000 mon.smithi047 (mon.0) 1011 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:35.121 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:34 smithi047 bash[19880]: audit 2024-09-10T04:30:34.267837+0000 mon.smithi047 (mon.0) 1012 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:35.121 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:34 smithi047 bash[19880]: audit 2024-09-10T04:30:34.267837+0000 mon.smithi047 (mon.0) 1012 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:35.121 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:34 smithi047 bash[19880]: audit 2024-09-10T04:30:34.288611+0000 mon.smithi047 (mon.0) 1013 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:30:35.121 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:34 smithi047 bash[19880]: audit 2024-09-10T04:30:34.288611+0000 mon.smithi047 (mon.0) 1013 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:30:35.180 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:34 smithi149 bash[25108]: cluster 2024-09-10T04:30:33.820026+0000 mgr.smithi047.jescqm (mgr.14203) 434 : cluster [DBG] pgmap v289: 97 pgs: 97 active+clean; 607 KiB data, 237 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:30:35.180 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:34 smithi149 bash[25108]: cluster 2024-09-10T04:30:33.820026+0000 mgr.smithi047.jescqm (mgr.14203) 434 : cluster [DBG] pgmap v289: 97 pgs: 97 active+clean; 607 KiB data, 237 MiB used, 715 GiB / 715 GiB avail 2024-09-10T04:30:35.181 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:34 smithi149 bash[25108]: audit 2024-09-10T04:30:34.143837+0000 mon.smithi047 (mon.0) 1008 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:30:35.181 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:34 smithi149 bash[25108]: audit 2024-09-10T04:30:34.143837+0000 mon.smithi047 (mon.0) 1008 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:30:35.181 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:34 smithi149 bash[25108]: audit 2024-09-10T04:30:34.250761+0000 mon.smithi047 (mon.0) 1009 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:35.181 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:34 smithi149 bash[25108]: audit 2024-09-10T04:30:34.250761+0000 mon.smithi047 (mon.0) 1009 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:35.181 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:34 smithi149 bash[25108]: audit 2024-09-10T04:30:34.257614+0000 mon.smithi047 (mon.0) 1010 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:35.181 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:34 smithi149 bash[25108]: audit 2024-09-10T04:30:34.257614+0000 mon.smithi047 (mon.0) 1010 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:35.181 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:34 smithi149 bash[25108]: audit 2024-09-10T04:30:34.262515+0000 mon.smithi047 (mon.0) 1011 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:35.181 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:34 smithi149 bash[25108]: audit 2024-09-10T04:30:34.262515+0000 mon.smithi047 (mon.0) 1011 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:35.181 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:34 smithi149 bash[25108]: audit 2024-09-10T04:30:34.267837+0000 mon.smithi047 (mon.0) 1012 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:35.181 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:34 smithi149 bash[25108]: audit 2024-09-10T04:30:34.267837+0000 mon.smithi047 (mon.0) 1012 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:35.181 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:34 smithi149 bash[25108]: audit 2024-09-10T04:30:34.288611+0000 mon.smithi047 (mon.0) 1013 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:30:35.181 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:34 smithi149 bash[25108]: audit 2024-09-10T04:30:34.288611+0000 mon.smithi047 (mon.0) 1013 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:30:35.429 INFO:teuthology.orchestra.run.smithi047.stderr:+ true 2024-09-10T04:30:35.429 INFO:teuthology.orchestra.run.smithi047.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-10T04:30:36.180 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:35 smithi149 bash[25108]: audit 2024-09-10T04:30:35.563604+0000 mon.smithi149 (mon.1) 21 : audit [INF] from='mds.? [v2:172.21.15.149:6832/4276938042,v1:172.21.15.149:6833/4276938042]' entity='mds.foofs.smithi149.bcmbyk' cmd={"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.47:0/3199560855"} : dispatch 2024-09-10T04:30:36.180 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:35 smithi149 bash[25108]: audit 2024-09-10T04:30:35.563604+0000 mon.smithi149 (mon.1) 21 : audit [INF] from='mds.? [v2:172.21.15.149:6832/4276938042,v1:172.21.15.149:6833/4276938042]' entity='mds.foofs.smithi149.bcmbyk' cmd={"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.47:0/3199560855"} : dispatch 2024-09-10T04:30:36.180 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:35 smithi149 bash[25108]: audit 2024-09-10T04:30:35.564283+0000 mon.smithi047 (mon.0) 1014 : audit [INF] from='mds.? ' entity='mds.foofs.smithi149.bcmbyk' cmd={"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.47:0/3199560855"} : dispatch 2024-09-10T04:30:36.180 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:35 smithi149 bash[25108]: audit 2024-09-10T04:30:35.564283+0000 mon.smithi047 (mon.0) 1014 : audit [INF] from='mds.? ' entity='mds.foofs.smithi149.bcmbyk' cmd={"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.47:0/3199560855"} : dispatch 2024-09-10T04:30:36.370 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:35 smithi047 bash[19880]: audit 2024-09-10T04:30:35.563604+0000 mon.smithi149 (mon.1) 21 : audit [INF] from='mds.? [v2:172.21.15.149:6832/4276938042,v1:172.21.15.149:6833/4276938042]' entity='mds.foofs.smithi149.bcmbyk' cmd={"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.47:0/3199560855"} : dispatch 2024-09-10T04:30:36.370 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:35 smithi047 bash[19880]: audit 2024-09-10T04:30:35.563604+0000 mon.smithi149 (mon.1) 21 : audit [INF] from='mds.? [v2:172.21.15.149:6832/4276938042,v1:172.21.15.149:6833/4276938042]' entity='mds.foofs.smithi149.bcmbyk' cmd={"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.47:0/3199560855"} : dispatch 2024-09-10T04:30:36.370 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:35 smithi047 bash[19880]: audit 2024-09-10T04:30:35.564283+0000 mon.smithi047 (mon.0) 1014 : audit [INF] from='mds.? ' entity='mds.foofs.smithi149.bcmbyk' cmd={"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.47:0/3199560855"} : dispatch 2024-09-10T04:30:36.370 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:35 smithi047 bash[19880]: audit 2024-09-10T04:30:35.564283+0000 mon.smithi047 (mon.0) 1014 : audit [INF] from='mds.? ' entity='mds.foofs.smithi149.bcmbyk' cmd={"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.47:0/3199560855"} : dispatch 2024-09-10T04:30:36.430 INFO:teuthology.orchestra.run.smithi047.stderr:+ true 2024-09-10T04:30:36.430 INFO:teuthology.orchestra.run.smithi047.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-10T04:30:37.180 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:36 smithi149 bash[25108]: cluster 2024-09-10T04:30:35.563109+0000 mds.foofs.smithi149.bcmbyk (mds.0) 1 : cluster [INF] Evicting (and blocklisting) client session 14560 (172.21.15.47:0/3199560855) 2024-09-10T04:30:37.180 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:36 smithi149 bash[25108]: cluster 2024-09-10T04:30:35.563109+0000 mds.foofs.smithi149.bcmbyk (mds.0) 1 : cluster [INF] Evicting (and blocklisting) client session 14560 (172.21.15.47:0/3199560855) 2024-09-10T04:30:37.180 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:36 smithi149 bash[25108]: cluster 2024-09-10T04:30:35.820898+0000 mgr.smithi047.jescqm (mgr.14203) 435 : cluster [DBG] pgmap v290: 97 pgs: 97 active+clean; 607 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T04:30:37.180 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:36 smithi149 bash[25108]: cluster 2024-09-10T04:30:35.820898+0000 mgr.smithi047.jescqm (mgr.14203) 435 : cluster [DBG] pgmap v290: 97 pgs: 97 active+clean; 607 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T04:30:37.180 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:36 smithi149 bash[25108]: audit 2024-09-10T04:30:35.885183+0000 mon.smithi047 (mon.0) 1015 : audit [INF] from='mds.? ' entity='mds.foofs.smithi149.bcmbyk' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.47:0/3199560855"}]': finished 2024-09-10T04:30:37.180 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:36 smithi149 bash[25108]: audit 2024-09-10T04:30:35.885183+0000 mon.smithi047 (mon.0) 1015 : audit [INF] from='mds.? ' entity='mds.foofs.smithi149.bcmbyk' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.47:0/3199560855"}]': finished 2024-09-10T04:30:37.180 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:36 smithi149 bash[25108]: cluster 2024-09-10T04:30:35.889618+0000 mon.smithi047 (mon.0) 1016 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-09-10T04:30:37.180 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:36 smithi149 bash[25108]: cluster 2024-09-10T04:30:35.889618+0000 mon.smithi047 (mon.0) 1016 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-09-10T04:30:37.370 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:36 smithi047 bash[19880]: cluster 2024-09-10T04:30:35.563109+0000 mds.foofs.smithi149.bcmbyk (mds.0) 1 : cluster [INF] Evicting (and blocklisting) client session 14560 (172.21.15.47:0/3199560855) 2024-09-10T04:30:37.370 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:36 smithi047 bash[19880]: cluster 2024-09-10T04:30:35.563109+0000 mds.foofs.smithi149.bcmbyk (mds.0) 1 : cluster [INF] Evicting (and blocklisting) client session 14560 (172.21.15.47:0/3199560855) 2024-09-10T04:30:37.370 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:36 smithi047 bash[19880]: cluster 2024-09-10T04:30:35.820898+0000 mgr.smithi047.jescqm (mgr.14203) 435 : cluster [DBG] pgmap v290: 97 pgs: 97 active+clean; 607 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T04:30:37.371 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:36 smithi047 bash[19880]: cluster 2024-09-10T04:30:35.820898+0000 mgr.smithi047.jescqm (mgr.14203) 435 : cluster [DBG] pgmap v290: 97 pgs: 97 active+clean; 607 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T04:30:37.371 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:36 smithi047 bash[19880]: audit 2024-09-10T04:30:35.885183+0000 mon.smithi047 (mon.0) 1015 : audit [INF] from='mds.? ' entity='mds.foofs.smithi149.bcmbyk' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.47:0/3199560855"}]': finished 2024-09-10T04:30:37.371 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:36 smithi047 bash[19880]: audit 2024-09-10T04:30:35.885183+0000 mon.smithi047 (mon.0) 1015 : audit [INF] from='mds.? ' entity='mds.foofs.smithi149.bcmbyk' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.47:0/3199560855"}]': finished 2024-09-10T04:30:37.371 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:36 smithi047 bash[19880]: cluster 2024-09-10T04:30:35.889618+0000 mon.smithi047 (mon.0) 1016 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-09-10T04:30:37.371 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:36 smithi047 bash[19880]: cluster 2024-09-10T04:30:35.889618+0000 mon.smithi047 (mon.0) 1016 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-09-10T04:30:37.432 INFO:teuthology.orchestra.run.smithi047.stderr:+ true 2024-09-10T04:30:37.432 INFO:teuthology.orchestra.run.smithi047.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-10T04:30:38.433 INFO:teuthology.orchestra.run.smithi047.stderr:+ true 2024-09-10T04:30:38.433 INFO:teuthology.orchestra.run.smithi047.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-10T04:30:39.179 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:38 smithi149 bash[25108]: cluster 2024-09-10T04:30:37.821767+0000 mgr.smithi047.jescqm (mgr.14203) 436 : cluster [DBG] pgmap v292: 97 pgs: 97 active+clean; 607 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 204 B/s rd, 0 B/s wr, 0 op/s 2024-09-10T04:30:39.180 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:38 smithi149 bash[25108]: cluster 2024-09-10T04:30:37.821767+0000 mgr.smithi047.jescqm (mgr.14203) 436 : cluster [DBG] pgmap v292: 97 pgs: 97 active+clean; 607 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 204 B/s rd, 0 B/s wr, 0 op/s 2024-09-10T04:30:39.370 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:38 smithi047 bash[19880]: cluster 2024-09-10T04:30:37.821767+0000 mgr.smithi047.jescqm (mgr.14203) 436 : cluster [DBG] pgmap v292: 97 pgs: 97 active+clean; 607 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 204 B/s rd, 0 B/s wr, 0 op/s 2024-09-10T04:30:39.370 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:38 smithi047 bash[19880]: cluster 2024-09-10T04:30:37.821767+0000 mgr.smithi047.jescqm (mgr.14203) 436 : cluster [DBG] pgmap v292: 97 pgs: 97 active+clean; 607 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 204 B/s rd, 0 B/s wr, 0 op/s 2024-09-10T04:30:39.435 INFO:teuthology.orchestra.run.smithi047.stderr:+ true 2024-09-10T04:30:39.435 INFO:teuthology.orchestra.run.smithi047.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-10T04:30:40.370 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:40 smithi047 bash[19880]: audit 2024-09-10T04:30:39.014648+0000 mon.smithi047 (mon.0) 1017 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:40.370 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:40 smithi047 bash[19880]: audit 2024-09-10T04:30:39.014648+0000 mon.smithi047 (mon.0) 1017 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:40.429 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:40 smithi149 bash[25108]: audit 2024-09-10T04:30:39.014648+0000 mon.smithi047 (mon.0) 1017 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:40.430 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:40 smithi149 bash[25108]: audit 2024-09-10T04:30:39.014648+0000 mon.smithi047 (mon.0) 1017 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:40.437 INFO:teuthology.orchestra.run.smithi047.stderr:+ true 2024-09-10T04:30:40.437 INFO:teuthology.orchestra.run.smithi047.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-10T04:30:41.370 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:41 smithi047 bash[19880]: cluster 2024-09-10T04:30:39.822388+0000 mgr.smithi047.jescqm (mgr.14203) 437 : cluster [DBG] pgmap v293: 97 pgs: 97 active+clean; 608 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 716 B/s wr, 1 op/s 2024-09-10T04:30:41.371 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:41 smithi047 bash[19880]: cluster 2024-09-10T04:30:39.822388+0000 mgr.smithi047.jescqm (mgr.14203) 437 : cluster [DBG] pgmap v293: 97 pgs: 97 active+clean; 608 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 716 B/s wr, 1 op/s 2024-09-10T04:30:41.371 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:41 smithi047 bash[19880]: audit 2024-09-10T04:30:40.621323+0000 mon.smithi047 (mon.0) 1018 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:41.371 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:41 smithi047 bash[19880]: audit 2024-09-10T04:30:40.621323+0000 mon.smithi047 (mon.0) 1018 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:41.371 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:41 smithi047 bash[19880]: audit 2024-09-10T04:30:40.626693+0000 mon.smithi047 (mon.0) 1019 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:41.371 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:41 smithi047 bash[19880]: audit 2024-09-10T04:30:40.626693+0000 mon.smithi047 (mon.0) 1019 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:41.371 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:41 smithi047 bash[19880]: audit 2024-09-10T04:30:40.627663+0000 mon.smithi047 (mon.0) 1020 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:30:41.371 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:41 smithi047 bash[19880]: audit 2024-09-10T04:30:40.627663+0000 mon.smithi047 (mon.0) 1020 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:30:41.371 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:41 smithi047 bash[19880]: audit 2024-09-10T04:30:40.628334+0000 mon.smithi047 (mon.0) 1021 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:30:41.371 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:41 smithi047 bash[19880]: audit 2024-09-10T04:30:40.628334+0000 mon.smithi047 (mon.0) 1021 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:30:41.371 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:41 smithi047 bash[19880]: audit 2024-09-10T04:30:40.632463+0000 mon.smithi047 (mon.0) 1022 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:41.371 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:41 smithi047 bash[19880]: audit 2024-09-10T04:30:40.632463+0000 mon.smithi047 (mon.0) 1022 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:41.372 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:41 smithi047 bash[19880]: audit 2024-09-10T04:30:40.635147+0000 mon.smithi047 (mon.0) 1023 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-10T04:30:41.372 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:41 smithi047 bash[19880]: audit 2024-09-10T04:30:40.635147+0000 mon.smithi047 (mon.0) 1023 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-10T04:30:41.372 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:41 smithi047 bash[19880]: audit 2024-09-10T04:30:40.644280+0000 mon.smithi047 (mon.0) 1024 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:41.372 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:41 smithi047 bash[19880]: audit 2024-09-10T04:30:40.644280+0000 mon.smithi047 (mon.0) 1024 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:41.430 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:41 smithi149 bash[25108]: cluster 2024-09-10T04:30:39.822388+0000 mgr.smithi047.jescqm (mgr.14203) 437 : cluster [DBG] pgmap v293: 97 pgs: 97 active+clean; 608 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 716 B/s wr, 1 op/s 2024-09-10T04:30:41.430 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:41 smithi149 bash[25108]: cluster 2024-09-10T04:30:39.822388+0000 mgr.smithi047.jescqm (mgr.14203) 437 : cluster [DBG] pgmap v293: 97 pgs: 97 active+clean; 608 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 716 B/s wr, 1 op/s 2024-09-10T04:30:41.430 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:41 smithi149 bash[25108]: audit 2024-09-10T04:30:40.621323+0000 mon.smithi047 (mon.0) 1018 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:41.430 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:41 smithi149 bash[25108]: audit 2024-09-10T04:30:40.621323+0000 mon.smithi047 (mon.0) 1018 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:41.430 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:41 smithi149 bash[25108]: audit 2024-09-10T04:30:40.626693+0000 mon.smithi047 (mon.0) 1019 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:41.430 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:41 smithi149 bash[25108]: audit 2024-09-10T04:30:40.626693+0000 mon.smithi047 (mon.0) 1019 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:41.430 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:41 smithi149 bash[25108]: audit 2024-09-10T04:30:40.627663+0000 mon.smithi047 (mon.0) 1020 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:30:41.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:41 smithi149 bash[25108]: audit 2024-09-10T04:30:40.627663+0000 mon.smithi047 (mon.0) 1020 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:30:41.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:41 smithi149 bash[25108]: audit 2024-09-10T04:30:40.628334+0000 mon.smithi047 (mon.0) 1021 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:30:41.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:41 smithi149 bash[25108]: audit 2024-09-10T04:30:40.628334+0000 mon.smithi047 (mon.0) 1021 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:30:41.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:41 smithi149 bash[25108]: audit 2024-09-10T04:30:40.632463+0000 mon.smithi047 (mon.0) 1022 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:41.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:41 smithi149 bash[25108]: audit 2024-09-10T04:30:40.632463+0000 mon.smithi047 (mon.0) 1022 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:41.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:41 smithi149 bash[25108]: audit 2024-09-10T04:30:40.635147+0000 mon.smithi047 (mon.0) 1023 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-10T04:30:41.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:41 smithi149 bash[25108]: audit 2024-09-10T04:30:40.635147+0000 mon.smithi047 (mon.0) 1023 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-10T04:30:41.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:41 smithi149 bash[25108]: audit 2024-09-10T04:30:40.644280+0000 mon.smithi047 (mon.0) 1024 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:41.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:41 smithi149 bash[25108]: audit 2024-09-10T04:30:40.644280+0000 mon.smithi047 (mon.0) 1024 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:41.438 INFO:teuthology.orchestra.run.smithi047.stderr:+ true 2024-09-10T04:30:41.438 INFO:teuthology.orchestra.run.smithi047.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-10T04:30:42.292 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:42 smithi047 bash[19880]: cephadm 2024-09-10T04:30:40.667283+0000 mgr.smithi047.jescqm (mgr.14203) 438 : cephadm [INF] Reconfiguring haproxy.nfs.foo.smithi047.vduyvw (dependencies changed)... 2024-09-10T04:30:42.292 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:42 smithi047 bash[19880]: cephadm 2024-09-10T04:30:40.667283+0000 mgr.smithi047.jescqm (mgr.14203) 438 : cephadm [INF] Reconfiguring haproxy.nfs.foo.smithi047.vduyvw (dependencies changed)... 2024-09-10T04:30:42.292 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:42 smithi047 bash[19880]: cephadm 2024-09-10T04:30:40.669039+0000 mgr.smithi047.jescqm (mgr.14203) 439 : cephadm [INF] Reconfiguring daemon haproxy.nfs.foo.smithi047.vduyvw on smithi047 2024-09-10T04:30:42.292 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:42 smithi047 bash[19880]: cephadm 2024-09-10T04:30:40.669039+0000 mgr.smithi047.jescqm (mgr.14203) 439 : cephadm [INF] Reconfiguring daemon haproxy.nfs.foo.smithi047.vduyvw on smithi047 2024-09-10T04:30:42.430 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:42 smithi149 bash[25108]: cephadm 2024-09-10T04:30:40.667283+0000 mgr.smithi047.jescqm (mgr.14203) 438 : cephadm [INF] Reconfiguring haproxy.nfs.foo.smithi047.vduyvw (dependencies changed)... 2024-09-10T04:30:42.430 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:42 smithi149 bash[25108]: cephadm 2024-09-10T04:30:40.667283+0000 mgr.smithi047.jescqm (mgr.14203) 438 : cephadm [INF] Reconfiguring haproxy.nfs.foo.smithi047.vduyvw (dependencies changed)... 2024-09-10T04:30:42.430 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:42 smithi149 bash[25108]: cephadm 2024-09-10T04:30:40.669039+0000 mgr.smithi047.jescqm (mgr.14203) 439 : cephadm [INF] Reconfiguring daemon haproxy.nfs.foo.smithi047.vduyvw on smithi047 2024-09-10T04:30:42.430 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:42 smithi149 bash[25108]: cephadm 2024-09-10T04:30:40.669039+0000 mgr.smithi047.jescqm (mgr.14203) 439 : cephadm [INF] Reconfiguring daemon haproxy.nfs.foo.smithi047.vduyvw on smithi047 2024-09-10T04:30:42.440 INFO:teuthology.orchestra.run.smithi047.stderr:+ true 2024-09-10T04:30:42.440 INFO:teuthology.orchestra.run.smithi047.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-10T04:30:43.318 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:43 smithi047 bash[19880]: cluster 2024-09-10T04:30:41.823134+0000 mgr.smithi047.jescqm (mgr.14203) 440 : cluster [DBG] pgmap v294: 97 pgs: 97 active+clean; 608 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 716 B/s wr, 2 op/s 2024-09-10T04:30:43.318 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:43 smithi047 bash[19880]: cluster 2024-09-10T04:30:41.823134+0000 mgr.smithi047.jescqm (mgr.14203) 440 : cluster [DBG] pgmap v294: 97 pgs: 97 active+clean; 608 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 716 B/s wr, 2 op/s 2024-09-10T04:30:43.429 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:43 smithi149 bash[25108]: cluster 2024-09-10T04:30:41.823134+0000 mgr.smithi047.jescqm (mgr.14203) 440 : cluster [DBG] pgmap v294: 97 pgs: 97 active+clean; 608 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 716 B/s wr, 2 op/s 2024-09-10T04:30:43.430 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:43 smithi149 bash[25108]: cluster 2024-09-10T04:30:41.823134+0000 mgr.smithi047.jescqm (mgr.14203) 440 : cluster [DBG] pgmap v294: 97 pgs: 97 active+clean; 608 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 716 B/s wr, 2 op/s 2024-09-10T04:30:43.441 INFO:teuthology.orchestra.run.smithi047.stderr:+ true 2024-09-10T04:30:43.441 INFO:teuthology.orchestra.run.smithi047.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-10T04:30:44.443 INFO:teuthology.orchestra.run.smithi047.stderr:+ true 2024-09-10T04:30:44.443 INFO:teuthology.orchestra.run.smithi047.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-10T04:30:44.870 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:44 smithi047 bash[19880]: audit 2024-09-10T04:30:43.538686+0000 mon.smithi047 (mon.0) 1025 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:44.870 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:44 smithi047 bash[19880]: audit 2024-09-10T04:30:43.538686+0000 mon.smithi047 (mon.0) 1025 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:44.870 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:44 smithi047 bash[19880]: audit 2024-09-10T04:30:43.543875+0000 mon.smithi047 (mon.0) 1026 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:44.871 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:44 smithi047 bash[19880]: audit 2024-09-10T04:30:43.543875+0000 mon.smithi047 (mon.0) 1026 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:44.871 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:44 smithi047 bash[19880]: cephadm 2024-09-10T04:30:43.546177+0000 mgr.smithi047.jescqm (mgr.14203) 441 : cephadm [INF] Reconfiguring haproxy.nfs.foo.smithi149.rdjgtk (dependencies changed)... 2024-09-10T04:30:44.871 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:44 smithi047 bash[19880]: cephadm 2024-09-10T04:30:43.546177+0000 mgr.smithi047.jescqm (mgr.14203) 441 : cephadm [INF] Reconfiguring haproxy.nfs.foo.smithi149.rdjgtk (dependencies changed)... 2024-09-10T04:30:44.871 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:44 smithi047 bash[19880]: cephadm 2024-09-10T04:30:43.548049+0000 mgr.smithi047.jescqm (mgr.14203) 442 : cephadm [INF] Reconfiguring daemon haproxy.nfs.foo.smithi149.rdjgtk on smithi149 2024-09-10T04:30:44.871 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:44 smithi047 bash[19880]: cephadm 2024-09-10T04:30:43.548049+0000 mgr.smithi047.jescqm (mgr.14203) 442 : cephadm [INF] Reconfiguring daemon haproxy.nfs.foo.smithi149.rdjgtk on smithi149 2024-09-10T04:30:44.871 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:44 smithi047 bash[19880]: cluster 2024-09-10T04:30:43.824333+0000 mgr.smithi047.jescqm (mgr.14203) 443 : cluster [DBG] pgmap v295: 97 pgs: 97 active+clean; 608 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 921 B/s wr, 2 op/s 2024-09-10T04:30:44.871 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:44 smithi047 bash[19880]: cluster 2024-09-10T04:30:43.824333+0000 mgr.smithi047.jescqm (mgr.14203) 443 : cluster [DBG] pgmap v295: 97 pgs: 97 active+clean; 608 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 921 B/s wr, 2 op/s 2024-09-10T04:30:44.930 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:44 smithi149 bash[25108]: audit 2024-09-10T04:30:43.538686+0000 mon.smithi047 (mon.0) 1025 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:44.930 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:44 smithi149 bash[25108]: audit 2024-09-10T04:30:43.538686+0000 mon.smithi047 (mon.0) 1025 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:44.930 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:44 smithi149 bash[25108]: audit 2024-09-10T04:30:43.543875+0000 mon.smithi047 (mon.0) 1026 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:44.930 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:44 smithi149 bash[25108]: audit 2024-09-10T04:30:43.543875+0000 mon.smithi047 (mon.0) 1026 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:44.930 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:44 smithi149 bash[25108]: cephadm 2024-09-10T04:30:43.546177+0000 mgr.smithi047.jescqm (mgr.14203) 441 : cephadm [INF] Reconfiguring haproxy.nfs.foo.smithi149.rdjgtk (dependencies changed)... 2024-09-10T04:30:44.930 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:44 smithi149 bash[25108]: cephadm 2024-09-10T04:30:43.546177+0000 mgr.smithi047.jescqm (mgr.14203) 441 : cephadm [INF] Reconfiguring haproxy.nfs.foo.smithi149.rdjgtk (dependencies changed)... 2024-09-10T04:30:44.930 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:44 smithi149 bash[25108]: cephadm 2024-09-10T04:30:43.548049+0000 mgr.smithi047.jescqm (mgr.14203) 442 : cephadm [INF] Reconfiguring daemon haproxy.nfs.foo.smithi149.rdjgtk on smithi149 2024-09-10T04:30:44.930 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:44 smithi149 bash[25108]: cephadm 2024-09-10T04:30:43.548049+0000 mgr.smithi047.jescqm (mgr.14203) 442 : cephadm [INF] Reconfiguring daemon haproxy.nfs.foo.smithi149.rdjgtk on smithi149 2024-09-10T04:30:44.931 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:44 smithi149 bash[25108]: cluster 2024-09-10T04:30:43.824333+0000 mgr.smithi047.jescqm (mgr.14203) 443 : cluster [DBG] pgmap v295: 97 pgs: 97 active+clean; 608 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 921 B/s wr, 2 op/s 2024-09-10T04:30:44.931 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:44 smithi149 bash[25108]: cluster 2024-09-10T04:30:43.824333+0000 mgr.smithi047.jescqm (mgr.14203) 443 : cluster [DBG] pgmap v295: 97 pgs: 97 active+clean; 608 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 921 B/s wr, 2 op/s 2024-09-10T04:30:45.445 INFO:teuthology.orchestra.run.smithi047.stderr:+ true 2024-09-10T04:30:45.445 INFO:teuthology.orchestra.run.smithi047.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-10T04:30:46.165 INFO:teuthology.orchestra.run.smithi047.stdout:haproxy.nfs.foo.smithi149.rdjgtk 2024-09-10T04:30:46.166 INFO:teuthology.orchestra.run.smithi047.stdout:Mount is back! 2024-09-10T04:30:46.166 INFO:teuthology.orchestra.run.smithi047.stderr:+ echo 'Mount is back!' 2024-09-10T04:30:46.168 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi149.front.sepia.ceph.com 2024-09-10T04:30:46.168 DEBUG:teuthology.orchestra.run.smithi149:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'echo "Check with $(hostname) ganesha(s) down..." 2024-09-10T04:30:46.168 DEBUG:teuthology.orchestra.run.smithi149:> for c in `systemctl | grep ceph- | grep @nfs | awk '"'"'{print $1}'"'"'`; do 2024-09-10T04:30:46.168 DEBUG:teuthology.orchestra.run.smithi149:> cid=`echo $c | sed '"'"'s/@/-/'"'"'` 2024-09-10T04:30:46.169 DEBUG:teuthology.orchestra.run.smithi149:> id=`echo $c | cut -d @ -f 2 | sed '"'"'s/.service$//'"'"'` 2024-09-10T04:30:46.169 DEBUG:teuthology.orchestra.run.smithi149:> fsid=`echo $c | cut -d @ -f 1 | cut -d - -f 2-` 2024-09-10T04:30:46.169 DEBUG:teuthology.orchestra.run.smithi149:> echo "Removing daemon $id fsid $fsid..." 2024-09-10T04:30:46.169 DEBUG:teuthology.orchestra.run.smithi149:> sudo $TESTDIR/cephadm rm-daemon --fsid $fsid --name $id 2024-09-10T04:30:46.169 DEBUG:teuthology.orchestra.run.smithi149:> 2024-09-10T04:30:46.169 DEBUG:teuthology.orchestra.run.smithi149:> echo "Waking up cephadm..." 2024-09-10T04:30:46.169 DEBUG:teuthology.orchestra.run.smithi149:> sudo $TESTDIR/cephadm shell -- ceph orch ps --refresh 2024-09-10T04:30:46.169 DEBUG:teuthology.orchestra.run.smithi149:> 2024-09-10T04:30:46.169 DEBUG:teuthology.orchestra.run.smithi149:> while ! timeout 1 cat /mnt/foo/testfile ; do true ; done 2024-09-10T04:30:46.169 DEBUG:teuthology.orchestra.run.smithi149:> echo "Mount is back!" 2024-09-10T04:30:46.169 DEBUG:teuthology.orchestra.run.smithi149:> done 2024-09-10T04:30:46.169 DEBUG:teuthology.orchestra.run.smithi149:> ' 2024-09-10T04:30:46.179 INFO:teuthology.orchestra.run.smithi149.stderr:++ hostname 2024-09-10T04:30:46.180 INFO:teuthology.orchestra.run.smithi149.stderr:+ echo 'Check with smithi149 ganesha(s) down...' 2024-09-10T04:30:46.180 INFO:teuthology.orchestra.run.smithi149.stdout:Check with smithi149 ganesha(s) down... 2024-09-10T04:30:46.181 INFO:teuthology.orchestra.run.smithi149.stderr:++ systemctl 2024-09-10T04:30:46.181 INFO:teuthology.orchestra.run.smithi149.stderr:++ grep ceph- 2024-09-10T04:30:46.181 INFO:teuthology.orchestra.run.smithi149.stderr:++ grep @nfs 2024-09-10T04:30:46.181 INFO:teuthology.orchestra.run.smithi149.stderr:++ awk '{print $1}' 2024-09-10T04:30:46.188 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-10T04:30:46.200 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi047.front.sepia.ceph.com 2024-09-10T04:30:46.201 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b165ca24-6f2b-11ef-bcea-c7b262605968 -- bash -c 'stat -c '"'"'%u %g'"'"' /var/log/ceph | grep '"'"'167 167'"'"'' 2024-09-10T04:30:47.087 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:46 smithi149 bash[25108]: cluster 2024-09-10T04:30:45.825237+0000 mgr.smithi047.jescqm (mgr.14203) 444 : cluster [DBG] pgmap v296: 97 pgs: 97 active+clean; 608 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 921 B/s rd, 921 B/s wr, 2 op/s 2024-09-10T04:30:47.088 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:46 smithi149 bash[25108]: cluster 2024-09-10T04:30:45.825237+0000 mgr.smithi047.jescqm (mgr.14203) 444 : cluster [DBG] pgmap v296: 97 pgs: 97 active+clean; 608 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 921 B/s rd, 921 B/s wr, 2 op/s 2024-09-10T04:30:47.370 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:46 smithi047 bash[19880]: cluster 2024-09-10T04:30:45.825237+0000 mgr.smithi047.jescqm (mgr.14203) 444 : cluster [DBG] pgmap v296: 97 pgs: 97 active+clean; 608 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 921 B/s rd, 921 B/s wr, 2 op/s 2024-09-10T04:30:47.370 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:46 smithi047 bash[19880]: cluster 2024-09-10T04:30:45.825237+0000 mgr.smithi047.jescqm (mgr.14203) 444 : cluster [DBG] pgmap v296: 97 pgs: 97 active+clean; 608 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 921 B/s rd, 921 B/s wr, 2 op/s 2024-09-10T04:30:48.370 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:48 smithi047 bash[19880]: audit 2024-09-10T04:30:47.034299+0000 mon.smithi047 (mon.0) 1027 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:48.370 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:48 smithi047 bash[19880]: audit 2024-09-10T04:30:47.034299+0000 mon.smithi047 (mon.0) 1027 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:48.370 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:48 smithi047 bash[19880]: audit 2024-09-10T04:30:47.045470+0000 mon.smithi047 (mon.0) 1028 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:48.371 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:48 smithi047 bash[19880]: audit 2024-09-10T04:30:47.045470+0000 mon.smithi047 (mon.0) 1028 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:48.371 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:48 smithi047 bash[19880]: audit 2024-09-10T04:30:47.507350+0000 mon.smithi047 (mon.0) 1029 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:30:48.371 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:48 smithi047 bash[19880]: audit 2024-09-10T04:30:47.507350+0000 mon.smithi047 (mon.0) 1029 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:30:48.429 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:48 smithi149 bash[25108]: audit 2024-09-10T04:30:47.034299+0000 mon.smithi047 (mon.0) 1027 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:48.430 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:48 smithi149 bash[25108]: audit 2024-09-10T04:30:47.034299+0000 mon.smithi047 (mon.0) 1027 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:48.430 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:48 smithi149 bash[25108]: audit 2024-09-10T04:30:47.045470+0000 mon.smithi047 (mon.0) 1028 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:48.430 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:48 smithi149 bash[25108]: audit 2024-09-10T04:30:47.045470+0000 mon.smithi047 (mon.0) 1028 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:48.430 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:48 smithi149 bash[25108]: audit 2024-09-10T04:30:47.507350+0000 mon.smithi047 (mon.0) 1029 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:30:48.430 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:48 smithi149 bash[25108]: audit 2024-09-10T04:30:47.507350+0000 mon.smithi047 (mon.0) 1029 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T04:30:49.370 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:49 smithi047 bash[19880]: cluster 2024-09-10T04:30:47.826085+0000 mgr.smithi047.jescqm (mgr.14203) 445 : cluster [DBG] pgmap v297: 97 pgs: 97 active+clean; 608 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 771 B/s rd, 857 B/s wr, 2 op/s 2024-09-10T04:30:49.370 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:49 smithi047 bash[19880]: cluster 2024-09-10T04:30:47.826085+0000 mgr.smithi047.jescqm (mgr.14203) 445 : cluster [DBG] pgmap v297: 97 pgs: 97 active+clean; 608 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 771 B/s rd, 857 B/s wr, 2 op/s 2024-09-10T04:30:49.385 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:49 smithi149 bash[25108]: cluster 2024-09-10T04:30:47.826085+0000 mgr.smithi047.jescqm (mgr.14203) 445 : cluster [DBG] pgmap v297: 97 pgs: 97 active+clean; 608 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 771 B/s rd, 857 B/s wr, 2 op/s 2024-09-10T04:30:49.385 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:49 smithi149 bash[25108]: cluster 2024-09-10T04:30:47.826085+0000 mgr.smithi047.jescqm (mgr.14203) 445 : cluster [DBG] pgmap v297: 97 pgs: 97 active+clean; 608 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 771 B/s rd, 857 B/s wr, 2 op/s 2024-09-10T04:30:50.309 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:50 smithi047 bash[19880]: audit 2024-09-10T04:30:49.144241+0000 mon.smithi047 (mon.0) 1030 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:30:50.310 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:50 smithi047 bash[19880]: audit 2024-09-10T04:30:49.144241+0000 mon.smithi047 (mon.0) 1030 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:30:50.429 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:50 smithi149 bash[25108]: audit 2024-09-10T04:30:49.144241+0000 mon.smithi047 (mon.0) 1030 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:30:50.430 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:50 smithi149 bash[25108]: audit 2024-09-10T04:30:49.144241+0000 mon.smithi047 (mon.0) 1030 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:30:51.055 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/mon.smithi047/config 2024-09-10T04:30:51.370 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:51 smithi047 bash[19880]: cluster 2024-09-10T04:30:49.827218+0000 mgr.smithi047.jescqm (mgr.14203) 446 : cluster [DBG] pgmap v298: 97 pgs: 97 active+clean; 608 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1.1 KiB/s wr, 2 op/s 2024-09-10T04:30:51.370 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:51 smithi047 bash[19880]: cluster 2024-09-10T04:30:49.827218+0000 mgr.smithi047.jescqm (mgr.14203) 446 : cluster [DBG] pgmap v298: 97 pgs: 97 active+clean; 608 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1.1 KiB/s wr, 2 op/s 2024-09-10T04:30:51.429 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:51 smithi149 bash[25108]: cluster 2024-09-10T04:30:49.827218+0000 mgr.smithi047.jescqm (mgr.14203) 446 : cluster [DBG] pgmap v298: 97 pgs: 97 active+clean; 608 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1.1 KiB/s wr, 2 op/s 2024-09-10T04:30:51.430 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:51 smithi149 bash[25108]: cluster 2024-09-10T04:30:49.827218+0000 mgr.smithi047.jescqm (mgr.14203) 446 : cluster [DBG] pgmap v298: 97 pgs: 97 active+clean; 608 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1.1 KiB/s wr, 2 op/s 2024-09-10T04:30:52.224 INFO:teuthology.orchestra.run.smithi047.stdout:167 167 2024-09-10T04:30:52.869 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b165ca24-6f2b-11ef-bcea-c7b262605968 -- bash -c 'ceph orch status' 2024-09-10T04:30:53.120 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:53 smithi047 bash[19880]: cluster 2024-09-10T04:30:51.828022+0000 mgr.smithi047.jescqm (mgr.14203) 447 : cluster [DBG] pgmap v299: 97 pgs: 97 active+clean; 608 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 511 B/s wr, 1 op/s 2024-09-10T04:30:53.120 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:53 smithi047 bash[19880]: cluster 2024-09-10T04:30:51.828022+0000 mgr.smithi047.jescqm (mgr.14203) 447 : cluster [DBG] pgmap v299: 97 pgs: 97 active+clean; 608 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 511 B/s wr, 1 op/s 2024-09-10T04:30:53.429 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:53 smithi149 bash[25108]: cluster 2024-09-10T04:30:51.828022+0000 mgr.smithi047.jescqm (mgr.14203) 447 : cluster [DBG] pgmap v299: 97 pgs: 97 active+clean; 608 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 511 B/s wr, 1 op/s 2024-09-10T04:30:53.429 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:53 smithi149 bash[25108]: cluster 2024-09-10T04:30:51.828022+0000 mgr.smithi047.jescqm (mgr.14203) 447 : cluster [DBG] pgmap v299: 97 pgs: 97 active+clean; 608 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 511 B/s wr, 1 op/s 2024-09-10T04:30:54.430 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:54 smithi149 bash[25108]: audit 2024-09-10T04:30:53.151888+0000 mon.smithi047 (mon.0) 1031 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:54.430 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:54 smithi149 bash[25108]: audit 2024-09-10T04:30:53.151888+0000 mon.smithi047 (mon.0) 1031 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:54.430 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:54 smithi149 bash[25108]: audit 2024-09-10T04:30:53.157195+0000 mon.smithi047 (mon.0) 1032 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:54.430 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:54 smithi149 bash[25108]: audit 2024-09-10T04:30:53.157195+0000 mon.smithi047 (mon.0) 1032 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:54.430 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:54 smithi149 bash[25108]: audit 2024-09-10T04:30:53.270450+0000 mon.smithi047 (mon.0) 1033 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:54.430 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:54 smithi149 bash[25108]: audit 2024-09-10T04:30:53.270450+0000 mon.smithi047 (mon.0) 1033 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:54.430 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:54 smithi149 bash[25108]: audit 2024-09-10T04:30:53.281153+0000 mon.smithi047 (mon.0) 1034 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:54.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:54 smithi149 bash[25108]: audit 2024-09-10T04:30:53.281153+0000 mon.smithi047 (mon.0) 1034 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:54.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:54 smithi149 bash[25108]: audit 2024-09-10T04:30:53.283353+0000 mon.smithi047 (mon.0) 1035 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:30:54.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:54 smithi149 bash[25108]: audit 2024-09-10T04:30:53.283353+0000 mon.smithi047 (mon.0) 1035 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:30:54.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:54 smithi149 bash[25108]: audit 2024-09-10T04:30:53.284179+0000 mon.smithi047 (mon.0) 1036 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:30:54.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:54 smithi149 bash[25108]: audit 2024-09-10T04:30:53.284179+0000 mon.smithi047 (mon.0) 1036 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:30:54.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:54 smithi149 bash[25108]: audit 2024-09-10T04:30:53.291343+0000 mon.smithi047 (mon.0) 1037 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:54.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:54 smithi149 bash[25108]: audit 2024-09-10T04:30:53.291343+0000 mon.smithi047 (mon.0) 1037 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:54.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:54 smithi149 bash[25108]: audit 2024-09-10T04:30:53.294268+0000 mon.smithi047 (mon.0) 1038 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-10T04:30:54.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:54 smithi149 bash[25108]: audit 2024-09-10T04:30:53.294268+0000 mon.smithi047 (mon.0) 1038 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-10T04:30:54.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:54 smithi149 bash[25108]: audit 2024-09-10T04:30:53.314129+0000 mon.smithi047 (mon.0) 1039 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:54.431 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:54 smithi149 bash[25108]: audit 2024-09-10T04:30:53.314129+0000 mon.smithi047 (mon.0) 1039 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:54.620 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:54 smithi047 bash[19880]: audit 2024-09-10T04:30:53.151888+0000 mon.smithi047 (mon.0) 1031 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:54.621 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:54 smithi047 bash[19880]: audit 2024-09-10T04:30:53.151888+0000 mon.smithi047 (mon.0) 1031 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:54.621 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:54 smithi047 bash[19880]: audit 2024-09-10T04:30:53.157195+0000 mon.smithi047 (mon.0) 1032 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:54.621 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:54 smithi047 bash[19880]: audit 2024-09-10T04:30:53.157195+0000 mon.smithi047 (mon.0) 1032 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:54.621 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:54 smithi047 bash[19880]: audit 2024-09-10T04:30:53.270450+0000 mon.smithi047 (mon.0) 1033 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:54.621 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:54 smithi047 bash[19880]: audit 2024-09-10T04:30:53.270450+0000 mon.smithi047 (mon.0) 1033 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:54.621 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:54 smithi047 bash[19880]: audit 2024-09-10T04:30:53.281153+0000 mon.smithi047 (mon.0) 1034 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:54.621 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:54 smithi047 bash[19880]: audit 2024-09-10T04:30:53.281153+0000 mon.smithi047 (mon.0) 1034 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:54.621 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:54 smithi047 bash[19880]: audit 2024-09-10T04:30:53.283353+0000 mon.smithi047 (mon.0) 1035 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:30:54.621 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:54 smithi047 bash[19880]: audit 2024-09-10T04:30:53.283353+0000 mon.smithi047 (mon.0) 1035 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T04:30:54.621 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:54 smithi047 bash[19880]: audit 2024-09-10T04:30:53.284179+0000 mon.smithi047 (mon.0) 1036 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:30:54.622 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:54 smithi047 bash[19880]: audit 2024-09-10T04:30:53.284179+0000 mon.smithi047 (mon.0) 1036 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T04:30:54.622 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:54 smithi047 bash[19880]: audit 2024-09-10T04:30:53.291343+0000 mon.smithi047 (mon.0) 1037 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:54.622 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:54 smithi047 bash[19880]: audit 2024-09-10T04:30:53.291343+0000 mon.smithi047 (mon.0) 1037 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:54.622 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:54 smithi047 bash[19880]: audit 2024-09-10T04:30:53.294268+0000 mon.smithi047 (mon.0) 1038 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-10T04:30:54.622 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:54 smithi047 bash[19880]: audit 2024-09-10T04:30:53.294268+0000 mon.smithi047 (mon.0) 1038 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-10T04:30:54.622 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:54 smithi047 bash[19880]: audit 2024-09-10T04:30:53.314129+0000 mon.smithi047 (mon.0) 1039 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:54.622 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:54 smithi047 bash[19880]: audit 2024-09-10T04:30:53.314129+0000 mon.smithi047 (mon.0) 1039 : audit [INF] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' 2024-09-10T04:30:55.620 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:55 smithi047 bash[19880]: cluster 2024-09-10T04:30:53.829113+0000 mgr.smithi047.jescqm (mgr.14203) 448 : cluster [DBG] pgmap v300: 97 pgs: 97 active+clean; 608 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 511 B/s wr, 1 op/s 2024-09-10T04:30:55.620 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:55 smithi047 bash[19880]: cluster 2024-09-10T04:30:53.829113+0000 mgr.smithi047.jescqm (mgr.14203) 448 : cluster [DBG] pgmap v300: 97 pgs: 97 active+clean; 608 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 511 B/s wr, 1 op/s 2024-09-10T04:30:55.679 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:55 smithi149 bash[25108]: cluster 2024-09-10T04:30:53.829113+0000 mgr.smithi047.jescqm (mgr.14203) 448 : cluster [DBG] pgmap v300: 97 pgs: 97 active+clean; 608 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 511 B/s wr, 1 op/s 2024-09-10T04:30:55.679 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:55 smithi149 bash[25108]: cluster 2024-09-10T04:30:53.829113+0000 mgr.smithi047.jescqm (mgr.14203) 448 : cluster [DBG] pgmap v300: 97 pgs: 97 active+clean; 608 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 511 B/s wr, 1 op/s 2024-09-10T04:30:57.620 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:57 smithi047 bash[19880]: cluster 2024-09-10T04:30:55.830018+0000 mgr.smithi047.jescqm (mgr.14203) 449 : cluster [DBG] pgmap v301: 97 pgs: 97 active+clean; 608 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 341 B/s wr, 0 op/s 2024-09-10T04:30:57.620 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:57 smithi047 bash[19880]: cluster 2024-09-10T04:30:55.830018+0000 mgr.smithi047.jescqm (mgr.14203) 449 : cluster [DBG] pgmap v301: 97 pgs: 97 active+clean; 608 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 341 B/s wr, 0 op/s 2024-09-10T04:30:57.679 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:57 smithi149 bash[25108]: cluster 2024-09-10T04:30:55.830018+0000 mgr.smithi047.jescqm (mgr.14203) 449 : cluster [DBG] pgmap v301: 97 pgs: 97 active+clean; 608 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 341 B/s wr, 0 op/s 2024-09-10T04:30:57.679 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:57 smithi149 bash[25108]: cluster 2024-09-10T04:30:55.830018+0000 mgr.smithi047.jescqm (mgr.14203) 449 : cluster [DBG] pgmap v301: 97 pgs: 97 active+clean; 608 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 341 B/s wr, 0 op/s 2024-09-10T04:30:57.729 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/mon.smithi047/config 2024-09-10T04:30:59.173 INFO:teuthology.orchestra.run.smithi047.stdout:Backend: cephadm 2024-09-10T04:30:59.173 INFO:teuthology.orchestra.run.smithi047.stdout:Available: Yes 2024-09-10T04:30:59.173 INFO:teuthology.orchestra.run.smithi047.stdout:Paused: No 2024-09-10T04:30:59.620 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:59 smithi047 bash[19880]: cluster 2024-09-10T04:30:57.830989+0000 mgr.smithi047.jescqm (mgr.14203) 450 : cluster [DBG] pgmap v302: 97 pgs: 97 active+clean; 608 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 341 B/s wr, 0 op/s 2024-09-10T04:30:59.620 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:30:59 smithi047 bash[19880]: cluster 2024-09-10T04:30:57.830989+0000 mgr.smithi047.jescqm (mgr.14203) 450 : cluster [DBG] pgmap v302: 97 pgs: 97 active+clean; 608 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 341 B/s wr, 0 op/s 2024-09-10T04:30:59.679 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:59 smithi149 bash[25108]: cluster 2024-09-10T04:30:57.830989+0000 mgr.smithi047.jescqm (mgr.14203) 450 : cluster [DBG] pgmap v302: 97 pgs: 97 active+clean; 608 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 341 B/s wr, 0 op/s 2024-09-10T04:30:59.679 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:30:59 smithi149 bash[25108]: cluster 2024-09-10T04:30:57.830989+0000 mgr.smithi047.jescqm (mgr.14203) 450 : cluster [DBG] pgmap v302: 97 pgs: 97 active+clean; 608 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 341 B/s wr, 0 op/s 2024-09-10T04:30:59.875 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b165ca24-6f2b-11ef-bcea-c7b262605968 -- bash -c 'ceph orch ps' 2024-09-10T04:31:00.620 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:31:00 smithi047 bash[19880]: audit 2024-09-10T04:30:59.175417+0000 mgr.smithi047.jescqm (mgr.14203) 451 : audit [DBG] from='client.14882 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:31:00.620 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:31:00 smithi047 bash[19880]: audit 2024-09-10T04:30:59.175417+0000 mgr.smithi047.jescqm (mgr.14203) 451 : audit [DBG] from='client.14882 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:31:00.679 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:31:00 smithi149 bash[25108]: audit 2024-09-10T04:30:59.175417+0000 mgr.smithi047.jescqm (mgr.14203) 451 : audit [DBG] from='client.14882 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:31:00.679 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:31:00 smithi149 bash[25108]: audit 2024-09-10T04:30:59.175417+0000 mgr.smithi047.jescqm (mgr.14203) 451 : audit [DBG] from='client.14882 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:31:01.620 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:31:01 smithi047 bash[19880]: cluster 2024-09-10T04:30:59.832050+0000 mgr.smithi047.jescqm (mgr.14203) 452 : cluster [DBG] pgmap v303: 97 pgs: 97 active+clean; 608 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 255 B/s wr, 0 op/s 2024-09-10T04:31:01.620 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:31:01 smithi047 bash[19880]: cluster 2024-09-10T04:30:59.832050+0000 mgr.smithi047.jescqm (mgr.14203) 452 : cluster [DBG] pgmap v303: 97 pgs: 97 active+clean; 608 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 255 B/s wr, 0 op/s 2024-09-10T04:31:01.679 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:31:01 smithi149 bash[25108]: cluster 2024-09-10T04:30:59.832050+0000 mgr.smithi047.jescqm (mgr.14203) 452 : cluster [DBG] pgmap v303: 97 pgs: 97 active+clean; 608 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 255 B/s wr, 0 op/s 2024-09-10T04:31:01.679 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:31:01 smithi149 bash[25108]: cluster 2024-09-10T04:30:59.832050+0000 mgr.smithi047.jescqm (mgr.14203) 452 : cluster [DBG] pgmap v303: 97 pgs: 97 active+clean; 608 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 255 B/s wr, 0 op/s 2024-09-10T04:31:03.620 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:31:03 smithi047 bash[19880]: cluster 2024-09-10T04:31:01.832847+0000 mgr.smithi047.jescqm (mgr.14203) 453 : cluster [DBG] pgmap v304: 97 pgs: 97 active+clean; 608 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:31:03.620 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:31:03 smithi047 bash[19880]: cluster 2024-09-10T04:31:01.832847+0000 mgr.smithi047.jescqm (mgr.14203) 453 : cluster [DBG] pgmap v304: 97 pgs: 97 active+clean; 608 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:31:03.679 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:31:03 smithi149 bash[25108]: cluster 2024-09-10T04:31:01.832847+0000 mgr.smithi047.jescqm (mgr.14203) 453 : cluster [DBG] pgmap v304: 97 pgs: 97 active+clean; 608 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:31:03.679 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:31:03 smithi149 bash[25108]: cluster 2024-09-10T04:31:01.832847+0000 mgr.smithi047.jescqm (mgr.14203) 453 : cluster [DBG] pgmap v304: 97 pgs: 97 active+clean; 608 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:31:04.620 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:31:04 smithi047 bash[19880]: audit 2024-09-10T04:31:04.145160+0000 mon.smithi047 (mon.0) 1040 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:31:04.620 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:31:04 smithi047 bash[19880]: audit 2024-09-10T04:31:04.145160+0000 mon.smithi047 (mon.0) 1040 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:31:04.679 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:31:04 smithi149 bash[25108]: audit 2024-09-10T04:31:04.145160+0000 mon.smithi047 (mon.0) 1040 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:31:04.679 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:31:04 smithi149 bash[25108]: audit 2024-09-10T04:31:04.145160+0000 mon.smithi047 (mon.0) 1040 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:31:04.755 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/mon.smithi047/config 2024-09-10T04:31:05.620 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:31:05 smithi047 bash[19880]: cluster 2024-09-10T04:31:03.833957+0000 mgr.smithi047.jescqm (mgr.14203) 454 : cluster [DBG] pgmap v305: 97 pgs: 97 active+clean; 608 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:31:05.620 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:31:05 smithi047 bash[19880]: cluster 2024-09-10T04:31:03.833957+0000 mgr.smithi047.jescqm (mgr.14203) 454 : cluster [DBG] pgmap v305: 97 pgs: 97 active+clean; 608 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:31:05.679 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:31:05 smithi149 bash[25108]: cluster 2024-09-10T04:31:03.833957+0000 mgr.smithi047.jescqm (mgr.14203) 454 : cluster [DBG] pgmap v305: 97 pgs: 97 active+clean; 608 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:31:05.679 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:31:05 smithi149 bash[25108]: cluster 2024-09-10T04:31:03.833957+0000 mgr.smithi047.jescqm (mgr.14203) 454 : cluster [DBG] pgmap v305: 97 pgs: 97 active+clean; 608 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:31:06.250 INFO:teuthology.orchestra.run.smithi047.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T04:31:06.251 INFO:teuthology.orchestra.run.smithi047.stdout:alertmanager.smithi047 smithi047 *:9093,9094 running (8m) 13s ago 9m 13.7M - 0.27.0 11f11916f8cd 3410574adfed 2024-09-10T04:31:06.251 INFO:teuthology.orchestra.run.smithi047.stdout:ceph-exporter.smithi047 smithi047 running (10m) 13s ago 10m 9052k - 19.3.0-4885-g3a5e3f16 d6d839bc8a4b 5afdd9b5d8d1 2024-09-10T04:31:06.251 INFO:teuthology.orchestra.run.smithi047.stdout:ceph-exporter.smithi149 smithi149 running (8m) 12s ago 8m 6036k - 19.3.0-4885-g3a5e3f16 d6d839bc8a4b 25cc1dc6c894 2024-09-10T04:31:06.251 INFO:teuthology.orchestra.run.smithi047.stdout:crash.smithi047 smithi047 running (10m) 13s ago 10m 7247k - 19.3.0-4885-g3a5e3f16 d6d839bc8a4b 963cd6c945b2 2024-09-10T04:31:06.251 INFO:teuthology.orchestra.run.smithi047.stdout:crash.smithi149 smithi149 running (8m) 12s ago 8m 7260k - 19.3.0-4885-g3a5e3f16 d6d839bc8a4b 0afd03244f84 2024-09-10T04:31:06.251 INFO:teuthology.orchestra.run.smithi047.stdout:grafana.smithi047 smithi047 *:3000 running (8m) 13s ago 9m 68.3M - 10.4.0 c8b91775d855 4ebd754524d6 2024-09-10T04:31:06.251 INFO:teuthology.orchestra.run.smithi047.stdout:haproxy.nfs.foo.smithi047.vduyvw smithi047 *:2999,9999 running (22s) 13s ago 3m 4744k - 2.3.17-d1c9119 e85424b0d443 b4b410ea834c 2024-09-10T04:31:06.251 INFO:teuthology.orchestra.run.smithi047.stdout:haproxy.nfs.foo.smithi149.rdjgtk smithi149 *:2999,9999 running (19s) 12s ago 3m 4599k - 2.3.17-d1c9119 e85424b0d443 79fdcbea7274 2024-09-10T04:31:06.251 INFO:teuthology.orchestra.run.smithi047.stdout:keepalived.nfs.foo.smithi047.okdieb smithi047 running (2m) 13s ago 2m 2452k - 2.2.4 4a3a1ff181d9 3d7112f8b05d 2024-09-10T04:31:06.251 INFO:teuthology.orchestra.run.smithi047.stdout:keepalived.nfs.foo.smithi149.motwom smithi149 running (2m) 12s ago 2m 2480k - 2.2.4 4a3a1ff181d9 ca4f07e29602 2024-09-10T04:31:06.252 INFO:teuthology.orchestra.run.smithi047.stdout:mds.foofs.smithi047.pdsyok smithi047 running (3m) 13s ago 3m 13.7M - 19.3.0-4885-g3a5e3f16 d6d839bc8a4b 922cd03dada6 2024-09-10T04:31:06.252 INFO:teuthology.orchestra.run.smithi047.stdout:mds.foofs.smithi149.bcmbyk smithi149 running (3m) 12s ago 3m 15.8M - 19.3.0-4885-g3a5e3f16 d6d839bc8a4b 66d18b2fd17c 2024-09-10T04:31:06.252 INFO:teuthology.orchestra.run.smithi047.stdout:mgr.smithi047.jescqm smithi047 *:9283,8765,8443 running (11m) 13s ago 11m 519M - 19.3.0-4885-g3a5e3f16 d6d839bc8a4b 2f7f911722b5 2024-09-10T04:31:06.252 INFO:teuthology.orchestra.run.smithi047.stdout:mgr.smithi149.vwswua smithi149 *:8443,9283,8765 running (8m) 12s ago 8m 442M - 19.3.0-4885-g3a5e3f16 d6d839bc8a4b 40e3a2cad952 2024-09-10T04:31:06.252 INFO:teuthology.orchestra.run.smithi047.stdout:mon.smithi047 smithi047 running (11m) 13s ago 11m 54.3M 2048M 19.3.0-4885-g3a5e3f16 d6d839bc8a4b a456b641c480 2024-09-10T04:31:06.252 INFO:teuthology.orchestra.run.smithi047.stdout:mon.smithi149 smithi149 running (8m) 12s ago 8m 39.4M 2048M 19.3.0-4885-g3a5e3f16 d6d839bc8a4b f099525b205a 2024-09-10T04:31:06.252 INFO:teuthology.orchestra.run.smithi047.stdout:nfs.foo.0.1.smithi047.gnsznj smithi047 *:12999 running (31s) 13s ago 32s 50.5M - 5.9 d6d839bc8a4b 822cd3df4bef 2024-09-10T04:31:06.252 INFO:teuthology.orchestra.run.smithi047.stdout:node-exporter.smithi047 smithi047 *:9100 running (9m) 13s ago 9m 9436k - 1.7.0 72c9c2088986 ddd09707ed53 2024-09-10T04:31:06.252 INFO:teuthology.orchestra.run.smithi047.stdout:node-exporter.smithi149 smithi149 *:9100 running (8m) 12s ago 8m 8672k - 1.7.0 72c9c2088986 e6ad7238e711 2024-09-10T04:31:06.252 INFO:teuthology.orchestra.run.smithi047.stdout:osd.0 smithi149 running (6m) 12s ago 7m 53.9M 954M 19.3.0-4885-g3a5e3f16 d6d839bc8a4b eeab15bd9ebe 2024-09-10T04:31:06.252 INFO:teuthology.orchestra.run.smithi047.stdout:osd.1 smithi047 running (6m) 13s ago 7m 46.5M 3005M 19.3.0-4885-g3a5e3f16 d6d839bc8a4b 1e99d1b732a7 2024-09-10T04:31:06.252 INFO:teuthology.orchestra.run.smithi047.stdout:osd.2 smithi149 running (6m) 12s ago 6m 48.3M 954M 19.3.0-4885-g3a5e3f16 d6d839bc8a4b 4900a2654dc1 2024-09-10T04:31:06.252 INFO:teuthology.orchestra.run.smithi047.stdout:osd.3 smithi047 running (6m) 13s ago 6m 53.6M 3005M 19.3.0-4885-g3a5e3f16 d6d839bc8a4b d01e8865e0bc 2024-09-10T04:31:06.253 INFO:teuthology.orchestra.run.smithi047.stdout:osd.4 smithi149 running (6m) 12s ago 6m 51.2M 954M 19.3.0-4885-g3a5e3f16 d6d839bc8a4b 592c50fdec0b 2024-09-10T04:31:06.253 INFO:teuthology.orchestra.run.smithi047.stdout:osd.5 smithi047 running (6m) 13s ago 6m 43.4M 3005M 19.3.0-4885-g3a5e3f16 d6d839bc8a4b 04e1ea33f3a7 2024-09-10T04:31:06.253 INFO:teuthology.orchestra.run.smithi047.stdout:osd.6 smithi149 running (6m) 12s ago 6m 47.7M 954M 19.3.0-4885-g3a5e3f16 d6d839bc8a4b c83d066dfd67 2024-09-10T04:31:06.253 INFO:teuthology.orchestra.run.smithi047.stdout:osd.7 smithi047 running (6m) 13s ago 6m 43.1M 3005M 19.3.0-4885-g3a5e3f16 d6d839bc8a4b 63be94c6dd96 2024-09-10T04:31:06.253 INFO:teuthology.orchestra.run.smithi047.stdout:prometheus.smithi047 smithi047 *:9095 running (2m) 13s ago 9m 45.5M - 2.51.0 1d3b7f56885b a66ba8d5c169 2024-09-10T04:31:06.620 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:31:06 smithi047 bash[19880]: cluster 2024-09-10T04:31:05.834601+0000 mgr.smithi047.jescqm (mgr.14203) 455 : cluster [DBG] pgmap v306: 97 pgs: 97 active+clean; 608 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:31:06.620 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:31:06 smithi047 bash[19880]: cluster 2024-09-10T04:31:05.834601+0000 mgr.smithi047.jescqm (mgr.14203) 455 : cluster [DBG] pgmap v306: 97 pgs: 97 active+clean; 608 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:31:06.620 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:31:06 smithi047 bash[19880]: audit 2024-09-10T04:31:06.203712+0000 mgr.smithi047.jescqm (mgr.14203) 456 : audit [DBG] from='client.14886 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:31:06.620 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:31:06 smithi047 bash[19880]: audit 2024-09-10T04:31:06.203712+0000 mgr.smithi047.jescqm (mgr.14203) 456 : audit [DBG] from='client.14886 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:31:06.679 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:31:06 smithi149 bash[25108]: cluster 2024-09-10T04:31:05.834601+0000 mgr.smithi047.jescqm (mgr.14203) 455 : cluster [DBG] pgmap v306: 97 pgs: 97 active+clean; 608 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:31:06.680 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:31:06 smithi149 bash[25108]: cluster 2024-09-10T04:31:05.834601+0000 mgr.smithi047.jescqm (mgr.14203) 455 : cluster [DBG] pgmap v306: 97 pgs: 97 active+clean; 608 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:31:06.680 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:31:06 smithi149 bash[25108]: audit 2024-09-10T04:31:06.203712+0000 mgr.smithi047.jescqm (mgr.14203) 456 : audit [DBG] from='client.14886 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:31:06.680 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:31:06 smithi149 bash[25108]: audit 2024-09-10T04:31:06.203712+0000 mgr.smithi047.jescqm (mgr.14203) 456 : audit [DBG] from='client.14886 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:31:06.908 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b165ca24-6f2b-11ef-bcea-c7b262605968 -- bash -c 'ceph orch ls' 2024-09-10T04:31:09.179 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:31:08 smithi149 bash[25108]: cluster 2024-09-10T04:31:07.835506+0000 mgr.smithi047.jescqm (mgr.14203) 457 : cluster [DBG] pgmap v307: 97 pgs: 97 active+clean; 608 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:31:09.179 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:31:08 smithi149 bash[25108]: cluster 2024-09-10T04:31:07.835506+0000 mgr.smithi047.jescqm (mgr.14203) 457 : cluster [DBG] pgmap v307: 97 pgs: 97 active+clean; 608 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:31:09.370 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:31:08 smithi047 bash[19880]: cluster 2024-09-10T04:31:07.835506+0000 mgr.smithi047.jescqm (mgr.14203) 457 : cluster [DBG] pgmap v307: 97 pgs: 97 active+clean; 608 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:31:09.370 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:31:08 smithi047 bash[19880]: cluster 2024-09-10T04:31:07.835506+0000 mgr.smithi047.jescqm (mgr.14203) 457 : cluster [DBG] pgmap v307: 97 pgs: 97 active+clean; 608 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:31:11.179 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:31:10 smithi149 bash[25108]: cluster 2024-09-10T04:31:09.836561+0000 mgr.smithi047.jescqm (mgr.14203) 458 : cluster [DBG] pgmap v308: 97 pgs: 97 active+clean; 608 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T04:31:11.180 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:31:10 smithi149 bash[25108]: cluster 2024-09-10T04:31:09.836561+0000 mgr.smithi047.jescqm (mgr.14203) 458 : cluster [DBG] pgmap v308: 97 pgs: 97 active+clean; 608 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T04:31:11.370 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:31:10 smithi047 bash[19880]: cluster 2024-09-10T04:31:09.836561+0000 mgr.smithi047.jescqm (mgr.14203) 458 : cluster [DBG] pgmap v308: 97 pgs: 97 active+clean; 608 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T04:31:11.370 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:31:10 smithi047 bash[19880]: cluster 2024-09-10T04:31:09.836561+0000 mgr.smithi047.jescqm (mgr.14203) 458 : cluster [DBG] pgmap v308: 97 pgs: 97 active+clean; 608 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T04:31:11.774 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/mon.smithi047/config 2024-09-10T04:31:13.120 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:31:12 smithi047 bash[19880]: cluster 2024-09-10T04:31:11.837105+0000 mgr.smithi047.jescqm (mgr.14203) 459 : cluster [DBG] pgmap v309: 97 pgs: 97 active+clean; 608 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:31:13.120 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:31:12 smithi047 bash[19880]: cluster 2024-09-10T04:31:11.837105+0000 mgr.smithi047.jescqm (mgr.14203) 459 : cluster [DBG] pgmap v309: 97 pgs: 97 active+clean; 608 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:31:13.121 INFO:teuthology.orchestra.run.smithi047.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-09-10T04:31:13.121 INFO:teuthology.orchestra.run.smithi047.stdout:alertmanager ?:9093,9094 1/1 19s ago 10m count:1 2024-09-10T04:31:13.121 INFO:teuthology.orchestra.run.smithi047.stdout:ceph-exporter 2/2 19s ago 10m * 2024-09-10T04:31:13.121 INFO:teuthology.orchestra.run.smithi047.stdout:crash 2/2 19s ago 10m * 2024-09-10T04:31:13.121 INFO:teuthology.orchestra.run.smithi047.stdout:grafana ?:3000 1/1 19s ago 10m count:1 2024-09-10T04:31:13.121 INFO:teuthology.orchestra.run.smithi047.stdout:ingress.nfs.foo 10.0.31.47:2999,9999 4/4 19s ago 3m count:2 2024-09-10T04:31:13.121 INFO:teuthology.orchestra.run.smithi047.stdout:mds.foofs 2/2 19s ago 3m count:2 2024-09-10T04:31:13.121 INFO:teuthology.orchestra.run.smithi047.stdout:mgr 2/2 19s ago 10m count:2 2024-09-10T04:31:13.121 INFO:teuthology.orchestra.run.smithi047.stdout:mon 2/2 19s ago 9m smithi047:172.21.15.47=smithi047;smithi149:172.21.15.149=smithi149;count:2 2024-09-10T04:31:13.121 INFO:teuthology.orchestra.run.smithi047.stdout:nfs.foo ?:12999 1/1 19s ago 3m count:1 2024-09-10T04:31:13.122 INFO:teuthology.orchestra.run.smithi047.stdout:node-exporter ?:9100 2/2 19s ago 10m * 2024-09-10T04:31:13.122 INFO:teuthology.orchestra.run.smithi047.stdout:osd.all-available-devices 8 19s ago 8m * 2024-09-10T04:31:13.122 INFO:teuthology.orchestra.run.smithi047.stdout:prometheus ?:9095 1/1 19s ago 10m count:1 2024-09-10T04:31:13.179 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:31:12 smithi149 bash[25108]: cluster 2024-09-10T04:31:11.837105+0000 mgr.smithi047.jescqm (mgr.14203) 459 : cluster [DBG] pgmap v309: 97 pgs: 97 active+clean; 608 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:31:13.179 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:31:12 smithi149 bash[25108]: cluster 2024-09-10T04:31:11.837105+0000 mgr.smithi047.jescqm (mgr.14203) 459 : cluster [DBG] pgmap v309: 97 pgs: 97 active+clean; 608 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:31:13.723 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b165ca24-6f2b-11ef-bcea-c7b262605968 -- bash -c 'ceph orch host ls' 2024-09-10T04:31:14.120 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:31:13 smithi047 bash[19880]: audit 2024-09-10T04:31:13.107887+0000 mgr.smithi047.jescqm (mgr.14203) 460 : audit [DBG] from='client.14890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:31:14.120 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:31:13 smithi047 bash[19880]: audit 2024-09-10T04:31:13.107887+0000 mgr.smithi047.jescqm (mgr.14203) 460 : audit [DBG] from='client.14890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:31:14.179 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:31:13 smithi149 bash[25108]: audit 2024-09-10T04:31:13.107887+0000 mgr.smithi047.jescqm (mgr.14203) 460 : audit [DBG] from='client.14890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:31:14.179 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:31:13 smithi149 bash[25108]: audit 2024-09-10T04:31:13.107887+0000 mgr.smithi047.jescqm (mgr.14203) 460 : audit [DBG] from='client.14890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:31:15.179 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:31:14 smithi149 bash[25108]: cluster 2024-09-10T04:31:13.838135+0000 mgr.smithi047.jescqm (mgr.14203) 461 : cluster [DBG] pgmap v310: 97 pgs: 97 active+clean; 608 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:31:15.179 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:31:14 smithi149 bash[25108]: cluster 2024-09-10T04:31:13.838135+0000 mgr.smithi047.jescqm (mgr.14203) 461 : cluster [DBG] pgmap v310: 97 pgs: 97 active+clean; 608 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:31:15.370 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:31:14 smithi047 bash[19880]: cluster 2024-09-10T04:31:13.838135+0000 mgr.smithi047.jescqm (mgr.14203) 461 : cluster [DBG] pgmap v310: 97 pgs: 97 active+clean; 608 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:31:15.370 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:31:14 smithi047 bash[19880]: cluster 2024-09-10T04:31:13.838135+0000 mgr.smithi047.jescqm (mgr.14203) 461 : cluster [DBG] pgmap v310: 97 pgs: 97 active+clean; 608 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:31:17.179 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:31:16 smithi149 bash[25108]: cluster 2024-09-10T04:31:15.839033+0000 mgr.smithi047.jescqm (mgr.14203) 462 : cluster [DBG] pgmap v311: 97 pgs: 97 active+clean; 608 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:31:17.179 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:31:16 smithi149 bash[25108]: cluster 2024-09-10T04:31:15.839033+0000 mgr.smithi047.jescqm (mgr.14203) 462 : cluster [DBG] pgmap v311: 97 pgs: 97 active+clean; 608 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:31:17.370 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:31:16 smithi047 bash[19880]: cluster 2024-09-10T04:31:15.839033+0000 mgr.smithi047.jescqm (mgr.14203) 462 : cluster [DBG] pgmap v311: 97 pgs: 97 active+clean; 608 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:31:17.370 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:31:16 smithi047 bash[19880]: cluster 2024-09-10T04:31:15.839033+0000 mgr.smithi047.jescqm (mgr.14203) 462 : cluster [DBG] pgmap v311: 97 pgs: 97 active+clean; 608 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:31:18.597 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/mon.smithi047/config 2024-09-10T04:31:19.120 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:31:18 smithi047 bash[19880]: cluster 2024-09-10T04:31:17.840063+0000 mgr.smithi047.jescqm (mgr.14203) 463 : cluster [DBG] pgmap v312: 97 pgs: 97 active+clean; 608 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:31:19.120 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:31:18 smithi047 bash[19880]: cluster 2024-09-10T04:31:17.840063+0000 mgr.smithi047.jescqm (mgr.14203) 463 : cluster [DBG] pgmap v312: 97 pgs: 97 active+clean; 608 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:31:19.179 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:31:18 smithi149 bash[25108]: cluster 2024-09-10T04:31:17.840063+0000 mgr.smithi047.jescqm (mgr.14203) 463 : cluster [DBG] pgmap v312: 97 pgs: 97 active+clean; 608 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:31:19.179 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:31:18 smithi149 bash[25108]: cluster 2024-09-10T04:31:17.840063+0000 mgr.smithi047.jescqm (mgr.14203) 463 : cluster [DBG] pgmap v312: 97 pgs: 97 active+clean; 608 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:31:20.066 INFO:teuthology.orchestra.run.smithi047.stdout:HOST ADDR LABELS STATUS 2024-09-10T04:31:20.066 INFO:teuthology.orchestra.run.smithi047.stdout:smithi047 172.21.15.47 2024-09-10T04:31:20.067 INFO:teuthology.orchestra.run.smithi047.stdout:smithi149 172.21.15.149 2024-09-10T04:31:20.067 INFO:teuthology.orchestra.run.smithi047.stdout:2 hosts in cluster 2024-09-10T04:31:20.078 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:31:19 smithi047 bash[19880]: audit 2024-09-10T04:31:19.145557+0000 mon.smithi047 (mon.0) 1041 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:31:20.078 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:31:19 smithi047 bash[19880]: audit 2024-09-10T04:31:19.145557+0000 mon.smithi047 (mon.0) 1041 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:31:20.179 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:31:19 smithi149 bash[25108]: audit 2024-09-10T04:31:19.145557+0000 mon.smithi047 (mon.0) 1041 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:31:20.179 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:31:19 smithi149 bash[25108]: audit 2024-09-10T04:31:19.145557+0000 mon.smithi047 (mon.0) 1041 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:31:20.706 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b165ca24-6f2b-11ef-bcea-c7b262605968 -- bash -c 'ceph orch device ls' 2024-09-10T04:31:21.120 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:31:20 smithi047 bash[19880]: cluster 2024-09-10T04:31:19.841068+0000 mgr.smithi047.jescqm (mgr.14203) 464 : cluster [DBG] pgmap v313: 97 pgs: 97 active+clean; 608 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T04:31:21.120 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:31:20 smithi047 bash[19880]: cluster 2024-09-10T04:31:19.841068+0000 mgr.smithi047.jescqm (mgr.14203) 464 : cluster [DBG] pgmap v313: 97 pgs: 97 active+clean; 608 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T04:31:21.120 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:31:20 smithi047 bash[19880]: audit 2024-09-10T04:31:20.067905+0000 mgr.smithi047.jescqm (mgr.14203) 465 : audit [DBG] from='client.14894 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:31:21.120 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:31:20 smithi047 bash[19880]: audit 2024-09-10T04:31:20.067905+0000 mgr.smithi047.jescqm (mgr.14203) 465 : audit [DBG] from='client.14894 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:31:21.179 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:31:20 smithi149 bash[25108]: cluster 2024-09-10T04:31:19.841068+0000 mgr.smithi047.jescqm (mgr.14203) 464 : cluster [DBG] pgmap v313: 97 pgs: 97 active+clean; 608 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T04:31:21.179 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:31:20 smithi149 bash[25108]: cluster 2024-09-10T04:31:19.841068+0000 mgr.smithi047.jescqm (mgr.14203) 464 : cluster [DBG] pgmap v313: 97 pgs: 97 active+clean; 608 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T04:31:21.180 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:31:20 smithi149 bash[25108]: audit 2024-09-10T04:31:20.067905+0000 mgr.smithi047.jescqm (mgr.14203) 465 : audit [DBG] from='client.14894 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:31:21.180 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:31:20 smithi149 bash[25108]: audit 2024-09-10T04:31:20.067905+0000 mgr.smithi047.jescqm (mgr.14203) 465 : audit [DBG] from='client.14894 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:31:23.370 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:31:22 smithi047 bash[19880]: cluster 2024-09-10T04:31:21.841895+0000 mgr.smithi047.jescqm (mgr.14203) 466 : cluster [DBG] pgmap v314: 97 pgs: 97 active+clean; 608 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:31:23.370 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:31:22 smithi047 bash[19880]: cluster 2024-09-10T04:31:21.841895+0000 mgr.smithi047.jescqm (mgr.14203) 466 : cluster [DBG] pgmap v314: 97 pgs: 97 active+clean; 608 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:31:23.429 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:31:22 smithi149 bash[25108]: cluster 2024-09-10T04:31:21.841895+0000 mgr.smithi047.jescqm (mgr.14203) 466 : cluster [DBG] pgmap v314: 97 pgs: 97 active+clean; 608 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:31:23.429 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:31:22 smithi149 bash[25108]: cluster 2024-09-10T04:31:21.841895+0000 mgr.smithi047.jescqm (mgr.14203) 466 : cluster [DBG] pgmap v314: 97 pgs: 97 active+clean; 608 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:31:25.370 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:31:24 smithi047 bash[19880]: cluster 2024-09-10T04:31:23.843059+0000 mgr.smithi047.jescqm (mgr.14203) 467 : cluster [DBG] pgmap v315: 97 pgs: 97 active+clean; 608 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:31:25.370 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:31:24 smithi047 bash[19880]: cluster 2024-09-10T04:31:23.843059+0000 mgr.smithi047.jescqm (mgr.14203) 467 : cluster [DBG] pgmap v315: 97 pgs: 97 active+clean; 608 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:31:25.429 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:31:24 smithi149 bash[25108]: cluster 2024-09-10T04:31:23.843059+0000 mgr.smithi047.jescqm (mgr.14203) 467 : cluster [DBG] pgmap v315: 97 pgs: 97 active+clean; 608 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:31:25.429 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:31:24 smithi149 bash[25108]: cluster 2024-09-10T04:31:23.843059+0000 mgr.smithi047.jescqm (mgr.14203) 467 : cluster [DBG] pgmap v315: 97 pgs: 97 active+clean; 608 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:31:25.571 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/mon.smithi047/config 2024-09-10T04:31:27.098 INFO:teuthology.orchestra.run.smithi047.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-09-10T04:31:27.098 INFO:teuthology.orchestra.run.smithi047.stdout:smithi047 /dev/nvme0n1 ssd INTEL_SSDPED1D480GA_PHMB75130022480DGN 447G No 4m ago Has a FileSystem, LVM detected 2024-09-10T04:31:27.098 INFO:teuthology.orchestra.run.smithi047.stdout:smithi047 /dev/nvme1n1 ssd Linux_a0d9857aa29c6e2b4076 89.4G No 4m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-10T04:31:27.098 INFO:teuthology.orchestra.run.smithi047.stdout:smithi047 /dev/nvme2n1 ssd Linux_37142bd918396a2e2f3c 89.4G No 4m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-10T04:31:27.098 INFO:teuthology.orchestra.run.smithi047.stdout:smithi047 /dev/nvme3n1 ssd Linux_2ccda60ea465650c8b00 89.4G No 4m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-10T04:31:27.098 INFO:teuthology.orchestra.run.smithi047.stdout:smithi047 /dev/nvme4n1 ssd Linux_e0cd6ebbe126a4f3689c 89.4G No 4m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-10T04:31:27.099 INFO:teuthology.orchestra.run.smithi047.stdout:smithi149 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_CVFT623300CK400BGN 372G No 4m ago Has a FileSystem, LVM detected 2024-09-10T04:31:27.099 INFO:teuthology.orchestra.run.smithi047.stdout:smithi149 /dev/nvme1n1 ssd Linux_f94d7ef9b28b91b15708 89.4G No 4m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-10T04:31:27.099 INFO:teuthology.orchestra.run.smithi047.stdout:smithi149 /dev/nvme2n1 ssd Linux_9e5f9a13e66fe5a27baf 89.4G No 4m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-10T04:31:27.099 INFO:teuthology.orchestra.run.smithi047.stdout:smithi149 /dev/nvme3n1 ssd Linux_0ba87e2cf7815dbda6fe 89.4G No 4m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-10T04:31:27.099 INFO:teuthology.orchestra.run.smithi047.stdout:smithi149 /dev/nvme4n1 ssd Linux_39851c05f5052b0890fd 89.4G No 4m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-10T04:31:27.112 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:31:26 smithi047 bash[19880]: cluster 2024-09-10T04:31:25.843898+0000 mgr.smithi047.jescqm (mgr.14203) 468 : cluster [DBG] pgmap v316: 97 pgs: 97 active+clean; 608 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:31:27.112 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:31:26 smithi047 bash[19880]: cluster 2024-09-10T04:31:25.843898+0000 mgr.smithi047.jescqm (mgr.14203) 468 : cluster [DBG] pgmap v316: 97 pgs: 97 active+clean; 608 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:31:27.429 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:31:26 smithi149 bash[25108]: cluster 2024-09-10T04:31:25.843898+0000 mgr.smithi047.jescqm (mgr.14203) 468 : cluster [DBG] pgmap v316: 97 pgs: 97 active+clean; 608 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:31:27.429 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:31:26 smithi149 bash[25108]: cluster 2024-09-10T04:31:25.843898+0000 mgr.smithi047.jescqm (mgr.14203) 468 : cluster [DBG] pgmap v316: 97 pgs: 97 active+clean; 608 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:31:27.741 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3a5e3f16720f432aea965c40a8f6eb480095ec6c shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b165ca24-6f2b-11ef-bcea-c7b262605968 -- bash -c 'ceph orch ls | grep '"'"'^osd.all-available-devices '"'"'' 2024-09-10T04:31:28.120 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:31:27 smithi047 bash[19880]: audit 2024-09-10T04:31:27.092891+0000 mgr.smithi047.jescqm (mgr.14203) 469 : audit [DBG] from='client.14898 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:31:28.120 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:31:27 smithi047 bash[19880]: audit 2024-09-10T04:31:27.092891+0000 mgr.smithi047.jescqm (mgr.14203) 469 : audit [DBG] from='client.14898 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:31:28.429 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:31:27 smithi149 bash[25108]: audit 2024-09-10T04:31:27.092891+0000 mgr.smithi047.jescqm (mgr.14203) 469 : audit [DBG] from='client.14898 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:31:28.429 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:31:27 smithi149 bash[25108]: audit 2024-09-10T04:31:27.092891+0000 mgr.smithi047.jescqm (mgr.14203) 469 : audit [DBG] from='client.14898 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:31:29.370 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:31:28 smithi047 bash[19880]: cluster 2024-09-10T04:31:27.844459+0000 mgr.smithi047.jescqm (mgr.14203) 470 : cluster [DBG] pgmap v317: 97 pgs: 97 active+clean; 608 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:31:29.370 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:31:28 smithi047 bash[19880]: cluster 2024-09-10T04:31:27.844459+0000 mgr.smithi047.jescqm (mgr.14203) 470 : cluster [DBG] pgmap v317: 97 pgs: 97 active+clean; 608 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:31:29.429 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:31:28 smithi149 bash[25108]: cluster 2024-09-10T04:31:27.844459+0000 mgr.smithi047.jescqm (mgr.14203) 470 : cluster [DBG] pgmap v317: 97 pgs: 97 active+clean; 608 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:31:29.429 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:31:28 smithi149 bash[25108]: cluster 2024-09-10T04:31:27.844459+0000 mgr.smithi047.jescqm (mgr.14203) 470 : cluster [DBG] pgmap v317: 97 pgs: 97 active+clean; 608 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:31:31.370 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:31:30 smithi047 bash[19880]: cluster 2024-09-10T04:31:29.845587+0000 mgr.smithi047.jescqm (mgr.14203) 471 : cluster [DBG] pgmap v318: 97 pgs: 97 active+clean; 608 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T04:31:31.370 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:31:30 smithi047 bash[19880]: cluster 2024-09-10T04:31:29.845587+0000 mgr.smithi047.jescqm (mgr.14203) 471 : cluster [DBG] pgmap v318: 97 pgs: 97 active+clean; 608 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T04:31:31.429 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:31:30 smithi149 bash[25108]: cluster 2024-09-10T04:31:29.845587+0000 mgr.smithi047.jescqm (mgr.14203) 471 : cluster [DBG] pgmap v318: 97 pgs: 97 active+clean; 608 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T04:31:31.429 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:31:30 smithi149 bash[25108]: cluster 2024-09-10T04:31:29.845587+0000 mgr.smithi047.jescqm (mgr.14203) 471 : cluster [DBG] pgmap v318: 97 pgs: 97 active+clean; 608 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T04:31:32.608 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/mon.smithi047/config 2024-09-10T04:31:33.370 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:31:32 smithi047 bash[19880]: cluster 2024-09-10T04:31:31.846431+0000 mgr.smithi047.jescqm (mgr.14203) 472 : cluster [DBG] pgmap v319: 97 pgs: 97 active+clean; 608 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:31:33.370 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:31:32 smithi047 bash[19880]: cluster 2024-09-10T04:31:31.846431+0000 mgr.smithi047.jescqm (mgr.14203) 472 : cluster [DBG] pgmap v319: 97 pgs: 97 active+clean; 608 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:31:33.429 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:31:32 smithi149 bash[25108]: cluster 2024-09-10T04:31:31.846431+0000 mgr.smithi047.jescqm (mgr.14203) 472 : cluster [DBG] pgmap v319: 97 pgs: 97 active+clean; 608 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:31:33.429 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:31:32 smithi149 bash[25108]: cluster 2024-09-10T04:31:31.846431+0000 mgr.smithi047.jescqm (mgr.14203) 472 : cluster [DBG] pgmap v319: 97 pgs: 97 active+clean; 608 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:31:34.097 INFO:teuthology.orchestra.run.smithi047.stdout:osd.all-available-devices 8 40s ago 8m * 2024-09-10T04:31:34.744 DEBUG:teuthology.run_tasks:Unwinding manager vip 2024-09-10T04:31:34.754 INFO:tasks.vip:Removing 10.0.15.47 (and any VIPs) on smithi047.front.sepia.ceph.com iface ens1f0... 2024-09-10T04:31:34.754 DEBUG:teuthology.orchestra.run.smithi047:> sudo ip addr del 10.0.15.47/16 dev ens1f0 2024-09-10T04:31:34.769 DEBUG:teuthology.orchestra.run.smithi047:> sudo ip addr del 10.0.31.47/16 dev ens1f0 2024-09-10T04:31:34.828 INFO:tasks.vip:Removing 10.0.15.149 (and any VIPs) on smithi149.front.sepia.ceph.com iface enp3s0f1... 2024-09-10T04:31:34.828 DEBUG:teuthology.orchestra.run.smithi149:> sudo ip addr del 10.0.15.149/16 dev enp3s0f1 2024-09-10T04:31:34.844 DEBUG:teuthology.orchestra.run.smithi149:> sudo ip addr del 10.0.31.47/16 dev enp3s0f1 2024-09-10T04:31:34.899 INFO:teuthology.orchestra.run.smithi149.stderr:RTNETLINK answers: Cannot assign requested address 2024-09-10T04:31:34.900 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-09-10T04:31:34.900 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-09-10T04:31:34.910 INFO:tasks.cephadm:Teardown begin 2024-09-10T04:31:34.910 DEBUG:teuthology.orchestra.run.smithi047:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-10T04:31:34.924 DEBUG:teuthology.orchestra.run.smithi149:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-10T04:31:34.955 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-09-10T04:31:34.955 DEBUG:teuthology.orchestra.run.smithi047:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-10T04:31:34.971 DEBUG:teuthology.orchestra.run.smithi149:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-10T04:31:35.004 INFO:tasks.cephadm:Stopping all daemons... 2024-09-10T04:31:35.004 INFO:tasks.cephadm.mon.smithi047:Stopping mon.smithi047... 2024-09-10T04:31:35.004 DEBUG:teuthology.orchestra.run.smithi047:> sudo systemctl stop ceph-b165ca24-6f2b-11ef-bcea-c7b262605968@mon.smithi047 2024-09-10T04:31:35.024 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:31:34 smithi047 bash[19880]: cluster 2024-09-10T04:31:33.847075+0000 mgr.smithi047.jescqm (mgr.14203) 473 : cluster [DBG] pgmap v320: 97 pgs: 97 active+clean; 608 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:31:35.025 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:31:34 smithi047 bash[19880]: cluster 2024-09-10T04:31:33.847075+0000 mgr.smithi047.jescqm (mgr.14203) 473 : cluster [DBG] pgmap v320: 97 pgs: 97 active+clean; 608 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:31:35.025 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:31:34 smithi047 bash[19880]: audit 2024-09-10T04:31:34.078540+0000 mgr.smithi047.jescqm (mgr.14203) 474 : audit [DBG] from='client.14902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:31:35.025 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:31:34 smithi047 bash[19880]: audit 2024-09-10T04:31:34.078540+0000 mgr.smithi047.jescqm (mgr.14203) 474 : audit [DBG] from='client.14902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:31:35.025 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:31:34 smithi047 bash[19880]: audit 2024-09-10T04:31:34.144971+0000 mon.smithi047 (mon.0) 1042 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:31:35.025 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:31:34 smithi047 bash[19880]: audit 2024-09-10T04:31:34.144971+0000 mon.smithi047 (mon.0) 1042 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:31:35.119 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:31:35 smithi047 systemd[1]: Stopping Ceph mon.smithi047 for b165ca24-6f2b-11ef-bcea-c7b262605968... 2024-09-10T04:31:35.179 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:31:34 smithi149 bash[25108]: cluster 2024-09-10T04:31:33.847075+0000 mgr.smithi047.jescqm (mgr.14203) 473 : cluster [DBG] pgmap v320: 97 pgs: 97 active+clean; 608 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:31:35.179 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:31:34 smithi149 bash[25108]: cluster 2024-09-10T04:31:33.847075+0000 mgr.smithi047.jescqm (mgr.14203) 473 : cluster [DBG] pgmap v320: 97 pgs: 97 active+clean; 608 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-10T04:31:35.179 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:31:34 smithi149 bash[25108]: audit 2024-09-10T04:31:34.078540+0000 mgr.smithi047.jescqm (mgr.14203) 474 : audit [DBG] from='client.14902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:31:35.179 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:31:34 smithi149 bash[25108]: audit 2024-09-10T04:31:34.078540+0000 mgr.smithi047.jescqm (mgr.14203) 474 : audit [DBG] from='client.14902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T04:31:35.179 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:31:34 smithi149 bash[25108]: audit 2024-09-10T04:31:34.144971+0000 mon.smithi047 (mon.0) 1042 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:31:35.180 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:31:34 smithi149 bash[25108]: audit 2024-09-10T04:31:34.144971+0000 mon.smithi047 (mon.0) 1042 : audit [DBG] from='mgr.14203 172.21.15.47:0/3809216840' entity='mgr.smithi047.jescqm' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T04:31:35.280 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:31:35 smithi047 bash[19880]: debug 2024-09-10T04:31:35.147+0000 7fcc05085640 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi047 -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-10T04:31:35.280 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:31:35 smithi047 bash[19880]: debug 2024-09-10T04:31:35.147+0000 7fcc05085640 -1 mon.smithi047@0(leader) e2 *** Got Signal Terminated *** 2024-09-10T04:31:36.058 DEBUG:teuthology.orchestra.run.smithi047:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b165ca24-6f2b-11ef-bcea-c7b262605968@mon.smithi047.service' 2024-09-10T04:31:36.110 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:31:35 smithi047 bash[77782]: ceph-b165ca24-6f2b-11ef-bcea-c7b262605968-mon-smithi047 2024-09-10T04:31:36.110 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:31:36 smithi047 bash[77873]: Error response from daemon: No such container: ceph-b165ca24-6f2b-11ef-bcea-c7b262605968-mon-smithi047 2024-09-10T04:31:36.110 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:31:36 smithi047 systemd[1]: ceph-b165ca24-6f2b-11ef-bcea-c7b262605968@mon.smithi047.service: Deactivated successfully. 2024-09-10T04:31:36.110 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Sep 10 04:31:36 smithi047 systemd[1]: Stopped Ceph mon.smithi047 for b165ca24-6f2b-11ef-bcea-c7b262605968. 2024-09-10T04:31:36.156 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-10T04:31:36.156 INFO:tasks.cephadm.mon.smithi047:Stopped mon.smithi047 2024-09-10T04:31:36.156 INFO:tasks.cephadm.mon.smithi149:Stopping mon.smithi149... 2024-09-10T04:31:36.156 DEBUG:teuthology.orchestra.run.smithi149:> sudo systemctl stop ceph-b165ca24-6f2b-11ef-bcea-c7b262605968@mon.smithi149 2024-09-10T04:31:36.429 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:31:36 smithi149 systemd[1]: Stopping Ceph mon.smithi149 for b165ca24-6f2b-11ef-bcea-c7b262605968... 2024-09-10T04:31:36.429 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:31:36 smithi149 bash[25108]: debug 2024-09-10T04:31:36.307+0000 7fc290b57640 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi149 -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-10T04:31:36.429 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Sep 10 04:31:36 smithi149 bash[25108]: debug 2024-09-10T04:31:36.307+0000 7fc290b57640 -1 mon.smithi149@1(peon) e2 *** Got Signal Terminated *** 2024-09-10T04:31:37.113 DEBUG:teuthology.orchestra.run.smithi149:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b165ca24-6f2b-11ef-bcea-c7b262605968@mon.smithi149.service' 2024-09-10T04:31:37.148 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-10T04:31:37.148 INFO:tasks.cephadm.mon.smithi149:Stopped mon.smithi149 2024-09-10T04:31:37.148 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b165ca24-6f2b-11ef-bcea-c7b262605968 --force --keep-logs 2024-09-10T04:31:37.344 INFO:teuthology.orchestra.run.smithi047.stdout:Deleting cluster with fsid: b165ca24-6f2b-11ef-bcea-c7b262605968 2024-09-10T04:32:39.198 DEBUG:teuthology.orchestra.run.smithi149:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b165ca24-6f2b-11ef-bcea-c7b262605968 --force --keep-logs 2024-09-10T04:32:39.380 INFO:teuthology.orchestra.run.smithi149.stdout:Deleting cluster with fsid: b165ca24-6f2b-11ef-bcea-c7b262605968 2024-09-10T04:33:36.886 DEBUG:teuthology.orchestra.run.smithi047:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-10T04:33:36.902 DEBUG:teuthology.orchestra.run.smithi149:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-10T04:33:36.914 INFO:tasks.cephadm:Archiving crash dumps... 2024-09-10T04:33:36.916 DEBUG:teuthology.misc:Transferring archived files from smithi047:/var/lib/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/crash to /home/teuthworker/archive/adking-2024-09-10_02:59:23-orch:cephadm-wip-adk-testing-2024-09-09-1904-distro-default-smithi/7898635/remote/smithi047/crash 2024-09-10T04:33:36.916 DEBUG:teuthology.orchestra.run.smithi047:> sudo tar c -f - -C /var/lib/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/crash -- . 2024-09-10T04:33:36.958 INFO:teuthology.orchestra.run.smithi047.stderr:tar: /var/lib/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/crash: Cannot open: No such file or directory 2024-09-10T04:33:36.958 INFO:teuthology.orchestra.run.smithi047.stderr:tar: Error is not recoverable: exiting now 2024-09-10T04:33:36.960 DEBUG:teuthology.misc:Transferring archived files from smithi149:/var/lib/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/crash to /home/teuthworker/archive/adking-2024-09-10_02:59:23-orch:cephadm-wip-adk-testing-2024-09-09-1904-distro-default-smithi/7898635/remote/smithi149/crash 2024-09-10T04:33:36.961 DEBUG:teuthology.orchestra.run.smithi149:> sudo tar c -f - -C /var/lib/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/crash -- . 2024-09-10T04:33:36.971 INFO:teuthology.orchestra.run.smithi149.stderr:tar: /var/lib/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/crash: Cannot open: No such file or directory 2024-09-10T04:33:36.971 INFO:teuthology.orchestra.run.smithi149.stderr:tar: Error is not recoverable: exiting now 2024-09-10T04:33:36.972 INFO:tasks.cephadm:Checking cluster log for badness... 2024-09-10T04:33:36.973 DEBUG:teuthology.orchestra.run.smithi047:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/b165ca24-6f2b-11ef-bcea-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-10T04:33:37.017 INFO:tasks.cephadm:Compressing logs... 2024-09-10T04:33:37.017 DEBUG:teuthology.orchestra.run.smithi047:> 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-10T04:33:37.059 DEBUG:teuthology.orchestra.run.smithi149:> 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-10T04:33:37.069 INFO:teuthology.orchestra.run.smithi047.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-09-10T04:33:37.073 INFO:teuthology.orchestra.run.smithi149.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-09-10T04:33:37.073 INFO:teuthology.orchestra.run.smithi149.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-10T04:33:37.073 INFO:teuthology.orchestra.run.smithi149.stderr:gzip -5 --verbose -- /var/log/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/ceph-client.ceph-exporter.smithi149.log 2024-09-10T04:33:37.073 INFO:teuthology.orchestra.run.smithi149.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/ceph-osd.0.log 2024-09-10T04:33:37.074 INFO:teuthology.orchestra.run.smithi149.stderr:/var/log/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/ceph-client.ceph-exporter.smithi149.log: gzip -5 --verbose -- /var/log/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/ceph-osd.2.log 2024-09-10T04:33:37.075 INFO:teuthology.orchestra.run.smithi149.stderr: 30.5% -- replaced with /var/log/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/ceph-client.ceph-exporter.smithi149.log.gz 2024-09-10T04:33:37.075 INFO:teuthology.orchestra.run.smithi149.stderr:gzip/var/log/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/ceph-osd.0.log: -5 --verbose -- /var/log/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/ceph-osd.6.log 2024-09-10T04:33:37.075 INFO:teuthology.orchestra.run.smithi149.stderr:gzip -5 --verbose -- /var/log/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/ceph-mgr.smithi149.vwswua.log 2024-09-10T04:33:37.076 INFO:teuthology.orchestra.run.smithi149.stderr:/var/log/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/ceph-osd.2.log: /var/log/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/ceph.cephadm.log 2024-09-10T04:33:37.076 INFO:teuthology.orchestra.run.smithi149.stderr:gzip -5 --verbose -- /var/log/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/ceph-mon.smithi149.log 2024-09-10T04:33:37.076 INFO:teuthology.orchestra.run.smithi149.stderr:/var/log/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/ceph-mgr.smithi149.vwswua.log: 90.0% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-10T04:33:37.076 INFO:teuthology.orchestra.run.smithi149.stderr:/var/log/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/ceph.log 2024-09-10T04:33:37.078 INFO:teuthology.orchestra.run.smithi149.stderr: 83.6% -- replaced with /var/log/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/ceph.cephadm.log.gz 2024-09-10T04:33:37.078 INFO:teuthology.orchestra.run.smithi149.stderr:/var/log/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/ceph-mon.smithi149.log: gzip -5 --verbose -- /var/log/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/ceph-volume.log 2024-09-10T04:33:37.078 INFO:teuthology.orchestra.run.smithi149.stderr:/var/log/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/ceph.audit.log 2024-09-10T04:33:37.078 INFO:teuthology.orchestra.run.smithi149.stderr:/var/log/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/ceph-osd.4.log 2024-09-10T04:33:37.078 INFO:teuthology.orchestra.run.smithi149.stderr: 88.1% -- replaced with /var/log/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/ceph.log.gz 2024-09-10T04:33:37.078 INFO:teuthology.orchestra.run.smithi149.stderr:/var/log/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/ceph-mds.foofs.smithi149.bcmbyk.log 2024-09-10T04:33:37.080 INFO:teuthology.orchestra.run.smithi149.stderr:/var/log/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/ceph-osd.4.log: 91.4% -- replaced with /var/log/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/ceph.audit.log.gz 2024-09-10T04:33:37.081 INFO:teuthology.orchestra.run.smithi047.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-10T04:33:37.081 INFO:teuthology.orchestra.run.smithi149.stderr:/var/log/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/ceph-mds.foofs.smithi149.bcmbyk.log: 87.0% -- replaced with /var/log/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/ceph-mds.foofs.smithi149.bcmbyk.log.gz 2024-09-10T04:33:37.082 INFO:teuthology.orchestra.run.smithi047.stderr:gzip -5 --verbose -- /var/log/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/ceph-osd.7.log 2024-09-10T04:33:37.082 INFO:teuthology.orchestra.run.smithi047.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/ceph.cephadm.log 2024-09-10T04:33:37.083 INFO:teuthology.orchestra.run.smithi047.stderr:/var/log/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/ceph-osd.7.log: gzip -5 --verbose -- /var/log/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/ceph-osd.3.log 2024-09-10T04:33:37.083 INFO:teuthology.orchestra.run.smithi047.stderr:/var/log/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/ceph-osd.5.log 2024-09-10T04:33:37.083 INFO:teuthology.orchestra.run.smithi047.stderr:/var/log/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/ceph-osd.3.log: 84.6% -- replaced with /var/log/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/ceph.cephadm.log.gz 2024-09-10T04:33:37.083 INFO:teuthology.orchestra.run.smithi047.stderr:gzip -5 --verbose -- /var/log/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/ceph-osd.1.log 2024-09-10T04:33:37.084 INFO:teuthology.orchestra.run.smithi149.stderr: 91.9% -- replaced with /var/log/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/ceph-mgr.smithi149.vwswua.log.gz 2024-09-10T04:33:37.085 INFO:teuthology.orchestra.run.smithi047.stderr:gzip -5 --verbose -- /var/log/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/ceph-mds.foofs.smithi047.pdsyok.log 2024-09-10T04:33:37.085 INFO:teuthology.orchestra.run.smithi047.stderr:/var/log/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/ceph-osd.5.log: /var/log/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/ceph.log 2024-09-10T04:33:37.085 INFO:teuthology.orchestra.run.smithi047.stderr:gzip/var/log/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/ceph-mds.foofs.smithi047.pdsyok.log: -5 --verbose -- /var/log/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/ceph-volume.log 2024-09-10T04:33:37.085 INFO:teuthology.orchestra.run.smithi047.stderr:/var/log/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/ceph.log: 77.7% -- replaced with /var/log/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/ceph-mds.foofs.smithi047.pdsyok.log.gz 2024-09-10T04:33:37.086 INFO:teuthology.orchestra.run.smithi047.stderr:gzip -5 --verbose -- /var/log/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/ceph.audit.log 2024-09-10T04:33:37.086 INFO:teuthology.orchestra.run.smithi047.stderr:/var/log/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/ceph-mgr.smithi047.jescqm.log 2024-09-10T04:33:37.087 INFO:teuthology.orchestra.run.smithi047.stderr:/var/log/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/ceph.audit.log: 88.2% -- replaced with /var/log/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/ceph.log.gz 2024-09-10T04:33:37.087 INFO:teuthology.orchestra.run.smithi047.stderr:gzip -5 --verbose -- /var/log/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/ceph-mon.smithi047.log 2024-09-10T04:33:37.089 INFO:teuthology.orchestra.run.smithi149.stderr: 91.1% -- replaced with /var/log/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/ceph-volume.log.gz 2024-09-10T04:33:37.090 INFO:teuthology.orchestra.run.smithi047.stderr:/var/log/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/ceph-mgr.smithi047.jescqm.log: 91.2% -- replaced with /var/log/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/ceph.audit.log.gz 2024-09-10T04:33:37.090 INFO:teuthology.orchestra.run.smithi047.stderr:gzip -5 --verbose -- /var/log/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/ceph-client.ceph-exporter.smithi047.log 2024-09-10T04:33:37.101 INFO:teuthology.orchestra.run.smithi047.stderr:/var/log/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/ceph-mon.smithi047.log: 90.9% -- replaced with /var/log/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/ceph-volume.log.gz 2024-09-10T04:33:37.103 INFO:teuthology.orchestra.run.smithi047.stderr:/var/log/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/ceph-client.ceph-exporter.smithi047.log: 94.1% -- replaced with /var/log/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/ceph-client.ceph-exporter.smithi047.log.gz 2024-09-10T04:33:37.123 INFO:teuthology.orchestra.run.smithi047.stderr: 90.9% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-10T04:33:37.239 INFO:teuthology.orchestra.run.smithi149.stderr: 93.0% -- replaced with /var/log/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/ceph-osd.2.log.gz 2024-09-10T04:33:37.241 INFO:teuthology.orchestra.run.smithi149.stderr: 92.8% -- replaced with /var/log/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/ceph-mon.smithi149.log.gz 2024-09-10T04:33:37.258 INFO:teuthology.orchestra.run.smithi047.stderr: 93.1% -- replaced with /var/log/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/ceph-osd.5.log.gz 2024-09-10T04:33:37.275 INFO:teuthology.orchestra.run.smithi149.stderr: 93.0% -- replaced with /var/log/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/ceph-osd.6.log.gz 2024-09-10T04:33:37.292 INFO:teuthology.orchestra.run.smithi149.stderr: 93.1% -- replaced with /var/log/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/ceph-osd.0.log.gz 2024-09-10T04:33:37.297 INFO:teuthology.orchestra.run.smithi149.stderr: 93.0% -- replaced with /var/log/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/ceph-osd.4.log.gz 2024-09-10T04:33:37.298 INFO:teuthology.orchestra.run.smithi149.stderr: 2024-09-10T04:33:37.298 INFO:teuthology.orchestra.run.smithi149.stderr:real 0m0.235s 2024-09-10T04:33:37.298 INFO:teuthology.orchestra.run.smithi149.stderr:user 0m0.949s 2024-09-10T04:33:37.298 INFO:teuthology.orchestra.run.smithi149.stderr:sys 0m0.072s 2024-09-10T04:33:37.308 INFO:teuthology.orchestra.run.smithi047.stderr: 93.4% -- replaced with /var/log/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/ceph-osd.3.log.gz 2024-09-10T04:33:37.334 INFO:teuthology.orchestra.run.smithi047.stderr: 89.2% -- replaced with /var/log/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/ceph-mgr.smithi047.jescqm.log.gz 2024-09-10T04:33:37.336 INFO:teuthology.orchestra.run.smithi047.stderr: 93.1% -- replaced with /var/log/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/ceph-osd.7.log.gz 2024-09-10T04:33:37.368 INFO:teuthology.orchestra.run.smithi047.stderr: 93.5% -- replaced with /var/log/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/ceph-osd.1.log.gz 2024-09-10T04:33:37.532 INFO:teuthology.orchestra.run.smithi047.stderr: 90.9% -- replaced with /var/log/ceph/b165ca24-6f2b-11ef-bcea-c7b262605968/ceph-mon.smithi047.log.gz 2024-09-10T04:33:37.534 INFO:teuthology.orchestra.run.smithi047.stderr: 2024-09-10T04:33:37.534 INFO:teuthology.orchestra.run.smithi047.stderr:real 0m0.472s 2024-09-10T04:33:37.534 INFO:teuthology.orchestra.run.smithi047.stderr:user 0m1.643s 2024-09-10T04:33:37.534 INFO:teuthology.orchestra.run.smithi047.stderr:sys 0m0.072s 2024-09-10T04:33:37.534 INFO:tasks.cephadm:Archiving logs... 2024-09-10T04:33:37.534 DEBUG:teuthology.misc:Transferring archived files from smithi047:/var/log/ceph to /home/teuthworker/archive/adking-2024-09-10_02:59:23-orch:cephadm-wip-adk-testing-2024-09-09-1904-distro-default-smithi/7898635/remote/smithi047/log 2024-09-10T04:33:37.535 DEBUG:teuthology.orchestra.run.smithi047:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-10T04:33:37.755 DEBUG:teuthology.misc:Transferring archived files from smithi149:/var/log/ceph to /home/teuthworker/archive/adking-2024-09-10_02:59:23-orch:cephadm-wip-adk-testing-2024-09-09-1904-distro-default-smithi/7898635/remote/smithi149/log 2024-09-10T04:33:37.756 DEBUG:teuthology.orchestra.run.smithi149:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-10T04:33:37.880 INFO:tasks.cephadm:Removing cluster... 2024-09-10T04:33:37.880 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b165ca24-6f2b-11ef-bcea-c7b262605968 --force 2024-09-10T04:33:38.069 INFO:teuthology.orchestra.run.smithi047.stdout:Deleting cluster with fsid: b165ca24-6f2b-11ef-bcea-c7b262605968 2024-09-10T04:33:39.207 DEBUG:teuthology.orchestra.run.smithi149:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b165ca24-6f2b-11ef-bcea-c7b262605968 --force 2024-09-10T04:33:39.385 INFO:teuthology.orchestra.run.smithi149.stdout:Deleting cluster with fsid: b165ca24-6f2b-11ef-bcea-c7b262605968 2024-09-10T04:33:40.500 INFO:tasks.cephadm:Removing cephadm ... 2024-09-10T04:33:40.500 DEBUG:teuthology.orchestra.run.smithi047:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-10T04:33:40.507 DEBUG:teuthology.orchestra.run.smithi149:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-10T04:33:40.512 INFO:tasks.cephadm:Teardown complete 2024-09-10T04:33:40.512 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-09-10T04:33:40.522 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi047:/dev/vg_nvme/lv_1... 2024-09-10T04:33:40.522 DEBUG:teuthology.orchestra.run.smithi047:> sudo nvme disconnect -n lv_1 2024-09-10T04:33:40.815 INFO:teuthology.orchestra.run.smithi047.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-09-10T04:33:40.816 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-10T04:33:40.816 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi047:/dev/vg_nvme/lv_2... 2024-09-10T04:33:40.816 DEBUG:teuthology.orchestra.run.smithi047:> sudo nvme disconnect -n lv_2 2024-09-10T04:33:41.103 INFO:teuthology.orchestra.run.smithi047.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-09-10T04:33:41.104 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-10T04:33:41.104 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi047:/dev/vg_nvme/lv_3... 2024-09-10T04:33:41.104 DEBUG:teuthology.orchestra.run.smithi047:> sudo nvme disconnect -n lv_3 2024-09-10T04:33:41.377 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-10T04:33:41.377 INFO:teuthology.orchestra.run.smithi047.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-09-10T04:33:41.378 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi047:/dev/vg_nvme/lv_4... 2024-09-10T04:33:41.378 DEBUG:teuthology.orchestra.run.smithi047:> sudo nvme disconnect -n lv_4 2024-09-10T04:33:41.630 INFO:teuthology.orchestra.run.smithi047.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-09-10T04:33:41.632 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-10T04:33:41.632 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2024-09-10T04:33:41.632 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd of=/scratch_devs 2024-09-10T04:33:41.646 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi149:/dev/vg_nvme/lv_1... 2024-09-10T04:33:41.647 DEBUG:teuthology.orchestra.run.smithi149:> sudo nvme disconnect -n lv_1 2024-09-10T04:33:41.947 INFO:teuthology.orchestra.run.smithi149.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-09-10T04:33:41.948 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-10T04:33:41.948 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi149:/dev/vg_nvme/lv_2... 2024-09-10T04:33:41.949 DEBUG:teuthology.orchestra.run.smithi149:> sudo nvme disconnect -n lv_2 2024-09-10T04:33:42.203 INFO:teuthology.orchestra.run.smithi149.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-09-10T04:33:42.205 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-10T04:33:42.205 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi149:/dev/vg_nvme/lv_3... 2024-09-10T04:33:42.205 DEBUG:teuthology.orchestra.run.smithi149:> sudo nvme disconnect -n lv_3 2024-09-10T04:33:42.467 INFO:teuthology.orchestra.run.smithi149.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-09-10T04:33:42.468 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-10T04:33:42.469 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi149:/dev/vg_nvme/lv_4... 2024-09-10T04:33:42.469 DEBUG:teuthology.orchestra.run.smithi149:> sudo nvme disconnect -n lv_4 2024-09-10T04:33:42.739 INFO:teuthology.orchestra.run.smithi149.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-09-10T04:33:42.740 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-10T04:33:42.741 DEBUG:teuthology.orchestra.run.smithi149:> set -ex 2024-09-10T04:33:42.741 DEBUG:teuthology.orchestra.run.smithi149:> sudo dd of=/scratch_devs 2024-09-10T04:33:42.755 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-09-10T04:33:42.770 INFO:teuthology.task.clock:Checking final clock skew... 2024-09-10T04:33:42.770 DEBUG:teuthology.orchestra.run.smithi047:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-10T04:33:42.773 DEBUG:teuthology.orchestra.run.smithi149:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-10T04:33:42.784 INFO:teuthology.orchestra.run.smithi047.stdout: remote refid st t when poll reach delay offset jitter 2024-09-10T04:33:42.784 INFO:teuthology.orchestra.run.smithi047.stdout:============================================================================== 2024-09-10T04:33:42.784 INFO:teuthology.orchestra.run.smithi047.stdout:*hv01.front.sepi 67.205.162.81 3 u 12 64 377 0.076 -4.396 2.230 2024-09-10T04:33:42.784 INFO:teuthology.orchestra.run.smithi047.stdout:+hv02.front.sepi 63.231.80.2 3 u 19 64 377 0.090 -1.543 1.910 2024-09-10T04:33:42.784 INFO:teuthology.orchestra.run.smithi047.stdout:+hv03.front.sepi 74.6.168.72 3 u 23 64 377 0.092 -4.850 2.178 2024-09-10T04:33:42.784 INFO:teuthology.orchestra.run.smithi047.stdout: hv04.front.sepi .INIT. 16 u - 256 0 0.000 +0.000 0.000 2024-09-10T04:33:42.814 INFO:teuthology.orchestra.run.smithi149.stdout: remote refid st t when poll reach delay offset jitter 2024-09-10T04:33:42.814 INFO:teuthology.orchestra.run.smithi149.stdout:============================================================================== 2024-09-10T04:33:42.814 INFO:teuthology.orchestra.run.smithi149.stdout:*hv01.front.sepi 67.205.162.81 3 u 16 64 377 0.080 -2.279 1.660 2024-09-10T04:33:42.814 INFO:teuthology.orchestra.run.smithi149.stdout:+hv02.front.sepi 63.231.80.2 3 u 12 64 377 0.110 -1.545 2.001 2024-09-10T04:33:42.814 INFO:teuthology.orchestra.run.smithi149.stdout:+hv03.front.sepi 74.6.168.72 3 u 13 64 377 0.098 -5.387 2.208 2024-09-10T04:33:42.814 INFO:teuthology.orchestra.run.smithi149.stdout: hv04.front.sepi .INIT. 16 u - 256 0 0.000 +0.000 0.000 2024-09-10T04:33:42.815 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-09-10T04:33:42.824 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-09-10T04:33:42.825 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-09-10T04:33:42.857 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-09-10T04:33:42.907 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-09-10T04:33:42.957 INFO:teuthology.task.internal:Duration was 1396.609497 seconds 2024-09-10T04:33:42.958 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-09-10T04:33:43.008 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-09-10T04:33:43.008 DEBUG:teuthology.orchestra.run.smithi047:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-10T04:33:43.010 DEBUG:teuthology.orchestra.run.smithi149:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-10T04:33:43.050 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-09-10T04:33:43.050 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi047.front.sepia.ceph.com 2024-09-10T04:33:43.050 DEBUG:teuthology.orchestra.run.smithi047:> 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-10T04:33:43.099 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi149.front.sepia.ceph.com 2024-09-10T04:33:43.099 DEBUG:teuthology.orchestra.run.smithi149:> 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-10T04:33:43.109 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-09-10T04:33:43.109 DEBUG:teuthology.orchestra.run.smithi047:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-10T04:33:43.143 DEBUG:teuthology.orchestra.run.smithi149:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-10T04:33:43.192 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-09-10T04:33:43.192 DEBUG:teuthology.orchestra.run.smithi047:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-10T04:33:43.194 DEBUG:teuthology.orchestra.run.smithi149:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-10T04:33:43.339 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-09-10T04:33:43.350 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-09-10T04:33:43.350 DEBUG:teuthology.orchestra.run.smithi047:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-10T04:33:43.363 DEBUG:teuthology.orchestra.run.smithi149:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-10T04:33:43.376 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-09-10T04:33:43.386 DEBUG:teuthology.orchestra.run.smithi047:> 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-10T04:33:43.407 DEBUG:teuthology.orchestra.run.smithi149:> 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-10T04:33:43.416 INFO:teuthology.orchestra.run.smithi047.stdout:kernel.core_pattern = core 2024-09-10T04:33:43.428 INFO:teuthology.orchestra.run.smithi149.stdout:kernel.core_pattern = core 2024-09-10T04:33:43.449 DEBUG:teuthology.orchestra.run.smithi047:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-10T04:33:43.490 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-10T04:33:43.490 DEBUG:teuthology.orchestra.run.smithi149:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-10T04:33:43.494 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-10T04:33:43.494 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-09-10T04:33:43.504 INFO:teuthology.task.internal:Transferring archived files... 2024-09-10T04:33:43.505 DEBUG:teuthology.misc:Transferring archived files from smithi047:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-09-10_02:59:23-orch:cephadm-wip-adk-testing-2024-09-09-1904-distro-default-smithi/7898635/remote/smithi047 2024-09-10T04:33:43.505 DEBUG:teuthology.orchestra.run.smithi047:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-10T04:33:43.558 DEBUG:teuthology.misc:Transferring archived files from smithi149:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-09-10_02:59:23-orch:cephadm-wip-adk-testing-2024-09-09-1904-distro-default-smithi/7898635/remote/smithi149 2024-09-10T04:33:43.559 DEBUG:teuthology.orchestra.run.smithi149:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-10T04:33:43.581 INFO:teuthology.task.internal:Removing archive directory... 2024-09-10T04:33:43.581 DEBUG:teuthology.orchestra.run.smithi047:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-10T04:33:43.599 DEBUG:teuthology.orchestra.run.smithi149:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-10T04:33:43.623 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-09-10T04:33:43.634 INFO:teuthology.task.internal:Not uploading archives. 2024-09-10T04:33:43.635 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-09-10T04:33:43.668 INFO:teuthology.task.internal:Tidying up after the test... 2024-09-10T04:33:43.668 DEBUG:teuthology.orchestra.run.smithi047:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-10T04:33:43.670 DEBUG:teuthology.orchestra.run.smithi149:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-10T04:33:43.674 INFO:teuthology.orchestra.run.smithi047.stdout: 658641 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 10 04:33 /home/ubuntu/cephtest 2024-09-10T04:33:43.677 INFO:teuthology.orchestra.run.smithi149.stdout: 658640 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 10 04:33 /home/ubuntu/cephtest 2024-09-10T04:33:43.678 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-09-10T04:33:43.717 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-09-10T04:33:43.828 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: 1396.609497308731 owner: scheduled_adking@teuthology success: true 2024-09-10T04:33:43.828 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-10T04:33:43.913 INFO:teuthology.run:pass