2024-03-21T13:06:00.949 INFO:root:teuthology version: 0.0.1.dev262+ge691533 2024-03-21T13:06:00.950 DEBUG:teuthology.run:Teuthology command: teuthology --owner scheduled_gabrioux@teuthology --archive /home/teuthworker/archive/gabrioux-2024-03-21_12:04:17-orch:cephadm-wip-guits-testing-2024-03-21-0818-distro-default-smithi/7614981 --verbose --description orch:cephadm/smoke-roleless/{0-distro/ubuntu_22.04 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} --name gabrioux-2024-03-21_12:04:17-orch:cephadm-wip-guits-testing-2024-03-21-0818-distro-default-smithi -- /home/teuthworker/archive/gabrioux-2024-03-21_12:04:17-orch:cephadm-wip-guits-testing-2024-03-21-0818-distro-default-smithi/7614981/orig.config.yaml 2024-03-21T13:06:00.983 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-03-21T13:06:01.064 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/gabrioux-2024-03-21_12:04:17-orch:cephadm-wip-guits-testing-2024-03-21-0818-distro-default-smithi/7614981 branch: wip-guits-testing-2024-03-21-0818 description: orch:cephadm/smoke-roleless/{0-distro/ubuntu_22.04 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} email: gabrioux@ibm.com first_in_suite: false job_id: '7614981' kernel: kdb: true sha1: distro ktype: distro last_in_suite: false machine_type: smithi name: gabrioux-2024-03-21_12:04:17-orch:cephadm-wip-guits-testing-2024-03-21-0818-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: ubuntu os_version: '22.04' overrides: admin_socket: branch: wip-guits-testing-2024-03-21-0818 ceph: conf: mgr: debug mgr: 20 debug ms: 1 mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 osd shutdown pgref assert: true flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: 960fbbe4645c2becc8084669be194c95183c7753 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 960fbbe4645c2becc8084669be194c95183c7753 workunit: branch: wip-guits-testing-2024-03-21-0818 sha1: 960fbbe4645c2becc8084669be194c95183c7753 owner: scheduled_gabrioux@teuthology priority: 70 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 187 sha1: 960fbbe4645c2becc8084669be194c95183c7753 sleep_before_teardown: 0 subset: 1/8 suite: orch:cephadm suite_branch: wip-guits-testing-2024-03-21-0818 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_960fbbe4645c2becc8084669be194c95183c7753/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 960fbbe4645c2becc8084669be194c95183c7753 targets: smithi066.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAD8rIxE2Gq635w3x6cyNLOuCM8F7hgRjHMbRnEkRoaJ66YLavMXE4rx9yGnGlGPoTJ2rKnXqpH8bKTUOjxfyMc= smithi122.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNXqDgWs5iMBAZjwrYwImiaIGBJ12UyO6OTorbvyikvUaTIJGVjJLdfkg9mVTQX/1aHzKHarluw7eTKmpvoNGVI= 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: e691533f9cbb33d85b2187bba20d7102f098636d timestamp: 2024-03-21_12:04:17 tube: smithi user: gabrioux verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-03-21T13:06:01.065 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_960fbbe4645c2becc8084669be194c95183c7753/qa; will attempt to use it 2024-03-21T13:06:01.065 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_960fbbe4645c2becc8084669be194c95183c7753/qa/tasks 2024-03-21T13:06:01.065 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-03-21T13:06:01.067 INFO:teuthology.task.internal:Checking packages... 2024-03-21T13:06:01.091 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '960fbbe4645c2becc8084669be194c95183c7753' 2024-03-21T13:06:01.092 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-03-21T13:06:01.092 INFO:teuthology.packaging:ref: None 2024-03-21T13:06:01.092 INFO:teuthology.packaging:tag: None 2024-03-21T13:06:01.092 INFO:teuthology.packaging:branch: wip-guits-testing-2024-03-21-0818 2024-03-21T13:06:01.092 INFO:teuthology.packaging:sha1: 960fbbe4645c2becc8084669be194c95183c7753 2024-03-21T13:06:01.092 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&ref=wip-guits-testing-2024-03-21-0818 2024-03-21T13:06:01.323 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-2267-g960fbbe4-1jammy 2024-03-21T13:06:01.325 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-03-21T13:06:01.331 INFO:teuthology.task.internal:no buildpackages task found 2024-03-21T13:06:01.331 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-03-21T13:06:01.355 INFO:teuthology.task.internal:Saving configuration 2024-03-21T13:06:01.368 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-03-21T13:06:01.378 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-21T13:06:01.405 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi066.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-03-21_12:04:17-orch:cephadm-wip-guits-testing-2024-03-21-0818-distro-default-smithi/7614981', '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-03-21 12:58:08.556362', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGx8oEpTbOv65/Eu2r6cdyUd/1El5uqc5A/l9VbD4u7g'} 2024-03-21T13:06:01.426 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi122.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-03-21_12:04:17-orch:cephadm-wip-guits-testing-2024-03-21-0818-distro-default-smithi/7614981', '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-03-21 12:58:08.555287', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGnEG7PRRQojpzr5Q9yHXGww9av1H7BTWrUqbs0jwHOt'} 2024-03-21T13:06:01.426 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-03-21T13:06:01.434 INFO:teuthology.task.internal:roles: ubuntu@smithi066.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-03-21T13:06:01.434 INFO:teuthology.task.internal:roles: ubuntu@smithi122.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-03-21T13:06:01.434 INFO:teuthology.run_tasks:Running task console_log... 2024-03-21T13:06:01.511 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f59895503a0>, signals=[15]) 2024-03-21T13:06:01.512 INFO:teuthology.run_tasks:Running task internal.connect... 2024-03-21T13:06:01.518 INFO:teuthology.task.internal:Opening connections... 2024-03-21T13:06:01.518 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi066.front.sepia.ceph.com 2024-03-21T13:06:01.520 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi066.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T13:06:01.599 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi122.front.sepia.ceph.com 2024-03-21T13:06:01.600 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi122.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T13:06:01.677 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-03-21T13:06:01.686 DEBUG:teuthology.orchestra.run.smithi066:> uname -m 2024-03-21T13:06:01.691 INFO:teuthology.orchestra.run.smithi066.stdout:x86_64 2024-03-21T13:06:01.691 DEBUG:teuthology.orchestra.run.smithi066:> cat /etc/os-release 2024-03-21T13:06:01.737 INFO:teuthology.orchestra.run.smithi066.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-03-21T13:06:01.737 INFO:teuthology.orchestra.run.smithi066.stdout:NAME="Ubuntu" 2024-03-21T13:06:01.737 INFO:teuthology.orchestra.run.smithi066.stdout:VERSION_ID="22.04" 2024-03-21T13:06:01.737 INFO:teuthology.orchestra.run.smithi066.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-03-21T13:06:01.737 INFO:teuthology.orchestra.run.smithi066.stdout:VERSION_CODENAME=jammy 2024-03-21T13:06:01.737 INFO:teuthology.orchestra.run.smithi066.stdout:ID=ubuntu 2024-03-21T13:06:01.738 INFO:teuthology.orchestra.run.smithi066.stdout:ID_LIKE=debian 2024-03-21T13:06:01.738 INFO:teuthology.orchestra.run.smithi066.stdout:HOME_URL="https://www.ubuntu.com/" 2024-03-21T13:06:01.738 INFO:teuthology.orchestra.run.smithi066.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-03-21T13:06:01.738 INFO:teuthology.orchestra.run.smithi066.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-03-21T13:06:01.738 INFO:teuthology.orchestra.run.smithi066.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-03-21T13:06:01.738 INFO:teuthology.orchestra.run.smithi066.stdout:UBUNTU_CODENAME=jammy 2024-03-21T13:06:01.738 INFO:teuthology.lock.ops:Updating smithi066.front.sepia.ceph.com on lock server 2024-03-21T13:06:01.765 DEBUG:teuthology.orchestra.run.smithi122:> uname -m 2024-03-21T13:06:01.771 INFO:teuthology.orchestra.run.smithi122.stdout:x86_64 2024-03-21T13:06:01.771 DEBUG:teuthology.orchestra.run.smithi122:> cat /etc/os-release 2024-03-21T13:06:01.817 INFO:teuthology.orchestra.run.smithi122.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-03-21T13:06:01.817 INFO:teuthology.orchestra.run.smithi122.stdout:NAME="Ubuntu" 2024-03-21T13:06:01.817 INFO:teuthology.orchestra.run.smithi122.stdout:VERSION_ID="22.04" 2024-03-21T13:06:01.817 INFO:teuthology.orchestra.run.smithi122.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-03-21T13:06:01.817 INFO:teuthology.orchestra.run.smithi122.stdout:VERSION_CODENAME=jammy 2024-03-21T13:06:01.817 INFO:teuthology.orchestra.run.smithi122.stdout:ID=ubuntu 2024-03-21T13:06:01.818 INFO:teuthology.orchestra.run.smithi122.stdout:ID_LIKE=debian 2024-03-21T13:06:01.818 INFO:teuthology.orchestra.run.smithi122.stdout:HOME_URL="https://www.ubuntu.com/" 2024-03-21T13:06:01.818 INFO:teuthology.orchestra.run.smithi122.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-03-21T13:06:01.818 INFO:teuthology.orchestra.run.smithi122.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-03-21T13:06:01.818 INFO:teuthology.orchestra.run.smithi122.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-03-21T13:06:01.818 INFO:teuthology.orchestra.run.smithi122.stdout:UBUNTU_CODENAME=jammy 2024-03-21T13:06:01.818 INFO:teuthology.lock.ops:Updating smithi122.front.sepia.ceph.com on lock server 2024-03-21T13:06:01.840 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-03-21T13:06:01.850 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-03-21T13:06:01.863 INFO:teuthology.task.internal:Checking for old test directory... 2024-03-21T13:06:01.863 DEBUG:teuthology.orchestra.run.smithi066:> test '!' -e /home/ubuntu/cephtest 2024-03-21T13:06:01.865 DEBUG:teuthology.orchestra.run.smithi122:> test '!' -e /home/ubuntu/cephtest 2024-03-21T13:06:01.869 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-03-21T13:06:01.879 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-03-21T13:06:01.879 DEBUG:teuthology.orchestra.run.smithi066:> test -z $(ls -A /var/lib/ceph) 2024-03-21T13:06:01.910 DEBUG:teuthology.orchestra.run.smithi122:> test -z $(ls -A /var/lib/ceph) 2024-03-21T13:06:02.013 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-03-21T13:06:02.073 INFO:teuthology.run_tasks:Running task kernel... 2024-03-21T13:06:02.096 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-03-21T13:06:02.096 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-03-21T13:06:02.096 DEBUG:teuthology.orchestra.run.smithi066:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-21T13:06:02.097 DEBUG:teuthology.orchestra.run.smithi122:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-21T13:06:02.102 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T13:06:02.103 DEBUG:teuthology.orchestra.run.smithi066:> uname -r 2024-03-21T13:06:02.103 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T13:06:02.104 DEBUG:teuthology.orchestra.run.smithi122:> uname -r 2024-03-21T13:06:02.150 INFO:teuthology.orchestra.run.smithi066.stdout:5.15.0-56-generic 2024-03-21T13:06:02.150 INFO:teuthology.orchestra.run.smithi122.stdout:5.15.0-56-generic 2024-03-21T13:06:02.150 INFO:teuthology.task.kernel:Running kernel on smithi066: 5.15.0-56-generic 2024-03-21T13:06:02.151 DEBUG:teuthology.orchestra.run.smithi066:> sudo apt-get clean 2024-03-21T13:06:02.151 INFO:teuthology.task.kernel:Running kernel on smithi122: 5.15.0-56-generic 2024-03-21T13:06:02.151 DEBUG:teuthology.orchestra.run.smithi122:> sudo apt-get clean 2024-03-21T13:06:02.274 DEBUG:teuthology.orchestra.run.smithi066:> sudo apt-get update 2024-03-21T13:06:02.276 DEBUG:teuthology.orchestra.run.smithi122:> sudo apt-get update 2024-03-21T13:06:02.423 INFO:teuthology.orchestra.run.smithi066.stdout:Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-03-21T13:06:02.435 INFO:teuthology.orchestra.run.smithi122.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-21T13:06:02.446 INFO:teuthology.orchestra.run.smithi122.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-03-21T13:06:02.526 INFO:teuthology.orchestra.run.smithi122.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-03-21T13:06:02.530 INFO:teuthology.orchestra.run.smithi066.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-21T13:06:02.539 INFO:teuthology.orchestra.run.smithi122.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-03-21T13:06:02.612 INFO:teuthology.orchestra.run.smithi066.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-03-21T13:06:02.643 INFO:teuthology.orchestra.run.smithi066.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [428 kB] 2024-03-21T13:06:02.671 INFO:teuthology.orchestra.run.smithi122.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [594 kB] 2024-03-21T13:06:02.718 INFO:teuthology.orchestra.run.smithi066.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,286 kB] 2024-03-21T13:06:02.750 INFO:teuthology.orchestra.run.smithi122.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,502 kB] 2024-03-21T13:06:02.759 INFO:teuthology.orchestra.run.smithi066.stdout:Get:6 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [229 kB] 2024-03-21T13:06:02.762 INFO:teuthology.orchestra.run.smithi066.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-03-21T13:06:02.763 INFO:teuthology.orchestra.run.smithi066.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,591 kB] 2024-03-21T13:06:02.784 INFO:teuthology.orchestra.run.smithi066.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [33.7 kB] 2024-03-21T13:06:02.784 INFO:teuthology.orchestra.run.smithi066.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [267 kB] 2024-03-21T13:06:02.787 INFO:teuthology.orchestra.run.smithi066.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-03-21T13:06:02.787 INFO:teuthology.orchestra.run.smithi066.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [599 kB] 2024-03-21T13:06:02.793 INFO:teuthology.orchestra.run.smithi122.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [289 kB] 2024-03-21T13:06:02.794 INFO:teuthology.orchestra.run.smithi066.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [851 kB] 2024-03-21T13:06:02.803 INFO:teuthology.orchestra.run.smithi122.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-03-21T13:06:02.803 INFO:teuthology.orchestra.run.smithi122.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,619 kB] 2024-03-21T13:06:02.805 INFO:teuthology.orchestra.run.smithi066.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [162 kB] 2024-03-21T13:06:02.807 INFO:teuthology.orchestra.run.smithi066.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-03-21T13:06:02.812 INFO:teuthology.orchestra.run.smithi066.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.1 kB] 2024-03-21T13:06:02.814 INFO:teuthology.orchestra.run.smithi066.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-03-21T13:06:02.830 INFO:teuthology.orchestra.run.smithi122.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [35.3 kB] 2024-03-21T13:06:02.831 INFO:teuthology.orchestra.run.smithi122.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [271 kB] 2024-03-21T13:06:02.833 INFO:teuthology.orchestra.run.smithi066.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,476 B] 2024-03-21T13:06:02.833 INFO:teuthology.orchestra.run.smithi066.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-03-21T13:06:02.834 INFO:teuthology.orchestra.run.smithi122.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-03-21T13:06:02.835 INFO:teuthology.orchestra.run.smithi122.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,059 kB] 2024-03-21T13:06:02.884 INFO:teuthology.orchestra.run.smithi122.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [697 kB] 2024-03-21T13:06:02.890 INFO:teuthology.orchestra.run.smithi122.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [240 kB] 2024-03-21T13:06:02.893 INFO:teuthology.orchestra.run.smithi122.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-03-21T13:06:02.893 INFO:teuthology.orchestra.run.smithi122.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.1 kB] 2024-03-21T13:06:02.894 INFO:teuthology.orchestra.run.smithi122.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,160 B] 2024-03-21T13:06:02.895 INFO:teuthology.orchestra.run.smithi122.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.1 kB] 2024-03-21T13:06:02.895 INFO:teuthology.orchestra.run.smithi122.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-03-21T13:06:02.895 INFO:teuthology.orchestra.run.smithi122.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-03-21T13:06:02.896 INFO:teuthology.orchestra.run.smithi122.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-03-21T13:06:02.910 INFO:teuthology.orchestra.run.smithi122.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-03-21T13:06:02.928 INFO:teuthology.orchestra.run.smithi122.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-03-21T13:06:02.928 INFO:teuthology.orchestra.run.smithi122.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-03-21T13:06:02.928 INFO:teuthology.orchestra.run.smithi122.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-03-21T13:06:02.928 INFO:teuthology.orchestra.run.smithi122.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-03-21T13:06:02.929 INFO:teuthology.orchestra.run.smithi122.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-03-21T13:06:02.976 INFO:teuthology.orchestra.run.smithi066.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-03-21T13:06:02.992 INFO:teuthology.orchestra.run.smithi122.stdout:Get:29 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [428 kB] 2024-03-21T13:06:03.114 INFO:teuthology.orchestra.run.smithi066.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [594 kB] 2024-03-21T13:06:03.271 INFO:teuthology.orchestra.run.smithi122.stdout:Get:30 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,286 kB] 2024-03-21T13:06:03.310 INFO:teuthology.orchestra.run.smithi066.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,502 kB] 2024-03-21T13:06:03.437 INFO:teuthology.orchestra.run.smithi122.stdout:Get:31 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [229 kB] 2024-03-21T13:06:03.450 INFO:teuthology.orchestra.run.smithi122.stdout:Get:32 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-03-21T13:06:03.450 INFO:teuthology.orchestra.run.smithi122.stdout:Get:33 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [33.7 kB] 2024-03-21T13:06:03.452 INFO:teuthology.orchestra.run.smithi122.stdout:Get:34 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,591 kB] 2024-03-21T13:06:03.457 INFO:teuthology.orchestra.run.smithi066.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [289 kB] 2024-03-21T13:06:03.471 INFO:teuthology.orchestra.run.smithi066.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-03-21T13:06:03.472 INFO:teuthology.orchestra.run.smithi066.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [35.3 kB] 2024-03-21T13:06:03.474 INFO:teuthology.orchestra.run.smithi066.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,619 kB] 2024-03-21T13:06:03.532 INFO:teuthology.orchestra.run.smithi122.stdout:Get:35 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [267 kB] 2024-03-21T13:06:03.532 INFO:teuthology.orchestra.run.smithi066.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [271 kB] 2024-03-21T13:06:03.539 INFO:teuthology.orchestra.run.smithi066.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-03-21T13:06:03.540 INFO:teuthology.orchestra.run.smithi122.stdout:Get:36 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-03-21T13:06:03.540 INFO:teuthology.orchestra.run.smithi122.stdout:Get:37 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [851 kB] 2024-03-21T13:06:03.563 INFO:teuthology.orchestra.run.smithi122.stdout:Get:38 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [599 kB] 2024-03-21T13:06:03.703 INFO:teuthology.orchestra.run.smithi066.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [697 kB] 2024-03-21T13:06:03.741 INFO:teuthology.orchestra.run.smithi122.stdout:Get:39 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [162 kB] 2024-03-21T13:06:04.137 INFO:teuthology.orchestra.run.smithi122.stdout:Get:40 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-03-21T13:06:04.144 INFO:teuthology.orchestra.run.smithi122.stdout:Get:41 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.1 kB] 2024-03-21T13:06:04.157 INFO:teuthology.orchestra.run.smithi122.stdout:Get:42 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-03-21T13:06:04.158 INFO:teuthology.orchestra.run.smithi122.stdout:Get:43 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,476 B] 2024-03-21T13:06:04.161 INFO:teuthology.orchestra.run.smithi122.stdout:Get:44 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-03-21T13:06:04.284 INFO:teuthology.orchestra.run.smithi066.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,059 kB] 2024-03-21T13:06:04.395 INFO:teuthology.orchestra.run.smithi066.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [240 kB] 2024-03-21T13:06:04.415 INFO:teuthology.orchestra.run.smithi066.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-03-21T13:06:04.416 INFO:teuthology.orchestra.run.smithi066.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.1 kB] 2024-03-21T13:06:04.420 INFO:teuthology.orchestra.run.smithi066.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,160 B] 2024-03-21T13:06:04.420 INFO:teuthology.orchestra.run.smithi066.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.1 kB] 2024-03-21T13:06:04.420 INFO:teuthology.orchestra.run.smithi066.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-03-21T13:06:04.420 INFO:teuthology.orchestra.run.smithi066.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-03-21T13:06:04.425 INFO:teuthology.orchestra.run.smithi066.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-03-21T13:06:04.429 INFO:teuthology.orchestra.run.smithi066.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-03-21T13:06:04.594 INFO:teuthology.orchestra.run.smithi066.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-03-21T13:06:04.676 INFO:teuthology.orchestra.run.smithi066.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-03-21T13:06:04.778 INFO:teuthology.orchestra.run.smithi066.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-03-21T13:06:04.841 INFO:teuthology.orchestra.run.smithi066.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-03-21T13:06:04.869 INFO:teuthology.orchestra.run.smithi066.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-03-21T13:06:08.510 INFO:teuthology.orchestra.run.smithi122.stdout:Fetched 12.5 MB in 2s (6,865 kB/s) 2024-03-21T13:06:09.473 INFO:teuthology.orchestra.run.smithi066.stdout:Fetched 12.5 MB in 3s (4,940 kB/s) 2024-03-21T13:06:09.994 INFO:teuthology.orchestra.run.smithi122.stdout:Reading package lists... 2024-03-21T13:06:10.012 DEBUG:teuthology.orchestra.run.smithi122:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-21T13:06:10.066 INFO:teuthology.orchestra.run.smithi122.stdout:Reading package lists... 2024-03-21T13:06:10.262 INFO:teuthology.orchestra.run.smithi122.stdout:Building dependency tree... 2024-03-21T13:06:10.262 INFO:teuthology.orchestra.run.smithi122.stdout:Reading state information... 2024-03-21T13:06:10.425 INFO:teuthology.orchestra.run.smithi122.stdout:The following packages were automatically installed and are no longer required: 2024-03-21T13:06:10.425 INFO:teuthology.orchestra.run.smithi122.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-21T13:06:10.425 INFO:teuthology.orchestra.run.smithi122.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-21T13:06:10.425 INFO:teuthology.orchestra.run.smithi122.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-21T13:06:10.425 INFO:teuthology.orchestra.run.smithi122.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-03-21T13:06:10.425 INFO:teuthology.orchestra.run.smithi122.stdout: python2.7-minimal 2024-03-21T13:06:10.425 INFO:teuthology.orchestra.run.smithi122.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-21T13:06:10.426 INFO:teuthology.orchestra.run.smithi122.stdout:The following additional packages will be installed: 2024-03-21T13:06:10.426 INFO:teuthology.orchestra.run.smithi122.stdout: linux-generic linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-03-21T13:06:10.426 INFO:teuthology.orchestra.run.smithi122.stdout: linux-headers-generic linux-image-5.15.0-101-generic 2024-03-21T13:06:10.426 INFO:teuthology.orchestra.run.smithi122.stdout: linux-modules-5.15.0-101-generic linux-modules-extra-5.15.0-101-generic 2024-03-21T13:06:10.427 INFO:teuthology.orchestra.run.smithi122.stdout:Suggested packages: 2024-03-21T13:06:10.428 INFO:teuthology.orchestra.run.smithi122.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-03-21T13:06:10.428 INFO:teuthology.orchestra.run.smithi122.stdout:Recommended packages: 2024-03-21T13:06:10.428 INFO:teuthology.orchestra.run.smithi122.stdout: thermald 2024-03-21T13:06:10.475 INFO:teuthology.orchestra.run.smithi122.stdout:The following NEW packages will be installed: 2024-03-21T13:06:10.475 INFO:teuthology.orchestra.run.smithi122.stdout: linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-03-21T13:06:10.475 INFO:teuthology.orchestra.run.smithi122.stdout: linux-image-5.15.0-101-generic linux-modules-5.15.0-101-generic 2024-03-21T13:06:10.475 INFO:teuthology.orchestra.run.smithi122.stdout: linux-modules-extra-5.15.0-101-generic 2024-03-21T13:06:10.476 INFO:teuthology.orchestra.run.smithi122.stdout:The following packages will be upgraded: 2024-03-21T13:06:10.477 INFO:teuthology.orchestra.run.smithi122.stdout: linux-generic linux-headers-generic linux-image-generic 2024-03-21T13:06:10.534 INFO:teuthology.orchestra.run.smithi122.stdout:3 upgraded, 5 newly installed, 0 to remove and 298 not upgraded. 2024-03-21T13:06:10.535 INFO:teuthology.orchestra.run.smithi122.stdout:Need to get 113 MB of archives. 2024-03-21T13:06:10.535 INFO:teuthology.orchestra.run.smithi122.stdout:After this operation, 582 MB of additional disk space will be used. 2024-03-21T13:06:10.535 INFO:teuthology.orchestra.run.smithi122.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-101-generic amd64 5.15.0-101.111 [22.6 MB] 2024-03-21T13:06:10.971 INFO:teuthology.orchestra.run.smithi066.stdout:Reading package lists... 2024-03-21T13:06:10.989 DEBUG:teuthology.orchestra.run.smithi066:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-21T13:06:11.056 INFO:teuthology.orchestra.run.smithi066.stdout:Reading package lists... 2024-03-21T13:06:11.089 INFO:teuthology.orchestra.run.smithi122.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-101-generic amd64 5.15.0-101.111 [11.5 MB] 2024-03-21T13:06:11.226 INFO:teuthology.orchestra.run.smithi122.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-101-generic amd64 5.15.0-101.111 [63.9 MB] 2024-03-21T13:06:11.240 INFO:teuthology.orchestra.run.smithi066.stdout:Building dependency tree... 2024-03-21T13:06:11.241 INFO:teuthology.orchestra.run.smithi066.stdout:Reading state information... 2024-03-21T13:06:11.400 INFO:teuthology.orchestra.run.smithi066.stdout:The following packages were automatically installed and are no longer required: 2024-03-21T13:06:11.400 INFO:teuthology.orchestra.run.smithi066.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-21T13:06:11.400 INFO:teuthology.orchestra.run.smithi066.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-21T13:06:11.401 INFO:teuthology.orchestra.run.smithi066.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-21T13:06:11.401 INFO:teuthology.orchestra.run.smithi066.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-03-21T13:06:11.401 INFO:teuthology.orchestra.run.smithi066.stdout: python2.7-minimal 2024-03-21T13:06:11.401 INFO:teuthology.orchestra.run.smithi066.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-21T13:06:11.402 INFO:teuthology.orchestra.run.smithi066.stdout:The following additional packages will be installed: 2024-03-21T13:06:11.402 INFO:teuthology.orchestra.run.smithi066.stdout: linux-generic linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-03-21T13:06:11.402 INFO:teuthology.orchestra.run.smithi066.stdout: linux-headers-generic linux-image-5.15.0-101-generic 2024-03-21T13:06:11.402 INFO:teuthology.orchestra.run.smithi066.stdout: linux-modules-5.15.0-101-generic linux-modules-extra-5.15.0-101-generic 2024-03-21T13:06:11.403 INFO:teuthology.orchestra.run.smithi066.stdout:Suggested packages: 2024-03-21T13:06:11.403 INFO:teuthology.orchestra.run.smithi066.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-03-21T13:06:11.403 INFO:teuthology.orchestra.run.smithi066.stdout:Recommended packages: 2024-03-21T13:06:11.404 INFO:teuthology.orchestra.run.smithi066.stdout: thermald 2024-03-21T13:06:11.449 INFO:teuthology.orchestra.run.smithi066.stdout:The following NEW packages will be installed: 2024-03-21T13:06:11.449 INFO:teuthology.orchestra.run.smithi066.stdout: linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-03-21T13:06:11.449 INFO:teuthology.orchestra.run.smithi066.stdout: linux-image-5.15.0-101-generic linux-modules-5.15.0-101-generic 2024-03-21T13:06:11.451 INFO:teuthology.orchestra.run.smithi066.stdout: linux-modules-extra-5.15.0-101-generic 2024-03-21T13:06:11.451 INFO:teuthology.orchestra.run.smithi066.stdout:The following packages will be upgraded: 2024-03-21T13:06:11.451 INFO:teuthology.orchestra.run.smithi066.stdout: linux-generic linux-headers-generic linux-image-generic 2024-03-21T13:06:11.520 INFO:teuthology.orchestra.run.smithi066.stdout:3 upgraded, 5 newly installed, 0 to remove and 298 not upgraded. 2024-03-21T13:06:11.521 INFO:teuthology.orchestra.run.smithi066.stdout:Need to get 113 MB of archives. 2024-03-21T13:06:11.521 INFO:teuthology.orchestra.run.smithi066.stdout:After this operation, 582 MB of additional disk space will be used. 2024-03-21T13:06:11.521 INFO:teuthology.orchestra.run.smithi066.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-101-generic amd64 5.15.0-101.111 [22.6 MB] 2024-03-21T13:06:12.115 INFO:teuthology.orchestra.run.smithi066.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-101-generic amd64 5.15.0-101.111 [11.5 MB] 2024-03-21T13:06:12.221 INFO:teuthology.orchestra.run.smithi066.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-101-generic amd64 5.15.0-101.111 [63.9 MB] 2024-03-21T13:06:12.229 INFO:teuthology.orchestra.run.smithi122.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.101.98 [1,698 B] 2024-03-21T13:06:12.230 INFO:teuthology.orchestra.run.smithi122.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.101.98 [2,486 B] 2024-03-21T13:06:12.230 INFO:teuthology.orchestra.run.smithi122.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-101 all 5.15.0-101.111 [12.3 MB] 2024-03-21T13:06:12.612 INFO:teuthology.orchestra.run.smithi122.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-101-generic amd64 5.15.0-101.111 [2,876 kB] 2024-03-21T13:06:12.665 INFO:teuthology.orchestra.run.smithi122.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.101.98 [2,332 B] 2024-03-21T13:06:13.046 INFO:teuthology.orchestra.run.smithi122.stdout:Fetched 113 MB in 2s (51.8 MB/s) 2024-03-21T13:06:13.223 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package linux-modules-5.15.0-101-generic. 2024-03-21T13:06:13.290 INFO:teuthology.orchestra.run.smithi066.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.101.98 [1,698 B] 2024-03-21T13:06:13.322 INFO:teuthology.orchestra.run.smithi066.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.101.98 [2,486 B] 2024-03-21T13:06:13.324 INFO:teuthology.orchestra.run.smithi066.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-101 all 5.15.0-101.111 [12.3 MB] 2024-03-21T13:06:13.726 INFO:teuthology.orchestra.run.smithi066.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-101-generic amd64 5.15.0-101.111 [2,876 kB] 2024-03-21T13:06:13.773 INFO:teuthology.orchestra.run.smithi066.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.101.98 [2,332 B] 2024-03-21T13:06:14.158 INFO:teuthology.orchestra.run.smithi066.stdout:Fetched 113 MB in 2s (48.9 MB/s) 2024-03-21T13:06:14.362 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package linux-modules-5.15.0-101-generic. 2024-03-21T13:06:15.264 INFO:teuthology.orchestra.run.smithi122.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-03-21T13:06:15.268 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../0-linux-modules-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-21T13:06:15.387 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T13:06:16.356 INFO:teuthology.orchestra.run.smithi066.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-03-21T13:06:16.361 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../0-linux-modules-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-21T13:06:16.518 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T13:06:17.506 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package linux-image-5.15.0-101-generic. 2024-03-21T13:06:17.527 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../1-linux-image-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-21T13:06:17.614 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T13:06:18.047 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-101-generic. 2024-03-21T13:06:18.055 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-21T13:06:18.085 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T13:06:19.377 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package linux-image-5.15.0-101-generic. 2024-03-21T13:06:19.399 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../1-linux-image-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-21T13:06:19.499 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T13:06:20.046 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-101-generic. 2024-03-21T13:06:20.067 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-21T13:06:20.104 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T13:06:25.101 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../3-linux-generic_5.15.0.101.98_amd64.deb ... 2024-03-21T13:06:25.220 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking linux-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-21T13:06:25.561 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.101.98_amd64.deb ... 2024-03-21T13:06:25.682 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking linux-image-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-21T13:06:25.985 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package linux-headers-5.15.0-101. 2024-03-21T13:06:26.007 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../5-linux-headers-5.15.0-101_5.15.0-101.111_all.deb ... 2024-03-21T13:06:26.043 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-03-21T13:06:26.645 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../3-linux-generic_5.15.0.101.98_amd64.deb ... 2024-03-21T13:06:26.787 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking linux-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-21T13:06:27.095 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.101.98_amd64.deb ... 2024-03-21T13:06:27.249 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking linux-image-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-21T13:06:27.611 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package linux-headers-5.15.0-101. 2024-03-21T13:06:27.634 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../5-linux-headers-5.15.0-101_5.15.0-101.111_all.deb ... 2024-03-21T13:06:27.677 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-03-21T13:06:31.657 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package linux-headers-5.15.0-101-generic. 2024-03-21T13:06:31.694 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../6-linux-headers-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-21T13:06:31.731 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T13:06:33.959 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package linux-headers-5.15.0-101-generic. 2024-03-21T13:06:33.997 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../6-linux-headers-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-21T13:06:34.034 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T13:06:34.621 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.101.98_amd64.deb ... 2024-03-21T13:06:34.727 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking linux-headers-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-21T13:06:35.060 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-03-21T13:06:35.182 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T13:06:35.308 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up linux-headers-generic (5.15.0.101.98) ... 2024-03-21T13:06:35.437 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T13:06:36.743 INFO:teuthology.orchestra.run.smithi122.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-03-21T13:06:36.744 INFO:teuthology.orchestra.run.smithi122.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-03-21T13:06:36.744 INFO:teuthology.orchestra.run.smithi122.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-101-generic 2024-03-21T13:06:36.744 INFO:teuthology.orchestra.run.smithi122.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-101-generic 2024-03-21T13:06:36.906 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T13:06:36.932 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.101.98_amd64.deb ... 2024-03-21T13:06:37.062 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking linux-headers-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-21T13:06:37.462 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-03-21T13:06:37.608 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T13:06:37.924 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up linux-headers-generic (5.15.0.101.98) ... 2024-03-21T13:06:38.298 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T13:06:38.631 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T13:06:39.975 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up linux-image-generic (5.15.0.101.98) ... 2024-03-21T13:06:39.986 INFO:teuthology.orchestra.run.smithi066.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-03-21T13:06:39.987 INFO:teuthology.orchestra.run.smithi066.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-03-21T13:06:39.987 INFO:teuthology.orchestra.run.smithi066.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-101-generic 2024-03-21T13:06:39.987 INFO:teuthology.orchestra.run.smithi066.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-101-generic 2024-03-21T13:06:40.101 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up linux-generic (5.15.0.101.98) ... 2024-03-21T13:06:40.227 INFO:teuthology.orchestra.run.smithi122.stdout:Processing triggers for linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T13:06:40.300 INFO:teuthology.orchestra.run.smithi122.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-03-21T13:06:40.300 INFO:teuthology.orchestra.run.smithi122.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-101-generic 2024-03-21T13:06:40.359 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T13:06:41.809 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T13:06:43.241 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up linux-image-generic (5.15.0.101.98) ... 2024-03-21T13:06:43.344 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up linux-generic (5.15.0.101.98) ... 2024-03-21T13:06:43.471 INFO:teuthology.orchestra.run.smithi066.stdout:Processing triggers for linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T13:06:43.536 INFO:teuthology.orchestra.run.smithi066.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-03-21T13:06:43.537 INFO:teuthology.orchestra.run.smithi066.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-101-generic 2024-03-21T13:06:55.189 INFO:teuthology.orchestra.run.smithi122.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-03-21T13:06:55.189 INFO:teuthology.orchestra.run.smithi122.stdout:Sourcing file `/etc/default/grub' 2024-03-21T13:06:55.199 INFO:teuthology.orchestra.run.smithi122.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-21T13:06:55.226 INFO:teuthology.orchestra.run.smithi122.stdout:Generating grub configuration file ... 2024-03-21T13:06:55.475 INFO:teuthology.orchestra.run.smithi122.stdout:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-03-21T13:06:55.496 INFO:teuthology.orchestra.run.smithi122.stdout:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-03-21T13:06:55.792 INFO:teuthology.orchestra.run.smithi122.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-21T13:06:55.798 INFO:teuthology.orchestra.run.smithi122.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-21T13:06:55.867 INFO:teuthology.orchestra.run.smithi122.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-21T13:06:55.873 INFO:teuthology.orchestra.run.smithi122.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-21T13:06:56.035 INFO:teuthology.orchestra.run.smithi122.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-21T13:06:56.035 INFO:teuthology.orchestra.run.smithi122.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-03-21T13:06:56.035 INFO:teuthology.orchestra.run.smithi122.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-21T13:06:56.075 INFO:teuthology.orchestra.run.smithi122.stdout:done 2024-03-21T13:06:56.539 DEBUG:teuthology.orchestra.run.smithi122:> dpkg -s linux-image-generic 2024-03-21T13:06:56.561 INFO:teuthology.orchestra.run.smithi122.stdout:Package: linux-image-generic 2024-03-21T13:06:56.561 INFO:teuthology.orchestra.run.smithi122.stdout:Status: install ok installed 2024-03-21T13:06:56.561 INFO:teuthology.orchestra.run.smithi122.stdout:Priority: optional 2024-03-21T13:06:56.561 INFO:teuthology.orchestra.run.smithi122.stdout:Section: kernel 2024-03-21T13:06:56.562 INFO:teuthology.orchestra.run.smithi122.stdout:Installed-Size: 21 2024-03-21T13:06:56.562 INFO:teuthology.orchestra.run.smithi122.stdout:Maintainer: Ubuntu Kernel Team 2024-03-21T13:06:56.562 INFO:teuthology.orchestra.run.smithi122.stdout:Architecture: amd64 2024-03-21T13:06:56.562 INFO:teuthology.orchestra.run.smithi122.stdout:Source: linux-meta 2024-03-21T13:06:56.562 INFO:teuthology.orchestra.run.smithi122.stdout:Version: 5.15.0.101.98 2024-03-21T13:06:56.562 INFO:teuthology.orchestra.run.smithi122.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-101), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-03-21T13:06:56.562 INFO:teuthology.orchestra.run.smithi122.stdout:Depends: linux-image-5.15.0-101-generic, linux-modules-extra-5.15.0-101-generic, linux-firmware, intel-microcode, amd64-microcode 2024-03-21T13:06:56.562 INFO:teuthology.orchestra.run.smithi122.stdout:Recommends: thermald 2024-03-21T13:06:56.562 INFO:teuthology.orchestra.run.smithi122.stdout:Description: Generic Linux kernel image 2024-03-21T13:06:56.562 INFO:teuthology.orchestra.run.smithi122.stdout: This package will always depend on the latest generic kernel image 2024-03-21T13:06:56.562 INFO:teuthology.orchestra.run.smithi122.stdout: available. 2024-03-21T13:06:56.562 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-101-generic 2024-03-21T13:06:56.563 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-03-21T13:06:56.563 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-03-21T13:06:56.563 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-03-21T13:06:56.563 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi122.front.sepia.ceph.com, path=None, version=distro) 2024-03-21T13:06:56.563 DEBUG:teuthology.orchestra.run.smithi122:> sudo apt-get clean 2024-03-21T13:06:56.753 DEBUG:teuthology.orchestra.run.smithi122:> sudo apt-get update 2024-03-21T13:06:56.870 INFO:teuthology.orchestra.run.smithi122.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-21T13:06:56.870 INFO:teuthology.orchestra.run.smithi122.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-03-21T13:06:56.881 INFO:teuthology.orchestra.run.smithi122.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-03-21T13:06:56.905 INFO:teuthology.orchestra.run.smithi122.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-03-21T13:06:58.182 INFO:teuthology.orchestra.run.smithi122.stdout:Reading package lists... 2024-03-21T13:06:58.199 DEBUG:teuthology.orchestra.run.smithi122:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-21T13:06:58.258 INFO:teuthology.orchestra.run.smithi122.stdout:Reading package lists... 2024-03-21T13:06:58.457 INFO:teuthology.orchestra.run.smithi122.stdout:Building dependency tree... 2024-03-21T13:06:58.457 INFO:teuthology.orchestra.run.smithi122.stdout:Reading state information... 2024-03-21T13:06:58.631 INFO:teuthology.orchestra.run.smithi122.stdout:linux-image-generic is already the newest version (5.15.0.101.98). 2024-03-21T13:06:58.631 INFO:teuthology.orchestra.run.smithi122.stdout:The following packages were automatically installed and are no longer required: 2024-03-21T13:06:58.631 INFO:teuthology.orchestra.run.smithi122.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-21T13:06:58.631 INFO:teuthology.orchestra.run.smithi122.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-21T13:06:58.631 INFO:teuthology.orchestra.run.smithi122.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-21T13:06:58.632 INFO:teuthology.orchestra.run.smithi122.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-03-21T13:06:58.632 INFO:teuthology.orchestra.run.smithi122.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-03-21T13:06:58.632 INFO:teuthology.orchestra.run.smithi122.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-21T13:06:58.658 INFO:teuthology.orchestra.run.smithi066.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-03-21T13:06:58.658 INFO:teuthology.orchestra.run.smithi066.stdout:Sourcing file `/etc/default/grub' 2024-03-21T13:06:58.672 INFO:teuthology.orchestra.run.smithi122.stdout:0 upgraded, 0 newly installed, 0 to remove and 298 not upgraded. 2024-03-21T13:06:58.674 DEBUG:teuthology.orchestra.run.smithi122:> dpkg -s linux-image-generic 2024-03-21T13:06:58.686 INFO:teuthology.orchestra.run.smithi066.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-21T13:06:58.690 INFO:teuthology.orchestra.run.smithi122.stdout:Package: linux-image-generic 2024-03-21T13:06:58.690 INFO:teuthology.orchestra.run.smithi122.stdout:Status: install ok installed 2024-03-21T13:06:58.690 INFO:teuthology.orchestra.run.smithi122.stdout:Priority: optional 2024-03-21T13:06:58.690 INFO:teuthology.orchestra.run.smithi122.stdout:Section: kernel 2024-03-21T13:06:58.690 INFO:teuthology.orchestra.run.smithi122.stdout:Installed-Size: 21 2024-03-21T13:06:58.690 INFO:teuthology.orchestra.run.smithi122.stdout:Maintainer: Ubuntu Kernel Team 2024-03-21T13:06:58.690 INFO:teuthology.orchestra.run.smithi122.stdout:Architecture: amd64 2024-03-21T13:06:58.690 INFO:teuthology.orchestra.run.smithi122.stdout:Source: linux-meta 2024-03-21T13:06:58.691 INFO:teuthology.orchestra.run.smithi122.stdout:Version: 5.15.0.101.98 2024-03-21T13:06:58.691 INFO:teuthology.orchestra.run.smithi122.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-101), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-03-21T13:06:58.691 INFO:teuthology.orchestra.run.smithi122.stdout:Depends: linux-image-5.15.0-101-generic, linux-modules-extra-5.15.0-101-generic, linux-firmware, intel-microcode, amd64-microcode 2024-03-21T13:06:58.691 INFO:teuthology.orchestra.run.smithi122.stdout:Recommends: thermald 2024-03-21T13:06:58.691 INFO:teuthology.orchestra.run.smithi122.stdout:Description: Generic Linux kernel image 2024-03-21T13:06:58.691 INFO:teuthology.orchestra.run.smithi122.stdout: This package will always depend on the latest generic kernel image 2024-03-21T13:06:58.691 INFO:teuthology.orchestra.run.smithi122.stdout: available. 2024-03-21T13:06:58.691 DEBUG:teuthology.orchestra.run.smithi122:> mktemp 2024-03-21T13:06:58.703 INFO:teuthology.orchestra.run.smithi066.stdout:Generating grub configuration file ... 2024-03-21T13:06:58.736 INFO:teuthology.orchestra.run.smithi122.stdout:/tmp/tmp.Xkkk9gudjt 2024-03-21T13:06:58.736 DEBUG:teuthology.orchestra.run.smithi122:> sudo cp /boot/grub/grub.cfg /tmp/tmp.Xkkk9gudjt 2024-03-21T13:06:58.794 DEBUG:teuthology.orchestra.run.smithi122:> sudo chmod 0666 /tmp/tmp.Xkkk9gudjt 2024-03-21T13:06:58.909 DEBUG:teuthology.orchestra.remote:smithi122:/tmp/tmp.Xkkk9gudjt is 10KB 2024-03-21T13:06:58.922 DEBUG:teuthology.orchestra.run.smithi122:> rm -fr /tmp/tmp.Xkkk9gudjt 2024-03-21T13:06:58.927 DEBUG:teuthology.orchestra.run.smithi122:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-03-21T13:06:58.980 DEBUG:teuthology.orchestra.run.smithi122:> set -ex 2024-03-21T13:06:58.980 DEBUG:teuthology.orchestra.run.smithi122:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-03-21T13:06:58.980 DEBUG:teuthology.orchestra.run.smithi122:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-03-21T13:06:59.018 INFO:teuthology.orchestra.run.smithi066.stdout:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-03-21T13:06:59.042 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-101-generic 2024-03-21T13:06:59.042 DEBUG:teuthology.orchestra.run.smithi122:> sudo update-grub 2024-03-21T13:06:59.049 INFO:teuthology.orchestra.run.smithi066.stdout:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-03-21T13:06:59.400 INFO:teuthology.orchestra.run.smithi066.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-21T13:06:59.406 INFO:teuthology.orchestra.run.smithi066.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-21T13:06:59.478 INFO:teuthology.orchestra.run.smithi066.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-21T13:06:59.484 INFO:teuthology.orchestra.run.smithi066.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-21T13:06:59.653 INFO:teuthology.orchestra.run.smithi066.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-21T13:06:59.653 INFO:teuthology.orchestra.run.smithi066.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-03-21T13:06:59.653 INFO:teuthology.orchestra.run.smithi066.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-21T13:06:59.705 INFO:teuthology.orchestra.run.smithi066.stdout:done 2024-03-21T13:07:00.235 DEBUG:teuthology.orchestra.run.smithi066:> dpkg -s linux-image-generic 2024-03-21T13:07:00.256 INFO:teuthology.orchestra.run.smithi066.stdout:Package: linux-image-generic 2024-03-21T13:07:00.257 INFO:teuthology.orchestra.run.smithi066.stdout:Status: install ok installed 2024-03-21T13:07:00.257 INFO:teuthology.orchestra.run.smithi066.stdout:Priority: optional 2024-03-21T13:07:00.257 INFO:teuthology.orchestra.run.smithi066.stdout:Section: kernel 2024-03-21T13:07:00.257 INFO:teuthology.orchestra.run.smithi066.stdout:Installed-Size: 21 2024-03-21T13:07:00.257 INFO:teuthology.orchestra.run.smithi066.stdout:Maintainer: Ubuntu Kernel Team 2024-03-21T13:07:00.257 INFO:teuthology.orchestra.run.smithi066.stdout:Architecture: amd64 2024-03-21T13:07:00.257 INFO:teuthology.orchestra.run.smithi066.stdout:Source: linux-meta 2024-03-21T13:07:00.257 INFO:teuthology.orchestra.run.smithi066.stdout:Version: 5.15.0.101.98 2024-03-21T13:07:00.257 INFO:teuthology.orchestra.run.smithi066.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-101), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-03-21T13:07:00.257 INFO:teuthology.orchestra.run.smithi066.stdout:Depends: linux-image-5.15.0-101-generic, linux-modules-extra-5.15.0-101-generic, linux-firmware, intel-microcode, amd64-microcode 2024-03-21T13:07:00.257 INFO:teuthology.orchestra.run.smithi066.stdout:Recommends: thermald 2024-03-21T13:07:00.257 INFO:teuthology.orchestra.run.smithi066.stdout:Description: Generic Linux kernel image 2024-03-21T13:07:00.258 INFO:teuthology.orchestra.run.smithi066.stdout: This package will always depend on the latest generic kernel image 2024-03-21T13:07:00.258 INFO:teuthology.orchestra.run.smithi066.stdout: available. 2024-03-21T13:07:00.258 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-101-generic 2024-03-21T13:07:00.258 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-03-21T13:07:00.258 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-03-21T13:07:00.258 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-03-21T13:07:00.258 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi066.front.sepia.ceph.com, path=None, version=distro) 2024-03-21T13:07:00.259 DEBUG:teuthology.orchestra.run.smithi066:> sudo apt-get clean 2024-03-21T13:07:00.274 INFO:teuthology.orchestra.run.smithi122.stderr:Sourcing file `/etc/default/grub' 2024-03-21T13:07:00.275 INFO:teuthology.orchestra.run.smithi122.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-21T13:07:00.277 INFO:teuthology.orchestra.run.smithi122.stderr:Generating grub configuration file ... 2024-03-21T13:07:00.450 INFO:teuthology.orchestra.run.smithi122.stderr:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-03-21T13:07:00.458 INFO:teuthology.orchestra.run.smithi122.stderr:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-03-21T13:07:00.492 DEBUG:teuthology.orchestra.run.smithi066:> sudo apt-get update 2024-03-21T13:07:00.626 INFO:teuthology.orchestra.run.smithi066.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-21T13:07:00.626 INFO:teuthology.orchestra.run.smithi066.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-03-21T13:07:00.635 INFO:teuthology.orchestra.run.smithi066.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-03-21T13:07:00.655 INFO:teuthology.orchestra.run.smithi066.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-03-21T13:07:00.678 INFO:teuthology.orchestra.run.smithi122.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-21T13:07:00.683 INFO:teuthology.orchestra.run.smithi122.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-21T13:07:00.725 INFO:teuthology.orchestra.run.smithi122.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-21T13:07:00.730 INFO:teuthology.orchestra.run.smithi122.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-21T13:07:00.858 INFO:teuthology.orchestra.run.smithi122.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-21T13:07:00.858 INFO:teuthology.orchestra.run.smithi122.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-03-21T13:07:00.858 INFO:teuthology.orchestra.run.smithi122.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-21T13:07:00.875 INFO:teuthology.orchestra.run.smithi122.stderr:done 2024-03-21T13:07:00.894 DEBUG:teuthology.orchestra.run.smithi122:> sudo shutdown -r now 2024-03-21T13:07:02.025 INFO:teuthology.orchestra.run.smithi066.stdout:Reading package lists... 2024-03-21T13:07:02.043 DEBUG:teuthology.orchestra.run.smithi066:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-21T13:07:02.096 INFO:teuthology.orchestra.run.smithi066.stdout:Reading package lists... 2024-03-21T13:07:02.275 INFO:teuthology.orchestra.run.smithi066.stdout:Building dependency tree... 2024-03-21T13:07:02.276 INFO:teuthology.orchestra.run.smithi066.stdout:Reading state information... 2024-03-21T13:07:02.436 INFO:teuthology.orchestra.run.smithi066.stdout:linux-image-generic is already the newest version (5.15.0.101.98). 2024-03-21T13:07:02.436 INFO:teuthology.orchestra.run.smithi066.stdout:The following packages were automatically installed and are no longer required: 2024-03-21T13:07:02.436 INFO:teuthology.orchestra.run.smithi066.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-21T13:07:02.436 INFO:teuthology.orchestra.run.smithi066.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-21T13:07:02.436 INFO:teuthology.orchestra.run.smithi066.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-21T13:07:02.436 INFO:teuthology.orchestra.run.smithi066.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-03-21T13:07:02.437 INFO:teuthology.orchestra.run.smithi066.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-03-21T13:07:02.437 INFO:teuthology.orchestra.run.smithi066.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-21T13:07:02.474 INFO:teuthology.orchestra.run.smithi066.stdout:0 upgraded, 0 newly installed, 0 to remove and 298 not upgraded. 2024-03-21T13:07:02.476 DEBUG:teuthology.orchestra.run.smithi066:> dpkg -s linux-image-generic 2024-03-21T13:07:02.536 INFO:teuthology.orchestra.run.smithi066.stdout:Package: linux-image-generic 2024-03-21T13:07:02.537 INFO:teuthology.orchestra.run.smithi066.stdout:Status: install ok installed 2024-03-21T13:07:02.537 INFO:teuthology.orchestra.run.smithi066.stdout:Priority: optional 2024-03-21T13:07:02.537 INFO:teuthology.orchestra.run.smithi066.stdout:Section: kernel 2024-03-21T13:07:02.537 INFO:teuthology.orchestra.run.smithi066.stdout:Installed-Size: 21 2024-03-21T13:07:02.537 INFO:teuthology.orchestra.run.smithi066.stdout:Maintainer: Ubuntu Kernel Team 2024-03-21T13:07:02.537 INFO:teuthology.orchestra.run.smithi066.stdout:Architecture: amd64 2024-03-21T13:07:02.537 INFO:teuthology.orchestra.run.smithi066.stdout:Source: linux-meta 2024-03-21T13:07:02.537 INFO:teuthology.orchestra.run.smithi066.stdout:Version: 5.15.0.101.98 2024-03-21T13:07:02.537 INFO:teuthology.orchestra.run.smithi066.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-101), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-03-21T13:07:02.537 INFO:teuthology.orchestra.run.smithi066.stdout:Depends: linux-image-5.15.0-101-generic, linux-modules-extra-5.15.0-101-generic, linux-firmware, intel-microcode, amd64-microcode 2024-03-21T13:07:02.537 INFO:teuthology.orchestra.run.smithi066.stdout:Recommends: thermald 2024-03-21T13:07:02.537 INFO:teuthology.orchestra.run.smithi066.stdout:Description: Generic Linux kernel image 2024-03-21T13:07:02.537 INFO:teuthology.orchestra.run.smithi066.stdout: This package will always depend on the latest generic kernel image 2024-03-21T13:07:02.538 INFO:teuthology.orchestra.run.smithi066.stdout: available. 2024-03-21T13:07:02.538 DEBUG:teuthology.orchestra.run.smithi066:> mktemp 2024-03-21T13:07:02.585 INFO:teuthology.orchestra.run.smithi066.stdout:/tmp/tmp.5u88Ap6RAS 2024-03-21T13:07:02.586 DEBUG:teuthology.orchestra.run.smithi066:> sudo cp /boot/grub/grub.cfg /tmp/tmp.5u88Ap6RAS 2024-03-21T13:07:02.641 DEBUG:teuthology.orchestra.run.smithi066:> sudo chmod 0666 /tmp/tmp.5u88Ap6RAS 2024-03-21T13:07:02.759 DEBUG:teuthology.orchestra.remote:smithi066:/tmp/tmp.5u88Ap6RAS is 10KB 2024-03-21T13:07:02.772 DEBUG:teuthology.orchestra.run.smithi066:> rm -fr /tmp/tmp.5u88Ap6RAS 2024-03-21T13:07:02.777 DEBUG:teuthology.orchestra.run.smithi066:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-03-21T13:07:02.834 DEBUG:teuthology.orchestra.run.smithi066:> set -ex 2024-03-21T13:07:02.834 DEBUG:teuthology.orchestra.run.smithi066:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-03-21T13:07:02.834 DEBUG:teuthology.orchestra.run.smithi066:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-03-21T13:07:02.918 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-101-generic 2024-03-21T13:07:02.918 DEBUG:teuthology.orchestra.run.smithi066:> sudo update-grub 2024-03-21T13:07:04.369 INFO:teuthology.orchestra.run.smithi066.stderr:Sourcing file `/etc/default/grub' 2024-03-21T13:07:04.377 INFO:teuthology.orchestra.run.smithi066.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-21T13:07:04.381 INFO:teuthology.orchestra.run.smithi066.stderr:Generating grub configuration file ... 2024-03-21T13:07:04.580 INFO:teuthology.orchestra.run.smithi066.stderr:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-03-21T13:07:04.587 INFO:teuthology.orchestra.run.smithi066.stderr:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-03-21T13:07:05.006 INFO:teuthology.orchestra.run.smithi066.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-21T13:07:05.011 INFO:teuthology.orchestra.run.smithi066.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-21T13:07:05.053 INFO:teuthology.orchestra.run.smithi066.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-21T13:07:05.058 INFO:teuthology.orchestra.run.smithi066.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-21T13:07:05.176 INFO:teuthology.orchestra.run.smithi066.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-21T13:07:05.177 INFO:teuthology.orchestra.run.smithi066.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-03-21T13:07:05.177 INFO:teuthology.orchestra.run.smithi066.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-21T13:07:05.186 INFO:teuthology.orchestra.run.smithi066.stderr:done 2024-03-21T13:07:05.188 DEBUG:teuthology.orchestra.run.smithi066:> sudo shutdown -r now 2024-03-21T13:07:30.922 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-03-21T13:07:30.923 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi122.front.sepia.ceph.com' 2024-03-21T13:07:30.924 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi122.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T13:07:35.236 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-03-21T13:07:35.236 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi066.front.sepia.ceph.com' 2024-03-21T13:07:35.236 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi066.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T13:07:49.407 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.122 2024-03-21T13:07:53.758 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.66 2024-03-21T13:07:58.411 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi122.front.sepia.ceph.com' 2024-03-21T13:07:58.412 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi122.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T13:08:01.470 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.122 2024-03-21T13:08:02.760 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi066.front.sepia.ceph.com' 2024-03-21T13:08:02.760 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi066.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T13:08:05.822 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.66 2024-03-21T13:08:13.478 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi122.front.sepia.ceph.com' 2024-03-21T13:08:13.479 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi122.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T13:08:17.827 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi066.front.sepia.ceph.com' 2024-03-21T13:08:17.827 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi066.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T13:08:20.898 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.66 2024-03-21T13:08:31.902 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.122 2024-03-21T13:08:35.902 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi066.front.sepia.ceph.com' 2024-03-21T13:08:35.904 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi066.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T13:08:38.974 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.66 2024-03-21T13:08:46.912 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi122.front.sepia.ceph.com' 2024-03-21T13:08:46.913 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi122.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T13:08:47.131 DEBUG:teuthology.orchestra.run.smithi122:> true 2024-03-21T13:08:47.687 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi122.front.sepia.ceph.com' 2024-03-21T13:08:47.688 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-101-generic"... 2024-03-21T13:08:47.688 DEBUG:teuthology.orchestra.run.smithi122:> uname -r 2024-03-21T13:08:47.734 INFO:teuthology.orchestra.run.smithi122.stdout:5.15.0-101-generic 2024-03-21T13:08:47.734 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-101-generic vs 5.15.0-101-generic 2024-03-21T13:08:47.734 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-03-21T13:08:47.735 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-03-21T13:08:48.735 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-03-21T13:08:48.735 DEBUG:teuthology.orchestra.run.smithi122:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-03-21T13:08:48.794 INFO:teuthology.orchestra.run.smithi122.stdout:ttyS1 2024-03-21T13:08:48.815 DEBUG:teuthology.parallel:result is None 2024-03-21T13:08:56.975 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi066.front.sepia.ceph.com' 2024-03-21T13:08:56.976 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi066.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T13:09:56.980 DEBUG:teuthology.orchestra.remote:timed out 2024-03-21T13:10:17.982 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi066.front.sepia.ceph.com' 2024-03-21T13:10:17.983 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi066.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T13:10:18.198 DEBUG:teuthology.orchestra.run.smithi066:> true 2024-03-21T13:10:18.804 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi066.front.sepia.ceph.com' 2024-03-21T13:10:18.804 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-101-generic"... 2024-03-21T13:10:18.805 DEBUG:teuthology.orchestra.run.smithi066:> uname -r 2024-03-21T13:10:18.851 INFO:teuthology.orchestra.run.smithi066.stdout:5.15.0-101-generic 2024-03-21T13:10:18.852 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-101-generic vs 5.15.0-101-generic 2024-03-21T13:10:18.852 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-03-21T13:10:18.852 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-03-21T13:10:19.853 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-03-21T13:10:19.853 DEBUG:teuthology.orchestra.run.smithi066:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-03-21T13:10:19.951 INFO:teuthology.orchestra.run.smithi066.stdout:ttyS1 2024-03-21T13:10:19.988 DEBUG:teuthology.parallel:result is None 2024-03-21T13:10:19.989 INFO:teuthology.run_tasks:Running task internal.base... 2024-03-21T13:10:19.997 INFO:teuthology.task.internal:Creating test directory... 2024-03-21T13:10:19.997 DEBUG:teuthology.orchestra.run.smithi066:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-03-21T13:10:20.001 DEBUG:teuthology.orchestra.run.smithi122:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-03-21T13:10:20.008 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-03-21T13:10:20.017 INFO:teuthology.run_tasks:Running task internal.archive... 2024-03-21T13:10:20.024 INFO:teuthology.task.internal:Creating archive directory... 2024-03-21T13:10:20.024 DEBUG:teuthology.orchestra.run.smithi066:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-03-21T13:10:20.052 DEBUG:teuthology.orchestra.run.smithi122:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-03-21T13:10:20.068 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-03-21T13:10:20.077 INFO:teuthology.task.internal:Enabling coredump saving... 2024-03-21T13:10:20.077 DEBUG:teuthology.orchestra.run.smithi066:> 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-03-21T13:10:20.104 DEBUG:teuthology.orchestra.run.smithi122:> 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-03-21T13:10:20.126 INFO:teuthology.orchestra.run.smithi066.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-21T13:10:20.131 INFO:teuthology.orchestra.run.smithi122.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-21T13:10:20.135 INFO:teuthology.orchestra.run.smithi066.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-21T13:10:20.139 INFO:teuthology.orchestra.run.smithi122.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-21T13:10:20.141 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-03-21T13:10:20.149 INFO:teuthology.task.internal:Configuring sudo... 2024-03-21T13:10:20.149 DEBUG:teuthology.orchestra.run.smithi066:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-03-21T13:10:20.184 DEBUG:teuthology.orchestra.run.smithi122:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-03-21T13:10:20.202 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-03-21T13:10:20.211 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-03-21T13:10:20.212 DEBUG:teuthology.orchestra.run.smithi066:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-03-21T13:10:20.240 DEBUG:teuthology.orchestra.run.smithi122:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-03-21T13:10:20.248 DEBUG:teuthology.orchestra.run.smithi066:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-21T13:10:20.292 DEBUG:teuthology.orchestra.run.smithi066:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-21T13:10:20.339 DEBUG:teuthology.orchestra.run.smithi066:> set -ex 2024-03-21T13:10:20.339 DEBUG:teuthology.orchestra.run.smithi066:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-03-21T13:10:20.399 DEBUG:teuthology.orchestra.run.smithi122:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-21T13:10:20.405 DEBUG:teuthology.orchestra.run.smithi122:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-21T13:10:20.454 DEBUG:teuthology.orchestra.run.smithi122:> set -ex 2024-03-21T13:10:20.454 DEBUG:teuthology.orchestra.run.smithi122:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-03-21T13:10:20.526 DEBUG:teuthology.orchestra.run.smithi066:> sudo service rsyslog restart 2024-03-21T13:10:20.530 DEBUG:teuthology.orchestra.run.smithi122:> sudo service rsyslog restart 2024-03-21T13:10:20.599 INFO:teuthology.run_tasks:Running task internal.timer... 2024-03-21T13:10:20.608 INFO:teuthology.task.internal:Starting timer... 2024-03-21T13:10:20.608 INFO:teuthology.run_tasks:Running task pcp... 2024-03-21T13:10:20.619 INFO:teuthology.run_tasks:Running task selinux... 2024-03-21T13:10:20.632 DEBUG:teuthology.task.selinux:Excluding smithi066: OS 'ubuntu' does not support SELinux 2024-03-21T13:10:20.632 DEBUG:teuthology.task.selinux:Excluding smithi122: OS 'ubuntu' does not support SELinux 2024-03-21T13:10:20.632 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-03-21T13:10:20.633 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-03-21T13:10:20.633 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-03-21T13:10:20.633 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-03-21T13:10:20.644 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-03-21T13:10:20.664 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-03-21T13:10:20.666 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi066.front.sepia.ceph.com,smithi122.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-03-21T13:17:22.025 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi066.front.sepia.ceph.com'), Remote(name='ubuntu@smithi122.front.sepia.ceph.com')] 2024-03-21T13:17:22.026 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi066.front.sepia.ceph.com' 2024-03-21T13:17:22.027 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi066.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T13:17:22.111 DEBUG:teuthology.orchestra.run.smithi066:> true 2024-03-21T13:17:22.186 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi066.front.sepia.ceph.com' 2024-03-21T13:17:22.186 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi122.front.sepia.ceph.com' 2024-03-21T13:17:22.187 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi122.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T13:17:22.266 DEBUG:teuthology.orchestra.run.smithi122:> true 2024-03-21T13:17:22.342 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi122.front.sepia.ceph.com' 2024-03-21T13:17:22.342 INFO:teuthology.run_tasks:Running task clock... 2024-03-21T13:17:22.356 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-03-21T13:17:22.356 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-03-21T13:17:22.356 DEBUG:teuthology.orchestra.run.smithi066:> 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-03-21T13:17:22.359 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-03-21T13:17:22.359 DEBUG:teuthology.orchestra.run.smithi122:> 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-03-21T13:17:22.389 INFO:teuthology.orchestra.run.smithi066.stdout:21 Mar 13:17:22 ntpd[17197]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-03-21T13:17:22.389 INFO:teuthology.orchestra.run.smithi066.stdout:21 Mar 13:17:22 ntpd[17197]: Command line: ntpd -gq 2024-03-21T13:17:22.389 INFO:teuthology.orchestra.run.smithi066.stdout:21 Mar 13:17:22 ntpd[17197]: ---------------------------------------------------- 2024-03-21T13:17:22.389 INFO:teuthology.orchestra.run.smithi066.stdout:21 Mar 13:17:22 ntpd[17197]: ntp-4 is maintained by Network Time Foundation, 2024-03-21T13:17:22.389 INFO:teuthology.orchestra.run.smithi066.stdout:21 Mar 13:17:22 ntpd[17197]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-03-21T13:17:22.389 INFO:teuthology.orchestra.run.smithi066.stdout:21 Mar 13:17:22 ntpd[17197]: corporation. Support and training for ntp-4 are 2024-03-21T13:17:22.389 INFO:teuthology.orchestra.run.smithi066.stdout:21 Mar 13:17:22 ntpd[17197]: available at https://www.nwtime.org/support 2024-03-21T13:17:22.389 INFO:teuthology.orchestra.run.smithi066.stdout:21 Mar 13:17:22 ntpd[17197]: ---------------------------------------------------- 2024-03-21T13:17:22.390 INFO:teuthology.orchestra.run.smithi066.stdout:21 Mar 13:17:22 ntpd[17197]: proto: precision = 0.062 usec (-24) 2024-03-21T13:17:22.390 INFO:teuthology.orchestra.run.smithi066.stdout:21 Mar 13:17:22 ntpd[17197]: basedate set to 2022-02-04 2024-03-21T13:17:22.390 INFO:teuthology.orchestra.run.smithi066.stdout:21 Mar 13:17:22 ntpd[17197]: gps base set to 2022-02-06 (week 2196) 2024-03-21T13:17:22.390 INFO:teuthology.orchestra.run.smithi066.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-21T13:17:22.390 INFO:teuthology.orchestra.run.smithi066.stdout:21 Mar 13:17:22 ntpd[17197]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-21T13:17:22.391 INFO:teuthology.orchestra.run.smithi066.stdout:21 Mar 13:17:22 ntpd[17197]: restrict ::: KOD does nothing without LIMITED. 2024-03-21T13:17:22.391 INFO:teuthology.orchestra.run.smithi066.stderr:restrict ::: KOD does nothing without LIMITED. 2024-03-21T13:17:22.392 INFO:teuthology.orchestra.run.smithi066.stdout:21 Mar 13:17:22 ntpd[17197]: Listen and drop on 0 v6wildcard [::]:123 2024-03-21T13:17:22.392 INFO:teuthology.orchestra.run.smithi066.stdout:21 Mar 13:17:22 ntpd[17197]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-03-21T13:17:22.392 INFO:teuthology.orchestra.run.smithi066.stdout:21 Mar 13:17:22 ntpd[17197]: Listen normally on 2 lo 127.0.0.1:123 2024-03-21T13:17:22.392 INFO:teuthology.orchestra.run.smithi066.stdout:21 Mar 13:17:22 ntpd[17197]: Listen normally on 3 enp3s0f1 172.21.15.66:123 2024-03-21T13:17:22.392 INFO:teuthology.orchestra.run.smithi066.stdout:21 Mar 13:17:22 ntpd[17197]: Listen normally on 4 lo [::1]:123 2024-03-21T13:17:22.392 INFO:teuthology.orchestra.run.smithi066.stdout:21 Mar 13:17:22 ntpd[17197]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:feb6:f8bd%5]:123 2024-03-21T13:17:22.392 INFO:teuthology.orchestra.run.smithi066.stdout:21 Mar 13:17:22 ntpd[17197]: Listening on routing socket on fd #22 for interface updates 2024-03-21T13:17:22.412 INFO:teuthology.orchestra.run.smithi122.stdout:21 Mar 13:17:22 ntpd[17219]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-03-21T13:17:22.412 INFO:teuthology.orchestra.run.smithi122.stdout:21 Mar 13:17:22 ntpd[17219]: Command line: ntpd -gq 2024-03-21T13:17:22.412 INFO:teuthology.orchestra.run.smithi122.stdout:21 Mar 13:17:22 ntpd[17219]: ---------------------------------------------------- 2024-03-21T13:17:22.412 INFO:teuthology.orchestra.run.smithi122.stdout:21 Mar 13:17:22 ntpd[17219]: ntp-4 is maintained by Network Time Foundation, 2024-03-21T13:17:22.412 INFO:teuthology.orchestra.run.smithi122.stdout:21 Mar 13:17:22 ntpd[17219]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-03-21T13:17:22.412 INFO:teuthology.orchestra.run.smithi122.stdout:21 Mar 13:17:22 ntpd[17219]: corporation. Support and training for ntp-4 are 2024-03-21T13:17:22.412 INFO:teuthology.orchestra.run.smithi122.stdout:21 Mar 13:17:22 ntpd[17219]: available at https://www.nwtime.org/support 2024-03-21T13:17:22.412 INFO:teuthology.orchestra.run.smithi122.stdout:21 Mar 13:17:22 ntpd[17219]: ---------------------------------------------------- 2024-03-21T13:17:22.413 INFO:teuthology.orchestra.run.smithi122.stdout:21 Mar 13:17:22 ntpd[17219]: proto: precision = 0.044 usec (-24) 2024-03-21T13:17:22.413 INFO:teuthology.orchestra.run.smithi122.stdout:21 Mar 13:17:22 ntpd[17219]: basedate set to 2022-02-04 2024-03-21T13:17:22.413 INFO:teuthology.orchestra.run.smithi122.stdout:21 Mar 13:17:22 ntpd[17219]: gps base set to 2022-02-06 (week 2196) 2024-03-21T13:17:22.413 INFO:teuthology.orchestra.run.smithi122.stdout:21 Mar 13:17:22 ntpd[17219]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-21T13:17:22.413 INFO:teuthology.orchestra.run.smithi122.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-21T13:17:22.414 INFO:teuthology.orchestra.run.smithi122.stderr:restrict ::: KOD does nothing without LIMITED. 2024-03-21T13:17:22.415 INFO:teuthology.orchestra.run.smithi122.stdout:21 Mar 13:17:22 ntpd[17219]: restrict ::: KOD does nothing without LIMITED. 2024-03-21T13:17:22.415 INFO:teuthology.orchestra.run.smithi122.stdout:21 Mar 13:17:22 ntpd[17219]: Listen and drop on 0 v6wildcard [::]:123 2024-03-21T13:17:22.415 INFO:teuthology.orchestra.run.smithi122.stdout:21 Mar 13:17:22 ntpd[17219]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-03-21T13:17:22.415 INFO:teuthology.orchestra.run.smithi122.stdout:21 Mar 13:17:22 ntpd[17219]: Listen normally on 2 lo 127.0.0.1:123 2024-03-21T13:17:22.415 INFO:teuthology.orchestra.run.smithi122.stdout:21 Mar 13:17:22 ntpd[17219]: Listen normally on 3 enp3s0f1 172.21.15.122:123 2024-03-21T13:17:22.415 INFO:teuthology.orchestra.run.smithi122.stdout:21 Mar 13:17:22 ntpd[17219]: Listen normally on 4 lo [::1]:123 2024-03-21T13:17:22.415 INFO:teuthology.orchestra.run.smithi122.stdout:21 Mar 13:17:22 ntpd[17219]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:d515%5]:123 2024-03-21T13:17:22.415 INFO:teuthology.orchestra.run.smithi122.stdout:21 Mar 13:17:22 ntpd[17219]: Listening on routing socket on fd #22 for interface updates 2024-03-21T13:17:23.389 INFO:teuthology.orchestra.run.smithi066.stderr:21 Mar 13:17:23 ntpd[17197]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:17:23.390 INFO:teuthology.orchestra.run.smithi066.stderr:21 Mar 13:17:23 ntpd[17197]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:17:23.390 INFO:teuthology.orchestra.run.smithi066.stderr:21 Mar 13:17:23 ntpd[17197]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:17:23.390 INFO:teuthology.orchestra.run.smithi066.stderr:21 Mar 13:17:23 ntpd[17197]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:17:23.390 INFO:teuthology.orchestra.run.smithi066.stderr:21 Mar 13:17:23 ntpd[17197]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T13:17:23.390 INFO:teuthology.orchestra.run.smithi066.stderr:21 Mar 13:17:23 ntpd[17197]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T13:17:23.414 INFO:teuthology.orchestra.run.smithi122.stderr:21 Mar 13:17:23 ntpd[17219]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:17:23.414 INFO:teuthology.orchestra.run.smithi122.stderr:21 Mar 13:17:23 ntpd[17219]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:17:23.414 INFO:teuthology.orchestra.run.smithi122.stderr:21 Mar 13:17:23 ntpd[17219]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:17:23.414 INFO:teuthology.orchestra.run.smithi122.stderr:21 Mar 13:17:23 ntpd[17219]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:17:23.414 INFO:teuthology.orchestra.run.smithi122.stderr:21 Mar 13:17:23 ntpd[17219]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:17:23.414 INFO:teuthology.orchestra.run.smithi122.stderr:21 Mar 13:17:23 ntpd[17219]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:17:23.414 INFO:teuthology.orchestra.run.smithi122.stderr:21 Mar 13:17:23 ntpd[17219]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:17:23.414 INFO:teuthology.orchestra.run.smithi122.stderr:21 Mar 13:17:23 ntpd[17219]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:17:23.415 INFO:teuthology.orchestra.run.smithi122.stderr:21 Mar 13:17:23 ntpd[17219]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:17:23.415 INFO:teuthology.orchestra.run.smithi122.stderr:21 Mar 13:17:23 ntpd[17219]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:17:23.415 INFO:teuthology.orchestra.run.smithi122.stderr:21 Mar 13:17:23 ntpd[17219]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T13:17:23.415 INFO:teuthology.orchestra.run.smithi122.stderr:21 Mar 13:17:23 ntpd[17219]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T13:17:23.415 INFO:teuthology.orchestra.run.smithi122.stderr:21 Mar 13:17:23 ntpd[17219]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:17:23.415 INFO:teuthology.orchestra.run.smithi122.stderr:21 Mar 13:17:23 ntpd[17219]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:17:23.415 INFO:teuthology.orchestra.run.smithi122.stderr:21 Mar 13:17:23 ntpd[17219]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T13:17:23.415 INFO:teuthology.orchestra.run.smithi122.stderr:21 Mar 13:17:23 ntpd[17219]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T13:17:23.415 INFO:teuthology.orchestra.run.smithi122.stderr:21 Mar 13:17:23 ntpd[17219]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:17:23.415 INFO:teuthology.orchestra.run.smithi122.stderr:21 Mar 13:17:23 ntpd[17219]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:17:23.415 INFO:teuthology.orchestra.run.smithi122.stderr:21 Mar 13:17:23 ntpd[17219]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T13:17:23.415 INFO:teuthology.orchestra.run.smithi122.stderr:21 Mar 13:17:23 ntpd[17219]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T13:17:24.390 INFO:teuthology.orchestra.run.smithi066.stderr:21 Mar 13:17:24 ntpd[17197]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:17:24.390 INFO:teuthology.orchestra.run.smithi066.stderr:21 Mar 13:17:24 ntpd[17197]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:17:24.390 INFO:teuthology.orchestra.run.smithi066.stderr:21 Mar 13:17:24 ntpd[17197]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:17:24.390 INFO:teuthology.orchestra.run.smithi066.stderr:21 Mar 13:17:24 ntpd[17197]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:17:24.390 INFO:teuthology.orchestra.run.smithi066.stderr:21 Mar 13:17:24 ntpd[17197]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:17:24.390 INFO:teuthology.orchestra.run.smithi066.stderr:21 Mar 13:17:24 ntpd[17197]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:17:24.390 INFO:teuthology.orchestra.run.smithi066.stderr:21 Mar 13:17:24 ntpd[17197]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T13:17:24.390 INFO:teuthology.orchestra.run.smithi066.stderr:21 Mar 13:17:24 ntpd[17197]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T13:17:25.390 INFO:teuthology.orchestra.run.smithi066.stderr:21 Mar 13:17:25 ntpd[17197]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:17:25.390 INFO:teuthology.orchestra.run.smithi066.stderr:21 Mar 13:17:25 ntpd[17197]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:17:25.390 INFO:teuthology.orchestra.run.smithi066.stderr:21 Mar 13:17:25 ntpd[17197]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:17:25.390 INFO:teuthology.orchestra.run.smithi066.stderr:21 Mar 13:17:25 ntpd[17197]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:17:25.390 INFO:teuthology.orchestra.run.smithi066.stderr:21 Mar 13:17:25 ntpd[17197]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T13:17:25.390 INFO:teuthology.orchestra.run.smithi066.stderr:21 Mar 13:17:25 ntpd[17197]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T13:17:25.414 INFO:teuthology.orchestra.run.smithi122.stderr:21 Mar 13:17:25 ntpd[17219]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:17:25.414 INFO:teuthology.orchestra.run.smithi122.stderr:21 Mar 13:17:25 ntpd[17219]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:17:25.414 INFO:teuthology.orchestra.run.smithi122.stderr:21 Mar 13:17:25 ntpd[17219]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:17:25.414 INFO:teuthology.orchestra.run.smithi122.stderr:21 Mar 13:17:25 ntpd[17219]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:17:25.414 INFO:teuthology.orchestra.run.smithi122.stderr:21 Mar 13:17:25 ntpd[17219]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:17:25.414 INFO:teuthology.orchestra.run.smithi122.stderr:21 Mar 13:17:25 ntpd[17219]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:17:25.415 INFO:teuthology.orchestra.run.smithi122.stderr:21 Mar 13:17:25 ntpd[17219]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:17:25.415 INFO:teuthology.orchestra.run.smithi122.stderr:21 Mar 13:17:25 ntpd[17219]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:17:25.415 INFO:teuthology.orchestra.run.smithi122.stderr:21 Mar 13:17:25 ntpd[17219]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T13:17:25.415 INFO:teuthology.orchestra.run.smithi122.stderr:21 Mar 13:17:25 ntpd[17219]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T13:17:25.415 INFO:teuthology.orchestra.run.smithi122.stderr:21 Mar 13:17:25 ntpd[17219]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:17:25.415 INFO:teuthology.orchestra.run.smithi122.stderr:21 Mar 13:17:25 ntpd[17219]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:17:25.415 INFO:teuthology.orchestra.run.smithi122.stderr:21 Mar 13:17:25 ntpd[17219]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T13:17:25.415 INFO:teuthology.orchestra.run.smithi122.stderr:21 Mar 13:17:25 ntpd[17219]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T13:17:25.415 INFO:teuthology.orchestra.run.smithi122.stderr:21 Mar 13:17:25 ntpd[17219]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:17:25.415 INFO:teuthology.orchestra.run.smithi122.stderr:21 Mar 13:17:25 ntpd[17219]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:17:25.415 INFO:teuthology.orchestra.run.smithi122.stderr:21 Mar 13:17:25 ntpd[17219]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T13:17:25.415 INFO:teuthology.orchestra.run.smithi122.stderr:21 Mar 13:17:25 ntpd[17219]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T13:17:26.389 INFO:teuthology.orchestra.run.smithi066.stderr:21 Mar 13:17:26 ntpd[17197]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:17:26.390 INFO:teuthology.orchestra.run.smithi066.stderr:21 Mar 13:17:26 ntpd[17197]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:17:26.390 INFO:teuthology.orchestra.run.smithi066.stderr:21 Mar 13:17:26 ntpd[17197]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:17:26.390 INFO:teuthology.orchestra.run.smithi066.stderr:21 Mar 13:17:26 ntpd[17197]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:17:26.390 INFO:teuthology.orchestra.run.smithi066.stderr:21 Mar 13:17:26 ntpd[17197]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T13:17:26.390 INFO:teuthology.orchestra.run.smithi066.stderr:21 Mar 13:17:26 ntpd[17197]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T13:17:27.390 INFO:teuthology.orchestra.run.smithi066.stderr:21 Mar 13:17:27 ntpd[17197]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:17:27.390 INFO:teuthology.orchestra.run.smithi066.stderr:21 Mar 13:17:27 ntpd[17197]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:17:27.391 INFO:teuthology.orchestra.run.smithi066.stderr:21 Mar 13:17:27 ntpd[17197]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:17:27.391 INFO:teuthology.orchestra.run.smithi066.stderr:21 Mar 13:17:27 ntpd[17197]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:17:27.391 INFO:teuthology.orchestra.run.smithi066.stderr:21 Mar 13:17:27 ntpd[17197]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:17:27.391 INFO:teuthology.orchestra.run.smithi066.stderr:21 Mar 13:17:27 ntpd[17197]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:17:27.391 INFO:teuthology.orchestra.run.smithi066.stderr:21 Mar 13:17:27 ntpd[17197]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T13:17:27.391 INFO:teuthology.orchestra.run.smithi066.stderr:21 Mar 13:17:27 ntpd[17197]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T13:17:27.391 INFO:teuthology.orchestra.run.smithi066.stderr:21 Mar 13:17:27 ntpd[17197]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:17:27.391 INFO:teuthology.orchestra.run.smithi066.stderr:21 Mar 13:17:27 ntpd[17197]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:17:27.391 INFO:teuthology.orchestra.run.smithi066.stderr:21 Mar 13:17:27 ntpd[17197]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T13:17:27.391 INFO:teuthology.orchestra.run.smithi066.stderr:21 Mar 13:17:27 ntpd[17197]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T13:17:27.414 INFO:teuthology.orchestra.run.smithi122.stderr:21 Mar 13:17:27 ntpd[17219]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:17:27.414 INFO:teuthology.orchestra.run.smithi122.stderr:21 Mar 13:17:27 ntpd[17219]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:17:27.414 INFO:teuthology.orchestra.run.smithi122.stderr:21 Mar 13:17:27 ntpd[17219]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:17:27.414 INFO:teuthology.orchestra.run.smithi122.stderr:21 Mar 13:17:27 ntpd[17219]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:17:27.414 INFO:teuthology.orchestra.run.smithi122.stderr:21 Mar 13:17:27 ntpd[17219]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:17:27.414 INFO:teuthology.orchestra.run.smithi122.stderr:21 Mar 13:17:27 ntpd[17219]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:17:27.414 INFO:teuthology.orchestra.run.smithi122.stderr:21 Mar 13:17:27 ntpd[17219]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:17:27.414 INFO:teuthology.orchestra.run.smithi122.stderr:21 Mar 13:17:27 ntpd[17219]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:17:27.414 INFO:teuthology.orchestra.run.smithi122.stderr:21 Mar 13:17:27 ntpd[17219]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T13:17:27.414 INFO:teuthology.orchestra.run.smithi122.stderr:21 Mar 13:17:27 ntpd[17219]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T13:17:27.414 INFO:teuthology.orchestra.run.smithi122.stderr:21 Mar 13:17:27 ntpd[17219]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:17:27.414 INFO:teuthology.orchestra.run.smithi122.stderr:21 Mar 13:17:27 ntpd[17219]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:17:27.414 INFO:teuthology.orchestra.run.smithi122.stderr:21 Mar 13:17:27 ntpd[17219]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T13:17:27.414 INFO:teuthology.orchestra.run.smithi122.stderr:21 Mar 13:17:27 ntpd[17219]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T13:17:27.414 INFO:teuthology.orchestra.run.smithi122.stderr:21 Mar 13:17:27 ntpd[17219]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:17:27.415 INFO:teuthology.orchestra.run.smithi122.stderr:21 Mar 13:17:27 ntpd[17219]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:17:27.415 INFO:teuthology.orchestra.run.smithi122.stderr:21 Mar 13:17:27 ntpd[17219]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T13:17:27.415 INFO:teuthology.orchestra.run.smithi122.stderr:21 Mar 13:17:27 ntpd[17219]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T13:17:28.389 INFO:teuthology.orchestra.run.smithi066.stderr:21 Mar 13:17:28 ntpd[17197]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:17:28.390 INFO:teuthology.orchestra.run.smithi066.stderr:21 Mar 13:17:28 ntpd[17197]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:17:28.390 INFO:teuthology.orchestra.run.smithi066.stderr:21 Mar 13:17:28 ntpd[17197]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:17:28.390 INFO:teuthology.orchestra.run.smithi066.stderr:21 Mar 13:17:28 ntpd[17197]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:17:28.390 INFO:teuthology.orchestra.run.smithi066.stderr:21 Mar 13:17:28 ntpd[17197]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T13:17:28.390 INFO:teuthology.orchestra.run.smithi066.stderr:21 Mar 13:17:28 ntpd[17197]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T13:17:29.390 INFO:teuthology.orchestra.run.smithi066.stderr:21 Mar 13:17:29 ntpd[17197]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:17:29.390 INFO:teuthology.orchestra.run.smithi066.stderr:21 Mar 13:17:29 ntpd[17197]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:17:29.390 INFO:teuthology.orchestra.run.smithi066.stderr:21 Mar 13:17:29 ntpd[17197]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:17:29.390 INFO:teuthology.orchestra.run.smithi066.stderr:21 Mar 13:17:29 ntpd[17197]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:17:29.390 INFO:teuthology.orchestra.run.smithi066.stderr:21 Mar 13:17:29 ntpd[17197]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:17:29.390 INFO:teuthology.orchestra.run.smithi066.stderr:21 Mar 13:17:29 ntpd[17197]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:17:29.390 INFO:teuthology.orchestra.run.smithi066.stderr:21 Mar 13:17:29 ntpd[17197]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T13:17:29.390 INFO:teuthology.orchestra.run.smithi066.stderr:21 Mar 13:17:29 ntpd[17197]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T13:17:29.391 INFO:teuthology.orchestra.run.smithi066.stdout:21 Mar 13:17:29 ntpd[17197]: ntpd: time slew -0.001147 s 2024-03-21T13:17:29.391 INFO:teuthology.orchestra.run.smithi066.stdout:ntpd: time slew -0.001147s 2024-03-21T13:17:29.391 INFO:teuthology.orchestra.run.smithi066.stderr:21 Mar 13:17:29 ntpd[17197]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-03-21T13:17:29.391 INFO:teuthology.orchestra.run.smithi066.stderr:21 Mar 13:17:29 ntpd[17197]: can't open /var/log/ntpstats/loopstats.20240321: Permission denied 2024-03-21T13:17:29.413 INFO:teuthology.orchestra.run.smithi122.stderr:21 Mar 13:17:29 ntpd[17219]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:17:29.413 INFO:teuthology.orchestra.run.smithi122.stderr:21 Mar 13:17:29 ntpd[17219]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:17:29.413 INFO:teuthology.orchestra.run.smithi122.stderr:21 Mar 13:17:29 ntpd[17219]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:17:29.413 INFO:teuthology.orchestra.run.smithi122.stderr:21 Mar 13:17:29 ntpd[17219]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:17:29.413 INFO:teuthology.orchestra.run.smithi122.stderr:21 Mar 13:17:29 ntpd[17219]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:17:29.413 INFO:teuthology.orchestra.run.smithi122.stderr:21 Mar 13:17:29 ntpd[17219]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:17:29.413 INFO:teuthology.orchestra.run.smithi122.stderr:21 Mar 13:17:29 ntpd[17219]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:17:29.413 INFO:teuthology.orchestra.run.smithi122.stderr:21 Mar 13:17:29 ntpd[17219]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:17:29.413 INFO:teuthology.orchestra.run.smithi122.stderr:21 Mar 13:17:29 ntpd[17219]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T13:17:29.413 INFO:teuthology.orchestra.run.smithi122.stderr:21 Mar 13:17:29 ntpd[17219]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T13:17:29.414 INFO:teuthology.orchestra.run.smithi122.stdout:21 Mar 13:17:29 ntpd[17219]: ntpd: time slew -0.003332 s 2024-03-21T13:17:29.414 INFO:teuthology.orchestra.run.smithi122.stdout:ntpd: time slew -0.003332s 2024-03-21T13:17:29.414 INFO:teuthology.orchestra.run.smithi122.stderr:21 Mar 13:17:29 ntpd[17219]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-03-21T13:17:29.414 INFO:teuthology.orchestra.run.smithi122.stderr:21 Mar 13:17:29 ntpd[17219]: can't open /var/log/ntpstats/loopstats.20240321: Permission denied 2024-03-21T13:17:29.439 INFO:teuthology.orchestra.run.smithi066.stdout: remote refid st t when poll reach delay offset jitter 2024-03-21T13:17:29.439 INFO:teuthology.orchestra.run.smithi066.stdout:============================================================================== 2024-03-21T13:17:29.439 INFO:teuthology.orchestra.run.smithi066.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-21T13:17:29.439 INFO:teuthology.orchestra.run.smithi066.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-21T13:17:29.439 INFO:teuthology.orchestra.run.smithi066.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-21T13:17:29.439 INFO:teuthology.orchestra.run.smithi066.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-21T13:17:29.567 INFO:teuthology.orchestra.run.smithi122.stdout: remote refid st t when poll reach delay offset jitter 2024-03-21T13:17:29.567 INFO:teuthology.orchestra.run.smithi122.stdout:============================================================================== 2024-03-21T13:17:29.567 INFO:teuthology.orchestra.run.smithi122.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-21T13:17:29.568 INFO:teuthology.orchestra.run.smithi122.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-21T13:17:29.568 INFO:teuthology.orchestra.run.smithi122.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-21T13:17:29.568 INFO:teuthology.orchestra.run.smithi122.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-21T13:17:29.568 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-03-21T13:17:29.579 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-03-21T13:17:29.580 DEBUG:teuthology.orchestra.run.smithi066:> set -ex 2024-03-21T13:17:29.580 DEBUG:teuthology.orchestra.run.smithi066:> dd if=/scratch_devs of=/dev/stdout 2024-03-21T13:17:29.586 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-03-21T13:17:29.586 DEBUG:teuthology.orchestra.run.smithi066:> stat /dev/vg_nvme/lv_1 2024-03-21T13:17:29.633 INFO:teuthology.orchestra.run.smithi066.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-03-21T13:17:29.633 INFO:teuthology.orchestra.run.smithi066.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T13:17:29.633 INFO:teuthology.orchestra.run.smithi066.stdout:Device: 5h/5d Inode: 872 Links: 1 2024-03-21T13:17:29.633 INFO:teuthology.orchestra.run.smithi066.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T13:17:29.633 INFO:teuthology.orchestra.run.smithi066.stdout:Access: 2024-03-21 13:14:05.915076621 +0000 2024-03-21T13:17:29.633 INFO:teuthology.orchestra.run.smithi066.stdout:Modify: 2024-03-21 13:14:05.655078945 +0000 2024-03-21T13:17:29.633 INFO:teuthology.orchestra.run.smithi066.stdout:Change: 2024-03-21 13:14:05.655078945 +0000 2024-03-21T13:17:29.633 INFO:teuthology.orchestra.run.smithi066.stdout: Birth: - 2024-03-21T13:17:29.634 DEBUG:teuthology.orchestra.run.smithi066:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-03-21T13:17:29.687 INFO:teuthology.orchestra.run.smithi066.stderr:1+0 records in 2024-03-21T13:17:29.687 INFO:teuthology.orchestra.run.smithi066.stderr:1+0 records out 2024-03-21T13:17:29.688 INFO:teuthology.orchestra.run.smithi066.stderr:512 bytes copied, 0.000424568 s, 1.2 MB/s 2024-03-21T13:17:29.689 DEBUG:teuthology.orchestra.run.smithi066:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-03-21T13:17:29.738 DEBUG:teuthology.orchestra.run.smithi066:> stat /dev/vg_nvme/lv_2 2024-03-21T13:17:29.784 INFO:teuthology.orchestra.run.smithi066.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-03-21T13:17:29.784 INFO:teuthology.orchestra.run.smithi066.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T13:17:29.784 INFO:teuthology.orchestra.run.smithi066.stdout:Device: 5h/5d Inode: 893 Links: 1 2024-03-21T13:17:29.784 INFO:teuthology.orchestra.run.smithi066.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T13:17:29.785 INFO:teuthology.orchestra.run.smithi066.stdout:Access: 2024-03-21 13:14:06.403072263 +0000 2024-03-21T13:17:29.785 INFO:teuthology.orchestra.run.smithi066.stdout:Modify: 2024-03-21 13:14:06.147074549 +0000 2024-03-21T13:17:29.785 INFO:teuthology.orchestra.run.smithi066.stdout:Change: 2024-03-21 13:14:06.147074549 +0000 2024-03-21T13:17:29.785 INFO:teuthology.orchestra.run.smithi066.stdout: Birth: - 2024-03-21T13:17:29.785 DEBUG:teuthology.orchestra.run.smithi066:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-03-21T13:17:29.839 INFO:teuthology.orchestra.run.smithi066.stderr:1+0 records in 2024-03-21T13:17:29.839 INFO:teuthology.orchestra.run.smithi066.stderr:1+0 records out 2024-03-21T13:17:29.839 INFO:teuthology.orchestra.run.smithi066.stderr:512 bytes copied, 0.000374372 s, 1.4 MB/s 2024-03-21T13:17:29.840 DEBUG:teuthology.orchestra.run.smithi066:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-03-21T13:17:29.889 DEBUG:teuthology.orchestra.run.smithi066:> stat /dev/vg_nvme/lv_3 2024-03-21T13:17:29.936 INFO:teuthology.orchestra.run.smithi066.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-03-21T13:17:29.936 INFO:teuthology.orchestra.run.smithi066.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T13:17:29.936 INFO:teuthology.orchestra.run.smithi066.stdout:Device: 5h/5d Inode: 910 Links: 1 2024-03-21T13:17:29.936 INFO:teuthology.orchestra.run.smithi066.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T13:17:29.936 INFO:teuthology.orchestra.run.smithi066.stdout:Access: 2024-03-21 13:14:06.879068010 +0000 2024-03-21T13:17:29.936 INFO:teuthology.orchestra.run.smithi066.stdout:Modify: 2024-03-21 13:14:06.639070155 +0000 2024-03-21T13:17:29.936 INFO:teuthology.orchestra.run.smithi066.stdout:Change: 2024-03-21 13:14:06.639070155 +0000 2024-03-21T13:17:29.937 INFO:teuthology.orchestra.run.smithi066.stdout: Birth: - 2024-03-21T13:17:29.937 DEBUG:teuthology.orchestra.run.smithi066:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-03-21T13:17:29.990 INFO:teuthology.orchestra.run.smithi066.stderr:1+0 records in 2024-03-21T13:17:29.991 INFO:teuthology.orchestra.run.smithi066.stderr:1+0 records out 2024-03-21T13:17:29.991 INFO:teuthology.orchestra.run.smithi066.stderr:512 bytes copied, 0.000410819 s, 1.2 MB/s 2024-03-21T13:17:29.992 DEBUG:teuthology.orchestra.run.smithi066:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-03-21T13:17:30.042 DEBUG:teuthology.orchestra.run.smithi066:> stat /dev/vg_nvme/lv_4 2024-03-21T13:17:30.089 INFO:teuthology.orchestra.run.smithi066.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-03-21T13:17:30.089 INFO:teuthology.orchestra.run.smithi066.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T13:17:30.089 INFO:teuthology.orchestra.run.smithi066.stdout:Device: 5h/5d Inode: 926 Links: 1 2024-03-21T13:17:30.089 INFO:teuthology.orchestra.run.smithi066.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T13:17:30.089 INFO:teuthology.orchestra.run.smithi066.stdout:Access: 2024-03-21 13:14:07.387063474 +0000 2024-03-21T13:17:30.089 INFO:teuthology.orchestra.run.smithi066.stdout:Modify: 2024-03-21 13:14:07.115065902 +0000 2024-03-21T13:17:30.089 INFO:teuthology.orchestra.run.smithi066.stdout:Change: 2024-03-21 13:14:07.115065902 +0000 2024-03-21T13:17:30.089 INFO:teuthology.orchestra.run.smithi066.stdout: Birth: - 2024-03-21T13:17:30.089 DEBUG:teuthology.orchestra.run.smithi066:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-03-21T13:17:30.142 INFO:teuthology.orchestra.run.smithi066.stderr:1+0 records in 2024-03-21T13:17:30.142 INFO:teuthology.orchestra.run.smithi066.stderr:1+0 records out 2024-03-21T13:17:30.143 INFO:teuthology.orchestra.run.smithi066.stderr:512 bytes copied, 0.000328436 s, 1.6 MB/s 2024-03-21T13:17:30.144 DEBUG:teuthology.orchestra.run.smithi066:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-03-21T13:17:30.194 DEBUG:teuthology.orchestra.run.smithi066:> 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-03-21T13:17:30.331 INFO:teuthology.orchestra.run.smithi066.stdout:loop 2024-03-21T13:17:30.332 INFO:tasks.nvme_loop:Connecting nvme_loop smithi066:/dev/vg_nvme/lv_1... 2024-03-21T13:17:30.333 DEBUG:teuthology.orchestra.run.smithi066:> 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-03-21T13:17:30.351 INFO:teuthology.orchestra.run.smithi066.stdout:1 2024-03-21T13:17:30.371 INFO:teuthology.orchestra.run.smithi066.stdout:/dev/vg_nvme/lv_11 2024-03-21T13:17:30.388 INFO:tasks.nvme_loop:Connecting nvme_loop smithi066:/dev/vg_nvme/lv_2... 2024-03-21T13:17:30.389 DEBUG:teuthology.orchestra.run.smithi066:> 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-03-21T13:17:30.448 INFO:teuthology.orchestra.run.smithi066.stdout:1 2024-03-21T13:17:30.470 INFO:teuthology.orchestra.run.smithi066.stdout:/dev/vg_nvme/lv_21 2024-03-21T13:17:30.490 INFO:tasks.nvme_loop:Connecting nvme_loop smithi066:/dev/vg_nvme/lv_3... 2024-03-21T13:17:30.490 DEBUG:teuthology.orchestra.run.smithi066:> 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-03-21T13:17:30.548 INFO:teuthology.orchestra.run.smithi066.stdout:1 2024-03-21T13:17:30.566 INFO:teuthology.orchestra.run.smithi066.stdout:/dev/vg_nvme/lv_31 2024-03-21T13:17:30.583 INFO:tasks.nvme_loop:Connecting nvme_loop smithi066:/dev/vg_nvme/lv_4... 2024-03-21T13:17:30.583 DEBUG:teuthology.orchestra.run.smithi066:> 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-03-21T13:17:30.640 INFO:teuthology.orchestra.run.smithi066.stdout:1 2024-03-21T13:17:30.661 INFO:teuthology.orchestra.run.smithi066.stdout:/dev/vg_nvme/lv_41 2024-03-21T13:17:30.679 DEBUG:teuthology.orchestra.run.smithi066:> set -ex 2024-03-21T13:17:30.679 DEBUG:teuthology.orchestra.run.smithi066:> dd if=/scratch_devs of=/dev/stdout 2024-03-21T13:17:30.725 DEBUG:teuthology.orchestra.run.smithi066:> sudo nvme list 2024-03-21T13:17:30.779 INFO:teuthology.orchestra.run.smithi066.stdout:Node SN Model Namespace Usage Format FW Rev 2024-03-21T13:17:30.779 INFO:teuthology.orchestra.run.smithi066.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-03-21T13:17:30.779 INFO:teuthology.orchestra.run.smithi066.stdout:/dev/nvme0n1 CVFT53430091400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-03-21T13:17:30.780 INFO:teuthology.orchestra.run.smithi066.stdout:/dev/nvme1n1 8af165ca970d4383ece1 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-03-21T13:17:30.780 INFO:teuthology.orchestra.run.smithi066.stdout:/dev/nvme2n1 d4e60c9e34f9855b1450 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-03-21T13:17:30.780 INFO:teuthology.orchestra.run.smithi066.stdout:/dev/nvme3n1 5d3e456ca359765fd2b6 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-03-21T13:17:30.780 INFO:teuthology.orchestra.run.smithi066.stdout:/dev/nvme4n1 a3591e5cebceb799a991 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-03-21T13:17:30.780 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-03-21T13:17:30.781 DEBUG:teuthology.orchestra.run.smithi066:> set -ex 2024-03-21T13:17:30.781 DEBUG:teuthology.orchestra.run.smithi066:> sudo dd of=/scratch_devs 2024-03-21T13:17:30.840 DEBUG:teuthology.orchestra.run.smithi122:> set -ex 2024-03-21T13:17:30.840 DEBUG:teuthology.orchestra.run.smithi122:> dd if=/scratch_devs of=/dev/stdout 2024-03-21T13:17:30.847 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-03-21T13:17:30.847 DEBUG:teuthology.orchestra.run.smithi122:> stat /dev/vg_nvme/lv_1 2024-03-21T13:17:30.896 INFO:teuthology.orchestra.run.smithi122.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-03-21T13:17:30.896 INFO:teuthology.orchestra.run.smithi122.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T13:17:30.896 INFO:teuthology.orchestra.run.smithi122.stdout:Device: 5h/5d Inode: 884 Links: 1 2024-03-21T13:17:30.896 INFO:teuthology.orchestra.run.smithi122.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T13:17:30.896 INFO:teuthology.orchestra.run.smithi122.stdout:Access: 2024-03-21 13:14:03.023190536 +0000 2024-03-21T13:17:30.896 INFO:teuthology.orchestra.run.smithi122.stdout:Modify: 2024-03-21 13:14:02.723193216 +0000 2024-03-21T13:17:30.896 INFO:teuthology.orchestra.run.smithi122.stdout:Change: 2024-03-21 13:14:02.723193216 +0000 2024-03-21T13:17:30.896 INFO:teuthology.orchestra.run.smithi122.stdout: Birth: - 2024-03-21T13:17:30.897 DEBUG:teuthology.orchestra.run.smithi122:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-03-21T13:17:30.950 INFO:teuthology.orchestra.run.smithi122.stderr:1+0 records in 2024-03-21T13:17:30.950 INFO:teuthology.orchestra.run.smithi122.stderr:1+0 records out 2024-03-21T13:17:30.950 INFO:teuthology.orchestra.run.smithi122.stderr:512 bytes copied, 0.000441016 s, 1.2 MB/s 2024-03-21T13:17:30.951 DEBUG:teuthology.orchestra.run.smithi122:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-03-21T13:17:31.000 DEBUG:teuthology.orchestra.run.smithi122:> stat /dev/vg_nvme/lv_2 2024-03-21T13:17:31.047 INFO:teuthology.orchestra.run.smithi122.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-03-21T13:17:31.047 INFO:teuthology.orchestra.run.smithi122.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T13:17:31.047 INFO:teuthology.orchestra.run.smithi122.stdout:Device: 5h/5d Inode: 896 Links: 1 2024-03-21T13:17:31.047 INFO:teuthology.orchestra.run.smithi122.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T13:17:31.047 INFO:teuthology.orchestra.run.smithi122.stdout:Access: 2024-03-21 13:14:03.507186213 +0000 2024-03-21T13:17:31.047 INFO:teuthology.orchestra.run.smithi122.stdout:Modify: 2024-03-21 13:14:03.255188464 +0000 2024-03-21T13:17:31.047 INFO:teuthology.orchestra.run.smithi122.stdout:Change: 2024-03-21 13:14:03.255188464 +0000 2024-03-21T13:17:31.047 INFO:teuthology.orchestra.run.smithi122.stdout: Birth: - 2024-03-21T13:17:31.048 DEBUG:teuthology.orchestra.run.smithi122:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-03-21T13:17:31.101 INFO:teuthology.orchestra.run.smithi122.stderr:1+0 records in 2024-03-21T13:17:31.101 INFO:teuthology.orchestra.run.smithi122.stderr:1+0 records out 2024-03-21T13:17:31.101 INFO:teuthology.orchestra.run.smithi122.stderr:512 bytes copied, 0.000438791 s, 1.2 MB/s 2024-03-21T13:17:31.102 DEBUG:teuthology.orchestra.run.smithi122:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-03-21T13:17:31.152 DEBUG:teuthology.orchestra.run.smithi122:> stat /dev/vg_nvme/lv_3 2024-03-21T13:17:31.200 INFO:teuthology.orchestra.run.smithi122.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-03-21T13:17:31.200 INFO:teuthology.orchestra.run.smithi122.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T13:17:31.201 INFO:teuthology.orchestra.run.smithi122.stdout:Device: 5h/5d Inode: 913 Links: 1 2024-03-21T13:17:31.201 INFO:teuthology.orchestra.run.smithi122.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T13:17:31.201 INFO:teuthology.orchestra.run.smithi122.stdout:Access: 2024-03-21 13:14:03.971182069 +0000 2024-03-21T13:17:31.201 INFO:teuthology.orchestra.run.smithi122.stdout:Modify: 2024-03-21 13:14:03.715184355 +0000 2024-03-21T13:17:31.201 INFO:teuthology.orchestra.run.smithi122.stdout:Change: 2024-03-21 13:14:03.715184355 +0000 2024-03-21T13:17:31.201 INFO:teuthology.orchestra.run.smithi122.stdout: Birth: - 2024-03-21T13:17:31.201 DEBUG:teuthology.orchestra.run.smithi122:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-03-21T13:17:31.253 INFO:teuthology.orchestra.run.smithi122.stderr:1+0 records in 2024-03-21T13:17:31.254 INFO:teuthology.orchestra.run.smithi122.stderr:1+0 records out 2024-03-21T13:17:31.254 INFO:teuthology.orchestra.run.smithi122.stderr:512 bytes copied, 0.000346986 s, 1.5 MB/s 2024-03-21T13:17:31.255 DEBUG:teuthology.orchestra.run.smithi122:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-03-21T13:17:31.304 DEBUG:teuthology.orchestra.run.smithi122:> stat /dev/vg_nvme/lv_4 2024-03-21T13:17:31.351 INFO:teuthology.orchestra.run.smithi122.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-03-21T13:17:31.351 INFO:teuthology.orchestra.run.smithi122.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T13:17:31.351 INFO:teuthology.orchestra.run.smithi122.stdout:Device: 5h/5d Inode: 932 Links: 1 2024-03-21T13:17:31.351 INFO:teuthology.orchestra.run.smithi122.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T13:17:31.352 INFO:teuthology.orchestra.run.smithi122.stdout:Access: 2024-03-21 13:14:04.423178030 +0000 2024-03-21T13:17:31.352 INFO:teuthology.orchestra.run.smithi122.stdout:Modify: 2024-03-21 13:14:04.191180102 +0000 2024-03-21T13:17:31.352 INFO:teuthology.orchestra.run.smithi122.stdout:Change: 2024-03-21 13:14:04.191180102 +0000 2024-03-21T13:17:31.352 INFO:teuthology.orchestra.run.smithi122.stdout: Birth: - 2024-03-21T13:17:31.352 DEBUG:teuthology.orchestra.run.smithi122:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-03-21T13:17:31.406 INFO:teuthology.orchestra.run.smithi122.stderr:1+0 records in 2024-03-21T13:17:31.406 INFO:teuthology.orchestra.run.smithi122.stderr:1+0 records out 2024-03-21T13:17:31.406 INFO:teuthology.orchestra.run.smithi122.stderr:512 bytes copied, 0.000315819 s, 1.6 MB/s 2024-03-21T13:17:31.408 DEBUG:teuthology.orchestra.run.smithi122:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-03-21T13:17:31.457 DEBUG:teuthology.orchestra.run.smithi122:> 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-03-21T13:17:31.598 INFO:teuthology.orchestra.run.smithi122.stdout:loop 2024-03-21T13:17:31.600 INFO:tasks.nvme_loop:Connecting nvme_loop smithi122:/dev/vg_nvme/lv_1... 2024-03-21T13:17:31.600 DEBUG:teuthology.orchestra.run.smithi122:> 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-03-21T13:17:31.616 INFO:teuthology.orchestra.run.smithi122.stdout:1 2024-03-21T13:17:31.636 INFO:teuthology.orchestra.run.smithi122.stdout:/dev/vg_nvme/lv_11 2024-03-21T13:17:31.653 INFO:tasks.nvme_loop:Connecting nvme_loop smithi122:/dev/vg_nvme/lv_2... 2024-03-21T13:17:31.653 DEBUG:teuthology.orchestra.run.smithi122:> 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-03-21T13:17:31.712 INFO:teuthology.orchestra.run.smithi122.stdout:1 2024-03-21T13:17:31.733 INFO:teuthology.orchestra.run.smithi122.stdout:/dev/vg_nvme/lv_21 2024-03-21T13:17:31.749 INFO:tasks.nvme_loop:Connecting nvme_loop smithi122:/dev/vg_nvme/lv_3... 2024-03-21T13:17:31.749 DEBUG:teuthology.orchestra.run.smithi122:> 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-03-21T13:17:31.806 INFO:teuthology.orchestra.run.smithi122.stdout:1 2024-03-21T13:17:31.825 INFO:teuthology.orchestra.run.smithi122.stdout:/dev/vg_nvme/lv_31 2024-03-21T13:17:31.840 INFO:tasks.nvme_loop:Connecting nvme_loop smithi122:/dev/vg_nvme/lv_4... 2024-03-21T13:17:31.841 DEBUG:teuthology.orchestra.run.smithi122:> 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-03-21T13:17:31.899 INFO:teuthology.orchestra.run.smithi122.stdout:1 2024-03-21T13:17:31.918 INFO:teuthology.orchestra.run.smithi122.stdout:/dev/vg_nvme/lv_41 2024-03-21T13:17:31.934 DEBUG:teuthology.orchestra.run.smithi122:> set -ex 2024-03-21T13:17:31.934 DEBUG:teuthology.orchestra.run.smithi122:> dd if=/scratch_devs of=/dev/stdout 2024-03-21T13:17:31.980 DEBUG:teuthology.orchestra.run.smithi122:> sudo nvme list 2024-03-21T13:17:32.032 INFO:teuthology.orchestra.run.smithi122.stdout:Node SN Model Namespace Usage Format FW Rev 2024-03-21T13:17:32.032 INFO:teuthology.orchestra.run.smithi122.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-03-21T13:17:32.032 INFO:teuthology.orchestra.run.smithi122.stdout:/dev/nvme0n1 PHFT6204010U400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101F0 2024-03-21T13:17:32.032 INFO:teuthology.orchestra.run.smithi122.stdout:/dev/nvme1n1 39162c47118fb3ee060f Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-03-21T13:17:32.033 INFO:teuthology.orchestra.run.smithi122.stdout:/dev/nvme2n1 995012e68a2053f1424b Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-03-21T13:17:32.033 INFO:teuthology.orchestra.run.smithi122.stdout:/dev/nvme3n1 03f47d1094537d01b93a Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-03-21T13:17:32.033 INFO:teuthology.orchestra.run.smithi122.stdout:/dev/nvme4n1 8c626304f6d63ef0aea0 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-03-21T13:17:32.033 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-03-21T13:17:32.034 DEBUG:teuthology.orchestra.run.smithi122:> set -ex 2024-03-21T13:17:32.034 DEBUG:teuthology.orchestra.run.smithi122:> sudo dd of=/scratch_devs 2024-03-21T13:17:32.089 INFO:teuthology.run_tasks:Running task cephadm... 2024-03-21T13:17:32.175 INFO:tasks.cephadm:Config: {'roleless': True, 'conf': {'mgr': {'debug mgr': 20, 'debug ms': 1}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20, 'osd shutdown pgref assert': True}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': '960fbbe4645c2becc8084669be194c95183c7753'} 2024-03-21T13:17:32.175 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 2024-03-21T13:17:32.176 INFO:tasks.cephadm:Cluster fsid is 5ff71cb6-e785-11ee-95cd-87774f69a715 2024-03-21T13:17:32.176 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-03-21T13:17:32.176 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-03-21T13:17:32.176 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi066': '172.21.15.66', 'mon.smithi122': '172.21.15.122'} 2024-03-21T13:17:32.176 INFO:tasks.cephadm:Normalizing hostnames... 2024-03-21T13:17:32.176 DEBUG:teuthology.orchestra.run.smithi066:> sudo hostname $(hostname -s) 2024-03-21T13:17:32.191 DEBUG:teuthology.orchestra.run.smithi122:> sudo hostname $(hostname -s) 2024-03-21T13:17:32.205 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-03-21T13:17:32.205 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=960fbbe4645c2becc8084669be194c95183c7753 2024-03-21T13:17:32.421 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '960fbbe4645c2becc8084669be194c95183c7753', '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/77830/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-2267-g960fbbe4', 'node_name': '172.21.2.11+braggi11', '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.0.0-2267-g960fbbe4-1jammy'}, 'url': 'https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/ubuntu/jammy/flavors/default/', 'distro_codename': 'jammy', 'modified': '2024-03-21 11:37:05.059114', 'distro_version': '22.04', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-guits-testing-2024-03-21-0818', 'chacra_url': 'https://1.chacra.ceph.com/repos/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/ubuntu/jammy/flavors/default/', 'archs': ['x86_64'], 'distro': 'ubuntu'}] 2024-03-21T13:17:32.556 INFO:tasks.util.chacra:got chacra host 1.chacra.ceph.com, ref wip-guits-testing-2024-03-21-0818, sha1 960fbbe4645c2becc8084669be194c95183c7753 from https://shaman.ceph.com/api/search/?project=ceph&distros=ubuntu%2F22.04%2Fx86_64&flavor=default&sha1=960fbbe4645c2becc8084669be194c95183c7753 2024-03-21T13:17:32.558 INFO:tasks.cephadm:Discovered cachra url: https://1.chacra.ceph.com/binaries/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-03-21T13:17:32.558 DEBUG:teuthology.orchestra.run.smithi066:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-03-21T13:17:33.487 INFO:teuthology.orchestra.run.smithi066.stdout:-rw-rw-r-- 1 ubuntu ubuntu 776456 Mar 21 13:17 /home/ubuntu/cephtest/cephadm 2024-03-21T13:17:33.487 DEBUG:teuthology.orchestra.run.smithi122:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-guits-testing-2024-03-21-0818/960fbbe4645c2becc8084669be194c95183c7753/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-03-21T13:17:34.167 INFO:teuthology.orchestra.run.smithi122.stdout:-rw-rw-r-- 1 ubuntu ubuntu 776456 Mar 21 13:17 /home/ubuntu/cephtest/cephadm 2024-03-21T13:17:34.168 DEBUG:teuthology.orchestra.run.smithi066:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-03-21T13:17:34.176 DEBUG:teuthology.orchestra.run.smithi122:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-03-21T13:17:34.193 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 on all hosts... 2024-03-21T13:17:34.193 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 pull 2024-03-21T13:17:34.223 DEBUG:teuthology.orchestra.run.smithi122:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 pull 2024-03-21T13:17:34.390 INFO:teuthology.orchestra.run.smithi122.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753... 2024-03-21T13:17:34.391 INFO:teuthology.orchestra.run.smithi066.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753... 2024-03-21T13:18:43.008 INFO:teuthology.orchestra.run.smithi066.stdout:{ 2024-03-21T13:18:43.008 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph_version": "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)", 2024-03-21T13:18:43.008 INFO:teuthology.orchestra.run.smithi066.stdout: "image_id": "19e12293512ff7978c8adb5f72a829060dd47f07bfd6903b6b3178d2ebc29e4e", 2024-03-21T13:18:43.009 INFO:teuthology.orchestra.run.smithi066.stdout: "repo_digests": [ 2024-03-21T13:18:43.009 INFO:teuthology.orchestra.run.smithi066.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:35f4b82cbae750007a45d4eba3ff9f653c457c283782141ef353684823d81e93" 2024-03-21T13:18:43.009 INFO:teuthology.orchestra.run.smithi066.stdout: ] 2024-03-21T13:18:43.009 INFO:teuthology.orchestra.run.smithi066.stdout:} 2024-03-21T13:18:43.671 INFO:teuthology.orchestra.run.smithi122.stdout:{ 2024-03-21T13:18:43.671 INFO:teuthology.orchestra.run.smithi122.stdout: "ceph_version": "ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev)", 2024-03-21T13:18:43.672 INFO:teuthology.orchestra.run.smithi122.stdout: "image_id": "19e12293512ff7978c8adb5f72a829060dd47f07bfd6903b6b3178d2ebc29e4e", 2024-03-21T13:18:43.672 INFO:teuthology.orchestra.run.smithi122.stdout: "repo_digests": [ 2024-03-21T13:18:43.672 INFO:teuthology.orchestra.run.smithi122.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:35f4b82cbae750007a45d4eba3ff9f653c457c283782141ef353684823d81e93" 2024-03-21T13:18:43.672 INFO:teuthology.orchestra.run.smithi122.stdout: ] 2024-03-21T13:18:43.672 INFO:teuthology.orchestra.run.smithi122.stdout:} 2024-03-21T13:18:43.718 DEBUG:teuthology.orchestra.run.smithi066:> sudo mkdir -p /etc/ceph 2024-03-21T13:18:43.733 DEBUG:teuthology.orchestra.run.smithi122:> sudo mkdir -p /etc/ceph 2024-03-21T13:18:43.746 DEBUG:teuthology.orchestra.run.smithi066:> sudo chmod 777 /etc/ceph 2024-03-21T13:18:43.788 DEBUG:teuthology.orchestra.run.smithi122:> sudo chmod 777 /etc/ceph 2024-03-21T13:18:43.801 INFO:tasks.cephadm:Writing seed config... 2024-03-21T13:18:43.802 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-03-21T13:18:43.802 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-03-21T13:18:43.802 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-03-21T13:18:43.802 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-03-21T13:18:43.802 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-03-21T13:18:43.802 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-03-21T13:18:43.802 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-03-21T13:18:43.802 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-03-21T13:18:43.803 DEBUG:teuthology.orchestra.run.smithi066:> set -ex 2024-03-21T13:18:43.803 DEBUG:teuthology.orchestra.run.smithi066:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-03-21T13:18:43.838 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 = 5ff71cb6-e785-11ee-95cd-87774f69a715 [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-03-21T13:18:43.838 DEBUG:teuthology.orchestra.run.smithi066:mon.smithi066> sudo journalctl -f -n 0 -u ceph-5ff71cb6-e785-11ee-95cd-87774f69a715@mon.smithi066.service 2024-03-21T13:18:43.882 INFO:tasks.cephadm:Bootstrapping... 2024-03-21T13:18:43.883 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 -v bootstrap --fsid 5ff71cb6-e785-11ee-95cd-87774f69a715 --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.66 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-03-21T13:18:44.093 INFO:teuthology.orchestra.run.smithi066.stdout:-------------------------------------------------------------------------------- 2024-03-21T13:18:44.093 INFO:teuthology.orchestra.run.smithi066.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753', '-v', 'bootstrap', '--fsid', '5ff71cb6-e785-11ee-95cd-87774f69a715', '--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.66', '--skip-admin-label'] 2024-03-21T13:18:44.094 INFO:teuthology.orchestra.run.smithi066.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-03-21T13:18:44.094 INFO:teuthology.orchestra.run.smithi066.stdout:Verifying podman|docker is present... 2024-03-21T13:18:44.094 INFO:teuthology.orchestra.run.smithi066.stdout:Verifying lvm2 is present... 2024-03-21T13:18:44.094 INFO:teuthology.orchestra.run.smithi066.stdout:Verifying time synchronization is in place... 2024-03-21T13:18:44.101 INFO:teuthology.orchestra.run.smithi066.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-03-21T13:18:44.101 INFO:teuthology.orchestra.run.smithi066.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-03-21T13:18:44.106 INFO:teuthology.orchestra.run.smithi066.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-03-21T13:18:44.106 INFO:teuthology.orchestra.run.smithi066.stdout:systemctl: stdout inactive 2024-03-21T13:18:44.111 INFO:teuthology.orchestra.run.smithi066.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-03-21T13:18:44.112 INFO:teuthology.orchestra.run.smithi066.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-03-21T13:18:44.115 INFO:teuthology.orchestra.run.smithi066.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-03-21T13:18:44.115 INFO:teuthology.orchestra.run.smithi066.stdout:systemctl: stdout inactive 2024-03-21T13:18:44.119 INFO:teuthology.orchestra.run.smithi066.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-03-21T13:18:44.119 INFO:teuthology.orchestra.run.smithi066.stdout:systemctl: stdout masked 2024-03-21T13:18:44.124 INFO:teuthology.orchestra.run.smithi066.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-03-21T13:18:44.124 INFO:teuthology.orchestra.run.smithi066.stdout:systemctl: stdout inactive 2024-03-21T13:18:44.127 INFO:teuthology.orchestra.run.smithi066.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-03-21T13:18:44.128 INFO:teuthology.orchestra.run.smithi066.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-03-21T13:18:44.131 INFO:teuthology.orchestra.run.smithi066.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-03-21T13:18:44.132 INFO:teuthology.orchestra.run.smithi066.stdout:systemctl: stdout inactive 2024-03-21T13:18:44.136 INFO:teuthology.orchestra.run.smithi066.stdout:systemctl: stdout enabled 2024-03-21T13:18:44.140 INFO:teuthology.orchestra.run.smithi066.stdout:systemctl: stdout active 2024-03-21T13:18:44.140 INFO:teuthology.orchestra.run.smithi066.stdout:Unit ntp.service is enabled and running 2024-03-21T13:18:44.140 INFO:teuthology.orchestra.run.smithi066.stdout:Repeating the final host check... 2024-03-21T13:18:44.140 INFO:teuthology.orchestra.run.smithi066.stdout:docker (/usr/bin/docker) is present 2024-03-21T13:18:44.140 INFO:teuthology.orchestra.run.smithi066.stdout:systemctl is present 2024-03-21T13:18:44.140 INFO:teuthology.orchestra.run.smithi066.stdout:lvcreate is present 2024-03-21T13:18:44.144 INFO:teuthology.orchestra.run.smithi066.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-03-21T13:18:44.144 INFO:teuthology.orchestra.run.smithi066.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-03-21T13:18:44.148 INFO:teuthology.orchestra.run.smithi066.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-03-21T13:18:44.148 INFO:teuthology.orchestra.run.smithi066.stdout:systemctl: stdout inactive 2024-03-21T13:18:44.151 INFO:teuthology.orchestra.run.smithi066.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-03-21T13:18:44.151 INFO:teuthology.orchestra.run.smithi066.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-03-21T13:18:44.155 INFO:teuthology.orchestra.run.smithi066.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-03-21T13:18:44.156 INFO:teuthology.orchestra.run.smithi066.stdout:systemctl: stdout inactive 2024-03-21T13:18:44.159 INFO:teuthology.orchestra.run.smithi066.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-03-21T13:18:44.160 INFO:teuthology.orchestra.run.smithi066.stdout:systemctl: stdout masked 2024-03-21T13:18:44.163 INFO:teuthology.orchestra.run.smithi066.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-03-21T13:18:44.163 INFO:teuthology.orchestra.run.smithi066.stdout:systemctl: stdout inactive 2024-03-21T13:18:44.167 INFO:teuthology.orchestra.run.smithi066.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-03-21T13:18:44.167 INFO:teuthology.orchestra.run.smithi066.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-03-21T13:18:44.171 INFO:teuthology.orchestra.run.smithi066.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-03-21T13:18:44.171 INFO:teuthology.orchestra.run.smithi066.stdout:systemctl: stdout inactive 2024-03-21T13:18:44.175 INFO:teuthology.orchestra.run.smithi066.stdout:systemctl: stdout enabled 2024-03-21T13:18:44.180 INFO:teuthology.orchestra.run.smithi066.stdout:systemctl: stdout active 2024-03-21T13:18:44.180 INFO:teuthology.orchestra.run.smithi066.stdout:Unit ntp.service is enabled and running 2024-03-21T13:18:44.180 INFO:teuthology.orchestra.run.smithi066.stdout:Host looks OK 2024-03-21T13:18:44.180 INFO:teuthology.orchestra.run.smithi066.stdout:Cluster fsid: 5ff71cb6-e785-11ee-95cd-87774f69a715 2024-03-21T13:18:44.180 INFO:teuthology.orchestra.run.smithi066.stdout:Acquiring lock 140376118295856 on /run/cephadm/5ff71cb6-e785-11ee-95cd-87774f69a715.lock 2024-03-21T13:18:44.181 INFO:teuthology.orchestra.run.smithi066.stdout:Lock 140376118295856 acquired on /run/cephadm/5ff71cb6-e785-11ee-95cd-87774f69a715.lock 2024-03-21T13:18:44.181 INFO:teuthology.orchestra.run.smithi066.stdout:Verifying IP 172.21.15.66 port 3300 ... 2024-03-21T13:18:44.181 INFO:teuthology.orchestra.run.smithi066.stdout:Verifying IP 172.21.15.66 port 6789 ... 2024-03-21T13:18:44.181 INFO:teuthology.orchestra.run.smithi066.stdout:Base mon IP(s) is [172.21.15.66:3300, 172.21.15.66:6789], mon addrv is [v2:172.21.15.66:3300,v1:172.21.15.66:6789] 2024-03-21T13:18:44.184 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 2024-03-21T13:18:44.184 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.66 metric 100 2024-03-21T13:18:44.184 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/sbin/ip: stdout 158.69.67.47 via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.66 metric 100 2024-03-21T13:18:44.184 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/sbin/ip: stdout 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-03-21T13:18:44.184 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/sbin/ip: stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.66 metric 100 2024-03-21T13:18:44.184 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/sbin/ip: stdout 172.21.0.1 dev enp3s0f1 proto dhcp scope link src 172.21.15.66 metric 100 2024-03-21T13:18:44.184 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/sbin/ip: stdout 172.21.0.2 dev enp3s0f1 proto dhcp scope link src 172.21.15.66 metric 100 2024-03-21T13:18:44.184 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/sbin/ip: stdout 172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.66 metric 100 2024-03-21T13:18:44.186 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-03-21T13:18:44.186 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/sbin/ip: stdout fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2024-03-21T13:18:44.186 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 expires 1798sec pref medium 2024-03-21T13:18:44.188 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-03-21T13:18:44.188 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/sbin/ip: stdout inet6 ::1/128 scope host 2024-03-21T13:18:44.188 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-03-21T13:18:44.189 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/sbin/ip: stdout 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-03-21T13:18:44.189 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/sbin/ip: stdout inet6 fe80::ec4:7aff:feb6:f8bd/64 scope link 2024-03-21T13:18:44.189 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-03-21T13:18:44.190 INFO:teuthology.orchestra.run.smithi066.stdout:Mon IP `172.21.15.66` is in CIDR network `172.21.0.0/20` 2024-03-21T13:18:44.190 INFO:teuthology.orchestra.run.smithi066.stdout:Mon IP `172.21.15.66` is in CIDR network `172.21.0.0/20` 2024-03-21T13:18:44.190 INFO:teuthology.orchestra.run.smithi066.stdout:Mon IP `172.21.15.66` is in CIDR network `172.21.0.1/32` 2024-03-21T13:18:44.190 INFO:teuthology.orchestra.run.smithi066.stdout:Mon IP `172.21.15.66` is in CIDR network `172.21.0.1/32` 2024-03-21T13:18:44.190 INFO:teuthology.orchestra.run.smithi066.stdout:Mon IP `172.21.15.66` is in CIDR network `172.21.0.2/32` 2024-03-21T13:18:44.190 INFO:teuthology.orchestra.run.smithi066.stdout:Mon IP `172.21.15.66` is in CIDR network `172.21.0.2/32` 2024-03-21T13:18:44.190 INFO:teuthology.orchestra.run.smithi066.stdout:Mon IP `172.21.15.66` is in CIDR network `172.21.15.254/32` 2024-03-21T13:18:44.190 INFO:teuthology.orchestra.run.smithi066.stdout:Mon IP `172.21.15.66` is in CIDR network `172.21.15.254/32` 2024-03-21T13:18:44.191 INFO:teuthology.orchestra.run.smithi066.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20', '172.21.0.1/32', '172.21.0.1/32', '172.21.0.2/32', '172.21.0.2/32', '172.21.15.254/32', '172.21.15.254/32'] 2024-03-21T13:18:44.191 INFO:teuthology.orchestra.run.smithi066.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-03-21T13:18:44.191 INFO:teuthology.orchestra.run.smithi066.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753... 2024-03-21T13:18:44.727 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/docker: stdout 960fbbe4645c2becc8084669be194c95183c7753: Pulling from ceph-ci/ceph 2024-03-21T13:18:44.727 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/docker: stdout Digest: sha256:35f4b82cbae750007a45d4eba3ff9f653c457c283782141ef353684823d81e93 2024-03-21T13:18:44.727 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/docker: stdout Status: Image is up to date for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 2024-03-21T13:18:44.727 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/docker: stdout quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 2024-03-21T13:18:46.102 INFO:teuthology.orchestra.run.smithi066.stdout:ceph: stdout ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev) 2024-03-21T13:18:46.102 INFO:teuthology.orchestra.run.smithi066.stdout:Ceph version: ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev) 2024-03-21T13:18:46.103 INFO:teuthology.orchestra.run.smithi066.stdout:Extracting ceph user uid/gid from container image... 2024-03-21T13:18:47.340 INFO:teuthology.orchestra.run.smithi066.stdout:stat: stdout 167 167 2024-03-21T13:18:47.340 INFO:teuthology.orchestra.run.smithi066.stdout:Creating initial keys... 2024-03-21T13:18:48.503 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-authtool: stdout AQC4M/xlL/ZPABAAs/Bk96hmQMzWU5EfO73FzQ== 2024-03-21T13:18:49.559 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-authtool: stdout AQC5M/xlr8suAxAATwbFkuuJlJAfAMbIwPDdtA== 2024-03-21T13:18:50.803 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-authtool: stdout AQC6M/xlAHgyCRAAr9VCJt5h3TgWaTrY6qeS6g== 2024-03-21T13:18:50.804 INFO:teuthology.orchestra.run.smithi066.stdout:Creating initial monmap... 2024-03-21T13:18:51.950 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-03-21T13:18:51.950 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-03-21T13:18:51.950 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 5ff71cb6-e785-11ee-95cd-87774f69a715 2024-03-21T13:18:51.950 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-03-21T13:18:51.950 INFO:teuthology.orchestra.run.smithi066.stdout:monmaptool for smithi066 [v2:172.21.15.66:3300,v1:172.21.15.66:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-03-21T13:18:51.950 INFO:teuthology.orchestra.run.smithi066.stdout:setting min_mon_release = quincy 2024-03-21T13:18:51.950 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/monmaptool: set fsid to 5ff71cb6-e785-11ee-95cd-87774f69a715 2024-03-21T13:18:51.950 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-03-21T13:18:51.951 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-03-21T13:18:51.951 INFO:teuthology.orchestra.run.smithi066.stdout:Creating mon... 2024-03-21T13:18:53.323 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.677+0000 7efdd2ad9c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-03-21T13:18:53.323 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.677+0000 7efdd2ad9c80 1 imported monmap: 2024-03-21T13:18:53.323 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr epoch 0 2024-03-21T13:18:53.324 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr fsid 5ff71cb6-e785-11ee-95cd-87774f69a715 2024-03-21T13:18:53.324 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr last_changed 2024-03-21T13:18:51.476157+0000 2024-03-21T13:18:53.324 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr created 2024-03-21T13:18:51.476157+0000 2024-03-21T13:18:53.324 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr min_mon_release 17 (quincy) 2024-03-21T13:18:53.324 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr election_strategy: 1 2024-03-21T13:18:53.324 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr 0: [v2:172.21.15.66:3300/0,v1:172.21.15.66:6789/0] mon.smithi066 2024-03-21T13:18:53.324 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr 2024-03-21T13:18:53.324 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.677+0000 7efdd2ad9c80 0 /usr/bin/ceph-mon: set fsid to 5ff71cb6-e785-11ee-95cd-87774f69a715 2024-03-21T13:18:53.324 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.681+0000 7efdd2ad9c80 4 rocksdb: RocksDB version: 7.9.2 2024-03-21T13:18:53.328 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr 2024-03-21T13:18:53.329 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.681+0000 7efdd2ad9c80 4 rocksdb: Git sha 0 2024-03-21T13:18:53.329 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.681+0000 7efdd2ad9c80 4 rocksdb: Compile date 2024-03-21 08:53:26 2024-03-21T13:18:53.329 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.681+0000 7efdd2ad9c80 4 rocksdb: DB SUMMARY 2024-03-21T13:18:53.329 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr 2024-03-21T13:18:53.329 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.681+0000 7efdd2ad9c80 4 rocksdb: DB Session ID: KFYYUDO5MPNCYVKNVLCQ 2024-03-21T13:18:53.329 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr 2024-03-21T13:18:53.329 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.681+0000 7efdd2ad9c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi066/store.db dir, Total Num: 0, files: 2024-03-21T13:18:53.329 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr 2024-03-21T13:18:53.329 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.681+0000 7efdd2ad9c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi066/store.db: 2024-03-21T13:18:53.329 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr 2024-03-21T13:18:53.329 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.681+0000 7efdd2ad9c80 4 rocksdb: Options.error_if_exists: 0 2024-03-21T13:18:53.329 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.681+0000 7efdd2ad9c80 4 rocksdb: Options.create_if_missing: 1 2024-03-21T13:18:53.329 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.681+0000 7efdd2ad9c80 4 rocksdb: Options.paranoid_checks: 1 2024-03-21T13:18:53.330 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.681+0000 7efdd2ad9c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-03-21T13:18:53.330 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.681+0000 7efdd2ad9c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-03-21T13:18:53.330 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.681+0000 7efdd2ad9c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-03-21T13:18:53.330 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.681+0000 7efdd2ad9c80 4 rocksdb: Options.env: 0x55867c078b20 2024-03-21T13:18:53.330 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.681+0000 7efdd2ad9c80 4 rocksdb: Options.fs: PosixFileSystem 2024-03-21T13:18:53.330 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.681+0000 7efdd2ad9c80 4 rocksdb: Options.info_log: 0x55867e53ca80 2024-03-21T13:18:53.330 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.681+0000 7efdd2ad9c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-03-21T13:18:53.330 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.681+0000 7efdd2ad9c80 4 rocksdb: Options.statistics: (nil) 2024-03-21T13:18:53.330 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.681+0000 7efdd2ad9c80 4 rocksdb: Options.use_fsync: 0 2024-03-21T13:18:53.330 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.681+0000 7efdd2ad9c80 4 rocksdb: Options.max_log_file_size: 0 2024-03-21T13:18:53.330 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.681+0000 7efdd2ad9c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-03-21T13:18:53.330 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.681+0000 7efdd2ad9c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-03-21T13:18:53.330 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.681+0000 7efdd2ad9c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-03-21T13:18:53.330 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.681+0000 7efdd2ad9c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-03-21T13:18:53.331 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.681+0000 7efdd2ad9c80 4 rocksdb: Options.allow_fallocate: 1 2024-03-21T13:18:53.331 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.681+0000 7efdd2ad9c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-03-21T13:18:53.331 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.681+0000 7efdd2ad9c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-03-21T13:18:53.331 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.681+0000 7efdd2ad9c80 4 rocksdb: Options.use_direct_reads: 0 2024-03-21T13:18:53.331 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.681+0000 7efdd2ad9c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-03-21T13:18:53.331 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.681+0000 7efdd2ad9c80 4 rocksdb: Options.create_missing_column_families: 0 2024-03-21T13:18:53.331 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.681+0000 7efdd2ad9c80 4 rocksdb: Options.db_log_dir: 2024-03-21T13:18:53.331 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.681+0000 7efdd2ad9c80 4 rocksdb: Options.wal_dir: 2024-03-21T13:18:53.331 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.681+0000 7efdd2ad9c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-03-21T13:18:53.331 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.681+0000 7efdd2ad9c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-03-21T13:18:53.331 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.681+0000 7efdd2ad9c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-03-21T13:18:53.331 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.681+0000 7efdd2ad9c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-03-21T13:18:53.331 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.681+0000 7efdd2ad9c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-03-21T13:18:53.331 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.681+0000 7efdd2ad9c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-03-21T13:18:53.331 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.681+0000 7efdd2ad9c80 4 rocksdb: Options.advise_random_on_open: 1 2024-03-21T13:18:53.332 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.681+0000 7efdd2ad9c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-03-21T13:18:53.347 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.681+0000 7efdd2ad9c80 4 rocksdb: Options.write_buffer_manager: 0x55867e50f360 2024-03-21T13:18:53.347 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.681+0000 7efdd2ad9c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-03-21T13:18:53.347 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.681+0000 7efdd2ad9c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-03-21T13:18:53.347 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.681+0000 7efdd2ad9c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-03-21T13:18:53.347 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.681+0000 7efdd2ad9c80 4 rocksdb: Options.rate_limiter: (nil) 2024-03-21T13:18:53.347 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.681+0000 7efdd2ad9c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-03-21T13:18:53.347 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.681+0000 7efdd2ad9c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-03-21T13:18:53.347 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.681+0000 7efdd2ad9c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-03-21T13:18:53.347 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.681+0000 7efdd2ad9c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-03-21T13:18:53.348 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.681+0000 7efdd2ad9c80 4 rocksdb: Options.unordered_write: 0 2024-03-21T13:18:53.348 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.681+0000 7efdd2ad9c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-03-21T13:18:53.348 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.681+0000 7efdd2ad9c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-03-21T13:18:53.348 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.681+0000 7efdd2ad9c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-03-21T13:18:53.348 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.681+0000 7efdd2ad9c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-03-21T13:18:53.348 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.681+0000 7efdd2ad9c80 4 rocksdb: Options.row_cache: None 2024-03-21T13:18:53.348 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.681+0000 7efdd2ad9c80 4 rocksdb: Options.wal_filter: None 2024-03-21T13:18:53.348 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.681+0000 7efdd2ad9c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-03-21T13:18:53.348 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.681+0000 7efdd2ad9c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-03-21T13:18:53.348 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.681+0000 7efdd2ad9c80 4 rocksdb: Options.two_write_queues: 0 2024-03-21T13:18:53.348 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.681+0000 7efdd2ad9c80 4 rocksdb: Options.manual_wal_flush: 0 2024-03-21T13:18:53.348 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.681+0000 7efdd2ad9c80 4 rocksdb: Options.wal_compression: 0 2024-03-21T13:18:53.348 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.681+0000 7efdd2ad9c80 4 rocksdb: Options.atomic_flush: 0 2024-03-21T13:18:53.348 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.681+0000 7efdd2ad9c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-03-21T13:18:53.348 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.681+0000 7efdd2ad9c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-03-21T13:18:53.349 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.681+0000 7efdd2ad9c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-03-21T13:18:53.349 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.681+0000 7efdd2ad9c80 4 rocksdb: Options.log_readahead_size: 0 2024-03-21T13:18:53.349 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.681+0000 7efdd2ad9c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-03-21T13:18:53.349 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.681+0000 7efdd2ad9c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-03-21T13:18:53.349 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.681+0000 7efdd2ad9c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-03-21T13:18:53.349 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.681+0000 7efdd2ad9c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-03-21T13:18:53.349 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.681+0000 7efdd2ad9c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-03-21T13:18:53.349 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.681+0000 7efdd2ad9c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-03-21T13:18:53.349 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.681+0000 7efdd2ad9c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-03-21T13:18:53.349 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.681+0000 7efdd2ad9c80 4 rocksdb: Options.max_background_jobs: 2 2024-03-21T13:18:53.349 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.681+0000 7efdd2ad9c80 4 rocksdb: Options.max_background_compactions: -1 2024-03-21T13:18:53.349 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.681+0000 7efdd2ad9c80 4 rocksdb: Options.max_subcompactions: 1 2024-03-21T13:18:53.349 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.681+0000 7efdd2ad9c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-03-21T13:18:53.349 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.681+0000 7efdd2ad9c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-03-21T13:18:53.350 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.681+0000 7efdd2ad9c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-03-21T13:18:53.350 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.681+0000 7efdd2ad9c80 4 rocksdb: Options.max_total_wal_size: 0 2024-03-21T13:18:53.350 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.681+0000 7efdd2ad9c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-03-21T13:18:53.350 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.681+0000 7efdd2ad9c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-03-21T13:18:53.350 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.681+0000 7efdd2ad9c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-03-21T13:18:53.350 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.681+0000 7efdd2ad9c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-03-21T13:18:53.350 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.681+0000 7efdd2ad9c80 4 rocksdb: Options.max_open_files: -1 2024-03-21T13:18:53.350 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.681+0000 7efdd2ad9c80 4 rocksdb: Options.bytes_per_sync: 0 2024-03-21T13:18:53.350 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.681+0000 7efdd2ad9c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-03-21T13:18:53.350 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.681+0000 7efdd2ad9c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-03-21T13:18:53.350 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.681+0000 7efdd2ad9c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-03-21T13:18:53.350 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.681+0000 7efdd2ad9c80 4 rocksdb: Options.max_background_flushes: -1 2024-03-21T13:18:53.350 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.681+0000 7efdd2ad9c80 4 rocksdb: Compression algorithms supported: 2024-03-21T13:18:53.350 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.681+0000 7efdd2ad9c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-03-21T13:18:53.351 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.681+0000 7efdd2ad9c80 4 rocksdb: kZSTD supported: 0 2024-03-21T13:18:53.351 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.681+0000 7efdd2ad9c80 4 rocksdb: kXpressCompression supported: 0 2024-03-21T13:18:53.351 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.681+0000 7efdd2ad9c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-03-21T13:18:53.351 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.681+0000 7efdd2ad9c80 4 rocksdb: kZlibCompression supported: 1 2024-03-21T13:18:53.351 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.681+0000 7efdd2ad9c80 4 rocksdb: kSnappyCompression supported: 1 2024-03-21T13:18:53.351 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.681+0000 7efdd2ad9c80 4 rocksdb: kLZ4Compression supported: 1 2024-03-21T13:18:53.351 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.681+0000 7efdd2ad9c80 4 rocksdb: kBZip2Compression supported: 0 2024-03-21T13:18:53.351 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.681+0000 7efdd2ad9c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-03-21T13:18:53.351 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.681+0000 7efdd2ad9c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-03-21T13:18:53.351 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.681+0000 7efdd2ad9c80 4 rocksdb: [db/db_impl/db_impl_open.cc:317] Creating manifest 1 2024-03-21T13:18:53.351 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr 2024-03-21T13:18:53.351 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.685+0000 7efdd2ad9c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi066/store.db/MANIFEST-000001 2024-03-21T13:18:53.351 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr 2024-03-21T13:18:53.351 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.685+0000 7efdd2ad9c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-03-21T13:18:53.352 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr 2024-03-21T13:18:53.352 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.685+0000 7efdd2ad9c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-03-21T13:18:53.352 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.685+0000 7efdd2ad9c80 4 rocksdb: Options.merge_operator: 2024-03-21T13:18:53.352 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.685+0000 7efdd2ad9c80 4 rocksdb: Options.compaction_filter: None 2024-03-21T13:18:53.352 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.685+0000 7efdd2ad9c80 4 rocksdb: Options.compaction_filter_factory: None 2024-03-21T13:18:53.352 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.685+0000 7efdd2ad9c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-03-21T13:18:53.352 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.685+0000 7efdd2ad9c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-03-21T13:18:53.352 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.685+0000 7efdd2ad9c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-03-21T13:18:53.352 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.685+0000 7efdd2ad9c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55867e53cb80) 2024-03-21T13:18:53.352 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2024-03-21T13:18:53.352 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 0 2024-03-21T13:18:53.352 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2024-03-21T13:18:53.352 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2024-03-21T13:18:53.352 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr index_type: 0 2024-03-21T13:18:53.352 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2024-03-21T13:18:53.353 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr index_shortening: 1 2024-03-21T13:18:53.353 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2024-03-21T13:18:53.353 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr checksum: 4 2024-03-21T13:18:53.353 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr no_block_cache: 0 2024-03-21T13:18:53.353 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr block_cache: 0x55867e541090 2024-03-21T13:18:53.353 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2024-03-21T13:18:53.353 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr block_cache_options: 2024-03-21T13:18:53.353 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr capacity : 536870912 2024-03-21T13:18:53.353 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2024-03-21T13:18:53.353 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2024-03-21T13:18:53.353 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2024-03-21T13:18:53.353 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2024-03-21T13:18:53.353 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2024-03-21T13:18:53.353 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr block_size: 4096 2024-03-21T13:18:53.353 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2024-03-21T13:18:53.354 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2024-03-21T13:18:53.354 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2024-03-21T13:18:53.354 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2024-03-21T13:18:53.354 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr partition_filters: 0 2024-03-21T13:18:53.354 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2024-03-21T13:18:53.354 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr filter_policy: bloomfilter 2024-03-21T13:18:53.354 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2024-03-21T13:18:53.354 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr verify_compression: 0 2024-03-21T13:18:53.354 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2024-03-21T13:18:53.354 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr format_version: 5 2024-03-21T13:18:53.354 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2024-03-21T13:18:53.354 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr block_align: 0 2024-03-21T13:18:53.354 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr max_auto_readahead_size: 262144 2024-03-21T13:18:53.354 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr prepopulate_block_cache: 0 2024-03-21T13:18:53.354 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr initial_auto_readahead_size: 8192 2024-03-21T13:18:53.355 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr num_file_reads_for_auto_readahead: 2 2024-03-21T13:18:53.355 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr 2024-03-21T13:18:53.355 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.685+0000 7efdd2ad9c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-03-21T13:18:53.355 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.685+0000 7efdd2ad9c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-03-21T13:18:53.355 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.685+0000 7efdd2ad9c80 4 rocksdb: Options.compression: NoCompression 2024-03-21T13:18:53.355 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.685+0000 7efdd2ad9c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-03-21T13:18:53.355 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.685+0000 7efdd2ad9c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-03-21T13:18:53.355 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.685+0000 7efdd2ad9c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-03-21T13:18:53.355 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.685+0000 7efdd2ad9c80 4 rocksdb: Options.num_levels: 7 2024-03-21T13:18:53.355 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.685+0000 7efdd2ad9c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-03-21T13:18:53.355 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.685+0000 7efdd2ad9c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-03-21T13:18:53.355 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.685+0000 7efdd2ad9c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-03-21T13:18:53.355 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.685+0000 7efdd2ad9c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-03-21T13:18:53.355 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.685+0000 7efdd2ad9c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-03-21T13:18:53.355 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.685+0000 7efdd2ad9c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-03-21T13:18:53.356 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.685+0000 7efdd2ad9c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-03-21T13:18:53.356 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.685+0000 7efdd2ad9c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-03-21T13:18:53.356 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.685+0000 7efdd2ad9c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-03-21T13:18:53.356 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.685+0000 7efdd2ad9c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-03-21T13:18:53.356 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.685+0000 7efdd2ad9c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-03-21T13:18:53.356 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.685+0000 7efdd2ad9c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-03-21T13:18:53.356 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.685+0000 7efdd2ad9c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-03-21T13:18:53.356 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.685+0000 7efdd2ad9c80 4 rocksdb: Options.compression_opts.level: 32767 2024-03-21T13:18:53.356 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.685+0000 7efdd2ad9c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-03-21T13:18:53.356 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.685+0000 7efdd2ad9c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-03-21T13:18:53.356 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.685+0000 7efdd2ad9c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-03-21T13:18:53.356 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.685+0000 7efdd2ad9c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-03-21T13:18:53.356 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.685+0000 7efdd2ad9c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-03-21T13:18:53.356 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.685+0000 7efdd2ad9c80 4 rocksdb: Options.compression_opts.enabled: false 2024-03-21T13:18:53.356 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.685+0000 7efdd2ad9c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-03-21T13:18:53.357 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.685+0000 7efdd2ad9c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-03-21T13:18:53.357 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.685+0000 7efdd2ad9c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-03-21T13:18:53.357 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.685+0000 7efdd2ad9c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-03-21T13:18:53.357 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.685+0000 7efdd2ad9c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-03-21T13:18:53.357 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.685+0000 7efdd2ad9c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-03-21T13:18:53.357 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.685+0000 7efdd2ad9c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-03-21T13:18:53.357 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.685+0000 7efdd2ad9c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-03-21T13:18:53.357 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.685+0000 7efdd2ad9c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-03-21T13:18:53.357 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.685+0000 7efdd2ad9c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-03-21T13:18:53.357 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.685+0000 7efdd2ad9c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-03-21T13:18:53.357 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.685+0000 7efdd2ad9c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-03-21T13:18:53.357 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.685+0000 7efdd2ad9c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-03-21T13:18:53.357 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.685+0000 7efdd2ad9c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-03-21T13:18:53.357 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.685+0000 7efdd2ad9c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-03-21T13:18:53.358 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.685+0000 7efdd2ad9c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-03-21T13:18:53.358 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.685+0000 7efdd2ad9c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-03-21T13:18:53.358 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.685+0000 7efdd2ad9c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-03-21T13:18:53.358 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.685+0000 7efdd2ad9c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-03-21T13:18:53.358 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.685+0000 7efdd2ad9c80 4 rocksdb: Options.arena_block_size: 1048576 2024-03-21T13:18:53.358 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.685+0000 7efdd2ad9c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-03-21T13:18:53.366 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.685+0000 7efdd2ad9c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-03-21T13:18:53.366 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.685+0000 7efdd2ad9c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-03-21T13:18:53.366 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.685+0000 7efdd2ad9c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-03-21T13:18:53.366 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.685+0000 7efdd2ad9c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-03-21T13:18:53.366 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.685+0000 7efdd2ad9c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-03-21T13:18:53.367 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.685+0000 7efdd2ad9c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-03-21T13:18:53.367 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.685+0000 7efdd2ad9c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-03-21T13:18:53.367 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.685+0000 7efdd2ad9c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-03-21T13:18:53.367 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.685+0000 7efdd2ad9c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-03-21T13:18:53.367 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.685+0000 7efdd2ad9c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-03-21T13:18:53.367 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.685+0000 7efdd2ad9c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-03-21T13:18:53.367 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.685+0000 7efdd2ad9c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-03-21T13:18:53.367 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.685+0000 7efdd2ad9c80 4 rocksdb: Options.table_properties_collectors: 2024-03-21T13:18:53.367 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.685+0000 7efdd2ad9c80 4 rocksdb: Options.inplace_update_support: 0 2024-03-21T13:18:53.367 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.685+0000 7efdd2ad9c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-03-21T13:18:53.367 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.685+0000 7efdd2ad9c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-03-21T13:18:53.367 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.685+0000 7efdd2ad9c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-03-21T13:18:53.367 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.685+0000 7efdd2ad9c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-03-21T13:18:53.367 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.685+0000 7efdd2ad9c80 4 rocksdb: Options.bloom_locality: 0 2024-03-21T13:18:53.368 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.685+0000 7efdd2ad9c80 4 rocksdb: Options.max_successive_merges: 0 2024-03-21T13:18:53.368 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.685+0000 7efdd2ad9c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-03-21T13:18:53.368 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.685+0000 7efdd2ad9c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-03-21T13:18:53.368 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.685+0000 7efdd2ad9c80 4 rocksdb: Options.force_consistency_checks: 1 2024-03-21T13:18:53.368 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.685+0000 7efdd2ad9c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-03-21T13:18:53.368 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.685+0000 7efdd2ad9c80 4 rocksdb: Options.ttl: 2592000 2024-03-21T13:18:53.368 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.685+0000 7efdd2ad9c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-03-21T13:18:53.368 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.685+0000 7efdd2ad9c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-03-21T13:18:53.368 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.685+0000 7efdd2ad9c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-03-21T13:18:53.368 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.685+0000 7efdd2ad9c80 4 rocksdb: Options.enable_blob_files: false 2024-03-21T13:18:53.368 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.685+0000 7efdd2ad9c80 4 rocksdb: Options.min_blob_size: 0 2024-03-21T13:18:53.368 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.685+0000 7efdd2ad9c80 4 rocksdb: Options.blob_file_size: 268435456 2024-03-21T13:18:53.368 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.685+0000 7efdd2ad9c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-03-21T13:18:53.369 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.685+0000 7efdd2ad9c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-03-21T13:18:53.369 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.685+0000 7efdd2ad9c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-03-21T13:18:53.369 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.685+0000 7efdd2ad9c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-03-21T13:18:53.369 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.685+0000 7efdd2ad9c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-03-21T13:18:53.369 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.685+0000 7efdd2ad9c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-03-21T13:18:53.369 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.685+0000 7efdd2ad9c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-03-21T13:18:53.369 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.685+0000 7efdd2ad9c80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi066/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-03-21T13:18:53.369 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr 2024-03-21T13:18:53.369 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.685+0000 7efdd2ad9c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-03-21T13:18:53.369 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr 2024-03-21T13:18:53.369 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.685+0000 7efdd2ad9c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: f76119fc-14cb-4fa6-a293-57d81f60d0ad 2024-03-21T13:18:53.369 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr 2024-03-21T13:18:53.369 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.685+0000 7efdd2ad9c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 5 2024-03-21T13:18:53.369 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr 2024-03-21T13:18:53.370 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.689+0000 7efdd2ad9c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55867e60a000 2024-03-21T13:18:53.370 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.689+0000 7efdd2ad9c80 4 rocksdb: DB pointer 0x55867e5fa000 2024-03-21T13:18:53.370 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.689+0000 7efdc2c3d700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-03-21T13:18:53.370 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.689+0000 7efdc2c3d700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-03-21T13:18:53.370 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr ** DB Stats ** 2024-03-21T13:18:53.370 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-03-21T13:18:53.370 INFO:teuthology.orchestra.run.smithi066.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-03-21T13:18:53.370 INFO:teuthology.orchestra.run.smithi066.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-03-21T13:18:53.370 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-21T13:18:53.370 INFO:teuthology.orchestra.run.smithi066.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-03-21T13:18:53.370 INFO:teuthology.orchestra.run.smithi066.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-03-21T13:18:53.370 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-21T13:18:53.370 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr 2024-03-21T13:18:53.370 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-03-21T13:18:53.371 INFO:teuthology.orchestra.run.smithi066.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-03-21T13:18:53.371 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-03-21T13:18:53.371 INFO:teuthology.orchestra.run.smithi066.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-03-21T13:18:53.371 INFO:teuthology.orchestra.run.smithi066.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-03-21T13:18:53.371 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr 2024-03-21T13:18:53.371 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-03-21T13:18:53.371 INFO:teuthology.orchestra.run.smithi066.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-03-21T13:18:53.371 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-21T13:18:53.371 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr 2024-03-21T13:18:53.371 INFO:teuthology.orchestra.run.smithi066.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-03-21T13:18:53.371 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr 2024-03-21T13:18:53.371 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-03-21T13:18:53.371 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2024-03-21T13:18:53.371 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-03-21T13:18:53.371 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2024-03-21T13:18:53.372 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2024-03-21T13:18:53.372 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2024-03-21T13:18:53.372 INFO:teuthology.orchestra.run.smithi066.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-03-21T13:18:53.372 INFO:teuthology.orchestra.run.smithi066.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-03-21T13:18:53.372 INFO:teuthology.orchestra.run.smithi066.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-03-21T13:18:53.372 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr Block cache BinnedLRUCache@0x55867e541090#7 capacity: 512.00 MB usage: 0.00 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.2e-05 secs_since: 0 2024-03-21T13:18:53.372 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr Block cache entry stats(count,size,portion): Misc(1,0.00 KB,0%) 2024-03-21T13:18:53.372 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr 2024-03-21T13:18:53.372 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2024-03-21T13:18:53.372 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr 2024-03-21T13:18:53.372 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.689+0000 7efdd2ad9c80 4 rocksdb: [db/db_impl/db_impl.cc:496] Shutdown: canceling all background work 2024-03-21T13:18:53.372 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.689+0000 7efdd2ad9c80 4 rocksdb: [db/db_impl/db_impl.cc:704] Shutdown complete 2024-03-21T13:18:53.372 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T13:18:52.689+0000 7efdd2ad9c80 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi066 for mon.smithi066 2024-03-21T13:18:53.372 INFO:teuthology.orchestra.run.smithi066.stdout:create mon.smithi066 on 2024-03-21T13:18:53.818 INFO:teuthology.orchestra.run.smithi066.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-03-21T13:18:54.069 INFO:teuthology.orchestra.run.smithi066.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-5ff71cb6-e785-11ee-95cd-87774f69a715.target -> /etc/systemd/system/ceph-5ff71cb6-e785-11ee-95cd-87774f69a715.target. 2024-03-21T13:18:54.069 INFO:teuthology.orchestra.run.smithi066.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-5ff71cb6-e785-11ee-95cd-87774f69a715.target -> /etc/systemd/system/ceph-5ff71cb6-e785-11ee-95cd-87774f69a715.target. 2024-03-21T13:18:54.359 INFO:teuthology.orchestra.run.smithi066.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-5ff71cb6-e785-11ee-95cd-87774f69a715@mon.smithi066 2024-03-21T13:18:54.359 INFO:teuthology.orchestra.run.smithi066.stdout:systemctl: stderr Failed to reset failed state of unit ceph-5ff71cb6-e785-11ee-95cd-87774f69a715@mon.smithi066.service: Unit ceph-5ff71cb6-e785-11ee-95cd-87774f69a715@mon.smithi066.service not loaded. 2024-03-21T13:18:54.570 INFO:teuthology.orchestra.run.smithi066.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-5ff71cb6-e785-11ee-95cd-87774f69a715.target.wants/ceph-5ff71cb6-e785-11ee-95cd-87774f69a715@mon.smithi066.service -> /etc/systemd/system/ceph-5ff71cb6-e785-11ee-95cd-87774f69a715@.service. 2024-03-21T13:18:54.579 INFO:teuthology.orchestra.run.smithi066.stdout:firewalld does not appear to be present 2024-03-21T13:18:54.579 INFO:teuthology.orchestra.run.smithi066.stdout:Not possible to enable service . firewalld.service is not available 2024-03-21T13:18:54.579 INFO:teuthology.orchestra.run.smithi066.stdout:Waiting for mon to start... 2024-03-21T13:18:54.579 INFO:teuthology.orchestra.run.smithi066.stdout:Waiting for mon... 2024-03-21T13:18:56.464 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:18:56 smithi066 bash[18205]: cluster 2024-03-21T13:18:56.195798+0000 mon.smithi066 (mon.0) 1 : cluster [INF] mon.smithi066 is new leader, mons smithi066 in quorum (ranks 0) 2024-03-21T13:18:57.186 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout cluster: 2024-03-21T13:18:57.186 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout id: 5ff71cb6-e785-11ee-95cd-87774f69a715 2024-03-21T13:18:57.186 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-03-21T13:18:57.186 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout 2024-03-21T13:18:57.186 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout services: 2024-03-21T13:18:57.186 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum smithi066 (age 0.304631s) 2024-03-21T13:18:57.186 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-03-21T13:18:57.186 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-03-21T13:18:57.186 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout 2024-03-21T13:18:57.186 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout data: 2024-03-21T13:18:57.186 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-03-21T13:18:57.187 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-03-21T13:18:57.187 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-03-21T13:18:57.187 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout pgs: 2024-03-21T13:18:57.187 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout 2024-03-21T13:18:57.187 INFO:teuthology.orchestra.run.smithi066.stdout:mon is available 2024-03-21T13:18:57.187 INFO:teuthology.orchestra.run.smithi066.stdout:Assimilating anything we can from ceph.conf... 2024-03-21T13:18:57.464 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:18:57 smithi066 bash[18205]: cluster 2024-03-21T13:18:56.222290+0000 mon.smithi066 (mon.0) 2 : cluster [INF] mon.smithi066 is new leader, mons smithi066 in quorum (ranks 0) 2024-03-21T13:18:57.464 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:18:57 smithi066 bash[18205]: cluster 2024-03-21T13:18:56.222814+0000 mon.smithi066 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi066=[v2:172.21.15.66:3300/0,v1:172.21.15.66:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-21T13:18:57.464 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:18:57 smithi066 bash[18205]: cluster 2024-03-21T13:18:56.229645+0000 mon.smithi066 (mon.0) 4 : cluster [DBG] fsmap 2024-03-21T13:18:57.464 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:18:57 smithi066 bash[18205]: cluster 2024-03-21T13:18:56.233135+0000 mon.smithi066 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-03-21T13:18:57.464 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:18:57 smithi066 bash[18205]: cluster 2024-03-21T13:18:56.233868+0000 mon.smithi066 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-03-21T13:18:57.465 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:18:57 smithi066 bash[18205]: audit 2024-03-21T13:18:56.526847+0000 mon.smithi066 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.66:0/625577929' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-03-21T13:18:58.464 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:18:58 smithi066 bash[18205]: audit 2024-03-21T13:18:58.116344+0000 mon.smithi066 (mon.0) 8 : audit [INF] from='client.? 172.21.15.66:0/2627510502' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-03-21T13:18:58.464 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:18:58 smithi066 bash[18205]: audit 2024-03-21T13:18:58.119716+0000 mon.smithi066 (mon.0) 9 : audit [INF] from='client.? 172.21.15.66:0/2627510502' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-03-21T13:18:58.635 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout 2024-03-21T13:18:58.635 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout [global] 2024-03-21T13:18:58.635 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout fsid = 5ff71cb6-e785-11ee-95cd-87774f69a715 2024-03-21T13:18:58.635 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.66:3300,v1:172.21.15.66:6789] 2024-03-21T13:18:58.635 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-03-21T13:18:58.635 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-03-21T13:18:58.635 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-03-21T13:18:58.635 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-03-21T13:18:58.635 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout 2024-03-21T13:18:58.636 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout [mgr] 2024-03-21T13:18:58.636 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-03-21T13:18:58.636 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout 2024-03-21T13:18:58.636 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout [osd] 2024-03-21T13:18:58.636 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-03-21T13:18:58.636 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-03-21T13:18:58.636 INFO:teuthology.orchestra.run.smithi066.stdout:Generating new minimal ceph.conf... 2024-03-21T13:18:59.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:18:59 smithi066 bash[18205]: audit 2024-03-21T13:18:59.565110+0000 mon.smithi066 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.66:0/1430284164' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:19:00.024 INFO:teuthology.orchestra.run.smithi066.stdout:Restarting the monitor... 2024-03-21T13:19:00.360 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:00 smithi066 systemd[1]: Stopping Ceph mon.smithi066 for 5ff71cb6-e785-11ee-95cd-87774f69a715... 2024-03-21T13:19:00.360 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:00 smithi066 bash[18205]: debug 2024-03-21T13:19:00.157+0000 7f957a918700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi066 -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-03-21T13:19:00.360 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:00 smithi066 bash[18205]: debug 2024-03-21T13:19:00.157+0000 7f957a918700 -1 mon.smithi066@0(leader) e1 *** Got Signal Terminated *** 2024-03-21T13:19:00.706 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:00 smithi066 bash[18598]: ceph-5ff71cb6-e785-11ee-95cd-87774f69a715-mon-smithi066 2024-03-21T13:19:00.722 INFO:teuthology.orchestra.run.smithi066.stdout:Setting public_network to 172.21.15.254/32,172.21.0.1/32,172.21.0.0/20,172.21.0.2/32 in mon config section 2024-03-21T13:19:01.214 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:00 smithi066 bash[18660]: Error response from daemon: No such container: ceph-5ff71cb6-e785-11ee-95cd-87774f69a715-mon-smithi066 2024-03-21T13:19:01.214 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:00 smithi066 systemd[1]: ceph-5ff71cb6-e785-11ee-95cd-87774f69a715@mon.smithi066.service: Deactivated successfully. 2024-03-21T13:19:01.214 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:00 smithi066 systemd[1]: Stopped Ceph mon.smithi066 for 5ff71cb6-e785-11ee-95cd-87774f69a715. 2024-03-21T13:19:01.214 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:00 smithi066 systemd[1]: Started Ceph mon.smithi066 for 5ff71cb6-e785-11ee-95cd-87774f69a715. 2024-03-21T13:19:01.965 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.645+0000 7f4630ecfc80 0 set uid:gid to 167:167 (ceph:ceph) 2024-03-21T13:19:01.965 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.645+0000 7f4630ecfc80 0 ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev), process ceph-mon, pid 7 2024-03-21T13:19:01.965 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.645+0000 7f4630ecfc80 0 pidfile_write: ignore empty --pid-file 2024-03-21T13:19:01.965 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 0 load: jerasure load: lrc 2024-03-21T13:19:01.965 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: RocksDB version: 7.9.2 2024-03-21T13:19:01.965 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Git sha 0 2024-03-21T13:19:01.965 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Compile date 2024-03-21 08:53:26 2024-03-21T13:19:01.965 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: DB SUMMARY 2024-03-21T13:19:01.965 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: DB Session ID: V57DP5G8EEOSX73GQS4W 2024-03-21T13:19:01.965 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: CURRENT file: CURRENT 2024-03-21T13:19:01.965 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: IDENTITY file: IDENTITY 2024-03-21T13:19:01.965 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-03-21T13:19:01.966 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi066/store.db dir, Total Num: 1, files: 000008.sst 2024-03-21T13:19:01.966 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi066/store.db: 000009.log size: 85027 ; 2024-03-21T13:19:01.966 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.error_if_exists: 0 2024-03-21T13:19:01.966 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.create_if_missing: 0 2024-03-21T13:19:01.966 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.paranoid_checks: 1 2024-03-21T13:19:01.966 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-03-21T13:19:01.966 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-03-21T13:19:01.966 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-03-21T13:19:01.966 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.env: 0x56438b600b20 2024-03-21T13:19:01.966 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.fs: PosixFileSystem 2024-03-21T13:19:01.966 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.info_log: 0x56438d091800 2024-03-21T13:19:01.966 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.max_file_opening_threads: 16 2024-03-21T13:19:01.966 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.statistics: (nil) 2024-03-21T13:19:01.966 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.use_fsync: 0 2024-03-21T13:19:01.966 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.max_log_file_size: 0 2024-03-21T13:19:01.967 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-03-21T13:19:01.967 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-03-21T13:19:01.967 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.keep_log_file_num: 1000 2024-03-21T13:19:01.967 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.recycle_log_file_num: 0 2024-03-21T13:19:01.968 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.allow_fallocate: 1 2024-03-21T13:19:01.968 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.allow_mmap_reads: 0 2024-03-21T13:19:01.968 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.allow_mmap_writes: 0 2024-03-21T13:19:01.968 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.use_direct_reads: 0 2024-03-21T13:19:01.968 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-03-21T13:19:01.968 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.create_missing_column_families: 0 2024-03-21T13:19:01.968 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.db_log_dir: 2024-03-21T13:19:01.968 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.wal_dir: 2024-03-21T13:19:01.968 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-03-21T13:19:01.968 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-03-21T13:19:01.968 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-03-21T13:19:01.968 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-03-21T13:19:01.968 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-03-21T13:19:01.968 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-03-21T13:19:01.968 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.advise_random_on_open: 1 2024-03-21T13:19:01.969 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.db_write_buffer_size: 0 2024-03-21T13:19:01.969 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.write_buffer_manager: 0x56438d0621e0 2024-03-21T13:19:01.969 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-03-21T13:19:01.969 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-03-21T13:19:01.969 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-03-21T13:19:01.969 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.rate_limiter: (nil) 2024-03-21T13:19:01.969 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-03-21T13:19:01.969 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.wal_recovery_mode: 2 2024-03-21T13:19:01.969 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.enable_thread_tracking: 0 2024-03-21T13:19:01.969 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.enable_pipelined_write: 0 2024-03-21T13:19:01.969 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.unordered_write: 0 2024-03-21T13:19:01.969 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-03-21T13:19:01.969 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-03-21T13:19:01.969 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-03-21T13:19:01.970 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-03-21T13:19:01.970 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.row_cache: None 2024-03-21T13:19:01.970 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.wal_filter: None 2024-03-21T13:19:01.970 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-03-21T13:19:01.970 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.allow_ingest_behind: 0 2024-03-21T13:19:01.970 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.two_write_queues: 0 2024-03-21T13:19:01.970 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.manual_wal_flush: 0 2024-03-21T13:19:01.970 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.wal_compression: 0 2024-03-21T13:19:01.970 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.atomic_flush: 0 2024-03-21T13:19:01.970 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-03-21T13:19:01.970 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-03-21T13:19:01.970 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-03-21T13:19:01.970 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.log_readahead_size: 0 2024-03-21T13:19:01.970 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-03-21T13:19:01.970 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.best_efforts_recovery: 0 2024-03-21T13:19:01.971 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-03-21T13:19:01.971 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-03-21T13:19:01.971 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.allow_data_in_errors: 0 2024-03-21T13:19:01.971 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.db_host_id: __hostname__ 2024-03-21T13:19:01.971 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-03-21T13:19:01.971 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.max_background_jobs: 2 2024-03-21T13:19:01.971 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.max_background_compactions: -1 2024-03-21T13:19:01.971 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.max_subcompactions: 1 2024-03-21T13:19:01.971 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-03-21T13:19:01.971 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-03-21T13:19:01.971 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-03-21T13:19:01.971 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.max_total_wal_size: 0 2024-03-21T13:19:01.971 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-03-21T13:19:01.971 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-03-21T13:19:01.971 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-03-21T13:19:01.971 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-03-21T13:19:01.971 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.max_open_files: -1 2024-03-21T13:19:01.972 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.bytes_per_sync: 0 2024-03-21T13:19:01.972 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-03-21T13:19:01.972 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-03-21T13:19:01.972 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.compaction_readahead_size: 0 2024-03-21T13:19:01.972 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.max_background_flushes: -1 2024-03-21T13:19:01.972 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Compression algorithms supported: 2024-03-21T13:19:01.972 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-03-21T13:19:01.972 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: kZSTD supported: 0 2024-03-21T13:19:01.972 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: kXpressCompression supported: 0 2024-03-21T13:19:01.972 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: kLZ4HCCompression supported: 1 2024-03-21T13:19:01.972 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: kZlibCompression supported: 1 2024-03-21T13:19:01.972 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: kSnappyCompression supported: 1 2024-03-21T13:19:01.972 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: kLZ4Compression supported: 1 2024-03-21T13:19:01.972 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: kBZip2Compression supported: 0 2024-03-21T13:19:01.972 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-03-21T13:19:01.973 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-03-21T13:19:01.973 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi066/store.db/MANIFEST-000010 2024-03-21T13:19:01.973 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-03-21T13:19:01.973 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-03-21T13:19:01.973 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.merge_operator: 2024-03-21T13:19:01.973 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.compaction_filter: None 2024-03-21T13:19:01.973 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.compaction_filter_factory: None 2024-03-21T13:19:01.973 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.sst_partitioner_factory: None 2024-03-21T13:19:01.973 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-03-21T13:19:01.973 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-03-21T13:19:01.973 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x56438d091920) 2024-03-21T13:19:01.973 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: cache_index_and_filter_blocks: 1 2024-03-21T13:19:01.973 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: cache_index_and_filter_blocks_with_high_priority: 0 2024-03-21T13:19:01.973 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-03-21T13:19:01.973 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: pin_top_level_index_and_filter: 1 2024-03-21T13:19:01.973 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: index_type: 0 2024-03-21T13:19:01.973 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: data_block_index_type: 0 2024-03-21T13:19:01.974 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: index_shortening: 1 2024-03-21T13:19:01.974 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: data_block_hash_table_util_ratio: 0.750000 2024-03-21T13:19:01.974 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: checksum: 4 2024-03-21T13:19:01.974 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: no_block_cache: 0 2024-03-21T13:19:01.974 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: block_cache: 0x56438d093090 2024-03-21T13:19:01.974 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: block_cache_name: BinnedLRUCache 2024-03-21T13:19:01.974 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: block_cache_options: 2024-03-21T13:19:01.974 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: capacity : 536870912 2024-03-21T13:19:01.974 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: num_shard_bits : 4 2024-03-21T13:19:01.974 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: strict_capacity_limit : 0 2024-03-21T13:19:01.974 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: high_pri_pool_ratio: 0.000 2024-03-21T13:19:01.974 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: block_cache_compressed: (nil) 2024-03-21T13:19:01.974 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: persistent_cache: (nil) 2024-03-21T13:19:01.974 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: block_size: 4096 2024-03-21T13:19:01.974 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: block_size_deviation: 10 2024-03-21T13:19:01.974 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: block_restart_interval: 16 2024-03-21T13:19:01.975 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: index_block_restart_interval: 1 2024-03-21T13:19:01.975 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: metadata_block_size: 4096 2024-03-21T13:19:01.975 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: partition_filters: 0 2024-03-21T13:19:01.975 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: use_delta_encoding: 1 2024-03-21T13:19:01.975 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: filter_policy: bloomfilter 2024-03-21T13:19:01.975 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: whole_key_filtering: 1 2024-03-21T13:19:01.975 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: verify_compression: 0 2024-03-21T13:19:01.975 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: read_amp_bytes_per_bit: 0 2024-03-21T13:19:01.975 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: format_version: 5 2024-03-21T13:19:01.975 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: enable_index_compression: 1 2024-03-21T13:19:01.975 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: block_align: 0 2024-03-21T13:19:01.975 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: max_auto_readahead_size: 262144 2024-03-21T13:19:01.975 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: prepopulate_block_cache: 0 2024-03-21T13:19:01.975 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: initial_auto_readahead_size: 8192 2024-03-21T13:19:01.975 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: num_file_reads_for_auto_readahead: 2 2024-03-21T13:19:01.976 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.write_buffer_size: 33554432 2024-03-21T13:19:01.976 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.max_write_buffer_number: 2 2024-03-21T13:19:01.977 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.compression: NoCompression 2024-03-21T13:19:01.977 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.bottommost_compression: Disabled 2024-03-21T13:19:01.977 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.prefix_extractor: nullptr 2024-03-21T13:19:01.977 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-03-21T13:19:01.977 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.num_levels: 7 2024-03-21T13:19:01.977 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-03-21T13:19:01.977 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-03-21T13:19:01.977 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-03-21T13:19:01.977 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-03-21T13:19:01.977 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-03-21T13:19:01.977 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-03-21T13:19:01.977 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-03-21T13:19:01.977 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-03-21T13:19:01.978 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-03-21T13:19:01.978 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-03-21T13:19:01.978 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-03-21T13:19:01.978 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-03-21T13:19:01.978 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-03-21T13:19:01.978 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.compression_opts.level: 32767 2024-03-21T13:19:01.978 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.compression_opts.strategy: 0 2024-03-21T13:19:01.978 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-03-21T13:19:01.978 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-03-21T13:19:01.978 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-03-21T13:19:01.978 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-03-21T13:19:01.978 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.compression_opts.enabled: false 2024-03-21T13:19:01.978 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-03-21T13:19:01.978 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-03-21T13:19:01.978 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-03-21T13:19:01.978 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-03-21T13:19:01.979 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.target_file_size_base: 67108864 2024-03-21T13:19:01.979 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-03-21T13:19:01.979 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-03-21T13:19:01.979 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-03-21T13:19:01.979 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-03-21T13:19:01.979 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-03-21T13:19:01.979 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-03-21T13:19:01.979 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-03-21T13:19:01.979 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-03-21T13:19:01.979 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-03-21T13:19:01.979 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-03-21T13:19:01.979 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-03-21T13:19:01.979 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-03-21T13:19:01.979 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-03-21T13:19:01.979 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-03-21T13:19:01.980 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.arena_block_size: 1048576 2024-03-21T13:19:01.980 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-03-21T13:19:01.980 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-03-21T13:19:01.980 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.disable_auto_compactions: 0 2024-03-21T13:19:01.980 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-03-21T13:19:01.980 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-03-21T13:19:01.980 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-03-21T13:19:01.980 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-03-21T13:19:01.980 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-03-21T13:19:01.980 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-03-21T13:19:01.980 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-03-21T13:19:01.980 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-03-21T13:19:01.980 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-03-21T13:19:01.980 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-03-21T13:19:01.980 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.table_properties_collectors: 2024-03-21T13:19:01.981 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.inplace_update_support: 0 2024-03-21T13:19:01.981 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-03-21T13:19:01.981 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-03-21T13:19:01.981 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-03-21T13:19:01.981 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-03-21T13:19:01.981 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.bloom_locality: 0 2024-03-21T13:19:01.981 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.max_successive_merges: 0 2024-03-21T13:19:01.981 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-03-21T13:19:01.981 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.paranoid_file_checks: 0 2024-03-21T13:19:01.981 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.force_consistency_checks: 1 2024-03-21T13:19:01.981 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.report_bg_io_stats: 0 2024-03-21T13:19:01.981 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.ttl: 2592000 2024-03-21T13:19:01.981 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-03-21T13:19:01.981 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-03-21T13:19:01.981 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-03-21T13:19:01.981 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.enable_blob_files: false 2024-03-21T13:19:01.981 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.min_blob_size: 0 2024-03-21T13:19:01.982 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.blob_file_size: 268435456 2024-03-21T13:19:01.982 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-03-21T13:19:01.982 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-03-21T13:19:01.982 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-03-21T13:19:01.982 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-03-21T13:19:01.982 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-03-21T13:19:01.982 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.blob_file_starting_level: 0 2024-03-21T13:19:01.982 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-03-21T13:19:01.982 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi066/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-03-21T13:19:01.982 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-03-21T13:19:01.982 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: f76119fc-14cb-4fa6-a293-57d81f60d0ad 2024-03-21T13:19:01.982 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711027141661104, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-03-21T13:19:01.982 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.653+0000 7f4630ecfc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-03-21T13:19:01.982 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.657+0000 7f4630ecfc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711027141662281, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 81761, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 250, "table_properties": {"data_size": 79948, "index_size": 223, "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": 9884, "raw_average_key_size": 47, "raw_value_size": 74281, "raw_average_value_size": 355, "num_data_blocks": 10, "num_entries": 209, "num_filter_entries": 209, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1711027141, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "f76119fc-14cb-4fa6-a293-57d81f60d0ad", "db_session_id": "V57DP5G8EEOSX73GQS4W", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-03-21T13:19:01.982 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.657+0000 7f4630ecfc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711027141662408, "job": 1, "event": "recovery_finished"} 2024-03-21T13:19:01.982 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.657+0000 7f4630ecfc80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-03-21T13:19:01.983 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.657+0000 7f4630ecfc80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-smithi066/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-03-21T13:19:01.983 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.657+0000 7f4630ecfc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x56438d184000 2024-03-21T13:19:01.983 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.657+0000 7f4630ecfc80 4 rocksdb: DB pointer 0x56438d170000 2024-03-21T13:19:01.983 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.657+0000 7f461f62b700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-03-21T13:19:01.983 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.657+0000 7f461f62b700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-03-21T13:19:01.983 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: ** DB Stats ** 2024-03-21T13:19:01.983 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-21T13:19:01.983 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-03-21T13:19:01.983 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-21T13:19:01.983 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-21T13:19:01.983 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-03-21T13:19:01.983 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-21T13:19:01.983 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-21T13:19:01.983 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: ** Compaction Stats [default] ** 2024-03-21T13:19:01.983 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: 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-03-21T13:19:01.983 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-03-21T13:19:01.984 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: L0 2/0 81.72 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 109.2 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-21T13:19:01.984 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: Sum 2/0 81.72 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 109.2 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-21T13:19:01.984 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 109.2 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-21T13:19:01.984 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: ** Compaction Stats [default] ** 2024-03-21T13:19:01.984 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: 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-03-21T13:19:01.984 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-21T13:19:01.984 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 109.2 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-21T13:19:01.984 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-03-21T13:19:01.984 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-21T13:19:01.984 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: Flush(GB): cumulative 0.000, interval 0.000 2024-03-21T13:19:01.984 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: AddFile(GB): cumulative 0.000, interval 0.000 2024-03-21T13:19:01.984 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: AddFile(Total Files): cumulative 0, interval 0 2024-03-21T13:19:01.984 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: AddFile(L0 Files): cumulative 0, interval 0 2024-03-21T13:19:01.984 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: AddFile(Keys): cumulative 0, interval 0 2024-03-21T13:19:01.984 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: Cumulative compaction: 0.00 GB write, 14.91 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-21T13:19:01.985 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: Interval compaction: 0.00 GB write, 14.91 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-21T13:19:01.985 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: 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-03-21T13:19:01.985 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: Block cache BinnedLRUCache@0x56438d093090#7 capacity: 512.00 MB usage: 1.17 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.1e-05 secs_since: 0 2024-03-21T13:19:01.985 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.41 KB,7.7486e-05%) Misc(1,0.00 KB,0%) 2024-03-21T13:19:01.985 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: ** File Read Latency Histogram By Level [default] ** 2024-03-21T13:19:01.985 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.657+0000 7f4630ecfc80 0 starting mon.smithi066 rank 0 at public addrs [v2:172.21.15.66:3300/0,v1:172.21.15.66:6789/0] at bind addrs [v2:172.21.15.66:3300/0,v1:172.21.15.66:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi066 fsid 5ff71cb6-e785-11ee-95cd-87774f69a715 2024-03-21T13:19:01.985 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.661+0000 7f4630ecfc80 1 mon.smithi066@-1(???) e1 preinit fsid 5ff71cb6-e785-11ee-95cd-87774f69a715 2024-03-21T13:19:01.985 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.661+0000 7f4630ecfc80 0 mon.smithi066@-1(???).mds e1 new map 2024-03-21T13:19:01.985 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.661+0000 7f4630ecfc80 0 mon.smithi066@-1(???).mds e1 print_map 2024-03-21T13:19:01.985 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: e1 2024-03-21T13:19:01.985 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: enable_multiple, ever_enabled_multiple: 1,1 2024-03-21T13:19:01.985 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: 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} 2024-03-21T13:19:01.985 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: legacy client fscid: -1 2024-03-21T13:19:01.985 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: 2024-03-21T13:19:01.985 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: No filesystems configured 2024-03-21T13:19:01.986 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.661+0000 7f4630ecfc80 0 mon.smithi066@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-03-21T13:19:01.986 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.661+0000 7f4630ecfc80 0 mon.smithi066@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-03-21T13:19:01.986 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.661+0000 7f4630ecfc80 0 mon.smithi066@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-03-21T13:19:01.986 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.661+0000 7f4630ecfc80 0 mon.smithi066@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-03-21T13:19:01.986 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: debug 2024-03-21T13:19:01.661+0000 7f4630ecfc80 1 mon.smithi066@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-03-21T13:19:01.986 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: cluster 2024-03-21T13:19:01.673585+0000 mon.smithi066 (mon.0) 1 : cluster [INF] mon.smithi066 is new leader, mons smithi066 in quorum (ranks 0) 2024-03-21T13:19:01.986 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: cluster 2024-03-21T13:19:01.673832+0000 mon.smithi066 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi066=[v2:172.21.15.66:3300/0,v1:172.21.15.66:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-21T13:19:01.986 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: cluster 2024-03-21T13:19:01.674442+0000 mon.smithi066 (mon.0) 3 : cluster [DBG] fsmap 2024-03-21T13:19:01.986 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: cluster 2024-03-21T13:19:01.674571+0000 mon.smithi066 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-03-21T13:19:01.986 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:01 smithi066 bash[18703]: cluster 2024-03-21T13:19:01.675245+0000 mon.smithi066 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-03-21T13:19:02.497 INFO:teuthology.orchestra.run.smithi066.stdout:Wrote config to /etc/ceph/ceph.conf 2024-03-21T13:19:02.523 INFO:teuthology.orchestra.run.smithi066.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-03-21T13:19:02.523 INFO:teuthology.orchestra.run.smithi066.stdout:Creating mgr... 2024-03-21T13:19:02.524 INFO:teuthology.orchestra.run.smithi066.stdout:Verifying port 0.0.0.0:9283 ... 2024-03-21T13:19:02.524 INFO:teuthology.orchestra.run.smithi066.stdout:Verifying port 0.0.0.0:8765 ... 2024-03-21T13:19:02.524 INFO:teuthology.orchestra.run.smithi066.stdout:Verifying port 0.0.0.0:8443 ... 2024-03-21T13:19:02.844 INFO:teuthology.orchestra.run.smithi066.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-5ff71cb6-e785-11ee-95cd-87774f69a715@mgr.smithi066.seeyps 2024-03-21T13:19:02.844 INFO:teuthology.orchestra.run.smithi066.stdout:systemctl: stderr Failed to reset failed state of unit ceph-5ff71cb6-e785-11ee-95cd-87774f69a715@mgr.smithi066.seeyps.service: Unit ceph-5ff71cb6-e785-11ee-95cd-87774f69a715@mgr.smithi066.seeyps.service not loaded. 2024-03-21T13:19:02.948 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:02 smithi066 systemd[1]: /etc/systemd/system/ceph-5ff71cb6-e785-11ee-95cd-87774f69a715@.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-03-21T13:19:03.045 INFO:teuthology.orchestra.run.smithi066.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-5ff71cb6-e785-11ee-95cd-87774f69a715.target.wants/ceph-5ff71cb6-e785-11ee-95cd-87774f69a715@mgr.smithi066.seeyps.service -> /etc/systemd/system/ceph-5ff71cb6-e785-11ee-95cd-87774f69a715@.service. 2024-03-21T13:19:03.054 INFO:teuthology.orchestra.run.smithi066.stdout:firewalld does not appear to be present 2024-03-21T13:19:03.054 INFO:teuthology.orchestra.run.smithi066.stdout:Not possible to enable service . firewalld.service is not available 2024-03-21T13:19:03.054 INFO:teuthology.orchestra.run.smithi066.stdout:firewalld does not appear to be present 2024-03-21T13:19:03.054 INFO:teuthology.orchestra.run.smithi066.stdout:Not possible to open ports <[9283, 8765, 8443]>. firewalld.service is not available 2024-03-21T13:19:03.054 INFO:teuthology.orchestra.run.smithi066.stdout:Waiting for mgr to start... 2024-03-21T13:19:03.054 INFO:teuthology.orchestra.run.smithi066.stdout:Waiting for mgr... 2024-03-21T13:19:03.214 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:02 smithi066 bash[18703]: audit 2024-03-21T13:19:01.949631+0000 mon.smithi066 (mon.0) 6 : audit [INF] from='client.? 172.21.15.66:0/1154753772' entity='client.admin' 2024-03-21T13:19:03.214 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:02 smithi066 systemd[1]: /etc/systemd/system/ceph-5ff71cb6-e785-11ee-95cd-87774f69a715@.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-03-21T13:19:04.634 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:04 smithi066 bash[18703]: audit 2024-03-21T13:19:04.467970+0000 mon.smithi066 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.66:0/2398550542' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-21T13:19:04.987 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout 2024-03-21T13:19:04.987 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout { 2024-03-21T13:19:04.987 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "fsid": "5ff71cb6-e785-11ee-95cd-87774f69a715", 2024-03-21T13:19:04.987 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "health": { 2024-03-21T13:19:04.987 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-03-21T13:19:04.987 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-03-21T13:19:04.987 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-03-21T13:19:04.987 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout }, 2024-03-21T13:19:04.987 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-03-21T13:19:04.987 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-03-21T13:19:04.987 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout 0 2024-03-21T13:19:04.988 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout ], 2024-03-21T13:19:04.988 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-03-21T13:19:04.988 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "smithi066" 2024-03-21T13:19:04.988 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout ], 2024-03-21T13:19:04.988 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-03-21T13:19:04.988 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "monmap": { 2024-03-21T13:19:04.988 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-21T13:19:04.988 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-03-21T13:19:04.988 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-03-21T13:19:04.988 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout }, 2024-03-21T13:19:04.988 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-03-21T13:19:04.988 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-21T13:19:04.988 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-03-21T13:19:04.989 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-03-21T13:19:04.989 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-03-21T13:19:04.989 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-03-21T13:19:04.989 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-03-21T13:19:04.989 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-03-21T13:19:04.989 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout }, 2024-03-21T13:19:04.989 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-03-21T13:19:04.989 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-03-21T13:19:04.989 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-03-21T13:19:04.989 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-03-21T13:19:04.989 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-03-21T13:19:04.989 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-03-21T13:19:04.989 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-03-21T13:19:04.990 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-03-21T13:19:04.990 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-03-21T13:19:04.990 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout }, 2024-03-21T13:19:04.990 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-03-21T13:19:04.990 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-21T13:19:04.990 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-03-21T13:19:04.990 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-03-21T13:19:04.990 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout }, 2024-03-21T13:19:04.990 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-03-21T13:19:04.990 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "available": false, 2024-03-21T13:19:04.990 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-03-21T13:19:04.990 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "modules": [ 2024-03-21T13:19:04.990 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "iostat", 2024-03-21T13:19:04.991 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "nfs", 2024-03-21T13:19:04.991 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "restful" 2024-03-21T13:19:04.991 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout ], 2024-03-21T13:19:04.991 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-21T13:19:04.991 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout }, 2024-03-21T13:19:04.991 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-03-21T13:19:04.991 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-21T13:19:04.991 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "modified": "2024-03-21T13:18:56.226884+0000", 2024-03-21T13:19:04.991 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-21T13:19:04.991 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout }, 2024-03-21T13:19:04.991 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-03-21T13:19:04.991 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout } 2024-03-21T13:19:04.991 INFO:teuthology.orchestra.run.smithi066.stdout:mgr not available, waiting (1/15)... 2024-03-21T13:19:08.329 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:08 smithi066 bash[18703]: audit 2024-03-21T13:19:08.056880+0000 mon.smithi066 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.66:0/4132706538' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-21T13:19:08.553 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout 2024-03-21T13:19:08.553 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout { 2024-03-21T13:19:08.554 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "fsid": "5ff71cb6-e785-11ee-95cd-87774f69a715", 2024-03-21T13:19:08.554 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "health": { 2024-03-21T13:19:08.554 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-03-21T13:19:08.554 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-03-21T13:19:08.554 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-03-21T13:19:08.554 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout }, 2024-03-21T13:19:08.554 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-03-21T13:19:08.554 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-03-21T13:19:08.554 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout 0 2024-03-21T13:19:08.554 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout ], 2024-03-21T13:19:08.554 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-03-21T13:19:08.554 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "smithi066" 2024-03-21T13:19:08.554 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout ], 2024-03-21T13:19:08.555 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "quorum_age": 6, 2024-03-21T13:19:08.555 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "monmap": { 2024-03-21T13:19:08.555 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-21T13:19:08.555 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-03-21T13:19:08.555 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-03-21T13:19:08.555 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout }, 2024-03-21T13:19:08.555 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-03-21T13:19:08.555 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-21T13:19:08.555 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-03-21T13:19:08.555 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-03-21T13:19:08.555 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-03-21T13:19:08.559 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-03-21T13:19:08.559 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-03-21T13:19:08.559 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-03-21T13:19:08.559 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout }, 2024-03-21T13:19:08.559 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-03-21T13:19:08.559 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-03-21T13:19:08.559 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-03-21T13:19:08.559 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-03-21T13:19:08.559 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-03-21T13:19:08.559 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-03-21T13:19:08.560 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-03-21T13:19:08.560 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-03-21T13:19:08.560 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-03-21T13:19:08.560 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout }, 2024-03-21T13:19:08.560 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-03-21T13:19:08.560 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-21T13:19:08.560 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-03-21T13:19:08.560 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-03-21T13:19:08.560 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout }, 2024-03-21T13:19:08.560 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-03-21T13:19:08.560 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "available": false, 2024-03-21T13:19:08.560 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-03-21T13:19:08.560 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "modules": [ 2024-03-21T13:19:08.560 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "iostat", 2024-03-21T13:19:08.560 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "nfs", 2024-03-21T13:19:08.560 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "restful" 2024-03-21T13:19:08.561 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout ], 2024-03-21T13:19:08.561 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-21T13:19:08.561 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout }, 2024-03-21T13:19:08.561 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-03-21T13:19:08.561 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-21T13:19:08.561 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "modified": "2024-03-21T13:18:56.226884+0000", 2024-03-21T13:19:08.561 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-21T13:19:08.561 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout }, 2024-03-21T13:19:08.561 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-03-21T13:19:08.561 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout } 2024-03-21T13:19:08.561 INFO:teuthology.orchestra.run.smithi066.stdout:mgr not available, waiting (2/15)... 2024-03-21T13:19:11.862 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:11 smithi066 bash[18703]: audit 2024-03-21T13:19:11.556602+0000 mon.smithi066 (mon.0) 9 : audit [DBG] from='client.? 172.21.15.66:0/323302448' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-21T13:19:12.094 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout 2024-03-21T13:19:12.094 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout { 2024-03-21T13:19:12.094 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "fsid": "5ff71cb6-e785-11ee-95cd-87774f69a715", 2024-03-21T13:19:12.094 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "health": { 2024-03-21T13:19:12.094 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-03-21T13:19:12.094 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-03-21T13:19:12.094 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-03-21T13:19:12.094 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout }, 2024-03-21T13:19:12.094 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-03-21T13:19:12.094 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-03-21T13:19:12.095 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout 0 2024-03-21T13:19:12.095 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout ], 2024-03-21T13:19:12.095 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-03-21T13:19:12.095 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "smithi066" 2024-03-21T13:19:12.095 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout ], 2024-03-21T13:19:12.095 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "quorum_age": 9, 2024-03-21T13:19:12.095 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "monmap": { 2024-03-21T13:19:12.095 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-21T13:19:12.095 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-03-21T13:19:12.095 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-03-21T13:19:12.095 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout }, 2024-03-21T13:19:12.095 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-03-21T13:19:12.095 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-21T13:19:12.095 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-03-21T13:19:12.095 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-03-21T13:19:12.096 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-03-21T13:19:12.099 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-03-21T13:19:12.099 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-03-21T13:19:12.099 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-03-21T13:19:12.099 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout }, 2024-03-21T13:19:12.099 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-03-21T13:19:12.099 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-03-21T13:19:12.100 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-03-21T13:19:12.100 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-03-21T13:19:12.100 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-03-21T13:19:12.100 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-03-21T13:19:12.100 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-03-21T13:19:12.100 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-03-21T13:19:12.100 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-03-21T13:19:12.100 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout }, 2024-03-21T13:19:12.100 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-03-21T13:19:12.100 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-21T13:19:12.100 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-03-21T13:19:12.100 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-03-21T13:19:12.100 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout }, 2024-03-21T13:19:12.100 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-03-21T13:19:12.100 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "available": false, 2024-03-21T13:19:12.101 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-03-21T13:19:12.101 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "modules": [ 2024-03-21T13:19:12.101 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "iostat", 2024-03-21T13:19:12.101 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "nfs", 2024-03-21T13:19:12.101 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "restful" 2024-03-21T13:19:12.101 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout ], 2024-03-21T13:19:12.101 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-21T13:19:12.101 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout }, 2024-03-21T13:19:12.101 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-03-21T13:19:12.101 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-21T13:19:12.101 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "modified": "2024-03-21T13:18:56.226884+0000", 2024-03-21T13:19:12.101 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-21T13:19:12.101 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout }, 2024-03-21T13:19:12.101 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-03-21T13:19:12.101 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout } 2024-03-21T13:19:12.102 INFO:teuthology.orchestra.run.smithi066.stdout:mgr not available, waiting (3/15)... 2024-03-21T13:19:12.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:12 smithi066 bash[18703]: cluster 2024-03-21T13:19:12.476012+0000 mon.smithi066 (mon.0) 10 : cluster [INF] Activating manager daemon smithi066.seeyps 2024-03-21T13:19:12.965 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:12 smithi066 bash[18703]: cluster 2024-03-21T13:19:12.482822+0000 mon.smithi066 (mon.0) 11 : cluster [DBG] mgrmap e2: smithi066.seeyps(active, starting, since 0.00712525s) 2024-03-21T13:19:12.965 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:12 smithi066 bash[18703]: audit 2024-03-21T13:19:12.484125+0000 mon.smithi066 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.66:0/1093361223' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-21T13:19:12.965 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:12 smithi066 bash[18703]: audit 2024-03-21T13:19:12.484260+0000 mon.smithi066 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.66:0/1093361223' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-21T13:19:12.965 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:12 smithi066 bash[18703]: audit 2024-03-21T13:19:12.484375+0000 mon.smithi066 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.66:0/1093361223' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-21T13:19:12.965 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:12 smithi066 bash[18703]: audit 2024-03-21T13:19:12.484507+0000 mon.smithi066 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.66:0/1093361223' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "mon metadata", "id": "smithi066"}]: dispatch 2024-03-21T13:19:12.965 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:12 smithi066 bash[18703]: audit 2024-03-21T13:19:12.485512+0000 mon.smithi066 (mon.0) 16 : audit [DBG] from='mgr.14100 172.21.15.66:0/1093361223' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "mgr metadata", "who": "smithi066.seeyps", "id": "smithi066.seeyps"}]: dispatch 2024-03-21T13:19:12.965 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:12 smithi066 bash[18703]: cluster 2024-03-21T13:19:12.492437+0000 mon.smithi066 (mon.0) 17 : cluster [INF] Manager daemon smithi066.seeyps is now available 2024-03-21T13:19:12.965 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:12 smithi066 bash[18703]: audit 2024-03-21T13:19:12.506467+0000 mon.smithi066 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.66:0/1093361223' entity='mgr.smithi066.seeyps' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi066.seeyps/mirror_snapshot_schedule"}]: dispatch 2024-03-21T13:19:12.965 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:12 smithi066 bash[18703]: audit 2024-03-21T13:19:12.509635+0000 mon.smithi066 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.66:0/1093361223' entity='mgr.smithi066.seeyps' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi066.seeyps/trash_purge_schedule"}]: dispatch 2024-03-21T13:19:12.965 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:12 smithi066 bash[18703]: audit 2024-03-21T13:19:12.512855+0000 mon.smithi066 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.66:0/1093361223' entity='mgr.smithi066.seeyps' 2024-03-21T13:19:12.965 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:12 smithi066 bash[18703]: audit 2024-03-21T13:19:12.514989+0000 mon.smithi066 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.66:0/1093361223' entity='mgr.smithi066.seeyps' 2024-03-21T13:19:12.965 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:12 smithi066 bash[18703]: audit 2024-03-21T13:19:12.517508+0000 mon.smithi066 (mon.0) 22 : audit [INF] from='mgr.14100 172.21.15.66:0/1093361223' entity='mgr.smithi066.seeyps' 2024-03-21T13:19:14.755 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:14 smithi066 bash[18703]: cluster 2024-03-21T13:19:13.490145+0000 mon.smithi066 (mon.0) 23 : cluster [DBG] mgrmap e3: smithi066.seeyps(active, since 1.01445s) 2024-03-21T13:19:16.032 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout 2024-03-21T13:19:16.032 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout { 2024-03-21T13:19:16.032 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "fsid": "5ff71cb6-e785-11ee-95cd-87774f69a715", 2024-03-21T13:19:16.032 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "health": { 2024-03-21T13:19:16.032 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-03-21T13:19:16.032 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-03-21T13:19:16.032 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-03-21T13:19:16.032 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout }, 2024-03-21T13:19:16.033 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-03-21T13:19:16.033 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-03-21T13:19:16.033 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout 0 2024-03-21T13:19:16.033 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout ], 2024-03-21T13:19:16.033 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-03-21T13:19:16.033 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "smithi066" 2024-03-21T13:19:16.033 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout ], 2024-03-21T13:19:16.033 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "quorum_age": 13, 2024-03-21T13:19:16.033 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "monmap": { 2024-03-21T13:19:16.033 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-21T13:19:16.033 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-03-21T13:19:16.033 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-03-21T13:19:16.033 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout }, 2024-03-21T13:19:16.033 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-03-21T13:19:16.037 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-21T13:19:16.037 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-03-21T13:19:16.037 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-03-21T13:19:16.037 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-03-21T13:19:16.037 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-03-21T13:19:16.037 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-03-21T13:19:16.038 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-03-21T13:19:16.038 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout }, 2024-03-21T13:19:16.038 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-03-21T13:19:16.038 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-03-21T13:19:16.038 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-03-21T13:19:16.038 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-03-21T13:19:16.038 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-03-21T13:19:16.038 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-03-21T13:19:16.038 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-03-21T13:19:16.038 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-03-21T13:19:16.038 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-03-21T13:19:16.038 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout }, 2024-03-21T13:19:16.038 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-03-21T13:19:16.038 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-21T13:19:16.038 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-03-21T13:19:16.039 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-03-21T13:19:16.039 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout }, 2024-03-21T13:19:16.039 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-03-21T13:19:16.039 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "available": true, 2024-03-21T13:19:16.039 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-03-21T13:19:16.039 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "modules": [ 2024-03-21T13:19:16.039 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "iostat", 2024-03-21T13:19:16.039 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "nfs", 2024-03-21T13:19:16.039 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "restful" 2024-03-21T13:19:16.039 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout ], 2024-03-21T13:19:16.039 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-21T13:19:16.039 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout }, 2024-03-21T13:19:16.039 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-03-21T13:19:16.039 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-21T13:19:16.039 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "modified": "2024-03-21T13:18:56.226884+0000", 2024-03-21T13:19:16.040 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-21T13:19:16.040 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout }, 2024-03-21T13:19:16.040 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-03-21T13:19:16.040 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout } 2024-03-21T13:19:16.040 INFO:teuthology.orchestra.run.smithi066.stdout:mgr is available 2024-03-21T13:19:16.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:16 smithi066 bash[18703]: cluster 2024-03-21T13:19:15.489953+0000 mon.smithi066 (mon.0) 24 : cluster [DBG] mgrmap e4: smithi066.seeyps(active, since 3s) 2024-03-21T13:19:16.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:16 smithi066 bash[18703]: audit 2024-03-21T13:19:15.521188+0000 mon.smithi066 (mon.0) 25 : audit [DBG] from='client.? 172.21.15.66:0/2237298473' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-21T13:19:17.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:17 smithi066 bash[18703]: audit 2024-03-21T13:19:17.288799+0000 mon.smithi066 (mon.0) 26 : audit [INF] from='client.? 172.21.15.66:0/427529415' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-03-21T13:19:17.853 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout 2024-03-21T13:19:17.853 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout [global] 2024-03-21T13:19:17.853 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout fsid = 5ff71cb6-e785-11ee-95cd-87774f69a715 2024-03-21T13:19:17.853 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-03-21T13:19:17.853 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-03-21T13:19:17.853 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-03-21T13:19:17.853 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-03-21T13:19:17.853 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout 2024-03-21T13:19:17.853 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout [mgr] 2024-03-21T13:19:17.853 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-03-21T13:19:17.853 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout 2024-03-21T13:19:17.854 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout [osd] 2024-03-21T13:19:17.854 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-03-21T13:19:17.854 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-03-21T13:19:17.854 INFO:teuthology.orchestra.run.smithi066.stdout:Enabling cephadm module... 2024-03-21T13:19:19.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:19 smithi066 bash[18703]: audit 2024-03-21T13:19:19.165942+0000 mon.smithi066 (mon.0) 27 : audit [INF] from='client.? 172.21.15.66:0/1728731672' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-03-21T13:19:20.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:20 smithi066 bash[18703]: audit 2024-03-21T13:19:19.217866+0000 mon.smithi066 (mon.0) 28 : audit [INF] from='client.? 172.21.15.66:0/1728731672' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-03-21T13:19:20.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:20 smithi066 bash[18703]: cluster 2024-03-21T13:19:19.221834+0000 mon.smithi066 (mon.0) 29 : cluster [DBG] mgrmap e5: smithi066.seeyps(active, since 6s) 2024-03-21T13:19:21.387 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:21 smithi066 bash[18703]: audit 2024-03-21T13:19:21.041585+0000 mon.smithi066 (mon.0) 30 : audit [DBG] from='client.? 172.21.15.66:0/4135430751' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-03-21T13:19:21.630 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout { 2024-03-21T13:19:21.630 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-03-21T13:19:21.630 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "available": true, 2024-03-21T13:19:21.630 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "active_name": "smithi066.seeyps", 2024-03-21T13:19:21.630 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-03-21T13:19:21.630 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout } 2024-03-21T13:19:21.630 INFO:teuthology.orchestra.run.smithi066.stdout:Waiting for the mgr to restart... 2024-03-21T13:19:21.630 INFO:teuthology.orchestra.run.smithi066.stdout:Waiting for mgr epoch 5... 2024-03-21T13:19:27.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:27 smithi066 bash[18703]: cluster 2024-03-21T13:19:27.567991+0000 mon.smithi066 (mon.0) 31 : cluster [INF] Active manager daemon smithi066.seeyps restarted 2024-03-21T13:19:27.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:27 smithi066 bash[18703]: cluster 2024-03-21T13:19:27.568485+0000 mon.smithi066 (mon.0) 32 : cluster [INF] Activating manager daemon smithi066.seeyps 2024-03-21T13:19:27.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:27 smithi066 bash[18703]: cluster 2024-03-21T13:19:27.575638+0000 mon.smithi066 (mon.0) 33 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-03-21T13:19:27.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:27 smithi066 bash[18703]: cluster 2024-03-21T13:19:27.575889+0000 mon.smithi066 (mon.0) 34 : cluster [DBG] mgrmap e6: smithi066.seeyps(active, starting, since 0.00757469s) 2024-03-21T13:19:27.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:27 smithi066 bash[18703]: audit 2024-03-21T13:19:27.578069+0000 mon.smithi066 (mon.0) 35 : audit [DBG] from='mgr.14120 172.21.15.66:0/3588915610' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "mon metadata", "id": "smithi066"}]: dispatch 2024-03-21T13:19:27.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:27 smithi066 bash[18703]: audit 2024-03-21T13:19:27.579444+0000 mon.smithi066 (mon.0) 36 : audit [DBG] from='mgr.14120 172.21.15.66:0/3588915610' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "mgr metadata", "who": "smithi066.seeyps", "id": "smithi066.seeyps"}]: dispatch 2024-03-21T13:19:27.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:27 smithi066 bash[18703]: audit 2024-03-21T13:19:27.580590+0000 mon.smithi066 (mon.0) 37 : audit [DBG] from='mgr.14120 172.21.15.66:0/3588915610' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-21T13:19:27.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:27 smithi066 bash[18703]: audit 2024-03-21T13:19:27.580847+0000 mon.smithi066 (mon.0) 38 : audit [DBG] from='mgr.14120 172.21.15.66:0/3588915610' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-21T13:19:27.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:27 smithi066 bash[18703]: audit 2024-03-21T13:19:27.581051+0000 mon.smithi066 (mon.0) 39 : audit [DBG] from='mgr.14120 172.21.15.66:0/3588915610' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-21T13:19:27.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:27 smithi066 bash[18703]: cluster 2024-03-21T13:19:27.607576+0000 mon.smithi066 (mon.0) 40 : cluster [INF] Manager daemon smithi066.seeyps is now available 2024-03-21T13:19:28.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:28 smithi066 bash[18703]: cephadm 2024-03-21T13:19:27.634123+0000 mgr.smithi066.seeyps (mgr.14120) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-03-21T13:19:28.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:28 smithi066 bash[18703]: audit 2024-03-21T13:19:27.638924+0000 mon.smithi066 (mon.0) 41 : audit [INF] from='mgr.14120 172.21.15.66:0/3588915610' entity='mgr.smithi066.seeyps' 2024-03-21T13:19:28.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:28 smithi066 bash[18703]: audit 2024-03-21T13:19:27.642089+0000 mon.smithi066 (mon.0) 42 : audit [INF] from='mgr.14120 172.21.15.66:0/3588915610' entity='mgr.smithi066.seeyps' 2024-03-21T13:19:28.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:28 smithi066 bash[18703]: audit 2024-03-21T13:19:27.646576+0000 mon.smithi066 (mon.0) 43 : audit [DBG] from='mgr.14120 172.21.15.66:0/3588915610' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:19:28.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:28 smithi066 bash[18703]: audit 2024-03-21T13:19:27.649705+0000 mon.smithi066 (mon.0) 44 : audit [DBG] from='mgr.14120 172.21.15.66:0/3588915610' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:19:28.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:28 smithi066 bash[18703]: audit 2024-03-21T13:19:27.661686+0000 mon.smithi066 (mon.0) 45 : audit [INF] from='mgr.14120 172.21.15.66:0/3588915610' entity='mgr.smithi066.seeyps' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi066.seeyps/mirror_snapshot_schedule"}]: dispatch 2024-03-21T13:19:28.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:28 smithi066 bash[18703]: audit 2024-03-21T13:19:27.663931+0000 mon.smithi066 (mon.0) 46 : audit [INF] from='mgr.14120 172.21.15.66:0/3588915610' entity='mgr.smithi066.seeyps' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi066.seeyps/trash_purge_schedule"}]: dispatch 2024-03-21T13:19:28.965 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:28 smithi066 bash[18703]: audit 2024-03-21T13:19:28.393816+0000 mon.smithi066 (mon.0) 47 : audit [INF] from='mgr.14120 172.21.15.66:0/3588915610' entity='mgr.smithi066.seeyps' 2024-03-21T13:19:28.965 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:28 smithi066 bash[18703]: audit 2024-03-21T13:19:28.398832+0000 mon.smithi066 (mon.0) 48 : audit [INF] from='mgr.14120 172.21.15.66:0/3588915610' entity='mgr.smithi066.seeyps' 2024-03-21T13:19:28.965 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:28 smithi066 bash[18703]: cluster 2024-03-21T13:19:28.576272+0000 mon.smithi066 (mon.0) 49 : cluster [DBG] mgrmap e7: smithi066.seeyps(active, since 1.00796s) 2024-03-21T13:19:29.201 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout { 2024-03-21T13:19:29.201 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-03-21T13:19:29.201 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "initialized": true 2024-03-21T13:19:29.201 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout } 2024-03-21T13:19:29.201 INFO:teuthology.orchestra.run.smithi066.stdout:mgr epoch 5 is available 2024-03-21T13:19:29.201 INFO:teuthology.orchestra.run.smithi066.stdout:Setting orchestrator backend to cephadm... 2024-03-21T13:19:29.891 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:29 smithi066 bash[18703]: audit 2024-03-21T13:19:28.578368+0000 mgr.smithi066.seeyps (mgr.14120) 2 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-03-21T13:19:29.891 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:29 smithi066 bash[18703]: audit 2024-03-21T13:19:28.590347+0000 mgr.smithi066.seeyps (mgr.14120) 3 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-03-21T13:19:29.891 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:29 smithi066 bash[18703]: cephadm 2024-03-21T13:19:28.852337+0000 mgr.smithi066.seeyps (mgr.14120) 4 : cephadm [INF] [21/Mar/2024:13:19:28] ENGINE Bus STARTING 2024-03-21T13:19:29.891 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:29 smithi066 bash[18703]: cephadm 2024-03-21T13:19:28.954239+0000 mgr.smithi066.seeyps (mgr.14120) 5 : cephadm [INF] [21/Mar/2024:13:19:28] ENGINE Serving on http://172.21.15.66:8765 2024-03-21T13:19:29.891 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:29 smithi066 bash[18703]: cephadm 2024-03-21T13:19:29.075594+0000 mgr.smithi066.seeyps (mgr.14120) 6 : cephadm [INF] [21/Mar/2024:13:19:29] ENGINE Serving on https://172.21.15.66:7150 2024-03-21T13:19:29.891 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:29 smithi066 bash[18703]: cephadm 2024-03-21T13:19:29.075804+0000 mgr.smithi066.seeyps (mgr.14120) 7 : cephadm [INF] [21/Mar/2024:13:19:29] ENGINE Bus STARTED 2024-03-21T13:19:29.891 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:29 smithi066 bash[18703]: audit 2024-03-21T13:19:29.121249+0000 mon.smithi066 (mon.0) 50 : audit [DBG] from='mgr.14120 172.21.15.66:0/3588915610' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:19:30.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:30 smithi066 bash[18703]: cluster 2024-03-21T13:19:29.651934+0000 mon.smithi066 (mon.0) 51 : cluster [DBG] mgrmap e8: smithi066.seeyps(active, since 2s) 2024-03-21T13:19:30.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:30 smithi066 bash[18703]: audit 2024-03-21T13:19:30.489019+0000 mon.smithi066 (mon.0) 52 : audit [INF] from='mgr.14120 172.21.15.66:0/3588915610' entity='mgr.smithi066.seeyps' 2024-03-21T13:19:30.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:30 smithi066 bash[18703]: audit 2024-03-21T13:19:30.541633+0000 mon.smithi066 (mon.0) 53 : audit [DBG] from='mgr.14120 172.21.15.66:0/3588915610' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:19:31.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:31 smithi066 bash[18703]: audit 2024-03-21T13:19:30.484137+0000 mgr.smithi066.seeyps (mgr.14120) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:19:32.744 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout value unchanged 2024-03-21T13:19:32.744 INFO:teuthology.orchestra.run.smithi066.stdout:Generating ssh key... 2024-03-21T13:19:32.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:32 smithi066 bash[18703]: audit 2024-03-21T13:19:32.182391+0000 mgr.smithi066.seeyps (mgr.14120) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:19:35.464 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:35 smithi066 bash[18703]: audit 2024-03-21T13:19:34.007737+0000 mgr.smithi066.seeyps (mgr.14120) 10 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:19:35.464 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:35 smithi066 bash[18703]: cephadm 2024-03-21T13:19:34.008130+0000 mgr.smithi066.seeyps (mgr.14120) 11 : cephadm [INF] Generating ssh key... 2024-03-21T13:19:35.464 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:35 smithi066 bash[18703]: audit 2024-03-21T13:19:34.085684+0000 mon.smithi066 (mon.0) 54 : audit [INF] from='mgr.14120 172.21.15.66:0/3588915610' entity='mgr.smithi066.seeyps' 2024-03-21T13:19:35.464 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:35 smithi066 bash[18703]: audit 2024-03-21T13:19:34.088904+0000 mon.smithi066 (mon.0) 55 : audit [INF] from='mgr.14120 172.21.15.66:0/3588915610' entity='mgr.smithi066.seeyps' 2024-03-21T13:19:36.454 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCyMrJdyvTwkAld7618seysXowzA6mmYhBRPKIryoBsPfNSSSLW+qH5n4H4sLrEw6rsIAmw0B6qW8RpYZRe+mGRPcP8GEqhSXuQYmmnqzEYDcFyB0IS0Lj1zZax+s5Nr8bhJRX9TQd8f2hsuWfDIyjMXFk6o4SGatsH1lbjYprhUeRVM2jkzdW4/k1SfZ5jnDl4acQwmqJocQJjF34ohk2Jq8HtdmU0c+dOPdP1zgi1jDyf+Dl+oKutzNXHBwUv8GC399a8UH7BdpOhx8XKGHr5UqZl7iUK0gbmoI98b6PmDODTPEaDHtSehfkQMTNTykFSNDtKJaFMTZ4yB8+XnT2q3DlUwzXxN3YSJLWvLGewkDxiE158p4mg21Lj09T8HfBEilsaTxRd4JlFifgT8NsYhOZEVhUmW1jE2NcPltW/lXpnn0kAjFSSSnS7Q4a//Kli8x/LxsKgEGnVQsYHbnJRsRJdjAi6q7Sa71W+dLhoGMxs58ebe/XLqHkwfpJEI98= ceph-5ff71cb6-e785-11ee-95cd-87774f69a715 2024-03-21T13:19:36.454 INFO:teuthology.orchestra.run.smithi066.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-03-21T13:19:36.454 INFO:teuthology.orchestra.run.smithi066.stdout:Adding key to root@localhost authorized_keys... 2024-03-21T13:19:36.455 INFO:teuthology.orchestra.run.smithi066.stdout:Adding host smithi066... 2024-03-21T13:19:36.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:36 smithi066 bash[18703]: audit 2024-03-21T13:19:35.849732+0000 mgr.smithi066.seeyps (mgr.14120) 12 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:19:38.607 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:38 smithi066 bash[18703]: audit 2024-03-21T13:19:37.757760+0000 mgr.smithi066.seeyps (mgr.14120) 13 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi066", "addr": "172.21.15.66", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:19:39.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:39 smithi066 bash[18703]: cephadm 2024-03-21T13:19:38.432947+0000 mgr.smithi066.seeyps (mgr.14120) 14 : cephadm [INF] Deploying cephadm binary to smithi066 2024-03-21T13:19:44.143 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout Added host 'smithi066' with addr '172.21.15.66' 2024-03-21T13:19:44.143 INFO:teuthology.orchestra.run.smithi066.stdout:Deploying mon service with default placement... 2024-03-21T13:19:44.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:44 smithi066 bash[18703]: audit 2024-03-21T13:19:43.460767+0000 mon.smithi066 (mon.0) 56 : audit [INF] from='mgr.14120 172.21.15.66:0/3588915610' entity='mgr.smithi066.seeyps' 2024-03-21T13:19:44.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:44 smithi066 bash[18703]: cephadm 2024-03-21T13:19:43.461221+0000 mgr.smithi066.seeyps (mgr.14120) 15 : cephadm [INF] Added host smithi066 2024-03-21T13:19:44.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:44 smithi066 bash[18703]: audit 2024-03-21T13:19:43.508394+0000 mon.smithi066 (mon.0) 57 : audit [DBG] from='mgr.14120 172.21.15.66:0/3588915610' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:19:46.954 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-03-21T13:19:46.954 INFO:teuthology.orchestra.run.smithi066.stdout:Deploying mgr service with default placement... 2024-03-21T13:19:47.464 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:47 smithi066 bash[18703]: audit 2024-03-21T13:19:46.140459+0000 mgr.smithi066.seeyps (mgr.14120) 16 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:19:47.464 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:47 smithi066 bash[18703]: cephadm 2024-03-21T13:19:46.143503+0000 mgr.smithi066.seeyps (mgr.14120) 17 : cephadm [INF] Saving service mon spec with placement count:5 2024-03-21T13:19:47.464 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:47 smithi066 bash[18703]: audit 2024-03-21T13:19:46.147282+0000 mon.smithi066 (mon.0) 58 : audit [INF] from='mgr.14120 172.21.15.66:0/3588915610' entity='mgr.smithi066.seeyps' 2024-03-21T13:19:47.464 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:47 smithi066 bash[18703]: audit 2024-03-21T13:19:46.886015+0000 mon.smithi066 (mon.0) 59 : audit [INF] from='mgr.14120 172.21.15.66:0/3588915610' entity='mgr.smithi066.seeyps' 2024-03-21T13:19:48.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:48 smithi066 bash[18703]: audit 2024-03-21T13:19:47.430337+0000 mon.smithi066 (mon.0) 60 : audit [INF] from='mgr.14120 172.21.15.66:0/3588915610' entity='mgr.smithi066.seeyps' 2024-03-21T13:19:48.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:48 smithi066 bash[18703]: cluster 2024-03-21T13:19:47.582010+0000 mgr.smithi066.seeyps (mgr.14120) 18 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:19:48.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:48 smithi066 bash[18703]: audit 2024-03-21T13:19:48.335799+0000 mon.smithi066 (mon.0) 61 : audit [INF] from='mgr.14120 172.21.15.66:0/3588915610' entity='mgr.smithi066.seeyps' 2024-03-21T13:19:48.885 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-03-21T13:19:48.885 INFO:teuthology.orchestra.run.smithi066.stdout:Deploying crash service with default placement... 2024-03-21T13:19:49.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:49 smithi066 bash[18703]: audit 2024-03-21T13:19:48.328841+0000 mgr.smithi066.seeyps (mgr.14120) 19 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:19:49.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:49 smithi066 bash[18703]: cephadm 2024-03-21T13:19:48.331187+0000 mgr.smithi066.seeyps (mgr.14120) 20 : cephadm [INF] Saving service mgr spec with placement count:2 2024-03-21T13:19:50.674 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout Scheduled crash update... 2024-03-21T13:19:50.674 INFO:teuthology.orchestra.run.smithi066.stdout:Deploying ceph-exporter service with default placement... 2024-03-21T13:19:51.464 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:51 smithi066 bash[18703]: cluster 2024-03-21T13:19:49.582412+0000 mgr.smithi066.seeyps (mgr.14120) 21 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:19:51.464 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:51 smithi066 bash[18703]: audit 2024-03-21T13:19:50.138807+0000 mgr.smithi066.seeyps (mgr.14120) 22 : audit [DBG] from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:19:51.464 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:51 smithi066 bash[18703]: cephadm 2024-03-21T13:19:50.140337+0000 mgr.smithi066.seeyps (mgr.14120) 23 : cephadm [INF] Saving service crash spec with placement * 2024-03-21T13:19:51.464 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:51 smithi066 bash[18703]: audit 2024-03-21T13:19:50.145080+0000 mon.smithi066 (mon.0) 62 : audit [INF] from='mgr.14120 172.21.15.66:0/3588915610' entity='mgr.smithi066.seeyps' 2024-03-21T13:19:52.405 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout Scheduled ceph-exporter update... 2024-03-21T13:19:52.405 INFO:teuthology.orchestra.run.smithi066.stdout:Deploying prometheus service with default placement... 2024-03-21T13:19:53.214 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:52 smithi066 bash[18703]: cluster 2024-03-21T13:19:51.582838+0000 mgr.smithi066.seeyps (mgr.14120) 24 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:19:53.214 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:52 smithi066 bash[18703]: audit 2024-03-21T13:19:51.893375+0000 mgr.smithi066.seeyps (mgr.14120) 25 : audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "ceph-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:19:53.214 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:52 smithi066 bash[18703]: cephadm 2024-03-21T13:19:51.896551+0000 mgr.smithi066.seeyps (mgr.14120) 26 : cephadm [INF] Saving service ceph-exporter spec with placement * 2024-03-21T13:19:53.214 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:52 smithi066 bash[18703]: audit 2024-03-21T13:19:51.900911+0000 mon.smithi066 (mon.0) 63 : audit [INF] from='mgr.14120 172.21.15.66:0/3588915610' entity='mgr.smithi066.seeyps' 2024-03-21T13:19:54.143 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout Scheduled prometheus update... 2024-03-21T13:19:54.143 INFO:teuthology.orchestra.run.smithi066.stdout:Deploying grafana service with default placement... 2024-03-21T13:19:54.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:54 smithi066 bash[18703]: cluster 2024-03-21T13:19:53.583108+0000 mgr.smithi066.seeyps (mgr.14120) 27 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:19:54.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:54 smithi066 bash[18703]: audit 2024-03-21T13:19:53.634459+0000 mgr.smithi066.seeyps (mgr.14120) 28 : audit [DBG] from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:19:54.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:54 smithi066 bash[18703]: cephadm 2024-03-21T13:19:53.635956+0000 mgr.smithi066.seeyps (mgr.14120) 29 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-03-21T13:19:54.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:54 smithi066 bash[18703]: audit 2024-03-21T13:19:53.640520+0000 mon.smithi066 (mon.0) 64 : audit [INF] from='mgr.14120 172.21.15.66:0/3588915610' entity='mgr.smithi066.seeyps' 2024-03-21T13:19:55.980 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout Scheduled grafana update... 2024-03-21T13:19:55.980 INFO:teuthology.orchestra.run.smithi066.stdout:Deploying node-exporter service with default placement... 2024-03-21T13:19:56.214 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:55 smithi066 bash[18703]: audit 2024-03-21T13:19:54.867664+0000 mon.smithi066 (mon.0) 65 : audit [INF] from='mgr.14120 172.21.15.66:0/3588915610' entity='mgr.smithi066.seeyps' 2024-03-21T13:19:56.214 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:55 smithi066 bash[18703]: audit 2024-03-21T13:19:55.431511+0000 mon.smithi066 (mon.0) 66 : audit [INF] from='mgr.14120 172.21.15.66:0/3588915610' entity='mgr.smithi066.seeyps' 2024-03-21T13:19:57.214 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:56 smithi066 bash[18703]: audit 2024-03-21T13:19:55.425862+0000 mgr.smithi066.seeyps (mgr.14120) 30 : audit [DBG] from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:19:57.214 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:56 smithi066 bash[18703]: cephadm 2024-03-21T13:19:55.427907+0000 mgr.smithi066.seeyps (mgr.14120) 31 : cephadm [INF] Saving service grafana spec with placement count:1 2024-03-21T13:19:57.214 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:56 smithi066 bash[18703]: cluster 2024-03-21T13:19:55.583440+0000 mgr.smithi066.seeyps (mgr.14120) 32 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:19:57.214 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:56 smithi066 bash[18703]: audit 2024-03-21T13:19:55.907458+0000 mon.smithi066 (mon.0) 67 : audit [INF] from='mgr.14120 172.21.15.66:0/3588915610' entity='mgr.smithi066.seeyps' 2024-03-21T13:19:57.822 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout Scheduled node-exporter update... 2024-03-21T13:19:57.822 INFO:teuthology.orchestra.run.smithi066.stdout:Deploying alertmanager service with default placement... 2024-03-21T13:19:58.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:58 smithi066 bash[18703]: audit 2024-03-21T13:19:57.236243+0000 mgr.smithi066.seeyps (mgr.14120) 33 : audit [DBG] from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:19:58.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:58 smithi066 bash[18703]: cephadm 2024-03-21T13:19:57.237530+0000 mgr.smithi066.seeyps (mgr.14120) 34 : cephadm [INF] Saving service node-exporter spec with placement * 2024-03-21T13:19:58.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:58 smithi066 bash[18703]: audit 2024-03-21T13:19:57.244488+0000 mon.smithi066 (mon.0) 68 : audit [INF] from='mgr.14120 172.21.15.66:0/3588915610' entity='mgr.smithi066.seeyps' 2024-03-21T13:19:59.464 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:59 smithi066 bash[18703]: cluster 2024-03-21T13:19:57.583905+0000 mgr.smithi066.seeyps (mgr.14120) 35 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:19:59.464 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:19:59 smithi066 bash[18703]: audit 2024-03-21T13:19:59.051763+0000 mon.smithi066 (mon.0) 69 : audit [INF] from='mgr.14120 172.21.15.66:0/3588915610' entity='mgr.smithi066.seeyps' 2024-03-21T13:19:59.643 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout Scheduled alertmanager update... 2024-03-21T13:20:00.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:20:00 smithi066 bash[18703]: audit 2024-03-21T13:19:59.047369+0000 mgr.smithi066.seeyps (mgr.14120) 36 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:20:00.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:20:00 smithi066 bash[18703]: cephadm 2024-03-21T13:19:59.048428+0000 mgr.smithi066.seeyps (mgr.14120) 37 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-03-21T13:20:01.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:20:01 smithi066 bash[18703]: cluster 2024-03-21T13:19:59.584429+0000 mgr.smithi066.seeyps (mgr.14120) 38 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:20:01.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:20:01 smithi066 bash[18703]: audit 2024-03-21T13:20:00.883459+0000 mon.smithi066 (mon.0) 70 : audit [INF] from='client.? 172.21.15.66:0/2755733025' entity='client.admin' 2024-03-21T13:20:03.237 INFO:teuthology.orchestra.run.smithi066.stdout:Enabling the dashboard module... 2024-03-21T13:20:03.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:20:03 smithi066 bash[18703]: cluster 2024-03-21T13:20:01.584882+0000 mgr.smithi066.seeyps (mgr.14120) 39 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:20:03.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:20:03 smithi066 bash[18703]: audit 2024-03-21T13:20:02.694304+0000 mon.smithi066 (mon.0) 71 : audit [INF] from='client.? 172.21.15.66:0/1088056615' entity='client.admin' 2024-03-21T13:20:05.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:20:05 smithi066 bash[18703]: cluster 2024-03-21T13:20:03.585292+0000 mgr.smithi066.seeyps (mgr.14120) 40 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:20:05.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:20:05 smithi066 bash[18703]: audit 2024-03-21T13:20:04.858323+0000 mon.smithi066 (mon.0) 72 : audit [INF] from='client.? 172.21.15.66:0/4059534733' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-03-21T13:20:06.520 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:20:06 smithi066 bash[18703]: audit 2024-03-21T13:20:05.267019+0000 mon.smithi066 (mon.0) 73 : audit [INF] from='client.? 172.21.15.66:0/4059534733' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-03-21T13:20:06.520 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:20:06 smithi066 bash[18703]: cluster 2024-03-21T13:20:05.272507+0000 mon.smithi066 (mon.0) 74 : cluster [DBG] mgrmap e9: smithi066.seeyps(active, since 37s) 2024-03-21T13:20:07.409 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:20:07 smithi066 bash[18703]: audit 2024-03-21T13:20:07.189439+0000 mon.smithi066 (mon.0) 75 : audit [DBG] from='client.? 172.21.15.66:0/813045428' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-03-21T13:20:07.768 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout { 2024-03-21T13:20:07.768 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-03-21T13:20:07.769 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "available": true, 2024-03-21T13:20:07.769 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "active_name": "smithi066.seeyps", 2024-03-21T13:20:07.769 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-03-21T13:20:07.769 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout } 2024-03-21T13:20:07.769 INFO:teuthology.orchestra.run.smithi066.stdout:Waiting for the mgr to restart... 2024-03-21T13:20:07.769 INFO:teuthology.orchestra.run.smithi066.stdout:Waiting for mgr epoch 9... 2024-03-21T13:20:13.826 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:20:13 smithi066 bash[18703]: cluster 2024-03-21T13:20:13.719653+0000 mon.smithi066 (mon.0) 76 : cluster [INF] Active manager daemon smithi066.seeyps restarted 2024-03-21T13:20:13.826 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:20:13 smithi066 bash[18703]: cluster 2024-03-21T13:20:13.720276+0000 mon.smithi066 (mon.0) 77 : cluster [INF] Activating manager daemon smithi066.seeyps 2024-03-21T13:20:13.826 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:20:13 smithi066 bash[18703]: cluster 2024-03-21T13:20:13.729233+0000 mon.smithi066 (mon.0) 78 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-03-21T13:20:13.826 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:20:13 smithi066 bash[18703]: cluster 2024-03-21T13:20:13.729468+0000 mon.smithi066 (mon.0) 79 : cluster [DBG] mgrmap e10: smithi066.seeyps(active, starting, since 0.00940388s) 2024-03-21T13:20:13.826 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:20:13 smithi066 bash[18703]: audit 2024-03-21T13:20:13.732256+0000 mon.smithi066 (mon.0) 80 : audit [DBG] from='mgr.14164 172.21.15.66:0/576100100' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "mon metadata", "id": "smithi066"}]: dispatch 2024-03-21T13:20:13.826 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:20:13 smithi066 bash[18703]: audit 2024-03-21T13:20:13.734573+0000 mon.smithi066 (mon.0) 81 : audit [DBG] from='mgr.14164 172.21.15.66:0/576100100' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "mgr metadata", "who": "smithi066.seeyps", "id": "smithi066.seeyps"}]: dispatch 2024-03-21T13:20:13.826 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:20:13 smithi066 bash[18703]: audit 2024-03-21T13:20:13.735519+0000 mon.smithi066 (mon.0) 82 : audit [DBG] from='mgr.14164 172.21.15.66:0/576100100' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-21T13:20:13.826 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:20:13 smithi066 bash[18703]: audit 2024-03-21T13:20:13.735729+0000 mon.smithi066 (mon.0) 83 : audit [DBG] from='mgr.14164 172.21.15.66:0/576100100' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-21T13:20:13.826 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:20:13 smithi066 bash[18703]: audit 2024-03-21T13:20:13.735970+0000 mon.smithi066 (mon.0) 84 : audit [DBG] from='mgr.14164 172.21.15.66:0/576100100' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-21T13:20:13.826 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:20:13 smithi066 bash[18703]: cluster 2024-03-21T13:20:13.759688+0000 mon.smithi066 (mon.0) 85 : cluster [INF] Manager daemon smithi066.seeyps is now available 2024-03-21T13:20:15.214 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:20:14 smithi066 bash[18703]: audit 2024-03-21T13:20:13.790331+0000 mon.smithi066 (mon.0) 86 : audit [DBG] from='mgr.14164 172.21.15.66:0/576100100' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:20:15.214 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:20:14 smithi066 bash[18703]: audit 2024-03-21T13:20:13.809112+0000 mon.smithi066 (mon.0) 87 : audit [INF] from='mgr.14164 172.21.15.66:0/576100100' entity='mgr.smithi066.seeyps' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi066.seeyps/mirror_snapshot_schedule"}]: dispatch 2024-03-21T13:20:15.214 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:20:14 smithi066 bash[18703]: audit 2024-03-21T13:20:13.812790+0000 mon.smithi066 (mon.0) 88 : audit [INF] from='mgr.14164 172.21.15.66:0/576100100' entity='mgr.smithi066.seeyps' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi066.seeyps/trash_purge_schedule"}]: dispatch 2024-03-21T13:20:15.214 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:20:14 smithi066 bash[18703]: cephadm 2024-03-21T13:20:14.239418+0000 mgr.smithi066.seeyps (mgr.14164) 1 : cephadm [INF] [21/Mar/2024:13:20:14] ENGINE Bus STARTING 2024-03-21T13:20:15.215 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:20:14 smithi066 bash[18703]: cluster 2024-03-21T13:20:14.732799+0000 mon.smithi066 (mon.0) 89 : cluster [DBG] mgrmap e11: smithi066.seeyps(active, since 1.01272s) 2024-03-21T13:20:15.409 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout { 2024-03-21T13:20:15.409 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-03-21T13:20:15.409 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout "initialized": true 2024-03-21T13:20:15.410 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout } 2024-03-21T13:20:15.410 INFO:teuthology.orchestra.run.smithi066.stdout:mgr epoch 9 is available 2024-03-21T13:20:15.410 INFO:teuthology.orchestra.run.smithi066.stdout:Generating a dashboard self-signed certificate... 2024-03-21T13:20:16.214 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:20:15 smithi066 bash[18703]: cephadm 2024-03-21T13:20:14.362507+0000 mgr.smithi066.seeyps (mgr.14164) 2 : cephadm [INF] [21/Mar/2024:13:20:14] ENGINE Serving on https://172.21.15.66:7150 2024-03-21T13:20:16.214 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:20:15 smithi066 bash[18703]: cephadm 2024-03-21T13:20:14.463903+0000 mgr.smithi066.seeyps (mgr.14164) 3 : cephadm [INF] [21/Mar/2024:13:20:14] ENGINE Serving on http://172.21.15.66:8765 2024-03-21T13:20:16.214 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:20:15 smithi066 bash[18703]: cephadm 2024-03-21T13:20:14.464035+0000 mgr.smithi066.seeyps (mgr.14164) 4 : cephadm [INF] [21/Mar/2024:13:20:14] ENGINE Bus STARTED 2024-03-21T13:20:16.214 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:20:15 smithi066 bash[18703]: audit 2024-03-21T13:20:14.731821+0000 mgr.smithi066.seeyps (mgr.14164) 5 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-03-21T13:20:16.214 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:20:15 smithi066 bash[18703]: audit 2024-03-21T13:20:14.745748+0000 mgr.smithi066.seeyps (mgr.14164) 6 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-03-21T13:20:17.214 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:20:16 smithi066 bash[18703]: cluster 2024-03-21T13:20:15.778729+0000 mon.smithi066 (mon.0) 90 : cluster [DBG] mgrmap e12: smithi066.seeyps(active, since 2s) 2024-03-21T13:20:17.214 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:20:16 smithi066 bash[18703]: audit 2024-03-21T13:20:16.751107+0000 mon.smithi066 (mon.0) 91 : audit [INF] from='mgr.14164 172.21.15.66:0/576100100' entity='mgr.smithi066.seeyps' 2024-03-21T13:20:17.214 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:20:16 smithi066 bash[18703]: audit 2024-03-21T13:20:16.756551+0000 mon.smithi066 (mon.0) 92 : audit [INF] from='mgr.14164 172.21.15.66:0/576100100' entity='mgr.smithi066.seeyps' 2024-03-21T13:20:17.346 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-03-21T13:20:17.346 INFO:teuthology.orchestra.run.smithi066.stdout:Creating initial admin user... 2024-03-21T13:20:18.214 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:20:17 smithi066 bash[18703]: audit 2024-03-21T13:20:16.598919+0000 mgr.smithi066.seeyps (mgr.14164) 7 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:20:19.461 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$8sjazKy930XCIIR.Dr3xmOBxUjJYuQhpeo/mrffkpIbJmE3WOv6nW", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1711027218, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-03-21T13:20:19.461 INFO:teuthology.orchestra.run.smithi066.stdout:Fetching dashboard port number... 2024-03-21T13:20:20.147 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:20:19 smithi066 bash[18703]: audit 2024-03-21T13:20:18.614179+0000 mgr.smithi066.seeyps (mgr.14164) 8 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:20:20.147 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:20:19 smithi066 bash[18703]: audit 2024-03-21T13:20:18.890601+0000 mon.smithi066 (mon.0) 93 : audit [INF] from='mgr.14164 172.21.15.66:0/576100100' entity='mgr.smithi066.seeyps' 2024-03-21T13:20:20.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:20:20 smithi066 bash[18703]: cluster 2024-03-21T13:20:19.900973+0000 mon.smithi066 (mon.0) 94 : cluster [DBG] mgrmap e13: smithi066.seeyps(active, since 6s) 2024-03-21T13:20:20.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:20:20 smithi066 bash[18703]: audit 2024-03-21T13:20:20.593264+0000 mon.smithi066 (mon.0) 95 : audit [INF] from='mgr.14164 172.21.15.66:0/576100100' entity='mgr.smithi066.seeyps' 2024-03-21T13:20:20.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:20:20 smithi066 bash[18703]: audit 2024-03-21T13:20:20.691329+0000 mon.smithi066 (mon.0) 96 : audit [DBG] from='client.? 172.21.15.66:0/1089883609' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-03-21T13:20:21.280 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stdout 8443 2024-03-21T13:20:21.281 INFO:teuthology.orchestra.run.smithi066.stdout:firewalld does not appear to be present 2024-03-21T13:20:21.281 INFO:teuthology.orchestra.run.smithi066.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-03-21T13:20:21.282 INFO:teuthology.orchestra.run.smithi066.stdout:Ceph Dashboard is now available at: 2024-03-21T13:20:21.282 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-03-21T13:20:21.282 INFO:teuthology.orchestra.run.smithi066.stdout: URL: https://smithi066.front.sepia.ceph.com:8443/ 2024-03-21T13:20:21.282 INFO:teuthology.orchestra.run.smithi066.stdout: User: admin 2024-03-21T13:20:21.282 INFO:teuthology.orchestra.run.smithi066.stdout: Password: arfvki1sy7 2024-03-21T13:20:21.282 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-03-21T13:20:21.283 INFO:teuthology.orchestra.run.smithi066.stdout:Saving cluster configuration to /var/lib/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/config directory 2024-03-21T13:20:21.283 INFO:teuthology.orchestra.run.smithi066.stdout:Enabling autotune for osd_memory_target 2024-03-21T13:20:22.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:20:22 smithi066 bash[18703]: audit 2024-03-21T13:20:21.630217+0000 mon.smithi066 (mon.0) 97 : audit [INF] from='mgr.14164 172.21.15.66:0/576100100' entity='mgr.smithi066.seeyps' 2024-03-21T13:20:25.078 INFO:teuthology.orchestra.run.smithi066.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-03-21T13:20:25.078 INFO:teuthology.orchestra.run.smithi066.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-03-21T13:20:25.078 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-03-21T13:20:25.078 INFO:teuthology.orchestra.run.smithi066.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 5ff71cb6-e785-11ee-95cd-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-03-21T13:20:25.078 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-03-21T13:20:25.078 INFO:teuthology.orchestra.run.smithi066.stdout:Or, if you are only running a single cluster on this host: 2024-03-21T13:20:25.078 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-03-21T13:20:25.078 INFO:teuthology.orchestra.run.smithi066.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-03-21T13:20:25.079 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-03-21T13:20:25.079 INFO:teuthology.orchestra.run.smithi066.stdout:Please consider enabling telemetry to help improve Ceph: 2024-03-21T13:20:25.079 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-03-21T13:20:25.079 INFO:teuthology.orchestra.run.smithi066.stdout: ceph telemetry on 2024-03-21T13:20:25.079 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-03-21T13:20:25.079 INFO:teuthology.orchestra.run.smithi066.stdout:For more information see: 2024-03-21T13:20:25.079 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-03-21T13:20:25.079 INFO:teuthology.orchestra.run.smithi066.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-03-21T13:20:25.079 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-03-21T13:20:25.079 INFO:teuthology.orchestra.run.smithi066.stdout:Bootstrap complete. 2024-03-21T13:20:25.137 INFO:tasks.cephadm:Fetching config... 2024-03-21T13:20:25.137 DEBUG:teuthology.orchestra.run.smithi066:> set -ex 2024-03-21T13:20:25.138 DEBUG:teuthology.orchestra.run.smithi066:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-03-21T13:20:25.143 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-03-21T13:20:25.143 DEBUG:teuthology.orchestra.run.smithi066:> set -ex 2024-03-21T13:20:25.143 DEBUG:teuthology.orchestra.run.smithi066:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-03-21T13:20:25.193 INFO:tasks.cephadm:Fetching mon keyring... 2024-03-21T13:20:25.193 DEBUG:teuthology.orchestra.run.smithi066:> set -ex 2024-03-21T13:20:25.193 DEBUG:teuthology.orchestra.run.smithi066:> sudo dd if=/var/lib/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/mon.smithi066/keyring of=/dev/stdout 2024-03-21T13:20:25.251 INFO:tasks.cephadm:Fetching pub ssh key... 2024-03-21T13:20:25.251 DEBUG:teuthology.orchestra.run.smithi066:> set -ex 2024-03-21T13:20:25.251 DEBUG:teuthology.orchestra.run.smithi066:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-03-21T13:20:25.302 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-03-21T13:20:25.302 DEBUG:teuthology.orchestra.run.smithi066:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCyMrJdyvTwkAld7618seysXowzA6mmYhBRPKIryoBsPfNSSSLW+qH5n4H4sLrEw6rsIAmw0B6qW8RpYZRe+mGRPcP8GEqhSXuQYmmnqzEYDcFyB0IS0Lj1zZax+s5Nr8bhJRX9TQd8f2hsuWfDIyjMXFk6o4SGatsH1lbjYprhUeRVM2jkzdW4/k1SfZ5jnDl4acQwmqJocQJjF34ohk2Jq8HtdmU0c+dOPdP1zgi1jDyf+Dl+oKutzNXHBwUv8GC399a8UH7BdpOhx8XKGHr5UqZl7iUK0gbmoI98b6PmDODTPEaDHtSehfkQMTNTykFSNDtKJaFMTZ4yB8+XnT2q3DlUwzXxN3YSJLWvLGewkDxiE158p4mg21Lj09T8HfBEilsaTxRd4JlFifgT8NsYhOZEVhUmW1jE2NcPltW/lXpnn0kAjFSSSnS7Q4a//Kli8x/LxsKgEGnVQsYHbnJRsRJdjAi6q7Sa71W+dLhoGMxs58ebe/XLqHkwfpJEI98= ceph-5ff71cb6-e785-11ee-95cd-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-03-21T13:20:25.365 INFO:teuthology.orchestra.run.smithi066.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCyMrJdyvTwkAld7618seysXowzA6mmYhBRPKIryoBsPfNSSSLW+qH5n4H4sLrEw6rsIAmw0B6qW8RpYZRe+mGRPcP8GEqhSXuQYmmnqzEYDcFyB0IS0Lj1zZax+s5Nr8bhJRX9TQd8f2hsuWfDIyjMXFk6o4SGatsH1lbjYprhUeRVM2jkzdW4/k1SfZ5jnDl4acQwmqJocQJjF34ohk2Jq8HtdmU0c+dOPdP1zgi1jDyf+Dl+oKutzNXHBwUv8GC399a8UH7BdpOhx8XKGHr5UqZl7iUK0gbmoI98b6PmDODTPEaDHtSehfkQMTNTykFSNDtKJaFMTZ4yB8+XnT2q3DlUwzXxN3YSJLWvLGewkDxiE158p4mg21Lj09T8HfBEilsaTxRd4JlFifgT8NsYhOZEVhUmW1jE2NcPltW/lXpnn0kAjFSSSnS7Q4a//Kli8x/LxsKgEGnVQsYHbnJRsRJdjAi6q7Sa71W+dLhoGMxs58ebe/XLqHkwfpJEI98= ceph-5ff71cb6-e785-11ee-95cd-87774f69a715 2024-03-21T13:20:25.375 DEBUG:teuthology.orchestra.run.smithi122:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCyMrJdyvTwkAld7618seysXowzA6mmYhBRPKIryoBsPfNSSSLW+qH5n4H4sLrEw6rsIAmw0B6qW8RpYZRe+mGRPcP8GEqhSXuQYmmnqzEYDcFyB0IS0Lj1zZax+s5Nr8bhJRX9TQd8f2hsuWfDIyjMXFk6o4SGatsH1lbjYprhUeRVM2jkzdW4/k1SfZ5jnDl4acQwmqJocQJjF34ohk2Jq8HtdmU0c+dOPdP1zgi1jDyf+Dl+oKutzNXHBwUv8GC399a8UH7BdpOhx8XKGHr5UqZl7iUK0gbmoI98b6PmDODTPEaDHtSehfkQMTNTykFSNDtKJaFMTZ4yB8+XnT2q3DlUwzXxN3YSJLWvLGewkDxiE158p4mg21Lj09T8HfBEilsaTxRd4JlFifgT8NsYhOZEVhUmW1jE2NcPltW/lXpnn0kAjFSSSnS7Q4a//Kli8x/LxsKgEGnVQsYHbnJRsRJdjAi6q7Sa71W+dLhoGMxs58ebe/XLqHkwfpJEI98= ceph-5ff71cb6-e785-11ee-95cd-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-03-21T13:20:25.400 INFO:teuthology.orchestra.run.smithi122.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCyMrJdyvTwkAld7618seysXowzA6mmYhBRPKIryoBsPfNSSSLW+qH5n4H4sLrEw6rsIAmw0B6qW8RpYZRe+mGRPcP8GEqhSXuQYmmnqzEYDcFyB0IS0Lj1zZax+s5Nr8bhJRX9TQd8f2hsuWfDIyjMXFk6o4SGatsH1lbjYprhUeRVM2jkzdW4/k1SfZ5jnDl4acQwmqJocQJjF34ohk2Jq8HtdmU0c+dOPdP1zgi1jDyf+Dl+oKutzNXHBwUv8GC399a8UH7BdpOhx8XKGHr5UqZl7iUK0gbmoI98b6PmDODTPEaDHtSehfkQMTNTykFSNDtKJaFMTZ4yB8+XnT2q3DlUwzXxN3YSJLWvLGewkDxiE158p4mg21Lj09T8HfBEilsaTxRd4JlFifgT8NsYhOZEVhUmW1jE2NcPltW/lXpnn0kAjFSSSnS7Q4a//Kli8x/LxsKgEGnVQsYHbnJRsRJdjAi6q7Sa71W+dLhoGMxs58ebe/XLqHkwfpJEI98= ceph-5ff71cb6-e785-11ee-95cd-87774f69a715 2024-03-21T13:20:25.409 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ff71cb6-e785-11ee-95cd-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-03-21T13:20:25.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:20:25 smithi066 bash[18703]: audit 2024-03-21T13:20:24.536614+0000 mon.smithi066 (mon.0) 98 : audit [INF] from='client.? 172.21.15.66:0/4087009466' entity='client.admin' 2024-03-21T13:20:30.562 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/mon.smithi066/config 2024-03-21T13:20:34.100 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:20:33 smithi066 bash[18703]: audit 2024-03-21T13:20:32.776856+0000 mon.smithi066 (mon.0) 99 : audit [INF] from='mgr.14164 172.21.15.66:0/576100100' entity='mgr.smithi066.seeyps' 2024-03-21T13:20:34.100 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:20:33 smithi066 bash[18703]: audit 2024-03-21T13:20:32.782591+0000 mon.smithi066 (mon.0) 100 : audit [INF] from='mgr.14164 172.21.15.66:0/576100100' entity='mgr.smithi066.seeyps' 2024-03-21T13:20:34.100 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:20:33 smithi066 bash[18703]: audit 2024-03-21T13:20:32.784008+0000 mon.smithi066 (mon.0) 101 : audit [INF] from='mgr.14164 172.21.15.66:0/576100100' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config rm", "who": "osd/host:smithi066", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:20:34.100 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:20:33 smithi066 bash[18703]: audit 2024-03-21T13:20:32.790997+0000 mon.smithi066 (mon.0) 102 : audit [INF] from='mgr.14164 172.21.15.66:0/576100100' entity='mgr.smithi066.seeyps' 2024-03-21T13:20:34.100 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:20:33 smithi066 bash[18703]: audit 2024-03-21T13:20:32.794263+0000 mon.smithi066 (mon.0) 103 : audit [INF] from='mgr.14164 172.21.15.66:0/576100100' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi066", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-03-21T13:20:34.100 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:20:33 smithi066 bash[18703]: audit 2024-03-21T13:20:32.795907+0000 mon.smithi066 (mon.0) 104 : audit [INF] from='mgr.14164 172.21.15.66:0/576100100' entity='mgr.smithi066.seeyps' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi066", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2024-03-21T13:20:34.100 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:20:33 smithi066 bash[18703]: audit 2024-03-21T13:20:32.799709+0000 mon.smithi066 (mon.0) 105 : audit [DBG] from='mgr.14164 172.21.15.66:0/576100100' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:20:34.100 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:20:33 smithi066 bash[18703]: cephadm 2024-03-21T13:20:32.801298+0000 mgr.smithi066.seeyps (mgr.14164) 9 : cephadm [INF] Deploying daemon ceph-exporter.smithi066 on smithi066 2024-03-21T13:20:34.100 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:20:33 smithi066 bash[18703]: audit 2024-03-21T13:20:33.361335+0000 mon.smithi066 (mon.0) 106 : audit [INF] from='client.? 172.21.15.66:0/1071924888' entity='client.admin' 2024-03-21T13:20:34.459 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-03-21T13:20:34.459 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ff71cb6-e785-11ee-95cd-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-03-21T13:20:34.873 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:20:34 smithi066 bash[18703]: cluster 2024-03-21T13:20:33.737117+0000 mgr.smithi066.seeyps (mgr.14164) 10 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:20:35.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:20:35 smithi066 systemd[1]: /etc/systemd/system/ceph-5ff71cb6-e785-11ee-95cd-87774f69a715@.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-03-21T13:20:36.214 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:20:35 smithi066 systemd[1]: /etc/systemd/system/ceph-5ff71cb6-e785-11ee-95cd-87774f69a715@.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-03-21T13:20:37.210 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:20:36 smithi066 bash[18703]: cluster 2024-03-21T13:20:35.737583+0000 mgr.smithi066.seeyps (mgr.14164) 11 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:20:37.210 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:20:36 smithi066 bash[18703]: audit 2024-03-21T13:20:35.916770+0000 mon.smithi066 (mon.0) 107 : audit [INF] from='mgr.14164 172.21.15.66:0/576100100' entity='mgr.smithi066.seeyps' 2024-03-21T13:20:37.210 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:20:36 smithi066 bash[18703]: audit 2024-03-21T13:20:35.920286+0000 mon.smithi066 (mon.0) 108 : audit [INF] from='mgr.14164 172.21.15.66:0/576100100' entity='mgr.smithi066.seeyps' 2024-03-21T13:20:37.210 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:20:36 smithi066 bash[18703]: audit 2024-03-21T13:20:35.923761+0000 mon.smithi066 (mon.0) 109 : audit [INF] from='mgr.14164 172.21.15.66:0/576100100' entity='mgr.smithi066.seeyps' 2024-03-21T13:20:37.210 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:20:36 smithi066 bash[18703]: audit 2024-03-21T13:20:35.925787+0000 mon.smithi066 (mon.0) 110 : audit [INF] from='mgr.14164 172.21.15.66:0/576100100' entity='mgr.smithi066.seeyps' 2024-03-21T13:20:37.210 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:20:36 smithi066 bash[18703]: audit 2024-03-21T13:20:35.926853+0000 mon.smithi066 (mon.0) 111 : audit [INF] from='mgr.14164 172.21.15.66:0/576100100' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi066", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-03-21T13:20:37.210 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:20:36 smithi066 bash[18703]: audit 2024-03-21T13:20:35.927497+0000 mon.smithi066 (mon.0) 112 : audit [INF] from='mgr.14164 172.21.15.66:0/576100100' entity='mgr.smithi066.seeyps' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi066", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-03-21T13:20:37.210 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:20:36 smithi066 bash[18703]: audit 2024-03-21T13:20:35.928978+0000 mon.smithi066 (mon.0) 113 : audit [DBG] from='mgr.14164 172.21.15.66:0/576100100' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:20:37.210 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:20:36 smithi066 bash[18703]: cephadm 2024-03-21T13:20:35.929692+0000 mgr.smithi066.seeyps (mgr.14164) 12 : cephadm [INF] Deploying daemon crash.smithi066 on smithi066 2024-03-21T13:20:38.464 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:20:38 smithi066 systemd[1]: /etc/systemd/system/ceph-5ff71cb6-e785-11ee-95cd-87774f69a715@.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-03-21T13:20:38.464 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:20:38 smithi066 systemd[1]: /etc/systemd/system/ceph-5ff71cb6-e785-11ee-95cd-87774f69a715@.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-03-21T13:20:39.165 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/mon.smithi066/config 2024-03-21T13:20:39.191 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:20:38 smithi066 bash[18703]: cluster 2024-03-21T13:20:37.737967+0000 mgr.smithi066.seeyps (mgr.14164) 13 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:20:39.191 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:20:38 smithi066 bash[18703]: audit 2024-03-21T13:20:38.578974+0000 mon.smithi066 (mon.0) 114 : audit [INF] from='mgr.14164 172.21.15.66:0/576100100' entity='mgr.smithi066.seeyps' 2024-03-21T13:20:39.191 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:20:38 smithi066 bash[18703]: audit 2024-03-21T13:20:38.582371+0000 mon.smithi066 (mon.0) 115 : audit [INF] from='mgr.14164 172.21.15.66:0/576100100' entity='mgr.smithi066.seeyps' 2024-03-21T13:20:39.191 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:20:38 smithi066 bash[18703]: audit 2024-03-21T13:20:38.600749+0000 mon.smithi066 (mon.0) 116 : audit [INF] from='mgr.14164 172.21.15.66:0/576100100' entity='mgr.smithi066.seeyps' 2024-03-21T13:20:39.191 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:20:38 smithi066 bash[18703]: audit 2024-03-21T13:20:38.603020+0000 mon.smithi066 (mon.0) 117 : audit [INF] from='mgr.14164 172.21.15.66:0/576100100' entity='mgr.smithi066.seeyps' 2024-03-21T13:20:39.191 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:20:38 smithi066 bash[18703]: audit 2024-03-21T13:20:38.809183+0000 mon.smithi066 (mon.0) 118 : audit [INF] from='mgr.14164 172.21.15.66:0/576100100' entity='mgr.smithi066.seeyps' 2024-03-21T13:20:39.464 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:20:39 smithi066 systemd[1]: /etc/systemd/system/ceph-5ff71cb6-e785-11ee-95cd-87774f69a715@.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-03-21T13:20:39.833 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:20:39 smithi066 systemd[1]: /etc/systemd/system/ceph-5ff71cb6-e785-11ee-95cd-87774f69a715@.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-03-21T13:20:40.210 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:20:39 smithi066 bash[18703]: cephadm 2024-03-21T13:20:38.604434+0000 mgr.smithi066.seeyps (mgr.14164) 14 : cephadm [INF] Deploying daemon node-exporter.smithi066 on smithi066 2024-03-21T13:20:40.210 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:20:39 smithi066 bash[18703]: audit 2024-03-21T13:20:39.767619+0000 mon.smithi066 (mon.0) 119 : audit [INF] from='mgr.14164 172.21.15.66:0/576100100' entity='mgr.smithi066.seeyps' 2024-03-21T13:20:40.210 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:20:39 smithi066 bash[18703]: audit 2024-03-21T13:20:39.770607+0000 mon.smithi066 (mon.0) 120 : audit [INF] from='mgr.14164 172.21.15.66:0/576100100' entity='mgr.smithi066.seeyps' 2024-03-21T13:20:40.210 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:20:39 smithi066 bash[18703]: audit 2024-03-21T13:20:39.826959+0000 mon.smithi066 (mon.0) 121 : audit [INF] from='mgr.14164 172.21.15.66:0/576100100' entity='mgr.smithi066.seeyps' 2024-03-21T13:20:40.210 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:20:39 smithi066 bash[18703]: audit 2024-03-21T13:20:39.831755+0000 mon.smithi066 (mon.0) 122 : audit [INF] from='mgr.14164 172.21.15.66:0/576100100' entity='mgr.smithi066.seeyps' 2024-03-21T13:20:41.216 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:20:40 smithi066 bash[18703]: cluster 2024-03-21T13:20:39.738244+0000 mgr.smithi066.seeyps (mgr.14164) 15 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:20:41.216 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:20:40 smithi066 bash[18703]: cephadm 2024-03-21T13:20:39.862824+0000 mgr.smithi066.seeyps (mgr.14164) 16 : cephadm [INF] Deploying daemon alertmanager.smithi066 on smithi066 2024-03-21T13:20:43.214 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:20:42 smithi066 bash[18703]: cluster 2024-03-21T13:20:41.738664+0000 mgr.smithi066.seeyps (mgr.14164) 17 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:20:45.139 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:20:44 smithi066 bash[18703]: cluster 2024-03-21T13:20:43.738919+0000 mgr.smithi066.seeyps (mgr.14164) 18 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:20:45.139 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:20:44 smithi066 bash[18703]: audit 2024-03-21T13:20:43.770164+0000 mgr.smithi066.seeyps (mgr.14164) 19 : audit [DBG] from='client.14189 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:20:45.139 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:20:44 smithi066 bash[18703]: audit 2024-03-21T13:20:43.773708+0000 mon.smithi066 (mon.0) 123 : audit [INF] from='mgr.14164 172.21.15.66:0/576100100' entity='mgr.smithi066.seeyps' 2024-03-21T13:20:45.139 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:20:44 smithi066 bash[18703]: audit 2024-03-21T13:20:43.813193+0000 mon.smithi066 (mon.0) 124 : audit [INF] from='mgr.14164 172.21.15.66:0/576100100' entity='mgr.smithi066.seeyps' 2024-03-21T13:20:45.601 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi122 2024-03-21T13:20:45.602 DEBUG:teuthology.orchestra.run.smithi122:> set -ex 2024-03-21T13:20:45.602 DEBUG:teuthology.orchestra.run.smithi122:> dd of=/etc/ceph/ceph.conf 2024-03-21T13:20:45.608 DEBUG:teuthology.orchestra.run.smithi122:> set -ex 2024-03-21T13:20:45.608 DEBUG:teuthology.orchestra.run.smithi122:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-21T13:20:45.655 INFO:tasks.cephadm:Adding host smithi122 to orchestrator... 2024-03-21T13:20:45.655 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ff71cb6-e785-11ee-95cd-87774f69a715 -- ceph orch host add smithi122 2024-03-21T13:20:47.214 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:20:46 smithi066 bash[18703]: cluster 2024-03-21T13:20:45.739339+0000 mgr.smithi066.seeyps (mgr.14164) 20 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:20:48.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:20:48 smithi066 bash[18703]: cluster 2024-03-21T13:20:47.739806+0000 mgr.smithi066.seeyps (mgr.14164) 21 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:20:49.973 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:20:49 smithi066 systemd[1]: /etc/systemd/system/ceph-5ff71cb6-e785-11ee-95cd-87774f69a715@.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-03-21T13:20:50.241 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:20:50 smithi066 systemd[1]: /etc/systemd/system/ceph-5ff71cb6-e785-11ee-95cd-87774f69a715@.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-03-21T13:20:50.388 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/mon.smithi066/config 2024-03-21T13:20:51.391 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:20:51 smithi066 bash[18703]: cluster 2024-03-21T13:20:49.740132+0000 mgr.smithi066.seeyps (mgr.14164) 22 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:20:51.391 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:20:51 smithi066 bash[18703]: audit 2024-03-21T13:20:50.289016+0000 mon.smithi066 (mon.0) 125 : audit [INF] from='mgr.14164 172.21.15.66:0/576100100' entity='mgr.smithi066.seeyps' 2024-03-21T13:20:51.392 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:20:51 smithi066 bash[18703]: audit 2024-03-21T13:20:50.292705+0000 mon.smithi066 (mon.0) 126 : audit [INF] from='mgr.14164 172.21.15.66:0/576100100' entity='mgr.smithi066.seeyps' 2024-03-21T13:20:51.392 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:20:51 smithi066 bash[18703]: audit 2024-03-21T13:20:50.301206+0000 mon.smithi066 (mon.0) 127 : audit [INF] from='mgr.14164 172.21.15.66:0/576100100' entity='mgr.smithi066.seeyps' 2024-03-21T13:20:51.392 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:20:51 smithi066 bash[18703]: audit 2024-03-21T13:20:50.304189+0000 mon.smithi066 (mon.0) 128 : audit [INF] from='mgr.14164 172.21.15.66:0/576100100' entity='mgr.smithi066.seeyps' 2024-03-21T13:20:51.392 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:20:51 smithi066 bash[18703]: audit 2024-03-21T13:20:50.307712+0000 mon.smithi066 (mon.0) 129 : audit [INF] from='mgr.14164 172.21.15.66:0/576100100' entity='mgr.smithi066.seeyps' 2024-03-21T13:20:51.392 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:20:51 smithi066 bash[18703]: audit 2024-03-21T13:20:50.310265+0000 mon.smithi066 (mon.0) 130 : audit [INF] from='mgr.14164 172.21.15.66:0/576100100' entity='mgr.smithi066.seeyps' 2024-03-21T13:20:51.392 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:20:51 smithi066 bash[18703]: cephadm 2024-03-21T13:20:50.320131+0000 mgr.smithi066.seeyps (mgr.14164) 23 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-03-21T13:20:51.392 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:20:51 smithi066 bash[18703]: audit 2024-03-21T13:20:50.380838+0000 mon.smithi066 (mon.0) 131 : audit [INF] from='mgr.14164 172.21.15.66:0/576100100' entity='mgr.smithi066.seeyps' 2024-03-21T13:20:51.392 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:20:51 smithi066 bash[18703]: audit 2024-03-21T13:20:50.385857+0000 mon.smithi066 (mon.0) 132 : audit [INF] from='mgr.14164 172.21.15.66:0/576100100' entity='mgr.smithi066.seeyps' 2024-03-21T13:20:51.392 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:20:51 smithi066 bash[18703]: audit 2024-03-21T13:20:50.388945+0000 mon.smithi066 (mon.0) 133 : audit [INF] from='mgr.14164 172.21.15.66:0/576100100' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-21T13:20:51.392 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:20:51 smithi066 bash[18703]: audit 2024-03-21T13:20:50.394316+0000 mon.smithi066 (mon.0) 134 : audit [INF] from='mgr.14164 172.21.15.66:0/576100100' entity='mgr.smithi066.seeyps' 2024-03-21T13:20:52.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:20:52 smithi066 bash[18703]: audit 2024-03-21T13:20:50.389513+0000 mgr.smithi066.seeyps (mgr.14164) 24 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-21T13:20:52.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:20:52 smithi066 bash[18703]: cephadm 2024-03-21T13:20:50.411960+0000 mgr.smithi066.seeyps (mgr.14164) 25 : cephadm [INF] Deploying daemon grafana.smithi066 on smithi066 2024-03-21T13:20:53.549 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:20:53 smithi066 bash[18703]: cluster 2024-03-21T13:20:51.740592+0000 mgr.smithi066.seeyps (mgr.14164) 26 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:20:55.214 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:20:54 smithi066 bash[18703]: cluster 2024-03-21T13:20:53.740902+0000 mgr.smithi066.seeyps (mgr.14164) 27 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:20:55.214 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:20:54 smithi066 bash[18703]: audit 2024-03-21T13:20:53.817186+0000 mon.smithi066 (mon.0) 135 : audit [INF] from='mgr.14164 172.21.15.66:0/576100100' entity='mgr.smithi066.seeyps' 2024-03-21T13:20:55.214 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:20:54 smithi066 bash[18703]: audit 2024-03-21T13:20:54.017916+0000 mgr.smithi066.seeyps (mgr.14164) 28 : audit [DBG] from='client.14191 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi122", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:20:56.214 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:20:55 smithi066 bash[18703]: cephadm 2024-03-21T13:20:54.758384+0000 mgr.smithi066.seeyps (mgr.14164) 29 : cephadm [INF] Deploying cephadm binary to smithi122 2024-03-21T13:20:57.214 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:20:56 smithi066 bash[18703]: cluster 2024-03-21T13:20:55.741180+0000 mgr.smithi066.seeyps (mgr.14164) 30 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:20:59.214 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:20:58 smithi066 bash[18703]: cluster 2024-03-21T13:20:57.741441+0000 mgr.smithi066.seeyps (mgr.14164) 31 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:21:00.193 INFO:teuthology.orchestra.run.smithi066.stdout:Added host 'smithi122' with addr '172.21.15.122' 2024-03-21T13:21:01.178 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ff71cb6-e785-11ee-95cd-87774f69a715 -- ceph orch host ls --format=json 2024-03-21T13:21:01.464 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:01 smithi066 bash[18703]: cluster 2024-03-21T13:20:59.741832+0000 mgr.smithi066.seeyps (mgr.14164) 32 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:21:01.465 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:01 smithi066 bash[18703]: audit 2024-03-21T13:21:00.191439+0000 mon.smithi066 (mon.0) 136 : audit [INF] from='mgr.14164 172.21.15.66:0/576100100' entity='mgr.smithi066.seeyps' 2024-03-21T13:21:01.465 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:01 smithi066 bash[18703]: cephadm 2024-03-21T13:21:00.192346+0000 mgr.smithi066.seeyps (mgr.14164) 33 : cephadm [INF] Added host smithi122 2024-03-21T13:21:03.464 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:03 smithi066 bash[18703]: cluster 2024-03-21T13:21:01.742247+0000 mgr.smithi066.seeyps (mgr.14164) 34 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:21:03.773 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:03 smithi066 systemd[1]: /etc/systemd/system/ceph-5ff71cb6-e785-11ee-95cd-87774f69a715@.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-03-21T13:21:04.031 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:03 smithi066 systemd[1]: /etc/systemd/system/ceph-5ff71cb6-e785-11ee-95cd-87774f69a715@.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-03-21T13:21:05.099 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:05 smithi066 bash[18703]: cluster 2024-03-21T13:21:03.742631+0000 mgr.smithi066.seeyps (mgr.14164) 35 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:21:05.100 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:05 smithi066 bash[18703]: audit 2024-03-21T13:21:04.071100+0000 mon.smithi066 (mon.0) 137 : audit [INF] from='mgr.14164 172.21.15.66:0/576100100' entity='mgr.smithi066.seeyps' 2024-03-21T13:21:05.100 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:05 smithi066 bash[18703]: audit 2024-03-21T13:21:04.074717+0000 mon.smithi066 (mon.0) 138 : audit [INF] from='mgr.14164 172.21.15.66:0/576100100' entity='mgr.smithi066.seeyps' 2024-03-21T13:21:05.100 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:05 smithi066 bash[18703]: audit 2024-03-21T13:21:04.094471+0000 mon.smithi066 (mon.0) 139 : audit [INF] from='mgr.14164 172.21.15.66:0/576100100' entity='mgr.smithi066.seeyps' 2024-03-21T13:21:05.100 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:05 smithi066 bash[18703]: audit 2024-03-21T13:21:04.099993+0000 mon.smithi066 (mon.0) 140 : audit [INF] from='mgr.14164 172.21.15.66:0/576100100' entity='mgr.smithi066.seeyps' 2024-03-21T13:21:05.100 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:05 smithi066 bash[18703]: audit 2024-03-21T13:21:04.105380+0000 mon.smithi066 (mon.0) 141 : audit [INF] from='mgr.14164 172.21.15.66:0/576100100' entity='mgr.smithi066.seeyps' 2024-03-21T13:21:05.100 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:05 smithi066 bash[18703]: audit 2024-03-21T13:21:04.111166+0000 mon.smithi066 (mon.0) 142 : audit [INF] from='mgr.14164 172.21.15.66:0/576100100' entity='mgr.smithi066.seeyps' 2024-03-21T13:21:05.100 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:05 smithi066 bash[18703]: audit 2024-03-21T13:21:04.116799+0000 mon.smithi066 (mon.0) 143 : audit [INF] from='mgr.14164 172.21.15.66:0/576100100' entity='mgr.smithi066.seeyps' 2024-03-21T13:21:05.100 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:05 smithi066 bash[18703]: audit 2024-03-21T13:21:04.122512+0000 mon.smithi066 (mon.0) 144 : audit [INF] from='mgr.14164 172.21.15.66:0/576100100' entity='mgr.smithi066.seeyps' 2024-03-21T13:21:06.188 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:06 smithi066 bash[18703]: cephadm 2024-03-21T13:21:04.429093+0000 mgr.smithi066.seeyps (mgr.14164) 36 : cephadm [INF] Deploying daemon prometheus.smithi066 on smithi066 2024-03-21T13:21:06.945 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/mon.smithi066/config 2024-03-21T13:21:07.464 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:07 smithi066 bash[18703]: cluster 2024-03-21T13:21:05.743053+0000 mgr.smithi066.seeyps (mgr.14164) 37 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:21:09.189 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:09 smithi066 bash[18703]: cluster 2024-03-21T13:21:07.743525+0000 mgr.smithi066.seeyps (mgr.14164) 38 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:21:09.189 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:09 smithi066 bash[18703]: audit 2024-03-21T13:21:08.826150+0000 mon.smithi066 (mon.0) 145 : audit [INF] from='mgr.14164 172.21.15.66:0/576100100' entity='mgr.smithi066.seeyps' 2024-03-21T13:21:11.292 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:11 smithi066 bash[18703]: cluster 2024-03-21T13:21:09.743999+0000 mgr.smithi066.seeyps (mgr.14164) 39 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:21:13.176 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:13 smithi066 bash[18703]: cluster 2024-03-21T13:21:11.744539+0000 mgr.smithi066.seeyps (mgr.14164) 40 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:21:14.046 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-03-21T13:21:14.046 INFO:teuthology.orchestra.run.smithi066.stdout:[{"addr": "172.21.15.66", "hostname": "smithi066", "labels": [], "status": ""}, {"addr": "172.21.15.122", "hostname": "smithi122", "labels": [], "status": ""}] 2024-03-21T13:21:15.174 INFO:tasks.cephadm:Setting crush tunables to default 2024-03-21T13:21:15.175 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ff71cb6-e785-11ee-95cd-87774f69a715 -- ceph osd crush tunables default 2024-03-21T13:21:15.297 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:15 smithi066 bash[18703]: cluster 2024-03-21T13:21:13.744878+0000 mgr.smithi066.seeyps (mgr.14164) 41 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:21:15.297 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:15 smithi066 bash[18703]: audit 2024-03-21T13:21:14.044660+0000 mgr.smithi066.seeyps (mgr.14164) 42 : audit [DBG] from='client.14193 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T13:21:17.271 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:17 smithi066 bash[18703]: cluster 2024-03-21T13:21:15.745387+0000 mgr.smithi066.seeyps (mgr.14164) 43 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:21:19.293 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:19 smithi066 bash[18703]: cluster 2024-03-21T13:21:17.745893+0000 mgr.smithi066.seeyps (mgr.14164) 44 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:21:19.939 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/mon.smithi066/config 2024-03-21T13:21:21.153 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:21 smithi066 bash[18703]: cluster 2024-03-21T13:21:19.746333+0000 mgr.smithi066.seeyps (mgr.14164) 45 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:21:23.310 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:23 smithi066 systemd[1]: /etc/systemd/system/ceph-5ff71cb6-e785-11ee-95cd-87774f69a715@.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-03-21T13:21:23.310 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:23 smithi066 bash[18703]: cluster 2024-03-21T13:21:21.746742+0000 mgr.smithi066.seeyps (mgr.14164) 46 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:21:23.691 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:23 smithi066 systemd[1]: /etc/systemd/system/ceph-5ff71cb6-e785-11ee-95cd-87774f69a715@.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-03-21T13:21:24.679 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:24 smithi066 bash[18703]: audit 2024-03-21T13:21:23.462452+0000 mon.smithi066 (mon.0) 146 : audit [INF] from='mgr.14164 172.21.15.66:0/576100100' entity='mgr.smithi066.seeyps' 2024-03-21T13:21:24.679 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:24 smithi066 bash[18703]: audit 2024-03-21T13:21:23.467061+0000 mon.smithi066 (mon.0) 147 : audit [INF] from='mgr.14164 172.21.15.66:0/576100100' entity='mgr.smithi066.seeyps' 2024-03-21T13:21:24.679 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:24 smithi066 bash[18703]: audit 2024-03-21T13:21:23.496356+0000 mon.smithi066 (mon.0) 148 : audit [INF] from='mgr.14164 172.21.15.66:0/576100100' entity='mgr.smithi066.seeyps' 2024-03-21T13:21:24.680 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:24 smithi066 bash[18703]: audit 2024-03-21T13:21:23.498373+0000 mon.smithi066 (mon.0) 149 : audit [INF] from='mgr.14164 172.21.15.66:0/576100100' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-03-21T13:21:24.680 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:24 smithi066 bash[18703]: cluster 2024-03-21T13:21:23.747200+0000 mgr.smithi066.seeyps (mgr.14164) 47 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:21:24.680 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:24 smithi066 bash[18703]: audit 2024-03-21T13:21:23.832930+0000 mon.smithi066 (mon.0) 150 : audit [INF] from='mgr.14164 172.21.15.66:0/576100100' entity='mgr.smithi066.seeyps' 2024-03-21T13:21:25.509 INFO:teuthology.orchestra.run.smithi066.stderr:adjusted tunables profile to default 2024-03-21T13:21:25.774 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:25 smithi066 bash[18703]: audit 2024-03-21T13:21:24.496538+0000 mon.smithi066 (mon.0) 151 : audit [INF] from='mgr.14164 172.21.15.66:0/576100100' entity='mgr.smithi066.seeyps' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-03-21T13:21:25.774 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:25 smithi066 bash[18703]: cluster 2024-03-21T13:21:24.501038+0000 mon.smithi066 (mon.0) 152 : cluster [DBG] mgrmap e14: smithi066.seeyps(active, since 70s) 2024-03-21T13:21:25.774 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:25 smithi066 bash[18703]: audit 2024-03-21T13:21:25.350304+0000 mon.smithi066 (mon.0) 153 : audit [INF] from='client.? 172.21.15.66:0/2965507713' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-03-21T13:21:26.567 INFO:tasks.cephadm:Adding mon.smithi066 on smithi066 2024-03-21T13:21:26.567 INFO:tasks.cephadm:Adding mon.smithi122 on smithi122 2024-03-21T13:21:26.567 DEBUG:teuthology.orchestra.run.smithi122:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ff71cb6-e785-11ee-95cd-87774f69a715 -- ceph orch apply mon '2;smithi066:172.21.15.66=smithi066;smithi122:172.21.15.122=smithi122' 2024-03-21T13:21:26.602 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:26 smithi066 bash[18703]: audit 2024-03-21T13:21:25.504703+0000 mon.smithi066 (mon.0) 154 : audit [INF] from='client.? 172.21.15.66:0/2965507713' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-03-21T13:21:26.602 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:26 smithi066 bash[18703]: cluster 2024-03-21T13:21:25.509351+0000 mon.smithi066 (mon.0) 155 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-21T13:21:27.776 INFO:teuthology.orchestra.run.smithi122.stderr:Inferring config /etc/ceph/ceph.conf 2024-03-21T13:21:28.821 INFO:teuthology.orchestra.run.smithi122.stderr:Inferring config /etc/ceph/ceph.conf 2024-03-21T13:21:33.195 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:33 smithi066 bash[18703]: cluster 2024-03-21T13:21:33.023953+0000 mon.smithi066 (mon.0) 156 : cluster [INF] Active manager daemon smithi066.seeyps restarted 2024-03-21T13:21:33.195 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:33 smithi066 bash[18703]: cluster 2024-03-21T13:21:33.024793+0000 mon.smithi066 (mon.0) 157 : cluster [INF] Activating manager daemon smithi066.seeyps 2024-03-21T13:21:33.195 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:33 smithi066 bash[18703]: cluster 2024-03-21T13:21:33.031841+0000 mon.smithi066 (mon.0) 158 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-03-21T13:21:33.195 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:33 smithi066 bash[18703]: cluster 2024-03-21T13:21:33.032029+0000 mon.smithi066 (mon.0) 159 : cluster [DBG] mgrmap e15: smithi066.seeyps(active, starting, since 0.00760649s) 2024-03-21T13:21:33.196 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:33 smithi066 bash[18703]: audit 2024-03-21T13:21:33.035729+0000 mon.smithi066 (mon.0) 160 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "mon metadata", "id": "smithi066"}]: dispatch 2024-03-21T13:21:33.196 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:33 smithi066 bash[18703]: audit 2024-03-21T13:21:33.037399+0000 mon.smithi066 (mon.0) 161 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "mgr metadata", "who": "smithi066.seeyps", "id": "smithi066.seeyps"}]: dispatch 2024-03-21T13:21:33.196 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:33 smithi066 bash[18703]: audit 2024-03-21T13:21:33.038508+0000 mon.smithi066 (mon.0) 162 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-21T13:21:33.196 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:33 smithi066 bash[18703]: audit 2024-03-21T13:21:33.038825+0000 mon.smithi066 (mon.0) 163 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-21T13:21:33.196 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:33 smithi066 bash[18703]: audit 2024-03-21T13:21:33.039031+0000 mon.smithi066 (mon.0) 164 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-21T13:21:33.196 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:33 smithi066 bash[18703]: cluster 2024-03-21T13:21:33.064042+0000 mon.smithi066 (mon.0) 165 : cluster [INF] Manager daemon smithi066.seeyps is now available 2024-03-21T13:21:34.048 INFO:teuthology.orchestra.run.smithi122.stdout:Scheduled mon update... 2024-03-21T13:21:34.271 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:34 smithi066 bash[18703]: audit 2024-03-21T13:21:33.101617+0000 mon.smithi066 (mon.0) 166 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:21:34.271 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:34 smithi066 bash[18703]: audit 2024-03-21T13:21:33.116901+0000 mon.smithi066 (mon.0) 167 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:21:34.271 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:34 smithi066 bash[18703]: audit 2024-03-21T13:21:33.120417+0000 mon.smithi066 (mon.0) 168 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:21:34.271 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:34 smithi066 bash[18703]: audit 2024-03-21T13:21:33.129631+0000 mon.smithi066 (mon.0) 169 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi066.seeyps/mirror_snapshot_schedule"}]: dispatch 2024-03-21T13:21:34.271 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:34 smithi066 bash[18703]: audit 2024-03-21T13:21:33.135248+0000 mon.smithi066 (mon.0) 170 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi066.seeyps/trash_purge_schedule"}]: dispatch 2024-03-21T13:21:34.271 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:34 smithi066 bash[18703]: audit 2024-03-21T13:21:34.016699+0000 mon.smithi066 (mon.0) 171 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:21:34.271 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:34 smithi066 bash[18703]: cluster 2024-03-21T13:21:34.042980+0000 mon.smithi066 (mon.0) 172 : cluster [DBG] mgrmap e16: smithi066.seeyps(active, since 1.01856s) 2024-03-21T13:21:34.271 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:34 smithi066 bash[18703]: audit 2024-03-21T13:21:34.046198+0000 mon.smithi066 (mon.0) 173 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:21:34.718 DEBUG:teuthology.orchestra.run.smithi122:mon.smithi122> sudo journalctl -f -n 0 -u ceph-5ff71cb6-e785-11ee-95cd-87774f69a715@mon.smithi122.service 2024-03-21T13:21:34.721 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-03-21T13:21:34.721 DEBUG:teuthology.orchestra.run.smithi122:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ff71cb6-e785-11ee-95cd-87774f69a715 -- ceph mon dump -f json 2024-03-21T13:21:35.465 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:35 smithi066 bash[18703]: cephadm 2024-03-21T13:21:34.043769+0000 mgr.smithi066.seeyps (mgr.14195) 2 : cephadm [INF] Saving service mon spec with placement smithi066:172.21.15.66=smithi066;smithi122:172.21.15.122=smithi122;count:2 2024-03-21T13:21:35.960 INFO:teuthology.orchestra.run.smithi122.stderr:Inferring config /etc/ceph/ceph.conf 2024-03-21T13:21:36.279 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:36 smithi066 bash[18703]: cephadm 2024-03-21T13:21:34.939901+0000 mgr.smithi066.seeyps (mgr.14195) 3 : cephadm [INF] [21/Mar/2024:13:21:34] ENGINE Bus STARTING 2024-03-21T13:21:36.279 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:36 smithi066 bash[18703]: cephadm 2024-03-21T13:21:35.063172+0000 mgr.smithi066.seeyps (mgr.14195) 4 : cephadm [INF] [21/Mar/2024:13:21:35] ENGINE Serving on https://172.21.15.66:7150 2024-03-21T13:21:36.279 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:36 smithi066 bash[18703]: cluster 2024-03-21T13:21:35.081831+0000 mon.smithi066 (mon.0) 174 : cluster [DBG] mgrmap e17: smithi066.seeyps(active, since 2s) 2024-03-21T13:21:36.279 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:36 smithi066 bash[18703]: cephadm 2024-03-21T13:21:35.165429+0000 mgr.smithi066.seeyps (mgr.14195) 5 : cephadm [INF] [21/Mar/2024:13:21:35] ENGINE Serving on http://172.21.15.66:8765 2024-03-21T13:21:36.279 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:36 smithi066 bash[18703]: cephadm 2024-03-21T13:21:35.165799+0000 mgr.smithi066.seeyps (mgr.14195) 6 : cephadm [INF] [21/Mar/2024:13:21:35] ENGINE Bus STARTED 2024-03-21T13:21:36.279 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:36 smithi066 bash[18703]: audit 2024-03-21T13:21:35.741215+0000 mon.smithi066 (mon.0) 175 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:21:37.000 INFO:teuthology.orchestra.run.smithi122.stderr:Inferring config /etc/ceph/ceph.conf 2024-03-21T13:21:38.215 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:37 smithi066 bash[18703]: audit 2024-03-21T13:21:36.785762+0000 mon.smithi066 (mon.0) 176 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:21:39.682 INFO:teuthology.orchestra.run.smithi122.stdout: 2024-03-21T13:21:39.682 INFO:teuthology.orchestra.run.smithi122.stdout:{"epoch":1,"fsid":"5ff71cb6-e785-11ee-95cd-87774f69a715","modified":"2024-03-21T13:18:51.476157Z","created":"2024-03-21T13:18:51.476157Z","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":"smithi066","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:3300","nonce":0},{"type":"v1","addr":"172.21.15.66:6789","nonce":0}]},"addr":"172.21.15.66:6789/0","public_addr":"172.21.15.66:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-03-21T13:21:39.684 INFO:teuthology.orchestra.run.smithi122.stderr:dumped monmap epoch 1 2024-03-21T13:21:40.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:40 smithi066 bash[18703]: audit 2024-03-21T13:21:39.239416+0000 mon.smithi066 (mon.0) 177 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:21:40.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:40 smithi066 bash[18703]: audit 2024-03-21T13:21:39.248124+0000 mon.smithi066 (mon.0) 178 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:21:40.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:40 smithi066 bash[18703]: audit 2024-03-21T13:21:39.680113+0000 mon.smithi066 (mon.0) 179 : audit [DBG] from='client.? 172.21.15.122:0/1078363744' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-21T13:21:41.281 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-03-21T13:21:41.282 DEBUG:teuthology.orchestra.run.smithi122:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ff71cb6-e785-11ee-95cd-87774f69a715 -- ceph mon dump -f json 2024-03-21T13:21:41.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:41 smithi066 bash[18703]: audit 2024-03-21T13:21:40.290887+0000 mon.smithi066 (mon.0) 180 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:21:41.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:41 smithi066 bash[18703]: audit 2024-03-21T13:21:40.297609+0000 mon.smithi066 (mon.0) 181 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:21:41.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:41 smithi066 bash[18703]: audit 2024-03-21T13:21:40.298871+0000 mon.smithi066 (mon.0) 182 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config rm", "who": "osd/host:smithi066", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:21:43.347 INFO:teuthology.orchestra.run.smithi122.stderr:Inferring config /var/lib/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:21:43.716 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:43 smithi066 bash[18703]: audit 2024-03-21T13:21:42.435163+0000 mon.smithi066 (mon.0) 183 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:21:43.716 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:43 smithi066 bash[18703]: audit 2024-03-21T13:21:42.443413+0000 mon.smithi066 (mon.0) 184 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:21:43.716 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:43 smithi066 bash[18703]: audit 2024-03-21T13:21:42.453972+0000 mon.smithi066 (mon.0) 185 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:21:43.716 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:43 smithi066 bash[18703]: audit 2024-03-21T13:21:42.462038+0000 mon.smithi066 (mon.0) 186 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:21:43.716 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:43 smithi066 bash[18703]: audit 2024-03-21T13:21:42.463746+0000 mon.smithi066 (mon.0) 187 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config rm", "who": "osd/host:smithi122", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:21:43.716 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:43 smithi066 bash[18703]: audit 2024-03-21T13:21:42.465806+0000 mon.smithi066 (mon.0) 188 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:21:43.716 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:43 smithi066 bash[18703]: audit 2024-03-21T13:21:42.467544+0000 mon.smithi066 (mon.0) 189 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:21:43.716 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:43 smithi066 bash[18703]: cephadm 2024-03-21T13:21:42.470279+0000 mgr.smithi066.seeyps (mgr.14195) 7 : cephadm [INF] Updating smithi066:/etc/ceph/ceph.conf 2024-03-21T13:21:43.716 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:43 smithi066 bash[18703]: cephadm 2024-03-21T13:21:42.470768+0000 mgr.smithi066.seeyps (mgr.14195) 8 : cephadm [INF] Updating smithi122:/etc/ceph/ceph.conf 2024-03-21T13:21:43.716 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:43 smithi066 bash[18703]: audit 2024-03-21T13:21:43.336446+0000 mon.smithi066 (mon.0) 190 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:21:43.716 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:43 smithi066 bash[18703]: audit 2024-03-21T13:21:43.343314+0000 mon.smithi066 (mon.0) 191 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:21:43.717 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:43 smithi066 bash[18703]: audit 2024-03-21T13:21:43.351231+0000 mon.smithi066 (mon.0) 192 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:21:43.717 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:43 smithi066 bash[18703]: audit 2024-03-21T13:21:43.358581+0000 mon.smithi066 (mon.0) 193 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:21:43.717 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:43 smithi066 bash[18703]: audit 2024-03-21T13:21:43.367253+0000 mon.smithi066 (mon.0) 194 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:21:43.717 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:43 smithi066 bash[18703]: audit 2024-03-21T13:21:43.370567+0000 mon.smithi066 (mon.0) 195 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi122", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-03-21T13:21:43.717 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:43 smithi066 bash[18703]: audit 2024-03-21T13:21:43.374774+0000 mon.smithi066 (mon.0) 196 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi122", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2024-03-21T13:21:43.717 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:43 smithi066 bash[18703]: audit 2024-03-21T13:21:43.379123+0000 mon.smithi066 (mon.0) 197 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:21:44.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:44 smithi066 bash[18703]: cephadm 2024-03-21T13:21:42.735607+0000 mgr.smithi066.seeyps (mgr.14195) 9 : cephadm [INF] Updating smithi066:/var/lib/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:21:44.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:44 smithi066 bash[18703]: cephadm 2024-03-21T13:21:42.737307+0000 mgr.smithi066.seeyps (mgr.14195) 10 : cephadm [INF] Updating smithi122:/var/lib/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:21:44.716 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:44 smithi066 bash[18703]: cephadm 2024-03-21T13:21:42.951510+0000 mgr.smithi066.seeyps (mgr.14195) 11 : cephadm [INF] Updating smithi066:/etc/ceph/ceph.client.admin.keyring 2024-03-21T13:21:44.716 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:44 smithi066 bash[18703]: cephadm 2024-03-21T13:21:42.955010+0000 mgr.smithi066.seeyps (mgr.14195) 12 : cephadm [INF] Updating smithi122:/etc/ceph/ceph.client.admin.keyring 2024-03-21T13:21:44.716 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:44 smithi066 bash[18703]: cephadm 2024-03-21T13:21:43.167029+0000 mgr.smithi066.seeyps (mgr.14195) 13 : cephadm [INF] Updating smithi066:/var/lib/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T13:21:44.716 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:44 smithi066 bash[18703]: cephadm 2024-03-21T13:21:43.170132+0000 mgr.smithi066.seeyps (mgr.14195) 14 : cephadm [INF] Updating smithi122:/var/lib/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T13:21:44.716 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:44 smithi066 bash[18703]: cephadm 2024-03-21T13:21:43.381208+0000 mgr.smithi066.seeyps (mgr.14195) 15 : cephadm [INF] Deploying daemon ceph-exporter.smithi122 on smithi122 2024-03-21T13:21:46.361 INFO:teuthology.orchestra.run.smithi122.stdout: 2024-03-21T13:21:46.361 INFO:teuthology.orchestra.run.smithi122.stdout:{"epoch":1,"fsid":"5ff71cb6-e785-11ee-95cd-87774f69a715","modified":"2024-03-21T13:18:51.476157Z","created":"2024-03-21T13:18:51.476157Z","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":"smithi066","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:3300","nonce":0},{"type":"v1","addr":"172.21.15.66:6789","nonce":0}]},"addr":"172.21.15.66:6789/0","public_addr":"172.21.15.66:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-03-21T13:21:46.364 INFO:teuthology.orchestra.run.smithi122.stderr:dumped monmap epoch 1 2024-03-21T13:21:46.716 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:46 smithi066 bash[18703]: audit 2024-03-21T13:21:46.359985+0000 mon.smithi066 (mon.0) 198 : audit [DBG] from='client.? 172.21.15.122:0/2314309594' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-21T13:21:47.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:47 smithi066 bash[18703]: audit 2024-03-21T13:21:46.650002+0000 mon.smithi066 (mon.0) 199 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:21:47.716 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:47 smithi066 bash[18703]: audit 2024-03-21T13:21:46.658506+0000 mon.smithi066 (mon.0) 200 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:21:47.716 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:47 smithi066 bash[18703]: audit 2024-03-21T13:21:46.712044+0000 mon.smithi066 (mon.0) 201 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:21:47.716 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:47 smithi066 bash[18703]: audit 2024-03-21T13:21:46.720171+0000 mon.smithi066 (mon.0) 202 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:21:47.716 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:47 smithi066 bash[18703]: audit 2024-03-21T13:21:46.723251+0000 mon.smithi066 (mon.0) 203 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi122", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-03-21T13:21:47.716 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:47 smithi066 bash[18703]: audit 2024-03-21T13:21:46.727616+0000 mon.smithi066 (mon.0) 204 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi122", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-03-21T13:21:47.716 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:47 smithi066 bash[18703]: audit 2024-03-21T13:21:46.732260+0000 mon.smithi066 (mon.0) 205 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:21:47.716 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:47 smithi066 bash[18703]: cephadm 2024-03-21T13:21:46.734469+0000 mgr.smithi066.seeyps (mgr.14195) 16 : cephadm [INF] Deploying daemon crash.smithi122 on smithi122 2024-03-21T13:21:48.819 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-03-21T13:21:48.820 DEBUG:teuthology.orchestra.run.smithi122:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ff71cb6-e785-11ee-95cd-87774f69a715 -- ceph mon dump -f json 2024-03-21T13:21:48.966 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:48 smithi066 bash[18703]: audit 2024-03-21T13:21:48.121620+0000 mon.smithi066 (mon.0) 206 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:21:48.966 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:48 smithi066 bash[18703]: audit 2024-03-21T13:21:48.125615+0000 mon.smithi066 (mon.0) 207 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:21:51.465 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:51 smithi066 bash[18703]: audit 2024-03-21T13:21:50.028032+0000 mon.smithi066 (mon.0) 208 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:21:51.466 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:51 smithi066 bash[18703]: audit 2024-03-21T13:21:50.036698+0000 mon.smithi066 (mon.0) 209 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:21:51.466 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:51 smithi066 bash[18703]: audit 2024-03-21T13:21:50.065682+0000 mon.smithi066 (mon.0) 210 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:21:51.466 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:51 smithi066 bash[18703]: audit 2024-03-21T13:21:50.071217+0000 mon.smithi066 (mon.0) 211 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:21:51.466 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:51 smithi066 bash[18703]: cephadm 2024-03-21T13:21:50.074734+0000 mgr.smithi066.seeyps (mgr.14195) 17 : cephadm [INF] Deploying daemon node-exporter.smithi122 on smithi122 2024-03-21T13:21:52.454 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:52 smithi066 bash[18703]: audit 2024-03-21T13:21:51.171779+0000 mon.smithi066 (mon.0) 212 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:21:52.454 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:52 smithi066 bash[18703]: audit 2024-03-21T13:21:51.178228+0000 mon.smithi066 (mon.0) 213 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:21:52.454 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:52 smithi066 bash[18703]: audit 2024-03-21T13:21:51.197302+0000 mon.smithi066 (mon.0) 214 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:21:52.454 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:52 smithi066 bash[18703]: audit 2024-03-21T13:21:51.202926+0000 mon.smithi066 (mon.0) 215 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:21:52.454 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:52 smithi066 bash[18703]: audit 2024-03-21T13:21:51.208481+0000 mon.smithi066 (mon.0) 216 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi122.ezngxk", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-21T13:21:52.455 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:52 smithi066 bash[18703]: audit 2024-03-21T13:21:51.210299+0000 mon.smithi066 (mon.0) 217 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi122.ezngxk", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-03-21T13:21:52.455 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:52 smithi066 bash[18703]: audit 2024-03-21T13:21:51.214726+0000 mon.smithi066 (mon.0) 218 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-21T13:21:52.455 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:52 smithi066 bash[18703]: audit 2024-03-21T13:21:51.216758+0000 mon.smithi066 (mon.0) 219 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:21:52.455 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:52 smithi066 bash[18703]: cephadm 2024-03-21T13:21:51.218816+0000 mgr.smithi066.seeyps (mgr.14195) 18 : cephadm [INF] Deploying daemon mgr.smithi122.ezngxk on smithi122 2024-03-21T13:21:52.526 INFO:teuthology.orchestra.run.smithi122.stderr:Inferring config /var/lib/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:21:54.465 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:54 smithi066 bash[18703]: cluster 2024-03-21T13:21:53.040145+0000 mgr.smithi066.seeyps (mgr.14195) 19 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:21:54.465 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:54 smithi066 bash[18703]: audit 2024-03-21T13:21:53.133017+0000 mon.smithi066 (mon.0) 220 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:21:56.462 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:21:56 smithi122 systemd[1]: /etc/systemd/system/ceph-5ff71cb6-e785-11ee-95cd-87774f69a715@.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-03-21T13:21:56.465 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:56 smithi066 bash[18703]: cluster 2024-03-21T13:21:55.040594+0000 mgr.smithi066.seeyps (mgr.14195) 20 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:21:56.465 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:56 smithi066 bash[18703]: audit 2024-03-21T13:21:55.648071+0000 mon.smithi066 (mon.0) 221 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:21:56.465 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:56 smithi066 bash[18703]: audit 2024-03-21T13:21:55.654797+0000 mon.smithi066 (mon.0) 222 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:21:56.466 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:56 smithi066 bash[18703]: audit 2024-03-21T13:21:55.698609+0000 mon.smithi066 (mon.0) 223 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:21:56.466 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:56 smithi066 bash[18703]: audit 2024-03-21T13:21:55.704294+0000 mon.smithi066 (mon.0) 224 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:21:56.466 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:56 smithi066 bash[18703]: audit 2024-03-21T13:21:55.708011+0000 mon.smithi066 (mon.0) 225 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T13:21:56.466 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:56 smithi066 bash[18703]: audit 2024-03-21T13:21:55.709885+0000 mon.smithi066 (mon.0) 226 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:21:57.465 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:57 smithi066 bash[18703]: cephadm 2024-03-21T13:21:55.711979+0000 mgr.smithi066.seeyps (mgr.14195) 21 : cephadm [INF] Deploying daemon mon.smithi122 on smithi122 2024-03-21T13:21:57.767 INFO:teuthology.orchestra.run.smithi122.stdout: 2024-03-21T13:21:57.768 INFO:teuthology.orchestra.run.smithi122.stdout:{"epoch":1,"fsid":"5ff71cb6-e785-11ee-95cd-87774f69a715","modified":"2024-03-21T13:18:51.476157Z","created":"2024-03-21T13:18:51.476157Z","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":"smithi066","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:3300","nonce":0},{"type":"v1","addr":"172.21.15.66:6789","nonce":0}]},"addr":"172.21.15.66:6789/0","public_addr":"172.21.15.66:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-03-21T13:21:57.770 INFO:teuthology.orchestra.run.smithi122.stderr:dumped monmap epoch 1 2024-03-21T13:21:58.465 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:58 smithi066 bash[18703]: cluster 2024-03-21T13:21:57.041036+0000 mgr.smithi066.seeyps (mgr.14195) 22 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:21:58.465 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:58 smithi066 bash[18703]: audit 2024-03-21T13:21:57.766360+0000 mon.smithi066 (mon.0) 227 : audit [DBG] from='client.? 172.21.15.122:0/3182430380' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-21T13:21:59.465 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:21:59 smithi066 bash[18703]: audit 2024-03-21T13:21:58.140180+0000 mon.smithi066 (mon.0) 228 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:21:59.703 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-03-21T13:21:59.703 DEBUG:teuthology.orchestra.run.smithi122:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ff71cb6-e785-11ee-95cd-87774f69a715 -- ceph mon dump -f json 2024-03-21T13:22:00.465 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:00 smithi066 bash[18703]: cluster 2024-03-21T13:21:59.041423+0000 mgr.smithi066.seeyps (mgr.14195) 23 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:22:00.761 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:00 smithi122 systemd[1]: /etc/systemd/system/ceph-5ff71cb6-e785-11ee-95cd-87774f69a715@.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-03-21T13:22:00.761 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:00 smithi122 systemd[1]: /etc/systemd/system/ceph-5ff71cb6-e785-11ee-95cd-87774f69a715@.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-03-21T13:22:00.761 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:00 smithi122 systemd[1]: /etc/systemd/system/ceph-5ff71cb6-e785-11ee-95cd-87774f69a715@.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-03-21T13:22:00.761 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:00 smithi122 systemd[1]: /etc/systemd/system/ceph-5ff71cb6-e785-11ee-95cd-87774f69a715@.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-03-21T13:22:00.761 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:00 smithi122 systemd[1]: Started Ceph mon.smithi122 for 5ff71cb6-e785-11ee-95cd-87774f69a715. 2024-03-21T13:22:01.963 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.680+0000 7f46835a0c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-03-21T13:22:01.963 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.680+0000 7f46835a0c80 0 ceph version 19.0.0-2267-g960fbbe4 (960fbbe4645c2becc8084669be194c95183c7753) squid (dev), process ceph-mon, pid 7 2024-03-21T13:22:01.963 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.680+0000 7f46835a0c80 0 pidfile_write: ignore empty --pid-file 2024-03-21T13:22:01.963 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 0 load: jerasure load: lrc 2024-03-21T13:22:01.963 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: RocksDB version: 7.9.2 2024-03-21T13:22:01.963 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Git sha 0 2024-03-21T13:22:01.963 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Compile date 2024-03-21 08:53:26 2024-03-21T13:22:01.963 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: DB SUMMARY 2024-03-21T13:22:01.963 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: DB Session ID: HYNCAQRP3HA67MFMBJJK 2024-03-21T13:22:01.963 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: CURRENT file: CURRENT 2024-03-21T13:22:01.963 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: IDENTITY file: IDENTITY 2024-03-21T13:22:01.964 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-03-21T13:22:01.964 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi122/store.db dir, Total Num: 0, files: 2024-03-21T13:22:01.964 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi122/store.db: 000004.log size: 511 ; 2024-03-21T13:22:01.964 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.error_if_exists: 0 2024-03-21T13:22:01.964 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.create_if_missing: 0 2024-03-21T13:22:01.964 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.paranoid_checks: 1 2024-03-21T13:22:01.964 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-03-21T13:22:01.964 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-03-21T13:22:01.964 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-03-21T13:22:01.964 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.env: 0x5626bc55cb20 2024-03-21T13:22:01.964 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.fs: PosixFileSystem 2024-03-21T13:22:01.964 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.info_log: 0x5626bd87f800 2024-03-21T13:22:01.964 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-03-21T13:22:01.964 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.statistics: (nil) 2024-03-21T13:22:01.965 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.use_fsync: 0 2024-03-21T13:22:01.965 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.max_log_file_size: 0 2024-03-21T13:22:01.965 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-03-21T13:22:01.965 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-03-21T13:22:01.965 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-03-21T13:22:01.965 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-03-21T13:22:01.966 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.allow_fallocate: 1 2024-03-21T13:22:01.966 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-03-21T13:22:01.966 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-03-21T13:22:01.966 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.use_direct_reads: 0 2024-03-21T13:22:01.966 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-03-21T13:22:01.966 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.create_missing_column_families: 0 2024-03-21T13:22:01.966 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.db_log_dir: 2024-03-21T13:22:01.966 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.wal_dir: 2024-03-21T13:22:01.966 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-03-21T13:22:01.966 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-03-21T13:22:01.966 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-03-21T13:22:01.966 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-03-21T13:22:01.966 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-03-21T13:22:01.966 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-03-21T13:22:01.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.advise_random_on_open: 1 2024-03-21T13:22:01.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-03-21T13:22:01.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.write_buffer_manager: 0x5626bd8501e0 2024-03-21T13:22:01.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-03-21T13:22:01.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-03-21T13:22:01.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-03-21T13:22:01.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.rate_limiter: (nil) 2024-03-21T13:22:01.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-03-21T13:22:01.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-03-21T13:22:01.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-03-21T13:22:01.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-03-21T13:22:01.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.unordered_write: 0 2024-03-21T13:22:01.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-03-21T13:22:01.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-03-21T13:22:01.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-03-21T13:22:01.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-03-21T13:22:01.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.row_cache: None 2024-03-21T13:22:01.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.wal_filter: None 2024-03-21T13:22:01.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-03-21T13:22:01.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-03-21T13:22:01.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.two_write_queues: 0 2024-03-21T13:22:01.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.manual_wal_flush: 0 2024-03-21T13:22:01.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.wal_compression: 0 2024-03-21T13:22:01.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.atomic_flush: 0 2024-03-21T13:22:01.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-03-21T13:22:01.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-03-21T13:22:01.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-03-21T13:22:01.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.log_readahead_size: 0 2024-03-21T13:22:01.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-03-21T13:22:01.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-03-21T13:22:01.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-03-21T13:22:01.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-03-21T13:22:01.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-03-21T13:22:01.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-03-21T13:22:01.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-03-21T13:22:01.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.max_background_jobs: 2 2024-03-21T13:22:01.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.max_background_compactions: -1 2024-03-21T13:22:01.970 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.max_subcompactions: 1 2024-03-21T13:22:01.970 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-03-21T13:22:01.970 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-03-21T13:22:01.970 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-03-21T13:22:01.970 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.max_total_wal_size: 0 2024-03-21T13:22:01.970 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-03-21T13:22:01.970 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-03-21T13:22:01.970 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-03-21T13:22:01.970 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-03-21T13:22:01.970 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.max_open_files: -1 2024-03-21T13:22:01.970 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.bytes_per_sync: 0 2024-03-21T13:22:01.970 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-03-21T13:22:01.970 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-03-21T13:22:01.971 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-03-21T13:22:01.971 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.max_background_flushes: -1 2024-03-21T13:22:01.971 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Compression algorithms supported: 2024-03-21T13:22:01.971 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-03-21T13:22:01.971 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: kZSTD supported: 0 2024-03-21T13:22:01.971 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: kXpressCompression supported: 0 2024-03-21T13:22:01.971 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-03-21T13:22:01.971 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: kZlibCompression supported: 1 2024-03-21T13:22:01.971 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: kSnappyCompression supported: 1 2024-03-21T13:22:01.971 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: kLZ4Compression supported: 1 2024-03-21T13:22:01.971 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: kBZip2Compression supported: 0 2024-03-21T13:22:01.971 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-03-21T13:22:01.971 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-03-21T13:22:01.971 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi122/store.db/MANIFEST-000005 2024-03-21T13:22:01.973 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-03-21T13:22:01.973 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-03-21T13:22:01.973 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.merge_operator: 2024-03-21T13:22:01.973 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.compaction_filter: None 2024-03-21T13:22:01.973 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.compaction_filter_factory: None 2024-03-21T13:22:01.973 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-03-21T13:22:01.973 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-03-21T13:22:01.973 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-03-21T13:22:01.973 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5626bd87f920) 2024-03-21T13:22:01.973 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: cache_index_and_filter_blocks: 1 2024-03-21T13:22:01.973 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: cache_index_and_filter_blocks_with_high_priority: 0 2024-03-21T13:22:01.973 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-03-21T13:22:01.974 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: pin_top_level_index_and_filter: 1 2024-03-21T13:22:01.974 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: index_type: 0 2024-03-21T13:22:01.974 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: data_block_index_type: 0 2024-03-21T13:22:01.974 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: index_shortening: 1 2024-03-21T13:22:01.974 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: data_block_hash_table_util_ratio: 0.750000 2024-03-21T13:22:01.974 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: checksum: 4 2024-03-21T13:22:01.974 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: no_block_cache: 0 2024-03-21T13:22:01.974 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: block_cache: 0x5626bd881090 2024-03-21T13:22:01.974 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: block_cache_name: BinnedLRUCache 2024-03-21T13:22:01.974 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: block_cache_options: 2024-03-21T13:22:01.974 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: capacity : 536870912 2024-03-21T13:22:01.974 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: num_shard_bits : 4 2024-03-21T13:22:01.974 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: strict_capacity_limit : 0 2024-03-21T13:22:01.974 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: high_pri_pool_ratio: 0.000 2024-03-21T13:22:01.974 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: block_cache_compressed: (nil) 2024-03-21T13:22:01.975 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: persistent_cache: (nil) 2024-03-21T13:22:01.975 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: block_size: 4096 2024-03-21T13:22:01.975 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: block_size_deviation: 10 2024-03-21T13:22:01.975 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: block_restart_interval: 16 2024-03-21T13:22:01.975 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: index_block_restart_interval: 1 2024-03-21T13:22:01.975 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: metadata_block_size: 4096 2024-03-21T13:22:01.975 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: partition_filters: 0 2024-03-21T13:22:01.975 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: use_delta_encoding: 1 2024-03-21T13:22:01.975 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: filter_policy: bloomfilter 2024-03-21T13:22:01.975 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: whole_key_filtering: 1 2024-03-21T13:22:01.975 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: verify_compression: 0 2024-03-21T13:22:01.975 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: read_amp_bytes_per_bit: 0 2024-03-21T13:22:01.975 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: format_version: 5 2024-03-21T13:22:01.975 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: enable_index_compression: 1 2024-03-21T13:22:01.975 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: block_align: 0 2024-03-21T13:22:01.975 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: max_auto_readahead_size: 262144 2024-03-21T13:22:01.976 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: prepopulate_block_cache: 0 2024-03-21T13:22:01.976 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: initial_auto_readahead_size: 8192 2024-03-21T13:22:01.976 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: num_file_reads_for_auto_readahead: 2 2024-03-21T13:22:01.976 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-03-21T13:22:01.976 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-03-21T13:22:01.976 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.compression: NoCompression 2024-03-21T13:22:01.976 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-03-21T13:22:01.976 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-03-21T13:22:01.976 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-03-21T13:22:01.976 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.num_levels: 7 2024-03-21T13:22:01.976 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-03-21T13:22:01.976 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-03-21T13:22:01.976 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-03-21T13:22:01.976 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-03-21T13:22:01.976 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-03-21T13:22:01.976 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-03-21T13:22:01.977 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-03-21T13:22:01.977 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-03-21T13:22:01.977 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-03-21T13:22:01.977 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-03-21T13:22:01.977 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-03-21T13:22:01.977 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-03-21T13:22:01.977 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-03-21T13:22:01.977 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.compression_opts.level: 32767 2024-03-21T13:22:01.977 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-03-21T13:22:01.977 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-03-21T13:22:01.977 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-03-21T13:22:01.977 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-03-21T13:22:01.977 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-03-21T13:22:01.977 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.compression_opts.enabled: false 2024-03-21T13:22:01.977 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-03-21T13:22:01.978 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-03-21T13:22:01.978 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-03-21T13:22:01.978 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-03-21T13:22:01.978 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-03-21T13:22:01.978 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-03-21T13:22:01.978 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-03-21T13:22:01.978 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-03-21T13:22:01.978 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-03-21T13:22:01.978 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-03-21T13:22:01.978 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-03-21T13:22:01.978 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-03-21T13:22:01.978 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-03-21T13:22:01.978 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-03-21T13:22:01.978 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-03-21T13:22:01.979 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-03-21T13:22:01.979 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-03-21T13:22:01.979 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-03-21T13:22:01.979 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-03-21T13:22:01.979 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.arena_block_size: 1048576 2024-03-21T13:22:01.979 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-03-21T13:22:01.979 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-03-21T13:22:01.979 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-03-21T13:22:01.979 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-03-21T13:22:01.979 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-03-21T13:22:01.979 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-03-21T13:22:01.979 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-03-21T13:22:01.980 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-03-21T13:22:01.980 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-03-21T13:22:01.980 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-03-21T13:22:01.980 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-03-21T13:22:01.980 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-03-21T13:22:01.980 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-03-21T13:22:01.980 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.table_properties_collectors: 2024-03-21T13:22:01.980 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.inplace_update_support: 0 2024-03-21T13:22:01.980 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-03-21T13:22:01.980 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-03-21T13:22:01.980 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-03-21T13:22:01.980 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-03-21T13:22:01.980 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.bloom_locality: 0 2024-03-21T13:22:01.980 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.max_successive_merges: 0 2024-03-21T13:22:01.980 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-03-21T13:22:01.980 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-03-21T13:22:01.981 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.force_consistency_checks: 1 2024-03-21T13:22:01.981 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-03-21T13:22:01.981 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.ttl: 2592000 2024-03-21T13:22:01.981 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-03-21T13:22:01.981 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-03-21T13:22:01.981 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-03-21T13:22:01.981 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.enable_blob_files: false 2024-03-21T13:22:01.981 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.min_blob_size: 0 2024-03-21T13:22:01.981 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.blob_file_size: 268435456 2024-03-21T13:22:01.981 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-03-21T13:22:01.981 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-03-21T13:22:01.981 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-03-21T13:22:01.981 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-03-21T13:22:01.981 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-03-21T13:22:01.981 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-03-21T13:22:01.982 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-03-21T13:22:01.982 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi122/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-03-21T13:22:01.982 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-03-21T13:22:01.982 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: e5a5c2f0-d84b-4879-b783-4a09a3ae2fd0 2024-03-21T13:22:01.982 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711027321688755, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-03-21T13:22:01.982 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-03-21T13:22:01.982 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711027321689187, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1622, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 1, "largest_seqno": 5, "table_properties": {"data_size": 523, "index_size": 31, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 401, "raw_average_value_size": 80, "num_data_blocks": 1, "num_entries": 5, "num_filter_entries": 5, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1711027321, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "e5a5c2f0-d84b-4879-b783-4a09a3ae2fd0", "db_session_id": "HYNCAQRP3HA67MFMBJJK", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-03-21T13:22:01.982 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711027321689279, "job": 1, "event": "recovery_finished"} 2024-03-21T13:22:01.982 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.684+0000 7f46835a0c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-03-21T13:22:01.982 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.688+0000 7f46835a0c80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-smithi122/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-03-21T13:22:01.982 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.688+0000 7f46835a0c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5626bd972000 2024-03-21T13:22:01.982 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.688+0000 7f46835a0c80 4 rocksdb: DB pointer 0x5626bd95e000 2024-03-21T13:22:01.982 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.688+0000 7f4671cfc700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-03-21T13:22:01.982 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.688+0000 7f4671cfc700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-03-21T13:22:01.983 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: ** DB Stats ** 2024-03-21T13:22:01.983 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-21T13:22:01.983 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-03-21T13:22:01.983 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-21T13:22:01.983 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-21T13:22:01.983 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-03-21T13:22:01.983 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-21T13:22:01.983 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-21T13:22:01.983 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: ** Compaction Stats [default] ** 2024-03-21T13:22:01.983 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: 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-03-21T13:22:01.983 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-03-21T13:22:01.983 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: L0 1/0 1.58 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.9 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-03-21T13:22:01.983 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: Sum 1/0 1.58 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.9 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-03-21T13:22:01.983 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: 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.9 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-03-21T13:22:01.983 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: ** Compaction Stats [default] ** 2024-03-21T13:22:01.984 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: 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-03-21T13:22:01.984 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-21T13:22:01.984 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: 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.9 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-03-21T13:22:01.984 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-03-21T13:22:01.984 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-21T13:22:01.984 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: Flush(GB): cumulative 0.000, interval 0.000 2024-03-21T13:22:01.984 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: AddFile(GB): cumulative 0.000, interval 0.000 2024-03-21T13:22:01.984 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: AddFile(Total Files): cumulative 0, interval 0 2024-03-21T13:22:01.984 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: AddFile(L0 Files): cumulative 0, interval 0 2024-03-21T13:22:01.984 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: AddFile(Keys): cumulative 0, interval 0 2024-03-21T13:22:01.984 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: Cumulative compaction: 0.00 GB write, 0.59 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-21T13:22:01.984 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: Interval compaction: 0.00 GB write, 0.59 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-21T13:22:01.984 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: 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-03-21T13:22:01.984 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: Block cache BinnedLRUCache@0x5626bd881090#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-03-21T13:22:01.984 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: 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-03-21T13:22:01.985 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: ** File Read Latency Histogram By Level [default] ** 2024-03-21T13:22:01.985 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.688+0000 7f46835a0c80 0 mon.smithi122 does not exist in monmap, will attempt to join an existing cluster 2024-03-21T13:22:01.985 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.688+0000 7f46835a0c80 0 using public_addr v2:172.21.15.122:0/0 -> [v2:172.21.15.122:3300/0,v1:172.21.15.122:6789/0] 2024-03-21T13:22:01.985 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.688+0000 7f46835a0c80 0 starting mon.smithi122 rank -1 at public addrs [v2:172.21.15.122:3300/0,v1:172.21.15.122:6789/0] at bind addrs [v2:172.21.15.122:3300/0,v1:172.21.15.122:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi122 fsid 5ff71cb6-e785-11ee-95cd-87774f69a715 2024-03-21T13:22:01.985 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.688+0000 7f46835a0c80 1 mon.smithi122@-1(???) e0 preinit fsid 5ff71cb6-e785-11ee-95cd-87774f69a715 2024-03-21T13:22:01.985 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.716+0000 7f4674d02700 0 mon.smithi122@-1(synchronizing).mds e1 new map 2024-03-21T13:22:01.985 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.716+0000 7f4674d02700 0 mon.smithi122@-1(synchronizing).mds e1 print_map 2024-03-21T13:22:01.985 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: e1 2024-03-21T13:22:01.985 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: enable_multiple, ever_enabled_multiple: 1,1 2024-03-21T13:22:01.985 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: 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} 2024-03-21T13:22:01.985 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: legacy client fscid: -1 2024-03-21T13:22:01.985 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: 2024-03-21T13:22:01.985 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: No filesystems configured 2024-03-21T13:22:01.985 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.716+0000 7f4674d02700 1 mon.smithi122@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-03-21T13:22:01.985 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.716+0000 7f4674d02700 1 mon.smithi122@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-03-21T13:22:01.985 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.716+0000 7f4674d02700 1 mon.smithi122@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-03-21T13:22:01.986 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.716+0000 7f4674d02700 1 mon.smithi122@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-03-21T13:22:01.986 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.716+0000 7f4674d02700 1 mon.smithi122@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-03-21T13:22:01.986 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.716+0000 7f4674d02700 1 mon.smithi122@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-03-21T13:22:01.986 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.716+0000 7f4674d02700 1 mon.smithi122@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2024-03-21T13:22:01.986 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.716+0000 7f4674d02700 0 mon.smithi122@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2024-03-21T13:22:01.986 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.716+0000 7f4674d02700 0 mon.smithi122@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-03-21T13:22:01.986 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.716+0000 7f4674d02700 0 mon.smithi122@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-03-21T13:22:01.986 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.716+0000 7f4674d02700 0 mon.smithi122@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-03-21T13:22:01.986 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: cephadm 2024-03-21T13:21:55.711979+0000 mgr.smithi066.seeyps (mgr.14195) 21 : cephadm [INF] Deploying daemon mon.smithi122 on smithi122 2024-03-21T13:22:01.986 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: cluster 2024-03-21T13:21:57.041036+0000 mgr.smithi066.seeyps (mgr.14195) 22 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:22:01.986 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: audit 2024-03-21T13:21:57.766360+0000 mon.smithi066 (mon.0) 227 : audit [DBG] from='client.? 172.21.15.122:0/3182430380' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-21T13:22:01.986 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: audit 2024-03-21T13:21:58.140180+0000 mon.smithi066 (mon.0) 228 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:22:01.986 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: cluster 2024-03-21T13:21:59.041423+0000 mgr.smithi066.seeyps (mgr.14195) 23 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:22:01.986 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:01 smithi122 bash[23477]: debug 2024-03-21T13:22:01.716+0000 7f4674d02700 1 mon.smithi122@-1(synchronizing).paxosservice(auth 1..8) refresh upgraded, format 0 -> 3 2024-03-21T13:22:05.426 INFO:teuthology.orchestra.run.smithi122.stderr:Inferring config /var/lib/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/mon.smithi122/config 2024-03-21T13:22:06.962 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:06 smithi122 bash[23477]: audit 2024-03-21T13:22:01.729284+0000 mon.smithi066 (mon.0) 236 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "mon metadata", "id": "smithi066"}]: dispatch 2024-03-21T13:22:06.962 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:06 smithi122 bash[23477]: cluster 2024-03-21T13:22:01.729694+0000 mon.smithi066 (mon.0) 237 : cluster [INF] mon.smithi066 calling monitor election 2024-03-21T13:22:06.962 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:06 smithi122 bash[23477]: audit 2024-03-21T13:22:01.731843+0000 mon.smithi066 (mon.0) 238 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "mon metadata", "id": "smithi122"}]: dispatch 2024-03-21T13:22:06.962 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:06 smithi122 bash[23477]: audit 2024-03-21T13:22:02.724028+0000 mon.smithi066 (mon.0) 239 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "mon metadata", "id": "smithi122"}]: dispatch 2024-03-21T13:22:06.962 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:06 smithi122 bash[23477]: cluster 2024-03-21T13:22:03.042202+0000 mgr.smithi066.seeyps (mgr.14195) 25 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:22:06.962 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:06 smithi122 bash[23477]: audit 2024-03-21T13:22:03.122202+0000 mon.smithi066 (mon.0) 240 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:22:06.962 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:06 smithi122 bash[23477]: audit 2024-03-21T13:22:03.724498+0000 mon.smithi066 (mon.0) 241 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "mon metadata", "id": "smithi122"}]: dispatch 2024-03-21T13:22:06.962 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:06 smithi122 bash[23477]: cluster 2024-03-21T13:22:03.727954+0000 mon.smithi122 (mon.1) 1 : cluster [INF] mon.smithi122 calling monitor election 2024-03-21T13:22:06.962 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:06 smithi122 bash[23477]: audit 2024-03-21T13:22:04.724704+0000 mon.smithi066 (mon.0) 242 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "mon metadata", "id": "smithi122"}]: dispatch 2024-03-21T13:22:06.963 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:06 smithi122 bash[23477]: cluster 2024-03-21T13:22:05.042647+0000 mgr.smithi066.seeyps (mgr.14195) 26 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:22:06.963 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:06 smithi122 bash[23477]: audit 2024-03-21T13:22:05.724228+0000 mon.smithi066 (mon.0) 243 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "mon metadata", "id": "smithi122"}]: dispatch 2024-03-21T13:22:06.963 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:06 smithi122 bash[23477]: audit 2024-03-21T13:22:05.823723+0000 mon.smithi066 (mon.0) 244 : audit [DBG] from='mgr.? 172.21.15.122:0/1366232053' entity='mgr.smithi122.ezngxk' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi122.ezngxk/crt"}]: dispatch 2024-03-21T13:22:06.963 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:06 smithi122 bash[23477]: audit 2024-03-21T13:22:06.724959+0000 mon.smithi066 (mon.0) 245 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "mon metadata", "id": "smithi122"}]: dispatch 2024-03-21T13:22:06.963 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:06 smithi122 bash[23477]: cluster 2024-03-21T13:22:06.751221+0000 mon.smithi066 (mon.0) 246 : cluster [INF] mon.smithi066 is new leader, mons smithi066,smithi122 in quorum (ranks 0,1) 2024-03-21T13:22:06.963 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:06 smithi122 bash[23477]: cluster 2024-03-21T13:22:06.758004+0000 mon.smithi066 (mon.0) 247 : cluster [DBG] monmap e2: 2 mons at {smithi066=[v2:172.21.15.66:3300/0,v1:172.21.15.66:6789/0],smithi122=[v2:172.21.15.122:3300/0,v1:172.21.15.122:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-21T13:22:06.963 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:06 smithi122 bash[23477]: cluster 2024-03-21T13:22:06.778397+0000 mon.smithi066 (mon.0) 248 : cluster [DBG] fsmap 2024-03-21T13:22:06.963 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:06 smithi122 bash[23477]: cluster 2024-03-21T13:22:06.778458+0000 mon.smithi066 (mon.0) 249 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-03-21T13:22:06.963 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:06 smithi122 bash[23477]: cluster 2024-03-21T13:22:06.778751+0000 mon.smithi066 (mon.0) 250 : cluster [DBG] mgrmap e17: smithi066.seeyps(active, since 33s) 2024-03-21T13:22:06.963 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:06 smithi122 bash[23477]: cluster 2024-03-21T13:22:06.779009+0000 mon.smithi066 (mon.0) 251 : cluster [INF] overall HEALTH_OK 2024-03-21T13:22:06.963 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:06 smithi122 bash[23477]: cluster 2024-03-21T13:22:06.782371+0000 mon.smithi066 (mon.0) 252 : cluster [DBG] Standby manager daemon smithi122.ezngxk started 2024-03-21T13:22:06.963 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:06 smithi122 bash[23477]: audit 2024-03-21T13:22:06.784522+0000 mon.smithi066 (mon.0) 253 : audit [DBG] from='mgr.? 172.21.15.122:0/1366232053' entity='mgr.smithi122.ezngxk' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-21T13:22:06.963 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:06 smithi122 bash[23477]: audit 2024-03-21T13:22:06.788673+0000 mon.smithi066 (mon.0) 254 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:22:06.963 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:06 smithi122 bash[23477]: audit 2024-03-21T13:22:06.791172+0000 mon.smithi066 (mon.0) 255 : audit [DBG] from='mgr.? 172.21.15.122:0/1366232053' entity='mgr.smithi122.ezngxk' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi122.ezngxk/key"}]: dispatch 2024-03-21T13:22:06.963 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:06 smithi122 bash[23477]: audit 2024-03-21T13:22:06.792123+0000 mon.smithi066 (mon.0) 256 : audit [DBG] from='mgr.? 172.21.15.122:0/1366232053' entity='mgr.smithi122.ezngxk' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-21T13:22:06.963 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:06 smithi122 bash[23477]: audit 2024-03-21T13:22:06.795696+0000 mon.smithi066 (mon.0) 257 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:22:06.964 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:06 smithi122 bash[23477]: audit 2024-03-21T13:22:06.806018+0000 mon.smithi066 (mon.0) 258 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:22:06.964 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:06 smithi122 bash[23477]: audit 2024-03-21T13:22:06.808373+0000 mon.smithi066 (mon.0) 259 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:22:06.964 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:06 smithi122 bash[23477]: audit 2024-03-21T13:22:06.810349+0000 mon.smithi066 (mon.0) 260 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:22:07.215 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:06 smithi066 bash[18703]: audit 2024-03-21T13:22:01.729284+0000 mon.smithi066 (mon.0) 236 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "mon metadata", "id": "smithi066"}]: dispatch 2024-03-21T13:22:07.216 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:06 smithi066 bash[18703]: cluster 2024-03-21T13:22:01.729694+0000 mon.smithi066 (mon.0) 237 : cluster [INF] mon.smithi066 calling monitor election 2024-03-21T13:22:07.216 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:06 smithi066 bash[18703]: audit 2024-03-21T13:22:01.731843+0000 mon.smithi066 (mon.0) 238 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "mon metadata", "id": "smithi122"}]: dispatch 2024-03-21T13:22:07.216 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:06 smithi066 bash[18703]: audit 2024-03-21T13:22:02.724028+0000 mon.smithi066 (mon.0) 239 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "mon metadata", "id": "smithi122"}]: dispatch 2024-03-21T13:22:07.216 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:06 smithi066 bash[18703]: cluster 2024-03-21T13:22:03.042202+0000 mgr.smithi066.seeyps (mgr.14195) 25 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:22:07.216 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:06 smithi066 bash[18703]: audit 2024-03-21T13:22:03.122202+0000 mon.smithi066 (mon.0) 240 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:22:07.216 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:06 smithi066 bash[18703]: audit 2024-03-21T13:22:03.724498+0000 mon.smithi066 (mon.0) 241 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "mon metadata", "id": "smithi122"}]: dispatch 2024-03-21T13:22:07.216 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:06 smithi066 bash[18703]: cluster 2024-03-21T13:22:03.727954+0000 mon.smithi122 (mon.1) 1 : cluster [INF] mon.smithi122 calling monitor election 2024-03-21T13:22:07.216 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:06 smithi066 bash[18703]: audit 2024-03-21T13:22:04.724704+0000 mon.smithi066 (mon.0) 242 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "mon metadata", "id": "smithi122"}]: dispatch 2024-03-21T13:22:07.217 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:06 smithi066 bash[18703]: cluster 2024-03-21T13:22:05.042647+0000 mgr.smithi066.seeyps (mgr.14195) 26 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:22:07.217 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:06 smithi066 bash[18703]: audit 2024-03-21T13:22:05.724228+0000 mon.smithi066 (mon.0) 243 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "mon metadata", "id": "smithi122"}]: dispatch 2024-03-21T13:22:07.217 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:06 smithi066 bash[18703]: audit 2024-03-21T13:22:05.823723+0000 mon.smithi066 (mon.0) 244 : audit [DBG] from='mgr.? 172.21.15.122:0/1366232053' entity='mgr.smithi122.ezngxk' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi122.ezngxk/crt"}]: dispatch 2024-03-21T13:22:07.217 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:06 smithi066 bash[18703]: audit 2024-03-21T13:22:06.724959+0000 mon.smithi066 (mon.0) 245 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "mon metadata", "id": "smithi122"}]: dispatch 2024-03-21T13:22:07.217 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:06 smithi066 bash[18703]: cluster 2024-03-21T13:22:06.751221+0000 mon.smithi066 (mon.0) 246 : cluster [INF] mon.smithi066 is new leader, mons smithi066,smithi122 in quorum (ranks 0,1) 2024-03-21T13:22:07.217 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:06 smithi066 bash[18703]: cluster 2024-03-21T13:22:06.758004+0000 mon.smithi066 (mon.0) 247 : cluster [DBG] monmap e2: 2 mons at {smithi066=[v2:172.21.15.66:3300/0,v1:172.21.15.66:6789/0],smithi122=[v2:172.21.15.122:3300/0,v1:172.21.15.122:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-21T13:22:07.217 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:06 smithi066 bash[18703]: cluster 2024-03-21T13:22:06.778397+0000 mon.smithi066 (mon.0) 248 : cluster [DBG] fsmap 2024-03-21T13:22:07.217 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:06 smithi066 bash[18703]: cluster 2024-03-21T13:22:06.778458+0000 mon.smithi066 (mon.0) 249 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-03-21T13:22:07.217 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:06 smithi066 bash[18703]: cluster 2024-03-21T13:22:06.778751+0000 mon.smithi066 (mon.0) 250 : cluster [DBG] mgrmap e17: smithi066.seeyps(active, since 33s) 2024-03-21T13:22:07.217 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:06 smithi066 bash[18703]: cluster 2024-03-21T13:22:06.779009+0000 mon.smithi066 (mon.0) 251 : cluster [INF] overall HEALTH_OK 2024-03-21T13:22:07.218 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:06 smithi066 bash[18703]: cluster 2024-03-21T13:22:06.782371+0000 mon.smithi066 (mon.0) 252 : cluster [DBG] Standby manager daemon smithi122.ezngxk started 2024-03-21T13:22:07.218 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:06 smithi066 bash[18703]: audit 2024-03-21T13:22:06.784522+0000 mon.smithi066 (mon.0) 253 : audit [DBG] from='mgr.? 172.21.15.122:0/1366232053' entity='mgr.smithi122.ezngxk' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-21T13:22:07.218 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:06 smithi066 bash[18703]: audit 2024-03-21T13:22:06.788673+0000 mon.smithi066 (mon.0) 254 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:22:07.218 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:06 smithi066 bash[18703]: audit 2024-03-21T13:22:06.791172+0000 mon.smithi066 (mon.0) 255 : audit [DBG] from='mgr.? 172.21.15.122:0/1366232053' entity='mgr.smithi122.ezngxk' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi122.ezngxk/key"}]: dispatch 2024-03-21T13:22:07.218 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:06 smithi066 bash[18703]: audit 2024-03-21T13:22:06.792123+0000 mon.smithi066 (mon.0) 256 : audit [DBG] from='mgr.? 172.21.15.122:0/1366232053' entity='mgr.smithi122.ezngxk' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-21T13:22:07.218 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:06 smithi066 bash[18703]: audit 2024-03-21T13:22:06.795696+0000 mon.smithi066 (mon.0) 257 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:22:07.218 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:06 smithi066 bash[18703]: audit 2024-03-21T13:22:06.806018+0000 mon.smithi066 (mon.0) 258 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:22:07.218 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:06 smithi066 bash[18703]: audit 2024-03-21T13:22:06.808373+0000 mon.smithi066 (mon.0) 259 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:22:07.219 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:06 smithi066 bash[18703]: audit 2024-03-21T13:22:06.810349+0000 mon.smithi066 (mon.0) 260 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:22:08.192 INFO:teuthology.orchestra.run.smithi122.stdout: 2024-03-21T13:22:08.193 INFO:teuthology.orchestra.run.smithi122.stdout:{"epoch":2,"fsid":"5ff71cb6-e785-11ee-95cd-87774f69a715","modified":"2024-03-21T13:22:01.723654Z","created":"2024-03-21T13:18:51.476157Z","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":"smithi066","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:3300","nonce":0},{"type":"v1","addr":"172.21.15.66:6789","nonce":0}]},"addr":"172.21.15.66:6789/0","public_addr":"172.21.15.66:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi122","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:3300","nonce":0},{"type":"v1","addr":"172.21.15.122:6789","nonce":0}]},"addr":"172.21.15.122:6789/0","public_addr":"172.21.15.122:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-03-21T13:22:08.195 INFO:teuthology.orchestra.run.smithi122.stderr:dumped monmap epoch 2 2024-03-21T13:22:08.206 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:07 smithi122 bash[23477]: cephadm 2024-03-21T13:22:06.813099+0000 mgr.smithi066.seeyps (mgr.14195) 27 : cephadm [INF] Updating smithi066:/etc/ceph/ceph.conf 2024-03-21T13:22:08.206 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:07 smithi122 bash[23477]: cephadm 2024-03-21T13:22:06.813572+0000 mgr.smithi066.seeyps (mgr.14195) 28 : cephadm [INF] Updating smithi122:/etc/ceph/ceph.conf 2024-03-21T13:22:08.206 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:07 smithi122 bash[23477]: cluster 2024-03-21T13:22:06.859717+0000 mon.smithi066 (mon.0) 261 : cluster [DBG] mgrmap e18: smithi066.seeyps(active, since 33s), standbys: smithi122.ezngxk 2024-03-21T13:22:08.206 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:07 smithi122 bash[23477]: audit 2024-03-21T13:22:06.859953+0000 mon.smithi066 (mon.0) 262 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "mgr metadata", "who": "smithi122.ezngxk", "id": "smithi122.ezngxk"}]: dispatch 2024-03-21T13:22:08.206 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:07 smithi122 bash[23477]: cluster 2024-03-21T13:22:07.043008+0000 mgr.smithi066.seeyps (mgr.14195) 29 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:22:08.206 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:07 smithi122 bash[23477]: cephadm 2024-03-21T13:22:07.078724+0000 mgr.smithi066.seeyps (mgr.14195) 30 : cephadm [INF] Updating smithi066:/var/lib/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:22:08.207 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:07 smithi122 bash[23477]: cephadm 2024-03-21T13:22:07.079504+0000 mgr.smithi066.seeyps (mgr.14195) 31 : cephadm [INF] Updating smithi122:/var/lib/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:22:08.207 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:07 smithi122 bash[23477]: audit 2024-03-21T13:22:07.251635+0000 mon.smithi066 (mon.0) 263 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:22:08.207 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:07 smithi122 bash[23477]: audit 2024-03-21T13:22:07.259732+0000 mon.smithi066 (mon.0) 264 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:22:08.207 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:07 smithi122 bash[23477]: audit 2024-03-21T13:22:07.303681+0000 mon.smithi066 (mon.0) 265 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:22:08.207 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:07 smithi122 bash[23477]: audit 2024-03-21T13:22:07.312922+0000 mon.smithi066 (mon.0) 266 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:22:08.207 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:07 smithi122 bash[23477]: audit 2024-03-21T13:22:07.322719+0000 mon.smithi066 (mon.0) 267 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:22:08.207 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:07 smithi122 bash[23477]: cephadm 2024-03-21T13:22:07.397453+0000 mgr.smithi066.seeyps (mgr.14195) 32 : cephadm [INF] Reconfiguring mon.smithi066 (unknown last config time)... 2024-03-21T13:22:08.207 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:07 smithi122 bash[23477]: audit 2024-03-21T13:22:07.398166+0000 mon.smithi066 (mon.0) 268 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T13:22:08.207 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:07 smithi122 bash[23477]: audit 2024-03-21T13:22:07.399943+0000 mon.smithi066 (mon.0) 269 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T13:22:08.207 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:07 smithi122 bash[23477]: audit 2024-03-21T13:22:07.401753+0000 mon.smithi066 (mon.0) 270 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:22:08.207 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:07 smithi122 bash[23477]: cephadm 2024-03-21T13:22:07.403866+0000 mgr.smithi066.seeyps (mgr.14195) 33 : cephadm [INF] Reconfiguring daemon mon.smithi066 on smithi066 2024-03-21T13:22:08.208 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:07 smithi122 bash[23477]: audit 2024-03-21T13:22:07.725378+0000 mon.smithi066 (mon.0) 271 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "mon metadata", "id": "smithi122"}]: dispatch 2024-03-21T13:22:08.215 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:07 smithi066 bash[18703]: cephadm 2024-03-21T13:22:06.813099+0000 mgr.smithi066.seeyps (mgr.14195) 27 : cephadm [INF] Updating smithi066:/etc/ceph/ceph.conf 2024-03-21T13:22:08.215 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:07 smithi066 bash[18703]: cephadm 2024-03-21T13:22:06.813572+0000 mgr.smithi066.seeyps (mgr.14195) 28 : cephadm [INF] Updating smithi122:/etc/ceph/ceph.conf 2024-03-21T13:22:08.216 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:07 smithi066 bash[18703]: cluster 2024-03-21T13:22:06.859717+0000 mon.smithi066 (mon.0) 261 : cluster [DBG] mgrmap e18: smithi066.seeyps(active, since 33s), standbys: smithi122.ezngxk 2024-03-21T13:22:08.216 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:07 smithi066 bash[18703]: audit 2024-03-21T13:22:06.859953+0000 mon.smithi066 (mon.0) 262 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "mgr metadata", "who": "smithi122.ezngxk", "id": "smithi122.ezngxk"}]: dispatch 2024-03-21T13:22:08.216 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:07 smithi066 bash[18703]: cluster 2024-03-21T13:22:07.043008+0000 mgr.smithi066.seeyps (mgr.14195) 29 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:22:08.216 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:07 smithi066 bash[18703]: cephadm 2024-03-21T13:22:07.078724+0000 mgr.smithi066.seeyps (mgr.14195) 30 : cephadm [INF] Updating smithi066:/var/lib/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:22:08.216 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:07 smithi066 bash[18703]: cephadm 2024-03-21T13:22:07.079504+0000 mgr.smithi066.seeyps (mgr.14195) 31 : cephadm [INF] Updating smithi122:/var/lib/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T13:22:08.216 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:07 smithi066 bash[18703]: audit 2024-03-21T13:22:07.251635+0000 mon.smithi066 (mon.0) 263 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:22:08.216 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:07 smithi066 bash[18703]: audit 2024-03-21T13:22:07.259732+0000 mon.smithi066 (mon.0) 264 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:22:08.216 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:07 smithi066 bash[18703]: audit 2024-03-21T13:22:07.303681+0000 mon.smithi066 (mon.0) 265 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:22:08.216 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:07 smithi066 bash[18703]: audit 2024-03-21T13:22:07.312922+0000 mon.smithi066 (mon.0) 266 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:22:08.216 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:07 smithi066 bash[18703]: audit 2024-03-21T13:22:07.322719+0000 mon.smithi066 (mon.0) 267 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:22:08.216 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:07 smithi066 bash[18703]: cephadm 2024-03-21T13:22:07.397453+0000 mgr.smithi066.seeyps (mgr.14195) 32 : cephadm [INF] Reconfiguring mon.smithi066 (unknown last config time)... 2024-03-21T13:22:08.216 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:07 smithi066 bash[18703]: audit 2024-03-21T13:22:07.398166+0000 mon.smithi066 (mon.0) 268 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T13:22:08.216 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:07 smithi066 bash[18703]: audit 2024-03-21T13:22:07.399943+0000 mon.smithi066 (mon.0) 269 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T13:22:08.216 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:07 smithi066 bash[18703]: audit 2024-03-21T13:22:07.401753+0000 mon.smithi066 (mon.0) 270 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:22:08.217 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:07 smithi066 bash[18703]: cephadm 2024-03-21T13:22:07.403866+0000 mgr.smithi066.seeyps (mgr.14195) 33 : cephadm [INF] Reconfiguring daemon mon.smithi066 on smithi066 2024-03-21T13:22:08.217 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:07 smithi066 bash[18703]: audit 2024-03-21T13:22:07.725378+0000 mon.smithi066 (mon.0) 271 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "mon metadata", "id": "smithi122"}]: dispatch 2024-03-21T13:22:08.863 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-03-21T13:22:08.863 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ff71cb6-e785-11ee-95cd-87774f69a715 -- ceph config generate-minimal-conf 2024-03-21T13:22:08.965 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:08 smithi066 bash[18703]: audit 2024-03-21T13:22:08.191077+0000 mon.smithi066 (mon.0) 272 : audit [DBG] from='client.? 172.21.15.122:0/3573484117' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-21T13:22:09.212 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:08 smithi122 bash[23477]: audit 2024-03-21T13:22:08.191077+0000 mon.smithi066 (mon.0) 272 : audit [DBG] from='client.? 172.21.15.122:0/3573484117' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-21T13:22:10.667 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:10 smithi066 bash[18703]: cluster 2024-03-21T13:22:09.043304+0000 mgr.smithi066.seeyps (mgr.14195) 34 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:22:10.667 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:10 smithi066 bash[18703]: audit 2024-03-21T13:22:09.437599+0000 mon.smithi066 (mon.0) 273 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:22:10.667 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:10 smithi066 bash[18703]: audit 2024-03-21T13:22:09.448378+0000 mon.smithi066 (mon.0) 274 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:22:10.667 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:10 smithi066 bash[18703]: cephadm 2024-03-21T13:22:09.479442+0000 mgr.smithi066.seeyps (mgr.14195) 35 : cephadm [INF] Reconfiguring mgr.smithi066.seeyps (unknown last config time)... 2024-03-21T13:22:10.667 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:10 smithi066 bash[18703]: audit 2024-03-21T13:22:09.480199+0000 mon.smithi066 (mon.0) 275 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi066.seeyps", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-21T13:22:10.667 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:10 smithi066 bash[18703]: audit 2024-03-21T13:22:09.482282+0000 mon.smithi066 (mon.0) 276 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-21T13:22:10.667 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:10 smithi066 bash[18703]: audit 2024-03-21T13:22:09.484017+0000 mon.smithi066 (mon.0) 277 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:22:10.667 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:10 smithi066 bash[18703]: cephadm 2024-03-21T13:22:09.486119+0000 mgr.smithi066.seeyps (mgr.14195) 36 : cephadm [INF] Reconfiguring daemon mgr.smithi066.seeyps on smithi066 2024-03-21T13:22:10.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:10 smithi122 bash[23477]: cluster 2024-03-21T13:22:09.043304+0000 mgr.smithi066.seeyps (mgr.14195) 34 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:22:10.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:10 smithi122 bash[23477]: audit 2024-03-21T13:22:09.437599+0000 mon.smithi066 (mon.0) 273 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:22:10.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:10 smithi122 bash[23477]: audit 2024-03-21T13:22:09.448378+0000 mon.smithi066 (mon.0) 274 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:22:10.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:10 smithi122 bash[23477]: cephadm 2024-03-21T13:22:09.479442+0000 mgr.smithi066.seeyps (mgr.14195) 35 : cephadm [INF] Reconfiguring mgr.smithi066.seeyps (unknown last config time)... 2024-03-21T13:22:10.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:10 smithi122 bash[23477]: audit 2024-03-21T13:22:09.480199+0000 mon.smithi066 (mon.0) 275 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi066.seeyps", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-21T13:22:10.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:10 smithi122 bash[23477]: audit 2024-03-21T13:22:09.482282+0000 mon.smithi066 (mon.0) 276 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-21T13:22:10.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:10 smithi122 bash[23477]: audit 2024-03-21T13:22:09.484017+0000 mon.smithi066 (mon.0) 277 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:22:10.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:10 smithi122 bash[23477]: cephadm 2024-03-21T13:22:09.486119+0000 mgr.smithi066.seeyps (mgr.14195) 36 : cephadm [INF] Reconfiguring daemon mgr.smithi066.seeyps on smithi066 2024-03-21T13:22:12.593 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:12 smithi066 bash[18703]: cluster 2024-03-21T13:22:11.043718+0000 mgr.smithi066.seeyps (mgr.14195) 37 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:22:12.593 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:12 smithi066 bash[18703]: audit 2024-03-21T13:22:11.341638+0000 mon.smithi066 (mon.0) 278 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:22:12.593 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:12 smithi066 bash[18703]: audit 2024-03-21T13:22:11.352468+0000 mon.smithi066 (mon.0) 279 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:22:12.593 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:12 smithi066 bash[18703]: cephadm 2024-03-21T13:22:11.404184+0000 mgr.smithi066.seeyps (mgr.14195) 38 : cephadm [INF] Reconfiguring ceph-exporter.smithi066 (monmap changed)... 2024-03-21T13:22:12.593 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:12 smithi066 bash[18703]: audit 2024-03-21T13:22:11.404971+0000 mon.smithi066 (mon.0) 280 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi066", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-03-21T13:22:12.593 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:12 smithi066 bash[18703]: audit 2024-03-21T13:22:11.407165+0000 mon.smithi066 (mon.0) 281 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:22:12.593 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:12 smithi066 bash[18703]: cephadm 2024-03-21T13:22:11.409182+0000 mgr.smithi066.seeyps (mgr.14195) 39 : cephadm [INF] Reconfiguring daemon ceph-exporter.smithi066 on smithi066 2024-03-21T13:22:12.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:12 smithi122 bash[23477]: cluster 2024-03-21T13:22:11.043718+0000 mgr.smithi066.seeyps (mgr.14195) 37 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:22:12.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:12 smithi122 bash[23477]: audit 2024-03-21T13:22:11.341638+0000 mon.smithi066 (mon.0) 278 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:22:12.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:12 smithi122 bash[23477]: audit 2024-03-21T13:22:11.352468+0000 mon.smithi066 (mon.0) 279 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:22:12.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:12 smithi122 bash[23477]: cephadm 2024-03-21T13:22:11.404184+0000 mgr.smithi066.seeyps (mgr.14195) 38 : cephadm [INF] Reconfiguring ceph-exporter.smithi066 (monmap changed)... 2024-03-21T13:22:12.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:12 smithi122 bash[23477]: audit 2024-03-21T13:22:11.404971+0000 mon.smithi066 (mon.0) 280 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi066", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-03-21T13:22:12.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:12 smithi122 bash[23477]: audit 2024-03-21T13:22:11.407165+0000 mon.smithi066 (mon.0) 281 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:22:12.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:12 smithi122 bash[23477]: cephadm 2024-03-21T13:22:11.409182+0000 mgr.smithi066.seeyps (mgr.14195) 39 : cephadm [INF] Reconfiguring daemon ceph-exporter.smithi066 on smithi066 2024-03-21T13:22:13.745 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/mon.smithi066/config 2024-03-21T13:22:14.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:14 smithi122 bash[23477]: cluster 2024-03-21T13:22:13.044178+0000 mgr.smithi066.seeyps (mgr.14195) 40 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:22:14.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:14 smithi122 bash[23477]: audit 2024-03-21T13:22:13.292126+0000 mon.smithi066 (mon.0) 282 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:22:14.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:14 smithi122 bash[23477]: audit 2024-03-21T13:22:13.301808+0000 mon.smithi066 (mon.0) 283 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:22:14.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:14 smithi122 bash[23477]: cephadm 2024-03-21T13:22:13.330637+0000 mgr.smithi066.seeyps (mgr.14195) 41 : cephadm [INF] Reconfiguring crash.smithi066 (monmap changed)... 2024-03-21T13:22:14.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:14 smithi122 bash[23477]: audit 2024-03-21T13:22:13.331377+0000 mon.smithi066 (mon.0) 284 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi066", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-03-21T13:22:14.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:14 smithi122 bash[23477]: audit 2024-03-21T13:22:13.333398+0000 mon.smithi066 (mon.0) 285 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:22:14.713 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:14 smithi122 bash[23477]: cephadm 2024-03-21T13:22:13.335476+0000 mgr.smithi066.seeyps (mgr.14195) 42 : cephadm [INF] Reconfiguring daemon crash.smithi066 on smithi066 2024-03-21T13:22:14.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:14 smithi066 bash[18703]: cluster 2024-03-21T13:22:13.044178+0000 mgr.smithi066.seeyps (mgr.14195) 40 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:22:14.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:14 smithi066 bash[18703]: audit 2024-03-21T13:22:13.292126+0000 mon.smithi066 (mon.0) 282 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:22:14.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:14 smithi066 bash[18703]: audit 2024-03-21T13:22:13.301808+0000 mon.smithi066 (mon.0) 283 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:22:14.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:14 smithi066 bash[18703]: cephadm 2024-03-21T13:22:13.330637+0000 mgr.smithi066.seeyps (mgr.14195) 41 : cephadm [INF] Reconfiguring crash.smithi066 (monmap changed)... 2024-03-21T13:22:14.716 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:14 smithi066 bash[18703]: audit 2024-03-21T13:22:13.331377+0000 mon.smithi066 (mon.0) 284 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi066", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-03-21T13:22:14.716 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:14 smithi066 bash[18703]: audit 2024-03-21T13:22:13.333398+0000 mon.smithi066 (mon.0) 285 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:22:14.716 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:14 smithi066 bash[18703]: cephadm 2024-03-21T13:22:13.335476+0000 mgr.smithi066.seeyps (mgr.14195) 42 : cephadm [INF] Reconfiguring daemon crash.smithi066 on smithi066 2024-03-21T13:22:16.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:16 smithi122 bash[23477]: cluster 2024-03-21T13:22:15.044573+0000 mgr.smithi066.seeyps (mgr.14195) 43 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:22:16.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:16 smithi122 bash[23477]: audit 2024-03-21T13:22:15.841716+0000 mon.smithi066 (mon.0) 286 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:22:16.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:16 smithi122 bash[23477]: audit 2024-03-21T13:22:15.849719+0000 mon.smithi066 (mon.0) 287 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:22:16.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:16 smithi066 bash[18703]: cluster 2024-03-21T13:22:15.044573+0000 mgr.smithi066.seeyps (mgr.14195) 43 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:22:16.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:16 smithi066 bash[18703]: audit 2024-03-21T13:22:15.841716+0000 mon.smithi066 (mon.0) 286 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:22:16.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:16 smithi066 bash[18703]: audit 2024-03-21T13:22:15.849719+0000 mon.smithi066 (mon.0) 287 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:22:17.398 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:17 smithi066 bash[18703]: cephadm 2024-03-21T13:22:15.857035+0000 mgr.smithi066.seeyps (mgr.14195) 44 : cephadm [INF] Reconfiguring alertmanager.smithi066 (dependencies changed)... 2024-03-21T13:22:17.399 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:17 smithi066 bash[18703]: cephadm 2024-03-21T13:22:15.879927+0000 mgr.smithi066.seeyps (mgr.14195) 45 : cephadm [INF] Reconfiguring daemon alertmanager.smithi066 on smithi066 2024-03-21T13:22:17.541 INFO:teuthology.orchestra.run.smithi066.stdout:# minimal ceph.conf for 5ff71cb6-e785-11ee-95cd-87774f69a715 2024-03-21T13:22:17.541 INFO:teuthology.orchestra.run.smithi066.stdout:[global] 2024-03-21T13:22:17.541 INFO:teuthology.orchestra.run.smithi066.stdout: fsid = 5ff71cb6-e785-11ee-95cd-87774f69a715 2024-03-21T13:22:17.541 INFO:teuthology.orchestra.run.smithi066.stdout: mon_host = [v2:172.21.15.66:3300/0,v1:172.21.15.66:6789/0] [v2:172.21.15.122:3300/0,v1:172.21.15.122:6789/0] 2024-03-21T13:22:17.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:17 smithi122 bash[23477]: cephadm 2024-03-21T13:22:15.857035+0000 mgr.smithi066.seeyps (mgr.14195) 44 : cephadm [INF] Reconfiguring alertmanager.smithi066 (dependencies changed)... 2024-03-21T13:22:17.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:17 smithi122 bash[23477]: cephadm 2024-03-21T13:22:15.879927+0000 mgr.smithi066.seeyps (mgr.14195) 45 : cephadm [INF] Reconfiguring daemon alertmanager.smithi066 on smithi066 2024-03-21T13:22:18.465 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:18 smithi066 bash[18703]: cluster 2024-03-21T13:22:17.044971+0000 mgr.smithi066.seeyps (mgr.14195) 46 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:22:18.465 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:18 smithi066 bash[18703]: audit 2024-03-21T13:22:17.540734+0000 mon.smithi066 (mon.0) 288 : audit [DBG] from='client.? 172.21.15.66:0/4176742547' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:22:18.465 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:18 smithi066 bash[18703]: audit 2024-03-21T13:22:18.122601+0000 mon.smithi066 (mon.0) 289 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:22:18.666 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-03-21T13:22:18.666 DEBUG:teuthology.orchestra.run.smithi066:> set -ex 2024-03-21T13:22:18.666 DEBUG:teuthology.orchestra.run.smithi066:> sudo dd of=/etc/ceph/ceph.conf 2024-03-21T13:22:18.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:18 smithi122 bash[23477]: cluster 2024-03-21T13:22:17.044971+0000 mgr.smithi066.seeyps (mgr.14195) 46 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:22:18.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:18 smithi122 bash[23477]: audit 2024-03-21T13:22:17.540734+0000 mon.smithi066 (mon.0) 288 : audit [DBG] from='client.? 172.21.15.66:0/4176742547' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:22:18.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:18 smithi122 bash[23477]: audit 2024-03-21T13:22:18.122601+0000 mon.smithi066 (mon.0) 289 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:22:18.722 DEBUG:teuthology.orchestra.run.smithi066:> set -ex 2024-03-21T13:22:18.722 DEBUG:teuthology.orchestra.run.smithi066:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-21T13:22:18.736 DEBUG:teuthology.orchestra.run.smithi122:> set -ex 2024-03-21T13:22:18.736 DEBUG:teuthology.orchestra.run.smithi122:> sudo dd of=/etc/ceph/ceph.conf 2024-03-21T13:22:18.750 DEBUG:teuthology.orchestra.run.smithi122:> set -ex 2024-03-21T13:22:18.750 DEBUG:teuthology.orchestra.run.smithi122:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-21T13:22:18.803 INFO:tasks.cephadm:Deploying OSDs... 2024-03-21T13:22:18.804 DEBUG:teuthology.orchestra.run.smithi066:> set -ex 2024-03-21T13:22:18.804 DEBUG:teuthology.orchestra.run.smithi066:> dd if=/scratch_devs of=/dev/stdout 2024-03-21T13:22:18.809 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-03-21T13:22:18.810 DEBUG:teuthology.orchestra.run.smithi066:> stat /dev/nvme1n1 2024-03-21T13:22:18.858 INFO:teuthology.orchestra.run.smithi066.stdout: File: /dev/nvme1n1 2024-03-21T13:22:18.859 INFO:teuthology.orchestra.run.smithi066.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-03-21T13:22:18.859 INFO:teuthology.orchestra.run.smithi066.stdout:Device: 5h/5d Inode: 957 Links: 1 Device type: 103,2 2024-03-21T13:22:18.859 INFO:teuthology.orchestra.run.smithi066.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-03-21T13:22:18.859 INFO:teuthology.orchestra.run.smithi066.stdout:Access: 2024-03-21 13:20:26.729063246 +0000 2024-03-21T13:22:18.859 INFO:teuthology.orchestra.run.smithi066.stdout:Modify: 2024-03-21 13:17:30.391593938 +0000 2024-03-21T13:22:18.859 INFO:teuthology.orchestra.run.smithi066.stdout:Change: 2024-03-21 13:17:30.391593938 +0000 2024-03-21T13:22:18.859 INFO:teuthology.orchestra.run.smithi066.stdout: Birth: - 2024-03-21T13:22:18.860 DEBUG:teuthology.orchestra.run.smithi066:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-03-21T13:22:18.911 INFO:teuthology.orchestra.run.smithi066.stderr:1+0 records in 2024-03-21T13:22:18.911 INFO:teuthology.orchestra.run.smithi066.stderr:1+0 records out 2024-03-21T13:22:18.911 INFO:teuthology.orchestra.run.smithi066.stderr:512 bytes copied, 0.000474165 s, 1.1 MB/s 2024-03-21T13:22:18.912 DEBUG:teuthology.orchestra.run.smithi066:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-03-21T13:22:18.960 DEBUG:teuthology.orchestra.run.smithi066:> stat /dev/nvme2n1 2024-03-21T13:22:19.007 INFO:teuthology.orchestra.run.smithi066.stdout: File: /dev/nvme2n1 2024-03-21T13:22:19.007 INFO:teuthology.orchestra.run.smithi066.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-03-21T13:22:19.007 INFO:teuthology.orchestra.run.smithi066.stdout:Device: 5h/5d Inode: 966 Links: 1 Device type: 103,4 2024-03-21T13:22:19.007 INFO:teuthology.orchestra.run.smithi066.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-03-21T13:22:19.007 INFO:teuthology.orchestra.run.smithi066.stdout:Access: 2024-03-21 13:20:26.745063103 +0000 2024-03-21T13:22:19.008 INFO:teuthology.orchestra.run.smithi066.stdout:Modify: 2024-03-21 13:17:30.491543045 +0000 2024-03-21T13:22:19.008 INFO:teuthology.orchestra.run.smithi066.stdout:Change: 2024-03-21 13:17:30.491543045 +0000 2024-03-21T13:22:19.008 INFO:teuthology.orchestra.run.smithi066.stdout: Birth: - 2024-03-21T13:22:19.008 DEBUG:teuthology.orchestra.run.smithi066:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-03-21T13:22:19.065 INFO:teuthology.orchestra.run.smithi066.stderr:1+0 records in 2024-03-21T13:22:19.065 INFO:teuthology.orchestra.run.smithi066.stderr:1+0 records out 2024-03-21T13:22:19.065 INFO:teuthology.orchestra.run.smithi066.stderr:512 bytes copied, 0.000407283 s, 1.3 MB/s 2024-03-21T13:22:19.067 DEBUG:teuthology.orchestra.run.smithi066:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-03-21T13:22:19.116 DEBUG:teuthology.orchestra.run.smithi066:> stat /dev/nvme3n1 2024-03-21T13:22:19.167 INFO:teuthology.orchestra.run.smithi066.stdout: File: /dev/nvme3n1 2024-03-21T13:22:19.167 INFO:teuthology.orchestra.run.smithi066.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-03-21T13:22:19.167 INFO:teuthology.orchestra.run.smithi066.stdout:Device: 5h/5d Inode: 975 Links: 1 Device type: 103,6 2024-03-21T13:22:19.167 INFO:teuthology.orchestra.run.smithi066.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-03-21T13:22:19.167 INFO:teuthology.orchestra.run.smithi066.stdout:Access: 2024-03-21 13:20:26.761062961 +0000 2024-03-21T13:22:19.167 INFO:teuthology.orchestra.run.smithi066.stdout:Modify: 2024-03-21 13:17:30.583496223 +0000 2024-03-21T13:22:19.168 INFO:teuthology.orchestra.run.smithi066.stdout:Change: 2024-03-21 13:17:30.583496223 +0000 2024-03-21T13:22:19.168 INFO:teuthology.orchestra.run.smithi066.stdout: Birth: - 2024-03-21T13:22:19.168 DEBUG:teuthology.orchestra.run.smithi066:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-03-21T13:22:19.222 INFO:teuthology.orchestra.run.smithi066.stderr:1+0 records in 2024-03-21T13:22:19.222 INFO:teuthology.orchestra.run.smithi066.stderr:1+0 records out 2024-03-21T13:22:19.222 INFO:teuthology.orchestra.run.smithi066.stderr:512 bytes copied, 0.00033666 s, 1.5 MB/s 2024-03-21T13:22:19.223 DEBUG:teuthology.orchestra.run.smithi066:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-03-21T13:22:19.272 DEBUG:teuthology.orchestra.run.smithi066:> stat /dev/nvme4n1 2024-03-21T13:22:19.323 INFO:teuthology.orchestra.run.smithi066.stdout: File: /dev/nvme4n1 2024-03-21T13:22:19.323 INFO:teuthology.orchestra.run.smithi066.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-03-21T13:22:19.323 INFO:teuthology.orchestra.run.smithi066.stdout:Device: 5h/5d Inode: 984 Links: 1 Device type: 103,8 2024-03-21T13:22:19.323 INFO:teuthology.orchestra.run.smithi066.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-03-21T13:22:19.323 INFO:teuthology.orchestra.run.smithi066.stdout:Access: 2024-03-21 13:20:26.773062854 +0000 2024-03-21T13:22:19.323 INFO:teuthology.orchestra.run.smithi066.stdout:Modify: 2024-03-21 13:17:30.679447365 +0000 2024-03-21T13:22:19.323 INFO:teuthology.orchestra.run.smithi066.stdout:Change: 2024-03-21 13:17:30.679447365 +0000 2024-03-21T13:22:19.323 INFO:teuthology.orchestra.run.smithi066.stdout: Birth: - 2024-03-21T13:22:19.324 DEBUG:teuthology.orchestra.run.smithi066:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-03-21T13:22:19.382 INFO:teuthology.orchestra.run.smithi066.stderr:1+0 records in 2024-03-21T13:22:19.382 INFO:teuthology.orchestra.run.smithi066.stderr:1+0 records out 2024-03-21T13:22:19.382 INFO:teuthology.orchestra.run.smithi066.stderr:512 bytes copied, 0.000464362 s, 1.1 MB/s 2024-03-21T13:22:19.383 DEBUG:teuthology.orchestra.run.smithi066:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-03-21T13:22:19.433 DEBUG:teuthology.orchestra.run.smithi122:> set -ex 2024-03-21T13:22:19.433 DEBUG:teuthology.orchestra.run.smithi122:> dd if=/scratch_devs of=/dev/stdout 2024-03-21T13:22:19.439 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-03-21T13:22:19.439 DEBUG:teuthology.orchestra.run.smithi122:> stat /dev/nvme1n1 2024-03-21T13:22:19.486 INFO:teuthology.orchestra.run.smithi122.stdout: File: /dev/nvme1n1 2024-03-21T13:22:19.486 INFO:teuthology.orchestra.run.smithi122.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-03-21T13:22:19.486 INFO:teuthology.orchestra.run.smithi122.stdout:Device: 5h/5d Inode: 965 Links: 1 Device type: 103,2 2024-03-21T13:22:19.486 INFO:teuthology.orchestra.run.smithi122.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-03-21T13:22:19.486 INFO:teuthology.orchestra.run.smithi122.stdout:Access: 2024-03-21 13:21:41.304754542 +0000 2024-03-21T13:22:19.486 INFO:teuthology.orchestra.run.smithi122.stdout:Modify: 2024-03-21 13:17:31.656203158 +0000 2024-03-21T13:22:19.486 INFO:teuthology.orchestra.run.smithi122.stdout:Change: 2024-03-21 13:17:31.656203158 +0000 2024-03-21T13:22:19.486 INFO:teuthology.orchestra.run.smithi122.stdout: Birth: - 2024-03-21T13:22:19.487 DEBUG:teuthology.orchestra.run.smithi122:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-03-21T13:22:19.544 INFO:teuthology.orchestra.run.smithi122.stderr:1+0 records in 2024-03-21T13:22:19.544 INFO:teuthology.orchestra.run.smithi122.stderr:1+0 records out 2024-03-21T13:22:19.544 INFO:teuthology.orchestra.run.smithi122.stderr:512 bytes copied, 0.000511945 s, 1.0 MB/s 2024-03-21T13:22:19.545 DEBUG:teuthology.orchestra.run.smithi122:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-03-21T13:22:19.598 DEBUG:teuthology.orchestra.run.smithi122:> stat /dev/nvme2n1 2024-03-21T13:22:19.645 INFO:teuthology.orchestra.run.smithi122.stdout: File: /dev/nvme2n1 2024-03-21T13:22:19.645 INFO:teuthology.orchestra.run.smithi122.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-03-21T13:22:19.645 INFO:teuthology.orchestra.run.smithi122.stdout:Device: 5h/5d Inode: 974 Links: 1 Device type: 103,4 2024-03-21T13:22:19.645 INFO:teuthology.orchestra.run.smithi122.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-03-21T13:22:19.645 INFO:teuthology.orchestra.run.smithi122.stdout:Access: 2024-03-21 13:21:41.324754023 +0000 2024-03-21T13:22:19.645 INFO:teuthology.orchestra.run.smithi122.stdout:Modify: 2024-03-21 13:17:31.752154301 +0000 2024-03-21T13:22:19.645 INFO:teuthology.orchestra.run.smithi122.stdout:Change: 2024-03-21 13:17:31.752154301 +0000 2024-03-21T13:22:19.646 INFO:teuthology.orchestra.run.smithi122.stdout: Birth: - 2024-03-21T13:22:19.646 DEBUG:teuthology.orchestra.run.smithi122:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-03-21T13:22:19.699 INFO:teuthology.orchestra.run.smithi122.stderr:1+0 records in 2024-03-21T13:22:19.699 INFO:teuthology.orchestra.run.smithi122.stderr:1+0 records out 2024-03-21T13:22:19.699 INFO:teuthology.orchestra.run.smithi122.stderr:512 bytes copied, 0.000492841 s, 1.0 MB/s 2024-03-21T13:22:19.701 DEBUG:teuthology.orchestra.run.smithi122:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-03-21T13:22:19.754 DEBUG:teuthology.orchestra.run.smithi122:> stat /dev/nvme3n1 2024-03-21T13:22:19.801 INFO:teuthology.orchestra.run.smithi122.stdout: File: /dev/nvme3n1 2024-03-21T13:22:19.801 INFO:teuthology.orchestra.run.smithi122.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-03-21T13:22:19.801 INFO:teuthology.orchestra.run.smithi122.stdout:Device: 5h/5d Inode: 983 Links: 1 Device type: 103,6 2024-03-21T13:22:19.801 INFO:teuthology.orchestra.run.smithi122.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-03-21T13:22:19.801 INFO:teuthology.orchestra.run.smithi122.stdout:Access: 2024-03-21 13:21:41.340753609 +0000 2024-03-21T13:22:19.801 INFO:teuthology.orchestra.run.smithi122.stdout:Modify: 2024-03-21 13:17:31.844107478 +0000 2024-03-21T13:22:19.802 INFO:teuthology.orchestra.run.smithi122.stdout:Change: 2024-03-21 13:17:31.844107478 +0000 2024-03-21T13:22:19.802 INFO:teuthology.orchestra.run.smithi122.stdout: Birth: - 2024-03-21T13:22:19.802 DEBUG:teuthology.orchestra.run.smithi122:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-03-21T13:22:19.859 INFO:teuthology.orchestra.run.smithi122.stderr:1+0 records in 2024-03-21T13:22:19.859 INFO:teuthology.orchestra.run.smithi122.stderr:1+0 records out 2024-03-21T13:22:19.860 INFO:teuthology.orchestra.run.smithi122.stderr:512 bytes copied, 0.000417504 s, 1.2 MB/s 2024-03-21T13:22:19.861 DEBUG:teuthology.orchestra.run.smithi122:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-03-21T13:22:19.910 DEBUG:teuthology.orchestra.run.smithi122:> stat /dev/nvme4n1 2024-03-21T13:22:19.957 INFO:teuthology.orchestra.run.smithi122.stdout: File: /dev/nvme4n1 2024-03-21T13:22:19.958 INFO:teuthology.orchestra.run.smithi122.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-03-21T13:22:19.958 INFO:teuthology.orchestra.run.smithi122.stdout:Device: 5h/5d Inode: 992 Links: 1 Device type: 103,8 2024-03-21T13:22:19.958 INFO:teuthology.orchestra.run.smithi122.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-03-21T13:22:19.958 INFO:teuthology.orchestra.run.smithi122.stdout:Access: 2024-03-21 13:21:41.356753194 +0000 2024-03-21T13:22:19.958 INFO:teuthology.orchestra.run.smithi122.stdout:Modify: 2024-03-21 13:17:31.940058621 +0000 2024-03-21T13:22:19.958 INFO:teuthology.orchestra.run.smithi122.stdout:Change: 2024-03-21 13:17:31.940058621 +0000 2024-03-21T13:22:19.958 INFO:teuthology.orchestra.run.smithi122.stdout: Birth: - 2024-03-21T13:22:19.958 DEBUG:teuthology.orchestra.run.smithi122:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-03-21T13:22:20.016 INFO:teuthology.orchestra.run.smithi122.stderr:1+0 records in 2024-03-21T13:22:20.016 INFO:teuthology.orchestra.run.smithi122.stderr:1+0 records out 2024-03-21T13:22:20.016 INFO:teuthology.orchestra.run.smithi122.stderr:512 bytes copied, 0.000454818 s, 1.1 MB/s 2024-03-21T13:22:20.017 DEBUG:teuthology.orchestra.run.smithi122:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-03-21T13:22:20.066 DEBUG:teuthology.orchestra.run.smithi122:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ff71cb6-e785-11ee-95cd-87774f69a715 -- ceph orch apply osd --all-available-devices 2024-03-21T13:22:20.462 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:20 smithi122 bash[23477]: cluster 2024-03-21T13:22:19.045333+0000 mgr.smithi066.seeyps (mgr.14195) 47 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:22:20.627 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:20 smithi066 bash[18703]: cluster 2024-03-21T13:22:19.045333+0000 mgr.smithi066.seeyps (mgr.14195) 47 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:22:22.462 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:22 smithi122 bash[23477]: cluster 2024-03-21T13:22:21.045710+0000 mgr.smithi066.seeyps (mgr.14195) 48 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:22:22.462 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:22 smithi122 bash[23477]: audit 2024-03-21T13:22:21.185709+0000 mon.smithi066 (mon.0) 290 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:22:22.462 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:22 smithi122 bash[23477]: audit 2024-03-21T13:22:21.190535+0000 mon.smithi066 (mon.0) 291 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:22:22.462 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:22 smithi122 bash[23477]: cephadm 2024-03-21T13:22:21.205669+0000 mgr.smithi066.seeyps (mgr.14195) 49 : cephadm [INF] Reconfiguring grafana.smithi066 (dependencies changed)... 2024-03-21T13:22:22.462 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:22 smithi122 bash[23477]: cephadm 2024-03-21T13:22:21.491715+0000 mgr.smithi066.seeyps (mgr.14195) 50 : cephadm [INF] Reconfiguring daemon grafana.smithi066 on smithi066 2024-03-21T13:22:22.465 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:22 smithi066 bash[18703]: cluster 2024-03-21T13:22:21.045710+0000 mgr.smithi066.seeyps (mgr.14195) 48 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:22:22.465 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:22 smithi066 bash[18703]: audit 2024-03-21T13:22:21.185709+0000 mon.smithi066 (mon.0) 290 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:22:22.465 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:22 smithi066 bash[18703]: audit 2024-03-21T13:22:21.190535+0000 mon.smithi066 (mon.0) 291 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:22:22.465 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:22 smithi066 bash[18703]: cephadm 2024-03-21T13:22:21.205669+0000 mgr.smithi066.seeyps (mgr.14195) 49 : cephadm [INF] Reconfiguring grafana.smithi066 (dependencies changed)... 2024-03-21T13:22:22.465 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:22 smithi066 bash[18703]: cephadm 2024-03-21T13:22:21.491715+0000 mgr.smithi066.seeyps (mgr.14195) 50 : cephadm [INF] Reconfiguring daemon grafana.smithi066 on smithi066 2024-03-21T13:22:24.278 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:24 smithi066 bash[18703]: cluster 2024-03-21T13:22:23.045999+0000 mgr.smithi066.seeyps (mgr.14195) 51 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:22:24.462 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:24 smithi122 bash[23477]: cluster 2024-03-21T13:22:23.045999+0000 mgr.smithi066.seeyps (mgr.14195) 51 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:22:24.842 INFO:teuthology.orchestra.run.smithi122.stderr:Inferring config /var/lib/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/mon.smithi122/config 2024-03-21T13:22:26.462 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:26 smithi122 bash[23477]: cluster 2024-03-21T13:22:25.046364+0000 mgr.smithi066.seeyps (mgr.14195) 52 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:22:26.462 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:26 smithi122 bash[23477]: audit 2024-03-21T13:22:25.906965+0000 mon.smithi066 (mon.0) 292 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:22:26.462 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:26 smithi122 bash[23477]: audit 2024-03-21T13:22:25.912185+0000 mon.smithi066 (mon.0) 293 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:22:26.465 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:26 smithi066 bash[18703]: cluster 2024-03-21T13:22:25.046364+0000 mgr.smithi066.seeyps (mgr.14195) 52 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:22:26.465 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:26 smithi066 bash[18703]: audit 2024-03-21T13:22:25.906965+0000 mon.smithi066 (mon.0) 292 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:22:26.465 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:26 smithi066 bash[18703]: audit 2024-03-21T13:22:25.912185+0000 mon.smithi066 (mon.0) 293 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:22:27.459 INFO:teuthology.orchestra.run.smithi122.stdout:Scheduled osd.all-available-devices update... 2024-03-21T13:22:27.461 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:27 smithi122 bash[23477]: cephadm 2024-03-21T13:22:25.925825+0000 mgr.smithi066.seeyps (mgr.14195) 53 : cephadm [INF] Reconfiguring prometheus.smithi066 (dependencies changed)... 2024-03-21T13:22:27.461 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:27 smithi122 bash[23477]: cephadm 2024-03-21T13:22:26.182309+0000 mgr.smithi066.seeyps (mgr.14195) 54 : cephadm [INF] Reconfiguring daemon prometheus.smithi066 on smithi066 2024-03-21T13:22:27.465 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:27 smithi066 bash[18703]: cephadm 2024-03-21T13:22:25.925825+0000 mgr.smithi066.seeyps (mgr.14195) 53 : cephadm [INF] Reconfiguring prometheus.smithi066 (dependencies changed)... 2024-03-21T13:22:27.465 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:27 smithi066 bash[18703]: cephadm 2024-03-21T13:22:26.182309+0000 mgr.smithi066.seeyps (mgr.14195) 54 : cephadm [INF] Reconfiguring daemon prometheus.smithi066 on smithi066 2024-03-21T13:22:28.109 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-03-21T13:22:28.109 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ff71cb6-e785-11ee-95cd-87774f69a715 -- ceph osd stat -f json 2024-03-21T13:22:28.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:28 smithi122 bash[23477]: cluster 2024-03-21T13:22:27.046799+0000 mgr.smithi066.seeyps (mgr.14195) 55 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:22:28.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:28 smithi122 bash[23477]: audit 2024-03-21T13:22:27.444553+0000 mgr.smithi066.seeyps (mgr.14195) 56 : audit [DBG] from='client.24099 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:22:28.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:28 smithi122 bash[23477]: cephadm 2024-03-21T13:22:27.448981+0000 mgr.smithi066.seeyps (mgr.14195) 57 : cephadm [INF] Marking host: smithi066 for OSDSpec preview refresh. 2024-03-21T13:22:28.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:28 smithi122 bash[23477]: cephadm 2024-03-21T13:22:27.449137+0000 mgr.smithi066.seeyps (mgr.14195) 58 : cephadm [INF] Marking host: smithi122 for OSDSpec preview refresh. 2024-03-21T13:22:28.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:28 smithi122 bash[23477]: cephadm 2024-03-21T13:22:27.449973+0000 mgr.smithi066.seeyps (mgr.14195) 59 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-03-21T13:22:28.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:28 smithi122 bash[23477]: audit 2024-03-21T13:22:27.457602+0000 mon.smithi066 (mon.0) 294 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:22:28.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:28 smithi066 bash[18703]: cluster 2024-03-21T13:22:27.046799+0000 mgr.smithi066.seeyps (mgr.14195) 55 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:22:28.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:28 smithi066 bash[18703]: audit 2024-03-21T13:22:27.444553+0000 mgr.smithi066.seeyps (mgr.14195) 56 : audit [DBG] from='client.24099 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:22:28.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:28 smithi066 bash[18703]: cephadm 2024-03-21T13:22:27.448981+0000 mgr.smithi066.seeyps (mgr.14195) 57 : cephadm [INF] Marking host: smithi066 for OSDSpec preview refresh. 2024-03-21T13:22:28.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:28 smithi066 bash[18703]: cephadm 2024-03-21T13:22:27.449137+0000 mgr.smithi066.seeyps (mgr.14195) 58 : cephadm [INF] Marking host: smithi122 for OSDSpec preview refresh. 2024-03-21T13:22:28.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:28 smithi066 bash[18703]: cephadm 2024-03-21T13:22:27.449973+0000 mgr.smithi066.seeyps (mgr.14195) 59 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-03-21T13:22:28.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:28 smithi066 bash[18703]: audit 2024-03-21T13:22:27.457602+0000 mon.smithi066 (mon.0) 294 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:22:30.585 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:30 smithi066 bash[18703]: cluster 2024-03-21T13:22:29.047113+0000 mgr.smithi066.seeyps (mgr.14195) 60 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:22:30.711 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:30 smithi122 bash[23477]: cluster 2024-03-21T13:22:29.047113+0000 mgr.smithi066.seeyps (mgr.14195) 60 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:22:32.125 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:31 smithi122 bash[23477]: audit 2024-03-21T13:22:30.823806+0000 mon.smithi066 (mon.0) 295 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:22:32.125 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:31 smithi122 bash[23477]: audit 2024-03-21T13:22:30.830467+0000 mon.smithi066 (mon.0) 296 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:22:32.125 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:31 smithi122 bash[23477]: cephadm 2024-03-21T13:22:30.861372+0000 mgr.smithi066.seeyps (mgr.14195) 61 : cephadm [INF] Reconfiguring ceph-exporter.smithi122 (monmap changed)... 2024-03-21T13:22:32.125 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:31 smithi122 bash[23477]: audit 2024-03-21T13:22:30.861726+0000 mon.smithi066 (mon.0) 297 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi122", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-03-21T13:22:32.126 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:31 smithi122 bash[23477]: audit 2024-03-21T13:22:30.862723+0000 mon.smithi066 (mon.0) 298 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:22:32.126 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:31 smithi122 bash[23477]: cephadm 2024-03-21T13:22:30.863646+0000 mgr.smithi066.seeyps (mgr.14195) 62 : cephadm [INF] Reconfiguring daemon ceph-exporter.smithi122 on smithi122 2024-03-21T13:22:32.126 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:31 smithi122 bash[23477]: cluster 2024-03-21T13:22:31.047573+0000 mgr.smithi066.seeyps (mgr.14195) 63 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:22:32.215 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:31 smithi066 bash[18703]: audit 2024-03-21T13:22:30.823806+0000 mon.smithi066 (mon.0) 295 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:22:32.215 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:31 smithi066 bash[18703]: audit 2024-03-21T13:22:30.830467+0000 mon.smithi066 (mon.0) 296 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:22:32.215 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:31 smithi066 bash[18703]: cephadm 2024-03-21T13:22:30.861372+0000 mgr.smithi066.seeyps (mgr.14195) 61 : cephadm [INF] Reconfiguring ceph-exporter.smithi122 (monmap changed)... 2024-03-21T13:22:32.215 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:31 smithi066 bash[18703]: audit 2024-03-21T13:22:30.861726+0000 mon.smithi066 (mon.0) 297 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi122", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-03-21T13:22:32.215 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:31 smithi066 bash[18703]: audit 2024-03-21T13:22:30.862723+0000 mon.smithi066 (mon.0) 298 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:22:32.215 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:31 smithi066 bash[18703]: cephadm 2024-03-21T13:22:30.863646+0000 mgr.smithi066.seeyps (mgr.14195) 62 : cephadm [INF] Reconfiguring daemon ceph-exporter.smithi122 on smithi122 2024-03-21T13:22:32.215 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:31 smithi066 bash[18703]: cluster 2024-03-21T13:22:31.047573+0000 mgr.smithi066.seeyps (mgr.14195) 63 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:22:33.322 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/mon.smithi066/config 2024-03-21T13:22:33.831 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:33 smithi122 bash[23477]: audit 2024-03-21T13:22:32.740875+0000 mon.smithi066 (mon.0) 299 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:22:33.831 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:33 smithi122 bash[23477]: audit 2024-03-21T13:22:32.751786+0000 mon.smithi066 (mon.0) 300 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:22:33.831 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:33 smithi122 bash[23477]: cephadm 2024-03-21T13:22:32.782554+0000 mgr.smithi066.seeyps (mgr.14195) 64 : cephadm [INF] Reconfiguring crash.smithi122 (monmap changed)... 2024-03-21T13:22:33.831 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:33 smithi122 bash[23477]: audit 2024-03-21T13:22:32.783250+0000 mon.smithi066 (mon.0) 301 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi122", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-03-21T13:22:33.831 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:33 smithi122 bash[23477]: audit 2024-03-21T13:22:32.785328+0000 mon.smithi066 (mon.0) 302 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:22:33.831 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:33 smithi122 bash[23477]: cephadm 2024-03-21T13:22:32.787368+0000 mgr.smithi066.seeyps (mgr.14195) 65 : cephadm [INF] Reconfiguring daemon crash.smithi122 on smithi122 2024-03-21T13:22:33.831 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:33 smithi122 bash[23477]: cluster 2024-03-21T13:22:33.048041+0000 mgr.smithi066.seeyps (mgr.14195) 66 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:22:33.831 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:33 smithi122 bash[23477]: audit 2024-03-21T13:22:33.123129+0000 mon.smithi066 (mon.0) 303 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:22:34.129 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:33 smithi066 bash[18703]: audit 2024-03-21T13:22:32.740875+0000 mon.smithi066 (mon.0) 299 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:22:34.130 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:33 smithi066 bash[18703]: audit 2024-03-21T13:22:32.751786+0000 mon.smithi066 (mon.0) 300 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:22:34.130 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:33 smithi066 bash[18703]: cephadm 2024-03-21T13:22:32.782554+0000 mgr.smithi066.seeyps (mgr.14195) 64 : cephadm [INF] Reconfiguring crash.smithi122 (monmap changed)... 2024-03-21T13:22:34.130 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:33 smithi066 bash[18703]: audit 2024-03-21T13:22:32.783250+0000 mon.smithi066 (mon.0) 301 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi122", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-03-21T13:22:34.130 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:33 smithi066 bash[18703]: audit 2024-03-21T13:22:32.785328+0000 mon.smithi066 (mon.0) 302 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:22:34.130 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:33 smithi066 bash[18703]: cephadm 2024-03-21T13:22:32.787368+0000 mgr.smithi066.seeyps (mgr.14195) 65 : cephadm [INF] Reconfiguring daemon crash.smithi122 on smithi122 2024-03-21T13:22:34.130 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:33 smithi066 bash[18703]: cluster 2024-03-21T13:22:33.048041+0000 mgr.smithi066.seeyps (mgr.14195) 66 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:22:34.130 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:33 smithi066 bash[18703]: audit 2024-03-21T13:22:33.123129+0000 mon.smithi066 (mon.0) 303 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:22:35.857 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:35 smithi122 bash[23477]: audit 2024-03-21T13:22:34.561291+0000 mon.smithi066 (mon.0) 304 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:22:35.858 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:35 smithi122 bash[23477]: audit 2024-03-21T13:22:34.571330+0000 mon.smithi066 (mon.0) 305 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:22:35.858 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:35 smithi122 bash[23477]: audit 2024-03-21T13:22:34.607394+0000 mon.smithi066 (mon.0) 306 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi122.ezngxk", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-21T13:22:35.858 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:35 smithi122 bash[23477]: audit 2024-03-21T13:22:34.609353+0000 mon.smithi066 (mon.0) 307 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-21T13:22:35.858 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:35 smithi122 bash[23477]: audit 2024-03-21T13:22:34.611061+0000 mon.smithi066 (mon.0) 308 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:22:35.956 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-03-21T13:22:35.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:35 smithi066 bash[18703]: audit 2024-03-21T13:22:34.561291+0000 mon.smithi066 (mon.0) 304 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:22:35.965 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:35 smithi066 bash[18703]: audit 2024-03-21T13:22:34.571330+0000 mon.smithi066 (mon.0) 305 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:22:35.965 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:35 smithi066 bash[18703]: audit 2024-03-21T13:22:34.607394+0000 mon.smithi066 (mon.0) 306 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi122.ezngxk", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-21T13:22:35.965 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:35 smithi066 bash[18703]: audit 2024-03-21T13:22:34.609353+0000 mon.smithi066 (mon.0) 307 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-21T13:22:35.965 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:35 smithi066 bash[18703]: audit 2024-03-21T13:22:34.611061+0000 mon.smithi066 (mon.0) 308 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:22:36.563 INFO:teuthology.orchestra.run.smithi066.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-03-21T13:22:36.870 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:36 smithi122 bash[23477]: cephadm 2024-03-21T13:22:34.606605+0000 mgr.smithi066.seeyps (mgr.14195) 67 : cephadm [INF] Reconfiguring mgr.smithi122.ezngxk (monmap changed)... 2024-03-21T13:22:36.870 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:36 smithi122 bash[23477]: cephadm 2024-03-21T13:22:34.613005+0000 mgr.smithi066.seeyps (mgr.14195) 68 : cephadm [INF] Reconfiguring daemon mgr.smithi122.ezngxk on smithi122 2024-03-21T13:22:36.870 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:36 smithi122 bash[23477]: cluster 2024-03-21T13:22:35.048492+0000 mgr.smithi066.seeyps (mgr.14195) 69 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:22:36.871 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:36 smithi122 bash[23477]: audit 2024-03-21T13:22:35.955290+0000 mon.smithi066 (mon.0) 309 : audit [DBG] from='client.? 172.21.15.66:0/2232396123' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-21T13:22:36.871 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:36 smithi122 bash[23477]: audit 2024-03-21T13:22:36.403999+0000 mon.smithi066 (mon.0) 310 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:22:36.871 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:36 smithi122 bash[23477]: audit 2024-03-21T13:22:36.414991+0000 mon.smithi066 (mon.0) 311 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:22:36.871 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:36 smithi122 bash[23477]: audit 2024-03-21T13:22:36.432137+0000 mon.smithi066 (mon.0) 312 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T13:22:36.871 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:36 smithi122 bash[23477]: audit 2024-03-21T13:22:36.433922+0000 mon.smithi066 (mon.0) 313 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T13:22:36.871 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:36 smithi122 bash[23477]: audit 2024-03-21T13:22:36.435635+0000 mon.smithi066 (mon.0) 314 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:22:36.965 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:36 smithi066 bash[18703]: cephadm 2024-03-21T13:22:34.606605+0000 mgr.smithi066.seeyps (mgr.14195) 67 : cephadm [INF] Reconfiguring mgr.smithi122.ezngxk (monmap changed)... 2024-03-21T13:22:36.965 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:36 smithi066 bash[18703]: cephadm 2024-03-21T13:22:34.613005+0000 mgr.smithi066.seeyps (mgr.14195) 68 : cephadm [INF] Reconfiguring daemon mgr.smithi122.ezngxk on smithi122 2024-03-21T13:22:36.965 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:36 smithi066 bash[18703]: cluster 2024-03-21T13:22:35.048492+0000 mgr.smithi066.seeyps (mgr.14195) 69 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:22:36.965 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:36 smithi066 bash[18703]: audit 2024-03-21T13:22:35.955290+0000 mon.smithi066 (mon.0) 309 : audit [DBG] from='client.? 172.21.15.66:0/2232396123' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-21T13:22:36.965 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:36 smithi066 bash[18703]: audit 2024-03-21T13:22:36.403999+0000 mon.smithi066 (mon.0) 310 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:22:36.965 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:36 smithi066 bash[18703]: audit 2024-03-21T13:22:36.414991+0000 mon.smithi066 (mon.0) 311 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:22:36.965 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:36 smithi066 bash[18703]: audit 2024-03-21T13:22:36.432137+0000 mon.smithi066 (mon.0) 312 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T13:22:36.966 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:36 smithi066 bash[18703]: audit 2024-03-21T13:22:36.433922+0000 mon.smithi066 (mon.0) 313 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T13:22:36.966 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:36 smithi066 bash[18703]: audit 2024-03-21T13:22:36.435635+0000 mon.smithi066 (mon.0) 314 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:22:37.564 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ff71cb6-e785-11ee-95cd-87774f69a715 -- ceph osd stat -f json 2024-03-21T13:22:37.915 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:37 smithi122 bash[23477]: cephadm 2024-03-21T13:22:36.431502+0000 mgr.smithi066.seeyps (mgr.14195) 70 : cephadm [INF] Reconfiguring mon.smithi122 (monmap changed)... 2024-03-21T13:22:37.915 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:37 smithi122 bash[23477]: cephadm 2024-03-21T13:22:36.437669+0000 mgr.smithi066.seeyps (mgr.14195) 71 : cephadm [INF] Reconfiguring daemon mon.smithi122 on smithi122 2024-03-21T13:22:37.965 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:37 smithi066 bash[18703]: cephadm 2024-03-21T13:22:36.431502+0000 mgr.smithi066.seeyps (mgr.14195) 70 : cephadm [INF] Reconfiguring mon.smithi122 (monmap changed)... 2024-03-21T13:22:37.965 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:37 smithi066 bash[18703]: cephadm 2024-03-21T13:22:36.437669+0000 mgr.smithi066.seeyps (mgr.14195) 71 : cephadm [INF] Reconfiguring daemon mon.smithi122 on smithi122 2024-03-21T13:22:38.608 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:38 smithi066 bash[18703]: cluster 2024-03-21T13:22:37.048927+0000 mgr.smithi066.seeyps (mgr.14195) 72 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:22:38.608 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:38 smithi066 bash[18703]: audit 2024-03-21T13:22:38.284451+0000 mon.smithi066 (mon.0) 315 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:22:38.608 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:38 smithi066 bash[18703]: audit 2024-03-21T13:22:38.294309+0000 mon.smithi066 (mon.0) 316 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:22:38.608 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:38 smithi066 bash[18703]: audit 2024-03-21T13:22:38.312134+0000 mon.smithi066 (mon.0) 317 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-21T13:22:38.608 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:38 smithi066 bash[18703]: audit 2024-03-21T13:22:38.315317+0000 mon.smithi066 (mon.0) 318 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi066.front.sepia.ceph.com:9093"}]: dispatch 2024-03-21T13:22:38.608 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:38 smithi066 bash[18703]: audit 2024-03-21T13:22:38.322723+0000 mon.smithi066 (mon.0) 319 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:22:38.608 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:38 smithi066 bash[18703]: audit 2024-03-21T13:22:38.349676+0000 mon.smithi066 (mon.0) 320 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-21T13:22:38.608 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:38 smithi066 bash[18703]: audit 2024-03-21T13:22:38.360859+0000 mon.smithi066 (mon.0) 321 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi066.front.sepia.ceph.com:3000"}]: dispatch 2024-03-21T13:22:38.608 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:38 smithi066 bash[18703]: audit 2024-03-21T13:22:38.370143+0000 mon.smithi066 (mon.0) 322 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:22:38.608 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:38 smithi066 bash[18703]: audit 2024-03-21T13:22:38.384470+0000 mon.smithi066 (mon.0) 323 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-21T13:22:38.608 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:38 smithi066 bash[18703]: audit 2024-03-21T13:22:38.393740+0000 mon.smithi066 (mon.0) 324 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi066.front.sepia.ceph.com:9095"}]: dispatch 2024-03-21T13:22:38.609 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:38 smithi066 bash[18703]: audit 2024-03-21T13:22:38.398682+0000 mon.smithi066 (mon.0) 325 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:22:38.609 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:38 smithi066 bash[18703]: audit 2024-03-21T13:22:38.428363+0000 mon.smithi066 (mon.0) 326 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:22:38.962 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:38 smithi122 bash[23477]: cluster 2024-03-21T13:22:37.048927+0000 mgr.smithi066.seeyps (mgr.14195) 72 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:22:38.962 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:38 smithi122 bash[23477]: audit 2024-03-21T13:22:38.284451+0000 mon.smithi066 (mon.0) 315 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:22:38.962 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:38 smithi122 bash[23477]: audit 2024-03-21T13:22:38.294309+0000 mon.smithi066 (mon.0) 316 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:22:38.962 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:38 smithi122 bash[23477]: audit 2024-03-21T13:22:38.312134+0000 mon.smithi066 (mon.0) 317 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-21T13:22:38.962 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:38 smithi122 bash[23477]: audit 2024-03-21T13:22:38.315317+0000 mon.smithi066 (mon.0) 318 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi066.front.sepia.ceph.com:9093"}]: dispatch 2024-03-21T13:22:38.963 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:38 smithi122 bash[23477]: audit 2024-03-21T13:22:38.322723+0000 mon.smithi066 (mon.0) 319 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:22:38.963 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:38 smithi122 bash[23477]: audit 2024-03-21T13:22:38.349676+0000 mon.smithi066 (mon.0) 320 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-21T13:22:38.963 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:38 smithi122 bash[23477]: audit 2024-03-21T13:22:38.360859+0000 mon.smithi066 (mon.0) 321 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi066.front.sepia.ceph.com:3000"}]: dispatch 2024-03-21T13:22:38.963 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:38 smithi122 bash[23477]: audit 2024-03-21T13:22:38.370143+0000 mon.smithi066 (mon.0) 322 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:22:38.963 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:38 smithi122 bash[23477]: audit 2024-03-21T13:22:38.384470+0000 mon.smithi066 (mon.0) 323 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-21T13:22:38.963 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:38 smithi122 bash[23477]: audit 2024-03-21T13:22:38.393740+0000 mon.smithi066 (mon.0) 324 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi066.front.sepia.ceph.com:9095"}]: dispatch 2024-03-21T13:22:38.963 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:38 smithi122 bash[23477]: audit 2024-03-21T13:22:38.398682+0000 mon.smithi066 (mon.0) 325 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:22:38.963 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:38 smithi122 bash[23477]: audit 2024-03-21T13:22:38.428363+0000 mon.smithi066 (mon.0) 326 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:22:39.962 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:39 smithi122 bash[23477]: audit 2024-03-21T13:22:38.313056+0000 mgr.smithi066.seeyps (mgr.14195) 73 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-21T13:22:39.962 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:39 smithi122 bash[23477]: audit 2024-03-21T13:22:38.316116+0000 mgr.smithi066.seeyps (mgr.14195) 74 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi066.front.sepia.ceph.com:9093"}]: dispatch 2024-03-21T13:22:39.962 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:39 smithi122 bash[23477]: audit 2024-03-21T13:22:38.350768+0000 mgr.smithi066.seeyps (mgr.14195) 75 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-21T13:22:39.962 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:39 smithi122 bash[23477]: audit 2024-03-21T13:22:38.361817+0000 mgr.smithi066.seeyps (mgr.14195) 76 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi066.front.sepia.ceph.com:3000"}]: dispatch 2024-03-21T13:22:39.962 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:39 smithi122 bash[23477]: audit 2024-03-21T13:22:38.385100+0000 mgr.smithi066.seeyps (mgr.14195) 77 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-21T13:22:39.962 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:39 smithi122 bash[23477]: audit 2024-03-21T13:22:38.394201+0000 mgr.smithi066.seeyps (mgr.14195) 78 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi066.front.sepia.ceph.com:9095"}]: dispatch 2024-03-21T13:22:39.965 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:39 smithi066 bash[18703]: audit 2024-03-21T13:22:38.313056+0000 mgr.smithi066.seeyps (mgr.14195) 73 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-21T13:22:39.965 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:39 smithi066 bash[18703]: audit 2024-03-21T13:22:38.316116+0000 mgr.smithi066.seeyps (mgr.14195) 74 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi066.front.sepia.ceph.com:9093"}]: dispatch 2024-03-21T13:22:39.965 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:39 smithi066 bash[18703]: audit 2024-03-21T13:22:38.350768+0000 mgr.smithi066.seeyps (mgr.14195) 75 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-21T13:22:39.965 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:39 smithi066 bash[18703]: audit 2024-03-21T13:22:38.361817+0000 mgr.smithi066.seeyps (mgr.14195) 76 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi066.front.sepia.ceph.com:3000"}]: dispatch 2024-03-21T13:22:39.965 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:39 smithi066 bash[18703]: audit 2024-03-21T13:22:38.385100+0000 mgr.smithi066.seeyps (mgr.14195) 77 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-21T13:22:39.965 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:39 smithi066 bash[18703]: audit 2024-03-21T13:22:38.394201+0000 mgr.smithi066.seeyps (mgr.14195) 78 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi066.front.sepia.ceph.com:9095"}]: dispatch 2024-03-21T13:22:40.962 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:40 smithi122 bash[23477]: cluster 2024-03-21T13:22:39.049357+0000 mgr.smithi066.seeyps (mgr.14195) 79 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:22:40.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:40 smithi066 bash[18703]: cluster 2024-03-21T13:22:39.049357+0000 mgr.smithi066.seeyps (mgr.14195) 79 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:22:41.962 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:41 smithi122 bash[23477]: cluster 2024-03-21T13:22:41.049830+0000 mgr.smithi066.seeyps (mgr.14195) 80 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:22:41.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:41 smithi066 bash[18703]: cluster 2024-03-21T13:22:41.049830+0000 mgr.smithi066.seeyps (mgr.14195) 80 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:22:42.338 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/mon.smithi066/config 2024-03-21T13:22:44.462 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:44 smithi122 bash[23477]: cluster 2024-03-21T13:22:43.050207+0000 mgr.smithi066.seeyps (mgr.14195) 81 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:22:44.462 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:44 smithi122 bash[23477]: audit 2024-03-21T13:22:43.865364+0000 mon.smithi066 (mon.0) 327 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:22:44.462 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:44 smithi122 bash[23477]: audit 2024-03-21T13:22:43.870612+0000 mon.smithi066 (mon.0) 328 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:22:44.464 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:44 smithi066 bash[18703]: cluster 2024-03-21T13:22:43.050207+0000 mgr.smithi066.seeyps (mgr.14195) 81 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:22:44.464 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:44 smithi066 bash[18703]: audit 2024-03-21T13:22:43.865364+0000 mon.smithi066 (mon.0) 327 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:22:44.465 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:44 smithi066 bash[18703]: audit 2024-03-21T13:22:43.870612+0000 mon.smithi066 (mon.0) 328 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:22:45.081 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-03-21T13:22:45.466 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:45 smithi066 bash[18703]: audit 2024-03-21T13:22:44.222118+0000 mon.smithi066 (mon.0) 329 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:22:45.466 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:45 smithi066 bash[18703]: audit 2024-03-21T13:22:44.230372+0000 mon.smithi066 (mon.0) 330 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:22:45.466 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:45 smithi066 bash[18703]: audit 2024-03-21T13:22:44.559074+0000 mon.smithi066 (mon.0) 331 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:22:45.466 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:45 smithi066 bash[18703]: audit 2024-03-21T13:22:44.568358+0000 mon.smithi066 (mon.0) 332 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:22:45.466 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:45 smithi066 bash[18703]: audit 2024-03-21T13:22:44.818996+0000 mon.smithi066 (mon.0) 333 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:22:45.466 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:45 smithi066 bash[18703]: audit 2024-03-21T13:22:44.824709+0000 mon.smithi066 (mon.0) 334 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:22:45.466 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:45 smithi066 bash[18703]: audit 2024-03-21T13:22:44.825791+0000 mon.smithi066 (mon.0) 335 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:22:45.467 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:45 smithi066 bash[18703]: audit 2024-03-21T13:22:44.826472+0000 mon.smithi066 (mon.0) 336 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:22:45.467 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:45 smithi066 bash[18703]: audit 2024-03-21T13:22:44.830696+0000 mon.smithi066 (mon.0) 337 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:22:45.467 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:45 smithi066 bash[18703]: audit 2024-03-21T13:22:44.835000+0000 mon.smithi066 (mon.0) 338 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T13:22:45.467 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:45 smithi066 bash[18703]: audit 2024-03-21T13:22:44.839850+0000 mon.smithi066 (mon.0) 339 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T13:22:45.467 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:45 smithi066 bash[18703]: audit 2024-03-21T13:22:44.840536+0000 mon.smithi066 (mon.0) 340 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:22:45.467 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:45 smithi066 bash[18703]: audit 2024-03-21T13:22:44.843885+0000 mon.smithi066 (mon.0) 341 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T13:22:45.467 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:45 smithi066 bash[18703]: audit 2024-03-21T13:22:44.844559+0000 mon.smithi066 (mon.0) 342 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:22:45.467 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:45 smithi066 bash[18703]: audit 2024-03-21T13:22:45.080655+0000 mon.smithi066 (mon.0) 343 : audit [DBG] from='client.? 172.21.15.66:0/3684714506' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-21T13:22:45.676 INFO:teuthology.orchestra.run.smithi066.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-03-21T13:22:45.713 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:45 smithi122 bash[23477]: audit 2024-03-21T13:22:44.222118+0000 mon.smithi066 (mon.0) 329 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:22:45.713 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:45 smithi122 bash[23477]: audit 2024-03-21T13:22:44.230372+0000 mon.smithi066 (mon.0) 330 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:22:45.713 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:45 smithi122 bash[23477]: audit 2024-03-21T13:22:44.559074+0000 mon.smithi066 (mon.0) 331 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:22:45.713 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:45 smithi122 bash[23477]: audit 2024-03-21T13:22:44.568358+0000 mon.smithi066 (mon.0) 332 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:22:45.713 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:45 smithi122 bash[23477]: audit 2024-03-21T13:22:44.818996+0000 mon.smithi066 (mon.0) 333 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:22:45.713 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:45 smithi122 bash[23477]: audit 2024-03-21T13:22:44.824709+0000 mon.smithi066 (mon.0) 334 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:22:45.713 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:45 smithi122 bash[23477]: audit 2024-03-21T13:22:44.825791+0000 mon.smithi066 (mon.0) 335 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:22:45.713 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:45 smithi122 bash[23477]: audit 2024-03-21T13:22:44.826472+0000 mon.smithi066 (mon.0) 336 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:22:45.713 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:45 smithi122 bash[23477]: audit 2024-03-21T13:22:44.830696+0000 mon.smithi066 (mon.0) 337 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:22:45.713 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:45 smithi122 bash[23477]: audit 2024-03-21T13:22:44.835000+0000 mon.smithi066 (mon.0) 338 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T13:22:45.713 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:45 smithi122 bash[23477]: audit 2024-03-21T13:22:44.839850+0000 mon.smithi066 (mon.0) 339 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T13:22:45.714 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:45 smithi122 bash[23477]: audit 2024-03-21T13:22:44.840536+0000 mon.smithi066 (mon.0) 340 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:22:45.714 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:45 smithi122 bash[23477]: audit 2024-03-21T13:22:44.843885+0000 mon.smithi066 (mon.0) 341 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T13:22:45.714 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:45 smithi122 bash[23477]: audit 2024-03-21T13:22:44.844559+0000 mon.smithi066 (mon.0) 342 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:22:45.714 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:45 smithi122 bash[23477]: audit 2024-03-21T13:22:45.080655+0000 mon.smithi066 (mon.0) 343 : audit [DBG] from='client.? 172.21.15.66:0/3684714506' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-21T13:22:46.678 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ff71cb6-e785-11ee-95cd-87774f69a715 -- ceph osd stat -f json 2024-03-21T13:22:46.689 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:46 smithi066 bash[18703]: cluster 2024-03-21T13:22:45.050617+0000 mgr.smithi066.seeyps (mgr.14195) 82 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:22:46.711 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:46 smithi122 bash[23477]: cluster 2024-03-21T13:22:45.050617+0000 mgr.smithi066.seeyps (mgr.14195) 82 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:22:48.527 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:48 smithi122 bash[23477]: cluster 2024-03-21T13:22:47.051061+0000 mgr.smithi066.seeyps (mgr.14195) 83 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:22:48.527 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:48 smithi122 bash[23477]: audit 2024-03-21T13:22:48.123701+0000 mon.smithi066 (mon.0) 344 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:22:48.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:48 smithi066 bash[18703]: cluster 2024-03-21T13:22:47.051061+0000 mgr.smithi066.seeyps (mgr.14195) 83 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:22:48.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:48 smithi066 bash[18703]: audit 2024-03-21T13:22:48.123701+0000 mon.smithi066 (mon.0) 344 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:22:50.521 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:50 smithi122 bash[23477]: cluster 2024-03-21T13:22:49.051491+0000 mgr.smithi066.seeyps (mgr.14195) 84 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:22:50.618 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:50 smithi066 bash[18703]: cluster 2024-03-21T13:22:49.051491+0000 mgr.smithi066.seeyps (mgr.14195) 84 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:22:50.866 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/mon.smithi066/config 2024-03-21T13:22:52.464 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:52 smithi066 bash[18703]: cluster 2024-03-21T13:22:51.051886+0000 mgr.smithi066.seeyps (mgr.14195) 85 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:22:52.711 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:52 smithi122 bash[23477]: cluster 2024-03-21T13:22:51.051886+0000 mgr.smithi066.seeyps (mgr.14195) 85 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:22:54.146 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-03-21T13:22:54.414 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:54 smithi066 bash[18703]: cluster 2024-03-21T13:22:53.052165+0000 mgr.smithi066.seeyps (mgr.14195) 86 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:22:54.414 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:54 smithi066 bash[18703]: audit 2024-03-21T13:22:53.498549+0000 mon.smithi066 (mon.0) 345 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "92499ba6-1b9f-4b13-84ed-cf0d3b202336"}]: dispatch 2024-03-21T13:22:54.414 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:54 smithi066 bash[18703]: audit 2024-03-21T13:22:53.499507+0000 mon.smithi122 (mon.1) 2 : audit [INF] from='client.? 172.21.15.122:0/3373398025' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "92499ba6-1b9f-4b13-84ed-cf0d3b202336"}]: dispatch 2024-03-21T13:22:54.414 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:54 smithi066 bash[18703]: audit 2024-03-21T13:22:53.502803+0000 mon.smithi066 (mon.0) 346 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "92499ba6-1b9f-4b13-84ed-cf0d3b202336"}]': finished 2024-03-21T13:22:54.414 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:54 smithi066 bash[18703]: cluster 2024-03-21T13:22:53.506228+0000 mon.smithi066 (mon.0) 347 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-03-21T13:22:54.414 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:54 smithi066 bash[18703]: audit 2024-03-21T13:22:53.506601+0000 mon.smithi066 (mon.0) 348 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:22:54.415 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:54 smithi066 bash[18703]: audit 2024-03-21T13:22:54.144447+0000 mon.smithi066 (mon.0) 349 : audit [DBG] from='client.? 172.21.15.66:0/1456848200' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-21T13:22:54.415 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:54 smithi066 bash[18703]: audit 2024-03-21T13:22:54.231202+0000 mon.smithi066 (mon.0) 350 : audit [INF] from='client.? 172.21.15.66:0/2060609583' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b837929c-65d7-4153-b35e-31f93e6e64b3"}]: dispatch 2024-03-21T13:22:54.415 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:54 smithi066 bash[18703]: audit 2024-03-21T13:22:54.232855+0000 mon.smithi066 (mon.0) 351 : audit [INF] from='client.? 172.21.15.66:0/2060609583' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b837929c-65d7-4153-b35e-31f93e6e64b3"}]': finished 2024-03-21T13:22:54.711 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:54 smithi122 bash[23477]: cluster 2024-03-21T13:22:53.052165+0000 mgr.smithi066.seeyps (mgr.14195) 86 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:22:54.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:54 smithi122 bash[23477]: audit 2024-03-21T13:22:53.498549+0000 mon.smithi066 (mon.0) 345 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "92499ba6-1b9f-4b13-84ed-cf0d3b202336"}]: dispatch 2024-03-21T13:22:54.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:54 smithi122 bash[23477]: audit 2024-03-21T13:22:53.499507+0000 mon.smithi122 (mon.1) 2 : audit [INF] from='client.? 172.21.15.122:0/3373398025' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "92499ba6-1b9f-4b13-84ed-cf0d3b202336"}]: dispatch 2024-03-21T13:22:54.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:54 smithi122 bash[23477]: audit 2024-03-21T13:22:53.502803+0000 mon.smithi066 (mon.0) 346 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "92499ba6-1b9f-4b13-84ed-cf0d3b202336"}]': finished 2024-03-21T13:22:54.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:54 smithi122 bash[23477]: cluster 2024-03-21T13:22:53.506228+0000 mon.smithi066 (mon.0) 347 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-03-21T13:22:54.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:54 smithi122 bash[23477]: audit 2024-03-21T13:22:53.506601+0000 mon.smithi066 (mon.0) 348 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:22:54.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:54 smithi122 bash[23477]: audit 2024-03-21T13:22:54.144447+0000 mon.smithi066 (mon.0) 349 : audit [DBG] from='client.? 172.21.15.66:0/1456848200' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-21T13:22:54.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:54 smithi122 bash[23477]: audit 2024-03-21T13:22:54.231202+0000 mon.smithi066 (mon.0) 350 : audit [INF] from='client.? 172.21.15.66:0/2060609583' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b837929c-65d7-4153-b35e-31f93e6e64b3"}]: dispatch 2024-03-21T13:22:54.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:54 smithi122 bash[23477]: audit 2024-03-21T13:22:54.232855+0000 mon.smithi066 (mon.0) 351 : audit [INF] from='client.? 172.21.15.66:0/2060609583' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b837929c-65d7-4153-b35e-31f93e6e64b3"}]': finished 2024-03-21T13:22:54.790 INFO:teuthology.orchestra.run.smithi066.stdout:{"epoch":6,"num_osds":1,"num_up_osds":0,"osd_up_since":0,"num_in_osds":1,"osd_in_since":1711027373,"num_remapped_pgs":0} 2024-03-21T13:22:55.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:55 smithi122 bash[23477]: cluster 2024-03-21T13:22:54.238555+0000 mon.smithi066 (mon.0) 352 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-03-21T13:22:55.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:55 smithi122 bash[23477]: audit 2024-03-21T13:22:54.239081+0000 mon.smithi066 (mon.0) 353 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:22:55.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:55 smithi122 bash[23477]: audit 2024-03-21T13:22:54.239274+0000 mon.smithi066 (mon.0) 354 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:22:55.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:55 smithi122 bash[23477]: audit 2024-03-21T13:22:55.003876+0000 mon.smithi122 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.122:0/617234120' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T13:22:55.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:55 smithi066 bash[18703]: cluster 2024-03-21T13:22:54.238555+0000 mon.smithi066 (mon.0) 352 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-03-21T13:22:55.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:55 smithi066 bash[18703]: audit 2024-03-21T13:22:54.239081+0000 mon.smithi066 (mon.0) 353 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:22:55.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:55 smithi066 bash[18703]: audit 2024-03-21T13:22:54.239274+0000 mon.smithi066 (mon.0) 354 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:22:55.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:55 smithi066 bash[18703]: audit 2024-03-21T13:22:55.003876+0000 mon.smithi122 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.122:0/617234120' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T13:22:55.791 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ff71cb6-e785-11ee-95cd-87774f69a715 -- ceph osd stat -f json 2024-03-21T13:22:56.711 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:56 smithi122 bash[23477]: cluster 2024-03-21T13:22:55.052518+0000 mgr.smithi066.seeyps (mgr.14195) 87 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:22:56.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:56 smithi122 bash[23477]: audit 2024-03-21T13:22:56.053657+0000 mon.smithi066 (mon.0) 355 : audit [DBG] from='client.? 172.21.15.66:0/3280488148' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T13:22:56.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:56 smithi066 bash[18703]: cluster 2024-03-21T13:22:55.052518+0000 mgr.smithi066.seeyps (mgr.14195) 87 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:22:56.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:56 smithi066 bash[18703]: audit 2024-03-21T13:22:56.053657+0000 mon.smithi066 (mon.0) 355 : audit [DBG] from='client.? 172.21.15.66:0/3280488148' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T13:22:58.462 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:58 smithi122 bash[23477]: cluster 2024-03-21T13:22:57.052881+0000 mgr.smithi066.seeyps (mgr.14195) 88 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:22:58.462 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:58 smithi122 bash[23477]: audit 2024-03-21T13:22:57.861780+0000 mon.smithi066 (mon.0) 356 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "228229bc-c63b-49d0-8cd6-5265c16c7636"}]: dispatch 2024-03-21T13:22:58.462 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:58 smithi122 bash[23477]: audit 2024-03-21T13:22:57.862747+0000 mon.smithi122 (mon.1) 4 : audit [INF] from='client.? 172.21.15.122:0/1862040216' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "228229bc-c63b-49d0-8cd6-5265c16c7636"}]: dispatch 2024-03-21T13:22:58.462 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:58 smithi122 bash[23477]: audit 2024-03-21T13:22:57.864868+0000 mon.smithi066 (mon.0) 357 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "228229bc-c63b-49d0-8cd6-5265c16c7636"}]': finished 2024-03-21T13:22:58.462 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:58 smithi122 bash[23477]: cluster 2024-03-21T13:22:57.870156+0000 mon.smithi066 (mon.0) 358 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-03-21T13:22:58.463 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:58 smithi122 bash[23477]: audit 2024-03-21T13:22:57.870616+0000 mon.smithi066 (mon.0) 359 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:22:58.463 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:58 smithi122 bash[23477]: audit 2024-03-21T13:22:57.871105+0000 mon.smithi066 (mon.0) 360 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:22:58.463 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:58 smithi122 bash[23477]: audit 2024-03-21T13:22:57.871499+0000 mon.smithi066 (mon.0) 361 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:22:58.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:58 smithi066 bash[18703]: cluster 2024-03-21T13:22:57.052881+0000 mgr.smithi066.seeyps (mgr.14195) 88 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:22:58.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:58 smithi066 bash[18703]: audit 2024-03-21T13:22:57.861780+0000 mon.smithi066 (mon.0) 356 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "228229bc-c63b-49d0-8cd6-5265c16c7636"}]: dispatch 2024-03-21T13:22:58.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:58 smithi066 bash[18703]: audit 2024-03-21T13:22:57.862747+0000 mon.smithi122 (mon.1) 4 : audit [INF] from='client.? 172.21.15.122:0/1862040216' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "228229bc-c63b-49d0-8cd6-5265c16c7636"}]: dispatch 2024-03-21T13:22:58.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:58 smithi066 bash[18703]: audit 2024-03-21T13:22:57.864868+0000 mon.smithi066 (mon.0) 357 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "228229bc-c63b-49d0-8cd6-5265c16c7636"}]': finished 2024-03-21T13:22:58.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:58 smithi066 bash[18703]: cluster 2024-03-21T13:22:57.870156+0000 mon.smithi066 (mon.0) 358 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-03-21T13:22:58.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:58 smithi066 bash[18703]: audit 2024-03-21T13:22:57.870616+0000 mon.smithi066 (mon.0) 359 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:22:58.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:58 smithi066 bash[18703]: audit 2024-03-21T13:22:57.871105+0000 mon.smithi066 (mon.0) 360 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:22:58.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:58 smithi066 bash[18703]: audit 2024-03-21T13:22:57.871499+0000 mon.smithi066 (mon.0) 361 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:22:59.465 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:59 smithi066 bash[18703]: audit 2024-03-21T13:22:58.914958+0000 mon.smithi066 (mon.0) 362 : audit [INF] from='client.? 172.21.15.66:0/2606745105' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4499ad71-cdff-431d-a3b2-83de3bea3671"}]: dispatch 2024-03-21T13:22:59.465 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:59 smithi066 bash[18703]: audit 2024-03-21T13:22:58.917891+0000 mon.smithi066 (mon.0) 363 : audit [INF] from='client.? 172.21.15.66:0/2606745105' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4499ad71-cdff-431d-a3b2-83de3bea3671"}]': finished 2024-03-21T13:22:59.465 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:59 smithi066 bash[18703]: cluster 2024-03-21T13:22:58.922491+0000 mon.smithi066 (mon.0) 364 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-03-21T13:22:59.465 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:59 smithi066 bash[18703]: audit 2024-03-21T13:22:58.922674+0000 mon.smithi066 (mon.0) 365 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:22:59.465 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:59 smithi066 bash[18703]: audit 2024-03-21T13:22:58.922835+0000 mon.smithi066 (mon.0) 366 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:22:59.465 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:59 smithi066 bash[18703]: audit 2024-03-21T13:22:58.922964+0000 mon.smithi066 (mon.0) 367 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:22:59.465 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:22:59 smithi066 bash[18703]: audit 2024-03-21T13:22:58.923109+0000 mon.smithi066 (mon.0) 368 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T13:22:59.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:59 smithi122 bash[23477]: audit 2024-03-21T13:22:58.914958+0000 mon.smithi066 (mon.0) 362 : audit [INF] from='client.? 172.21.15.66:0/2606745105' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4499ad71-cdff-431d-a3b2-83de3bea3671"}]: dispatch 2024-03-21T13:22:59.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:59 smithi122 bash[23477]: audit 2024-03-21T13:22:58.917891+0000 mon.smithi066 (mon.0) 363 : audit [INF] from='client.? 172.21.15.66:0/2606745105' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4499ad71-cdff-431d-a3b2-83de3bea3671"}]': finished 2024-03-21T13:22:59.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:59 smithi122 bash[23477]: cluster 2024-03-21T13:22:58.922491+0000 mon.smithi066 (mon.0) 364 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-03-21T13:22:59.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:59 smithi122 bash[23477]: audit 2024-03-21T13:22:58.922674+0000 mon.smithi066 (mon.0) 365 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:22:59.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:59 smithi122 bash[23477]: audit 2024-03-21T13:22:58.922835+0000 mon.smithi066 (mon.0) 366 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:22:59.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:59 smithi122 bash[23477]: audit 2024-03-21T13:22:58.922964+0000 mon.smithi066 (mon.0) 367 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:22:59.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:22:59 smithi122 bash[23477]: audit 2024-03-21T13:22:58.923109+0000 mon.smithi066 (mon.0) 368 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T13:23:00.542 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/mon.smithi066/config 2024-03-21T13:23:00.561 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:00 smithi066 bash[18703]: cluster 2024-03-21T13:22:59.053298+0000 mgr.smithi066.seeyps (mgr.14195) 89 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:00.561 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:00 smithi066 bash[18703]: audit 2024-03-21T13:22:59.442296+0000 mon.smithi122 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.122:0/1774853911' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T13:23:00.711 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:00 smithi122 bash[23477]: cluster 2024-03-21T13:22:59.053298+0000 mgr.smithi066.seeyps (mgr.14195) 89 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:00.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:00 smithi122 bash[23477]: audit 2024-03-21T13:22:59.442296+0000 mon.smithi122 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.122:0/1774853911' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T13:23:01.549 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:01 smithi066 bash[18703]: audit 2024-03-21T13:23:00.563321+0000 mon.smithi066 (mon.0) 369 : audit [DBG] from='client.? 172.21.15.66:0/3707031557' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T13:23:01.711 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:01 smithi122 bash[23477]: audit 2024-03-21T13:23:00.563321+0000 mon.smithi066 (mon.0) 369 : audit [DBG] from='client.? 172.21.15.66:0/3707031557' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T13:23:02.557 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:02 smithi122 bash[23477]: cluster 2024-03-21T13:23:01.053759+0000 mgr.smithi066.seeyps (mgr.14195) 90 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:02.677 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:02 smithi066 bash[18703]: cluster 2024-03-21T13:23:01.053759+0000 mgr.smithi066.seeyps (mgr.14195) 90 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:03.305 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-03-21T13:23:03.528 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:03 smithi122 bash[23477]: audit 2024-03-21T13:23:02.307563+0000 mon.smithi066 (mon.0) 370 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "488304c6-5239-4324-8c83-49498f8d1256"}]: dispatch 2024-03-21T13:23:03.528 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:03 smithi122 bash[23477]: audit 2024-03-21T13:23:02.308412+0000 mon.smithi122 (mon.1) 6 : audit [INF] from='client.? 172.21.15.122:0/2380097237' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "488304c6-5239-4324-8c83-49498f8d1256"}]: dispatch 2024-03-21T13:23:03.528 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:03 smithi122 bash[23477]: audit 2024-03-21T13:23:02.309371+0000 mon.smithi066 (mon.0) 371 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "488304c6-5239-4324-8c83-49498f8d1256"}]': finished 2024-03-21T13:23:03.528 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:03 smithi122 bash[23477]: cluster 2024-03-21T13:23:02.312214+0000 mon.smithi066 (mon.0) 372 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-03-21T13:23:03.528 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:03 smithi122 bash[23477]: audit 2024-03-21T13:23:02.312489+0000 mon.smithi066 (mon.0) 373 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:23:03.529 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:03 smithi122 bash[23477]: audit 2024-03-21T13:23:02.312790+0000 mon.smithi066 (mon.0) 374 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:23:03.529 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:03 smithi122 bash[23477]: audit 2024-03-21T13:23:02.313049+0000 mon.smithi066 (mon.0) 375 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:23:03.529 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:03 smithi122 bash[23477]: audit 2024-03-21T13:23:02.313303+0000 mon.smithi066 (mon.0) 376 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T13:23:03.529 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:03 smithi122 bash[23477]: audit 2024-03-21T13:23:02.313569+0000 mon.smithi066 (mon.0) 377 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T13:23:03.529 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:03 smithi122 bash[23477]: audit 2024-03-21T13:23:03.123258+0000 mon.smithi066 (mon.0) 378 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:23:03.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:03 smithi066 bash[18703]: audit 2024-03-21T13:23:02.307563+0000 mon.smithi066 (mon.0) 370 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "488304c6-5239-4324-8c83-49498f8d1256"}]: dispatch 2024-03-21T13:23:03.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:03 smithi066 bash[18703]: audit 2024-03-21T13:23:02.308412+0000 mon.smithi122 (mon.1) 6 : audit [INF] from='client.? 172.21.15.122:0/2380097237' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "488304c6-5239-4324-8c83-49498f8d1256"}]: dispatch 2024-03-21T13:23:03.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:03 smithi066 bash[18703]: audit 2024-03-21T13:23:02.309371+0000 mon.smithi066 (mon.0) 371 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "488304c6-5239-4324-8c83-49498f8d1256"}]': finished 2024-03-21T13:23:03.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:03 smithi066 bash[18703]: cluster 2024-03-21T13:23:02.312214+0000 mon.smithi066 (mon.0) 372 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-03-21T13:23:03.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:03 smithi066 bash[18703]: audit 2024-03-21T13:23:02.312489+0000 mon.smithi066 (mon.0) 373 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:23:03.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:03 smithi066 bash[18703]: audit 2024-03-21T13:23:02.312790+0000 mon.smithi066 (mon.0) 374 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:23:03.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:03 smithi066 bash[18703]: audit 2024-03-21T13:23:02.313049+0000 mon.smithi066 (mon.0) 375 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:23:03.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:03 smithi066 bash[18703]: audit 2024-03-21T13:23:02.313303+0000 mon.smithi066 (mon.0) 376 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T13:23:03.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:03 smithi066 bash[18703]: audit 2024-03-21T13:23:02.313569+0000 mon.smithi066 (mon.0) 377 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T13:23:03.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:03 smithi066 bash[18703]: audit 2024-03-21T13:23:03.123258+0000 mon.smithi066 (mon.0) 378 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:23:04.032 INFO:teuthology.orchestra.run.smithi066.stdout:{"epoch":10,"num_osds":5,"num_up_osds":0,"osd_up_since":0,"num_in_osds":5,"osd_in_since":1711027382,"num_remapped_pgs":0} 2024-03-21T13:23:04.465 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:04 smithi066 bash[18703]: cluster 2024-03-21T13:23:03.054055+0000 mgr.smithi066.seeyps (mgr.14195) 91 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:04.465 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:04 smithi066 bash[18703]: audit 2024-03-21T13:23:03.305026+0000 mon.smithi066 (mon.0) 379 : audit [DBG] from='client.? 172.21.15.66:0/98641282' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-21T13:23:04.465 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:04 smithi066 bash[18703]: audit 2024-03-21T13:23:03.468984+0000 mon.smithi066 (mon.0) 380 : audit [INF] from='client.? 172.21.15.66:0/3096111639' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "18b8242f-32d1-4452-96a2-b83c7cce5827"}]: dispatch 2024-03-21T13:23:04.465 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:04 smithi066 bash[18703]: audit 2024-03-21T13:23:03.472502+0000 mon.smithi066 (mon.0) 381 : audit [INF] from='client.? 172.21.15.66:0/3096111639' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "18b8242f-32d1-4452-96a2-b83c7cce5827"}]': finished 2024-03-21T13:23:04.465 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:04 smithi066 bash[18703]: cluster 2024-03-21T13:23:03.476621+0000 mon.smithi066 (mon.0) 382 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-03-21T13:23:04.465 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:04 smithi066 bash[18703]: audit 2024-03-21T13:23:03.476890+0000 mon.smithi066 (mon.0) 383 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:23:04.465 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:04 smithi066 bash[18703]: audit 2024-03-21T13:23:03.477117+0000 mon.smithi066 (mon.0) 384 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:23:04.465 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:04 smithi066 bash[18703]: audit 2024-03-21T13:23:03.477370+0000 mon.smithi066 (mon.0) 385 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:23:04.465 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:04 smithi066 bash[18703]: audit 2024-03-21T13:23:03.477675+0000 mon.smithi066 (mon.0) 386 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T13:23:04.465 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:04 smithi066 bash[18703]: audit 2024-03-21T13:23:03.477931+0000 mon.smithi066 (mon.0) 387 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T13:23:04.466 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:04 smithi066 bash[18703]: audit 2024-03-21T13:23:03.478180+0000 mon.smithi066 (mon.0) 388 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T13:23:04.466 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:04 smithi066 bash[18703]: audit 2024-03-21T13:23:04.056349+0000 mon.smithi122 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.122:0/2773065303' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T13:23:04.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:04 smithi122 bash[23477]: cluster 2024-03-21T13:23:03.054055+0000 mgr.smithi066.seeyps (mgr.14195) 91 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:04.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:04 smithi122 bash[23477]: audit 2024-03-21T13:23:03.305026+0000 mon.smithi066 (mon.0) 379 : audit [DBG] from='client.? 172.21.15.66:0/98641282' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-21T13:23:04.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:04 smithi122 bash[23477]: audit 2024-03-21T13:23:03.468984+0000 mon.smithi066 (mon.0) 380 : audit [INF] from='client.? 172.21.15.66:0/3096111639' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "18b8242f-32d1-4452-96a2-b83c7cce5827"}]: dispatch 2024-03-21T13:23:04.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:04 smithi122 bash[23477]: audit 2024-03-21T13:23:03.472502+0000 mon.smithi066 (mon.0) 381 : audit [INF] from='client.? 172.21.15.66:0/3096111639' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "18b8242f-32d1-4452-96a2-b83c7cce5827"}]': finished 2024-03-21T13:23:04.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:04 smithi122 bash[23477]: cluster 2024-03-21T13:23:03.476621+0000 mon.smithi066 (mon.0) 382 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-03-21T13:23:04.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:04 smithi122 bash[23477]: audit 2024-03-21T13:23:03.476890+0000 mon.smithi066 (mon.0) 383 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:23:04.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:04 smithi122 bash[23477]: audit 2024-03-21T13:23:03.477117+0000 mon.smithi066 (mon.0) 384 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:23:04.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:04 smithi122 bash[23477]: audit 2024-03-21T13:23:03.477370+0000 mon.smithi066 (mon.0) 385 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:23:04.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:04 smithi122 bash[23477]: audit 2024-03-21T13:23:03.477675+0000 mon.smithi066 (mon.0) 386 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T13:23:04.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:04 smithi122 bash[23477]: audit 2024-03-21T13:23:03.477931+0000 mon.smithi066 (mon.0) 387 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T13:23:04.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:04 smithi122 bash[23477]: audit 2024-03-21T13:23:03.478180+0000 mon.smithi066 (mon.0) 388 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T13:23:04.713 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:04 smithi122 bash[23477]: audit 2024-03-21T13:23:04.056349+0000 mon.smithi122 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.122:0/2773065303' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T13:23:05.034 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ff71cb6-e785-11ee-95cd-87774f69a715 -- ceph osd stat -f json 2024-03-21T13:23:06.711 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:06 smithi122 bash[23477]: cluster 2024-03-21T13:23:05.054317+0000 mgr.smithi066.seeyps (mgr.14195) 92 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:06.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:06 smithi122 bash[23477]: audit 2024-03-21T13:23:05.341153+0000 mon.smithi066 (mon.0) 389 : audit [DBG] from='client.? 172.21.15.66:0/196672179' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T13:23:06.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:06 smithi066 bash[18703]: cluster 2024-03-21T13:23:05.054317+0000 mgr.smithi066.seeyps (mgr.14195) 92 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:06.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:06 smithi066 bash[18703]: audit 2024-03-21T13:23:05.341153+0000 mon.smithi066 (mon.0) 389 : audit [DBG] from='client.? 172.21.15.66:0/196672179' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T13:23:07.462 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:07 smithi122 bash[23477]: audit 2024-03-21T13:23:06.953530+0000 mon.smithi066 (mon.0) 390 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4c646e01-628a-41ea-b507-38b6d8b0b116"}]: dispatch 2024-03-21T13:23:07.462 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:07 smithi122 bash[23477]: audit 2024-03-21T13:23:06.953915+0000 mon.smithi122 (mon.1) 8 : audit [INF] from='client.? 172.21.15.122:0/2479393719' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4c646e01-628a-41ea-b507-38b6d8b0b116"}]: dispatch 2024-03-21T13:23:07.462 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:07 smithi122 bash[23477]: audit 2024-03-21T13:23:06.957658+0000 mon.smithi066 (mon.0) 391 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4c646e01-628a-41ea-b507-38b6d8b0b116"}]': finished 2024-03-21T13:23:07.462 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:07 smithi122 bash[23477]: cluster 2024-03-21T13:23:06.962765+0000 mon.smithi066 (mon.0) 392 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-03-21T13:23:07.462 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:07 smithi122 bash[23477]: audit 2024-03-21T13:23:06.963395+0000 mon.smithi066 (mon.0) 393 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:23:07.462 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:07 smithi122 bash[23477]: audit 2024-03-21T13:23:06.964093+0000 mon.smithi066 (mon.0) 394 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:23:07.462 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:07 smithi122 bash[23477]: audit 2024-03-21T13:23:06.964771+0000 mon.smithi066 (mon.0) 395 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:23:07.462 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:07 smithi122 bash[23477]: audit 2024-03-21T13:23:06.965575+0000 mon.smithi066 (mon.0) 396 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T13:23:07.463 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:07 smithi122 bash[23477]: audit 2024-03-21T13:23:06.966218+0000 mon.smithi066 (mon.0) 397 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T13:23:07.463 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:07 smithi122 bash[23477]: audit 2024-03-21T13:23:06.966893+0000 mon.smithi066 (mon.0) 398 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T13:23:07.463 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:07 smithi122 bash[23477]: audit 2024-03-21T13:23:06.967529+0000 mon.smithi066 (mon.0) 399 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-21T13:23:07.706 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:07 smithi066 bash[18703]: audit 2024-03-21T13:23:06.953530+0000 mon.smithi066 (mon.0) 390 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4c646e01-628a-41ea-b507-38b6d8b0b116"}]: dispatch 2024-03-21T13:23:07.706 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:07 smithi066 bash[18703]: audit 2024-03-21T13:23:06.953915+0000 mon.smithi122 (mon.1) 8 : audit [INF] from='client.? 172.21.15.122:0/2479393719' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4c646e01-628a-41ea-b507-38b6d8b0b116"}]: dispatch 2024-03-21T13:23:07.706 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:07 smithi066 bash[18703]: audit 2024-03-21T13:23:06.957658+0000 mon.smithi066 (mon.0) 391 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4c646e01-628a-41ea-b507-38b6d8b0b116"}]': finished 2024-03-21T13:23:07.706 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:07 smithi066 bash[18703]: cluster 2024-03-21T13:23:06.962765+0000 mon.smithi066 (mon.0) 392 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-03-21T13:23:07.706 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:07 smithi066 bash[18703]: audit 2024-03-21T13:23:06.963395+0000 mon.smithi066 (mon.0) 393 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:23:07.707 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:07 smithi066 bash[18703]: audit 2024-03-21T13:23:06.964093+0000 mon.smithi066 (mon.0) 394 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:23:07.707 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:07 smithi066 bash[18703]: audit 2024-03-21T13:23:06.964771+0000 mon.smithi066 (mon.0) 395 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:23:07.707 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:07 smithi066 bash[18703]: audit 2024-03-21T13:23:06.965575+0000 mon.smithi066 (mon.0) 396 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T13:23:07.707 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:07 smithi066 bash[18703]: audit 2024-03-21T13:23:06.966218+0000 mon.smithi066 (mon.0) 397 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T13:23:07.707 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:07 smithi066 bash[18703]: audit 2024-03-21T13:23:06.966893+0000 mon.smithi066 (mon.0) 398 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T13:23:07.707 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:07 smithi066 bash[18703]: audit 2024-03-21T13:23:06.967529+0000 mon.smithi066 (mon.0) 399 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-21T13:23:08.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:08 smithi122 bash[23477]: cluster 2024-03-21T13:23:07.054769+0000 mgr.smithi066.seeyps (mgr.14195) 93 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:08.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:08 smithi122 bash[23477]: audit 2024-03-21T13:23:08.186655+0000 mon.smithi066 (mon.0) 400 : audit [INF] from='client.? 172.21.15.66:0/1779040987' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b809a144-3c7d-43b8-937d-1a74da69381f"}]: dispatch 2024-03-21T13:23:08.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:08 smithi122 bash[23477]: audit 2024-03-21T13:23:08.190116+0000 mon.smithi066 (mon.0) 401 : audit [INF] from='client.? 172.21.15.66:0/1779040987' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b809a144-3c7d-43b8-937d-1a74da69381f"}]': finished 2024-03-21T13:23:08.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:08 smithi122 bash[23477]: cluster 2024-03-21T13:23:08.194341+0000 mon.smithi066 (mon.0) 402 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-03-21T13:23:08.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:08 smithi122 bash[23477]: audit 2024-03-21T13:23:08.194585+0000 mon.smithi066 (mon.0) 403 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:23:08.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:08 smithi122 bash[23477]: audit 2024-03-21T13:23:08.194824+0000 mon.smithi066 (mon.0) 404 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:23:08.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:08 smithi122 bash[23477]: audit 2024-03-21T13:23:08.195099+0000 mon.smithi066 (mon.0) 405 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:23:08.713 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:08 smithi122 bash[23477]: audit 2024-03-21T13:23:08.195326+0000 mon.smithi066 (mon.0) 406 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T13:23:08.713 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:08 smithi122 bash[23477]: audit 2024-03-21T13:23:08.195563+0000 mon.smithi066 (mon.0) 407 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T13:23:08.713 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:08 smithi122 bash[23477]: audit 2024-03-21T13:23:08.195788+0000 mon.smithi066 (mon.0) 408 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T13:23:08.713 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:08 smithi122 bash[23477]: audit 2024-03-21T13:23:08.196024+0000 mon.smithi066 (mon.0) 409 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-21T13:23:08.713 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:08 smithi122 bash[23477]: audit 2024-03-21T13:23:08.196256+0000 mon.smithi066 (mon.0) 410 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-21T13:23:08.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:08 smithi066 bash[18703]: cluster 2024-03-21T13:23:07.054769+0000 mgr.smithi066.seeyps (mgr.14195) 93 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:08.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:08 smithi066 bash[18703]: audit 2024-03-21T13:23:08.186655+0000 mon.smithi066 (mon.0) 400 : audit [INF] from='client.? 172.21.15.66:0/1779040987' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b809a144-3c7d-43b8-937d-1a74da69381f"}]: dispatch 2024-03-21T13:23:08.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:08 smithi066 bash[18703]: audit 2024-03-21T13:23:08.190116+0000 mon.smithi066 (mon.0) 401 : audit [INF] from='client.? 172.21.15.66:0/1779040987' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b809a144-3c7d-43b8-937d-1a74da69381f"}]': finished 2024-03-21T13:23:08.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:08 smithi066 bash[18703]: cluster 2024-03-21T13:23:08.194341+0000 mon.smithi066 (mon.0) 402 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-03-21T13:23:08.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:08 smithi066 bash[18703]: audit 2024-03-21T13:23:08.194585+0000 mon.smithi066 (mon.0) 403 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:23:08.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:08 smithi066 bash[18703]: audit 2024-03-21T13:23:08.194824+0000 mon.smithi066 (mon.0) 404 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:23:08.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:08 smithi066 bash[18703]: audit 2024-03-21T13:23:08.195099+0000 mon.smithi066 (mon.0) 405 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:23:08.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:08 smithi066 bash[18703]: audit 2024-03-21T13:23:08.195326+0000 mon.smithi066 (mon.0) 406 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T13:23:08.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:08 smithi066 bash[18703]: audit 2024-03-21T13:23:08.195563+0000 mon.smithi066 (mon.0) 407 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T13:23:08.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:08 smithi066 bash[18703]: audit 2024-03-21T13:23:08.195788+0000 mon.smithi066 (mon.0) 408 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T13:23:08.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:08 smithi066 bash[18703]: audit 2024-03-21T13:23:08.196024+0000 mon.smithi066 (mon.0) 409 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-21T13:23:08.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:08 smithi066 bash[18703]: audit 2024-03-21T13:23:08.196256+0000 mon.smithi066 (mon.0) 410 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-21T13:23:09.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:09 smithi122 bash[23477]: audit 2024-03-21T13:23:08.572895+0000 mon.smithi122 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.122:0/3729467355' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T13:23:09.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:09 smithi066 bash[18703]: audit 2024-03-21T13:23:08.572895+0000 mon.smithi122 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.122:0/3729467355' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T13:23:09.793 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/mon.smithi066/config 2024-03-21T13:23:10.618 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:10 smithi066 bash[18703]: cluster 2024-03-21T13:23:09.055247+0000 mgr.smithi066.seeyps (mgr.14195) 94 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:10.619 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:10 smithi066 bash[18703]: audit 2024-03-21T13:23:09.823244+0000 mon.smithi066 (mon.0) 411 : audit [DBG] from='client.? 172.21.15.66:0/2668399286' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T13:23:10.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:10 smithi122 bash[23477]: cluster 2024-03-21T13:23:09.055247+0000 mgr.smithi066.seeyps (mgr.14195) 94 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:10.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:10 smithi122 bash[23477]: audit 2024-03-21T13:23:09.823244+0000 mon.smithi066 (mon.0) 411 : audit [DBG] from='client.? 172.21.15.66:0/2668399286' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T13:23:12.464 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:12 smithi066 bash[18703]: cluster 2024-03-21T13:23:11.055676+0000 mgr.smithi066.seeyps (mgr.14195) 95 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:12.490 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-03-21T13:23:12.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:12 smithi122 bash[23477]: cluster 2024-03-21T13:23:11.055676+0000 mgr.smithi066.seeyps (mgr.14195) 95 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:13.463 INFO:teuthology.orchestra.run.smithi066.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1711027388,"num_remapped_pgs":0} 2024-03-21T13:23:13.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:13 smithi122 bash[23477]: audit 2024-03-21T13:23:12.490423+0000 mon.smithi066 (mon.0) 412 : audit [DBG] from='client.? 172.21.15.66:0/2269607562' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-21T13:23:13.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:13 smithi066 bash[18703]: audit 2024-03-21T13:23:12.490423+0000 mon.smithi066 (mon.0) 412 : audit [DBG] from='client.? 172.21.15.66:0/2269607562' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-21T13:23:14.464 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ff71cb6-e785-11ee-95cd-87774f69a715 -- ceph osd stat -f json 2024-03-21T13:23:14.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:14 smithi122 bash[23477]: cluster 2024-03-21T13:23:13.056076+0000 mgr.smithi066.seeyps (mgr.14195) 96 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:14.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:14 smithi066 bash[18703]: cluster 2024-03-21T13:23:13.056076+0000 mgr.smithi066.seeyps (mgr.14195) 96 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:16.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:16 smithi122 bash[23477]: cluster 2024-03-21T13:23:15.056521+0000 mgr.smithi066.seeyps (mgr.14195) 97 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:16.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:16 smithi066 bash[18703]: cluster 2024-03-21T13:23:15.056521+0000 mgr.smithi066.seeyps (mgr.14195) 97 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:18.505 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/mon.smithi066/config 2024-03-21T13:23:18.529 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:18 smithi122 bash[23477]: cluster 2024-03-21T13:23:17.056966+0000 mgr.smithi066.seeyps (mgr.14195) 98 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:18.529 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:18 smithi122 bash[23477]: audit 2024-03-21T13:23:18.124470+0000 mon.smithi066 (mon.0) 413 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:23:18.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:18 smithi066 bash[18703]: cluster 2024-03-21T13:23:17.056966+0000 mgr.smithi066.seeyps (mgr.14195) 98 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:18.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:18 smithi066 bash[18703]: audit 2024-03-21T13:23:18.124470+0000 mon.smithi066 (mon.0) 413 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:23:20.619 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:20 smithi066 bash[18703]: cluster 2024-03-21T13:23:19.057400+0000 mgr.smithi066.seeyps (mgr.14195) 99 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:20.619 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:20 smithi066 bash[18703]: audit 2024-03-21T13:23:19.964899+0000 mon.smithi066 (mon.0) 414 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-21T13:23:20.619 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:20 smithi066 bash[18703]: audit 2024-03-21T13:23:19.966883+0000 mon.smithi066 (mon.0) 415 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:23:20.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:20 smithi122 bash[23477]: cluster 2024-03-21T13:23:19.057400+0000 mgr.smithi066.seeyps (mgr.14195) 99 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:20.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:20 smithi122 bash[23477]: audit 2024-03-21T13:23:19.964899+0000 mon.smithi066 (mon.0) 414 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-21T13:23:20.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:20 smithi122 bash[23477]: audit 2024-03-21T13:23:19.966883+0000 mon.smithi066 (mon.0) 415 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:23:21.462 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:21 smithi122 bash[23477]: cephadm 2024-03-21T13:23:19.968544+0000 mgr.smithi066.seeyps (mgr.14195) 100 : cephadm [INF] Deploying daemon osd.0 on smithi122 2024-03-21T13:23:21.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:21 smithi066 bash[18703]: cephadm 2024-03-21T13:23:19.968544+0000 mgr.smithi066.seeyps (mgr.14195) 100 : cephadm [INF] Deploying daemon osd.0 on smithi122 2024-03-21T13:23:22.158 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-03-21T13:23:22.464 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:22 smithi066 bash[18703]: cluster 2024-03-21T13:23:21.057920+0000 mgr.smithi066.seeyps (mgr.14195) 101 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:22.464 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:22 smithi066 bash[18703]: audit 2024-03-21T13:23:22.158543+0000 mon.smithi066 (mon.0) 416 : audit [DBG] from='client.? 172.21.15.66:0/3660354015' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-21T13:23:22.649 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:22 smithi122 bash[23477]: cluster 2024-03-21T13:23:21.057920+0000 mgr.smithi066.seeyps (mgr.14195) 101 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:22.649 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:22 smithi122 bash[23477]: audit 2024-03-21T13:23:22.158543+0000 mon.smithi066 (mon.0) 416 : audit [DBG] from='client.? 172.21.15.66:0/3660354015' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-21T13:23:23.105 INFO:teuthology.orchestra.run.smithi066.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1711027388,"num_remapped_pgs":0} 2024-03-21T13:23:23.464 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:23 smithi066 bash[18703]: audit 2024-03-21T13:23:23.110017+0000 mon.smithi066 (mon.0) 417 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-21T13:23:23.464 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:23 smithi066 bash[18703]: audit 2024-03-21T13:23:23.111308+0000 mon.smithi066 (mon.0) 418 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:23:23.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:23 smithi122 bash[23477]: audit 2024-03-21T13:23:23.110017+0000 mon.smithi066 (mon.0) 417 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-21T13:23:23.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:23 smithi122 bash[23477]: audit 2024-03-21T13:23:23.111308+0000 mon.smithi066 (mon.0) 418 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:23:24.065 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:23 smithi122 systemd[1]: /etc/systemd/system/ceph-5ff71cb6-e785-11ee-95cd-87774f69a715@.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-03-21T13:23:24.107 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ff71cb6-e785-11ee-95cd-87774f69a715 -- ceph osd stat -f json 2024-03-21T13:23:24.318 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:24 smithi122 systemd[1]: /etc/systemd/system/ceph-5ff71cb6-e785-11ee-95cd-87774f69a715@.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-03-21T13:23:24.382 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:24 smithi066 bash[18703]: cluster 2024-03-21T13:23:23.058270+0000 mgr.smithi066.seeyps (mgr.14195) 102 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:24.382 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:24 smithi066 bash[18703]: cephadm 2024-03-21T13:23:23.112611+0000 mgr.smithi066.seeyps (mgr.14195) 103 : cephadm [INF] Deploying daemon osd.1 on smithi066 2024-03-21T13:23:24.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:24 smithi122 bash[23477]: cluster 2024-03-21T13:23:23.058270+0000 mgr.smithi066.seeyps (mgr.14195) 102 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:24.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:24 smithi122 bash[23477]: cephadm 2024-03-21T13:23:23.112611+0000 mgr.smithi066.seeyps (mgr.14195) 103 : cephadm [INF] Deploying daemon osd.1 on smithi066 2024-03-21T13:23:25.660 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:25 smithi122 bash[23477]: audit 2024-03-21T13:23:24.368996+0000 mon.smithi066 (mon.0) 419 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:23:25.660 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:25 smithi122 bash[23477]: audit 2024-03-21T13:23:24.379634+0000 mon.smithi066 (mon.0) 420 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:23:25.660 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:25 smithi122 bash[23477]: audit 2024-03-21T13:23:24.381291+0000 mon.smithi066 (mon.0) 421 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-21T13:23:25.660 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:25 smithi122 bash[23477]: audit 2024-03-21T13:23:24.382394+0000 mon.smithi066 (mon.0) 422 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:23:25.660 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:25 smithi122 bash[23477]: cephadm 2024-03-21T13:23:24.383407+0000 mgr.smithi066.seeyps (mgr.14195) 104 : cephadm [INF] Deploying daemon osd.2 on smithi122 2024-03-21T13:23:25.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:25 smithi066 bash[18703]: audit 2024-03-21T13:23:24.368996+0000 mon.smithi066 (mon.0) 419 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:23:25.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:25 smithi066 bash[18703]: audit 2024-03-21T13:23:24.379634+0000 mon.smithi066 (mon.0) 420 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:23:25.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:25 smithi066 bash[18703]: audit 2024-03-21T13:23:24.381291+0000 mon.smithi066 (mon.0) 421 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-21T13:23:25.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:25 smithi066 bash[18703]: audit 2024-03-21T13:23:24.382394+0000 mon.smithi066 (mon.0) 422 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:23:25.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:25 smithi066 bash[18703]: cephadm 2024-03-21T13:23:24.383407+0000 mgr.smithi066.seeyps (mgr.14195) 104 : cephadm [INF] Deploying daemon osd.2 on smithi122 2024-03-21T13:23:26.512 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:26 smithi122 bash[23477]: cluster 2024-03-21T13:23:25.058605+0000 mgr.smithi066.seeyps (mgr.14195) 105 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:26.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:26 smithi066 bash[18703]: cluster 2024-03-21T13:23:25.058605+0000 mgr.smithi066.seeyps (mgr.14195) 105 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:27.449 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:27 smithi066 systemd[1]: /etc/systemd/system/ceph-5ff71cb6-e785-11ee-95cd-87774f69a715@.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-03-21T13:23:27.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:27 smithi066 systemd[1]: /etc/systemd/system/ceph-5ff71cb6-e785-11ee-95cd-87774f69a715@.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-03-21T13:23:28.464 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:28 smithi066 bash[18703]: cluster 2024-03-21T13:23:27.058931+0000 mgr.smithi066.seeyps (mgr.14195) 106 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:28.464 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:28 smithi066 bash[18703]: audit 2024-03-21T13:23:27.779571+0000 mon.smithi066 (mon.0) 423 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:23:28.464 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:28 smithi066 bash[18703]: audit 2024-03-21T13:23:27.784805+0000 mon.smithi066 (mon.0) 424 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:23:28.464 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:28 smithi066 bash[18703]: audit 2024-03-21T13:23:27.785760+0000 mon.smithi066 (mon.0) 425 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-03-21T13:23:28.465 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:28 smithi066 bash[18703]: audit 2024-03-21T13:23:27.786450+0000 mon.smithi066 (mon.0) 426 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:23:28.530 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:28 smithi122 bash[23477]: cluster 2024-03-21T13:23:27.058931+0000 mgr.smithi066.seeyps (mgr.14195) 106 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:28.530 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:28 smithi122 bash[23477]: audit 2024-03-21T13:23:27.779571+0000 mon.smithi066 (mon.0) 423 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:23:28.530 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:28 smithi122 bash[23477]: audit 2024-03-21T13:23:27.784805+0000 mon.smithi066 (mon.0) 424 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:23:28.530 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:28 smithi122 bash[23477]: audit 2024-03-21T13:23:27.785760+0000 mon.smithi066 (mon.0) 425 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-03-21T13:23:28.530 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:28 smithi122 bash[23477]: audit 2024-03-21T13:23:27.786450+0000 mon.smithi066 (mon.0) 426 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:23:29.491 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:29 smithi122 systemd[1]: /etc/systemd/system/ceph-5ff71cb6-e785-11ee-95cd-87774f69a715@.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-03-21T13:23:29.491 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:29 smithi122 bash[23477]: cephadm 2024-03-21T13:23:27.787104+0000 mgr.smithi066.seeyps (mgr.14195) 107 : cephadm [INF] Deploying daemon osd.3 on smithi066 2024-03-21T13:23:29.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:29 smithi066 bash[18703]: cephadm 2024-03-21T13:23:27.787104+0000 mgr.smithi066.seeyps (mgr.14195) 107 : cephadm [INF] Deploying daemon osd.3 on smithi066 2024-03-21T13:23:29.786 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:29 smithi122 systemd[1]: /etc/systemd/system/ceph-5ff71cb6-e785-11ee-95cd-87774f69a715@.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-03-21T13:23:30.462 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:30 smithi122 bash[23477]: cluster 2024-03-21T13:23:29.059334+0000 mgr.smithi066.seeyps (mgr.14195) 108 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:30.463 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:30 smithi122 bash[23477]: audit 2024-03-21T13:23:29.784166+0000 mon.smithi066 (mon.0) 427 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:23:30.463 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:30 smithi122 bash[23477]: audit 2024-03-21T13:23:29.792418+0000 mon.smithi066 (mon.0) 428 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:23:30.463 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:30 smithi122 bash[23477]: audit 2024-03-21T13:23:29.793957+0000 mon.smithi066 (mon.0) 429 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-03-21T13:23:30.463 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:30 smithi122 bash[23477]: audit 2024-03-21T13:23:29.794948+0000 mon.smithi066 (mon.0) 430 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:23:30.759 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:30 smithi066 bash[18703]: cluster 2024-03-21T13:23:29.059334+0000 mgr.smithi066.seeyps (mgr.14195) 108 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:30.759 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:30 smithi066 bash[18703]: audit 2024-03-21T13:23:29.784166+0000 mon.smithi066 (mon.0) 427 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:23:30.760 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:30 smithi066 bash[18703]: audit 2024-03-21T13:23:29.792418+0000 mon.smithi066 (mon.0) 428 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:23:30.760 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:30 smithi066 bash[18703]: audit 2024-03-21T13:23:29.793957+0000 mon.smithi066 (mon.0) 429 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-03-21T13:23:30.760 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:30 smithi066 bash[18703]: audit 2024-03-21T13:23:29.794948+0000 mon.smithi066 (mon.0) 430 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:23:31.417 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:31 smithi122 bash[23477]: cephadm 2024-03-21T13:23:29.795871+0000 mgr.smithi066.seeyps (mgr.14195) 109 : cephadm [INF] Deploying daemon osd.4 on smithi122 2024-03-21T13:23:31.550 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:31 smithi066 bash[18703]: cephadm 2024-03-21T13:23:29.795871+0000 mgr.smithi066.seeyps (mgr.14195) 109 : cephadm [INF] Deploying daemon osd.4 on smithi122 2024-03-21T13:23:31.611 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/mon.smithi066/config 2024-03-21T13:23:32.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:32 smithi122 bash[23477]: cluster 2024-03-21T13:23:31.059746+0000 mgr.smithi066.seeyps (mgr.14195) 110 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:32.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:32 smithi122 bash[23477]: audit 2024-03-21T13:23:31.914256+0000 mon.smithi066 (mon.0) 431 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-21T13:23:32.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:32 smithi122 bash[23477]: audit 2024-03-21T13:23:31.914744+0000 mon.smithi122 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.122:6800/847583722,v1:172.21.15.122:6801/847583722]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-21T13:23:32.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:32 smithi066 bash[18703]: cluster 2024-03-21T13:23:31.059746+0000 mgr.smithi066.seeyps (mgr.14195) 110 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:32.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:32 smithi066 bash[18703]: audit 2024-03-21T13:23:31.914256+0000 mon.smithi066 (mon.0) 431 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-21T13:23:32.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:32 smithi066 bash[18703]: audit 2024-03-21T13:23:31.914744+0000 mon.smithi122 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.122:6800/847583722,v1:172.21.15.122:6801/847583722]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-21T13:23:33.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:33 smithi122 bash[23477]: audit 2024-03-21T13:23:32.397275+0000 mon.smithi066 (mon.0) 432 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-03-21T13:23:33.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:33 smithi122 bash[23477]: audit 2024-03-21T13:23:32.403669+0000 mon.smithi122 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.122:6800/847583722,v1:172.21.15.122:6801/847583722]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi122", "root=default"]}]: dispatch 2024-03-21T13:23:33.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:33 smithi122 bash[23477]: cluster 2024-03-21T13:23:32.403974+0000 mon.smithi066 (mon.0) 433 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-03-21T13:23:33.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:33 smithi122 bash[23477]: audit 2024-03-21T13:23:32.405037+0000 mon.smithi066 (mon.0) 434 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:23:33.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:33 smithi122 bash[23477]: audit 2024-03-21T13:23:32.405750+0000 mon.smithi066 (mon.0) 435 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi122", "root=default"]}]: dispatch 2024-03-21T13:23:33.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:33 smithi122 bash[23477]: audit 2024-03-21T13:23:32.406281+0000 mon.smithi066 (mon.0) 436 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:23:33.713 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:33 smithi122 bash[23477]: audit 2024-03-21T13:23:32.406836+0000 mon.smithi066 (mon.0) 437 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:23:33.713 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:33 smithi122 bash[23477]: audit 2024-03-21T13:23:32.407373+0000 mon.smithi066 (mon.0) 438 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T13:23:33.713 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:33 smithi122 bash[23477]: audit 2024-03-21T13:23:32.415368+0000 mon.smithi066 (mon.0) 439 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T13:23:33.713 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:33 smithi122 bash[23477]: audit 2024-03-21T13:23:32.415760+0000 mon.smithi066 (mon.0) 440 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T13:23:33.713 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:33 smithi122 bash[23477]: audit 2024-03-21T13:23:32.416156+0000 mon.smithi066 (mon.0) 441 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-21T13:23:33.713 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:33 smithi122 bash[23477]: audit 2024-03-21T13:23:32.416550+0000 mon.smithi066 (mon.0) 442 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-21T13:23:33.713 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:33 smithi122 bash[23477]: audit 2024-03-21T13:23:33.124536+0000 mon.smithi066 (mon.0) 443 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:23:33.713 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:33 smithi122 bash[23477]: audit 2024-03-21T13:23:33.398764+0000 mon.smithi066 (mon.0) 444 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi122", "root=default"]}]': finished 2024-03-21T13:23:33.713 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:33 smithi122 bash[23477]: cluster 2024-03-21T13:23:33.403653+0000 mon.smithi066 (mon.0) 445 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-03-21T13:23:33.713 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:33 smithi122 bash[23477]: audit 2024-03-21T13:23:33.403885+0000 mon.smithi066 (mon.0) 446 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:23:33.713 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:33 smithi122 bash[23477]: audit 2024-03-21T13:23:33.404114+0000 mon.smithi066 (mon.0) 447 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:23:33.714 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:33 smithi122 bash[23477]: audit 2024-03-21T13:23:33.404307+0000 mon.smithi066 (mon.0) 448 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:23:33.714 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:33 smithi122 bash[23477]: audit 2024-03-21T13:23:33.404495+0000 mon.smithi066 (mon.0) 449 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T13:23:33.714 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:33 smithi122 bash[23477]: audit 2024-03-21T13:23:33.404687+0000 mon.smithi066 (mon.0) 450 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T13:23:33.714 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:33 smithi122 bash[23477]: audit 2024-03-21T13:23:33.404897+0000 mon.smithi066 (mon.0) 451 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T13:23:33.714 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:33 smithi122 bash[23477]: audit 2024-03-21T13:23:33.405178+0000 mon.smithi066 (mon.0) 452 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-21T13:23:33.714 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:33 smithi122 bash[23477]: audit 2024-03-21T13:23:33.405438+0000 mon.smithi066 (mon.0) 453 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-21T13:23:33.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:33 smithi066 bash[18703]: audit 2024-03-21T13:23:32.397275+0000 mon.smithi066 (mon.0) 432 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-03-21T13:23:33.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:33 smithi066 bash[18703]: audit 2024-03-21T13:23:32.403669+0000 mon.smithi122 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.122:6800/847583722,v1:172.21.15.122:6801/847583722]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi122", "root=default"]}]: dispatch 2024-03-21T13:23:33.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:33 smithi066 bash[18703]: cluster 2024-03-21T13:23:32.403974+0000 mon.smithi066 (mon.0) 433 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-03-21T13:23:33.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:33 smithi066 bash[18703]: audit 2024-03-21T13:23:32.405037+0000 mon.smithi066 (mon.0) 434 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:23:33.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:33 smithi066 bash[18703]: audit 2024-03-21T13:23:32.405750+0000 mon.smithi066 (mon.0) 435 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi122", "root=default"]}]: dispatch 2024-03-21T13:23:33.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:33 smithi066 bash[18703]: audit 2024-03-21T13:23:32.406281+0000 mon.smithi066 (mon.0) 436 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:23:33.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:33 smithi066 bash[18703]: audit 2024-03-21T13:23:32.406836+0000 mon.smithi066 (mon.0) 437 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:23:33.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:33 smithi066 bash[18703]: audit 2024-03-21T13:23:32.407373+0000 mon.smithi066 (mon.0) 438 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T13:23:33.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:33 smithi066 bash[18703]: audit 2024-03-21T13:23:32.415368+0000 mon.smithi066 (mon.0) 439 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T13:23:33.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:33 smithi066 bash[18703]: audit 2024-03-21T13:23:32.415760+0000 mon.smithi066 (mon.0) 440 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T13:23:33.716 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:33 smithi066 bash[18703]: audit 2024-03-21T13:23:32.416156+0000 mon.smithi066 (mon.0) 441 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-21T13:23:33.716 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:33 smithi066 bash[18703]: audit 2024-03-21T13:23:32.416550+0000 mon.smithi066 (mon.0) 442 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-21T13:23:33.716 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:33 smithi066 bash[18703]: audit 2024-03-21T13:23:33.124536+0000 mon.smithi066 (mon.0) 443 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:23:33.716 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:33 smithi066 bash[18703]: audit 2024-03-21T13:23:33.398764+0000 mon.smithi066 (mon.0) 444 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi122", "root=default"]}]': finished 2024-03-21T13:23:33.716 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:33 smithi066 bash[18703]: cluster 2024-03-21T13:23:33.403653+0000 mon.smithi066 (mon.0) 445 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-03-21T13:23:33.716 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:33 smithi066 bash[18703]: audit 2024-03-21T13:23:33.403885+0000 mon.smithi066 (mon.0) 446 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:23:33.716 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:33 smithi066 bash[18703]: audit 2024-03-21T13:23:33.404114+0000 mon.smithi066 (mon.0) 447 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:23:33.716 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:33 smithi066 bash[18703]: audit 2024-03-21T13:23:33.404307+0000 mon.smithi066 (mon.0) 448 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:23:33.716 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:33 smithi066 bash[18703]: audit 2024-03-21T13:23:33.404495+0000 mon.smithi066 (mon.0) 449 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T13:23:33.716 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:33 smithi066 bash[18703]: audit 2024-03-21T13:23:33.404687+0000 mon.smithi066 (mon.0) 450 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T13:23:33.716 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:33 smithi066 bash[18703]: audit 2024-03-21T13:23:33.404897+0000 mon.smithi066 (mon.0) 451 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T13:23:33.716 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:33 smithi066 bash[18703]: audit 2024-03-21T13:23:33.405178+0000 mon.smithi066 (mon.0) 452 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-21T13:23:33.716 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:33 smithi066 bash[18703]: audit 2024-03-21T13:23:33.405438+0000 mon.smithi066 (mon.0) 453 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-21T13:23:33.716 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:33 smithi066 systemd[1]: /etc/systemd/system/ceph-5ff71cb6-e785-11ee-95cd-87774f69a715@.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-03-21T13:23:33.986 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:33 smithi066 systemd[1]: /etc/systemd/system/ceph-5ff71cb6-e785-11ee-95cd-87774f69a715@.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-03-21T13:23:34.426 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:34 smithi122 bash[23477]: cluster 2024-03-21T13:23:33.060154+0000 mgr.smithi066.seeyps (mgr.14195) 111 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:34.426 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:34 smithi122 bash[23477]: audit 2024-03-21T13:23:33.410712+0000 mon.smithi066 (mon.0) 454 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:23:34.426 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:34 smithi122 bash[23477]: audit 2024-03-21T13:23:33.900797+0000 mon.smithi066 (mon.0) 455 : audit [INF] from='osd.0 ' entity='osd.0' 2024-03-21T13:23:34.426 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:34 smithi122 bash[23477]: audit 2024-03-21T13:23:34.006588+0000 mon.smithi066 (mon.0) 456 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:23:34.426 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:34 smithi122 bash[23477]: audit 2024-03-21T13:23:34.013231+0000 mon.smithi066 (mon.0) 457 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:23:34.426 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:34 smithi122 bash[23477]: audit 2024-03-21T13:23:34.014147+0000 mon.smithi066 (mon.0) 458 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-03-21T13:23:34.427 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:34 smithi122 bash[23477]: audit 2024-03-21T13:23:34.014825+0000 mon.smithi066 (mon.0) 459 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:23:34.427 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:34 smithi122 bash[23477]: audit 2024-03-21T13:23:34.410451+0000 mon.smithi066 (mon.0) 460 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:23:34.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:34 smithi066 bash[18703]: cluster 2024-03-21T13:23:33.060154+0000 mgr.smithi066.seeyps (mgr.14195) 111 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:34.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:34 smithi066 bash[18703]: audit 2024-03-21T13:23:33.410712+0000 mon.smithi066 (mon.0) 454 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:23:34.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:34 smithi066 bash[18703]: audit 2024-03-21T13:23:33.900797+0000 mon.smithi066 (mon.0) 455 : audit [INF] from='osd.0 ' entity='osd.0' 2024-03-21T13:23:34.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:34 smithi066 bash[18703]: audit 2024-03-21T13:23:34.006588+0000 mon.smithi066 (mon.0) 456 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:23:34.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:34 smithi066 bash[18703]: audit 2024-03-21T13:23:34.013231+0000 mon.smithi066 (mon.0) 457 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:23:34.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:34 smithi066 bash[18703]: audit 2024-03-21T13:23:34.014147+0000 mon.smithi066 (mon.0) 458 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-03-21T13:23:34.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:34 smithi066 bash[18703]: audit 2024-03-21T13:23:34.014825+0000 mon.smithi066 (mon.0) 459 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:23:34.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:34 smithi066 bash[18703]: audit 2024-03-21T13:23:34.410451+0000 mon.smithi066 (mon.0) 460 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:23:35.183 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:35 smithi122 systemd[1]: /etc/systemd/system/ceph-5ff71cb6-e785-11ee-95cd-87774f69a715@.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-03-21T13:23:35.460 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:35 smithi122 systemd[1]: /etc/systemd/system/ceph-5ff71cb6-e785-11ee-95cd-87774f69a715@.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-03-21T13:23:35.460 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:35 smithi122 bash[23477]: cluster 2024-03-21T13:23:32.932964+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T13:23:35.460 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:35 smithi122 bash[23477]: cluster 2024-03-21T13:23:32.933036+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T13:23:35.460 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:35 smithi122 bash[23477]: cephadm 2024-03-21T13:23:34.015446+0000 mgr.smithi066.seeyps (mgr.14195) 112 : cephadm [INF] Deploying daemon osd.5 on smithi066 2024-03-21T13:23:35.460 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:35 smithi122 bash[23477]: cluster 2024-03-21T13:23:34.907930+0000 mon.smithi066 (mon.0) 461 : cluster [INF] osd.0 [v2:172.21.15.122:6800/847583722,v1:172.21.15.122:6801/847583722] boot 2024-03-21T13:23:35.461 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:35 smithi122 bash[23477]: cluster 2024-03-21T13:23:34.908018+0000 mon.smithi066 (mon.0) 462 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-03-21T13:23:35.461 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:35 smithi122 bash[23477]: audit 2024-03-21T13:23:34.908219+0000 mon.smithi066 (mon.0) 463 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:23:35.461 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:35 smithi122 bash[23477]: audit 2024-03-21T13:23:34.908879+0000 mon.smithi066 (mon.0) 464 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:23:35.461 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:35 smithi122 bash[23477]: audit 2024-03-21T13:23:34.909256+0000 mon.smithi066 (mon.0) 465 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:23:35.461 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:35 smithi122 bash[23477]: audit 2024-03-21T13:23:34.909623+0000 mon.smithi066 (mon.0) 466 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T13:23:35.461 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:35 smithi122 bash[23477]: audit 2024-03-21T13:23:34.909989+0000 mon.smithi066 (mon.0) 467 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T13:23:35.461 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:35 smithi122 bash[23477]: audit 2024-03-21T13:23:34.910354+0000 mon.smithi066 (mon.0) 468 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T13:23:35.461 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:35 smithi122 bash[23477]: audit 2024-03-21T13:23:34.910721+0000 mon.smithi066 (mon.0) 469 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-21T13:23:35.461 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:35 smithi122 bash[23477]: audit 2024-03-21T13:23:34.911088+0000 mon.smithi066 (mon.0) 470 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-21T13:23:35.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:35 smithi066 bash[18703]: cluster 2024-03-21T13:23:32.932964+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T13:23:35.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:35 smithi066 bash[18703]: cluster 2024-03-21T13:23:32.933036+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T13:23:35.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:35 smithi066 bash[18703]: cephadm 2024-03-21T13:23:34.015446+0000 mgr.smithi066.seeyps (mgr.14195) 112 : cephadm [INF] Deploying daemon osd.5 on smithi066 2024-03-21T13:23:35.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:35 smithi066 bash[18703]: cluster 2024-03-21T13:23:34.907930+0000 mon.smithi066 (mon.0) 461 : cluster [INF] osd.0 [v2:172.21.15.122:6800/847583722,v1:172.21.15.122:6801/847583722] boot 2024-03-21T13:23:35.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:35 smithi066 bash[18703]: cluster 2024-03-21T13:23:34.908018+0000 mon.smithi066 (mon.0) 462 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-03-21T13:23:35.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:35 smithi066 bash[18703]: audit 2024-03-21T13:23:34.908219+0000 mon.smithi066 (mon.0) 463 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T13:23:35.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:35 smithi066 bash[18703]: audit 2024-03-21T13:23:34.908879+0000 mon.smithi066 (mon.0) 464 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:23:35.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:35 smithi066 bash[18703]: audit 2024-03-21T13:23:34.909256+0000 mon.smithi066 (mon.0) 465 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:23:35.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:35 smithi066 bash[18703]: audit 2024-03-21T13:23:34.909623+0000 mon.smithi066 (mon.0) 466 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T13:23:35.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:35 smithi066 bash[18703]: audit 2024-03-21T13:23:34.909989+0000 mon.smithi066 (mon.0) 467 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T13:23:35.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:35 smithi066 bash[18703]: audit 2024-03-21T13:23:34.910354+0000 mon.smithi066 (mon.0) 468 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T13:23:35.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:35 smithi066 bash[18703]: audit 2024-03-21T13:23:34.910721+0000 mon.smithi066 (mon.0) 469 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-21T13:23:35.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:35 smithi066 bash[18703]: audit 2024-03-21T13:23:34.911088+0000 mon.smithi066 (mon.0) 470 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-21T13:23:36.842 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:36 smithi122 bash[23477]: cluster 2024-03-21T13:23:35.060559+0000 mgr.smithi066.seeyps (mgr.14195) 113 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:36.842 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:36 smithi122 bash[23477]: audit 2024-03-21T13:23:35.501359+0000 mon.smithi066 (mon.0) 471 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:23:36.842 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:36 smithi122 bash[23477]: audit 2024-03-21T13:23:35.508810+0000 mon.smithi066 (mon.0) 472 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:23:36.842 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:36 smithi122 bash[23477]: audit 2024-03-21T13:23:35.510144+0000 mon.smithi066 (mon.0) 473 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-03-21T13:23:36.842 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:36 smithi122 bash[23477]: audit 2024-03-21T13:23:35.511144+0000 mon.smithi066 (mon.0) 474 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:23:36.842 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:36 smithi122 bash[23477]: cephadm 2024-03-21T13:23:35.512139+0000 mgr.smithi066.seeyps (mgr.14195) 114 : cephadm [INF] Deploying daemon osd.6 on smithi122 2024-03-21T13:23:36.842 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:36 smithi122 bash[23477]: cluster 2024-03-21T13:23:35.916944+0000 mon.smithi066 (mon.0) 475 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-03-21T13:23:36.842 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:36 smithi122 bash[23477]: audit 2024-03-21T13:23:35.917210+0000 mon.smithi066 (mon.0) 476 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:23:36.842 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:36 smithi122 bash[23477]: audit 2024-03-21T13:23:35.917908+0000 mon.smithi066 (mon.0) 477 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:23:36.842 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:36 smithi122 bash[23477]: audit 2024-03-21T13:23:35.918433+0000 mon.smithi066 (mon.0) 478 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T13:23:36.843 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:36 smithi122 bash[23477]: audit 2024-03-21T13:23:35.918894+0000 mon.smithi066 (mon.0) 479 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T13:23:36.843 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:36 smithi122 bash[23477]: audit 2024-03-21T13:23:35.919349+0000 mon.smithi066 (mon.0) 480 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T13:23:36.843 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:36 smithi122 bash[23477]: audit 2024-03-21T13:23:35.919790+0000 mon.smithi066 (mon.0) 481 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-21T13:23:36.843 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:36 smithi122 bash[23477]: audit 2024-03-21T13:23:35.920227+0000 mon.smithi066 (mon.0) 482 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-21T13:23:36.871 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-03-21T13:23:36.886 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:36 smithi066 bash[18703]: cluster 2024-03-21T13:23:35.060559+0000 mgr.smithi066.seeyps (mgr.14195) 113 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T13:23:36.887 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:36 smithi066 bash[18703]: audit 2024-03-21T13:23:35.501359+0000 mon.smithi066 (mon.0) 471 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:23:36.887 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:36 smithi066 bash[18703]: audit 2024-03-21T13:23:35.508810+0000 mon.smithi066 (mon.0) 472 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:23:36.887 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:36 smithi066 bash[18703]: audit 2024-03-21T13:23:35.510144+0000 mon.smithi066 (mon.0) 473 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-03-21T13:23:36.887 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:36 smithi066 bash[18703]: audit 2024-03-21T13:23:35.511144+0000 mon.smithi066 (mon.0) 474 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:23:36.888 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:36 smithi066 bash[18703]: cephadm 2024-03-21T13:23:35.512139+0000 mgr.smithi066.seeyps (mgr.14195) 114 : cephadm [INF] Deploying daemon osd.6 on smithi122 2024-03-21T13:23:36.888 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:36 smithi066 bash[18703]: cluster 2024-03-21T13:23:35.916944+0000 mon.smithi066 (mon.0) 475 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-03-21T13:23:36.888 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:36 smithi066 bash[18703]: audit 2024-03-21T13:23:35.917210+0000 mon.smithi066 (mon.0) 476 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:23:36.888 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:36 smithi066 bash[18703]: audit 2024-03-21T13:23:35.917908+0000 mon.smithi066 (mon.0) 477 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:23:36.889 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:36 smithi066 bash[18703]: audit 2024-03-21T13:23:35.918433+0000 mon.smithi066 (mon.0) 478 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T13:23:36.889 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:36 smithi066 bash[18703]: audit 2024-03-21T13:23:35.918894+0000 mon.smithi066 (mon.0) 479 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T13:23:36.889 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:36 smithi066 bash[18703]: audit 2024-03-21T13:23:35.919349+0000 mon.smithi066 (mon.0) 480 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T13:23:36.889 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:36 smithi066 bash[18703]: audit 2024-03-21T13:23:35.919790+0000 mon.smithi066 (mon.0) 481 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-21T13:23:36.889 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:36 smithi066 bash[18703]: audit 2024-03-21T13:23:35.920227+0000 mon.smithi066 (mon.0) 482 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-21T13:23:37.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:37 smithi066 bash[18703]: audit 2024-03-21T13:23:36.870919+0000 mon.smithi066 (mon.0) 483 : audit [DBG] from='client.? 172.21.15.66:0/2428349300' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-21T13:23:37.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:37 smithi066 bash[18703]: audit 2024-03-21T13:23:37.028945+0000 mon.smithi066 (mon.0) 484 : audit [INF] from='osd.1 [v2:172.21.15.66:6802/1398364108,v1:172.21.15.66:6803/1398364108]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-21T13:23:37.962 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:37 smithi122 bash[23477]: audit 2024-03-21T13:23:36.870919+0000 mon.smithi066 (mon.0) 483 : audit [DBG] from='client.? 172.21.15.66:0/2428349300' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-21T13:23:37.962 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:37 smithi122 bash[23477]: audit 2024-03-21T13:23:37.028945+0000 mon.smithi066 (mon.0) 484 : audit [INF] from='osd.1 [v2:172.21.15.66:6802/1398364108,v1:172.21.15.66:6803/1398364108]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-21T13:23:38.427 INFO:teuthology.orchestra.run.smithi066.stdout:{"epoch":17,"num_osds":8,"num_up_osds":1,"osd_up_since":1711027414,"num_in_osds":8,"osd_in_since":1711027388,"num_remapped_pgs":0} 2024-03-21T13:23:38.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:38 smithi066 bash[18703]: cluster 2024-03-21T13:23:37.060898+0000 mgr.smithi066.seeyps (mgr.14195) 115 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:23:38.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:38 smithi066 bash[18703]: audit 2024-03-21T13:23:37.507652+0000 mon.smithi066 (mon.0) 485 : audit [INF] from='osd.1 [v2:172.21.15.66:6802/1398364108,v1:172.21.15.66:6803/1398364108]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-03-21T13:23:38.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:38 smithi066 bash[18703]: cluster 2024-03-21T13:23:37.513230+0000 mon.smithi066 (mon.0) 486 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2024-03-21T13:23:38.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:38 smithi066 bash[18703]: audit 2024-03-21T13:23:37.513898+0000 mon.smithi066 (mon.0) 487 : audit [INF] from='osd.1 [v2:172.21.15.66:6802/1398364108,v1:172.21.15.66:6803/1398364108]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi066", "root=default"]}]: dispatch 2024-03-21T13:23:38.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:38 smithi066 bash[18703]: audit 2024-03-21T13:23:37.514400+0000 mon.smithi066 (mon.0) 488 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:23:38.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:38 smithi066 bash[18703]: audit 2024-03-21T13:23:37.514785+0000 mon.smithi066 (mon.0) 489 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:23:38.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:38 smithi066 bash[18703]: audit 2024-03-21T13:23:37.515209+0000 mon.smithi066 (mon.0) 490 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T13:23:38.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:38 smithi066 bash[18703]: audit 2024-03-21T13:23:37.515622+0000 mon.smithi066 (mon.0) 491 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T13:23:38.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:38 smithi066 bash[18703]: audit 2024-03-21T13:23:37.516028+0000 mon.smithi066 (mon.0) 492 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T13:23:38.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:38 smithi066 bash[18703]: audit 2024-03-21T13:23:37.516410+0000 mon.smithi066 (mon.0) 493 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-21T13:23:38.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:38 smithi066 bash[18703]: audit 2024-03-21T13:23:37.516815+0000 mon.smithi066 (mon.0) 494 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-21T13:23:38.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:38 smithi066 bash[18703]: audit 2024-03-21T13:23:37.560398+0000 mon.smithi066 (mon.0) 495 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-21T13:23:38.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:38 smithi066 bash[18703]: audit 2024-03-21T13:23:37.560717+0000 mon.smithi122 (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.122:6808/3950444953,v1:172.21.15.122:6809/3950444953]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-21T13:23:38.962 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:38 smithi122 bash[23477]: cluster 2024-03-21T13:23:37.060898+0000 mgr.smithi066.seeyps (mgr.14195) 115 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:23:38.962 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:38 smithi122 bash[23477]: audit 2024-03-21T13:23:37.507652+0000 mon.smithi066 (mon.0) 485 : audit [INF] from='osd.1 [v2:172.21.15.66:6802/1398364108,v1:172.21.15.66:6803/1398364108]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-03-21T13:23:38.962 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:38 smithi122 bash[23477]: cluster 2024-03-21T13:23:37.513230+0000 mon.smithi066 (mon.0) 486 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2024-03-21T13:23:38.963 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:38 smithi122 bash[23477]: audit 2024-03-21T13:23:37.513898+0000 mon.smithi066 (mon.0) 487 : audit [INF] from='osd.1 [v2:172.21.15.66:6802/1398364108,v1:172.21.15.66:6803/1398364108]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi066", "root=default"]}]: dispatch 2024-03-21T13:23:38.963 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:38 smithi122 bash[23477]: audit 2024-03-21T13:23:37.514400+0000 mon.smithi066 (mon.0) 488 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:23:38.963 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:38 smithi122 bash[23477]: audit 2024-03-21T13:23:37.514785+0000 mon.smithi066 (mon.0) 489 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:23:38.963 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:38 smithi122 bash[23477]: audit 2024-03-21T13:23:37.515209+0000 mon.smithi066 (mon.0) 490 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T13:23:38.963 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:38 smithi122 bash[23477]: audit 2024-03-21T13:23:37.515622+0000 mon.smithi066 (mon.0) 491 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T13:23:38.963 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:38 smithi122 bash[23477]: audit 2024-03-21T13:23:37.516028+0000 mon.smithi066 (mon.0) 492 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T13:23:38.963 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:38 smithi122 bash[23477]: audit 2024-03-21T13:23:37.516410+0000 mon.smithi066 (mon.0) 493 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-21T13:23:38.963 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:38 smithi122 bash[23477]: audit 2024-03-21T13:23:37.516815+0000 mon.smithi066 (mon.0) 494 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-21T13:23:38.963 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:38 smithi122 bash[23477]: audit 2024-03-21T13:23:37.560398+0000 mon.smithi066 (mon.0) 495 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-21T13:23:38.963 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:38 smithi122 bash[23477]: audit 2024-03-21T13:23:37.560717+0000 mon.smithi122 (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.122:6808/3950444953,v1:172.21.15.122:6809/3950444953]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-21T13:23:39.428 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ff71cb6-e785-11ee-95cd-87774f69a715 -- ceph osd stat -f json 2024-03-21T13:23:39.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:39 smithi066 bash[18703]: audit 2024-03-21T13:23:38.509359+0000 mon.smithi066 (mon.0) 496 : audit [INF] from='osd.1 [v2:172.21.15.66:6802/1398364108,v1:172.21.15.66:6803/1398364108]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi066", "root=default"]}]': finished 2024-03-21T13:23:39.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:39 smithi066 bash[18703]: audit 2024-03-21T13:23:38.509443+0000 mon.smithi066 (mon.0) 497 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-03-21T13:23:39.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:39 smithi066 bash[18703]: cluster 2024-03-21T13:23:38.512391+0000 mon.smithi066 (mon.0) 498 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2024-03-21T13:23:39.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:39 smithi066 bash[18703]: audit 2024-03-21T13:23:38.513283+0000 mon.smithi066 (mon.0) 499 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:23:39.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:39 smithi066 bash[18703]: audit 2024-03-21T13:23:38.513499+0000 mon.smithi066 (mon.0) 500 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:23:39.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:39 smithi066 bash[18703]: audit 2024-03-21T13:23:38.513786+0000 mon.smithi066 (mon.0) 501 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T13:23:39.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:39 smithi066 bash[18703]: audit 2024-03-21T13:23:38.514060+0000 mon.smithi066 (mon.0) 502 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T13:23:39.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:39 smithi066 bash[18703]: audit 2024-03-21T13:23:38.514320+0000 mon.smithi066 (mon.0) 503 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T13:23:39.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:39 smithi066 bash[18703]: audit 2024-03-21T13:23:38.514572+0000 mon.smithi066 (mon.0) 504 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-21T13:23:39.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:39 smithi066 bash[18703]: audit 2024-03-21T13:23:38.514819+0000 mon.smithi066 (mon.0) 505 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-21T13:23:39.716 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:39 smithi066 bash[18703]: audit 2024-03-21T13:23:38.517036+0000 mon.smithi066 (mon.0) 506 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:23:39.716 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:39 smithi066 bash[18703]: audit 2024-03-21T13:23:38.518393+0000 mon.smithi122 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.122:6808/3950444953,v1:172.21.15.122:6809/3950444953]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi122", "root=default"]}]: dispatch 2024-03-21T13:23:39.716 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:39 smithi066 bash[18703]: audit 2024-03-21T13:23:38.598652+0000 mon.smithi066 (mon.0) 507 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi122", "root=default"]}]: dispatch 2024-03-21T13:23:39.716 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:39 smithi066 bash[18703]: audit 2024-03-21T13:23:39.087404+0000 mon.smithi066 (mon.0) 508 : audit [INF] from='osd.1 [v2:172.21.15.66:6802/1398364108,v1:172.21.15.66:6803/1398364108]' entity='osd.1' 2024-03-21T13:23:39.716 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:39 smithi066 bash[18703]: audit 2024-03-21T13:23:39.516923+0000 mon.smithi066 (mon.0) 509 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:23:39.900 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:39 smithi122 bash[23477]: audit 2024-03-21T13:23:38.509359+0000 mon.smithi066 (mon.0) 496 : audit [INF] from='osd.1 [v2:172.21.15.66:6802/1398364108,v1:172.21.15.66:6803/1398364108]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi066", "root=default"]}]': finished 2024-03-21T13:23:39.900 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:39 smithi122 bash[23477]: audit 2024-03-21T13:23:38.509443+0000 mon.smithi066 (mon.0) 497 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-03-21T13:23:39.901 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:39 smithi122 bash[23477]: cluster 2024-03-21T13:23:38.512391+0000 mon.smithi066 (mon.0) 498 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2024-03-21T13:23:39.901 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:39 smithi122 bash[23477]: audit 2024-03-21T13:23:38.513283+0000 mon.smithi066 (mon.0) 499 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:23:39.901 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:39 smithi122 bash[23477]: audit 2024-03-21T13:23:38.513499+0000 mon.smithi066 (mon.0) 500 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:23:39.901 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:39 smithi122 bash[23477]: audit 2024-03-21T13:23:38.513786+0000 mon.smithi066 (mon.0) 501 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T13:23:39.901 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:39 smithi122 bash[23477]: audit 2024-03-21T13:23:38.514060+0000 mon.smithi066 (mon.0) 502 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T13:23:39.901 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:39 smithi122 bash[23477]: audit 2024-03-21T13:23:38.514320+0000 mon.smithi066 (mon.0) 503 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T13:23:39.901 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:39 smithi122 bash[23477]: audit 2024-03-21T13:23:38.514572+0000 mon.smithi066 (mon.0) 504 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-21T13:23:39.901 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:39 smithi122 bash[23477]: audit 2024-03-21T13:23:38.514819+0000 mon.smithi066 (mon.0) 505 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-21T13:23:39.901 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:39 smithi122 bash[23477]: audit 2024-03-21T13:23:38.517036+0000 mon.smithi066 (mon.0) 506 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:23:39.901 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:39 smithi122 bash[23477]: audit 2024-03-21T13:23:38.518393+0000 mon.smithi122 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.122:6808/3950444953,v1:172.21.15.122:6809/3950444953]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi122", "root=default"]}]: dispatch 2024-03-21T13:23:39.901 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:39 smithi122 bash[23477]: audit 2024-03-21T13:23:38.598652+0000 mon.smithi066 (mon.0) 507 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi122", "root=default"]}]: dispatch 2024-03-21T13:23:39.901 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:39 smithi122 bash[23477]: audit 2024-03-21T13:23:39.087404+0000 mon.smithi066 (mon.0) 508 : audit [INF] from='osd.1 [v2:172.21.15.66:6802/1398364108,v1:172.21.15.66:6803/1398364108]' entity='osd.1' 2024-03-21T13:23:39.901 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:39 smithi122 bash[23477]: audit 2024-03-21T13:23:39.516923+0000 mon.smithi066 (mon.0) 509 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:23:40.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:40 smithi122 bash[23477]: cluster 2024-03-21T13:23:37.982114+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T13:23:40.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:40 smithi122 bash[23477]: cluster 2024-03-21T13:23:37.982231+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T13:23:40.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:40 smithi122 bash[23477]: cluster 2024-03-21T13:23:39.061123+0000 mgr.smithi066.seeyps (mgr.14195) 116 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:23:40.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:40 smithi122 bash[23477]: audit 2024-03-21T13:23:39.543458+0000 mon.smithi066 (mon.0) 510 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi122", "root=default"]}]': finished 2024-03-21T13:23:40.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:40 smithi122 bash[23477]: cluster 2024-03-21T13:23:39.549193+0000 mon.smithi066 (mon.0) 511 : cluster [INF] osd.1 [v2:172.21.15.66:6802/1398364108,v1:172.21.15.66:6803/1398364108] boot 2024-03-21T13:23:40.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:40 smithi122 bash[23477]: cluster 2024-03-21T13:23:39.549254+0000 mon.smithi066 (mon.0) 512 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2024-03-21T13:23:40.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:40 smithi122 bash[23477]: audit 2024-03-21T13:23:39.549856+0000 mon.smithi066 (mon.0) 513 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:23:40.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:40 smithi122 bash[23477]: audit 2024-03-21T13:23:39.550205+0000 mon.smithi066 (mon.0) 514 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:23:40.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:40 smithi122 bash[23477]: audit 2024-03-21T13:23:39.550462+0000 mon.smithi066 (mon.0) 515 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T13:23:40.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:40 smithi122 bash[23477]: audit 2024-03-21T13:23:39.550705+0000 mon.smithi066 (mon.0) 516 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T13:23:40.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:40 smithi122 bash[23477]: audit 2024-03-21T13:23:39.550981+0000 mon.smithi066 (mon.0) 517 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T13:23:40.713 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:40 smithi122 bash[23477]: audit 2024-03-21T13:23:39.551203+0000 mon.smithi066 (mon.0) 518 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-21T13:23:40.713 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:40 smithi122 bash[23477]: audit 2024-03-21T13:23:39.551423+0000 mon.smithi066 (mon.0) 519 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-21T13:23:40.713 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:40 smithi122 bash[23477]: audit 2024-03-21T13:23:39.557479+0000 mon.smithi066 (mon.0) 520 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:23:40.713 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:40 smithi122 bash[23477]: audit 2024-03-21T13:23:40.052390+0000 mon.smithi066 (mon.0) 521 : audit [INF] from='osd.2 ' entity='osd.2' 2024-03-21T13:23:40.788 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:40 smithi066 bash[18703]: cluster 2024-03-21T13:23:37.982114+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T13:23:40.788 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:40 smithi066 bash[18703]: cluster 2024-03-21T13:23:37.982231+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T13:23:40.788 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:40 smithi066 bash[18703]: cluster 2024-03-21T13:23:39.061123+0000 mgr.smithi066.seeyps (mgr.14195) 116 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-21T13:23:40.788 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:40 smithi066 bash[18703]: audit 2024-03-21T13:23:39.543458+0000 mon.smithi066 (mon.0) 510 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi122", "root=default"]}]': finished 2024-03-21T13:23:40.789 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:40 smithi066 bash[18703]: cluster 2024-03-21T13:23:39.549193+0000 mon.smithi066 (mon.0) 511 : cluster [INF] osd.1 [v2:172.21.15.66:6802/1398364108,v1:172.21.15.66:6803/1398364108] boot 2024-03-21T13:23:40.789 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:40 smithi066 bash[18703]: cluster 2024-03-21T13:23:39.549254+0000 mon.smithi066 (mon.0) 512 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2024-03-21T13:23:40.789 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:40 smithi066 bash[18703]: audit 2024-03-21T13:23:39.549856+0000 mon.smithi066 (mon.0) 513 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T13:23:40.789 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:40 smithi066 bash[18703]: audit 2024-03-21T13:23:39.550205+0000 mon.smithi066 (mon.0) 514 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:23:40.789 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:40 smithi066 bash[18703]: audit 2024-03-21T13:23:39.550462+0000 mon.smithi066 (mon.0) 515 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T13:23:40.789 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:40 smithi066 bash[18703]: audit 2024-03-21T13:23:39.550705+0000 mon.smithi066 (mon.0) 516 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T13:23:40.789 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:40 smithi066 bash[18703]: audit 2024-03-21T13:23:39.550981+0000 mon.smithi066 (mon.0) 517 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T13:23:40.789 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:40 smithi066 bash[18703]: audit 2024-03-21T13:23:39.551203+0000 mon.smithi066 (mon.0) 518 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-21T13:23:40.789 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:40 smithi066 bash[18703]: audit 2024-03-21T13:23:39.551423+0000 mon.smithi066 (mon.0) 519 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-21T13:23:40.789 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:40 smithi066 bash[18703]: audit 2024-03-21T13:23:39.557479+0000 mon.smithi066 (mon.0) 520 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:23:40.789 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:40 smithi066 bash[18703]: audit 2024-03-21T13:23:40.052390+0000 mon.smithi066 (mon.0) 521 : audit [INF] from='osd.2 ' entity='osd.2' 2024-03-21T13:23:40.789 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:40 smithi066 systemd[1]: /etc/systemd/system/ceph-5ff71cb6-e785-11ee-95cd-87774f69a715@.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-03-21T13:23:40.986 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:40 smithi122 systemd[1]: /etc/systemd/system/ceph-5ff71cb6-e785-11ee-95cd-87774f69a715@.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-03-21T13:23:41.044 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:40 smithi066 systemd[1]: /etc/systemd/system/ceph-5ff71cb6-e785-11ee-95cd-87774f69a715@.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-03-21T13:23:41.461 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:40 smithi122 systemd[1]: /etc/systemd/system/ceph-5ff71cb6-e785-11ee-95cd-87774f69a715@.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-03-21T13:23:41.962 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:41 smithi122 bash[23477]: cluster 2024-03-21T13:23:38.604450+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T13:23:41.962 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:41 smithi122 bash[23477]: cluster 2024-03-21T13:23:38.604578+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T13:23:41.962 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:41 smithi122 bash[23477]: audit 2024-03-21T13:23:40.561662+0000 mon.smithi066 (mon.0) 522 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:23:41.962 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:41 smithi122 bash[23477]: cluster 2024-03-21T13:23:40.567594+0000 mon.smithi066 (mon.0) 523 : cluster [INF] osd.2 [v2:172.21.15.122:6808/3950444953,v1:172.21.15.122:6809/3950444953] boot 2024-03-21T13:23:41.962 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:41 smithi122 bash[23477]: cluster 2024-03-21T13:23:40.567642+0000 mon.smithi066 (mon.0) 524 : cluster [DBG] osdmap e21: 8 total, 3 up, 8 in 2024-03-21T13:23:41.962 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:41 smithi122 bash[23477]: audit 2024-03-21T13:23:40.567846+0000 mon.smithi066 (mon.0) 525 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:23:41.962 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:41 smithi122 bash[23477]: audit 2024-03-21T13:23:40.568661+0000 mon.smithi066 (mon.0) 526 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T13:23:41.962 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:41 smithi122 bash[23477]: audit 2024-03-21T13:23:40.569057+0000 mon.smithi066 (mon.0) 527 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T13:23:41.963 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:41 smithi122 bash[23477]: audit 2024-03-21T13:23:40.569431+0000 mon.smithi066 (mon.0) 528 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T13:23:41.963 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:41 smithi122 bash[23477]: audit 2024-03-21T13:23:40.569842+0000 mon.smithi066 (mon.0) 529 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-21T13:23:41.963 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:41 smithi122 bash[23477]: audit 2024-03-21T13:23:40.570139+0000 mon.smithi066 (mon.0) 530 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-21T13:23:41.963 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:41 smithi122 bash[23477]: audit 2024-03-21T13:23:41.097581+0000 mon.smithi066 (mon.0) 531 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:23:41.963 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:41 smithi122 bash[23477]: audit 2024-03-21T13:23:41.102628+0000 mon.smithi066 (mon.0) 532 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:23:41.963 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:41 smithi122 bash[23477]: audit 2024-03-21T13:23:41.103571+0000 mon.smithi066 (mon.0) 533 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-03-21T13:23:41.963 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:41 smithi122 bash[23477]: audit 2024-03-21T13:23:41.104302+0000 mon.smithi066 (mon.0) 534 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:23:41.963 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:41 smithi122 bash[23477]: audit 2024-03-21T13:23:41.163480+0000 mon.smithi066 (mon.0) 535 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:23:41.963 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:41 smithi122 bash[23477]: audit 2024-03-21T13:23:41.167899+0000 mon.smithi066 (mon.0) 536 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:23:41.963 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:41 smithi122 bash[23477]: audit 2024-03-21T13:23:41.180055+0000 mon.smithi066 (mon.0) 537 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 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-03-21T13:23:41.965 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:41 smithi066 bash[18703]: cluster 2024-03-21T13:23:38.604450+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T13:23:41.965 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:41 smithi066 bash[18703]: cluster 2024-03-21T13:23:38.604578+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T13:23:41.965 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:41 smithi066 bash[18703]: audit 2024-03-21T13:23:40.561662+0000 mon.smithi066 (mon.0) 522 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:23:41.965 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:41 smithi066 bash[18703]: cluster 2024-03-21T13:23:40.567594+0000 mon.smithi066 (mon.0) 523 : cluster [INF] osd.2 [v2:172.21.15.122:6808/3950444953,v1:172.21.15.122:6809/3950444953] boot 2024-03-21T13:23:41.965 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:41 smithi066 bash[18703]: cluster 2024-03-21T13:23:40.567642+0000 mon.smithi066 (mon.0) 524 : cluster [DBG] osdmap e21: 8 total, 3 up, 8 in 2024-03-21T13:23:41.966 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:41 smithi066 bash[18703]: audit 2024-03-21T13:23:40.567846+0000 mon.smithi066 (mon.0) 525 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T13:23:41.966 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:41 smithi066 bash[18703]: audit 2024-03-21T13:23:40.568661+0000 mon.smithi066 (mon.0) 526 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T13:23:41.966 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:41 smithi066 bash[18703]: audit 2024-03-21T13:23:40.569057+0000 mon.smithi066 (mon.0) 527 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T13:23:41.966 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:41 smithi066 bash[18703]: audit 2024-03-21T13:23:40.569431+0000 mon.smithi066 (mon.0) 528 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T13:23:41.966 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:41 smithi066 bash[18703]: audit 2024-03-21T13:23:40.569842+0000 mon.smithi066 (mon.0) 529 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-21T13:23:41.966 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:41 smithi066 bash[18703]: audit 2024-03-21T13:23:40.570139+0000 mon.smithi066 (mon.0) 530 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-21T13:23:41.967 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:41 smithi066 bash[18703]: audit 2024-03-21T13:23:41.097581+0000 mon.smithi066 (mon.0) 531 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:23:41.967 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:41 smithi066 bash[18703]: audit 2024-03-21T13:23:41.102628+0000 mon.smithi066 (mon.0) 532 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:23:41.967 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:41 smithi066 bash[18703]: audit 2024-03-21T13:23:41.103571+0000 mon.smithi066 (mon.0) 533 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-03-21T13:23:41.967 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:41 smithi066 bash[18703]: audit 2024-03-21T13:23:41.104302+0000 mon.smithi066 (mon.0) 534 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:23:41.967 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:41 smithi066 bash[18703]: audit 2024-03-21T13:23:41.163480+0000 mon.smithi066 (mon.0) 535 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:23:41.967 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:41 smithi066 bash[18703]: audit 2024-03-21T13:23:41.167899+0000 mon.smithi066 (mon.0) 536 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:23:41.968 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:41 smithi066 bash[18703]: audit 2024-03-21T13:23:41.180055+0000 mon.smithi066 (mon.0) 537 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 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-03-21T13:23:42.781 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:42 smithi066 bash[18703]: cluster 2024-03-21T13:23:41.061393+0000 mgr.smithi066.seeyps (mgr.14195) 117 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:23:42.781 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:42 smithi066 bash[18703]: cephadm 2024-03-21T13:23:41.104972+0000 mgr.smithi066.seeyps (mgr.14195) 118 : cephadm [INF] Deploying daemon osd.7 on smithi066 2024-03-21T13:23:42.782 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:42 smithi066 bash[18703]: audit 2024-03-21T13:23:42.167981+0000 mon.smithi066 (mon.0) 538 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 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-03-21T13:23:42.782 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:42 smithi066 bash[18703]: cluster 2024-03-21T13:23:42.170730+0000 mon.smithi066 (mon.0) 539 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2024-03-21T13:23:42.782 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:42 smithi066 bash[18703]: audit 2024-03-21T13:23:42.171070+0000 mon.smithi066 (mon.0) 540 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T13:23:42.782 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:42 smithi066 bash[18703]: audit 2024-03-21T13:23:42.171363+0000 mon.smithi066 (mon.0) 541 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T13:23:42.782 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:42 smithi066 bash[18703]: audit 2024-03-21T13:23:42.171650+0000 mon.smithi066 (mon.0) 542 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T13:23:42.782 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:42 smithi066 bash[18703]: audit 2024-03-21T13:23:42.171972+0000 mon.smithi066 (mon.0) 543 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-21T13:23:42.782 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:42 smithi066 bash[18703]: audit 2024-03-21T13:23:42.172173+0000 mon.smithi066 (mon.0) 544 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-21T13:23:42.782 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:42 smithi066 bash[18703]: audit 2024-03-21T13:23:42.172612+0000 mon.smithi066 (mon.0) 545 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-03-21T13:23:42.873 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:42 smithi122 bash[23477]: cluster 2024-03-21T13:23:41.061393+0000 mgr.smithi066.seeyps (mgr.14195) 117 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-03-21T13:23:42.873 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:42 smithi122 bash[23477]: cephadm 2024-03-21T13:23:41.104972+0000 mgr.smithi066.seeyps (mgr.14195) 118 : cephadm [INF] Deploying daemon osd.7 on smithi066 2024-03-21T13:23:42.873 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:42 smithi122 bash[23477]: audit 2024-03-21T13:23:42.167981+0000 mon.smithi066 (mon.0) 538 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 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-03-21T13:23:42.873 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:42 smithi122 bash[23477]: cluster 2024-03-21T13:23:42.170730+0000 mon.smithi066 (mon.0) 539 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2024-03-21T13:23:42.873 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:42 smithi122 bash[23477]: audit 2024-03-21T13:23:42.171070+0000 mon.smithi066 (mon.0) 540 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T13:23:42.873 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:42 smithi122 bash[23477]: audit 2024-03-21T13:23:42.171363+0000 mon.smithi066 (mon.0) 541 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T13:23:42.874 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:42 smithi122 bash[23477]: audit 2024-03-21T13:23:42.171650+0000 mon.smithi066 (mon.0) 542 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T13:23:42.874 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:42 smithi122 bash[23477]: audit 2024-03-21T13:23:42.171972+0000 mon.smithi066 (mon.0) 543 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-21T13:23:42.874 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:42 smithi122 bash[23477]: audit 2024-03-21T13:23:42.172173+0000 mon.smithi066 (mon.0) 544 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-21T13:23:42.874 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:42 smithi122 bash[23477]: audit 2024-03-21T13:23:42.172612+0000 mon.smithi066 (mon.0) 545 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-03-21T13:23:44.462 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:44 smithi122 bash[23477]: cluster 2024-03-21T13:23:43.061738+0000 mgr.smithi066.seeyps (mgr.14195) 119 : cluster [DBG] pgmap v75: 1 pgs: 1 unknown; 0 B data, 92 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:23:44.462 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:44 smithi122 bash[23477]: audit 2024-03-21T13:23:43.169581+0000 mon.smithi066 (mon.0) 546 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-03-21T13:23:44.462 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:44 smithi122 bash[23477]: cluster 2024-03-21T13:23:43.172553+0000 mon.smithi066 (mon.0) 547 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2024-03-21T13:23:44.462 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:44 smithi122 bash[23477]: audit 2024-03-21T13:23:43.172855+0000 mon.smithi066 (mon.0) 548 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T13:23:44.463 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:44 smithi122 bash[23477]: audit 2024-03-21T13:23:43.173045+0000 mon.smithi066 (mon.0) 549 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T13:23:44.463 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:44 smithi122 bash[23477]: audit 2024-03-21T13:23:43.173230+0000 mon.smithi066 (mon.0) 550 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T13:23:44.463 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:44 smithi122 bash[23477]: audit 2024-03-21T13:23:43.173405+0000 mon.smithi066 (mon.0) 551 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-21T13:23:44.463 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:44 smithi122 bash[23477]: audit 2024-03-21T13:23:43.173585+0000 mon.smithi066 (mon.0) 552 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-21T13:23:44.463 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:44 smithi122 bash[23477]: audit 2024-03-21T13:23:43.259313+0000 mon.smithi066 (mon.0) 553 : audit [INF] from='osd.3 [v2:172.21.15.66:6810/1462868953,v1:172.21.15.66:6811/1462868953]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-03-21T13:23:44.463 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:44 smithi122 bash[23477]: audit 2024-03-21T13:23:43.469607+0000 mon.smithi066 (mon.0) 554 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-03-21T13:23:44.463 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:44 smithi122 bash[23477]: audit 2024-03-21T13:23:43.469684+0000 mon.smithi122 (mon.1) 14 : audit [INF] from='osd.4 [v2:172.21.15.122:6816/848668088,v1:172.21.15.122:6817/848668088]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-03-21T13:23:44.463 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:44 smithi122 bash[23477]: cluster 2024-03-21T13:23:43.614494+0000 mon.smithi066 (mon.0) 555 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-03-21T13:23:44.464 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:44 smithi066 bash[18703]: cluster 2024-03-21T13:23:43.061738+0000 mgr.smithi066.seeyps (mgr.14195) 119 : cluster [DBG] pgmap v75: 1 pgs: 1 unknown; 0 B data, 92 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:23:44.464 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:44 smithi066 bash[18703]: audit 2024-03-21T13:23:43.169581+0000 mon.smithi066 (mon.0) 546 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-03-21T13:23:44.464 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:44 smithi066 bash[18703]: cluster 2024-03-21T13:23:43.172553+0000 mon.smithi066 (mon.0) 547 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2024-03-21T13:23:44.464 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:44 smithi066 bash[18703]: audit 2024-03-21T13:23:43.172855+0000 mon.smithi066 (mon.0) 548 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T13:23:44.464 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:44 smithi066 bash[18703]: audit 2024-03-21T13:23:43.173045+0000 mon.smithi066 (mon.0) 549 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T13:23:44.464 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:44 smithi066 bash[18703]: audit 2024-03-21T13:23:43.173230+0000 mon.smithi066 (mon.0) 550 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T13:23:44.464 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:44 smithi066 bash[18703]: audit 2024-03-21T13:23:43.173405+0000 mon.smithi066 (mon.0) 551 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-21T13:23:44.465 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:44 smithi066 bash[18703]: audit 2024-03-21T13:23:43.173585+0000 mon.smithi066 (mon.0) 552 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-21T13:23:44.465 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:44 smithi066 bash[18703]: audit 2024-03-21T13:23:43.259313+0000 mon.smithi066 (mon.0) 553 : audit [INF] from='osd.3 [v2:172.21.15.66:6810/1462868953,v1:172.21.15.66:6811/1462868953]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-03-21T13:23:44.465 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:44 smithi066 bash[18703]: audit 2024-03-21T13:23:43.469607+0000 mon.smithi066 (mon.0) 554 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-03-21T13:23:44.465 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:44 smithi066 bash[18703]: audit 2024-03-21T13:23:43.469684+0000 mon.smithi122 (mon.1) 14 : audit [INF] from='osd.4 [v2:172.21.15.122:6816/848668088,v1:172.21.15.122:6817/848668088]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-03-21T13:23:44.465 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:44 smithi066 bash[18703]: cluster 2024-03-21T13:23:43.614494+0000 mon.smithi066 (mon.0) 555 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-03-21T13:23:44.671 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/mon.smithi066/config 2024-03-21T13:23:45.364 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:45 smithi066 bash[18703]: audit 2024-03-21T13:23:44.179880+0000 mon.smithi066 (mon.0) 556 : audit [INF] from='osd.3 [v2:172.21.15.66:6810/1462868953,v1:172.21.15.66:6811/1462868953]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-03-21T13:23:45.364 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:45 smithi066 bash[18703]: audit 2024-03-21T13:23:44.180020+0000 mon.smithi066 (mon.0) 557 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-03-21T13:23:45.364 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:45 smithi066 bash[18703]: cluster 2024-03-21T13:23:44.184727+0000 mon.smithi066 (mon.0) 558 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2024-03-21T13:23:45.364 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:45 smithi066 bash[18703]: audit 2024-03-21T13:23:44.185326+0000 mon.smithi066 (mon.0) 559 : audit [INF] from='osd.3 [v2:172.21.15.66:6810/1462868953,v1:172.21.15.66:6811/1462868953]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi066", "root=default"]}]: dispatch 2024-03-21T13:23:45.364 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:45 smithi066 bash[18703]: audit 2024-03-21T13:23:44.185945+0000 mon.smithi066 (mon.0) 560 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T13:23:45.364 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:45 smithi066 bash[18703]: audit 2024-03-21T13:23:44.186351+0000 mon.smithi066 (mon.0) 561 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T13:23:45.364 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:45 smithi066 bash[18703]: audit 2024-03-21T13:23:44.186802+0000 mon.smithi066 (mon.0) 562 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T13:23:45.364 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:45 smithi066 bash[18703]: audit 2024-03-21T13:23:44.187150+0000 mon.smithi122 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.122:6816/848668088,v1:172.21.15.122:6817/848668088]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi122", "root=default"]}]: dispatch 2024-03-21T13:23:45.364 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:45 smithi066 bash[18703]: audit 2024-03-21T13:23:44.187636+0000 mon.smithi066 (mon.0) 563 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi122", "root=default"]}]: dispatch 2024-03-21T13:23:45.364 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:45 smithi066 bash[18703]: audit 2024-03-21T13:23:44.188169+0000 mon.smithi066 (mon.0) 564 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-21T13:23:45.364 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:45 smithi066 bash[18703]: audit 2024-03-21T13:23:44.188552+0000 mon.smithi066 (mon.0) 565 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-21T13:23:45.364 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:45 smithi066 bash[18703]: audit 2024-03-21T13:23:44.605247+0000 mon.smithi066 (mon.0) 566 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:23:45.365 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:45 smithi066 bash[18703]: cluster 2024-03-21T13:23:44.634667+0000 mon.smithi066 (mon.0) 567 : cluster [DBG] mgrmap e19: smithi066.seeyps(active, since 2m), standbys: smithi122.ezngxk 2024-03-21T13:23:45.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:45 smithi122 bash[23477]: audit 2024-03-21T13:23:44.179880+0000 mon.smithi066 (mon.0) 556 : audit [INF] from='osd.3 [v2:172.21.15.66:6810/1462868953,v1:172.21.15.66:6811/1462868953]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-03-21T13:23:45.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:45 smithi122 bash[23477]: audit 2024-03-21T13:23:44.180020+0000 mon.smithi066 (mon.0) 557 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-03-21T13:23:45.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:45 smithi122 bash[23477]: cluster 2024-03-21T13:23:44.184727+0000 mon.smithi066 (mon.0) 558 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2024-03-21T13:23:45.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:45 smithi122 bash[23477]: audit 2024-03-21T13:23:44.185326+0000 mon.smithi066 (mon.0) 559 : audit [INF] from='osd.3 [v2:172.21.15.66:6810/1462868953,v1:172.21.15.66:6811/1462868953]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi066", "root=default"]}]: dispatch 2024-03-21T13:23:45.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:45 smithi122 bash[23477]: audit 2024-03-21T13:23:44.185945+0000 mon.smithi066 (mon.0) 560 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T13:23:45.713 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:45 smithi122 bash[23477]: audit 2024-03-21T13:23:44.186351+0000 mon.smithi066 (mon.0) 561 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T13:23:45.713 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:45 smithi122 bash[23477]: audit 2024-03-21T13:23:44.186802+0000 mon.smithi066 (mon.0) 562 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T13:23:45.713 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:45 smithi122 bash[23477]: audit 2024-03-21T13:23:44.187150+0000 mon.smithi122 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.122:6816/848668088,v1:172.21.15.122:6817/848668088]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi122", "root=default"]}]: dispatch 2024-03-21T13:23:45.713 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:45 smithi122 bash[23477]: audit 2024-03-21T13:23:44.187636+0000 mon.smithi066 (mon.0) 563 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi122", "root=default"]}]: dispatch 2024-03-21T13:23:45.713 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:45 smithi122 bash[23477]: audit 2024-03-21T13:23:44.188169+0000 mon.smithi066 (mon.0) 564 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-21T13:23:45.713 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:45 smithi122 bash[23477]: audit 2024-03-21T13:23:44.188552+0000 mon.smithi066 (mon.0) 565 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-21T13:23:45.713 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:45 smithi122 bash[23477]: audit 2024-03-21T13:23:44.605247+0000 mon.smithi066 (mon.0) 566 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:23:45.713 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:45 smithi122 bash[23477]: cluster 2024-03-21T13:23:44.634667+0000 mon.smithi066 (mon.0) 567 : cluster [DBG] mgrmap e19: smithi066.seeyps(active, since 2m), standbys: smithi122.ezngxk 2024-03-21T13:23:46.368 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:46 smithi066 bash[18703]: cluster 2024-03-21T13:23:45.062192+0000 mgr.smithi066.seeyps (mgr.14195) 120 : cluster [DBG] pgmap v78: 1 pgs: 1 unknown; 0 B data, 92 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:23:46.368 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:46 smithi066 bash[18703]: audit 2024-03-21T13:23:45.182066+0000 mon.smithi066 (mon.0) 568 : audit [INF] from='osd.3 [v2:172.21.15.66:6810/1462868953,v1:172.21.15.66:6811/1462868953]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi066", "root=default"]}]': finished 2024-03-21T13:23:46.368 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:46 smithi066 bash[18703]: audit 2024-03-21T13:23:45.182236+0000 mon.smithi066 (mon.0) 569 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi122", "root=default"]}]': finished 2024-03-21T13:23:46.368 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:46 smithi066 bash[18703]: cluster 2024-03-21T13:23:45.187440+0000 mon.smithi066 (mon.0) 570 : cluster [DBG] osdmap e25: 8 total, 3 up, 8 in 2024-03-21T13:23:46.369 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:46 smithi066 bash[18703]: audit 2024-03-21T13:23:45.203490+0000 mon.smithi066 (mon.0) 571 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T13:23:46.369 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:46 smithi066 bash[18703]: audit 2024-03-21T13:23:45.204136+0000 mon.smithi066 (mon.0) 572 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T13:23:46.369 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:46 smithi066 bash[18703]: audit 2024-03-21T13:23:45.204612+0000 mon.smithi066 (mon.0) 573 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T13:23:46.369 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:46 smithi066 bash[18703]: audit 2024-03-21T13:23:45.204885+0000 mon.smithi066 (mon.0) 574 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-21T13:23:46.369 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:46 smithi066 bash[18703]: audit 2024-03-21T13:23:45.205079+0000 mon.smithi066 (mon.0) 575 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-21T13:23:46.369 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:46 smithi066 bash[18703]: audit 2024-03-21T13:23:45.207604+0000 mon.smithi066 (mon.0) 576 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T13:23:46.369 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:46 smithi066 bash[18703]: cluster 2024-03-21T13:23:45.620215+0000 mon.smithi066 (mon.0) 577 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-03-21T13:23:46.369 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:46 smithi066 bash[18703]: cluster 2024-03-21T13:23:45.620261+0000 mon.smithi066 (mon.0) 578 : cluster [INF] Cluster is now healthy 2024-03-21T13:23:46.369 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:46 smithi066 bash[18703]: audit 2024-03-21T13:23:45.707951+0000 mon.smithi066 (mon.0) 579 : audit [INF] from='osd.3 [v2:172.21.15.66:6810/1462868953,v1:172.21.15.66:6811/1462868953]' entity='osd.3' 2024-03-21T13:23:46.369 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:46 smithi066 bash[18703]: cluster 2024-03-21T13:23:46.191222+0000 mon.smithi066 (mon.0) 580 : cluster [INF] osd.4 [v2:172.21.15.122:6816/848668088,v1:172.21.15.122:6817/848668088] boot 2024-03-21T13:23:46.369 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:46 smithi066 bash[18703]: cluster 2024-03-21T13:23:46.191394+0000 mon.smithi066 (mon.0) 581 : cluster [INF] osd.3 [v2:172.21.15.66:6810/1462868953,v1:172.21.15.66:6811/1462868953] boot 2024-03-21T13:23:46.369 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:46 smithi066 bash[18703]: cluster 2024-03-21T13:23:46.191512+0000 mon.smithi066 (mon.0) 582 : cluster [DBG] osdmap e26: 8 total, 5 up, 8 in 2024-03-21T13:23:46.369 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:46 smithi066 bash[18703]: audit 2024-03-21T13:23:46.192448+0000 mon.smithi066 (mon.0) 583 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T13:23:46.369 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:46 smithi066 bash[18703]: audit 2024-03-21T13:23:46.193685+0000 mon.smithi066 (mon.0) 584 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T13:23:46.369 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:46 smithi066 bash[18703]: audit 2024-03-21T13:23:46.194710+0000 mon.smithi066 (mon.0) 585 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T13:23:46.370 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:46 smithi066 bash[18703]: audit 2024-03-21T13:23:46.195371+0000 mon.smithi066 (mon.0) 586 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-21T13:23:46.370 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:46 smithi066 bash[18703]: audit 2024-03-21T13:23:46.196288+0000 mon.smithi066 (mon.0) 587 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-21T13:23:46.462 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:46 smithi122 bash[23477]: cluster 2024-03-21T13:23:45.062192+0000 mgr.smithi066.seeyps (mgr.14195) 120 : cluster [DBG] pgmap v78: 1 pgs: 1 unknown; 0 B data, 92 MiB used, 268 GiB / 268 GiB avail 2024-03-21T13:23:46.463 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:46 smithi122 bash[23477]: audit 2024-03-21T13:23:45.182066+0000 mon.smithi066 (mon.0) 568 : audit [INF] from='osd.3 [v2:172.21.15.66:6810/1462868953,v1:172.21.15.66:6811/1462868953]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi066", "root=default"]}]': finished 2024-03-21T13:23:46.463 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:46 smithi122 bash[23477]: audit 2024-03-21T13:23:45.182236+0000 mon.smithi066 (mon.0) 569 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi122", "root=default"]}]': finished 2024-03-21T13:23:46.463 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:46 smithi122 bash[23477]: cluster 2024-03-21T13:23:45.187440+0000 mon.smithi066 (mon.0) 570 : cluster [DBG] osdmap e25: 8 total, 3 up, 8 in 2024-03-21T13:23:46.463 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:46 smithi122 bash[23477]: audit 2024-03-21T13:23:45.203490+0000 mon.smithi066 (mon.0) 571 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T13:23:46.463 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:46 smithi122 bash[23477]: audit 2024-03-21T13:23:45.204136+0000 mon.smithi066 (mon.0) 572 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T13:23:46.463 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:46 smithi122 bash[23477]: audit 2024-03-21T13:23:45.204612+0000 mon.smithi066 (mon.0) 573 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T13:23:46.463 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:46 smithi122 bash[23477]: audit 2024-03-21T13:23:45.204885+0000 mon.smithi066 (mon.0) 574 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-21T13:23:46.463 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:46 smithi122 bash[23477]: audit 2024-03-21T13:23:45.205079+0000 mon.smithi066 (mon.0) 575 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-21T13:23:46.463 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:46 smithi122 bash[23477]: audit 2024-03-21T13:23:45.207604+0000 mon.smithi066 (mon.0) 576 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T13:23:46.463 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:46 smithi122 bash[23477]: cluster 2024-03-21T13:23:45.620215+0000 mon.smithi066 (mon.0) 577 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-03-21T13:23:46.463 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:46 smithi122 bash[23477]: cluster 2024-03-21T13:23:45.620261+0000 mon.smithi066 (mon.0) 578 : cluster [INF] Cluster is now healthy 2024-03-21T13:23:46.463 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:46 smithi122 bash[23477]: audit 2024-03-21T13:23:45.707951+0000 mon.smithi066 (mon.0) 579 : audit [INF] from='osd.3 [v2:172.21.15.66:6810/1462868953,v1:172.21.15.66:6811/1462868953]' entity='osd.3' 2024-03-21T13:23:46.464 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:46 smithi122 bash[23477]: cluster 2024-03-21T13:23:46.191222+0000 mon.smithi066 (mon.0) 580 : cluster [INF] osd.4 [v2:172.21.15.122:6816/848668088,v1:172.21.15.122:6817/848668088] boot 2024-03-21T13:23:46.464 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:46 smithi122 bash[23477]: cluster 2024-03-21T13:23:46.191394+0000 mon.smithi066 (mon.0) 581 : cluster [INF] osd.3 [v2:172.21.15.66:6810/1462868953,v1:172.21.15.66:6811/1462868953] boot 2024-03-21T13:23:46.464 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:46 smithi122 bash[23477]: cluster 2024-03-21T13:23:46.191512+0000 mon.smithi066 (mon.0) 582 : cluster [DBG] osdmap e26: 8 total, 5 up, 8 in 2024-03-21T13:23:46.464 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:46 smithi122 bash[23477]: audit 2024-03-21T13:23:46.192448+0000 mon.smithi066 (mon.0) 583 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-21T13:23:46.464 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:46 smithi122 bash[23477]: audit 2024-03-21T13:23:46.193685+0000 mon.smithi066 (mon.0) 584 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-21T13:23:46.464 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:46 smithi122 bash[23477]: audit 2024-03-21T13:23:46.194710+0000 mon.smithi066 (mon.0) 585 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T13:23:46.464 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:46 smithi122 bash[23477]: audit 2024-03-21T13:23:46.195371+0000 mon.smithi066 (mon.0) 586 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-21T13:23:46.464 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:46 smithi122 bash[23477]: audit 2024-03-21T13:23:46.196288+0000 mon.smithi066 (mon.0) 587 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-21T13:23:47.314 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:47 smithi066 systemd[1]: /etc/systemd/system/ceph-5ff71cb6-e785-11ee-95cd-87774f69a715@.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-03-21T13:23:47.314 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:47 smithi066 bash[18703]: cluster 2024-03-21T13:23:44.214429+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T13:23:47.315 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:47 smithi066 bash[18703]: cluster 2024-03-21T13:23:44.214529+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T13:23:47.315 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:47 smithi066 bash[18703]: cluster 2024-03-21T13:23:44.516208+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T13:23:47.315 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:47 smithi066 bash[18703]: cluster 2024-03-21T13:23:44.516292+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T13:23:47.315 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:47 smithi066 bash[18703]: cluster 2024-03-21T13:23:46.719340+0000 mon.smithi066 (mon.0) 588 : cluster [DBG] osdmap e27: 8 total, 5 up, 8 in 2024-03-21T13:23:47.315 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:47 smithi066 bash[18703]: audit 2024-03-21T13:23:46.719490+0000 mon.smithi066 (mon.0) 589 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T13:23:47.315 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:47 smithi066 bash[18703]: audit 2024-03-21T13:23:46.719803+0000 mon.smithi066 (mon.0) 590 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-21T13:23:47.315 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:47 smithi066 bash[18703]: audit 2024-03-21T13:23:46.720099+0000 mon.smithi066 (mon.0) 591 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-21T13:23:47.462 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:47 smithi122 bash[23477]: cluster 2024-03-21T13:23:44.214429+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T13:23:47.462 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:47 smithi122 bash[23477]: cluster 2024-03-21T13:23:44.214529+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T13:23:47.462 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:47 smithi122 bash[23477]: cluster 2024-03-21T13:23:44.516208+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T13:23:47.462 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:47 smithi122 bash[23477]: cluster 2024-03-21T13:23:44.516292+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T13:23:47.462 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:47 smithi122 bash[23477]: cluster 2024-03-21T13:23:46.719340+0000 mon.smithi066 (mon.0) 588 : cluster [DBG] osdmap e27: 8 total, 5 up, 8 in 2024-03-21T13:23:47.462 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:47 smithi122 bash[23477]: audit 2024-03-21T13:23:46.719490+0000 mon.smithi066 (mon.0) 589 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T13:23:47.462 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:47 smithi122 bash[23477]: audit 2024-03-21T13:23:46.719803+0000 mon.smithi066 (mon.0) 590 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-21T13:23:47.463 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:47 smithi122 bash[23477]: audit 2024-03-21T13:23:46.720099+0000 mon.smithi066 (mon.0) 591 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-21T13:23:47.586 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:47 smithi066 systemd[1]: /etc/systemd/system/ceph-5ff71cb6-e785-11ee-95cd-87774f69a715@.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-03-21T13:23:48.531 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:48 smithi122 bash[23477]: cluster 2024-03-21T13:23:47.062746+0000 mgr.smithi066.seeyps (mgr.14195) 121 : cluster [DBG] pgmap v82: 1 pgs: 1 unknown; 577 KiB data, 217 MiB used, 357 GiB / 358 GiB avail 2024-03-21T13:23:48.531 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:48 smithi122 bash[23477]: audit 2024-03-21T13:23:47.633864+0000 mon.smithi066 (mon.0) 592 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:23:48.532 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:48 smithi122 bash[23477]: audit 2024-03-21T13:23:47.640726+0000 mon.smithi066 (mon.0) 593 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:23:48.532 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:48 smithi122 bash[23477]: cluster 2024-03-21T13:23:47.722315+0000 mon.smithi066 (mon.0) 594 : cluster [DBG] osdmap e28: 8 total, 5 up, 8 in 2024-03-21T13:23:48.532 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:48 smithi122 bash[23477]: audit 2024-03-21T13:23:47.723056+0000 mon.smithi066 (mon.0) 595 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T13:23:48.532 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:48 smithi122 bash[23477]: audit 2024-03-21T13:23:47.723885+0000 mon.smithi066 (mon.0) 596 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-21T13:23:48.532 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:48 smithi122 bash[23477]: audit 2024-03-21T13:23:47.724512+0000 mon.smithi066 (mon.0) 597 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-21T13:23:48.532 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:48 smithi122 bash[23477]: audit 2024-03-21T13:23:47.763229+0000 mon.smithi066 (mon.0) 598 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:23:48.532 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:48 smithi122 bash[23477]: audit 2024-03-21T13:23:47.915370+0000 mon.smithi066 (mon.0) 599 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-03-21T13:23:48.532 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:48 smithi122 bash[23477]: audit 2024-03-21T13:23:47.915712+0000 mon.smithi122 (mon.1) 16 : audit [INF] from='osd.6 [v2:172.21.15.122:6824/723500087,v1:172.21.15.122:6825/723500087]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-03-21T13:23:48.532 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:48 smithi122 bash[23477]: audit 2024-03-21T13:23:48.125190+0000 mon.smithi066 (mon.0) 600 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:23:48.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:48 smithi066 bash[18703]: cluster 2024-03-21T13:23:47.062746+0000 mgr.smithi066.seeyps (mgr.14195) 121 : cluster [DBG] pgmap v82: 1 pgs: 1 unknown; 577 KiB data, 217 MiB used, 357 GiB / 358 GiB avail 2024-03-21T13:23:48.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:48 smithi066 bash[18703]: audit 2024-03-21T13:23:47.633864+0000 mon.smithi066 (mon.0) 592 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:23:48.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:48 smithi066 bash[18703]: audit 2024-03-21T13:23:47.640726+0000 mon.smithi066 (mon.0) 593 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:23:48.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:48 smithi066 bash[18703]: cluster 2024-03-21T13:23:47.722315+0000 mon.smithi066 (mon.0) 594 : cluster [DBG] osdmap e28: 8 total, 5 up, 8 in 2024-03-21T13:23:48.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:48 smithi066 bash[18703]: audit 2024-03-21T13:23:47.723056+0000 mon.smithi066 (mon.0) 595 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T13:23:48.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:48 smithi066 bash[18703]: audit 2024-03-21T13:23:47.723885+0000 mon.smithi066 (mon.0) 596 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-21T13:23:48.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:48 smithi066 bash[18703]: audit 2024-03-21T13:23:47.724512+0000 mon.smithi066 (mon.0) 597 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-21T13:23:48.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:48 smithi066 bash[18703]: audit 2024-03-21T13:23:47.763229+0000 mon.smithi066 (mon.0) 598 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:23:48.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:48 smithi066 bash[18703]: audit 2024-03-21T13:23:47.915370+0000 mon.smithi066 (mon.0) 599 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-03-21T13:23:48.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:48 smithi066 bash[18703]: audit 2024-03-21T13:23:47.915712+0000 mon.smithi122 (mon.1) 16 : audit [INF] from='osd.6 [v2:172.21.15.122:6824/723500087,v1:172.21.15.122:6825/723500087]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-03-21T13:23:48.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:48 smithi066 bash[18703]: audit 2024-03-21T13:23:48.125190+0000 mon.smithi066 (mon.0) 600 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:23:49.285 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-03-21T13:23:50.033 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:49 smithi066 bash[18703]: audit 2024-03-21T13:23:48.734698+0000 mon.smithi066 (mon.0) 601 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:23:50.033 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:49 smithi066 bash[18703]: audit 2024-03-21T13:23:48.762516+0000 mon.smithi066 (mon.0) 602 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-03-21T13:23:50.033 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:49 smithi066 bash[18703]: cluster 2024-03-21T13:23:48.765584+0000 mon.smithi066 (mon.0) 603 : cluster [DBG] osdmap e29: 8 total, 5 up, 8 in 2024-03-21T13:23:50.033 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:49 smithi066 bash[18703]: audit 2024-03-21T13:23:48.765848+0000 mon.smithi066 (mon.0) 604 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T13:23:50.034 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:49 smithi066 bash[18703]: audit 2024-03-21T13:23:48.766162+0000 mon.smithi122 (mon.1) 17 : audit [INF] from='osd.6 [v2:172.21.15.122:6824/723500087,v1:172.21.15.122:6825/723500087]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi122", "root=default"]}]: dispatch 2024-03-21T13:23:50.034 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:49 smithi066 bash[18703]: audit 2024-03-21T13:23:48.766221+0000 mon.smithi066 (mon.0) 605 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-21T13:23:50.034 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:49 smithi066 bash[18703]: audit 2024-03-21T13:23:48.766491+0000 mon.smithi066 (mon.0) 606 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi122", "root=default"]}]: dispatch 2024-03-21T13:23:50.034 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:49 smithi066 bash[18703]: audit 2024-03-21T13:23:48.766735+0000 mon.smithi066 (mon.0) 607 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-21T13:23:50.034 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:49 smithi066 bash[18703]: cluster 2024-03-21T13:23:49.063230+0000 mgr.smithi066.seeyps (mgr.14195) 122 : cluster [DBG] pgmap v85: 1 pgs: 1 unknown; 577 KiB data, 244 MiB used, 447 GiB / 447 GiB avail 2024-03-21T13:23:50.034 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:49 smithi066 bash[18703]: audit 2024-03-21T13:23:49.285148+0000 mon.smithi066 (mon.0) 608 : audit [DBG] from='client.? 172.21.15.66:0/3987204124' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-21T13:23:50.034 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:49 smithi066 bash[18703]: audit 2024-03-21T13:23:49.379011+0000 mon.smithi066 (mon.0) 609 : audit [INF] from='osd.5 [v2:172.21.15.66:6818/1302146708,v1:172.21.15.66:6819/1302146708]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-03-21T13:23:50.034 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:49 smithi066 bash[18703]: audit 2024-03-21T13:23:49.686174+0000 mon.smithi066 (mon.0) 610 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:23:50.074 INFO:teuthology.orchestra.run.smithi066.stdout:{"epoch":29,"num_osds":8,"num_up_osds":5,"osd_up_since":1711027426,"num_in_osds":8,"osd_in_since":1711027388,"num_remapped_pgs":0} 2024-03-21T13:23:50.212 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:49 smithi122 bash[23477]: audit 2024-03-21T13:23:48.734698+0000 mon.smithi066 (mon.0) 601 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:23:50.212 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:49 smithi122 bash[23477]: audit 2024-03-21T13:23:48.762516+0000 mon.smithi066 (mon.0) 602 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-03-21T13:23:50.212 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:49 smithi122 bash[23477]: cluster 2024-03-21T13:23:48.765584+0000 mon.smithi066 (mon.0) 603 : cluster [DBG] osdmap e29: 8 total, 5 up, 8 in 2024-03-21T13:23:50.212 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:49 smithi122 bash[23477]: audit 2024-03-21T13:23:48.765848+0000 mon.smithi066 (mon.0) 604 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T13:23:50.212 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:49 smithi122 bash[23477]: audit 2024-03-21T13:23:48.766162+0000 mon.smithi122 (mon.1) 17 : audit [INF] from='osd.6 [v2:172.21.15.122:6824/723500087,v1:172.21.15.122:6825/723500087]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi122", "root=default"]}]: dispatch 2024-03-21T13:23:50.212 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:49 smithi122 bash[23477]: audit 2024-03-21T13:23:48.766221+0000 mon.smithi066 (mon.0) 605 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-21T13:23:50.212 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:49 smithi122 bash[23477]: audit 2024-03-21T13:23:48.766491+0000 mon.smithi066 (mon.0) 606 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi122", "root=default"]}]: dispatch 2024-03-21T13:23:50.213 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:49 smithi122 bash[23477]: audit 2024-03-21T13:23:48.766735+0000 mon.smithi066 (mon.0) 607 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-21T13:23:50.213 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:49 smithi122 bash[23477]: cluster 2024-03-21T13:23:49.063230+0000 mgr.smithi066.seeyps (mgr.14195) 122 : cluster [DBG] pgmap v85: 1 pgs: 1 unknown; 577 KiB data, 244 MiB used, 447 GiB / 447 GiB avail 2024-03-21T13:23:50.213 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:49 smithi122 bash[23477]: audit 2024-03-21T13:23:49.285148+0000 mon.smithi066 (mon.0) 608 : audit [DBG] from='client.? 172.21.15.66:0/3987204124' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-21T13:23:50.213 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:49 smithi122 bash[23477]: audit 2024-03-21T13:23:49.379011+0000 mon.smithi066 (mon.0) 609 : audit [INF] from='osd.5 [v2:172.21.15.66:6818/1302146708,v1:172.21.15.66:6819/1302146708]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-03-21T13:23:50.213 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:49 smithi122 bash[23477]: audit 2024-03-21T13:23:49.686174+0000 mon.smithi066 (mon.0) 610 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:23:51.075 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ff71cb6-e785-11ee-95cd-87774f69a715 -- ceph osd stat -f json 2024-03-21T13:23:51.962 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:51 smithi122 bash[23477]: audit 2024-03-21T13:23:49.763895+0000 mon.smithi066 (mon.0) 611 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi122", "root=default"]}]': finished 2024-03-21T13:23:51.962 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:51 smithi122 bash[23477]: audit 2024-03-21T13:23:49.763980+0000 mon.smithi066 (mon.0) 612 : audit [INF] from='osd.5 [v2:172.21.15.66:6818/1302146708,v1:172.21.15.66:6819/1302146708]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-03-21T13:23:51.962 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:51 smithi122 bash[23477]: cluster 2024-03-21T13:23:49.766278+0000 mon.smithi066 (mon.0) 613 : cluster [DBG] osdmap e30: 8 total, 5 up, 8 in 2024-03-21T13:23:51.962 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:51 smithi122 bash[23477]: audit 2024-03-21T13:23:49.766691+0000 mon.smithi066 (mon.0) 614 : audit [INF] from='osd.5 [v2:172.21.15.66:6818/1302146708,v1:172.21.15.66:6819/1302146708]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi066", "root=default"]}]: dispatch 2024-03-21T13:23:51.962 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:51 smithi122 bash[23477]: audit 2024-03-21T13:23:49.766883+0000 mon.smithi066 (mon.0) 615 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T13:23:51.963 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:51 smithi122 bash[23477]: audit 2024-03-21T13:23:49.767023+0000 mon.smithi066 (mon.0) 616 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-21T13:23:51.963 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:51 smithi122 bash[23477]: audit 2024-03-21T13:23:49.767177+0000 mon.smithi066 (mon.0) 617 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-21T13:23:51.963 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:51 smithi122 bash[23477]: audit 2024-03-21T13:23:49.780432+0000 mon.smithi066 (mon.0) 618 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-21T13:23:51.963 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:51 smithi122 bash[23477]: audit 2024-03-21T13:23:50.137667+0000 mon.smithi066 (mon.0) 619 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:23:51.963 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:51 smithi122 bash[23477]: audit 2024-03-21T13:23:50.145431+0000 mon.smithi066 (mon.0) 620 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:23:51.963 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:51 smithi122 bash[23477]: audit 2024-03-21T13:23:50.272117+0000 mon.smithi066 (mon.0) 621 : audit [INF] from='osd.6 ' entity='osd.6' 2024-03-21T13:23:51.963 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:51 smithi122 bash[23477]: audit 2024-03-21T13:23:50.668615+0000 mon.smithi066 (mon.0) 622 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:23:51.963 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:51 smithi122 bash[23477]: audit 2024-03-21T13:23:50.673434+0000 mon.smithi066 (mon.0) 623 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-21T13:23:51.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:51 smithi066 bash[18703]: audit 2024-03-21T13:23:49.763895+0000 mon.smithi066 (mon.0) 611 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi122", "root=default"]}]': finished 2024-03-21T13:23:51.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:51 smithi066 bash[18703]: audit 2024-03-21T13:23:49.763980+0000 mon.smithi066 (mon.0) 612 : audit [INF] from='osd.5 [v2:172.21.15.66:6818/1302146708,v1:172.21.15.66:6819/1302146708]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-03-21T13:23:51.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:51 smithi066 bash[18703]: cluster 2024-03-21T13:23:49.766278+0000 mon.smithi066 (mon.0) 613 : cluster [DBG] osdmap e30: 8 total, 5 up, 8 in 2024-03-21T13:23:51.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:51 smithi066 bash[18703]: audit 2024-03-21T13:23:49.766691+0000 mon.smithi066 (mon.0) 614 : audit [INF] from='osd.5 [v2:172.21.15.66:6818/1302146708,v1:172.21.15.66:6819/1302146708]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi066", "root=default"]}]: dispatch 2024-03-21T13:23:51.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:51 smithi066 bash[18703]: audit 2024-03-21T13:23:49.766883+0000 mon.smithi066 (mon.0) 615 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T13:23:51.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:51 smithi066 bash[18703]: audit 2024-03-21T13:23:49.767023+0000 mon.smithi066 (mon.0) 616 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-21T13:23:51.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:51 smithi066 bash[18703]: audit 2024-03-21T13:23:49.767177+0000 mon.smithi066 (mon.0) 617 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-21T13:23:51.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:51 smithi066 bash[18703]: audit 2024-03-21T13:23:49.780432+0000 mon.smithi066 (mon.0) 618 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-21T13:23:51.965 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:51 smithi066 bash[18703]: audit 2024-03-21T13:23:50.137667+0000 mon.smithi066 (mon.0) 619 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:23:51.965 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:51 smithi066 bash[18703]: audit 2024-03-21T13:23:50.145431+0000 mon.smithi066 (mon.0) 620 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:23:51.965 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:51 smithi066 bash[18703]: audit 2024-03-21T13:23:50.272117+0000 mon.smithi066 (mon.0) 621 : audit [INF] from='osd.6 ' entity='osd.6' 2024-03-21T13:23:51.965 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:51 smithi066 bash[18703]: audit 2024-03-21T13:23:50.668615+0000 mon.smithi066 (mon.0) 622 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:23:51.965 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:51 smithi066 bash[18703]: audit 2024-03-21T13:23:50.673434+0000 mon.smithi066 (mon.0) 623 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-21T13:23:52.956 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:52 smithi066 bash[18703]: cluster 2024-03-21T13:23:48.920828+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T13:23:52.956 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:52 smithi066 bash[18703]: cluster 2024-03-21T13:23:48.920885+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T13:23:52.956 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:52 smithi066 bash[18703]: cluster 2024-03-21T13:23:50.347139+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T13:23:52.956 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:52 smithi066 bash[18703]: cluster 2024-03-21T13:23:50.347273+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T13:23:52.956 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:52 smithi066 bash[18703]: cluster 2024-03-21T13:23:51.063812+0000 mgr.smithi066.seeyps (mgr.14195) 123 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 447 GiB / 447 GiB avail; 6.2 KiB/s rd, 360 KiB/s wr, 22 op/s; 133 KiB/s, 0 objects/s recovering 2024-03-21T13:23:52.957 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:52 smithi066 bash[18703]: audit 2024-03-21T13:23:51.604019+0000 mon.smithi066 (mon.0) 624 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-21T13:23:52.957 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:52 smithi066 bash[18703]: audit 2024-03-21T13:23:51.606111+0000 mon.smithi066 (mon.0) 625 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "mon metadata", "id": "smithi066"}]: dispatch 2024-03-21T13:23:52.957 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:52 smithi066 bash[18703]: audit 2024-03-21T13:23:51.606469+0000 mon.smithi066 (mon.0) 626 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "mon metadata", "id": "smithi122"}]: dispatch 2024-03-21T13:23:52.957 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:52 smithi066 bash[18703]: audit 2024-03-21T13:23:51.606946+0000 mon.smithi066 (mon.0) 627 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-21T13:23:52.957 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:52 smithi066 bash[18703]: audit 2024-03-21T13:23:51.607335+0000 mon.smithi066 (mon.0) 628 : audit [INF] from='osd.5 [v2:172.21.15.66:6818/1302146708,v1:172.21.15.66:6819/1302146708]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi066", "root=default"]}]': finished 2024-03-21T13:23:52.957 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:52 smithi066 bash[18703]: cluster 2024-03-21T13:23:51.610665+0000 mon.smithi066 (mon.0) 629 : cluster [INF] osd.6 [v2:172.21.15.122:6824/723500087,v1:172.21.15.122:6825/723500087] boot 2024-03-21T13:23:52.957 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:52 smithi066 bash[18703]: cluster 2024-03-21T13:23:51.610699+0000 mon.smithi066 (mon.0) 630 : cluster [DBG] osdmap e31: 8 total, 6 up, 8 in 2024-03-21T13:23:52.957 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:52 smithi066 bash[18703]: audit 2024-03-21T13:23:51.612350+0000 mon.smithi066 (mon.0) 631 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T13:23:52.957 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:52 smithi066 bash[18703]: audit 2024-03-21T13:23:51.612669+0000 mon.smithi066 (mon.0) 632 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-21T13:23:52.957 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:52 smithi066 bash[18703]: audit 2024-03-21T13:23:51.613023+0000 mon.smithi066 (mon.0) 633 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-21T13:23:52.957 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:52 smithi066 bash[18703]: audit 2024-03-21T13:23:51.620261+0000 mon.smithi066 (mon.0) 634 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T13:23:52.957 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:52 smithi066 bash[18703]: audit 2024-03-21T13:23:51.638878+0000 mon.smithi066 (mon.0) 635 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:23:52.957 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:52 smithi066 bash[18703]: audit 2024-03-21T13:23:51.641364+0000 mon.smithi066 (mon.0) 636 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "mon metadata", "id": "smithi066"}]: dispatch 2024-03-21T13:23:52.957 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:52 smithi066 bash[18703]: audit 2024-03-21T13:23:51.641528+0000 mon.smithi066 (mon.0) 637 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "mon metadata", "id": "smithi122"}]: dispatch 2024-03-21T13:23:52.957 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:52 smithi066 bash[18703]: audit 2024-03-21T13:23:51.642266+0000 mon.smithi122 (mon.1) 18 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-21T13:23:52.958 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:52 smithi066 bash[18703]: audit 2024-03-21T13:23:52.550245+0000 mon.smithi122 (mon.1) 19 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-21T13:23:52.958 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:52 smithi066 bash[18703]: audit 2024-03-21T13:23:52.607407+0000 mon.smithi066 (mon.0) 638 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:23:52.962 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:52 smithi122 bash[23477]: cluster 2024-03-21T13:23:48.920828+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T13:23:52.962 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:52 smithi122 bash[23477]: cluster 2024-03-21T13:23:48.920885+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T13:23:52.962 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:52 smithi122 bash[23477]: cluster 2024-03-21T13:23:50.347139+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T13:23:52.963 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:52 smithi122 bash[23477]: cluster 2024-03-21T13:23:50.347273+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T13:23:52.963 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:52 smithi122 bash[23477]: cluster 2024-03-21T13:23:51.063812+0000 mgr.smithi066.seeyps (mgr.14195) 123 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 244 MiB used, 447 GiB / 447 GiB avail; 6.2 KiB/s rd, 360 KiB/s wr, 22 op/s; 133 KiB/s, 0 objects/s recovering 2024-03-21T13:23:52.963 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:52 smithi122 bash[23477]: audit 2024-03-21T13:23:51.604019+0000 mon.smithi066 (mon.0) 624 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-21T13:23:52.963 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:52 smithi122 bash[23477]: audit 2024-03-21T13:23:51.606111+0000 mon.smithi066 (mon.0) 625 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "mon metadata", "id": "smithi066"}]: dispatch 2024-03-21T13:23:52.963 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:52 smithi122 bash[23477]: audit 2024-03-21T13:23:51.606469+0000 mon.smithi066 (mon.0) 626 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "mon metadata", "id": "smithi122"}]: dispatch 2024-03-21T13:23:52.963 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:52 smithi122 bash[23477]: audit 2024-03-21T13:23:51.606946+0000 mon.smithi066 (mon.0) 627 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-21T13:23:52.963 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:52 smithi122 bash[23477]: audit 2024-03-21T13:23:51.607335+0000 mon.smithi066 (mon.0) 628 : audit [INF] from='osd.5 [v2:172.21.15.66:6818/1302146708,v1:172.21.15.66:6819/1302146708]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi066", "root=default"]}]': finished 2024-03-21T13:23:52.963 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:52 smithi122 bash[23477]: cluster 2024-03-21T13:23:51.610665+0000 mon.smithi066 (mon.0) 629 : cluster [INF] osd.6 [v2:172.21.15.122:6824/723500087,v1:172.21.15.122:6825/723500087] boot 2024-03-21T13:23:52.963 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:52 smithi122 bash[23477]: cluster 2024-03-21T13:23:51.610699+0000 mon.smithi066 (mon.0) 630 : cluster [DBG] osdmap e31: 8 total, 6 up, 8 in 2024-03-21T13:23:52.963 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:52 smithi122 bash[23477]: audit 2024-03-21T13:23:51.612350+0000 mon.smithi066 (mon.0) 631 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T13:23:52.963 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:52 smithi122 bash[23477]: audit 2024-03-21T13:23:51.612669+0000 mon.smithi066 (mon.0) 632 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-21T13:23:52.963 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:52 smithi122 bash[23477]: audit 2024-03-21T13:23:51.613023+0000 mon.smithi066 (mon.0) 633 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-21T13:23:52.963 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:52 smithi122 bash[23477]: audit 2024-03-21T13:23:51.620261+0000 mon.smithi066 (mon.0) 634 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T13:23:52.963 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:52 smithi122 bash[23477]: audit 2024-03-21T13:23:51.638878+0000 mon.smithi066 (mon.0) 635 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:23:52.964 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:52 smithi122 bash[23477]: audit 2024-03-21T13:23:51.641364+0000 mon.smithi066 (mon.0) 636 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "mon metadata", "id": "smithi066"}]: dispatch 2024-03-21T13:23:52.964 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:52 smithi122 bash[23477]: audit 2024-03-21T13:23:51.641528+0000 mon.smithi066 (mon.0) 637 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "mon metadata", "id": "smithi122"}]: dispatch 2024-03-21T13:23:52.964 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:52 smithi122 bash[23477]: audit 2024-03-21T13:23:51.642266+0000 mon.smithi122 (mon.1) 18 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-21T13:23:52.964 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:52 smithi122 bash[23477]: audit 2024-03-21T13:23:52.550245+0000 mon.smithi122 (mon.1) 19 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-21T13:23:52.964 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:52 smithi122 bash[23477]: audit 2024-03-21T13:23:52.607407+0000 mon.smithi066 (mon.0) 638 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:23:53.962 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:53 smithi122 bash[23477]: audit 2024-03-21T13:23:52.617367+0000 mon.smithi066 (mon.0) 639 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T13:23:53.962 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:53 smithi122 bash[23477]: cluster 2024-03-21T13:23:52.646270+0000 mon.smithi066 (mon.0) 640 : cluster [INF] osd.5 [v2:172.21.15.66:6818/1302146708,v1:172.21.15.66:6819/1302146708] boot 2024-03-21T13:23:53.962 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:53 smithi122 bash[23477]: cluster 2024-03-21T13:23:52.646336+0000 mon.smithi066 (mon.0) 641 : cluster [DBG] osdmap e32: 8 total, 7 up, 8 in 2024-03-21T13:23:53.962 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:53 smithi122 bash[23477]: audit 2024-03-21T13:23:52.646903+0000 mon.smithi066 (mon.0) 642 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T13:23:53.962 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:53 smithi122 bash[23477]: audit 2024-03-21T13:23:52.647503+0000 mon.smithi066 (mon.0) 643 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-21T13:23:53.962 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:53 smithi122 bash[23477]: cluster 2024-03-21T13:23:53.064234+0000 mgr.smithi066.seeyps (mgr.14195) 124 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 183 MiB used, 536 GiB / 536 GiB avail; 6.3 KiB/s rd, 364 KiB/s wr, 22 op/s; 134 KiB/s, 0 objects/s recovering 2024-03-21T13:23:53.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:53 smithi066 bash[18703]: audit 2024-03-21T13:23:52.617367+0000 mon.smithi066 (mon.0) 639 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T13:23:53.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:53 smithi066 bash[18703]: cluster 2024-03-21T13:23:52.646270+0000 mon.smithi066 (mon.0) 640 : cluster [INF] osd.5 [v2:172.21.15.66:6818/1302146708,v1:172.21.15.66:6819/1302146708] boot 2024-03-21T13:23:53.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:53 smithi066 bash[18703]: cluster 2024-03-21T13:23:52.646336+0000 mon.smithi066 (mon.0) 641 : cluster [DBG] osdmap e32: 8 total, 7 up, 8 in 2024-03-21T13:23:53.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:53 smithi066 bash[18703]: audit 2024-03-21T13:23:52.646903+0000 mon.smithi066 (mon.0) 642 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-21T13:23:53.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:53 smithi066 bash[18703]: audit 2024-03-21T13:23:52.647503+0000 mon.smithi066 (mon.0) 643 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-21T13:23:53.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:53 smithi066 bash[18703]: cluster 2024-03-21T13:23:53.064234+0000 mgr.smithi066.seeyps (mgr.14195) 124 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 183 MiB used, 536 GiB / 536 GiB avail; 6.3 KiB/s rd, 364 KiB/s wr, 22 op/s; 134 KiB/s, 0 objects/s recovering 2024-03-21T13:23:54.962 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:54 smithi122 bash[23477]: cluster 2024-03-21T13:23:53.652103+0000 mon.smithi066 (mon.0) 644 : cluster [DBG] osdmap e33: 8 total, 7 up, 8 in 2024-03-21T13:23:54.962 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:54 smithi122 bash[23477]: audit 2024-03-21T13:23:53.652273+0000 mon.smithi066 (mon.0) 645 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-21T13:23:54.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:54 smithi066 bash[18703]: cluster 2024-03-21T13:23:53.652103+0000 mon.smithi066 (mon.0) 644 : cluster [DBG] osdmap e33: 8 total, 7 up, 8 in 2024-03-21T13:23:54.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:54 smithi066 bash[18703]: audit 2024-03-21T13:23:53.652273+0000 mon.smithi066 (mon.0) 645 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-21T13:23:55.189 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/mon.smithi066/config 2024-03-21T13:23:55.962 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:55 smithi122 bash[23477]: cluster 2024-03-21T13:23:55.064827+0000 mgr.smithi066.seeyps (mgr.14195) 125 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 210 MiB used, 626 GiB / 626 GiB avail; 5.1 KiB/s rd, 295 KiB/s wr, 18 op/s; 109 KiB/s, 0 objects/s recovering 2024-03-21T13:23:55.962 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:55 smithi122 bash[23477]: audit 2024-03-21T13:23:55.151443+0000 mon.smithi066 (mon.0) 646 : audit [INF] from='osd.7 [v2:172.21.15.66:6826/789276159,v1:172.21.15.66:6827/789276159]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-03-21T13:23:55.963 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:55 smithi066 bash[18703]: cluster 2024-03-21T13:23:55.064827+0000 mgr.smithi066.seeyps (mgr.14195) 125 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 210 MiB used, 626 GiB / 626 GiB avail; 5.1 KiB/s rd, 295 KiB/s wr, 18 op/s; 109 KiB/s, 0 objects/s recovering 2024-03-21T13:23:55.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:55 smithi066 bash[18703]: audit 2024-03-21T13:23:55.151443+0000 mon.smithi066 (mon.0) 646 : audit [INF] from='osd.7 [v2:172.21.15.66:6826/789276159,v1:172.21.15.66:6827/789276159]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-03-21T13:23:56.962 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:56 smithi122 bash[23477]: audit 2024-03-21T13:23:55.659265+0000 mon.smithi066 (mon.0) 647 : audit [INF] from='osd.7 [v2:172.21.15.66:6826/789276159,v1:172.21.15.66:6827/789276159]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-03-21T13:23:56.962 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:56 smithi122 bash[23477]: cluster 2024-03-21T13:23:55.664304+0000 mon.smithi066 (mon.0) 648 : cluster [DBG] osdmap e34: 8 total, 7 up, 8 in 2024-03-21T13:23:56.962 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:56 smithi122 bash[23477]: audit 2024-03-21T13:23:55.664792+0000 mon.smithi066 (mon.0) 649 : audit [INF] from='osd.7 [v2:172.21.15.66:6826/789276159,v1:172.21.15.66:6827/789276159]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi066", "root=default"]}]: dispatch 2024-03-21T13:23:56.962 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:56 smithi122 bash[23477]: audit 2024-03-21T13:23:55.665300+0000 mon.smithi066 (mon.0) 650 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-21T13:23:56.963 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:56 smithi066 bash[18703]: audit 2024-03-21T13:23:55.659265+0000 mon.smithi066 (mon.0) 647 : audit [INF] from='osd.7 [v2:172.21.15.66:6826/789276159,v1:172.21.15.66:6827/789276159]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-03-21T13:23:56.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:56 smithi066 bash[18703]: cluster 2024-03-21T13:23:55.664304+0000 mon.smithi066 (mon.0) 648 : cluster [DBG] osdmap e34: 8 total, 7 up, 8 in 2024-03-21T13:23:56.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:56 smithi066 bash[18703]: audit 2024-03-21T13:23:55.664792+0000 mon.smithi066 (mon.0) 649 : audit [INF] from='osd.7 [v2:172.21.15.66:6826/789276159,v1:172.21.15.66:6827/789276159]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi066", "root=default"]}]: dispatch 2024-03-21T13:23:56.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:56 smithi066 bash[18703]: audit 2024-03-21T13:23:55.665300+0000 mon.smithi066 (mon.0) 650 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-21T13:23:57.962 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:57 smithi122 bash[23477]: audit 2024-03-21T13:23:56.661355+0000 mon.smithi066 (mon.0) 651 : audit [INF] from='osd.7 [v2:172.21.15.66:6826/789276159,v1:172.21.15.66:6827/789276159]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi066", "root=default"]}]': finished 2024-03-21T13:23:57.962 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:57 smithi122 bash[23477]: cluster 2024-03-21T13:23:56.665507+0000 mon.smithi066 (mon.0) 652 : cluster [DBG] osdmap e35: 8 total, 7 up, 8 in 2024-03-21T13:23:57.962 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:57 smithi122 bash[23477]: audit 2024-03-21T13:23:56.666991+0000 mon.smithi066 (mon.0) 653 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-21T13:23:57.962 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:57 smithi122 bash[23477]: audit 2024-03-21T13:23:56.673123+0000 mon.smithi066 (mon.0) 654 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-21T13:23:57.962 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:57 smithi122 bash[23477]: cluster 2024-03-21T13:23:56.820176+0000 mon.smithi066 (mon.0) 655 : cluster [DBG] osdmap e36: 8 total, 7 up, 8 in 2024-03-21T13:23:57.962 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:57 smithi122 bash[23477]: audit 2024-03-21T13:23:56.820308+0000 mon.smithi066 (mon.0) 656 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-21T13:23:57.962 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:57 smithi122 bash[23477]: cluster 2024-03-21T13:23:57.065262+0000 mgr.smithi066.seeyps (mgr.14195) 126 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 210 MiB used, 626 GiB / 626 GiB avail; 9.0 KiB/s rd, 457 KiB/s wr, 29 op/s 2024-03-21T13:23:57.962 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:57 smithi122 bash[23477]: audit 2024-03-21T13:23:57.200061+0000 mon.smithi066 (mon.0) 657 : audit [INF] from='osd.7 [v2:172.21.15.66:6826/789276159,v1:172.21.15.66:6827/789276159]' entity='osd.7' 2024-03-21T13:23:57.963 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:57 smithi122 bash[23477]: audit 2024-03-21T13:23:57.673058+0000 mon.smithi066 (mon.0) 658 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-21T13:23:57.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:57 smithi066 bash[18703]: audit 2024-03-21T13:23:56.661355+0000 mon.smithi066 (mon.0) 651 : audit [INF] from='osd.7 [v2:172.21.15.66:6826/789276159,v1:172.21.15.66:6827/789276159]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi066", "root=default"]}]': finished 2024-03-21T13:23:57.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:57 smithi066 bash[18703]: cluster 2024-03-21T13:23:56.665507+0000 mon.smithi066 (mon.0) 652 : cluster [DBG] osdmap e35: 8 total, 7 up, 8 in 2024-03-21T13:23:57.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:57 smithi066 bash[18703]: audit 2024-03-21T13:23:56.666991+0000 mon.smithi066 (mon.0) 653 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-21T13:23:57.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:57 smithi066 bash[18703]: audit 2024-03-21T13:23:56.673123+0000 mon.smithi066 (mon.0) 654 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-21T13:23:57.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:57 smithi066 bash[18703]: cluster 2024-03-21T13:23:56.820176+0000 mon.smithi066 (mon.0) 655 : cluster [DBG] osdmap e36: 8 total, 7 up, 8 in 2024-03-21T13:23:57.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:57 smithi066 bash[18703]: audit 2024-03-21T13:23:56.820308+0000 mon.smithi066 (mon.0) 656 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-21T13:23:57.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:57 smithi066 bash[18703]: cluster 2024-03-21T13:23:57.065262+0000 mgr.smithi066.seeyps (mgr.14195) 126 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 210 MiB used, 626 GiB / 626 GiB avail; 9.0 KiB/s rd, 457 KiB/s wr, 29 op/s 2024-03-21T13:23:57.965 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:57 smithi066 bash[18703]: audit 2024-03-21T13:23:57.200061+0000 mon.smithi066 (mon.0) 657 : audit [INF] from='osd.7 [v2:172.21.15.66:6826/789276159,v1:172.21.15.66:6827/789276159]' entity='osd.7' 2024-03-21T13:23:57.965 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:57 smithi066 bash[18703]: audit 2024-03-21T13:23:57.673058+0000 mon.smithi066 (mon.0) 658 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-21T13:23:58.911 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-03-21T13:23:59.081 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:58 smithi066 bash[18703]: cluster 2024-03-21T13:23:56.195567+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T13:23:59.081 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:58 smithi066 bash[18703]: cluster 2024-03-21T13:23:56.195703+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T13:23:59.082 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:58 smithi066 bash[18703]: cluster 2024-03-21T13:23:57.787251+0000 mon.smithi066 (mon.0) 659 : cluster [INF] osd.7 [v2:172.21.15.66:6826/789276159,v1:172.21.15.66:6827/789276159] boot 2024-03-21T13:23:59.082 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:58 smithi066 bash[18703]: cluster 2024-03-21T13:23:57.787375+0000 mon.smithi066 (mon.0) 660 : cluster [DBG] osdmap e37: 8 total, 8 up, 8 in 2024-03-21T13:23:59.082 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:58 smithi066 bash[18703]: audit 2024-03-21T13:23:57.788299+0000 mon.smithi066 (mon.0) 661 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-21T13:23:59.082 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:58 smithi066 bash[18703]: audit 2024-03-21T13:23:58.449984+0000 mon.smithi066 (mon.0) 662 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:23:59.082 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:58 smithi066 bash[18703]: audit 2024-03-21T13:23:58.458601+0000 mon.smithi066 (mon.0) 663 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:23:59.082 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:58 smithi066 bash[18703]: audit 2024-03-21T13:23:58.553879+0000 mon.smithi066 (mon.0) 664 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:23:59.212 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:58 smithi122 bash[23477]: cluster 2024-03-21T13:23:56.195567+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T13:23:59.212 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:58 smithi122 bash[23477]: cluster 2024-03-21T13:23:56.195703+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T13:23:59.212 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:58 smithi122 bash[23477]: cluster 2024-03-21T13:23:57.787251+0000 mon.smithi066 (mon.0) 659 : cluster [INF] osd.7 [v2:172.21.15.66:6826/789276159,v1:172.21.15.66:6827/789276159] boot 2024-03-21T13:23:59.212 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:58 smithi122 bash[23477]: cluster 2024-03-21T13:23:57.787375+0000 mon.smithi066 (mon.0) 660 : cluster [DBG] osdmap e37: 8 total, 8 up, 8 in 2024-03-21T13:23:59.212 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:58 smithi122 bash[23477]: audit 2024-03-21T13:23:57.788299+0000 mon.smithi066 (mon.0) 661 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-21T13:23:59.212 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:58 smithi122 bash[23477]: audit 2024-03-21T13:23:58.449984+0000 mon.smithi066 (mon.0) 662 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:23:59.213 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:58 smithi122 bash[23477]: audit 2024-03-21T13:23:58.458601+0000 mon.smithi066 (mon.0) 663 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:23:59.213 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:58 smithi122 bash[23477]: audit 2024-03-21T13:23:58.553879+0000 mon.smithi066 (mon.0) 664 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:23:59.587 INFO:teuthology.orchestra.run.smithi066.stdout:{"epoch":38,"num_osds":8,"num_up_osds":8,"osd_up_since":1711027437,"num_in_osds":8,"osd_in_since":1711027388,"num_remapped_pgs":1} 2024-03-21T13:23:59.588 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell --fsid 5ff71cb6-e785-11ee-95cd-87774f69a715 -- ceph osd dump --format=json 2024-03-21T13:23:59.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:59 smithi066 bash[18703]: cluster 2024-03-21T13:23:58.795417+0000 mon.smithi066 (mon.0) 665 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2024-03-21T13:23:59.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:59 smithi066 bash[18703]: audit 2024-03-21T13:23:58.911433+0000 mon.smithi066 (mon.0) 666 : audit [DBG] from='client.? 172.21.15.66:0/3868307485' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-21T13:23:59.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:23:59 smithi066 bash[18703]: cluster 2024-03-21T13:23:59.065797+0000 mgr.smithi066.seeyps (mgr.14195) 127 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:00.212 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:59 smithi122 bash[23477]: cluster 2024-03-21T13:23:58.795417+0000 mon.smithi066 (mon.0) 665 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2024-03-21T13:24:00.212 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:59 smithi122 bash[23477]: audit 2024-03-21T13:23:58.911433+0000 mon.smithi066 (mon.0) 666 : audit [DBG] from='client.? 172.21.15.66:0/3868307485' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-21T13:24:00.212 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:23:59 smithi122 bash[23477]: cluster 2024-03-21T13:23:59.065797+0000 mgr.smithi066.seeyps (mgr.14195) 127 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:00.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:24:00 smithi066 bash[18703]: cluster 2024-03-21T13:23:59.801540+0000 mon.smithi066 (mon.0) 667 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2024-03-21T13:24:01.212 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:24:00 smithi122 bash[23477]: cluster 2024-03-21T13:23:59.801540+0000 mon.smithi066 (mon.0) 667 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2024-03-21T13:24:02.212 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:24:01 smithi122 bash[23477]: cluster 2024-03-21T13:24:00.812660+0000 mon.smithi066 (mon.0) 668 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2024-03-21T13:24:02.212 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:24:01 smithi122 bash[23477]: cluster 2024-03-21T13:24:01.066364+0000 mgr.smithi066.seeyps (mgr.14195) 128 : cluster [DBG] pgmap v102: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-03-21T13:24:02.214 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:24:01 smithi066 bash[18703]: cluster 2024-03-21T13:24:00.812660+0000 mon.smithi066 (mon.0) 668 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2024-03-21T13:24:02.214 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:24:01 smithi066 bash[18703]: cluster 2024-03-21T13:24:01.066364+0000 mgr.smithi066.seeyps (mgr.14195) 128 : cluster [DBG] pgmap v102: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-03-21T13:24:03.210 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:24:02 smithi066 bash[18703]: cluster 2024-03-21T13:24:01.816534+0000 mon.smithi066 (mon.0) 669 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2024-03-21T13:24:03.211 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:24:02 smithi122 bash[23477]: cluster 2024-03-21T13:24:01.816534+0000 mon.smithi066 (mon.0) 669 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2024-03-21T13:24:03.593 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/mon.smithi066/config 2024-03-21T13:24:03.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:24:03 smithi066 bash[18703]: cluster 2024-03-21T13:24:03.067005+0000 mgr.smithi066.seeyps (mgr.14195) 129 : cluster [DBG] pgmap v104: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail; 135 KiB/s, 0 objects/s recovering 2024-03-21T13:24:03.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:24:03 smithi066 bash[18703]: audit 2024-03-21T13:24:03.125325+0000 mon.smithi066 (mon.0) 670 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:24:04.211 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:24:03 smithi122 bash[23477]: cluster 2024-03-21T13:24:03.067005+0000 mgr.smithi066.seeyps (mgr.14195) 129 : cluster [DBG] pgmap v104: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail; 135 KiB/s, 0 objects/s recovering 2024-03-21T13:24:04.212 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:24:03 smithi122 bash[23477]: audit 2024-03-21T13:24:03.125325+0000 mon.smithi066 (mon.0) 670 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:24:05.462 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:24:05 smithi122 bash[23477]: audit 2024-03-21T13:24:04.092269+0000 mon.smithi066 (mon.0) 671 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:24:05.462 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:24:05 smithi122 bash[23477]: audit 2024-03-21T13:24:04.097796+0000 mon.smithi066 (mon.0) 672 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:24:05.462 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:24:05 smithi122 bash[23477]: audit 2024-03-21T13:24:04.542172+0000 mon.smithi066 (mon.0) 673 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:24:05.462 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:24:05 smithi122 bash[23477]: audit 2024-03-21T13:24:04.549088+0000 mon.smithi066 (mon.0) 674 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:24:05.464 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:24:05 smithi066 bash[18703]: audit 2024-03-21T13:24:04.092269+0000 mon.smithi066 (mon.0) 671 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:24:05.464 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:24:05 smithi066 bash[18703]: audit 2024-03-21T13:24:04.097796+0000 mon.smithi066 (mon.0) 672 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:24:05.465 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:24:05 smithi066 bash[18703]: audit 2024-03-21T13:24:04.542172+0000 mon.smithi066 (mon.0) 673 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:24:05.465 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:24:05 smithi066 bash[18703]: audit 2024-03-21T13:24:04.549088+0000 mon.smithi066 (mon.0) 674 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:24:06.182 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-03-21T13:24:06.182 INFO:teuthology.orchestra.run.smithi066.stdout:{"epoch":41,"fsid":"5ff71cb6-e785-11ee-95cd-87774f69a715","created":"2024-03-21T13:18:56.224442+0000","modified":"2024-03-21T13:24:01.808111+0000","last_up_change":"2024-03-21T13:23:57.775324+0000","last_in_change":"2024-03-21T13:23:08.187991+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":14,"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-03-21T13:23:41.611087+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"24","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_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":"92499ba6-1b9f-4b13-84ed-cf0d3b202336","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":39,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6800","nonce":847583722},{"type":"v1","addr":"172.21.15.122:6801","nonce":847583722}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6802","nonce":847583722},{"type":"v1","addr":"172.21.15.122:6803","nonce":847583722}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6806","nonce":847583722},{"type":"v1","addr":"172.21.15.122:6807","nonce":847583722}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6804","nonce":847583722},{"type":"v1","addr":"172.21.15.122:6805","nonce":847583722}]},"public_addr":"172.21.15.122:6801/847583722","cluster_addr":"172.21.15.122:6803/847583722","heartbeat_back_addr":"172.21.15.122:6807/847583722","heartbeat_front_addr":"172.21.15.122:6805/847583722","state":["exists","up"]},{"osd":1,"uuid":"b837929c-65d7-4153-b35e-31f93e6e64b3","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":27,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6802","nonce":1398364108},{"type":"v1","addr":"172.21.15.66:6803","nonce":1398364108}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6804","nonce":1398364108},{"type":"v1","addr":"172.21.15.66:6805","nonce":1398364108}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6808","nonce":1398364108},{"type":"v1","addr":"172.21.15.66:6809","nonce":1398364108}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6806","nonce":1398364108},{"type":"v1","addr":"172.21.15.66:6807","nonce":1398364108}]},"public_addr":"172.21.15.66:6803/1398364108","cluster_addr":"172.21.15.66:6805/1398364108","heartbeat_back_addr":"172.21.15.66:6809/1398364108","heartbeat_front_addr":"172.21.15.66:6807/1398364108","state":["exists","up"]},{"osd":2,"uuid":"228229bc-c63b-49d0-8cd6-5265c16c7636","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6808","nonce":3950444953},{"type":"v1","addr":"172.21.15.122:6809","nonce":3950444953}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6810","nonce":3950444953},{"type":"v1","addr":"172.21.15.122:6811","nonce":3950444953}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6814","nonce":3950444953},{"type":"v1","addr":"172.21.15.122:6815","nonce":3950444953}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6812","nonce":3950444953},{"type":"v1","addr":"172.21.15.122:6813","nonce":3950444953}]},"public_addr":"172.21.15.122:6809/3950444953","cluster_addr":"172.21.15.122:6811/3950444953","heartbeat_back_addr":"172.21.15.122:6815/3950444953","heartbeat_front_addr":"172.21.15.122:6813/3950444953","state":["exists","up"]},{"osd":3,"uuid":"4499ad71-cdff-431d-a3b2-83de3bea3671","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6810","nonce":1462868953},{"type":"v1","addr":"172.21.15.66:6811","nonce":1462868953}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6812","nonce":1462868953},{"type":"v1","addr":"172.21.15.66:6813","nonce":1462868953}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6816","nonce":1462868953},{"type":"v1","addr":"172.21.15.66:6817","nonce":1462868953}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6814","nonce":1462868953},{"type":"v1","addr":"172.21.15.66:6815","nonce":1462868953}]},"public_addr":"172.21.15.66:6811/1462868953","cluster_addr":"172.21.15.66:6813/1462868953","heartbeat_back_addr":"172.21.15.66:6817/1462868953","heartbeat_front_addr":"172.21.15.66:6815/1462868953","state":["exists","up"]},{"osd":4,"uuid":"488304c6-5239-4324-8c83-49498f8d1256","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6816","nonce":848668088},{"type":"v1","addr":"172.21.15.122:6817","nonce":848668088}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6818","nonce":848668088},{"type":"v1","addr":"172.21.15.122:6819","nonce":848668088}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6822","nonce":848668088},{"type":"v1","addr":"172.21.15.122:6823","nonce":848668088}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6820","nonce":848668088},{"type":"v1","addr":"172.21.15.122:6821","nonce":848668088}]},"public_addr":"172.21.15.122:6817/848668088","cluster_addr":"172.21.15.122:6819/848668088","heartbeat_back_addr":"172.21.15.122:6823/848668088","heartbeat_front_addr":"172.21.15.122:6821/848668088","state":["exists","up"]},{"osd":5,"uuid":"18b8242f-32d1-4452-96a2-b83c7cce5827","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6818","nonce":1302146708},{"type":"v1","addr":"172.21.15.66:6819","nonce":1302146708}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6820","nonce":1302146708},{"type":"v1","addr":"172.21.15.66:6821","nonce":1302146708}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6824","nonce":1302146708},{"type":"v1","addr":"172.21.15.66:6825","nonce":1302146708}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6822","nonce":1302146708},{"type":"v1","addr":"172.21.15.66:6823","nonce":1302146708}]},"public_addr":"172.21.15.66:6819/1302146708","cluster_addr":"172.21.15.66:6821/1302146708","heartbeat_back_addr":"172.21.15.66:6825/1302146708","heartbeat_front_addr":"172.21.15.66:6823/1302146708","state":["exists","up"]},{"osd":6,"uuid":"4c646e01-628a-41ea-b507-38b6d8b0b116","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6824","nonce":723500087},{"type":"v1","addr":"172.21.15.122:6825","nonce":723500087}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6826","nonce":723500087},{"type":"v1","addr":"172.21.15.122:6827","nonce":723500087}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6830","nonce":723500087},{"type":"v1","addr":"172.21.15.122:6831","nonce":723500087}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6828","nonce":723500087},{"type":"v1","addr":"172.21.15.122:6829","nonce":723500087}]},"public_addr":"172.21.15.122:6825/723500087","cluster_addr":"172.21.15.122:6827/723500087","heartbeat_back_addr":"172.21.15.122:6831/723500087","heartbeat_front_addr":"172.21.15.122:6829/723500087","state":["exists","up"]},{"osd":7,"uuid":"b809a144-3c7d-43b8-937d-1a74da69381f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":40,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6826","nonce":789276159},{"type":"v1","addr":"172.21.15.66:6827","nonce":789276159}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6828","nonce":789276159},{"type":"v1","addr":"172.21.15.66:6829","nonce":789276159}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6832","nonce":789276159},{"type":"v1","addr":"172.21.15.66:6833","nonce":789276159}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6830","nonce":789276159},{"type":"v1","addr":"172.21.15.66:6831","nonce":789276159}]},"public_addr":"172.21.15.66:6827/789276159","cluster_addr":"172.21.15.66:6829/789276159","heartbeat_back_addr":"172.21.15.66:6833/789276159","heartbeat_front_addr":"172.21.15.66:6831/789276159","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T13:23:32.933039+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T13:23:37.982237+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T13:23:38.604584+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T13:23:44.214534+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T13:23:44.516296+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T13:23:50.347279+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T13:23:48.920887+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T13:23:56.195709+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.66:0/180791763":"2024-03-22T13:21:33.024017+0000","172.21.15.66:0/2900538036":"2024-03-22T13:21:33.024017+0000","172.21.15.66:6801/3940195667":"2024-03-22T13:21:33.024017+0000","172.21.15.66:6800/3940195667":"2024-03-22T13:21:33.024017+0000","172.21.15.66:0/2066914608":"2024-03-22T13:21:33.024017+0000","172.21.15.66:0/1332832873":"2024-03-22T13:20:13.719711+0000","172.21.15.66:0/1683231850":"2024-03-22T13:20:13.719711+0000","172.21.15.66:6801/116637702":"2024-03-22T13:19:27.568024+0000","172.21.15.66:6800/116637702":"2024-03-22T13:19:27.568024+0000","172.21.15.66:0/1653280853":"2024-03-22T13:19:27.568024+0000","172.21.15.66:6800/1810461234":"2024-03-22T13:20:13.719711+0000","172.21.15.66:0/3589630187":"2024-03-22T13:19:27.568024+0000","172.21.15.66:6801/1810461234":"2024-03-22T13:20:13.719711+0000","172.21.15.66:0/1858725794":"2024-03-22T13:19:27.568024+0000","172.21.15.66:0/39326488":"2024-03-22T13:20:13.719711+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-03-21T13:24:06.812 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:24:06 smithi066 bash[18703]: cluster 2024-03-21T13:24:05.067388+0000 mgr.smithi066.seeyps (mgr.14195) 130 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-03-21T13:24:06.812 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:24:06 smithi066 bash[18703]: audit 2024-03-21T13:24:06.180744+0000 mon.smithi066 (mon.0) 675 : audit [DBG] from='client.? 172.21.15.66:0/1076937798' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-21T13:24:06.814 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-03-21T13:23:41.611087+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '24', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}, 'read_balance': {'score_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-03-21T13:24:06.814 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell --fsid 5ff71cb6-e785-11ee-95cd-87774f69a715 -- ceph osd pool get .mgr pg_num 2024-03-21T13:24:06.962 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:24:06 smithi122 bash[23477]: cluster 2024-03-21T13:24:05.067388+0000 mgr.smithi066.seeyps (mgr.14195) 130 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-03-21T13:24:06.962 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:24:06 smithi122 bash[23477]: audit 2024-03-21T13:24:06.180744+0000 mon.smithi066 (mon.0) 675 : audit [DBG] from='client.? 172.21.15.66:0/1076937798' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-21T13:24:08.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:24:08 smithi066 bash[18703]: cluster 2024-03-21T13:24:07.067945+0000 mgr.smithi066.seeyps (mgr.14195) 131 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail; 79 KiB/s, 0 objects/s recovering 2024-03-21T13:24:08.962 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:24:08 smithi122 bash[23477]: cluster 2024-03-21T13:24:07.067945+0000 mgr.smithi066.seeyps (mgr.14195) 131 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail; 79 KiB/s, 0 objects/s recovering 2024-03-21T13:24:10.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:24:10 smithi122 bash[23477]: cluster 2024-03-21T13:24:09.068555+0000 mgr.smithi066.seeyps (mgr.14195) 132 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:10.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:24:10 smithi066 bash[18703]: cluster 2024-03-21T13:24:09.068555+0000 mgr.smithi066.seeyps (mgr.14195) 132 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:11.389 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/mon.smithi066/config 2024-03-21T13:24:12.861 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:24:12 smithi066 bash[18703]: cluster 2024-03-21T13:24:11.069150+0000 mgr.smithi066.seeyps (mgr.14195) 133 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:12.962 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:24:12 smithi122 bash[23477]: cluster 2024-03-21T13:24:11.069150+0000 mgr.smithi066.seeyps (mgr.14195) 133 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:14.905 INFO:teuthology.orchestra.run.smithi066.stdout:pg_num: 1 2024-03-21T13:24:14.923 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:24:14 smithi066 bash[18703]: cluster 2024-03-21T13:24:13.069629+0000 mgr.smithi066.seeyps (mgr.14195) 134 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:14.962 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:24:14 smithi122 bash[23477]: cluster 2024-03-21T13:24:13.069629+0000 mgr.smithi066.seeyps (mgr.14195) 134 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:15.610 INFO:tasks.cephadm:Setting up client nodes... 2024-03-21T13:24:15.610 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ff71cb6-e785-11ee-95cd-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-03-21T13:24:15.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:24:15 smithi066 bash[18703]: cephadm 2024-03-21T13:24:14.811846+0000 mgr.smithi066.seeyps (mgr.14195) 135 : cephadm [INF] Detected new or changed devices on smithi122 2024-03-21T13:24:15.965 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:24:15 smithi066 bash[18703]: audit 2024-03-21T13:24:14.818413+0000 mon.smithi066 (mon.0) 676 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:24:15.965 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:24:15 smithi066 bash[18703]: audit 2024-03-21T13:24:14.824577+0000 mon.smithi066 (mon.0) 677 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:24:15.965 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:24:15 smithi066 bash[18703]: audit 2024-03-21T13:24:14.825932+0000 mon.smithi066 (mon.0) 678 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:24:15.965 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:24:15 smithi066 bash[18703]: audit 2024-03-21T13:24:14.826819+0000 mon.smithi066 (mon.0) 679 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:24:15.965 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:24:15 smithi066 bash[18703]: audit 2024-03-21T13:24:14.827579+0000 mon.smithi066 (mon.0) 680 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:24:15.965 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:24:15 smithi066 bash[18703]: audit 2024-03-21T13:24:14.828370+0000 mon.smithi066 (mon.0) 681 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:24:15.965 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:24:15 smithi066 bash[18703]: cephadm 2024-03-21T13:24:14.829028+0000 mgr.smithi066.seeyps (mgr.14195) 136 : cephadm [INF] Adjusting osd_memory_target on smithi122 to 3772M 2024-03-21T13:24:15.965 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:24:15 smithi066 bash[18703]: audit 2024-03-21T13:24:14.832309+0000 mon.smithi066 (mon.0) 682 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:24:15.965 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:24:15 smithi066 bash[18703]: audit 2024-03-21T13:24:14.905168+0000 mon.smithi066 (mon.0) 683 : audit [DBG] from='client.? 172.21.15.66:0/2133151857' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-03-21T13:24:15.965 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:24:15 smithi066 bash[18703]: cluster 2024-03-21T13:24:15.070024+0000 mgr.smithi066.seeyps (mgr.14195) 137 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:16.212 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:24:15 smithi122 bash[23477]: cephadm 2024-03-21T13:24:14.811846+0000 mgr.smithi066.seeyps (mgr.14195) 135 : cephadm [INF] Detected new or changed devices on smithi122 2024-03-21T13:24:16.212 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:24:15 smithi122 bash[23477]: audit 2024-03-21T13:24:14.818413+0000 mon.smithi066 (mon.0) 676 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:24:16.212 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:24:15 smithi122 bash[23477]: audit 2024-03-21T13:24:14.824577+0000 mon.smithi066 (mon.0) 677 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:24:16.212 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:24:15 smithi122 bash[23477]: audit 2024-03-21T13:24:14.825932+0000 mon.smithi066 (mon.0) 678 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:24:16.212 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:24:15 smithi122 bash[23477]: audit 2024-03-21T13:24:14.826819+0000 mon.smithi066 (mon.0) 679 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:24:16.213 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:24:15 smithi122 bash[23477]: audit 2024-03-21T13:24:14.827579+0000 mon.smithi066 (mon.0) 680 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:24:16.213 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:24:15 smithi122 bash[23477]: audit 2024-03-21T13:24:14.828370+0000 mon.smithi066 (mon.0) 681 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:24:16.213 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:24:15 smithi122 bash[23477]: cephadm 2024-03-21T13:24:14.829028+0000 mgr.smithi066.seeyps (mgr.14195) 136 : cephadm [INF] Adjusting osd_memory_target on smithi122 to 3772M 2024-03-21T13:24:16.213 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:24:15 smithi122 bash[23477]: audit 2024-03-21T13:24:14.832309+0000 mon.smithi066 (mon.0) 682 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:24:16.213 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:24:15 smithi122 bash[23477]: audit 2024-03-21T13:24:14.905168+0000 mon.smithi066 (mon.0) 683 : audit [DBG] from='client.? 172.21.15.66:0/2133151857' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-03-21T13:24:16.213 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:24:15 smithi122 bash[23477]: cluster 2024-03-21T13:24:15.070024+0000 mgr.smithi066.seeyps (mgr.14195) 137 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:17.462 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:24:17 smithi122 bash[23477]: cephadm 2024-03-21T13:24:16.174558+0000 mgr.smithi066.seeyps (mgr.14195) 138 : cephadm [INF] Detected new or changed devices on smithi066 2024-03-21T13:24:17.463 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:24:17 smithi122 bash[23477]: audit 2024-03-21T13:24:16.186201+0000 mon.smithi066 (mon.0) 684 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:24:17.463 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:24:17 smithi122 bash[23477]: audit 2024-03-21T13:24:16.198842+0000 mon.smithi066 (mon.0) 685 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:24:17.463 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:24:17 smithi122 bash[23477]: audit 2024-03-21T13:24:16.202146+0000 mon.smithi066 (mon.0) 686 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:24:17.463 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:24:17 smithi122 bash[23477]: audit 2024-03-21T13:24:16.204018+0000 mon.smithi066 (mon.0) 687 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:24:17.463 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:24:17 smithi122 bash[23477]: audit 2024-03-21T13:24:16.205754+0000 mon.smithi066 (mon.0) 688 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:24:17.463 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:24:17 smithi122 bash[23477]: audit 2024-03-21T13:24:16.207480+0000 mon.smithi066 (mon.0) 689 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:24:17.463 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:24:17 smithi122 bash[23477]: cephadm 2024-03-21T13:24:16.208779+0000 mgr.smithi066.seeyps (mgr.14195) 139 : cephadm [INF] Adjusting osd_memory_target on smithi066 to 3004M 2024-03-21T13:24:17.463 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:24:17 smithi122 bash[23477]: audit 2024-03-21T13:24:16.215230+0000 mon.smithi066 (mon.0) 690 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:24:17.463 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:24:17 smithi122 bash[23477]: audit 2024-03-21T13:24:16.240042+0000 mon.smithi066 (mon.0) 691 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:24:17.463 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:24:17 smithi122 bash[23477]: audit 2024-03-21T13:24:16.242294+0000 mon.smithi066 (mon.0) 692 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:24:17.463 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:24:17 smithi122 bash[23477]: audit 2024-03-21T13:24:16.252930+0000 mon.smithi066 (mon.0) 693 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:24:17.463 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:24:17 smithi122 bash[23477]: audit 2024-03-21T13:24:16.261024+0000 mon.smithi066 (mon.0) 694 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T13:24:17.464 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:24:17 smithi122 bash[23477]: audit 2024-03-21T13:24:16.272156+0000 mon.smithi066 (mon.0) 695 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T13:24:17.464 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:24:17 smithi122 bash[23477]: audit 2024-03-21T13:24:16.273957+0000 mon.smithi066 (mon.0) 696 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:24:17.464 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:24:17 smithi122 bash[23477]: audit 2024-03-21T13:24:16.282346+0000 mon.smithi066 (mon.0) 697 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T13:24:17.464 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:24:17 smithi122 bash[23477]: audit 2024-03-21T13:24:16.283977+0000 mon.smithi066 (mon.0) 698 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:24:17.464 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:24:17 smithi066 bash[18703]: cephadm 2024-03-21T13:24:16.174558+0000 mgr.smithi066.seeyps (mgr.14195) 138 : cephadm [INF] Detected new or changed devices on smithi066 2024-03-21T13:24:17.465 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:24:17 smithi066 bash[18703]: audit 2024-03-21T13:24:16.186201+0000 mon.smithi066 (mon.0) 684 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:24:17.465 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:24:17 smithi066 bash[18703]: audit 2024-03-21T13:24:16.198842+0000 mon.smithi066 (mon.0) 685 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:24:17.465 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:24:17 smithi066 bash[18703]: audit 2024-03-21T13:24:16.202146+0000 mon.smithi066 (mon.0) 686 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:24:17.465 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:24:17 smithi066 bash[18703]: audit 2024-03-21T13:24:16.204018+0000 mon.smithi066 (mon.0) 687 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:24:17.465 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:24:17 smithi066 bash[18703]: audit 2024-03-21T13:24:16.205754+0000 mon.smithi066 (mon.0) 688 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:24:17.465 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:24:17 smithi066 bash[18703]: audit 2024-03-21T13:24:16.207480+0000 mon.smithi066 (mon.0) 689 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-03-21T13:24:17.466 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:24:17 smithi066 bash[18703]: cephadm 2024-03-21T13:24:16.208779+0000 mgr.smithi066.seeyps (mgr.14195) 139 : cephadm [INF] Adjusting osd_memory_target on smithi066 to 3004M 2024-03-21T13:24:17.466 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:24:17 smithi066 bash[18703]: audit 2024-03-21T13:24:16.215230+0000 mon.smithi066 (mon.0) 690 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:24:17.466 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:24:17 smithi066 bash[18703]: audit 2024-03-21T13:24:16.240042+0000 mon.smithi066 (mon.0) 691 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:24:17.466 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:24:17 smithi066 bash[18703]: audit 2024-03-21T13:24:16.242294+0000 mon.smithi066 (mon.0) 692 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:24:17.466 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:24:17 smithi066 bash[18703]: audit 2024-03-21T13:24:16.252930+0000 mon.smithi066 (mon.0) 693 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:24:17.466 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:24:17 smithi066 bash[18703]: audit 2024-03-21T13:24:16.261024+0000 mon.smithi066 (mon.0) 694 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T13:24:17.466 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:24:17 smithi066 bash[18703]: audit 2024-03-21T13:24:16.272156+0000 mon.smithi066 (mon.0) 695 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T13:24:17.467 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:24:17 smithi066 bash[18703]: audit 2024-03-21T13:24:16.273957+0000 mon.smithi066 (mon.0) 696 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:24:17.467 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:24:17 smithi066 bash[18703]: audit 2024-03-21T13:24:16.282346+0000 mon.smithi066 (mon.0) 697 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T13:24:17.467 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:24:17 smithi066 bash[18703]: audit 2024-03-21T13:24:16.283977+0000 mon.smithi066 (mon.0) 698 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:24:18.533 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:24:18 smithi122 bash[23477]: cluster 2024-03-21T13:24:17.070630+0000 mgr.smithi066.seeyps (mgr.14195) 140 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:18.533 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:24:18 smithi122 bash[23477]: audit 2024-03-21T13:24:18.126063+0000 mon.smithi066 (mon.0) 699 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:24:18.579 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:24:18 smithi066 bash[18703]: cluster 2024-03-21T13:24:17.070630+0000 mgr.smithi066.seeyps (mgr.14195) 140 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:18.580 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:24:18 smithi066 bash[18703]: audit 2024-03-21T13:24:18.126063+0000 mon.smithi066 (mon.0) 699 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:24:20.406 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/mon.smithi066/config 2024-03-21T13:24:20.619 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:24:20 smithi066 bash[18703]: cluster 2024-03-21T13:24:19.071266+0000 mgr.smithi066.seeyps (mgr.14195) 141 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:20.714 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:24:20 smithi122 bash[23477]: cluster 2024-03-21T13:24:19.071266+0000 mgr.smithi066.seeyps (mgr.14195) 141 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:22.385 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:24:22 smithi122 bash[23477]: cluster 2024-03-21T13:24:21.071831+0000 mgr.smithi066.seeyps (mgr.14195) 142 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:22.512 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:24:22 smithi066 bash[18703]: cluster 2024-03-21T13:24:21.071831+0000 mgr.smithi066.seeyps (mgr.14195) 142 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:24.026 INFO:teuthology.orchestra.run.smithi066.stdout:[client.0] 2024-03-21T13:24:24.026 INFO:teuthology.orchestra.run.smithi066.stdout: key = AQAINfxlZKxmARAAA9WepMBHEhvk/l9fC9UfHQ== 2024-03-21T13:24:24.429 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:24:24 smithi066 bash[18703]: cluster 2024-03-21T13:24:23.072425+0000 mgr.smithi066.seeyps (mgr.14195) 143 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:24.429 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:24:24 smithi066 bash[18703]: audit 2024-03-21T13:24:24.023162+0000 mon.smithi066 (mon.0) 700 : audit [INF] from='client.? 172.21.15.66:0/1036229985' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-03-21T13:24:24.429 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:24:24 smithi066 bash[18703]: audit 2024-03-21T13:24:24.025915+0000 mon.smithi066 (mon.0) 701 : audit [INF] from='client.? 172.21.15.66:0/1036229985' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-03-21T13:24:24.628 DEBUG:teuthology.orchestra.run.smithi066:> set -ex 2024-03-21T13:24:24.629 DEBUG:teuthology.orchestra.run.smithi066:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-03-21T13:24:24.629 DEBUG:teuthology.orchestra.run.smithi066:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-03-21T13:24:24.648 DEBUG:teuthology.orchestra.run.smithi122:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ff71cb6-e785-11ee-95cd-87774f69a715 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-03-21T13:24:24.658 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:24:24 smithi122 bash[23477]: cluster 2024-03-21T13:24:23.072425+0000 mgr.smithi066.seeyps (mgr.14195) 143 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:24.659 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:24:24 smithi122 bash[23477]: audit 2024-03-21T13:24:24.023162+0000 mon.smithi066 (mon.0) 700 : audit [INF] from='client.? 172.21.15.66:0/1036229985' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-03-21T13:24:24.659 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:24:24 smithi122 bash[23477]: audit 2024-03-21T13:24:24.025915+0000 mon.smithi066 (mon.0) 701 : audit [INF] from='client.? 172.21.15.66:0/1036229985' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-03-21T13:24:26.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:24:26 smithi122 bash[23477]: cluster 2024-03-21T13:24:25.073057+0000 mgr.smithi066.seeyps (mgr.14195) 144 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:26.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:24:26 smithi066 bash[18703]: cluster 2024-03-21T13:24:25.073057+0000 mgr.smithi066.seeyps (mgr.14195) 144 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:28.534 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:24:28 smithi122 bash[23477]: cluster 2024-03-21T13:24:27.073672+0000 mgr.smithi066.seeyps (mgr.14195) 145 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:28.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:24:28 smithi066 bash[18703]: cluster 2024-03-21T13:24:27.073672+0000 mgr.smithi066.seeyps (mgr.14195) 145 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:29.417 INFO:teuthology.orchestra.run.smithi122.stderr:Inferring config /var/lib/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/mon.smithi122/config 2024-03-21T13:24:30.435 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:24:30 smithi122 bash[23477]: cluster 2024-03-21T13:24:29.074124+0000 mgr.smithi066.seeyps (mgr.14195) 146 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:30.617 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:24:30 smithi066 bash[18703]: cluster 2024-03-21T13:24:29.074124+0000 mgr.smithi066.seeyps (mgr.14195) 146 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:32.462 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:24:32 smithi122 bash[23477]: cluster 2024-03-21T13:24:31.074513+0000 mgr.smithi066.seeyps (mgr.14195) 147 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:32.686 INFO:teuthology.orchestra.run.smithi122.stdout:[client.1] 2024-03-21T13:24:32.686 INFO:teuthology.orchestra.run.smithi122.stdout: key = AQAQNfxlRBqbKBAAYj5IKNldTsJOXwkzfXKeDg== 2024-03-21T13:24:32.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:24:32 smithi066 bash[18703]: cluster 2024-03-21T13:24:31.074513+0000 mgr.smithi066.seeyps (mgr.14195) 147 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:33.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:24:33 smithi122 bash[23477]: audit 2024-03-21T13:24:32.680912+0000 mon.smithi066 (mon.0) 702 : 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-03-21T13:24:33.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:24:33 smithi122 bash[23477]: audit 2024-03-21T13:24:32.680941+0000 mon.smithi122 (mon.1) 20 : audit [INF] from='client.? 172.21.15.122:0/2788752500' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-03-21T13:24:33.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:24:33 smithi122 bash[23477]: audit 2024-03-21T13:24:32.684120+0000 mon.smithi066 (mon.0) 703 : 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-03-21T13:24:33.713 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:24:33 smithi122 bash[23477]: audit 2024-03-21T13:24:33.126403+0000 mon.smithi066 (mon.0) 704 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:24:33.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:24:33 smithi066 bash[18703]: audit 2024-03-21T13:24:32.680912+0000 mon.smithi066 (mon.0) 702 : 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-03-21T13:24:33.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:24:33 smithi066 bash[18703]: audit 2024-03-21T13:24:32.680941+0000 mon.smithi122 (mon.1) 20 : audit [INF] from='client.? 172.21.15.122:0/2788752500' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-03-21T13:24:33.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:24:33 smithi066 bash[18703]: audit 2024-03-21T13:24:32.684120+0000 mon.smithi066 (mon.0) 703 : 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-03-21T13:24:33.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:24:33 smithi066 bash[18703]: audit 2024-03-21T13:24:33.126403+0000 mon.smithi066 (mon.0) 704 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:24:33.904 DEBUG:teuthology.orchestra.run.smithi122:> set -ex 2024-03-21T13:24:33.904 DEBUG:teuthology.orchestra.run.smithi122:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2024-03-21T13:24:33.904 DEBUG:teuthology.orchestra.run.smithi122:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2024-03-21T13:24:33.971 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-03-21T13:24:33.971 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-03-21T13:24:33.972 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell --fsid 5ff71cb6-e785-11ee-95cd-87774f69a715 -- ceph mgr dump --format=json 2024-03-21T13:24:34.547 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:24:34 smithi122 bash[23477]: cluster 2024-03-21T13:24:33.075074+0000 mgr.smithi066.seeyps (mgr.14195) 148 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:34.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:24:34 smithi066 bash[18703]: cluster 2024-03-21T13:24:33.075074+0000 mgr.smithi066.seeyps (mgr.14195) 148 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:36.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:24:36 smithi122 bash[23477]: cluster 2024-03-21T13:24:35.075666+0000 mgr.smithi066.seeyps (mgr.14195) 149 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:36.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:24:36 smithi066 bash[18703]: cluster 2024-03-21T13:24:35.075666+0000 mgr.smithi066.seeyps (mgr.14195) 149 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:38.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:24:38 smithi122 bash[23477]: cluster 2024-03-21T13:24:37.076257+0000 mgr.smithi066.seeyps (mgr.14195) 150 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:38.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:24:38 smithi066 bash[18703]: cluster 2024-03-21T13:24:37.076257+0000 mgr.smithi066.seeyps (mgr.14195) 150 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:38.806 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/mon.smithi066/config 2024-03-21T13:24:40.464 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:24:40 smithi066 bash[18703]: cluster 2024-03-21T13:24:39.076671+0000 mgr.smithi066.seeyps (mgr.14195) 151 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:40.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:24:40 smithi122 bash[23477]: cluster 2024-03-21T13:24:39.076671+0000 mgr.smithi066.seeyps (mgr.14195) 151 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:42.710 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-03-21T13:24:42.711 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:24:42 smithi122 bash[23477]: cluster 2024-03-21T13:24:41.077307+0000 mgr.smithi066.seeyps (mgr.14195) 152 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:42.713 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:24:42 smithi066 bash[18703]: cluster 2024-03-21T13:24:41.077307+0000 mgr.smithi066.seeyps (mgr.14195) 152 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:43.478 INFO:teuthology.orchestra.run.smithi066.stdout:{"epoch":19,"flags":0,"active_gid":14195,"active_name":"smithi066.seeyps","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6800","nonce":2985858482},{"type":"v1","addr":"172.21.15.66:6801","nonce":2985858482}]},"active_addr":"172.21.15.66:6801/2985858482","active_change":"2024-03-21T13:21:33.024405+0000","active_mgr_features":4540701547738038271,"available":true,"standbys":[{"gid":14214,"name":"smithi122.ezngxk","mgr_features":4540701547738038271,"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","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":[]},"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.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:9.4.12","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.0.0","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"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":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"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":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"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":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}]}],"modules":["cephadm","dashboard","iostat","nfs","prometheus","restful"],"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","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":[]},"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.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:9.4.12","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.0.0","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"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":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"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":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"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":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"services":{"dashboard":"https://172.21.15.66:8443/","prometheus":"http://172.21.15.66: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.66:0","nonce":338645636}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.66:0","nonce":1383233730}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.66:0","nonce":2055014739}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.66:0","nonce":1964653799}]}]} 2024-03-21T13:24:43.485 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-03-21T13:24:43.485 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-03-21T13:24:43.486 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell --fsid 5ff71cb6-e785-11ee-95cd-87774f69a715 -- ceph osd dump --format=json 2024-03-21T13:24:43.713 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:24:43 smithi122 bash[23477]: audit 2024-03-21T13:24:42.704535+0000 mon.smithi066 (mon.0) 705 : audit [DBG] from='client.? 172.21.15.66:0/2585000807' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-03-21T13:24:43.746 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:24:43 smithi066 bash[18703]: audit 2024-03-21T13:24:42.704535+0000 mon.smithi066 (mon.0) 705 : audit [DBG] from='client.? 172.21.15.66:0/2585000807' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-03-21T13:24:44.464 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:24:44 smithi066 bash[18703]: cluster 2024-03-21T13:24:43.077695+0000 mgr.smithi066.seeyps (mgr.14195) 153 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:44.464 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:24:44 smithi066 bash[18703]: audit 2024-03-21T13:24:43.841340+0000 mon.smithi066 (mon.0) 706 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:24:44.464 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:24:44 smithi066 bash[18703]: audit 2024-03-21T13:24:43.850547+0000 mon.smithi066 (mon.0) 707 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:24:44.464 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:24:44 smithi066 bash[18703]: audit 2024-03-21T13:24:44.067357+0000 mon.smithi066 (mon.0) 708 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:24:44.465 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:24:44 smithi066 bash[18703]: audit 2024-03-21T13:24:44.079825+0000 mon.smithi066 (mon.0) 709 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:24:44.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:24:44 smithi122 bash[23477]: cluster 2024-03-21T13:24:43.077695+0000 mgr.smithi066.seeyps (mgr.14195) 153 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:44.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:24:44 smithi122 bash[23477]: audit 2024-03-21T13:24:43.841340+0000 mon.smithi066 (mon.0) 706 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:24:44.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:24:44 smithi122 bash[23477]: audit 2024-03-21T13:24:43.850547+0000 mon.smithi066 (mon.0) 707 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:24:44.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:24:44 smithi122 bash[23477]: audit 2024-03-21T13:24:44.067357+0000 mon.smithi066 (mon.0) 708 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:24:44.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:24:44 smithi122 bash[23477]: audit 2024-03-21T13:24:44.079825+0000 mon.smithi066 (mon.0) 709 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:24:46.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:24:46 smithi122 bash[23477]: cluster 2024-03-21T13:24:45.078202+0000 mgr.smithi066.seeyps (mgr.14195) 154 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:46.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:24:46 smithi066 bash[18703]: cluster 2024-03-21T13:24:45.078202+0000 mgr.smithi066.seeyps (mgr.14195) 154 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:48.288 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/mon.smithi066/config 2024-03-21T13:24:48.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:24:48 smithi122 bash[23477]: cluster 2024-03-21T13:24:47.078843+0000 mgr.smithi066.seeyps (mgr.14195) 155 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:48.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:24:48 smithi122 bash[23477]: audit 2024-03-21T13:24:48.126893+0000 mon.smithi066 (mon.0) 710 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:24:48.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:24:48 smithi066 bash[18703]: cluster 2024-03-21T13:24:47.078843+0000 mgr.smithi066.seeyps (mgr.14195) 155 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:48.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:24:48 smithi066 bash[18703]: audit 2024-03-21T13:24:48.126893+0000 mon.smithi066 (mon.0) 710 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:24:50.617 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:24:50 smithi066 bash[18703]: cluster 2024-03-21T13:24:49.079488+0000 mgr.smithi066.seeyps (mgr.14195) 156 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:50.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:24:50 smithi122 bash[23477]: cluster 2024-03-21T13:24:49.079488+0000 mgr.smithi066.seeyps (mgr.14195) 156 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:51.063 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-03-21T13:24:51.063 INFO:teuthology.orchestra.run.smithi066.stdout:{"epoch":41,"fsid":"5ff71cb6-e785-11ee-95cd-87774f69a715","created":"2024-03-21T13:18:56.224442+0000","modified":"2024-03-21T13:24:01.808111+0000","last_up_change":"2024-03-21T13:23:57.775324+0000","last_in_change":"2024-03-21T13:23:08.187991+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":14,"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-03-21T13:23:41.611087+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"24","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_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":"92499ba6-1b9f-4b13-84ed-cf0d3b202336","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":39,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6800","nonce":847583722},{"type":"v1","addr":"172.21.15.122:6801","nonce":847583722}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6802","nonce":847583722},{"type":"v1","addr":"172.21.15.122:6803","nonce":847583722}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6806","nonce":847583722},{"type":"v1","addr":"172.21.15.122:6807","nonce":847583722}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6804","nonce":847583722},{"type":"v1","addr":"172.21.15.122:6805","nonce":847583722}]},"public_addr":"172.21.15.122:6801/847583722","cluster_addr":"172.21.15.122:6803/847583722","heartbeat_back_addr":"172.21.15.122:6807/847583722","heartbeat_front_addr":"172.21.15.122:6805/847583722","state":["exists","up"]},{"osd":1,"uuid":"b837929c-65d7-4153-b35e-31f93e6e64b3","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":27,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6802","nonce":1398364108},{"type":"v1","addr":"172.21.15.66:6803","nonce":1398364108}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6804","nonce":1398364108},{"type":"v1","addr":"172.21.15.66:6805","nonce":1398364108}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6808","nonce":1398364108},{"type":"v1","addr":"172.21.15.66:6809","nonce":1398364108}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6806","nonce":1398364108},{"type":"v1","addr":"172.21.15.66:6807","nonce":1398364108}]},"public_addr":"172.21.15.66:6803/1398364108","cluster_addr":"172.21.15.66:6805/1398364108","heartbeat_back_addr":"172.21.15.66:6809/1398364108","heartbeat_front_addr":"172.21.15.66:6807/1398364108","state":["exists","up"]},{"osd":2,"uuid":"228229bc-c63b-49d0-8cd6-5265c16c7636","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6808","nonce":3950444953},{"type":"v1","addr":"172.21.15.122:6809","nonce":3950444953}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6810","nonce":3950444953},{"type":"v1","addr":"172.21.15.122:6811","nonce":3950444953}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6814","nonce":3950444953},{"type":"v1","addr":"172.21.15.122:6815","nonce":3950444953}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6812","nonce":3950444953},{"type":"v1","addr":"172.21.15.122:6813","nonce":3950444953}]},"public_addr":"172.21.15.122:6809/3950444953","cluster_addr":"172.21.15.122:6811/3950444953","heartbeat_back_addr":"172.21.15.122:6815/3950444953","heartbeat_front_addr":"172.21.15.122:6813/3950444953","state":["exists","up"]},{"osd":3,"uuid":"4499ad71-cdff-431d-a3b2-83de3bea3671","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6810","nonce":1462868953},{"type":"v1","addr":"172.21.15.66:6811","nonce":1462868953}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6812","nonce":1462868953},{"type":"v1","addr":"172.21.15.66:6813","nonce":1462868953}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6816","nonce":1462868953},{"type":"v1","addr":"172.21.15.66:6817","nonce":1462868953}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6814","nonce":1462868953},{"type":"v1","addr":"172.21.15.66:6815","nonce":1462868953}]},"public_addr":"172.21.15.66:6811/1462868953","cluster_addr":"172.21.15.66:6813/1462868953","heartbeat_back_addr":"172.21.15.66:6817/1462868953","heartbeat_front_addr":"172.21.15.66:6815/1462868953","state":["exists","up"]},{"osd":4,"uuid":"488304c6-5239-4324-8c83-49498f8d1256","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6816","nonce":848668088},{"type":"v1","addr":"172.21.15.122:6817","nonce":848668088}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6818","nonce":848668088},{"type":"v1","addr":"172.21.15.122:6819","nonce":848668088}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6822","nonce":848668088},{"type":"v1","addr":"172.21.15.122:6823","nonce":848668088}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6820","nonce":848668088},{"type":"v1","addr":"172.21.15.122:6821","nonce":848668088}]},"public_addr":"172.21.15.122:6817/848668088","cluster_addr":"172.21.15.122:6819/848668088","heartbeat_back_addr":"172.21.15.122:6823/848668088","heartbeat_front_addr":"172.21.15.122:6821/848668088","state":["exists","up"]},{"osd":5,"uuid":"18b8242f-32d1-4452-96a2-b83c7cce5827","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6818","nonce":1302146708},{"type":"v1","addr":"172.21.15.66:6819","nonce":1302146708}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6820","nonce":1302146708},{"type":"v1","addr":"172.21.15.66:6821","nonce":1302146708}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6824","nonce":1302146708},{"type":"v1","addr":"172.21.15.66:6825","nonce":1302146708}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6822","nonce":1302146708},{"type":"v1","addr":"172.21.15.66:6823","nonce":1302146708}]},"public_addr":"172.21.15.66:6819/1302146708","cluster_addr":"172.21.15.66:6821/1302146708","heartbeat_back_addr":"172.21.15.66:6825/1302146708","heartbeat_front_addr":"172.21.15.66:6823/1302146708","state":["exists","up"]},{"osd":6,"uuid":"4c646e01-628a-41ea-b507-38b6d8b0b116","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6824","nonce":723500087},{"type":"v1","addr":"172.21.15.122:6825","nonce":723500087}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6826","nonce":723500087},{"type":"v1","addr":"172.21.15.122:6827","nonce":723500087}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6830","nonce":723500087},{"type":"v1","addr":"172.21.15.122:6831","nonce":723500087}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6828","nonce":723500087},{"type":"v1","addr":"172.21.15.122:6829","nonce":723500087}]},"public_addr":"172.21.15.122:6825/723500087","cluster_addr":"172.21.15.122:6827/723500087","heartbeat_back_addr":"172.21.15.122:6831/723500087","heartbeat_front_addr":"172.21.15.122:6829/723500087","state":["exists","up"]},{"osd":7,"uuid":"b809a144-3c7d-43b8-937d-1a74da69381f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":40,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6826","nonce":789276159},{"type":"v1","addr":"172.21.15.66:6827","nonce":789276159}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6828","nonce":789276159},{"type":"v1","addr":"172.21.15.66:6829","nonce":789276159}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6832","nonce":789276159},{"type":"v1","addr":"172.21.15.66:6833","nonce":789276159}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6830","nonce":789276159},{"type":"v1","addr":"172.21.15.66:6831","nonce":789276159}]},"public_addr":"172.21.15.66:6827/789276159","cluster_addr":"172.21.15.66:6829/789276159","heartbeat_back_addr":"172.21.15.66:6833/789276159","heartbeat_front_addr":"172.21.15.66:6831/789276159","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T13:23:32.933039+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T13:23:37.982237+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T13:23:38.604584+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T13:23:44.214534+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T13:23:44.516296+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T13:23:50.347279+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T13:23:48.920887+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T13:23:56.195709+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.66:0/180791763":"2024-03-22T13:21:33.024017+0000","172.21.15.66:0/2900538036":"2024-03-22T13:21:33.024017+0000","172.21.15.66:6801/3940195667":"2024-03-22T13:21:33.024017+0000","172.21.15.66:6800/3940195667":"2024-03-22T13:21:33.024017+0000","172.21.15.66:0/2066914608":"2024-03-22T13:21:33.024017+0000","172.21.15.66:0/1332832873":"2024-03-22T13:20:13.719711+0000","172.21.15.66:0/1683231850":"2024-03-22T13:20:13.719711+0000","172.21.15.66:6801/116637702":"2024-03-22T13:19:27.568024+0000","172.21.15.66:6800/116637702":"2024-03-22T13:19:27.568024+0000","172.21.15.66:0/1653280853":"2024-03-22T13:19:27.568024+0000","172.21.15.66:6800/1810461234":"2024-03-22T13:20:13.719711+0000","172.21.15.66:0/3589630187":"2024-03-22T13:19:27.568024+0000","172.21.15.66:6801/1810461234":"2024-03-22T13:20:13.719711+0000","172.21.15.66:0/1858725794":"2024-03-22T13:19:27.568024+0000","172.21.15.66:0/39326488":"2024-03-22T13:20:13.719711+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-03-21T13:24:51.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:24:51 smithi122 bash[23477]: audit 2024-03-21T13:24:51.060811+0000 mon.smithi066 (mon.0) 711 : audit [DBG] from='client.? 172.21.15.66:0/1901308737' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-21T13:24:51.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:24:51 smithi066 bash[18703]: audit 2024-03-21T13:24:51.060811+0000 mon.smithi066 (mon.0) 711 : audit [DBG] from='client.? 172.21.15.66:0/1901308737' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-21T13:24:51.746 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-03-21T13:24:51.747 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell --fsid 5ff71cb6-e785-11ee-95cd-87774f69a715 -- ceph osd dump --format=json 2024-03-21T13:24:52.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:24:52 smithi122 bash[23477]: cluster 2024-03-21T13:24:51.079936+0000 mgr.smithi066.seeyps (mgr.14195) 157 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:52.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:24:52 smithi066 bash[18703]: cluster 2024-03-21T13:24:51.079936+0000 mgr.smithi066.seeyps (mgr.14195) 157 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:54.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:24:54 smithi122 bash[23477]: cluster 2024-03-21T13:24:53.080523+0000 mgr.smithi066.seeyps (mgr.14195) 158 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:54.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:24:54 smithi066 bash[18703]: cluster 2024-03-21T13:24:53.080523+0000 mgr.smithi066.seeyps (mgr.14195) 158 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:56.556 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/mon.smithi066/config 2024-03-21T13:24:56.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:24:56 smithi122 bash[23477]: cluster 2024-03-21T13:24:55.081171+0000 mgr.smithi066.seeyps (mgr.14195) 159 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:56.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:24:56 smithi066 bash[18703]: cluster 2024-03-21T13:24:55.081171+0000 mgr.smithi066.seeyps (mgr.14195) 159 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:58.464 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:24:58 smithi066 bash[18703]: cluster 2024-03-21T13:24:57.081794+0000 mgr.smithi066.seeyps (mgr.14195) 160 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:58.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:24:58 smithi122 bash[23477]: cluster 2024-03-21T13:24:57.081794+0000 mgr.smithi066.seeyps (mgr.14195) 160 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:24:59.191 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-03-21T13:24:59.191 INFO:teuthology.orchestra.run.smithi066.stdout:{"epoch":41,"fsid":"5ff71cb6-e785-11ee-95cd-87774f69a715","created":"2024-03-21T13:18:56.224442+0000","modified":"2024-03-21T13:24:01.808111+0000","last_up_change":"2024-03-21T13:23:57.775324+0000","last_in_change":"2024-03-21T13:23:08.187991+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":14,"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-03-21T13:23:41.611087+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"24","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_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":"92499ba6-1b9f-4b13-84ed-cf0d3b202336","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":39,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6800","nonce":847583722},{"type":"v1","addr":"172.21.15.122:6801","nonce":847583722}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6802","nonce":847583722},{"type":"v1","addr":"172.21.15.122:6803","nonce":847583722}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6806","nonce":847583722},{"type":"v1","addr":"172.21.15.122:6807","nonce":847583722}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6804","nonce":847583722},{"type":"v1","addr":"172.21.15.122:6805","nonce":847583722}]},"public_addr":"172.21.15.122:6801/847583722","cluster_addr":"172.21.15.122:6803/847583722","heartbeat_back_addr":"172.21.15.122:6807/847583722","heartbeat_front_addr":"172.21.15.122:6805/847583722","state":["exists","up"]},{"osd":1,"uuid":"b837929c-65d7-4153-b35e-31f93e6e64b3","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":27,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6802","nonce":1398364108},{"type":"v1","addr":"172.21.15.66:6803","nonce":1398364108}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6804","nonce":1398364108},{"type":"v1","addr":"172.21.15.66:6805","nonce":1398364108}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6808","nonce":1398364108},{"type":"v1","addr":"172.21.15.66:6809","nonce":1398364108}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6806","nonce":1398364108},{"type":"v1","addr":"172.21.15.66:6807","nonce":1398364108}]},"public_addr":"172.21.15.66:6803/1398364108","cluster_addr":"172.21.15.66:6805/1398364108","heartbeat_back_addr":"172.21.15.66:6809/1398364108","heartbeat_front_addr":"172.21.15.66:6807/1398364108","state":["exists","up"]},{"osd":2,"uuid":"228229bc-c63b-49d0-8cd6-5265c16c7636","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6808","nonce":3950444953},{"type":"v1","addr":"172.21.15.122:6809","nonce":3950444953}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6810","nonce":3950444953},{"type":"v1","addr":"172.21.15.122:6811","nonce":3950444953}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6814","nonce":3950444953},{"type":"v1","addr":"172.21.15.122:6815","nonce":3950444953}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6812","nonce":3950444953},{"type":"v1","addr":"172.21.15.122:6813","nonce":3950444953}]},"public_addr":"172.21.15.122:6809/3950444953","cluster_addr":"172.21.15.122:6811/3950444953","heartbeat_back_addr":"172.21.15.122:6815/3950444953","heartbeat_front_addr":"172.21.15.122:6813/3950444953","state":["exists","up"]},{"osd":3,"uuid":"4499ad71-cdff-431d-a3b2-83de3bea3671","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6810","nonce":1462868953},{"type":"v1","addr":"172.21.15.66:6811","nonce":1462868953}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6812","nonce":1462868953},{"type":"v1","addr":"172.21.15.66:6813","nonce":1462868953}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6816","nonce":1462868953},{"type":"v1","addr":"172.21.15.66:6817","nonce":1462868953}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6814","nonce":1462868953},{"type":"v1","addr":"172.21.15.66:6815","nonce":1462868953}]},"public_addr":"172.21.15.66:6811/1462868953","cluster_addr":"172.21.15.66:6813/1462868953","heartbeat_back_addr":"172.21.15.66:6817/1462868953","heartbeat_front_addr":"172.21.15.66:6815/1462868953","state":["exists","up"]},{"osd":4,"uuid":"488304c6-5239-4324-8c83-49498f8d1256","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6816","nonce":848668088},{"type":"v1","addr":"172.21.15.122:6817","nonce":848668088}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6818","nonce":848668088},{"type":"v1","addr":"172.21.15.122:6819","nonce":848668088}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6822","nonce":848668088},{"type":"v1","addr":"172.21.15.122:6823","nonce":848668088}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6820","nonce":848668088},{"type":"v1","addr":"172.21.15.122:6821","nonce":848668088}]},"public_addr":"172.21.15.122:6817/848668088","cluster_addr":"172.21.15.122:6819/848668088","heartbeat_back_addr":"172.21.15.122:6823/848668088","heartbeat_front_addr":"172.21.15.122:6821/848668088","state":["exists","up"]},{"osd":5,"uuid":"18b8242f-32d1-4452-96a2-b83c7cce5827","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6818","nonce":1302146708},{"type":"v1","addr":"172.21.15.66:6819","nonce":1302146708}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6820","nonce":1302146708},{"type":"v1","addr":"172.21.15.66:6821","nonce":1302146708}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6824","nonce":1302146708},{"type":"v1","addr":"172.21.15.66:6825","nonce":1302146708}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6822","nonce":1302146708},{"type":"v1","addr":"172.21.15.66:6823","nonce":1302146708}]},"public_addr":"172.21.15.66:6819/1302146708","cluster_addr":"172.21.15.66:6821/1302146708","heartbeat_back_addr":"172.21.15.66:6825/1302146708","heartbeat_front_addr":"172.21.15.66:6823/1302146708","state":["exists","up"]},{"osd":6,"uuid":"4c646e01-628a-41ea-b507-38b6d8b0b116","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6824","nonce":723500087},{"type":"v1","addr":"172.21.15.122:6825","nonce":723500087}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6826","nonce":723500087},{"type":"v1","addr":"172.21.15.122:6827","nonce":723500087}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6830","nonce":723500087},{"type":"v1","addr":"172.21.15.122:6831","nonce":723500087}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6828","nonce":723500087},{"type":"v1","addr":"172.21.15.122:6829","nonce":723500087}]},"public_addr":"172.21.15.122:6825/723500087","cluster_addr":"172.21.15.122:6827/723500087","heartbeat_back_addr":"172.21.15.122:6831/723500087","heartbeat_front_addr":"172.21.15.122:6829/723500087","state":["exists","up"]},{"osd":7,"uuid":"b809a144-3c7d-43b8-937d-1a74da69381f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":40,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6826","nonce":789276159},{"type":"v1","addr":"172.21.15.66:6827","nonce":789276159}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6828","nonce":789276159},{"type":"v1","addr":"172.21.15.66:6829","nonce":789276159}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6832","nonce":789276159},{"type":"v1","addr":"172.21.15.66:6833","nonce":789276159}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6830","nonce":789276159},{"type":"v1","addr":"172.21.15.66:6831","nonce":789276159}]},"public_addr":"172.21.15.66:6827/789276159","cluster_addr":"172.21.15.66:6829/789276159","heartbeat_back_addr":"172.21.15.66:6833/789276159","heartbeat_front_addr":"172.21.15.66:6831/789276159","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T13:23:32.933039+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T13:23:37.982237+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T13:23:38.604584+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T13:23:44.214534+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T13:23:44.516296+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T13:23:50.347279+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T13:23:48.920887+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T13:23:56.195709+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.66:0/180791763":"2024-03-22T13:21:33.024017+0000","172.21.15.66:0/2900538036":"2024-03-22T13:21:33.024017+0000","172.21.15.66:6801/3940195667":"2024-03-22T13:21:33.024017+0000","172.21.15.66:6800/3940195667":"2024-03-22T13:21:33.024017+0000","172.21.15.66:0/2066914608":"2024-03-22T13:21:33.024017+0000","172.21.15.66:0/1332832873":"2024-03-22T13:20:13.719711+0000","172.21.15.66:0/1683231850":"2024-03-22T13:20:13.719711+0000","172.21.15.66:6801/116637702":"2024-03-22T13:19:27.568024+0000","172.21.15.66:6800/116637702":"2024-03-22T13:19:27.568024+0000","172.21.15.66:0/1653280853":"2024-03-22T13:19:27.568024+0000","172.21.15.66:6800/1810461234":"2024-03-22T13:20:13.719711+0000","172.21.15.66:0/3589630187":"2024-03-22T13:19:27.568024+0000","172.21.15.66:6801/1810461234":"2024-03-22T13:20:13.719711+0000","172.21.15.66:0/1858725794":"2024-03-22T13:19:27.568024+0000","172.21.15.66:0/39326488":"2024-03-22T13:20:13.719711+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-03-21T13:24:59.464 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:24:59 smithi066 bash[18703]: audit 2024-03-21T13:24:59.189708+0000 mon.smithi066 (mon.0) 712 : audit [DBG] from='client.? 172.21.15.66:0/932573779' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-21T13:24:59.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:24:59 smithi122 bash[23477]: audit 2024-03-21T13:24:59.189708+0000 mon.smithi066 (mon.0) 712 : audit [DBG] from='client.? 172.21.15.66:0/932573779' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-21T13:24:59.789 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell --fsid 5ff71cb6-e785-11ee-95cd-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2024-03-21T13:24:59.789 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell --fsid 5ff71cb6-e785-11ee-95cd-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2024-03-21T13:24:59.790 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell --fsid 5ff71cb6-e785-11ee-95cd-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2024-03-21T13:24:59.790 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell --fsid 5ff71cb6-e785-11ee-95cd-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2024-03-21T13:24:59.790 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell --fsid 5ff71cb6-e785-11ee-95cd-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2024-03-21T13:24:59.791 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell --fsid 5ff71cb6-e785-11ee-95cd-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2024-03-21T13:24:59.791 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell --fsid 5ff71cb6-e785-11ee-95cd-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2024-03-21T13:24:59.792 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell --fsid 5ff71cb6-e785-11ee-95cd-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2024-03-21T13:25:00.618 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:25:00 smithi066 bash[18703]: cluster 2024-03-21T13:24:59.082352+0000 mgr.smithi066.seeyps (mgr.14195) 161 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:25:00.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:25:00 smithi122 bash[23477]: cluster 2024-03-21T13:24:59.082352+0000 mgr.smithi066.seeyps (mgr.14195) 161 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:25:02.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:25:02 smithi122 bash[23477]: cluster 2024-03-21T13:25:01.082997+0000 mgr.smithi066.seeyps (mgr.14195) 162 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:25:02.713 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:25:02 smithi066 bash[18703]: cluster 2024-03-21T13:25:01.082997+0000 mgr.smithi066.seeyps (mgr.14195) 162 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:25:03.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:25:03 smithi122 bash[23477]: audit 2024-03-21T13:25:03.127298+0000 mon.smithi066 (mon.0) 713 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:25:03.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:25:03 smithi066 bash[18703]: audit 2024-03-21T13:25:03.127298+0000 mon.smithi066 (mon.0) 713 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:25:04.673 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:25:04 smithi066 bash[18703]: cluster 2024-03-21T13:25:03.083634+0000 mgr.smithi066.seeyps (mgr.14195) 163 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:25:04.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:25:04 smithi122 bash[23477]: cluster 2024-03-21T13:25:03.083634+0000 mgr.smithi066.seeyps (mgr.14195) 163 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:25:04.725 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/mon.smithi066/config 2024-03-21T13:25:04.726 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/mon.smithi066/config 2024-03-21T13:25:04.727 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/mon.smithi066/config 2024-03-21T13:25:04.727 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/mon.smithi066/config 2024-03-21T13:25:04.731 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/mon.smithi066/config 2024-03-21T13:25:04.731 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/mon.smithi066/config 2024-03-21T13:25:04.732 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/mon.smithi066/config 2024-03-21T13:25:04.736 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/mon.smithi066/config 2024-03-21T13:25:06.442 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:25:06 smithi066 bash[18703]: cluster 2024-03-21T13:25:05.084268+0000 mgr.smithi066.seeyps (mgr.14195) 164 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:25:06.713 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:25:06 smithi122 bash[23477]: cluster 2024-03-21T13:25:05.084268+0000 mgr.smithi066.seeyps (mgr.14195) 164 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:25:08.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:25:08 smithi122 bash[23477]: cluster 2024-03-21T13:25:07.084925+0000 mgr.smithi066.seeyps (mgr.14195) 165 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:25:08.713 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:25:08 smithi066 bash[18703]: cluster 2024-03-21T13:25:07.084925+0000 mgr.smithi066.seeyps (mgr.14195) 165 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:25:10.611 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:25:10 smithi066 bash[18703]: cluster 2024-03-21T13:25:09.085247+0000 mgr.smithi066.seeyps (mgr.14195) 166 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:25:10.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:25:10 smithi122 bash[23477]: cluster 2024-03-21T13:25:09.085247+0000 mgr.smithi066.seeyps (mgr.14195) 166 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:25:12.464 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:25:12 smithi066 bash[18703]: cluster 2024-03-21T13:25:11.085731+0000 mgr.smithi066.seeyps (mgr.14195) 167 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:25:12.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:25:12 smithi122 bash[23477]: cluster 2024-03-21T13:25:11.085731+0000 mgr.smithi066.seeyps (mgr.14195) 167 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:25:14.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:25:14 smithi122 bash[23477]: cluster 2024-03-21T13:25:13.086253+0000 mgr.smithi066.seeyps (mgr.14195) 168 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:25:14.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:25:14 smithi066 bash[18703]: cluster 2024-03-21T13:25:13.086253+0000 mgr.smithi066.seeyps (mgr.14195) 168 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:25:15.962 INFO:teuthology.orchestra.run.smithi066.stdout:90194313238 2024-03-21T13:25:15.963 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell --fsid 5ff71cb6-e785-11ee-95cd-87774f69a715 -- ceph osd last-stat-seq osd.2 2024-03-21T13:25:16.679 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:25:16 smithi066 bash[18703]: cluster 2024-03-21T13:25:15.086867+0000 mgr.smithi066.seeyps (mgr.14195) 169 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:25:16.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:25:16 smithi122 bash[23477]: cluster 2024-03-21T13:25:15.086867+0000 mgr.smithi066.seeyps (mgr.14195) 169 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:25:18.506 INFO:teuthology.orchestra.run.smithi066.stdout:158913789971 2024-03-21T13:25:18.506 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell --fsid 5ff71cb6-e785-11ee-95cd-87774f69a715 -- ceph osd last-stat-seq osd.7 2024-03-21T13:25:18.563 INFO:teuthology.orchestra.run.smithi066.stdout:133143986196 2024-03-21T13:25:18.563 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell --fsid 5ff71cb6-e785-11ee-95cd-87774f69a715 -- ceph osd last-stat-seq osd.6 2024-03-21T13:25:18.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:25:18 smithi122 bash[23477]: cluster 2024-03-21T13:25:17.087447+0000 mgr.smithi066.seeyps (mgr.14195) 170 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:25:18.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:25:18 smithi122 bash[23477]: audit 2024-03-21T13:25:18.127761+0000 mon.smithi066 (mon.0) 714 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:25:18.713 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:25:18 smithi066 bash[18703]: cluster 2024-03-21T13:25:17.087447+0000 mgr.smithi066.seeyps (mgr.14195) 170 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:25:18.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:25:18 smithi066 bash[18703]: audit 2024-03-21T13:25:18.127761+0000 mon.smithi066 (mon.0) 714 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:25:19.588 INFO:teuthology.orchestra.run.smithi066.stdout:111669149717 2024-03-21T13:25:19.588 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell --fsid 5ff71cb6-e785-11ee-95cd-87774f69a715 -- ceph osd last-stat-seq osd.4 2024-03-21T13:25:19.626 INFO:teuthology.orchestra.run.smithi066.stdout:137438953490 2024-03-21T13:25:19.626 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell --fsid 5ff71cb6-e785-11ee-95cd-87774f69a715 -- ceph osd last-stat-seq osd.5 2024-03-21T13:25:20.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:25:20 smithi122 bash[23477]: cluster 2024-03-21T13:25:19.088019+0000 mgr.smithi066.seeyps (mgr.14195) 171 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:25:20.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:25:20 smithi066 bash[18703]: cluster 2024-03-21T13:25:19.088019+0000 mgr.smithi066.seeyps (mgr.14195) 171 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:25:21.008 INFO:teuthology.orchestra.run.smithi066.stdout:68719476760 2024-03-21T13:25:21.009 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell --fsid 5ff71cb6-e785-11ee-95cd-87774f69a715 -- ceph osd last-stat-seq osd.0 2024-03-21T13:25:21.010 INFO:teuthology.orchestra.run.smithi066.stdout:85899345942 2024-03-21T13:25:21.010 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell --fsid 5ff71cb6-e785-11ee-95cd-87774f69a715 -- ceph osd last-stat-seq osd.1 2024-03-21T13:25:21.177 INFO:teuthology.orchestra.run.smithi066.stdout:111669149717 2024-03-21T13:25:21.177 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell --fsid 5ff71cb6-e785-11ee-95cd-87774f69a715 -- ceph osd last-stat-seq osd.3 2024-03-21T13:25:22.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:25:22 smithi122 bash[23477]: cluster 2024-03-21T13:25:21.088448+0000 mgr.smithi066.seeyps (mgr.14195) 172 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:25:22.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:25:22 smithi066 bash[18703]: cluster 2024-03-21T13:25:21.088448+0000 mgr.smithi066.seeyps (mgr.14195) 172 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:25:24.544 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/mon.smithi066/config 2024-03-21T13:25:24.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:25:24 smithi122 bash[23477]: cluster 2024-03-21T13:25:23.089069+0000 mgr.smithi066.seeyps (mgr.14195) 173 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:25:24.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:25:24 smithi066 bash[18703]: cluster 2024-03-21T13:25:23.089069+0000 mgr.smithi066.seeyps (mgr.14195) 173 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:25:25.567 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/mon.smithi066/config 2024-03-21T13:25:25.567 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/mon.smithi066/config 2024-03-21T13:25:25.567 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/mon.smithi066/config 2024-03-21T13:25:25.568 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/mon.smithi066/config 2024-03-21T13:25:25.571 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/mon.smithi066/config 2024-03-21T13:25:25.571 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/mon.smithi066/config 2024-03-21T13:25:25.572 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/mon.smithi066/config 2024-03-21T13:25:26.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:25:26 smithi122 bash[23477]: cluster 2024-03-21T13:25:25.089538+0000 mgr.smithi066.seeyps (mgr.14195) 174 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:25:26.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:25:26 smithi066 bash[18703]: cluster 2024-03-21T13:25:25.089538+0000 mgr.smithi066.seeyps (mgr.14195) 174 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:25:28.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:25:28 smithi122 bash[23477]: cluster 2024-03-21T13:25:27.090182+0000 mgr.smithi066.seeyps (mgr.14195) 175 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:25:28.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:25:28 smithi066 bash[18703]: cluster 2024-03-21T13:25:27.090182+0000 mgr.smithi066.seeyps (mgr.14195) 175 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:25:30.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:25:30 smithi122 bash[23477]: cluster 2024-03-21T13:25:29.090763+0000 mgr.smithi066.seeyps (mgr.14195) 176 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:25:30.750 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:25:30 smithi066 bash[18703]: cluster 2024-03-21T13:25:29.090763+0000 mgr.smithi066.seeyps (mgr.14195) 176 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:25:32.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:25:32 smithi122 bash[23477]: cluster 2024-03-21T13:25:31.091401+0000 mgr.smithi066.seeyps (mgr.14195) 177 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:25:32.713 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:25:32 smithi066 bash[18703]: cluster 2024-03-21T13:25:31.091401+0000 mgr.smithi066.seeyps (mgr.14195) 177 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:25:33.480 INFO:teuthology.orchestra.run.smithi066.stdout:90194313242 2024-03-21T13:25:33.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:25:33 smithi122 bash[23477]: audit 2024-03-21T13:25:33.127390+0000 mon.smithi066 (mon.0) 715 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:25:33.784 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:25:33 smithi066 bash[18703]: audit 2024-03-21T13:25:33.127390+0000 mon.smithi066 (mon.0) 715 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:25:34.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:25:34 smithi122 bash[23477]: cluster 2024-03-21T13:25:33.091796+0000 mgr.smithi066.seeyps (mgr.14195) 178 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:25:34.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:25:34 smithi122 bash[23477]: audit 2024-03-21T13:25:33.480428+0000 mon.smithi066 (mon.0) 716 : audit [DBG] from='client.? 172.21.15.66:0/3313359744' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-03-21T13:25:34.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:25:34 smithi066 bash[18703]: cluster 2024-03-21T13:25:33.091796+0000 mgr.smithi066.seeyps (mgr.14195) 178 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:25:34.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:25:34 smithi066 bash[18703]: audit 2024-03-21T13:25:33.480428+0000 mon.smithi066 (mon.0) 716 : audit [DBG] from='client.? 172.21.15.66:0/3313359744' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-03-21T13:25:36.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:25:36 smithi122 bash[23477]: cluster 2024-03-21T13:25:35.092378+0000 mgr.smithi066.seeyps (mgr.14195) 179 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:25:36.713 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:25:36 smithi066 bash[18703]: cluster 2024-03-21T13:25:35.092378+0000 mgr.smithi066.seeyps (mgr.14195) 179 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:25:37.518 INFO:tasks.cephadm.ceph_manager.ceph:need seq 90194313238 got 90194313242 for osd.2 2024-03-21T13:25:37.519 DEBUG:teuthology.parallel:result is None 2024-03-21T13:25:37.900 INFO:teuthology.orchestra.run.smithi066.stdout:68719476764 2024-03-21T13:25:37.940 INFO:teuthology.orchestra.run.smithi066.stdout:85899345946 2024-03-21T13:25:38.173 INFO:teuthology.orchestra.run.smithi066.stdout:137438953494 2024-03-21T13:25:38.412 INFO:teuthology.orchestra.run.smithi066.stdout:111669149721 2024-03-21T13:25:38.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:25:38 smithi122 bash[23477]: cluster 2024-03-21T13:25:37.093119+0000 mgr.smithi066.seeyps (mgr.14195) 180 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:25:38.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:25:38 smithi122 bash[23477]: audit 2024-03-21T13:25:37.900269+0000 mon.smithi066 (mon.0) 717 : audit [DBG] from='client.? 172.21.15.66:0/1886212884' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-03-21T13:25:38.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:25:38 smithi122 bash[23477]: audit 2024-03-21T13:25:37.940990+0000 mon.smithi066 (mon.0) 718 : audit [DBG] from='client.? 172.21.15.66:0/1671003287' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-03-21T13:25:38.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:25:38 smithi122 bash[23477]: audit 2024-03-21T13:25:38.173453+0000 mon.smithi066 (mon.0) 719 : audit [DBG] from='client.? 172.21.15.66:0/2903792815' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-03-21T13:25:38.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:25:38 smithi122 bash[23477]: audit 2024-03-21T13:25:38.412719+0000 mon.smithi066 (mon.0) 720 : audit [DBG] from='client.? 172.21.15.66:0/2648661106' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-03-21T13:25:38.713 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:25:38 smithi066 bash[18703]: cluster 2024-03-21T13:25:37.093119+0000 mgr.smithi066.seeyps (mgr.14195) 180 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:25:38.713 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:25:38 smithi066 bash[18703]: audit 2024-03-21T13:25:37.900269+0000 mon.smithi066 (mon.0) 717 : audit [DBG] from='client.? 172.21.15.66:0/1886212884' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-03-21T13:25:38.713 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:25:38 smithi066 bash[18703]: audit 2024-03-21T13:25:37.940990+0000 mon.smithi066 (mon.0) 718 : audit [DBG] from='client.? 172.21.15.66:0/1671003287' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-03-21T13:25:38.713 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:25:38 smithi066 bash[18703]: audit 2024-03-21T13:25:38.173453+0000 mon.smithi066 (mon.0) 719 : audit [DBG] from='client.? 172.21.15.66:0/2903792815' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-03-21T13:25:38.713 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:25:38 smithi066 bash[18703]: audit 2024-03-21T13:25:38.412719+0000 mon.smithi066 (mon.0) 720 : audit [DBG] from='client.? 172.21.15.66:0/2648661106' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-03-21T13:25:39.063 INFO:teuthology.orchestra.run.smithi066.stdout:158913789975 2024-03-21T13:25:39.335 INFO:teuthology.orchestra.run.smithi066.stdout:133143986201 2024-03-21T13:25:39.550 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:25:39 smithi066 bash[18703]: audit 2024-03-21T13:25:39.063526+0000 mon.smithi066 (mon.0) 721 : audit [DBG] from='client.? 172.21.15.66:0/2991671293' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-03-21T13:25:39.550 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:25:39 smithi066 bash[18703]: audit 2024-03-21T13:25:39.335128+0000 mon.smithi066 (mon.0) 722 : audit [DBG] from='client.? 172.21.15.66:0/641962848' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-03-21T13:25:39.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:25:39 smithi122 bash[23477]: audit 2024-03-21T13:25:39.063526+0000 mon.smithi066 (mon.0) 721 : audit [DBG] from='client.? 172.21.15.66:0/2991671293' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-03-21T13:25:39.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:25:39 smithi122 bash[23477]: audit 2024-03-21T13:25:39.335128+0000 mon.smithi066 (mon.0) 722 : audit [DBG] from='client.? 172.21.15.66:0/641962848' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-03-21T13:25:39.838 INFO:teuthology.orchestra.run.smithi066.stdout:111669149721 2024-03-21T13:25:40.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:25:40 smithi122 bash[23477]: cluster 2024-03-21T13:25:39.093502+0000 mgr.smithi066.seeyps (mgr.14195) 181 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:25:40.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:25:40 smithi122 bash[23477]: audit 2024-03-21T13:25:39.838379+0000 mon.smithi066 (mon.0) 723 : audit [DBG] from='client.? 172.21.15.66:0/1265001679' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-03-21T13:25:40.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:25:40 smithi066 bash[18703]: cluster 2024-03-21T13:25:39.093502+0000 mgr.smithi066.seeyps (mgr.14195) 181 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:25:40.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:25:40 smithi066 bash[18703]: audit 2024-03-21T13:25:39.838379+0000 mon.smithi066 (mon.0) 723 : audit [DBG] from='client.? 172.21.15.66:0/1265001679' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-03-21T13:25:40.810 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345942 got 85899345946 for osd.1 2024-03-21T13:25:40.810 DEBUG:teuthology.parallel:result is None 2024-03-21T13:25:40.833 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476760 got 68719476764 for osd.0 2024-03-21T13:25:40.833 DEBUG:teuthology.parallel:result is None 2024-03-21T13:25:40.837 INFO:tasks.cephadm.ceph_manager.ceph:need seq 137438953490 got 137438953494 for osd.5 2024-03-21T13:25:40.837 DEBUG:teuthology.parallel:result is None 2024-03-21T13:25:41.200 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149717 got 111669149721 for osd.4 2024-03-21T13:25:41.200 DEBUG:teuthology.parallel:result is None 2024-03-21T13:25:41.995 INFO:tasks.cephadm.ceph_manager.ceph:need seq 158913789971 got 158913789975 for osd.7 2024-03-21T13:25:41.995 DEBUG:teuthology.parallel:result is None 2024-03-21T13:25:42.331 INFO:tasks.cephadm.ceph_manager.ceph:need seq 133143986196 got 133143986201 for osd.6 2024-03-21T13:25:42.331 DEBUG:teuthology.parallel:result is None 2024-03-21T13:25:42.336 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149717 got 111669149721 for osd.3 2024-03-21T13:25:42.336 DEBUG:teuthology.parallel:result is None 2024-03-21T13:25:42.336 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-03-21T13:25:42.337 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell --fsid 5ff71cb6-e785-11ee-95cd-87774f69a715 -- ceph pg dump --format=json 2024-03-21T13:25:42.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:25:42 smithi122 bash[23477]: cluster 2024-03-21T13:25:41.094144+0000 mgr.smithi066.seeyps (mgr.14195) 182 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:25:42.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:25:42 smithi066 bash[18703]: cluster 2024-03-21T13:25:41.094144+0000 mgr.smithi066.seeyps (mgr.14195) 182 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:25:44.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:25:44 smithi066 bash[18703]: cluster 2024-03-21T13:25:43.094855+0000 mgr.smithi066.seeyps (mgr.14195) 183 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:25:44.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:25:44 smithi066 bash[18703]: audit 2024-03-21T13:25:44.210352+0000 mon.smithi066 (mon.0) 724 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:25:44.962 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:25:44 smithi122 bash[23477]: cluster 2024-03-21T13:25:43.094855+0000 mgr.smithi066.seeyps (mgr.14195) 183 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:25:44.962 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:25:44 smithi122 bash[23477]: audit 2024-03-21T13:25:44.210352+0000 mon.smithi066 (mon.0) 724 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:25:46.962 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:25:46 smithi122 bash[23477]: cluster 2024-03-21T13:25:45.095593+0000 mgr.smithi066.seeyps (mgr.14195) 184 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:25:46.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:25:46 smithi066 bash[18703]: cluster 2024-03-21T13:25:45.095593+0000 mgr.smithi066.seeyps (mgr.14195) 184 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:25:47.185 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/mon.smithi066/config 2024-03-21T13:25:48.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:25:48 smithi066 bash[18703]: cluster 2024-03-21T13:25:47.096206+0000 mgr.smithi066.seeyps (mgr.14195) 185 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:25:48.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:25:48 smithi066 bash[18703]: audit 2024-03-21T13:25:48.127969+0000 mon.smithi066 (mon.0) 725 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:25:48.962 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:25:48 smithi122 bash[23477]: cluster 2024-03-21T13:25:47.096206+0000 mgr.smithi066.seeyps (mgr.14195) 185 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:25:48.962 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:25:48 smithi122 bash[23477]: audit 2024-03-21T13:25:48.127969+0000 mon.smithi066 (mon.0) 725 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:25:49.929 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-03-21T13:25:49.932 INFO:teuthology.orchestra.run.smithi066.stderr:dumped all 2024-03-21T13:25:50.504 INFO:teuthology.orchestra.run.smithi066.stdout:{"pg_ready":true,"pg_map":{"version":157,"stamp":"2024-03-21T13:25:49.096482+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":166,"num_read_kb":145,"num_write":269,"num_write_kb":5026,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":4,"num_bytes_recovered":1180736,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":217,"ondisk_log_size":217,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":8,"num_per_pool_osds":8,"num_per_pool_omap_osds":3,"kb":749928448,"kb_used":246104,"kb_used_data":4940,"kb_used_omap":12,"kb_used_meta":241011,"kb_avail":749682344,"statfs":{"total":767926730752,"available":767674720256,"internally_reserved":0,"allocated":5058560,"data_stored":3095416,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":12752,"internal_metadata":246795824},"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.003795"},"pg_stats":[{"pgid":"1.0","version":"31'217","reported_seq":318,"reported_epoch":41,"state":"active+clean","last_fresh":"2024-03-21T13:24:01.825231+0000","last_change":"2024-03-21T13:24:01.824225+0000","last_active":"2024-03-21T13:24:01.825231+0000","last_peered":"2024-03-21T13:24:01.825231+0000","last_clean":"2024-03-21T13:24:01.825231+0000","last_became_active":"2024-03-21T13:24:01.823093+0000","last_became_peered":"2024-03-21T13:24:01.823093+0000","last_unstale":"2024-03-21T13:24:01.825231+0000","last_undegraded":"2024-03-21T13:24:01.825231+0000","last_fullsized":"2024-03-21T13:24:01.825231+0000","mapping_epoch":40,"log_start":"0'0","ondisk_log_start":"0'0","created":22,"last_epoch_clean":41,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-21T13:23:42.166210+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-21T13:23:42.166210+0000","last_clean_scrub_stamp":"2024-03-21T13:23:42.166210+0000","objects_scrubbed":0,"log_size":217,"log_dups_size":0,"ondisk_log_size":217,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-03-22T17:40:38.402534+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":166,"num_read_kb":145,"num_write":269,"num_write_kb":5026,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":4,"num_bytes_recovered":1180736,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":166,"num_read_kb":145,"num_write":269,"num_write_kb":5026,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":4,"num_bytes_recovered":1180736,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":2969600,"data_stored":2951840,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":217,"ondisk_log_size":217,"up":3,"acting":3,"num_store_stats":5}],"osd_stats":[{"osd":7,"up_from":37,"seq":158913789978,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":32164,"kb_used_data":980,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93708892,"statfs":{"total":95990841344,"available":95957905408,"internally_reserved":0,"allocated":1003520,"data_stored":755907,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1590,"internal_metadata":31914442},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":5,"up_from":32,"seq":137438953497,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27420,"kb_used_data":400,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713636,"statfs":{"total":95990841344,"available":95962763264,"internally_reserved":0,"allocated":409600,"data_stored":165539,"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":1,"up_from":20,"seq":85899345948,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":31584,"kb_used_data":400,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93709472,"statfs":{"total":95990841344,"available":95958499328,"internally_reserved":0,"allocated":409600,"data_stored":165539,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"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":68719476766,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":32168,"kb_used_data":980,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93708888,"statfs":{"total":95990841344,"available":95957901312,"internally_reserved":0,"allocated":1003520,"data_stored":755907,"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":[]},{"osd":2,"up_from":21,"seq":90194313245,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":31588,"kb_used_data":400,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93709468,"statfs":{"total":95990841344,"available":95958495232,"internally_reserved":0,"allocated":409600,"data_stored":165539,"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":3,"up_from":26,"seq":111669149723,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":32168,"kb_used_data":980,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93708888,"statfs":{"total":95990841344,"available":95957901312,"internally_reserved":0,"allocated":1003520,"data_stored":755907,"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":4,"up_from":26,"seq":111669149724,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27420,"kb_used_data":400,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713636,"statfs":{"total":95990841344,"available":95962763264,"internally_reserved":0,"allocated":409600,"data_stored":165539,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"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":6,"up_from":31,"seq":133143986203,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":31592,"kb_used_data":400,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93709464,"statfs":{"total":95990841344,"available":95958491136,"internally_reserved":0,"allocated":409600,"data_stored":165539,"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":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-03-21T13:25:50.505 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell --fsid 5ff71cb6-e785-11ee-95cd-87774f69a715 -- ceph pg dump --format=json 2024-03-21T13:25:50.962 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:25:50 smithi122 bash[23477]: cluster 2024-03-21T13:25:49.096772+0000 mgr.smithi066.seeyps (mgr.14195) 186 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:25:50.962 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:25:50 smithi122 bash[23477]: audit 2024-03-21T13:25:49.755412+0000 mon.smithi066 (mon.0) 726 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:25:50.962 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:25:50 smithi122 bash[23477]: audit 2024-03-21T13:25:49.761766+0000 mon.smithi066 (mon.0) 727 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:25:50.962 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:25:50 smithi122 bash[23477]: audit 2024-03-21T13:25:50.216295+0000 mon.smithi066 (mon.0) 728 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:25:50.962 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:25:50 smithi122 bash[23477]: audit 2024-03-21T13:25:50.226626+0000 mon.smithi066 (mon.0) 729 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:25:50.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:25:50 smithi066 bash[18703]: cluster 2024-03-21T13:25:49.096772+0000 mgr.smithi066.seeyps (mgr.14195) 186 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:25:50.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:25:50 smithi066 bash[18703]: audit 2024-03-21T13:25:49.755412+0000 mon.smithi066 (mon.0) 726 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:25:50.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:25:50 smithi066 bash[18703]: audit 2024-03-21T13:25:49.761766+0000 mon.smithi066 (mon.0) 727 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:25:50.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:25:50 smithi066 bash[18703]: audit 2024-03-21T13:25:50.216295+0000 mon.smithi066 (mon.0) 728 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:25:50.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:25:50 smithi066 bash[18703]: audit 2024-03-21T13:25:50.226626+0000 mon.smithi066 (mon.0) 729 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:25:51.962 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:25:51 smithi122 bash[23477]: audit 2024-03-21T13:25:49.927204+0000 mgr.smithi066.seeyps (mgr.14195) 187 : audit [DBG] from='client.14442 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T13:25:51.962 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:25:51 smithi122 bash[23477]: audit 2024-03-21T13:25:50.927018+0000 mon.smithi066 (mon.0) 730 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:25:51.962 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:25:51 smithi122 bash[23477]: audit 2024-03-21T13:25:50.928679+0000 mon.smithi066 (mon.0) 731 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:25:51.962 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:25:51 smithi122 bash[23477]: audit 2024-03-21T13:25:50.937665+0000 mon.smithi066 (mon.0) 732 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:25:51.962 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:25:51 smithi122 bash[23477]: audit 2024-03-21T13:25:50.941366+0000 mon.smithi066 (mon.0) 733 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T13:25:51.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:25:51 smithi066 bash[18703]: audit 2024-03-21T13:25:49.927204+0000 mgr.smithi066.seeyps (mgr.14195) 187 : audit [DBG] from='client.14442 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T13:25:51.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:25:51 smithi066 bash[18703]: audit 2024-03-21T13:25:50.927018+0000 mon.smithi066 (mon.0) 730 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:25:51.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:25:51 smithi066 bash[18703]: audit 2024-03-21T13:25:50.928679+0000 mon.smithi066 (mon.0) 731 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:25:51.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:25:51 smithi066 bash[18703]: audit 2024-03-21T13:25:50.937665+0000 mon.smithi066 (mon.0) 732 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:25:51.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:25:51 smithi066 bash[18703]: audit 2024-03-21T13:25:50.941366+0000 mon.smithi066 (mon.0) 733 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T13:25:52.962 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:25:52 smithi122 bash[23477]: cluster 2024-03-21T13:25:51.097325+0000 mgr.smithi066.seeyps (mgr.14195) 188 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:25:52.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:25:52 smithi066 bash[18703]: cluster 2024-03-21T13:25:51.097325+0000 mgr.smithi066.seeyps (mgr.14195) 188 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:25:54.962 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:25:54 smithi122 bash[23477]: cluster 2024-03-21T13:25:53.097918+0000 mgr.smithi066.seeyps (mgr.14195) 189 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:25:54.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:25:54 smithi066 bash[18703]: cluster 2024-03-21T13:25:53.097918+0000 mgr.smithi066.seeyps (mgr.14195) 189 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:25:55.310 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/mon.smithi066/config 2024-03-21T13:25:56.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:25:56 smithi066 bash[18703]: cluster 2024-03-21T13:25:55.098438+0000 mgr.smithi066.seeyps (mgr.14195) 190 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:25:56.961 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:25:56 smithi122 bash[23477]: cluster 2024-03-21T13:25:55.098438+0000 mgr.smithi066.seeyps (mgr.14195) 190 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:25:58.048 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-03-21T13:25:58.051 INFO:teuthology.orchestra.run.smithi066.stderr:dumped all 2024-03-21T13:25:58.677 INFO:teuthology.orchestra.run.smithi066.stdout:{"pg_ready":true,"pg_map":{"version":161,"stamp":"2024-03-21T13:25:57.098705+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":166,"num_read_kb":145,"num_write":269,"num_write_kb":5026,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":4,"num_bytes_recovered":1180736,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":217,"ondisk_log_size":217,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":8,"num_per_pool_osds":8,"num_per_pool_omap_osds":3,"kb":749928448,"kb_used":246104,"kb_used_data":4940,"kb_used_omap":12,"kb_used_meta":241011,"kb_avail":749682344,"statfs":{"total":767926730752,"available":767674720256,"internally_reserved":0,"allocated":5058560,"data_stored":3095416,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":12752,"internal_metadata":246795824},"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.003490"},"pg_stats":[{"pgid":"1.0","version":"31'217","reported_seq":318,"reported_epoch":41,"state":"active+clean","last_fresh":"2024-03-21T13:24:01.825231+0000","last_change":"2024-03-21T13:24:01.824225+0000","last_active":"2024-03-21T13:24:01.825231+0000","last_peered":"2024-03-21T13:24:01.825231+0000","last_clean":"2024-03-21T13:24:01.825231+0000","last_became_active":"2024-03-21T13:24:01.823093+0000","last_became_peered":"2024-03-21T13:24:01.823093+0000","last_unstale":"2024-03-21T13:24:01.825231+0000","last_undegraded":"2024-03-21T13:24:01.825231+0000","last_fullsized":"2024-03-21T13:24:01.825231+0000","mapping_epoch":40,"log_start":"0'0","ondisk_log_start":"0'0","created":22,"last_epoch_clean":41,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-21T13:23:42.166210+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-21T13:23:42.166210+0000","last_clean_scrub_stamp":"2024-03-21T13:23:42.166210+0000","objects_scrubbed":0,"log_size":217,"log_dups_size":0,"ondisk_log_size":217,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-03-22T17:40:38.402534+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":166,"num_read_kb":145,"num_write":269,"num_write_kb":5026,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":4,"num_bytes_recovered":1180736,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":166,"num_read_kb":145,"num_write":269,"num_write_kb":5026,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":4,"num_bytes_recovered":1180736,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":2969600,"data_stored":2951840,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":217,"ondisk_log_size":217,"up":3,"acting":3,"num_store_stats":5}],"osd_stats":[{"osd":7,"up_from":37,"seq":158913789979,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":32164,"kb_used_data":980,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93708892,"statfs":{"total":95990841344,"available":95957905408,"internally_reserved":0,"allocated":1003520,"data_stored":755907,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1590,"internal_metadata":31914442},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":5,"up_from":32,"seq":137438953498,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27420,"kb_used_data":400,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713636,"statfs":{"total":95990841344,"available":95962763264,"internally_reserved":0,"allocated":409600,"data_stored":165539,"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":1,"up_from":20,"seq":85899345950,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":31584,"kb_used_data":400,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93709472,"statfs":{"total":95990841344,"available":95958499328,"internally_reserved":0,"allocated":409600,"data_stored":165539,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"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":68719476768,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":32168,"kb_used_data":980,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93708888,"statfs":{"total":95990841344,"available":95957901312,"internally_reserved":0,"allocated":1003520,"data_stored":755907,"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":[]},{"osd":2,"up_from":21,"seq":90194313247,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":31588,"kb_used_data":400,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93709468,"statfs":{"total":95990841344,"available":95958495232,"internally_reserved":0,"allocated":409600,"data_stored":165539,"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":3,"up_from":26,"seq":111669149725,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":32168,"kb_used_data":980,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93708888,"statfs":{"total":95990841344,"available":95957901312,"internally_reserved":0,"allocated":1003520,"data_stored":755907,"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":4,"up_from":26,"seq":111669149725,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27420,"kb_used_data":400,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713636,"statfs":{"total":95990841344,"available":95962763264,"internally_reserved":0,"allocated":409600,"data_stored":165539,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"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":6,"up_from":31,"seq":133143986205,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":31592,"kb_used_data":400,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93709464,"statfs":{"total":95990841344,"available":95958491136,"internally_reserved":0,"allocated":409600,"data_stored":165539,"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":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-03-21T13:25:58.678 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-03-21T13:25:58.678 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-03-21T13:25:58.678 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-03-21T13:25:58.679 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell --fsid 5ff71cb6-e785-11ee-95cd-87774f69a715 -- ceph health --format=json 2024-03-21T13:25:58.962 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:25:58 smithi122 bash[23477]: cluster 2024-03-21T13:25:57.098882+0000 mgr.smithi066.seeyps (mgr.14195) 191 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:25:58.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:25:58 smithi066 bash[18703]: cluster 2024-03-21T13:25:57.098882+0000 mgr.smithi066.seeyps (mgr.14195) 191 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:25:59.962 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:25:59 smithi122 bash[23477]: audit 2024-03-21T13:25:58.046356+0000 mgr.smithi066.seeyps (mgr.14195) 192 : audit [DBG] from='client.14446 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T13:25:59.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:25:59 smithi066 bash[18703]: audit 2024-03-21T13:25:58.046356+0000 mgr.smithi066.seeyps (mgr.14195) 192 : audit [DBG] from='client.14446 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T13:26:00.896 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:26:00 smithi066 bash[18703]: cluster 2024-03-21T13:25:59.099441+0000 mgr.smithi066.seeyps (mgr.14195) 193 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:26:00.961 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:26:00 smithi122 bash[23477]: cluster 2024-03-21T13:25:59.099441+0000 mgr.smithi066.seeyps (mgr.14195) 193 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:26:02.962 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:26:02 smithi122 bash[23477]: cluster 2024-03-21T13:26:01.100025+0000 mgr.smithi066.seeyps (mgr.14195) 194 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:26:02.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:26:02 smithi066 bash[18703]: cluster 2024-03-21T13:26:01.100025+0000 mgr.smithi066.seeyps (mgr.14195) 194 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:26:03.496 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/mon.smithi066/config 2024-03-21T13:26:03.961 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:26:03 smithi122 bash[23477]: audit 2024-03-21T13:26:03.128796+0000 mon.smithi066 (mon.0) 734 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:26:03.963 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:26:03 smithi066 bash[18703]: audit 2024-03-21T13:26:03.128796+0000 mon.smithi066 (mon.0) 734 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:26:04.590 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:26:04 smithi066 bash[18703]: cluster 2024-03-21T13:26:03.100617+0000 mgr.smithi066.seeyps (mgr.14195) 195 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:26:04.961 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:26:04 smithi122 bash[23477]: cluster 2024-03-21T13:26:03.100617+0000 mgr.smithi066.seeyps (mgr.14195) 195 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:26:06.203 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-03-21T13:26:06.203 INFO:teuthology.orchestra.run.smithi066.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-03-21T13:26:06.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:26:06 smithi066 bash[18703]: cluster 2024-03-21T13:26:05.100997+0000 mgr.smithi066.seeyps (mgr.14195) 196 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:26:06.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:26:06 smithi066 bash[18703]: audit 2024-03-21T13:26:06.203102+0000 mon.smithi066 (mon.0) 735 : audit [DBG] from='client.? 172.21.15.66:0/3465576400' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-03-21T13:26:06.832 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-03-21T13:26:06.832 INFO:tasks.cephadm:Setup complete, yielding 2024-03-21T13:26:06.832 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-03-21T13:26:06.843 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi066.front.sepia.ceph.com 2024-03-21T13:26:06.844 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ff71cb6-e785-11ee-95cd-87774f69a715 -- bash -c 'ceph orch status' 2024-03-21T13:26:06.961 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:26:06 smithi122 bash[23477]: cluster 2024-03-21T13:26:05.100997+0000 mgr.smithi066.seeyps (mgr.14195) 196 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:26:06.962 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:26:06 smithi122 bash[23477]: audit 2024-03-21T13:26:06.203102+0000 mon.smithi066 (mon.0) 735 : audit [DBG] from='client.? 172.21.15.66:0/3465576400' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-03-21T13:26:08.961 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:26:08 smithi122 bash[23477]: cluster 2024-03-21T13:26:07.101478+0000 mgr.smithi066.seeyps (mgr.14195) 197 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:26:08.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:26:08 smithi066 bash[18703]: cluster 2024-03-21T13:26:07.101478+0000 mgr.smithi066.seeyps (mgr.14195) 197 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:26:10.961 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:26:10 smithi122 bash[23477]: cluster 2024-03-21T13:26:09.102041+0000 mgr.smithi066.seeyps (mgr.14195) 198 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:26:10.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:26:10 smithi066 bash[18703]: cluster 2024-03-21T13:26:09.102041+0000 mgr.smithi066.seeyps (mgr.14195) 198 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:26:11.647 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/mon.smithi066/config 2024-03-21T13:26:12.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:26:12 smithi066 bash[18703]: cluster 2024-03-21T13:26:11.102605+0000 mgr.smithi066.seeyps (mgr.14195) 199 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:26:12.962 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:26:12 smithi122 bash[23477]: cluster 2024-03-21T13:26:11.102605+0000 mgr.smithi066.seeyps (mgr.14195) 199 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:26:14.319 INFO:teuthology.orchestra.run.smithi066.stdout:Backend: cephadm 2024-03-21T13:26:14.320 INFO:teuthology.orchestra.run.smithi066.stdout:Available: Yes 2024-03-21T13:26:14.320 INFO:teuthology.orchestra.run.smithi066.stdout:Paused: No 2024-03-21T13:26:14.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:26:14 smithi066 bash[18703]: cluster 2024-03-21T13:26:13.103196+0000 mgr.smithi066.seeyps (mgr.14195) 200 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:26:14.938 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ff71cb6-e785-11ee-95cd-87774f69a715 -- bash -c 'ceph orch ps' 2024-03-21T13:26:14.961 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:26:14 smithi122 bash[23477]: cluster 2024-03-21T13:26:13.103196+0000 mgr.smithi066.seeyps (mgr.14195) 200 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:26:15.961 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:26:15 smithi122 bash[23477]: audit 2024-03-21T13:26:14.319503+0000 mgr.smithi066.seeyps (mgr.14195) 201 : audit [DBG] from='client.14454 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:26:15.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:26:15 smithi066 bash[18703]: audit 2024-03-21T13:26:14.319503+0000 mgr.smithi066.seeyps (mgr.14195) 201 : audit [DBG] from='client.14454 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:26:16.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:26:16 smithi066 bash[18703]: cluster 2024-03-21T13:26:15.103767+0000 mgr.smithi066.seeyps (mgr.14195) 202 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:26:16.961 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:26:16 smithi122 bash[23477]: cluster 2024-03-21T13:26:15.103767+0000 mgr.smithi066.seeyps (mgr.14195) 202 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:26:18.961 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:26:18 smithi122 bash[23477]: cluster 2024-03-21T13:26:17.104450+0000 mgr.smithi066.seeyps (mgr.14195) 203 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:26:18.962 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:26:18 smithi122 bash[23477]: audit 2024-03-21T13:26:18.129409+0000 mon.smithi066 (mon.0) 736 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:26:18.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:26:18 smithi066 bash[18703]: cluster 2024-03-21T13:26:17.104450+0000 mgr.smithi066.seeyps (mgr.14195) 203 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:26:18.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:26:18 smithi066 bash[18703]: audit 2024-03-21T13:26:18.129409+0000 mon.smithi066 (mon.0) 736 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:26:19.757 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/mon.smithi066/config 2024-03-21T13:26:20.788 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:26:20 smithi066 bash[18703]: cluster 2024-03-21T13:26:19.105157+0000 mgr.smithi066.seeyps (mgr.14195) 204 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:26:20.961 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:26:20 smithi122 bash[23477]: cluster 2024-03-21T13:26:19.105157+0000 mgr.smithi066.seeyps (mgr.14195) 204 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:26:22.392 INFO:teuthology.orchestra.run.smithi066.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-21T13:26:22.392 INFO:teuthology.orchestra.run.smithi066.stdout:alertmanager.smithi066 smithi066 *:9093,9094 running (4m) 32s ago 5m 14.2M - 0.25.0 c8568f914cd2 f06b94c7b2c8 2024-03-21T13:26:22.392 INFO:teuthology.orchestra.run.smithi066.stdout:ceph-exporter.smithi066 smithi066 running (5m) 32s ago 5m 8403k - 19.0.0-2267-g960fbbe4 19e12293512f 75351f6f2719 2024-03-21T13:26:22.392 INFO:teuthology.orchestra.run.smithi066.stdout:ceph-exporter.smithi122 smithi122 running (4m) 32s ago 4m 5812k - 19.0.0-2267-g960fbbe4 19e12293512f 76a65d3c5450 2024-03-21T13:26:22.393 INFO:teuthology.orchestra.run.smithi066.stdout:crash.smithi066 smithi066 running (5m) 32s ago 5m 7123k - 19.0.0-2267-g960fbbe4 19e12293512f 36cd124c315d 2024-03-21T13:26:22.393 INFO:teuthology.orchestra.run.smithi066.stdout:crash.smithi122 smithi122 running (4m) 32s ago 4m 7084k - 19.0.0-2267-g960fbbe4 19e12293512f ec90935a0956 2024-03-21T13:26:22.393 INFO:teuthology.orchestra.run.smithi066.stdout:grafana.smithi066 smithi066 *:3000 running (3m) 32s ago 5m 71.4M - 9.4.12 2bacad6d85d8 29e2a8f91267 2024-03-21T13:26:22.393 INFO:teuthology.orchestra.run.smithi066.stdout:mgr.smithi066.seeyps smithi066 *:9283,8765,8443 running (7m) 32s ago 7m 490M - 19.0.0-2267-g960fbbe4 19e12293512f 90e065e96727 2024-03-21T13:26:22.393 INFO:teuthology.orchestra.run.smithi066.stdout:mgr.smithi122.ezngxk smithi122 *:8443,9283,8765 running (4m) 32s ago 4m 436M - 19.0.0-2267-g960fbbe4 19e12293512f 3b3a1a284a47 2024-03-21T13:26:22.393 INFO:teuthology.orchestra.run.smithi066.stdout:mon.smithi066 smithi066 running (7m) 32s ago 7m 46.5M 2048M 19.0.0-2267-g960fbbe4 19e12293512f 7ec0e6d84c9e 2024-03-21T13:26:22.393 INFO:teuthology.orchestra.run.smithi066.stdout:mon.smithi122 smithi122 running (4m) 32s ago 4m 39.9M 2048M 19.0.0-2267-g960fbbe4 19e12293512f a45001687d44 2024-03-21T13:26:22.393 INFO:teuthology.orchestra.run.smithi066.stdout:node-exporter.smithi066 smithi066 *:9100 running (5m) 32s ago 5m 8479k - 1.5.0 0da6a335fe13 830dabdb3a74 2024-03-21T13:26:22.393 INFO:teuthology.orchestra.run.smithi066.stdout:node-exporter.smithi122 smithi122 *:9100 running (4m) 32s ago 4m 8431k - 1.5.0 0da6a335fe13 95a41f430bb3 2024-03-21T13:26:22.393 INFO:teuthology.orchestra.run.smithi066.stdout:osd.0 smithi122 running (2m) 32s ago 2m 47.3M 3772M 19.0.0-2267-g960fbbe4 19e12293512f 781c2d115d28 2024-03-21T13:26:22.393 INFO:teuthology.orchestra.run.smithi066.stdout:osd.1 smithi066 running (2m) 32s ago 2m 49.0M 3004M 19.0.0-2267-g960fbbe4 19e12293512f 61ce8ccec3af 2024-03-21T13:26:22.393 INFO:teuthology.orchestra.run.smithi066.stdout:osd.2 smithi122 running (2m) 32s ago 2m 44.4M 3772M 19.0.0-2267-g960fbbe4 19e12293512f cdb7da190bda 2024-03-21T13:26:22.393 INFO:teuthology.orchestra.run.smithi066.stdout:osd.3 smithi066 running (2m) 32s ago 2m 46.9M 3004M 19.0.0-2267-g960fbbe4 19e12293512f 18ef32c27739 2024-03-21T13:26:22.393 INFO:teuthology.orchestra.run.smithi066.stdout:osd.4 smithi122 running (2m) 32s ago 2m 36.0M 3772M 19.0.0-2267-g960fbbe4 19e12293512f 501b7e98e26d 2024-03-21T13:26:22.393 INFO:teuthology.orchestra.run.smithi066.stdout:osd.5 smithi066 running (2m) 32s ago 2m 35.6M 3004M 19.0.0-2267-g960fbbe4 19e12293512f 57f2fdab0a57 2024-03-21T13:26:22.394 INFO:teuthology.orchestra.run.smithi066.stdout:osd.6 smithi122 running (2m) 32s ago 2m 43.0M 3772M 19.0.0-2267-g960fbbe4 19e12293512f ccfa7a36376f 2024-03-21T13:26:22.394 INFO:teuthology.orchestra.run.smithi066.stdout:osd.7 smithi066 running (2m) 32s ago 2m 46.9M 3004M 19.0.0-2267-g960fbbe4 19e12293512f d34edbeadbc9 2024-03-21T13:26:22.394 INFO:teuthology.orchestra.run.smithi066.stdout:prometheus.smithi066 smithi066 *:9095 running (3m) 32s ago 4m 48.0M - 2.43.0 a07b618ecd1d d80b46bb9475 2024-03-21T13:26:22.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:26:22 smithi066 bash[18703]: cluster 2024-03-21T13:26:21.105910+0000 mgr.smithi066.seeyps (mgr.14195) 205 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:26:22.961 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:26:22 smithi122 bash[23477]: cluster 2024-03-21T13:26:21.105910+0000 mgr.smithi066.seeyps (mgr.14195) 205 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:26:23.010 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ff71cb6-e785-11ee-95cd-87774f69a715 -- bash -c 'ceph orch ls' 2024-03-21T13:26:23.961 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:26:23 smithi122 bash[23477]: audit 2024-03-21T13:26:22.377385+0000 mgr.smithi066.seeyps (mgr.14195) 206 : audit [DBG] from='client.14458 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:26:23.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:26:23 smithi066 bash[18703]: audit 2024-03-21T13:26:22.377385+0000 mgr.smithi066.seeyps (mgr.14195) 206 : audit [DBG] from='client.14458 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:26:24.961 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:26:24 smithi122 bash[23477]: cluster 2024-03-21T13:26:23.106507+0000 mgr.smithi066.seeyps (mgr.14195) 207 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:26:24.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:26:24 smithi066 bash[18703]: cluster 2024-03-21T13:26:23.106507+0000 mgr.smithi066.seeyps (mgr.14195) 207 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:26:26.961 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:26:26 smithi122 bash[23477]: cluster 2024-03-21T13:26:25.107089+0000 mgr.smithi066.seeyps (mgr.14195) 208 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:26:26.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:26:26 smithi066 bash[18703]: cluster 2024-03-21T13:26:25.107089+0000 mgr.smithi066.seeyps (mgr.14195) 208 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:26:27.818 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/mon.smithi066/config 2024-03-21T13:26:28.904 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:26:28 smithi066 bash[18703]: cluster 2024-03-21T13:26:27.107748+0000 mgr.smithi066.seeyps (mgr.14195) 209 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:26:28.961 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:26:28 smithi122 bash[23477]: cluster 2024-03-21T13:26:27.107748+0000 mgr.smithi066.seeyps (mgr.14195) 209 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:26:30.411 INFO:teuthology.orchestra.run.smithi066.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-03-21T13:26:30.412 INFO:teuthology.orchestra.run.smithi066.stdout:alertmanager ?:9093,9094 1/1 40s ago 6m count:1 2024-03-21T13:26:30.412 INFO:teuthology.orchestra.run.smithi066.stdout:ceph-exporter 2/2 40s ago 6m * 2024-03-21T13:26:30.412 INFO:teuthology.orchestra.run.smithi066.stdout:crash 2/2 40s ago 6m * 2024-03-21T13:26:30.412 INFO:teuthology.orchestra.run.smithi066.stdout:grafana ?:3000 1/1 40s ago 6m count:1 2024-03-21T13:26:30.412 INFO:teuthology.orchestra.run.smithi066.stdout:mgr 2/2 40s ago 6m count:2 2024-03-21T13:26:30.412 INFO:teuthology.orchestra.run.smithi066.stdout:mon 2/2 40s ago 4m smithi066:172.21.15.66=smithi066;smithi122:172.21.15.122=smithi122;count:2 2024-03-21T13:26:30.412 INFO:teuthology.orchestra.run.smithi066.stdout:node-exporter ?:9100 2/2 40s ago 6m * 2024-03-21T13:26:30.412 INFO:teuthology.orchestra.run.smithi066.stdout:osd.all-available-devices 8 40s ago 4m * 2024-03-21T13:26:30.412 INFO:teuthology.orchestra.run.smithi066.stdout:prometheus ?:9095 1/1 40s ago 6m count:1 2024-03-21T13:26:30.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:26:30 smithi066 bash[18703]: cluster 2024-03-21T13:26:29.108363+0000 mgr.smithi066.seeyps (mgr.14195) 210 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:26:30.961 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:26:30 smithi122 bash[23477]: cluster 2024-03-21T13:26:29.108363+0000 mgr.smithi066.seeyps (mgr.14195) 210 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:26:31.006 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ff71cb6-e785-11ee-95cd-87774f69a715 -- bash -c 'ceph orch host ls' 2024-03-21T13:26:31.900 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:26:31 smithi066 bash[18703]: audit 2024-03-21T13:26:30.404255+0000 mgr.smithi066.seeyps (mgr.14195) 211 : audit [DBG] from='client.14462 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:26:31.961 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:26:31 smithi122 bash[23477]: audit 2024-03-21T13:26:30.404255+0000 mgr.smithi066.seeyps (mgr.14195) 211 : audit [DBG] from='client.14462 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:26:32.961 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:26:32 smithi122 bash[23477]: cluster 2024-03-21T13:26:31.108770+0000 mgr.smithi066.seeyps (mgr.14195) 212 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:26:32.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:26:32 smithi066 bash[18703]: cluster 2024-03-21T13:26:31.108770+0000 mgr.smithi066.seeyps (mgr.14195) 212 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:26:33.961 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:26:33 smithi122 bash[23477]: audit 2024-03-21T13:26:33.129581+0000 mon.smithi066 (mon.0) 737 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:26:33.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:26:33 smithi066 bash[18703]: audit 2024-03-21T13:26:33.129581+0000 mon.smithi066 (mon.0) 737 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:26:34.961 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:26:34 smithi122 bash[23477]: cluster 2024-03-21T13:26:33.109398+0000 mgr.smithi066.seeyps (mgr.14195) 213 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:26:34.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:26:34 smithi066 bash[18703]: cluster 2024-03-21T13:26:33.109398+0000 mgr.smithi066.seeyps (mgr.14195) 213 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:26:35.821 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/mon.smithi066/config 2024-03-21T13:26:36.903 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:26:36 smithi066 bash[18703]: cluster 2024-03-21T13:26:35.110105+0000 mgr.smithi066.seeyps (mgr.14195) 214 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:26:36.961 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:26:36 smithi122 bash[23477]: cluster 2024-03-21T13:26:35.110105+0000 mgr.smithi066.seeyps (mgr.14195) 214 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:26:38.650 INFO:teuthology.orchestra.run.smithi066.stdout:HOST ADDR LABELS STATUS 2024-03-21T13:26:38.651 INFO:teuthology.orchestra.run.smithi066.stdout:smithi066 172.21.15.66 2024-03-21T13:26:38.651 INFO:teuthology.orchestra.run.smithi066.stdout:smithi122 172.21.15.122 2024-03-21T13:26:38.651 INFO:teuthology.orchestra.run.smithi066.stdout:2 hosts in cluster 2024-03-21T13:26:38.961 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:26:38 smithi122 bash[23477]: cluster 2024-03-21T13:26:37.110803+0000 mgr.smithi066.seeyps (mgr.14195) 215 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:26:38.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:26:38 smithi066 bash[18703]: cluster 2024-03-21T13:26:37.110803+0000 mgr.smithi066.seeyps (mgr.14195) 215 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:26:39.309 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ff71cb6-e785-11ee-95cd-87774f69a715 -- bash -c 'ceph orch device ls' 2024-03-21T13:26:40.961 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:26:40 smithi122 bash[23477]: audit 2024-03-21T13:26:38.649687+0000 mgr.smithi066.seeyps (mgr.14195) 216 : audit [DBG] from='client.14466 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:26:40.961 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:26:40 smithi122 bash[23477]: cluster 2024-03-21T13:26:39.111430+0000 mgr.smithi066.seeyps (mgr.14195) 217 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:26:40.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:26:40 smithi066 bash[18703]: audit 2024-03-21T13:26:38.649687+0000 mgr.smithi066.seeyps (mgr.14195) 216 : audit [DBG] from='client.14466 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:26:40.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:26:40 smithi066 bash[18703]: cluster 2024-03-21T13:26:39.111430+0000 mgr.smithi066.seeyps (mgr.14195) 217 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:26:42.961 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:26:42 smithi122 bash[23477]: cluster 2024-03-21T13:26:41.111993+0000 mgr.smithi066.seeyps (mgr.14195) 218 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:26:42.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:26:42 smithi066 bash[18703]: cluster 2024-03-21T13:26:41.111993+0000 mgr.smithi066.seeyps (mgr.14195) 218 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:26:44.108 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/mon.smithi066/config 2024-03-21T13:26:44.914 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:26:44 smithi066 bash[18703]: cluster 2024-03-21T13:26:43.112573+0000 mgr.smithi066.seeyps (mgr.14195) 219 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:26:44.961 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:26:44 smithi122 bash[23477]: cluster 2024-03-21T13:26:43.112573+0000 mgr.smithi066.seeyps (mgr.14195) 219 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:26:46.771 INFO:teuthology.orchestra.run.smithi066.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-03-21T13:26:46.772 INFO:teuthology.orchestra.run.smithi066.stdout:smithi066 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_CVFT53430091400BGN 372G No 2m ago Has a FileSystem, LVM detected 2024-03-21T13:26:46.772 INFO:teuthology.orchestra.run.smithi066.stdout:smithi066 /dev/nvme1n1 ssd Linux_8af165ca970d4383ece1 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-03-21T13:26:46.772 INFO:teuthology.orchestra.run.smithi066.stdout:smithi066 /dev/nvme2n1 ssd Linux_d4e60c9e34f9855b1450 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-03-21T13:26:46.772 INFO:teuthology.orchestra.run.smithi066.stdout:smithi066 /dev/nvme3n1 ssd Linux_5d3e456ca359765fd2b6 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-03-21T13:26:46.772 INFO:teuthology.orchestra.run.smithi066.stdout:smithi066 /dev/nvme4n1 ssd Linux_a3591e5cebceb799a991 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-03-21T13:26:46.772 INFO:teuthology.orchestra.run.smithi066.stdout:smithi122 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_PHFT6204010U400BGN 372G No 2m ago Has a FileSystem, LVM detected 2024-03-21T13:26:46.772 INFO:teuthology.orchestra.run.smithi066.stdout:smithi122 /dev/nvme1n1 ssd Linux_39162c47118fb3ee060f 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-03-21T13:26:46.772 INFO:teuthology.orchestra.run.smithi066.stdout:smithi122 /dev/nvme2n1 ssd Linux_995012e68a2053f1424b 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-03-21T13:26:46.772 INFO:teuthology.orchestra.run.smithi066.stdout:smithi122 /dev/nvme3n1 ssd Linux_03f47d1094537d01b93a 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-03-21T13:26:46.772 INFO:teuthology.orchestra.run.smithi066.stdout:smithi122 /dev/nvme4n1 ssd Linux_8c626304f6d63ef0aea0 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-03-21T13:26:46.961 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:26:46 smithi122 bash[23477]: cluster 2024-03-21T13:26:45.113108+0000 mgr.smithi066.seeyps (mgr.14195) 220 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:26:46.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:26:46 smithi066 bash[18703]: cluster 2024-03-21T13:26:45.113108+0000 mgr.smithi066.seeyps (mgr.14195) 220 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:26:47.410 INFO:teuthology.run_tasks:Running task vip... 2024-03-21T13:26:47.424 INFO:tasks.vip:Allocating static IPs for each host... 2024-03-21T13:26:47.424 INFO:tasks.vip:peername 172.21.15.66 2024-03-21T13:26:47.427 INFO:tasks.vip:172.21.15.66 in 172.21.0.0/20, pos 3905 2024-03-21T13:26:47.431 INFO:tasks.vip:smithi066.front.sepia.ceph.com static 10.0.15.66, vnet 10.0.0.0/16 2024-03-21T13:26:47.431 INFO:tasks.vip:VIPs are [IPv4Address('10.0.31.66')] 2024-03-21T13:26:47.432 DEBUG:teuthology.orchestra.run.smithi066:> sudo ip route ls 2024-03-21T13:26:47.445 INFO:teuthology.orchestra.run.smithi066.stdout:default via 172.21.15.254 dev enp3s0f1 2024-03-21T13:26:47.445 INFO:teuthology.orchestra.run.smithi066.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.66 metric 100 2024-03-21T13:26:47.445 INFO:teuthology.orchestra.run.smithi066.stdout:158.69.67.47 via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.66 metric 100 2024-03-21T13:26:47.446 INFO:teuthology.orchestra.run.smithi066.stdout:172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-03-21T13:26:47.446 INFO:teuthology.orchestra.run.smithi066.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.66 metric 100 2024-03-21T13:26:47.446 INFO:teuthology.orchestra.run.smithi066.stdout:172.21.0.1 dev enp3s0f1 proto dhcp scope link src 172.21.15.66 metric 100 2024-03-21T13:26:47.446 INFO:teuthology.orchestra.run.smithi066.stdout:172.21.0.2 dev enp3s0f1 proto dhcp scope link src 172.21.15.66 metric 100 2024-03-21T13:26:47.446 INFO:teuthology.orchestra.run.smithi066.stdout:172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.66 metric 100 2024-03-21T13:26:47.447 INFO:tasks.vip:Configuring 10.0.15.66 on smithi066.front.sepia.ceph.com iface enp3s0f1... 2024-03-21T13:26:47.447 DEBUG:teuthology.orchestra.run.smithi066:> sudo ip addr add 10.0.15.66/16 dev enp3s0f1 2024-03-21T13:26:47.503 INFO:tasks.vip:peername 172.21.15.122 2024-03-21T13:26:47.505 INFO:tasks.vip:172.21.15.122 in 172.21.0.0/20, pos 3961 2024-03-21T13:26:47.509 INFO:tasks.vip:smithi122.front.sepia.ceph.com static 10.0.15.122, vnet 10.0.0.0/16 2024-03-21T13:26:47.510 DEBUG:teuthology.orchestra.run.smithi122:> sudo ip route ls 2024-03-21T13:26:47.523 INFO:teuthology.orchestra.run.smithi122.stdout:default via 172.21.15.254 dev enp3s0f1 2024-03-21T13:26:47.524 INFO:teuthology.orchestra.run.smithi122.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.122 metric 100 2024-03-21T13:26:47.524 INFO:teuthology.orchestra.run.smithi122.stdout:158.69.67.47 via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.122 metric 100 2024-03-21T13:26:47.524 INFO:teuthology.orchestra.run.smithi122.stdout:172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-03-21T13:26:47.524 INFO:teuthology.orchestra.run.smithi122.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.122 metric 100 2024-03-21T13:26:47.524 INFO:teuthology.orchestra.run.smithi122.stdout:172.21.0.1 dev enp3s0f1 proto dhcp scope link src 172.21.15.122 metric 100 2024-03-21T13:26:47.524 INFO:teuthology.orchestra.run.smithi122.stdout:172.21.0.2 dev enp3s0f1 proto dhcp scope link src 172.21.15.122 metric 100 2024-03-21T13:26:47.524 INFO:teuthology.orchestra.run.smithi122.stdout:172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.122 metric 100 2024-03-21T13:26:47.525 INFO:tasks.vip:Configuring 10.0.15.122 on smithi122.front.sepia.ceph.com iface enp3s0f1... 2024-03-21T13:26:47.525 DEBUG:teuthology.orchestra.run.smithi122:> sudo ip addr add 10.0.15.122/16 dev enp3s0f1 2024-03-21T13:26:47.581 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-03-21T13:26:47.590 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi066.front.sepia.ceph.com 2024-03-21T13:26:47.590 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ff71cb6-e785-11ee-95cd-87774f69a715 -- bash -c 'ceph orch device ls --refresh' 2024-03-21T13:26:47.961 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:26:47 smithi122 bash[23477]: audit 2024-03-21T13:26:46.765204+0000 mgr.smithi066.seeyps (mgr.14195) 221 : audit [DBG] from='client.14470 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:26:47.961 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:26:47 smithi122 bash[23477]: cluster 2024-03-21T13:26:47.113711+0000 mgr.smithi066.seeyps (mgr.14195) 222 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:26:47.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:26:47 smithi066 bash[18703]: audit 2024-03-21T13:26:46.765204+0000 mgr.smithi066.seeyps (mgr.14195) 221 : audit [DBG] from='client.14470 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:26:47.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:26:47 smithi066 bash[18703]: cluster 2024-03-21T13:26:47.113711+0000 mgr.smithi066.seeyps (mgr.14195) 222 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:26:48.961 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:26:48 smithi122 bash[23477]: audit 2024-03-21T13:26:48.130197+0000 mon.smithi066 (mon.0) 738 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:26:48.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:26:48 smithi066 bash[18703]: audit 2024-03-21T13:26:48.130197+0000 mon.smithi066 (mon.0) 738 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:26:49.711 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:26:49 smithi122 bash[23477]: cluster 2024-03-21T13:26:49.114250+0000 mgr.smithi066.seeyps (mgr.14195) 223 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:26:49.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:26:49 smithi066 bash[18703]: cluster 2024-03-21T13:26:49.114250+0000 mgr.smithi066.seeyps (mgr.14195) 223 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:26:51.460 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:26:51 smithi122 bash[23477]: audit 2024-03-21T13:26:51.015877+0000 mon.smithi066 (mon.0) 739 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:26:51.463 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:26:51 smithi066 bash[18703]: audit 2024-03-21T13:26:51.015877+0000 mon.smithi066 (mon.0) 739 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:26:52.396 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/mon.smithi066/config 2024-03-21T13:26:52.417 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:26:52 smithi066 bash[18703]: cluster 2024-03-21T13:26:51.114813+0000 mgr.smithi066.seeyps (mgr.14195) 224 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:26:52.461 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:26:52 smithi122 bash[23477]: cluster 2024-03-21T13:26:51.114813+0000 mgr.smithi066.seeyps (mgr.14195) 224 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:26:54.461 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:26:54 smithi122 bash[23477]: cluster 2024-03-21T13:26:53.115496+0000 mgr.smithi066.seeyps (mgr.14195) 225 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:26:54.464 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:26:54 smithi066 bash[18703]: cluster 2024-03-21T13:26:53.115496+0000 mgr.smithi066.seeyps (mgr.14195) 225 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:26:55.274 INFO:teuthology.orchestra.run.smithi066.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-03-21T13:26:55.274 INFO:teuthology.orchestra.run.smithi066.stdout:smithi066 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_CVFT53430091400BGN 372G No 2m ago Has a FileSystem, LVM detected 2024-03-21T13:26:55.275 INFO:teuthology.orchestra.run.smithi066.stdout:smithi066 /dev/nvme1n1 ssd Linux_8af165ca970d4383ece1 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-03-21T13:26:55.275 INFO:teuthology.orchestra.run.smithi066.stdout:smithi066 /dev/nvme2n1 ssd Linux_d4e60c9e34f9855b1450 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-03-21T13:26:55.275 INFO:teuthology.orchestra.run.smithi066.stdout:smithi066 /dev/nvme3n1 ssd Linux_5d3e456ca359765fd2b6 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-03-21T13:26:55.275 INFO:teuthology.orchestra.run.smithi066.stdout:smithi066 /dev/nvme4n1 ssd Linux_a3591e5cebceb799a991 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-03-21T13:26:55.275 INFO:teuthology.orchestra.run.smithi066.stdout:smithi122 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_PHFT6204010U400BGN 372G No 2m ago Has a FileSystem, LVM detected 2024-03-21T13:26:55.275 INFO:teuthology.orchestra.run.smithi066.stdout:smithi122 /dev/nvme1n1 ssd Linux_39162c47118fb3ee060f 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-03-21T13:26:55.276 INFO:teuthology.orchestra.run.smithi066.stdout:smithi122 /dev/nvme2n1 ssd Linux_995012e68a2053f1424b 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-03-21T13:26:55.276 INFO:teuthology.orchestra.run.smithi066.stdout:smithi122 /dev/nvme3n1 ssd Linux_03f47d1094537d01b93a 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-03-21T13:26:55.276 INFO:teuthology.orchestra.run.smithi066.stdout:smithi122 /dev/nvme4n1 ssd Linux_8c626304f6d63ef0aea0 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-03-21T13:26:55.890 INFO:teuthology.run_tasks:Running task vip.exec... 2024-03-21T13:26:55.900 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi066.front.sepia.ceph.com 2024-03-21T13:26:55.901 DEBUG:teuthology.orchestra.run.smithi066:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-03-21T13:26:55.910 INFO:teuthology.orchestra.run.smithi066.stderr:+ systemctl stop nfs-server 2024-03-21T13:26:56.039 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi122.front.sepia.ceph.com 2024-03-21T13:26:56.039 DEBUG:teuthology.orchestra.run.smithi122:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-03-21T13:26:56.052 INFO:teuthology.orchestra.run.smithi122.stderr:+ systemctl stop nfs-server 2024-03-21T13:26:56.178 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-03-21T13:26:56.191 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi066.front.sepia.ceph.com 2024-03-21T13:26:56.192 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ff71cb6-e785-11ee-95cd-87774f69a715 -- bash -c 'ceph fs volume create foofs' 2024-03-21T13:26:56.461 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:26:56 smithi122 bash[23477]: cluster 2024-03-21T13:26:55.116098+0000 mgr.smithi066.seeyps (mgr.14195) 226 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:26:56.461 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:26:56 smithi122 bash[23477]: audit 2024-03-21T13:26:55.264090+0000 mgr.smithi066.seeyps (mgr.14195) 227 : audit [DBG] from='client.14474 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:26:56.464 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:26:56 smithi066 bash[18703]: cluster 2024-03-21T13:26:55.116098+0000 mgr.smithi066.seeyps (mgr.14195) 226 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:26:56.464 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:26:56 smithi066 bash[18703]: audit 2024-03-21T13:26:55.264090+0000 mgr.smithi066.seeyps (mgr.14195) 227 : audit [DBG] from='client.14474 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:26:57.641 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:26:57 smithi066 bash[18703]: audit 2024-03-21T13:26:56.351002+0000 mon.smithi066 (mon.0) 740 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:26:57.641 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:26:57 smithi066 bash[18703]: audit 2024-03-21T13:26:56.356620+0000 mon.smithi066 (mon.0) 741 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:26:57.641 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:26:57 smithi066 bash[18703]: audit 2024-03-21T13:26:56.562915+0000 mon.smithi066 (mon.0) 742 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:26:57.641 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:26:57 smithi066 bash[18703]: audit 2024-03-21T13:26:56.573030+0000 mon.smithi066 (mon.0) 743 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:26:57.711 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:26:57 smithi122 bash[23477]: audit 2024-03-21T13:26:56.351002+0000 mon.smithi066 (mon.0) 740 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:26:57.711 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:26:57 smithi122 bash[23477]: audit 2024-03-21T13:26:56.356620+0000 mon.smithi066 (mon.0) 741 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:26:57.711 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:26:57 smithi122 bash[23477]: audit 2024-03-21T13:26:56.562915+0000 mon.smithi066 (mon.0) 742 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:26:57.711 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:26:57 smithi122 bash[23477]: audit 2024-03-21T13:26:56.573030+0000 mon.smithi066 (mon.0) 743 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:26:58.711 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:26:58 smithi122 bash[23477]: cluster 2024-03-21T13:26:57.116660+0000 mgr.smithi066.seeyps (mgr.14195) 228 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:26:58.711 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:26:58 smithi122 bash[23477]: audit 2024-03-21T13:26:57.407596+0000 mon.smithi066 (mon.0) 744 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:26:58.711 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:26:58 smithi122 bash[23477]: audit 2024-03-21T13:26:57.416150+0000 mon.smithi066 (mon.0) 745 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:26:58.711 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:26:58 smithi122 bash[23477]: audit 2024-03-21T13:26:57.689317+0000 mon.smithi066 (mon.0) 746 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:26:58.711 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:26:58 smithi122 bash[23477]: audit 2024-03-21T13:26:57.700047+0000 mon.smithi066 (mon.0) 747 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:26:58.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:26:58 smithi066 bash[18703]: cluster 2024-03-21T13:26:57.116660+0000 mgr.smithi066.seeyps (mgr.14195) 228 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:26:58.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:26:58 smithi066 bash[18703]: audit 2024-03-21T13:26:57.407596+0000 mon.smithi066 (mon.0) 744 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:26:58.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:26:58 smithi066 bash[18703]: audit 2024-03-21T13:26:57.416150+0000 mon.smithi066 (mon.0) 745 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:26:58.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:26:58 smithi066 bash[18703]: audit 2024-03-21T13:26:57.689317+0000 mon.smithi066 (mon.0) 746 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:26:58.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:26:58 smithi066 bash[18703]: audit 2024-03-21T13:26:57.700047+0000 mon.smithi066 (mon.0) 747 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:27:00.710 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:00 smithi122 bash[23477]: cluster 2024-03-21T13:26:59.117259+0000 mgr.smithi066.seeyps (mgr.14195) 229 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:27:00.713 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:00 smithi066 bash[18703]: cluster 2024-03-21T13:26:59.117259+0000 mgr.smithi066.seeyps (mgr.14195) 229 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:27:00.969 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/mon.smithi066/config 2024-03-21T13:27:02.710 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:02 smithi122 bash[23477]: cluster 2024-03-21T13:27:01.117872+0000 mgr.smithi066.seeyps (mgr.14195) 230 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:27:02.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:02 smithi066 bash[18703]: cluster 2024-03-21T13:27:01.117872+0000 mgr.smithi066.seeyps (mgr.14195) 230 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:27:03.694 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:03 smithi066 bash[18703]: audit 2024-03-21T13:27:03.130587+0000 mon.smithi066 (mon.0) 748 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:27:03.710 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:03 smithi122 bash[23477]: audit 2024-03-21T13:27:03.130587+0000 mon.smithi066 (mon.0) 748 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:27:04.710 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:04 smithi122 bash[23477]: cluster 2024-03-21T13:27:03.118474+0000 mgr.smithi066.seeyps (mgr.14195) 231 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:27:04.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:04 smithi066 bash[18703]: cluster 2024-03-21T13:27:03.118474+0000 mgr.smithi066.seeyps (mgr.14195) 231 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:27:05.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:05 smithi066 bash[18703]: cluster 2024-03-21T13:27:05.119055+0000 mgr.smithi066.seeyps (mgr.14195) 232 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:27:05.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:05 smithi066 bash[18703]: audit 2024-03-21T13:27:05.265688+0000 mgr.smithi066.seeyps (mgr.14195) 233 : audit [DBG] from='client.14478 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:27:05.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:05 smithi066 bash[18703]: audit 2024-03-21T13:27:05.266469+0000 mon.smithi066 (mon.0) 749 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2024-03-21T13:27:06.211 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:05 smithi122 bash[23477]: cluster 2024-03-21T13:27:05.119055+0000 mgr.smithi066.seeyps (mgr.14195) 232 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:27:06.211 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:05 smithi122 bash[23477]: audit 2024-03-21T13:27:05.265688+0000 mgr.smithi066.seeyps (mgr.14195) 233 : audit [DBG] from='client.14478 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:27:06.211 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:05 smithi122 bash[23477]: audit 2024-03-21T13:27:05.266469+0000 mon.smithi066 (mon.0) 749 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2024-03-21T13:27:07.056 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:06 smithi066 bash[18703]: debug 2024-03-21T13:27:06.789+0000 7f4622631700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-03-21T13:27:07.069 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:06 smithi066 bash[18703]: audit 2024-03-21T13:27:05.772788+0000 mon.smithi066 (mon.0) 750 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-03-21T13:27:07.069 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:06 smithi066 bash[18703]: cluster 2024-03-21T13:27:05.777797+0000 mon.smithi066 (mon.0) 751 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2024-03-21T13:27:07.069 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:06 smithi066 bash[18703]: audit 2024-03-21T13:27:05.785691+0000 mon.smithi066 (mon.0) 752 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2024-03-21T13:27:07.069 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:06 smithi066 bash[18703]: audit 2024-03-21T13:27:06.776601+0000 mon.smithi066 (mon.0) 753 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-03-21T13:27:07.131 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:06 smithi122 bash[23477]: audit 2024-03-21T13:27:05.772788+0000 mon.smithi066 (mon.0) 750 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-03-21T13:27:07.131 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:06 smithi122 bash[23477]: cluster 2024-03-21T13:27:05.777797+0000 mon.smithi066 (mon.0) 751 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2024-03-21T13:27:07.132 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:06 smithi122 bash[23477]: audit 2024-03-21T13:27:05.785691+0000 mon.smithi066 (mon.0) 752 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2024-03-21T13:27:07.132 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:06 smithi122 bash[23477]: audit 2024-03-21T13:27:06.776601+0000 mon.smithi066 (mon.0) 753 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-03-21T13:27:07.539 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ff71cb6-e785-11ee-95cd-87774f69a715 -- bash -c 'ceph nfs cluster create foo --ingress --virtual-ip 10.0.31.66/16 --port 2999' 2024-03-21T13:27:08.142 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:07 smithi066 bash[18703]: cluster 2024-03-21T13:27:06.785368+0000 mon.smithi066 (mon.0) 754 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2024-03-21T13:27:08.142 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:07 smithi066 bash[18703]: audit 2024-03-21T13:27:06.794141+0000 mon.smithi066 (mon.0) 755 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2024-03-21T13:27:08.142 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:07 smithi066 bash[18703]: cluster 2024-03-21T13:27:06.796744+0000 mon.smithi066 (mon.0) 756 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-03-21T13:27:08.142 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:07 smithi066 bash[18703]: cluster 2024-03-21T13:27:06.796830+0000 mon.smithi066 (mon.0) 757 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-03-21T13:27:08.142 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:07 smithi066 bash[18703]: audit 2024-03-21T13:27:06.809912+0000 mon.smithi066 (mon.0) 758 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-03-21T13:27:08.142 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:07 smithi066 bash[18703]: cluster 2024-03-21T13:27:06.814410+0000 mon.smithi066 (mon.0) 759 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2024-03-21T13:27:08.142 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:07 smithi066 bash[18703]: cluster 2024-03-21T13:27:06.814782+0000 mon.smithi066 (mon.0) 760 : cluster [DBG] fsmap foofs:0 2024-03-21T13:27:08.142 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:07 smithi066 bash[18703]: cephadm 2024-03-21T13:27:06.824611+0000 mgr.smithi066.seeyps (mgr.14195) 234 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2024-03-21T13:27:08.142 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:07 smithi066 bash[18703]: audit 2024-03-21T13:27:06.836525+0000 mon.smithi066 (mon.0) 761 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:27:08.142 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:07 smithi066 bash[18703]: cluster 2024-03-21T13:27:07.119508+0000 mgr.smithi066.seeyps (mgr.14195) 235 : cluster [DBG] pgmap v199: 65 pgs: 4 creating+activating, 15 creating+peering, 3 active+clean, 43 unknown; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:27:08.211 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:07 smithi122 bash[23477]: cluster 2024-03-21T13:27:06.785368+0000 mon.smithi066 (mon.0) 754 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2024-03-21T13:27:08.211 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:07 smithi122 bash[23477]: audit 2024-03-21T13:27:06.794141+0000 mon.smithi066 (mon.0) 755 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2024-03-21T13:27:08.211 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:07 smithi122 bash[23477]: cluster 2024-03-21T13:27:06.796744+0000 mon.smithi066 (mon.0) 756 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-03-21T13:27:08.211 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:07 smithi122 bash[23477]: cluster 2024-03-21T13:27:06.796830+0000 mon.smithi066 (mon.0) 757 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-03-21T13:27:08.211 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:07 smithi122 bash[23477]: audit 2024-03-21T13:27:06.809912+0000 mon.smithi066 (mon.0) 758 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-03-21T13:27:08.211 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:07 smithi122 bash[23477]: cluster 2024-03-21T13:27:06.814410+0000 mon.smithi066 (mon.0) 759 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2024-03-21T13:27:08.211 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:07 smithi122 bash[23477]: cluster 2024-03-21T13:27:06.814782+0000 mon.smithi066 (mon.0) 760 : cluster [DBG] fsmap foofs:0 2024-03-21T13:27:08.212 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:07 smithi122 bash[23477]: cephadm 2024-03-21T13:27:06.824611+0000 mgr.smithi066.seeyps (mgr.14195) 234 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2024-03-21T13:27:08.212 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:07 smithi122 bash[23477]: audit 2024-03-21T13:27:06.836525+0000 mon.smithi066 (mon.0) 761 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:27:08.212 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:07 smithi122 bash[23477]: cluster 2024-03-21T13:27:07.119508+0000 mgr.smithi066.seeyps (mgr.14195) 235 : cluster [DBG] pgmap v199: 65 pgs: 4 creating+activating, 15 creating+peering, 3 active+clean, 43 unknown; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:27:09.211 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:08 smithi122 bash[23477]: cluster 2024-03-21T13:27:07.817147+0000 mon.smithi066 (mon.0) 762 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2024-03-21T13:27:09.211 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:08 smithi122 bash[23477]: audit 2024-03-21T13:27:07.902071+0000 mon.smithi066 (mon.0) 763 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:27:09.211 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:08 smithi122 bash[23477]: audit 2024-03-21T13:27:07.908099+0000 mon.smithi066 (mon.0) 764 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:27:09.211 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:08 smithi122 bash[23477]: audit 2024-03-21T13:27:08.726640+0000 mon.smithi066 (mon.0) 765 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:27:09.211 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:08 smithi122 bash[23477]: audit 2024-03-21T13:27:08.742017+0000 mon.smithi066 (mon.0) 766 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:27:09.211 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:08 smithi122 bash[23477]: audit 2024-03-21T13:27:08.744758+0000 mon.smithi066 (mon.0) 767 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:27:09.211 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:08 smithi122 bash[23477]: audit 2024-03-21T13:27:08.746449+0000 mon.smithi066 (mon.0) 768 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:27:09.211 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:08 smithi122 bash[23477]: audit 2024-03-21T13:27:08.757024+0000 mon.smithi066 (mon.0) 769 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:27:09.211 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:08 smithi122 bash[23477]: audit 2024-03-21T13:27:08.763748+0000 mon.smithi066 (mon.0) 770 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T13:27:09.211 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:08 smithi122 bash[23477]: audit 2024-03-21T13:27:08.783250+0000 mon.smithi066 (mon.0) 771 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi122.hyvyul", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-03-21T13:27:09.211 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:08 smithi122 bash[23477]: audit 2024-03-21T13:27:08.786500+0000 mon.smithi066 (mon.0) 772 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi122.hyvyul", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-03-21T13:27:09.212 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:08 smithi122 bash[23477]: audit 2024-03-21T13:27:08.791777+0000 mon.smithi066 (mon.0) 773 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:27:09.214 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:08 smithi066 bash[18703]: cluster 2024-03-21T13:27:07.817147+0000 mon.smithi066 (mon.0) 762 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2024-03-21T13:27:09.214 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:08 smithi066 bash[18703]: audit 2024-03-21T13:27:07.902071+0000 mon.smithi066 (mon.0) 763 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:27:09.214 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:08 smithi066 bash[18703]: audit 2024-03-21T13:27:07.908099+0000 mon.smithi066 (mon.0) 764 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:27:09.214 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:08 smithi066 bash[18703]: audit 2024-03-21T13:27:08.726640+0000 mon.smithi066 (mon.0) 765 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:27:09.214 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:08 smithi066 bash[18703]: audit 2024-03-21T13:27:08.742017+0000 mon.smithi066 (mon.0) 766 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:27:09.215 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:08 smithi066 bash[18703]: audit 2024-03-21T13:27:08.744758+0000 mon.smithi066 (mon.0) 767 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:27:09.215 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:08 smithi066 bash[18703]: audit 2024-03-21T13:27:08.746449+0000 mon.smithi066 (mon.0) 768 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:27:09.215 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:08 smithi066 bash[18703]: audit 2024-03-21T13:27:08.757024+0000 mon.smithi066 (mon.0) 769 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:27:09.215 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:08 smithi066 bash[18703]: audit 2024-03-21T13:27:08.763748+0000 mon.smithi066 (mon.0) 770 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T13:27:09.215 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:08 smithi066 bash[18703]: audit 2024-03-21T13:27:08.783250+0000 mon.smithi066 (mon.0) 771 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi122.hyvyul", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-03-21T13:27:09.215 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:08 smithi066 bash[18703]: audit 2024-03-21T13:27:08.786500+0000 mon.smithi066 (mon.0) 772 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi122.hyvyul", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-03-21T13:27:09.215 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:08 smithi066 bash[18703]: audit 2024-03-21T13:27:08.791777+0000 mon.smithi066 (mon.0) 773 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:27:10.087 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:09 smithi122 bash[23477]: cephadm 2024-03-21T13:27:08.793765+0000 mgr.smithi066.seeyps (mgr.14195) 236 : cephadm [INF] Deploying daemon mds.foofs.smithi122.hyvyul on smithi122 2024-03-21T13:27:10.087 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:09 smithi122 bash[23477]: cluster 2024-03-21T13:27:08.820512+0000 mon.smithi066 (mon.0) 774 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2024-03-21T13:27:10.087 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:09 smithi122 bash[23477]: cluster 2024-03-21T13:27:09.120132+0000 mgr.smithi066.seeyps (mgr.14195) 237 : cluster [DBG] pgmap v202: 65 pgs: 4 creating+activating, 20 creating+peering, 24 active+clean, 17 unknown; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:27:10.214 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:09 smithi066 bash[18703]: cephadm 2024-03-21T13:27:08.793765+0000 mgr.smithi066.seeyps (mgr.14195) 236 : cephadm [INF] Deploying daemon mds.foofs.smithi122.hyvyul on smithi122 2024-03-21T13:27:10.214 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:09 smithi066 bash[18703]: cluster 2024-03-21T13:27:08.820512+0000 mon.smithi066 (mon.0) 774 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2024-03-21T13:27:10.214 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:09 smithi066 bash[18703]: cluster 2024-03-21T13:27:09.120132+0000 mgr.smithi066.seeyps (mgr.14195) 237 : cluster [DBG] pgmap v202: 65 pgs: 4 creating+activating, 20 creating+peering, 24 active+clean, 17 unknown; 577 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:27:11.162 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:11 smithi122 systemd[1]: /etc/systemd/system/ceph-5ff71cb6-e785-11ee-95cd-87774f69a715@.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-03-21T13:27:11.439 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:11 smithi122 systemd[1]: /etc/systemd/system/ceph-5ff71cb6-e785-11ee-95cd-87774f69a715@.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-03-21T13:27:12.342 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/mon.smithi066/config 2024-03-21T13:27:12.961 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:12 smithi122 bash[23477]: cluster 2024-03-21T13:27:11.120992+0000 mgr.smithi066.seeyps (mgr.14195) 238 : cluster [DBG] pgmap v203: 65 pgs: 4 creating+activating, 20 creating+peering, 34 active+clean, 7 unknown; 577 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:27:12.961 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:12 smithi122 bash[23477]: audit 2024-03-21T13:27:11.492277+0000 mon.smithi066 (mon.0) 775 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:27:12.961 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:12 smithi122 bash[23477]: audit 2024-03-21T13:27:11.503575+0000 mon.smithi066 (mon.0) 776 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:27:12.961 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:12 smithi122 bash[23477]: audit 2024-03-21T13:27:11.522574+0000 mon.smithi066 (mon.0) 777 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:27:12.961 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:12 smithi122 bash[23477]: audit 2024-03-21T13:27:11.524174+0000 mon.smithi066 (mon.0) 778 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi066.bljnxt", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-03-21T13:27:12.961 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:12 smithi122 bash[23477]: audit 2024-03-21T13:27:11.527959+0000 mon.smithi066 (mon.0) 779 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi066.bljnxt", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-03-21T13:27:12.961 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:12 smithi122 bash[23477]: audit 2024-03-21T13:27:11.532982+0000 mon.smithi066 (mon.0) 780 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:27:12.961 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:12 smithi122 bash[23477]: cephadm 2024-03-21T13:27:11.535149+0000 mgr.smithi066.seeyps (mgr.14195) 239 : cephadm [INF] Deploying daemon mds.foofs.smithi066.bljnxt on smithi066 2024-03-21T13:27:12.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:12 smithi066 bash[18703]: cluster 2024-03-21T13:27:11.120992+0000 mgr.smithi066.seeyps (mgr.14195) 238 : cluster [DBG] pgmap v203: 65 pgs: 4 creating+activating, 20 creating+peering, 34 active+clean, 7 unknown; 577 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:27:12.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:12 smithi066 bash[18703]: audit 2024-03-21T13:27:11.492277+0000 mon.smithi066 (mon.0) 775 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:27:12.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:12 smithi066 bash[18703]: audit 2024-03-21T13:27:11.503575+0000 mon.smithi066 (mon.0) 776 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:27:12.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:12 smithi066 bash[18703]: audit 2024-03-21T13:27:11.522574+0000 mon.smithi066 (mon.0) 777 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:27:12.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:12 smithi066 bash[18703]: audit 2024-03-21T13:27:11.524174+0000 mon.smithi066 (mon.0) 778 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi066.bljnxt", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-03-21T13:27:12.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:12 smithi066 bash[18703]: audit 2024-03-21T13:27:11.527959+0000 mon.smithi066 (mon.0) 779 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi066.bljnxt", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-03-21T13:27:12.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:12 smithi066 bash[18703]: audit 2024-03-21T13:27:11.532982+0000 mon.smithi066 (mon.0) 780 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:27:12.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:12 smithi066 bash[18703]: cephadm 2024-03-21T13:27:11.535149+0000 mgr.smithi066.seeyps (mgr.14195) 239 : cephadm [INF] Deploying daemon mds.foofs.smithi066.bljnxt on smithi066 2024-03-21T13:27:13.961 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:13 smithi122 bash[23477]: cluster 2024-03-21T13:27:12.534318+0000 mon.smithi066 (mon.0) 781 : cluster [DBG] mds.? [v2:172.21.15.122:6832/378574180,v1:172.21.15.122:6833/378574180] up:boot 2024-03-21T13:27:13.962 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:13 smithi122 bash[23477]: cluster 2024-03-21T13:27:12.534427+0000 mon.smithi066 (mon.0) 782 : cluster [INF] daemon mds.foofs.smithi122.hyvyul assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-03-21T13:27:13.962 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:13 smithi122 bash[23477]: cluster 2024-03-21T13:27:12.534593+0000 mon.smithi066 (mon.0) 783 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-03-21T13:27:13.962 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:13 smithi122 bash[23477]: cluster 2024-03-21T13:27:12.534638+0000 mon.smithi066 (mon.0) 784 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-03-21T13:27:13.962 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:13 smithi122 bash[23477]: cluster 2024-03-21T13:27:12.534664+0000 mon.smithi066 (mon.0) 785 : cluster [INF] Cluster is now healthy 2024-03-21T13:27:13.962 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:13 smithi122 bash[23477]: cluster 2024-03-21T13:27:12.535038+0000 mon.smithi066 (mon.0) 786 : cluster [DBG] fsmap foofs:0 1 up:standby 2024-03-21T13:27:13.962 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:13 smithi122 bash[23477]: audit 2024-03-21T13:27:12.535251+0000 mon.smithi066 (mon.0) 787 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi122.hyvyul"}]: dispatch 2024-03-21T13:27:13.962 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:13 smithi122 bash[23477]: cluster 2024-03-21T13:27:12.540863+0000 mon.smithi066 (mon.0) 788 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi122.hyvyul=up:creating} 2024-03-21T13:27:13.962 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:13 smithi122 bash[23477]: cluster 2024-03-21T13:27:12.572523+0000 mon.smithi066 (mon.0) 789 : cluster [INF] daemon mds.foofs.smithi122.hyvyul is now active in filesystem foofs as rank 0 2024-03-21T13:27:13.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:13 smithi066 bash[18703]: cluster 2024-03-21T13:27:12.534318+0000 mon.smithi066 (mon.0) 781 : cluster [DBG] mds.? [v2:172.21.15.122:6832/378574180,v1:172.21.15.122:6833/378574180] up:boot 2024-03-21T13:27:13.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:13 smithi066 bash[18703]: cluster 2024-03-21T13:27:12.534427+0000 mon.smithi066 (mon.0) 782 : cluster [INF] daemon mds.foofs.smithi122.hyvyul assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-03-21T13:27:13.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:13 smithi066 bash[18703]: cluster 2024-03-21T13:27:12.534593+0000 mon.smithi066 (mon.0) 783 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-03-21T13:27:13.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:13 smithi066 bash[18703]: cluster 2024-03-21T13:27:12.534638+0000 mon.smithi066 (mon.0) 784 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-03-21T13:27:13.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:13 smithi066 bash[18703]: cluster 2024-03-21T13:27:12.534664+0000 mon.smithi066 (mon.0) 785 : cluster [INF] Cluster is now healthy 2024-03-21T13:27:13.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:13 smithi066 bash[18703]: cluster 2024-03-21T13:27:12.535038+0000 mon.smithi066 (mon.0) 786 : cluster [DBG] fsmap foofs:0 1 up:standby 2024-03-21T13:27:13.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:13 smithi066 bash[18703]: audit 2024-03-21T13:27:12.535251+0000 mon.smithi066 (mon.0) 787 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi122.hyvyul"}]: dispatch 2024-03-21T13:27:13.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:13 smithi066 bash[18703]: cluster 2024-03-21T13:27:12.540863+0000 mon.smithi066 (mon.0) 788 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi122.hyvyul=up:creating} 2024-03-21T13:27:13.965 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:13 smithi066 bash[18703]: cluster 2024-03-21T13:27:12.572523+0000 mon.smithi066 (mon.0) 789 : cluster [INF] daemon mds.foofs.smithi122.hyvyul is now active in filesystem foofs as rank 0 2024-03-21T13:27:14.548 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:14 smithi066 systemd[1]: /etc/systemd/system/ceph-5ff71cb6-e785-11ee-95cd-87774f69a715@.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-03-21T13:27:14.879 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:14 smithi066 bash[18703]: cluster 2024-03-21T13:27:13.121594+0000 mgr.smithi066.seeyps (mgr.14195) 240 : cluster [DBG] pgmap v204: 65 pgs: 65 active+clean; 577 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:27:14.879 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:14 smithi066 bash[18703]: cluster 2024-03-21T13:27:13.550235+0000 mon.smithi066 (mon.0) 790 : cluster [DBG] mds.? [v2:172.21.15.122:6832/378574180,v1:172.21.15.122:6833/378574180] up:active 2024-03-21T13:27:14.879 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:14 smithi066 bash[18703]: cluster 2024-03-21T13:27:13.550342+0000 mon.smithi066 (mon.0) 791 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi122.hyvyul=up:active} 2024-03-21T13:27:14.879 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:14 smithi066 systemd[1]: /etc/systemd/system/ceph-5ff71cb6-e785-11ee-95cd-87774f69a715@.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-03-21T13:27:14.960 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:14 smithi122 bash[23477]: cluster 2024-03-21T13:27:13.121594+0000 mgr.smithi066.seeyps (mgr.14195) 240 : cluster [DBG] pgmap v204: 65 pgs: 65 active+clean; 577 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:27:14.961 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:14 smithi122 bash[23477]: cluster 2024-03-21T13:27:13.550235+0000 mon.smithi066 (mon.0) 790 : cluster [DBG] mds.? [v2:172.21.15.122:6832/378574180,v1:172.21.15.122:6833/378574180] up:active 2024-03-21T13:27:14.961 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:14 smithi122 bash[23477]: cluster 2024-03-21T13:27:13.550342+0000 mon.smithi066 (mon.0) 791 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi122.hyvyul=up:active} 2024-03-21T13:27:16.098 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:15 smithi066 bash[18703]: audit 2024-03-21T13:27:14.922365+0000 mon.smithi066 (mon.0) 792 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:27:16.099 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:15 smithi066 bash[18703]: audit 2024-03-21T13:27:14.930426+0000 mon.smithi066 (mon.0) 793 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:27:16.099 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:15 smithi066 bash[18703]: audit 2024-03-21T13:27:14.960288+0000 mon.smithi066 (mon.0) 794 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:27:16.099 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:15 smithi066 bash[18703]: audit 2024-03-21T13:27:14.965045+0000 mon.smithi066 (mon.0) 795 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:27:16.099 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:15 smithi066 bash[18703]: audit 2024-03-21T13:27:14.972115+0000 mon.smithi066 (mon.0) 796 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:27:16.099 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:15 smithi066 bash[18703]: audit 2024-03-21T13:27:15.020779+0000 mon.smithi066 (mon.0) 797 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:27:16.099 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:15 smithi066 bash[18703]: cluster 2024-03-21T13:27:15.122275+0000 mgr.smithi066.seeyps (mgr.14195) 241 : cluster [DBG] pgmap v205: 65 pgs: 65 active+clean; 577 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-03-21T13:27:16.210 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:15 smithi122 bash[23477]: audit 2024-03-21T13:27:14.922365+0000 mon.smithi066 (mon.0) 792 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:27:16.211 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:15 smithi122 bash[23477]: audit 2024-03-21T13:27:14.930426+0000 mon.smithi066 (mon.0) 793 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:27:16.211 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:15 smithi122 bash[23477]: audit 2024-03-21T13:27:14.960288+0000 mon.smithi066 (mon.0) 794 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:27:16.211 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:15 smithi122 bash[23477]: audit 2024-03-21T13:27:14.965045+0000 mon.smithi066 (mon.0) 795 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:27:16.211 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:15 smithi122 bash[23477]: audit 2024-03-21T13:27:14.972115+0000 mon.smithi066 (mon.0) 796 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:27:16.211 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:15 smithi122 bash[23477]: audit 2024-03-21T13:27:15.020779+0000 mon.smithi066 (mon.0) 797 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:27:16.211 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:15 smithi122 bash[23477]: cluster 2024-03-21T13:27:15.122275+0000 mgr.smithi066.seeyps (mgr.14195) 241 : cluster [DBG] pgmap v205: 65 pgs: 65 active+clean; 577 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-03-21T13:27:17.461 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:16 smithi122 bash[23477]: audit 2024-03-21T13:27:16.236440+0000 mgr.smithi066.seeyps (mgr.14195) 242 : audit [DBG] from='client.14482 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.66/16", "port": 2999, "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:27:17.461 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:16 smithi122 bash[23477]: audit 2024-03-21T13:27:16.240711+0000 mon.smithi066 (mon.0) 798 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]: dispatch 2024-03-21T13:27:17.461 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:16 smithi122 bash[23477]: cluster 2024-03-21T13:27:16.822697+0000 mon.smithi066 (mon.0) 799 : cluster [DBG] mds.? [v2:172.21.15.66:6834/685000426,v1:172.21.15.66:6835/685000426] up:boot 2024-03-21T13:27:17.461 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:16 smithi122 bash[23477]: cluster 2024-03-21T13:27:16.822792+0000 mon.smithi066 (mon.0) 800 : cluster [DBG] mds.? [v2:172.21.15.122:6832/378574180,v1:172.21.15.122:6833/378574180] up:active 2024-03-21T13:27:17.461 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:16 smithi122 bash[23477]: cluster 2024-03-21T13:27:16.822978+0000 mon.smithi066 (mon.0) 801 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi122.hyvyul=up:active} 1 up:standby 2024-03-21T13:27:17.461 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:16 smithi122 bash[23477]: audit 2024-03-21T13:27:16.823222+0000 mon.smithi066 (mon.0) 802 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi066.bljnxt"}]: dispatch 2024-03-21T13:27:17.461 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:16 smithi122 bash[23477]: audit 2024-03-21T13:27:16.831606+0000 mon.smithi066 (mon.0) 803 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:27:17.464 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:16 smithi066 bash[18703]: audit 2024-03-21T13:27:16.236440+0000 mgr.smithi066.seeyps (mgr.14195) 242 : audit [DBG] from='client.14482 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.66/16", "port": 2999, "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:27:17.464 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:16 smithi066 bash[18703]: audit 2024-03-21T13:27:16.240711+0000 mon.smithi066 (mon.0) 798 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]: dispatch 2024-03-21T13:27:17.464 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:16 smithi066 bash[18703]: cluster 2024-03-21T13:27:16.822697+0000 mon.smithi066 (mon.0) 799 : cluster [DBG] mds.? [v2:172.21.15.66:6834/685000426,v1:172.21.15.66:6835/685000426] up:boot 2024-03-21T13:27:17.464 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:16 smithi066 bash[18703]: cluster 2024-03-21T13:27:16.822792+0000 mon.smithi066 (mon.0) 800 : cluster [DBG] mds.? [v2:172.21.15.122:6832/378574180,v1:172.21.15.122:6833/378574180] up:active 2024-03-21T13:27:17.464 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:16 smithi066 bash[18703]: cluster 2024-03-21T13:27:16.822978+0000 mon.smithi066 (mon.0) 801 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi122.hyvyul=up:active} 1 up:standby 2024-03-21T13:27:17.464 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:16 smithi066 bash[18703]: audit 2024-03-21T13:27:16.823222+0000 mon.smithi066 (mon.0) 802 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi066.bljnxt"}]: dispatch 2024-03-21T13:27:17.464 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:16 smithi066 bash[18703]: audit 2024-03-21T13:27:16.831606+0000 mon.smithi066 (mon.0) 803 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:27:18.264 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:17 smithi066 bash[18703]: audit 2024-03-21T13:27:16.981676+0000 mon.smithi066 (mon.0) 804 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd='[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]': finished 2024-03-21T13:27:18.264 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:17 smithi066 bash[18703]: cluster 2024-03-21T13:27:16.987540+0000 mon.smithi066 (mon.0) 805 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-03-21T13:27:18.264 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:17 smithi066 bash[18703]: audit 2024-03-21T13:27:17.001101+0000 mon.smithi066 (mon.0) 806 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-03-21T13:27:18.265 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:17 smithi066 bash[18703]: cluster 2024-03-21T13:27:17.123035+0000 mgr.smithi066.seeyps (mgr.14195) 243 : cluster [DBG] pgmap v207: 97 pgs: 32 unknown, 65 active+clean; 578 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s wr, 4 op/s 2024-03-21T13:27:18.460 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:17 smithi122 bash[23477]: audit 2024-03-21T13:27:16.981676+0000 mon.smithi066 (mon.0) 804 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd='[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]': finished 2024-03-21T13:27:18.461 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:17 smithi122 bash[23477]: cluster 2024-03-21T13:27:16.987540+0000 mon.smithi066 (mon.0) 805 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-03-21T13:27:18.461 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:17 smithi122 bash[23477]: audit 2024-03-21T13:27:17.001101+0000 mon.smithi066 (mon.0) 806 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-03-21T13:27:18.461 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:17 smithi122 bash[23477]: cluster 2024-03-21T13:27:17.123035+0000 mgr.smithi066.seeyps (mgr.14195) 243 : cluster [DBG] pgmap v207: 97 pgs: 32 unknown, 65 active+clean; 578 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s wr, 4 op/s 2024-03-21T13:27:18.778 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ff71cb6-e785-11ee-95cd-87774f69a715 -- bash -c 'ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake' 2024-03-21T13:27:19.214 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:18 smithi066 bash[18703]: cluster 2024-03-21T13:27:17.981645+0000 mon.smithi066 (mon.0) 807 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-03-21T13:27:19.214 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:18 smithi066 bash[18703]: audit 2024-03-21T13:27:17.991044+0000 mon.smithi066 (mon.0) 808 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-03-21T13:27:19.214 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:18 smithi066 bash[18703]: cluster 2024-03-21T13:27:17.999732+0000 mon.smithi066 (mon.0) 809 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-03-21T13:27:19.214 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:18 smithi066 bash[18703]: cephadm 2024-03-21T13:27:18.042148+0000 mgr.smithi066.seeyps (mgr.14195) 244 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2024-03-21T13:27:19.214 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:18 smithi066 bash[18703]: audit 2024-03-21T13:27:18.046996+0000 mon.smithi066 (mon.0) 810 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:27:19.215 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:18 smithi066 bash[18703]: cephadm 2024-03-21T13:27:18.049375+0000 mgr.smithi066.seeyps (mgr.14195) 245 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2024-03-21T13:27:19.215 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:18 smithi066 bash[18703]: audit 2024-03-21T13:27:18.053161+0000 mon.smithi066 (mon.0) 811 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:27:19.215 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:18 smithi066 bash[18703]: audit 2024-03-21T13:27:18.133283+0000 mon.smithi066 (mon.0) 812 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:27:19.215 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:18 smithi066 bash[18703]: audit 2024-03-21T13:27:18.134330+0000 mon.smithi066 (mon.0) 813 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:27:19.461 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:18 smithi122 bash[23477]: cluster 2024-03-21T13:27:17.981645+0000 mon.smithi066 (mon.0) 807 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-03-21T13:27:19.461 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:18 smithi122 bash[23477]: audit 2024-03-21T13:27:17.991044+0000 mon.smithi066 (mon.0) 808 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-03-21T13:27:19.461 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:18 smithi122 bash[23477]: cluster 2024-03-21T13:27:17.999732+0000 mon.smithi066 (mon.0) 809 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-03-21T13:27:19.461 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:18 smithi122 bash[23477]: cephadm 2024-03-21T13:27:18.042148+0000 mgr.smithi066.seeyps (mgr.14195) 244 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2024-03-21T13:27:19.462 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:18 smithi122 bash[23477]: audit 2024-03-21T13:27:18.046996+0000 mon.smithi066 (mon.0) 810 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:27:19.462 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:18 smithi122 bash[23477]: cephadm 2024-03-21T13:27:18.049375+0000 mgr.smithi066.seeyps (mgr.14195) 245 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2024-03-21T13:27:19.462 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:18 smithi122 bash[23477]: audit 2024-03-21T13:27:18.053161+0000 mon.smithi066 (mon.0) 811 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:27:19.462 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:18 smithi122 bash[23477]: audit 2024-03-21T13:27:18.133283+0000 mon.smithi066 (mon.0) 812 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:27:19.462 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:18 smithi122 bash[23477]: audit 2024-03-21T13:27:18.134330+0000 mon.smithi066 (mon.0) 813 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:27:20.460 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:20 smithi122 bash[23477]: cluster 2024-03-21T13:27:19.000252+0000 mon.smithi066 (mon.0) 814 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-03-21T13:27:20.460 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:20 smithi122 bash[23477]: cluster 2024-03-21T13:27:19.123702+0000 mgr.smithi066.seeyps (mgr.14195) 246 : cluster [DBG] pgmap v210: 97 pgs: 3 creating+peering, 26 unknown, 68 active+clean; 579 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 2.3 KiB/s wr, 7 op/s 2024-03-21T13:27:20.464 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:20 smithi066 bash[18703]: cluster 2024-03-21T13:27:19.000252+0000 mon.smithi066 (mon.0) 814 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-03-21T13:27:20.464 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:20 smithi066 bash[18703]: cluster 2024-03-21T13:27:19.123702+0000 mgr.smithi066.seeyps (mgr.14195) 246 : cluster [DBG] pgmap v210: 97 pgs: 3 creating+peering, 26 unknown, 68 active+clean; 579 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 2.3 KiB/s wr, 7 op/s 2024-03-21T13:27:21.460 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:21 smithi122 bash[23477]: cluster 2024-03-21T13:27:19.997956+0000 mon.smithi066 (mon.0) 815 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-03-21T13:27:21.460 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:21 smithi122 bash[23477]: cluster 2024-03-21T13:27:19.998025+0000 mon.smithi066 (mon.0) 816 : cluster [INF] Cluster is now healthy 2024-03-21T13:27:21.460 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:21 smithi122 bash[23477]: cluster 2024-03-21T13:27:20.019830+0000 mon.smithi066 (mon.0) 817 : cluster [DBG] mgrmap e20: smithi066.seeyps(active, since 5m), standbys: smithi122.ezngxk 2024-03-21T13:27:21.461 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:21 smithi122 bash[23477]: audit 2024-03-21T13:27:20.558963+0000 mon.smithi066 (mon.0) 818 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:27:21.461 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:21 smithi122 bash[23477]: audit 2024-03-21T13:27:20.565929+0000 mon.smithi066 (mon.0) 819 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:27:21.463 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:21 smithi066 bash[18703]: cluster 2024-03-21T13:27:19.997956+0000 mon.smithi066 (mon.0) 815 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-03-21T13:27:21.463 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:21 smithi066 bash[18703]: cluster 2024-03-21T13:27:19.998025+0000 mon.smithi066 (mon.0) 816 : cluster [INF] Cluster is now healthy 2024-03-21T13:27:21.464 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:21 smithi066 bash[18703]: cluster 2024-03-21T13:27:20.019830+0000 mon.smithi066 (mon.0) 817 : cluster [DBG] mgrmap e20: smithi066.seeyps(active, since 5m), standbys: smithi122.ezngxk 2024-03-21T13:27:21.464 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:21 smithi066 bash[18703]: audit 2024-03-21T13:27:20.558963+0000 mon.smithi066 (mon.0) 818 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:27:21.464 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:21 smithi066 bash[18703]: audit 2024-03-21T13:27:20.565929+0000 mon.smithi066 (mon.0) 819 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:27:22.711 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:22 smithi122 bash[23477]: cluster 2024-03-21T13:27:21.124179+0000 mgr.smithi066.seeyps (mgr.14195) 247 : cluster [DBG] pgmap v211: 97 pgs: 3 creating+peering, 15 unknown, 79 active+clean; 579 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 2.3 KiB/s wr, 6 op/s 2024-03-21T13:27:22.711 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:22 smithi122 bash[23477]: audit 2024-03-21T13:27:21.275342+0000 mon.smithi066 (mon.0) 820 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:27:22.711 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:22 smithi122 bash[23477]: audit 2024-03-21T13:27:21.285372+0000 mon.smithi066 (mon.0) 821 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:27:22.711 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:22 smithi122 bash[23477]: audit 2024-03-21T13:27:21.287960+0000 mon.smithi066 (mon.0) 822 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:27:22.711 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:22 smithi122 bash[23477]: audit 2024-03-21T13:27:21.289399+0000 mon.smithi066 (mon.0) 823 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:27:22.711 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:22 smithi122 bash[23477]: audit 2024-03-21T13:27:21.300510+0000 mon.smithi066 (mon.0) 824 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:27:22.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:22 smithi122 bash[23477]: audit 2024-03-21T13:27:21.305721+0000 mon.smithi066 (mon.0) 825 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T13:27:22.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:22 smithi122 bash[23477]: audit 2024-03-21T13:27:21.319638+0000 mon.smithi066 (mon.0) 826 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:27:22.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:22 smithi122 bash[23477]: cephadm 2024-03-21T13:27:21.320225+0000 mgr.smithi066.seeyps (mgr.14195) 248 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi066.wvcoaq 2024-03-21T13:27:22.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:22 smithi122 bash[23477]: audit 2024-03-21T13:27:21.320495+0000 mon.smithi066 (mon.0) 827 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi066.wvcoaq", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-03-21T13:27:22.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:22 smithi122 bash[23477]: audit 2024-03-21T13:27:21.324163+0000 mon.smithi066 (mon.0) 828 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi066.wvcoaq", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-03-21T13:27:22.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:22 smithi122 bash[23477]: cephadm 2024-03-21T13:27:21.326265+0000 mgr.smithi066.seeyps (mgr.14195) 249 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-03-21T13:27:22.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:22 smithi122 bash[23477]: audit 2024-03-21T13:27:21.326570+0000 mon.smithi066 (mon.0) 829 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-03-21T13:27:22.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:22 smithi122 bash[23477]: audit 2024-03-21T13:27:21.328786+0000 mon.smithi066 (mon.0) 830 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-03-21T13:27:22.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:22 smithi122 bash[23477]: audit 2024-03-21T13:27:21.331247+0000 mon.smithi066 (mon.0) 831 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:27:22.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:22 smithi122 bash[23477]: audit 2024-03-21T13:27:21.387661+0000 mon.smithi066 (mon.0) 832 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-03-21T13:27:22.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:22 smithi122 bash[23477]: audit 2024-03-21T13:27:21.389200+0000 mon.smithi066 (mon.0) 833 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-03-21T13:27:22.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:22 smithi122 bash[23477]: cephadm 2024-03-21T13:27:21.451822+0000 mgr.smithi066.seeyps (mgr.14195) 250 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-03-21T13:27:22.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:22 smithi122 bash[23477]: cephadm 2024-03-21T13:27:21.451965+0000 mgr.smithi066.seeyps (mgr.14195) 251 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi066.wvcoaq-rgw 2024-03-21T13:27:22.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:22 smithi122 bash[23477]: audit 2024-03-21T13:27:21.452353+0000 mon.smithi066 (mon.0) 834 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi066.wvcoaq-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-21T13:27:22.712 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:22 smithi122 bash[23477]: audit 2024-03-21T13:27:21.454465+0000 mon.smithi066 (mon.0) 835 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi066.wvcoaq-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-21T13:27:22.713 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:22 smithi122 bash[23477]: cephadm 2024-03-21T13:27:21.457158+0000 mgr.smithi066.seeyps (mgr.14195) 252 : cephadm [WRN] Bind address in nfs.foo.0.0.smithi066.wvcoaq's ganesha conf is defaulting to empty 2024-03-21T13:27:22.713 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:22 smithi122 bash[23477]: audit 2024-03-21T13:27:21.462415+0000 mon.smithi066 (mon.0) 836 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:27:22.713 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:22 smithi122 bash[23477]: cephadm 2024-03-21T13:27:21.463710+0000 mgr.smithi066.seeyps (mgr.14195) 253 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi066.wvcoaq on smithi066 2024-03-21T13:27:22.713 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:22 smithi122 bash[23477]: audit 2024-03-21T13:27:21.840379+0000 mon.smithi066 (mon.0) 837 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:27:22.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:22 smithi066 bash[18703]: cluster 2024-03-21T13:27:21.124179+0000 mgr.smithi066.seeyps (mgr.14195) 247 : cluster [DBG] pgmap v211: 97 pgs: 3 creating+peering, 15 unknown, 79 active+clean; 579 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 2.3 KiB/s wr, 6 op/s 2024-03-21T13:27:22.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:22 smithi066 bash[18703]: audit 2024-03-21T13:27:21.275342+0000 mon.smithi066 (mon.0) 820 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:27:22.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:22 smithi066 bash[18703]: audit 2024-03-21T13:27:21.285372+0000 mon.smithi066 (mon.0) 821 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:27:22.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:22 smithi066 bash[18703]: audit 2024-03-21T13:27:21.287960+0000 mon.smithi066 (mon.0) 822 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:27:22.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:22 smithi066 bash[18703]: audit 2024-03-21T13:27:21.289399+0000 mon.smithi066 (mon.0) 823 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:27:22.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:22 smithi066 bash[18703]: audit 2024-03-21T13:27:21.300510+0000 mon.smithi066 (mon.0) 824 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:27:22.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:22 smithi066 bash[18703]: audit 2024-03-21T13:27:21.305721+0000 mon.smithi066 (mon.0) 825 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T13:27:22.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:22 smithi066 bash[18703]: audit 2024-03-21T13:27:21.319638+0000 mon.smithi066 (mon.0) 826 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:27:22.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:22 smithi066 bash[18703]: cephadm 2024-03-21T13:27:21.320225+0000 mgr.smithi066.seeyps (mgr.14195) 248 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi066.wvcoaq 2024-03-21T13:27:22.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:22 smithi066 bash[18703]: audit 2024-03-21T13:27:21.320495+0000 mon.smithi066 (mon.0) 827 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi066.wvcoaq", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-03-21T13:27:22.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:22 smithi066 bash[18703]: audit 2024-03-21T13:27:21.324163+0000 mon.smithi066 (mon.0) 828 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi066.wvcoaq", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-03-21T13:27:22.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:22 smithi066 bash[18703]: cephadm 2024-03-21T13:27:21.326265+0000 mgr.smithi066.seeyps (mgr.14195) 249 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-03-21T13:27:22.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:22 smithi066 bash[18703]: audit 2024-03-21T13:27:21.326570+0000 mon.smithi066 (mon.0) 829 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-03-21T13:27:22.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:22 smithi066 bash[18703]: audit 2024-03-21T13:27:21.328786+0000 mon.smithi066 (mon.0) 830 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-03-21T13:27:22.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:22 smithi066 bash[18703]: audit 2024-03-21T13:27:21.331247+0000 mon.smithi066 (mon.0) 831 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:27:22.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:22 smithi066 bash[18703]: audit 2024-03-21T13:27:21.387661+0000 mon.smithi066 (mon.0) 832 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-03-21T13:27:22.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:22 smithi066 bash[18703]: audit 2024-03-21T13:27:21.389200+0000 mon.smithi066 (mon.0) 833 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-03-21T13:27:22.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:22 smithi066 bash[18703]: cephadm 2024-03-21T13:27:21.451822+0000 mgr.smithi066.seeyps (mgr.14195) 250 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-03-21T13:27:22.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:22 smithi066 bash[18703]: cephadm 2024-03-21T13:27:21.451965+0000 mgr.smithi066.seeyps (mgr.14195) 251 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi066.wvcoaq-rgw 2024-03-21T13:27:22.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:22 smithi066 bash[18703]: audit 2024-03-21T13:27:21.452353+0000 mon.smithi066 (mon.0) 834 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi066.wvcoaq-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-21T13:27:22.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:22 smithi066 bash[18703]: audit 2024-03-21T13:27:21.454465+0000 mon.smithi066 (mon.0) 835 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi066.wvcoaq-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-21T13:27:22.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:22 smithi066 bash[18703]: cephadm 2024-03-21T13:27:21.457158+0000 mgr.smithi066.seeyps (mgr.14195) 252 : cephadm [WRN] Bind address in nfs.foo.0.0.smithi066.wvcoaq's ganesha conf is defaulting to empty 2024-03-21T13:27:22.716 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:22 smithi066 bash[18703]: audit 2024-03-21T13:27:21.462415+0000 mon.smithi066 (mon.0) 836 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:27:22.716 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:22 smithi066 bash[18703]: cephadm 2024-03-21T13:27:21.463710+0000 mgr.smithi066.seeyps (mgr.14195) 253 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi066.wvcoaq on smithi066 2024-03-21T13:27:22.716 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:22 smithi066 bash[18703]: audit 2024-03-21T13:27:21.840379+0000 mon.smithi066 (mon.0) 837 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:27:23.344 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/mon.smithi066/config 2024-03-21T13:27:24.442 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:24 smithi066 bash[18703]: cluster 2024-03-21T13:27:23.125373+0000 mgr.smithi066.seeyps (mgr.14195) 254 : cluster [DBG] pgmap v212: 97 pgs: 97 active+clean; 579 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 166 B/s rd, 500 B/s wr, 1 op/s 2024-03-21T13:27:24.442 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:24 smithi066 systemd[1]: /etc/systemd/system/ceph-5ff71cb6-e785-11ee-95cd-87774f69a715@.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-03-21T13:27:24.710 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:24 smithi122 bash[23477]: cluster 2024-03-21T13:27:23.125373+0000 mgr.smithi066.seeyps (mgr.14195) 254 : cluster [DBG] pgmap v212: 97 pgs: 97 active+clean; 579 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 166 B/s rd, 500 B/s wr, 1 op/s 2024-03-21T13:27:24.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:24 smithi066 systemd[1]: /etc/systemd/system/ceph-5ff71cb6-e785-11ee-95cd-87774f69a715@.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-03-21T13:27:26.201 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:25 smithi066 bash[18703]: audit 2024-03-21T13:27:24.778674+0000 mon.smithi066 (mon.0) 838 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:27:26.201 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:25 smithi066 bash[18703]: audit 2024-03-21T13:27:24.786744+0000 mon.smithi066 (mon.0) 839 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:27:26.201 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:25 smithi066 bash[18703]: audit 2024-03-21T13:27:24.841178+0000 mon.smithi066 (mon.0) 840 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:27:26.202 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:25 smithi066 bash[18703]: audit 2024-03-21T13:27:24.872511+0000 mon.smithi066 (mon.0) 841 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:27:26.202 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:25 smithi066 bash[18703]: audit 2024-03-21T13:27:24.881655+0000 mon.smithi066 (mon.0) 842 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:27:26.202 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:25 smithi066 bash[18703]: cephadm 2024-03-21T13:27:24.895022+0000 mgr.smithi066.seeyps (mgr.14195) 255 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi066.hfdkuv on smithi066 2024-03-21T13:27:26.202 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:25 smithi066 bash[18703]: cluster 2024-03-21T13:27:25.126229+0000 mgr.smithi066.seeyps (mgr.14195) 256 : cluster [DBG] pgmap v213: 97 pgs: 97 active+clean; 579 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 127 B/s rd, 383 B/s wr, 0 op/s 2024-03-21T13:27:26.210 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:25 smithi122 bash[23477]: audit 2024-03-21T13:27:24.778674+0000 mon.smithi066 (mon.0) 838 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:27:26.210 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:25 smithi122 bash[23477]: audit 2024-03-21T13:27:24.786744+0000 mon.smithi066 (mon.0) 839 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:27:26.210 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:25 smithi122 bash[23477]: audit 2024-03-21T13:27:24.841178+0000 mon.smithi066 (mon.0) 840 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:27:26.210 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:25 smithi122 bash[23477]: audit 2024-03-21T13:27:24.872511+0000 mon.smithi066 (mon.0) 841 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:27:26.211 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:25 smithi122 bash[23477]: audit 2024-03-21T13:27:24.881655+0000 mon.smithi066 (mon.0) 842 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:27:26.211 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:25 smithi122 bash[23477]: cephadm 2024-03-21T13:27:24.895022+0000 mgr.smithi066.seeyps (mgr.14195) 255 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi066.hfdkuv on smithi066 2024-03-21T13:27:26.211 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:25 smithi122 bash[23477]: cluster 2024-03-21T13:27:25.126229+0000 mgr.smithi066.seeyps (mgr.14195) 256 : cluster [DBG] pgmap v213: 97 pgs: 97 active+clean; 579 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 127 B/s rd, 383 B/s wr, 0 op/s 2024-03-21T13:27:27.890 INFO:teuthology.orchestra.run.smithi066.stdout:{ 2024-03-21T13:27:27.890 INFO:teuthology.orchestra.run.smithi066.stdout: "bind": "/fake", 2024-03-21T13:27:27.890 INFO:teuthology.orchestra.run.smithi066.stdout: "cluster": "foo", 2024-03-21T13:27:27.890 INFO:teuthology.orchestra.run.smithi066.stdout: "fs": "foofs", 2024-03-21T13:27:27.890 INFO:teuthology.orchestra.run.smithi066.stdout: "mode": "RW", 2024-03-21T13:27:27.890 INFO:teuthology.orchestra.run.smithi066.stdout: "path": "/" 2024-03-21T13:27:27.890 INFO:teuthology.orchestra.run.smithi066.stdout:} 2024-03-21T13:27:28.210 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:27 smithi122 bash[23477]: audit 2024-03-21T13:27:26.849715+0000 mon.smithi066 (mon.0) 843 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:27:28.210 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:27 smithi122 bash[23477]: cluster 2024-03-21T13:27:27.126888+0000 mgr.smithi066.seeyps (mgr.14195) 257 : cluster [DBG] pgmap v214: 97 pgs: 97 active+clean; 579 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 112 B/s rd, 224 B/s wr, 0 op/s 2024-03-21T13:27:28.214 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:27 smithi066 bash[18703]: audit 2024-03-21T13:27:26.849715+0000 mon.smithi066 (mon.0) 843 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:27:28.214 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:27 smithi066 bash[18703]: cluster 2024-03-21T13:27:27.126888+0000 mgr.smithi066.seeyps (mgr.14195) 257 : cluster [DBG] pgmap v214: 97 pgs: 97 active+clean; 579 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 112 B/s rd, 224 B/s wr, 0 op/s 2024-03-21T13:27:29.210 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:28 smithi122 bash[23477]: audit 2024-03-21T13:27:27.830317+0000 mgr.smithi066.seeyps (mgr.14195) 258 : audit [DBG] from='client.14510 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:27:29.210 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:28 smithi122 bash[23477]: audit 2024-03-21T13:27:27.881574+0000 mon.smithi066 (mon.0) 844 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]: dispatch 2024-03-21T13:27:29.210 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:28 smithi122 bash[23477]: audit 2024-03-21T13:27:27.883494+0000 mon.smithi066 (mon.0) 845 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]': finished 2024-03-21T13:27:29.214 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:28 smithi066 bash[18703]: audit 2024-03-21T13:27:27.830317+0000 mgr.smithi066.seeyps (mgr.14195) 258 : audit [DBG] from='client.14510 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:27:29.214 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:28 smithi066 bash[18703]: audit 2024-03-21T13:27:27.881574+0000 mon.smithi066 (mon.0) 844 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]: dispatch 2024-03-21T13:27:29.214 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:28 smithi066 bash[18703]: audit 2024-03-21T13:27:27.883494+0000 mon.smithi066 (mon.0) 845 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]': finished 2024-03-21T13:27:29.644 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-03-21T13:27:29.654 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2024-03-21T13:27:29.654 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ff71cb6-e785-11ee-95cd-87774f69a715 -- ceph orch ls -f json 2024-03-21T13:27:29.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:29 smithi066 bash[18703]: cluster 2024-03-21T13:27:29.127748+0000 mgr.smithi066.seeyps (mgr.14195) 259 : cluster [DBG] pgmap v215: 97 pgs: 97 active+clean; 579 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 101 B/s rd, 202 B/s wr, 0 op/s 2024-03-21T13:27:30.210 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:29 smithi122 bash[23477]: cluster 2024-03-21T13:27:29.127748+0000 mgr.smithi066.seeyps (mgr.14195) 259 : cluster [DBG] pgmap v215: 97 pgs: 97 active+clean; 579 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 101 B/s rd, 202 B/s wr, 0 op/s 2024-03-21T13:27:31.210 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:30 smithi122 bash[23477]: cluster 2024-03-21T13:27:29.874814+0000 mon.smithi066 (mon.0) 846 : cluster [DBG] mgrmap e21: smithi066.seeyps(active, since 5m), standbys: smithi122.ezngxk 2024-03-21T13:27:31.464 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:30 smithi066 bash[18703]: cluster 2024-03-21T13:27:29.874814+0000 mon.smithi066 (mon.0) 846 : cluster [DBG] mgrmap e21: smithi066.seeyps(active, since 5m), standbys: smithi122.ezngxk 2024-03-21T13:27:32.021 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:31 smithi066 bash[18703]: cluster 2024-03-21T13:27:31.128618+0000 mgr.smithi066.seeyps (mgr.14195) 260 : cluster [DBG] pgmap v216: 97 pgs: 97 active+clean; 579 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-21T13:27:32.021 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:31 smithi066 bash[18703]: audit 2024-03-21T13:27:31.856242+0000 mon.smithi066 (mon.0) 847 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:27:32.210 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:31 smithi122 bash[23477]: cluster 2024-03-21T13:27:31.128618+0000 mgr.smithi066.seeyps (mgr.14195) 260 : cluster [DBG] pgmap v216: 97 pgs: 97 active+clean; 579 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-21T13:27:32.210 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:31 smithi122 bash[23477]: audit 2024-03-21T13:27:31.856242+0000 mon.smithi066 (mon.0) 847 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:27:32.865 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:32 smithi066 systemd[1]: /etc/systemd/system/ceph-5ff71cb6-e785-11ee-95cd-87774f69a715@.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-03-21T13:27:33.165 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:33 smithi066 systemd[1]: /etc/systemd/system/ceph-5ff71cb6-e785-11ee-95cd-87774f69a715@.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-03-21T13:27:34.460 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:34 smithi122 bash[23477]: cluster 2024-03-21T13:27:33.129621+0000 mgr.smithi066.seeyps (mgr.14195) 261 : cluster [DBG] pgmap v217: 97 pgs: 97 active+clean; 581 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1.3 KiB/s wr, 2 op/s 2024-03-21T13:27:34.460 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:34 smithi122 bash[23477]: audit 2024-03-21T13:27:33.137429+0000 mon.smithi066 (mon.0) 848 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:27:34.460 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:34 smithi122 bash[23477]: audit 2024-03-21T13:27:33.138976+0000 mon.smithi066 (mon.0) 849 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:27:34.460 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:34 smithi122 bash[23477]: audit 2024-03-21T13:27:33.213333+0000 mon.smithi066 (mon.0) 850 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:27:34.460 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:34 smithi122 bash[23477]: audit 2024-03-21T13:27:33.218969+0000 mon.smithi066 (mon.0) 851 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:27:34.461 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:34 smithi122 bash[23477]: audit 2024-03-21T13:27:33.238325+0000 mon.smithi066 (mon.0) 852 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:27:34.461 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:34 smithi122 bash[23477]: cephadm 2024-03-21T13:27:33.240793+0000 mgr.smithi066.seeyps (mgr.14195) 262 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi122.wcnscn on smithi122 2024-03-21T13:27:34.464 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:34 smithi066 bash[18703]: cluster 2024-03-21T13:27:33.129621+0000 mgr.smithi066.seeyps (mgr.14195) 261 : cluster [DBG] pgmap v217: 97 pgs: 97 active+clean; 581 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1.3 KiB/s wr, 2 op/s 2024-03-21T13:27:34.464 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:34 smithi066 bash[18703]: audit 2024-03-21T13:27:33.137429+0000 mon.smithi066 (mon.0) 848 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:27:34.464 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:34 smithi066 bash[18703]: audit 2024-03-21T13:27:33.138976+0000 mon.smithi066 (mon.0) 849 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:27:34.464 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:34 smithi066 bash[18703]: audit 2024-03-21T13:27:33.213333+0000 mon.smithi066 (mon.0) 850 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:27:34.464 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:34 smithi066 bash[18703]: audit 2024-03-21T13:27:33.218969+0000 mon.smithi066 (mon.0) 851 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:27:34.464 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:34 smithi066 bash[18703]: audit 2024-03-21T13:27:33.238325+0000 mon.smithi066 (mon.0) 852 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:27:34.464 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:34 smithi066 bash[18703]: cephadm 2024-03-21T13:27:33.240793+0000 mgr.smithi066.seeyps (mgr.14195) 262 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi122.wcnscn on smithi122 2024-03-21T13:27:36.460 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:36 smithi122 bash[23477]: cluster 2024-03-21T13:27:35.130423+0000 mgr.smithi066.seeyps (mgr.14195) 263 : cluster [DBG] pgmap v218: 97 pgs: 97 active+clean; 581 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 1.2 KiB/s wr, 2 op/s 2024-03-21T13:27:36.464 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:36 smithi066 bash[18703]: cluster 2024-03-21T13:27:35.130423+0000 mgr.smithi066.seeyps (mgr.14195) 263 : cluster [DBG] pgmap v218: 97 pgs: 97 active+clean; 581 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 1.2 KiB/s wr, 2 op/s 2024-03-21T13:27:36.496 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/mon.smithi066/config 2024-03-21T13:27:38.460 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:38 smithi122 bash[23477]: cluster 2024-03-21T13:27:37.131541+0000 mgr.smithi066.seeyps (mgr.14195) 264 : cluster [DBG] pgmap v219: 97 pgs: 97 active+clean; 581 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 1.2 KiB/s wr, 2 op/s 2024-03-21T13:27:38.464 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:38 smithi066 bash[18703]: cluster 2024-03-21T13:27:37.131541+0000 mgr.smithi066.seeyps (mgr.14195) 264 : cluster [DBG] pgmap v219: 97 pgs: 97 active+clean; 581 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 1.2 KiB/s wr, 2 op/s 2024-03-21T13:27:39.032 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-03-21T13:27:39.032 INFO:teuthology.orchestra.run.smithi066.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-03-21T13:19:59.048442Z", "last_refresh": "2024-03-21T13:27:21.264959Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-03-21T13:21:46.720686Z 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-03-21T13:19:51.896586Z", "last_refresh": "2024-03-21T13:27:20.552266Z", "running": 2, "size": 2}}, {"events": ["2024-03-21T13:21:50.071677Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-03-21T13:19:50.140355Z", "last_refresh": "2024-03-21T13:27:20.552403Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-03-21T13:19:55.427923Z", "last_refresh": "2024-03-21T13:27:21.265074Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-03-21T13:27:33.238558Z 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.66/16"}, "status": {"created": "2024-03-21T13:27:18.049390Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.66/16"}}, {"events": ["2024-03-21T13:27:14.972366Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-03-21T13:27:06.824771Z", "last_refresh": "2024-03-21T13:27:20.553314Z", "running": 2, "size": 2}}, {"events": ["2024-03-21T13:21:55.704833Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-21T13:19:48.331214Z", "last_refresh": "2024-03-21T13:27:20.552635Z", "running": 2, "size": 2}}, {"events": ["2024-03-21T13:22:00.800358Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi066:172.21.15.66=smithi066", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-21T13:21:34.043881Z", "last_refresh": "2024-03-21T13:27:20.552749Z", "running": 2, "size": 2}}, {"events": ["2024-03-21T13:27:24.872881Z 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-03-21T13:27:18.042173Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2024-03-21T13:21:51.204051Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-03-21T13:19:57.237556Z", "last_refresh": "2024-03-21T13:27:20.552520Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-03-21T13:22:27.458177Z 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-03-21T13:22:27.450003Z", "last_refresh": "2024-03-21T13:27:20.552861Z", "running": 8, "size": 8}}, {"events": ["2024-03-21T13:22:00.810435Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-03-21T13:19:53.635979Z", "last_refresh": "2024-03-21T13:27:21.265188Z", "ports": [9095], "running": 1, "size": 1}}] 2024-03-21T13:27:39.683 INFO:tasks.cephadm:nfs.foo has 0/1 2024-03-21T13:27:40.404 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:40 smithi122 bash[23477]: audit 2024-03-21T13:27:39.026000+0000 mgr.smithi066.seeyps (mgr.14195) 265 : audit [DBG] from='client.14526 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T13:27:40.404 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:40 smithi122 bash[23477]: cluster 2024-03-21T13:27:39.132219+0000 mgr.smithi066.seeyps (mgr.14195) 266 : cluster [DBG] pgmap v220: 97 pgs: 97 active+clean; 581 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 1.2 KiB/s wr, 2 op/s 2024-03-21T13:27:40.404 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:40 smithi122 systemd[1]: /etc/systemd/system/ceph-5ff71cb6-e785-11ee-95cd-87774f69a715@.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-03-21T13:27:40.464 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:40 smithi066 bash[18703]: audit 2024-03-21T13:27:39.026000+0000 mgr.smithi066.seeyps (mgr.14195) 265 : audit [DBG] from='client.14526 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T13:27:40.464 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:40 smithi066 bash[18703]: cluster 2024-03-21T13:27:39.132219+0000 mgr.smithi066.seeyps (mgr.14195) 266 : cluster [DBG] pgmap v220: 97 pgs: 97 active+clean; 581 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 1.2 KiB/s wr, 2 op/s 2024-03-21T13:27:40.677 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:40 smithi122 systemd[1]: /etc/systemd/system/ceph-5ff71cb6-e785-11ee-95cd-87774f69a715@.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-03-21T13:27:40.684 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ff71cb6-e785-11ee-95cd-87774f69a715 -- ceph orch ls -f json 2024-03-21T13:27:41.960 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:41 smithi122 bash[23477]: audit 2024-03-21T13:27:40.728072+0000 mon.smithi066 (mon.0) 853 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:27:41.960 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:41 smithi122 bash[23477]: audit 2024-03-21T13:27:40.739190+0000 mon.smithi066 (mon.0) 854 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:27:41.960 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:41 smithi122 bash[23477]: audit 2024-03-21T13:27:40.787673+0000 mon.smithi066 (mon.0) 855 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:27:41.961 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:41 smithi122 bash[23477]: audit 2024-03-21T13:27:40.796779+0000 mon.smithi066 (mon.0) 856 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:27:41.961 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:41 smithi122 bash[23477]: cephadm 2024-03-21T13:27:40.797807+0000 mgr.smithi066.seeyps (mgr.14195) 267 : cephadm [INF] 10.0.31.66 is in 10.0.0.0/16 on smithi122 interface enp3s0f1 2024-03-21T13:27:41.961 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:41 smithi122 bash[23477]: cephadm 2024-03-21T13:27:40.798033+0000 mgr.smithi066.seeyps (mgr.14195) 268 : cephadm [INF] 10.0.31.66 is in 10.0.0.0/16 on smithi066 interface enp3s0f1 2024-03-21T13:27:41.961 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:41 smithi122 bash[23477]: cephadm 2024-03-21T13:27:40.808508+0000 mgr.smithi066.seeyps (mgr.14195) 269 : cephadm [INF] Deploying daemon keepalived.nfs.foo.smithi122.duszef on smithi122 2024-03-21T13:27:41.961 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:41 smithi122 bash[23477]: cluster 2024-03-21T13:27:41.133074+0000 mgr.smithi066.seeyps (mgr.14195) 270 : cluster [DBG] pgmap v221: 97 pgs: 97 active+clean; 581 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 1.2 KiB/s wr, 2 op/s 2024-03-21T13:27:42.214 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:41 smithi066 bash[18703]: audit 2024-03-21T13:27:40.728072+0000 mon.smithi066 (mon.0) 853 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:27:42.214 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:41 smithi066 bash[18703]: audit 2024-03-21T13:27:40.739190+0000 mon.smithi066 (mon.0) 854 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:27:42.214 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:41 smithi066 bash[18703]: audit 2024-03-21T13:27:40.787673+0000 mon.smithi066 (mon.0) 855 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:27:42.214 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:41 smithi066 bash[18703]: audit 2024-03-21T13:27:40.796779+0000 mon.smithi066 (mon.0) 856 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:27:42.214 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:41 smithi066 bash[18703]: cephadm 2024-03-21T13:27:40.797807+0000 mgr.smithi066.seeyps (mgr.14195) 267 : cephadm [INF] 10.0.31.66 is in 10.0.0.0/16 on smithi122 interface enp3s0f1 2024-03-21T13:27:42.215 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:41 smithi066 bash[18703]: cephadm 2024-03-21T13:27:40.798033+0000 mgr.smithi066.seeyps (mgr.14195) 268 : cephadm [INF] 10.0.31.66 is in 10.0.0.0/16 on smithi066 interface enp3s0f1 2024-03-21T13:27:42.215 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:41 smithi066 bash[18703]: cephadm 2024-03-21T13:27:40.808508+0000 mgr.smithi066.seeyps (mgr.14195) 269 : cephadm [INF] Deploying daemon keepalived.nfs.foo.smithi122.duszef on smithi122 2024-03-21T13:27:42.215 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:41 smithi066 bash[18703]: cluster 2024-03-21T13:27:41.133074+0000 mgr.smithi066.seeyps (mgr.14195) 270 : cluster [DBG] pgmap v221: 97 pgs: 97 active+clean; 581 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 1.2 KiB/s wr, 2 op/s 2024-03-21T13:27:44.460 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:44 smithi122 bash[23477]: cluster 2024-03-21T13:27:43.134132+0000 mgr.smithi066.seeyps (mgr.14195) 271 : cluster [DBG] pgmap v222: 97 pgs: 97 active+clean; 581 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 1.1 KiB/s wr, 2 op/s 2024-03-21T13:27:44.464 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:44 smithi066 bash[18703]: cluster 2024-03-21T13:27:43.134132+0000 mgr.smithi066.seeyps (mgr.14195) 271 : cluster [DBG] pgmap v222: 97 pgs: 97 active+clean; 581 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 1.1 KiB/s wr, 2 op/s 2024-03-21T13:27:45.535 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/mon.smithi066/config 2024-03-21T13:27:46.460 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:46 smithi122 bash[23477]: cluster 2024-03-21T13:27:45.135118+0000 mgr.smithi066.seeyps (mgr.14195) 272 : cluster [DBG] pgmap v223: 97 pgs: 97 active+clean; 581 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-03-21T13:27:46.462 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:46 smithi066 bash[18703]: cluster 2024-03-21T13:27:45.135118+0000 mgr.smithi066.seeyps (mgr.14195) 272 : cluster [DBG] pgmap v223: 97 pgs: 97 active+clean; 581 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-03-21T13:27:48.192 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-03-21T13:27:48.192 INFO:teuthology.orchestra.run.smithi066.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-03-21T13:19:59.048442Z", "last_refresh": "2024-03-21T13:27:21.264959Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-03-21T13:21:46.720686Z 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-03-21T13:19:51.896586Z", "last_refresh": "2024-03-21T13:27:20.552266Z", "running": 2, "size": 2}}, {"events": ["2024-03-21T13:21:50.071677Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-03-21T13:19:50.140355Z", "last_refresh": "2024-03-21T13:27:20.552403Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-03-21T13:19:55.427923Z", "last_refresh": "2024-03-21T13:27:21.265074Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-03-21T13:27:40.788263Z 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.66/16"}, "status": {"created": "2024-03-21T13:27:18.049390Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.66/16"}}, {"events": ["2024-03-21T13:27:14.972366Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-03-21T13:27:06.824771Z", "last_refresh": "2024-03-21T13:27:20.553314Z", "running": 2, "size": 2}}, {"events": ["2024-03-21T13:21:55.704833Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-21T13:19:48.331214Z", "last_refresh": "2024-03-21T13:27:20.552635Z", "running": 2, "size": 2}}, {"events": ["2024-03-21T13:22:00.800358Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi066:172.21.15.66=smithi066", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-21T13:21:34.043881Z", "last_refresh": "2024-03-21T13:27:20.552749Z", "running": 2, "size": 2}}, {"events": ["2024-03-21T13:27:24.872881Z 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-03-21T13:27:18.042173Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2024-03-21T13:21:51.204051Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-03-21T13:19:57.237556Z", "last_refresh": "2024-03-21T13:27:20.552520Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-03-21T13:22:27.458177Z 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-03-21T13:22:27.450003Z", "last_refresh": "2024-03-21T13:27:20.552861Z", "running": 8, "size": 8}}, {"events": ["2024-03-21T13:22:00.810435Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-03-21T13:19:53.635979Z", "last_refresh": "2024-03-21T13:27:21.265188Z", "ports": [9095], "running": 1, "size": 1}}] 2024-03-21T13:27:48.460 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:48 smithi122 bash[23477]: cluster 2024-03-21T13:27:47.135913+0000 mgr.smithi066.seeyps (mgr.14195) 273 : cluster [DBG] pgmap v224: 97 pgs: 97 active+clean; 581 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-03-21T13:27:48.460 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:48 smithi122 bash[23477]: audit 2024-03-21T13:27:48.131760+0000 mon.smithi066 (mon.0) 857 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:27:48.464 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:48 smithi066 bash[18703]: cluster 2024-03-21T13:27:47.135913+0000 mgr.smithi066.seeyps (mgr.14195) 273 : cluster [DBG] pgmap v224: 97 pgs: 97 active+clean; 581 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-03-21T13:27:48.464 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:48 smithi066 bash[18703]: audit 2024-03-21T13:27:48.131760+0000 mon.smithi066 (mon.0) 857 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:27:48.848 INFO:tasks.cephadm:nfs.foo has 0/1 2024-03-21T13:27:49.460 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:49 smithi122 bash[23477]: audit 2024-03-21T13:27:48.173238+0000 mgr.smithi066.seeyps (mgr.14195) 274 : audit [DBG] from='client.14530 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T13:27:49.463 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:49 smithi066 bash[18703]: audit 2024-03-21T13:27:48.173238+0000 mgr.smithi066.seeyps (mgr.14195) 274 : audit [DBG] from='client.14530 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T13:27:49.850 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ff71cb6-e785-11ee-95cd-87774f69a715 -- ceph orch ls -f json 2024-03-21T13:27:50.460 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:50 smithi122 bash[23477]: cluster 2024-03-21T13:27:49.136905+0000 mgr.smithi066.seeyps (mgr.14195) 275 : cluster [DBG] pgmap v225: 97 pgs: 97 active+clean; 581 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-03-21T13:27:50.464 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:50 smithi066 bash[18703]: cluster 2024-03-21T13:27:49.136905+0000 mgr.smithi066.seeyps (mgr.14195) 275 : cluster [DBG] pgmap v225: 97 pgs: 97 active+clean; 581 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-03-21T13:27:51.237 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:51 smithi122 systemd[1]: /etc/systemd/system/ceph-5ff71cb6-e785-11ee-95cd-87774f69a715@.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-03-21T13:27:51.500 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:51 smithi122 systemd[1]: /etc/systemd/system/ceph-5ff71cb6-e785-11ee-95cd-87774f69a715@.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-03-21T13:27:52.710 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:52 smithi122 bash[23477]: cluster 2024-03-21T13:27:51.137932+0000 mgr.smithi066.seeyps (mgr.14195) 276 : cluster [DBG] pgmap v226: 97 pgs: 97 active+clean; 581 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-03-21T13:27:52.710 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:52 smithi122 bash[23477]: audit 2024-03-21T13:27:51.555357+0000 mon.smithi066 (mon.0) 858 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:27:52.710 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:52 smithi122 bash[23477]: audit 2024-03-21T13:27:51.567493+0000 mon.smithi066 (mon.0) 859 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:27:52.710 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:52 smithi122 bash[23477]: audit 2024-03-21T13:27:51.608316+0000 mon.smithi066 (mon.0) 860 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:27:52.710 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:52 smithi122 bash[23477]: cephadm 2024-03-21T13:27:51.613707+0000 mgr.smithi066.seeyps (mgr.14195) 277 : cephadm [INF] 10.0.31.66 is in 10.0.0.0/16 on smithi066 interface enp3s0f1 2024-03-21T13:27:52.710 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:52 smithi122 bash[23477]: cephadm 2024-03-21T13:27:51.614145+0000 mgr.smithi066.seeyps (mgr.14195) 278 : cephadm [INF] 10.0.31.66 is in 10.0.0.0/16 on smithi122 interface enp3s0f1 2024-03-21T13:27:52.710 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:52 smithi122 bash[23477]: cephadm 2024-03-21T13:27:51.615479+0000 mgr.smithi066.seeyps (mgr.14195) 279 : cephadm [INF] Deploying daemon keepalived.nfs.foo.smithi066.meobjq on smithi066 2024-03-21T13:27:52.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:52 smithi066 bash[18703]: cluster 2024-03-21T13:27:51.137932+0000 mgr.smithi066.seeyps (mgr.14195) 276 : cluster [DBG] pgmap v226: 97 pgs: 97 active+clean; 581 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-03-21T13:27:52.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:52 smithi066 bash[18703]: audit 2024-03-21T13:27:51.555357+0000 mon.smithi066 (mon.0) 858 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:27:52.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:52 smithi066 bash[18703]: audit 2024-03-21T13:27:51.567493+0000 mon.smithi066 (mon.0) 859 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:27:52.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:52 smithi066 bash[18703]: audit 2024-03-21T13:27:51.608316+0000 mon.smithi066 (mon.0) 860 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:27:52.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:52 smithi066 bash[18703]: cephadm 2024-03-21T13:27:51.613707+0000 mgr.smithi066.seeyps (mgr.14195) 277 : cephadm [INF] 10.0.31.66 is in 10.0.0.0/16 on smithi066 interface enp3s0f1 2024-03-21T13:27:52.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:52 smithi066 bash[18703]: cephadm 2024-03-21T13:27:51.614145+0000 mgr.smithi066.seeyps (mgr.14195) 278 : cephadm [INF] 10.0.31.66 is in 10.0.0.0/16 on smithi122 interface enp3s0f1 2024-03-21T13:27:52.965 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:52 smithi066 bash[18703]: cephadm 2024-03-21T13:27:51.615479+0000 mgr.smithi066.seeyps (mgr.14195) 279 : cephadm [INF] Deploying daemon keepalived.nfs.foo.smithi066.meobjq on smithi066 2024-03-21T13:27:54.674 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/mon.smithi066/config 2024-03-21T13:27:54.960 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:54 smithi122 bash[23477]: cluster 2024-03-21T13:27:53.139292+0000 mgr.smithi066.seeyps (mgr.14195) 280 : cluster [DBG] pgmap v227: 97 pgs: 97 active+clean; 581 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-21T13:27:54.963 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:54 smithi066 bash[18703]: cluster 2024-03-21T13:27:53.139292+0000 mgr.smithi066.seeyps (mgr.14195) 280 : cluster [DBG] pgmap v227: 97 pgs: 97 active+clean; 581 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-21T13:27:56.960 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:56 smithi122 bash[23477]: cluster 2024-03-21T13:27:55.140475+0000 mgr.smithi066.seeyps (mgr.14195) 281 : cluster [DBG] pgmap v228: 97 pgs: 97 active+clean; 581 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-03-21T13:27:56.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:56 smithi066 bash[18703]: cluster 2024-03-21T13:27:55.140475+0000 mgr.smithi066.seeyps (mgr.14195) 281 : cluster [DBG] pgmap v228: 97 pgs: 97 active+clean; 581 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-03-21T13:27:58.960 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:27:58 smithi122 bash[23477]: cluster 2024-03-21T13:27:57.141950+0000 mgr.smithi066.seeyps (mgr.14195) 282 : cluster [DBG] pgmap v229: 97 pgs: 97 active+clean; 581 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-03-21T13:27:58.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:27:58 smithi066 bash[18703]: cluster 2024-03-21T13:27:57.141950+0000 mgr.smithi066.seeyps (mgr.14195) 282 : cluster [DBG] pgmap v229: 97 pgs: 97 active+clean; 581 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-03-21T13:28:00.960 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:28:00 smithi122 bash[23477]: cluster 2024-03-21T13:27:59.143031+0000 mgr.smithi066.seeyps (mgr.14195) 283 : cluster [DBG] pgmap v230: 97 pgs: 97 active+clean; 581 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-03-21T13:28:00.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:28:00 smithi066 bash[18703]: cluster 2024-03-21T13:27:59.143031+0000 mgr.smithi066.seeyps (mgr.14195) 283 : cluster [DBG] pgmap v230: 97 pgs: 97 active+clean; 581 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-03-21T13:28:02.882 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:28:02 smithi066 bash[18703]: cluster 2024-03-21T13:28:01.143882+0000 mgr.smithi066.seeyps (mgr.14195) 284 : cluster [DBG] pgmap v231: 97 pgs: 97 active+clean; 581 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-03-21T13:28:02.882 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:28:02 smithi066 systemd[1]: /etc/systemd/system/ceph-5ff71cb6-e785-11ee-95cd-87774f69a715@.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-03-21T13:28:02.937 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-03-21T13:28:02.937 INFO:teuthology.orchestra.run.smithi066.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-03-21T13:19:59.048442Z", "last_refresh": "2024-03-21T13:27:21.264959Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-03-21T13:21:46.720686Z 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-03-21T13:19:51.896586Z", "last_refresh": "2024-03-21T13:27:20.552266Z", "running": 2, "size": 2}}, {"events": ["2024-03-21T13:21:50.071677Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-03-21T13:19:50.140355Z", "last_refresh": "2024-03-21T13:27:20.552403Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-03-21T13:19:55.427923Z", "last_refresh": "2024-03-21T13:27:21.265074Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-03-21T13:27:51.608911Z 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.66/16"}, "status": {"created": "2024-03-21T13:27:18.049390Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.66/16"}}, {"events": ["2024-03-21T13:27:14.972366Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-03-21T13:27:06.824771Z", "last_refresh": "2024-03-21T13:27:20.553314Z", "running": 2, "size": 2}}, {"events": ["2024-03-21T13:21:55.704833Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-21T13:19:48.331214Z", "last_refresh": "2024-03-21T13:27:20.552635Z", "running": 2, "size": 2}}, {"events": ["2024-03-21T13:22:00.800358Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi066:172.21.15.66=smithi066", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-21T13:21:34.043881Z", "last_refresh": "2024-03-21T13:27:20.552749Z", "running": 2, "size": 2}}, {"events": ["2024-03-21T13:27:24.872881Z 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-03-21T13:27:18.042173Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2024-03-21T13:21:51.204051Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-03-21T13:19:57.237556Z", "last_refresh": "2024-03-21T13:27:20.552520Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-03-21T13:22:27.458177Z 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-03-21T13:22:27.450003Z", "last_refresh": "2024-03-21T13:27:20.552861Z", "running": 8, "size": 8}}, {"events": ["2024-03-21T13:22:00.810435Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-03-21T13:19:53.635979Z", "last_refresh": "2024-03-21T13:27:21.265188Z", "ports": [9095], "running": 1, "size": 1}}] 2024-03-21T13:28:02.959 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:28:02 smithi122 bash[23477]: cluster 2024-03-21T13:28:01.143882+0000 mgr.smithi066.seeyps (mgr.14195) 284 : cluster [DBG] pgmap v231: 97 pgs: 97 active+clean; 581 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-03-21T13:28:03.164 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:28:03 smithi066 systemd[1]: /etc/systemd/system/ceph-5ff71cb6-e785-11ee-95cd-87774f69a715@.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-03-21T13:28:03.960 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:28:03 smithi122 bash[23477]: audit 2024-03-21T13:28:03.132022+0000 mon.smithi066 (mon.0) 861 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:28:03.960 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:28:03 smithi122 bash[23477]: audit 2024-03-21T13:28:03.212464+0000 mon.smithi066 (mon.0) 862 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:28:03.960 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:28:03 smithi122 bash[23477]: audit 2024-03-21T13:28:03.220156+0000 mon.smithi066 (mon.0) 863 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:28:03.960 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:28:03 smithi122 bash[23477]: audit 2024-03-21T13:28:03.263823+0000 mon.smithi066 (mon.0) 864 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:28:03.960 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:28:03 smithi122 bash[23477]: audit 2024-03-21T13:28:03.268239+0000 mon.smithi066 (mon.0) 865 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:28:03.960 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:28:03 smithi122 bash[23477]: audit 2024-03-21T13:28:03.316612+0000 mon.smithi066 (mon.0) 866 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:28:03.963 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:28:03 smithi066 bash[18703]: audit 2024-03-21T13:28:03.132022+0000 mon.smithi066 (mon.0) 861 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:28:03.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:28:03 smithi066 bash[18703]: audit 2024-03-21T13:28:03.212464+0000 mon.smithi066 (mon.0) 862 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:28:03.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:28:03 smithi066 bash[18703]: audit 2024-03-21T13:28:03.220156+0000 mon.smithi066 (mon.0) 863 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:28:03.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:28:03 smithi066 bash[18703]: audit 2024-03-21T13:28:03.263823+0000 mon.smithi066 (mon.0) 864 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:28:03.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:28:03 smithi066 bash[18703]: audit 2024-03-21T13:28:03.268239+0000 mon.smithi066 (mon.0) 865 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:28:03.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:28:03 smithi066 bash[18703]: audit 2024-03-21T13:28:03.316612+0000 mon.smithi066 (mon.0) 866 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:28:04.319 INFO:tasks.cephadm:nfs.foo has 0/1 2024-03-21T13:28:04.960 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:28:04 smithi122 bash[23477]: audit 2024-03-21T13:28:02.929284+0000 mgr.smithi066.seeyps (mgr.14195) 285 : audit [DBG] from='client.14534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T13:28:04.960 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:28:04 smithi122 bash[23477]: cluster 2024-03-21T13:28:03.145032+0000 mgr.smithi066.seeyps (mgr.14195) 286 : cluster [DBG] pgmap v232: 97 pgs: 97 active+clean; 581 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-21T13:28:04.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:28:04 smithi066 bash[18703]: audit 2024-03-21T13:28:02.929284+0000 mgr.smithi066.seeyps (mgr.14195) 285 : audit [DBG] from='client.14534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T13:28:04.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:28:04 smithi066 bash[18703]: cluster 2024-03-21T13:28:03.145032+0000 mgr.smithi066.seeyps (mgr.14195) 286 : cluster [DBG] pgmap v232: 97 pgs: 97 active+clean; 581 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-21T13:28:05.321 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ff71cb6-e785-11ee-95cd-87774f69a715 -- ceph orch ls -f json 2024-03-21T13:28:06.960 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:28:06 smithi122 bash[23477]: cluster 2024-03-21T13:28:05.145869+0000 mgr.smithi066.seeyps (mgr.14195) 287 : cluster [DBG] pgmap v233: 97 pgs: 97 active+clean; 581 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-03-21T13:28:06.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:28:06 smithi066 bash[18703]: cluster 2024-03-21T13:28:05.145869+0000 mgr.smithi066.seeyps (mgr.14195) 287 : cluster [DBG] pgmap v233: 97 pgs: 97 active+clean; 581 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-03-21T13:28:08.162 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:28:07 smithi122 bash[23477]: audit 2024-03-21T13:28:06.870186+0000 mon.smithi066 (mon.0) 867 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:28:08.162 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:28:07 smithi122 bash[23477]: cluster 2024-03-21T13:28:07.147025+0000 mgr.smithi066.seeyps (mgr.14195) 288 : cluster [DBG] pgmap v234: 97 pgs: 97 active+clean; 581 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-03-21T13:28:08.163 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:28:07 smithi066 bash[18703]: audit 2024-03-21T13:28:06.870186+0000 mon.smithi066 (mon.0) 867 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:28:08.163 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:28:07 smithi066 bash[18703]: cluster 2024-03-21T13:28:07.147025+0000 mgr.smithi066.seeyps (mgr.14195) 288 : cluster [DBG] pgmap v234: 97 pgs: 97 active+clean; 581 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-03-21T13:28:09.393 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/mon.smithi066/config 2024-03-21T13:28:10.420 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:28:10 smithi066 bash[18703]: audit 2024-03-21T13:28:09.055069+0000 mon.smithi066 (mon.0) 868 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:28:10.421 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:28:10 smithi066 bash[18703]: audit 2024-03-21T13:28:09.063268+0000 mon.smithi066 (mon.0) 869 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:28:10.421 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:28:10 smithi066 bash[18703]: cluster 2024-03-21T13:28:09.147560+0000 mgr.smithi066.seeyps (mgr.14195) 289 : cluster [DBG] pgmap v235: 97 pgs: 97 active+clean; 581 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-03-21T13:28:10.421 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:28:10 smithi066 bash[18703]: audit 2024-03-21T13:28:09.667732+0000 mon.smithi066 (mon.0) 870 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:28:10.421 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:28:10 smithi066 bash[18703]: audit 2024-03-21T13:28:09.677049+0000 mon.smithi066 (mon.0) 871 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:28:10.460 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:28:10 smithi122 bash[23477]: audit 2024-03-21T13:28:09.055069+0000 mon.smithi066 (mon.0) 868 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:28:10.460 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:28:10 smithi122 bash[23477]: audit 2024-03-21T13:28:09.063268+0000 mon.smithi066 (mon.0) 869 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:28:10.460 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:28:10 smithi122 bash[23477]: cluster 2024-03-21T13:28:09.147560+0000 mgr.smithi066.seeyps (mgr.14195) 289 : cluster [DBG] pgmap v235: 97 pgs: 97 active+clean; 581 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-03-21T13:28:10.460 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:28:10 smithi122 bash[23477]: audit 2024-03-21T13:28:09.667732+0000 mon.smithi066 (mon.0) 870 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:28:10.460 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:28:10 smithi122 bash[23477]: audit 2024-03-21T13:28:09.677049+0000 mon.smithi066 (mon.0) 871 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:28:11.460 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:28:11 smithi122 bash[23477]: audit 2024-03-21T13:28:10.254816+0000 mon.smithi066 (mon.0) 872 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:28:11.460 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:28:11 smithi122 bash[23477]: audit 2024-03-21T13:28:10.256700+0000 mon.smithi066 (mon.0) 873 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:28:11.460 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:28:11 smithi122 bash[23477]: audit 2024-03-21T13:28:10.267375+0000 mon.smithi066 (mon.0) 874 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:28:11.460 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:28:11 smithi122 bash[23477]: audit 2024-03-21T13:28:10.275366+0000 mon.smithi066 (mon.0) 875 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T13:28:11.460 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:28:11 smithi122 bash[23477]: audit 2024-03-21T13:28:10.298233+0000 mon.smithi066 (mon.0) 876 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:28:11.460 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:28:11 smithi122 bash[23477]: cephadm 2024-03-21T13:28:10.368261+0000 mgr.smithi066.seeyps (mgr.14195) 290 : cephadm [INF] Reconfiguring prometheus.smithi066 (dependencies changed)... 2024-03-21T13:28:11.479 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:28:11 smithi066 bash[18703]: audit 2024-03-21T13:28:10.254816+0000 mon.smithi066 (mon.0) 872 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:28:11.480 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:28:11 smithi066 bash[18703]: audit 2024-03-21T13:28:10.256700+0000 mon.smithi066 (mon.0) 873 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:28:11.480 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:28:11 smithi066 bash[18703]: audit 2024-03-21T13:28:10.267375+0000 mon.smithi066 (mon.0) 874 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:28:11.480 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:28:11 smithi066 bash[18703]: audit 2024-03-21T13:28:10.275366+0000 mon.smithi066 (mon.0) 875 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T13:28:11.480 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:28:11 smithi066 bash[18703]: audit 2024-03-21T13:28:10.298233+0000 mon.smithi066 (mon.0) 876 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:28:11.480 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:28:11 smithi066 bash[18703]: cephadm 2024-03-21T13:28:10.368261+0000 mgr.smithi066.seeyps (mgr.14195) 290 : cephadm [INF] Reconfiguring prometheus.smithi066 (dependencies changed)... 2024-03-21T13:28:12.460 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:28:12 smithi122 bash[23477]: cephadm 2024-03-21T13:28:10.672353+0000 mgr.smithi066.seeyps (mgr.14195) 291 : cephadm [INF] Reconfiguring daemon prometheus.smithi066 on smithi066 2024-03-21T13:28:12.460 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:28:12 smithi122 bash[23477]: cluster 2024-03-21T13:28:11.148021+0000 mgr.smithi066.seeyps (mgr.14195) 292 : cluster [DBG] pgmap v236: 97 pgs: 97 active+clean; 581 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-03-21T13:28:12.462 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:28:12 smithi066 bash[18703]: cephadm 2024-03-21T13:28:10.672353+0000 mgr.smithi066.seeyps (mgr.14195) 291 : cephadm [INF] Reconfiguring daemon prometheus.smithi066 on smithi066 2024-03-21T13:28:12.462 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:28:12 smithi066 bash[18703]: cluster 2024-03-21T13:28:11.148021+0000 mgr.smithi066.seeyps (mgr.14195) 292 : cluster [DBG] pgmap v236: 97 pgs: 97 active+clean; 581 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-03-21T13:28:12.884 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-03-21T13:28:12.884 INFO:teuthology.orchestra.run.smithi066.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-03-21T13:19:59.048442Z", "last_refresh": "2024-03-21T13:28:09.659859Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-03-21T13:21:46.720686Z 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-03-21T13:19:51.896586Z", "last_refresh": "2024-03-21T13:28:09.046265Z", "running": 2, "size": 2}}, {"events": ["2024-03-21T13:21:50.071677Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-03-21T13:19:50.140355Z", "last_refresh": "2024-03-21T13:28:09.046450Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-03-21T13:19:55.427923Z", "last_refresh": "2024-03-21T13:28:09.659968Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-03-21T13:28:03.268554Z 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.66/16"}, "status": {"created": "2024-03-21T13:27:18.049390Z", "last_refresh": "2024-03-21T13:28:09.047812Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.66/16"}}, {"events": ["2024-03-21T13:27:14.972366Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-03-21T13:27:06.824771Z", "last_refresh": "2024-03-21T13:28:09.047660Z", "running": 2, "size": 2}}, {"events": ["2024-03-21T13:21:55.704833Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-21T13:19:48.331214Z", "last_refresh": "2024-03-21T13:28:09.046760Z", "running": 2, "size": 2}}, {"events": ["2024-03-21T13:22:00.800358Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi066:172.21.15.66=smithi066", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-21T13:21:34.043881Z", "last_refresh": "2024-03-21T13:28:09.046911Z", "running": 2, "size": 2}}, {"events": ["2024-03-21T13:28:10.298713Z 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-03-21T13:27:18.042173Z", "last_refresh": "2024-03-21T13:28:09.660699Z", "ports": [12999], "running": 1, "size": 1}}, {"events": ["2024-03-21T13:21:51.204051Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-03-21T13:19:57.237556Z", "last_refresh": "2024-03-21T13:28:09.046607Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-03-21T13:22:27.458177Z 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-03-21T13:22:27.450003Z", "last_refresh": "2024-03-21T13:28:09.047061Z", "running": 8, "size": 8}}, {"events": ["2024-03-21T13:22:00.810435Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-03-21T13:19:53.635979Z", "last_refresh": "2024-03-21T13:28:09.660073Z", "ports": [9095], "running": 1, "size": 1}}] 2024-03-21T13:28:14.248 INFO:tasks.cephadm:nfs.foo has 1/1 2024-03-21T13:28:14.249 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-03-21T13:28:14.260 INFO:tasks.cephadm:Waiting for ceph service ingress.nfs.foo to start (timeout 300)... 2024-03-21T13:28:14.260 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ff71cb6-e785-11ee-95cd-87774f69a715 -- ceph orch ls -f json 2024-03-21T13:28:14.460 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:28:14 smithi122 bash[23477]: audit 2024-03-21T13:28:12.877301+0000 mgr.smithi066.seeyps (mgr.14195) 293 : audit [DBG] from='client.14538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T13:28:14.460 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:28:14 smithi122 bash[23477]: cluster 2024-03-21T13:28:13.148981+0000 mgr.smithi066.seeyps (mgr.14195) 294 : cluster [DBG] pgmap v237: 97 pgs: 97 active+clean; 581 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-21T13:28:14.463 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:28:14 smithi066 bash[18703]: audit 2024-03-21T13:28:12.877301+0000 mgr.smithi066.seeyps (mgr.14195) 293 : audit [DBG] from='client.14538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T13:28:14.464 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:28:14 smithi066 bash[18703]: cluster 2024-03-21T13:28:13.148981+0000 mgr.smithi066.seeyps (mgr.14195) 294 : cluster [DBG] pgmap v237: 97 pgs: 97 active+clean; 581 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-21T13:28:16.272 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:28:16 smithi066 bash[18703]: cluster 2024-03-21T13:28:15.149893+0000 mgr.smithi066.seeyps (mgr.14195) 295 : cluster [DBG] pgmap v238: 97 pgs: 97 active+clean; 581 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-03-21T13:28:16.459 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:28:16 smithi122 bash[23477]: cluster 2024-03-21T13:28:15.149893+0000 mgr.smithi066.seeyps (mgr.14195) 295 : cluster [DBG] pgmap v238: 97 pgs: 97 active+clean; 581 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-03-21T13:28:17.464 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:28:17 smithi066 bash[18703]: audit 2024-03-21T13:28:16.272690+0000 mon.smithi066 (mon.0) 877 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:28:17.464 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:28:17 smithi066 bash[18703]: audit 2024-03-21T13:28:16.280932+0000 mon.smithi066 (mon.0) 878 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:28:17.464 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:28:17 smithi066 bash[18703]: audit 2024-03-21T13:28:16.313291+0000 mon.smithi066 (mon.0) 879 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-21T13:28:17.464 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:28:17 smithi066 bash[18703]: audit 2024-03-21T13:28:16.313771+0000 mgr.smithi066.seeyps (mgr.14195) 296 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-21T13:28:17.464 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:28:17 smithi066 bash[18703]: audit 2024-03-21T13:28:16.319421+0000 mon.smithi066 (mon.0) 880 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:28:17.709 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:28:17 smithi122 bash[23477]: audit 2024-03-21T13:28:16.272690+0000 mon.smithi066 (mon.0) 877 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:28:17.710 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:28:17 smithi122 bash[23477]: audit 2024-03-21T13:28:16.280932+0000 mon.smithi066 (mon.0) 878 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:28:17.710 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:28:17 smithi122 bash[23477]: audit 2024-03-21T13:28:16.313291+0000 mon.smithi066 (mon.0) 879 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-21T13:28:17.710 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:28:17 smithi122 bash[23477]: audit 2024-03-21T13:28:16.313771+0000 mgr.smithi066.seeyps (mgr.14195) 296 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-21T13:28:17.710 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:28:17 smithi122 bash[23477]: audit 2024-03-21T13:28:16.319421+0000 mon.smithi066 (mon.0) 880 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:28:18.545 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:28:18 smithi122 bash[23477]: cluster 2024-03-21T13:28:17.150737+0000 mgr.smithi066.seeyps (mgr.14195) 297 : cluster [DBG] pgmap v239: 97 pgs: 97 active+clean; 581 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-03-21T13:28:18.545 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:28:18 smithi122 bash[23477]: audit 2024-03-21T13:28:18.132591+0000 mon.smithi066 (mon.0) 881 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:28:18.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:28:18 smithi066 bash[18703]: cluster 2024-03-21T13:28:17.150737+0000 mgr.smithi066.seeyps (mgr.14195) 297 : cluster [DBG] pgmap v239: 97 pgs: 97 active+clean; 581 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-03-21T13:28:18.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:28:18 smithi066 bash[18703]: audit 2024-03-21T13:28:18.132591+0000 mon.smithi066 (mon.0) 881 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:28:19.137 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/mon.smithi066/config 2024-03-21T13:28:20.456 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:28:20 smithi066 bash[18703]: cluster 2024-03-21T13:28:19.151354+0000 mgr.smithi066.seeyps (mgr.14195) 298 : cluster [DBG] pgmap v240: 97 pgs: 97 active+clean; 581 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-03-21T13:28:20.709 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:28:20 smithi122 bash[23477]: cluster 2024-03-21T13:28:19.151354+0000 mgr.smithi066.seeyps (mgr.14195) 298 : cluster [DBG] pgmap v240: 97 pgs: 97 active+clean; 581 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-03-21T13:28:22.101 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-03-21T13:28:22.101 INFO:teuthology.orchestra.run.smithi066.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-03-21T13:19:59.048442Z", "last_refresh": "2024-03-21T13:28:09.659859Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-03-21T13:21:46.720686Z 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-03-21T13:19:51.896586Z", "last_refresh": "2024-03-21T13:28:09.046265Z", "running": 2, "size": 2}}, {"events": ["2024-03-21T13:21:50.071677Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-03-21T13:19:50.140355Z", "last_refresh": "2024-03-21T13:28:09.046450Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-03-21T13:19:55.427923Z", "last_refresh": "2024-03-21T13:28:09.659968Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-03-21T13:28:03.268554Z 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.66/16"}, "status": {"created": "2024-03-21T13:27:18.049390Z", "last_refresh": "2024-03-21T13:28:09.047812Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.66/16"}}, {"events": ["2024-03-21T13:27:14.972366Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-03-21T13:27:06.824771Z", "last_refresh": "2024-03-21T13:28:09.047660Z", "running": 2, "size": 2}}, {"events": ["2024-03-21T13:21:55.704833Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-21T13:19:48.331214Z", "last_refresh": "2024-03-21T13:28:09.046760Z", "running": 2, "size": 2}}, {"events": ["2024-03-21T13:22:00.800358Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi066:172.21.15.66=smithi066", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-21T13:21:34.043881Z", "last_refresh": "2024-03-21T13:28:09.046911Z", "running": 2, "size": 2}}, {"events": ["2024-03-21T13:28:10.298713Z 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-03-21T13:27:18.042173Z", "last_refresh": "2024-03-21T13:28:09.660699Z", "ports": [12999], "running": 1, "size": 1}}, {"events": ["2024-03-21T13:21:51.204051Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-03-21T13:19:57.237556Z", "last_refresh": "2024-03-21T13:28:09.046607Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-03-21T13:22:27.458177Z 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-03-21T13:22:27.450003Z", "last_refresh": "2024-03-21T13:28:09.047061Z", "running": 8, "size": 8}}, {"events": ["2024-03-21T13:22:00.810435Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-03-21T13:19:53.635979Z", "ports": [9095], "running": 0, "size": 1}}] 2024-03-21T13:28:22.464 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:28:22 smithi066 bash[18703]: cluster 2024-03-21T13:28:21.152216+0000 mgr.smithi066.seeyps (mgr.14195) 299 : cluster [DBG] pgmap v241: 97 pgs: 97 active+clean; 581 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-03-21T13:28:22.464 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:28:22 smithi066 bash[18703]: audit 2024-03-21T13:28:22.109590+0000 mon.smithi066 (mon.0) 882 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:28:22.464 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:28:22 smithi066 bash[18703]: audit 2024-03-21T13:28:22.115982+0000 mon.smithi066 (mon.0) 883 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:28:22.662 INFO:tasks.cephadm:ingress.nfs.foo has 4/4 2024-03-21T13:28:22.662 INFO:teuthology.run_tasks:Running task vip.exec... 2024-03-21T13:28:22.675 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi066.front.sepia.ceph.com 2024-03-21T13:28:22.675 DEBUG:teuthology.orchestra.run.smithi066:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mkdir /mnt/foo' 2024-03-21T13:28:22.685 INFO:teuthology.orchestra.run.smithi066.stderr:+ mkdir /mnt/foo 2024-03-21T13:28:22.696 DEBUG:teuthology.orchestra.run.smithi066:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'sleep 5' 2024-03-21T13:28:22.709 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:28:22 smithi122 bash[23477]: cluster 2024-03-21T13:28:21.152216+0000 mgr.smithi066.seeyps (mgr.14195) 299 : cluster [DBG] pgmap v241: 97 pgs: 97 active+clean; 581 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-03-21T13:28:22.709 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:28:22 smithi122 bash[23477]: audit 2024-03-21T13:28:22.109590+0000 mon.smithi066 (mon.0) 882 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:28:22.709 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:28:22 smithi122 bash[23477]: audit 2024-03-21T13:28:22.115982+0000 mon.smithi066 (mon.0) 883 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:28:22.750 INFO:teuthology.orchestra.run.smithi066.stderr:+ sleep 5 2024-03-21T13:28:23.960 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:28:23 smithi122 bash[23477]: audit 2024-03-21T13:28:22.095008+0000 mgr.smithi066.seeyps (mgr.14195) 300 : audit [DBG] from='client.14542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T13:28:23.960 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:28:23 smithi122 bash[23477]: audit 2024-03-21T13:28:22.609297+0000 mon.smithi066 (mon.0) 884 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:28:23.960 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:28:23 smithi122 bash[23477]: audit 2024-03-21T13:28:22.614995+0000 mon.smithi066 (mon.0) 885 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:28:23.960 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:28:23 smithi122 bash[23477]: audit 2024-03-21T13:28:22.616175+0000 mon.smithi066 (mon.0) 886 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:28:23.960 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:28:23 smithi122 bash[23477]: audit 2024-03-21T13:28:22.616842+0000 mon.smithi066 (mon.0) 887 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:28:23.960 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:28:23 smithi122 bash[23477]: audit 2024-03-21T13:28:22.620682+0000 mon.smithi066 (mon.0) 888 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:28:23.960 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:28:23 smithi122 bash[23477]: audit 2024-03-21T13:28:22.623655+0000 mon.smithi066 (mon.0) 889 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T13:28:23.960 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:28:23 smithi122 bash[23477]: audit 2024-03-21T13:28:22.636994+0000 mon.smithi066 (mon.0) 890 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:28:23.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:28:23 smithi066 bash[18703]: audit 2024-03-21T13:28:22.095008+0000 mgr.smithi066.seeyps (mgr.14195) 300 : audit [DBG] from='client.14542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T13:28:23.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:28:23 smithi066 bash[18703]: audit 2024-03-21T13:28:22.609297+0000 mon.smithi066 (mon.0) 884 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:28:23.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:28:23 smithi066 bash[18703]: audit 2024-03-21T13:28:22.614995+0000 mon.smithi066 (mon.0) 885 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:28:23.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:28:23 smithi066 bash[18703]: audit 2024-03-21T13:28:22.616175+0000 mon.smithi066 (mon.0) 886 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:28:23.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:28:23 smithi066 bash[18703]: audit 2024-03-21T13:28:22.616842+0000 mon.smithi066 (mon.0) 887 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:28:23.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:28:23 smithi066 bash[18703]: audit 2024-03-21T13:28:22.620682+0000 mon.smithi066 (mon.0) 888 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:28:23.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:28:23 smithi066 bash[18703]: audit 2024-03-21T13:28:22.623655+0000 mon.smithi066 (mon.0) 889 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T13:28:23.965 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:28:23 smithi066 bash[18703]: audit 2024-03-21T13:28:22.636994+0000 mon.smithi066 (mon.0) 890 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:28:24.959 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:28:24 smithi122 bash[23477]: cluster 2024-03-21T13:28:23.153256+0000 mgr.smithi066.seeyps (mgr.14195) 301 : cluster [DBG] pgmap v242: 97 pgs: 97 active+clean; 581 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-21T13:28:24.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:28:24 smithi066 bash[18703]: cluster 2024-03-21T13:28:23.153256+0000 mgr.smithi066.seeyps (mgr.14195) 301 : cluster [DBG] pgmap v242: 97 pgs: 97 active+clean; 581 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-21T13:28:26.959 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:28:26 smithi122 bash[23477]: cluster 2024-03-21T13:28:25.154101+0000 mgr.smithi066.seeyps (mgr.14195) 302 : cluster [DBG] pgmap v243: 97 pgs: 97 active+clean; 581 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-03-21T13:28:26.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:28:26 smithi066 bash[18703]: cluster 2024-03-21T13:28:25.154101+0000 mgr.smithi066.seeyps (mgr.14195) 302 : cluster [DBG] pgmap v243: 97 pgs: 97 active+clean; 581 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-03-21T13:28:27.753 DEBUG:teuthology.orchestra.run.smithi066:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mount -t nfs 10.0.31.66:/fake /mnt/foo -o port=2999' 2024-03-21T13:28:27.814 INFO:teuthology.orchestra.run.smithi066.stderr:+ mount -t nfs 10.0.31.66:/fake /mnt/foo -o port=2999 2024-03-21T13:28:28.111 DEBUG:teuthology.orchestra.run.smithi066:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'echo test > /mnt/foo/testfile' 2024-03-21T13:28:28.169 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo test 2024-03-21T13:28:28.183 DEBUG:teuthology.orchestra.run.smithi066:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c sync 2024-03-21T13:28:28.235 INFO:teuthology.orchestra.run.smithi066.stderr:+ sync 2024-03-21T13:28:28.577 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-03-21T13:28:28.588 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi066.front.sepia.ceph.com 2024-03-21T13:28:28.588 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ff71cb6-e785-11ee-95cd-87774f69a715 -v /mnt/foo:/mnt/foo -- bash -c 'echo "Check with each haproxy down in turn..." 2024-03-21T13:28:28.588 DEBUG:teuthology.orchestra.run.smithi066:> for haproxy in `ceph orch ps | grep ^haproxy.nfs.foo. | awk '"'"'{print $1}'"'"'`; do 2024-03-21T13:28:28.588 DEBUG:teuthology.orchestra.run.smithi066:> ceph orch daemon stop $haproxy 2024-03-21T13:28:28.588 DEBUG:teuthology.orchestra.run.smithi066:> while ! ceph orch ps | grep $haproxy | grep stopped; do sleep 1 ; done 2024-03-21T13:28:28.588 DEBUG:teuthology.orchestra.run.smithi066:> cat /mnt/foo/testfile 2024-03-21T13:28:28.588 DEBUG:teuthology.orchestra.run.smithi066:> echo $haproxy > /mnt/foo/testfile 2024-03-21T13:28:28.588 DEBUG:teuthology.orchestra.run.smithi066:> sync 2024-03-21T13:28:28.588 DEBUG:teuthology.orchestra.run.smithi066:> ceph orch daemon start $haproxy 2024-03-21T13:28:28.588 DEBUG:teuthology.orchestra.run.smithi066:> while ! ceph orch ps | grep $haproxy | grep running; do sleep 1 ; done 2024-03-21T13:28:28.588 DEBUG:teuthology.orchestra.run.smithi066:> done 2024-03-21T13:28:28.588 DEBUG:teuthology.orchestra.run.smithi066:> ' 2024-03-21T13:28:28.959 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:28:28 smithi122 bash[23477]: cluster 2024-03-21T13:28:27.155190+0000 mgr.smithi066.seeyps (mgr.14195) 303 : cluster [DBG] pgmap v244: 97 pgs: 97 active+clean; 581 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-03-21T13:28:28.975 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:28:28 smithi066 bash[18703]: cluster 2024-03-21T13:28:27.155190+0000 mgr.smithi066.seeyps (mgr.14195) 303 : cluster [DBG] pgmap v244: 97 pgs: 97 active+clean; 581 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-03-21T13:28:29.959 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:28:29 smithi122 bash[23477]: cluster 2024-03-21T13:28:29.156071+0000 mgr.smithi066.seeyps (mgr.14195) 304 : cluster [DBG] pgmap v245: 97 pgs: 97 active+clean; 581 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 85 B/s wr, 0 op/s 2024-03-21T13:28:29.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:28:29 smithi066 bash[18703]: cluster 2024-03-21T13:28:29.156071+0000 mgr.smithi066.seeyps (mgr.14195) 304 : cluster [DBG] pgmap v245: 97 pgs: 97 active+clean; 581 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 85 B/s wr, 0 op/s 2024-03-21T13:28:32.464 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:28:32 smithi066 bash[18703]: cluster 2024-03-21T13:28:31.156914+0000 mgr.smithi066.seeyps (mgr.14195) 305 : cluster [DBG] pgmap v246: 97 pgs: 97 active+clean; 581 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 85 B/s wr, 0 op/s 2024-03-21T13:28:32.709 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:28:32 smithi122 bash[23477]: cluster 2024-03-21T13:28:31.156914+0000 mgr.smithi066.seeyps (mgr.14195) 305 : cluster [DBG] pgmap v246: 97 pgs: 97 active+clean; 581 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 85 B/s wr, 0 op/s 2024-03-21T13:28:33.468 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/mon.smithi066/config 2024-03-21T13:28:33.490 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:28:33 smithi066 bash[18703]: audit 2024-03-21T13:28:33.132963+0000 mon.smithi066 (mon.0) 891 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:28:33.546 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:28:33 smithi122 bash[23477]: audit 2024-03-21T13:28:33.132963+0000 mon.smithi066 (mon.0) 891 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:28:34.596 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:28:34 smithi066 bash[18703]: cluster 2024-03-21T13:28:33.157945+0000 mgr.smithi066.seeyps (mgr.14195) 306 : cluster [DBG] pgmap v247: 97 pgs: 97 active+clean; 584 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 682 B/s wr, 0 op/s 2024-03-21T13:28:34.709 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:28:34 smithi122 bash[23477]: cluster 2024-03-21T13:28:33.157945+0000 mgr.smithi066.seeyps (mgr.14195) 306 : cluster [DBG] pgmap v247: 97 pgs: 97 active+clean; 584 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 682 B/s wr, 0 op/s 2024-03-21T13:28:35.934 INFO:teuthology.orchestra.run.smithi066.stdout:Check with each haproxy down in turn... 2024-03-21T13:28:36.709 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:28:36 smithi122 bash[23477]: cluster 2024-03-21T13:28:35.158503+0000 mgr.smithi066.seeyps (mgr.14195) 307 : cluster [DBG] pgmap v248: 97 pgs: 97 active+clean; 584 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 682 B/s wr, 0 op/s 2024-03-21T13:28:36.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:28:36 smithi066 bash[18703]: cluster 2024-03-21T13:28:35.158503+0000 mgr.smithi066.seeyps (mgr.14195) 307 : cluster [DBG] pgmap v248: 97 pgs: 97 active+clean; 584 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 682 B/s wr, 0 op/s 2024-03-21T13:28:36.748 INFO:teuthology.orchestra.run.smithi066.stdout:Scheduled to stop haproxy.nfs.foo.smithi066.hfdkuv on host 'smithi066' 2024-03-21T13:28:37.709 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:28:37 smithi122 bash[23477]: audit 2024-03-21T13:28:36.281999+0000 mgr.smithi066.seeyps (mgr.14195) 308 : audit [DBG] from='client.14546 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:28:37.709 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:28:37 smithi122 bash[23477]: audit 2024-03-21T13:28:36.732994+0000 mon.smithi066 (mon.0) 892 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:28:37.709 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:28:37 smithi122 bash[23477]: audit 2024-03-21T13:28:36.745797+0000 mon.smithi066 (mon.0) 893 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:28:37.710 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:28:37 smithi122 bash[23477]: audit 2024-03-21T13:28:36.764249+0000 mon.smithi066 (mon.0) 894 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:28:37.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:28:37 smithi066 bash[18703]: audit 2024-03-21T13:28:36.281999+0000 mgr.smithi066.seeyps (mgr.14195) 308 : audit [DBG] from='client.14546 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:28:37.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:28:37 smithi066 bash[18703]: audit 2024-03-21T13:28:36.732994+0000 mon.smithi066 (mon.0) 892 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:28:37.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:28:37 smithi066 bash[18703]: audit 2024-03-21T13:28:36.745797+0000 mon.smithi066 (mon.0) 893 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:28:37.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:28:37 smithi066 bash[18703]: audit 2024-03-21T13:28:36.764249+0000 mon.smithi066 (mon.0) 894 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:28:38.546 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:28:38 smithi122 bash[23477]: audit 2024-03-21T13:28:36.722976+0000 mgr.smithi066.seeyps (mgr.14195) 309 : audit [DBG] from='client.14550 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "haproxy.nfs.foo.smithi066.hfdkuv", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:28:38.546 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:28:38 smithi122 bash[23477]: cephadm 2024-03-21T13:28:36.723726+0000 mgr.smithi066.seeyps (mgr.14195) 310 : cephadm [INF] Schedule stop daemon haproxy.nfs.foo.smithi066.hfdkuv 2024-03-21T13:28:38.546 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:28:38 smithi122 bash[23477]: audit 2024-03-21T13:28:37.104111+0000 mgr.smithi066.seeyps (mgr.14195) 311 : audit [DBG] from='client.14554 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:28:38.546 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:28:38 smithi122 bash[23477]: cluster 2024-03-21T13:28:37.159354+0000 mgr.smithi066.seeyps (mgr.14195) 312 : cluster [DBG] pgmap v249: 97 pgs: 97 active+clean; 584 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 682 B/s wr, 0 op/s 2024-03-21T13:28:38.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:28:38 smithi066 bash[18703]: audit 2024-03-21T13:28:36.722976+0000 mgr.smithi066.seeyps (mgr.14195) 309 : audit [DBG] from='client.14550 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "haproxy.nfs.foo.smithi066.hfdkuv", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:28:38.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:28:38 smithi066 bash[18703]: cephadm 2024-03-21T13:28:36.723726+0000 mgr.smithi066.seeyps (mgr.14195) 310 : cephadm [INF] Schedule stop daemon haproxy.nfs.foo.smithi066.hfdkuv 2024-03-21T13:28:38.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:28:38 smithi066 bash[18703]: audit 2024-03-21T13:28:37.104111+0000 mgr.smithi066.seeyps (mgr.14195) 311 : audit [DBG] from='client.14554 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:28:38.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:28:38 smithi066 bash[18703]: cluster 2024-03-21T13:28:37.159354+0000 mgr.smithi066.seeyps (mgr.14195) 312 : cluster [DBG] pgmap v249: 97 pgs: 97 active+clean; 584 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 682 B/s wr, 0 op/s 2024-03-21T13:28:39.709 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:28:39 smithi122 bash[23477]: audit 2024-03-21T13:28:38.513233+0000 mgr.smithi066.seeyps (mgr.14195) 313 : audit [DBG] from='client.14558 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:28:39.713 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:28:39 smithi066 bash[18703]: audit 2024-03-21T13:28:38.513233+0000 mgr.smithi066.seeyps (mgr.14195) 313 : audit [DBG] from='client.14558 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:28:40.464 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:28:40 smithi066 bash[18703]: cluster 2024-03-21T13:28:39.160229+0000 mgr.smithi066.seeyps (mgr.14195) 314 : cluster [DBG] pgmap v250: 97 pgs: 97 active+clean; 584 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 682 B/s wr, 0 op/s 2024-03-21T13:28:40.709 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:28:40 smithi122 bash[23477]: cluster 2024-03-21T13:28:39.160229+0000 mgr.smithi066.seeyps (mgr.14195) 314 : cluster [DBG] pgmap v250: 97 pgs: 97 active+clean; 584 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 682 B/s wr, 0 op/s 2024-03-21T13:28:41.709 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:28:41 smithi122 bash[23477]: audit 2024-03-21T13:28:39.948179+0000 mgr.smithi066.seeyps (mgr.14195) 315 : audit [DBG] from='client.14562 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:28:41.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:28:41 smithi066 bash[18703]: audit 2024-03-21T13:28:39.948179+0000 mgr.smithi066.seeyps (mgr.14195) 315 : audit [DBG] from='client.14562 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:28:42.709 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:28:42 smithi122 bash[23477]: cluster 2024-03-21T13:28:41.160719+0000 mgr.smithi066.seeyps (mgr.14195) 316 : cluster [DBG] pgmap v251: 97 pgs: 97 active+clean; 584 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 597 B/s wr, 0 op/s 2024-03-21T13:28:42.709 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:28:42 smithi122 bash[23477]: audit 2024-03-21T13:28:41.384760+0000 mgr.smithi066.seeyps (mgr.14195) 317 : audit [DBG] from='client.14566 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:28:42.713 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:28:42 smithi066 bash[18703]: cluster 2024-03-21T13:28:41.160719+0000 mgr.smithi066.seeyps (mgr.14195) 316 : cluster [DBG] pgmap v251: 97 pgs: 97 active+clean; 584 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 597 B/s wr, 0 op/s 2024-03-21T13:28:42.713 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:28:42 smithi066 bash[18703]: audit 2024-03-21T13:28:41.384760+0000 mgr.smithi066.seeyps (mgr.14195) 317 : audit [DBG] from='client.14566 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:28:43.959 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:28:43 smithi122 bash[23477]: audit 2024-03-21T13:28:42.526713+0000 mon.smithi066 (mon.0) 895 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:28:43.959 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:28:43 smithi122 bash[23477]: audit 2024-03-21T13:28:42.535779+0000 mon.smithi066 (mon.0) 896 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:28:43.960 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:28:43 smithi122 bash[23477]: audit 2024-03-21T13:28:43.083414+0000 mon.smithi066 (mon.0) 897 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:28:43.960 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:28:43 smithi122 bash[23477]: audit 2024-03-21T13:28:43.092463+0000 mon.smithi066 (mon.0) 898 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:28:43.960 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:28:43 smithi122 bash[23477]: audit 2024-03-21T13:28:43.094576+0000 mon.smithi066 (mon.0) 899 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:28:43.960 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:28:43 smithi122 bash[23477]: audit 2024-03-21T13:28:43.095325+0000 mon.smithi066 (mon.0) 900 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:28:43.960 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:28:43 smithi122 bash[23477]: audit 2024-03-21T13:28:43.101827+0000 mon.smithi066 (mon.0) 901 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:28:43.960 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:28:43 smithi122 bash[23477]: audit 2024-03-21T13:28:43.104916+0000 mon.smithi066 (mon.0) 902 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T13:28:43.960 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:28:43 smithi122 bash[23477]: audit 2024-03-21T13:28:43.123432+0000 mon.smithi066 (mon.0) 903 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:28:43.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:28:43 smithi066 bash[18703]: audit 2024-03-21T13:28:42.526713+0000 mon.smithi066 (mon.0) 895 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:28:43.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:28:43 smithi066 bash[18703]: audit 2024-03-21T13:28:42.535779+0000 mon.smithi066 (mon.0) 896 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:28:43.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:28:43 smithi066 bash[18703]: audit 2024-03-21T13:28:43.083414+0000 mon.smithi066 (mon.0) 897 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:28:43.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:28:43 smithi066 bash[18703]: audit 2024-03-21T13:28:43.092463+0000 mon.smithi066 (mon.0) 898 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:28:43.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:28:43 smithi066 bash[18703]: audit 2024-03-21T13:28:43.094576+0000 mon.smithi066 (mon.0) 899 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:28:43.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:28:43 smithi066 bash[18703]: audit 2024-03-21T13:28:43.095325+0000 mon.smithi066 (mon.0) 900 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:28:43.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:28:43 smithi066 bash[18703]: audit 2024-03-21T13:28:43.101827+0000 mon.smithi066 (mon.0) 901 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:28:43.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:28:43 smithi066 bash[18703]: audit 2024-03-21T13:28:43.104916+0000 mon.smithi066 (mon.0) 902 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T13:28:43.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:28:43 smithi066 bash[18703]: audit 2024-03-21T13:28:43.123432+0000 mon.smithi066 (mon.0) 903 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:28:44.959 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:28:44 smithi122 bash[23477]: audit 2024-03-21T13:28:42.826144+0000 mgr.smithi066.seeyps (mgr.14195) 318 : audit [DBG] from='client.14570 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:28:44.959 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:28:44 smithi122 bash[23477]: cluster 2024-03-21T13:28:43.161181+0000 mgr.smithi066.seeyps (mgr.14195) 319 : cluster [DBG] pgmap v252: 97 pgs: 97 active+clean; 586 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 767 B/s wr, 0 op/s 2024-03-21T13:28:44.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:28:44 smithi066 bash[18703]: audit 2024-03-21T13:28:42.826144+0000 mgr.smithi066.seeyps (mgr.14195) 318 : audit [DBG] from='client.14570 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:28:44.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:28:44 smithi066 bash[18703]: cluster 2024-03-21T13:28:43.161181+0000 mgr.smithi066.seeyps (mgr.14195) 319 : cluster [DBG] pgmap v252: 97 pgs: 97 active+clean; 586 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 767 B/s wr, 0 op/s 2024-03-21T13:28:45.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:28:45 smithi066 bash[18703]: audit 2024-03-21T13:28:44.214786+0000 mgr.smithi066.seeyps (mgr.14195) 320 : audit [DBG] from='client.14574 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:28:45.959 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:28:45 smithi122 bash[23477]: audit 2024-03-21T13:28:44.214786+0000 mgr.smithi066.seeyps (mgr.14195) 320 : audit [DBG] from='client.14574 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:28:46.959 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:28:46 smithi122 bash[23477]: cluster 2024-03-21T13:28:45.162032+0000 mgr.smithi066.seeyps (mgr.14195) 321 : cluster [DBG] pgmap v253: 97 pgs: 97 active+clean; 586 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-03-21T13:28:46.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:28:46 smithi066 bash[18703]: cluster 2024-03-21T13:28:45.162032+0000 mgr.smithi066.seeyps (mgr.14195) 321 : cluster [DBG] pgmap v253: 97 pgs: 97 active+clean; 586 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-03-21T13:28:47.959 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:28:47 smithi122 bash[23477]: audit 2024-03-21T13:28:45.651356+0000 mgr.smithi066.seeyps (mgr.14195) 322 : audit [DBG] from='client.14578 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:28:47.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:28:47 smithi066 bash[18703]: audit 2024-03-21T13:28:45.651356+0000 mgr.smithi066.seeyps (mgr.14195) 322 : audit [DBG] from='client.14578 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:28:48.789 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:28:48 smithi066 bash[18703]: audit 2024-03-21T13:28:47.052831+0000 mgr.smithi066.seeyps (mgr.14195) 323 : audit [DBG] from='client.14582 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:28:48.789 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:28:48 smithi066 bash[18703]: cluster 2024-03-21T13:28:47.162773+0000 mgr.smithi066.seeyps (mgr.14195) 324 : cluster [DBG] pgmap v254: 97 pgs: 97 active+clean; 586 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-03-21T13:28:48.790 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:28:48 smithi066 bash[18703]: audit 2024-03-21T13:28:48.133053+0000 mon.smithi066 (mon.0) 904 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:28:48.959 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:28:48 smithi122 bash[23477]: audit 2024-03-21T13:28:47.052831+0000 mgr.smithi066.seeyps (mgr.14195) 323 : audit [DBG] from='client.14582 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:28:48.959 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:28:48 smithi122 bash[23477]: cluster 2024-03-21T13:28:47.162773+0000 mgr.smithi066.seeyps (mgr.14195) 324 : cluster [DBG] pgmap v254: 97 pgs: 97 active+clean; 586 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-03-21T13:28:48.959 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:28:48 smithi122 bash[23477]: audit 2024-03-21T13:28:48.133053+0000 mon.smithi066 (mon.0) 904 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:28:49.959 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:28:49 smithi122 bash[23477]: audit 2024-03-21T13:28:48.479492+0000 mgr.smithi066.seeyps (mgr.14195) 325 : audit [DBG] from='client.14586 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:28:49.959 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:28:49 smithi122 bash[23477]: audit 2024-03-21T13:28:49.025954+0000 mon.smithi066 (mon.0) 905 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:28:49.959 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:28:49 smithi122 bash[23477]: audit 2024-03-21T13:28:49.033991+0000 mon.smithi066 (mon.0) 906 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:28:49.959 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:28:49 smithi122 bash[23477]: audit 2024-03-21T13:28:49.044041+0000 mon.smithi066 (mon.0) 907 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:28:49.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:28:49 smithi066 bash[18703]: audit 2024-03-21T13:28:48.479492+0000 mgr.smithi066.seeyps (mgr.14195) 325 : audit [DBG] from='client.14586 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:28:49.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:28:49 smithi066 bash[18703]: audit 2024-03-21T13:28:49.025954+0000 mon.smithi066 (mon.0) 905 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:28:49.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:28:49 smithi066 bash[18703]: audit 2024-03-21T13:28:49.033991+0000 mon.smithi066 (mon.0) 906 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:28:49.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:28:49 smithi066 bash[18703]: audit 2024-03-21T13:28:49.044041+0000 mon.smithi066 (mon.0) 907 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:28:50.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:28:50 smithi066 bash[18703]: cluster 2024-03-21T13:28:49.163756+0000 mgr.smithi066.seeyps (mgr.14195) 326 : cluster [DBG] pgmap v255: 97 pgs: 97 active+clean; 586 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-03-21T13:28:50.959 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:28:50 smithi122 bash[23477]: cluster 2024-03-21T13:28:49.163756+0000 mgr.smithi066.seeyps (mgr.14195) 326 : cluster [DBG] pgmap v255: 97 pgs: 97 active+clean; 586 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-03-21T13:28:51.959 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:28:51 smithi122 bash[23477]: audit 2024-03-21T13:28:49.862127+0000 mgr.smithi066.seeyps (mgr.14195) 327 : audit [DBG] from='client.14590 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:28:51.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:28:51 smithi066 bash[18703]: audit 2024-03-21T13:28:49.862127+0000 mgr.smithi066.seeyps (mgr.14195) 327 : audit [DBG] from='client.14590 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:28:52.959 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:28:52 smithi122 bash[23477]: cluster 2024-03-21T13:28:51.164598+0000 mgr.smithi066.seeyps (mgr.14195) 328 : cluster [DBG] pgmap v256: 97 pgs: 97 active+clean; 586 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-03-21T13:28:52.959 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:28:52 smithi122 bash[23477]: audit 2024-03-21T13:28:51.267788+0000 mgr.smithi066.seeyps (mgr.14195) 329 : audit [DBG] from='client.14594 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:28:52.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:28:52 smithi066 bash[18703]: cluster 2024-03-21T13:28:51.164598+0000 mgr.smithi066.seeyps (mgr.14195) 328 : cluster [DBG] pgmap v256: 97 pgs: 97 active+clean; 586 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-03-21T13:28:52.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:28:52 smithi066 bash[18703]: audit 2024-03-21T13:28:51.267788+0000 mgr.smithi066.seeyps (mgr.14195) 329 : audit [DBG] from='client.14594 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:28:54.959 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:28:54 smithi122 bash[23477]: audit 2024-03-21T13:28:52.675601+0000 mgr.smithi066.seeyps (mgr.14195) 330 : audit [DBG] from='client.14598 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:28:54.959 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:28:54 smithi122 bash[23477]: cluster 2024-03-21T13:28:53.165741+0000 mgr.smithi066.seeyps (mgr.14195) 331 : cluster [DBG] pgmap v257: 97 pgs: 97 active+clean; 586 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-21T13:28:54.963 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:28:54 smithi066 bash[18703]: audit 2024-03-21T13:28:52.675601+0000 mgr.smithi066.seeyps (mgr.14195) 330 : audit [DBG] from='client.14598 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:28:54.963 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:28:54 smithi066 bash[18703]: cluster 2024-03-21T13:28:53.165741+0000 mgr.smithi066.seeyps (mgr.14195) 331 : cluster [DBG] pgmap v257: 97 pgs: 97 active+clean; 586 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-21T13:28:55.554 INFO:teuthology.orchestra.run.smithi066.stdout:haproxy.nfs.foo.smithi066.hfdkuv smithi066 *:2999,9999 stopped 0s ago 82s - - 2024-03-21T13:28:55.578 INFO:teuthology.orchestra.run.smithi066.stdout:test 2024-03-21T13:28:55.709 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:28:55 smithi122 bash[23477]: audit 2024-03-21T13:28:54.109896+0000 mgr.smithi066.seeyps (mgr.14195) 332 : audit [DBG] from='client.14602 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:28:55.709 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:28:55 smithi122 bash[23477]: audit 2024-03-21T13:28:54.851782+0000 mon.smithi066 (mon.0) 908 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:28:55.709 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:28:55 smithi122 bash[23477]: audit 2024-03-21T13:28:54.858245+0000 mon.smithi066 (mon.0) 909 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:28:55.709 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:28:55 smithi122 bash[23477]: audit 2024-03-21T13:28:55.308721+0000 mon.smithi066 (mon.0) 910 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:28:55.709 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:28:55 smithi122 bash[23477]: audit 2024-03-21T13:28:55.314406+0000 mon.smithi066 (mon.0) 911 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:28:55.709 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:28:55 smithi122 bash[23477]: audit 2024-03-21T13:28:55.316020+0000 mon.smithi066 (mon.0) 912 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:28:55.710 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:28:55 smithi122 bash[23477]: audit 2024-03-21T13:28:55.316840+0000 mon.smithi066 (mon.0) 913 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:28:55.710 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:28:55 smithi122 bash[23477]: audit 2024-03-21T13:28:55.321785+0000 mon.smithi066 (mon.0) 914 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:28:55.710 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:28:55 smithi122 bash[23477]: audit 2024-03-21T13:28:55.324817+0000 mon.smithi066 (mon.0) 915 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T13:28:55.710 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:28:55 smithi122 bash[23477]: audit 2024-03-21T13:28:55.340245+0000 mon.smithi066 (mon.0) 916 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:28:55.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:28:55 smithi066 bash[18703]: audit 2024-03-21T13:28:54.109896+0000 mgr.smithi066.seeyps (mgr.14195) 332 : audit [DBG] from='client.14602 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:28:55.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:28:55 smithi066 bash[18703]: audit 2024-03-21T13:28:54.851782+0000 mon.smithi066 (mon.0) 908 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:28:55.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:28:55 smithi066 bash[18703]: audit 2024-03-21T13:28:54.858245+0000 mon.smithi066 (mon.0) 909 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:28:55.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:28:55 smithi066 bash[18703]: audit 2024-03-21T13:28:55.308721+0000 mon.smithi066 (mon.0) 910 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:28:55.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:28:55 smithi066 bash[18703]: audit 2024-03-21T13:28:55.314406+0000 mon.smithi066 (mon.0) 911 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:28:55.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:28:55 smithi066 bash[18703]: audit 2024-03-21T13:28:55.316020+0000 mon.smithi066 (mon.0) 912 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:28:55.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:28:55 smithi066 bash[18703]: audit 2024-03-21T13:28:55.316840+0000 mon.smithi066 (mon.0) 913 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:28:55.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:28:55 smithi066 bash[18703]: audit 2024-03-21T13:28:55.321785+0000 mon.smithi066 (mon.0) 914 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:28:55.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:28:55 smithi066 bash[18703]: audit 2024-03-21T13:28:55.324817+0000 mon.smithi066 (mon.0) 915 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T13:28:55.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:28:55 smithi066 bash[18703]: audit 2024-03-21T13:28:55.340245+0000 mon.smithi066 (mon.0) 916 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:28:56.234 INFO:teuthology.orchestra.run.smithi066.stdout:Scheduled to start haproxy.nfs.foo.smithi066.hfdkuv on host 'smithi066' 2024-03-21T13:28:56.959 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:28:56 smithi122 bash[23477]: cluster 2024-03-21T13:28:55.166275+0000 mgr.smithi066.seeyps (mgr.14195) 333 : cluster [DBG] pgmap v258: 97 pgs: 97 active+clean; 586 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-03-21T13:28:56.959 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:28:56 smithi122 bash[23477]: audit 2024-03-21T13:28:55.490675+0000 mgr.smithi066.seeyps (mgr.14195) 334 : audit [DBG] from='client.14606 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:28:56.959 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:28:56 smithi122 bash[23477]: audit 2024-03-21T13:28:56.221965+0000 mon.smithi066 (mon.0) 917 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:28:56.959 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:28:56 smithi122 bash[23477]: audit 2024-03-21T13:28:56.232031+0000 mon.smithi066 (mon.0) 918 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:28:56.960 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:28:56 smithi122 bash[23477]: audit 2024-03-21T13:28:56.264621+0000 mon.smithi066 (mon.0) 919 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:28:56.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:28:56 smithi066 bash[18703]: cluster 2024-03-21T13:28:55.166275+0000 mgr.smithi066.seeyps (mgr.14195) 333 : cluster [DBG] pgmap v258: 97 pgs: 97 active+clean; 586 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-03-21T13:28:56.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:28:56 smithi066 bash[18703]: audit 2024-03-21T13:28:55.490675+0000 mgr.smithi066.seeyps (mgr.14195) 334 : audit [DBG] from='client.14606 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:28:56.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:28:56 smithi066 bash[18703]: audit 2024-03-21T13:28:56.221965+0000 mon.smithi066 (mon.0) 917 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:28:56.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:28:56 smithi066 bash[18703]: audit 2024-03-21T13:28:56.232031+0000 mon.smithi066 (mon.0) 918 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:28:56.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:28:56 smithi066 bash[18703]: audit 2024-03-21T13:28:56.264621+0000 mon.smithi066 (mon.0) 919 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:28:57.959 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:28:57 smithi122 bash[23477]: audit 2024-03-21T13:28:56.212217+0000 mgr.smithi066.seeyps (mgr.14195) 335 : audit [DBG] from='client.14610 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "haproxy.nfs.foo.smithi066.hfdkuv", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:28:57.959 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:28:57 smithi122 bash[23477]: cephadm 2024-03-21T13:28:56.212830+0000 mgr.smithi066.seeyps (mgr.14195) 336 : cephadm [INF] Schedule start daemon haproxy.nfs.foo.smithi066.hfdkuv 2024-03-21T13:28:57.959 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:28:57 smithi122 bash[23477]: audit 2024-03-21T13:28:56.604534+0000 mgr.smithi066.seeyps (mgr.14195) 337 : audit [DBG] from='client.14614 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:28:57.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:28:57 smithi066 bash[18703]: audit 2024-03-21T13:28:56.212217+0000 mgr.smithi066.seeyps (mgr.14195) 335 : audit [DBG] from='client.14610 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "haproxy.nfs.foo.smithi066.hfdkuv", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:28:57.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:28:57 smithi066 bash[18703]: cephadm 2024-03-21T13:28:56.212830+0000 mgr.smithi066.seeyps (mgr.14195) 336 : cephadm [INF] Schedule start daemon haproxy.nfs.foo.smithi066.hfdkuv 2024-03-21T13:28:57.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:28:57 smithi066 bash[18703]: audit 2024-03-21T13:28:56.604534+0000 mgr.smithi066.seeyps (mgr.14195) 337 : audit [DBG] from='client.14614 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:28:58.959 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:28:58 smithi122 bash[23477]: cluster 2024-03-21T13:28:57.167275+0000 mgr.smithi066.seeyps (mgr.14195) 338 : cluster [DBG] pgmap v259: 97 pgs: 97 active+clean; 595 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.1 KiB/s wr, 0 op/s 2024-03-21T13:28:58.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:28:58 smithi066 bash[18703]: cluster 2024-03-21T13:28:57.167275+0000 mgr.smithi066.seeyps (mgr.14195) 338 : cluster [DBG] pgmap v259: 97 pgs: 97 active+clean; 595 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.1 KiB/s wr, 0 op/s 2024-03-21T13:28:59.959 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:28:59 smithi122 bash[23477]: audit 2024-03-21T13:28:58.016785+0000 mgr.smithi066.seeyps (mgr.14195) 339 : audit [DBG] from='client.14618 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:28:59.959 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:28:59 smithi122 bash[23477]: cluster 2024-03-21T13:28:58.866588+0000 mon.smithi066 (mon.0) 920 : cluster [DBG] mgrmap e22: smithi066.seeyps(active, since 7m), standbys: smithi122.ezngxk 2024-03-21T13:28:59.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:28:59 smithi066 bash[18703]: audit 2024-03-21T13:28:58.016785+0000 mgr.smithi066.seeyps (mgr.14195) 339 : audit [DBG] from='client.14618 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:28:59.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:28:59 smithi066 bash[18703]: cluster 2024-03-21T13:28:58.866588+0000 mon.smithi066 (mon.0) 920 : cluster [DBG] mgrmap e22: smithi066.seeyps(active, since 7m), standbys: smithi122.ezngxk 2024-03-21T13:29:00.959 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:00 smithi122 bash[23477]: cluster 2024-03-21T13:28:59.168285+0000 mgr.smithi066.seeyps (mgr.14195) 340 : cluster [DBG] pgmap v260: 97 pgs: 97 active+clean; 595 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-03-21T13:29:00.959 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:00 smithi122 bash[23477]: audit 2024-03-21T13:28:59.430076+0000 mgr.smithi066.seeyps (mgr.14195) 341 : audit [DBG] from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:29:00.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:00 smithi066 bash[18703]: cluster 2024-03-21T13:28:59.168285+0000 mgr.smithi066.seeyps (mgr.14195) 340 : cluster [DBG] pgmap v260: 97 pgs: 97 active+clean; 595 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-03-21T13:29:00.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:00 smithi066 bash[18703]: audit 2024-03-21T13:28:59.430076+0000 mgr.smithi066.seeyps (mgr.14195) 341 : audit [DBG] from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:29:02.959 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:02 smithi122 bash[23477]: audit 2024-03-21T13:29:00.828230+0000 mgr.smithi066.seeyps (mgr.14195) 342 : audit [DBG] from='client.14626 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:29:02.959 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:02 smithi122 bash[23477]: cluster 2024-03-21T13:29:01.169165+0000 mgr.smithi066.seeyps (mgr.14195) 343 : cluster [DBG] pgmap v261: 97 pgs: 97 active+clean; 595 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-03-21T13:29:02.959 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:02 smithi122 bash[23477]: audit 2024-03-21T13:29:02.011435+0000 mon.smithi066 (mon.0) 921 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:29:02.960 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:02 smithi122 bash[23477]: audit 2024-03-21T13:29:02.017526+0000 mon.smithi066 (mon.0) 922 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:29:02.960 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:02 smithi122 bash[23477]: audit 2024-03-21T13:29:02.468669+0000 mon.smithi066 (mon.0) 923 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:29:02.960 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:02 smithi122 bash[23477]: audit 2024-03-21T13:29:02.477005+0000 mon.smithi066 (mon.0) 924 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:29:02.960 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:02 smithi122 bash[23477]: audit 2024-03-21T13:29:02.478428+0000 mon.smithi066 (mon.0) 925 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:29:02.960 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:02 smithi122 bash[23477]: audit 2024-03-21T13:29:02.479454+0000 mon.smithi066 (mon.0) 926 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:29:02.960 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:02 smithi122 bash[23477]: audit 2024-03-21T13:29:02.486042+0000 mon.smithi066 (mon.0) 927 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:29:02.960 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:02 smithi122 bash[23477]: audit 2024-03-21T13:29:02.493999+0000 mon.smithi066 (mon.0) 928 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T13:29:02.960 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:02 smithi122 bash[23477]: audit 2024-03-21T13:29:02.511499+0000 mon.smithi066 (mon.0) 929 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:29:02.963 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:02 smithi066 bash[18703]: audit 2024-03-21T13:29:00.828230+0000 mgr.smithi066.seeyps (mgr.14195) 342 : audit [DBG] from='client.14626 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:29:02.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:02 smithi066 bash[18703]: cluster 2024-03-21T13:29:01.169165+0000 mgr.smithi066.seeyps (mgr.14195) 343 : cluster [DBG] pgmap v261: 97 pgs: 97 active+clean; 595 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-03-21T13:29:02.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:02 smithi066 bash[18703]: audit 2024-03-21T13:29:02.011435+0000 mon.smithi066 (mon.0) 921 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:29:02.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:02 smithi066 bash[18703]: audit 2024-03-21T13:29:02.017526+0000 mon.smithi066 (mon.0) 922 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:29:02.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:02 smithi066 bash[18703]: audit 2024-03-21T13:29:02.468669+0000 mon.smithi066 (mon.0) 923 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:29:02.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:02 smithi066 bash[18703]: audit 2024-03-21T13:29:02.477005+0000 mon.smithi066 (mon.0) 924 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:29:02.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:02 smithi066 bash[18703]: audit 2024-03-21T13:29:02.478428+0000 mon.smithi066 (mon.0) 925 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:29:02.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:02 smithi066 bash[18703]: audit 2024-03-21T13:29:02.479454+0000 mon.smithi066 (mon.0) 926 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:29:02.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:02 smithi066 bash[18703]: audit 2024-03-21T13:29:02.486042+0000 mon.smithi066 (mon.0) 927 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:29:02.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:02 smithi066 bash[18703]: audit 2024-03-21T13:29:02.493999+0000 mon.smithi066 (mon.0) 928 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T13:29:02.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:02 smithi066 bash[18703]: audit 2024-03-21T13:29:02.511499+0000 mon.smithi066 (mon.0) 929 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:29:03.959 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:03 smithi122 bash[23477]: audit 2024-03-21T13:29:02.241066+0000 mgr.smithi066.seeyps (mgr.14195) 344 : audit [DBG] from='client.14630 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:29:03.959 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:03 smithi122 bash[23477]: audit 2024-03-21T13:29:03.133793+0000 mon.smithi066 (mon.0) 930 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:29:03.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:03 smithi066 bash[18703]: audit 2024-03-21T13:29:02.241066+0000 mgr.smithi066.seeyps (mgr.14195) 344 : audit [DBG] from='client.14630 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:29:03.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:03 smithi066 bash[18703]: audit 2024-03-21T13:29:03.133793+0000 mon.smithi066 (mon.0) 930 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:29:04.959 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:04 smithi122 bash[23477]: cluster 2024-03-21T13:29:03.177294+0000 mgr.smithi066.seeyps (mgr.14195) 345 : cluster [DBG] pgmap v262: 97 pgs: 97 active+clean; 595 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-03-21T13:29:04.959 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:04 smithi122 bash[23477]: audit 2024-03-21T13:29:03.632917+0000 mgr.smithi066.seeyps (mgr.14195) 346 : audit [DBG] from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:29:04.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:04 smithi066 bash[18703]: cluster 2024-03-21T13:29:03.177294+0000 mgr.smithi066.seeyps (mgr.14195) 345 : cluster [DBG] pgmap v262: 97 pgs: 97 active+clean; 595 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-03-21T13:29:04.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:04 smithi066 bash[18703]: audit 2024-03-21T13:29:03.632917+0000 mgr.smithi066.seeyps (mgr.14195) 346 : audit [DBG] from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:29:06.961 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:06 smithi122 bash[23477]: audit 2024-03-21T13:29:05.049765+0000 mgr.smithi066.seeyps (mgr.14195) 347 : audit [DBG] from='client.24367 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:29:06.962 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:06 smithi122 bash[23477]: cluster 2024-03-21T13:29:05.178310+0000 mgr.smithi066.seeyps (mgr.14195) 348 : cluster [DBG] pgmap v263: 97 pgs: 97 active+clean; 595 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-03-21T13:29:06.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:06 smithi066 bash[18703]: audit 2024-03-21T13:29:05.049765+0000 mgr.smithi066.seeyps (mgr.14195) 347 : audit [DBG] from='client.24367 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:29:06.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:06 smithi066 bash[18703]: cluster 2024-03-21T13:29:05.178310+0000 mgr.smithi066.seeyps (mgr.14195) 348 : cluster [DBG] pgmap v263: 97 pgs: 97 active+clean; 595 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-03-21T13:29:07.959 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:07 smithi122 bash[23477]: audit 2024-03-21T13:29:06.448406+0000 mgr.smithi066.seeyps (mgr.14195) 349 : audit [DBG] from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:29:07.963 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:07 smithi066 bash[18703]: audit 2024-03-21T13:29:06.448406+0000 mgr.smithi066.seeyps (mgr.14195) 349 : audit [DBG] from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:29:08.959 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:08 smithi122 bash[23477]: cluster 2024-03-21T13:29:07.179560+0000 mgr.smithi066.seeyps (mgr.14195) 350 : cluster [DBG] pgmap v264: 97 pgs: 97 active+clean; 597 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.5 KiB/s wr, 1 op/s 2024-03-21T13:29:08.963 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:08 smithi066 bash[18703]: cluster 2024-03-21T13:29:07.179560+0000 mgr.smithi066.seeyps (mgr.14195) 350 : cluster [DBG] pgmap v264: 97 pgs: 97 active+clean; 597 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.5 KiB/s wr, 1 op/s 2024-03-21T13:29:09.959 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:09 smithi122 bash[23477]: audit 2024-03-21T13:29:07.874352+0000 mgr.smithi066.seeyps (mgr.14195) 351 : audit [DBG] from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:29:09.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:09 smithi066 bash[18703]: audit 2024-03-21T13:29:07.874352+0000 mgr.smithi066.seeyps (mgr.14195) 351 : audit [DBG] from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:29:10.959 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:10 smithi122 bash[23477]: cluster 2024-03-21T13:29:09.180248+0000 mgr.smithi066.seeyps (mgr.14195) 352 : cluster [DBG] pgmap v265: 97 pgs: 97 active+clean; 597 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 426 B/s wr, 0 op/s 2024-03-21T13:29:10.959 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:10 smithi122 bash[23477]: audit 2024-03-21T13:29:09.275167+0000 mgr.smithi066.seeyps (mgr.14195) 353 : audit [DBG] from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:29:10.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:10 smithi066 bash[18703]: cluster 2024-03-21T13:29:09.180248+0000 mgr.smithi066.seeyps (mgr.14195) 352 : cluster [DBG] pgmap v265: 97 pgs: 97 active+clean; 597 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 426 B/s wr, 0 op/s 2024-03-21T13:29:10.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:10 smithi066 bash[18703]: audit 2024-03-21T13:29:09.275167+0000 mgr.smithi066.seeyps (mgr.14195) 353 : audit [DBG] from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:29:12.959 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:12 smithi122 bash[23477]: audit 2024-03-21T13:29:10.697222+0000 mgr.smithi066.seeyps (mgr.14195) 354 : audit [DBG] from='client.14654 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:29:12.959 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:12 smithi122 bash[23477]: cluster 2024-03-21T13:29:11.181149+0000 mgr.smithi066.seeyps (mgr.14195) 355 : cluster [DBG] pgmap v266: 97 pgs: 97 active+clean; 597 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 340 B/s wr, 0 op/s 2024-03-21T13:29:12.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:12 smithi066 bash[18703]: audit 2024-03-21T13:29:10.697222+0000 mgr.smithi066.seeyps (mgr.14195) 354 : audit [DBG] from='client.14654 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:29:12.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:12 smithi066 bash[18703]: cluster 2024-03-21T13:29:11.181149+0000 mgr.smithi066.seeyps (mgr.14195) 355 : cluster [DBG] pgmap v266: 97 pgs: 97 active+clean; 597 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 340 B/s wr, 0 op/s 2024-03-21T13:29:13.959 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:13 smithi122 bash[23477]: audit 2024-03-21T13:29:12.091697+0000 mgr.smithi066.seeyps (mgr.14195) 356 : audit [DBG] from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:29:13.959 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:13 smithi122 bash[23477]: audit 2024-03-21T13:29:12.839776+0000 mon.smithi066 (mon.0) 931 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:29:13.959 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:13 smithi122 bash[23477]: audit 2024-03-21T13:29:12.846159+0000 mon.smithi066 (mon.0) 932 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:29:13.959 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:13 smithi122 bash[23477]: audit 2024-03-21T13:29:12.853032+0000 mon.smithi066 (mon.0) 933 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:29:13.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:13 smithi066 bash[18703]: audit 2024-03-21T13:29:12.091697+0000 mgr.smithi066.seeyps (mgr.14195) 356 : audit [DBG] from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:29:13.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:13 smithi066 bash[18703]: audit 2024-03-21T13:29:12.839776+0000 mon.smithi066 (mon.0) 931 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:29:13.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:13 smithi066 bash[18703]: audit 2024-03-21T13:29:12.846159+0000 mon.smithi066 (mon.0) 932 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:29:13.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:13 smithi066 bash[18703]: audit 2024-03-21T13:29:12.853032+0000 mon.smithi066 (mon.0) 933 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:29:14.959 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:14 smithi122 bash[23477]: cluster 2024-03-21T13:29:13.181875+0000 mgr.smithi066.seeyps (mgr.14195) 357 : cluster [DBG] pgmap v267: 97 pgs: 97 active+clean; 597 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 340 B/s wr, 0 op/s 2024-03-21T13:29:14.959 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:14 smithi122 bash[23477]: audit 2024-03-21T13:29:13.508842+0000 mgr.smithi066.seeyps (mgr.14195) 358 : audit [DBG] from='client.14662 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:29:14.963 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:14 smithi066 bash[18703]: cluster 2024-03-21T13:29:13.181875+0000 mgr.smithi066.seeyps (mgr.14195) 357 : cluster [DBG] pgmap v267: 97 pgs: 97 active+clean; 597 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 340 B/s wr, 0 op/s 2024-03-21T13:29:14.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:14 smithi066 bash[18703]: audit 2024-03-21T13:29:13.508842+0000 mgr.smithi066.seeyps (mgr.14195) 358 : audit [DBG] from='client.14662 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:29:16.817 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:16 smithi066 bash[18703]: audit 2024-03-21T13:29:14.916073+0000 mgr.smithi066.seeyps (mgr.14195) 359 : audit [DBG] from='client.14666 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:29:16.817 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:16 smithi066 bash[18703]: cluster 2024-03-21T13:29:15.182748+0000 mgr.smithi066.seeyps (mgr.14195) 360 : cluster [DBG] pgmap v268: 97 pgs: 97 active+clean; 597 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-03-21T13:29:16.959 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:16 smithi122 bash[23477]: audit 2024-03-21T13:29:14.916073+0000 mgr.smithi066.seeyps (mgr.14195) 359 : audit [DBG] from='client.14666 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:29:16.959 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:16 smithi122 bash[23477]: cluster 2024-03-21T13:29:15.182748+0000 mgr.smithi066.seeyps (mgr.14195) 360 : cluster [DBG] pgmap v268: 97 pgs: 97 active+clean; 597 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-03-21T13:29:17.958 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:17 smithi122 bash[23477]: audit 2024-03-21T13:29:16.346975+0000 mgr.smithi066.seeyps (mgr.14195) 361 : audit [DBG] from='client.14670 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:29:17.963 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:17 smithi066 bash[18703]: audit 2024-03-21T13:29:16.346975+0000 mgr.smithi066.seeyps (mgr.14195) 361 : audit [DBG] from='client.14670 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:29:18.959 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:18 smithi122 bash[23477]: cluster 2024-03-21T13:29:17.183985+0000 mgr.smithi066.seeyps (mgr.14195) 362 : cluster [DBG] pgmap v269: 97 pgs: 97 active+clean; 597 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-03-21T13:29:18.959 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:18 smithi122 bash[23477]: audit 2024-03-21T13:29:18.133540+0000 mon.smithi066 (mon.0) 934 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:29:18.959 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:18 smithi122 bash[23477]: audit 2024-03-21T13:29:18.609715+0000 mon.smithi066 (mon.0) 935 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:29:18.959 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:18 smithi122 bash[23477]: audit 2024-03-21T13:29:18.623730+0000 mon.smithi066 (mon.0) 936 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:29:18.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:18 smithi066 bash[18703]: cluster 2024-03-21T13:29:17.183985+0000 mgr.smithi066.seeyps (mgr.14195) 362 : cluster [DBG] pgmap v269: 97 pgs: 97 active+clean; 597 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-03-21T13:29:18.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:18 smithi066 bash[18703]: audit 2024-03-21T13:29:18.133540+0000 mon.smithi066 (mon.0) 934 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:29:18.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:18 smithi066 bash[18703]: audit 2024-03-21T13:29:18.609715+0000 mon.smithi066 (mon.0) 935 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:29:18.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:18 smithi066 bash[18703]: audit 2024-03-21T13:29:18.623730+0000 mon.smithi066 (mon.0) 936 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:29:19.237 INFO:teuthology.orchestra.run.smithi066.stdout:haproxy.nfs.foo.smithi066.hfdkuv smithi066 *:2999,9999 running (6s) 0s ago 106s 4628k - 2.3.17-d1c9119 e85424b0d443 5029ac7cf284 2024-03-21T13:29:19.599 INFO:teuthology.orchestra.run.smithi066.stdout:Scheduled to stop haproxy.nfs.foo.smithi122.wcnscn on host 'smithi122' 2024-03-21T13:29:19.709 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:19 smithi122 bash[23477]: audit 2024-03-21T13:29:17.746671+0000 mgr.smithi066.seeyps (mgr.14195) 363 : audit [DBG] from='client.14674 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:29:19.709 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:19 smithi122 bash[23477]: audit 2024-03-21T13:29:19.196698+0000 mon.smithi066 (mon.0) 937 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:29:19.709 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:19 smithi122 bash[23477]: audit 2024-03-21T13:29:19.206249+0000 mon.smithi066 (mon.0) 938 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:29:19.709 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:19 smithi122 bash[23477]: audit 2024-03-21T13:29:19.591058+0000 mon.smithi066 (mon.0) 939 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:29:19.709 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:19 smithi122 bash[23477]: audit 2024-03-21T13:29:19.598325+0000 mon.smithi066 (mon.0) 940 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:29:19.713 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:19 smithi066 bash[18703]: audit 2024-03-21T13:29:17.746671+0000 mgr.smithi066.seeyps (mgr.14195) 363 : audit [DBG] from='client.14674 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:29:19.713 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:19 smithi066 bash[18703]: audit 2024-03-21T13:29:19.196698+0000 mon.smithi066 (mon.0) 937 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:29:19.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:19 smithi066 bash[18703]: audit 2024-03-21T13:29:19.206249+0000 mon.smithi066 (mon.0) 938 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:29:19.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:19 smithi066 bash[18703]: audit 2024-03-21T13:29:19.591058+0000 mon.smithi066 (mon.0) 939 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:29:19.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:19 smithi066 bash[18703]: audit 2024-03-21T13:29:19.598325+0000 mon.smithi066 (mon.0) 940 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:29:20.709 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:20 smithi122 bash[23477]: cluster 2024-03-21T13:29:19.184852+0000 mgr.smithi066.seeyps (mgr.14195) 364 : cluster [DBG] pgmap v270: 97 pgs: 97 active+clean; 597 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-03-21T13:29:20.709 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:20 smithi122 bash[23477]: audit 2024-03-21T13:29:19.204141+0000 mgr.smithi066.seeyps (mgr.14195) 365 : audit [DBG] from='client.14678 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:29:20.709 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:20 smithi122 bash[23477]: audit 2024-03-21T13:29:19.583320+0000 mgr.smithi066.seeyps (mgr.14195) 366 : audit [DBG] from='client.14682 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "haproxy.nfs.foo.smithi122.wcnscn", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:29:20.709 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:20 smithi122 bash[23477]: cephadm 2024-03-21T13:29:19.583707+0000 mgr.smithi066.seeyps (mgr.14195) 367 : cephadm [INF] Schedule stop daemon haproxy.nfs.foo.smithi122.wcnscn 2024-03-21T13:29:20.709 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:20 smithi122 bash[23477]: audit 2024-03-21T13:29:19.800063+0000 mon.smithi066 (mon.0) 941 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:29:20.709 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:20 smithi122 bash[23477]: audit 2024-03-21T13:29:19.801841+0000 mon.smithi066 (mon.0) 942 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:29:20.709 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:20 smithi122 bash[23477]: audit 2024-03-21T13:29:19.810030+0000 mon.smithi066 (mon.0) 943 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:29:20.709 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:20 smithi122 bash[23477]: audit 2024-03-21T13:29:19.813451+0000 mon.smithi066 (mon.0) 944 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T13:29:20.709 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:20 smithi122 bash[23477]: audit 2024-03-21T13:29:19.830170+0000 mon.smithi066 (mon.0) 945 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:29:20.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:20 smithi066 bash[18703]: cluster 2024-03-21T13:29:19.184852+0000 mgr.smithi066.seeyps (mgr.14195) 364 : cluster [DBG] pgmap v270: 97 pgs: 97 active+clean; 597 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-03-21T13:29:20.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:20 smithi066 bash[18703]: audit 2024-03-21T13:29:19.204141+0000 mgr.smithi066.seeyps (mgr.14195) 365 : audit [DBG] from='client.14678 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:29:20.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:20 smithi066 bash[18703]: audit 2024-03-21T13:29:19.583320+0000 mgr.smithi066.seeyps (mgr.14195) 366 : audit [DBG] from='client.14682 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "haproxy.nfs.foo.smithi122.wcnscn", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:29:20.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:20 smithi066 bash[18703]: cephadm 2024-03-21T13:29:19.583707+0000 mgr.smithi066.seeyps (mgr.14195) 367 : cephadm [INF] Schedule stop daemon haproxy.nfs.foo.smithi122.wcnscn 2024-03-21T13:29:20.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:20 smithi066 bash[18703]: audit 2024-03-21T13:29:19.800063+0000 mon.smithi066 (mon.0) 941 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:29:20.965 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:20 smithi066 bash[18703]: audit 2024-03-21T13:29:19.801841+0000 mon.smithi066 (mon.0) 942 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:29:20.965 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:20 smithi066 bash[18703]: audit 2024-03-21T13:29:19.810030+0000 mon.smithi066 (mon.0) 943 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:29:20.965 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:20 smithi066 bash[18703]: audit 2024-03-21T13:29:19.813451+0000 mon.smithi066 (mon.0) 944 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T13:29:20.965 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:20 smithi066 bash[18703]: audit 2024-03-21T13:29:19.830170+0000 mon.smithi066 (mon.0) 945 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:29:21.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:21 smithi066 bash[18703]: audit 2024-03-21T13:29:20.006117+0000 mgr.smithi066.seeyps (mgr.14195) 368 : audit [DBG] from='client.14686 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:29:21.958 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:21 smithi122 bash[23477]: audit 2024-03-21T13:29:20.006117+0000 mgr.smithi066.seeyps (mgr.14195) 368 : audit [DBG] from='client.14686 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:29:22.958 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:22 smithi122 bash[23477]: cluster 2024-03-21T13:29:21.185292+0000 mgr.smithi066.seeyps (mgr.14195) 369 : cluster [DBG] pgmap v271: 97 pgs: 97 active+clean; 597 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-03-21T13:29:22.958 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:22 smithi122 bash[23477]: audit 2024-03-21T13:29:21.409693+0000 mgr.smithi066.seeyps (mgr.14195) 370 : audit [DBG] from='client.14690 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:29:22.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:22 smithi066 bash[18703]: cluster 2024-03-21T13:29:21.185292+0000 mgr.smithi066.seeyps (mgr.14195) 369 : cluster [DBG] pgmap v271: 97 pgs: 97 active+clean; 597 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-03-21T13:29:22.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:22 smithi066 bash[18703]: audit 2024-03-21T13:29:21.409693+0000 mgr.smithi066.seeyps (mgr.14195) 370 : audit [DBG] from='client.14690 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:29:24.958 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:24 smithi122 bash[23477]: audit 2024-03-21T13:29:22.817091+0000 mgr.smithi066.seeyps (mgr.14195) 371 : audit [DBG] from='client.14694 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:29:24.958 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:24 smithi122 bash[23477]: cluster 2024-03-21T13:29:23.186344+0000 mgr.smithi066.seeyps (mgr.14195) 372 : cluster [DBG] pgmap v272: 97 pgs: 97 active+clean; 597 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-21T13:29:24.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:24 smithi066 bash[18703]: audit 2024-03-21T13:29:22.817091+0000 mgr.smithi066.seeyps (mgr.14195) 371 : audit [DBG] from='client.14694 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:29:24.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:24 smithi066 bash[18703]: cluster 2024-03-21T13:29:23.186344+0000 mgr.smithi066.seeyps (mgr.14195) 372 : cluster [DBG] pgmap v272: 97 pgs: 97 active+clean; 597 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-21T13:29:25.708 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:25 smithi122 bash[23477]: audit 2024-03-21T13:29:24.232239+0000 mgr.smithi066.seeyps (mgr.14195) 373 : audit [DBG] from='client.14698 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:29:25.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:25 smithi066 bash[18703]: audit 2024-03-21T13:29:24.232239+0000 mgr.smithi066.seeyps (mgr.14195) 373 : audit [DBG] from='client.14698 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:29:26.959 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:26 smithi122 bash[23477]: cluster 2024-03-21T13:29:25.187129+0000 mgr.smithi066.seeyps (mgr.14195) 374 : cluster [DBG] pgmap v273: 97 pgs: 97 active+clean; 597 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-03-21T13:29:26.959 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:26 smithi122 bash[23477]: audit 2024-03-21T13:29:25.660541+0000 mgr.smithi066.seeyps (mgr.14195) 375 : audit [DBG] from='client.14702 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:29:26.959 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:26 smithi122 bash[23477]: audit 2024-03-21T13:29:25.745590+0000 mon.smithi066 (mon.0) 946 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:29:26.959 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:26 smithi122 bash[23477]: audit 2024-03-21T13:29:25.752648+0000 mon.smithi066 (mon.0) 947 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:29:26.959 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:26 smithi122 bash[23477]: audit 2024-03-21T13:29:25.760689+0000 mon.smithi066 (mon.0) 948 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:29:26.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:26 smithi066 bash[18703]: cluster 2024-03-21T13:29:25.187129+0000 mgr.smithi066.seeyps (mgr.14195) 374 : cluster [DBG] pgmap v273: 97 pgs: 97 active+clean; 597 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-03-21T13:29:26.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:26 smithi066 bash[18703]: audit 2024-03-21T13:29:25.660541+0000 mgr.smithi066.seeyps (mgr.14195) 375 : audit [DBG] from='client.14702 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:29:26.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:26 smithi066 bash[18703]: audit 2024-03-21T13:29:25.745590+0000 mon.smithi066 (mon.0) 946 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:29:26.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:26 smithi066 bash[18703]: audit 2024-03-21T13:29:25.752648+0000 mon.smithi066 (mon.0) 947 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:29:26.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:26 smithi066 bash[18703]: audit 2024-03-21T13:29:25.760689+0000 mon.smithi066 (mon.0) 948 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:29:27.958 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:27 smithi122 bash[23477]: audit 2024-03-21T13:29:27.088483+0000 mgr.smithi066.seeyps (mgr.14195) 376 : audit [DBG] from='client.14706 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:29:27.959 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:27 smithi122 bash[23477]: cluster 2024-03-21T13:29:27.188173+0000 mgr.smithi066.seeyps (mgr.14195) 377 : cluster [DBG] pgmap v274: 97 pgs: 97 active+clean; 597 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-03-21T13:29:27.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:27 smithi066 bash[18703]: audit 2024-03-21T13:29:27.088483+0000 mgr.smithi066.seeyps (mgr.14195) 376 : audit [DBG] from='client.14706 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:29:27.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:27 smithi066 bash[18703]: cluster 2024-03-21T13:29:27.188173+0000 mgr.smithi066.seeyps (mgr.14195) 377 : cluster [DBG] pgmap v274: 97 pgs: 97 active+clean; 597 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-03-21T13:29:28.958 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:28 smithi122 bash[23477]: audit 2024-03-21T13:29:28.492984+0000 mgr.smithi066.seeyps (mgr.14195) 378 : audit [DBG] from='client.14710 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:29:28.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:28 smithi066 bash[18703]: audit 2024-03-21T13:29:28.492984+0000 mgr.smithi066.seeyps (mgr.14195) 378 : audit [DBG] from='client.14710 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:29:29.958 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:29 smithi122 bash[23477]: cluster 2024-03-21T13:29:29.189088+0000 mgr.smithi066.seeyps (mgr.14195) 379 : cluster [DBG] pgmap v275: 97 pgs: 97 active+clean; 597 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-03-21T13:29:29.963 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:29 smithi066 bash[18703]: cluster 2024-03-21T13:29:29.189088+0000 mgr.smithi066.seeyps (mgr.14195) 379 : cluster [DBG] pgmap v275: 97 pgs: 97 active+clean; 597 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-03-21T13:29:30.958 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:30 smithi122 bash[23477]: audit 2024-03-21T13:29:29.918543+0000 mgr.smithi066.seeyps (mgr.14195) 380 : audit [DBG] from='client.14714 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:29:30.963 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:30 smithi066 bash[18703]: audit 2024-03-21T13:29:29.918543+0000 mgr.smithi066.seeyps (mgr.14195) 380 : audit [DBG] from='client.14714 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:29:32.709 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:32 smithi122 bash[23477]: cluster 2024-03-21T13:29:31.189692+0000 mgr.smithi066.seeyps (mgr.14195) 381 : cluster [DBG] pgmap v276: 97 pgs: 97 active+clean; 597 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-03-21T13:29:32.709 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:32 smithi122 bash[23477]: audit 2024-03-21T13:29:31.323367+0000 mgr.smithi066.seeyps (mgr.14195) 382 : audit [DBG] from='client.14718 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:29:32.709 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:32 smithi122 bash[23477]: audit 2024-03-21T13:29:31.458170+0000 mon.smithi066 (mon.0) 949 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:29:32.709 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:32 smithi122 bash[23477]: audit 2024-03-21T13:29:31.469751+0000 mon.smithi066 (mon.0) 950 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:29:32.709 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:32 smithi122 bash[23477]: audit 2024-03-21T13:29:32.012303+0000 mon.smithi066 (mon.0) 951 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:29:32.709 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:32 smithi122 bash[23477]: audit 2024-03-21T13:29:32.019921+0000 mon.smithi066 (mon.0) 952 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:29:32.709 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:32 smithi122 bash[23477]: audit 2024-03-21T13:29:32.021077+0000 mon.smithi066 (mon.0) 953 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:29:32.709 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:32 smithi122 bash[23477]: audit 2024-03-21T13:29:32.021766+0000 mon.smithi066 (mon.0) 954 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:29:32.709 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:32 smithi122 bash[23477]: audit 2024-03-21T13:29:32.025702+0000 mon.smithi066 (mon.0) 955 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:29:32.709 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:32 smithi122 bash[23477]: audit 2024-03-21T13:29:32.028530+0000 mon.smithi066 (mon.0) 956 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T13:29:32.709 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:32 smithi122 bash[23477]: audit 2024-03-21T13:29:32.038404+0000 mon.smithi066 (mon.0) 957 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:29:32.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:32 smithi066 bash[18703]: cluster 2024-03-21T13:29:31.189692+0000 mgr.smithi066.seeyps (mgr.14195) 381 : cluster [DBG] pgmap v276: 97 pgs: 97 active+clean; 597 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-03-21T13:29:32.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:32 smithi066 bash[18703]: audit 2024-03-21T13:29:31.323367+0000 mgr.smithi066.seeyps (mgr.14195) 382 : audit [DBG] from='client.14718 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:29:32.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:32 smithi066 bash[18703]: audit 2024-03-21T13:29:31.458170+0000 mon.smithi066 (mon.0) 949 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:29:32.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:32 smithi066 bash[18703]: audit 2024-03-21T13:29:31.469751+0000 mon.smithi066 (mon.0) 950 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:29:32.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:32 smithi066 bash[18703]: audit 2024-03-21T13:29:32.012303+0000 mon.smithi066 (mon.0) 951 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:29:32.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:32 smithi066 bash[18703]: audit 2024-03-21T13:29:32.019921+0000 mon.smithi066 (mon.0) 952 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:29:32.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:32 smithi066 bash[18703]: audit 2024-03-21T13:29:32.021077+0000 mon.smithi066 (mon.0) 953 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:29:32.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:32 smithi066 bash[18703]: audit 2024-03-21T13:29:32.021766+0000 mon.smithi066 (mon.0) 954 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:29:32.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:32 smithi066 bash[18703]: audit 2024-03-21T13:29:32.025702+0000 mon.smithi066 (mon.0) 955 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:29:32.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:32 smithi066 bash[18703]: audit 2024-03-21T13:29:32.028530+0000 mon.smithi066 (mon.0) 956 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T13:29:32.715 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:32 smithi066 bash[18703]: audit 2024-03-21T13:29:32.038404+0000 mon.smithi066 (mon.0) 957 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:29:32.747 INFO:teuthology.orchestra.run.smithi066.stdout:haproxy.nfs.foo.smithi122.wcnscn smithi122 *:2999,9999 stopped 1s ago 112s - - 2024-03-21T13:29:32.750 INFO:teuthology.orchestra.run.smithi066.stdout:haproxy.nfs.foo.smithi066.hfdkuv 2024-03-21T13:29:33.389 INFO:teuthology.orchestra.run.smithi066.stdout:Scheduled to start haproxy.nfs.foo.smithi122.wcnscn on host 'smithi122' 2024-03-21T13:29:33.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:33 smithi066 bash[18703]: audit 2024-03-21T13:29:33.134961+0000 mon.smithi066 (mon.0) 958 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:29:33.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:33 smithi066 bash[18703]: audit 2024-03-21T13:29:33.378358+0000 mon.smithi066 (mon.0) 959 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:29:33.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:33 smithi066 bash[18703]: audit 2024-03-21T13:29:33.387670+0000 mon.smithi066 (mon.0) 960 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:29:33.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:33 smithi066 bash[18703]: audit 2024-03-21T13:29:33.400707+0000 mon.smithi066 (mon.0) 961 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:29:33.958 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:33 smithi122 bash[23477]: audit 2024-03-21T13:29:33.134961+0000 mon.smithi066 (mon.0) 958 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:29:33.959 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:33 smithi122 bash[23477]: audit 2024-03-21T13:29:33.378358+0000 mon.smithi066 (mon.0) 959 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:29:33.959 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:33 smithi122 bash[23477]: audit 2024-03-21T13:29:33.387670+0000 mon.smithi066 (mon.0) 960 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:29:33.959 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:33 smithi122 bash[23477]: audit 2024-03-21T13:29:33.400707+0000 mon.smithi066 (mon.0) 961 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:29:34.958 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:34 smithi122 bash[23477]: audit 2024-03-21T13:29:32.711606+0000 mgr.smithi066.seeyps (mgr.14195) 383 : audit [DBG] from='client.14722 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:29:34.959 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:34 smithi122 bash[23477]: cluster 2024-03-21T13:29:33.190564+0000 mgr.smithi066.seeyps (mgr.14195) 384 : cluster [DBG] pgmap v277: 97 pgs: 97 active+clean; 597 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-21T13:29:34.959 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:34 smithi122 bash[23477]: audit 2024-03-21T13:29:33.369403+0000 mgr.smithi066.seeyps (mgr.14195) 385 : audit [DBG] from='client.14726 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "haproxy.nfs.foo.smithi122.wcnscn", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:29:34.959 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:34 smithi122 bash[23477]: cephadm 2024-03-21T13:29:33.370222+0000 mgr.smithi066.seeyps (mgr.14195) 386 : cephadm [INF] Schedule start daemon haproxy.nfs.foo.smithi122.wcnscn 2024-03-21T13:29:34.963 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:34 smithi066 bash[18703]: audit 2024-03-21T13:29:32.711606+0000 mgr.smithi066.seeyps (mgr.14195) 383 : audit [DBG] from='client.14722 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:29:34.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:34 smithi066 bash[18703]: cluster 2024-03-21T13:29:33.190564+0000 mgr.smithi066.seeyps (mgr.14195) 384 : cluster [DBG] pgmap v277: 97 pgs: 97 active+clean; 597 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-21T13:29:34.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:34 smithi066 bash[18703]: audit 2024-03-21T13:29:33.369403+0000 mgr.smithi066.seeyps (mgr.14195) 385 : audit [DBG] from='client.14726 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "haproxy.nfs.foo.smithi122.wcnscn", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:29:34.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:34 smithi066 bash[18703]: cephadm 2024-03-21T13:29:33.370222+0000 mgr.smithi066.seeyps (mgr.14195) 386 : cephadm [INF] Schedule start daemon haproxy.nfs.foo.smithi122.wcnscn 2024-03-21T13:29:35.958 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:35 smithi122 bash[23477]: audit 2024-03-21T13:29:33.762607+0000 mgr.smithi066.seeyps (mgr.14195) 387 : audit [DBG] from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:29:35.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:35 smithi066 bash[18703]: audit 2024-03-21T13:29:33.762607+0000 mgr.smithi066.seeyps (mgr.14195) 387 : audit [DBG] from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:29:36.812 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:36 smithi066 bash[18703]: audit 2024-03-21T13:29:35.189122+0000 mgr.smithi066.seeyps (mgr.14195) 388 : audit [DBG] from='client.14734 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:29:36.812 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:36 smithi066 bash[18703]: cluster 2024-03-21T13:29:35.191092+0000 mgr.smithi066.seeyps (mgr.14195) 389 : cluster [DBG] pgmap v278: 97 pgs: 97 active+clean; 597 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 85 B/s wr, 0 op/s 2024-03-21T13:29:36.958 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:36 smithi122 bash[23477]: audit 2024-03-21T13:29:35.189122+0000 mgr.smithi066.seeyps (mgr.14195) 388 : audit [DBG] from='client.14734 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:29:36.959 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:36 smithi122 bash[23477]: cluster 2024-03-21T13:29:35.191092+0000 mgr.smithi066.seeyps (mgr.14195) 389 : cluster [DBG] pgmap v278: 97 pgs: 97 active+clean; 597 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 85 B/s wr, 0 op/s 2024-03-21T13:29:37.958 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:37 smithi122 bash[23477]: audit 2024-03-21T13:29:36.585330+0000 mgr.smithi066.seeyps (mgr.14195) 390 : audit [DBG] from='client.14738 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:29:37.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:37 smithi066 bash[18703]: audit 2024-03-21T13:29:36.585330+0000 mgr.smithi066.seeyps (mgr.14195) 390 : audit [DBG] from='client.14738 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:29:38.958 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:38 smithi122 bash[23477]: cluster 2024-03-21T13:29:37.192082+0000 mgr.smithi066.seeyps (mgr.14195) 391 : cluster [DBG] pgmap v279: 97 pgs: 97 active+clean; 605 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-03-21T13:29:38.963 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:38 smithi066 bash[18703]: cluster 2024-03-21T13:29:37.192082+0000 mgr.smithi066.seeyps (mgr.14195) 391 : cluster [DBG] pgmap v279: 97 pgs: 97 active+clean; 605 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-03-21T13:29:39.958 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:39 smithi122 bash[23477]: audit 2024-03-21T13:29:37.990517+0000 mgr.smithi066.seeyps (mgr.14195) 392 : audit [DBG] from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:29:39.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:39 smithi066 bash[18703]: audit 2024-03-21T13:29:37.990517+0000 mgr.smithi066.seeyps (mgr.14195) 392 : audit [DBG] from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:29:40.958 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:40 smithi122 bash[23477]: cluster 2024-03-21T13:29:39.192579+0000 mgr.smithi066.seeyps (mgr.14195) 393 : cluster [DBG] pgmap v280: 97 pgs: 97 active+clean; 605 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-03-21T13:29:40.959 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:40 smithi122 bash[23477]: audit 2024-03-21T13:29:39.411301+0000 mgr.smithi066.seeyps (mgr.14195) 394 : audit [DBG] from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:29:40.959 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:40 smithi122 bash[23477]: audit 2024-03-21T13:29:39.694052+0000 mon.smithi066 (mon.0) 962 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:29:40.959 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:40 smithi122 bash[23477]: audit 2024-03-21T13:29:39.701284+0000 mon.smithi066 (mon.0) 963 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:29:40.959 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:40 smithi122 bash[23477]: audit 2024-03-21T13:29:39.702447+0000 mon.smithi066 (mon.0) 964 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:29:40.959 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:40 smithi122 bash[23477]: audit 2024-03-21T13:29:39.703434+0000 mon.smithi066 (mon.0) 965 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:29:40.959 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:40 smithi122 bash[23477]: audit 2024-03-21T13:29:39.707385+0000 mon.smithi066 (mon.0) 966 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:29:40.959 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:40 smithi122 bash[23477]: audit 2024-03-21T13:29:39.710327+0000 mon.smithi066 (mon.0) 967 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T13:29:40.959 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:40 smithi122 bash[23477]: audit 2024-03-21T13:29:39.721831+0000 mon.smithi066 (mon.0) 968 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:29:40.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:40 smithi066 bash[18703]: cluster 2024-03-21T13:29:39.192579+0000 mgr.smithi066.seeyps (mgr.14195) 393 : cluster [DBG] pgmap v280: 97 pgs: 97 active+clean; 605 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-03-21T13:29:40.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:40 smithi066 bash[18703]: audit 2024-03-21T13:29:39.411301+0000 mgr.smithi066.seeyps (mgr.14195) 394 : audit [DBG] from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:29:40.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:40 smithi066 bash[18703]: audit 2024-03-21T13:29:39.694052+0000 mon.smithi066 (mon.0) 962 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:29:40.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:40 smithi066 bash[18703]: audit 2024-03-21T13:29:39.701284+0000 mon.smithi066 (mon.0) 963 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:29:40.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:40 smithi066 bash[18703]: audit 2024-03-21T13:29:39.702447+0000 mon.smithi066 (mon.0) 964 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:29:40.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:40 smithi066 bash[18703]: audit 2024-03-21T13:29:39.703434+0000 mon.smithi066 (mon.0) 965 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:29:40.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:40 smithi066 bash[18703]: audit 2024-03-21T13:29:39.707385+0000 mon.smithi066 (mon.0) 966 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:29:40.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:40 smithi066 bash[18703]: audit 2024-03-21T13:29:39.710327+0000 mon.smithi066 (mon.0) 967 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T13:29:40.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:40 smithi066 bash[18703]: audit 2024-03-21T13:29:39.721831+0000 mon.smithi066 (mon.0) 968 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:29:42.958 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:42 smithi122 bash[23477]: audit 2024-03-21T13:29:40.810527+0000 mgr.smithi066.seeyps (mgr.14195) 395 : audit [DBG] from='client.14750 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:29:42.958 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:42 smithi122 bash[23477]: cluster 2024-03-21T13:29:41.193363+0000 mgr.smithi066.seeyps (mgr.14195) 396 : cluster [DBG] pgmap v281: 97 pgs: 97 active+clean; 605 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-03-21T13:29:42.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:42 smithi066 bash[18703]: audit 2024-03-21T13:29:40.810527+0000 mgr.smithi066.seeyps (mgr.14195) 395 : audit [DBG] from='client.14750 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:29:42.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:42 smithi066 bash[18703]: cluster 2024-03-21T13:29:41.193363+0000 mgr.smithi066.seeyps (mgr.14195) 396 : cluster [DBG] pgmap v281: 97 pgs: 97 active+clean; 605 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-03-21T13:29:43.958 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:43 smithi122 bash[23477]: audit 2024-03-21T13:29:42.208827+0000 mgr.smithi066.seeyps (mgr.14195) 397 : audit [DBG] from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:29:43.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:43 smithi066 bash[18703]: audit 2024-03-21T13:29:42.208827+0000 mgr.smithi066.seeyps (mgr.14195) 397 : audit [DBG] from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:29:44.958 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:44 smithi122 bash[23477]: cluster 2024-03-21T13:29:43.194412+0000 mgr.smithi066.seeyps (mgr.14195) 398 : cluster [DBG] pgmap v282: 97 pgs: 97 active+clean; 605 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.2 KiB/s wr, 1 op/s 2024-03-21T13:29:44.958 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:44 smithi122 bash[23477]: audit 2024-03-21T13:29:43.615702+0000 mgr.smithi066.seeyps (mgr.14195) 399 : audit [DBG] from='client.14758 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:29:44.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:44 smithi066 bash[18703]: cluster 2024-03-21T13:29:43.194412+0000 mgr.smithi066.seeyps (mgr.14195) 398 : cluster [DBG] pgmap v282: 97 pgs: 97 active+clean; 605 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.2 KiB/s wr, 1 op/s 2024-03-21T13:29:44.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:44 smithi066 bash[18703]: audit 2024-03-21T13:29:43.615702+0000 mgr.smithi066.seeyps (mgr.14195) 399 : audit [DBG] from='client.14758 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:29:46.958 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:46 smithi122 bash[23477]: audit 2024-03-21T13:29:45.014106+0000 mgr.smithi066.seeyps (mgr.14195) 400 : audit [DBG] from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:29:46.958 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:46 smithi122 bash[23477]: cluster 2024-03-21T13:29:45.195280+0000 mgr.smithi066.seeyps (mgr.14195) 401 : cluster [DBG] pgmap v283: 97 pgs: 97 active+clean; 605 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 1 op/s 2024-03-21T13:29:46.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:46 smithi066 bash[18703]: audit 2024-03-21T13:29:45.014106+0000 mgr.smithi066.seeyps (mgr.14195) 400 : audit [DBG] from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:29:46.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:46 smithi066 bash[18703]: cluster 2024-03-21T13:29:45.195280+0000 mgr.smithi066.seeyps (mgr.14195) 401 : cluster [DBG] pgmap v283: 97 pgs: 97 active+clean; 605 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 1 op/s 2024-03-21T13:29:47.958 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:47 smithi122 bash[23477]: audit 2024-03-21T13:29:46.425261+0000 mgr.smithi066.seeyps (mgr.14195) 402 : audit [DBG] from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:29:47.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:47 smithi066 bash[18703]: audit 2024-03-21T13:29:46.425261+0000 mgr.smithi066.seeyps (mgr.14195) 402 : audit [DBG] from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:29:48.828 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:48 smithi122 bash[23477]: cluster 2024-03-21T13:29:47.196310+0000 mgr.smithi066.seeyps (mgr.14195) 403 : cluster [DBG] pgmap v284: 97 pgs: 97 active+clean; 607 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-03-21T13:29:48.829 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:48 smithi122 bash[23477]: audit 2024-03-21T13:29:48.135858+0000 mon.smithi066 (mon.0) 969 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:29:48.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:48 smithi066 bash[18703]: cluster 2024-03-21T13:29:47.196310+0000 mgr.smithi066.seeyps (mgr.14195) 403 : cluster [DBG] pgmap v284: 97 pgs: 97 active+clean; 607 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-03-21T13:29:48.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:48 smithi066 bash[18703]: audit 2024-03-21T13:29:48.135858+0000 mon.smithi066 (mon.0) 969 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:29:49.792 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:49 smithi122 bash[23477]: audit 2024-03-21T13:29:47.826314+0000 mgr.smithi066.seeyps (mgr.14195) 404 : audit [DBG] from='client.14770 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:29:49.792 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:49 smithi122 bash[23477]: audit 2024-03-21T13:29:48.933448+0000 mon.smithi066 (mon.0) 970 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:29:49.792 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:49 smithi122 bash[23477]: audit 2024-03-21T13:29:48.948025+0000 mon.smithi066 (mon.0) 971 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:29:49.792 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:49 smithi122 bash[23477]: audit 2024-03-21T13:29:48.963083+0000 mon.smithi066 (mon.0) 972 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:29:49.792 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:49 smithi122 bash[23477]: audit 2024-03-21T13:29:49.488575+0000 mon.smithi066 (mon.0) 973 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:29:49.792 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:49 smithi122 bash[23477]: audit 2024-03-21T13:29:49.499908+0000 mon.smithi066 (mon.0) 974 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:29:49.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:49 smithi066 bash[18703]: audit 2024-03-21T13:29:47.826314+0000 mgr.smithi066.seeyps (mgr.14195) 404 : audit [DBG] from='client.14770 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:29:49.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:49 smithi066 bash[18703]: audit 2024-03-21T13:29:48.933448+0000 mon.smithi066 (mon.0) 970 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:29:49.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:49 smithi066 bash[18703]: audit 2024-03-21T13:29:48.948025+0000 mon.smithi066 (mon.0) 971 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:29:49.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:49 smithi066 bash[18703]: audit 2024-03-21T13:29:48.963083+0000 mon.smithi066 (mon.0) 972 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:29:49.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:49 smithi066 bash[18703]: audit 2024-03-21T13:29:49.488575+0000 mon.smithi066 (mon.0) 973 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:29:49.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:49 smithi066 bash[18703]: audit 2024-03-21T13:29:49.499908+0000 mon.smithi066 (mon.0) 974 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:29:50.958 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:50 smithi122 bash[23477]: cluster 2024-03-21T13:29:49.197181+0000 mgr.smithi066.seeyps (mgr.14195) 405 : cluster [DBG] pgmap v285: 97 pgs: 97 active+clean; 607 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-03-21T13:29:51.123 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:50 smithi122 bash[23477]: audit 2024-03-21T13:29:49.239394+0000 mgr.smithi066.seeyps (mgr.14195) 406 : audit [DBG] from='client.14774 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:29:51.124 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:50 smithi066 bash[18703]: cluster 2024-03-21T13:29:49.197181+0000 mgr.smithi066.seeyps (mgr.14195) 405 : cluster [DBG] pgmap v285: 97 pgs: 97 active+clean; 607 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-03-21T13:29:51.124 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:50 smithi066 bash[18703]: audit 2024-03-21T13:29:49.239394+0000 mgr.smithi066.seeyps (mgr.14195) 406 : audit [DBG] from='client.14774 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:29:52.958 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:52 smithi122 bash[23477]: audit 2024-03-21T13:29:50.666289+0000 mgr.smithi066.seeyps (mgr.14195) 407 : audit [DBG] from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:29:52.958 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:52 smithi122 bash[23477]: cluster 2024-03-21T13:29:51.198049+0000 mgr.smithi066.seeyps (mgr.14195) 408 : cluster [DBG] pgmap v286: 97 pgs: 97 active+clean; 607 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-03-21T13:29:52.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:52 smithi066 bash[18703]: audit 2024-03-21T13:29:50.666289+0000 mgr.smithi066.seeyps (mgr.14195) 407 : audit [DBG] from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:29:52.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:52 smithi066 bash[18703]: cluster 2024-03-21T13:29:51.198049+0000 mgr.smithi066.seeyps (mgr.14195) 408 : cluster [DBG] pgmap v286: 97 pgs: 97 active+clean; 607 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-03-21T13:29:53.958 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:53 smithi122 bash[23477]: audit 2024-03-21T13:29:52.062466+0000 mgr.smithi066.seeyps (mgr.14195) 409 : audit [DBG] from='client.14782 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:29:53.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:53 smithi066 bash[18703]: audit 2024-03-21T13:29:52.062466+0000 mgr.smithi066.seeyps (mgr.14195) 409 : audit [DBG] from='client.14782 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:29:54.938 INFO:teuthology.orchestra.run.smithi066.stdout:haproxy.nfs.foo.smithi122.wcnscn smithi122 *:2999,9999 running (6s) 0s ago 2m 4616k - 2.3.17-d1c9119 e85424b0d443 72a3ddc07a80 2024-03-21T13:29:54.938 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:54 smithi066 bash[18703]: cluster 2024-03-21T13:29:53.199008+0000 mgr.smithi066.seeyps (mgr.14195) 410 : cluster [DBG] pgmap v287: 97 pgs: 97 active+clean; 607 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-21T13:29:54.938 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:54 smithi066 bash[18703]: audit 2024-03-21T13:29:53.456900+0000 mgr.smithi066.seeyps (mgr.14195) 411 : audit [DBG] from='client.14786 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:29:54.958 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:54 smithi122 bash[23477]: cluster 2024-03-21T13:29:53.199008+0000 mgr.smithi066.seeyps (mgr.14195) 410 : cluster [DBG] pgmap v287: 97 pgs: 97 active+clean; 607 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-21T13:29:54.958 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:54 smithi122 bash[23477]: audit 2024-03-21T13:29:53.456900+0000 mgr.smithi066.seeyps (mgr.14195) 411 : audit [DBG] from='client.14786 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:29:55.529 INFO:teuthology.run_tasks:Running task vip.exec... 2024-03-21T13:29:55.539 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi066.front.sepia.ceph.com 2024-03-21T13:29:55.539 DEBUG:teuthology.orchestra.run.smithi066:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'echo "Check with $(hostname) ganesha(s) down..." 2024-03-21T13:29:55.539 DEBUG:teuthology.orchestra.run.smithi066:> for c in `systemctl | grep ceph- | grep @nfs | awk '"'"'{print $1}'"'"'`; do 2024-03-21T13:29:55.539 DEBUG:teuthology.orchestra.run.smithi066:> cid=`echo $c | sed '"'"'s/@/-/'"'"'` 2024-03-21T13:29:55.540 DEBUG:teuthology.orchestra.run.smithi066:> id=`echo $c | cut -d @ -f 2 | sed '"'"'s/.service$//'"'"'` 2024-03-21T13:29:55.540 DEBUG:teuthology.orchestra.run.smithi066:> fsid=`echo $c | cut -d @ -f 1 | cut -d - -f 2-` 2024-03-21T13:29:55.540 DEBUG:teuthology.orchestra.run.smithi066:> echo "Removing daemon $id fsid $fsid..." 2024-03-21T13:29:55.540 DEBUG:teuthology.orchestra.run.smithi066:> sudo $TESTDIR/cephadm rm-daemon --fsid $fsid --name $id 2024-03-21T13:29:55.540 DEBUG:teuthology.orchestra.run.smithi066:> 2024-03-21T13:29:55.540 DEBUG:teuthology.orchestra.run.smithi066:> echo "Waking up cephadm..." 2024-03-21T13:29:55.540 DEBUG:teuthology.orchestra.run.smithi066:> sudo $TESTDIR/cephadm shell -- ceph orch ps --refresh 2024-03-21T13:29:55.540 DEBUG:teuthology.orchestra.run.smithi066:> 2024-03-21T13:29:55.540 DEBUG:teuthology.orchestra.run.smithi066:> while ! timeout 1 cat /mnt/foo/testfile ; do true ; done 2024-03-21T13:29:55.540 DEBUG:teuthology.orchestra.run.smithi066:> echo "Mount is back!" 2024-03-21T13:29:55.540 DEBUG:teuthology.orchestra.run.smithi066:> done 2024-03-21T13:29:55.540 DEBUG:teuthology.orchestra.run.smithi066:> ' 2024-03-21T13:29:55.551 INFO:teuthology.orchestra.run.smithi066.stderr:++ hostname 2024-03-21T13:29:55.552 INFO:teuthology.orchestra.run.smithi066.stdout:Check with smithi066 ganesha(s) down... 2024-03-21T13:29:55.552 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo 'Check with smithi066 ganesha(s) down...' 2024-03-21T13:29:55.552 INFO:teuthology.orchestra.run.smithi066.stderr:++ systemctl 2024-03-21T13:29:55.553 INFO:teuthology.orchestra.run.smithi066.stderr:++ grep ceph- 2024-03-21T13:29:55.553 INFO:teuthology.orchestra.run.smithi066.stderr:++ grep @nfs 2024-03-21T13:29:55.553 INFO:teuthology.orchestra.run.smithi066.stderr:++ awk '{print $1}' 2024-03-21T13:29:55.558 INFO:teuthology.orchestra.run.smithi066.stderr:+ for c in `systemctl | grep ceph- | grep @nfs | awk '{print $1}'` 2024-03-21T13:29:55.559 INFO:teuthology.orchestra.run.smithi066.stderr:++ echo ceph-5ff71cb6-e785-11ee-95cd-87774f69a715@nfs.foo.0.0.smithi066.wvcoaq.service 2024-03-21T13:29:55.559 INFO:teuthology.orchestra.run.smithi066.stderr:++ sed s/@/-/ 2024-03-21T13:29:55.560 INFO:teuthology.orchestra.run.smithi066.stderr:+ cid=ceph-5ff71cb6-e785-11ee-95cd-87774f69a715-nfs.foo.0.0.smithi066.wvcoaq.service 2024-03-21T13:29:55.560 INFO:teuthology.orchestra.run.smithi066.stderr:++ echo ceph-5ff71cb6-e785-11ee-95cd-87774f69a715@nfs.foo.0.0.smithi066.wvcoaq.service 2024-03-21T13:29:55.560 INFO:teuthology.orchestra.run.smithi066.stderr:++ cut -d @ -f 2 2024-03-21T13:29:55.561 INFO:teuthology.orchestra.run.smithi066.stderr:++ sed 's/.service$//' 2024-03-21T13:29:55.561 INFO:teuthology.orchestra.run.smithi066.stderr:+ id=nfs.foo.0.0.smithi066.wvcoaq 2024-03-21T13:29:55.562 INFO:teuthology.orchestra.run.smithi066.stderr:++ echo ceph-5ff71cb6-e785-11ee-95cd-87774f69a715@nfs.foo.0.0.smithi066.wvcoaq.service 2024-03-21T13:29:55.562 INFO:teuthology.orchestra.run.smithi066.stderr:++ cut -d @ -f 1 2024-03-21T13:29:55.562 INFO:teuthology.orchestra.run.smithi066.stderr:++ cut -d - -f 2- 2024-03-21T13:29:55.562 INFO:teuthology.orchestra.run.smithi066.stderr:+ fsid=5ff71cb6-e785-11ee-95cd-87774f69a715 2024-03-21T13:29:55.563 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo 'Removing daemon nfs.foo.0.0.smithi066.wvcoaq fsid 5ff71cb6-e785-11ee-95cd-87774f69a715...' 2024-03-21T13:29:55.563 INFO:teuthology.orchestra.run.smithi066.stdout:Removing daemon nfs.foo.0.0.smithi066.wvcoaq fsid 5ff71cb6-e785-11ee-95cd-87774f69a715... 2024-03-21T13:29:55.563 INFO:teuthology.orchestra.run.smithi066.stderr:+ sudo /home/ubuntu/cephtest/cephadm rm-daemon --fsid 5ff71cb6-e785-11ee-95cd-87774f69a715 --name nfs.foo.0.0.smithi066.wvcoaq 2024-03-21T13:29:55.832 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:55 smithi066 bash[18703]: audit 2024-03-21T13:29:54.721830+0000 mon.smithi066 (mon.0) 975 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:29:55.833 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:55 smithi066 bash[18703]: audit 2024-03-21T13:29:54.729836+0000 mon.smithi066 (mon.0) 976 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:29:55.833 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:55 smithi066 bash[18703]: audit 2024-03-21T13:29:54.902974+0000 mgr.smithi066.seeyps (mgr.14195) 412 : audit [DBG] from='client.14790 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:29:55.833 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:55 smithi066 bash[18703]: cluster 2024-03-21T13:29:55.199860+0000 mgr.smithi066.seeyps (mgr.14195) 413 : cluster [DBG] pgmap v288: 97 pgs: 97 active+clean; 607 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-03-21T13:29:56.208 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:55 smithi122 bash[23477]: audit 2024-03-21T13:29:54.721830+0000 mon.smithi066 (mon.0) 975 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:29:56.208 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:55 smithi122 bash[23477]: audit 2024-03-21T13:29:54.729836+0000 mon.smithi066 (mon.0) 976 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:29:56.208 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:55 smithi122 bash[23477]: audit 2024-03-21T13:29:54.902974+0000 mgr.smithi066.seeyps (mgr.14195) 412 : audit [DBG] from='client.14790 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:29:56.208 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:55 smithi122 bash[23477]: cluster 2024-03-21T13:29:55.199860+0000 mgr.smithi066.seeyps (mgr.14195) 413 : cluster [DBG] pgmap v288: 97 pgs: 97 active+clean; 607 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-03-21T13:29:56.949 INFO:teuthology.orchestra.run.smithi066.stdout:Waking up cephadm... 2024-03-21T13:29:56.949 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo 'Waking up cephadm...' 2024-03-21T13:29:56.950 INFO:teuthology.orchestra.run.smithi066.stderr:+ sudo /home/ubuntu/cephtest/cephadm shell -- ceph orch ps --refresh 2024-03-21T13:29:57.209 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:56 smithi122 bash[23477]: audit 2024-03-21T13:29:55.747089+0000 mon.smithi066 (mon.0) 977 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:29:57.209 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:56 smithi122 bash[23477]: audit 2024-03-21T13:29:55.753435+0000 mon.smithi066 (mon.0) 978 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:29:57.209 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:56 smithi122 bash[23477]: audit 2024-03-21T13:29:55.754767+0000 mon.smithi066 (mon.0) 979 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:29:57.209 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:56 smithi122 bash[23477]: audit 2024-03-21T13:29:55.755546+0000 mon.smithi066 (mon.0) 980 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:29:57.209 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:56 smithi122 bash[23477]: audit 2024-03-21T13:29:55.760550+0000 mon.smithi066 (mon.0) 981 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:29:57.209 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:56 smithi122 bash[23477]: audit 2024-03-21T13:29:55.764138+0000 mon.smithi066 (mon.0) 982 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T13:29:57.209 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:56 smithi122 bash[23477]: audit 2024-03-21T13:29:55.775949+0000 mon.smithi066 (mon.0) 983 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:29:57.214 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:56 smithi066 bash[18703]: audit 2024-03-21T13:29:55.747089+0000 mon.smithi066 (mon.0) 977 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:29:57.214 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:56 smithi066 bash[18703]: audit 2024-03-21T13:29:55.753435+0000 mon.smithi066 (mon.0) 978 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:29:57.214 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:56 smithi066 bash[18703]: audit 2024-03-21T13:29:55.754767+0000 mon.smithi066 (mon.0) 979 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:29:57.214 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:56 smithi066 bash[18703]: audit 2024-03-21T13:29:55.755546+0000 mon.smithi066 (mon.0) 980 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:29:57.214 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:56 smithi066 bash[18703]: audit 2024-03-21T13:29:55.760550+0000 mon.smithi066 (mon.0) 981 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:29:57.214 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:56 smithi066 bash[18703]: audit 2024-03-21T13:29:55.764138+0000 mon.smithi066 (mon.0) 982 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T13:29:57.214 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:56 smithi066 bash[18703]: audit 2024-03-21T13:29:55.775949+0000 mon.smithi066 (mon.0) 983 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:29:57.214 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:56 smithi066 systemd[1]: /etc/systemd/system/ceph-5ff71cb6-e785-11ee-95cd-87774f69a715@.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-03-21T13:29:58.208 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:29:57 smithi122 bash[23477]: cluster 2024-03-21T13:29:57.200953+0000 mgr.smithi066.seeyps (mgr.14195) 414 : cluster [DBG] pgmap v289: 97 pgs: 97 active+clean; 607 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 341 B/s wr, 0 op/s 2024-03-21T13:29:58.214 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:29:57 smithi066 bash[18703]: cluster 2024-03-21T13:29:57.200953+0000 mgr.smithi066.seeyps (mgr.14195) 414 : cluster [DBG] pgmap v289: 97 pgs: 97 active+clean; 607 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 341 B/s wr, 0 op/s 2024-03-21T13:30:00.619 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:30:00 smithi066 bash[18703]: cluster 2024-03-21T13:29:59.201895+0000 mgr.smithi066.seeyps (mgr.14195) 415 : cluster [DBG] pgmap v290: 97 pgs: 97 active+clean; 607 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 170 B/s wr, 0 op/s 2024-03-21T13:30:00.619 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:30:00 smithi066 bash[18703]: cluster 2024-03-21T13:30:00.000153+0000 mon.smithi066 (mon.0) 984 : cluster [INF] overall HEALTH_OK 2024-03-21T13:30:00.708 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:30:00 smithi122 bash[23477]: cluster 2024-03-21T13:29:59.201895+0000 mgr.smithi066.seeyps (mgr.14195) 415 : cluster [DBG] pgmap v290: 97 pgs: 97 active+clean; 607 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 170 B/s wr, 0 op/s 2024-03-21T13:30:00.708 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:30:00 smithi122 bash[23477]: cluster 2024-03-21T13:30:00.000153+0000 mon.smithi066 (mon.0) 984 : cluster [INF] overall HEALTH_OK 2024-03-21T13:30:01.769 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring fsid 5ff71cb6-e785-11ee-95cd-87774f69a715 2024-03-21T13:30:02.560 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:30:02 smithi066 bash[18703]: cluster 2024-03-21T13:30:01.202688+0000 mgr.smithi066.seeyps (mgr.14195) 416 : cluster [DBG] pgmap v291: 97 pgs: 97 active+clean; 607 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 170 B/s wr, 0 op/s 2024-03-21T13:30:02.708 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:30:02 smithi122 bash[23477]: cluster 2024-03-21T13:30:01.202688+0000 mgr.smithi066.seeyps (mgr.14195) 416 : cluster [DBG] pgmap v291: 97 pgs: 97 active+clean; 607 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 170 B/s wr, 0 op/s 2024-03-21T13:30:03.550 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:30:03 smithi122 bash[23477]: audit 2024-03-21T13:30:03.136643+0000 mon.smithi066 (mon.0) 985 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:30:03.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:30:03 smithi066 bash[18703]: audit 2024-03-21T13:30:03.136643+0000 mon.smithi066 (mon.0) 985 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:30:04.708 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:30:04 smithi122 bash[23477]: cluster 2024-03-21T13:30:03.203659+0000 mgr.smithi066.seeyps (mgr.14195) 417 : cluster [DBG] pgmap v292: 97 pgs: 97 active+clean; 607 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 170 B/s wr, 0 op/s 2024-03-21T13:30:04.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:30:04 smithi066 bash[18703]: cluster 2024-03-21T13:30:03.203659+0000 mgr.smithi066.seeyps (mgr.14195) 417 : cluster [DBG] pgmap v292: 97 pgs: 97 active+clean; 607 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 170 B/s wr, 0 op/s 2024-03-21T13:30:05.915 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/mon.smithi066/config 2024-03-21T13:30:06.708 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:30:06 smithi122 bash[23477]: cluster 2024-03-21T13:30:05.204482+0000 mgr.smithi066.seeyps (mgr.14195) 418 : cluster [DBG] pgmap v293: 97 pgs: 97 active+clean; 607 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-03-21T13:30:06.713 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:30:06 smithi066 bash[18703]: cluster 2024-03-21T13:30:05.204482+0000 mgr.smithi066.seeyps (mgr.14195) 418 : cluster [DBG] pgmap v293: 97 pgs: 97 active+clean; 607 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-03-21T13:30:08.550 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:30:08 smithi122 bash[23477]: cluster 2024-03-21T13:30:07.205578+0000 mgr.smithi066.seeyps (mgr.14195) 419 : cluster [DBG] pgmap v294: 97 pgs: 97 active+clean; 607 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-03-21T13:30:08.713 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:30:08 smithi066 bash[18703]: cluster 2024-03-21T13:30:07.205578+0000 mgr.smithi066.seeyps (mgr.14195) 419 : cluster [DBG] pgmap v294: 97 pgs: 97 active+clean; 607 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-03-21T13:30:10.046 INFO:teuthology.orchestra.run.smithi066.stderr:Using ceph image with id '19e12293512f' and tag '960fbbe4645c2becc8084669be194c95183c7753' created on 2024-03-21 10:20:21 +0000 UTC 2024-03-21T13:30:10.046 INFO:teuthology.orchestra.run.smithi066.stderr:quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:35f4b82cbae750007a45d4eba3ff9f653c457c283782141ef353684823d81e93 2024-03-21T13:30:10.464 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:30:10 smithi066 bash[18703]: cluster 2024-03-21T13:30:09.206508+0000 mgr.smithi066.seeyps (mgr.14195) 420 : cluster [DBG] pgmap v295: 97 pgs: 97 active+clean; 607 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:30:10.708 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:30:10 smithi122 bash[23477]: cluster 2024-03-21T13:30:09.206508+0000 mgr.smithi066.seeyps (mgr.14195) 420 : cluster [DBG] pgmap v295: 97 pgs: 97 active+clean; 607 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:30:12.708 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:30:12 smithi122 bash[23477]: cluster 2024-03-21T13:30:11.207576+0000 mgr.smithi066.seeyps (mgr.14195) 421 : cluster [DBG] pgmap v296: 97 pgs: 97 active+clean; 607 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:30:12.713 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:30:12 smithi066 bash[18703]: cluster 2024-03-21T13:30:11.207576+0000 mgr.smithi066.seeyps (mgr.14195) 421 : cluster [DBG] pgmap v296: 97 pgs: 97 active+clean; 607 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:30:12.927 INFO:teuthology.orchestra.run.smithi066.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-21T13:30:12.927 INFO:teuthology.orchestra.run.smithi066.stdout:alertmanager.smithi066 smithi066 *:9093,9094 running (7m) 17s ago 9m 13.5M - 0.25.0 c8568f914cd2 f06b94c7b2c8 2024-03-21T13:30:12.927 INFO:teuthology.orchestra.run.smithi066.stdout:ceph-exporter.smithi066 smithi066 running (9m) 17s ago 9m 8695k - 19.0.0-2267-g960fbbe4 19e12293512f 75351f6f2719 2024-03-21T13:30:12.927 INFO:teuthology.orchestra.run.smithi066.stdout:ceph-exporter.smithi122 smithi122 running (8m) 18s ago 8m 5812k - 19.0.0-2267-g960fbbe4 19e12293512f 76a65d3c5450 2024-03-21T13:30:12.927 INFO:teuthology.orchestra.run.smithi066.stdout:crash.smithi066 smithi066 running (9m) 17s ago 9m 7123k - 19.0.0-2267-g960fbbe4 19e12293512f 36cd124c315d 2024-03-21T13:30:12.927 INFO:teuthology.orchestra.run.smithi066.stdout:crash.smithi122 smithi122 running (8m) 18s ago 8m 7084k - 19.0.0-2267-g960fbbe4 19e12293512f ec90935a0956 2024-03-21T13:30:12.928 INFO:teuthology.orchestra.run.smithi066.stdout:grafana.smithi066 smithi066 *:3000 running (7m) 17s ago 9m 71.3M - 9.4.12 2bacad6d85d8 29e2a8f91267 2024-03-21T13:30:12.928 INFO:teuthology.orchestra.run.smithi066.stdout:haproxy.nfs.foo.smithi066.hfdkuv smithi066 *:2999,9999 running (60s) 17s ago 2m 5015k - 2.3.17-d1c9119 e85424b0d443 5029ac7cf284 2024-03-21T13:30:12.928 INFO:teuthology.orchestra.run.smithi066.stdout:haproxy.nfs.foo.smithi122.wcnscn smithi122 *:2999,9999 running (24s) 18s ago 2m 4616k - 2.3.17-d1c9119 e85424b0d443 72a3ddc07a80 2024-03-21T13:30:12.928 INFO:teuthology.orchestra.run.smithi066.stdout:keepalived.nfs.foo.smithi066.meobjq smithi066 running (2m) 17s ago 2m 2612k - 2.2.4 4a3a1ff181d9 e27fcf41cf08 2024-03-21T13:30:12.928 INFO:teuthology.orchestra.run.smithi066.stdout:keepalived.nfs.foo.smithi122.duszef smithi122 running (2m) 18s ago 2m 2660k - 2.2.4 4a3a1ff181d9 0e92d9e41c54 2024-03-21T13:30:12.928 INFO:teuthology.orchestra.run.smithi066.stdout:mds.foofs.smithi066.bljnxt smithi066 running (2m) 17s ago 2m 13.4M - 19.0.0-2267-g960fbbe4 19e12293512f 196c85ea04c4 2024-03-21T13:30:12.928 INFO:teuthology.orchestra.run.smithi066.stdout:mds.foofs.smithi122.hyvyul smithi122 running (3m) 18s ago 3m 14.9M - 19.0.0-2267-g960fbbe4 19e12293512f bea43fc5bb1c 2024-03-21T13:30:12.928 INFO:teuthology.orchestra.run.smithi066.stdout:mgr.smithi066.seeyps smithi066 *:9283,8765,8443 running (11m) 17s ago 11m 508M - 19.0.0-2267-g960fbbe4 19e12293512f 90e065e96727 2024-03-21T13:30:12.928 INFO:teuthology.orchestra.run.smithi066.stdout:mgr.smithi122.ezngxk smithi122 *:8443,9283,8765 running (8m) 18s ago 8m 438M - 19.0.0-2267-g960fbbe4 19e12293512f 3b3a1a284a47 2024-03-21T13:30:12.928 INFO:teuthology.orchestra.run.smithi066.stdout:mon.smithi066 smithi066 running (11m) 17s ago 11m 48.6M 2048M 19.0.0-2267-g960fbbe4 19e12293512f 7ec0e6d84c9e 2024-03-21T13:30:12.928 INFO:teuthology.orchestra.run.smithi066.stdout:mon.smithi122 smithi122 running (8m) 18s ago 8m 38.0M 2048M 19.0.0-2267-g960fbbe4 19e12293512f a45001687d44 2024-03-21T13:30:12.928 INFO:teuthology.orchestra.run.smithi066.stdout:nfs.foo.0.0.smithi066.wvcoaq smithi066 *:12999 running (2m) 17s ago 2m 68.4M - 5.7 19e12293512f 40e39d8fbcf3 2024-03-21T13:30:12.928 INFO:teuthology.orchestra.run.smithi066.stdout:node-exporter.smithi066 smithi066 *:9100 running (9m) 17s ago 9m 8424k - 1.5.0 0da6a335fe13 830dabdb3a74 2024-03-21T13:30:12.929 INFO:teuthology.orchestra.run.smithi066.stdout:node-exporter.smithi122 smithi122 *:9100 running (8m) 18s ago 8m 8563k - 1.5.0 0da6a335fe13 95a41f430bb3 2024-03-21T13:30:12.929 INFO:teuthology.orchestra.run.smithi066.stdout:osd.0 smithi122 running (6m) 18s ago 6m 53.4M 3772M 19.0.0-2267-g960fbbe4 19e12293512f 781c2d115d28 2024-03-21T13:30:12.929 INFO:teuthology.orchestra.run.smithi066.stdout:osd.1 smithi066 running (6m) 17s ago 6m 54.6M 3004M 19.0.0-2267-g960fbbe4 19e12293512f 61ce8ccec3af 2024-03-21T13:30:12.929 INFO:teuthology.orchestra.run.smithi066.stdout:osd.2 smithi122 running (6m) 18s ago 6m 49.4M 3772M 19.0.0-2267-g960fbbe4 19e12293512f cdb7da190bda 2024-03-21T13:30:12.929 INFO:teuthology.orchestra.run.smithi066.stdout:osd.3 smithi066 running (6m) 17s ago 6m 55.5M 3004M 19.0.0-2267-g960fbbe4 19e12293512f 18ef32c27739 2024-03-21T13:30:12.929 INFO:teuthology.orchestra.run.smithi066.stdout:osd.4 smithi122 running (6m) 18s ago 6m 42.3M 3772M 19.0.0-2267-g960fbbe4 19e12293512f 501b7e98e26d 2024-03-21T13:30:12.929 INFO:teuthology.orchestra.run.smithi066.stdout:osd.5 smithi066 running (6m) 17s ago 6m 42.8M 3004M 19.0.0-2267-g960fbbe4 19e12293512f 57f2fdab0a57 2024-03-21T13:30:12.929 INFO:teuthology.orchestra.run.smithi066.stdout:osd.6 smithi122 running (6m) 18s ago 6m 49.6M 3772M 19.0.0-2267-g960fbbe4 19e12293512f ccfa7a36376f 2024-03-21T13:30:12.929 INFO:teuthology.orchestra.run.smithi066.stdout:osd.7 smithi066 running (6m) 17s ago 6m 51.0M 3004M 19.0.0-2267-g960fbbe4 19e12293512f d34edbeadbc9 2024-03-21T13:30:12.929 INFO:teuthology.orchestra.run.smithi066.stdout:prometheus.smithi066 smithi066 *:9095 running (116s) 17s ago 8m 48.1M - 2.43.0 a07b618ecd1d 593943f31ec1 2024-03-21T13:30:13.464 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:30:13 smithi066 bash[18703]: audit 2024-03-21T13:30:12.919797+0000 mon.smithi066 (mon.0) 986 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:30:13.550 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:30:13 smithi122 bash[23477]: audit 2024-03-21T13:30:12.919797+0000 mon.smithi066 (mon.0) 986 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:30:13.563 INFO:teuthology.orchestra.run.smithi066.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-03-21T13:30:14.565 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2024-03-21T13:30:14.565 INFO:teuthology.orchestra.run.smithi066.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-03-21T13:30:14.708 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:30:14 smithi122 bash[23477]: audit 2024-03-21T13:30:12.902057+0000 mgr.smithi066.seeyps (mgr.14195) 422 : audit [DBG] from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:30:14.708 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:30:14 smithi122 bash[23477]: cluster 2024-03-21T13:30:13.208252+0000 mgr.smithi066.seeyps (mgr.14195) 423 : cluster [DBG] pgmap v297: 97 pgs: 97 active+clean; 607 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:30:14.713 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:30:14 smithi066 bash[18703]: audit 2024-03-21T13:30:12.902057+0000 mgr.smithi066.seeyps (mgr.14195) 422 : audit [DBG] from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:30:14.713 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:30:14 smithi066 bash[18703]: cluster 2024-03-21T13:30:13.208252+0000 mgr.smithi066.seeyps (mgr.14195) 423 : cluster [DBG] pgmap v297: 97 pgs: 97 active+clean; 607 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:30:15.565 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2024-03-21T13:30:15.566 INFO:teuthology.orchestra.run.smithi066.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-03-21T13:30:16.567 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2024-03-21T13:30:16.567 INFO:teuthology.orchestra.run.smithi066.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-03-21T13:30:16.707 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:30:16 smithi122 bash[23477]: cluster 2024-03-21T13:30:15.208670+0000 mgr.smithi066.seeyps (mgr.14195) 424 : cluster [DBG] pgmap v298: 97 pgs: 97 active+clean; 607 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:30:16.713 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:30:16 smithi066 bash[18703]: cluster 2024-03-21T13:30:15.208670+0000 mgr.smithi066.seeyps (mgr.14195) 424 : cluster [DBG] pgmap v298: 97 pgs: 97 active+clean; 607 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:30:17.568 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2024-03-21T13:30:17.568 INFO:teuthology.orchestra.run.smithi066.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-03-21T13:30:18.569 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2024-03-21T13:30:18.569 INFO:teuthology.orchestra.run.smithi066.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-03-21T13:30:18.707 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:30:18 smithi122 bash[23477]: cluster 2024-03-21T13:30:17.209307+0000 mgr.smithi066.seeyps (mgr.14195) 425 : cluster [DBG] pgmap v299: 97 pgs: 97 active+clean; 607 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:30:18.708 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:30:18 smithi122 bash[23477]: audit 2024-03-21T13:30:18.135992+0000 mon.smithi066 (mon.0) 987 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:30:18.713 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:30:18 smithi066 bash[18703]: cluster 2024-03-21T13:30:17.209307+0000 mgr.smithi066.seeyps (mgr.14195) 425 : cluster [DBG] pgmap v299: 97 pgs: 97 active+clean; 607 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:30:18.713 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:30:18 smithi066 bash[18703]: audit 2024-03-21T13:30:18.135992+0000 mon.smithi066 (mon.0) 987 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:30:19.570 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2024-03-21T13:30:19.570 INFO:teuthology.orchestra.run.smithi066.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-03-21T13:30:19.958 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:30:19 smithi122 bash[23477]: audit 2024-03-21T13:30:18.666643+0000 mon.smithi066 (mon.0) 988 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:30:19.958 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:30:19 smithi122 bash[23477]: audit 2024-03-21T13:30:18.674477+0000 mon.smithi066 (mon.0) 989 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:30:19.959 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:30:19 smithi122 bash[23477]: audit 2024-03-21T13:30:19.114860+0000 mon.smithi066 (mon.0) 990 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:30:19.959 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:30:19 smithi122 bash[23477]: audit 2024-03-21T13:30:19.123224+0000 mon.smithi066 (mon.0) 991 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:30:19.959 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:30:19 smithi122 bash[23477]: audit 2024-03-21T13:30:19.124711+0000 mon.smithi066 (mon.0) 992 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:30:19.959 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:30:19 smithi122 bash[23477]: audit 2024-03-21T13:30:19.125698+0000 mon.smithi066 (mon.0) 993 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:30:19.959 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:30:19 smithi122 bash[23477]: audit 2024-03-21T13:30:19.130391+0000 mon.smithi066 (mon.0) 994 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:30:19.959 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:30:19 smithi122 bash[23477]: audit 2024-03-21T13:30:19.133526+0000 mon.smithi066 (mon.0) 995 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T13:30:19.959 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:30:19 smithi122 bash[23477]: audit 2024-03-21T13:30:19.144232+0000 mon.smithi066 (mon.0) 996 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:30:19.959 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:30:19 smithi122 bash[23477]: audit 2024-03-21T13:30:19.144876+0000 mon.smithi066 (mon.0) 997 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi066.wvcoaq"}]: dispatch 2024-03-21T13:30:19.959 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:30:19 smithi122 bash[23477]: audit 2024-03-21T13:30:19.147608+0000 mon.smithi066 (mon.0) 998 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi066.wvcoaq"}]': finished 2024-03-21T13:30:19.959 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:30:19 smithi122 bash[23477]: audit 2024-03-21T13:30:19.154413+0000 mon.smithi066 (mon.0) 999 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:30:19.959 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:30:19 smithi122 bash[23477]: audit 2024-03-21T13:30:19.155671+0000 mon.smithi066 (mon.0) 1000 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi066.gbfmia", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-03-21T13:30:19.959 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:30:19 smithi122 bash[23477]: audit 2024-03-21T13:30:19.158797+0000 mon.smithi066 (mon.0) 1001 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi066.gbfmia", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-03-21T13:30:19.959 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:30:19 smithi122 bash[23477]: audit 2024-03-21T13:30:19.161533+0000 mon.smithi066 (mon.0) 1002 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-03-21T13:30:19.959 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:30:19 smithi122 bash[23477]: audit 2024-03-21T13:30:19.164452+0000 mon.smithi066 (mon.0) 1003 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-03-21T13:30:19.960 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:30:19 smithi122 bash[23477]: audit 2024-03-21T13:30:19.167511+0000 mon.smithi066 (mon.0) 1004 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:30:19.960 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:30:19 smithi122 bash[23477]: audit 2024-03-21T13:30:19.222368+0000 mon.smithi066 (mon.0) 1005 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-03-21T13:30:19.960 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:30:19 smithi122 bash[23477]: audit 2024-03-21T13:30:19.223964+0000 mon.smithi066 (mon.0) 1006 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-03-21T13:30:19.960 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:30:19 smithi122 bash[23477]: audit 2024-03-21T13:30:19.282565+0000 mon.smithi066 (mon.0) 1007 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi066.gbfmia-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-21T13:30:19.960 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:30:19 smithi122 bash[23477]: audit 2024-03-21T13:30:19.284200+0000 mon.smithi066 (mon.0) 1008 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi066.gbfmia-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-21T13:30:19.960 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:30:19 smithi122 bash[23477]: audit 2024-03-21T13:30:19.287208+0000 mon.smithi066 (mon.0) 1009 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:30:19.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:30:19 smithi066 bash[18703]: audit 2024-03-21T13:30:18.666643+0000 mon.smithi066 (mon.0) 988 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:30:19.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:30:19 smithi066 bash[18703]: audit 2024-03-21T13:30:18.674477+0000 mon.smithi066 (mon.0) 989 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:30:19.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:30:19 smithi066 bash[18703]: audit 2024-03-21T13:30:19.114860+0000 mon.smithi066 (mon.0) 990 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:30:19.965 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:30:19 smithi066 bash[18703]: audit 2024-03-21T13:30:19.123224+0000 mon.smithi066 (mon.0) 991 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:30:19.965 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:30:19 smithi066 bash[18703]: audit 2024-03-21T13:30:19.124711+0000 mon.smithi066 (mon.0) 992 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:30:19.965 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:30:19 smithi066 bash[18703]: audit 2024-03-21T13:30:19.125698+0000 mon.smithi066 (mon.0) 993 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:30:19.965 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:30:19 smithi066 bash[18703]: audit 2024-03-21T13:30:19.130391+0000 mon.smithi066 (mon.0) 994 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:30:19.965 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:30:19 smithi066 bash[18703]: audit 2024-03-21T13:30:19.133526+0000 mon.smithi066 (mon.0) 995 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T13:30:19.965 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:30:19 smithi066 bash[18703]: audit 2024-03-21T13:30:19.144232+0000 mon.smithi066 (mon.0) 996 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:30:19.965 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:30:19 smithi066 bash[18703]: audit 2024-03-21T13:30:19.144876+0000 mon.smithi066 (mon.0) 997 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi066.wvcoaq"}]: dispatch 2024-03-21T13:30:19.965 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:30:19 smithi066 bash[18703]: audit 2024-03-21T13:30:19.147608+0000 mon.smithi066 (mon.0) 998 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi066.wvcoaq"}]': finished 2024-03-21T13:30:19.965 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:30:19 smithi066 bash[18703]: audit 2024-03-21T13:30:19.154413+0000 mon.smithi066 (mon.0) 999 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:30:19.965 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:30:19 smithi066 bash[18703]: audit 2024-03-21T13:30:19.155671+0000 mon.smithi066 (mon.0) 1000 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi066.gbfmia", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-03-21T13:30:19.965 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:30:19 smithi066 bash[18703]: audit 2024-03-21T13:30:19.158797+0000 mon.smithi066 (mon.0) 1001 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi066.gbfmia", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-03-21T13:30:19.965 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:30:19 smithi066 bash[18703]: audit 2024-03-21T13:30:19.161533+0000 mon.smithi066 (mon.0) 1002 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-03-21T13:30:19.965 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:30:19 smithi066 bash[18703]: audit 2024-03-21T13:30:19.164452+0000 mon.smithi066 (mon.0) 1003 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-03-21T13:30:19.965 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:30:19 smithi066 bash[18703]: audit 2024-03-21T13:30:19.167511+0000 mon.smithi066 (mon.0) 1004 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:30:19.965 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:30:19 smithi066 bash[18703]: audit 2024-03-21T13:30:19.222368+0000 mon.smithi066 (mon.0) 1005 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-03-21T13:30:19.966 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:30:19 smithi066 bash[18703]: audit 2024-03-21T13:30:19.223964+0000 mon.smithi066 (mon.0) 1006 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-03-21T13:30:19.966 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:30:19 smithi066 bash[18703]: audit 2024-03-21T13:30:19.282565+0000 mon.smithi066 (mon.0) 1007 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi066.gbfmia-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-21T13:30:19.966 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:30:19 smithi066 bash[18703]: audit 2024-03-21T13:30:19.284200+0000 mon.smithi066 (mon.0) 1008 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi066.gbfmia-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-21T13:30:19.966 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:30:19 smithi066 bash[18703]: audit 2024-03-21T13:30:19.287208+0000 mon.smithi066 (mon.0) 1009 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:30:20.571 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2024-03-21T13:30:20.572 INFO:teuthology.orchestra.run.smithi066.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-03-21T13:30:20.816 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:30:20 smithi066 bash[18703]: cephadm 2024-03-21T13:30:19.144583+0000 mgr.smithi066.seeyps (mgr.14195) 426 : cephadm [INF] Fencing old nfs.foo.0.0.smithi066.wvcoaq 2024-03-21T13:30:20.816 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:30:20 smithi066 bash[18703]: cephadm 2024-03-21T13:30:19.155187+0000 mgr.smithi066.seeyps (mgr.14195) 427 : cephadm [INF] Creating key for client.nfs.foo.0.1.smithi066.gbfmia 2024-03-21T13:30:20.816 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:30:20 smithi066 bash[18703]: cephadm 2024-03-21T13:30:19.161102+0000 mgr.smithi066.seeyps (mgr.14195) 428 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-03-21T13:30:20.817 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:30:20 smithi066 bash[18703]: cluster 2024-03-21T13:30:19.210092+0000 mgr.smithi066.seeyps (mgr.14195) 429 : cluster [DBG] pgmap v300: 97 pgs: 97 active+clean; 607 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:30:20.817 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:30:20 smithi066 bash[18703]: cephadm 2024-03-21T13:30:19.282063+0000 mgr.smithi066.seeyps (mgr.14195) 430 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-03-21T13:30:20.817 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:30:20 smithi066 bash[18703]: cephadm 2024-03-21T13:30:19.282175+0000 mgr.smithi066.seeyps (mgr.14195) 431 : cephadm [INF] Creating key for client.nfs.foo.0.1.smithi066.gbfmia-rgw 2024-03-21T13:30:20.817 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:30:20 smithi066 bash[18703]: cephadm 2024-03-21T13:30:19.286565+0000 mgr.smithi066.seeyps (mgr.14195) 432 : cephadm [WRN] Bind address in nfs.foo.0.1.smithi066.gbfmia's ganesha conf is defaulting to empty 2024-03-21T13:30:20.817 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:30:20 smithi066 bash[18703]: cephadm 2024-03-21T13:30:19.288377+0000 mgr.smithi066.seeyps (mgr.14195) 433 : cephadm [INF] Deploying daemon nfs.foo.0.1.smithi066.gbfmia on smithi066 2024-03-21T13:30:20.958 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:30:20 smithi122 bash[23477]: cephadm 2024-03-21T13:30:19.144583+0000 mgr.smithi066.seeyps (mgr.14195) 426 : cephadm [INF] Fencing old nfs.foo.0.0.smithi066.wvcoaq 2024-03-21T13:30:20.958 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:30:20 smithi122 bash[23477]: cephadm 2024-03-21T13:30:19.155187+0000 mgr.smithi066.seeyps (mgr.14195) 427 : cephadm [INF] Creating key for client.nfs.foo.0.1.smithi066.gbfmia 2024-03-21T13:30:20.958 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:30:20 smithi122 bash[23477]: cephadm 2024-03-21T13:30:19.161102+0000 mgr.smithi066.seeyps (mgr.14195) 428 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-03-21T13:30:20.958 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:30:20 smithi122 bash[23477]: cluster 2024-03-21T13:30:19.210092+0000 mgr.smithi066.seeyps (mgr.14195) 429 : cluster [DBG] pgmap v300: 97 pgs: 97 active+clean; 607 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2024-03-21T13:30:20.958 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:30:20 smithi122 bash[23477]: cephadm 2024-03-21T13:30:19.282063+0000 mgr.smithi066.seeyps (mgr.14195) 430 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-03-21T13:30:20.958 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:30:20 smithi122 bash[23477]: cephadm 2024-03-21T13:30:19.282175+0000 mgr.smithi066.seeyps (mgr.14195) 431 : cephadm [INF] Creating key for client.nfs.foo.0.1.smithi066.gbfmia-rgw 2024-03-21T13:30:20.958 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:30:20 smithi122 bash[23477]: cephadm 2024-03-21T13:30:19.286565+0000 mgr.smithi066.seeyps (mgr.14195) 432 : cephadm [WRN] Bind address in nfs.foo.0.1.smithi066.gbfmia's ganesha conf is defaulting to empty 2024-03-21T13:30:20.958 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:30:20 smithi122 bash[23477]: cephadm 2024-03-21T13:30:19.288377+0000 mgr.smithi066.seeyps (mgr.14195) 433 : cephadm [INF] Deploying daemon nfs.foo.0.1.smithi066.gbfmia on smithi066 2024-03-21T13:30:21.573 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2024-03-21T13:30:21.573 INFO:teuthology.orchestra.run.smithi066.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-03-21T13:30:21.596 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:30:21 smithi066 systemd[1]: /etc/systemd/system/ceph-5ff71cb6-e785-11ee-95cd-87774f69a715@.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-03-21T13:30:21.924 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:30:21 smithi066 bash[18703]: cluster 2024-03-21T13:30:21.211123+0000 mgr.smithi066.seeyps (mgr.14195) 434 : cluster [DBG] pgmap v301: 97 pgs: 97 active+clean; 607 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-03-21T13:30:21.924 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:30:21 smithi066 systemd[1]: /etc/systemd/system/ceph-5ff71cb6-e785-11ee-95cd-87774f69a715@.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-03-21T13:30:21.957 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:30:21 smithi122 bash[23477]: cluster 2024-03-21T13:30:21.211123+0000 mgr.smithi066.seeyps (mgr.14195) 434 : cluster [DBG] pgmap v301: 97 pgs: 97 active+clean; 607 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-03-21T13:30:22.574 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2024-03-21T13:30:22.574 INFO:teuthology.orchestra.run.smithi066.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-03-21T13:30:23.214 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:30:22 smithi066 bash[18703]: audit 2024-03-21T13:30:21.971193+0000 mon.smithi066 (mon.0) 1010 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:30:23.214 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:30:22 smithi066 bash[18703]: audit 2024-03-21T13:30:21.978777+0000 mon.smithi066 (mon.0) 1011 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:30:23.214 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:30:22 smithi066 bash[18703]: audit 2024-03-21T13:30:22.012244+0000 mon.smithi066 (mon.0) 1012 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:30:23.214 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:30:22 smithi066 bash[18703]: audit 2024-03-21T13:30:22.018079+0000 mon.smithi066 (mon.0) 1013 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:30:23.215 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:30:22 smithi066 bash[18703]: audit 2024-03-21T13:30:22.083434+0000 mon.smithi066 (mon.0) 1014 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:30:23.458 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:30:22 smithi122 bash[23477]: audit 2024-03-21T13:30:21.971193+0000 mon.smithi066 (mon.0) 1010 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:30:23.458 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:30:22 smithi122 bash[23477]: audit 2024-03-21T13:30:21.978777+0000 mon.smithi066 (mon.0) 1011 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:30:23.458 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:30:22 smithi122 bash[23477]: audit 2024-03-21T13:30:22.012244+0000 mon.smithi066 (mon.0) 1012 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:30:23.458 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:30:22 smithi122 bash[23477]: audit 2024-03-21T13:30:22.018079+0000 mon.smithi066 (mon.0) 1013 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:30:23.458 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:30:22 smithi122 bash[23477]: audit 2024-03-21T13:30:22.083434+0000 mon.smithi066 (mon.0) 1014 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:30:23.575 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2024-03-21T13:30:23.575 INFO:teuthology.orchestra.run.smithi066.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-03-21T13:30:24.458 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:30:23 smithi122 bash[23477]: audit 2024-03-21T13:30:23.076047+0000 mon.smithi066 (mon.0) 1015 : audit [INF] from='mds.? ' entity='mds.foofs.smithi122.hyvyul' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.66:0/770758774"}]: dispatch 2024-03-21T13:30:24.458 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:30:23 smithi122 bash[23477]: cluster 2024-03-21T13:30:23.079920+0000 mds.foofs.smithi122.hyvyul (mds.0) 1 : cluster [INF] Evicting (and blocklisting) client session 14522 (172.21.15.66:0/770758774) 2024-03-21T13:30:24.458 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:30:23 smithi122 bash[23477]: audit 2024-03-21T13:30:23.080398+0000 mon.smithi122 (mon.1) 21 : audit [INF] from='mds.? [v2:172.21.15.122:6832/378574180,v1:172.21.15.122:6833/378574180]' entity='mds.foofs.smithi122.hyvyul' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.66:0/770758774"}]: dispatch 2024-03-21T13:30:24.458 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:30:23 smithi122 bash[23477]: cluster 2024-03-21T13:30:23.211730+0000 mgr.smithi066.seeyps (mgr.14195) 435 : cluster [DBG] pgmap v302: 97 pgs: 97 active+clean; 607 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-21T13:30:24.463 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:30:23 smithi066 bash[18703]: audit 2024-03-21T13:30:23.076047+0000 mon.smithi066 (mon.0) 1015 : audit [INF] from='mds.? ' entity='mds.foofs.smithi122.hyvyul' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.66:0/770758774"}]: dispatch 2024-03-21T13:30:24.464 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:30:23 smithi066 bash[18703]: cluster 2024-03-21T13:30:23.079920+0000 mds.foofs.smithi122.hyvyul (mds.0) 1 : cluster [INF] Evicting (and blocklisting) client session 14522 (172.21.15.66:0/770758774) 2024-03-21T13:30:24.464 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:30:23 smithi066 bash[18703]: audit 2024-03-21T13:30:23.080398+0000 mon.smithi122 (mon.1) 21 : audit [INF] from='mds.? [v2:172.21.15.122:6832/378574180,v1:172.21.15.122:6833/378574180]' entity='mds.foofs.smithi122.hyvyul' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.66:0/770758774"}]: dispatch 2024-03-21T13:30:24.464 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:30:23 smithi066 bash[18703]: cluster 2024-03-21T13:30:23.211730+0000 mgr.smithi066.seeyps (mgr.14195) 435 : cluster [DBG] pgmap v302: 97 pgs: 97 active+clean; 607 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-21T13:30:24.576 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2024-03-21T13:30:24.576 INFO:teuthology.orchestra.run.smithi066.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-03-21T13:30:25.458 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:30:24 smithi122 bash[23477]: audit 2024-03-21T13:30:23.978126+0000 mon.smithi066 (mon.0) 1016 : audit [INF] from='mds.? ' entity='mds.foofs.smithi122.hyvyul' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.66:0/770758774"}]': finished 2024-03-21T13:30:25.458 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:30:24 smithi122 bash[23477]: cluster 2024-03-21T13:30:23.980975+0000 mon.smithi066 (mon.0) 1017 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-03-21T13:30:25.463 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:30:24 smithi066 bash[18703]: audit 2024-03-21T13:30:23.978126+0000 mon.smithi066 (mon.0) 1016 : audit [INF] from='mds.? ' entity='mds.foofs.smithi122.hyvyul' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.66:0/770758774"}]': finished 2024-03-21T13:30:25.463 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:30:24 smithi066 bash[18703]: cluster 2024-03-21T13:30:23.980975+0000 mon.smithi066 (mon.0) 1017 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-03-21T13:30:25.577 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2024-03-21T13:30:25.577 INFO:teuthology.orchestra.run.smithi066.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-03-21T13:30:26.457 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:30:25 smithi122 bash[23477]: cluster 2024-03-21T13:30:25.212085+0000 mgr.smithi066.seeyps (mgr.14195) 436 : cluster [DBG] pgmap v304: 97 pgs: 97 active+clean; 607 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-03-21T13:30:26.464 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:30:25 smithi066 bash[18703]: cluster 2024-03-21T13:30:25.212085+0000 mgr.smithi066.seeyps (mgr.14195) 436 : cluster [DBG] pgmap v304: 97 pgs: 97 active+clean; 607 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-03-21T13:30:26.578 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2024-03-21T13:30:26.578 INFO:teuthology.orchestra.run.smithi066.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-03-21T13:30:27.580 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2024-03-21T13:30:27.580 INFO:teuthology.orchestra.run.smithi066.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-03-21T13:30:27.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:30:27 smithi066 bash[18703]: audit 2024-03-21T13:30:26.885827+0000 mon.smithi066 (mon.0) 1018 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:30:27.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:30:27 smithi066 bash[18703]: cluster 2024-03-21T13:30:27.212657+0000 mgr.smithi066.seeyps (mgr.14195) 437 : cluster [DBG] pgmap v305: 97 pgs: 97 active+clean; 608 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 716 B/s wr, 2 op/s 2024-03-21T13:30:28.207 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:30:27 smithi122 bash[23477]: audit 2024-03-21T13:30:26.885827+0000 mon.smithi066 (mon.0) 1018 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:30:28.208 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:30:27 smithi122 bash[23477]: cluster 2024-03-21T13:30:27.212657+0000 mgr.smithi066.seeyps (mgr.14195) 437 : cluster [DBG] pgmap v305: 97 pgs: 97 active+clean; 608 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 716 B/s wr, 2 op/s 2024-03-21T13:30:28.580 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2024-03-21T13:30:28.580 INFO:teuthology.orchestra.run.smithi066.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-03-21T13:30:29.582 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2024-03-21T13:30:29.582 INFO:teuthology.orchestra.run.smithi066.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-03-21T13:30:29.709 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:30:29 smithi122 bash[23477]: audit 2024-03-21T13:30:28.326199+0000 mon.smithi066 (mon.0) 1019 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:30:29.710 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:30:29 smithi122 bash[23477]: audit 2024-03-21T13:30:28.336082+0000 mon.smithi066 (mon.0) 1020 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:30:29.710 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:30:29 smithi122 bash[23477]: audit 2024-03-21T13:30:28.962752+0000 mon.smithi066 (mon.0) 1021 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:30:29.710 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:30:29 smithi122 bash[23477]: audit 2024-03-21T13:30:28.964423+0000 mon.smithi066 (mon.0) 1022 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:30:29.710 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:30:29 smithi122 bash[23477]: audit 2024-03-21T13:30:28.973020+0000 mon.smithi066 (mon.0) 1023 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:30:29.710 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:30:29 smithi122 bash[23477]: audit 2024-03-21T13:30:28.978903+0000 mon.smithi066 (mon.0) 1024 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T13:30:29.710 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:30:29 smithi122 bash[23477]: audit 2024-03-21T13:30:29.002779+0000 mon.smithi066 (mon.0) 1025 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:30:29.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:30:29 smithi066 bash[18703]: audit 2024-03-21T13:30:28.326199+0000 mon.smithi066 (mon.0) 1019 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:30:29.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:30:29 smithi066 bash[18703]: audit 2024-03-21T13:30:28.336082+0000 mon.smithi066 (mon.0) 1020 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:30:29.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:30:29 smithi066 bash[18703]: audit 2024-03-21T13:30:28.962752+0000 mon.smithi066 (mon.0) 1021 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:30:29.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:30:29 smithi066 bash[18703]: audit 2024-03-21T13:30:28.964423+0000 mon.smithi066 (mon.0) 1022 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:30:29.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:30:29 smithi066 bash[18703]: audit 2024-03-21T13:30:28.973020+0000 mon.smithi066 (mon.0) 1023 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:30:29.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:30:29 smithi066 bash[18703]: audit 2024-03-21T13:30:28.978903+0000 mon.smithi066 (mon.0) 1024 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T13:30:29.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:30:29 smithi066 bash[18703]: audit 2024-03-21T13:30:29.002779+0000 mon.smithi066 (mon.0) 1025 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:30:30.583 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2024-03-21T13:30:30.583 INFO:teuthology.orchestra.run.smithi066.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-03-21T13:30:30.617 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:30:30 smithi066 bash[18703]: cephadm 2024-03-21T13:30:29.076123+0000 mgr.smithi066.seeyps (mgr.14195) 438 : cephadm [INF] Reconfiguring haproxy.nfs.foo.smithi066.hfdkuv (dependencies changed)... 2024-03-21T13:30:30.618 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:30:30 smithi066 bash[18703]: cephadm 2024-03-21T13:30:29.081699+0000 mgr.smithi066.seeyps (mgr.14195) 439 : cephadm [INF] Reconfiguring daemon haproxy.nfs.foo.smithi066.hfdkuv on smithi066 2024-03-21T13:30:30.618 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:30:30 smithi066 bash[18703]: cluster 2024-03-21T13:30:29.213577+0000 mgr.smithi066.seeyps (mgr.14195) 440 : cluster [DBG] pgmap v306: 97 pgs: 97 active+clean; 608 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 716 B/s wr, 2 op/s 2024-03-21T13:30:30.707 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:30:30 smithi122 bash[23477]: cephadm 2024-03-21T13:30:29.076123+0000 mgr.smithi066.seeyps (mgr.14195) 438 : cephadm [INF] Reconfiguring haproxy.nfs.foo.smithi066.hfdkuv (dependencies changed)... 2024-03-21T13:30:30.708 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:30:30 smithi122 bash[23477]: cephadm 2024-03-21T13:30:29.081699+0000 mgr.smithi066.seeyps (mgr.14195) 439 : cephadm [INF] Reconfiguring daemon haproxy.nfs.foo.smithi066.hfdkuv on smithi066 2024-03-21T13:30:30.708 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:30:30 smithi122 bash[23477]: cluster 2024-03-21T13:30:29.213577+0000 mgr.smithi066.seeyps (mgr.14195) 440 : cluster [DBG] pgmap v306: 97 pgs: 97 active+clean; 608 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 716 B/s wr, 2 op/s 2024-03-21T13:30:31.585 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2024-03-21T13:30:31.585 INFO:teuthology.orchestra.run.smithi066.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-03-21T13:30:32.587 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2024-03-21T13:30:32.587 INFO:teuthology.orchestra.run.smithi066.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-03-21T13:30:32.593 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:30:32 smithi066 bash[18703]: cluster 2024-03-21T13:30:31.214080+0000 mgr.smithi066.seeyps (mgr.14195) 441 : cluster [DBG] pgmap v307: 97 pgs: 97 active+clean; 608 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 818 B/s wr, 2 op/s 2024-03-21T13:30:32.593 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:30:32 smithi066 bash[18703]: audit 2024-03-21T13:30:31.860688+0000 mon.smithi066 (mon.0) 1026 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:30:32.593 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:30:32 smithi066 bash[18703]: audit 2024-03-21T13:30:31.867172+0000 mon.smithi066 (mon.0) 1027 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:30:32.707 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:30:32 smithi122 bash[23477]: cluster 2024-03-21T13:30:31.214080+0000 mgr.smithi066.seeyps (mgr.14195) 441 : cluster [DBG] pgmap v307: 97 pgs: 97 active+clean; 608 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 818 B/s wr, 2 op/s 2024-03-21T13:30:32.707 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:30:32 smithi122 bash[23477]: audit 2024-03-21T13:30:31.860688+0000 mon.smithi066 (mon.0) 1026 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:30:32.708 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:30:32 smithi122 bash[23477]: audit 2024-03-21T13:30:31.867172+0000 mon.smithi066 (mon.0) 1027 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:30:33.456 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:30:33 smithi122 bash[23477]: cephadm 2024-03-21T13:30:31.905467+0000 mgr.smithi066.seeyps (mgr.14195) 442 : cephadm [INF] Reconfiguring haproxy.nfs.foo.smithi122.wcnscn (dependencies changed)... 2024-03-21T13:30:33.456 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:30:33 smithi122 bash[23477]: cephadm 2024-03-21T13:30:31.907543+0000 mgr.smithi066.seeyps (mgr.14195) 443 : cephadm [INF] Reconfiguring daemon haproxy.nfs.foo.smithi122.wcnscn on smithi122 2024-03-21T13:30:33.456 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:30:33 smithi122 bash[23477]: audit 2024-03-21T13:30:33.141172+0000 mon.smithi066 (mon.0) 1028 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:30:33.464 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:30:33 smithi066 bash[18703]: cephadm 2024-03-21T13:30:31.905467+0000 mgr.smithi066.seeyps (mgr.14195) 442 : cephadm [INF] Reconfiguring haproxy.nfs.foo.smithi122.wcnscn (dependencies changed)... 2024-03-21T13:30:33.464 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:30:33 smithi066 bash[18703]: cephadm 2024-03-21T13:30:31.907543+0000 mgr.smithi066.seeyps (mgr.14195) 443 : cephadm [INF] Reconfiguring daemon haproxy.nfs.foo.smithi122.wcnscn on smithi122 2024-03-21T13:30:33.464 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:30:33 smithi066 bash[18703]: audit 2024-03-21T13:30:33.141172+0000 mon.smithi066 (mon.0) 1028 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:30:33.588 INFO:teuthology.orchestra.run.smithi066.stderr:+ true 2024-03-21T13:30:33.588 INFO:teuthology.orchestra.run.smithi066.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-03-21T13:30:34.323 INFO:teuthology.orchestra.run.smithi066.stdout:haproxy.nfs.foo.smithi122.wcnscn 2024-03-21T13:30:34.324 INFO:teuthology.orchestra.run.smithi066.stdout:Mount is back! 2024-03-21T13:30:34.324 INFO:teuthology.orchestra.run.smithi066.stderr:+ echo 'Mount is back!' 2024-03-21T13:30:34.326 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi122.front.sepia.ceph.com 2024-03-21T13:30:34.327 DEBUG:teuthology.orchestra.run.smithi122:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'echo "Check with $(hostname) ganesha(s) down..." 2024-03-21T13:30:34.327 DEBUG:teuthology.orchestra.run.smithi122:> for c in `systemctl | grep ceph- | grep @nfs | awk '"'"'{print $1}'"'"'`; do 2024-03-21T13:30:34.327 DEBUG:teuthology.orchestra.run.smithi122:> cid=`echo $c | sed '"'"'s/@/-/'"'"'` 2024-03-21T13:30:34.327 DEBUG:teuthology.orchestra.run.smithi122:> id=`echo $c | cut -d @ -f 2 | sed '"'"'s/.service$//'"'"'` 2024-03-21T13:30:34.327 DEBUG:teuthology.orchestra.run.smithi122:> fsid=`echo $c | cut -d @ -f 1 | cut -d - -f 2-` 2024-03-21T13:30:34.327 DEBUG:teuthology.orchestra.run.smithi122:> echo "Removing daemon $id fsid $fsid..." 2024-03-21T13:30:34.327 DEBUG:teuthology.orchestra.run.smithi122:> sudo $TESTDIR/cephadm rm-daemon --fsid $fsid --name $id 2024-03-21T13:30:34.327 DEBUG:teuthology.orchestra.run.smithi122:> 2024-03-21T13:30:34.327 DEBUG:teuthology.orchestra.run.smithi122:> echo "Waking up cephadm..." 2024-03-21T13:30:34.327 DEBUG:teuthology.orchestra.run.smithi122:> sudo $TESTDIR/cephadm shell -- ceph orch ps --refresh 2024-03-21T13:30:34.327 DEBUG:teuthology.orchestra.run.smithi122:> 2024-03-21T13:30:34.327 DEBUG:teuthology.orchestra.run.smithi122:> while ! timeout 1 cat /mnt/foo/testfile ; do true ; done 2024-03-21T13:30:34.327 DEBUG:teuthology.orchestra.run.smithi122:> echo "Mount is back!" 2024-03-21T13:30:34.328 DEBUG:teuthology.orchestra.run.smithi122:> done 2024-03-21T13:30:34.328 DEBUG:teuthology.orchestra.run.smithi122:> ' 2024-03-21T13:30:34.341 INFO:teuthology.orchestra.run.smithi122.stderr:++ hostname 2024-03-21T13:30:34.341 INFO:teuthology.orchestra.run.smithi122.stdout:Check with smithi122 ganesha(s) down... 2024-03-21T13:30:34.342 INFO:teuthology.orchestra.run.smithi122.stderr:+ echo 'Check with smithi122 ganesha(s) down...' 2024-03-21T13:30:34.342 INFO:teuthology.orchestra.run.smithi122.stderr:++ systemctl 2024-03-21T13:30:34.342 INFO:teuthology.orchestra.run.smithi122.stderr:++ grep ceph- 2024-03-21T13:30:34.343 INFO:teuthology.orchestra.run.smithi122.stderr:++ grep @nfs 2024-03-21T13:30:34.343 INFO:teuthology.orchestra.run.smithi122.stderr:++ awk '{print $1}' 2024-03-21T13:30:34.350 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-03-21T13:30:34.363 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi066.front.sepia.ceph.com 2024-03-21T13:30:34.363 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ff71cb6-e785-11ee-95cd-87774f69a715 -- bash -c 'stat -c '"'"'%u %g'"'"' /var/log/ceph | grep '"'"'167 167'"'"'' 2024-03-21T13:30:34.456 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:30:34 smithi122 bash[23477]: cluster 2024-03-21T13:30:33.214993+0000 mgr.smithi066.seeyps (mgr.14195) 444 : cluster [DBG] pgmap v308: 97 pgs: 97 active+clean; 608 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 921 B/s rd, 921 B/s wr, 2 op/s 2024-03-21T13:30:34.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:30:34 smithi066 bash[18703]: cluster 2024-03-21T13:30:33.214993+0000 mgr.smithi066.seeyps (mgr.14195) 444 : cluster [DBG] pgmap v308: 97 pgs: 97 active+clean; 608 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 921 B/s rd, 921 B/s wr, 2 op/s 2024-03-21T13:30:35.957 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:30:35 smithi122 bash[23477]: audit 2024-03-21T13:30:34.731225+0000 mon.smithi066 (mon.0) 1029 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:30:35.958 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:30:35 smithi122 bash[23477]: audit 2024-03-21T13:30:34.743431+0000 mon.smithi066 (mon.0) 1030 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:30:35.958 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:30:35 smithi122 bash[23477]: audit 2024-03-21T13:30:34.803909+0000 mon.smithi066 (mon.0) 1031 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:30:35.958 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:30:35 smithi122 bash[23477]: cluster 2024-03-21T13:30:35.215806+0000 mgr.smithi066.seeyps (mgr.14195) 445 : cluster [DBG] pgmap v309: 97 pgs: 97 active+clean; 608 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 820 B/s rd, 820 B/s wr, 2 op/s 2024-03-21T13:30:36.214 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:30:35 smithi066 bash[18703]: audit 2024-03-21T13:30:34.731225+0000 mon.smithi066 (mon.0) 1029 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:30:36.214 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:30:35 smithi066 bash[18703]: audit 2024-03-21T13:30:34.743431+0000 mon.smithi066 (mon.0) 1030 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:30:36.214 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:30:35 smithi066 bash[18703]: audit 2024-03-21T13:30:34.803909+0000 mon.smithi066 (mon.0) 1031 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T13:30:36.214 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:30:35 smithi066 bash[18703]: cluster 2024-03-21T13:30:35.215806+0000 mgr.smithi066.seeyps (mgr.14195) 445 : cluster [DBG] pgmap v309: 97 pgs: 97 active+clean; 608 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 820 B/s rd, 820 B/s wr, 2 op/s 2024-03-21T13:30:38.551 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:30:38 smithi122 bash[23477]: cluster 2024-03-21T13:30:37.216591+0000 mgr.smithi066.seeyps (mgr.14195) 446 : cluster [DBG] pgmap v310: 97 pgs: 97 active+clean; 608 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1.1 KiB/s wr, 2 op/s 2024-03-21T13:30:38.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:30:38 smithi066 bash[18703]: cluster 2024-03-21T13:30:37.216591+0000 mgr.smithi066.seeyps (mgr.14195) 446 : cluster [DBG] pgmap v310: 97 pgs: 97 active+clean; 608 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1.1 KiB/s wr, 2 op/s 2024-03-21T13:30:39.206 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/mon.smithi066/config 2024-03-21T13:30:40.370 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:30:40 smithi066 bash[18703]: cluster 2024-03-21T13:30:39.217436+0000 mgr.smithi066.seeyps (mgr.14195) 447 : cluster [DBG] pgmap v311: 97 pgs: 97 active+clean; 608 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 511 B/s wr, 1 op/s 2024-03-21T13:30:40.707 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:30:40 smithi122 bash[23477]: cluster 2024-03-21T13:30:39.217436+0000 mgr.smithi066.seeyps (mgr.14195) 447 : cluster [DBG] pgmap v311: 97 pgs: 97 active+clean; 608 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 511 B/s wr, 1 op/s 2024-03-21T13:30:41.663 INFO:teuthology.orchestra.run.smithi066.stdout:167 167 2024-03-21T13:30:41.707 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:30:41 smithi122 bash[23477]: audit 2024-03-21T13:30:40.456297+0000 mon.smithi066 (mon.0) 1032 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:30:41.707 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:30:41 smithi122 bash[23477]: audit 2024-03-21T13:30:40.467270+0000 mon.smithi066 (mon.0) 1033 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:30:41.708 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:30:41 smithi122 bash[23477]: audit 2024-03-21T13:30:40.610580+0000 mon.smithi066 (mon.0) 1034 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:30:41.708 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:30:41 smithi122 bash[23477]: audit 2024-03-21T13:30:40.622385+0000 mon.smithi066 (mon.0) 1035 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:30:41.708 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:30:41 smithi122 bash[23477]: audit 2024-03-21T13:30:40.624040+0000 mon.smithi066 (mon.0) 1036 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:30:41.708 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:30:41 smithi122 bash[23477]: audit 2024-03-21T13:30:40.625674+0000 mon.smithi066 (mon.0) 1037 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:30:41.708 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:30:41 smithi122 bash[23477]: audit 2024-03-21T13:30:40.632511+0000 mon.smithi066 (mon.0) 1038 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:30:41.708 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:30:41 smithi122 bash[23477]: audit 2024-03-21T13:30:40.636648+0000 mon.smithi066 (mon.0) 1039 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T13:30:41.708 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:30:41 smithi122 bash[23477]: audit 2024-03-21T13:30:40.657998+0000 mon.smithi066 (mon.0) 1040 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:30:41.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:30:41 smithi066 bash[18703]: audit 2024-03-21T13:30:40.456297+0000 mon.smithi066 (mon.0) 1032 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:30:41.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:30:41 smithi066 bash[18703]: audit 2024-03-21T13:30:40.467270+0000 mon.smithi066 (mon.0) 1033 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:30:41.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:30:41 smithi066 bash[18703]: audit 2024-03-21T13:30:40.610580+0000 mon.smithi066 (mon.0) 1034 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:30:41.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:30:41 smithi066 bash[18703]: audit 2024-03-21T13:30:40.622385+0000 mon.smithi066 (mon.0) 1035 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:30:41.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:30:41 smithi066 bash[18703]: audit 2024-03-21T13:30:40.624040+0000 mon.smithi066 (mon.0) 1036 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T13:30:41.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:30:41 smithi066 bash[18703]: audit 2024-03-21T13:30:40.625674+0000 mon.smithi066 (mon.0) 1037 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T13:30:41.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:30:41 smithi066 bash[18703]: audit 2024-03-21T13:30:40.632511+0000 mon.smithi066 (mon.0) 1038 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:30:41.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:30:41 smithi066 bash[18703]: audit 2024-03-21T13:30:40.636648+0000 mon.smithi066 (mon.0) 1039 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T13:30:41.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:30:41 smithi066 bash[18703]: audit 2024-03-21T13:30:40.657998+0000 mon.smithi066 (mon.0) 1040 : audit [INF] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' 2024-03-21T13:30:42.313 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ff71cb6-e785-11ee-95cd-87774f69a715 -- bash -c 'ceph orch status' 2024-03-21T13:30:42.957 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:30:42 smithi122 bash[23477]: cluster 2024-03-21T13:30:41.218306+0000 mgr.smithi066.seeyps (mgr.14195) 448 : cluster [DBG] pgmap v312: 97 pgs: 97 active+clean; 608 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 511 B/s wr, 1 op/s 2024-03-21T13:30:42.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:30:42 smithi066 bash[18703]: cluster 2024-03-21T13:30:41.218306+0000 mgr.smithi066.seeyps (mgr.14195) 448 : cluster [DBG] pgmap v312: 97 pgs: 97 active+clean; 608 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 511 B/s wr, 1 op/s 2024-03-21T13:30:44.957 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:30:44 smithi122 bash[23477]: cluster 2024-03-21T13:30:43.219355+0000 mgr.smithi066.seeyps (mgr.14195) 449 : cluster [DBG] pgmap v313: 97 pgs: 97 active+clean; 608 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 426 B/s wr, 0 op/s 2024-03-21T13:30:44.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:30:44 smithi066 bash[18703]: cluster 2024-03-21T13:30:43.219355+0000 mgr.smithi066.seeyps (mgr.14195) 449 : cluster [DBG] pgmap v313: 97 pgs: 97 active+clean; 608 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 426 B/s wr, 0 op/s 2024-03-21T13:30:46.957 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:30:46 smithi122 bash[23477]: cluster 2024-03-21T13:30:45.220211+0000 mgr.smithi066.seeyps (mgr.14195) 450 : cluster [DBG] pgmap v314: 97 pgs: 97 active+clean; 608 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 341 B/s wr, 0 op/s 2024-03-21T13:30:46.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:30:46 smithi066 bash[18703]: cluster 2024-03-21T13:30:45.220211+0000 mgr.smithi066.seeyps (mgr.14195) 450 : cluster [DBG] pgmap v314: 97 pgs: 97 active+clean; 608 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 341 B/s wr, 0 op/s 2024-03-21T13:30:47.147 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/mon.smithi066/config 2024-03-21T13:30:48.957 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:30:48 smithi122 bash[23477]: cluster 2024-03-21T13:30:47.220945+0000 mgr.smithi066.seeyps (mgr.14195) 451 : cluster [DBG] pgmap v315: 97 pgs: 97 active+clean; 608 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 341 B/s wr, 0 op/s 2024-03-21T13:30:48.958 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:30:48 smithi122 bash[23477]: audit 2024-03-21T13:30:48.140627+0000 mon.smithi066 (mon.0) 1041 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:30:48.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:30:48 smithi066 bash[18703]: cluster 2024-03-21T13:30:47.220945+0000 mgr.smithi066.seeyps (mgr.14195) 451 : cluster [DBG] pgmap v315: 97 pgs: 97 active+clean; 608 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 341 B/s wr, 0 op/s 2024-03-21T13:30:48.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:30:48 smithi066 bash[18703]: audit 2024-03-21T13:30:48.140627+0000 mon.smithi066 (mon.0) 1041 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:30:49.946 INFO:teuthology.orchestra.run.smithi066.stdout:Backend: cephadm 2024-03-21T13:30:49.946 INFO:teuthology.orchestra.run.smithi066.stdout:Available: Yes 2024-03-21T13:30:49.946 INFO:teuthology.orchestra.run.smithi066.stdout:Paused: No 2024-03-21T13:30:50.603 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ff71cb6-e785-11ee-95cd-87774f69a715 -- bash -c 'ceph orch ps' 2024-03-21T13:30:50.957 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:30:50 smithi122 bash[23477]: cluster 2024-03-21T13:30:49.221766+0000 mgr.smithi066.seeyps (mgr.14195) 452 : cluster [DBG] pgmap v316: 97 pgs: 97 active+clean; 608 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-03-21T13:30:50.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:30:50 smithi066 bash[18703]: cluster 2024-03-21T13:30:49.221766+0000 mgr.smithi066.seeyps (mgr.14195) 452 : cluster [DBG] pgmap v316: 97 pgs: 97 active+clean; 608 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-03-21T13:30:51.957 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:30:51 smithi122 bash[23477]: audit 2024-03-21T13:30:49.945759+0000 mgr.smithi066.seeyps (mgr.14195) 453 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:30:51.957 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:30:51 smithi122 bash[23477]: cluster 2024-03-21T13:30:51.222645+0000 mgr.smithi066.seeyps (mgr.14195) 454 : cluster [DBG] pgmap v317: 97 pgs: 97 active+clean; 608 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-03-21T13:30:51.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:30:51 smithi066 bash[18703]: audit 2024-03-21T13:30:49.945759+0000 mgr.smithi066.seeyps (mgr.14195) 453 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:30:51.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:30:51 smithi066 bash[18703]: cluster 2024-03-21T13:30:51.222645+0000 mgr.smithi066.seeyps (mgr.14195) 454 : cluster [DBG] pgmap v317: 97 pgs: 97 active+clean; 608 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-03-21T13:30:54.707 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:30:54 smithi122 bash[23477]: cluster 2024-03-21T13:30:53.223731+0000 mgr.smithi066.seeyps (mgr.14195) 455 : cluster [DBG] pgmap v318: 97 pgs: 97 active+clean; 608 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-03-21T13:30:54.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:30:54 smithi066 bash[18703]: cluster 2024-03-21T13:30:53.223731+0000 mgr.smithi066.seeyps (mgr.14195) 455 : cluster [DBG] pgmap v318: 97 pgs: 97 active+clean; 608 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-03-21T13:30:55.456 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/mon.smithi066/config 2024-03-21T13:30:56.464 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:30:56 smithi066 bash[18703]: cluster 2024-03-21T13:30:55.224599+0000 mgr.smithi066.seeyps (mgr.14195) 456 : cluster [DBG] pgmap v319: 97 pgs: 97 active+clean; 608 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-03-21T13:30:56.707 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:30:56 smithi122 bash[23477]: cluster 2024-03-21T13:30:55.224599+0000 mgr.smithi066.seeyps (mgr.14195) 456 : cluster [DBG] pgmap v319: 97 pgs: 97 active+clean; 608 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-03-21T13:30:57.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:30:57 smithi066 bash[18703]: cluster 2024-03-21T13:30:57.225747+0000 mgr.smithi066.seeyps (mgr.14195) 457 : cluster [DBG] pgmap v320: 97 pgs: 97 active+clean; 608 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-21T13:30:58.089 INFO:teuthology.orchestra.run.smithi066.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-21T13:30:58.089 INFO:teuthology.orchestra.run.smithi066.stdout:alertmanager.smithi066 smithi066 *:9093,9094 running (8m) 17s ago 10m 13.5M - 0.25.0 c8568f914cd2 f06b94c7b2c8 2024-03-21T13:30:58.090 INFO:teuthology.orchestra.run.smithi066.stdout:ceph-exporter.smithi066 smithi066 running (10m) 17s ago 10m 8756k - 19.0.0-2267-g960fbbe4 19e12293512f 75351f6f2719 2024-03-21T13:30:58.090 INFO:teuthology.orchestra.run.smithi066.stdout:ceph-exporter.smithi122 smithi122 running (9m) 17s ago 9m 5812k - 19.0.0-2267-g960fbbe4 19e12293512f 76a65d3c5450 2024-03-21T13:30:58.090 INFO:teuthology.orchestra.run.smithi066.stdout:crash.smithi066 smithi066 running (10m) 17s ago 10m 7123k - 19.0.0-2267-g960fbbe4 19e12293512f 36cd124c315d 2024-03-21T13:30:58.090 INFO:teuthology.orchestra.run.smithi066.stdout:crash.smithi122 smithi122 running (9m) 17s ago 9m 7084k - 19.0.0-2267-g960fbbe4 19e12293512f ec90935a0956 2024-03-21T13:30:58.090 INFO:teuthology.orchestra.run.smithi066.stdout:grafana.smithi066 smithi066 *:3000 running (8m) 17s ago 9m 72.4M - 9.4.12 2bacad6d85d8 29e2a8f91267 2024-03-21T13:30:58.090 INFO:teuthology.orchestra.run.smithi066.stdout:haproxy.nfs.foo.smithi066.hfdkuv smithi066 *:2999,9999 running (26s) 17s ago 3m 4656k - 2.3.17-d1c9119 e85424b0d443 2ac2a1c7b055 2024-03-21T13:30:58.090 INFO:teuthology.orchestra.run.smithi066.stdout:haproxy.nfs.foo.smithi122.wcnscn smithi122 *:2999,9999 running (23s) 17s ago 3m 4700k - 2.3.17-d1c9119 e85424b0d443 be5bac660959 2024-03-21T13:30:58.090 INFO:teuthology.orchestra.run.smithi066.stdout:keepalived.nfs.foo.smithi066.meobjq smithi066 running (2m) 17s ago 2m 2620k - 2.2.4 4a3a1ff181d9 e27fcf41cf08 2024-03-21T13:30:58.090 INFO:teuthology.orchestra.run.smithi066.stdout:keepalived.nfs.foo.smithi122.duszef smithi122 running (3m) 17s ago 3m 2660k - 2.2.4 4a3a1ff181d9 0e92d9e41c54 2024-03-21T13:30:58.090 INFO:teuthology.orchestra.run.smithi066.stdout:mds.foofs.smithi066.bljnxt smithi066 running (3m) 17s ago 3m 13.8M - 19.0.0-2267-g960fbbe4 19e12293512f 196c85ea04c4 2024-03-21T13:30:58.090 INFO:teuthology.orchestra.run.smithi066.stdout:mds.foofs.smithi122.hyvyul smithi122 running (3m) 17s ago 3m 15.2M - 19.0.0-2267-g960fbbe4 19e12293512f bea43fc5bb1c 2024-03-21T13:30:58.090 INFO:teuthology.orchestra.run.smithi066.stdout:mgr.smithi066.seeyps smithi066 *:9283,8765,8443 running (11m) 17s ago 11m 510M - 19.0.0-2267-g960fbbe4 19e12293512f 90e065e96727 2024-03-21T13:30:58.090 INFO:teuthology.orchestra.run.smithi066.stdout:mgr.smithi122.ezngxk smithi122 *:8443,9283,8765 running (9m) 17s ago 9m 438M - 19.0.0-2267-g960fbbe4 19e12293512f 3b3a1a284a47 2024-03-21T13:30:58.090 INFO:teuthology.orchestra.run.smithi066.stdout:mon.smithi066 smithi066 running (11m) 17s ago 12m 50.0M 2048M 19.0.0-2267-g960fbbe4 19e12293512f 7ec0e6d84c9e 2024-03-21T13:30:58.090 INFO:teuthology.orchestra.run.smithi066.stdout:mon.smithi122 smithi122 running (8m) 17s ago 8m 39.2M 2048M 19.0.0-2267-g960fbbe4 19e12293512f a45001687d44 2024-03-21T13:30:58.091 INFO:teuthology.orchestra.run.smithi066.stdout:nfs.foo.0.1.smithi066.gbfmia smithi066 *:12999 running (36s) 17s ago 36s 66.8M - 5.7 19e12293512f a435ddafb886 2024-03-21T13:30:58.091 INFO:teuthology.orchestra.run.smithi066.stdout:node-exporter.smithi066 smithi066 *:9100 running (10m) 17s ago 10m 8811k - 1.5.0 0da6a335fe13 830dabdb3a74 2024-03-21T13:30:58.091 INFO:teuthology.orchestra.run.smithi066.stdout:node-exporter.smithi122 smithi122 *:9100 running (9m) 17s ago 9m 8727k - 1.5.0 0da6a335fe13 95a41f430bb3 2024-03-21T13:30:58.091 INFO:teuthology.orchestra.run.smithi066.stdout:osd.0 smithi122 running (7m) 17s ago 7m 53.9M 3772M 19.0.0-2267-g960fbbe4 19e12293512f 781c2d115d28 2024-03-21T13:30:58.091 INFO:teuthology.orchestra.run.smithi066.stdout:osd.1 smithi066 running (7m) 17s ago 7m 55.1M 3004M 19.0.0-2267-g960fbbe4 19e12293512f 61ce8ccec3af 2024-03-21T13:30:58.091 INFO:teuthology.orchestra.run.smithi066.stdout:osd.2 smithi122 running (7m) 17s ago 7m 49.7M 3772M 19.0.0-2267-g960fbbe4 19e12293512f cdb7da190bda 2024-03-21T13:30:58.091 INFO:teuthology.orchestra.run.smithi066.stdout:osd.3 smithi066 running (7m) 17s ago 7m 56.1M 3004M 19.0.0-2267-g960fbbe4 19e12293512f 18ef32c27739 2024-03-21T13:30:58.091 INFO:teuthology.orchestra.run.smithi066.stdout:osd.4 smithi122 running (7m) 17s ago 7m 42.7M 3772M 19.0.0-2267-g960fbbe4 19e12293512f 501b7e98e26d 2024-03-21T13:30:58.091 INFO:teuthology.orchestra.run.smithi066.stdout:osd.5 smithi066 running (7m) 17s ago 7m 43.2M 3004M 19.0.0-2267-g960fbbe4 19e12293512f 57f2fdab0a57 2024-03-21T13:30:58.091 INFO:teuthology.orchestra.run.smithi066.stdout:osd.6 smithi122 running (7m) 17s ago 7m 50.0M 3772M 19.0.0-2267-g960fbbe4 19e12293512f ccfa7a36376f 2024-03-21T13:30:58.091 INFO:teuthology.orchestra.run.smithi066.stdout:osd.7 smithi066 running (7m) 17s ago 7m 51.3M 3004M 19.0.0-2267-g960fbbe4 19e12293512f d34edbeadbc9 2024-03-21T13:30:58.091 INFO:teuthology.orchestra.run.smithi066.stdout:prometheus.smithi066 smithi066 *:9095 running (2m) 17s ago 9m 52.6M - 2.43.0 a07b618ecd1d 593943f31ec1 2024-03-21T13:30:58.207 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:30:57 smithi122 bash[23477]: cluster 2024-03-21T13:30:57.225747+0000 mgr.smithi066.seeyps (mgr.14195) 457 : cluster [DBG] pgmap v320: 97 pgs: 97 active+clean; 608 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-21T13:30:58.718 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ff71cb6-e785-11ee-95cd-87774f69a715 -- bash -c 'ceph orch ls' 2024-03-21T13:30:59.207 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:30:58 smithi122 bash[23477]: audit 2024-03-21T13:30:58.035884+0000 mgr.smithi066.seeyps (mgr.14195) 458 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:30:59.214 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:30:58 smithi066 bash[18703]: audit 2024-03-21T13:30:58.035884+0000 mgr.smithi066.seeyps (mgr.14195) 458 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:31:00.207 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:30:59 smithi122 bash[23477]: cluster 2024-03-21T13:30:59.226568+0000 mgr.smithi066.seeyps (mgr.14195) 459 : cluster [DBG] pgmap v321: 97 pgs: 97 active+clean; 608 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-03-21T13:31:00.214 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:30:59 smithi066 bash[18703]: cluster 2024-03-21T13:30:59.226568+0000 mgr.smithi066.seeyps (mgr.14195) 459 : cluster [DBG] pgmap v321: 97 pgs: 97 active+clean; 608 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-03-21T13:31:02.707 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:31:02 smithi122 bash[23477]: cluster 2024-03-21T13:31:01.227360+0000 mgr.smithi066.seeyps (mgr.14195) 460 : cluster [DBG] pgmap v322: 97 pgs: 97 active+clean; 608 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-03-21T13:31:02.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:31:02 smithi066 bash[18703]: cluster 2024-03-21T13:31:01.227360+0000 mgr.smithi066.seeyps (mgr.14195) 460 : cluster [DBG] pgmap v322: 97 pgs: 97 active+clean; 608 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-03-21T13:31:03.552 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:31:03 smithi122 bash[23477]: audit 2024-03-21T13:31:03.141722+0000 mon.smithi066 (mon.0) 1042 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:31:03.562 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/mon.smithi066/config 2024-03-21T13:31:03.585 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:31:03 smithi066 bash[18703]: audit 2024-03-21T13:31:03.141722+0000 mon.smithi066 (mon.0) 1042 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:31:04.554 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:31:04 smithi066 bash[18703]: cluster 2024-03-21T13:31:03.228343+0000 mgr.smithi066.seeyps (mgr.14195) 461 : cluster [DBG] pgmap v323: 97 pgs: 97 active+clean; 608 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-03-21T13:31:04.707 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:31:04 smithi122 bash[23477]: cluster 2024-03-21T13:31:03.228343+0000 mgr.smithi066.seeyps (mgr.14195) 461 : cluster [DBG] pgmap v323: 97 pgs: 97 active+clean; 608 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-03-21T13:31:06.372 INFO:teuthology.orchestra.run.smithi066.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-03-21T13:31:06.373 INFO:teuthology.orchestra.run.smithi066.stdout:alertmanager ?:9093,9094 1/1 25s ago 11m count:1 2024-03-21T13:31:06.373 INFO:teuthology.orchestra.run.smithi066.stdout:ceph-exporter 2/2 25s ago 11m * 2024-03-21T13:31:06.373 INFO:teuthology.orchestra.run.smithi066.stdout:crash 2/2 25s ago 11m * 2024-03-21T13:31:06.373 INFO:teuthology.orchestra.run.smithi066.stdout:grafana ?:3000 1/1 25s ago 11m count:1 2024-03-21T13:31:06.373 INFO:teuthology.orchestra.run.smithi066.stdout:ingress.nfs.foo 10.0.31.66:2999,9999 4/4 25s ago 3m count:2 2024-03-21T13:31:06.373 INFO:teuthology.orchestra.run.smithi066.stdout:mds.foofs 2/2 25s ago 3m count:2 2024-03-21T13:31:06.373 INFO:teuthology.orchestra.run.smithi066.stdout:mgr 2/2 25s ago 11m count:2 2024-03-21T13:31:06.373 INFO:teuthology.orchestra.run.smithi066.stdout:mon 2/2 25s ago 9m smithi066:172.21.15.66=smithi066;smithi122:172.21.15.122=smithi122;count:2 2024-03-21T13:31:06.373 INFO:teuthology.orchestra.run.smithi066.stdout:nfs.foo ?:12999 1/1 25s ago 3m count:1 2024-03-21T13:31:06.373 INFO:teuthology.orchestra.run.smithi066.stdout:node-exporter ?:9100 2/2 25s ago 11m * 2024-03-21T13:31:06.373 INFO:teuthology.orchestra.run.smithi066.stdout:osd.all-available-devices 8 25s ago 8m * 2024-03-21T13:31:06.373 INFO:teuthology.orchestra.run.smithi066.stdout:prometheus ?:9095 1/1 25s ago 11m count:1 2024-03-21T13:31:06.576 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:31:06 smithi066 bash[18703]: cluster 2024-03-21T13:31:05.229131+0000 mgr.smithi066.seeyps (mgr.14195) 462 : cluster [DBG] pgmap v324: 97 pgs: 97 active+clean; 608 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-03-21T13:31:06.707 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:31:06 smithi122 bash[23477]: cluster 2024-03-21T13:31:05.229131+0000 mgr.smithi066.seeyps (mgr.14195) 462 : cluster [DBG] pgmap v324: 97 pgs: 97 active+clean; 608 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-03-21T13:31:07.067 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ff71cb6-e785-11ee-95cd-87774f69a715 -- bash -c 'ceph orch host ls' 2024-03-21T13:31:07.464 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:31:07 smithi066 bash[18703]: audit 2024-03-21T13:31:06.361419+0000 mgr.smithi066.seeyps (mgr.14195) 463 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:31:07.708 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:31:07 smithi122 bash[23477]: audit 2024-03-21T13:31:06.361419+0000 mgr.smithi066.seeyps (mgr.14195) 463 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:31:08.707 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:31:08 smithi122 bash[23477]: cluster 2024-03-21T13:31:07.230203+0000 mgr.smithi066.seeyps (mgr.14195) 464 : cluster [DBG] pgmap v325: 97 pgs: 97 active+clean; 608 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-21T13:31:08.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:31:08 smithi066 bash[18703]: cluster 2024-03-21T13:31:07.230203+0000 mgr.smithi066.seeyps (mgr.14195) 464 : cluster [DBG] pgmap v325: 97 pgs: 97 active+clean; 608 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-21T13:31:10.618 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:31:10 smithi066 bash[18703]: cluster 2024-03-21T13:31:09.231095+0000 mgr.smithi066.seeyps (mgr.14195) 465 : cluster [DBG] pgmap v326: 97 pgs: 97 active+clean; 608 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-03-21T13:31:10.707 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:31:10 smithi122 bash[23477]: cluster 2024-03-21T13:31:09.231095+0000 mgr.smithi066.seeyps (mgr.14195) 465 : cluster [DBG] pgmap v326: 97 pgs: 97 active+clean; 608 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-03-21T13:31:11.922 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/mon.smithi066/config 2024-03-21T13:31:12.707 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:31:12 smithi122 bash[23477]: cluster 2024-03-21T13:31:11.231892+0000 mgr.smithi066.seeyps (mgr.14195) 466 : cluster [DBG] pgmap v327: 97 pgs: 97 active+clean; 608 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-03-21T13:31:12.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:31:12 smithi066 bash[18703]: cluster 2024-03-21T13:31:11.231892+0000 mgr.smithi066.seeyps (mgr.14195) 466 : cluster [DBG] pgmap v327: 97 pgs: 97 active+clean; 608 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-03-21T13:31:14.697 INFO:teuthology.orchestra.run.smithi066.stdout:HOST ADDR LABELS STATUS 2024-03-21T13:31:14.697 INFO:teuthology.orchestra.run.smithi066.stdout:smithi066 172.21.15.66 2024-03-21T13:31:14.698 INFO:teuthology.orchestra.run.smithi066.stdout:smithi122 172.21.15.122 2024-03-21T13:31:14.698 INFO:teuthology.orchestra.run.smithi066.stdout:2 hosts in cluster 2024-03-21T13:31:14.707 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:31:14 smithi122 bash[23477]: cluster 2024-03-21T13:31:13.232884+0000 mgr.smithi066.seeyps (mgr.14195) 467 : cluster [DBG] pgmap v328: 97 pgs: 97 active+clean; 608 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-03-21T13:31:14.712 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:31:14 smithi066 bash[18703]: cluster 2024-03-21T13:31:13.232884+0000 mgr.smithi066.seeyps (mgr.14195) 467 : cluster [DBG] pgmap v328: 97 pgs: 97 active+clean; 608 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-03-21T13:31:15.353 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ff71cb6-e785-11ee-95cd-87774f69a715 -- bash -c 'ceph orch device ls' 2024-03-21T13:31:16.707 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:31:16 smithi122 bash[23477]: audit 2024-03-21T13:31:14.696002+0000 mgr.smithi066.seeyps (mgr.14195) 468 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:31:16.707 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:31:16 smithi122 bash[23477]: cluster 2024-03-21T13:31:15.233730+0000 mgr.smithi066.seeyps (mgr.14195) 469 : cluster [DBG] pgmap v329: 97 pgs: 97 active+clean; 608 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-03-21T13:31:16.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:31:16 smithi066 bash[18703]: audit 2024-03-21T13:31:14.696002+0000 mgr.smithi066.seeyps (mgr.14195) 468 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:31:16.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:31:16 smithi066 bash[18703]: cluster 2024-03-21T13:31:15.233730+0000 mgr.smithi066.seeyps (mgr.14195) 469 : cluster [DBG] pgmap v329: 97 pgs: 97 active+clean; 608 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-03-21T13:31:18.707 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:31:18 smithi122 bash[23477]: cluster 2024-03-21T13:31:17.234793+0000 mgr.smithi066.seeyps (mgr.14195) 470 : cluster [DBG] pgmap v330: 97 pgs: 97 active+clean; 608 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-21T13:31:18.707 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:31:18 smithi122 bash[23477]: audit 2024-03-21T13:31:18.141349+0000 mon.smithi066 (mon.0) 1043 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:31:18.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:31:18 smithi066 bash[18703]: cluster 2024-03-21T13:31:17.234793+0000 mgr.smithi066.seeyps (mgr.14195) 470 : cluster [DBG] pgmap v330: 97 pgs: 97 active+clean; 608 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-21T13:31:18.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:31:18 smithi066 bash[18703]: audit 2024-03-21T13:31:18.141349+0000 mon.smithi066 (mon.0) 1043 : audit [DBG] from='mgr.14195 172.21.15.66:0/2146355364' entity='mgr.smithi066.seeyps' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T13:31:20.200 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/mon.smithi066/config 2024-03-21T13:31:20.619 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:31:20 smithi066 bash[18703]: cluster 2024-03-21T13:31:19.235826+0000 mgr.smithi066.seeyps (mgr.14195) 471 : cluster [DBG] pgmap v331: 97 pgs: 97 active+clean; 608 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-03-21T13:31:20.707 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:31:20 smithi122 bash[23477]: cluster 2024-03-21T13:31:19.235826+0000 mgr.smithi066.seeyps (mgr.14195) 471 : cluster [DBG] pgmap v331: 97 pgs: 97 active+clean; 608 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-03-21T13:31:22.707 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:31:22 smithi122 bash[23477]: cluster 2024-03-21T13:31:21.236483+0000 mgr.smithi066.seeyps (mgr.14195) 472 : cluster [DBG] pgmap v332: 97 pgs: 97 active+clean; 608 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-03-21T13:31:22.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:31:22 smithi066 bash[18703]: cluster 2024-03-21T13:31:21.236483+0000 mgr.smithi066.seeyps (mgr.14195) 472 : cluster [DBG] pgmap v332: 97 pgs: 97 active+clean; 608 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-03-21T13:31:22.860 INFO:teuthology.orchestra.run.smithi066.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-03-21T13:31:22.860 INFO:teuthology.orchestra.run.smithi066.stdout:smithi066 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_CVFT53430091400BGN 372G No 4m ago Has a FileSystem, LVM detected 2024-03-21T13:31:22.860 INFO:teuthology.orchestra.run.smithi066.stdout:smithi066 /dev/nvme1n1 ssd Linux_8af165ca970d4383ece1 89.4G No 4m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-03-21T13:31:22.861 INFO:teuthology.orchestra.run.smithi066.stdout:smithi066 /dev/nvme2n1 ssd Linux_d4e60c9e34f9855b1450 89.4G No 4m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-03-21T13:31:22.861 INFO:teuthology.orchestra.run.smithi066.stdout:smithi066 /dev/nvme3n1 ssd Linux_5d3e456ca359765fd2b6 89.4G No 4m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-03-21T13:31:22.861 INFO:teuthology.orchestra.run.smithi066.stdout:smithi066 /dev/nvme4n1 ssd Linux_a3591e5cebceb799a991 89.4G No 4m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-03-21T13:31:22.861 INFO:teuthology.orchestra.run.smithi066.stdout:smithi122 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_PHFT6204010U400BGN 372G No 4m ago Has a FileSystem, LVM detected 2024-03-21T13:31:22.861 INFO:teuthology.orchestra.run.smithi066.stdout:smithi122 /dev/nvme1n1 ssd Linux_39162c47118fb3ee060f 89.4G No 4m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-03-21T13:31:22.861 INFO:teuthology.orchestra.run.smithi066.stdout:smithi122 /dev/nvme2n1 ssd Linux_995012e68a2053f1424b 89.4G No 4m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-03-21T13:31:22.861 INFO:teuthology.orchestra.run.smithi066.stdout:smithi122 /dev/nvme3n1 ssd Linux_03f47d1094537d01b93a 89.4G No 4m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-03-21T13:31:22.861 INFO:teuthology.orchestra.run.smithi066.stdout:smithi122 /dev/nvme4n1 ssd Linux_8c626304f6d63ef0aea0 89.4G No 4m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-03-21T13:31:23.523 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:960fbbe4645c2becc8084669be194c95183c7753 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5ff71cb6-e785-11ee-95cd-87774f69a715 -- bash -c 'ceph orch ls | grep '"'"'^osd.all-available-devices '"'"'' 2024-03-21T13:31:24.707 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:31:24 smithi122 bash[23477]: audit 2024-03-21T13:31:22.855880+0000 mgr.smithi066.seeyps (mgr.14195) 473 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:31:24.707 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:31:24 smithi122 bash[23477]: cluster 2024-03-21T13:31:23.237465+0000 mgr.smithi066.seeyps (mgr.14195) 474 : cluster [DBG] pgmap v333: 97 pgs: 97 active+clean; 608 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-03-21T13:31:24.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:31:24 smithi066 bash[18703]: audit 2024-03-21T13:31:22.855880+0000 mgr.smithi066.seeyps (mgr.14195) 473 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T13:31:24.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:31:24 smithi066 bash[18703]: cluster 2024-03-21T13:31:23.237465+0000 mgr.smithi066.seeyps (mgr.14195) 474 : cluster [DBG] pgmap v333: 97 pgs: 97 active+clean; 608 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-03-21T13:31:26.707 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:31:26 smithi122 bash[23477]: cluster 2024-03-21T13:31:25.238374+0000 mgr.smithi066.seeyps (mgr.14195) 475 : cluster [DBG] pgmap v334: 97 pgs: 97 active+clean; 608 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-03-21T13:31:26.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:31:26 smithi066 bash[18703]: cluster 2024-03-21T13:31:25.238374+0000 mgr.smithi066.seeyps (mgr.14195) 475 : cluster [DBG] pgmap v334: 97 pgs: 97 active+clean; 608 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-03-21T13:31:28.387 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/mon.smithi066/config 2024-03-21T13:31:28.707 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:31:28 smithi122 bash[23477]: cluster 2024-03-21T13:31:27.239461+0000 mgr.smithi066.seeyps (mgr.14195) 476 : cluster [DBG] pgmap v335: 97 pgs: 97 active+clean; 608 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-21T13:31:28.714 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:31:28 smithi066 bash[18703]: cluster 2024-03-21T13:31:27.239461+0000 mgr.smithi066.seeyps (mgr.14195) 476 : cluster [DBG] pgmap v335: 97 pgs: 97 active+clean; 608 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-21T13:31:30.617 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:31:30 smithi066 bash[18703]: cluster 2024-03-21T13:31:29.240074+0000 mgr.smithi066.seeyps (mgr.14195) 477 : cluster [DBG] pgmap v336: 97 pgs: 97 active+clean; 608 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-03-21T13:31:30.706 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:31:30 smithi122 bash[23477]: cluster 2024-03-21T13:31:29.240074+0000 mgr.smithi066.seeyps (mgr.14195) 477 : cluster [DBG] pgmap v336: 97 pgs: 97 active+clean; 608 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-03-21T13:31:31.010 INFO:teuthology.orchestra.run.smithi066.stdout:osd.all-available-devices 8 50s ago 9m * 2024-03-21T13:31:31.626 DEBUG:teuthology.run_tasks:Unwinding manager vip 2024-03-21T13:31:31.638 INFO:tasks.vip:Removing 10.0.15.66 (and any VIPs) on smithi066.front.sepia.ceph.com iface enp3s0f1... 2024-03-21T13:31:31.638 DEBUG:teuthology.orchestra.run.smithi066:> sudo ip addr del 10.0.15.66/16 dev enp3s0f1 2024-03-21T13:31:31.654 DEBUG:teuthology.orchestra.run.smithi066:> sudo ip addr del 10.0.31.66/16 dev enp3s0f1 2024-03-21T13:31:31.711 INFO:tasks.vip:Removing 10.0.15.122 (and any VIPs) on smithi122.front.sepia.ceph.com iface enp3s0f1... 2024-03-21T13:31:31.711 DEBUG:teuthology.orchestra.run.smithi122:> sudo ip addr del 10.0.15.122/16 dev enp3s0f1 2024-03-21T13:31:31.725 DEBUG:teuthology.orchestra.run.smithi122:> sudo ip addr del 10.0.31.66/16 dev enp3s0f1 2024-03-21T13:31:31.777 INFO:teuthology.orchestra.run.smithi122.stderr:RTNETLINK answers: Cannot assign requested address 2024-03-21T13:31:31.778 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-03-21T13:31:31.779 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-03-21T13:31:31.795 INFO:tasks.cephadm:Teardown begin 2024-03-21T13:31:31.795 DEBUG:teuthology.orchestra.run.smithi066:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-21T13:31:31.812 DEBUG:teuthology.orchestra.run.smithi122:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-21T13:31:31.834 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-03-21T13:31:31.834 DEBUG:teuthology.orchestra.run.smithi066:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-03-21T13:31:31.862 DEBUG:teuthology.orchestra.run.smithi122:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-03-21T13:31:31.879 INFO:tasks.cephadm:Stopping all daemons... 2024-03-21T13:31:31.879 INFO:tasks.cephadm.mon.smithi066:Stopping mon.smithi066... 2024-03-21T13:31:31.879 DEBUG:teuthology.orchestra.run.smithi066:> sudo systemctl stop ceph-5ff71cb6-e785-11ee-95cd-87774f69a715@mon.smithi066 2024-03-21T13:31:31.964 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:31:31 smithi066 systemd[1]: Stopping Ceph mon.smithi066 for 5ff71cb6-e785-11ee-95cd-87774f69a715... 2024-03-21T13:31:32.166 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:31:32 smithi066 bash[18703]: debug 2024-03-21T13:31:32.039+0000 7f4627e3c700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi066 -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-03-21T13:31:32.166 INFO:journalctl@ceph.mon.smithi066.smithi066.stdout:Mar 21 13:31:32 smithi066 bash[18703]: debug 2024-03-21T13:31:32.039+0000 7f4627e3c700 -1 mon.smithi066@0(leader) e2 *** Got Signal Terminated *** 2024-03-21T13:31:32.878 DEBUG:teuthology.orchestra.run.smithi066:> sudo pkill -f 'journalctl -f -n 0 -u ceph-5ff71cb6-e785-11ee-95cd-87774f69a715@mon.smithi066.service' 2024-03-21T13:31:32.922 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-21T13:31:32.922 INFO:tasks.cephadm.mon.smithi066:Stopped mon.smithi066 2024-03-21T13:31:32.922 INFO:tasks.cephadm.mon.smithi122:Stopping mon.smithi122... 2024-03-21T13:31:32.922 DEBUG:teuthology.orchestra.run.smithi122:> sudo systemctl stop ceph-5ff71cb6-e785-11ee-95cd-87774f69a715@mon.smithi122 2024-03-21T13:31:33.206 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:31:32 smithi122 systemd[1]: Stopping Ceph mon.smithi122 for 5ff71cb6-e785-11ee-95cd-87774f69a715... 2024-03-21T13:31:33.207 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:31:33 smithi122 bash[23477]: debug 2024-03-21T13:31:33.159+0000 7f467a50d700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi122 -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-03-21T13:31:33.207 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Mar 21 13:31:33 smithi122 bash[23477]: debug 2024-03-21T13:31:33.159+0000 7f467a50d700 -1 mon.smithi122@1(peon) e2 *** Got Signal Terminated *** 2024-03-21T13:31:34.140 DEBUG:teuthology.orchestra.run.smithi122:> sudo pkill -f 'journalctl -f -n 0 -u ceph-5ff71cb6-e785-11ee-95cd-87774f69a715@mon.smithi122.service' 2024-03-21T13:31:34.180 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-21T13:31:34.180 INFO:tasks.cephadm.mon.smithi122:Stopped mon.smithi122 2024-03-21T13:31:34.181 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 5ff71cb6-e785-11ee-95cd-87774f69a715 --force --keep-logs 2024-03-21T13:31:34.355 INFO:teuthology.orchestra.run.smithi066.stdout:Deleting cluster with fsid: 5ff71cb6-e785-11ee-95cd-87774f69a715 2024-03-21T13:32:39.825 DEBUG:teuthology.orchestra.run.smithi122:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 5ff71cb6-e785-11ee-95cd-87774f69a715 --force --keep-logs 2024-03-21T13:32:39.981 INFO:teuthology.orchestra.run.smithi122.stdout:Deleting cluster with fsid: 5ff71cb6-e785-11ee-95cd-87774f69a715 2024-03-21T13:33:33.071 DEBUG:teuthology.orchestra.run.smithi066:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-21T13:33:33.086 DEBUG:teuthology.orchestra.run.smithi122:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-21T13:33:33.098 INFO:tasks.cephadm:Archiving crash dumps... 2024-03-21T13:33:33.100 DEBUG:teuthology.misc:Transferring archived files from smithi066:/var/lib/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/crash to /home/teuthworker/archive/gabrioux-2024-03-21_12:04:17-orch:cephadm-wip-guits-testing-2024-03-21-0818-distro-default-smithi/7614981/remote/smithi066/crash 2024-03-21T13:33:33.101 DEBUG:teuthology.orchestra.run.smithi066:> sudo tar c -f - -C /var/lib/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/crash -- . 2024-03-21T13:33:33.140 INFO:teuthology.orchestra.run.smithi066.stderr:tar: /var/lib/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/crash: Cannot open: No such file or directory 2024-03-21T13:33:33.141 INFO:teuthology.orchestra.run.smithi066.stderr:tar: Error is not recoverable: exiting now 2024-03-21T13:33:33.142 DEBUG:teuthology.misc:Transferring archived files from smithi122:/var/lib/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/crash to /home/teuthworker/archive/gabrioux-2024-03-21_12:04:17-orch:cephadm-wip-guits-testing-2024-03-21-0818-distro-default-smithi/7614981/remote/smithi122/crash 2024-03-21T13:33:33.143 DEBUG:teuthology.orchestra.run.smithi122:> sudo tar c -f - -C /var/lib/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/crash -- . 2024-03-21T13:33:33.153 INFO:teuthology.orchestra.run.smithi122.stderr:tar: /var/lib/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/crash: Cannot open: No such file or directory 2024-03-21T13:33:33.153 INFO:teuthology.orchestra.run.smithi122.stderr:tar: Error is not recoverable: exiting now 2024-03-21T13:33:33.155 INFO:tasks.cephadm:Checking cluster log for badness... 2024-03-21T13:33:33.155 DEBUG:teuthology.orchestra.run.smithi066:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-03-21T13:33:33.202 INFO:teuthology.orchestra.run.smithi066.stdout:2024-03-21T13:23:43.614494+0000 mon.smithi066 (mon.0) 555 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-03-21T13:33:33.203 WARNING:tasks.cephadm:Found errors (ERR|WRN|SEC) in cluster log 2024-03-21T13:33:33.203 DEBUG:teuthology.orchestra.run.smithi066:> sudo egrep '\[SEC\]' /var/log/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-03-21T13:33:33.258 DEBUG:teuthology.orchestra.run.smithi066:> sudo egrep '\[ERR\]' /var/log/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-03-21T13:33:33.318 DEBUG:teuthology.orchestra.run.smithi066:> sudo egrep '\[WRN\]' /var/log/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-03-21T13:33:33.373 INFO:teuthology.orchestra.run.smithi066.stdout:2024-03-21T13:23:43.614494+0000 mon.smithi066 (mon.0) 555 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-03-21T13:33:33.374 INFO:tasks.cephadm:Compressing logs... 2024-03-21T13:33:33.374 DEBUG:teuthology.orchestra.run.smithi066:> 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-03-21T13:33:33.418 DEBUG:teuthology.orchestra.run.smithi122:> 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-03-21T13:33:33.428 INFO:teuthology.orchestra.run.smithi066.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-03-21T13:33:33.431 INFO:teuthology.orchestra.run.smithi122.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-03-21T13:33:33.437 INFO:teuthology.orchestra.run.smithi122.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-03-21T13:33:33.437 INFO:teuthology.orchestra.run.smithi122.stderr:gzip -5 --verbose -- /var/log/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/ceph-osd.0.log 2024-03-21T13:33:33.438 INFO:teuthology.orchestra.run.smithi122.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/ceph-osd.2.log 2024-03-21T13:33:33.438 INFO:teuthology.orchestra.run.smithi122.stderr:/var/log/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/ceph-osd.6.log 2024-03-21T13:33:33.446 INFO:teuthology.orchestra.run.smithi122.stderr:gzip -5 --verbose -- /var/log/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/ceph.cephadm.log 2024-03-21T13:33:33.447 INFO:teuthology.orchestra.run.smithi122.stderr:/var/log/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/ceph-osd.2.log: /var/log/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/ceph-mds.foofs.smithi122.hyvyul.log 2024-03-21T13:33:33.447 INFO:teuthology.orchestra.run.smithi122.stderr:/var/log/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/ceph.log 2024-03-21T13:33:33.447 INFO:teuthology.orchestra.run.smithi122.stderr:/var/log/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/ceph-mds.foofs.smithi122.hyvyul.log: gzip -5 83.6% -- replaced with /var/log/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/ceph.cephadm.log.gz 2024-03-21T13:33:33.447 INFO:teuthology.orchestra.run.smithi122.stderr: --verbose -- /var/log/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/ceph-volume.log 2024-03-21T13:33:33.447 INFO:teuthology.orchestra.run.smithi122.stderr: 87.3% -- replaced with /var/log/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/ceph-mds.foofs.smithi122.hyvyul.log.gz 2024-03-21T13:33:33.447 INFO:teuthology.orchestra.run.smithi122.stderr:/var/log/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/ceph.log: 90.0% -- replaced with /var/log/ceph/cephadm.log.gz 2024-03-21T13:33:33.447 INFO:teuthology.orchestra.run.smithi122.stderr:gzip -5 --verbose -- /var/log/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/ceph.audit.log 2024-03-21T13:33:33.447 INFO:teuthology.orchestra.run.smithi122.stderr:gzip -5 --verbose -- /var/log/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/ceph-client.ceph-exporter.smithi122.log 2024-03-21T13:33:33.447 INFO:teuthology.orchestra.run.smithi122.stderr:/var/log/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/ceph-volume.log: /var/log/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/ceph-osd.4.log 2024-03-21T13:33:33.447 INFO:teuthology.orchestra.run.smithi122.stderr: 88.2% -- replaced with /var/log/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/ceph.log.gz 2024-03-21T13:33:33.447 INFO:teuthology.orchestra.run.smithi122.stderr:/var/log/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/ceph-client.ceph-exporter.smithi122.log: gzip -5 --verbose -- /var/log/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/ceph-mon.smithi122.log 2024-03-21T13:33:33.447 INFO:teuthology.orchestra.run.smithi122.stderr: 31.3% -- replaced with /var/log/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/ceph-client.ceph-exporter.smithi122.log.gz 2024-03-21T13:33:33.447 INFO:teuthology.orchestra.run.smithi122.stderr:/var/log/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/ceph-osd.4.log: gzip -5 --verbose -- /var/log/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/ceph-mgr.smithi122.ezngxk.log 2024-03-21T13:33:33.447 INFO:teuthology.orchestra.run.smithi122.stderr:/var/log/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/ceph-mon.smithi122.log: /var/log/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/ceph-mgr.smithi122.ezngxk.log: 91.5% -- replaced with /var/log/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/ceph.audit.log.gz 2024-03-21T13:33:33.448 INFO:teuthology.orchestra.run.smithi066.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-03-21T13:33:33.448 INFO:teuthology.orchestra.run.smithi066.stderr:gzip -5 --verbose -- /var/log/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/ceph-mds.foofs.smithi066.bljnxt.log 2024-03-21T13:33:33.448 INFO:teuthology.orchestra.run.smithi066.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/ceph-osd.7.log 2024-03-21T13:33:33.448 INFO:teuthology.orchestra.run.smithi066.stderr:/var/log/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/ceph-mds.foofs.smithi066.bljnxt.log: gzip -5 --verbose -- /var/log/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/ceph.cephadm.log 2024-03-21T13:33:33.449 INFO:teuthology.orchestra.run.smithi066.stderr: 78.6% -- replaced with /var/log/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/ceph-mds.foofs.smithi066.bljnxt.log.gz 2024-03-21T13:33:33.449 INFO:teuthology.orchestra.run.smithi066.stderr:gzip -5 --verbose -- /var/log/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/ceph-osd.3.log 2024-03-21T13:33:33.449 INFO:teuthology.orchestra.run.smithi066.stderr:/var/log/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/ceph-osd.7.log: /var/log/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/ceph-osd.5.log 2024-03-21T13:33:33.449 INFO:teuthology.orchestra.run.smithi066.stderr:/var/log/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/ceph-osd.3.log: 84.2% -- replaced with /var/log/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/ceph.cephadm.log.gz 2024-03-21T13:33:33.449 INFO:teuthology.orchestra.run.smithi066.stderr:gzip -5 --verbose -- /var/log/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/ceph-client.ceph-exporter.smithi066.log 2024-03-21T13:33:33.449 INFO:teuthology.orchestra.run.smithi066.stderr:gzip -5 --verbose -- /var/log/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/ceph-osd.1.log 2024-03-21T13:33:33.449 INFO:teuthology.orchestra.run.smithi066.stderr:/var/log/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/ceph-osd.5.log: /var/log/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/ceph-client.ceph-exporter.smithi066.log: gzip -5 --verbose -- /var/log/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/ceph-mgr.smithi066.seeyps.log 2024-03-21T13:33:33.449 INFO:teuthology.orchestra.run.smithi066.stderr:gzip/var/log/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/ceph-osd.1.log: -5 --verbose 94.2% -- replaced with /var/log/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/ceph-client.ceph-exporter.smithi066.log.gz 2024-03-21T13:33:33.449 INFO:teuthology.orchestra.run.smithi066.stderr: -- /var/log/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/ceph.log 2024-03-21T13:33:33.449 INFO:teuthology.orchestra.run.smithi066.stderr:/var/log/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/ceph-mgr.smithi066.seeyps.log: gzip -5 --verbose -- /var/log/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/ceph-volume.log 2024-03-21T13:33:33.449 INFO:teuthology.orchestra.run.smithi066.stderr:/var/log/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/ceph.log: gzip -5 --verbose -- /var/log/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/ceph.audit.log 2024-03-21T13:33:33.449 INFO:teuthology.orchestra.run.smithi066.stderr:/var/log/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/ceph-volume.log: 88.2% -- replaced with /var/log/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/ceph.log.gz 2024-03-21T13:33:33.449 INFO:teuthology.orchestra.run.smithi066.stderr:gzip -5 --verbose -- /var/log/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/ceph-mon.smithi066.log 2024-03-21T13:33:33.450 INFO:teuthology.orchestra.run.smithi122.stderr: 92.4% -- replaced with /var/log/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/ceph-mgr.smithi122.ezngxk.log.gz 2024-03-21T13:33:33.450 INFO:teuthology.orchestra.run.smithi066.stderr:/var/log/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/ceph.audit.log: 91.4% -- replaced with /var/log/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/ceph.audit.log.gz 2024-03-21T13:33:33.453 INFO:teuthology.orchestra.run.smithi122.stderr: 91.1% -- replaced with /var/log/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/ceph-volume.log.gz 2024-03-21T13:33:33.459 INFO:teuthology.orchestra.run.smithi066.stderr:/var/log/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/ceph-mon.smithi066.log: 91.1% -- replaced with /var/log/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/ceph-volume.log.gz 2024-03-21T13:33:33.478 INFO:teuthology.orchestra.run.smithi066.stderr: 91.2% -- replaced with /var/log/ceph/cephadm.log.gz 2024-03-21T13:33:33.555 INFO:teuthology.orchestra.run.smithi122.stderr: 92.8% -- replaced with /var/log/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/ceph-mon.smithi122.log.gz 2024-03-21T13:33:33.624 INFO:teuthology.orchestra.run.smithi122.stderr: 93.0% -- replaced with /var/log/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/ceph-osd.2.log.gz 2024-03-21T13:33:33.659 INFO:teuthology.orchestra.run.smithi122.stderr: 92.9% -- replaced with /var/log/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/ceph-osd.6.log.gz 2024-03-21T13:33:33.682 INFO:teuthology.orchestra.run.smithi122.stderr: 92.8% -- replaced with /var/log/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/ceph-osd.4.log.gz 2024-03-21T13:33:33.694 INFO:teuthology.orchestra.run.smithi066.stderr: 93.3% -- replaced with /var/log/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/ceph-osd.1.log.gz 2024-03-21T13:33:33.696 INFO:teuthology.orchestra.run.smithi066.stderr: 89.0% -- replaced with /var/log/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/ceph-mgr.smithi066.seeyps.log.gz 2024-03-21T13:33:33.705 INFO:teuthology.orchestra.run.smithi066.stderr: 93.0% -- replaced with /var/log/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/ceph-osd.5.log.gz 2024-03-21T13:33:33.725 INFO:teuthology.orchestra.run.smithi066.stderr: 92.9% -- replaced with /var/log/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/ceph-osd.7.log.gz 2024-03-21T13:33:33.731 INFO:teuthology.orchestra.run.smithi122.stderr: 93.0% -- replaced with /var/log/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/ceph-osd.0.log.gz 2024-03-21T13:33:33.733 INFO:teuthology.orchestra.run.smithi122.stderr: 2024-03-21T13:33:33.733 INFO:teuthology.orchestra.run.smithi122.stderr:real 0m0.310s 2024-03-21T13:33:33.733 INFO:teuthology.orchestra.run.smithi122.stderr:user 0m1.041s 2024-03-21T13:33:33.734 INFO:teuthology.orchestra.run.smithi122.stderr:sys 0m0.065s 2024-03-21T13:33:33.763 INFO:teuthology.orchestra.run.smithi066.stderr: 93.3% -- replaced with /var/log/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/ceph-osd.3.log.gz 2024-03-21T13:33:33.822 INFO:teuthology.orchestra.run.smithi066.stderr: 91.0% -- replaced with /var/log/ceph/5ff71cb6-e785-11ee-95cd-87774f69a715/ceph-mon.smithi066.log.gz 2024-03-21T13:33:33.823 INFO:teuthology.orchestra.run.smithi066.stderr: 2024-03-21T13:33:33.823 INFO:teuthology.orchestra.run.smithi066.stderr:real 0m0.403s 2024-03-21T13:33:33.824 INFO:teuthology.orchestra.run.smithi066.stderr:user 0m1.754s 2024-03-21T13:33:33.824 INFO:teuthology.orchestra.run.smithi066.stderr:sys 0m0.084s 2024-03-21T13:33:33.824 INFO:tasks.cephadm:Archiving logs... 2024-03-21T13:33:33.824 DEBUG:teuthology.misc:Transferring archived files from smithi066:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-03-21_12:04:17-orch:cephadm-wip-guits-testing-2024-03-21-0818-distro-default-smithi/7614981/remote/smithi066/log 2024-03-21T13:33:33.825 DEBUG:teuthology.orchestra.run.smithi066:> sudo tar c -f - -C /var/log/ceph -- . 2024-03-21T13:33:34.091 DEBUG:teuthology.misc:Transferring archived files from smithi122:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-03-21_12:04:17-orch:cephadm-wip-guits-testing-2024-03-21-0818-distro-default-smithi/7614981/remote/smithi122/log 2024-03-21T13:33:34.091 DEBUG:teuthology.orchestra.run.smithi122:> sudo tar c -f - -C /var/log/ceph -- . 2024-03-21T13:33:34.232 INFO:tasks.cephadm:Removing cluster... 2024-03-21T13:33:34.232 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 5ff71cb6-e785-11ee-95cd-87774f69a715 --force 2024-03-21T13:33:34.402 INFO:teuthology.orchestra.run.smithi066.stdout:Deleting cluster with fsid: 5ff71cb6-e785-11ee-95cd-87774f69a715 2024-03-21T13:33:35.536 DEBUG:teuthology.orchestra.run.smithi122:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 5ff71cb6-e785-11ee-95cd-87774f69a715 --force 2024-03-21T13:33:35.704 INFO:teuthology.orchestra.run.smithi122.stdout:Deleting cluster with fsid: 5ff71cb6-e785-11ee-95cd-87774f69a715 2024-03-21T13:33:36.828 INFO:tasks.cephadm:Removing cephadm ... 2024-03-21T13:33:36.829 DEBUG:teuthology.orchestra.run.smithi066:> rm -rf /home/ubuntu/cephtest/cephadm 2024-03-21T13:33:36.835 DEBUG:teuthology.orchestra.run.smithi122:> rm -rf /home/ubuntu/cephtest/cephadm 2024-03-21T13:33:36.840 INFO:tasks.cephadm:Teardown complete 2024-03-21T13:33:36.840 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-03-21T13:33:36.851 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi066:/dev/vg_nvme/lv_1... 2024-03-21T13:33:36.852 DEBUG:teuthology.orchestra.run.smithi066:> sudo nvme disconnect -n lv_1 2024-03-21T13:33:37.189 INFO:teuthology.orchestra.run.smithi066.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-03-21T13:33:37.191 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T13:33:37.191 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi066:/dev/vg_nvme/lv_2... 2024-03-21T13:33:37.191 DEBUG:teuthology.orchestra.run.smithi066:> sudo nvme disconnect -n lv_2 2024-03-21T13:33:37.469 INFO:teuthology.orchestra.run.smithi066.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-03-21T13:33:37.471 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T13:33:37.471 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi066:/dev/vg_nvme/lv_3... 2024-03-21T13:33:37.471 DEBUG:teuthology.orchestra.run.smithi066:> sudo nvme disconnect -n lv_3 2024-03-21T13:33:37.729 INFO:teuthology.orchestra.run.smithi066.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-03-21T13:33:37.730 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T13:33:37.731 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi066:/dev/vg_nvme/lv_4... 2024-03-21T13:33:37.731 DEBUG:teuthology.orchestra.run.smithi066:> sudo nvme disconnect -n lv_4 2024-03-21T13:33:38.013 INFO:teuthology.orchestra.run.smithi066.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-03-21T13:33:38.014 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T13:33:38.015 DEBUG:teuthology.orchestra.run.smithi066:> set -ex 2024-03-21T13:33:38.015 DEBUG:teuthology.orchestra.run.smithi066:> sudo dd of=/scratch_devs 2024-03-21T13:33:38.028 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi122:/dev/vg_nvme/lv_1... 2024-03-21T13:33:38.029 DEBUG:teuthology.orchestra.run.smithi122:> sudo nvme disconnect -n lv_1 2024-03-21T13:33:38.288 INFO:teuthology.orchestra.run.smithi122.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-03-21T13:33:38.289 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T13:33:38.289 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi122:/dev/vg_nvme/lv_2... 2024-03-21T13:33:38.290 DEBUG:teuthology.orchestra.run.smithi122:> sudo nvme disconnect -n lv_2 2024-03-21T13:33:38.564 INFO:teuthology.orchestra.run.smithi122.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-03-21T13:33:38.565 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T13:33:38.565 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi122:/dev/vg_nvme/lv_3... 2024-03-21T13:33:38.565 DEBUG:teuthology.orchestra.run.smithi122:> sudo nvme disconnect -n lv_3 2024-03-21T13:33:38.844 INFO:teuthology.orchestra.run.smithi122.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-03-21T13:33:38.845 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T13:33:38.846 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi122:/dev/vg_nvme/lv_4... 2024-03-21T13:33:38.846 DEBUG:teuthology.orchestra.run.smithi122:> sudo nvme disconnect -n lv_4 2024-03-21T13:33:39.115 INFO:teuthology.orchestra.run.smithi122.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-03-21T13:33:39.117 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T13:33:39.117 DEBUG:teuthology.orchestra.run.smithi122:> set -ex 2024-03-21T13:33:39.117 DEBUG:teuthology.orchestra.run.smithi122:> sudo dd of=/scratch_devs 2024-03-21T13:33:39.131 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-03-21T13:33:39.141 INFO:teuthology.task.clock:Checking final clock skew... 2024-03-21T13:33:39.142 DEBUG:teuthology.orchestra.run.smithi066:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-21T13:33:39.144 DEBUG:teuthology.orchestra.run.smithi122:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-21T13:33:39.156 INFO:teuthology.orchestra.run.smithi066.stdout: remote refid st t when poll reach delay offset jitter 2024-03-21T13:33:39.156 INFO:teuthology.orchestra.run.smithi066.stdout:============================================================================== 2024-03-21T13:33:39.156 INFO:teuthology.orchestra.run.smithi066.stdout:*hv01.front.sepi 44.4.53.2 2 u 58 64 377 0.101 -1.757 0.100 2024-03-21T13:33:39.156 INFO:teuthology.orchestra.run.smithi066.stdout:+hv02.front.sepi 63.231.80.2 3 u 47 64 377 0.076 +1.813 0.083 2024-03-21T13:33:39.156 INFO:teuthology.orchestra.run.smithi066.stdout:+hv03.front.sepi 74.6.168.72 3 u 52 64 377 0.101 +0.070 0.130 2024-03-21T13:33:39.156 INFO:teuthology.orchestra.run.smithi066.stdout: hv04.front.sepi .INIT. 16 u - 256 0 0.000 +0.000 0.000 2024-03-21T13:33:39.185 INFO:teuthology.orchestra.run.smithi122.stdout: remote refid st t when poll reach delay offset jitter 2024-03-21T13:33:39.185 INFO:teuthology.orchestra.run.smithi122.stdout:============================================================================== 2024-03-21T13:33:39.185 INFO:teuthology.orchestra.run.smithi122.stdout:*hv01.front.sepi 44.4.53.2 2 u 57 64 377 0.080 -7.744 3.404 2024-03-21T13:33:39.185 INFO:teuthology.orchestra.run.smithi122.stdout:+hv02.front.sepi 63.231.80.2 3 u 41 64 377 0.058 +0.354 3.155 2024-03-21T13:33:39.186 INFO:teuthology.orchestra.run.smithi122.stdout:+hv03.front.sepi 74.6.168.72 3 u 48 64 377 0.099 -4.922 2.495 2024-03-21T13:33:39.186 INFO:teuthology.orchestra.run.smithi122.stdout: hv04.front.sepi .INIT. 16 u - 256 0 0.000 +0.000 0.000 2024-03-21T13:33:39.186 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-03-21T13:33:39.195 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-03-21T13:33:39.196 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-03-21T13:33:39.206 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-03-21T13:33:39.215 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-03-21T13:33:39.225 INFO:teuthology.task.internal:Duration was 1398.616100 seconds 2024-03-21T13:33:39.225 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-03-21T13:33:39.235 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-03-21T13:33:39.236 DEBUG:teuthology.orchestra.run.smithi066:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-03-21T13:33:39.238 DEBUG:teuthology.orchestra.run.smithi122:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-03-21T13:33:39.275 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-03-21T13:33:39.275 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi066.front.sepia.ceph.com 2024-03-21T13:33:39.275 DEBUG:teuthology.orchestra.run.smithi066:> 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-03-21T13:33:39.326 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi122.front.sepia.ceph.com 2024-03-21T13:33:39.326 DEBUG:teuthology.orchestra.run.smithi122:> 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-03-21T13:33:39.336 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-03-21T13:33:39.336 DEBUG:teuthology.orchestra.run.smithi066:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-21T13:33:39.370 DEBUG:teuthology.orchestra.run.smithi122:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-21T13:33:39.415 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-03-21T13:33:39.415 DEBUG:teuthology.orchestra.run.smithi066:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-03-21T13:33:39.417 DEBUG:teuthology.orchestra.run.smithi122:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-03-21T13:33:39.561 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-03-21T13:33:39.572 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-03-21T13:33:39.572 DEBUG:teuthology.orchestra.run.smithi066:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-03-21T13:33:39.584 DEBUG:teuthology.orchestra.run.smithi122:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-03-21T13:33:39.597 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-03-21T13:33:39.615 DEBUG:teuthology.orchestra.run.smithi066:> 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-03-21T13:33:39.630 DEBUG:teuthology.orchestra.run.smithi122:> 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-03-21T13:33:39.639 INFO:teuthology.orchestra.run.smithi066.stdout:kernel.core_pattern = core 2024-03-21T13:33:39.649 INFO:teuthology.orchestra.run.smithi122.stdout:kernel.core_pattern = core 2024-03-21T13:33:39.676 DEBUG:teuthology.orchestra.run.smithi066:> test -e /home/ubuntu/cephtest/archive/coredump 2024-03-21T13:33:39.708 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T13:33:39.709 DEBUG:teuthology.orchestra.run.smithi122:> test -e /home/ubuntu/cephtest/archive/coredump 2024-03-21T13:33:39.722 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T13:33:39.723 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-03-21T13:33:39.734 INFO:teuthology.task.internal:Transferring archived files... 2024-03-21T13:33:39.735 DEBUG:teuthology.misc:Transferring archived files from smithi066:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-03-21_12:04:17-orch:cephadm-wip-guits-testing-2024-03-21-0818-distro-default-smithi/7614981/remote/smithi066 2024-03-21T13:33:39.735 DEBUG:teuthology.orchestra.run.smithi066:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-03-21T13:33:39.779 DEBUG:teuthology.misc:Transferring archived files from smithi122:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-03-21_12:04:17-orch:cephadm-wip-guits-testing-2024-03-21-0818-distro-default-smithi/7614981/remote/smithi122 2024-03-21T13:33:39.779 DEBUG:teuthology.orchestra.run.smithi122:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-03-21T13:33:39.802 INFO:teuthology.task.internal:Removing archive directory... 2024-03-21T13:33:39.802 DEBUG:teuthology.orchestra.run.smithi066:> rm -rf -- /home/ubuntu/cephtest/archive 2024-03-21T13:33:39.818 DEBUG:teuthology.orchestra.run.smithi122:> rm -rf -- /home/ubuntu/cephtest/archive 2024-03-21T13:33:39.848 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-03-21T13:33:39.861 INFO:teuthology.task.internal:Not uploading archives. 2024-03-21T13:33:39.861 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-03-21T13:33:39.872 INFO:teuthology.task.internal:Tidying up after the test... 2024-03-21T13:33:39.872 DEBUG:teuthology.orchestra.run.smithi066:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-03-21T13:33:39.874 DEBUG:teuthology.orchestra.run.smithi122:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-03-21T13:33:39.877 INFO:teuthology.orchestra.run.smithi066.stdout: 658625 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 21 13:33 /home/ubuntu/cephtest 2024-03-21T13:33:39.896 INFO:teuthology.orchestra.run.smithi122.stdout: 658638 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 21 13:33 /home/ubuntu/cephtest 2024-03-21T13:33:39.898 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-03-21T13:33:39.909 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-03-21T13:33:39.933 INFO:teuthology.nuke:Checking targets against current locks 2024-03-21T13:33:39.961 DEBUG:teuthology.nuke:shortname: smithi066 2024-03-21T13:33:39.962 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-21T13:33:39.988 DEBUG:teuthology.nuke:shortname: smithi122 2024-03-21T13:33:39.988 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-21T13:33:39.992 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi066.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-03-21_12:04:17-orch:cephadm-wip-guits-testing-2024-03-21-0818-distro-default-smithi/7614981', '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-03-21 12:58:08.556362', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAD8rIxE2Gq635w3x6cyNLOuCM8F7hgRjHMbRnEkRoaJ66YLavMXE4rx9yGnGlGPoTJ2rKnXqpH8bKTUOjxfyMc='} 2024-03-21T13:33:40.019 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi122.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-03-21_12:04:17-orch:cephadm-wip-guits-testing-2024-03-21-0818-distro-default-smithi/7614981', '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-03-21 12:58:08.555287', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNXqDgWs5iMBAZjwrYwImiaIGBJ12UyO6OTorbvyikvUaTIJGVjJLdfkg9mVTQX/1aHzKHarluw7eTKmpvoNGVI='} 2024-03-21T13:33:40.046 INFO:teuthology.orchestra.console.smithi066:Power off 2024-03-21T13:33:40.046 DEBUG:teuthology.orchestra.console.smithi066:pexpect command: ipmitool -H smithi066.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-21T13:33:40.069 DEBUG:teuthology.orchestra.console.smithi066:power off output: Chassis Power Control: Down/Off 2024-03-21T13:33:40.069 DEBUG:teuthology.orchestra.console.smithi066:pexpect command: ipmitool -H smithi066.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T13:33:40.084 INFO:teuthology.orchestra.console.smithi122:Power off 2024-03-21T13:33:40.084 DEBUG:teuthology.orchestra.console.smithi122:pexpect command: ipmitool -H smithi122.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-21T13:33:40.093 DEBUG:teuthology.orchestra.console.smithi066:check power output: Chassis Power is on 2024-03-21T13:33:40.106 DEBUG:teuthology.orchestra.console.smithi122:power off output: Chassis Power Control: Down/Off 2024-03-21T13:33:40.106 DEBUG:teuthology.orchestra.console.smithi122:pexpect command: ipmitool -H smithi122.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T13:33:40.129 DEBUG:teuthology.orchestra.console.smithi122:check power output: Chassis Power is on 2024-03-21T13:33:44.094 DEBUG:teuthology.orchestra.console.smithi066:pexpect command: ipmitool -H smithi066.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T13:33:44.129 DEBUG:teuthology.orchestra.console.smithi122:pexpect command: ipmitool -H smithi122.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T13:33:44.204 DEBUG:teuthology.orchestra.console.smithi066:check power output: Chassis Power is on 2024-03-21T13:33:44.238 DEBUG:teuthology.orchestra.console.smithi122:check power output: Chassis Power is on 2024-03-21T13:33:48.206 DEBUG:teuthology.orchestra.console.smithi066:pexpect command: ipmitool -H smithi066.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T13:33:48.239 DEBUG:teuthology.orchestra.console.smithi122:pexpect command: ipmitool -H smithi122.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T13:33:48.316 DEBUG:teuthology.orchestra.console.smithi066:check power output: Chassis Power is on 2024-03-21T13:33:48.349 DEBUG:teuthology.orchestra.console.smithi122:check power output: Chassis Power is on 2024-03-21T13:33:52.321 DEBUG:teuthology.orchestra.console.smithi066:pexpect command: ipmitool -H smithi066.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T13:33:52.349 DEBUG:teuthology.orchestra.console.smithi122:pexpect command: ipmitool -H smithi122.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T13:33:52.431 DEBUG:teuthology.orchestra.console.smithi066:check power output: Chassis Power is off 2024-03-21T13:33:52.457 DEBUG:teuthology.orchestra.console.smithi122:check power output: Chassis Power is off 2024-03-21T13:33:52.532 INFO:teuthology.orchestra.console.smithi066:Power off completed 2024-03-21T13:33:52.558 INFO:teuthology.orchestra.console.smithi122:Power off completed 2024-03-21T13:33:52.662 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: 1398.6160998344421 failure_reason: '"2024-03-21T13:23:43.614494+0000 mon.smithi066 (mon.0) 555 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED)" in cluster log' owner: scheduled_gabrioux@teuthology success: false 2024-03-21T13:33:52.662 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-03-21T13:33:52.751 INFO:teuthology.run:FAIL