2024-09-06T14:50:02.453 INFO:root:teuthology version: 1.2.2.dev2+g3752d38 2024-09-06T14:50:02.470 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-06T14:50:02.553 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/adking-2024-09-06_13:43:09-orch:cephadm-wip-athakkar-testing-2024-09-04-1837-distro-default-smithi/7892420 branch: wip-athakkar-testing-2024-09-04-1837 description: orch:cephadm/smoke-roleless/{0-distro/ubuntu_22.04 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} email: adking@redhat.com first_in_suite: false job_id: '7892420' kernel: kdb: 1 sha1: distro ktype: distro last_in_suite: false machine_type: smithi name: adking-2024-09-06_13:43:09-orch:cephadm-wip-athakkar-testing-2024-09-04-1837-distro-default-smithi no_nested_subset: false openstack: - volumes: count: 4 size: 10 os_type: ubuntu os_version: '22.04' overrides: admin_socket: branch: wip-athakkar-testing-2024-09-04-1837 ceph: conf: mgr: debug mgr: 20 debug ms: 1 mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 osd shutdown pgref assert: true flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) - CEPHADM_DAEMON_PLACE_FAIL - CEPHADM_FAILED_DAEMON log-only-match: - CEPHADM_ sha1: 8b38c33cecf4b0b7a9b3116eb9089e21e444ac73 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 8b38c33cecf4b0b7a9b3116eb9089e21e444ac73 workunit: branch: wip-athakkar-testing-2024-09-04-1837 sha1: 8b38c33cecf4b0b7a9b3116eb9089e21e444ac73 owner: scheduled_adking@teuthology priority: 80 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 9103 sha1: 8b38c33cecf4b0b7a9b3116eb9089e21e444ac73 sleep_before_teardown: 0 subset: 1/20 suite: orch:cephadm suite_branch: wip-athakkar-testing-2024-09-04-1837 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_8b38c33cecf4b0b7a9b3116eb9089e21e444ac73/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 8b38c33cecf4b0b7a9b3116eb9089e21e444ac73 targets: smithi079.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKTujAJojB1WgC3ArEvmw93BMRYWj0wN8eM99KO/7bkKPO7aUIsGO0ErzQJb6aiNZT6bxtPmAZs5KXy4BFFwoVU= smithi090.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEtMuF2sUhnHe9YesMzaQb1mLKwb6C0EmvViJaiPKWKsjWy2tM5iQQ3R37WijsUoVL4bY9JfrOFCwZG5t0BXTXA= tasks: - nvme_loop: null - cephadm: roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip: null - cephadm.shell: host.a: - ceph orch device ls --refresh - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph fs volume create foofs - ceph nfs cluster create foo --ingress --virtual-ip {{VIP0}}/{{VIPPREFIXLEN}} --port 2999 - ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake - cephadm.wait_for_service: service: nfs.foo - cephadm.wait_for_service: service: ingress.nfs.foo - vip.exec: host.a: - mkdir /mnt/foo - sleep 5 - mount -t nfs {{VIP0}}:/fake /mnt/foo -o port=2999 - echo test > /mnt/foo/testfile - sync - cephadm.shell: host.a: - "echo \"Check with each haproxy down in turn...\"\nfor haproxy in `ceph orch\ \ ps | grep ^haproxy.nfs.foo. | awk '{print $1}'`; do\n ceph orch daemon stop\ \ $haproxy\n while ! ceph orch ps | grep $haproxy | grep stopped; do sleep\ \ 1 ; done\n cat /mnt/foo/testfile\n echo $haproxy > /mnt/foo/testfile\n \ \ sync\n ceph orch daemon start $haproxy\n while ! ceph orch ps | grep $haproxy\ \ | grep running; do sleep 1 ; done\ndone\n" volumes: - /mnt/foo:/mnt/foo - vip.exec: all-hosts: - "echo \"Check with $(hostname) ganesha(s) down...\"\nfor c in `systemctl | grep\ \ ceph- | grep @nfs | awk '{print $1}'`; do\n cid=`echo $c | sed 's/@/-/'`\n\ \ id=`echo $c | cut -d @ -f 2 | sed 's/.service$//'`\n fsid=`echo $c |\ \ cut -d @ -f 1 | cut -d - -f 2-`\n echo \"Removing daemon $id fsid $fsid...\"\ \n sudo $TESTDIR/cephadm rm-daemon --fsid $fsid --name $id\n\n echo \"\ Waking up cephadm...\"\n sudo $TESTDIR/cephadm shell -- ceph orch ps --refresh\n\ \n while ! timeout 1 cat /mnt/foo/testfile ; do true ; done\n echo \"\ Mount is back!\"\ndone\n" - cephadm.shell: host.a: - stat -c '%u %g' /var/log/ceph | grep '167 167' - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - ceph orch ls | grep '^osd.all-available-devices ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a timestamp: 2024-09-06_13:43:09 tube: smithi user: adking verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.3401856 2024-09-06T14:50:02.553 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_8b38c33cecf4b0b7a9b3116eb9089e21e444ac73/qa; will attempt to use it 2024-09-06T14:50:02.559 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_8b38c33cecf4b0b7a9b3116eb9089e21e444ac73/qa/tasks 2024-09-06T14:50:02.559 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-09-06T14:50:02.561 INFO:teuthology.task.internal:Checking packages... 2024-09-06T14:50:02.627 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '8b38c33cecf4b0b7a9b3116eb9089e21e444ac73' 2024-09-06T14:50:02.627 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-09-06T14:50:02.627 INFO:teuthology.packaging:ref: None 2024-09-06T14:50:02.627 INFO:teuthology.packaging:tag: None 2024-09-06T14:50:02.627 INFO:teuthology.packaging:branch: wip-athakkar-testing-2024-09-04-1837 2024-09-06T14:50:02.627 INFO:teuthology.packaging:sha1: 8b38c33cecf4b0b7a9b3116eb9089e21e444ac73 2024-09-06T14:50:02.628 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&ref=wip-athakkar-testing-2024-09-04-1837 2024-09-06T14:50:02.786 INFO:teuthology.task.internal:Found packages for ceph version 19.3.0-4704-g8b38c33c-1jammy 2024-09-06T14:50:02.787 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-09-06T14:50:02.793 INFO:teuthology.task.internal:no buildpackages task found 2024-09-06T14:50:02.793 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-09-06T14:50:02.828 INFO:teuthology.task.internal:Saving configuration 2024-09-06T14:50:02.841 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-09-06T14:50:02.864 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-09-06T14:50:02.890 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi079.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-09-06_13:43:09-orch:cephadm-wip-athakkar-testing-2024-09-04-1837-distro-default-smithi/7892420', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-09-06 14:43:38.447917', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILhzNGxEHA5qaCYzSHAu+qQjUavd9C4Qsc/atzvVxGeh'} 2024-09-06T14:50:02.918 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi090.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-09-06_13:43:09-orch:cephadm-wip-athakkar-testing-2024-09-04-1837-distro-default-smithi/7892420', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-09-06 14:43:38.449856', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIO66ezE2WBZXFPqVPVLXQPauHTvFM3yNYOL4iyoHr0Nx'} 2024-09-06T14:50:02.918 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-09-06T14:50:02.925 INFO:teuthology.task.internal:roles: ubuntu@smithi079.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-09-06T14:50:02.925 INFO:teuthology.task.internal:roles: ubuntu@smithi090.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-09-06T14:50:02.926 INFO:teuthology.run_tasks:Running task console_log... 2024-09-06T14:50:03.035 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fa3a32f3ac0>, signals=[15]) 2024-09-06T14:50:03.035 INFO:teuthology.run_tasks:Running task internal.connect... 2024-09-06T14:50:03.043 INFO:teuthology.task.internal:Opening connections... 2024-09-06T14:50:03.043 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi079.front.sepia.ceph.com 2024-09-06T14:50:03.044 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi079.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-06T14:50:03.133 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi090.front.sepia.ceph.com 2024-09-06T14:50:03.133 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi090.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-06T14:50:03.220 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-09-06T14:50:03.229 DEBUG:teuthology.orchestra.run.smithi079:> uname -m 2024-09-06T14:50:03.233 INFO:teuthology.orchestra.run.smithi079.stdout:x86_64 2024-09-06T14:50:03.234 DEBUG:teuthology.orchestra.run.smithi079:> cat /etc/os-release 2024-09-06T14:50:03.279 INFO:teuthology.orchestra.run.smithi079.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-09-06T14:50:03.279 INFO:teuthology.orchestra.run.smithi079.stdout:NAME="Ubuntu" 2024-09-06T14:50:03.280 INFO:teuthology.orchestra.run.smithi079.stdout:VERSION_ID="22.04" 2024-09-06T14:50:03.280 INFO:teuthology.orchestra.run.smithi079.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-09-06T14:50:03.280 INFO:teuthology.orchestra.run.smithi079.stdout:VERSION_CODENAME=jammy 2024-09-06T14:50:03.280 INFO:teuthology.orchestra.run.smithi079.stdout:ID=ubuntu 2024-09-06T14:50:03.280 INFO:teuthology.orchestra.run.smithi079.stdout:ID_LIKE=debian 2024-09-06T14:50:03.280 INFO:teuthology.orchestra.run.smithi079.stdout:HOME_URL="https://www.ubuntu.com/" 2024-09-06T14:50:03.280 INFO:teuthology.orchestra.run.smithi079.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-09-06T14:50:03.280 INFO:teuthology.orchestra.run.smithi079.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-09-06T14:50:03.280 INFO:teuthology.orchestra.run.smithi079.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-09-06T14:50:03.280 INFO:teuthology.orchestra.run.smithi079.stdout:UBUNTU_CODENAME=jammy 2024-09-06T14:50:03.281 INFO:teuthology.lock.ops:Updating smithi079.front.sepia.ceph.com on lock server 2024-09-06T14:50:03.309 DEBUG:teuthology.orchestra.run.smithi090:> uname -m 2024-09-06T14:50:03.314 INFO:teuthology.orchestra.run.smithi090.stdout:x86_64 2024-09-06T14:50:03.314 DEBUG:teuthology.orchestra.run.smithi090:> cat /etc/os-release 2024-09-06T14:50:03.361 INFO:teuthology.orchestra.run.smithi090.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-09-06T14:50:03.361 INFO:teuthology.orchestra.run.smithi090.stdout:NAME="Ubuntu" 2024-09-06T14:50:03.361 INFO:teuthology.orchestra.run.smithi090.stdout:VERSION_ID="22.04" 2024-09-06T14:50:03.361 INFO:teuthology.orchestra.run.smithi090.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-09-06T14:50:03.361 INFO:teuthology.orchestra.run.smithi090.stdout:VERSION_CODENAME=jammy 2024-09-06T14:50:03.361 INFO:teuthology.orchestra.run.smithi090.stdout:ID=ubuntu 2024-09-06T14:50:03.361 INFO:teuthology.orchestra.run.smithi090.stdout:ID_LIKE=debian 2024-09-06T14:50:03.361 INFO:teuthology.orchestra.run.smithi090.stdout:HOME_URL="https://www.ubuntu.com/" 2024-09-06T14:50:03.361 INFO:teuthology.orchestra.run.smithi090.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-09-06T14:50:03.362 INFO:teuthology.orchestra.run.smithi090.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-09-06T14:50:03.362 INFO:teuthology.orchestra.run.smithi090.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-09-06T14:50:03.362 INFO:teuthology.orchestra.run.smithi090.stdout:UBUNTU_CODENAME=jammy 2024-09-06T14:50:03.362 INFO:teuthology.lock.ops:Updating smithi090.front.sepia.ceph.com on lock server 2024-09-06T14:50:03.384 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-09-06T14:50:03.392 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-09-06T14:50:03.421 INFO:teuthology.task.internal:Checking for old test directory... 2024-09-06T14:50:03.421 DEBUG:teuthology.orchestra.run.smithi079:> test '!' -e /home/ubuntu/cephtest 2024-09-06T14:50:03.424 DEBUG:teuthology.orchestra.run.smithi090:> test '!' -e /home/ubuntu/cephtest 2024-09-06T14:50:03.428 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-09-06T14:50:03.454 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-09-06T14:50:03.455 DEBUG:teuthology.orchestra.run.smithi079:> test -z $(ls -A /var/lib/ceph) 2024-09-06T14:50:03.470 DEBUG:teuthology.orchestra.run.smithi090:> test -z $(ls -A /var/lib/ceph) 2024-09-06T14:50:03.482 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-09-06T14:50:03.549 INFO:teuthology.run_tasks:Running task kernel... 2024-09-06T14:50:03.579 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-09-06T14:50:03.580 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-09-06T14:50:03.580 DEBUG:teuthology.orchestra.run.smithi079:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-06T14:50:03.581 DEBUG:teuthology.orchestra.run.smithi090:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-06T14:50:03.585 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-06T14:50:03.585 DEBUG:teuthology.orchestra.run.smithi079:> uname -r 2024-09-06T14:50:03.586 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-06T14:50:03.586 DEBUG:teuthology.orchestra.run.smithi090:> uname -r 2024-09-06T14:50:03.632 INFO:teuthology.orchestra.run.smithi079.stdout:5.15.0-56-generic 2024-09-06T14:50:03.632 INFO:teuthology.task.kernel:Running kernel on smithi079: 5.15.0-56-generic 2024-09-06T14:50:03.632 DEBUG:teuthology.orchestra.run.smithi079:> sudo apt-get clean 2024-09-06T14:50:03.634 INFO:teuthology.orchestra.run.smithi090.stdout:5.15.0-56-generic 2024-09-06T14:50:03.634 INFO:teuthology.task.kernel:Running kernel on smithi090: 5.15.0-56-generic 2024-09-06T14:50:03.634 DEBUG:teuthology.orchestra.run.smithi090:> sudo apt-get clean 2024-09-06T14:50:03.758 DEBUG:teuthology.orchestra.run.smithi079:> sudo apt-get update 2024-09-06T14:50:03.759 DEBUG:teuthology.orchestra.run.smithi090:> sudo apt-get update 2024-09-06T14:50:03.936 INFO:teuthology.orchestra.run.smithi090.stdout:Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2024-09-06T14:50:04.035 INFO:teuthology.orchestra.run.smithi079.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-06T14:50:04.043 INFO:teuthology.orchestra.run.smithi090.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-06T14:50:04.044 INFO:teuthology.orchestra.run.smithi079.stdout:Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2024-09-06T14:50:04.104 INFO:teuthology.orchestra.run.smithi079.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] 2024-09-06T14:50:04.125 INFO:teuthology.orchestra.run.smithi090.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] 2024-09-06T14:50:04.157 INFO:teuthology.orchestra.run.smithi090.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [533 kB] 2024-09-06T14:50:04.240 INFO:teuthology.orchestra.run.smithi090.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,771 kB] 2024-09-06T14:50:04.278 INFO:teuthology.orchestra.run.smithi090.stdout:Get:6 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [291 kB] 2024-09-06T14:50:04.280 INFO:teuthology.orchestra.run.smithi090.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [13.3 kB] 2024-09-06T14:50:04.301 INFO:teuthology.orchestra.run.smithi090.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [37.7 kB] 2024-09-06T14:50:04.301 INFO:teuthology.orchestra.run.smithi090.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [2,327 kB] 2024-09-06T14:50:04.319 INFO:teuthology.orchestra.run.smithi090.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [400 kB] 2024-09-06T14:50:04.322 INFO:teuthology.orchestra.run.smithi090.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [584 B] 2024-09-06T14:50:04.323 INFO:teuthology.orchestra.run.smithi090.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [901 kB] 2024-09-06T14:50:04.329 INFO:teuthology.orchestra.run.smithi090.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [627 kB] 2024-09-06T14:50:04.334 INFO:teuthology.orchestra.run.smithi090.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [176 kB] 2024-09-06T14:50:04.363 INFO:teuthology.orchestra.run.smithi090.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [19.2 kB] 2024-09-06T14:50:04.363 INFO:teuthology.orchestra.run.smithi090.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-09-06T14:50:04.364 INFO:teuthology.orchestra.run.smithi090.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-09-06T14:50:04.364 INFO:teuthology.orchestra.run.smithi090.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-09-06T14:50:04.364 INFO:teuthology.orchestra.run.smithi090.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [228 B] 2024-09-06T14:50:04.459 INFO:teuthology.orchestra.run.smithi079.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] 2024-09-06T14:50:04.480 INFO:teuthology.orchestra.run.smithi090.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] 2024-09-06T14:50:04.480 INFO:teuthology.orchestra.run.smithi079.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,771 kB] 2024-09-06T14:50:04.597 INFO:teuthology.orchestra.run.smithi079.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,988 kB] 2024-09-06T14:50:04.618 INFO:teuthology.orchestra.run.smithi090.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [690 kB] 2024-09-06T14:50:04.811 INFO:teuthology.orchestra.run.smithi090.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,988 kB] 2024-09-06T14:50:04.912 INFO:teuthology.orchestra.run.smithi079.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [690 kB] 2024-09-06T14:50:04.913 INFO:teuthology.orchestra.run.smithi079.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [533 kB] 2024-09-06T14:50:04.932 INFO:teuthology.orchestra.run.smithi079.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [291 kB] 2024-09-06T14:50:04.938 INFO:teuthology.orchestra.run.smithi079.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [13.3 kB] 2024-09-06T14:50:04.939 INFO:teuthology.orchestra.run.smithi079.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [2,327 kB] 2024-09-06T14:50:04.948 INFO:teuthology.orchestra.run.smithi079.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [349 kB] 2024-09-06T14:50:04.963 INFO:teuthology.orchestra.run.smithi079.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [17.8 kB] 2024-09-06T14:50:04.963 INFO:teuthology.orchestra.run.smithi079.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [2,386 kB] 2024-09-06T14:50:04.968 INFO:teuthology.orchestra.run.smithi090.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [349 kB] 2024-09-06T14:50:04.983 INFO:teuthology.orchestra.run.smithi090.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [17.8 kB] 2024-09-06T14:50:04.983 INFO:teuthology.orchestra.run.smithi090.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [2,386 kB] 2024-09-06T14:50:05.032 INFO:teuthology.orchestra.run.smithi079.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [39.3 kB] 2024-09-06T14:50:05.032 INFO:teuthology.orchestra.run.smithi079.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [410 kB] 2024-09-06T14:50:05.035 INFO:teuthology.orchestra.run.smithi079.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [37.7 kB] 2024-09-06T14:50:05.035 INFO:teuthology.orchestra.run.smithi079.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [400 kB] 2024-09-06T14:50:05.051 INFO:teuthology.orchestra.run.smithi090.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [39.3 kB] 2024-09-06T14:50:05.051 INFO:teuthology.orchestra.run.smithi090.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [410 kB] 2024-09-06T14:50:05.065 INFO:teuthology.orchestra.run.smithi090.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [616 B] 2024-09-06T14:50:05.065 INFO:teuthology.orchestra.run.smithi090.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [731 kB] 2024-09-06T14:50:05.066 INFO:teuthology.orchestra.run.smithi079.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [616 B] 2024-09-06T14:50:05.066 INFO:teuthology.orchestra.run.smithi079.stdout:Get:20 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [584 B] 2024-09-06T14:50:05.066 INFO:teuthology.orchestra.run.smithi079.stdout:Get:21 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [901 kB] 2024-09-06T14:50:05.067 INFO:teuthology.orchestra.run.smithi079.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,123 kB] 2024-09-06T14:50:05.075 INFO:teuthology.orchestra.run.smithi079.stdout:Get:23 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [627 kB] 2024-09-06T14:50:05.086 INFO:teuthology.orchestra.run.smithi079.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [731 kB] 2024-09-06T14:50:05.089 INFO:teuthology.orchestra.run.smithi079.stdout:Get:25 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [176 kB] 2024-09-06T14:50:05.091 INFO:teuthology.orchestra.run.smithi090.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,123 kB] 2024-09-06T14:50:05.096 INFO:teuthology.orchestra.run.smithi079.stdout:Get:26 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [19.2 kB] 2024-09-06T14:50:05.096 INFO:teuthology.orchestra.run.smithi079.stdout:Get:27 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-09-06T14:50:05.097 INFO:teuthology.orchestra.run.smithi079.stdout:Get:28 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-09-06T14:50:05.103 INFO:teuthology.orchestra.run.smithi079.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [261 kB] 2024-09-06T14:50:05.107 INFO:teuthology.orchestra.run.smithi079.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [26.1 kB] 2024-09-06T14:50:05.108 INFO:teuthology.orchestra.run.smithi079.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,752 B] 2024-09-06T14:50:05.108 INFO:teuthology.orchestra.run.smithi079.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [43.3 kB] 2024-09-06T14:50:05.120 INFO:teuthology.orchestra.run.smithi090.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [261 kB] 2024-09-06T14:50:05.125 INFO:teuthology.orchestra.run.smithi090.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [26.1 kB] 2024-09-06T14:50:05.135 INFO:teuthology.orchestra.run.smithi090.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,752 B] 2024-09-06T14:50:05.135 INFO:teuthology.orchestra.run.smithi090.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [43.3 kB] 2024-09-06T14:50:05.136 INFO:teuthology.orchestra.run.smithi090.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.8 kB] 2024-09-06T14:50:05.137 INFO:teuthology.orchestra.run.smithi090.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [444 B] 2024-09-06T14:50:05.159 INFO:teuthology.orchestra.run.smithi079.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.8 kB] 2024-09-06T14:50:05.159 INFO:teuthology.orchestra.run.smithi079.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [444 B] 2024-09-06T14:50:05.159 INFO:teuthology.orchestra.run.smithi079.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.8 kB] 2024-09-06T14:50:05.161 INFO:teuthology.orchestra.run.smithi079.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.9 kB] 2024-09-06T14:50:05.178 INFO:teuthology.orchestra.run.smithi079.stdout:Get:37 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-09-06T14:50:05.178 INFO:teuthology.orchestra.run.smithi079.stdout:Get:38 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [228 B] 2024-09-06T14:50:05.192 INFO:teuthology.orchestra.run.smithi079.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.1 kB] 2024-09-06T14:50:05.192 INFO:teuthology.orchestra.run.smithi079.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-09-06T14:50:05.192 INFO:teuthology.orchestra.run.smithi079.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.8 kB] 2024-09-06T14:50:05.193 INFO:teuthology.orchestra.run.smithi079.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.3 kB] 2024-09-06T14:50:05.194 INFO:teuthology.orchestra.run.smithi079.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.5 kB] 2024-09-06T14:50:05.208 INFO:teuthology.orchestra.run.smithi090.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.9 kB] 2024-09-06T14:50:05.213 INFO:teuthology.orchestra.run.smithi090.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.8 kB] 2024-09-06T14:50:05.213 INFO:teuthology.orchestra.run.smithi090.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.1 kB] 2024-09-06T14:50:05.213 INFO:teuthology.orchestra.run.smithi090.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-09-06T14:50:05.213 INFO:teuthology.orchestra.run.smithi090.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.3 kB] 2024-09-06T14:50:05.216 INFO:teuthology.orchestra.run.smithi090.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.8 kB] 2024-09-06T14:50:05.242 INFO:teuthology.orchestra.run.smithi079.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [672 B] 2024-09-06T14:50:05.298 INFO:teuthology.orchestra.run.smithi090.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.5 kB] 2024-09-06T14:50:05.298 INFO:teuthology.orchestra.run.smithi090.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [672 B] 2024-09-06T14:50:10.595 INFO:teuthology.orchestra.run.smithi090.stdout:Fetched 15.8 MB in 2s (7,548 kB/s) 2024-09-06T14:50:11.343 INFO:teuthology.orchestra.run.smithi079.stdout:Fetched 15.8 MB in 3s (5,683 kB/s) 2024-09-06T14:50:12.204 INFO:teuthology.orchestra.run.smithi090.stdout:Reading package lists... 2024-09-06T14:50:12.221 DEBUG:teuthology.orchestra.run.smithi090:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-06T14:50:12.288 INFO:teuthology.orchestra.run.smithi090.stdout:Reading package lists... 2024-09-06T14:50:12.503 INFO:teuthology.orchestra.run.smithi090.stdout:Building dependency tree... 2024-09-06T14:50:12.503 INFO:teuthology.orchestra.run.smithi090.stdout:Reading state information... 2024-09-06T14:50:12.692 INFO:teuthology.orchestra.run.smithi090.stdout:The following packages were automatically installed and are no longer required: 2024-09-06T14:50:12.692 INFO:teuthology.orchestra.run.smithi090.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-06T14:50:12.692 INFO:teuthology.orchestra.run.smithi090.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-06T14:50:12.692 INFO:teuthology.orchestra.run.smithi090.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-06T14:50:12.693 INFO:teuthology.orchestra.run.smithi090.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-09-06T14:50:12.693 INFO:teuthology.orchestra.run.smithi090.stdout: python2.7-minimal 2024-09-06T14:50:12.693 INFO:teuthology.orchestra.run.smithi090.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-06T14:50:12.694 INFO:teuthology.orchestra.run.smithi090.stdout:The following additional packages will be installed: 2024-09-06T14:50:12.694 INFO:teuthology.orchestra.run.smithi090.stdout: linux-generic linux-headers-5.15.0-119 linux-headers-5.15.0-119-generic 2024-09-06T14:50:12.694 INFO:teuthology.orchestra.run.smithi090.stdout: linux-headers-generic linux-image-5.15.0-119-generic 2024-09-06T14:50:12.694 INFO:teuthology.orchestra.run.smithi090.stdout: linux-modules-5.15.0-119-generic linux-modules-extra-5.15.0-119-generic 2024-09-06T14:50:12.696 INFO:teuthology.orchestra.run.smithi090.stdout:Suggested packages: 2024-09-06T14:50:12.696 INFO:teuthology.orchestra.run.smithi090.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-09-06T14:50:12.696 INFO:teuthology.orchestra.run.smithi090.stdout:Recommended packages: 2024-09-06T14:50:12.696 INFO:teuthology.orchestra.run.smithi090.stdout: thermald 2024-09-06T14:50:12.697 INFO:teuthology.orchestra.run.smithi079.stdout:Reading package lists... 2024-09-06T14:50:12.715 DEBUG:teuthology.orchestra.run.smithi079:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-06T14:50:12.741 INFO:teuthology.orchestra.run.smithi090.stdout:The following NEW packages will be installed: 2024-09-06T14:50:12.742 INFO:teuthology.orchestra.run.smithi090.stdout: linux-headers-5.15.0-119 linux-headers-5.15.0-119-generic 2024-09-06T14:50:12.742 INFO:teuthology.orchestra.run.smithi090.stdout: linux-image-5.15.0-119-generic linux-modules-5.15.0-119-generic 2024-09-06T14:50:12.742 INFO:teuthology.orchestra.run.smithi090.stdout: linux-modules-extra-5.15.0-119-generic 2024-09-06T14:50:12.743 INFO:teuthology.orchestra.run.smithi090.stdout:The following packages will be upgraded: 2024-09-06T14:50:12.744 INFO:teuthology.orchestra.run.smithi090.stdout: linux-generic linux-headers-generic linux-image-generic 2024-09-06T14:50:12.768 INFO:teuthology.orchestra.run.smithi079.stdout:Reading package lists... 2024-09-06T14:50:12.924 INFO:teuthology.orchestra.run.smithi090.stdout:3 upgraded, 5 newly installed, 0 to remove and 344 not upgraded. 2024-09-06T14:50:12.924 INFO:teuthology.orchestra.run.smithi090.stdout:Need to get 113 MB of archives. 2024-09-06T14:50:12.925 INFO:teuthology.orchestra.run.smithi090.stdout:After this operation, 583 MB of additional disk space will be used. 2024-09-06T14:50:12.925 INFO:teuthology.orchestra.run.smithi090.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-119-generic amd64 5.15.0-119.129 [22.6 MB] 2024-09-06T14:50:12.959 INFO:teuthology.orchestra.run.smithi079.stdout:Building dependency tree... 2024-09-06T14:50:12.959 INFO:teuthology.orchestra.run.smithi079.stdout:Reading state information... 2024-09-06T14:50:13.124 INFO:teuthology.orchestra.run.smithi079.stdout:The following packages were automatically installed and are no longer required: 2024-09-06T14:50:13.124 INFO:teuthology.orchestra.run.smithi079.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-06T14:50:13.125 INFO:teuthology.orchestra.run.smithi079.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-06T14:50:13.125 INFO:teuthology.orchestra.run.smithi079.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-06T14:50:13.125 INFO:teuthology.orchestra.run.smithi079.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-09-06T14:50:13.126 INFO:teuthology.orchestra.run.smithi079.stdout: python2.7-minimal 2024-09-06T14:50:13.126 INFO:teuthology.orchestra.run.smithi079.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-06T14:50:13.126 INFO:teuthology.orchestra.run.smithi079.stdout:The following additional packages will be installed: 2024-09-06T14:50:13.126 INFO:teuthology.orchestra.run.smithi079.stdout: linux-generic linux-headers-5.15.0-119 linux-headers-5.15.0-119-generic 2024-09-06T14:50:13.126 INFO:teuthology.orchestra.run.smithi079.stdout: linux-headers-generic linux-image-5.15.0-119-generic 2024-09-06T14:50:13.127 INFO:teuthology.orchestra.run.smithi079.stdout: linux-modules-5.15.0-119-generic linux-modules-extra-5.15.0-119-generic 2024-09-06T14:50:13.128 INFO:teuthology.orchestra.run.smithi079.stdout:Suggested packages: 2024-09-06T14:50:13.128 INFO:teuthology.orchestra.run.smithi079.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-09-06T14:50:13.128 INFO:teuthology.orchestra.run.smithi079.stdout:Recommended packages: 2024-09-06T14:50:13.128 INFO:teuthology.orchestra.run.smithi079.stdout: thermald 2024-09-06T14:50:13.174 INFO:teuthology.orchestra.run.smithi079.stdout:The following NEW packages will be installed: 2024-09-06T14:50:13.174 INFO:teuthology.orchestra.run.smithi079.stdout: linux-headers-5.15.0-119 linux-headers-5.15.0-119-generic 2024-09-06T14:50:13.174 INFO:teuthology.orchestra.run.smithi079.stdout: linux-image-5.15.0-119-generic linux-modules-5.15.0-119-generic 2024-09-06T14:50:13.175 INFO:teuthology.orchestra.run.smithi079.stdout: linux-modules-extra-5.15.0-119-generic 2024-09-06T14:50:13.176 INFO:teuthology.orchestra.run.smithi079.stdout:The following packages will be upgraded: 2024-09-06T14:50:13.176 INFO:teuthology.orchestra.run.smithi079.stdout: linux-generic linux-headers-generic linux-image-generic 2024-09-06T14:50:13.355 INFO:teuthology.orchestra.run.smithi079.stdout:3 upgraded, 5 newly installed, 0 to remove and 344 not upgraded. 2024-09-06T14:50:13.382 INFO:teuthology.orchestra.run.smithi079.stdout:Need to get 113 MB of archives. 2024-09-06T14:50:13.382 INFO:teuthology.orchestra.run.smithi079.stdout:After this operation, 583 MB of additional disk space will be used. 2024-09-06T14:50:13.383 INFO:teuthology.orchestra.run.smithi079.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-119-generic amd64 5.15.0-119.129 [22.6 MB] 2024-09-06T14:50:14.297 INFO:teuthology.orchestra.run.smithi090.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-119-generic amd64 5.15.0-119.129 [11.5 MB] 2024-09-06T14:50:14.649 INFO:teuthology.orchestra.run.smithi090.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-119-generic amd64 5.15.0-119.129 [63.9 MB] 2024-09-06T14:50:14.747 INFO:teuthology.orchestra.run.smithi079.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-119-generic amd64 5.15.0-119.129 [11.5 MB] 2024-09-06T14:50:15.152 INFO:teuthology.orchestra.run.smithi079.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-119-generic amd64 5.15.0-119.129 [63.9 MB] 2024-09-06T14:50:17.031 INFO:teuthology.orchestra.run.smithi090.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.119.119 [1,694 B] 2024-09-06T14:50:17.032 INFO:teuthology.orchestra.run.smithi090.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.119.119 [2,502 B] 2024-09-06T14:50:17.033 INFO:teuthology.orchestra.run.smithi090.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-119 all 5.15.0-119.129 [12.3 MB] 2024-09-06T14:50:17.321 INFO:teuthology.orchestra.run.smithi079.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.119.119 [1,694 B] 2024-09-06T14:50:17.321 INFO:teuthology.orchestra.run.smithi079.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.119.119 [2,502 B] 2024-09-06T14:50:17.322 INFO:teuthology.orchestra.run.smithi079.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-119 all 5.15.0-119.129 [12.3 MB] 2024-09-06T14:50:17.387 INFO:teuthology.orchestra.run.smithi090.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-119-generic amd64 5.15.0-119.129 [2,879 kB] 2024-09-06T14:50:17.473 INFO:teuthology.orchestra.run.smithi090.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.119.119 [2,350 B] 2024-09-06T14:50:17.862 INFO:teuthology.orchestra.run.smithi090.stdout:Fetched 113 MB in 5s (24.0 MB/s) 2024-09-06T14:50:17.944 INFO:teuthology.orchestra.run.smithi079.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-119-generic amd64 5.15.0-119.129 [2,879 kB] 2024-09-06T14:50:18.004 INFO:teuthology.orchestra.run.smithi079.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.119.119 [2,350 B] 2024-09-06T14:50:18.231 INFO:teuthology.orchestra.run.smithi090.stdout:Selecting previously unselected package linux-modules-5.15.0-119-generic. 2024-09-06T14:50:18.412 INFO:teuthology.orchestra.run.smithi079.stdout:Fetched 113 MB in 5s (23.5 MB/s) 2024-09-06T14:50:18.592 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package linux-modules-5.15.0-119-generic. 2024-09-06T14:50:20.605 INFO:teuthology.orchestra.run.smithi079.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 129542 files and directories currently installed.) 2024-09-06T14:50:20.610 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../0-linux-modules-5.15.0-119-generic_5.15.0-119.129_amd64.deb ... 2024-09-06T14:50:20.664 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking linux-modules-5.15.0-119-generic (5.15.0-119.129) ... 2024-09-06T14:50:20.983 INFO:teuthology.orchestra.run.smithi090.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 129542 files and directories currently installed.) 2024-09-06T14:50:20.989 INFO:teuthology.orchestra.run.smithi090.stdout:Preparing to unpack .../0-linux-modules-5.15.0-119-generic_5.15.0-119.129_amd64.deb ... 2024-09-06T14:50:21.057 INFO:teuthology.orchestra.run.smithi090.stdout:Unpacking linux-modules-5.15.0-119-generic (5.15.0-119.129) ... 2024-09-06T14:50:23.157 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package linux-image-5.15.0-119-generic. 2024-09-06T14:50:23.178 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../1-linux-image-5.15.0-119-generic_5.15.0-119.129_amd64.deb ... 2024-09-06T14:50:23.271 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking linux-image-5.15.0-119-generic (5.15.0-119.129) ... 2024-09-06T14:50:23.744 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-119-generic. 2024-09-06T14:50:23.764 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-119-generic_5.15.0-119.129_amd64.deb ... 2024-09-06T14:50:23.802 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking linux-modules-extra-5.15.0-119-generic (5.15.0-119.129) ... 2024-09-06T14:50:24.081 INFO:teuthology.orchestra.run.smithi090.stdout:Selecting previously unselected package linux-image-5.15.0-119-generic. 2024-09-06T14:50:24.102 INFO:teuthology.orchestra.run.smithi090.stdout:Preparing to unpack .../1-linux-image-5.15.0-119-generic_5.15.0-119.129_amd64.deb ... 2024-09-06T14:50:24.196 INFO:teuthology.orchestra.run.smithi090.stdout:Unpacking linux-image-5.15.0-119-generic (5.15.0-119.129) ... 2024-09-06T14:50:24.703 INFO:teuthology.orchestra.run.smithi090.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-119-generic. 2024-09-06T14:50:24.724 INFO:teuthology.orchestra.run.smithi090.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-119-generic_5.15.0-119.129_amd64.deb ... 2024-09-06T14:50:24.769 INFO:teuthology.orchestra.run.smithi090.stdout:Unpacking linux-modules-extra-5.15.0-119-generic (5.15.0-119.129) ... 2024-09-06T14:50:30.011 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../3-linux-generic_5.15.0.119.119_amd64.deb ... 2024-09-06T14:50:30.136 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking linux-generic (5.15.0.119.119) over (5.15.0.56.54) ... 2024-09-06T14:50:30.421 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.119.119_amd64.deb ... 2024-09-06T14:50:30.557 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking linux-image-generic (5.15.0.119.119) over (5.15.0.56.54) ... 2024-09-06T14:50:30.885 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package linux-headers-5.15.0-119. 2024-09-06T14:50:30.907 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../5-linux-headers-5.15.0-119_5.15.0-119.129_all.deb ... 2024-09-06T14:50:30.951 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking linux-headers-5.15.0-119 (5.15.0-119.129) ... 2024-09-06T14:50:34.564 INFO:teuthology.orchestra.run.smithi090.stdout:Preparing to unpack .../3-linux-generic_5.15.0.119.119_amd64.deb ... 2024-09-06T14:50:34.692 INFO:teuthology.orchestra.run.smithi090.stdout:Unpacking linux-generic (5.15.0.119.119) over (5.15.0.56.54) ... 2024-09-06T14:50:35.018 INFO:teuthology.orchestra.run.smithi090.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.119.119_amd64.deb ... 2024-09-06T14:50:35.147 INFO:teuthology.orchestra.run.smithi090.stdout:Unpacking linux-image-generic (5.15.0.119.119) over (5.15.0.56.54) ... 2024-09-06T14:50:35.476 INFO:teuthology.orchestra.run.smithi090.stdout:Selecting previously unselected package linux-headers-5.15.0-119. 2024-09-06T14:50:35.498 INFO:teuthology.orchestra.run.smithi090.stdout:Preparing to unpack .../5-linux-headers-5.15.0-119_5.15.0-119.129_all.deb ... 2024-09-06T14:50:35.534 INFO:teuthology.orchestra.run.smithi090.stdout:Unpacking linux-headers-5.15.0-119 (5.15.0-119.129) ... 2024-09-06T14:50:36.443 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package linux-headers-5.15.0-119-generic. 2024-09-06T14:50:36.462 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../6-linux-headers-5.15.0-119-generic_5.15.0-119.129_amd64.deb ... 2024-09-06T14:50:36.493 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking linux-headers-5.15.0-119-generic (5.15.0-119.129) ... 2024-09-06T14:50:40.524 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.119.119_amd64.deb ... 2024-09-06T14:50:40.646 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking linux-headers-generic (5.15.0.119.119) over (5.15.0.56.54) ... 2024-09-06T14:50:40.988 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up linux-headers-5.15.0-119 (5.15.0-119.129) ... 2024-09-06T14:50:41.109 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up linux-headers-5.15.0-119-generic (5.15.0-119.129) ... 2024-09-06T14:50:41.235 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up linux-headers-generic (5.15.0.119.119) ... 2024-09-06T14:50:41.364 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up linux-image-5.15.0-119-generic (5.15.0-119.129) ... 2024-09-06T14:50:42.695 INFO:teuthology.orchestra.run.smithi079.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-09-06T14:50:42.695 INFO:teuthology.orchestra.run.smithi079.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-09-06T14:50:42.695 INFO:teuthology.orchestra.run.smithi079.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-119-generic 2024-09-06T14:50:42.695 INFO:teuthology.orchestra.run.smithi079.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-119-generic 2024-09-06T14:50:42.849 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up linux-modules-5.15.0-119-generic (5.15.0-119.129) ... 2024-09-06T14:50:44.258 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up linux-modules-extra-5.15.0-119-generic (5.15.0-119.129) ... 2024-09-06T14:50:44.536 INFO:teuthology.orchestra.run.smithi090.stdout:Selecting previously unselected package linux-headers-5.15.0-119-generic. 2024-09-06T14:50:44.572 INFO:teuthology.orchestra.run.smithi090.stdout:Preparing to unpack .../6-linux-headers-5.15.0-119-generic_5.15.0-119.129_amd64.deb ... 2024-09-06T14:50:44.611 INFO:teuthology.orchestra.run.smithi090.stdout:Unpacking linux-headers-5.15.0-119-generic (5.15.0-119.129) ... 2024-09-06T14:50:46.193 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up linux-image-generic (5.15.0.119.119) ... 2024-09-06T14:50:46.319 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up linux-generic (5.15.0.119.119) ... 2024-09-06T14:50:46.436 INFO:teuthology.orchestra.run.smithi079.stdout:Processing triggers for linux-image-5.15.0-119-generic (5.15.0-119.129) ... 2024-09-06T14:50:46.483 INFO:teuthology.orchestra.run.smithi079.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-09-06T14:50:46.483 INFO:teuthology.orchestra.run.smithi079.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-119-generic 2024-09-06T14:50:47.919 INFO:teuthology.orchestra.run.smithi090.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.119.119_amd64.deb ... 2024-09-06T14:50:48.043 INFO:teuthology.orchestra.run.smithi090.stdout:Unpacking linux-headers-generic (5.15.0.119.119) over (5.15.0.56.54) ... 2024-09-06T14:50:48.428 INFO:teuthology.orchestra.run.smithi090.stdout:Setting up linux-headers-5.15.0-119 (5.15.0-119.129) ... 2024-09-06T14:50:48.549 INFO:teuthology.orchestra.run.smithi090.stdout:Setting up linux-headers-5.15.0-119-generic (5.15.0-119.129) ... 2024-09-06T14:50:48.676 INFO:teuthology.orchestra.run.smithi090.stdout:Setting up linux-headers-generic (5.15.0.119.119) ... 2024-09-06T14:50:48.780 INFO:teuthology.orchestra.run.smithi090.stdout:Setting up linux-image-5.15.0-119-generic (5.15.0-119.129) ... 2024-09-06T14:50:50.103 INFO:teuthology.orchestra.run.smithi090.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-09-06T14:50:50.104 INFO:teuthology.orchestra.run.smithi090.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-09-06T14:50:50.104 INFO:teuthology.orchestra.run.smithi090.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-119-generic 2024-09-06T14:50:50.104 INFO:teuthology.orchestra.run.smithi090.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-119-generic 2024-09-06T14:50:50.286 INFO:teuthology.orchestra.run.smithi090.stdout:Setting up linux-modules-5.15.0-119-generic (5.15.0-119.129) ... 2024-09-06T14:50:51.713 INFO:teuthology.orchestra.run.smithi090.stdout:Setting up linux-modules-extra-5.15.0-119-generic (5.15.0-119.129) ... 2024-09-06T14:50:53.107 INFO:teuthology.orchestra.run.smithi090.stdout:Setting up linux-image-generic (5.15.0.119.119) ... 2024-09-06T14:50:53.259 INFO:teuthology.orchestra.run.smithi090.stdout:Setting up linux-generic (5.15.0.119.119) ... 2024-09-06T14:50:53.385 INFO:teuthology.orchestra.run.smithi090.stdout:Processing triggers for linux-image-5.15.0-119-generic (5.15.0-119.129) ... 2024-09-06T14:50:53.462 INFO:teuthology.orchestra.run.smithi090.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-09-06T14:50:53.462 INFO:teuthology.orchestra.run.smithi090.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-119-generic 2024-09-06T14:51:00.486 INFO:teuthology.orchestra.run.smithi079.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-09-06T14:51:00.486 INFO:teuthology.orchestra.run.smithi079.stdout:Sourcing file `/etc/default/grub' 2024-09-06T14:51:00.510 INFO:teuthology.orchestra.run.smithi079.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-06T14:51:00.533 INFO:teuthology.orchestra.run.smithi079.stdout:Generating grub configuration file ... 2024-09-06T14:51:00.872 INFO:teuthology.orchestra.run.smithi079.stdout:Found linux image: /boot/vmlinuz-5.15.0-119-generic 2024-09-06T14:51:00.899 INFO:teuthology.orchestra.run.smithi079.stdout:Found initrd image: /boot/initrd.img-5.15.0-119-generic 2024-09-06T14:51:01.175 INFO:teuthology.orchestra.run.smithi079.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-06T14:51:01.180 INFO:teuthology.orchestra.run.smithi079.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-06T14:51:01.246 INFO:teuthology.orchestra.run.smithi079.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-06T14:51:01.251 INFO:teuthology.orchestra.run.smithi079.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-06T14:51:01.408 INFO:teuthology.orchestra.run.smithi079.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-06T14:51:01.408 INFO:teuthology.orchestra.run.smithi079.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-09-06T14:51:01.408 INFO:teuthology.orchestra.run.smithi079.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-06T14:51:01.441 INFO:teuthology.orchestra.run.smithi079.stdout:done 2024-09-06T14:51:01.906 DEBUG:teuthology.orchestra.run.smithi079:> dpkg -s linux-image-generic 2024-09-06T14:51:01.926 INFO:teuthology.orchestra.run.smithi079.stdout:Package: linux-image-generic 2024-09-06T14:51:01.926 INFO:teuthology.orchestra.run.smithi079.stdout:Status: install ok installed 2024-09-06T14:51:01.927 INFO:teuthology.orchestra.run.smithi079.stdout:Priority: optional 2024-09-06T14:51:01.927 INFO:teuthology.orchestra.run.smithi079.stdout:Section: kernel 2024-09-06T14:51:01.927 INFO:teuthology.orchestra.run.smithi079.stdout:Installed-Size: 21 2024-09-06T14:51:01.927 INFO:teuthology.orchestra.run.smithi079.stdout:Maintainer: Ubuntu Kernel Team 2024-09-06T14:51:01.927 INFO:teuthology.orchestra.run.smithi079.stdout:Architecture: amd64 2024-09-06T14:51:01.927 INFO:teuthology.orchestra.run.smithi079.stdout:Source: linux-meta 2024-09-06T14:51:01.927 INFO:teuthology.orchestra.run.smithi079.stdout:Version: 5.15.0.119.119 2024-09-06T14:51:01.927 INFO:teuthology.orchestra.run.smithi079.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.4), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-119), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-09-06T14:51:01.927 INFO:teuthology.orchestra.run.smithi079.stdout:Depends: linux-image-5.15.0-119-generic, linux-modules-extra-5.15.0-119-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-06T14:51:01.927 INFO:teuthology.orchestra.run.smithi079.stdout:Recommends: thermald 2024-09-06T14:51:01.927 INFO:teuthology.orchestra.run.smithi079.stdout:Description: Generic Linux kernel image 2024-09-06T14:51:01.928 INFO:teuthology.orchestra.run.smithi079.stdout: This package will always depend on the latest generic kernel image 2024-09-06T14:51:01.928 INFO:teuthology.orchestra.run.smithi079.stdout: available. 2024-09-06T14:51:01.929 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-119-generic 2024-09-06T14:51:01.929 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-06T14:51:01.929 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-06T14:51:01.929 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-09-06T14:51:01.929 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi079.front.sepia.ceph.com, path=None, version=distro) 2024-09-06T14:51:01.929 DEBUG:teuthology.orchestra.run.smithi079:> sudo apt-get clean 2024-09-06T14:51:02.087 DEBUG:teuthology.orchestra.run.smithi079:> sudo apt-get update 2024-09-06T14:51:02.210 INFO:teuthology.orchestra.run.smithi079.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-06T14:51:02.218 INFO:teuthology.orchestra.run.smithi079.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-09-06T14:51:02.235 INFO:teuthology.orchestra.run.smithi079.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-09-06T14:51:02.328 INFO:teuthology.orchestra.run.smithi079.stdout:Hit:4 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-09-06T14:51:03.570 INFO:teuthology.orchestra.run.smithi079.stdout:Reading package lists... 2024-09-06T14:51:03.589 DEBUG:teuthology.orchestra.run.smithi079:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-06T14:51:03.652 INFO:teuthology.orchestra.run.smithi079.stdout:Reading package lists... 2024-09-06T14:51:03.863 INFO:teuthology.orchestra.run.smithi079.stdout:Building dependency tree... 2024-09-06T14:51:03.864 INFO:teuthology.orchestra.run.smithi079.stdout:Reading state information... 2024-09-06T14:51:04.056 INFO:teuthology.orchestra.run.smithi079.stdout:linux-image-generic is already the newest version (5.15.0.119.119). 2024-09-06T14:51:04.056 INFO:teuthology.orchestra.run.smithi079.stdout:The following packages were automatically installed and are no longer required: 2024-09-06T14:51:04.056 INFO:teuthology.orchestra.run.smithi079.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-06T14:51:04.057 INFO:teuthology.orchestra.run.smithi079.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-06T14:51:04.057 INFO:teuthology.orchestra.run.smithi079.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-06T14:51:04.057 INFO:teuthology.orchestra.run.smithi079.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-09-06T14:51:04.057 INFO:teuthology.orchestra.run.smithi079.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-09-06T14:51:04.057 INFO:teuthology.orchestra.run.smithi079.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-06T14:51:04.100 INFO:teuthology.orchestra.run.smithi079.stdout:0 upgraded, 0 newly installed, 0 to remove and 344 not upgraded. 2024-09-06T14:51:04.101 DEBUG:teuthology.orchestra.run.smithi079:> dpkg -s linux-image-generic 2024-09-06T14:51:04.117 INFO:teuthology.orchestra.run.smithi079.stdout:Package: linux-image-generic 2024-09-06T14:51:04.117 INFO:teuthology.orchestra.run.smithi079.stdout:Status: install ok installed 2024-09-06T14:51:04.117 INFO:teuthology.orchestra.run.smithi079.stdout:Priority: optional 2024-09-06T14:51:04.117 INFO:teuthology.orchestra.run.smithi079.stdout:Section: kernel 2024-09-06T14:51:04.118 INFO:teuthology.orchestra.run.smithi079.stdout:Installed-Size: 21 2024-09-06T14:51:04.118 INFO:teuthology.orchestra.run.smithi079.stdout:Maintainer: Ubuntu Kernel Team 2024-09-06T14:51:04.118 INFO:teuthology.orchestra.run.smithi079.stdout:Architecture: amd64 2024-09-06T14:51:04.118 INFO:teuthology.orchestra.run.smithi079.stdout:Source: linux-meta 2024-09-06T14:51:04.118 INFO:teuthology.orchestra.run.smithi079.stdout:Version: 5.15.0.119.119 2024-09-06T14:51:04.118 INFO:teuthology.orchestra.run.smithi079.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.4), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-119), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-09-06T14:51:04.118 INFO:teuthology.orchestra.run.smithi079.stdout:Depends: linux-image-5.15.0-119-generic, linux-modules-extra-5.15.0-119-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-06T14:51:04.118 INFO:teuthology.orchestra.run.smithi079.stdout:Recommends: thermald 2024-09-06T14:51:04.118 INFO:teuthology.orchestra.run.smithi079.stdout:Description: Generic Linux kernel image 2024-09-06T14:51:04.118 INFO:teuthology.orchestra.run.smithi079.stdout: This package will always depend on the latest generic kernel image 2024-09-06T14:51:04.118 INFO:teuthology.orchestra.run.smithi079.stdout: available. 2024-09-06T14:51:04.119 DEBUG:teuthology.orchestra.run.smithi079:> mktemp 2024-09-06T14:51:04.163 INFO:teuthology.orchestra.run.smithi079.stdout:/tmp/tmp.ufG7yR3RMn 2024-09-06T14:51:04.163 DEBUG:teuthology.orchestra.run.smithi079:> sudo cp /boot/grub/grub.cfg /tmp/tmp.ufG7yR3RMn 2024-09-06T14:51:04.217 DEBUG:teuthology.orchestra.run.smithi079:> sudo chmod 0666 /tmp/tmp.ufG7yR3RMn 2024-09-06T14:51:04.335 DEBUG:teuthology.orchestra.remote:smithi079:/tmp/tmp.ufG7yR3RMn is 10KB 2024-09-06T14:51:04.348 DEBUG:teuthology.orchestra.run.smithi079:> rm -fr /tmp/tmp.ufG7yR3RMn 2024-09-06T14:51:04.353 DEBUG:teuthology.orchestra.run.smithi079:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-09-06T14:51:04.407 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2024-09-06T14:51:04.407 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-09-06T14:51:04.407 DEBUG:teuthology.orchestra.run.smithi079:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-09-06T14:51:04.505 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-119-generic 2024-09-06T14:51:04.505 DEBUG:teuthology.orchestra.run.smithi079:> sudo update-grub 2024-09-06T14:51:05.661 INFO:teuthology.orchestra.run.smithi079.stderr:Sourcing file `/etc/default/grub' 2024-09-06T14:51:05.662 INFO:teuthology.orchestra.run.smithi079.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-06T14:51:05.664 INFO:teuthology.orchestra.run.smithi079.stderr:Generating grub configuration file ... 2024-09-06T14:51:05.849 INFO:teuthology.orchestra.run.smithi079.stderr:Found linux image: /boot/vmlinuz-5.15.0-119-generic 2024-09-06T14:51:05.855 INFO:teuthology.orchestra.run.smithi079.stderr:Found initrd image: /boot/initrd.img-5.15.0-119-generic 2024-09-06T14:51:06.091 INFO:teuthology.orchestra.run.smithi079.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-06T14:51:06.096 INFO:teuthology.orchestra.run.smithi079.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-06T14:51:06.138 INFO:teuthology.orchestra.run.smithi079.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-06T14:51:06.143 INFO:teuthology.orchestra.run.smithi079.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-06T14:51:06.262 INFO:teuthology.orchestra.run.smithi079.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-06T14:51:06.262 INFO:teuthology.orchestra.run.smithi079.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-09-06T14:51:06.262 INFO:teuthology.orchestra.run.smithi079.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-06T14:51:06.278 INFO:teuthology.orchestra.run.smithi079.stderr:done 2024-09-06T14:51:06.293 DEBUG:teuthology.orchestra.run.smithi079:> sudo shutdown -r now 2024-09-06T14:51:08.473 INFO:teuthology.orchestra.run.smithi090.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-09-06T14:51:08.473 INFO:teuthology.orchestra.run.smithi090.stdout:Sourcing file `/etc/default/grub' 2024-09-06T14:51:08.503 INFO:teuthology.orchestra.run.smithi090.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-06T14:51:08.528 INFO:teuthology.orchestra.run.smithi090.stdout:Generating grub configuration file ... 2024-09-06T14:51:08.918 INFO:teuthology.orchestra.run.smithi090.stdout:Found linux image: /boot/vmlinuz-5.15.0-119-generic 2024-09-06T14:51:08.954 INFO:teuthology.orchestra.run.smithi090.stdout:Found initrd image: /boot/initrd.img-5.15.0-119-generic 2024-09-06T14:51:09.323 INFO:teuthology.orchestra.run.smithi090.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-06T14:51:09.328 INFO:teuthology.orchestra.run.smithi090.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-06T14:51:09.406 INFO:teuthology.orchestra.run.smithi090.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-06T14:51:09.411 INFO:teuthology.orchestra.run.smithi090.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-06T14:51:09.700 INFO:teuthology.orchestra.run.smithi090.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-06T14:51:09.700 INFO:teuthology.orchestra.run.smithi090.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-09-06T14:51:09.700 INFO:teuthology.orchestra.run.smithi090.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-06T14:51:09.801 INFO:teuthology.orchestra.run.smithi090.stdout:done 2024-09-06T14:51:10.326 DEBUG:teuthology.orchestra.run.smithi090:> dpkg -s linux-image-generic 2024-09-06T14:51:10.351 INFO:teuthology.orchestra.run.smithi090.stdout:Package: linux-image-generic 2024-09-06T14:51:10.351 INFO:teuthology.orchestra.run.smithi090.stdout:Status: install ok installed 2024-09-06T14:51:10.351 INFO:teuthology.orchestra.run.smithi090.stdout:Priority: optional 2024-09-06T14:51:10.351 INFO:teuthology.orchestra.run.smithi090.stdout:Section: kernel 2024-09-06T14:51:10.351 INFO:teuthology.orchestra.run.smithi090.stdout:Installed-Size: 21 2024-09-06T14:51:10.352 INFO:teuthology.orchestra.run.smithi090.stdout:Maintainer: Ubuntu Kernel Team 2024-09-06T14:51:10.352 INFO:teuthology.orchestra.run.smithi090.stdout:Architecture: amd64 2024-09-06T14:51:10.352 INFO:teuthology.orchestra.run.smithi090.stdout:Source: linux-meta 2024-09-06T14:51:10.352 INFO:teuthology.orchestra.run.smithi090.stdout:Version: 5.15.0.119.119 2024-09-06T14:51:10.352 INFO:teuthology.orchestra.run.smithi090.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.4), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-119), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-09-06T14:51:10.352 INFO:teuthology.orchestra.run.smithi090.stdout:Depends: linux-image-5.15.0-119-generic, linux-modules-extra-5.15.0-119-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-06T14:51:10.352 INFO:teuthology.orchestra.run.smithi090.stdout:Recommends: thermald 2024-09-06T14:51:10.352 INFO:teuthology.orchestra.run.smithi090.stdout:Description: Generic Linux kernel image 2024-09-06T14:51:10.352 INFO:teuthology.orchestra.run.smithi090.stdout: This package will always depend on the latest generic kernel image 2024-09-06T14:51:10.352 INFO:teuthology.orchestra.run.smithi090.stdout: available. 2024-09-06T14:51:10.352 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-119-generic 2024-09-06T14:51:10.353 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-06T14:51:10.353 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-06T14:51:10.353 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-09-06T14:51:10.353 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi090.front.sepia.ceph.com, path=None, version=distro) 2024-09-06T14:51:10.353 DEBUG:teuthology.orchestra.run.smithi090:> sudo apt-get clean 2024-09-06T14:51:10.536 DEBUG:teuthology.orchestra.run.smithi090:> sudo apt-get update 2024-09-06T14:51:10.654 INFO:teuthology.orchestra.run.smithi090.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-06T14:51:10.655 INFO:teuthology.orchestra.run.smithi090.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-09-06T14:51:10.657 INFO:teuthology.orchestra.run.smithi090.stdout:Hit:3 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-09-06T14:51:10.672 INFO:teuthology.orchestra.run.smithi090.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-09-06T14:51:12.102 INFO:teuthology.orchestra.run.smithi090.stdout:Reading package lists... 2024-09-06T14:51:12.120 DEBUG:teuthology.orchestra.run.smithi090:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-06T14:51:12.182 INFO:teuthology.orchestra.run.smithi090.stdout:Reading package lists... 2024-09-06T14:51:12.421 INFO:teuthology.orchestra.run.smithi090.stdout:Building dependency tree... 2024-09-06T14:51:12.422 INFO:teuthology.orchestra.run.smithi090.stdout:Reading state information... 2024-09-06T14:51:12.605 INFO:teuthology.orchestra.run.smithi090.stdout:linux-image-generic is already the newest version (5.15.0.119.119). 2024-09-06T14:51:12.605 INFO:teuthology.orchestra.run.smithi090.stdout:The following packages were automatically installed and are no longer required: 2024-09-06T14:51:12.605 INFO:teuthology.orchestra.run.smithi090.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-06T14:51:12.605 INFO:teuthology.orchestra.run.smithi090.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-06T14:51:12.605 INFO:teuthology.orchestra.run.smithi090.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-06T14:51:12.606 INFO:teuthology.orchestra.run.smithi090.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-09-06T14:51:12.606 INFO:teuthology.orchestra.run.smithi090.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-09-06T14:51:12.606 INFO:teuthology.orchestra.run.smithi090.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-06T14:51:12.647 INFO:teuthology.orchestra.run.smithi090.stdout:0 upgraded, 0 newly installed, 0 to remove and 344 not upgraded. 2024-09-06T14:51:12.648 DEBUG:teuthology.orchestra.run.smithi090:> dpkg -s linux-image-generic 2024-09-06T14:51:12.663 INFO:teuthology.orchestra.run.smithi090.stdout:Package: linux-image-generic 2024-09-06T14:51:12.664 INFO:teuthology.orchestra.run.smithi090.stdout:Status: install ok installed 2024-09-06T14:51:12.664 INFO:teuthology.orchestra.run.smithi090.stdout:Priority: optional 2024-09-06T14:51:12.664 INFO:teuthology.orchestra.run.smithi090.stdout:Section: kernel 2024-09-06T14:51:12.664 INFO:teuthology.orchestra.run.smithi090.stdout:Installed-Size: 21 2024-09-06T14:51:12.664 INFO:teuthology.orchestra.run.smithi090.stdout:Maintainer: Ubuntu Kernel Team 2024-09-06T14:51:12.664 INFO:teuthology.orchestra.run.smithi090.stdout:Architecture: amd64 2024-09-06T14:51:12.665 INFO:teuthology.orchestra.run.smithi090.stdout:Source: linux-meta 2024-09-06T14:51:12.665 INFO:teuthology.orchestra.run.smithi090.stdout:Version: 5.15.0.119.119 2024-09-06T14:51:12.665 INFO:teuthology.orchestra.run.smithi090.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.4), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-119), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-09-06T14:51:12.665 INFO:teuthology.orchestra.run.smithi090.stdout:Depends: linux-image-5.15.0-119-generic, linux-modules-extra-5.15.0-119-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-06T14:51:12.665 INFO:teuthology.orchestra.run.smithi090.stdout:Recommends: thermald 2024-09-06T14:51:12.665 INFO:teuthology.orchestra.run.smithi090.stdout:Description: Generic Linux kernel image 2024-09-06T14:51:12.665 INFO:teuthology.orchestra.run.smithi090.stdout: This package will always depend on the latest generic kernel image 2024-09-06T14:51:12.665 INFO:teuthology.orchestra.run.smithi090.stdout: available. 2024-09-06T14:51:12.665 DEBUG:teuthology.orchestra.run.smithi090:> mktemp 2024-09-06T14:51:12.709 INFO:teuthology.orchestra.run.smithi090.stdout:/tmp/tmp.O6fC5pAT22 2024-09-06T14:51:12.709 DEBUG:teuthology.orchestra.run.smithi090:> sudo cp /boot/grub/grub.cfg /tmp/tmp.O6fC5pAT22 2024-09-06T14:51:12.765 DEBUG:teuthology.orchestra.run.smithi090:> sudo chmod 0666 /tmp/tmp.O6fC5pAT22 2024-09-06T14:51:12.903 DEBUG:teuthology.orchestra.remote:smithi090:/tmp/tmp.O6fC5pAT22 is 10KB 2024-09-06T14:51:12.918 DEBUG:teuthology.orchestra.run.smithi090:> rm -fr /tmp/tmp.O6fC5pAT22 2024-09-06T14:51:12.923 DEBUG:teuthology.orchestra.run.smithi090:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-09-06T14:51:12.977 DEBUG:teuthology.orchestra.run.smithi090:> set -ex 2024-09-06T14:51:12.977 DEBUG:teuthology.orchestra.run.smithi090:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-09-06T14:51:12.977 DEBUG:teuthology.orchestra.run.smithi090:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-09-06T14:51:13.072 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-119-generic 2024-09-06T14:51:13.072 DEBUG:teuthology.orchestra.run.smithi090:> sudo update-grub 2024-09-06T14:51:14.949 INFO:teuthology.orchestra.run.smithi090.stderr:Sourcing file `/etc/default/grub' 2024-09-06T14:51:14.969 INFO:teuthology.orchestra.run.smithi090.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-06T14:51:14.985 INFO:teuthology.orchestra.run.smithi090.stderr:Generating grub configuration file ... 2024-09-06T14:51:15.292 INFO:teuthology.orchestra.run.smithi090.stderr:Found linux image: /boot/vmlinuz-5.15.0-119-generic 2024-09-06T14:51:15.298 INFO:teuthology.orchestra.run.smithi090.stderr:Found initrd image: /boot/initrd.img-5.15.0-119-generic 2024-09-06T14:51:15.756 INFO:teuthology.orchestra.run.smithi090.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-06T14:51:15.762 INFO:teuthology.orchestra.run.smithi090.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-06T14:51:15.808 INFO:teuthology.orchestra.run.smithi090.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-06T14:51:15.814 INFO:teuthology.orchestra.run.smithi090.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-06T14:51:15.950 INFO:teuthology.orchestra.run.smithi090.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-06T14:51:15.950 INFO:teuthology.orchestra.run.smithi090.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-09-06T14:51:15.950 INFO:teuthology.orchestra.run.smithi090.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-06T14:51:15.993 INFO:teuthology.orchestra.run.smithi090.stderr:done 2024-09-06T14:51:15.995 DEBUG:teuthology.orchestra.run.smithi090:> sudo shutdown -r now 2024-09-06T14:51:36.313 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-09-06T14:51:36.314 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi079.front.sepia.ceph.com' 2024-09-06T14:51:36.315 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi079.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-06T14:51:46.009 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-09-06T14:51:46.009 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi090.front.sepia.ceph.com' 2024-09-06T14:51:46.010 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi090.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-06T14:51:54.817 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.79 2024-09-06T14:52:03.827 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi079.front.sepia.ceph.com' 2024-09-06T14:52:03.828 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi079.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-06T14:52:04.541 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.90 2024-09-06T14:52:06.909 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.79 2024-09-06T14:52:13.545 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi090.front.sepia.ceph.com' 2024-09-06T14:52:13.546 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi090.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-06T14:52:16.605 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.90 2024-09-06T14:52:18.911 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi079.front.sepia.ceph.com' 2024-09-06T14:52:18.912 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi079.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-06T14:52:28.613 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi090.front.sepia.ceph.com' 2024-09-06T14:52:28.614 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi090.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-06T14:52:31.677 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.90 2024-09-06T14:52:46.689 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi090.front.sepia.ceph.com' 2024-09-06T14:52:46.690 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi090.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-06T14:52:50.902 DEBUG:teuthology.orchestra.run.smithi079:> true 2024-09-06T14:52:51.641 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi079.front.sepia.ceph.com' 2024-09-06T14:52:51.641 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-119-generic"... 2024-09-06T14:52:51.641 DEBUG:teuthology.orchestra.run.smithi079:> uname -r 2024-09-06T14:52:51.691 INFO:teuthology.orchestra.run.smithi079.stdout:5.15.0-119-generic 2024-09-06T14:52:51.691 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-119-generic vs 5.15.0-119-generic 2024-09-06T14:52:51.691 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-06T14:52:51.691 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-09-06T14:52:52.692 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-09-06T14:52:52.693 DEBUG:teuthology.orchestra.run.smithi079:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-06T14:52:52.776 INFO:teuthology.orchestra.run.smithi079.stdout:ttyS1 2024-09-06T14:52:52.804 DEBUG:teuthology.parallel:result is None 2024-09-06T14:53:05.213 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.90 2024-09-06T14:53:23.215 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi090.front.sepia.ceph.com' 2024-09-06T14:53:23.216 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi090.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-06T14:53:23.593 DEBUG:teuthology.orchestra.run.smithi090:> true 2024-09-06T14:53:24.174 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi090.front.sepia.ceph.com' 2024-09-06T14:53:24.174 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-119-generic"... 2024-09-06T14:53:24.174 DEBUG:teuthology.orchestra.run.smithi090:> uname -r 2024-09-06T14:53:24.221 INFO:teuthology.orchestra.run.smithi090.stdout:5.15.0-119-generic 2024-09-06T14:53:24.221 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-119-generic vs 5.15.0-119-generic 2024-09-06T14:53:24.222 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-06T14:53:24.222 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-09-06T14:53:25.222 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-09-06T14:53:25.223 DEBUG:teuthology.orchestra.run.smithi090:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-06T14:53:25.353 INFO:teuthology.orchestra.run.smithi090.stdout:ttyS1 2024-09-06T14:53:25.376 DEBUG:teuthology.parallel:result is None 2024-09-06T14:53:25.376 INFO:teuthology.run_tasks:Running task internal.base... 2024-09-06T14:53:25.383 INFO:teuthology.task.internal:Creating test directory... 2024-09-06T14:53:25.383 DEBUG:teuthology.orchestra.run.smithi079:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-06T14:53:25.386 DEBUG:teuthology.orchestra.run.smithi090:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-06T14:53:25.391 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-09-06T14:53:25.419 INFO:teuthology.run_tasks:Running task internal.archive... 2024-09-06T14:53:25.452 INFO:teuthology.task.internal:Creating archive directory... 2024-09-06T14:53:25.453 DEBUG:teuthology.orchestra.run.smithi079:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-06T14:53:25.455 DEBUG:teuthology.orchestra.run.smithi090:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-06T14:53:25.494 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-09-06T14:53:25.500 INFO:teuthology.task.internal:Enabling coredump saving... 2024-09-06T14:53:25.501 DEBUG:teuthology.orchestra.run.smithi079:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-09-06T14:53:25.511 DEBUG:teuthology.orchestra.run.smithi090:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-09-06T14:53:25.531 INFO:teuthology.orchestra.run.smithi079.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-06T14:53:25.533 INFO:teuthology.orchestra.run.smithi090.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-06T14:53:25.541 INFO:teuthology.orchestra.run.smithi090.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-06T14:53:25.541 INFO:teuthology.orchestra.run.smithi079.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-06T14:53:25.542 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-09-06T14:53:25.548 INFO:teuthology.task.internal:Configuring sudo... 2024-09-06T14:53:25.549 DEBUG:teuthology.orchestra.run.smithi079:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-06T14:53:25.588 DEBUG:teuthology.orchestra.run.smithi090:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-06T14:53:25.613 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-09-06T14:53:25.622 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-09-06T14:53:25.622 DEBUG:teuthology.orchestra.run.smithi079:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-06T14:53:25.660 DEBUG:teuthology.orchestra.run.smithi090:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-06T14:53:25.665 DEBUG:teuthology.orchestra.run.smithi079:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-06T14:53:25.715 DEBUG:teuthology.orchestra.run.smithi079:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-06T14:53:25.763 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2024-09-06T14:53:25.763 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-06T14:53:25.828 DEBUG:teuthology.orchestra.run.smithi090:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-06T14:53:25.834 DEBUG:teuthology.orchestra.run.smithi090:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-06T14:53:25.882 DEBUG:teuthology.orchestra.run.smithi090:> set -ex 2024-09-06T14:53:25.882 DEBUG:teuthology.orchestra.run.smithi090:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-06T14:53:25.959 DEBUG:teuthology.orchestra.run.smithi079:> sudo service rsyslog restart 2024-09-06T14:53:25.961 DEBUG:teuthology.orchestra.run.smithi090:> sudo service rsyslog restart 2024-09-06T14:53:26.039 INFO:teuthology.run_tasks:Running task internal.timer... 2024-09-06T14:53:26.047 INFO:teuthology.task.internal:Starting timer... 2024-09-06T14:53:26.047 INFO:teuthology.run_tasks:Running task pcp... 2024-09-06T14:53:26.090 INFO:teuthology.run_tasks:Running task selinux... 2024-09-06T14:53:26.122 DEBUG:teuthology.task.selinux:Excluding smithi079: OS 'ubuntu' does not support SELinux 2024-09-06T14:53:26.122 DEBUG:teuthology.task.selinux:Excluding smithi090: OS 'ubuntu' does not support SELinux 2024-09-06T14:53:26.123 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-09-06T14:53:26.123 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-09-06T14:53:26.123 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-09-06T14:53:26.123 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-09-06T14:53:26.155 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-09-06T14:53:26.167 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-09-06T14:53:26.168 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi079.front.sepia.ceph.com,smithi090.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-09-06T15:00:58.094 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi079.front.sepia.ceph.com'), Remote(name='ubuntu@smithi090.front.sepia.ceph.com')] 2024-09-06T15:00:58.114 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi079.front.sepia.ceph.com' 2024-09-06T15:00:58.115 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi079.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-06T15:00:58.204 DEBUG:teuthology.orchestra.run.smithi079:> true 2024-09-06T15:00:58.280 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi079.front.sepia.ceph.com' 2024-09-06T15:00:58.281 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi090.front.sepia.ceph.com' 2024-09-06T15:00:58.281 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi090.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-06T15:00:58.369 DEBUG:teuthology.orchestra.run.smithi090:> true 2024-09-06T15:00:58.445 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi090.front.sepia.ceph.com' 2024-09-06T15:00:58.445 INFO:teuthology.run_tasks:Running task clock... 2024-09-06T15:00:58.454 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-09-06T15:00:58.454 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-06T15:00:58.455 DEBUG:teuthology.orchestra.run.smithi079:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-06T15:00:58.457 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-06T15:00:58.457 DEBUG:teuthology.orchestra.run.smithi090:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-06T15:00:58.486 INFO:teuthology.orchestra.run.smithi079.stdout: 6 Sep 15:00:58 ntpd[18416]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-09-06T15:00:58.486 INFO:teuthology.orchestra.run.smithi079.stdout: 6 Sep 15:00:58 ntpd[18416]: Command line: ntpd -gq 2024-09-06T15:00:58.486 INFO:teuthology.orchestra.run.smithi079.stdout: 6 Sep 15:00:58 ntpd[18416]: ---------------------------------------------------- 2024-09-06T15:00:58.486 INFO:teuthology.orchestra.run.smithi079.stdout: 6 Sep 15:00:58 ntpd[18416]: ntp-4 is maintained by Network Time Foundation, 2024-09-06T15:00:58.486 INFO:teuthology.orchestra.run.smithi079.stdout: 6 Sep 15:00:58 ntpd[18416]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-09-06T15:00:58.486 INFO:teuthology.orchestra.run.smithi079.stdout: 6 Sep 15:00:58 ntpd[18416]: corporation. Support and training for ntp-4 are 2024-09-06T15:00:58.486 INFO:teuthology.orchestra.run.smithi079.stdout: 6 Sep 15:00:58 ntpd[18416]: available at https://www.nwtime.org/support 2024-09-06T15:00:58.486 INFO:teuthology.orchestra.run.smithi079.stdout: 6 Sep 15:00:58 ntpd[18416]: ---------------------------------------------------- 2024-09-06T15:00:58.487 INFO:teuthology.orchestra.run.smithi079.stdout: 6 Sep 15:00:58 ntpd[18416]: proto: precision = 0.062 usec (-24) 2024-09-06T15:00:58.488 INFO:teuthology.orchestra.run.smithi079.stdout: 6 Sep 15:00:58 ntpd[18416]: basedate set to 2022-02-04 2024-09-06T15:00:58.488 INFO:teuthology.orchestra.run.smithi079.stdout: 6 Sep 15:00:58 ntpd[18416]: gps base set to 2022-02-06 (week 2196) 2024-09-06T15:00:58.488 INFO:teuthology.orchestra.run.smithi079.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-06T15:00:58.488 INFO:teuthology.orchestra.run.smithi079.stdout: 6 Sep 15:00:58 ntpd[18416]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-06T15:00:58.489 INFO:teuthology.orchestra.run.smithi079.stderr:restrict ::: KOD does nothing without LIMITED. 2024-09-06T15:00:58.490 INFO:teuthology.orchestra.run.smithi079.stdout: 6 Sep 15:00:58 ntpd[18416]: restrict ::: KOD does nothing without LIMITED. 2024-09-06T15:00:58.490 INFO:teuthology.orchestra.run.smithi079.stdout: 6 Sep 15:00:58 ntpd[18416]: Listen and drop on 0 v6wildcard [::]:123 2024-09-06T15:00:58.490 INFO:teuthology.orchestra.run.smithi079.stdout: 6 Sep 15:00:58 ntpd[18416]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-09-06T15:00:58.490 INFO:teuthology.orchestra.run.smithi079.stdout: 6 Sep 15:00:58 ntpd[18416]: Listen normally on 2 lo 127.0.0.1:123 2024-09-06T15:00:58.490 INFO:teuthology.orchestra.run.smithi079.stdout: 6 Sep 15:00:58 ntpd[18416]: Listen normally on 3 enp3s0f1 172.21.15.79:123 2024-09-06T15:00:58.490 INFO:teuthology.orchestra.run.smithi079.stdout: 6 Sep 15:00:58 ntpd[18416]: Listen normally on 4 lo [::1]:123 2024-09-06T15:00:58.490 INFO:teuthology.orchestra.run.smithi079.stdout: 6 Sep 15:00:58 ntpd[18416]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:ce87%5]:123 2024-09-06T15:00:58.490 INFO:teuthology.orchestra.run.smithi079.stdout: 6 Sep 15:00:58 ntpd[18416]: Listening on routing socket on fd #22 for interface updates 2024-09-06T15:00:58.512 INFO:teuthology.orchestra.run.smithi090.stdout: 6 Sep 15:00:58 ntpd[18474]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-09-06T15:00:58.512 INFO:teuthology.orchestra.run.smithi090.stdout: 6 Sep 15:00:58 ntpd[18474]: Command line: ntpd -gq 2024-09-06T15:00:58.513 INFO:teuthology.orchestra.run.smithi090.stdout: 6 Sep 15:00:58 ntpd[18474]: ---------------------------------------------------- 2024-09-06T15:00:58.513 INFO:teuthology.orchestra.run.smithi090.stdout: 6 Sep 15:00:58 ntpd[18474]: ntp-4 is maintained by Network Time Foundation, 2024-09-06T15:00:58.513 INFO:teuthology.orchestra.run.smithi090.stdout: 6 Sep 15:00:58 ntpd[18474]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-09-06T15:00:58.513 INFO:teuthology.orchestra.run.smithi090.stdout: 6 Sep 15:00:58 ntpd[18474]: corporation. Support and training for ntp-4 are 2024-09-06T15:00:58.513 INFO:teuthology.orchestra.run.smithi090.stdout: 6 Sep 15:00:58 ntpd[18474]: available at https://www.nwtime.org/support 2024-09-06T15:00:58.513 INFO:teuthology.orchestra.run.smithi090.stdout: 6 Sep 15:00:58 ntpd[18474]: ---------------------------------------------------- 2024-09-06T15:00:58.513 INFO:teuthology.orchestra.run.smithi090.stdout: 6 Sep 15:00:58 ntpd[18474]: proto: precision = 0.062 usec (-24) 2024-09-06T15:00:58.514 INFO:teuthology.orchestra.run.smithi090.stdout: 6 Sep 15:00:58 ntpd[18474]: basedate set to 2022-02-04 2024-09-06T15:00:58.514 INFO:teuthology.orchestra.run.smithi090.stdout: 6 Sep 15:00:58 ntpd[18474]: gps base set to 2022-02-06 (week 2196) 2024-09-06T15:00:58.514 INFO:teuthology.orchestra.run.smithi090.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-06T15:00:58.514 INFO:teuthology.orchestra.run.smithi090.stdout: 6 Sep 15:00:58 ntpd[18474]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-06T15:00:58.514 INFO:teuthology.orchestra.run.smithi090.stdout: 6 Sep 15:00:58 ntpd[18474]: restrict ::: KOD does nothing without LIMITED. 2024-09-06T15:00:58.515 INFO:teuthology.orchestra.run.smithi090.stderr:restrict ::: KOD does nothing without LIMITED. 2024-09-06T15:00:58.515 INFO:teuthology.orchestra.run.smithi090.stdout: 6 Sep 15:00:58 ntpd[18474]: Listen and drop on 0 v6wildcard [::]:123 2024-09-06T15:00:58.516 INFO:teuthology.orchestra.run.smithi090.stdout: 6 Sep 15:00:58 ntpd[18474]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-09-06T15:00:58.516 INFO:teuthology.orchestra.run.smithi090.stdout: 6 Sep 15:00:58 ntpd[18474]: Listen normally on 2 lo 127.0.0.1:123 2024-09-06T15:00:58.516 INFO:teuthology.orchestra.run.smithi090.stdout: 6 Sep 15:00:58 ntpd[18474]: Listen normally on 3 enp3s0f1 172.21.15.90:123 2024-09-06T15:00:58.516 INFO:teuthology.orchestra.run.smithi090.stdout: 6 Sep 15:00:58 ntpd[18474]: Listen normally on 4 lo [::1]:123 2024-09-06T15:00:58.516 INFO:teuthology.orchestra.run.smithi090.stdout: 6 Sep 15:00:58 ntpd[18474]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:d767%5]:123 2024-09-06T15:00:58.516 INFO:teuthology.orchestra.run.smithi090.stdout: 6 Sep 15:00:58 ntpd[18474]: Listening on routing socket on fd #22 for interface updates 2024-09-06T15:00:59.487 INFO:teuthology.orchestra.run.smithi079.stderr: 6 Sep 15:00:59 ntpd[18416]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-06T15:00:59.487 INFO:teuthology.orchestra.run.smithi079.stderr: 6 Sep 15:00:59 ntpd[18416]: can't open /var/log/ntpstats/rawstats.20240906: Permission denied 2024-09-06T15:00:59.487 INFO:teuthology.orchestra.run.smithi079.stderr: 6 Sep 15:00:59 ntpd[18416]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-06T15:00:59.487 INFO:teuthology.orchestra.run.smithi079.stderr: 6 Sep 15:00:59 ntpd[18416]: can't open /var/log/ntpstats/rawstats.20240906: Permission denied 2024-09-06T15:00:59.487 INFO:teuthology.orchestra.run.smithi079.stderr: 6 Sep 15:00:59 ntpd[18416]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-06T15:00:59.487 INFO:teuthology.orchestra.run.smithi079.stderr: 6 Sep 15:00:59 ntpd[18416]: can't open /var/log/ntpstats/rawstats.20240906: Permission denied 2024-09-06T15:00:59.488 INFO:teuthology.orchestra.run.smithi079.stderr: 6 Sep 15:00:59 ntpd[18416]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-06T15:00:59.488 INFO:teuthology.orchestra.run.smithi079.stderr: 6 Sep 15:00:59 ntpd[18416]: can't open /var/log/ntpstats/peerstats.20240906: Permission denied 2024-09-06T15:00:59.488 INFO:teuthology.orchestra.run.smithi079.stderr: 6 Sep 15:00:59 ntpd[18416]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-06T15:00:59.488 INFO:teuthology.orchestra.run.smithi079.stderr: 6 Sep 15:00:59 ntpd[18416]: can't open /var/log/ntpstats/rawstats.20240906: Permission denied 2024-09-06T15:00:59.488 INFO:teuthology.orchestra.run.smithi079.stderr: 6 Sep 15:00:59 ntpd[18416]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-06T15:00:59.488 INFO:teuthology.orchestra.run.smithi079.stderr: 6 Sep 15:00:59 ntpd[18416]: can't open /var/log/ntpstats/peerstats.20240906: Permission denied 2024-09-06T15:00:59.512 INFO:teuthology.orchestra.run.smithi090.stderr: 6 Sep 15:00:59 ntpd[18474]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-06T15:00:59.513 INFO:teuthology.orchestra.run.smithi090.stderr: 6 Sep 15:00:59 ntpd[18474]: can't open /var/log/ntpstats/rawstats.20240906: Permission denied 2024-09-06T15:00:59.513 INFO:teuthology.orchestra.run.smithi090.stderr: 6 Sep 15:00:59 ntpd[18474]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-06T15:00:59.513 INFO:teuthology.orchestra.run.smithi090.stderr: 6 Sep 15:00:59 ntpd[18474]: can't open /var/log/ntpstats/rawstats.20240906: Permission denied 2024-09-06T15:00:59.513 INFO:teuthology.orchestra.run.smithi090.stderr: 6 Sep 15:00:59 ntpd[18474]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-06T15:00:59.513 INFO:teuthology.orchestra.run.smithi090.stderr: 6 Sep 15:00:59 ntpd[18474]: can't open /var/log/ntpstats/peerstats.20240906: Permission denied 2024-09-06T15:01:00.513 INFO:teuthology.orchestra.run.smithi090.stderr: 6 Sep 15:01:00 ntpd[18474]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-06T15:01:00.513 INFO:teuthology.orchestra.run.smithi090.stderr: 6 Sep 15:01:00 ntpd[18474]: can't open /var/log/ntpstats/rawstats.20240906: Permission denied 2024-09-06T15:01:00.513 INFO:teuthology.orchestra.run.smithi090.stderr: 6 Sep 15:01:00 ntpd[18474]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-06T15:01:00.513 INFO:teuthology.orchestra.run.smithi090.stderr: 6 Sep 15:01:00 ntpd[18474]: can't open /var/log/ntpstats/rawstats.20240906: Permission denied 2024-09-06T15:01:00.513 INFO:teuthology.orchestra.run.smithi090.stderr: 6 Sep 15:01:00 ntpd[18474]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-06T15:01:00.513 INFO:teuthology.orchestra.run.smithi090.stderr: 6 Sep 15:01:00 ntpd[18474]: can't open /var/log/ntpstats/peerstats.20240906: Permission denied 2024-09-06T15:01:01.487 INFO:teuthology.orchestra.run.smithi079.stderr: 6 Sep 15:01:01 ntpd[18416]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-06T15:01:01.487 INFO:teuthology.orchestra.run.smithi079.stderr: 6 Sep 15:01:01 ntpd[18416]: can't open /var/log/ntpstats/rawstats.20240906: Permission denied 2024-09-06T15:01:01.487 INFO:teuthology.orchestra.run.smithi079.stderr: 6 Sep 15:01:01 ntpd[18416]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-06T15:01:01.488 INFO:teuthology.orchestra.run.smithi079.stderr: 6 Sep 15:01:01 ntpd[18416]: can't open /var/log/ntpstats/rawstats.20240906: Permission denied 2024-09-06T15:01:01.488 INFO:teuthology.orchestra.run.smithi079.stderr: 6 Sep 15:01:01 ntpd[18416]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-06T15:01:01.488 INFO:teuthology.orchestra.run.smithi079.stderr: 6 Sep 15:01:01 ntpd[18416]: can't open /var/log/ntpstats/rawstats.20240906: Permission denied 2024-09-06T15:01:01.488 INFO:teuthology.orchestra.run.smithi079.stderr: 6 Sep 15:01:01 ntpd[18416]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-06T15:01:01.488 INFO:teuthology.orchestra.run.smithi079.stderr: 6 Sep 15:01:01 ntpd[18416]: can't open /var/log/ntpstats/peerstats.20240906: Permission denied 2024-09-06T15:01:01.488 INFO:teuthology.orchestra.run.smithi079.stderr: 6 Sep 15:01:01 ntpd[18416]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-06T15:01:01.488 INFO:teuthology.orchestra.run.smithi079.stderr: 6 Sep 15:01:01 ntpd[18416]: can't open /var/log/ntpstats/rawstats.20240906: Permission denied 2024-09-06T15:01:01.488 INFO:teuthology.orchestra.run.smithi079.stderr: 6 Sep 15:01:01 ntpd[18416]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-06T15:01:01.488 INFO:teuthology.orchestra.run.smithi079.stderr: 6 Sep 15:01:01 ntpd[18416]: can't open /var/log/ntpstats/peerstats.20240906: Permission denied 2024-09-06T15:01:01.513 INFO:teuthology.orchestra.run.smithi090.stderr: 6 Sep 15:01:01 ntpd[18474]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-06T15:01:01.513 INFO:teuthology.orchestra.run.smithi090.stderr: 6 Sep 15:01:01 ntpd[18474]: can't open /var/log/ntpstats/rawstats.20240906: Permission denied 2024-09-06T15:01:01.513 INFO:teuthology.orchestra.run.smithi090.stderr: 6 Sep 15:01:01 ntpd[18474]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-06T15:01:01.513 INFO:teuthology.orchestra.run.smithi090.stderr: 6 Sep 15:01:01 ntpd[18474]: can't open /var/log/ntpstats/rawstats.20240906: Permission denied 2024-09-06T15:01:01.513 INFO:teuthology.orchestra.run.smithi090.stderr: 6 Sep 15:01:01 ntpd[18474]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-06T15:01:01.513 INFO:teuthology.orchestra.run.smithi090.stderr: 6 Sep 15:01:01 ntpd[18474]: can't open /var/log/ntpstats/peerstats.20240906: Permission denied 2024-09-06T15:01:02.513 INFO:teuthology.orchestra.run.smithi090.stderr: 6 Sep 15:01:02 ntpd[18474]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-06T15:01:02.513 INFO:teuthology.orchestra.run.smithi090.stderr: 6 Sep 15:01:02 ntpd[18474]: can't open /var/log/ntpstats/rawstats.20240906: Permission denied 2024-09-06T15:01:02.513 INFO:teuthology.orchestra.run.smithi090.stderr: 6 Sep 15:01:02 ntpd[18474]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-06T15:01:02.513 INFO:teuthology.orchestra.run.smithi090.stderr: 6 Sep 15:01:02 ntpd[18474]: can't open /var/log/ntpstats/rawstats.20240906: Permission denied 2024-09-06T15:01:02.513 INFO:teuthology.orchestra.run.smithi090.stderr: 6 Sep 15:01:02 ntpd[18474]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-06T15:01:02.513 INFO:teuthology.orchestra.run.smithi090.stderr: 6 Sep 15:01:02 ntpd[18474]: can't open /var/log/ntpstats/rawstats.20240906: Permission denied 2024-09-06T15:01:02.514 INFO:teuthology.orchestra.run.smithi090.stderr: 6 Sep 15:01:02 ntpd[18474]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-06T15:01:02.514 INFO:teuthology.orchestra.run.smithi090.stderr: 6 Sep 15:01:02 ntpd[18474]: can't open /var/log/ntpstats/peerstats.20240906: Permission denied 2024-09-06T15:01:03.487 INFO:teuthology.orchestra.run.smithi079.stderr: 6 Sep 15:01:03 ntpd[18416]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-06T15:01:03.488 INFO:teuthology.orchestra.run.smithi079.stderr: 6 Sep 15:01:03 ntpd[18416]: can't open /var/log/ntpstats/rawstats.20240906: Permission denied 2024-09-06T15:01:03.488 INFO:teuthology.orchestra.run.smithi079.stderr: 6 Sep 15:01:03 ntpd[18416]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-06T15:01:03.488 INFO:teuthology.orchestra.run.smithi079.stderr: 6 Sep 15:01:03 ntpd[18416]: can't open /var/log/ntpstats/rawstats.20240906: Permission denied 2024-09-06T15:01:03.488 INFO:teuthology.orchestra.run.smithi079.stderr: 6 Sep 15:01:03 ntpd[18416]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-06T15:01:03.488 INFO:teuthology.orchestra.run.smithi079.stderr: 6 Sep 15:01:03 ntpd[18416]: can't open /var/log/ntpstats/rawstats.20240906: Permission denied 2024-09-06T15:01:03.488 INFO:teuthology.orchestra.run.smithi079.stderr: 6 Sep 15:01:03 ntpd[18416]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-06T15:01:03.488 INFO:teuthology.orchestra.run.smithi079.stderr: 6 Sep 15:01:03 ntpd[18416]: can't open /var/log/ntpstats/rawstats.20240906: Permission denied 2024-09-06T15:01:03.488 INFO:teuthology.orchestra.run.smithi079.stderr: 6 Sep 15:01:03 ntpd[18416]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-06T15:01:03.488 INFO:teuthology.orchestra.run.smithi079.stderr: 6 Sep 15:01:03 ntpd[18416]: can't open /var/log/ntpstats/rawstats.20240906: Permission denied 2024-09-06T15:01:03.488 INFO:teuthology.orchestra.run.smithi079.stderr: 6 Sep 15:01:03 ntpd[18416]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-06T15:01:03.489 INFO:teuthology.orchestra.run.smithi079.stderr: 6 Sep 15:01:03 ntpd[18416]: can't open /var/log/ntpstats/peerstats.20240906: Permission denied 2024-09-06T15:01:03.489 INFO:teuthology.orchestra.run.smithi079.stderr: 6 Sep 15:01:03 ntpd[18416]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-06T15:01:03.489 INFO:teuthology.orchestra.run.smithi079.stderr: 6 Sep 15:01:03 ntpd[18416]: can't open /var/log/ntpstats/rawstats.20240906: Permission denied 2024-09-06T15:01:03.489 INFO:teuthology.orchestra.run.smithi079.stderr: 6 Sep 15:01:03 ntpd[18416]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-06T15:01:03.489 INFO:teuthology.orchestra.run.smithi079.stderr: 6 Sep 15:01:03 ntpd[18416]: can't open /var/log/ntpstats/peerstats.20240906: Permission denied 2024-09-06T15:01:03.489 INFO:teuthology.orchestra.run.smithi079.stderr: 6 Sep 15:01:03 ntpd[18416]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-06T15:01:03.489 INFO:teuthology.orchestra.run.smithi079.stderr: 6 Sep 15:01:03 ntpd[18416]: can't open /var/log/ntpstats/rawstats.20240906: Permission denied 2024-09-06T15:01:03.489 INFO:teuthology.orchestra.run.smithi079.stderr: 6 Sep 15:01:03 ntpd[18416]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-06T15:01:03.489 INFO:teuthology.orchestra.run.smithi079.stderr: 6 Sep 15:01:03 ntpd[18416]: can't open /var/log/ntpstats/peerstats.20240906: Permission denied 2024-09-06T15:01:03.516 INFO:teuthology.orchestra.run.smithi090.stderr: 6 Sep 15:01:03 ntpd[18474]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-06T15:01:03.516 INFO:teuthology.orchestra.run.smithi090.stderr: 6 Sep 15:01:03 ntpd[18474]: can't open /var/log/ntpstats/rawstats.20240906: Permission denied 2024-09-06T15:01:03.516 INFO:teuthology.orchestra.run.smithi090.stderr: 6 Sep 15:01:03 ntpd[18474]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-06T15:01:03.516 INFO:teuthology.orchestra.run.smithi090.stderr: 6 Sep 15:01:03 ntpd[18474]: can't open /var/log/ntpstats/rawstats.20240906: Permission denied 2024-09-06T15:01:03.517 INFO:teuthology.orchestra.run.smithi090.stderr: 6 Sep 15:01:03 ntpd[18474]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-06T15:01:03.517 INFO:teuthology.orchestra.run.smithi090.stderr: 6 Sep 15:01:03 ntpd[18474]: can't open /var/log/ntpstats/rawstats.20240906: Permission denied 2024-09-06T15:01:03.517 INFO:teuthology.orchestra.run.smithi090.stderr: 6 Sep 15:01:03 ntpd[18474]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-06T15:01:03.517 INFO:teuthology.orchestra.run.smithi090.stderr: 6 Sep 15:01:03 ntpd[18474]: can't open /var/log/ntpstats/peerstats.20240906: Permission denied 2024-09-06T15:01:03.517 INFO:teuthology.orchestra.run.smithi090.stderr: 6 Sep 15:01:03 ntpd[18474]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-06T15:01:03.517 INFO:teuthology.orchestra.run.smithi090.stderr: 6 Sep 15:01:03 ntpd[18474]: can't open /var/log/ntpstats/rawstats.20240906: Permission denied 2024-09-06T15:01:03.517 INFO:teuthology.orchestra.run.smithi090.stderr: 6 Sep 15:01:03 ntpd[18474]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-06T15:01:03.517 INFO:teuthology.orchestra.run.smithi090.stderr: 6 Sep 15:01:03 ntpd[18474]: can't open /var/log/ntpstats/peerstats.20240906: Permission denied 2024-09-06T15:01:04.513 INFO:teuthology.orchestra.run.smithi090.stderr: 6 Sep 15:01:04 ntpd[18474]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-06T15:01:04.513 INFO:teuthology.orchestra.run.smithi090.stderr: 6 Sep 15:01:04 ntpd[18474]: can't open /var/log/ntpstats/rawstats.20240906: Permission denied 2024-09-06T15:01:04.513 INFO:teuthology.orchestra.run.smithi090.stderr: 6 Sep 15:01:04 ntpd[18474]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-06T15:01:04.513 INFO:teuthology.orchestra.run.smithi090.stderr: 6 Sep 15:01:04 ntpd[18474]: can't open /var/log/ntpstats/rawstats.20240906: Permission denied 2024-09-06T15:01:04.513 INFO:teuthology.orchestra.run.smithi090.stderr: 6 Sep 15:01:04 ntpd[18474]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-06T15:01:04.513 INFO:teuthology.orchestra.run.smithi090.stderr: 6 Sep 15:01:04 ntpd[18474]: can't open /var/log/ntpstats/peerstats.20240906: Permission denied 2024-09-06T15:01:05.488 INFO:teuthology.orchestra.run.smithi079.stderr: 6 Sep 15:01:05 ntpd[18416]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-06T15:01:05.488 INFO:teuthology.orchestra.run.smithi079.stderr: 6 Sep 15:01:05 ntpd[18416]: can't open /var/log/ntpstats/rawstats.20240906: Permission denied 2024-09-06T15:01:05.488 INFO:teuthology.orchestra.run.smithi079.stderr: 6 Sep 15:01:05 ntpd[18416]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-06T15:01:05.488 INFO:teuthology.orchestra.run.smithi079.stderr: 6 Sep 15:01:05 ntpd[18416]: can't open /var/log/ntpstats/rawstats.20240906: Permission denied 2024-09-06T15:01:05.488 INFO:teuthology.orchestra.run.smithi079.stderr: 6 Sep 15:01:05 ntpd[18416]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-06T15:01:05.488 INFO:teuthology.orchestra.run.smithi079.stderr: 6 Sep 15:01:05 ntpd[18416]: can't open /var/log/ntpstats/rawstats.20240906: Permission denied 2024-09-06T15:01:05.488 INFO:teuthology.orchestra.run.smithi079.stderr: 6 Sep 15:01:05 ntpd[18416]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-06T15:01:05.489 INFO:teuthology.orchestra.run.smithi079.stderr: 6 Sep 15:01:05 ntpd[18416]: can't open /var/log/ntpstats/rawstats.20240906: Permission denied 2024-09-06T15:01:05.489 INFO:teuthology.orchestra.run.smithi079.stderr: 6 Sep 15:01:05 ntpd[18416]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-06T15:01:05.489 INFO:teuthology.orchestra.run.smithi079.stderr: 6 Sep 15:01:05 ntpd[18416]: can't open /var/log/ntpstats/peerstats.20240906: Permission denied 2024-09-06T15:01:05.489 INFO:teuthology.orchestra.run.smithi079.stderr: 6 Sep 15:01:05 ntpd[18416]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-06T15:01:05.489 INFO:teuthology.orchestra.run.smithi079.stderr: 6 Sep 15:01:05 ntpd[18416]: can't open /var/log/ntpstats/rawstats.20240906: Permission denied 2024-09-06T15:01:05.489 INFO:teuthology.orchestra.run.smithi079.stderr: 6 Sep 15:01:05 ntpd[18416]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-06T15:01:05.489 INFO:teuthology.orchestra.run.smithi079.stderr: 6 Sep 15:01:05 ntpd[18416]: can't open /var/log/ntpstats/peerstats.20240906: Permission denied 2024-09-06T15:01:05.489 INFO:teuthology.orchestra.run.smithi079.stdout: 6 Sep 15:01:05 ntpd[18416]: ntpd: time slew +0.000885 s 2024-09-06T15:01:05.489 INFO:teuthology.orchestra.run.smithi079.stdout:ntpd: time slew +0.000885s 2024-09-06T15:01:05.490 INFO:teuthology.orchestra.run.smithi079.stderr: 6 Sep 15:01:05 ntpd[18416]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-09-06T15:01:05.490 INFO:teuthology.orchestra.run.smithi079.stderr: 6 Sep 15:01:05 ntpd[18416]: can't open /var/log/ntpstats/loopstats.20240906: Permission denied 2024-09-06T15:01:05.513 INFO:teuthology.orchestra.run.smithi090.stderr: 6 Sep 15:01:05 ntpd[18474]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-06T15:01:05.514 INFO:teuthology.orchestra.run.smithi090.stderr: 6 Sep 15:01:05 ntpd[18474]: can't open /var/log/ntpstats/rawstats.20240906: Permission denied 2024-09-06T15:01:05.514 INFO:teuthology.orchestra.run.smithi090.stderr: 6 Sep 15:01:05 ntpd[18474]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-06T15:01:05.514 INFO:teuthology.orchestra.run.smithi090.stderr: 6 Sep 15:01:05 ntpd[18474]: can't open /var/log/ntpstats/rawstats.20240906: Permission denied 2024-09-06T15:01:05.514 INFO:teuthology.orchestra.run.smithi090.stderr: 6 Sep 15:01:05 ntpd[18474]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-06T15:01:05.514 INFO:teuthology.orchestra.run.smithi090.stderr: 6 Sep 15:01:05 ntpd[18474]: can't open /var/log/ntpstats/rawstats.20240906: Permission denied 2024-09-06T15:01:05.514 INFO:teuthology.orchestra.run.smithi090.stderr: 6 Sep 15:01:05 ntpd[18474]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-06T15:01:05.514 INFO:teuthology.orchestra.run.smithi090.stderr: 6 Sep 15:01:05 ntpd[18474]: can't open /var/log/ntpstats/peerstats.20240906: Permission denied 2024-09-06T15:01:05.514 INFO:teuthology.orchestra.run.smithi090.stderr: 6 Sep 15:01:05 ntpd[18474]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-06T15:01:05.514 INFO:teuthology.orchestra.run.smithi090.stderr: 6 Sep 15:01:05 ntpd[18474]: can't open /var/log/ntpstats/rawstats.20240906: Permission denied 2024-09-06T15:01:05.514 INFO:teuthology.orchestra.run.smithi090.stderr: 6 Sep 15:01:05 ntpd[18474]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-06T15:01:05.514 INFO:teuthology.orchestra.run.smithi090.stderr: 6 Sep 15:01:05 ntpd[18474]: can't open /var/log/ntpstats/peerstats.20240906: Permission denied 2024-09-06T15:01:05.515 INFO:teuthology.orchestra.run.smithi090.stdout: 6 Sep 15:01:05 ntpd[18474]: ntpd: time slew -0.001425 s 2024-09-06T15:01:05.515 INFO:teuthology.orchestra.run.smithi090.stdout:ntpd: time slew -0.001425s 2024-09-06T15:01:05.515 INFO:teuthology.orchestra.run.smithi090.stderr: 6 Sep 15:01:05 ntpd[18474]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-09-06T15:01:05.515 INFO:teuthology.orchestra.run.smithi090.stderr: 6 Sep 15:01:05 ntpd[18474]: can't open /var/log/ntpstats/loopstats.20240906: Permission denied 2024-09-06T15:01:05.556 INFO:teuthology.orchestra.run.smithi079.stdout: remote refid st t when poll reach delay offset jitter 2024-09-06T15:01:05.556 INFO:teuthology.orchestra.run.smithi079.stdout:============================================================================== 2024-09-06T15:01:05.556 INFO:teuthology.orchestra.run.smithi079.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-06T15:01:05.556 INFO:teuthology.orchestra.run.smithi079.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-06T15:01:05.556 INFO:teuthology.orchestra.run.smithi079.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-06T15:01:05.556 INFO:teuthology.orchestra.run.smithi079.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-06T15:01:05.565 INFO:teuthology.orchestra.run.smithi090.stdout: remote refid st t when poll reach delay offset jitter 2024-09-06T15:01:05.565 INFO:teuthology.orchestra.run.smithi090.stdout:============================================================================== 2024-09-06T15:01:05.566 INFO:teuthology.orchestra.run.smithi090.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-06T15:01:05.566 INFO:teuthology.orchestra.run.smithi090.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-06T15:01:05.566 INFO:teuthology.orchestra.run.smithi090.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-06T15:01:05.566 INFO:teuthology.orchestra.run.smithi090.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-06T15:01:05.566 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-09-06T15:01:05.578 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-09-06T15:01:05.578 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2024-09-06T15:01:05.578 DEBUG:teuthology.orchestra.run.smithi079:> dd if=/scratch_devs of=/dev/stdout 2024-09-06T15:01:05.604 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-09-06T15:01:05.604 DEBUG:teuthology.orchestra.run.smithi079:> stat /dev/vg_nvme/lv_1 2024-09-06T15:01:05.652 INFO:teuthology.orchestra.run.smithi079.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-06T15:01:05.652 INFO:teuthology.orchestra.run.smithi079.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-06T15:01:05.652 INFO:teuthology.orchestra.run.smithi079.stdout:Device: 5h/5d Inode: 889 Links: 1 2024-09-06T15:01:05.652 INFO:teuthology.orchestra.run.smithi079.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-06T15:01:05.652 INFO:teuthology.orchestra.run.smithi079.stdout:Access: 2024-09-06 14:57:22.487496076 +0000 2024-09-06T15:01:05.652 INFO:teuthology.orchestra.run.smithi079.stdout:Modify: 2024-09-06 14:57:22.219498470 +0000 2024-09-06T15:01:05.652 INFO:teuthology.orchestra.run.smithi079.stdout:Change: 2024-09-06 14:57:22.219498470 +0000 2024-09-06T15:01:05.652 INFO:teuthology.orchestra.run.smithi079.stdout: Birth: - 2024-09-06T15:01:05.653 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-06T15:01:05.706 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records in 2024-09-06T15:01:05.706 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records out 2024-09-06T15:01:05.707 INFO:teuthology.orchestra.run.smithi079.stderr:512 bytes copied, 0.000448333 s, 1.1 MB/s 2024-09-06T15:01:05.707 DEBUG:teuthology.orchestra.run.smithi079:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-06T15:01:05.757 DEBUG:teuthology.orchestra.run.smithi079:> stat /dev/vg_nvme/lv_2 2024-09-06T15:01:05.804 INFO:teuthology.orchestra.run.smithi079.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-06T15:01:05.804 INFO:teuthology.orchestra.run.smithi079.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-06T15:01:05.804 INFO:teuthology.orchestra.run.smithi079.stdout:Device: 5h/5d Inode: 901 Links: 1 2024-09-06T15:01:05.804 INFO:teuthology.orchestra.run.smithi079.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-06T15:01:05.805 INFO:teuthology.orchestra.run.smithi079.stdout:Access: 2024-09-06 14:57:22.939492039 +0000 2024-09-06T15:01:05.805 INFO:teuthology.orchestra.run.smithi079.stdout:Modify: 2024-09-06 14:57:22.719494004 +0000 2024-09-06T15:01:05.805 INFO:teuthology.orchestra.run.smithi079.stdout:Change: 2024-09-06 14:57:22.719494004 +0000 2024-09-06T15:01:05.805 INFO:teuthology.orchestra.run.smithi079.stdout: Birth: - 2024-09-06T15:01:05.805 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-06T15:01:05.858 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records in 2024-09-06T15:01:05.858 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records out 2024-09-06T15:01:05.858 INFO:teuthology.orchestra.run.smithi079.stderr:512 bytes copied, 0.000414 s, 1.2 MB/s 2024-09-06T15:01:05.859 DEBUG:teuthology.orchestra.run.smithi079:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-06T15:01:05.908 DEBUG:teuthology.orchestra.run.smithi079:> stat /dev/vg_nvme/lv_3 2024-09-06T15:01:05.955 INFO:teuthology.orchestra.run.smithi079.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-06T15:01:05.956 INFO:teuthology.orchestra.run.smithi079.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-06T15:01:05.956 INFO:teuthology.orchestra.run.smithi079.stdout:Device: 5h/5d Inode: 922 Links: 1 2024-09-06T15:01:05.956 INFO:teuthology.orchestra.run.smithi079.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-06T15:01:05.956 INFO:teuthology.orchestra.run.smithi079.stdout:Access: 2024-09-06 14:57:23.419487752 +0000 2024-09-06T15:01:05.956 INFO:teuthology.orchestra.run.smithi079.stdout:Modify: 2024-09-06 14:57:23.159490074 +0000 2024-09-06T15:01:05.956 INFO:teuthology.orchestra.run.smithi079.stdout:Change: 2024-09-06 14:57:23.159490074 +0000 2024-09-06T15:01:05.956 INFO:teuthology.orchestra.run.smithi079.stdout: Birth: - 2024-09-06T15:01:05.956 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-06T15:01:06.010 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records in 2024-09-06T15:01:06.010 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records out 2024-09-06T15:01:06.010 INFO:teuthology.orchestra.run.smithi079.stderr:512 bytes copied, 0.000349131 s, 1.5 MB/s 2024-09-06T15:01:06.011 DEBUG:teuthology.orchestra.run.smithi079:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-06T15:01:06.062 DEBUG:teuthology.orchestra.run.smithi079:> stat /dev/vg_nvme/lv_4 2024-09-06T15:01:06.107 INFO:teuthology.orchestra.run.smithi079.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-06T15:01:06.108 INFO:teuthology.orchestra.run.smithi079.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-06T15:01:06.108 INFO:teuthology.orchestra.run.smithi079.stdout:Device: 5h/5d Inode: 933 Links: 1 2024-09-06T15:01:06.108 INFO:teuthology.orchestra.run.smithi079.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-06T15:01:06.108 INFO:teuthology.orchestra.run.smithi079.stdout:Access: 2024-09-06 14:57:23.879483643 +0000 2024-09-06T15:01:06.108 INFO:teuthology.orchestra.run.smithi079.stdout:Modify: 2024-09-06 14:57:23.655485644 +0000 2024-09-06T15:01:06.108 INFO:teuthology.orchestra.run.smithi079.stdout:Change: 2024-09-06 14:57:23.655485644 +0000 2024-09-06T15:01:06.108 INFO:teuthology.orchestra.run.smithi079.stdout: Birth: - 2024-09-06T15:01:06.108 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-06T15:01:06.162 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records in 2024-09-06T15:01:06.162 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records out 2024-09-06T15:01:06.162 INFO:teuthology.orchestra.run.smithi079.stderr:512 bytes copied, 0.000300683 s, 1.7 MB/s 2024-09-06T15:01:06.163 DEBUG:teuthology.orchestra.run.smithi079:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-06T15:01:06.213 DEBUG:teuthology.orchestra.run.smithi079:> grep '^nvme_loop' /proc/modules || sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2024-09-06T15:01:06.334 INFO:teuthology.orchestra.run.smithi079.stdout:loop 2024-09-06T15:01:06.336 INFO:tasks.nvme_loop:Connecting nvme_loop smithi079:/dev/vg_nvme/lv_1... 2024-09-06T15:01:06.336 DEBUG:teuthology.orchestra.run.smithi079:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2024-09-06T15:01:06.352 INFO:teuthology.orchestra.run.smithi079.stdout:1 2024-09-06T15:01:06.370 INFO:teuthology.orchestra.run.smithi079.stdout:/dev/vg_nvme/lv_11 2024-09-06T15:01:06.386 INFO:tasks.nvme_loop:Connecting nvme_loop smithi079:/dev/vg_nvme/lv_2... 2024-09-06T15:01:06.386 DEBUG:teuthology.orchestra.run.smithi079:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2024-09-06T15:01:06.446 INFO:teuthology.orchestra.run.smithi079.stdout:1 2024-09-06T15:01:06.467 INFO:teuthology.orchestra.run.smithi079.stdout:/dev/vg_nvme/lv_21 2024-09-06T15:01:06.483 INFO:tasks.nvme_loop:Connecting nvme_loop smithi079:/dev/vg_nvme/lv_3... 2024-09-06T15:01:06.483 DEBUG:teuthology.orchestra.run.smithi079:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2024-09-06T15:01:06.543 INFO:teuthology.orchestra.run.smithi079.stdout:1 2024-09-06T15:01:06.562 INFO:teuthology.orchestra.run.smithi079.stdout:/dev/vg_nvme/lv_31 2024-09-06T15:01:06.579 INFO:tasks.nvme_loop:Connecting nvme_loop smithi079:/dev/vg_nvme/lv_4... 2024-09-06T15:01:06.580 DEBUG:teuthology.orchestra.run.smithi079:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2024-09-06T15:01:06.640 INFO:teuthology.orchestra.run.smithi079.stdout:1 2024-09-06T15:01:06.659 INFO:teuthology.orchestra.run.smithi079.stdout:/dev/vg_nvme/lv_41 2024-09-06T15:01:06.676 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2024-09-06T15:01:06.676 DEBUG:teuthology.orchestra.run.smithi079:> dd if=/scratch_devs of=/dev/stdout 2024-09-06T15:01:06.723 DEBUG:teuthology.orchestra.run.smithi079:> sudo nvme list -o json 2024-09-06T15:01:06.780 INFO:teuthology.orchestra.run.smithi079.stdout:{ 2024-09-06T15:01:06.780 INFO:teuthology.orchestra.run.smithi079.stdout: "Devices" : [ 2024-09-06T15:01:06.780 INFO:teuthology.orchestra.run.smithi079.stdout: { 2024-09-06T15:01:06.781 INFO:teuthology.orchestra.run.smithi079.stdout: "DevicePath" : "/dev/nvme0n1", 2024-09-06T15:01:06.781 INFO:teuthology.orchestra.run.smithi079.stdout: "Firmware" : "8DV101H0", 2024-09-06T15:01:06.781 INFO:teuthology.orchestra.run.smithi079.stdout: "Index" : 0, 2024-09-06T15:01:06.781 INFO:teuthology.orchestra.run.smithi079.stdout: "ModelNumber" : "INTEL SSDPEDMD400G4", 2024-09-06T15:01:06.781 INFO:teuthology.orchestra.run.smithi079.stdout: "ProductName" : "Unknown Device", 2024-09-06T15:01:06.781 INFO:teuthology.orchestra.run.smithi079.stdout: "SerialNumber" : "PHFT6204013G400BGN" 2024-09-06T15:01:06.781 INFO:teuthology.orchestra.run.smithi079.stdout: }, 2024-09-06T15:01:06.781 INFO:teuthology.orchestra.run.smithi079.stdout: { 2024-09-06T15:01:06.781 INFO:teuthology.orchestra.run.smithi079.stdout: "DevicePath" : "/dev/nvme1n1", 2024-09-06T15:01:06.781 INFO:teuthology.orchestra.run.smithi079.stdout: "Firmware" : "5.15.0-1", 2024-09-06T15:01:06.781 INFO:teuthology.orchestra.run.smithi079.stdout: "Index" : 1, 2024-09-06T15:01:06.781 INFO:teuthology.orchestra.run.smithi079.stdout: "ModelNumber" : "Linux", 2024-09-06T15:01:06.781 INFO:teuthology.orchestra.run.smithi079.stdout: "ProductName" : "Unknown Device", 2024-09-06T15:01:06.782 INFO:teuthology.orchestra.run.smithi079.stdout: "SerialNumber" : "5fc64c7fec200376f58d" 2024-09-06T15:01:06.782 INFO:teuthology.orchestra.run.smithi079.stdout: }, 2024-09-06T15:01:06.782 INFO:teuthology.orchestra.run.smithi079.stdout: { 2024-09-06T15:01:06.782 INFO:teuthology.orchestra.run.smithi079.stdout: "DevicePath" : "/dev/nvme2n1", 2024-09-06T15:01:06.782 INFO:teuthology.orchestra.run.smithi079.stdout: "Firmware" : "5.15.0-1", 2024-09-06T15:01:06.782 INFO:teuthology.orchestra.run.smithi079.stdout: "Index" : 2, 2024-09-06T15:01:06.782 INFO:teuthology.orchestra.run.smithi079.stdout: "ModelNumber" : "Linux", 2024-09-06T15:01:06.782 INFO:teuthology.orchestra.run.smithi079.stdout: "ProductName" : "Unknown Device", 2024-09-06T15:01:06.782 INFO:teuthology.orchestra.run.smithi079.stdout: "SerialNumber" : "dfa9387365652b1cab08" 2024-09-06T15:01:06.782 INFO:teuthology.orchestra.run.smithi079.stdout: }, 2024-09-06T15:01:06.782 INFO:teuthology.orchestra.run.smithi079.stdout: { 2024-09-06T15:01:06.782 INFO:teuthology.orchestra.run.smithi079.stdout: "DevicePath" : "/dev/nvme3n1", 2024-09-06T15:01:06.782 INFO:teuthology.orchestra.run.smithi079.stdout: "Firmware" : "5.15.0-1", 2024-09-06T15:01:06.783 INFO:teuthology.orchestra.run.smithi079.stdout: "Index" : 3, 2024-09-06T15:01:06.783 INFO:teuthology.orchestra.run.smithi079.stdout: "ModelNumber" : "Linux", 2024-09-06T15:01:06.783 INFO:teuthology.orchestra.run.smithi079.stdout: "ProductName" : "Unknown Device", 2024-09-06T15:01:06.783 INFO:teuthology.orchestra.run.smithi079.stdout: "SerialNumber" : "77caa01feb04cba3ca08" 2024-09-06T15:01:06.783 INFO:teuthology.orchestra.run.smithi079.stdout: }, 2024-09-06T15:01:06.783 INFO:teuthology.orchestra.run.smithi079.stdout: { 2024-09-06T15:01:06.783 INFO:teuthology.orchestra.run.smithi079.stdout: "DevicePath" : "/dev/nvme4n1", 2024-09-06T15:01:06.783 INFO:teuthology.orchestra.run.smithi079.stdout: "Firmware" : "5.15.0-1", 2024-09-06T15:01:06.783 INFO:teuthology.orchestra.run.smithi079.stdout: "Index" : 4, 2024-09-06T15:01:06.783 INFO:teuthology.orchestra.run.smithi079.stdout: "ModelNumber" : "Linux", 2024-09-06T15:01:06.783 INFO:teuthology.orchestra.run.smithi079.stdout: "ProductName" : "Unknown Device", 2024-09-06T15:01:06.783 INFO:teuthology.orchestra.run.smithi079.stdout: "SerialNumber" : "4d1e1d22abf41852dbcd" 2024-09-06T15:01:06.783 INFO:teuthology.orchestra.run.smithi079.stdout: } 2024-09-06T15:01:06.784 INFO:teuthology.orchestra.run.smithi079.stdout: ] 2024-09-06T15:01:06.784 INFO:teuthology.orchestra.run.smithi079.stdout:} 2024-09-06T15:01:06.785 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-09-06T15:01:06.788 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2024-09-06T15:01:06.788 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd of=/scratch_devs 2024-09-06T15:01:06.836 DEBUG:teuthology.orchestra.run.smithi090:> set -ex 2024-09-06T15:01:06.837 DEBUG:teuthology.orchestra.run.smithi090:> dd if=/scratch_devs of=/dev/stdout 2024-09-06T15:01:06.842 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-09-06T15:01:06.843 DEBUG:teuthology.orchestra.run.smithi090:> stat /dev/vg_nvme/lv_1 2024-09-06T15:01:06.891 INFO:teuthology.orchestra.run.smithi090.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-06T15:01:06.892 INFO:teuthology.orchestra.run.smithi090.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-06T15:01:06.892 INFO:teuthology.orchestra.run.smithi090.stdout:Device: 5h/5d Inode: 886 Links: 1 2024-09-06T15:01:06.892 INFO:teuthology.orchestra.run.smithi090.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-06T15:01:06.892 INFO:teuthology.orchestra.run.smithi090.stdout:Access: 2024-09-06 14:57:27.925805792 +0000 2024-09-06T15:01:06.892 INFO:teuthology.orchestra.run.smithi090.stdout:Modify: 2024-09-06 14:57:27.673808033 +0000 2024-09-06T15:01:06.892 INFO:teuthology.orchestra.run.smithi090.stdout:Change: 2024-09-06 14:57:27.673808033 +0000 2024-09-06T15:01:06.892 INFO:teuthology.orchestra.run.smithi090.stdout: Birth: - 2024-09-06T15:01:06.892 DEBUG:teuthology.orchestra.run.smithi090:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-06T15:01:06.946 INFO:teuthology.orchestra.run.smithi090.stderr:1+0 records in 2024-09-06T15:01:06.946 INFO:teuthology.orchestra.run.smithi090.stderr:1+0 records out 2024-09-06T15:01:06.946 INFO:teuthology.orchestra.run.smithi090.stderr:512 bytes copied, 0.000430006 s, 1.2 MB/s 2024-09-06T15:01:06.947 DEBUG:teuthology.orchestra.run.smithi090:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-06T15:01:06.996 DEBUG:teuthology.orchestra.run.smithi090:> stat /dev/vg_nvme/lv_2 2024-09-06T15:01:07.043 INFO:teuthology.orchestra.run.smithi090.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-06T15:01:07.043 INFO:teuthology.orchestra.run.smithi090.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-06T15:01:07.043 INFO:teuthology.orchestra.run.smithi090.stdout:Device: 5h/5d Inode: 902 Links: 1 2024-09-06T15:01:07.043 INFO:teuthology.orchestra.run.smithi090.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-06T15:01:07.043 INFO:teuthology.orchestra.run.smithi090.stdout:Access: 2024-09-06 14:57:28.433801269 +0000 2024-09-06T15:01:07.043 INFO:teuthology.orchestra.run.smithi090.stdout:Modify: 2024-09-06 14:57:28.157803725 +0000 2024-09-06T15:01:07.043 INFO:teuthology.orchestra.run.smithi090.stdout:Change: 2024-09-06 14:57:28.157803725 +0000 2024-09-06T15:01:07.044 INFO:teuthology.orchestra.run.smithi090.stdout: Birth: - 2024-09-06T15:01:07.044 DEBUG:teuthology.orchestra.run.smithi090:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-06T15:01:07.098 INFO:teuthology.orchestra.run.smithi090.stderr:1+0 records in 2024-09-06T15:01:07.098 INFO:teuthology.orchestra.run.smithi090.stderr:1+0 records out 2024-09-06T15:01:07.098 INFO:teuthology.orchestra.run.smithi090.stderr:512 bytes copied, 0.000331599 s, 1.5 MB/s 2024-09-06T15:01:07.099 DEBUG:teuthology.orchestra.run.smithi090:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-06T15:01:07.148 DEBUG:teuthology.orchestra.run.smithi090:> stat /dev/vg_nvme/lv_3 2024-09-06T15:01:07.197 INFO:teuthology.orchestra.run.smithi090.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-06T15:01:07.197 INFO:teuthology.orchestra.run.smithi090.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-06T15:01:07.197 INFO:teuthology.orchestra.run.smithi090.stdout:Device: 5h/5d Inode: 920 Links: 1 2024-09-06T15:01:07.197 INFO:teuthology.orchestra.run.smithi090.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-06T15:01:07.197 INFO:teuthology.orchestra.run.smithi090.stdout:Access: 2024-09-06 14:57:28.901797104 +0000 2024-09-06T15:01:07.197 INFO:teuthology.orchestra.run.smithi090.stdout:Modify: 2024-09-06 14:57:28.677799098 +0000 2024-09-06T15:01:07.197 INFO:teuthology.orchestra.run.smithi090.stdout:Change: 2024-09-06 14:57:28.677799098 +0000 2024-09-06T15:01:07.198 INFO:teuthology.orchestra.run.smithi090.stdout: Birth: - 2024-09-06T15:01:07.198 DEBUG:teuthology.orchestra.run.smithi090:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-06T15:01:07.250 INFO:teuthology.orchestra.run.smithi090.stderr:1+0 records in 2024-09-06T15:01:07.250 INFO:teuthology.orchestra.run.smithi090.stderr:1+0 records out 2024-09-06T15:01:07.250 INFO:teuthology.orchestra.run.smithi090.stderr:512 bytes copied, 0.000424963 s, 1.2 MB/s 2024-09-06T15:01:07.251 DEBUG:teuthology.orchestra.run.smithi090:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-06T15:01:07.301 DEBUG:teuthology.orchestra.run.smithi090:> stat /dev/vg_nvme/lv_4 2024-09-06T15:01:07.348 INFO:teuthology.orchestra.run.smithi090.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-06T15:01:07.348 INFO:teuthology.orchestra.run.smithi090.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-06T15:01:07.348 INFO:teuthology.orchestra.run.smithi090.stdout:Device: 5h/5d Inode: 944 Links: 1 2024-09-06T15:01:07.348 INFO:teuthology.orchestra.run.smithi090.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-06T15:01:07.348 INFO:teuthology.orchestra.run.smithi090.stdout:Access: 2024-09-06 14:57:29.389792761 +0000 2024-09-06T15:01:07.348 INFO:teuthology.orchestra.run.smithi090.stdout:Modify: 2024-09-06 14:57:29.121795146 +0000 2024-09-06T15:01:07.348 INFO:teuthology.orchestra.run.smithi090.stdout:Change: 2024-09-06 14:57:29.121795146 +0000 2024-09-06T15:01:07.349 INFO:teuthology.orchestra.run.smithi090.stdout: Birth: - 2024-09-06T15:01:07.349 DEBUG:teuthology.orchestra.run.smithi090:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-06T15:01:07.405 INFO:teuthology.orchestra.run.smithi090.stderr:1+0 records in 2024-09-06T15:01:07.405 INFO:teuthology.orchestra.run.smithi090.stderr:1+0 records out 2024-09-06T15:01:07.405 INFO:teuthology.orchestra.run.smithi090.stderr:512 bytes copied, 0.000300664 s, 1.7 MB/s 2024-09-06T15:01:07.405 DEBUG:teuthology.orchestra.run.smithi090:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-06T15:01:07.453 DEBUG:teuthology.orchestra.run.smithi090:> grep '^nvme_loop' /proc/modules || sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2024-09-06T15:01:07.583 INFO:teuthology.orchestra.run.smithi090.stdout:loop 2024-09-06T15:01:07.584 INFO:tasks.nvme_loop:Connecting nvme_loop smithi090:/dev/vg_nvme/lv_1... 2024-09-06T15:01:07.585 DEBUG:teuthology.orchestra.run.smithi090:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2024-09-06T15:01:07.600 INFO:teuthology.orchestra.run.smithi090.stdout:1 2024-09-06T15:01:07.621 INFO:teuthology.orchestra.run.smithi090.stdout:/dev/vg_nvme/lv_11 2024-09-06T15:01:07.637 INFO:tasks.nvme_loop:Connecting nvme_loop smithi090:/dev/vg_nvme/lv_2... 2024-09-06T15:01:07.638 DEBUG:teuthology.orchestra.run.smithi090:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2024-09-06T15:01:07.695 INFO:teuthology.orchestra.run.smithi090.stdout:1 2024-09-06T15:01:07.715 INFO:teuthology.orchestra.run.smithi090.stdout:/dev/vg_nvme/lv_21 2024-09-06T15:01:07.731 INFO:tasks.nvme_loop:Connecting nvme_loop smithi090:/dev/vg_nvme/lv_3... 2024-09-06T15:01:07.732 DEBUG:teuthology.orchestra.run.smithi090:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2024-09-06T15:01:07.790 INFO:teuthology.orchestra.run.smithi090.stdout:1 2024-09-06T15:01:07.810 INFO:teuthology.orchestra.run.smithi090.stdout:/dev/vg_nvme/lv_31 2024-09-06T15:01:07.826 INFO:tasks.nvme_loop:Connecting nvme_loop smithi090:/dev/vg_nvme/lv_4... 2024-09-06T15:01:07.826 DEBUG:teuthology.orchestra.run.smithi090:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2024-09-06T15:01:07.883 INFO:teuthology.orchestra.run.smithi090.stdout:1 2024-09-06T15:01:07.903 INFO:teuthology.orchestra.run.smithi090.stdout:/dev/vg_nvme/lv_41 2024-09-06T15:01:07.919 DEBUG:teuthology.orchestra.run.smithi090:> set -ex 2024-09-06T15:01:07.919 DEBUG:teuthology.orchestra.run.smithi090:> dd if=/scratch_devs of=/dev/stdout 2024-09-06T15:01:07.968 DEBUG:teuthology.orchestra.run.smithi090:> sudo nvme list -o json 2024-09-06T15:01:08.023 INFO:teuthology.orchestra.run.smithi090.stdout:{ 2024-09-06T15:01:08.023 INFO:teuthology.orchestra.run.smithi090.stdout: "Devices" : [ 2024-09-06T15:01:08.023 INFO:teuthology.orchestra.run.smithi090.stdout: { 2024-09-06T15:01:08.023 INFO:teuthology.orchestra.run.smithi090.stdout: "DevicePath" : "/dev/nvme0n1", 2024-09-06T15:01:08.023 INFO:teuthology.orchestra.run.smithi090.stdout: "Firmware" : "8DV101H0", 2024-09-06T15:01:08.023 INFO:teuthology.orchestra.run.smithi090.stdout: "Index" : 0, 2024-09-06T15:01:08.023 INFO:teuthology.orchestra.run.smithi090.stdout: "ModelNumber" : "INTEL SSDPEDMD400G4", 2024-09-06T15:01:08.023 INFO:teuthology.orchestra.run.smithi090.stdout: "ProductName" : "Unknown Device", 2024-09-06T15:01:08.023 INFO:teuthology.orchestra.run.smithi090.stdout: "SerialNumber" : "PHFT620400UK400BGN" 2024-09-06T15:01:08.023 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-09-06T15:01:08.023 INFO:teuthology.orchestra.run.smithi090.stdout: { 2024-09-06T15:01:08.024 INFO:teuthology.orchestra.run.smithi090.stdout: "DevicePath" : "/dev/nvme1n1", 2024-09-06T15:01:08.024 INFO:teuthology.orchestra.run.smithi090.stdout: "Firmware" : "5.15.0-1", 2024-09-06T15:01:08.024 INFO:teuthology.orchestra.run.smithi090.stdout: "Index" : 1, 2024-09-06T15:01:08.024 INFO:teuthology.orchestra.run.smithi090.stdout: "ModelNumber" : "Linux", 2024-09-06T15:01:08.024 INFO:teuthology.orchestra.run.smithi090.stdout: "ProductName" : "Unknown Device", 2024-09-06T15:01:08.024 INFO:teuthology.orchestra.run.smithi090.stdout: "SerialNumber" : "442b43fcb020a72b71b0" 2024-09-06T15:01:08.024 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-09-06T15:01:08.024 INFO:teuthology.orchestra.run.smithi090.stdout: { 2024-09-06T15:01:08.024 INFO:teuthology.orchestra.run.smithi090.stdout: "DevicePath" : "/dev/nvme2n1", 2024-09-06T15:01:08.024 INFO:teuthology.orchestra.run.smithi090.stdout: "Firmware" : "5.15.0-1", 2024-09-06T15:01:08.024 INFO:teuthology.orchestra.run.smithi090.stdout: "Index" : 2, 2024-09-06T15:01:08.024 INFO:teuthology.orchestra.run.smithi090.stdout: "ModelNumber" : "Linux", 2024-09-06T15:01:08.024 INFO:teuthology.orchestra.run.smithi090.stdout: "ProductName" : "Unknown Device", 2024-09-06T15:01:08.025 INFO:teuthology.orchestra.run.smithi090.stdout: "SerialNumber" : "e4adb5d5356b3b984976" 2024-09-06T15:01:08.025 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-09-06T15:01:08.025 INFO:teuthology.orchestra.run.smithi090.stdout: { 2024-09-06T15:01:08.025 INFO:teuthology.orchestra.run.smithi090.stdout: "DevicePath" : "/dev/nvme3n1", 2024-09-06T15:01:08.025 INFO:teuthology.orchestra.run.smithi090.stdout: "Firmware" : "5.15.0-1", 2024-09-06T15:01:08.025 INFO:teuthology.orchestra.run.smithi090.stdout: "Index" : 3, 2024-09-06T15:01:08.025 INFO:teuthology.orchestra.run.smithi090.stdout: "ModelNumber" : "Linux", 2024-09-06T15:01:08.025 INFO:teuthology.orchestra.run.smithi090.stdout: "ProductName" : "Unknown Device", 2024-09-06T15:01:08.025 INFO:teuthology.orchestra.run.smithi090.stdout: "SerialNumber" : "ee63103a2b85d6460581" 2024-09-06T15:01:08.025 INFO:teuthology.orchestra.run.smithi090.stdout: }, 2024-09-06T15:01:08.025 INFO:teuthology.orchestra.run.smithi090.stdout: { 2024-09-06T15:01:08.025 INFO:teuthology.orchestra.run.smithi090.stdout: "DevicePath" : "/dev/nvme4n1", 2024-09-06T15:01:08.028 INFO:teuthology.orchestra.run.smithi090.stdout: "Firmware" : "5.15.0-1", 2024-09-06T15:01:08.028 INFO:teuthology.orchestra.run.smithi090.stdout: "Index" : 4, 2024-09-06T15:01:08.028 INFO:teuthology.orchestra.run.smithi090.stdout: "ModelNumber" : "Linux", 2024-09-06T15:01:08.028 INFO:teuthology.orchestra.run.smithi090.stdout: "ProductName" : "Unknown Device", 2024-09-06T15:01:08.028 INFO:teuthology.orchestra.run.smithi090.stdout: "SerialNumber" : "959c8155dcfcdd00ce81" 2024-09-06T15:01:08.028 INFO:teuthology.orchestra.run.smithi090.stdout: } 2024-09-06T15:01:08.028 INFO:teuthology.orchestra.run.smithi090.stdout: ] 2024-09-06T15:01:08.029 INFO:teuthology.orchestra.run.smithi090.stdout:} 2024-09-06T15:01:08.029 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-09-06T15:01:08.029 DEBUG:teuthology.orchestra.run.smithi090:> set -ex 2024-09-06T15:01:08.030 DEBUG:teuthology.orchestra.run.smithi090:> sudo dd of=/scratch_devs 2024-09-06T15:01:08.082 INFO:teuthology.run_tasks:Running task cephadm... 2024-09-06T15:01:08.180 INFO:tasks.cephadm:Config: {'roleless': True, 'conf': {'mgr': {'debug mgr': 20, 'debug ms': 1}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20, 'osd shutdown pgref assert': True}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)', 'CEPHADM_DAEMON_PLACE_FAIL', 'CEPHADM_FAILED_DAEMON'], 'log-only-match': ['CEPHADM_'], 'sha1': '8b38c33cecf4b0b7a9b3116eb9089e21e444ac73'} 2024-09-06T15:01:08.181 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8b38c33cecf4b0b7a9b3116eb9089e21e444ac73 2024-09-06T15:01:08.181 INFO:tasks.cephadm:Cluster fsid is d8ce0702-6c60-11ef-bce4-c7b262605968 2024-09-06T15:01:08.181 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-09-06T15:01:08.181 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-09-06T15:01:08.182 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi079': '172.21.15.79', 'mon.smithi090': '172.21.15.90'} 2024-09-06T15:01:08.182 INFO:tasks.cephadm:Normalizing hostnames... 2024-09-06T15:01:08.182 DEBUG:teuthology.orchestra.run.smithi079:> sudo hostname $(hostname -s) 2024-09-06T15:01:08.197 DEBUG:teuthology.orchestra.run.smithi090:> sudo hostname $(hostname -s) 2024-09-06T15:01:08.211 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-09-06T15:01:08.212 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=8b38c33cecf4b0b7a9b3116eb9089e21e444ac73 2024-09-06T15:01:08.359 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '8b38c33cecf4b0b7a9b3116eb9089e21e444ac73', '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/82769/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.3.0-4704-g8b38c33c', 'node_name': '172.21.2.9+braggi09', 'job_name': 'ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=jammy,DIST=jammy,MACHINE_SIZE=gigantic', 'package_manager_version': '19.3.0-4704-g8b38c33c-1jammy'}, 'url': 'https://1.chacra.ceph.com/r/ceph/wip-athakkar-testing-2024-09-04-1837/8b38c33cecf4b0b7a9b3116eb9089e21e444ac73/ubuntu/jammy/flavors/default/', 'distro_codename': 'jammy', 'modified': '2024-09-04 19:43:57.745461', 'distro_version': '22.04', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-athakkar-testing-2024-09-04-1837', 'chacra_url': 'https://1.chacra.ceph.com/repos/ceph/wip-athakkar-testing-2024-09-04-1837/8b38c33cecf4b0b7a9b3116eb9089e21e444ac73/ubuntu/jammy/flavors/default/', 'archs': ['x86_64'], 'distro': 'ubuntu'}] 2024-09-06T15:01:08.505 INFO:tasks.util.chacra:got chacra host 1.chacra.ceph.com, ref wip-athakkar-testing-2024-09-04-1837, sha1 8b38c33cecf4b0b7a9b3116eb9089e21e444ac73 from https://shaman.ceph.com/api/search/?project=ceph&distros=ubuntu%2F22.04%2Fx86_64&flavor=default&sha1=8b38c33cecf4b0b7a9b3116eb9089e21e444ac73 2024-09-06T15:01:08.507 INFO:tasks.cephadm:Discovered cachra url: https://1.chacra.ceph.com/binaries/ceph/wip-athakkar-testing-2024-09-04-1837/8b38c33cecf4b0b7a9b3116eb9089e21e444ac73/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-09-06T15:01:08.507 INFO:tasks.cephadm:Downloading cephadm from url: https://1.chacra.ceph.com/binaries/ceph/wip-athakkar-testing-2024-09-04-1837/8b38c33cecf4b0b7a9b3116eb9089e21e444ac73/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-09-06T15:01:08.507 DEBUG:teuthology.orchestra.run.smithi079:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-athakkar-testing-2024-09-04-1837/8b38c33cecf4b0b7a9b3116eb9089e21e444ac73/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-06T15:01:09.076 INFO:teuthology.orchestra.run.smithi079.stdout:-rw-rw-r-- 1 ubuntu ubuntu 810214 Sep 6 15:01 /home/ubuntu/cephtest/cephadm 2024-09-06T15:01:09.077 DEBUG:teuthology.orchestra.run.smithi090:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-athakkar-testing-2024-09-04-1837/8b38c33cecf4b0b7a9b3116eb9089e21e444ac73/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-06T15:01:09.522 INFO:teuthology.orchestra.run.smithi090.stdout:-rw-rw-r-- 1 ubuntu ubuntu 810214 Sep 6 15:01 /home/ubuntu/cephtest/cephadm 2024-09-06T15:01:09.522 DEBUG:teuthology.orchestra.run.smithi079:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-06T15:01:09.530 DEBUG:teuthology.orchestra.run.smithi090:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-06T15:01:09.569 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8b38c33cecf4b0b7a9b3116eb9089e21e444ac73 on all hosts... 2024-09-06T15:01:09.569 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8b38c33cecf4b0b7a9b3116eb9089e21e444ac73 pull 2024-09-06T15:01:09.575 DEBUG:teuthology.orchestra.run.smithi090:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8b38c33cecf4b0b7a9b3116eb9089e21e444ac73 pull 2024-09-06T15:01:09.757 INFO:teuthology.orchestra.run.smithi079.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8b38c33cecf4b0b7a9b3116eb9089e21e444ac73... 2024-09-06T15:01:09.762 INFO:teuthology.orchestra.run.smithi090.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8b38c33cecf4b0b7a9b3116eb9089e21e444ac73... 2024-09-06T15:02:18.826 INFO:teuthology.orchestra.run.smithi079.stdout:{ 2024-09-06T15:02:18.827 INFO:teuthology.orchestra.run.smithi079.stdout: "ceph_version": "ceph version 19.3.0-4704-g8b38c33c (8b38c33cecf4b0b7a9b3116eb9089e21e444ac73) squid (dev)", 2024-09-06T15:02:18.827 INFO:teuthology.orchestra.run.smithi079.stdout: "image_id": "1c45aca0610a312233aa2613f7b416b2884ae14779f1297041485ab28f1c8110", 2024-09-06T15:02:18.827 INFO:teuthology.orchestra.run.smithi079.stdout: "repo_digests": [ 2024-09-06T15:02:18.828 INFO:teuthology.orchestra.run.smithi079.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c86edd48571ab22373283621eb9feebce9df9c291d4164cfc4df1a09493e1f30" 2024-09-06T15:02:18.828 INFO:teuthology.orchestra.run.smithi079.stdout: ] 2024-09-06T15:02:18.828 INFO:teuthology.orchestra.run.smithi079.stdout:} 2024-09-06T15:02:26.665 INFO:teuthology.orchestra.run.smithi090.stdout:{ 2024-09-06T15:02:26.666 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph_version": "ceph version 19.3.0-4704-g8b38c33c (8b38c33cecf4b0b7a9b3116eb9089e21e444ac73) squid (dev)", 2024-09-06T15:02:26.666 INFO:teuthology.orchestra.run.smithi090.stdout: "image_id": "1c45aca0610a312233aa2613f7b416b2884ae14779f1297041485ab28f1c8110", 2024-09-06T15:02:26.666 INFO:teuthology.orchestra.run.smithi090.stdout: "repo_digests": [ 2024-09-06T15:02:26.666 INFO:teuthology.orchestra.run.smithi090.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c86edd48571ab22373283621eb9feebce9df9c291d4164cfc4df1a09493e1f30" 2024-09-06T15:02:26.666 INFO:teuthology.orchestra.run.smithi090.stdout: ] 2024-09-06T15:02:26.666 INFO:teuthology.orchestra.run.smithi090.stdout:} 2024-09-06T15:02:26.715 DEBUG:teuthology.orchestra.run.smithi079:> sudo mkdir -p /etc/ceph 2024-09-06T15:02:26.730 DEBUG:teuthology.orchestra.run.smithi090:> sudo mkdir -p /etc/ceph 2024-09-06T15:02:26.744 DEBUG:teuthology.orchestra.run.smithi079:> sudo chmod 777 /etc/ceph 2024-09-06T15:02:26.785 DEBUG:teuthology.orchestra.run.smithi090:> sudo chmod 777 /etc/ceph 2024-09-06T15:02:26.798 INFO:tasks.cephadm:Writing seed config... 2024-09-06T15:02:26.800 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-09-06T15:02:26.800 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-09-06T15:02:26.800 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-09-06T15:02:26.800 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-09-06T15:02:26.800 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-09-06T15:02:26.800 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-09-06T15:02:26.800 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-09-06T15:02:26.800 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-09-06T15:02:26.801 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2024-09-06T15:02:26.801 DEBUG:teuthology.orchestra.run.smithi079:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-09-06T15:02:26.833 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 = d8ce0702-6c60-11ef-bce4-c7b262605968 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = True bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-09-06T15:02:26.834 DEBUG:teuthology.orchestra.run.smithi079:mon.smithi079> sudo journalctl -f -n 0 -u ceph-d8ce0702-6c60-11ef-bce4-c7b262605968@mon.smithi079.service 2024-09-06T15:02:26.878 INFO:tasks.cephadm:Bootstrapping... 2024-09-06T15:02:26.879 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8b38c33cecf4b0b7a9b3116eb9089e21e444ac73 -v bootstrap --fsid d8ce0702-6c60-11ef-bce4-c7b262605968 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-ip 172.21.15.79 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-09-06T15:02:27.100 INFO:teuthology.orchestra.run.smithi079.stdout:-------------------------------------------------------------------------------- 2024-09-06T15:02:27.101 INFO:teuthology.orchestra.run.smithi079.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8b38c33cecf4b0b7a9b3116eb9089e21e444ac73', '-v', 'bootstrap', '--fsid', 'd8ce0702-6c60-11ef-bce4-c7b262605968', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-ip', '172.21.15.79', '--skip-admin-label'] 2024-09-06T15:02:27.101 INFO:teuthology.orchestra.run.smithi079.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-09-06T15:02:27.102 INFO:teuthology.orchestra.run.smithi079.stdout:Verifying podman|docker is present... 2024-09-06T15:02:27.102 INFO:teuthology.orchestra.run.smithi079.stdout:Verifying lvm2 is present... 2024-09-06T15:02:27.102 INFO:teuthology.orchestra.run.smithi079.stdout:Verifying time synchronization is in place... 2024-09-06T15:02:27.105 INFO:teuthology.orchestra.run.smithi079.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-09-06T15:02:27.105 INFO:teuthology.orchestra.run.smithi079.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-06T15:02:27.110 INFO:teuthology.orchestra.run.smithi079.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-09-06T15:02:27.110 INFO:teuthology.orchestra.run.smithi079.stdout:systemctl: stdout inactive 2024-09-06T15:02:27.115 INFO:teuthology.orchestra.run.smithi079.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-09-06T15:02:27.115 INFO:teuthology.orchestra.run.smithi079.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-09-06T15:02:27.118 INFO:teuthology.orchestra.run.smithi079.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-09-06T15:02:27.118 INFO:teuthology.orchestra.run.smithi079.stdout:systemctl: stdout inactive 2024-09-06T15:02:27.122 INFO:teuthology.orchestra.run.smithi079.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-09-06T15:02:27.122 INFO:teuthology.orchestra.run.smithi079.stdout:systemctl: stdout masked 2024-09-06T15:02:27.125 INFO:teuthology.orchestra.run.smithi079.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-09-06T15:02:27.126 INFO:teuthology.orchestra.run.smithi079.stdout:systemctl: stdout inactive 2024-09-06T15:02:27.129 INFO:teuthology.orchestra.run.smithi079.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-09-06T15:02:27.129 INFO:teuthology.orchestra.run.smithi079.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-09-06T15:02:27.133 INFO:teuthology.orchestra.run.smithi079.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-09-06T15:02:27.133 INFO:teuthology.orchestra.run.smithi079.stdout:systemctl: stdout inactive 2024-09-06T15:02:27.137 INFO:teuthology.orchestra.run.smithi079.stdout:systemctl: stdout enabled 2024-09-06T15:02:27.141 INFO:teuthology.orchestra.run.smithi079.stdout:systemctl: stdout active 2024-09-06T15:02:27.141 INFO:teuthology.orchestra.run.smithi079.stdout:Unit ntp.service is enabled and running 2024-09-06T15:02:27.141 INFO:teuthology.orchestra.run.smithi079.stdout:Repeating the final host check... 2024-09-06T15:02:27.141 INFO:teuthology.orchestra.run.smithi079.stdout:docker (/usr/bin/docker) is present 2024-09-06T15:02:27.141 INFO:teuthology.orchestra.run.smithi079.stdout:systemctl is present 2024-09-06T15:02:27.141 INFO:teuthology.orchestra.run.smithi079.stdout:lvcreate is present 2024-09-06T15:02:27.144 INFO:teuthology.orchestra.run.smithi079.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-09-06T15:02:27.144 INFO:teuthology.orchestra.run.smithi079.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-06T15:02:27.149 INFO:teuthology.orchestra.run.smithi079.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-09-06T15:02:27.149 INFO:teuthology.orchestra.run.smithi079.stdout:systemctl: stdout inactive 2024-09-06T15:02:27.153 INFO:teuthology.orchestra.run.smithi079.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-09-06T15:02:27.153 INFO:teuthology.orchestra.run.smithi079.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-09-06T15:02:27.157 INFO:teuthology.orchestra.run.smithi079.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-09-06T15:02:27.157 INFO:teuthology.orchestra.run.smithi079.stdout:systemctl: stdout inactive 2024-09-06T15:02:27.161 INFO:teuthology.orchestra.run.smithi079.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-09-06T15:02:27.161 INFO:teuthology.orchestra.run.smithi079.stdout:systemctl: stdout masked 2024-09-06T15:02:27.164 INFO:teuthology.orchestra.run.smithi079.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-09-06T15:02:27.164 INFO:teuthology.orchestra.run.smithi079.stdout:systemctl: stdout inactive 2024-09-06T15:02:27.168 INFO:teuthology.orchestra.run.smithi079.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-09-06T15:02:27.168 INFO:teuthology.orchestra.run.smithi079.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-09-06T15:02:27.172 INFO:teuthology.orchestra.run.smithi079.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-09-06T15:02:27.173 INFO:teuthology.orchestra.run.smithi079.stdout:systemctl: stdout inactive 2024-09-06T15:02:27.178 INFO:teuthology.orchestra.run.smithi079.stdout:systemctl: stdout enabled 2024-09-06T15:02:27.182 INFO:teuthology.orchestra.run.smithi079.stdout:systemctl: stdout active 2024-09-06T15:02:27.182 INFO:teuthology.orchestra.run.smithi079.stdout:Unit ntp.service is enabled and running 2024-09-06T15:02:27.182 INFO:teuthology.orchestra.run.smithi079.stdout:Host looks OK 2024-09-06T15:02:27.182 INFO:teuthology.orchestra.run.smithi079.stdout:Cluster fsid: d8ce0702-6c60-11ef-bce4-c7b262605968 2024-09-06T15:02:27.182 INFO:teuthology.orchestra.run.smithi079.stdout:Acquiring lock 139820781136976 on /run/cephadm/d8ce0702-6c60-11ef-bce4-c7b262605968.lock 2024-09-06T15:02:27.182 INFO:teuthology.orchestra.run.smithi079.stdout:Lock 139820781136976 acquired on /run/cephadm/d8ce0702-6c60-11ef-bce4-c7b262605968.lock 2024-09-06T15:02:27.182 INFO:teuthology.orchestra.run.smithi079.stdout:Verifying IP 172.21.15.79 port 3300 ... 2024-09-06T15:02:27.182 INFO:teuthology.orchestra.run.smithi079.stdout:Verifying IP 172.21.15.79 port 6789 ... 2024-09-06T15:02:27.182 INFO:teuthology.orchestra.run.smithi079.stdout:Base mon IP(s) is [172.21.15.79:3300, 172.21.15.79:6789], mon addrv is [v2:172.21.15.79:3300,v1:172.21.15.79:6789] 2024-09-06T15:02:27.185 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 2024-09-06T15:02:27.185 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.79 metric 100 2024-09-06T15:02:27.185 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/sbin/ip: stdout 158.69.67.47 via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.79 metric 100 2024-09-06T15:02:27.185 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/sbin/ip: stdout 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-09-06T15:02:27.185 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/sbin/ip: stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.79 metric 100 2024-09-06T15:02:27.185 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/sbin/ip: stdout 172.21.0.1 dev enp3s0f1 proto dhcp scope link src 172.21.15.79 metric 100 2024-09-06T15:02:27.185 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/sbin/ip: stdout 172.21.0.2 dev enp3s0f1 proto dhcp scope link src 172.21.15.79 metric 100 2024-09-06T15:02:27.185 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/sbin/ip: stdout 172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.79 metric 100 2024-09-06T15:02:27.187 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-09-06T15:02:27.187 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/sbin/ip: stdout fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2024-09-06T15:02:27.187 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 expires 1746sec pref medium 2024-09-06T15:02:27.190 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-09-06T15:02:27.191 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/sbin/ip: stdout inet6 ::1/128 scope host 2024-09-06T15:02:27.191 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-09-06T15:02:27.191 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/sbin/ip: stdout 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-09-06T15:02:27.191 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/sbin/ip: stdout inet6 fe80::ec4:7aff:fe8f:ce87/64 scope link 2024-09-06T15:02:27.191 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-09-06T15:02:27.191 INFO:teuthology.orchestra.run.smithi079.stdout:Mon IP `172.21.15.79` is in CIDR network `172.21.0.0/20` 2024-09-06T15:02:27.191 INFO:teuthology.orchestra.run.smithi079.stdout:Mon IP `172.21.15.79` is in CIDR network `172.21.0.0/20` 2024-09-06T15:02:27.191 INFO:teuthology.orchestra.run.smithi079.stdout:Mon IP `172.21.15.79` is in CIDR network `172.21.0.1/32` 2024-09-06T15:02:27.191 INFO:teuthology.orchestra.run.smithi079.stdout:Mon IP `172.21.15.79` is in CIDR network `172.21.0.1/32` 2024-09-06T15:02:27.191 INFO:teuthology.orchestra.run.smithi079.stdout:Mon IP `172.21.15.79` is in CIDR network `172.21.0.2/32` 2024-09-06T15:02:27.191 INFO:teuthology.orchestra.run.smithi079.stdout:Mon IP `172.21.15.79` is in CIDR network `172.21.0.2/32` 2024-09-06T15:02:27.191 INFO:teuthology.orchestra.run.smithi079.stdout:Mon IP `172.21.15.79` is in CIDR network `172.21.15.254/32` 2024-09-06T15:02:27.191 INFO:teuthology.orchestra.run.smithi079.stdout:Mon IP `172.21.15.79` is in CIDR network `172.21.15.254/32` 2024-09-06T15:02:27.192 INFO:teuthology.orchestra.run.smithi079.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20', '172.21.0.1/32', '172.21.0.1/32', '172.21.0.2/32', '172.21.0.2/32', '172.21.15.254/32', '172.21.15.254/32'] 2024-09-06T15:02:27.192 INFO:teuthology.orchestra.run.smithi079.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-09-06T15:02:27.192 INFO:teuthology.orchestra.run.smithi079.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8b38c33cecf4b0b7a9b3116eb9089e21e444ac73... 2024-09-06T15:02:27.443 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/docker: stdout 8b38c33cecf4b0b7a9b3116eb9089e21e444ac73: Pulling from ceph-ci/ceph 2024-09-06T15:02:27.443 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/docker: stdout Digest: sha256:c86edd48571ab22373283621eb9feebce9df9c291d4164cfc4df1a09493e1f30 2024-09-06T15:02:27.443 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/docker: stdout Status: Image is up to date for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8b38c33cecf4b0b7a9b3116eb9089e21e444ac73 2024-09-06T15:02:27.443 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/docker: stdout quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8b38c33cecf4b0b7a9b3116eb9089e21e444ac73 2024-09-06T15:02:28.889 INFO:teuthology.orchestra.run.smithi079.stdout:ceph: stdout ceph version 19.3.0-4704-g8b38c33c (8b38c33cecf4b0b7a9b3116eb9089e21e444ac73) squid (dev) 2024-09-06T15:02:28.889 INFO:teuthology.orchestra.run.smithi079.stdout:Ceph version: ceph version 19.3.0-4704-g8b38c33c (8b38c33cecf4b0b7a9b3116eb9089e21e444ac73) squid (dev) 2024-09-06T15:02:28.889 INFO:teuthology.orchestra.run.smithi079.stdout:Extracting ceph user uid/gid from container image... 2024-09-06T15:02:30.211 INFO:teuthology.orchestra.run.smithi079.stdout:stat: stdout 167 167 2024-09-06T15:02:30.212 INFO:teuthology.orchestra.run.smithi079.stdout:Creating initial keys... 2024-09-06T15:02:31.525 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-authtool: stdout AQCHGdtmGxKZARAAWeVHaGwPRe77vsTIkc+GPg== 2024-09-06T15:02:32.908 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-authtool: stdout AQCIGdtmv+bKFxAAynfsu//NUjxQEm+asrpGRA== 2024-09-06T15:02:34.256 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-authtool: stdout AQCJGdtmaYPcKhAAV7IsLI06+Fwnp9ehDaPOmw== 2024-09-06T15:02:34.257 INFO:teuthology.orchestra.run.smithi079.stdout:Creating initial monmap... 2024-09-06T15:02:35.655 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-06T15:02:35.655 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-09-06T15:02:35.655 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to d8ce0702-6c60-11ef-bce4-c7b262605968 2024-09-06T15:02:35.655 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-06T15:02:35.656 INFO:teuthology.orchestra.run.smithi079.stdout:monmaptool for smithi079 [v2:172.21.15.79:3300,v1:172.21.15.79:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-06T15:02:35.656 INFO:teuthology.orchestra.run.smithi079.stdout:setting min_mon_release = quincy 2024-09-06T15:02:35.656 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/monmaptool: set fsid to d8ce0702-6c60-11ef-bce4-c7b262605968 2024-09-06T15:02:35.656 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-06T15:02:35.656 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-06T15:02:35.656 INFO:teuthology.orchestra.run.smithi079.stdout:Creating mon... 2024-09-06T15:02:37.047 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.556+0000 7fdd04430c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-06T15:02:37.047 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.556+0000 7fdd04430c80 1 imported monmap: 2024-09-06T15:02:37.047 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr epoch 0 2024-09-06T15:02:37.047 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr fsid d8ce0702-6c60-11ef-bce4-c7b262605968 2024-09-06T15:02:37.047 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr last_changed 2024-09-06T15:02:35.106619+0000 2024-09-06T15:02:37.047 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr created 2024-09-06T15:02:35.106619+0000 2024-09-06T15:02:37.048 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr min_mon_release 17 (quincy) 2024-09-06T15:02:37.048 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr election_strategy: 1 2024-09-06T15:02:37.048 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr 0: [v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0] mon.smithi079 2024-09-06T15:02:37.048 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr 2024-09-06T15:02:37.048 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.556+0000 7fdd04430c80 0 /usr/bin/ceph-mon: set fsid to d8ce0702-6c60-11ef-bce4-c7b262605968 2024-09-06T15:02:37.048 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.560+0000 7fdd04430c80 4 rocksdb: RocksDB version: 7.9.2 2024-09-06T15:02:37.048 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr 2024-09-06T15:02:37.048 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.560+0000 7fdd04430c80 4 rocksdb: Git sha 0 2024-09-06T15:02:37.048 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.560+0000 7fdd04430c80 4 rocksdb: Compile date 2024-09-04 13:52:53 2024-09-06T15:02:37.048 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.560+0000 7fdd04430c80 4 rocksdb: DB SUMMARY 2024-09-06T15:02:37.048 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr 2024-09-06T15:02:37.048 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.560+0000 7fdd04430c80 4 rocksdb: DB Session ID: QZ5EHRM4GLFQUFP2N2J4 2024-09-06T15:02:37.048 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr 2024-09-06T15:02:37.049 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.560+0000 7fdd04430c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi079/store.db dir, Total Num: 0, files: 2024-09-06T15:02:37.049 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr 2024-09-06T15:02:37.049 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.560+0000 7fdd04430c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi079/store.db: 2024-09-06T15:02:37.049 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr 2024-09-06T15:02:37.049 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.560+0000 7fdd04430c80 4 rocksdb: Options.error_if_exists: 0 2024-09-06T15:02:37.049 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.560+0000 7fdd04430c80 4 rocksdb: Options.create_if_missing: 1 2024-09-06T15:02:37.049 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.560+0000 7fdd04430c80 4 rocksdb: Options.paranoid_checks: 1 2024-09-06T15:02:37.049 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.560+0000 7fdd04430c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-09-06T15:02:37.049 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.560+0000 7fdd04430c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-06T15:02:37.049 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.560+0000 7fdd04430c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-06T15:02:37.049 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.560+0000 7fdd04430c80 4 rocksdb: Options.env: 0x5634e618b160 2024-09-06T15:02:37.049 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.560+0000 7fdd04430c80 4 rocksdb: Options.fs: PosixFileSystem 2024-09-06T15:02:37.050 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.560+0000 7fdd04430c80 4 rocksdb: Options.info_log: 0x5634e85fcf00 2024-09-06T15:02:37.050 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.560+0000 7fdd04430c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-06T15:02:37.050 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.560+0000 7fdd04430c80 4 rocksdb: Options.statistics: (nil) 2024-09-06T15:02:37.050 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.560+0000 7fdd04430c80 4 rocksdb: Options.use_fsync: 0 2024-09-06T15:02:37.050 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.560+0000 7fdd04430c80 4 rocksdb: Options.max_log_file_size: 0 2024-09-06T15:02:37.050 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.560+0000 7fdd04430c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-06T15:02:37.050 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.560+0000 7fdd04430c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-06T15:02:37.050 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.560+0000 7fdd04430c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-06T15:02:37.050 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.560+0000 7fdd04430c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-06T15:02:37.050 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.560+0000 7fdd04430c80 4 rocksdb: Options.allow_fallocate: 1 2024-09-06T15:02:37.050 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.560+0000 7fdd04430c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-06T15:02:37.050 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.560+0000 7fdd04430c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-06T15:02:37.050 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.560+0000 7fdd04430c80 4 rocksdb: Options.use_direct_reads: 0 2024-09-06T15:02:37.051 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.560+0000 7fdd04430c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-06T15:02:37.051 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.560+0000 7fdd04430c80 4 rocksdb: Options.create_missing_column_families: 0 2024-09-06T15:02:37.051 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.560+0000 7fdd04430c80 4 rocksdb: Options.db_log_dir: 2024-09-06T15:02:37.051 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.560+0000 7fdd04430c80 4 rocksdb: Options.wal_dir: 2024-09-06T15:02:37.051 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.560+0000 7fdd04430c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-06T15:02:37.051 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.560+0000 7fdd04430c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-06T15:02:37.051 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.560+0000 7fdd04430c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-06T15:02:37.051 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.560+0000 7fdd04430c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-06T15:02:37.051 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.560+0000 7fdd04430c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-06T15:02:37.051 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.560+0000 7fdd04430c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-06T15:02:37.051 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.560+0000 7fdd04430c80 4 rocksdb: Options.advise_random_on_open: 1 2024-09-06T15:02:37.051 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.560+0000 7fdd04430c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-06T15:02:37.051 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.560+0000 7fdd04430c80 4 rocksdb: Options.write_buffer_manager: 0x5634e85f5540 2024-09-06T15:02:37.052 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.560+0000 7fdd04430c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-06T15:02:37.052 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.560+0000 7fdd04430c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-06T15:02:37.052 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.560+0000 7fdd04430c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-06T15:02:37.052 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.560+0000 7fdd04430c80 4 rocksdb: Options.rate_limiter: (nil) 2024-09-06T15:02:37.052 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.560+0000 7fdd04430c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-06T15:02:37.052 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.560+0000 7fdd04430c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-06T15:02:37.052 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.560+0000 7fdd04430c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-06T15:02:37.052 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.560+0000 7fdd04430c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-06T15:02:37.052 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.560+0000 7fdd04430c80 4 rocksdb: Options.unordered_write: 0 2024-09-06T15:02:37.052 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.560+0000 7fdd04430c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-06T15:02:37.052 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.560+0000 7fdd04430c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-06T15:02:37.052 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.560+0000 7fdd04430c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-06T15:02:37.052 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.560+0000 7fdd04430c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-06T15:02:37.053 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.560+0000 7fdd04430c80 4 rocksdb: Options.row_cache: None 2024-09-06T15:02:37.053 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.560+0000 7fdd04430c80 4 rocksdb: Options.wal_filter: None 2024-09-06T15:02:37.053 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.560+0000 7fdd04430c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-06T15:02:37.053 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.560+0000 7fdd04430c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-06T15:02:37.053 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.560+0000 7fdd04430c80 4 rocksdb: Options.two_write_queues: 0 2024-09-06T15:02:37.053 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.560+0000 7fdd04430c80 4 rocksdb: Options.manual_wal_flush: 0 2024-09-06T15:02:37.053 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.560+0000 7fdd04430c80 4 rocksdb: Options.wal_compression: 0 2024-09-06T15:02:37.053 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.560+0000 7fdd04430c80 4 rocksdb: Options.atomic_flush: 0 2024-09-06T15:02:37.053 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.560+0000 7fdd04430c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-06T15:02:37.053 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.560+0000 7fdd04430c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-09-06T15:02:37.053 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.560+0000 7fdd04430c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-09-06T15:02:37.053 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.560+0000 7fdd04430c80 4 rocksdb: Options.log_readahead_size: 0 2024-09-06T15:02:37.053 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.560+0000 7fdd04430c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-06T15:02:37.054 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.560+0000 7fdd04430c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-09-06T15:02:37.054 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.560+0000 7fdd04430c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-06T15:02:37.054 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.560+0000 7fdd04430c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-06T15:02:37.054 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.560+0000 7fdd04430c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-09-06T15:02:37.054 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.560+0000 7fdd04430c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-09-06T15:02:37.054 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.560+0000 7fdd04430c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-09-06T15:02:37.054 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.560+0000 7fdd04430c80 4 rocksdb: Options.max_background_jobs: 2 2024-09-06T15:02:37.054 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.560+0000 7fdd04430c80 4 rocksdb: Options.max_background_compactions: -1 2024-09-06T15:02:37.054 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.560+0000 7fdd04430c80 4 rocksdb: Options.max_subcompactions: 1 2024-09-06T15:02:37.054 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.560+0000 7fdd04430c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-06T15:02:37.054 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.560+0000 7fdd04430c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-06T15:02:37.054 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.560+0000 7fdd04430c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-06T15:02:37.054 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.560+0000 7fdd04430c80 4 rocksdb: Options.max_total_wal_size: 0 2024-09-06T15:02:37.055 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.560+0000 7fdd04430c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-06T15:02:37.055 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.560+0000 7fdd04430c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-06T15:02:37.055 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.560+0000 7fdd04430c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-06T15:02:37.055 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.560+0000 7fdd04430c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-06T15:02:37.055 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.560+0000 7fdd04430c80 4 rocksdb: Options.max_open_files: -1 2024-09-06T15:02:37.055 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.560+0000 7fdd04430c80 4 rocksdb: Options.bytes_per_sync: 0 2024-09-06T15:02:37.055 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.560+0000 7fdd04430c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-06T15:02:37.055 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.560+0000 7fdd04430c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-09-06T15:02:37.055 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.560+0000 7fdd04430c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-06T15:02:37.055 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.560+0000 7fdd04430c80 4 rocksdb: Options.max_background_flushes: -1 2024-09-06T15:02:37.055 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.560+0000 7fdd04430c80 4 rocksdb: Compression algorithms supported: 2024-09-06T15:02:37.055 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.560+0000 7fdd04430c80 4 rocksdb: kZSTD supported: 0 2024-09-06T15:02:37.055 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.560+0000 7fdd04430c80 4 rocksdb: kXpressCompression supported: 0 2024-09-06T15:02:37.055 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.560+0000 7fdd04430c80 4 rocksdb: kBZip2Compression supported: 0 2024-09-06T15:02:37.056 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.560+0000 7fdd04430c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-06T15:02:37.056 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.560+0000 7fdd04430c80 4 rocksdb: kLZ4Compression supported: 1 2024-09-06T15:02:37.056 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.560+0000 7fdd04430c80 4 rocksdb: kZlibCompression supported: 1 2024-09-06T15:02:37.056 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.560+0000 7fdd04430c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-06T15:02:37.056 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.560+0000 7fdd04430c80 4 rocksdb: kSnappyCompression supported: 1 2024-09-06T15:02:37.056 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.560+0000 7fdd04430c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-06T15:02:37.056 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.560+0000 7fdd04430c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-09-06T15:02:37.056 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.560+0000 7fdd04430c80 4 rocksdb: [db/db_impl/db_impl_open.cc:317] Creating manifest 1 2024-09-06T15:02:37.056 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr 2024-09-06T15:02:37.056 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.564+0000 7fdd04430c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi079/store.db/MANIFEST-000001 2024-09-06T15:02:37.056 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr 2024-09-06T15:02:37.056 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.564+0000 7fdd04430c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-06T15:02:37.056 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr 2024-09-06T15:02:37.057 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.564+0000 7fdd04430c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-06T15:02:37.057 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.564+0000 7fdd04430c80 4 rocksdb: Options.merge_operator: 2024-09-06T15:02:37.057 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.564+0000 7fdd04430c80 4 rocksdb: Options.compaction_filter: None 2024-09-06T15:02:37.057 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.564+0000 7fdd04430c80 4 rocksdb: Options.compaction_filter_factory: None 2024-09-06T15:02:37.057 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.564+0000 7fdd04430c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-09-06T15:02:37.057 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.564+0000 7fdd04430c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-06T15:02:37.057 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.564+0000 7fdd04430c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-06T15:02:37.057 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.564+0000 7fdd04430c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5634e85fcb20) 2024-09-06T15:02:37.057 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2024-09-06T15:02:37.057 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 0 2024-09-06T15:02:37.057 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-06T15:02:37.057 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2024-09-06T15:02:37.057 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr index_type: 0 2024-09-06T15:02:37.058 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2024-09-06T15:02:37.058 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr index_shortening: 1 2024-09-06T15:02:37.058 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2024-09-06T15:02:37.058 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr checksum: 4 2024-09-06T15:02:37.058 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr no_block_cache: 0 2024-09-06T15:02:37.058 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr block_cache: 0x5634e85e4850 2024-09-06T15:02:37.058 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2024-09-06T15:02:37.058 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr block_cache_options: 2024-09-06T15:02:37.058 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr capacity : 536870912 2024-09-06T15:02:37.058 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2024-09-06T15:02:37.058 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2024-09-06T15:02:37.058 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2024-09-06T15:02:37.058 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2024-09-06T15:02:37.059 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2024-09-06T15:02:37.059 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr block_size: 4096 2024-09-06T15:02:37.059 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2024-09-06T15:02:37.059 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2024-09-06T15:02:37.059 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2024-09-06T15:02:37.059 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2024-09-06T15:02:37.059 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr partition_filters: 0 2024-09-06T15:02:37.059 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2024-09-06T15:02:37.059 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr filter_policy: bloomfilter 2024-09-06T15:02:37.059 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2024-09-06T15:02:37.059 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr verify_compression: 0 2024-09-06T15:02:37.059 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2024-09-06T15:02:37.059 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr format_version: 5 2024-09-06T15:02:37.060 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2024-09-06T15:02:37.060 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr block_align: 0 2024-09-06T15:02:37.060 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr max_auto_readahead_size: 262144 2024-09-06T15:02:37.060 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr prepopulate_block_cache: 0 2024-09-06T15:02:37.060 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr initial_auto_readahead_size: 8192 2024-09-06T15:02:37.060 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr num_file_reads_for_auto_readahead: 2 2024-09-06T15:02:37.060 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr 2024-09-06T15:02:37.060 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.564+0000 7fdd04430c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-06T15:02:37.060 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.564+0000 7fdd04430c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-06T15:02:37.060 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.564+0000 7fdd04430c80 4 rocksdb: Options.compression: NoCompression 2024-09-06T15:02:37.060 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.564+0000 7fdd04430c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-06T15:02:37.060 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.564+0000 7fdd04430c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-06T15:02:37.061 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.564+0000 7fdd04430c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-06T15:02:37.061 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.564+0000 7fdd04430c80 4 rocksdb: Options.num_levels: 7 2024-09-06T15:02:37.061 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.564+0000 7fdd04430c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-06T15:02:37.061 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.564+0000 7fdd04430c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-06T15:02:37.061 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.564+0000 7fdd04430c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-06T15:02:37.061 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.564+0000 7fdd04430c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-06T15:02:37.061 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.564+0000 7fdd04430c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-06T15:02:37.061 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.564+0000 7fdd04430c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-06T15:02:37.061 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.564+0000 7fdd04430c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-06T15:02:37.061 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.564+0000 7fdd04430c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-06T15:02:37.061 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.564+0000 7fdd04430c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-06T15:02:37.061 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.564+0000 7fdd04430c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-06T15:02:37.061 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.564+0000 7fdd04430c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-06T15:02:37.061 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.564+0000 7fdd04430c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-06T15:02:37.062 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.564+0000 7fdd04430c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-06T15:02:37.062 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.564+0000 7fdd04430c80 4 rocksdb: Options.compression_opts.level: 32767 2024-09-06T15:02:37.062 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.564+0000 7fdd04430c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-06T15:02:37.062 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.564+0000 7fdd04430c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-06T15:02:37.062 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.564+0000 7fdd04430c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-06T15:02:37.062 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.564+0000 7fdd04430c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-06T15:02:37.062 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.564+0000 7fdd04430c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-06T15:02:37.062 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.564+0000 7fdd04430c80 4 rocksdb: Options.compression_opts.enabled: false 2024-09-06T15:02:37.062 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.564+0000 7fdd04430c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-06T15:02:37.062 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.564+0000 7fdd04430c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-06T15:02:37.062 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.564+0000 7fdd04430c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-06T15:02:37.062 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.564+0000 7fdd04430c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-06T15:02:37.062 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.564+0000 7fdd04430c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-06T15:02:37.063 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.564+0000 7fdd04430c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-06T15:02:37.063 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.564+0000 7fdd04430c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-06T15:02:37.063 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.564+0000 7fdd04430c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-06T15:02:37.063 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.564+0000 7fdd04430c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-06T15:02:37.063 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.564+0000 7fdd04430c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-06T15:02:37.063 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.564+0000 7fdd04430c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-06T15:02:37.063 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.564+0000 7fdd04430c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-06T15:02:37.063 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.564+0000 7fdd04430c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-06T15:02:37.063 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.564+0000 7fdd04430c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-06T15:02:37.063 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.564+0000 7fdd04430c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-06T15:02:37.063 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.564+0000 7fdd04430c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-06T15:02:37.063 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.564+0000 7fdd04430c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-06T15:02:37.063 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.564+0000 7fdd04430c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-06T15:02:37.064 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.564+0000 7fdd04430c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-06T15:02:37.064 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.564+0000 7fdd04430c80 4 rocksdb: Options.arena_block_size: 1048576 2024-09-06T15:02:37.064 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.564+0000 7fdd04430c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-06T15:02:37.064 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.564+0000 7fdd04430c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-06T15:02:37.064 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.564+0000 7fdd04430c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-06T15:02:37.064 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.564+0000 7fdd04430c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-06T15:02:37.064 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.564+0000 7fdd04430c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-06T15:02:37.064 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.564+0000 7fdd04430c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-06T15:02:37.064 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.564+0000 7fdd04430c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-06T15:02:37.064 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.564+0000 7fdd04430c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-06T15:02:37.064 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.564+0000 7fdd04430c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-06T15:02:37.064 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.564+0000 7fdd04430c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-06T15:02:37.065 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.564+0000 7fdd04430c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-06T15:02:37.065 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.564+0000 7fdd04430c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-06T15:02:37.065 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.564+0000 7fdd04430c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-06T15:02:37.065 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.564+0000 7fdd04430c80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-06T15:02:37.065 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.564+0000 7fdd04430c80 4 rocksdb: Options.inplace_update_support: 0 2024-09-06T15:02:37.065 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.564+0000 7fdd04430c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-06T15:02:37.065 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.564+0000 7fdd04430c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-06T15:02:37.065 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.564+0000 7fdd04430c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-06T15:02:37.065 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.564+0000 7fdd04430c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-06T15:02:37.065 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.564+0000 7fdd04430c80 4 rocksdb: Options.bloom_locality: 0 2024-09-06T15:02:37.065 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.564+0000 7fdd04430c80 4 rocksdb: Options.max_successive_merges: 0 2024-09-06T15:02:37.065 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.564+0000 7fdd04430c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-06T15:02:37.065 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.564+0000 7fdd04430c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-06T15:02:37.066 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.564+0000 7fdd04430c80 4 rocksdb: Options.force_consistency_checks: 1 2024-09-06T15:02:37.066 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.564+0000 7fdd04430c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-06T15:02:37.066 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.564+0000 7fdd04430c80 4 rocksdb: Options.ttl: 2592000 2024-09-06T15:02:37.066 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.564+0000 7fdd04430c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-09-06T15:02:37.066 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.564+0000 7fdd04430c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-06T15:02:37.066 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.564+0000 7fdd04430c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-06T15:02:37.066 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.564+0000 7fdd04430c80 4 rocksdb: Options.enable_blob_files: false 2024-09-06T15:02:37.066 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.564+0000 7fdd04430c80 4 rocksdb: Options.min_blob_size: 0 2024-09-06T15:02:37.066 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.564+0000 7fdd04430c80 4 rocksdb: Options.blob_file_size: 268435456 2024-09-06T15:02:37.066 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.564+0000 7fdd04430c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-09-06T15:02:37.066 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.564+0000 7fdd04430c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-09-06T15:02:37.066 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.564+0000 7fdd04430c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-06T15:02:37.066 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.564+0000 7fdd04430c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-06T15:02:37.067 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.564+0000 7fdd04430c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-06T15:02:37.067 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.564+0000 7fdd04430c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-09-06T15:02:37.067 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.564+0000 7fdd04430c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-06T15:02:37.067 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.564+0000 7fdd04430c80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi079/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-09-06T15:02:37.067 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr 2024-09-06T15:02:37.067 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.564+0000 7fdd04430c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-09-06T15:02:37.067 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr 2024-09-06T15:02:37.067 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.564+0000 7fdd04430c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: ec30c01b-43e2-4823-a164-089c07ddd74e 2024-09-06T15:02:37.067 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr 2024-09-06T15:02:37.067 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.564+0000 7fdd04430c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 5 2024-09-06T15:02:37.067 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr 2024-09-06T15:02:37.067 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.568+0000 7fdd04430c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5634e8614e00 2024-09-06T15:02:37.067 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.568+0000 7fdd04430c80 4 rocksdb: DB pointer 0x5634e86f6000 2024-09-06T15:02:37.067 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.568+0000 7fdcfbbbb640 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-06T15:02:37.068 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.568+0000 7fdcfbbbb640 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-06T15:02:37.068 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr ** DB Stats ** 2024-09-06T15:02:37.068 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-09-06T15:02:37.068 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-09-06T15:02:37.068 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-06T15:02:37.068 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-06T15:02:37.068 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-09-06T15:02:37.068 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-06T15:02:37.068 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-06T15:02:37.068 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr 2024-09-06T15:02:37.068 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-09-06T15:02:37.068 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-09-06T15:02:37.068 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-06T15:02:37.069 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 0.0 0.0 2024-09-06T15:02:37.069 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 0.0 0.0 2024-09-06T15:02:37.069 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr 2024-09-06T15:02:37.069 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-09-06T15:02:37.069 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-09-06T15:02:37.069 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-06T15:02:37.069 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr 2024-09-06T15:02:37.069 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-06T15:02:37.069 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr 2024-09-06T15:02:37.069 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-09-06T15:02:37.069 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2024-09-06T15:02:37.069 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-09-06T15:02:37.069 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2024-09-06T15:02:37.070 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2024-09-06T15:02:37.070 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2024-09-06T15:02:37.070 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-06T15:02:37.070 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-06T15:02:37.070 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-09-06T15:02:37.070 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr Block cache BinnedLRUCache@0x5634e85e4850#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-09-06T15:02:37.070 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr Block cache entry stats(count,size,portion): Misc(1,0.00 KB,0%) 2024-09-06T15:02:37.070 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr 2024-09-06T15:02:37.070 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2024-09-06T15:02:37.070 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr 2024-09-06T15:02:37.070 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.568+0000 7fdd04430c80 4 rocksdb: [db/db_impl/db_impl.cc:496] Shutdown: canceling all background work 2024-09-06T15:02:37.070 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.568+0000 7fdd04430c80 4 rocksdb: [db/db_impl/db_impl.cc:704] Shutdown complete 2024-09-06T15:02:37.070 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-06T15:02:36.568+0000 7fdd04430c80 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi079 for mon.smithi079 2024-09-06T15:02:37.070 INFO:teuthology.orchestra.run.smithi079.stdout:create mon.smithi079 on 2024-09-06T15:02:37.508 INFO:teuthology.orchestra.run.smithi079.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-09-06T15:02:37.740 INFO:teuthology.orchestra.run.smithi079.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-d8ce0702-6c60-11ef-bce4-c7b262605968.target -> /etc/systemd/system/ceph-d8ce0702-6c60-11ef-bce4-c7b262605968.target. 2024-09-06T15:02:37.740 INFO:teuthology.orchestra.run.smithi079.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-d8ce0702-6c60-11ef-bce4-c7b262605968.target -> /etc/systemd/system/ceph-d8ce0702-6c60-11ef-bce4-c7b262605968.target. 2024-09-06T15:02:38.040 INFO:teuthology.orchestra.run.smithi079.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-d8ce0702-6c60-11ef-bce4-c7b262605968@mon.smithi079 2024-09-06T15:02:38.040 INFO:teuthology.orchestra.run.smithi079.stdout:systemctl: stderr Failed to reset failed state of unit ceph-d8ce0702-6c60-11ef-bce4-c7b262605968@mon.smithi079.service: Unit ceph-d8ce0702-6c60-11ef-bce4-c7b262605968@mon.smithi079.service not loaded. 2024-09-06T15:02:38.254 INFO:teuthology.orchestra.run.smithi079.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-d8ce0702-6c60-11ef-bce4-c7b262605968.target.wants/ceph-d8ce0702-6c60-11ef-bce4-c7b262605968@mon.smithi079.service -> /etc/systemd/system/ceph-d8ce0702-6c60-11ef-bce4-c7b262605968@.service. 2024-09-06T15:02:38.262 INFO:teuthology.orchestra.run.smithi079.stdout:firewalld does not appear to be present 2024-09-06T15:02:38.262 INFO:teuthology.orchestra.run.smithi079.stdout:Not possible to enable service . firewalld.service is not available 2024-09-06T15:02:38.263 INFO:teuthology.orchestra.run.smithi079.stdout:Waiting for mon to start... 2024-09-06T15:02:38.263 INFO:teuthology.orchestra.run.smithi079.stdout:Waiting for mon... 2024-09-06T15:02:39.888 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:39 smithi079 bash[19480]: cluster 2024-09-06T15:02:39.729474+0000 mon.smithi079 (mon.0) 1 : cluster [INF] mon.smithi079 is new leader, mons smithi079 in quorum (ranks 0) 2024-09-06T15:02:40.369 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout cluster: 2024-09-06T15:02:40.369 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout id: d8ce0702-6c60-11ef-bce4-c7b262605968 2024-09-06T15:02:40.369 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-09-06T15:02:40.369 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout 2024-09-06T15:02:40.369 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout services: 2024-09-06T15:02:40.369 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum smithi079 (age 0.147141s) 2024-09-06T15:02:40.369 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-09-06T15:02:40.369 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-09-06T15:02:40.369 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout 2024-09-06T15:02:40.369 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout data: 2024-09-06T15:02:40.370 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-09-06T15:02:40.370 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-09-06T15:02:40.370 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-09-06T15:02:40.370 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout pgs: 2024-09-06T15:02:40.370 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout 2024-09-06T15:02:40.370 INFO:teuthology.orchestra.run.smithi079.stdout:mon is available 2024-09-06T15:02:40.370 INFO:teuthology.orchestra.run.smithi079.stdout:Assimilating anything we can from ceph.conf... 2024-09-06T15:02:41.033 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:40 smithi079 bash[19480]: cluster 2024-09-06T15:02:39.734427+0000 mon.smithi079 (mon.0) 2 : cluster [INF] mon.smithi079 is new leader, mons smithi079 in quorum (ranks 0) 2024-09-06T15:02:41.034 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:40 smithi079 bash[19480]: cluster 2024-09-06T15:02:39.734427+0000 mon.smithi079 (mon.0) 2 : cluster [INF] mon.smithi079 is new leader, mons smithi079 in quorum (ranks 0) 2024-09-06T15:02:41.034 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:40 smithi079 bash[19480]: cluster 2024-09-06T15:02:39.734607+0000 mon.smithi079 (mon.0) 3 : cluster [DBG] monmap epoch 1 2024-09-06T15:02:41.034 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:40 smithi079 bash[19480]: cluster 2024-09-06T15:02:39.734607+0000 mon.smithi079 (mon.0) 3 : cluster [DBG] monmap epoch 1 2024-09-06T15:02:41.034 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:40 smithi079 bash[19480]: cluster 2024-09-06T15:02:39.734619+0000 mon.smithi079 (mon.0) 4 : cluster [DBG] fsid d8ce0702-6c60-11ef-bce4-c7b262605968 2024-09-06T15:02:41.034 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:40 smithi079 bash[19480]: cluster 2024-09-06T15:02:39.734619+0000 mon.smithi079 (mon.0) 4 : cluster [DBG] fsid d8ce0702-6c60-11ef-bce4-c7b262605968 2024-09-06T15:02:41.034 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:40 smithi079 bash[19480]: cluster 2024-09-06T15:02:39.734630+0000 mon.smithi079 (mon.0) 5 : cluster [DBG] last_changed 2024-09-06T15:02:35.106619+0000 2024-09-06T15:02:41.034 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:40 smithi079 bash[19480]: cluster 2024-09-06T15:02:39.734630+0000 mon.smithi079 (mon.0) 5 : cluster [DBG] last_changed 2024-09-06T15:02:35.106619+0000 2024-09-06T15:02:41.034 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:40 smithi079 bash[19480]: cluster 2024-09-06T15:02:39.734642+0000 mon.smithi079 (mon.0) 6 : cluster [DBG] created 2024-09-06T15:02:35.106619+0000 2024-09-06T15:02:41.034 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:40 smithi079 bash[19480]: cluster 2024-09-06T15:02:39.734642+0000 mon.smithi079 (mon.0) 6 : cluster [DBG] created 2024-09-06T15:02:35.106619+0000 2024-09-06T15:02:41.034 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:40 smithi079 bash[19480]: cluster 2024-09-06T15:02:39.734655+0000 mon.smithi079 (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-09-06T15:02:41.034 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:40 smithi079 bash[19480]: cluster 2024-09-06T15:02:39.734655+0000 mon.smithi079 (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-09-06T15:02:41.034 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:40 smithi079 bash[19480]: cluster 2024-09-06T15:02:39.734666+0000 mon.smithi079 (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-09-06T15:02:41.034 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:40 smithi079 bash[19480]: cluster 2024-09-06T15:02:39.734666+0000 mon.smithi079 (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-09-06T15:02:41.035 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:40 smithi079 bash[19480]: cluster 2024-09-06T15:02:39.734677+0000 mon.smithi079 (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0] mon.smithi079 2024-09-06T15:02:41.035 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:40 smithi079 bash[19480]: cluster 2024-09-06T15:02:39.734677+0000 mon.smithi079 (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0] mon.smithi079 2024-09-06T15:02:41.035 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:40 smithi079 bash[19480]: cluster 2024-09-06T15:02:39.736679+0000 mon.smithi079 (mon.0) 10 : cluster [DBG] fsmap 2024-09-06T15:02:41.035 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:40 smithi079 bash[19480]: cluster 2024-09-06T15:02:39.736679+0000 mon.smithi079 (mon.0) 10 : cluster [DBG] fsmap 2024-09-06T15:02:41.035 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:40 smithi079 bash[19480]: cluster 2024-09-06T15:02:39.739889+0000 mon.smithi079 (mon.0) 11 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-09-06T15:02:41.035 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:40 smithi079 bash[19480]: cluster 2024-09-06T15:02:39.739889+0000 mon.smithi079 (mon.0) 11 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-09-06T15:02:41.035 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:40 smithi079 bash[19480]: cluster 2024-09-06T15:02:39.740359+0000 mon.smithi079 (mon.0) 12 : cluster [DBG] mgrmap e1: no daemons active 2024-09-06T15:02:41.035 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:40 smithi079 bash[19480]: cluster 2024-09-06T15:02:39.740359+0000 mon.smithi079 (mon.0) 12 : cluster [DBG] mgrmap e1: no daemons active 2024-09-06T15:02:41.035 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:40 smithi079 bash[19480]: audit 2024-09-06T15:02:39.881525+0000 mon.smithi079 (mon.0) 13 : audit [DBG] from='client.? 172.21.15.79:0/2163137572' entity='client.admin' cmd={"prefix": "status"} : dispatch 2024-09-06T15:02:41.035 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:40 smithi079 bash[19480]: audit 2024-09-06T15:02:39.881525+0000 mon.smithi079 (mon.0) 13 : audit [DBG] from='client.? 172.21.15.79:0/2163137572' entity='client.admin' cmd={"prefix": "status"} : dispatch 2024-09-06T15:02:41.934 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout 2024-09-06T15:02:41.935 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout [global] 2024-09-06T15:02:41.935 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout fsid = d8ce0702-6c60-11ef-bce4-c7b262605968 2024-09-06T15:02:41.935 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-09-06T15:02:41.935 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.79:3300,v1:172.21.15.79:6789] 2024-09-06T15:02:41.935 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-09-06T15:02:41.935 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-09-06T15:02:41.935 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-09-06T15:02:41.935 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-09-06T15:02:41.935 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout 2024-09-06T15:02:41.935 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout [mgr] 2024-09-06T15:02:41.935 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-09-06T15:02:41.936 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout 2024-09-06T15:02:41.936 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout [osd] 2024-09-06T15:02:41.936 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-09-06T15:02:41.936 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-09-06T15:02:41.936 INFO:teuthology.orchestra.run.smithi079.stdout:Generating new minimal ceph.conf... 2024-09-06T15:02:42.024 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:41 smithi079 bash[19480]: audit 2024-09-06T15:02:41.416804+0000 mon.smithi079 (mon.0) 14 : audit [INF] from='client.? 172.21.15.79:0/786031641' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2024-09-06T15:02:42.025 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:41 smithi079 bash[19480]: audit 2024-09-06T15:02:41.416804+0000 mon.smithi079 (mon.0) 14 : audit [INF] from='client.? 172.21.15.79:0/786031641' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2024-09-06T15:02:42.025 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:41 smithi079 bash[19480]: audit 2024-09-06T15:02:41.420938+0000 mon.smithi079 (mon.0) 15 : audit [INF] from='client.? 172.21.15.79:0/786031641' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-06T15:02:42.025 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:41 smithi079 bash[19480]: audit 2024-09-06T15:02:41.420938+0000 mon.smithi079 (mon.0) 15 : audit [INF] from='client.? 172.21.15.79:0/786031641' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-06T15:02:43.533 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:43 smithi079 bash[19480]: audit 2024-09-06T15:02:43.084850+0000 mon.smithi079 (mon.0) 16 : audit [DBG] from='client.? 172.21.15.79:0/118103124' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:02:43.533 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:43 smithi079 bash[19480]: audit 2024-09-06T15:02:43.084850+0000 mon.smithi079 (mon.0) 16 : audit [DBG] from='client.? 172.21.15.79:0/118103124' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:02:43.615 INFO:teuthology.orchestra.run.smithi079.stdout:Restarting the monitor... 2024-09-06T15:02:43.945 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:43 smithi079 systemd[1]: Stopping Ceph mon.smithi079 for d8ce0702-6c60-11ef-bce4-c7b262605968... 2024-09-06T15:02:43.945 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:43 smithi079 bash[19480]: debug 2024-09-06T15:02:43.740+0000 7efda0fa8640 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi079 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-09-06T15:02:43.945 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:43 smithi079 bash[19480]: debug 2024-09-06T15:02:43.740+0000 7efda0fa8640 -1 mon.smithi079@0(leader) e1 *** Got Signal Terminated *** 2024-09-06T15:02:44.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:44 smithi079 bash[19865]: ceph-d8ce0702-6c60-11ef-bce4-c7b262605968-mon-smithi079 2024-09-06T15:02:44.334 INFO:teuthology.orchestra.run.smithi079.stdout:Setting public_network to 172.21.15.254/32,172.21.0.0/20,172.21.0.1/32,172.21.0.2/32 in mon config section 2024-09-06T15:02:44.625 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:44 smithi079 bash[19926]: Error response from daemon: No such container: ceph-d8ce0702-6c60-11ef-bce4-c7b262605968-mon-smithi079 2024-09-06T15:02:44.625 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:44 smithi079 systemd[1]: ceph-d8ce0702-6c60-11ef-bce4-c7b262605968@mon.smithi079.service: Deactivated successfully. 2024-09-06T15:02:44.625 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:44 smithi079 systemd[1]: Stopped Ceph mon.smithi079 for d8ce0702-6c60-11ef-bce4-c7b262605968. 2024-09-06T15:02:44.625 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:44 smithi079 systemd[1]: Started Ceph mon.smithi079 for d8ce0702-6c60-11ef-bce4-c7b262605968. 2024-09-06T15:02:45.902 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.672+0000 7feee159ec80 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-06T15:02:45.902 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.672+0000 7feee159ec80 0 ceph version 19.3.0-4704-g8b38c33c (8b38c33cecf4b0b7a9b3116eb9089e21e444ac73) squid (dev), process ceph-mon, pid 7 2024-09-06T15:02:45.902 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.672+0000 7feee159ec80 0 pidfile_write: ignore empty --pid-file 2024-09-06T15:02:45.902 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 0 load: jerasure load: lrc 2024-09-06T15:02:45.903 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: RocksDB version: 7.9.2 2024-09-06T15:02:45.903 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Git sha 0 2024-09-06T15:02:45.903 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Compile date 2024-09-04 13:52:53 2024-09-06T15:02:45.903 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: DB SUMMARY 2024-09-06T15:02:45.903 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: DB Session ID: 6CGF9YG7CCCJ7S56G40W 2024-09-06T15:02:45.903 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: CURRENT file: CURRENT 2024-09-06T15:02:45.903 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: IDENTITY file: IDENTITY 2024-09-06T15:02:45.903 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-09-06T15:02:45.903 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi079/store.db dir, Total Num: 1, files: 000008.sst 2024-09-06T15:02:45.903 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi079/store.db: 000009.log size: 89066 ; 2024-09-06T15:02:45.904 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.error_if_exists: 0 2024-09-06T15:02:45.904 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.create_if_missing: 0 2024-09-06T15:02:45.904 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.paranoid_checks: 1 2024-09-06T15:02:45.904 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-09-06T15:02:45.904 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-06T15:02:45.904 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-06T15:02:45.904 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.env: 0x5599ed243160 2024-09-06T15:02:45.904 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.fs: PosixFileSystem 2024-09-06T15:02:45.904 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.info_log: 0x5599ef543a60 2024-09-06T15:02:45.904 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-06T15:02:45.904 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.statistics: (nil) 2024-09-06T15:02:45.905 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.use_fsync: 0 2024-09-06T15:02:45.905 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.max_log_file_size: 0 2024-09-06T15:02:45.907 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-06T15:02:45.907 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-06T15:02:45.907 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-06T15:02:45.907 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-06T15:02:45.907 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.allow_fallocate: 1 2024-09-06T15:02:45.907 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-06T15:02:45.907 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-06T15:02:45.907 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.use_direct_reads: 0 2024-09-06T15:02:45.907 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-06T15:02:45.907 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.create_missing_column_families: 0 2024-09-06T15:02:45.908 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.db_log_dir: 2024-09-06T15:02:45.908 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.wal_dir: 2024-09-06T15:02:45.908 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-06T15:02:45.908 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-06T15:02:45.908 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-06T15:02:45.908 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-06T15:02:45.908 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-06T15:02:45.908 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-06T15:02:45.908 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.advise_random_on_open: 1 2024-09-06T15:02:45.908 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-06T15:02:45.908 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.write_buffer_manager: 0x5599ef546e60 2024-09-06T15:02:45.908 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-06T15:02:45.909 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-06T15:02:45.909 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-06T15:02:45.909 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.rate_limiter: (nil) 2024-09-06T15:02:45.909 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-06T15:02:45.909 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-06T15:02:45.909 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-06T15:02:45.909 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-06T15:02:45.909 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.unordered_write: 0 2024-09-06T15:02:45.909 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-06T15:02:45.909 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-06T15:02:45.909 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-06T15:02:45.909 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-06T15:02:45.909 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.row_cache: None 2024-09-06T15:02:45.910 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.wal_filter: None 2024-09-06T15:02:45.910 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-06T15:02:45.910 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-06T15:02:45.910 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.two_write_queues: 0 2024-09-06T15:02:45.910 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.manual_wal_flush: 0 2024-09-06T15:02:45.910 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.wal_compression: 0 2024-09-06T15:02:45.910 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.atomic_flush: 0 2024-09-06T15:02:45.910 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-06T15:02:45.910 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-09-06T15:02:45.910 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-09-06T15:02:45.910 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.log_readahead_size: 0 2024-09-06T15:02:45.910 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-06T15:02:45.910 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.best_efforts_recovery: 0 2024-09-06T15:02:45.911 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-06T15:02:45.911 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-06T15:02:45.911 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.allow_data_in_errors: 0 2024-09-06T15:02:45.911 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.db_host_id: __hostname__ 2024-09-06T15:02:45.911 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-09-06T15:02:45.911 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.max_background_jobs: 2 2024-09-06T15:02:45.911 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.max_background_compactions: -1 2024-09-06T15:02:45.911 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.max_subcompactions: 1 2024-09-06T15:02:45.911 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-06T15:02:45.912 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-06T15:02:45.912 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-06T15:02:45.912 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.max_total_wal_size: 0 2024-09-06T15:02:45.912 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-06T15:02:45.912 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-06T15:02:45.912 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-06T15:02:45.912 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-06T15:02:45.912 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.max_open_files: -1 2024-09-06T15:02:45.912 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.bytes_per_sync: 0 2024-09-06T15:02:45.912 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-06T15:02:45.912 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-09-06T15:02:45.912 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-06T15:02:45.912 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.max_background_flushes: -1 2024-09-06T15:02:45.913 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Compression algorithms supported: 2024-09-06T15:02:45.913 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: kZSTD supported: 0 2024-09-06T15:02:45.913 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: kXpressCompression supported: 0 2024-09-06T15:02:45.913 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: kBZip2Compression supported: 0 2024-09-06T15:02:45.913 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-06T15:02:45.913 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: kLZ4Compression supported: 1 2024-09-06T15:02:45.913 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: kZlibCompression supported: 1 2024-09-06T15:02:45.913 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-06T15:02:45.913 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: kSnappyCompression supported: 1 2024-09-06T15:02:45.913 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-06T15:02:45.913 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-09-06T15:02:45.914 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi079/store.db/MANIFEST-000010 2024-09-06T15:02:45.914 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-06T15:02:45.914 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-06T15:02:45.914 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.merge_operator: 2024-09-06T15:02:45.914 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.compaction_filter: None 2024-09-06T15:02:45.914 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.compaction_filter_factory: None 2024-09-06T15:02:45.914 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.sst_partitioner_factory: None 2024-09-06T15:02:45.915 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-06T15:02:45.915 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-06T15:02:45.915 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5599ef5436e0) 2024-09-06T15:02:45.915 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: cache_index_and_filter_blocks: 1 2024-09-06T15:02:45.915 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-06T15:02:45.915 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-06T15:02:45.915 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: pin_top_level_index_and_filter: 1 2024-09-06T15:02:45.915 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: index_type: 0 2024-09-06T15:02:45.915 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: data_block_index_type: 0 2024-09-06T15:02:45.915 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: index_shortening: 1 2024-09-06T15:02:45.915 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: data_block_hash_table_util_ratio: 0.750000 2024-09-06T15:02:45.915 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: checksum: 4 2024-09-06T15:02:45.915 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: no_block_cache: 0 2024-09-06T15:02:45.916 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: block_cache: 0x5599ef538850 2024-09-06T15:02:45.916 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: block_cache_name: BinnedLRUCache 2024-09-06T15:02:45.916 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: block_cache_options: 2024-09-06T15:02:45.916 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: capacity : 536870912 2024-09-06T15:02:45.916 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: num_shard_bits : 4 2024-09-06T15:02:45.916 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: strict_capacity_limit : 0 2024-09-06T15:02:45.916 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: high_pri_pool_ratio: 0.000 2024-09-06T15:02:45.916 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: block_cache_compressed: (nil) 2024-09-06T15:02:45.916 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: persistent_cache: (nil) 2024-09-06T15:02:45.916 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: block_size: 4096 2024-09-06T15:02:45.916 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: block_size_deviation: 10 2024-09-06T15:02:45.916 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: block_restart_interval: 16 2024-09-06T15:02:45.916 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: index_block_restart_interval: 1 2024-09-06T15:02:45.917 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: metadata_block_size: 4096 2024-09-06T15:02:45.917 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: partition_filters: 0 2024-09-06T15:02:45.917 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: use_delta_encoding: 1 2024-09-06T15:02:45.917 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: filter_policy: bloomfilter 2024-09-06T15:02:45.917 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: whole_key_filtering: 1 2024-09-06T15:02:45.917 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: verify_compression: 0 2024-09-06T15:02:45.917 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: read_amp_bytes_per_bit: 0 2024-09-06T15:02:45.917 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: format_version: 5 2024-09-06T15:02:45.917 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: enable_index_compression: 1 2024-09-06T15:02:45.917 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: block_align: 0 2024-09-06T15:02:45.917 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: max_auto_readahead_size: 262144 2024-09-06T15:02:45.917 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: prepopulate_block_cache: 0 2024-09-06T15:02:45.917 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: initial_auto_readahead_size: 8192 2024-09-06T15:02:45.918 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: num_file_reads_for_auto_readahead: 2 2024-09-06T15:02:45.918 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-06T15:02:45.918 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-06T15:02:45.918 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.compression: NoCompression 2024-09-06T15:02:45.918 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-06T15:02:45.918 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-06T15:02:45.918 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-06T15:02:45.918 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.num_levels: 7 2024-09-06T15:02:45.918 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-06T15:02:45.918 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-06T15:02:45.918 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-06T15:02:45.918 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-06T15:02:45.918 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-06T15:02:45.918 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-06T15:02:45.919 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-06T15:02:45.919 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-06T15:02:45.919 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-06T15:02:45.919 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-06T15:02:45.919 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-06T15:02:45.919 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-06T15:02:45.919 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-06T15:02:45.919 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.compression_opts.level: 32767 2024-09-06T15:02:45.919 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-06T15:02:45.919 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-06T15:02:45.920 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-06T15:02:45.920 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-06T15:02:45.920 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-06T15:02:45.920 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.compression_opts.enabled: false 2024-09-06T15:02:45.920 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-06T15:02:45.920 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-06T15:02:45.920 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-06T15:02:45.920 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-06T15:02:45.920 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-06T15:02:45.920 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-06T15:02:45.920 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-06T15:02:45.920 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-06T15:02:45.920 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-06T15:02:45.921 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-06T15:02:45.921 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-06T15:02:45.921 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-06T15:02:45.921 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-06T15:02:45.921 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-06T15:02:45.921 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-06T15:02:45.921 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-06T15:02:45.921 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-06T15:02:45.921 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-06T15:02:45.921 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-06T15:02:45.921 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.arena_block_size: 1048576 2024-09-06T15:02:45.921 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-06T15:02:45.922 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-06T15:02:45.922 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-06T15:02:45.922 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-06T15:02:45.922 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-06T15:02:45.922 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-06T15:02:45.922 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-06T15:02:45.922 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-06T15:02:45.923 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-06T15:02:45.923 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-06T15:02:45.923 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-06T15:02:45.923 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-06T15:02:45.923 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-06T15:02:45.923 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-06T15:02:45.923 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.inplace_update_support: 0 2024-09-06T15:02:45.923 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-06T15:02:45.924 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-06T15:02:45.924 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-06T15:02:45.924 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-06T15:02:45.924 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.bloom_locality: 0 2024-09-06T15:02:45.924 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.max_successive_merges: 0 2024-09-06T15:02:45.924 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-06T15:02:45.924 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-06T15:02:45.924 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.force_consistency_checks: 1 2024-09-06T15:02:45.924 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-06T15:02:45.924 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.ttl: 2592000 2024-09-06T15:02:45.924 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-09-06T15:02:45.924 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-06T15:02:45.924 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-06T15:02:45.925 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.enable_blob_files: false 2024-09-06T15:02:45.925 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.min_blob_size: 0 2024-09-06T15:02:45.925 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.blob_file_size: 268435456 2024-09-06T15:02:45.925 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-09-06T15:02:45.925 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-09-06T15:02:45.925 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-06T15:02:45.925 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-06T15:02:45.925 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-06T15:02:45.925 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.blob_file_starting_level: 0 2024-09-06T15:02:45.925 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-06T15:02:45.925 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi079/store.db/MANIFEST-000010 succeeded,manifest_file_number is 10, next_file_number is 12, last_sequence is 5, log_number is 5,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 5 2024-09-06T15:02:45.926 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-09-06T15:02:45.926 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: ec30c01b-43e2-4823-a164-089c07ddd74e 2024-09-06T15:02:45.926 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1725634965681462, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-09-06T15:02:45.926 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.676+0000 7feee159ec80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-09-06T15:02:45.926 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.680+0000 7feee159ec80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1725634965682503, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 85842, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 257, "table_properties": {"data_size": 83982, "index_size": 244, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 581, "raw_key_size": 10002, "raw_average_key_size": 46, "raw_value_size": 78231, "raw_average_value_size": 362, "num_data_blocks": 11, "num_entries": 216, "num_filter_entries": 216, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[CompactOnDeletionCollector]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1725634965, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "ec30c01b-43e2-4823-a164-089c07ddd74e", "db_session_id": "6CGF9YG7CCCJ7S56G40W", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-09-06T15:02:45.926 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.680+0000 7feee159ec80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1725634965682631, "job": 1, "event": "recovery_finished"} 2024-09-06T15:02:45.926 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.680+0000 7feee159ec80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-09-06T15:02:45.926 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.680+0000 7feee159ec80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-smithi079/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-09-06T15:02:45.926 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.680+0000 7feee159ec80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5599ef566e00 2024-09-06T15:02:45.926 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.680+0000 7feee159ec80 4 rocksdb: DB pointer 0x5599ef66a000 2024-09-06T15:02:45.926 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.680+0000 7feed7366640 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-06T15:02:45.926 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.680+0000 7feed7366640 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-06T15:02:45.927 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: ** DB Stats ** 2024-09-06T15:02:45.927 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-06T15:02:45.927 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-09-06T15:02:45.927 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-06T15:02:45.927 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-06T15:02:45.927 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-09-06T15:02:45.927 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-06T15:02:45.927 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-06T15:02:45.927 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: ** Compaction Stats [default] ** 2024-09-06T15:02:45.927 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-09-06T15:02:45.927 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-06T15:02:45.927 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: L0 2/0 85.73 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 129.5 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-06T15:02:45.927 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: Sum 2/0 85.73 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 129.5 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-06T15:02:45.927 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 129.5 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-06T15:02:45.928 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: ** Compaction Stats [default] ** 2024-09-06T15:02:45.928 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-09-06T15:02:45.928 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-06T15:02:45.928 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 129.5 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-06T15:02:45.928 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-06T15:02:45.928 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-06T15:02:45.928 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: Flush(GB): cumulative 0.000, interval 0.000 2024-09-06T15:02:45.928 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-06T15:02:45.928 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: AddFile(Total Files): cumulative 0, interval 0 2024-09-06T15:02:45.928 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-06T15:02:45.928 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: AddFile(Keys): cumulative 0, interval 0 2024-09-06T15:02:45.928 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: Cumulative compaction: 0.00 GB write, 21.03 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-06T15:02:45.928 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: Interval compaction: 0.00 GB write, 21.03 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-06T15:02:45.929 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-09-06T15:02:45.929 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: Block cache BinnedLRUCache@0x5599ef538850#7 capacity: 512.00 MB usage: 1.20 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.2e-05 secs_since: 0 2024-09-06T15:02:45.929 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.44 KB,8.34465e-05%) Misc(1,0.00 KB,0%) 2024-09-06T15:02:45.929 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: ** File Read Latency Histogram By Level [default] ** 2024-09-06T15:02:45.929 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.680+0000 7feee159ec80 0 starting mon.smithi079 rank 0 at public addrs [v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0] at bind addrs [v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi079 fsid d8ce0702-6c60-11ef-bce4-c7b262605968 2024-09-06T15:02:45.929 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.684+0000 7feee159ec80 1 mon.smithi079@-1(???) e1 preinit fsid d8ce0702-6c60-11ef-bce4-c7b262605968 2024-09-06T15:02:45.929 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.684+0000 7feee159ec80 0 mon.smithi079@-1(???).mds e1 new map 2024-09-06T15:02:45.929 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.684+0000 7feee159ec80 0 mon.smithi079@-1(???).mds e1 print_map 2024-09-06T15:02:45.929 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: e1 2024-09-06T15:02:45.929 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: btime 2024-09-06T15:02:39:735044+0000 2024-09-06T15:02:45.929 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: enable_multiple, ever_enabled_multiple: 1,1 2024-09-06T15:02:45.929 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2024-09-06T15:02:45.929 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: legacy client fscid: -1 2024-09-06T15:02:45.930 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: 2024-09-06T15:02:45.930 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: No filesystems configured 2024-09-06T15:02:45.930 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.684+0000 7feee159ec80 0 mon.smithi079@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-06T15:02:45.930 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.684+0000 7feee159ec80 0 mon.smithi079@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-06T15:02:45.930 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.684+0000 7feee159ec80 0 mon.smithi079@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-06T15:02:45.930 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.684+0000 7feee159ec80 0 mon.smithi079@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-06T15:02:45.930 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: debug 2024-09-06T15:02:45.684+0000 7feee159ec80 1 mon.smithi079@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-09-06T15:02:45.930 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: cluster 2024-09-06T15:02:45.714104+0000 mon.smithi079 (mon.0) 1 : cluster [INF] mon.smithi079 is new leader, mons smithi079 in quorum (ranks 0) 2024-09-06T15:02:45.930 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: cluster 2024-09-06T15:02:45.714104+0000 mon.smithi079 (mon.0) 1 : cluster [INF] mon.smithi079 is new leader, mons smithi079 in quorum (ranks 0) 2024-09-06T15:02:45.930 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: cluster 2024-09-06T15:02:45.714192+0000 mon.smithi079 (mon.0) 2 : cluster [DBG] monmap epoch 1 2024-09-06T15:02:45.931 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: cluster 2024-09-06T15:02:45.714192+0000 mon.smithi079 (mon.0) 2 : cluster [DBG] monmap epoch 1 2024-09-06T15:02:45.931 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: cluster 2024-09-06T15:02:45.714201+0000 mon.smithi079 (mon.0) 3 : cluster [DBG] fsid d8ce0702-6c60-11ef-bce4-c7b262605968 2024-09-06T15:02:45.931 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: cluster 2024-09-06T15:02:45.714201+0000 mon.smithi079 (mon.0) 3 : cluster [DBG] fsid d8ce0702-6c60-11ef-bce4-c7b262605968 2024-09-06T15:02:45.931 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: cluster 2024-09-06T15:02:45.714208+0000 mon.smithi079 (mon.0) 4 : cluster [DBG] last_changed 2024-09-06T15:02:35.106619+0000 2024-09-06T15:02:45.931 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: cluster 2024-09-06T15:02:45.714208+0000 mon.smithi079 (mon.0) 4 : cluster [DBG] last_changed 2024-09-06T15:02:35.106619+0000 2024-09-06T15:02:45.931 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: cluster 2024-09-06T15:02:45.714213+0000 mon.smithi079 (mon.0) 5 : cluster [DBG] created 2024-09-06T15:02:35.106619+0000 2024-09-06T15:02:45.931 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: cluster 2024-09-06T15:02:45.714213+0000 mon.smithi079 (mon.0) 5 : cluster [DBG] created 2024-09-06T15:02:35.106619+0000 2024-09-06T15:02:45.931 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: cluster 2024-09-06T15:02:45.714220+0000 mon.smithi079 (mon.0) 6 : cluster [DBG] min_mon_release 19 (squid) 2024-09-06T15:02:45.931 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: cluster 2024-09-06T15:02:45.714220+0000 mon.smithi079 (mon.0) 6 : cluster [DBG] min_mon_release 19 (squid) 2024-09-06T15:02:45.931 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: cluster 2024-09-06T15:02:45.714227+0000 mon.smithi079 (mon.0) 7 : cluster [DBG] election_strategy: 1 2024-09-06T15:02:45.931 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: cluster 2024-09-06T15:02:45.714227+0000 mon.smithi079 (mon.0) 7 : cluster [DBG] election_strategy: 1 2024-09-06T15:02:45.931 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: cluster 2024-09-06T15:02:45.714235+0000 mon.smithi079 (mon.0) 8 : cluster [DBG] 0: [v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0] mon.smithi079 2024-09-06T15:02:45.931 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: cluster 2024-09-06T15:02:45.714235+0000 mon.smithi079 (mon.0) 8 : cluster [DBG] 0: [v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0] mon.smithi079 2024-09-06T15:02:45.932 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: cluster 2024-09-06T15:02:45.714650+0000 mon.smithi079 (mon.0) 9 : cluster [DBG] fsmap 2024-09-06T15:02:45.932 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: cluster 2024-09-06T15:02:45.714650+0000 mon.smithi079 (mon.0) 9 : cluster [DBG] fsmap 2024-09-06T15:02:45.932 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: cluster 2024-09-06T15:02:45.714677+0000 mon.smithi079 (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-09-06T15:02:45.932 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: cluster 2024-09-06T15:02:45.714677+0000 mon.smithi079 (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-09-06T15:02:45.932 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: cluster 2024-09-06T15:02:45.715047+0000 mon.smithi079 (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2024-09-06T15:02:45.932 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:45 smithi079 bash[19963]: cluster 2024-09-06T15:02:45.715047+0000 mon.smithi079 (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2024-09-06T15:02:46.464 INFO:teuthology.orchestra.run.smithi079.stdout:Wrote config to /etc/ceph/ceph.conf 2024-09-06T15:02:46.489 INFO:teuthology.orchestra.run.smithi079.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-09-06T15:02:46.489 INFO:teuthology.orchestra.run.smithi079.stdout:Creating mgr... 2024-09-06T15:02:46.490 INFO:teuthology.orchestra.run.smithi079.stdout:Verifying port 0.0.0.0:9283 ... 2024-09-06T15:02:46.490 INFO:teuthology.orchestra.run.smithi079.stdout:Verifying port 0.0.0.0:8765 ... 2024-09-06T15:02:46.490 INFO:teuthology.orchestra.run.smithi079.stdout:Verifying port 0.0.0.0:8443 ... 2024-09-06T15:02:46.814 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:46 smithi079 systemd[1]: /etc/systemd/system/ceph-d8ce0702-6c60-11ef-bce4-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-06T15:02:46.822 INFO:teuthology.orchestra.run.smithi079.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-d8ce0702-6c60-11ef-bce4-c7b262605968@mgr.smithi079.ijsnjl 2024-09-06T15:02:46.822 INFO:teuthology.orchestra.run.smithi079.stdout:systemctl: stderr Failed to reset failed state of unit ceph-d8ce0702-6c60-11ef-bce4-c7b262605968@mgr.smithi079.ijsnjl.service: Unit ceph-d8ce0702-6c60-11ef-bce4-c7b262605968@mgr.smithi079.ijsnjl.service not loaded. 2024-09-06T15:02:47.041 INFO:teuthology.orchestra.run.smithi079.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-d8ce0702-6c60-11ef-bce4-c7b262605968.target.wants/ceph-d8ce0702-6c60-11ef-bce4-c7b262605968@mgr.smithi079.ijsnjl.service -> /etc/systemd/system/ceph-d8ce0702-6c60-11ef-bce4-c7b262605968@.service. 2024-09-06T15:02:47.049 INFO:teuthology.orchestra.run.smithi079.stdout:firewalld does not appear to be present 2024-09-06T15:02:47.049 INFO:teuthology.orchestra.run.smithi079.stdout:Not possible to enable service . firewalld.service is not available 2024-09-06T15:02:47.050 INFO:teuthology.orchestra.run.smithi079.stdout:firewalld does not appear to be present 2024-09-06T15:02:47.050 INFO:teuthology.orchestra.run.smithi079.stdout:Not possible to open ports <[9283, 8765, 8443]>. firewalld.service is not available 2024-09-06T15:02:47.050 INFO:teuthology.orchestra.run.smithi079.stdout:Waiting for mgr to start... 2024-09-06T15:02:47.050 INFO:teuthology.orchestra.run.smithi079.stdout:Waiting for mgr... 2024-09-06T15:02:47.153 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:46 smithi079 bash[19963]: audit 2024-09-06T15:02:45.895022+0000 mon.smithi079 (mon.0) 12 : audit [INF] from='client.? 172.21.15.79:0/2807249911' entity='client.admin' 2024-09-06T15:02:47.153 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:46 smithi079 bash[19963]: audit 2024-09-06T15:02:45.895022+0000 mon.smithi079 (mon.0) 12 : audit [INF] from='client.? 172.21.15.79:0/2807249911' entity='client.admin' 2024-09-06T15:02:47.153 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:46 smithi079 systemd[1]: /etc/systemd/system/ceph-d8ce0702-6c60-11ef-bce4-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-06T15:02:49.032 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:48 smithi079 bash[19963]: audit 2024-09-06T15:02:48.737106+0000 mon.smithi079 (mon.0) 13 : audit [DBG] from='client.? 172.21.15.79:0/3250766352' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-06T15:02:49.033 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:48 smithi079 bash[19963]: audit 2024-09-06T15:02:48.737106+0000 mon.smithi079 (mon.0) 13 : audit [DBG] from='client.? 172.21.15.79:0/3250766352' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-06T15:02:49.269 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout 2024-09-06T15:02:49.269 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout { 2024-09-06T15:02:49.270 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "fsid": "d8ce0702-6c60-11ef-bce4-c7b262605968", 2024-09-06T15:02:49.270 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "health": { 2024-09-06T15:02:49.270 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-06T15:02:49.270 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-06T15:02:49.270 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-06T15:02:49.270 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout }, 2024-09-06T15:02:49.270 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-06T15:02:49.270 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-06T15:02:49.270 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout 0 2024-09-06T15:02:49.270 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout ], 2024-09-06T15:02:49.270 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-06T15:02:49.270 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "smithi079" 2024-09-06T15:02:49.270 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout ], 2024-09-06T15:02:49.271 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "quorum_age": 3, 2024-09-06T15:02:49.271 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-06T15:02:49.271 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-06T15:02:49.271 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-06T15:02:49.271 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-06T15:02:49.271 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout }, 2024-09-06T15:02:49.271 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-06T15:02:49.271 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-06T15:02:49.271 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-06T15:02:49.271 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-06T15:02:49.271 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-06T15:02:49.271 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-06T15:02:49.271 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-06T15:02:49.271 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-06T15:02:49.274 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout }, 2024-09-06T15:02:49.275 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-06T15:02:49.275 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-06T15:02:49.275 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-06T15:02:49.275 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-06T15:02:49.275 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-06T15:02:49.275 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-06T15:02:49.275 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-06T15:02:49.275 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-06T15:02:49.275 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-06T15:02:49.275 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout }, 2024-09-06T15:02:49.275 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-06T15:02:49.275 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-06T15:02:49.275 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "btime": "2024-09-06T15:02:39:735044+0000", 2024-09-06T15:02:49.276 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-06T15:02:49.276 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-06T15:02:49.276 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout }, 2024-09-06T15:02:49.276 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-06T15:02:49.276 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "available": false, 2024-09-06T15:02:49.276 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-06T15:02:49.276 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-06T15:02:49.276 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-06T15:02:49.276 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-06T15:02:49.276 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "restful" 2024-09-06T15:02:49.276 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout ], 2024-09-06T15:02:49.276 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-06T15:02:49.276 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout }, 2024-09-06T15:02:49.276 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-06T15:02:49.277 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-06T15:02:49.277 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "modified": "2024-09-06T15:02:39.735743+0000", 2024-09-06T15:02:49.277 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-06T15:02:49.277 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout }, 2024-09-06T15:02:49.277 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-06T15:02:49.277 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout } 2024-09-06T15:02:49.277 INFO:teuthology.orchestra.run.smithi079.stdout:mgr not available, waiting (1/15)... 2024-09-06T15:02:52.782 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:52 smithi079 bash[19963]: audit 2024-09-06T15:02:52.409546+0000 mon.smithi079 (mon.0) 14 : audit [DBG] from='client.? 172.21.15.79:0/2298113744' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-06T15:02:52.783 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:52 smithi079 bash[19963]: audit 2024-09-06T15:02:52.409546+0000 mon.smithi079 (mon.0) 14 : audit [DBG] from='client.? 172.21.15.79:0/2298113744' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-06T15:02:52.904 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout 2024-09-06T15:02:52.904 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout { 2024-09-06T15:02:52.904 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "fsid": "d8ce0702-6c60-11ef-bce4-c7b262605968", 2024-09-06T15:02:52.905 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "health": { 2024-09-06T15:02:52.905 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-06T15:02:52.905 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-06T15:02:52.905 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-06T15:02:52.905 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout }, 2024-09-06T15:02:52.905 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-06T15:02:52.905 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-06T15:02:52.905 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout 0 2024-09-06T15:02:52.905 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout ], 2024-09-06T15:02:52.905 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-06T15:02:52.905 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "smithi079" 2024-09-06T15:02:52.905 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout ], 2024-09-06T15:02:52.906 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "quorum_age": 6, 2024-09-06T15:02:52.906 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-06T15:02:52.906 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-06T15:02:52.906 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-06T15:02:52.906 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-06T15:02:52.906 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout }, 2024-09-06T15:02:52.906 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-06T15:02:52.906 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-06T15:02:52.906 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-06T15:02:52.906 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-06T15:02:52.906 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-06T15:02:52.906 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-06T15:02:52.906 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-06T15:02:52.907 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-06T15:02:52.907 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout }, 2024-09-06T15:02:52.907 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-06T15:02:52.907 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-06T15:02:52.907 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-06T15:02:52.907 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-06T15:02:52.907 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-06T15:02:52.907 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-06T15:02:52.907 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-06T15:02:52.907 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-06T15:02:52.907 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-06T15:02:52.907 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout }, 2024-09-06T15:02:52.907 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-06T15:02:52.908 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-06T15:02:52.908 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "btime": "2024-09-06T15:02:39:735044+0000", 2024-09-06T15:02:52.908 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-06T15:02:52.908 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-06T15:02:52.908 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout }, 2024-09-06T15:02:52.908 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-06T15:02:52.908 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "available": false, 2024-09-06T15:02:52.908 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-06T15:02:52.908 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-06T15:02:52.908 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-06T15:02:52.908 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-06T15:02:52.908 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "restful" 2024-09-06T15:02:52.908 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout ], 2024-09-06T15:02:52.909 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-06T15:02:52.909 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout }, 2024-09-06T15:02:52.909 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-06T15:02:52.909 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-06T15:02:52.909 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "modified": "2024-09-06T15:02:39.735743+0000", 2024-09-06T15:02:52.909 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-06T15:02:52.909 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout }, 2024-09-06T15:02:52.909 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-06T15:02:52.909 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout } 2024-09-06T15:02:52.909 INFO:teuthology.orchestra.run.smithi079.stdout:mgr not available, waiting (2/15)... 2024-09-06T15:02:54.783 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:54 smithi079 bash[19963]: cluster 2024-09-06T15:02:54.488371+0000 mon.smithi079 (mon.0) 15 : cluster [INF] Activating manager daemon smithi079.ijsnjl 2024-09-06T15:02:54.783 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:54 smithi079 bash[19963]: cluster 2024-09-06T15:02:54.488371+0000 mon.smithi079 (mon.0) 15 : cluster [INF] Activating manager daemon smithi079.ijsnjl 2024-09-06T15:02:54.783 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:54 smithi079 bash[19963]: cluster 2024-09-06T15:02:54.496131+0000 mon.smithi079 (mon.0) 16 : cluster [DBG] mgrmap e2: smithi079.ijsnjl(active, starting, since 0.00827143s) 2024-09-06T15:02:54.783 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:54 smithi079 bash[19963]: cluster 2024-09-06T15:02:54.496131+0000 mon.smithi079 (mon.0) 16 : cluster [DBG] mgrmap e2: smithi079.ijsnjl(active, starting, since 0.00827143s) 2024-09-06T15:02:54.783 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:54 smithi079 bash[19963]: audit 2024-09-06T15:02:54.497417+0000 mon.smithi079 (mon.0) 17 : audit [DBG] from='mgr.14100 172.21.15.79:0/597727068' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "mds metadata"} : dispatch 2024-09-06T15:02:54.784 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:54 smithi079 bash[19963]: audit 2024-09-06T15:02:54.497417+0000 mon.smithi079 (mon.0) 17 : audit [DBG] from='mgr.14100 172.21.15.79:0/597727068' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "mds metadata"} : dispatch 2024-09-06T15:02:54.784 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:54 smithi079 bash[19963]: audit 2024-09-06T15:02:54.497607+0000 mon.smithi079 (mon.0) 18 : audit [DBG] from='mgr.14100 172.21.15.79:0/597727068' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata"} : dispatch 2024-09-06T15:02:54.784 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:54 smithi079 bash[19963]: audit 2024-09-06T15:02:54.497607+0000 mon.smithi079 (mon.0) 18 : audit [DBG] from='mgr.14100 172.21.15.79:0/597727068' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata"} : dispatch 2024-09-06T15:02:54.784 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:54 smithi079 bash[19963]: audit 2024-09-06T15:02:54.497774+0000 mon.smithi079 (mon.0) 19 : audit [DBG] from='mgr.14100 172.21.15.79:0/597727068' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "mon metadata"} : dispatch 2024-09-06T15:02:54.784 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:54 smithi079 bash[19963]: audit 2024-09-06T15:02:54.497774+0000 mon.smithi079 (mon.0) 19 : audit [DBG] from='mgr.14100 172.21.15.79:0/597727068' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "mon metadata"} : dispatch 2024-09-06T15:02:54.784 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:54 smithi079 bash[19963]: audit 2024-09-06T15:02:54.498087+0000 mon.smithi079 (mon.0) 20 : audit [DBG] from='mgr.14100 172.21.15.79:0/597727068' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "mon metadata", "id": "smithi079"} : dispatch 2024-09-06T15:02:54.784 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:54 smithi079 bash[19963]: audit 2024-09-06T15:02:54.498087+0000 mon.smithi079 (mon.0) 20 : audit [DBG] from='mgr.14100 172.21.15.79:0/597727068' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "mon metadata", "id": "smithi079"} : dispatch 2024-09-06T15:02:54.784 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:54 smithi079 bash[19963]: audit 2024-09-06T15:02:54.499506+0000 mon.smithi079 (mon.0) 21 : audit [DBG] from='mgr.14100 172.21.15.79:0/597727068' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "mgr metadata", "who": "smithi079.ijsnjl", "id": "smithi079.ijsnjl"} : dispatch 2024-09-06T15:02:54.784 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:54 smithi079 bash[19963]: audit 2024-09-06T15:02:54.499506+0000 mon.smithi079 (mon.0) 21 : audit [DBG] from='mgr.14100 172.21.15.79:0/597727068' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "mgr metadata", "who": "smithi079.ijsnjl", "id": "smithi079.ijsnjl"} : dispatch 2024-09-06T15:02:54.784 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:54 smithi079 bash[19963]: cluster 2024-09-06T15:02:54.527557+0000 mon.smithi079 (mon.0) 22 : cluster [INF] Manager daemon smithi079.ijsnjl is now available 2024-09-06T15:02:54.784 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:54 smithi079 bash[19963]: cluster 2024-09-06T15:02:54.527557+0000 mon.smithi079 (mon.0) 22 : cluster [INF] Manager daemon smithi079.ijsnjl is now available 2024-09-06T15:02:55.843 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:55 smithi079 bash[19963]: audit 2024-09-06T15:02:54.539903+0000 mon.smithi079 (mon.0) 23 : audit [INF] from='mgr.14100 172.21.15.79:0/597727068' entity='mgr.smithi079.ijsnjl' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi079.ijsnjl/mirror_snapshot_schedule"} : dispatch 2024-09-06T15:02:55.843 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:55 smithi079 bash[19963]: audit 2024-09-06T15:02:54.539903+0000 mon.smithi079 (mon.0) 23 : audit [INF] from='mgr.14100 172.21.15.79:0/597727068' entity='mgr.smithi079.ijsnjl' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi079.ijsnjl/mirror_snapshot_schedule"} : dispatch 2024-09-06T15:02:55.843 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:55 smithi079 bash[19963]: audit 2024-09-06T15:02:54.542913+0000 mon.smithi079 (mon.0) 24 : audit [INF] from='mgr.14100 172.21.15.79:0/597727068' entity='mgr.smithi079.ijsnjl' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi079.ijsnjl/trash_purge_schedule"} : dispatch 2024-09-06T15:02:55.843 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:55 smithi079 bash[19963]: audit 2024-09-06T15:02:54.542913+0000 mon.smithi079 (mon.0) 24 : audit [INF] from='mgr.14100 172.21.15.79:0/597727068' entity='mgr.smithi079.ijsnjl' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi079.ijsnjl/trash_purge_schedule"} : dispatch 2024-09-06T15:02:55.843 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:55 smithi079 bash[19963]: audit 2024-09-06T15:02:54.545246+0000 mon.smithi079 (mon.0) 25 : audit [INF] from='mgr.14100 172.21.15.79:0/597727068' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:02:55.843 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:55 smithi079 bash[19963]: audit 2024-09-06T15:02:54.545246+0000 mon.smithi079 (mon.0) 25 : audit [INF] from='mgr.14100 172.21.15.79:0/597727068' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:02:55.843 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:55 smithi079 bash[19963]: audit 2024-09-06T15:02:54.547949+0000 mon.smithi079 (mon.0) 26 : audit [INF] from='mgr.14100 172.21.15.79:0/597727068' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:02:55.843 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:55 smithi079 bash[19963]: audit 2024-09-06T15:02:54.547949+0000 mon.smithi079 (mon.0) 26 : audit [INF] from='mgr.14100 172.21.15.79:0/597727068' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:02:55.844 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:55 smithi079 bash[19963]: audit 2024-09-06T15:02:54.550648+0000 mon.smithi079 (mon.0) 27 : audit [INF] from='mgr.14100 172.21.15.79:0/597727068' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:02:55.844 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:55 smithi079 bash[19963]: audit 2024-09-06T15:02:54.550648+0000 mon.smithi079 (mon.0) 27 : audit [INF] from='mgr.14100 172.21.15.79:0/597727068' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:02:55.844 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:55 smithi079 bash[19963]: cluster 2024-09-06T15:02:55.503992+0000 mon.smithi079 (mon.0) 28 : cluster [DBG] mgrmap e3: smithi079.ijsnjl(active, since 1.01612s) 2024-09-06T15:02:55.844 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:55 smithi079 bash[19963]: cluster 2024-09-06T15:02:55.503992+0000 mon.smithi079 (mon.0) 28 : cluster [DBG] mgrmap e3: smithi079.ijsnjl(active, since 1.01612s) 2024-09-06T15:02:56.783 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:56 smithi079 bash[19963]: audit 2024-09-06T15:02:56.447050+0000 mon.smithi079 (mon.0) 29 : audit [DBG] from='client.? 172.21.15.79:0/498230391' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-06T15:02:56.783 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:56 smithi079 bash[19963]: audit 2024-09-06T15:02:56.447050+0000 mon.smithi079 (mon.0) 29 : audit [DBG] from='client.? 172.21.15.79:0/498230391' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-06T15:02:57.000 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout 2024-09-06T15:02:57.000 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout { 2024-09-06T15:02:57.001 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "fsid": "d8ce0702-6c60-11ef-bce4-c7b262605968", 2024-09-06T15:02:57.001 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "health": { 2024-09-06T15:02:57.001 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-06T15:02:57.001 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-06T15:02:57.001 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-06T15:02:57.001 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout }, 2024-09-06T15:02:57.001 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-06T15:02:57.001 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-06T15:02:57.001 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout 0 2024-09-06T15:02:57.001 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout ], 2024-09-06T15:02:57.001 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-06T15:02:57.001 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "smithi079" 2024-09-06T15:02:57.001 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout ], 2024-09-06T15:02:57.002 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "quorum_age": 10, 2024-09-06T15:02:57.003 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-06T15:02:57.003 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-06T15:02:57.003 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-06T15:02:57.003 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-06T15:02:57.003 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout }, 2024-09-06T15:02:57.003 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-06T15:02:57.003 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-06T15:02:57.003 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-06T15:02:57.003 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-06T15:02:57.004 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-06T15:02:57.004 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-06T15:02:57.004 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-06T15:02:57.004 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-06T15:02:57.007 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout }, 2024-09-06T15:02:57.007 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-06T15:02:57.007 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-06T15:02:57.007 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-06T15:02:57.007 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-06T15:02:57.007 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-06T15:02:57.007 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-06T15:02:57.007 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-06T15:02:57.007 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-06T15:02:57.007 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-06T15:02:57.008 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout }, 2024-09-06T15:02:57.008 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-06T15:02:57.008 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-06T15:02:57.008 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "btime": "2024-09-06T15:02:39:735044+0000", 2024-09-06T15:02:57.008 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-06T15:02:57.008 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-06T15:02:57.008 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout }, 2024-09-06T15:02:57.008 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-06T15:02:57.008 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-06T15:02:57.008 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-06T15:02:57.008 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-06T15:02:57.008 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-06T15:02:57.008 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-06T15:02:57.008 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "restful" 2024-09-06T15:02:57.009 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout ], 2024-09-06T15:02:57.009 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-06T15:02:57.009 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout }, 2024-09-06T15:02:57.012 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-06T15:02:57.012 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-06T15:02:57.013 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "modified": "2024-09-06T15:02:39.735743+0000", 2024-09-06T15:02:57.013 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-06T15:02:57.013 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout }, 2024-09-06T15:02:57.013 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-06T15:02:57.013 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout } 2024-09-06T15:02:57.013 INFO:teuthology.orchestra.run.smithi079.stdout:mgr is available 2024-09-06T15:02:57.834 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:57 smithi079 bash[19963]: cluster 2024-09-06T15:02:56.552224+0000 mon.smithi079 (mon.0) 30 : cluster [DBG] mgrmap e4: smithi079.ijsnjl(active, since 2s) 2024-09-06T15:02:57.834 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:57 smithi079 bash[19963]: cluster 2024-09-06T15:02:56.552224+0000 mon.smithi079 (mon.0) 30 : cluster [DBG] mgrmap e4: smithi079.ijsnjl(active, since 2s) 2024-09-06T15:02:58.782 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:58 smithi079 bash[19963]: audit 2024-09-06T15:02:58.320715+0000 mon.smithi079 (mon.0) 31 : audit [INF] from='client.? 172.21.15.79:0/3379558070' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2024-09-06T15:02:58.783 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:02:58 smithi079 bash[19963]: audit 2024-09-06T15:02:58.320715+0000 mon.smithi079 (mon.0) 31 : audit [INF] from='client.? 172.21.15.79:0/3379558070' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2024-09-06T15:02:58.875 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout 2024-09-06T15:02:58.876 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout [global] 2024-09-06T15:02:58.876 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout fsid = d8ce0702-6c60-11ef-bce4-c7b262605968 2024-09-06T15:02:58.876 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-09-06T15:02:58.876 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.79:3300,v1:172.21.15.79:6789] 2024-09-06T15:02:58.876 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-09-06T15:02:58.876 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-09-06T15:02:58.876 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-09-06T15:02:58.876 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-09-06T15:02:58.876 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout 2024-09-06T15:02:58.876 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout [mgr] 2024-09-06T15:02:58.876 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-09-06T15:02:58.876 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout 2024-09-06T15:02:58.877 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout [osd] 2024-09-06T15:02:58.877 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-09-06T15:02:58.877 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-09-06T15:02:58.877 INFO:teuthology.orchestra.run.smithi079.stdout:Enabling cephadm module... 2024-09-06T15:03:00.782 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:00 smithi079 bash[19963]: audit 2024-09-06T15:03:00.242041+0000 mon.smithi079 (mon.0) 32 : audit [INF] from='client.? 172.21.15.79:0/3261619854' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "cephadm"} : dispatch 2024-09-06T15:03:00.783 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:00 smithi079 bash[19963]: audit 2024-09-06T15:03:00.242041+0000 mon.smithi079 (mon.0) 32 : audit [INF] from='client.? 172.21.15.79:0/3261619854' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "cephadm"} : dispatch 2024-09-06T15:03:01.665 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:01 smithi079 bash[19963]: audit 2024-09-06T15:03:00.293901+0000 mon.smithi079 (mon.0) 33 : audit [INF] from='client.? 172.21.15.79:0/3261619854' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-09-06T15:03:01.665 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:01 smithi079 bash[19963]: audit 2024-09-06T15:03:00.293901+0000 mon.smithi079 (mon.0) 33 : audit [INF] from='client.? 172.21.15.79:0/3261619854' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-09-06T15:03:01.665 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:01 smithi079 bash[19963]: cluster 2024-09-06T15:03:00.299569+0000 mon.smithi079 (mon.0) 34 : cluster [DBG] mgrmap e5: smithi079.ijsnjl(active, since 5s) 2024-09-06T15:03:01.665 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:01 smithi079 bash[19963]: cluster 2024-09-06T15:03:00.299569+0000 mon.smithi079 (mon.0) 34 : cluster [DBG] mgrmap e5: smithi079.ijsnjl(active, since 5s) 2024-09-06T15:03:02.532 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:02 smithi079 bash[19963]: audit 2024-09-06T15:03:02.232863+0000 mon.smithi079 (mon.0) 35 : audit [DBG] from='client.? 172.21.15.79:0/3363855213' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2024-09-06T15:03:02.533 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:02 smithi079 bash[19963]: audit 2024-09-06T15:03:02.232863+0000 mon.smithi079 (mon.0) 35 : audit [DBG] from='client.? 172.21.15.79:0/3363855213' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2024-09-06T15:03:02.774 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout { 2024-09-06T15:03:02.797 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-09-06T15:03:02.797 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-06T15:03:02.797 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "active_name": "smithi079.ijsnjl", 2024-09-06T15:03:02.797 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-09-06T15:03:02.797 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout } 2024-09-06T15:03:02.797 INFO:teuthology.orchestra.run.smithi079.stdout:Waiting for the mgr to restart... 2024-09-06T15:03:02.797 INFO:teuthology.orchestra.run.smithi079.stdout:Waiting for mgr epoch 5... 2024-09-06T15:03:06.533 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:06 smithi079 bash[19963]: cluster 2024-09-06T15:03:06.279818+0000 mon.smithi079 (mon.0) 36 : cluster [INF] Active manager daemon smithi079.ijsnjl restarted 2024-09-06T15:03:06.533 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:06 smithi079 bash[19963]: cluster 2024-09-06T15:03:06.279818+0000 mon.smithi079 (mon.0) 36 : cluster [INF] Active manager daemon smithi079.ijsnjl restarted 2024-09-06T15:03:06.533 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:06 smithi079 bash[19963]: cluster 2024-09-06T15:03:06.280294+0000 mon.smithi079 (mon.0) 37 : cluster [INF] Activating manager daemon smithi079.ijsnjl 2024-09-06T15:03:06.534 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:06 smithi079 bash[19963]: cluster 2024-09-06T15:03:06.280294+0000 mon.smithi079 (mon.0) 37 : cluster [INF] Activating manager daemon smithi079.ijsnjl 2024-09-06T15:03:06.534 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:06 smithi079 bash[19963]: cluster 2024-09-06T15:03:06.288937+0000 mon.smithi079 (mon.0) 38 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-09-06T15:03:06.534 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:06 smithi079 bash[19963]: cluster 2024-09-06T15:03:06.288937+0000 mon.smithi079 (mon.0) 38 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-09-06T15:03:06.534 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:06 smithi079 bash[19963]: cluster 2024-09-06T15:03:06.289162+0000 mon.smithi079 (mon.0) 39 : cluster [DBG] mgrmap e6: smithi079.ijsnjl(active, starting, since 0.00904926s) 2024-09-06T15:03:06.534 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:06 smithi079 bash[19963]: cluster 2024-09-06T15:03:06.289162+0000 mon.smithi079 (mon.0) 39 : cluster [DBG] mgrmap e6: smithi079.ijsnjl(active, starting, since 0.00904926s) 2024-09-06T15:03:06.534 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:06 smithi079 bash[19963]: audit 2024-09-06T15:03:06.290157+0000 mon.smithi079 (mon.0) 40 : audit [DBG] from='mgr.14116 172.21.15.79:0/1468889069' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "mon metadata", "id": "smithi079"} : dispatch 2024-09-06T15:03:06.534 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:06 smithi079 bash[19963]: audit 2024-09-06T15:03:06.290157+0000 mon.smithi079 (mon.0) 40 : audit [DBG] from='mgr.14116 172.21.15.79:0/1468889069' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "mon metadata", "id": "smithi079"} : dispatch 2024-09-06T15:03:06.534 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:06 smithi079 bash[19963]: audit 2024-09-06T15:03:06.291482+0000 mon.smithi079 (mon.0) 41 : audit [DBG] from='mgr.14116 172.21.15.79:0/1468889069' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "mgr metadata", "who": "smithi079.ijsnjl", "id": "smithi079.ijsnjl"} : dispatch 2024-09-06T15:03:06.534 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:06 smithi079 bash[19963]: audit 2024-09-06T15:03:06.291482+0000 mon.smithi079 (mon.0) 41 : audit [DBG] from='mgr.14116 172.21.15.79:0/1468889069' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "mgr metadata", "who": "smithi079.ijsnjl", "id": "smithi079.ijsnjl"} : dispatch 2024-09-06T15:03:06.534 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:06 smithi079 bash[19963]: audit 2024-09-06T15:03:06.292635+0000 mon.smithi079 (mon.0) 42 : audit [DBG] from='mgr.14116 172.21.15.79:0/1468889069' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "mds metadata"} : dispatch 2024-09-06T15:03:06.534 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:06 smithi079 bash[19963]: audit 2024-09-06T15:03:06.292635+0000 mon.smithi079 (mon.0) 42 : audit [DBG] from='mgr.14116 172.21.15.79:0/1468889069' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "mds metadata"} : dispatch 2024-09-06T15:03:06.535 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:06 smithi079 bash[19963]: audit 2024-09-06T15:03:06.292752+0000 mon.smithi079 (mon.0) 43 : audit [DBG] from='mgr.14116 172.21.15.79:0/1468889069' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata"} : dispatch 2024-09-06T15:03:06.535 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:06 smithi079 bash[19963]: audit 2024-09-06T15:03:06.292752+0000 mon.smithi079 (mon.0) 43 : audit [DBG] from='mgr.14116 172.21.15.79:0/1468889069' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata"} : dispatch 2024-09-06T15:03:06.535 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:06 smithi079 bash[19963]: audit 2024-09-06T15:03:06.292873+0000 mon.smithi079 (mon.0) 44 : audit [DBG] from='mgr.14116 172.21.15.79:0/1468889069' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "mon metadata"} : dispatch 2024-09-06T15:03:06.535 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:06 smithi079 bash[19963]: audit 2024-09-06T15:03:06.292873+0000 mon.smithi079 (mon.0) 44 : audit [DBG] from='mgr.14116 172.21.15.79:0/1468889069' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "mon metadata"} : dispatch 2024-09-06T15:03:06.535 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:06 smithi079 bash[19963]: cluster 2024-09-06T15:03:06.315725+0000 mon.smithi079 (mon.0) 45 : cluster [INF] Manager daemon smithi079.ijsnjl is now available 2024-09-06T15:03:06.535 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:06 smithi079 bash[19963]: cluster 2024-09-06T15:03:06.315725+0000 mon.smithi079 (mon.0) 45 : cluster [INF] Manager daemon smithi079.ijsnjl is now available 2024-09-06T15:03:07.871 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout { 2024-09-06T15:03:07.871 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-09-06T15:03:07.871 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "initialized": true 2024-09-06T15:03:07.871 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout } 2024-09-06T15:03:07.871 INFO:teuthology.orchestra.run.smithi079.stdout:mgr epoch 5 is available 2024-09-06T15:03:07.871 INFO:teuthology.orchestra.run.smithi079.stdout:Setting orchestrator backend to cephadm... 2024-09-06T15:03:08.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:08 smithi079 bash[19963]: audit 2024-09-06T15:03:07.015886+0000 mon.smithi079 (mon.0) 46 : audit [INF] from='mgr.14116 172.21.15.79:0/1468889069' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:03:08.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:08 smithi079 bash[19963]: audit 2024-09-06T15:03:07.015886+0000 mon.smithi079 (mon.0) 46 : audit [INF] from='mgr.14116 172.21.15.79:0/1468889069' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:03:08.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:08 smithi079 bash[19963]: audit 2024-09-06T15:03:07.020431+0000 mon.smithi079 (mon.0) 47 : audit [INF] from='mgr.14116 172.21.15.79:0/1468889069' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:03:08.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:08 smithi079 bash[19963]: audit 2024-09-06T15:03:07.020431+0000 mon.smithi079 (mon.0) 47 : audit [INF] from='mgr.14116 172.21.15.79:0/1468889069' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:03:08.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:08 smithi079 bash[19963]: cephadm 2024-09-06T15:03:07.021188+0000 mgr.smithi079.ijsnjl (mgr.14116) 2 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-09-06T15:03:08.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:08 smithi079 bash[19963]: cephadm 2024-09-06T15:03:07.021188+0000 mgr.smithi079.ijsnjl (mgr.14116) 2 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-09-06T15:03:08.284 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:08 smithi079 bash[19963]: audit 2024-09-06T15:03:07.024612+0000 mon.smithi079 (mon.0) 48 : audit [INF] from='mgr.14116 172.21.15.79:0/1468889069' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:03:08.284 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:08 smithi079 bash[19963]: audit 2024-09-06T15:03:07.024612+0000 mon.smithi079 (mon.0) 48 : audit [INF] from='mgr.14116 172.21.15.79:0/1468889069' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:03:08.284 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:08 smithi079 bash[19963]: audit 2024-09-06T15:03:07.029878+0000 mon.smithi079 (mon.0) 49 : audit [INF] from='mgr.14116 172.21.15.79:0/1468889069' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:03:08.284 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:08 smithi079 bash[19963]: audit 2024-09-06T15:03:07.029878+0000 mon.smithi079 (mon.0) 49 : audit [INF] from='mgr.14116 172.21.15.79:0/1468889069' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:03:08.284 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:08 smithi079 bash[19963]: audit 2024-09-06T15:03:07.034255+0000 mon.smithi079 (mon.0) 50 : audit [DBG] from='mgr.14116 172.21.15.79:0/1468889069' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-06T15:03:08.284 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:08 smithi079 bash[19963]: audit 2024-09-06T15:03:07.034255+0000 mon.smithi079 (mon.0) 50 : audit [DBG] from='mgr.14116 172.21.15.79:0/1468889069' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-06T15:03:08.284 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:08 smithi079 bash[19963]: audit 2024-09-06T15:03:07.037859+0000 mon.smithi079 (mon.0) 51 : audit [DBG] from='mgr.14116 172.21.15.79:0/1468889069' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-06T15:03:08.284 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:08 smithi079 bash[19963]: audit 2024-09-06T15:03:07.037859+0000 mon.smithi079 (mon.0) 51 : audit [DBG] from='mgr.14116 172.21.15.79:0/1468889069' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-06T15:03:08.284 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:08 smithi079 bash[19963]: audit 2024-09-06T15:03:07.047377+0000 mon.smithi079 (mon.0) 52 : audit [INF] from='mgr.14116 172.21.15.79:0/1468889069' entity='mgr.smithi079.ijsnjl' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi079.ijsnjl/mirror_snapshot_schedule"} : dispatch 2024-09-06T15:03:08.284 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:08 smithi079 bash[19963]: audit 2024-09-06T15:03:07.047377+0000 mon.smithi079 (mon.0) 52 : audit [INF] from='mgr.14116 172.21.15.79:0/1468889069' entity='mgr.smithi079.ijsnjl' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi079.ijsnjl/mirror_snapshot_schedule"} : dispatch 2024-09-06T15:03:08.284 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:08 smithi079 bash[19963]: audit 2024-09-06T15:03:07.049783+0000 mon.smithi079 (mon.0) 53 : audit [INF] from='mgr.14116 172.21.15.79:0/1468889069' entity='mgr.smithi079.ijsnjl' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi079.ijsnjl/trash_purge_schedule"} : dispatch 2024-09-06T15:03:08.284 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:08 smithi079 bash[19963]: audit 2024-09-06T15:03:07.049783+0000 mon.smithi079 (mon.0) 53 : audit [INF] from='mgr.14116 172.21.15.79:0/1468889069' entity='mgr.smithi079.ijsnjl' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi079.ijsnjl/trash_purge_schedule"} : dispatch 2024-09-06T15:03:08.285 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:08 smithi079 bash[19963]: audit 2024-09-06T15:03:07.290494+0000 mgr.smithi079.ijsnjl (mgr.14116) 3 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-09-06T15:03:08.285 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:08 smithi079 bash[19963]: audit 2024-09-06T15:03:07.290494+0000 mgr.smithi079.ijsnjl (mgr.14116) 3 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-09-06T15:03:08.285 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:08 smithi079 bash[19963]: cluster 2024-09-06T15:03:07.292899+0000 mon.smithi079 (mon.0) 54 : cluster [DBG] mgrmap e7: smithi079.ijsnjl(active, since 1.01278s) 2024-09-06T15:03:08.285 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:08 smithi079 bash[19963]: cluster 2024-09-06T15:03:07.292899+0000 mon.smithi079 (mon.0) 54 : cluster [DBG] mgrmap e7: smithi079.ijsnjl(active, since 1.01278s) 2024-09-06T15:03:08.285 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:08 smithi079 bash[19963]: audit 2024-09-06T15:03:07.308470+0000 mgr.smithi079.ijsnjl (mgr.14116) 4 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-09-06T15:03:08.285 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:08 smithi079 bash[19963]: audit 2024-09-06T15:03:07.308470+0000 mgr.smithi079.ijsnjl (mgr.14116) 4 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-09-06T15:03:08.285 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:08 smithi079 bash[19963]: audit 2024-09-06T15:03:07.917311+0000 mon.smithi079 (mon.0) 55 : audit [DBG] from='mgr.14116 172.21.15.79:0/1468889069' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-06T15:03:08.285 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:08 smithi079 bash[19963]: audit 2024-09-06T15:03:07.917311+0000 mon.smithi079 (mon.0) 55 : audit [DBG] from='mgr.14116 172.21.15.79:0/1468889069' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-06T15:03:09.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:09 smithi079 bash[19963]: cephadm 2024-09-06T15:03:07.695144+0000 mgr.smithi079.ijsnjl (mgr.14116) 5 : cephadm [INF] [06/Sep/2024:15:03:07] ENGINE Bus STARTING 2024-09-06T15:03:09.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:09 smithi079 bash[19963]: cephadm 2024-09-06T15:03:07.695144+0000 mgr.smithi079.ijsnjl (mgr.14116) 5 : cephadm [INF] [06/Sep/2024:15:03:07] ENGINE Bus STARTING 2024-09-06T15:03:09.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:09 smithi079 bash[19963]: cephadm 2024-09-06T15:03:07.815235+0000 mgr.smithi079.ijsnjl (mgr.14116) 6 : cephadm [INF] [06/Sep/2024:15:03:07] ENGINE Serving on https://172.21.15.79:7150 2024-09-06T15:03:09.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:09 smithi079 bash[19963]: cephadm 2024-09-06T15:03:07.815235+0000 mgr.smithi079.ijsnjl (mgr.14116) 6 : cephadm [INF] [06/Sep/2024:15:03:07] ENGINE Serving on https://172.21.15.79:7150 2024-09-06T15:03:09.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:09 smithi079 bash[19963]: cephadm 2024-09-06T15:03:07.818494+0000 mgr.smithi079.ijsnjl (mgr.14116) 7 : cephadm [ERR] [06/Sep/2024:15:03:07] ENGINE Error in HTTPServer.serve 2024-09-06T15:03:09.284 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:09 smithi079 bash[19963]: Traceback (most recent call last): 2024-09-06T15:03:09.284 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:09 smithi079 bash[19963]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-06T15:03:09.284 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:09 smithi079 bash[19963]: self._connections.run(self.expiration_interval) 2024-09-06T15:03:09.284 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:09 smithi079 bash[19963]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-06T15:03:09.284 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:09 smithi079 bash[19963]: self._run(expiration_interval) 2024-09-06T15:03:09.284 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:09 smithi079 bash[19963]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-06T15:03:09.284 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:09 smithi079 bash[19963]: new_conn = self._from_server_socket(self.server.socket) 2024-09-06T15:03:09.284 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:09 smithi079 bash[19963]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-06T15:03:09.284 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:09 smithi079 bash[19963]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-06T15:03:09.284 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:09 smithi079 bash[19963]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-06T15:03:09.284 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:09 smithi079 bash[19963]: s = self.context.wrap_socket( 2024-09-06T15:03:09.284 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:09 smithi079 bash[19963]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-06T15:03:09.285 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:09 smithi079 bash[19963]: return self.sslsocket_class._create( 2024-09-06T15:03:09.285 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:09 smithi079 bash[19963]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-06T15:03:09.285 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:09 smithi079 bash[19963]: self.do_handshake() 2024-09-06T15:03:09.285 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:09 smithi079 bash[19963]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-06T15:03:09.285 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:09 smithi079 bash[19963]: self._sslobj.do_handshake() 2024-09-06T15:03:09.285 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:09 smithi079 bash[19963]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-06T15:03:09.285 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:09 smithi079 bash[19963]: cephadm 2024-09-06T15:03:07.818494+0000 mgr.smithi079.ijsnjl (mgr.14116) 7 : cephadm [ERR] [06/Sep/2024:15:03:07] ENGINE Error in HTTPServer.serve 2024-09-06T15:03:09.285 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:09 smithi079 bash[19963]: Traceback (most recent call last): 2024-09-06T15:03:09.285 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:09 smithi079 bash[19963]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-06T15:03:09.285 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:09 smithi079 bash[19963]: self._connections.run(self.expiration_interval) 2024-09-06T15:03:09.285 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:09 smithi079 bash[19963]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-06T15:03:09.285 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:09 smithi079 bash[19963]: self._run(expiration_interval) 2024-09-06T15:03:09.285 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:09 smithi079 bash[19963]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-06T15:03:09.286 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:09 smithi079 bash[19963]: new_conn = self._from_server_socket(self.server.socket) 2024-09-06T15:03:09.286 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:09 smithi079 bash[19963]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-06T15:03:09.286 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:09 smithi079 bash[19963]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-06T15:03:09.286 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:09 smithi079 bash[19963]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-06T15:03:09.286 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:09 smithi079 bash[19963]: s = self.context.wrap_socket( 2024-09-06T15:03:09.286 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:09 smithi079 bash[19963]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-06T15:03:09.286 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:09 smithi079 bash[19963]: return self.sslsocket_class._create( 2024-09-06T15:03:09.286 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:09 smithi079 bash[19963]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-06T15:03:09.286 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:09 smithi079 bash[19963]: self.do_handshake() 2024-09-06T15:03:09.286 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:09 smithi079 bash[19963]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-06T15:03:09.286 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:09 smithi079 bash[19963]: self._sslobj.do_handshake() 2024-09-06T15:03:09.286 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:09 smithi079 bash[19963]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-06T15:03:09.286 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:09 smithi079 bash[19963]: cephadm 2024-09-06T15:03:07.916436+0000 mgr.smithi079.ijsnjl (mgr.14116) 8 : cephadm [INF] [06/Sep/2024:15:03:07] ENGINE Serving on http://172.21.15.79:8765 2024-09-06T15:03:09.287 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:09 smithi079 bash[19963]: cephadm 2024-09-06T15:03:07.916436+0000 mgr.smithi079.ijsnjl (mgr.14116) 8 : cephadm [INF] [06/Sep/2024:15:03:07] ENGINE Serving on http://172.21.15.79:8765 2024-09-06T15:03:09.287 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:09 smithi079 bash[19963]: cephadm 2024-09-06T15:03:07.916557+0000 mgr.smithi079.ijsnjl (mgr.14116) 9 : cephadm [INF] [06/Sep/2024:15:03:07] ENGINE Bus STARTED 2024-09-06T15:03:09.287 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:09 smithi079 bash[19963]: cephadm 2024-09-06T15:03:07.916557+0000 mgr.smithi079.ijsnjl (mgr.14116) 9 : cephadm [INF] [06/Sep/2024:15:03:07] ENGINE Bus STARTED 2024-09-06T15:03:10.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:10 smithi079 bash[19963]: cluster 2024-09-06T15:03:09.021901+0000 mon.smithi079 (mon.0) 56 : cluster [DBG] mgrmap e8: smithi079.ijsnjl(active, since 2s) 2024-09-06T15:03:10.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:10 smithi079 bash[19963]: cluster 2024-09-06T15:03:09.021901+0000 mon.smithi079 (mon.0) 56 : cluster [DBG] mgrmap e8: smithi079.ijsnjl(active, since 2s) 2024-09-06T15:03:10.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:10 smithi079 bash[19963]: audit 2024-09-06T15:03:09.411983+0000 mon.smithi079 (mon.0) 57 : audit [INF] from='mgr.14116 172.21.15.79:0/1468889069' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:03:10.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:10 smithi079 bash[19963]: audit 2024-09-06T15:03:09.411983+0000 mon.smithi079 (mon.0) 57 : audit [INF] from='mgr.14116 172.21.15.79:0/1468889069' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:03:10.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:10 smithi079 bash[19963]: audit 2024-09-06T15:03:09.425447+0000 mon.smithi079 (mon.0) 58 : audit [DBG] from='mgr.14116 172.21.15.79:0/1468889069' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-06T15:03:10.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:10 smithi079 bash[19963]: audit 2024-09-06T15:03:09.425447+0000 mon.smithi079 (mon.0) 58 : audit [DBG] from='mgr.14116 172.21.15.79:0/1468889069' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-06T15:03:11.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:11 smithi079 bash[19963]: audit 2024-09-06T15:03:09.405774+0000 mgr.smithi079.ijsnjl (mgr.14116) 10 : audit [DBG] from='client.14126 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-09-06T15:03:11.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:11 smithi079 bash[19963]: audit 2024-09-06T15:03:09.405774+0000 mgr.smithi079.ijsnjl (mgr.14116) 10 : audit [DBG] from='client.14126 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-09-06T15:03:11.872 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout value unchanged 2024-09-06T15:03:11.872 INFO:teuthology.orchestra.run.smithi079.stdout:Generating ssh key... 2024-09-06T15:03:12.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:12 smithi079 bash[19963]: audit 2024-09-06T15:03:11.339645+0000 mgr.smithi079.ijsnjl (mgr.14116) 11 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-09-06T15:03:12.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:12 smithi079 bash[19963]: audit 2024-09-06T15:03:11.339645+0000 mgr.smithi079.ijsnjl (mgr.14116) 11 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-09-06T15:03:13.763 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:13 smithi079 bash[19963]: audit 2024-09-06T15:03:13.176395+0000 mgr.smithi079.ijsnjl (mgr.14116) 12 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-06T15:03:13.763 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:13 smithi079 bash[19963]: audit 2024-09-06T15:03:13.176395+0000 mgr.smithi079.ijsnjl (mgr.14116) 12 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-06T15:03:13.764 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:13 smithi079 bash[19963]: cephadm 2024-09-06T15:03:13.176793+0000 mgr.smithi079.ijsnjl (mgr.14116) 13 : cephadm [INF] Generating ssh key... 2024-09-06T15:03:13.764 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:13 smithi079 bash[19963]: cephadm 2024-09-06T15:03:13.176793+0000 mgr.smithi079.ijsnjl (mgr.14116) 13 : cephadm [INF] Generating ssh key... 2024-09-06T15:03:14.872 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:14 smithi079 bash[19963]: audit 2024-09-06T15:03:13.538987+0000 mon.smithi079 (mon.0) 59 : audit [INF] from='mgr.14116 172.21.15.79:0/1468889069' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:03:14.872 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:14 smithi079 bash[19963]: audit 2024-09-06T15:03:13.538987+0000 mon.smithi079 (mon.0) 59 : audit [INF] from='mgr.14116 172.21.15.79:0/1468889069' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:03:14.872 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:14 smithi079 bash[19963]: audit 2024-09-06T15:03:13.541277+0000 mon.smithi079 (mon.0) 60 : audit [INF] from='mgr.14116 172.21.15.79:0/1468889069' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:03:14.872 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:14 smithi079 bash[19963]: audit 2024-09-06T15:03:13.541277+0000 mon.smithi079 (mon.0) 60 : audit [INF] from='mgr.14116 172.21.15.79:0/1468889069' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:03:15.782 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:15 smithi079 bash[19963]: audit 2024-09-06T15:03:15.347153+0000 mgr.smithi079.ijsnjl (mgr.14116) 14 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-06T15:03:15.782 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:15 smithi079 bash[19963]: audit 2024-09-06T15:03:15.347153+0000 mgr.smithi079.ijsnjl (mgr.14116) 14 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-06T15:03:15.913 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC58JXXZAFzNjyzh+hMSz6N5ukmagDKZwxbCEkc2Ogk9oNC70Gh6+xCSex5on9sfsxueCr0xTB9z1G5Z3S1i8PPWPDql9EUe/n/IsgMF5yiYivJ48V9yUCPwB94qu1RFx6FSGes5I9LPSV2CjA0r+xPb99+DT2gjiEDwUw1QgUGf8mbDfpNnR5fH+ntbvNQCukB0Ak/NJkbJOWCIeoeaySR5zvq2j2fRo0YcGZ7ginsxPueRvIUSl1MjC12kHlkMHIBLFqQiZ0HiqL/EAf/rDwLk5b41D3G6e5DU3PXBMQq9rcRj9fSLXQo6KskKjraHKyp5CZZbWsfB9PxtdeDSR2gDUJOuWC/xauDr6uFZB3pCxuiPdR5NdlmFYcuBuL9ftbW3Qf9lhY/sBZvBR5fA0MARPacaBn9qFL9j9W9PtopbwJTL0GU/vCxZwcqiaQ+Qcwij00j6E9xaxXo+n4rbZ0Dr8U7GptHsNqPNSs9J9bCB/a+a9vlwbGFYOhpbF3RqcM= ceph-d8ce0702-6c60-11ef-bce4-c7b262605968 2024-09-06T15:03:15.913 INFO:teuthology.orchestra.run.smithi079.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-09-06T15:03:15.913 INFO:teuthology.orchestra.run.smithi079.stdout:Adding key to root@localhost authorized_keys... 2024-09-06T15:03:15.914 INFO:teuthology.orchestra.run.smithi079.stdout:Adding host smithi079... 2024-09-06T15:03:17.782 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:17 smithi079 bash[19963]: audit 2024-09-06T15:03:17.250931+0000 mgr.smithi079.ijsnjl (mgr.14116) 15 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi079", "addr": "172.21.15.79", "target": ["mon-mgr", ""]}]: dispatch 2024-09-06T15:03:17.783 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:17 smithi079 bash[19963]: audit 2024-09-06T15:03:17.250931+0000 mgr.smithi079.ijsnjl (mgr.14116) 15 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi079", "addr": "172.21.15.79", "target": ["mon-mgr", ""]}]: dispatch 2024-09-06T15:03:18.604 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:18 smithi079 bash[19963]: cephadm 2024-09-06T15:03:18.227277+0000 mgr.smithi079.ijsnjl (mgr.14116) 16 : cephadm [INF] Deploying cephadm binary to smithi079 2024-09-06T15:03:18.604 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:18 smithi079 bash[19963]: cephadm 2024-09-06T15:03:18.227277+0000 mgr.smithi079.ijsnjl (mgr.14116) 16 : cephadm [INF] Deploying cephadm binary to smithi079 2024-09-06T15:03:22.110 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout Added host 'smithi079' with addr '172.21.15.79' 2024-09-06T15:03:22.110 INFO:teuthology.orchestra.run.smithi079.stdout:Deploying mon service with default placement... 2024-09-06T15:03:22.490 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:22 smithi079 bash[19963]: audit 2024-09-06T15:03:21.349636+0000 mon.smithi079 (mon.0) 61 : audit [INF] from='mgr.14116 172.21.15.79:0/1468889069' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:03:22.490 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:22 smithi079 bash[19963]: audit 2024-09-06T15:03:21.349636+0000 mon.smithi079 (mon.0) 61 : audit [INF] from='mgr.14116 172.21.15.79:0/1468889069' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:03:22.490 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:22 smithi079 bash[19963]: cephadm 2024-09-06T15:03:21.350030+0000 mgr.smithi079.ijsnjl (mgr.14116) 17 : cephadm [INF] Added host smithi079 2024-09-06T15:03:22.491 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:22 smithi079 bash[19963]: cephadm 2024-09-06T15:03:21.350030+0000 mgr.smithi079.ijsnjl (mgr.14116) 17 : cephadm [INF] Added host smithi079 2024-09-06T15:03:22.491 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:22 smithi079 bash[19963]: audit 2024-09-06T15:03:21.350420+0000 mon.smithi079 (mon.0) 62 : audit [DBG] from='mgr.14116 172.21.15.79:0/1468889069' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-06T15:03:22.491 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:22 smithi079 bash[19963]: audit 2024-09-06T15:03:21.350420+0000 mon.smithi079 (mon.0) 62 : audit [DBG] from='mgr.14116 172.21.15.79:0/1468889069' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-06T15:03:24.653 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-09-06T15:03:24.656 INFO:teuthology.orchestra.run.smithi079.stdout:Deploying mgr service with default placement... 2024-09-06T15:03:25.032 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:24 smithi079 bash[19963]: audit 2024-09-06T15:03:23.944541+0000 mgr.smithi079.ijsnjl (mgr.14116) 18 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-09-06T15:03:25.032 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:24 smithi079 bash[19963]: audit 2024-09-06T15:03:23.944541+0000 mgr.smithi079.ijsnjl (mgr.14116) 18 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-09-06T15:03:25.033 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:24 smithi079 bash[19963]: cephadm 2024-09-06T15:03:23.946270+0000 mgr.smithi079.ijsnjl (mgr.14116) 19 : cephadm [INF] Saving service mon spec with placement count:5 2024-09-06T15:03:25.033 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:24 smithi079 bash[19963]: cephadm 2024-09-06T15:03:23.946270+0000 mgr.smithi079.ijsnjl (mgr.14116) 19 : cephadm [INF] Saving service mon spec with placement count:5 2024-09-06T15:03:25.033 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:24 smithi079 bash[19963]: audit 2024-09-06T15:03:23.949068+0000 mon.smithi079 (mon.0) 63 : audit [INF] from='mgr.14116 172.21.15.79:0/1468889069' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:03:25.033 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:24 smithi079 bash[19963]: audit 2024-09-06T15:03:23.949068+0000 mon.smithi079 (mon.0) 63 : audit [INF] from='mgr.14116 172.21.15.79:0/1468889069' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:03:25.033 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:24 smithi079 bash[19963]: audit 2024-09-06T15:03:24.578464+0000 mon.smithi079 (mon.0) 64 : audit [INF] from='mgr.14116 172.21.15.79:0/1468889069' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:03:25.033 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:24 smithi079 bash[19963]: audit 2024-09-06T15:03:24.578464+0000 mon.smithi079 (mon.0) 64 : audit [INF] from='mgr.14116 172.21.15.79:0/1468889069' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:03:26.386 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:26 smithi079 bash[19963]: audit 2024-09-06T15:03:25.127019+0000 mon.smithi079 (mon.0) 65 : audit [INF] from='mgr.14116 172.21.15.79:0/1468889069' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:03:26.386 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:26 smithi079 bash[19963]: audit 2024-09-06T15:03:25.127019+0000 mon.smithi079 (mon.0) 65 : audit [INF] from='mgr.14116 172.21.15.79:0/1468889069' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:03:26.762 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-09-06T15:03:26.762 INFO:teuthology.orchestra.run.smithi079.stdout:Deploying crash service with default placement... 2024-09-06T15:03:27.532 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:27 smithi079 bash[19963]: audit 2024-09-06T15:03:26.173692+0000 mgr.smithi079.ijsnjl (mgr.14116) 20 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-09-06T15:03:27.533 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:27 smithi079 bash[19963]: audit 2024-09-06T15:03:26.173692+0000 mgr.smithi079.ijsnjl (mgr.14116) 20 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-09-06T15:03:27.536 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:27 smithi079 bash[19963]: cephadm 2024-09-06T15:03:26.175687+0000 mgr.smithi079.ijsnjl (mgr.14116) 21 : cephadm [INF] Saving service mgr spec with placement count:2 2024-09-06T15:03:27.536 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:27 smithi079 bash[19963]: cephadm 2024-09-06T15:03:26.175687+0000 mgr.smithi079.ijsnjl (mgr.14116) 21 : cephadm [INF] Saving service mgr spec with placement count:2 2024-09-06T15:03:27.536 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:27 smithi079 bash[19963]: audit 2024-09-06T15:03:26.182917+0000 mon.smithi079 (mon.0) 66 : audit [INF] from='mgr.14116 172.21.15.79:0/1468889069' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:03:27.536 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:27 smithi079 bash[19963]: audit 2024-09-06T15:03:26.182917+0000 mon.smithi079 (mon.0) 66 : audit [INF] from='mgr.14116 172.21.15.79:0/1468889069' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:03:27.536 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:27 smithi079 bash[19963]: cluster 2024-09-06T15:03:26.294676+0000 mgr.smithi079.ijsnjl (mgr.14116) 22 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:03:27.537 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:27 smithi079 bash[19963]: cluster 2024-09-06T15:03:26.294676+0000 mgr.smithi079.ijsnjl (mgr.14116) 22 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:03:27.537 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:27 smithi079 bash[19963]: cluster 2024-09-06T15:03:26.294941+0000 mon.smithi079 (mon.0) 67 : cluster [WRN] Health check failed: Module 'volumes' has failed dependency: No module named 'ceph.fs' (MGR_MODULE_DEPENDENCY) 2024-09-06T15:03:27.537 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:27 smithi079 bash[19963]: cluster 2024-09-06T15:03:26.294941+0000 mon.smithi079 (mon.0) 67 : cluster [WRN] Health check failed: Module 'volumes' has failed dependency: No module named 'ceph.fs' (MGR_MODULE_DEPENDENCY) 2024-09-06T15:03:28.627 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout Scheduled crash update... 2024-09-06T15:03:28.628 INFO:teuthology.orchestra.run.smithi079.stdout:Deploying ceph-exporter service with default placement... 2024-09-06T15:03:29.461 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:29 smithi079 bash[19963]: audit 2024-09-06T15:03:28.084140+0000 mgr.smithi079.ijsnjl (mgr.14116) 23 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-09-06T15:03:29.461 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:29 smithi079 bash[19963]: audit 2024-09-06T15:03:28.084140+0000 mgr.smithi079.ijsnjl (mgr.14116) 23 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-09-06T15:03:29.461 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:29 smithi079 bash[19963]: cephadm 2024-09-06T15:03:28.086162+0000 mgr.smithi079.ijsnjl (mgr.14116) 24 : cephadm [INF] Saving service crash spec with placement * 2024-09-06T15:03:29.461 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:29 smithi079 bash[19963]: cephadm 2024-09-06T15:03:28.086162+0000 mgr.smithi079.ijsnjl (mgr.14116) 24 : cephadm [INF] Saving service crash spec with placement * 2024-09-06T15:03:29.461 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:29 smithi079 bash[19963]: audit 2024-09-06T15:03:28.091160+0000 mon.smithi079 (mon.0) 68 : audit [INF] from='mgr.14116 172.21.15.79:0/1468889069' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:03:29.461 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:29 smithi079 bash[19963]: audit 2024-09-06T15:03:28.091160+0000 mon.smithi079 (mon.0) 68 : audit [INF] from='mgr.14116 172.21.15.79:0/1468889069' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:03:29.461 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:29 smithi079 bash[19963]: cluster 2024-09-06T15:03:28.295072+0000 mgr.smithi079.ijsnjl (mgr.14116) 25 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:03:29.461 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:29 smithi079 bash[19963]: cluster 2024-09-06T15:03:28.295072+0000 mgr.smithi079.ijsnjl (mgr.14116) 25 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:03:30.520 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout Scheduled ceph-exporter update... 2024-09-06T15:03:30.520 INFO:teuthology.orchestra.run.smithi079.stdout:Deploying prometheus service with default placement... 2024-09-06T15:03:31.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:30 smithi079 bash[19963]: audit 2024-09-06T15:03:29.969729+0000 mgr.smithi079.ijsnjl (mgr.14116) 26 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "ceph-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-09-06T15:03:31.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:30 smithi079 bash[19963]: audit 2024-09-06T15:03:29.969729+0000 mgr.smithi079.ijsnjl (mgr.14116) 26 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "ceph-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-09-06T15:03:31.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:30 smithi079 bash[19963]: cephadm 2024-09-06T15:03:29.972464+0000 mgr.smithi079.ijsnjl (mgr.14116) 27 : cephadm [INF] Saving service ceph-exporter spec with placement * 2024-09-06T15:03:31.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:30 smithi079 bash[19963]: cephadm 2024-09-06T15:03:29.972464+0000 mgr.smithi079.ijsnjl (mgr.14116) 27 : cephadm [INF] Saving service ceph-exporter spec with placement * 2024-09-06T15:03:31.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:30 smithi079 bash[19963]: audit 2024-09-06T15:03:29.975766+0000 mon.smithi079 (mon.0) 69 : audit [INF] from='mgr.14116 172.21.15.79:0/1468889069' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:03:31.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:30 smithi079 bash[19963]: audit 2024-09-06T15:03:29.975766+0000 mon.smithi079 (mon.0) 69 : audit [INF] from='mgr.14116 172.21.15.79:0/1468889069' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:03:31.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:30 smithi079 bash[19963]: cluster 2024-09-06T15:03:30.295546+0000 mgr.smithi079.ijsnjl (mgr.14116) 28 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:03:31.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:30 smithi079 bash[19963]: cluster 2024-09-06T15:03:30.295546+0000 mgr.smithi079.ijsnjl (mgr.14116) 28 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:03:32.409 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout Scheduled prometheus update... 2024-09-06T15:03:32.410 INFO:teuthology.orchestra.run.smithi079.stdout:Deploying grafana service with default placement... 2024-09-06T15:03:33.250 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:32 smithi079 bash[19963]: audit 2024-09-06T15:03:31.859952+0000 mgr.smithi079.ijsnjl (mgr.14116) 29 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-09-06T15:03:33.250 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:32 smithi079 bash[19963]: audit 2024-09-06T15:03:31.859952+0000 mgr.smithi079.ijsnjl (mgr.14116) 29 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-09-06T15:03:33.250 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:32 smithi079 bash[19963]: cephadm 2024-09-06T15:03:31.861580+0000 mgr.smithi079.ijsnjl (mgr.14116) 30 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-09-06T15:03:33.250 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:32 smithi079 bash[19963]: cephadm 2024-09-06T15:03:31.861580+0000 mgr.smithi079.ijsnjl (mgr.14116) 30 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-09-06T15:03:33.250 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:32 smithi079 bash[19963]: audit 2024-09-06T15:03:31.866700+0000 mon.smithi079 (mon.0) 70 : audit [INF] from='mgr.14116 172.21.15.79:0/1468889069' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:03:33.250 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:32 smithi079 bash[19963]: audit 2024-09-06T15:03:31.866700+0000 mon.smithi079 (mon.0) 70 : audit [INF] from='mgr.14116 172.21.15.79:0/1468889069' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:03:33.251 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:32 smithi079 bash[19963]: cluster 2024-09-06T15:03:32.295941+0000 mgr.smithi079.ijsnjl (mgr.14116) 31 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:03:33.251 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:32 smithi079 bash[19963]: cluster 2024-09-06T15:03:32.295941+0000 mgr.smithi079.ijsnjl (mgr.14116) 31 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:03:34.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:34 smithi079 bash[19963]: audit 2024-09-06T15:03:33.144668+0000 mon.smithi079 (mon.0) 71 : audit [INF] from='mgr.14116 172.21.15.79:0/1468889069' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:03:34.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:34 smithi079 bash[19963]: audit 2024-09-06T15:03:33.144668+0000 mon.smithi079 (mon.0) 71 : audit [INF] from='mgr.14116 172.21.15.79:0/1468889069' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:03:34.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:34 smithi079 bash[19963]: audit 2024-09-06T15:03:33.770934+0000 mon.smithi079 (mon.0) 72 : audit [INF] from='mgr.14116 172.21.15.79:0/1468889069' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:03:34.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:34 smithi079 bash[19963]: audit 2024-09-06T15:03:33.770934+0000 mon.smithi079 (mon.0) 72 : audit [INF] from='mgr.14116 172.21.15.79:0/1468889069' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:03:34.332 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout Scheduled grafana update... 2024-09-06T15:03:34.333 INFO:teuthology.orchestra.run.smithi079.stdout:Deploying node-exporter service with default placement... 2024-09-06T15:03:35.532 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:35 smithi079 bash[19963]: audit 2024-09-06T15:03:33.761087+0000 mgr.smithi079.ijsnjl (mgr.14116) 32 : audit [DBG] from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-09-06T15:03:35.532 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:35 smithi079 bash[19963]: audit 2024-09-06T15:03:33.761087+0000 mgr.smithi079.ijsnjl (mgr.14116) 32 : audit [DBG] from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-09-06T15:03:35.533 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:35 smithi079 bash[19963]: cephadm 2024-09-06T15:03:33.768199+0000 mgr.smithi079.ijsnjl (mgr.14116) 33 : cephadm [INF] Saving service grafana spec with placement count:1 2024-09-06T15:03:35.533 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:35 smithi079 bash[19963]: cephadm 2024-09-06T15:03:33.768199+0000 mgr.smithi079.ijsnjl (mgr.14116) 33 : cephadm [INF] Saving service grafana spec with placement count:1 2024-09-06T15:03:35.533 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:35 smithi079 bash[19963]: audit 2024-09-06T15:03:34.270051+0000 mon.smithi079 (mon.0) 73 : audit [INF] from='mgr.14116 172.21.15.79:0/1468889069' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:03:35.533 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:35 smithi079 bash[19963]: audit 2024-09-06T15:03:34.270051+0000 mon.smithi079 (mon.0) 73 : audit [INF] from='mgr.14116 172.21.15.79:0/1468889069' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:03:35.533 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:35 smithi079 bash[19963]: cluster 2024-09-06T15:03:34.296239+0000 mgr.smithi079.ijsnjl (mgr.14116) 34 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:03:35.533 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:35 smithi079 bash[19963]: cluster 2024-09-06T15:03:34.296239+0000 mgr.smithi079.ijsnjl (mgr.14116) 34 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:03:36.225 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout Scheduled node-exporter update... 2024-09-06T15:03:36.226 INFO:teuthology.orchestra.run.smithi079.stdout:Deploying alertmanager service with default placement... 2024-09-06T15:03:37.032 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:36 smithi079 bash[19963]: audit 2024-09-06T15:03:35.729473+0000 mgr.smithi079.ijsnjl (mgr.14116) 35 : audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-09-06T15:03:37.032 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:36 smithi079 bash[19963]: audit 2024-09-06T15:03:35.729473+0000 mgr.smithi079.ijsnjl (mgr.14116) 35 : audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-09-06T15:03:37.032 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:36 smithi079 bash[19963]: cephadm 2024-09-06T15:03:35.732586+0000 mgr.smithi079.ijsnjl (mgr.14116) 36 : cephadm [INF] Saving service node-exporter spec with placement * 2024-09-06T15:03:37.032 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:36 smithi079 bash[19963]: cephadm 2024-09-06T15:03:35.732586+0000 mgr.smithi079.ijsnjl (mgr.14116) 36 : cephadm [INF] Saving service node-exporter spec with placement * 2024-09-06T15:03:37.033 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:36 smithi079 bash[19963]: audit 2024-09-06T15:03:35.735630+0000 mon.smithi079 (mon.0) 74 : audit [INF] from='mgr.14116 172.21.15.79:0/1468889069' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:03:37.033 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:36 smithi079 bash[19963]: audit 2024-09-06T15:03:35.735630+0000 mon.smithi079 (mon.0) 74 : audit [INF] from='mgr.14116 172.21.15.79:0/1468889069' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:03:37.033 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:36 smithi079 bash[19963]: cluster 2024-09-06T15:03:36.296679+0000 mgr.smithi079.ijsnjl (mgr.14116) 37 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:03:37.033 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:36 smithi079 bash[19963]: cluster 2024-09-06T15:03:36.296679+0000 mgr.smithi079.ijsnjl (mgr.14116) 37 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:03:38.141 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout Scheduled alertmanager update... 2024-09-06T15:03:38.967 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:38 smithi079 bash[19963]: audit 2024-09-06T15:03:37.622444+0000 mgr.smithi079.ijsnjl (mgr.14116) 38 : audit [DBG] from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-09-06T15:03:38.967 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:38 smithi079 bash[19963]: audit 2024-09-06T15:03:37.622444+0000 mgr.smithi079.ijsnjl (mgr.14116) 38 : audit [DBG] from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-09-06T15:03:38.967 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:38 smithi079 bash[19963]: cephadm 2024-09-06T15:03:37.624437+0000 mgr.smithi079.ijsnjl (mgr.14116) 39 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-09-06T15:03:38.967 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:38 smithi079 bash[19963]: cephadm 2024-09-06T15:03:37.624437+0000 mgr.smithi079.ijsnjl (mgr.14116) 39 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-09-06T15:03:38.967 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:38 smithi079 bash[19963]: audit 2024-09-06T15:03:37.627368+0000 mon.smithi079 (mon.0) 75 : audit [INF] from='mgr.14116 172.21.15.79:0/1468889069' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:03:38.967 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:38 smithi079 bash[19963]: audit 2024-09-06T15:03:37.627368+0000 mon.smithi079 (mon.0) 75 : audit [INF] from='mgr.14116 172.21.15.79:0/1468889069' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:03:38.967 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:38 smithi079 bash[19963]: cluster 2024-09-06T15:03:38.297150+0000 mgr.smithi079.ijsnjl (mgr.14116) 40 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:03:38.967 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:38 smithi079 bash[19963]: cluster 2024-09-06T15:03:38.297150+0000 mgr.smithi079.ijsnjl (mgr.14116) 40 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:03:40.782 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:40 smithi079 bash[19963]: audit 2024-09-06T15:03:39.447413+0000 mon.smithi079 (mon.0) 76 : audit [INF] from='client.? 172.21.15.79:0/3691573580' entity='client.admin' 2024-09-06T15:03:40.783 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:40 smithi079 bash[19963]: audit 2024-09-06T15:03:39.447413+0000 mon.smithi079 (mon.0) 76 : audit [INF] from='client.? 172.21.15.79:0/3691573580' entity='client.admin' 2024-09-06T15:03:40.783 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:40 smithi079 bash[19963]: cluster 2024-09-06T15:03:40.297664+0000 mgr.smithi079.ijsnjl (mgr.14116) 41 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:03:40.783 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:40 smithi079 bash[19963]: cluster 2024-09-06T15:03:40.297664+0000 mgr.smithi079.ijsnjl (mgr.14116) 41 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:03:42.461 INFO:teuthology.orchestra.run.smithi079.stdout:Enabling the dashboard module... 2024-09-06T15:03:42.805 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:42 smithi079 bash[19963]: audit 2024-09-06T15:03:41.806135+0000 mon.smithi079 (mon.0) 77 : audit [INF] from='client.? 172.21.15.79:0/1206035260' entity='client.admin' 2024-09-06T15:03:42.805 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:42 smithi079 bash[19963]: audit 2024-09-06T15:03:41.806135+0000 mon.smithi079 (mon.0) 77 : audit [INF] from='client.? 172.21.15.79:0/1206035260' entity='client.admin' 2024-09-06T15:03:42.805 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:42 smithi079 bash[19963]: cluster 2024-09-06T15:03:42.298091+0000 mgr.smithi079.ijsnjl (mgr.14116) 42 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:03:42.806 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:42 smithi079 bash[19963]: cluster 2024-09-06T15:03:42.298091+0000 mgr.smithi079.ijsnjl (mgr.14116) 42 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:03:44.535 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:44 smithi079 bash[19963]: audit 2024-09-06T15:03:44.094174+0000 mon.smithi079 (mon.0) 78 : audit [INF] from='client.? 172.21.15.79:0/1262509529' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "dashboard"} : dispatch 2024-09-06T15:03:44.536 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:44 smithi079 bash[19963]: audit 2024-09-06T15:03:44.094174+0000 mon.smithi079 (mon.0) 78 : audit [INF] from='client.? 172.21.15.79:0/1262509529' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "dashboard"} : dispatch 2024-09-06T15:03:45.532 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:45 smithi079 bash[19963]: audit 2024-09-06T15:03:44.146141+0000 mon.smithi079 (mon.0) 79 : audit [INF] from='client.? 172.21.15.79:0/1262509529' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-09-06T15:03:45.532 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:45 smithi079 bash[19963]: audit 2024-09-06T15:03:44.146141+0000 mon.smithi079 (mon.0) 79 : audit [INF] from='client.? 172.21.15.79:0/1262509529' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-09-06T15:03:45.532 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:45 smithi079 bash[19963]: cluster 2024-09-06T15:03:44.150431+0000 mon.smithi079 (mon.0) 80 : cluster [DBG] mgrmap e9: smithi079.ijsnjl(active, since 37s) 2024-09-06T15:03:45.532 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:45 smithi079 bash[19963]: cluster 2024-09-06T15:03:44.150431+0000 mon.smithi079 (mon.0) 80 : cluster [DBG] mgrmap e9: smithi079.ijsnjl(active, since 37s) 2024-09-06T15:03:46.532 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:46 smithi079 bash[19963]: audit 2024-09-06T15:03:46.140209+0000 mon.smithi079 (mon.0) 81 : audit [DBG] from='client.? 172.21.15.79:0/1012780990' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2024-09-06T15:03:46.532 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:46 smithi079 bash[19963]: audit 2024-09-06T15:03:46.140209+0000 mon.smithi079 (mon.0) 81 : audit [DBG] from='client.? 172.21.15.79:0/1012780990' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2024-09-06T15:03:46.686 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout { 2024-09-06T15:03:46.686 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-09-06T15:03:46.687 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-06T15:03:46.687 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "active_name": "smithi079.ijsnjl", 2024-09-06T15:03:46.687 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-09-06T15:03:46.687 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout } 2024-09-06T15:03:46.687 INFO:teuthology.orchestra.run.smithi079.stdout:Waiting for the mgr to restart... 2024-09-06T15:03:46.687 INFO:teuthology.orchestra.run.smithi079.stdout:Waiting for mgr epoch 9... 2024-09-06T15:03:50.532 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:50 smithi079 bash[19963]: cluster 2024-09-06T15:03:50.143806+0000 mon.smithi079 (mon.0) 82 : cluster [INF] Active manager daemon smithi079.ijsnjl restarted 2024-09-06T15:03:50.532 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:50 smithi079 bash[19963]: cluster 2024-09-06T15:03:50.143806+0000 mon.smithi079 (mon.0) 82 : cluster [INF] Active manager daemon smithi079.ijsnjl restarted 2024-09-06T15:03:50.532 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:50 smithi079 bash[19963]: cluster 2024-09-06T15:03:50.144500+0000 mon.smithi079 (mon.0) 83 : cluster [INF] Activating manager daemon smithi079.ijsnjl 2024-09-06T15:03:50.533 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:50 smithi079 bash[19963]: cluster 2024-09-06T15:03:50.144500+0000 mon.smithi079 (mon.0) 83 : cluster [INF] Activating manager daemon smithi079.ijsnjl 2024-09-06T15:03:50.533 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:50 smithi079 bash[19963]: cluster 2024-09-06T15:03:50.152868+0000 mon.smithi079 (mon.0) 84 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-09-06T15:03:50.533 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:50 smithi079 bash[19963]: cluster 2024-09-06T15:03:50.152868+0000 mon.smithi079 (mon.0) 84 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-09-06T15:03:50.533 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:50 smithi079 bash[19963]: cluster 2024-09-06T15:03:50.153123+0000 mon.smithi079 (mon.0) 85 : cluster [DBG] mgrmap e10: smithi079.ijsnjl(active, starting, since 0.00895869s) 2024-09-06T15:03:50.533 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:50 smithi079 bash[19963]: cluster 2024-09-06T15:03:50.153123+0000 mon.smithi079 (mon.0) 85 : cluster [DBG] mgrmap e10: smithi079.ijsnjl(active, starting, since 0.00895869s) 2024-09-06T15:03:50.533 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:50 smithi079 bash[19963]: audit 2024-09-06T15:03:50.155110+0000 mon.smithi079 (mon.0) 86 : audit [DBG] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "mon metadata", "id": "smithi079"} : dispatch 2024-09-06T15:03:50.533 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:50 smithi079 bash[19963]: audit 2024-09-06T15:03:50.155110+0000 mon.smithi079 (mon.0) 86 : audit [DBG] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "mon metadata", "id": "smithi079"} : dispatch 2024-09-06T15:03:50.533 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:50 smithi079 bash[19963]: audit 2024-09-06T15:03:50.157063+0000 mon.smithi079 (mon.0) 87 : audit [DBG] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "mgr metadata", "who": "smithi079.ijsnjl", "id": "smithi079.ijsnjl"} : dispatch 2024-09-06T15:03:50.533 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:50 smithi079 bash[19963]: audit 2024-09-06T15:03:50.157063+0000 mon.smithi079 (mon.0) 87 : audit [DBG] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "mgr metadata", "who": "smithi079.ijsnjl", "id": "smithi079.ijsnjl"} : dispatch 2024-09-06T15:03:50.533 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:50 smithi079 bash[19963]: audit 2024-09-06T15:03:50.158163+0000 mon.smithi079 (mon.0) 88 : audit [DBG] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "mds metadata"} : dispatch 2024-09-06T15:03:50.533 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:50 smithi079 bash[19963]: audit 2024-09-06T15:03:50.158163+0000 mon.smithi079 (mon.0) 88 : audit [DBG] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "mds metadata"} : dispatch 2024-09-06T15:03:50.534 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:50 smithi079 bash[19963]: audit 2024-09-06T15:03:50.158422+0000 mon.smithi079 (mon.0) 89 : audit [DBG] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata"} : dispatch 2024-09-06T15:03:50.534 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:50 smithi079 bash[19963]: audit 2024-09-06T15:03:50.158422+0000 mon.smithi079 (mon.0) 89 : audit [DBG] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata"} : dispatch 2024-09-06T15:03:50.534 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:50 smithi079 bash[19963]: audit 2024-09-06T15:03:50.158657+0000 mon.smithi079 (mon.0) 90 : audit [DBG] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "mon metadata"} : dispatch 2024-09-06T15:03:50.534 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:50 smithi079 bash[19963]: audit 2024-09-06T15:03:50.158657+0000 mon.smithi079 (mon.0) 90 : audit [DBG] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "mon metadata"} : dispatch 2024-09-06T15:03:50.534 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:50 smithi079 bash[19963]: cluster 2024-09-06T15:03:50.183554+0000 mon.smithi079 (mon.0) 91 : cluster [INF] Manager daemon smithi079.ijsnjl is now available 2024-09-06T15:03:50.534 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:50 smithi079 bash[19963]: cluster 2024-09-06T15:03:50.183554+0000 mon.smithi079 (mon.0) 91 : cluster [INF] Manager daemon smithi079.ijsnjl is now available 2024-09-06T15:03:51.532 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:51 smithi079 bash[19963]: audit 2024-09-06T15:03:50.437295+0000 mon.smithi079 (mon.0) 92 : audit [DBG] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-06T15:03:51.532 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:51 smithi079 bash[19963]: audit 2024-09-06T15:03:50.437295+0000 mon.smithi079 (mon.0) 92 : audit [DBG] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-06T15:03:51.532 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:51 smithi079 bash[19963]: audit 2024-09-06T15:03:50.455276+0000 mon.smithi079 (mon.0) 93 : audit [INF] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi079.ijsnjl/mirror_snapshot_schedule"} : dispatch 2024-09-06T15:03:51.532 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:51 smithi079 bash[19963]: audit 2024-09-06T15:03:50.455276+0000 mon.smithi079 (mon.0) 93 : audit [INF] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi079.ijsnjl/mirror_snapshot_schedule"} : dispatch 2024-09-06T15:03:51.533 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:51 smithi079 bash[19963]: audit 2024-09-06T15:03:50.457436+0000 mon.smithi079 (mon.0) 94 : audit [INF] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi079.ijsnjl/trash_purge_schedule"} : dispatch 2024-09-06T15:03:51.533 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:51 smithi079 bash[19963]: audit 2024-09-06T15:03:50.457436+0000 mon.smithi079 (mon.0) 94 : audit [INF] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi079.ijsnjl/trash_purge_schedule"} : dispatch 2024-09-06T15:03:51.533 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:51 smithi079 bash[19963]: cluster 2024-09-06T15:03:51.152314+0000 mon.smithi079 (mon.0) 95 : cluster [DBG] mgrmap e11: smithi079.ijsnjl(active, since 1.00816s) 2024-09-06T15:03:51.533 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:51 smithi079 bash[19963]: cluster 2024-09-06T15:03:51.152314+0000 mon.smithi079 (mon.0) 95 : cluster [DBG] mgrmap e11: smithi079.ijsnjl(active, since 1.00816s) 2024-09-06T15:03:51.742 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout { 2024-09-06T15:03:51.742 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-09-06T15:03:51.742 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "initialized": true 2024-09-06T15:03:51.742 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout } 2024-09-06T15:03:51.742 INFO:teuthology.orchestra.run.smithi079.stdout:mgr epoch 9 is available 2024-09-06T15:03:51.742 INFO:teuthology.orchestra.run.smithi079.stdout:Using certmgr to generate dashboard self-signed certificate... 2024-09-06T15:03:52.532 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:52 smithi079 bash[19963]: audit 2024-09-06T15:03:51.151013+0000 mgr.smithi079.ijsnjl (mgr.14158) 2 : audit [DBG] from='client.14162 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-09-06T15:03:52.532 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:52 smithi079 bash[19963]: audit 2024-09-06T15:03:51.151013+0000 mgr.smithi079.ijsnjl (mgr.14158) 2 : audit [DBG] from='client.14162 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-09-06T15:03:52.532 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:52 smithi079 bash[19963]: audit 2024-09-06T15:03:51.163844+0000 mgr.smithi079.ijsnjl (mgr.14158) 3 : audit [DBG] from='client.14162 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-09-06T15:03:52.532 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:52 smithi079 bash[19963]: audit 2024-09-06T15:03:51.163844+0000 mgr.smithi079.ijsnjl (mgr.14158) 3 : audit [DBG] from='client.14162 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-09-06T15:03:53.533 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:53 smithi079 bash[19963]: cephadm 2024-09-06T15:03:51.713429+0000 mgr.smithi079.ijsnjl (mgr.14158) 4 : cephadm [INF] [06/Sep/2024:15:03:51] ENGINE Bus STARTING 2024-09-06T15:03:53.533 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:53 smithi079 bash[19963]: cephadm 2024-09-06T15:03:51.713429+0000 mgr.smithi079.ijsnjl (mgr.14158) 4 : cephadm [INF] [06/Sep/2024:15:03:51] ENGINE Bus STARTING 2024-09-06T15:03:53.533 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:53 smithi079 bash[19963]: cephadm 2024-09-06T15:03:51.815357+0000 mgr.smithi079.ijsnjl (mgr.14158) 5 : cephadm [INF] [06/Sep/2024:15:03:51] ENGINE Serving on http://172.21.15.79:8765 2024-09-06T15:03:53.533 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:53 smithi079 bash[19963]: cephadm 2024-09-06T15:03:51.815357+0000 mgr.smithi079.ijsnjl (mgr.14158) 5 : cephadm [INF] [06/Sep/2024:15:03:51] ENGINE Serving on http://172.21.15.79:8765 2024-09-06T15:03:53.533 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:53 smithi079 bash[19963]: cephadm 2024-09-06T15:03:51.936058+0000 mgr.smithi079.ijsnjl (mgr.14158) 6 : cephadm [INF] [06/Sep/2024:15:03:51] ENGINE Serving on https://172.21.15.79:7150 2024-09-06T15:03:53.534 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:53 smithi079 bash[19963]: cephadm 2024-09-06T15:03:51.936058+0000 mgr.smithi079.ijsnjl (mgr.14158) 6 : cephadm [INF] [06/Sep/2024:15:03:51] ENGINE Serving on https://172.21.15.79:7150 2024-09-06T15:03:53.534 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:53 smithi079 bash[19963]: cephadm 2024-09-06T15:03:51.936225+0000 mgr.smithi079.ijsnjl (mgr.14158) 7 : cephadm [INF] [06/Sep/2024:15:03:51] ENGINE Bus STARTED 2024-09-06T15:03:53.534 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:53 smithi079 bash[19963]: cephadm 2024-09-06T15:03:51.936225+0000 mgr.smithi079.ijsnjl (mgr.14158) 7 : cephadm [INF] [06/Sep/2024:15:03:51] ENGINE Bus STARTED 2024-09-06T15:03:53.534 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:53 smithi079 bash[19963]: cephadm 2024-09-06T15:03:51.937988+0000 mgr.smithi079.ijsnjl (mgr.14158) 8 : cephadm [ERR] [06/Sep/2024:15:03:51] ENGINE Error in HTTPServer.serve 2024-09-06T15:03:53.534 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:53 smithi079 bash[19963]: Traceback (most recent call last): 2024-09-06T15:03:53.534 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:53 smithi079 bash[19963]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-06T15:03:53.534 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:53 smithi079 bash[19963]: self._connections.run(self.expiration_interval) 2024-09-06T15:03:53.534 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:53 smithi079 bash[19963]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-06T15:03:53.534 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:53 smithi079 bash[19963]: self._run(expiration_interval) 2024-09-06T15:03:53.534 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:53 smithi079 bash[19963]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-06T15:03:53.534 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:53 smithi079 bash[19963]: new_conn = self._from_server_socket(self.server.socket) 2024-09-06T15:03:53.534 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:53 smithi079 bash[19963]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-06T15:03:53.534 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:53 smithi079 bash[19963]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-06T15:03:53.535 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:53 smithi079 bash[19963]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-06T15:03:53.535 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:53 smithi079 bash[19963]: s = self.context.wrap_socket( 2024-09-06T15:03:53.535 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:53 smithi079 bash[19963]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-06T15:03:53.535 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:53 smithi079 bash[19963]: return self.sslsocket_class._create( 2024-09-06T15:03:53.535 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:53 smithi079 bash[19963]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-06T15:03:53.535 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:53 smithi079 bash[19963]: self.do_handshake() 2024-09-06T15:03:53.535 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:53 smithi079 bash[19963]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-06T15:03:53.535 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:53 smithi079 bash[19963]: self._sslobj.do_handshake() 2024-09-06T15:03:53.535 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:53 smithi079 bash[19963]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-06T15:03:53.535 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:53 smithi079 bash[19963]: cephadm 2024-09-06T15:03:51.937988+0000 mgr.smithi079.ijsnjl (mgr.14158) 8 : cephadm [ERR] [06/Sep/2024:15:03:51] ENGINE Error in HTTPServer.serve 2024-09-06T15:03:53.535 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:53 smithi079 bash[19963]: Traceback (most recent call last): 2024-09-06T15:03:53.535 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:53 smithi079 bash[19963]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-06T15:03:53.535 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:53 smithi079 bash[19963]: self._connections.run(self.expiration_interval) 2024-09-06T15:03:53.536 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:53 smithi079 bash[19963]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-06T15:03:53.536 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:53 smithi079 bash[19963]: self._run(expiration_interval) 2024-09-06T15:03:53.536 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:53 smithi079 bash[19963]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-06T15:03:53.536 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:53 smithi079 bash[19963]: new_conn = self._from_server_socket(self.server.socket) 2024-09-06T15:03:53.536 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:53 smithi079 bash[19963]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-06T15:03:53.536 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:53 smithi079 bash[19963]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-06T15:03:53.536 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:53 smithi079 bash[19963]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-06T15:03:53.536 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:53 smithi079 bash[19963]: s = self.context.wrap_socket( 2024-09-06T15:03:53.536 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:53 smithi079 bash[19963]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-06T15:03:53.536 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:53 smithi079 bash[19963]: return self.sslsocket_class._create( 2024-09-06T15:03:53.536 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:53 smithi079 bash[19963]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-06T15:03:53.536 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:53 smithi079 bash[19963]: self.do_handshake() 2024-09-06T15:03:53.536 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:53 smithi079 bash[19963]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-06T15:03:53.537 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:53 smithi079 bash[19963]: self._sslobj.do_handshake() 2024-09-06T15:03:53.537 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:53 smithi079 bash[19963]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-06T15:03:53.537 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:53 smithi079 bash[19963]: cluster 2024-09-06T15:03:52.209525+0000 mon.smithi079 (mon.0) 96 : cluster [DBG] mgrmap e12: smithi079.ijsnjl(active, since 2s) 2024-09-06T15:03:53.537 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:53 smithi079 bash[19963]: cluster 2024-09-06T15:03:52.209525+0000 mon.smithi079 (mon.0) 96 : cluster [DBG] mgrmap e12: smithi079.ijsnjl(active, since 2s) 2024-09-06T15:03:54.195 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout {"cert": "-----BEGIN CERTIFICATE-----\nMIIE+zCCAuOgAwIBAgIUIy9E16Qxc9o22x7V7+UX1l8wsn8wDQYJKoZIhvcNAQEL\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkwNjE1MDM1M1oXDTM0\nMDkwNzE1MDM1M1owFzEVMBMGA1UEAwwMMTcyLjIxLjE1Ljc5MIICIjANBgkqhkiG\n9w0BAQEFAAOCAg8AMIICCgKCAgEAynWdl53garwu8gE3T/r7dYZLKkVVg8DKO0gT\nQ1NuTkvcCxJHC0Mi4vdnkONXUfh9gRUBb8RAQynTGsJ7JJ742epI5Cf60cfZVlvh\nrtufFVhocJNJFSnFfCKxwCuA6k1m/K5M30CTjppm4NOtHwMttwfoU3KEojjhteEt\nHjf6Ys9iVIrQBnHJ9NKfFoF/RukwIAIKZ2WO4bMVECskq3fl3/k7wErATxpzaWI0\nCm71+xmydBfLEF9XHSiADiWTczh3GIVH3Kd5jdHlxVLvbwkOorISVK78Tu+6rDhT\nbuHyBK/8IaoSbmHJF/MBwpe/RYgHWOvpf6LvENK6kXHicpNIY/aEk0IPJT7DoNP2\nWsSNZSzXvUsWkXZ2+8lajadF46LklPBt/7n0cn7j4YHfr0muRlzt8p2onki88yoT\n83QUj38lTLYgsSmL1KkSYgmCcGODfsUryw6SfWESS9rhncU0vLa+55ULbGPlJFjr\nM88nn4yQ6Sb03vUFitRLJHdqTT5qmLWYzCfOWUmRhem347KlKWn7Mto7WlcNVhZs\nImmi85yCWZkpRus1qOpEbqXA6PxrGpcK/k7QuVqGni7xZv7fFLDLAxrYrqLjgQCt\nat6FWulgKzVpki6p4sfzPxCkMDMgEuzuKzEkDOMFFDHUp4Il5qiX1BA7YsBH2EiY\ne6kXsL8CAwEAAaM/MD0wLQYDVR0RBCYwJIIJc21pdGhpMDc5ghFkYXNoYm9hcmRf\nc2VydmVyc4cErBUPTzAMBgNVHRMBAf8EAjAAMA0GCSqGSIb3DQEBCwUAA4ICAQBj\ndSl/O3EDTAB8e8PMRtWIFVzWOHgCOfx8b0XLCFCpGT57PIMk8gZmkkahCmaOiKLJ\nefOV4+9B5yEADUc0JsfPRLnZAqZu6azKaCi1959OVhCo1sQl0L6RKXGgU+4huieE\nBL/QRvX5TcC3rVc+9Y7x/m2TjNoxMn+WBEF7Vw4csI/clnCkpJmHwNpbp9bI/MEq\nQIRy0sCAesaesnZjtHbvIBbz/E7y7ZIPaMkpQjBRLmRkWaEl1fnVpGVTXeaUHSJz\n80+RjLQrKhVAyyoAhrKZEE3mgemvyjpA8PcSuPVdd1JCoEC6xbiC8fh8QJbM36Mg\nvnnwMTwOKYipL0SfY9+ycfeoaSVUGkUZUqqLsHogCUQKyQ+Q7sV+xTL97dSC2ywB\nVwzP4KNzeBTOMDZO/BPMvrSFv2AMl9SjkalAHuThlZC8tbGkJX2ZzfR8I+vSSlBd\npFiiyKSD2TGNg1WOyagBemTjZWpUR/Du3c81SJxbsqcRoI8NhN5WTtghlSmW2LYX\n2zabfJgA4GTgcL9VUDFHonIxaNNLI1Tce9vhIUUvj/KExRM9k9KDK7jDYe6v1Avr\n7bm3lQKIpLp6RqwUm6WYejPRBclCpwcWeRXa5h5TNx311n0/yfaXWE2K+rUnl/lv\ntTJoAISdAAN/D8D4xzqOAt5RNYpOsfdKcuhpXXRRlA==\n-----END CERTIFICATE-----\n", "key": "-----BEGIN RSA PRIVATE KEY-----\nMIIJKgIBAAKCAgEAynWdl53garwu8gE3T/r7dYZLKkVVg8DKO0gTQ1NuTkvcCxJH\nC0Mi4vdnkONXUfh9gRUBb8RAQynTGsJ7JJ742epI5Cf60cfZVlvhrtufFVhocJNJ\nFSnFfCKxwCuA6k1m/K5M30CTjppm4NOtHwMttwfoU3KEojjhteEtHjf6Ys9iVIrQ\nBnHJ9NKfFoF/RukwIAIKZ2WO4bMVECskq3fl3/k7wErATxpzaWI0Cm71+xmydBfL\nEF9XHSiADiWTczh3GIVH3Kd5jdHlxVLvbwkOorISVK78Tu+6rDhTbuHyBK/8IaoS\nbmHJF/MBwpe/RYgHWOvpf6LvENK6kXHicpNIY/aEk0IPJT7DoNP2WsSNZSzXvUsW\nkXZ2+8lajadF46LklPBt/7n0cn7j4YHfr0muRlzt8p2onki88yoT83QUj38lTLYg\nsSmL1KkSYgmCcGODfsUryw6SfWESS9rhncU0vLa+55ULbGPlJFjrM88nn4yQ6Sb0\n3vUFitRLJHdqTT5qmLWYzCfOWUmRhem347KlKWn7Mto7WlcNVhZsImmi85yCWZkp\nRus1qOpEbqXA6PxrGpcK/k7QuVqGni7xZv7fFLDLAxrYrqLjgQCtat6FWulgKzVp\nki6p4sfzPxCkMDMgEuzuKzEkDOMFFDHUp4Il5qiX1BA7YsBH2EiYe6kXsL8CAwEA\nAQKCAgAjOAeUjuWxm4/NEHIXSzFAFf7wWQRRuZFUc6rKLPLE0wRxtpm+N00Tz3bo\nKOwROdlXQZiw4SJOrLFo98jlK3RdsBhC/ENxB8NidvRQ7yqC05DDeJOfh1cvy3dB\nVzADUjimnwmHUpv4lBpuZNQ6T1q9+rWrAoJZF+0HryaimZlIZAwWadlbLaM0oAkF\nqLxD0R/KiaBWsT+EOptg5yhnXaGS7y+6OSav/Al0nR0xbXED38n/0P3FmNg2Hcv8\n6gN26S0qilDgbQ/DoG5If69gEOLHYZO3wILqlmBSQjAdW1e3AggpsQSoyADr1h2J\nxM0Eou+oQ82oIudUdVv4HigGx2Exl0Us/ZSR0rY8qRXuFC1ICOnNdK695eTgYJC3\ndZ5IdKcd8a8SB6M0xHRN82ULR4iO+Tz2Lziwdcm8H2WZWxpz9y1n8bdy2qkKnGY0\nn4D5jjXtRdtcK1ckzhKmAkyGgh1q4R4EkpAszntyn3Kd9+6/bp2mxteSpeezHmZB\nYhfA6YQ2vQDbyoaDiLkfbfUMKEG+tDy9EksWCNYRt8zkh3o507RIRywrDwNvyJS4\naltC/VAI8cRH240c32WJlLzJKT9sQlbFsPSAzq60+l0oH1OrvElgkfYchCqvepWq\n9Mi1hQMAmtR9DBJerRizrIabYZg3STjgLD1h2lu+4TjndgddjQKCAQEA47BGbs/S\nI1k/8BQNBJu6d4Wo+0vkvV5x06L2uUVualENxmWM4DvgB0TriopGNJYH1l/6kMgN\ncpk7WbOBoYbzc81Q90AW9Ysfi8XfnDRjVLGWXzCbnoBBKGoX2sVoJbafU6zHbYx+\nqMU00SnE94jYY6hCF8CGj3/M3ylvKFWvMloS0b4Q//XAYYel+a+U4FMB6BaQxShp\nE6mQB76WoOGND9jKLrPDW4yGe5DuwbrPnIkuoqSme75gnf+4lMgcs2aw2/jBJbaM\nuVhdR3nK+fcmRX3C3DUtjMz9beI4AIGAVswYoxbUelU+pWm7rvzmdZiWLbL9UNFt\nVONX48fB87aPSwKCAQEA46JAv/IgQEY6gc8fkX+oQZzkQgtx3XHQg+atbvev/7Ic\nF1x4lUW6NZQmmXuAcfvtmg7uPpiDqsNUzmVM7JJeValyrTUiGWsPa0/sEuMSxMCE\nQ7NORoLMtyMCL1JGSvY9IGdccc47YJowvg7ZWJBo4ohPpyDSHYA9buinkdvt4V/c\n0gAZ38T4W6JaYkBJOTCvkEbj1I6KGyL0pLtkufOo3HFsN+nnr0Q0ANEYdeZW+oT2\nerixzltT3QtFQUaKUy6GCS+gIR5dhsvxB4LQIHhx91YiKyJC1L3hzx835JGbzaFy\nAwm4OWisjCV+uYPI/l6Qv4NixoUMeb09LM5I8LLX3QKCAQEAry7Zgjjz/a6Vuyoy\nOfF3rq5wLale/TTFb4hbPIFnSvXCG3vWwFBRNkaY06dADQXCUfbW2r6RWjL7rzCl\n9JnYhqjaOuJcx9+bDffY7F6Cbo+UmvjTQ0h62ZWHdROd5iZ0v/SYHHmUmlXhJW11\n1t67XzH+aDgBUDeMccd3dxk2Cw+ymx4aBlYXBvNPiKTHbzFurhtul8NX1YEJCGxj\niLUBy8eJCBXXoYClmD0S9ou9YTtLXmhAj8USoX43joHJU18XhKgIM/QYoiKS4oOa\n4GiAUcdJPhTMTyEJfJopbHo3PJEcA591LAqagLqxZRnAV4pnQhINRTldXYrt/Jud\nZt53sQKCAQEA3ZqigHq9zPTRlnfGWsY1ThLn4Cf2JMfdX9tdMi9tJncFg/Sg62kj\nO2/MGBU0WUMR763jYArn+4EHeZsCxThFIA3DNz4HwUkJjMYUo9pt9h8ZZDMV2+0Q\nUKWDRgBJsEaCAZ6+T4ifI49YLl6UVvTXNtnO+XwpMVEb/XH/WC8MKSFC/yncBo1h\n3wtyBD5jSorMD6ADwnU1m+9uzUQlbiX4WQsOeGx9AZJbMgRdVMH2IRL6RUSyzJr6\nTLHhLQf4N7yN/jlgIX3HPSgjsNU3urSm9kvjHazP9P4Z66KPrjPWwtwN+0kmELWH\nbTQ/Z2kVbhUvw1GsAmmaWJXTDWCRf8oL/QKCAQEAzToGvYspCiM8poksH2VjVdXY\nFBfESMOb8fNgOaPxEwG0Ke2wbeuk3XLulYx+ezf0N6R+KexGoNsDfr5uFKqjyXy7\nvmdrzREWzkzFKZD5nLhwnBgLXULl1DLX23o5lLAA3FT6wi/6NrJzwAc0Qej/d+ND\nftDXt8sqadXFcynwg8vMSLdYqq7LVSsdGvAtO4/t6dtfmD1/AKQeV1nd23clVlGx\nRPNXKKe4l2ey7xr/3or6kjvc37KqZxVDabUSOj2eBNsYOdMlm5ogT5rXRFze/xnW\nGbI0zwl04QBz3ipEKijrdV5VEpRt3N5rCsvQUHyk0wdeS+mFRoKvKoNq0jO4vQ==\n-----END RSA PRIVATE KEY-----\n"} 2024-09-06T15:03:54.532 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:54 smithi079 bash[19963]: audit 2024-09-06T15:03:53.072388+0000 mgr.smithi079.ijsnjl (mgr.14158) 9 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "orch certmgr generate-certificates", "module_name": "dashboard", "target": ["mon-mgr", ""]}]: dispatch 2024-09-06T15:03:54.532 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:54 smithi079 bash[19963]: audit 2024-09-06T15:03:53.072388+0000 mgr.smithi079.ijsnjl (mgr.14158) 9 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "orch certmgr generate-certificates", "module_name": "dashboard", "target": ["mon-mgr", ""]}]: dispatch 2024-09-06T15:03:56.145 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout SSL certificate updated 2024-09-06T15:03:56.971 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:56 smithi079 bash[19963]: audit 2024-09-06T15:03:55.658365+0000 mgr.smithi079.ijsnjl (mgr.14158) 10 : audit [DBG] from='client.14170 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate", "target": ["mon-mgr", ""]}]: dispatch 2024-09-06T15:03:56.971 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:56 smithi079 bash[19963]: audit 2024-09-06T15:03:55.658365+0000 mgr.smithi079.ijsnjl (mgr.14158) 10 : audit [DBG] from='client.14170 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate", "target": ["mon-mgr", ""]}]: dispatch 2024-09-06T15:03:56.971 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:56 smithi079 bash[19963]: audit 2024-09-06T15:03:55.661024+0000 mon.smithi079 (mon.0) 97 : audit [INF] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:03:56.971 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:56 smithi079 bash[19963]: audit 2024-09-06T15:03:55.661024+0000 mon.smithi079 (mon.0) 97 : audit [INF] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:03:57.990 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout SSL certificate key updated 2024-09-06T15:03:57.990 INFO:teuthology.orchestra.run.smithi079.stdout:Creating initial admin user... 2024-09-06T15:03:58.532 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:58 smithi079 bash[19963]: audit 2024-09-06T15:03:57.380074+0000 mon.smithi079 (mon.0) 98 : audit [INF] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:03:58.532 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:58 smithi079 bash[19963]: audit 2024-09-06T15:03:57.380074+0000 mon.smithi079 (mon.0) 98 : audit [INF] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:03:58.532 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:58 smithi079 bash[19963]: audit 2024-09-06T15:03:57.473848+0000 mgr.smithi079.ijsnjl (mgr.14158) 11 : audit [DBG] from='client.14172 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-06T15:03:58.532 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:58 smithi079 bash[19963]: audit 2024-09-06T15:03:57.473848+0000 mgr.smithi079.ijsnjl (mgr.14158) 11 : audit [DBG] from='client.14172 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-06T15:03:58.532 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:58 smithi079 bash[19963]: audit 2024-09-06T15:03:57.478902+0000 mon.smithi079 (mon.0) 99 : audit [INF] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:03:58.532 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:58 smithi079 bash[19963]: audit 2024-09-06T15:03:57.478902+0000 mon.smithi079 (mon.0) 99 : audit [INF] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:03:59.770 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:59 smithi079 bash[19963]: audit 2024-09-06T15:03:58.479026+0000 mon.smithi079 (mon.0) 100 : audit [INF] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:03:59.770 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:03:59 smithi079 bash[19963]: audit 2024-09-06T15:03:58.479026+0000 mon.smithi079 (mon.0) 100 : audit [INF] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:04:00.135 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$KnZ5NOdx.FOI36PnZGI36et244Lzt7c.H51mxUa8unh36M4gTBdBq", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1725635039, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-09-06T15:04:00.135 INFO:teuthology.orchestra.run.smithi079.stdout:Fetching dashboard port number... 2024-09-06T15:04:00.995 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:00 smithi079 bash[19963]: audit 2024-09-06T15:03:59.265751+0000 mgr.smithi079.ijsnjl (mgr.14158) 12 : audit [DBG] from='client.14174 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-06T15:04:00.995 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:00 smithi079 bash[19963]: audit 2024-09-06T15:03:59.265751+0000 mgr.smithi079.ijsnjl (mgr.14158) 12 : audit [DBG] from='client.14174 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-06T15:04:00.995 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:00 smithi079 bash[19963]: audit 2024-09-06T15:03:59.554663+0000 mon.smithi079 (mon.0) 101 : audit [INF] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:04:00.995 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:00 smithi079 bash[19963]: audit 2024-09-06T15:03:59.554663+0000 mon.smithi079 (mon.0) 101 : audit [INF] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:04:01.782 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:01 smithi079 bash[19963]: audit 2024-09-06T15:04:01.442292+0000 mon.smithi079 (mon.0) 102 : audit [DBG] from='client.? 172.21.15.79:0/1789064607' entity='client.admin' cmd={"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"} : dispatch 2024-09-06T15:04:01.782 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:01 smithi079 bash[19963]: audit 2024-09-06T15:04:01.442292+0000 mon.smithi079 (mon.0) 102 : audit [DBG] from='client.? 172.21.15.79:0/1789064607' entity='client.admin' cmd={"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"} : dispatch 2024-09-06T15:04:01.909 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout 8443 2024-09-06T15:04:01.910 INFO:teuthology.orchestra.run.smithi079.stdout:firewalld does not appear to be present 2024-09-06T15:04:01.910 INFO:teuthology.orchestra.run.smithi079.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-09-06T15:04:01.913 INFO:teuthology.orchestra.run.smithi079.stdout:Ceph Dashboard is now available at: 2024-09-06T15:04:01.913 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-06T15:04:01.913 INFO:teuthology.orchestra.run.smithi079.stdout: URL: https://smithi079.front.sepia.ceph.com:8443/ 2024-09-06T15:04:01.913 INFO:teuthology.orchestra.run.smithi079.stdout: User: admin 2024-09-06T15:04:01.913 INFO:teuthology.orchestra.run.smithi079.stdout: Password: a9qjta570v 2024-09-06T15:04:01.913 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-06T15:04:01.914 INFO:teuthology.orchestra.run.smithi079.stdout:Saving cluster configuration to /var/lib/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/config directory 2024-09-06T15:04:03.782 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:03 smithi079 bash[19963]: cluster 2024-09-06T15:04:02.559910+0000 mon.smithi079 (mon.0) 103 : cluster [DBG] mgrmap e13: smithi079.ijsnjl(active, since 12s) 2024-09-06T15:04:03.782 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:03 smithi079 bash[19963]: cluster 2024-09-06T15:04:02.559910+0000 mon.smithi079 (mon.0) 103 : cluster [DBG] mgrmap e13: smithi079.ijsnjl(active, since 12s) 2024-09-06T15:04:03.782 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:03 smithi079 bash[19963]: audit 2024-09-06T15:04:03.408526+0000 mon.smithi079 (mon.0) 104 : audit [INF] from='client.? 172.21.15.79:0/3463284171' entity='client.admin' 2024-09-06T15:04:03.782 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:03 smithi079 bash[19963]: audit 2024-09-06T15:04:03.408526+0000 mon.smithi079 (mon.0) 104 : audit [INF] from='client.? 172.21.15.79:0/3463284171' entity='client.admin' 2024-09-06T15:04:03.942 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-09-06T15:04:03.942 INFO:teuthology.orchestra.run.smithi079.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-09-06T15:04:03.942 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-06T15:04:03.942 INFO:teuthology.orchestra.run.smithi079.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid d8ce0702-6c60-11ef-bce4-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-09-06T15:04:03.942 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-06T15:04:03.942 INFO:teuthology.orchestra.run.smithi079.stdout:Or, if you are only running a single cluster on this host: 2024-09-06T15:04:03.942 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-06T15:04:03.942 INFO:teuthology.orchestra.run.smithi079.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-09-06T15:04:03.943 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-06T15:04:03.943 INFO:teuthology.orchestra.run.smithi079.stdout:Please consider enabling telemetry to help improve Ceph: 2024-09-06T15:04:03.943 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-06T15:04:03.943 INFO:teuthology.orchestra.run.smithi079.stdout: ceph telemetry on 2024-09-06T15:04:03.943 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-06T15:04:03.943 INFO:teuthology.orchestra.run.smithi079.stdout:For more information see: 2024-09-06T15:04:03.943 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-06T15:04:03.943 INFO:teuthology.orchestra.run.smithi079.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-09-06T15:04:03.943 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-06T15:04:03.943 INFO:teuthology.orchestra.run.smithi079.stdout:Bootstrap complete. 2024-09-06T15:04:04.001 INFO:tasks.cephadm:Fetching config... 2024-09-06T15:04:04.001 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2024-09-06T15:04:04.001 DEBUG:teuthology.orchestra.run.smithi079:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-09-06T15:04:04.007 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-09-06T15:04:04.007 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2024-09-06T15:04:04.007 DEBUG:teuthology.orchestra.run.smithi079:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-09-06T15:04:04.056 INFO:tasks.cephadm:Fetching mon keyring... 2024-09-06T15:04:04.057 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2024-09-06T15:04:04.057 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd if=/var/lib/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/mon.smithi079/keyring of=/dev/stdout 2024-09-06T15:04:04.110 INFO:tasks.cephadm:Fetching pub ssh key... 2024-09-06T15:04:04.111 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2024-09-06T15:04:04.111 DEBUG:teuthology.orchestra.run.smithi079:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-09-06T15:04:04.157 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-09-06T15:04:04.157 DEBUG:teuthology.orchestra.run.smithi079:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC58JXXZAFzNjyzh+hMSz6N5ukmagDKZwxbCEkc2Ogk9oNC70Gh6+xCSex5on9sfsxueCr0xTB9z1G5Z3S1i8PPWPDql9EUe/n/IsgMF5yiYivJ48V9yUCPwB94qu1RFx6FSGes5I9LPSV2CjA0r+xPb99+DT2gjiEDwUw1QgUGf8mbDfpNnR5fH+ntbvNQCukB0Ak/NJkbJOWCIeoeaySR5zvq2j2fRo0YcGZ7ginsxPueRvIUSl1MjC12kHlkMHIBLFqQiZ0HiqL/EAf/rDwLk5b41D3G6e5DU3PXBMQq9rcRj9fSLXQo6KskKjraHKyp5CZZbWsfB9PxtdeDSR2gDUJOuWC/xauDr6uFZB3pCxuiPdR5NdlmFYcuBuL9ftbW3Qf9lhY/sBZvBR5fA0MARPacaBn9qFL9j9W9PtopbwJTL0GU/vCxZwcqiaQ+Qcwij00j6E9xaxXo+n4rbZ0Dr8U7GptHsNqPNSs9J9bCB/a+a9vlwbGFYOhpbF3RqcM= ceph-d8ce0702-6c60-11ef-bce4-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-06T15:04:04.221 INFO:teuthology.orchestra.run.smithi079.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC58JXXZAFzNjyzh+hMSz6N5ukmagDKZwxbCEkc2Ogk9oNC70Gh6+xCSex5on9sfsxueCr0xTB9z1G5Z3S1i8PPWPDql9EUe/n/IsgMF5yiYivJ48V9yUCPwB94qu1RFx6FSGes5I9LPSV2CjA0r+xPb99+DT2gjiEDwUw1QgUGf8mbDfpNnR5fH+ntbvNQCukB0Ak/NJkbJOWCIeoeaySR5zvq2j2fRo0YcGZ7ginsxPueRvIUSl1MjC12kHlkMHIBLFqQiZ0HiqL/EAf/rDwLk5b41D3G6e5DU3PXBMQq9rcRj9fSLXQo6KskKjraHKyp5CZZbWsfB9PxtdeDSR2gDUJOuWC/xauDr6uFZB3pCxuiPdR5NdlmFYcuBuL9ftbW3Qf9lhY/sBZvBR5fA0MARPacaBn9qFL9j9W9PtopbwJTL0GU/vCxZwcqiaQ+Qcwij00j6E9xaxXo+n4rbZ0Dr8U7GptHsNqPNSs9J9bCB/a+a9vlwbGFYOhpbF3RqcM= ceph-d8ce0702-6c60-11ef-bce4-c7b262605968 2024-09-06T15:04:04.230 DEBUG:teuthology.orchestra.run.smithi090:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC58JXXZAFzNjyzh+hMSz6N5ukmagDKZwxbCEkc2Ogk9oNC70Gh6+xCSex5on9sfsxueCr0xTB9z1G5Z3S1i8PPWPDql9EUe/n/IsgMF5yiYivJ48V9yUCPwB94qu1RFx6FSGes5I9LPSV2CjA0r+xPb99+DT2gjiEDwUw1QgUGf8mbDfpNnR5fH+ntbvNQCukB0Ak/NJkbJOWCIeoeaySR5zvq2j2fRo0YcGZ7ginsxPueRvIUSl1MjC12kHlkMHIBLFqQiZ0HiqL/EAf/rDwLk5b41D3G6e5DU3PXBMQq9rcRj9fSLXQo6KskKjraHKyp5CZZbWsfB9PxtdeDSR2gDUJOuWC/xauDr6uFZB3pCxuiPdR5NdlmFYcuBuL9ftbW3Qf9lhY/sBZvBR5fA0MARPacaBn9qFL9j9W9PtopbwJTL0GU/vCxZwcqiaQ+Qcwij00j6E9xaxXo+n4rbZ0Dr8U7GptHsNqPNSs9J9bCB/a+a9vlwbGFYOhpbF3RqcM= ceph-d8ce0702-6c60-11ef-bce4-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-06T15:04:04.253 INFO:teuthology.orchestra.run.smithi090.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC58JXXZAFzNjyzh+hMSz6N5ukmagDKZwxbCEkc2Ogk9oNC70Gh6+xCSex5on9sfsxueCr0xTB9z1G5Z3S1i8PPWPDql9EUe/n/IsgMF5yiYivJ48V9yUCPwB94qu1RFx6FSGes5I9LPSV2CjA0r+xPb99+DT2gjiEDwUw1QgUGf8mbDfpNnR5fH+ntbvNQCukB0Ak/NJkbJOWCIeoeaySR5zvq2j2fRo0YcGZ7ginsxPueRvIUSl1MjC12kHlkMHIBLFqQiZ0HiqL/EAf/rDwLk5b41D3G6e5DU3PXBMQq9rcRj9fSLXQo6KskKjraHKyp5CZZbWsfB9PxtdeDSR2gDUJOuWC/xauDr6uFZB3pCxuiPdR5NdlmFYcuBuL9ftbW3Qf9lhY/sBZvBR5fA0MARPacaBn9qFL9j9W9PtopbwJTL0GU/vCxZwcqiaQ+Qcwij00j6E9xaxXo+n4rbZ0Dr8U7GptHsNqPNSs9J9bCB/a+a9vlwbGFYOhpbF3RqcM= ceph-d8ce0702-6c60-11ef-bce4-c7b262605968 2024-09-06T15:04:04.262 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8b38c33cecf4b0b7a9b3116eb9089e21e444ac73 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d8ce0702-6c60-11ef-bce4-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-09-06T15:04:10.529 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/mon.smithi079/config 2024-09-06T15:04:11.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:11 smithi079 bash[19963]: audit 2024-09-06T15:04:10.138179+0000 mon.smithi079 (mon.0) 105 : audit [INF] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:04:11.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:11 smithi079 bash[19963]: audit 2024-09-06T15:04:10.138179+0000 mon.smithi079 (mon.0) 105 : audit [INF] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:04:11.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:11 smithi079 bash[19963]: audit 2024-09-06T15:04:10.144219+0000 mon.smithi079 (mon.0) 106 : audit [INF] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:04:11.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:11 smithi079 bash[19963]: audit 2024-09-06T15:04:10.144219+0000 mon.smithi079 (mon.0) 106 : audit [INF] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:04:11.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:11 smithi079 bash[19963]: audit 2024-09-06T15:04:10.145876+0000 mon.smithi079 (mon.0) 107 : audit [INF] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config rm", "who": "osd/host:smithi079", "name": "osd_memory_target"} : dispatch 2024-09-06T15:04:11.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:11 smithi079 bash[19963]: audit 2024-09-06T15:04:10.145876+0000 mon.smithi079 (mon.0) 107 : audit [INF] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config rm", "who": "osd/host:smithi079", "name": "osd_memory_target"} : dispatch 2024-09-06T15:04:11.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:11 smithi079 bash[19963]: audit 2024-09-06T15:04:10.151461+0000 mon.smithi079 (mon.0) 108 : audit [INF] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:04:11.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:11 smithi079 bash[19963]: audit 2024-09-06T15:04:10.151461+0000 mon.smithi079 (mon.0) 108 : audit [INF] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:04:11.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:11 smithi079 bash[19963]: audit 2024-09-06T15:04:10.153866+0000 mon.smithi079 (mon.0) 109 : audit [INF] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi079", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]} : dispatch 2024-09-06T15:04:11.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:11 smithi079 bash[19963]: audit 2024-09-06T15:04:10.153866+0000 mon.smithi079 (mon.0) 109 : audit [INF] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi079", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]} : dispatch 2024-09-06T15:04:11.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:11 smithi079 bash[19963]: audit 2024-09-06T15:04:10.155109+0000 mon.smithi079 (mon.0) 110 : audit [INF] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi079", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2024-09-06T15:04:11.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:11 smithi079 bash[19963]: audit 2024-09-06T15:04:10.155109+0000 mon.smithi079 (mon.0) 110 : audit [INF] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi079", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2024-09-06T15:04:11.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:11 smithi079 bash[19963]: audit 2024-09-06T15:04:10.158043+0000 mon.smithi079 (mon.0) 111 : audit [DBG] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:04:11.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:11 smithi079 bash[19963]: audit 2024-09-06T15:04:10.158043+0000 mon.smithi079 (mon.0) 111 : audit [DBG] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:04:11.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:11 smithi079 bash[19963]: cluster 2024-09-06T15:04:10.159623+0000 mgr.smithi079.ijsnjl (mgr.14158) 13 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:04:11.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:11 smithi079 bash[19963]: cluster 2024-09-06T15:04:10.159623+0000 mgr.smithi079.ijsnjl (mgr.14158) 13 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:04:11.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:11 smithi079 bash[19963]: cephadm 2024-09-06T15:04:10.159704+0000 mgr.smithi079.ijsnjl (mgr.14158) 14 : cephadm [INF] Deploying daemon ceph-exporter.smithi079 on smithi079 2024-09-06T15:04:11.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:11 smithi079 bash[19963]: cephadm 2024-09-06T15:04:10.159704+0000 mgr.smithi079.ijsnjl (mgr.14158) 14 : cephadm [INF] Deploying daemon ceph-exporter.smithi079 on smithi079 2024-09-06T15:04:12.500 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:12 smithi079 bash[19963]: cluster 2024-09-06T15:04:12.160271+0000 mgr.smithi079.ijsnjl (mgr.14158) 15 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:04:12.500 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:12 smithi079 bash[19963]: cluster 2024-09-06T15:04:12.160271+0000 mgr.smithi079.ijsnjl (mgr.14158) 15 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:04:13.315 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-09-06T15:04:13.315 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8b38c33cecf4b0b7a9b3116eb9089e21e444ac73 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d8ce0702-6c60-11ef-bce4-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-09-06T15:04:13.622 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:13 smithi079 systemd[1]: /etc/systemd/system/ceph-d8ce0702-6c60-11ef-bce4-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-06T15:04:13.623 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:13 smithi079 bash[19963]: audit 2024-09-06T15:04:12.524127+0000 mon.smithi079 (mon.0) 112 : audit [INF] from='client.? 172.21.15.79:0/3169688703' entity='client.admin' 2024-09-06T15:04:13.623 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:13 smithi079 bash[19963]: audit 2024-09-06T15:04:12.524127+0000 mon.smithi079 (mon.0) 112 : audit [INF] from='client.? 172.21.15.79:0/3169688703' entity='client.admin' 2024-09-06T15:04:13.623 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:13 smithi079 systemd[1]: /etc/systemd/system/ceph-d8ce0702-6c60-11ef-bce4-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-06T15:04:15.032 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:14 smithi079 bash[19963]: audit 2024-09-06T15:04:13.771071+0000 mon.smithi079 (mon.0) 113 : audit [INF] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:04:15.032 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:14 smithi079 bash[19963]: audit 2024-09-06T15:04:13.771071+0000 mon.smithi079 (mon.0) 113 : audit [INF] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:04:15.033 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:14 smithi079 bash[19963]: audit 2024-09-06T15:04:13.773322+0000 mon.smithi079 (mon.0) 114 : audit [INF] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:04:15.033 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:14 smithi079 bash[19963]: audit 2024-09-06T15:04:13.773322+0000 mon.smithi079 (mon.0) 114 : audit [INF] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:04:15.033 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:14 smithi079 bash[19963]: audit 2024-09-06T15:04:13.775569+0000 mon.smithi079 (mon.0) 115 : audit [INF] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:04:15.033 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:14 smithi079 bash[19963]: audit 2024-09-06T15:04:13.775569+0000 mon.smithi079 (mon.0) 115 : audit [INF] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:04:15.033 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:14 smithi079 bash[19963]: audit 2024-09-06T15:04:13.777501+0000 mon.smithi079 (mon.0) 116 : audit [INF] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:04:15.033 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:14 smithi079 bash[19963]: audit 2024-09-06T15:04:13.777501+0000 mon.smithi079 (mon.0) 116 : audit [INF] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:04:15.033 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:14 smithi079 bash[19963]: audit 2024-09-06T15:04:13.778560+0000 mon.smithi079 (mon.0) 117 : audit [INF] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get-or-create", "entity": "client.crash.smithi079", "caps": ["mon", "profile crash", "mgr", "profile crash"]} : dispatch 2024-09-06T15:04:15.034 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:14 smithi079 bash[19963]: audit 2024-09-06T15:04:13.778560+0000 mon.smithi079 (mon.0) 117 : audit [INF] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get-or-create", "entity": "client.crash.smithi079", "caps": ["mon", "profile crash", "mgr", "profile crash"]} : dispatch 2024-09-06T15:04:15.034 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:14 smithi079 bash[19963]: audit 2024-09-06T15:04:13.779188+0000 mon.smithi079 (mon.0) 118 : audit [INF] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi079", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-09-06T15:04:15.034 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:14 smithi079 bash[19963]: audit 2024-09-06T15:04:13.779188+0000 mon.smithi079 (mon.0) 118 : audit [INF] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi079", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-09-06T15:04:15.034 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:14 smithi079 bash[19963]: audit 2024-09-06T15:04:13.780679+0000 mon.smithi079 (mon.0) 119 : audit [DBG] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:04:15.034 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:14 smithi079 bash[19963]: audit 2024-09-06T15:04:13.780679+0000 mon.smithi079 (mon.0) 119 : audit [DBG] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:04:15.034 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:14 smithi079 bash[19963]: cephadm 2024-09-06T15:04:13.781320+0000 mgr.smithi079.ijsnjl (mgr.14158) 16 : cephadm [INF] Deploying daemon crash.smithi079 on smithi079 2024-09-06T15:04:15.034 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:14 smithi079 bash[19963]: cephadm 2024-09-06T15:04:13.781320+0000 mgr.smithi079.ijsnjl (mgr.14158) 16 : cephadm [INF] Deploying daemon crash.smithi079 on smithi079 2024-09-06T15:04:15.034 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:14 smithi079 bash[19963]: cluster 2024-09-06T15:04:14.160666+0000 mgr.smithi079.ijsnjl (mgr.14158) 17 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:04:15.035 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:14 smithi079 bash[19963]: cluster 2024-09-06T15:04:14.160666+0000 mgr.smithi079.ijsnjl (mgr.14158) 17 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:04:16.664 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:16 smithi079 systemd[1]: /etc/systemd/system/ceph-d8ce0702-6c60-11ef-bce4-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-06T15:04:16.664 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:16 smithi079 bash[19963]: audit 2024-09-06T15:04:15.454023+0000 mon.smithi079 (mon.0) 120 : audit [INF] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:04:16.664 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:16 smithi079 bash[19963]: audit 2024-09-06T15:04:15.454023+0000 mon.smithi079 (mon.0) 120 : audit [INF] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:04:16.664 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:16 smithi079 bash[19963]: cluster 2024-09-06T15:04:16.161128+0000 mgr.smithi079.ijsnjl (mgr.14158) 18 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:04:16.664 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:16 smithi079 bash[19963]: cluster 2024-09-06T15:04:16.161128+0000 mgr.smithi079.ijsnjl (mgr.14158) 18 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:04:17.031 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:16 smithi079 systemd[1]: /etc/systemd/system/ceph-d8ce0702-6c60-11ef-bce4-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-06T15:04:17.911 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:17 smithi079 systemd[1]: /etc/systemd/system/ceph-d8ce0702-6c60-11ef-bce4-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-06T15:04:17.911 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:17 smithi079 bash[19963]: audit 2024-09-06T15:04:16.822043+0000 mon.smithi079 (mon.0) 121 : audit [INF] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:04:17.912 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:17 smithi079 bash[19963]: audit 2024-09-06T15:04:16.822043+0000 mon.smithi079 (mon.0) 121 : audit [INF] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:04:17.912 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:17 smithi079 bash[19963]: audit 2024-09-06T15:04:16.824560+0000 mon.smithi079 (mon.0) 122 : audit [INF] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:04:17.912 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:17 smithi079 bash[19963]: audit 2024-09-06T15:04:16.824560+0000 mon.smithi079 (mon.0) 122 : audit [INF] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:04:17.912 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:17 smithi079 bash[19963]: audit 2024-09-06T15:04:16.827020+0000 mon.smithi079 (mon.0) 123 : audit [INF] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:04:17.912 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:17 smithi079 bash[19963]: audit 2024-09-06T15:04:16.827020+0000 mon.smithi079 (mon.0) 123 : audit [INF] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:04:17.912 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:17 smithi079 bash[19963]: audit 2024-09-06T15:04:16.829187+0000 mon.smithi079 (mon.0) 124 : audit [INF] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:04:17.912 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:17 smithi079 bash[19963]: audit 2024-09-06T15:04:16.829187+0000 mon.smithi079 (mon.0) 124 : audit [INF] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:04:17.912 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:17 smithi079 bash[19963]: cephadm 2024-09-06T15:04:16.830461+0000 mgr.smithi079.ijsnjl (mgr.14158) 19 : cephadm [INF] Deploying daemon node-exporter.smithi079 on smithi079 2024-09-06T15:04:17.912 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:17 smithi079 bash[19963]: cephadm 2024-09-06T15:04:16.830461+0000 mgr.smithi079.ijsnjl (mgr.14158) 19 : cephadm [INF] Deploying daemon node-exporter.smithi079 on smithi079 2024-09-06T15:04:18.034 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/mon.smithi079/config 2024-09-06T15:04:18.202 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:17 smithi079 systemd[1]: /etc/systemd/system/ceph-d8ce0702-6c60-11ef-bce4-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-06T15:04:19.474 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:19 smithi079 bash[19963]: audit 2024-09-06T15:04:18.071729+0000 mon.smithi079 (mon.0) 125 : audit [INF] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:04:19.474 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:19 smithi079 bash[19963]: audit 2024-09-06T15:04:18.071729+0000 mon.smithi079 (mon.0) 125 : audit [INF] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:04:19.474 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:19 smithi079 bash[19963]: audit 2024-09-06T15:04:18.075016+0000 mon.smithi079 (mon.0) 126 : audit [INF] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:04:19.474 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:19 smithi079 bash[19963]: audit 2024-09-06T15:04:18.075016+0000 mon.smithi079 (mon.0) 126 : audit [INF] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:04:19.475 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:19 smithi079 bash[19963]: audit 2024-09-06T15:04:18.079744+0000 mon.smithi079 (mon.0) 127 : audit [INF] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:04:19.475 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:19 smithi079 bash[19963]: audit 2024-09-06T15:04:18.079744+0000 mon.smithi079 (mon.0) 127 : audit [INF] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:04:19.475 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:19 smithi079 bash[19963]: audit 2024-09-06T15:04:18.083906+0000 mon.smithi079 (mon.0) 128 : audit [INF] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:04:19.475 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:19 smithi079 bash[19963]: audit 2024-09-06T15:04:18.083906+0000 mon.smithi079 (mon.0) 128 : audit [INF] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:04:19.475 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:19 smithi079 bash[19963]: cephadm 2024-09-06T15:04:18.092958+0000 mgr.smithi079.ijsnjl (mgr.14158) 20 : cephadm [INF] Deploying daemon alertmanager.smithi079 on smithi079 2024-09-06T15:04:19.475 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:19 smithi079 bash[19963]: cephadm 2024-09-06T15:04:18.092958+0000 mgr.smithi079.ijsnjl (mgr.14158) 20 : cephadm [INF] Deploying daemon alertmanager.smithi079 on smithi079 2024-09-06T15:04:19.475 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:19 smithi079 bash[19963]: cluster 2024-09-06T15:04:18.161462+0000 mgr.smithi079.ijsnjl (mgr.14158) 21 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:04:19.475 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:19 smithi079 bash[19963]: cluster 2024-09-06T15:04:18.161462+0000 mgr.smithi079.ijsnjl (mgr.14158) 21 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:04:21.532 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:21 smithi079 bash[19963]: audit 2024-09-06T15:04:20.080699+0000 mgr.smithi079.ijsnjl (mgr.14158) 22 : audit [DBG] from='client.14183 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-09-06T15:04:21.532 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:21 smithi079 bash[19963]: audit 2024-09-06T15:04:20.080699+0000 mgr.smithi079.ijsnjl (mgr.14158) 22 : audit [DBG] from='client.14183 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-09-06T15:04:21.532 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:21 smithi079 bash[19963]: audit 2024-09-06T15:04:20.083726+0000 mon.smithi079 (mon.0) 129 : audit [INF] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:04:21.532 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:21 smithi079 bash[19963]: audit 2024-09-06T15:04:20.083726+0000 mon.smithi079 (mon.0) 129 : audit [INF] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:04:21.532 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:21 smithi079 bash[19963]: cluster 2024-09-06T15:04:20.161737+0000 mgr.smithi079.ijsnjl (mgr.14158) 23 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:04:21.532 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:21 smithi079 bash[19963]: cluster 2024-09-06T15:04:20.161737+0000 mgr.smithi079.ijsnjl (mgr.14158) 23 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:04:21.532 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:21 smithi079 bash[19963]: audit 2024-09-06T15:04:20.458221+0000 mon.smithi079 (mon.0) 130 : audit [INF] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:04:21.533 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:21 smithi079 bash[19963]: audit 2024-09-06T15:04:20.458221+0000 mon.smithi079 (mon.0) 130 : audit [INF] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:04:21.658 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi090 2024-09-06T15:04:21.658 DEBUG:teuthology.orchestra.run.smithi090:> set -ex 2024-09-06T15:04:21.658 DEBUG:teuthology.orchestra.run.smithi090:> dd of=/etc/ceph/ceph.conf 2024-09-06T15:04:21.664 DEBUG:teuthology.orchestra.run.smithi090:> set -ex 2024-09-06T15:04:21.665 DEBUG:teuthology.orchestra.run.smithi090:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-06T15:04:21.711 INFO:tasks.cephadm:Adding host smithi090 to orchestrator... 2024-09-06T15:04:21.711 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8b38c33cecf4b0b7a9b3116eb9089e21e444ac73 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d8ce0702-6c60-11ef-bce4-c7b262605968 -- ceph orch host add smithi090 2024-09-06T15:04:22.531 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:22 smithi079 bash[19963]: cluster 2024-09-06T15:04:22.162081+0000 mgr.smithi079.ijsnjl (mgr.14158) 24 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:04:22.532 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:22 smithi079 bash[19963]: cluster 2024-09-06T15:04:22.162081+0000 mgr.smithi079.ijsnjl (mgr.14158) 24 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:04:24.531 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:24 smithi079 bash[19963]: cluster 2024-09-06T15:04:24.162423+0000 mgr.smithi079.ijsnjl (mgr.14158) 25 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:04:24.531 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:24 smithi079 bash[19963]: cluster 2024-09-06T15:04:24.162423+0000 mgr.smithi079.ijsnjl (mgr.14158) 25 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:04:26.451 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/mon.smithi079/config 2024-09-06T15:04:26.531 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:26 smithi079 bash[19963]: cluster 2024-09-06T15:04:26.162852+0000 mgr.smithi079.ijsnjl (mgr.14158) 26 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:04:26.532 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:26 smithi079 bash[19963]: cluster 2024-09-06T15:04:26.162852+0000 mgr.smithi079.ijsnjl (mgr.14158) 26 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:04:28.395 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:28 smithi079 bash[19963]: cluster 2024-09-06T15:04:28.163158+0000 mgr.smithi079.ijsnjl (mgr.14158) 27 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:04:28.396 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:28 smithi079 bash[19963]: cluster 2024-09-06T15:04:28.163158+0000 mgr.smithi079.ijsnjl (mgr.14158) 27 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:04:29.531 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:29 smithi079 bash[19963]: audit 2024-09-06T15:04:28.413713+0000 mgr.smithi079.ijsnjl (mgr.14158) 28 : audit [DBG] from='client.14185 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi090", "target": ["mon-mgr", ""]}]: dispatch 2024-09-06T15:04:29.532 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:29 smithi079 bash[19963]: audit 2024-09-06T15:04:28.413713+0000 mgr.smithi079.ijsnjl (mgr.14158) 28 : audit [DBG] from='client.14185 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi090", "target": ["mon-mgr", ""]}]: dispatch 2024-09-06T15:04:29.532 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:29 smithi079 systemd[1]: /etc/systemd/system/ceph-d8ce0702-6c60-11ef-bce4-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-06T15:04:30.031 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:29 smithi079 systemd[1]: /etc/systemd/system/ceph-d8ce0702-6c60-11ef-bce4-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-06T15:04:30.810 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:30 smithi079 bash[19963]: cephadm 2024-09-06T15:04:29.427455+0000 mgr.smithi079.ijsnjl (mgr.14158) 29 : cephadm [INF] Deploying cephadm binary to smithi090 2024-09-06T15:04:30.810 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:30 smithi079 bash[19963]: cephadm 2024-09-06T15:04:29.427455+0000 mgr.smithi079.ijsnjl (mgr.14158) 29 : cephadm [INF] Deploying cephadm binary to smithi090 2024-09-06T15:04:30.810 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:30 smithi079 bash[19963]: audit 2024-09-06T15:04:29.705545+0000 mon.smithi079 (mon.0) 131 : audit [INF] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:04:30.810 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:30 smithi079 bash[19963]: audit 2024-09-06T15:04:29.705545+0000 mon.smithi079 (mon.0) 131 : audit [INF] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:04:30.811 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:30 smithi079 bash[19963]: audit 2024-09-06T15:04:29.710598+0000 mon.smithi079 (mon.0) 132 : audit [INF] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:04:30.811 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:30 smithi079 bash[19963]: audit 2024-09-06T15:04:29.710598+0000 mon.smithi079 (mon.0) 132 : audit [INF] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:04:30.811 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:30 smithi079 bash[19963]: audit 2024-09-06T15:04:29.715976+0000 mon.smithi079 (mon.0) 133 : audit [INF] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:04:30.811 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:30 smithi079 bash[19963]: audit 2024-09-06T15:04:29.715976+0000 mon.smithi079 (mon.0) 133 : audit [INF] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:04:30.811 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:30 smithi079 bash[19963]: audit 2024-09-06T15:04:29.721335+0000 mon.smithi079 (mon.0) 134 : audit [INF] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:04:30.811 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:30 smithi079 bash[19963]: audit 2024-09-06T15:04:29.721335+0000 mon.smithi079 (mon.0) 134 : audit [INF] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:04:30.811 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:30 smithi079 bash[19963]: cephadm 2024-09-06T15:04:29.722265+0000 mgr.smithi079.ijsnjl (mgr.14158) 30 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-09-06T15:04:30.811 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:30 smithi079 bash[19963]: cephadm 2024-09-06T15:04:29.722265+0000 mgr.smithi079.ijsnjl (mgr.14158) 30 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-09-06T15:04:30.811 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:30 smithi079 bash[19963]: cluster 2024-09-06T15:04:30.163439+0000 mgr.smithi079.ijsnjl (mgr.14158) 31 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:04:30.811 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:30 smithi079 bash[19963]: cluster 2024-09-06T15:04:30.163439+0000 mgr.smithi079.ijsnjl (mgr.14158) 31 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:04:30.811 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:30 smithi079 bash[19963]: audit 2024-09-06T15:04:30.464233+0000 mon.smithi079 (mon.0) 135 : audit [INF] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:04:30.812 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:30 smithi079 bash[19963]: audit 2024-09-06T15:04:30.464233+0000 mon.smithi079 (mon.0) 135 : audit [INF] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:04:30.812 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:30 smithi079 bash[19963]: audit 2024-09-06T15:04:30.623288+0000 mon.smithi079 (mon.0) 136 : audit [INF] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:04:30.812 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:30 smithi079 bash[19963]: audit 2024-09-06T15:04:30.623288+0000 mon.smithi079 (mon.0) 136 : audit [INF] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:04:30.812 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:30 smithi079 bash[19963]: audit 2024-09-06T15:04:30.633352+0000 mon.smithi079 (mon.0) 137 : audit [INF] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:04:30.812 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:30 smithi079 bash[19963]: audit 2024-09-06T15:04:30.633352+0000 mon.smithi079 (mon.0) 137 : audit [INF] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:04:30.812 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:30 smithi079 bash[19963]: audit 2024-09-06T15:04:30.641056+0000 mon.smithi079 (mon.0) 138 : audit [INF] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2024-09-06T15:04:30.812 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:30 smithi079 bash[19963]: audit 2024-09-06T15:04:30.641056+0000 mon.smithi079 (mon.0) 138 : audit [INF] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2024-09-06T15:04:30.812 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:30 smithi079 bash[19963]: audit 2024-09-06T15:04:30.650370+0000 mon.smithi079 (mon.0) 139 : audit [INF] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:04:30.812 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:30 smithi079 bash[19963]: audit 2024-09-06T15:04:30.650370+0000 mon.smithi079 (mon.0) 139 : audit [INF] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:04:30.812 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:30 smithi079 bash[19963]: audit 2024-09-06T15:04:30.670990+0000 mon.smithi079 (mon.0) 140 : audit [INF] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:04:30.812 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:30 smithi079 bash[19963]: audit 2024-09-06T15:04:30.670990+0000 mon.smithi079 (mon.0) 140 : audit [INF] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:04:30.812 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:30 smithi079 bash[19963]: audit 2024-09-06T15:04:30.678696+0000 mon.smithi079 (mon.0) 141 : audit [INF] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:04:30.812 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:30 smithi079 bash[19963]: audit 2024-09-06T15:04:30.678696+0000 mon.smithi079 (mon.0) 141 : audit [INF] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:04:32.032 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:31 smithi079 bash[19963]: audit 2024-09-06T15:04:30.641979+0000 mgr.smithi079.ijsnjl (mgr.14158) 32 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-06T15:04:32.032 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:31 smithi079 bash[19963]: audit 2024-09-06T15:04:30.641979+0000 mgr.smithi079.ijsnjl (mgr.14158) 32 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-06T15:04:33.032 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:32 smithi079 bash[19963]: cephadm 2024-09-06T15:04:31.684704+0000 mgr.smithi079.ijsnjl (mgr.14158) 33 : cephadm [INF] Deploying daemon grafana.smithi079 on smithi079 2024-09-06T15:04:33.032 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:32 smithi079 bash[19963]: cephadm 2024-09-06T15:04:31.684704+0000 mgr.smithi079.ijsnjl (mgr.14158) 33 : cephadm [INF] Deploying daemon grafana.smithi079 on smithi079 2024-09-06T15:04:33.032 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:32 smithi079 bash[19963]: cluster 2024-09-06T15:04:32.163934+0000 mgr.smithi079.ijsnjl (mgr.14158) 34 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:04:33.033 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:32 smithi079 bash[19963]: cluster 2024-09-06T15:04:32.163934+0000 mgr.smithi079.ijsnjl (mgr.14158) 34 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:04:33.247 INFO:teuthology.orchestra.run.smithi079.stdout:Added host 'smithi090' with addr '172.21.15.90' 2024-09-06T15:04:34.532 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:34 smithi079 bash[19963]: audit 2024-09-06T15:04:33.251472+0000 mon.smithi079 (mon.0) 142 : audit [INF] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:04:34.533 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:34 smithi079 bash[19963]: audit 2024-09-06T15:04:33.251472+0000 mon.smithi079 (mon.0) 142 : audit [INF] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:04:34.533 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:34 smithi079 bash[19963]: cephadm 2024-09-06T15:04:33.252230+0000 mgr.smithi079.ijsnjl (mgr.14158) 35 : cephadm [INF] Added host smithi090 2024-09-06T15:04:34.533 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:34 smithi079 bash[19963]: cephadm 2024-09-06T15:04:33.252230+0000 mgr.smithi079.ijsnjl (mgr.14158) 35 : cephadm [INF] Added host smithi090 2024-09-06T15:04:34.533 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:34 smithi079 bash[19963]: cluster 2024-09-06T15:04:34.164414+0000 mgr.smithi079.ijsnjl (mgr.14158) 36 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:04:34.533 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:34 smithi079 bash[19963]: cluster 2024-09-06T15:04:34.164414+0000 mgr.smithi079.ijsnjl (mgr.14158) 36 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:04:35.499 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8b38c33cecf4b0b7a9b3116eb9089e21e444ac73 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d8ce0702-6c60-11ef-bce4-c7b262605968 -- ceph orch host ls --format=json 2024-09-06T15:04:36.532 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:36 smithi079 bash[19963]: cluster 2024-09-06T15:04:36.164951+0000 mgr.smithi079.ijsnjl (mgr.14158) 37 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:04:36.532 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:36 smithi079 bash[19963]: cluster 2024-09-06T15:04:36.164951+0000 mgr.smithi079.ijsnjl (mgr.14158) 37 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:04:38.532 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:38 smithi079 bash[19963]: cluster 2024-09-06T15:04:38.165512+0000 mgr.smithi079.ijsnjl (mgr.14158) 38 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:04:38.533 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:38 smithi079 bash[19963]: cluster 2024-09-06T15:04:38.165512+0000 mgr.smithi079.ijsnjl (mgr.14158) 38 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:04:40.276 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/mon.smithi079/config 2024-09-06T15:04:40.532 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:40 smithi079 bash[19963]: cluster 2024-09-06T15:04:40.165999+0000 mgr.smithi079.ijsnjl (mgr.14158) 39 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:04:40.533 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:40 smithi079 bash[19963]: cluster 2024-09-06T15:04:40.165999+0000 mgr.smithi079.ijsnjl (mgr.14158) 39 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:04:42.533 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:42 smithi079 bash[19963]: cluster 2024-09-06T15:04:42.166479+0000 mgr.smithi079.ijsnjl (mgr.14158) 40 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:04:42.533 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:42 smithi079 bash[19963]: cluster 2024-09-06T15:04:42.166479+0000 mgr.smithi079.ijsnjl (mgr.14158) 40 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:04:44.533 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:44 smithi079 bash[19963]: cluster 2024-09-06T15:04:44.166974+0000 mgr.smithi079.ijsnjl (mgr.14158) 41 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:04:44.533 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:44 smithi079 bash[19963]: cluster 2024-09-06T15:04:44.166974+0000 mgr.smithi079.ijsnjl (mgr.14158) 41 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:04:46.113 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-06T15:04:46.113 INFO:teuthology.orchestra.run.smithi079.stdout:[{"addr": "172.21.15.79", "hostname": "smithi079", "labels": [], "status": ""}, {"addr": "172.21.15.90", "hostname": "smithi090", "labels": [], "status": ""}] 2024-09-06T15:04:46.411 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:46 smithi079 bash[19963]: audit 2024-09-06T15:04:46.116189+0000 mgr.smithi079.ijsnjl (mgr.14158) 42 : audit [DBG] from='client.14187 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-06T15:04:46.411 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:46 smithi079 bash[19963]: audit 2024-09-06T15:04:46.116189+0000 mgr.smithi079.ijsnjl (mgr.14158) 42 : audit [DBG] from='client.14187 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-06T15:04:46.411 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:46 smithi079 bash[19963]: cluster 2024-09-06T15:04:46.167285+0000 mgr.smithi079.ijsnjl (mgr.14158) 43 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:04:46.411 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:46 smithi079 bash[19963]: cluster 2024-09-06T15:04:46.167285+0000 mgr.smithi079.ijsnjl (mgr.14158) 43 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:04:47.120 INFO:tasks.cephadm:Setting crush tunables to default 2024-09-06T15:04:47.120 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8b38c33cecf4b0b7a9b3116eb9089e21e444ac73 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d8ce0702-6c60-11ef-bce4-c7b262605968 -- ceph osd crush tunables default 2024-09-06T15:04:48.533 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:48 smithi079 bash[19963]: cluster 2024-09-06T15:04:48.167716+0000 mgr.smithi079.ijsnjl (mgr.14158) 44 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:04:48.533 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:48 smithi079 bash[19963]: cluster 2024-09-06T15:04:48.167716+0000 mgr.smithi079.ijsnjl (mgr.14158) 44 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:04:50.033 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:49 smithi079 systemd[1]: /etc/systemd/system/ceph-d8ce0702-6c60-11ef-bce4-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-06T15:04:50.357 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:50 smithi079 systemd[1]: /etc/systemd/system/ceph-d8ce0702-6c60-11ef-bce4-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-06T15:04:50.357 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:50 smithi079 bash[19963]: cluster 2024-09-06T15:04:50.168116+0000 mgr.smithi079.ijsnjl (mgr.14158) 45 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:04:50.357 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:50 smithi079 bash[19963]: cluster 2024-09-06T15:04:50.168116+0000 mgr.smithi079.ijsnjl (mgr.14158) 45 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:04:51.663 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:51 smithi079 bash[19963]: audit 2024-09-06T15:04:50.406239+0000 mon.smithi079 (mon.0) 143 : audit [INF] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:04:51.663 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:51 smithi079 bash[19963]: audit 2024-09-06T15:04:50.406239+0000 mon.smithi079 (mon.0) 143 : audit [INF] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:04:51.664 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:51 smithi079 bash[19963]: audit 2024-09-06T15:04:50.408830+0000 mon.smithi079 (mon.0) 144 : audit [INF] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:04:51.664 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:51 smithi079 bash[19963]: audit 2024-09-06T15:04:50.408830+0000 mon.smithi079 (mon.0) 144 : audit [INF] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:04:51.664 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:51 smithi079 bash[19963]: audit 2024-09-06T15:04:50.411379+0000 mon.smithi079 (mon.0) 145 : audit [INF] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:04:51.664 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:51 smithi079 bash[19963]: audit 2024-09-06T15:04:50.411379+0000 mon.smithi079 (mon.0) 145 : audit [INF] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:04:51.664 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:51 smithi079 bash[19963]: audit 2024-09-06T15:04:50.413434+0000 mon.smithi079 (mon.0) 146 : audit [INF] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:04:51.664 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:51 smithi079 bash[19963]: audit 2024-09-06T15:04:50.413434+0000 mon.smithi079 (mon.0) 146 : audit [INF] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:04:51.664 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:51 smithi079 bash[19963]: audit 2024-09-06T15:04:50.415803+0000 mon.smithi079 (mon.0) 147 : audit [INF] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:04:51.664 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:51 smithi079 bash[19963]: audit 2024-09-06T15:04:50.415803+0000 mon.smithi079 (mon.0) 147 : audit [INF] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:04:51.664 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:51 smithi079 bash[19963]: audit 2024-09-06T15:04:50.418261+0000 mon.smithi079 (mon.0) 148 : audit [INF] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:04:51.664 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:51 smithi079 bash[19963]: audit 2024-09-06T15:04:50.418261+0000 mon.smithi079 (mon.0) 148 : audit [INF] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:04:51.664 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:51 smithi079 bash[19963]: audit 2024-09-06T15:04:50.421482+0000 mon.smithi079 (mon.0) 149 : audit [INF] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:04:51.664 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:51 smithi079 bash[19963]: audit 2024-09-06T15:04:50.421482+0000 mon.smithi079 (mon.0) 149 : audit [INF] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:04:51.665 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:51 smithi079 bash[19963]: audit 2024-09-06T15:04:50.424046+0000 mon.smithi079 (mon.0) 150 : audit [INF] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:04:51.665 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:51 smithi079 bash[19963]: audit 2024-09-06T15:04:50.424046+0000 mon.smithi079 (mon.0) 150 : audit [INF] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:04:51.665 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:51 smithi079 bash[19963]: audit 2024-09-06T15:04:50.468773+0000 mon.smithi079 (mon.0) 151 : audit [INF] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:04:51.665 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:51 smithi079 bash[19963]: audit 2024-09-06T15:04:50.468773+0000 mon.smithi079 (mon.0) 151 : audit [INF] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:04:51.665 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:51 smithi079 bash[19963]: cephadm 2024-09-06T15:04:50.666917+0000 mgr.smithi079.ijsnjl (mgr.14158) 46 : cephadm [INF] Deploying daemon prometheus.smithi079 on smithi079 2024-09-06T15:04:51.665 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:51 smithi079 bash[19963]: cephadm 2024-09-06T15:04:50.666917+0000 mgr.smithi079.ijsnjl (mgr.14158) 46 : cephadm [INF] Deploying daemon prometheus.smithi079 on smithi079 2024-09-06T15:04:51.862 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/mon.smithi079/config 2024-09-06T15:04:52.678 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:52 smithi079 bash[19963]: cluster 2024-09-06T15:04:52.168564+0000 mgr.smithi079.ijsnjl (mgr.14158) 47 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:04:52.679 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:52 smithi079 bash[19963]: cluster 2024-09-06T15:04:52.168564+0000 mgr.smithi079.ijsnjl (mgr.14158) 47 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:04:54.172 INFO:teuthology.orchestra.run.smithi079.stderr:adjusted tunables profile to default 2024-09-06T15:04:54.332 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:54 smithi079 bash[19963]: audit 2024-09-06T15:04:54.124930+0000 mon.smithi079 (mon.0) 152 : audit [INF] from='client.? 172.21.15.79:0/1211556334' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2024-09-06T15:04:54.332 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:54 smithi079 bash[19963]: audit 2024-09-06T15:04:54.124930+0000 mon.smithi079 (mon.0) 152 : audit [INF] from='client.? 172.21.15.79:0/1211556334' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2024-09-06T15:04:55.534 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:55 smithi079 bash[19963]: cluster 2024-09-06T15:04:54.168853+0000 mgr.smithi079.ijsnjl (mgr.14158) 48 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:04:55.534 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:55 smithi079 bash[19963]: cluster 2024-09-06T15:04:54.168853+0000 mgr.smithi079.ijsnjl (mgr.14158) 48 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:04:55.534 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:55 smithi079 bash[19963]: audit 2024-09-06T15:04:54.175925+0000 mon.smithi079 (mon.0) 153 : audit [INF] from='client.? 172.21.15.79:0/1211556334' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-06T15:04:55.534 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:55 smithi079 bash[19963]: audit 2024-09-06T15:04:54.175925+0000 mon.smithi079 (mon.0) 153 : audit [INF] from='client.? 172.21.15.79:0/1211556334' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-06T15:04:55.534 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:55 smithi079 bash[19963]: cluster 2024-09-06T15:04:54.179869+0000 mon.smithi079 (mon.0) 154 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-06T15:04:55.534 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:55 smithi079 bash[19963]: cluster 2024-09-06T15:04:54.179869+0000 mon.smithi079 (mon.0) 154 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-06T15:04:56.872 INFO:tasks.cephadm:Adding mon.smithi079 on smithi079 2024-09-06T15:04:56.872 INFO:tasks.cephadm:Adding mon.smithi090 on smithi090 2024-09-06T15:04:56.873 DEBUG:teuthology.orchestra.run.smithi090:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8b38c33cecf4b0b7a9b3116eb9089e21e444ac73 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d8ce0702-6c60-11ef-bce4-c7b262605968 -- ceph orch apply mon '2;smithi079:172.21.15.79=smithi079;smithi090:172.21.15.90=smithi090' 2024-09-06T15:04:57.227 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:57 smithi079 bash[19963]: cluster 2024-09-06T15:04:56.169222+0000 mgr.smithi079.ijsnjl (mgr.14158) 49 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:04:57.227 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:57 smithi079 bash[19963]: cluster 2024-09-06T15:04:56.169222+0000 mgr.smithi079.ijsnjl (mgr.14158) 49 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:04:58.098 INFO:teuthology.orchestra.run.smithi090.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-06T15:04:59.142 INFO:teuthology.orchestra.run.smithi090.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-06T15:04:59.363 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:59 smithi079 bash[19963]: cluster 2024-09-06T15:04:58.169663+0000 mgr.smithi079.ijsnjl (mgr.14158) 50 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:04:59.363 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:04:59 smithi079 bash[19963]: cluster 2024-09-06T15:04:58.169663+0000 mgr.smithi079.ijsnjl (mgr.14158) 50 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:05:00.598 INFO:teuthology.orchestra.run.smithi090.stdout:Scheduled mon update... 2024-09-06T15:05:01.173 DEBUG:teuthology.orchestra.run.smithi090:mon.smithi090> sudo journalctl -f -n 0 -u ceph-d8ce0702-6c60-11ef-bce4-c7b262605968@mon.smithi090.service 2024-09-06T15:05:01.176 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-06T15:05:01.177 DEBUG:teuthology.orchestra.run.smithi090:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8b38c33cecf4b0b7a9b3116eb9089e21e444ac73 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d8ce0702-6c60-11ef-bce4-c7b262605968 -- ceph mon dump -f json 2024-09-06T15:05:01.329 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:01 smithi079 bash[19963]: cluster 2024-09-06T15:05:00.170030+0000 mgr.smithi079.ijsnjl (mgr.14158) 51 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:05:01.330 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:01 smithi079 bash[19963]: cluster 2024-09-06T15:05:00.170030+0000 mgr.smithi079.ijsnjl (mgr.14158) 51 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:05:01.330 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:01 smithi079 bash[19963]: audit 2024-09-06T15:05:00.600565+0000 mon.smithi079 (mon.0) 155 : audit [INF] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:01.330 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:01 smithi079 bash[19963]: audit 2024-09-06T15:05:00.600565+0000 mon.smithi079 (mon.0) 155 : audit [INF] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:02.441 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:02 smithi079 bash[19963]: audit 2024-09-06T15:05:00.589707+0000 mgr.smithi079.ijsnjl (mgr.14158) 52 : audit [DBG] from='client.14191 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi079:172.21.15.79=smithi079;smithi090:172.21.15.90=smithi090", "target": ["mon-mgr", ""]}]: dispatch 2024-09-06T15:05:02.441 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:02 smithi079 bash[19963]: audit 2024-09-06T15:05:00.589707+0000 mgr.smithi079.ijsnjl (mgr.14158) 52 : audit [DBG] from='client.14191 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi079:172.21.15.79=smithi079;smithi090:172.21.15.90=smithi090", "target": ["mon-mgr", ""]}]: dispatch 2024-09-06T15:05:02.441 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:02 smithi079 bash[19963]: cephadm 2024-09-06T15:05:00.594768+0000 mgr.smithi079.ijsnjl (mgr.14158) 53 : cephadm [INF] Saving service mon spec with placement smithi079:172.21.15.79=smithi079;smithi090:172.21.15.90=smithi090;count:2 2024-09-06T15:05:02.441 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:02 smithi079 bash[19963]: cephadm 2024-09-06T15:05:00.594768+0000 mgr.smithi079.ijsnjl (mgr.14158) 53 : cephadm [INF] Saving service mon spec with placement smithi079:172.21.15.79=smithi079;smithi090:172.21.15.90=smithi090;count:2 2024-09-06T15:05:02.446 INFO:teuthology.orchestra.run.smithi090.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-06T15:05:03.489 INFO:teuthology.orchestra.run.smithi090.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-06T15:05:03.521 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:03 smithi079 bash[19963]: cluster 2024-09-06T15:05:02.170492+0000 mgr.smithi079.ijsnjl (mgr.14158) 54 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:05:03.521 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:03 smithi079 bash[19963]: cluster 2024-09-06T15:05:02.170492+0000 mgr.smithi079.ijsnjl (mgr.14158) 54 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:05:05.014 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-09-06T15:05:05.014 INFO:teuthology.orchestra.run.smithi090.stdout:{"epoch":1,"fsid":"d8ce0702-6c60-11ef-bce4-c7b262605968","modified":"2024-09-06T15:02:35.106619Z","created":"2024-09-06T15:02:35.106619Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi079","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:3300","nonce":0},{"type":"v1","addr":"172.21.15.79:6789","nonce":0}]},"addr":"172.21.15.79:6789/0","public_addr":"172.21.15.79:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-06T15:05:05.014 INFO:teuthology.orchestra.run.smithi090.stderr:dumped monmap epoch 1 2024-09-06T15:05:05.284 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:05 smithi079 bash[19963]: cluster 2024-09-06T15:05:04.170872+0000 mgr.smithi079.ijsnjl (mgr.14158) 55 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:05:05.284 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:05 smithi079 bash[19963]: cluster 2024-09-06T15:05:04.170872+0000 mgr.smithi079.ijsnjl (mgr.14158) 55 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:05:05.284 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:05 smithi079 bash[19963]: audit 2024-09-06T15:05:05.016253+0000 mon.smithi079 (mon.0) 156 : audit [DBG] from='client.? 172.21.15.90:0/2707338052' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-06T15:05:05.284 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:05 smithi079 bash[19963]: audit 2024-09-06T15:05:05.016253+0000 mon.smithi079 (mon.0) 156 : audit [DBG] from='client.? 172.21.15.90:0/2707338052' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-06T15:05:06.732 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-06T15:05:06.732 DEBUG:teuthology.orchestra.run.smithi090:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8b38c33cecf4b0b7a9b3116eb9089e21e444ac73 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d8ce0702-6c60-11ef-bce4-c7b262605968 -- ceph mon dump -f json 2024-09-06T15:05:07.284 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:07 smithi079 bash[19963]: cluster 2024-09-06T15:05:06.171288+0000 mgr.smithi079.ijsnjl (mgr.14158) 56 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:05:07.284 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:07 smithi079 bash[19963]: cluster 2024-09-06T15:05:06.171288+0000 mgr.smithi079.ijsnjl (mgr.14158) 56 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:05:07.944 INFO:teuthology.orchestra.run.smithi090.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-06T15:05:08.457 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:08 smithi079 systemd[1]: /etc/systemd/system/ceph-d8ce0702-6c60-11ef-bce4-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-06T15:05:08.717 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:08 smithi079 systemd[1]: /etc/systemd/system/ceph-d8ce0702-6c60-11ef-bce4-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-06T15:05:08.991 INFO:teuthology.orchestra.run.smithi090.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-06T15:05:09.281 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:09 smithi079 bash[19963]: cluster 2024-09-06T15:05:08.171832+0000 mgr.smithi079.ijsnjl (mgr.14158) 57 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:05:09.281 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:09 smithi079 bash[19963]: cluster 2024-09-06T15:05:08.171832+0000 mgr.smithi079.ijsnjl (mgr.14158) 57 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:05:09.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:09 smithi079 bash[19963]: audit 2024-09-06T15:05:08.754555+0000 mon.smithi079 (mon.0) 157 : audit [INF] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:09.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:09 smithi079 bash[19963]: audit 2024-09-06T15:05:08.754555+0000 mon.smithi079 (mon.0) 157 : audit [INF] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:09.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:09 smithi079 bash[19963]: audit 2024-09-06T15:05:08.757722+0000 mon.smithi079 (mon.0) 158 : audit [INF] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:09.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:09 smithi079 bash[19963]: audit 2024-09-06T15:05:08.757722+0000 mon.smithi079 (mon.0) 158 : audit [INF] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:09.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:09 smithi079 bash[19963]: audit 2024-09-06T15:05:08.760827+0000 mon.smithi079 (mon.0) 159 : audit [INF] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:09.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:09 smithi079 bash[19963]: audit 2024-09-06T15:05:08.760827+0000 mon.smithi079 (mon.0) 159 : audit [INF] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:09.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:09 smithi079 bash[19963]: audit 2024-09-06T15:05:08.762640+0000 mon.smithi079 (mon.0) 160 : audit [INF] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "mgr module enable", "module": "prometheus"} : dispatch 2024-09-06T15:05:09.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:09 smithi079 bash[19963]: audit 2024-09-06T15:05:08.762640+0000 mon.smithi079 (mon.0) 160 : audit [INF] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "mgr module enable", "module": "prometheus"} : dispatch 2024-09-06T15:05:10.389 INFO:teuthology.orchestra.run.smithi090.stderr:dumped monmap epoch 1 2024-09-06T15:05:10.389 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-09-06T15:05:10.389 INFO:teuthology.orchestra.run.smithi090.stdout:{"epoch":1,"fsid":"d8ce0702-6c60-11ef-bce4-c7b262605968","modified":"2024-09-06T15:02:35.106619Z","created":"2024-09-06T15:02:35.106619Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi079","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:3300","nonce":0},{"type":"v1","addr":"172.21.15.79:6789","nonce":0}]},"addr":"172.21.15.79:6789/0","public_addr":"172.21.15.79:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-06T15:05:10.930 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:10 smithi079 bash[19963]: audit 2024-09-06T15:05:09.761743+0000 mon.smithi079 (mon.0) 161 : audit [INF] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-09-06T15:05:10.930 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:10 smithi079 bash[19963]: audit 2024-09-06T15:05:09.761743+0000 mon.smithi079 (mon.0) 161 : audit [INF] from='mgr.14158 172.21.15.79:0/3540772563' entity='mgr.smithi079.ijsnjl' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-09-06T15:05:10.930 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:10 smithi079 bash[19963]: cluster 2024-09-06T15:05:09.767541+0000 mon.smithi079 (mon.0) 162 : cluster [DBG] mgrmap e14: smithi079.ijsnjl(active, since 79s) 2024-09-06T15:05:10.930 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:10 smithi079 bash[19963]: cluster 2024-09-06T15:05:09.767541+0000 mon.smithi079 (mon.0) 162 : cluster [DBG] mgrmap e14: smithi079.ijsnjl(active, since 79s) 2024-09-06T15:05:10.931 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:10 smithi079 bash[19963]: audit 2024-09-06T15:05:10.391377+0000 mon.smithi079 (mon.0) 163 : audit [DBG] from='client.? 172.21.15.90:0/688549884' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-06T15:05:10.931 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:10 smithi079 bash[19963]: audit 2024-09-06T15:05:10.391377+0000 mon.smithi079 (mon.0) 163 : audit [DBG] from='client.? 172.21.15.90:0/688549884' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-06T15:05:12.041 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-06T15:05:12.041 DEBUG:teuthology.orchestra.run.smithi090:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8b38c33cecf4b0b7a9b3116eb9089e21e444ac73 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d8ce0702-6c60-11ef-bce4-c7b262605968 -- ceph mon dump -f json 2024-09-06T15:05:13.262 INFO:teuthology.orchestra.run.smithi090.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-06T15:05:14.308 INFO:teuthology.orchestra.run.smithi090.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-06T15:05:15.767 INFO:teuthology.orchestra.run.smithi090.stderr:dumped monmap epoch 1 2024-09-06T15:05:15.768 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-09-06T15:05:15.768 INFO:teuthology.orchestra.run.smithi090.stdout:{"epoch":1,"fsid":"d8ce0702-6c60-11ef-bce4-c7b262605968","modified":"2024-09-06T15:02:35.106619Z","created":"2024-09-06T15:02:35.106619Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi079","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:3300","nonce":0},{"type":"v1","addr":"172.21.15.79:6789","nonce":0}]},"addr":"172.21.15.79:6789/0","public_addr":"172.21.15.79:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-06T15:05:15.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:15 smithi079 bash[19963]: audit 2024-09-06T15:05:15.769960+0000 mon.smithi079 (mon.0) 164 : audit [DBG] from='client.? 172.21.15.90:0/48017970' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-06T15:05:15.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:15 smithi079 bash[19963]: audit 2024-09-06T15:05:15.769960+0000 mon.smithi079 (mon.0) 164 : audit [DBG] from='client.? 172.21.15.90:0/48017970' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-06T15:05:17.054 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:16 smithi079 bash[19963]: cluster 2024-09-06T15:05:15.915887+0000 mon.smithi079 (mon.0) 165 : cluster [INF] Active manager daemon smithi079.ijsnjl restarted 2024-09-06T15:05:17.055 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:16 smithi079 bash[19963]: cluster 2024-09-06T15:05:15.915887+0000 mon.smithi079 (mon.0) 165 : cluster [INF] Active manager daemon smithi079.ijsnjl restarted 2024-09-06T15:05:17.055 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:16 smithi079 bash[19963]: cluster 2024-09-06T15:05:15.916178+0000 mon.smithi079 (mon.0) 166 : cluster [INF] Activating manager daemon smithi079.ijsnjl 2024-09-06T15:05:17.055 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:16 smithi079 bash[19963]: cluster 2024-09-06T15:05:15.916178+0000 mon.smithi079 (mon.0) 166 : cluster [INF] Activating manager daemon smithi079.ijsnjl 2024-09-06T15:05:17.055 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:16 smithi079 bash[19963]: cluster 2024-09-06T15:05:15.919817+0000 mon.smithi079 (mon.0) 167 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-09-06T15:05:17.055 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:16 smithi079 bash[19963]: cluster 2024-09-06T15:05:15.919817+0000 mon.smithi079 (mon.0) 167 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-09-06T15:05:17.055 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:16 smithi079 bash[19963]: cluster 2024-09-06T15:05:15.919928+0000 mon.smithi079 (mon.0) 168 : cluster [DBG] mgrmap e15: smithi079.ijsnjl(active, starting, since 0.0038887s) 2024-09-06T15:05:17.055 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:16 smithi079 bash[19963]: cluster 2024-09-06T15:05:15.919928+0000 mon.smithi079 (mon.0) 168 : cluster [DBG] mgrmap e15: smithi079.ijsnjl(active, starting, since 0.0038887s) 2024-09-06T15:05:17.055 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:16 smithi079 bash[19963]: audit 2024-09-06T15:05:15.923135+0000 mon.smithi079 (mon.0) 169 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "mon metadata", "id": "smithi079"} : dispatch 2024-09-06T15:05:17.055 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:16 smithi079 bash[19963]: audit 2024-09-06T15:05:15.923135+0000 mon.smithi079 (mon.0) 169 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "mon metadata", "id": "smithi079"} : dispatch 2024-09-06T15:05:17.055 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:16 smithi079 bash[19963]: audit 2024-09-06T15:05:15.924104+0000 mon.smithi079 (mon.0) 170 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "mgr metadata", "who": "smithi079.ijsnjl", "id": "smithi079.ijsnjl"} : dispatch 2024-09-06T15:05:17.055 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:16 smithi079 bash[19963]: audit 2024-09-06T15:05:15.924104+0000 mon.smithi079 (mon.0) 170 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "mgr metadata", "who": "smithi079.ijsnjl", "id": "smithi079.ijsnjl"} : dispatch 2024-09-06T15:05:17.056 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:16 smithi079 bash[19963]: audit 2024-09-06T15:05:15.924992+0000 mon.smithi079 (mon.0) 171 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "mds metadata"} : dispatch 2024-09-06T15:05:17.056 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:16 smithi079 bash[19963]: audit 2024-09-06T15:05:15.924992+0000 mon.smithi079 (mon.0) 171 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "mds metadata"} : dispatch 2024-09-06T15:05:17.056 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:16 smithi079 bash[19963]: audit 2024-09-06T15:05:15.925149+0000 mon.smithi079 (mon.0) 172 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata"} : dispatch 2024-09-06T15:05:17.056 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:16 smithi079 bash[19963]: audit 2024-09-06T15:05:15.925149+0000 mon.smithi079 (mon.0) 172 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata"} : dispatch 2024-09-06T15:05:17.056 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:16 smithi079 bash[19963]: audit 2024-09-06T15:05:15.925273+0000 mon.smithi079 (mon.0) 173 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "mon metadata"} : dispatch 2024-09-06T15:05:17.056 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:16 smithi079 bash[19963]: audit 2024-09-06T15:05:15.925273+0000 mon.smithi079 (mon.0) 173 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "mon metadata"} : dispatch 2024-09-06T15:05:17.056 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:16 smithi079 bash[19963]: cluster 2024-09-06T15:05:15.951634+0000 mon.smithi079 (mon.0) 174 : cluster [INF] Manager daemon smithi079.ijsnjl is now available 2024-09-06T15:05:17.056 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:16 smithi079 bash[19963]: cluster 2024-09-06T15:05:15.951634+0000 mon.smithi079 (mon.0) 174 : cluster [INF] Manager daemon smithi079.ijsnjl is now available 2024-09-06T15:05:17.056 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:16 smithi079 bash[19963]: audit 2024-09-06T15:05:16.225823+0000 mon.smithi079 (mon.0) 175 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-06T15:05:17.056 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:16 smithi079 bash[19963]: audit 2024-09-06T15:05:16.225823+0000 mon.smithi079 (mon.0) 175 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-06T15:05:17.056 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:16 smithi079 bash[19963]: audit 2024-09-06T15:05:16.241198+0000 mon.smithi079 (mon.0) 176 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:17.056 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:16 smithi079 bash[19963]: audit 2024-09-06T15:05:16.241198+0000 mon.smithi079 (mon.0) 176 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:17.057 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:16 smithi079 bash[19963]: audit 2024-09-06T15:05:16.246740+0000 mon.smithi079 (mon.0) 177 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:17.057 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:16 smithi079 bash[19963]: audit 2024-09-06T15:05:16.246740+0000 mon.smithi079 (mon.0) 177 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:17.057 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:16 smithi079 bash[19963]: audit 2024-09-06T15:05:16.247565+0000 mon.smithi079 (mon.0) 178 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-06T15:05:17.057 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:16 smithi079 bash[19963]: audit 2024-09-06T15:05:16.247565+0000 mon.smithi079 (mon.0) 178 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-06T15:05:17.057 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:16 smithi079 bash[19963]: audit 2024-09-06T15:05:16.249570+0000 mon.smithi079 (mon.0) 179 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:05:17.057 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:16 smithi079 bash[19963]: audit 2024-09-06T15:05:16.249570+0000 mon.smithi079 (mon.0) 179 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:05:17.057 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:16 smithi079 bash[19963]: audit 2024-09-06T15:05:16.253740+0000 mon.smithi079 (mon.0) 180 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi079.ijsnjl/mirror_snapshot_schedule"} : dispatch 2024-09-06T15:05:17.057 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:16 smithi079 bash[19963]: audit 2024-09-06T15:05:16.253740+0000 mon.smithi079 (mon.0) 180 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi079.ijsnjl/mirror_snapshot_schedule"} : dispatch 2024-09-06T15:05:17.057 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:16 smithi079 bash[19963]: audit 2024-09-06T15:05:16.262512+0000 mon.smithi079 (mon.0) 181 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi079.ijsnjl/trash_purge_schedule"} : dispatch 2024-09-06T15:05:17.057 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:16 smithi079 bash[19963]: audit 2024-09-06T15:05:16.262512+0000 mon.smithi079 (mon.0) 181 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi079.ijsnjl/trash_purge_schedule"} : dispatch 2024-09-06T15:05:17.432 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-06T15:05:17.433 DEBUG:teuthology.orchestra.run.smithi090:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8b38c33cecf4b0b7a9b3116eb9089e21e444ac73 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d8ce0702-6c60-11ef-bce4-c7b262605968 -- ceph mon dump -f json 2024-09-06T15:05:18.098 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:17 smithi079 bash[19963]: cluster 2024-09-06T15:05:16.923545+0000 mon.smithi079 (mon.0) 182 : cluster [DBG] mgrmap e16: smithi079.ijsnjl(active, since 1.0075s) 2024-09-06T15:05:18.098 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:17 smithi079 bash[19963]: cluster 2024-09-06T15:05:16.923545+0000 mon.smithi079 (mon.0) 182 : cluster [DBG] mgrmap e16: smithi079.ijsnjl(active, since 1.0075s) 2024-09-06T15:05:18.098 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:17 smithi079 bash[19963]: audit 2024-09-06T15:05:16.979475+0000 mon.smithi079 (mon.0) 183 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:18.098 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:17 smithi079 bash[19963]: audit 2024-09-06T15:05:16.979475+0000 mon.smithi079 (mon.0) 183 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:18.098 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:17 smithi079 bash[19963]: cephadm 2024-09-06T15:05:17.191485+0000 mgr.smithi079.ijsnjl (mgr.14195) 3 : cephadm [INF] [06/Sep/2024:15:05:17] ENGINE Bus STARTING 2024-09-06T15:05:18.098 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:17 smithi079 bash[19963]: cephadm 2024-09-06T15:05:17.191485+0000 mgr.smithi079.ijsnjl (mgr.14195) 3 : cephadm [INF] [06/Sep/2024:15:05:17] ENGINE Bus STARTING 2024-09-06T15:05:18.098 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:17 smithi079 bash[19963]: cephadm 2024-09-06T15:05:17.312197+0000 mgr.smithi079.ijsnjl (mgr.14195) 4 : cephadm [INF] [06/Sep/2024:15:05:17] ENGINE Serving on https://172.21.15.79:7150 2024-09-06T15:05:18.098 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:17 smithi079 bash[19963]: cephadm 2024-09-06T15:05:17.312197+0000 mgr.smithi079.ijsnjl (mgr.14195) 4 : cephadm [INF] [06/Sep/2024:15:05:17] ENGINE Serving on https://172.21.15.79:7150 2024-09-06T15:05:18.098 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:17 smithi079 bash[19963]: cephadm 2024-09-06T15:05:17.315243+0000 mgr.smithi079.ijsnjl (mgr.14195) 5 : cephadm [ERR] [06/Sep/2024:15:05:17] ENGINE Error in HTTPServer.serve 2024-09-06T15:05:18.099 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:17 smithi079 bash[19963]: Traceback (most recent call last): 2024-09-06T15:05:18.099 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:17 smithi079 bash[19963]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-06T15:05:18.099 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:17 smithi079 bash[19963]: self._connections.run(self.expiration_interval) 2024-09-06T15:05:18.099 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:17 smithi079 bash[19963]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-06T15:05:18.099 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:17 smithi079 bash[19963]: self._run(expiration_interval) 2024-09-06T15:05:18.099 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:17 smithi079 bash[19963]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-06T15:05:18.099 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:17 smithi079 bash[19963]: new_conn = self._from_server_socket(self.server.socket) 2024-09-06T15:05:18.099 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:17 smithi079 bash[19963]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-06T15:05:18.099 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:17 smithi079 bash[19963]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-06T15:05:18.099 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:17 smithi079 bash[19963]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-06T15:05:18.099 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:17 smithi079 bash[19963]: s = self.context.wrap_socket( 2024-09-06T15:05:18.099 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:17 smithi079 bash[19963]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-06T15:05:18.100 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:17 smithi079 bash[19963]: return self.sslsocket_class._create( 2024-09-06T15:05:18.100 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:17 smithi079 bash[19963]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-06T15:05:18.100 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:17 smithi079 bash[19963]: self.do_handshake() 2024-09-06T15:05:18.100 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:17 smithi079 bash[19963]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-06T15:05:18.100 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:17 smithi079 bash[19963]: self._sslobj.do_handshake() 2024-09-06T15:05:18.100 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:17 smithi079 bash[19963]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-06T15:05:18.100 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:17 smithi079 bash[19963]: cephadm 2024-09-06T15:05:17.315243+0000 mgr.smithi079.ijsnjl (mgr.14195) 5 : cephadm [ERR] [06/Sep/2024:15:05:17] ENGINE Error in HTTPServer.serve 2024-09-06T15:05:18.100 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:17 smithi079 bash[19963]: Traceback (most recent call last): 2024-09-06T15:05:18.100 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:17 smithi079 bash[19963]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-06T15:05:18.100 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:17 smithi079 bash[19963]: self._connections.run(self.expiration_interval) 2024-09-06T15:05:18.100 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:17 smithi079 bash[19963]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-06T15:05:18.100 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:17 smithi079 bash[19963]: self._run(expiration_interval) 2024-09-06T15:05:18.100 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:17 smithi079 bash[19963]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-06T15:05:18.101 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:17 smithi079 bash[19963]: new_conn = self._from_server_socket(self.server.socket) 2024-09-06T15:05:18.101 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:17 smithi079 bash[19963]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-06T15:05:18.101 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:17 smithi079 bash[19963]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-06T15:05:18.101 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:17 smithi079 bash[19963]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-06T15:05:18.101 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:17 smithi079 bash[19963]: s = self.context.wrap_socket( 2024-09-06T15:05:18.101 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:17 smithi079 bash[19963]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-06T15:05:18.101 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:17 smithi079 bash[19963]: return self.sslsocket_class._create( 2024-09-06T15:05:18.101 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:17 smithi079 bash[19963]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-06T15:05:18.101 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:17 smithi079 bash[19963]: self.do_handshake() 2024-09-06T15:05:18.101 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:17 smithi079 bash[19963]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-06T15:05:18.101 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:17 smithi079 bash[19963]: self._sslobj.do_handshake() 2024-09-06T15:05:18.101 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:17 smithi079 bash[19963]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-06T15:05:18.102 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:17 smithi079 bash[19963]: cephadm 2024-09-06T15:05:17.413455+0000 mgr.smithi079.ijsnjl (mgr.14195) 6 : cephadm [INF] [06/Sep/2024:15:05:17] ENGINE Serving on http://172.21.15.79:8765 2024-09-06T15:05:18.102 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:17 smithi079 bash[19963]: cephadm 2024-09-06T15:05:17.413455+0000 mgr.smithi079.ijsnjl (mgr.14195) 6 : cephadm [INF] [06/Sep/2024:15:05:17] ENGINE Serving on http://172.21.15.79:8765 2024-09-06T15:05:18.102 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:17 smithi079 bash[19963]: cephadm 2024-09-06T15:05:17.413744+0000 mgr.smithi079.ijsnjl (mgr.14195) 7 : cephadm [INF] [06/Sep/2024:15:05:17] ENGINE Bus STARTED 2024-09-06T15:05:18.102 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:17 smithi079 bash[19963]: cephadm 2024-09-06T15:05:17.413744+0000 mgr.smithi079.ijsnjl (mgr.14195) 7 : cephadm [INF] [06/Sep/2024:15:05:17] ENGINE Bus STARTED 2024-09-06T15:05:18.629 INFO:teuthology.orchestra.run.smithi090.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-06T15:05:19.661 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:19 smithi079 bash[19963]: audit 2024-09-06T15:05:18.531957+0000 mon.smithi079 (mon.0) 184 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:19.661 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:19 smithi079 bash[19963]: audit 2024-09-06T15:05:18.531957+0000 mon.smithi079 (mon.0) 184 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:19.661 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:19 smithi079 bash[19963]: cluster 2024-09-06T15:05:18.927888+0000 mon.smithi079 (mon.0) 185 : cluster [DBG] mgrmap e17: smithi079.ijsnjl(active, since 3s) 2024-09-06T15:05:19.661 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:19 smithi079 bash[19963]: cluster 2024-09-06T15:05:18.927888+0000 mon.smithi079 (mon.0) 185 : cluster [DBG] mgrmap e17: smithi079.ijsnjl(active, since 3s) 2024-09-06T15:05:19.665 INFO:teuthology.orchestra.run.smithi090.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-06T15:05:20.970 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:20 smithi079 bash[19963]: audit 2024-09-06T15:05:19.753015+0000 mon.smithi079 (mon.0) 186 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:20.970 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:20 smithi079 bash[19963]: audit 2024-09-06T15:05:19.753015+0000 mon.smithi079 (mon.0) 186 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:21.139 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-09-06T15:05:21.139 INFO:teuthology.orchestra.run.smithi090.stdout:{"epoch":1,"fsid":"d8ce0702-6c60-11ef-bce4-c7b262605968","modified":"2024-09-06T15:02:35.106619Z","created":"2024-09-06T15:02:35.106619Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi079","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:3300","nonce":0},{"type":"v1","addr":"172.21.15.79:6789","nonce":0}]},"addr":"172.21.15.79:6789/0","public_addr":"172.21.15.79:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-06T15:05:21.140 INFO:teuthology.orchestra.run.smithi090.stderr:dumped monmap epoch 1 2024-09-06T15:05:22.013 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:21 smithi079 bash[19963]: audit 2024-09-06T15:05:21.141430+0000 mon.smithi079 (mon.0) 187 : audit [DBG] from='client.? 172.21.15.90:0/864261841' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-06T15:05:22.013 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:21 smithi079 bash[19963]: audit 2024-09-06T15:05:21.141430+0000 mon.smithi079 (mon.0) 187 : audit [DBG] from='client.? 172.21.15.90:0/864261841' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-06T15:05:23.171 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-06T15:05:23.171 DEBUG:teuthology.orchestra.run.smithi090:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8b38c33cecf4b0b7a9b3116eb9089e21e444ac73 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d8ce0702-6c60-11ef-bce4-c7b262605968 -- ceph mon dump -f json 2024-09-06T15:05:23.784 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:23 smithi079 bash[19963]: audit 2024-09-06T15:05:22.300698+0000 mon.smithi079 (mon.0) 188 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:23.784 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:23 smithi079 bash[19963]: audit 2024-09-06T15:05:22.300698+0000 mon.smithi079 (mon.0) 188 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:23.784 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:23 smithi079 bash[19963]: audit 2024-09-06T15:05:22.303353+0000 mon.smithi079 (mon.0) 189 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:23.784 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:23 smithi079 bash[19963]: audit 2024-09-06T15:05:22.303353+0000 mon.smithi079 (mon.0) 189 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:24.397 INFO:teuthology.orchestra.run.smithi090.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-06T15:05:24.784 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:24 smithi079 bash[19963]: audit 2024-09-06T15:05:23.474859+0000 mon.smithi079 (mon.0) 190 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:24.784 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:24 smithi079 bash[19963]: audit 2024-09-06T15:05:23.474859+0000 mon.smithi079 (mon.0) 190 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:24.785 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:24 smithi079 bash[19963]: audit 2024-09-06T15:05:23.479171+0000 mon.smithi079 (mon.0) 191 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:24.785 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:24 smithi079 bash[19963]: audit 2024-09-06T15:05:23.479171+0000 mon.smithi079 (mon.0) 191 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:24.785 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:24 smithi079 bash[19963]: audit 2024-09-06T15:05:23.481026+0000 mon.smithi079 (mon.0) 192 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config rm", "who": "osd/host:smithi079", "name": "osd_memory_target"} : dispatch 2024-09-06T15:05:24.785 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:24 smithi079 bash[19963]: audit 2024-09-06T15:05:23.481026+0000 mon.smithi079 (mon.0) 192 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config rm", "who": "osd/host:smithi079", "name": "osd_memory_target"} : dispatch 2024-09-06T15:05:26.645 INFO:teuthology.orchestra.run.smithi090.stderr:Inferring config /var/lib/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/config/ceph.conf 2024-09-06T15:05:27.534 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:27 smithi079 bash[19963]: audit 2024-09-06T15:05:26.250804+0000 mon.smithi079 (mon.0) 193 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:27.535 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:27 smithi079 bash[19963]: audit 2024-09-06T15:05:26.250804+0000 mon.smithi079 (mon.0) 193 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:27.535 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:27 smithi079 bash[19963]: audit 2024-09-06T15:05:26.256422+0000 mon.smithi079 (mon.0) 194 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:27.535 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:27 smithi079 bash[19963]: audit 2024-09-06T15:05:26.256422+0000 mon.smithi079 (mon.0) 194 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:27.535 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:27 smithi079 bash[19963]: audit 2024-09-06T15:05:26.263414+0000 mon.smithi079 (mon.0) 195 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:27.535 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:27 smithi079 bash[19963]: audit 2024-09-06T15:05:26.263414+0000 mon.smithi079 (mon.0) 195 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:27.535 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:27 smithi079 bash[19963]: audit 2024-09-06T15:05:26.268848+0000 mon.smithi079 (mon.0) 196 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:27.535 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:27 smithi079 bash[19963]: audit 2024-09-06T15:05:26.268848+0000 mon.smithi079 (mon.0) 196 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:27.535 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:27 smithi079 bash[19963]: audit 2024-09-06T15:05:26.270562+0000 mon.smithi079 (mon.0) 197 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config rm", "who": "osd/host:smithi090", "name": "osd_memory_target"} : dispatch 2024-09-06T15:05:27.535 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:27 smithi079 bash[19963]: audit 2024-09-06T15:05:26.270562+0000 mon.smithi079 (mon.0) 197 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config rm", "who": "osd/host:smithi090", "name": "osd_memory_target"} : dispatch 2024-09-06T15:05:27.536 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:27 smithi079 bash[19963]: audit 2024-09-06T15:05:26.273128+0000 mon.smithi079 (mon.0) 198 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:05:27.536 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:27 smithi079 bash[19963]: audit 2024-09-06T15:05:26.273128+0000 mon.smithi079 (mon.0) 198 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:05:27.536 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:27 smithi079 bash[19963]: audit 2024-09-06T15:05:26.275000+0000 mon.smithi079 (mon.0) 199 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-06T15:05:27.536 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:27 smithi079 bash[19963]: audit 2024-09-06T15:05:26.275000+0000 mon.smithi079 (mon.0) 199 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-06T15:05:27.536 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:27 smithi079 bash[19963]: cephadm 2024-09-06T15:05:26.277528+0000 mgr.smithi079.ijsnjl (mgr.14195) 8 : cephadm [INF] Updating smithi079:/etc/ceph/ceph.conf 2024-09-06T15:05:27.536 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:27 smithi079 bash[19963]: cephadm 2024-09-06T15:05:26.277528+0000 mgr.smithi079.ijsnjl (mgr.14195) 8 : cephadm [INF] Updating smithi079:/etc/ceph/ceph.conf 2024-09-06T15:05:27.536 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:27 smithi079 bash[19963]: cephadm 2024-09-06T15:05:26.277953+0000 mgr.smithi079.ijsnjl (mgr.14195) 9 : cephadm [INF] Updating smithi090:/etc/ceph/ceph.conf 2024-09-06T15:05:27.536 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:27 smithi079 bash[19963]: cephadm 2024-09-06T15:05:26.277953+0000 mgr.smithi079.ijsnjl (mgr.14195) 9 : cephadm [INF] Updating smithi090:/etc/ceph/ceph.conf 2024-09-06T15:05:27.536 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:27 smithi079 bash[19963]: cephadm 2024-09-06T15:05:26.475516+0000 mgr.smithi079.ijsnjl (mgr.14195) 10 : cephadm [INF] Updating smithi079:/var/lib/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/config/ceph.conf 2024-09-06T15:05:27.537 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:27 smithi079 bash[19963]: cephadm 2024-09-06T15:05:26.475516+0000 mgr.smithi079.ijsnjl (mgr.14195) 10 : cephadm [INF] Updating smithi079:/var/lib/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/config/ceph.conf 2024-09-06T15:05:27.537 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:27 smithi079 bash[19963]: cephadm 2024-09-06T15:05:26.478483+0000 mgr.smithi079.ijsnjl (mgr.14195) 11 : cephadm [INF] Updating smithi090:/var/lib/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/config/ceph.conf 2024-09-06T15:05:27.537 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:27 smithi079 bash[19963]: cephadm 2024-09-06T15:05:26.478483+0000 mgr.smithi079.ijsnjl (mgr.14195) 11 : cephadm [INF] Updating smithi090:/var/lib/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/config/ceph.conf 2024-09-06T15:05:27.537 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:27 smithi079 bash[19963]: cephadm 2024-09-06T15:05:26.604404+0000 mgr.smithi079.ijsnjl (mgr.14195) 12 : cephadm [INF] Updating smithi079:/etc/ceph/ceph.client.admin.keyring 2024-09-06T15:05:27.537 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:27 smithi079 bash[19963]: cephadm 2024-09-06T15:05:26.604404+0000 mgr.smithi079.ijsnjl (mgr.14195) 12 : cephadm [INF] Updating smithi079:/etc/ceph/ceph.client.admin.keyring 2024-09-06T15:05:27.537 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:27 smithi079 bash[19963]: cephadm 2024-09-06T15:05:26.617901+0000 mgr.smithi079.ijsnjl (mgr.14195) 13 : cephadm [INF] Updating smithi090:/etc/ceph/ceph.client.admin.keyring 2024-09-06T15:05:27.537 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:27 smithi079 bash[19963]: cephadm 2024-09-06T15:05:26.617901+0000 mgr.smithi079.ijsnjl (mgr.14195) 13 : cephadm [INF] Updating smithi090:/etc/ceph/ceph.client.admin.keyring 2024-09-06T15:05:27.538 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:27 smithi079 bash[19963]: cephadm 2024-09-06T15:05:26.739168+0000 mgr.smithi079.ijsnjl (mgr.14195) 14 : cephadm [INF] Updating smithi079:/var/lib/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/config/ceph.client.admin.keyring 2024-09-06T15:05:27.538 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:27 smithi079 bash[19963]: cephadm 2024-09-06T15:05:26.739168+0000 mgr.smithi079.ijsnjl (mgr.14195) 14 : cephadm [INF] Updating smithi079:/var/lib/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/config/ceph.client.admin.keyring 2024-09-06T15:05:27.538 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:27 smithi079 bash[19963]: audit 2024-09-06T15:05:26.848600+0000 mon.smithi079 (mon.0) 200 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:27.538 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:27 smithi079 bash[19963]: audit 2024-09-06T15:05:26.848600+0000 mon.smithi079 (mon.0) 200 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:27.538 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:27 smithi079 bash[19963]: audit 2024-09-06T15:05:26.852701+0000 mon.smithi079 (mon.0) 201 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:27.538 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:27 smithi079 bash[19963]: audit 2024-09-06T15:05:26.852701+0000 mon.smithi079 (mon.0) 201 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:27.538 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:27 smithi079 bash[19963]: audit 2024-09-06T15:05:26.981288+0000 mon.smithi079 (mon.0) 202 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:27.538 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:27 smithi079 bash[19963]: audit 2024-09-06T15:05:26.981288+0000 mon.smithi079 (mon.0) 202 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:27.538 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:27 smithi079 bash[19963]: audit 2024-09-06T15:05:26.985839+0000 mon.smithi079 (mon.0) 203 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:27.538 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:27 smithi079 bash[19963]: audit 2024-09-06T15:05:26.985839+0000 mon.smithi079 (mon.0) 203 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:27.538 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:27 smithi079 bash[19963]: audit 2024-09-06T15:05:26.992680+0000 mon.smithi079 (mon.0) 204 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:27.538 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:27 smithi079 bash[19963]: audit 2024-09-06T15:05:26.992680+0000 mon.smithi079 (mon.0) 204 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:27.539 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:27 smithi079 bash[19963]: audit 2024-09-06T15:05:26.995620+0000 mon.smithi079 (mon.0) 205 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi090", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]} : dispatch 2024-09-06T15:05:27.539 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:27 smithi079 bash[19963]: audit 2024-09-06T15:05:26.995620+0000 mon.smithi079 (mon.0) 205 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi090", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]} : dispatch 2024-09-06T15:05:27.539 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:27 smithi079 bash[19963]: audit 2024-09-06T15:05:26.997872+0000 mon.smithi079 (mon.0) 206 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi090", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2024-09-06T15:05:27.539 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:27 smithi079 bash[19963]: audit 2024-09-06T15:05:26.997872+0000 mon.smithi079 (mon.0) 206 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi090", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2024-09-06T15:05:27.539 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:27 smithi079 bash[19963]: audit 2024-09-06T15:05:27.002313+0000 mon.smithi079 (mon.0) 207 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:05:27.539 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:27 smithi079 bash[19963]: audit 2024-09-06T15:05:27.002313+0000 mon.smithi079 (mon.0) 207 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:05:28.007 INFO:teuthology.orchestra.run.smithi090.stderr:dumped monmap epoch 1 2024-09-06T15:05:28.007 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-09-06T15:05:28.007 INFO:teuthology.orchestra.run.smithi090.stdout:{"epoch":1,"fsid":"d8ce0702-6c60-11ef-bce4-c7b262605968","modified":"2024-09-06T15:02:35.106619Z","created":"2024-09-06T15:02:35.106619Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi079","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:3300","nonce":0},{"type":"v1","addr":"172.21.15.79:6789","nonce":0}]},"addr":"172.21.15.79:6789/0","public_addr":"172.21.15.79:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-06T15:05:28.534 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:28 smithi079 bash[19963]: cephadm 2024-09-06T15:05:26.849055+0000 mgr.smithi079.ijsnjl (mgr.14195) 15 : cephadm [INF] Updating smithi090:/var/lib/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/config/ceph.client.admin.keyring 2024-09-06T15:05:28.534 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:28 smithi079 bash[19963]: cephadm 2024-09-06T15:05:26.849055+0000 mgr.smithi079.ijsnjl (mgr.14195) 15 : cephadm [INF] Updating smithi090:/var/lib/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/config/ceph.client.admin.keyring 2024-09-06T15:05:28.535 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:28 smithi079 bash[19963]: cephadm 2024-09-06T15:05:27.004173+0000 mgr.smithi079.ijsnjl (mgr.14195) 16 : cephadm [INF] Deploying daemon ceph-exporter.smithi090 on smithi090 2024-09-06T15:05:28.535 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:28 smithi079 bash[19963]: cephadm 2024-09-06T15:05:27.004173+0000 mgr.smithi079.ijsnjl (mgr.14195) 16 : cephadm [INF] Deploying daemon ceph-exporter.smithi090 on smithi090 2024-09-06T15:05:28.535 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:28 smithi079 bash[19963]: audit 2024-09-06T15:05:28.009343+0000 mon.smithi079 (mon.0) 208 : audit [DBG] from='client.? 172.21.15.90:0/965060933' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-06T15:05:28.535 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:28 smithi079 bash[19963]: audit 2024-09-06T15:05:28.009343+0000 mon.smithi079 (mon.0) 208 : audit [DBG] from='client.? 172.21.15.90:0/965060933' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-06T15:05:30.056 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-06T15:05:30.056 DEBUG:teuthology.orchestra.run.smithi090:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8b38c33cecf4b0b7a9b3116eb9089e21e444ac73 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d8ce0702-6c60-11ef-bce4-c7b262605968 -- ceph mon dump -f json 2024-09-06T15:05:31.280 INFO:teuthology.orchestra.run.smithi090.stderr:Inferring config /var/lib/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/config/ceph.conf 2024-09-06T15:05:31.784 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:31 smithi079 bash[19963]: audit 2024-09-06T15:05:31.244762+0000 mon.smithi079 (mon.0) 209 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:05:31.784 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:31 smithi079 bash[19963]: audit 2024-09-06T15:05:31.244762+0000 mon.smithi079 (mon.0) 209 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:05:32.785 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:32 smithi079 bash[19963]: audit 2024-09-06T15:05:31.356960+0000 mon.smithi079 (mon.0) 210 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:32.785 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:32 smithi079 bash[19963]: audit 2024-09-06T15:05:31.356960+0000 mon.smithi079 (mon.0) 210 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:32.785 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:32 smithi079 bash[19963]: audit 2024-09-06T15:05:31.363299+0000 mon.smithi079 (mon.0) 211 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:32.785 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:32 smithi079 bash[19963]: audit 2024-09-06T15:05:31.363299+0000 mon.smithi079 (mon.0) 211 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:32.785 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:32 smithi079 bash[19963]: audit 2024-09-06T15:05:31.369964+0000 mon.smithi079 (mon.0) 212 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:32.785 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:32 smithi079 bash[19963]: audit 2024-09-06T15:05:31.369964+0000 mon.smithi079 (mon.0) 212 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:32.785 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:32 smithi079 bash[19963]: audit 2024-09-06T15:05:31.376174+0000 mon.smithi079 (mon.0) 213 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:32.785 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:32 smithi079 bash[19963]: audit 2024-09-06T15:05:31.376174+0000 mon.smithi079 (mon.0) 213 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:32.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:32 smithi079 bash[19963]: audit 2024-09-06T15:05:31.379012+0000 mon.smithi079 (mon.0) 214 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get-or-create", "entity": "client.crash.smithi090", "caps": ["mon", "profile crash", "mgr", "profile crash"]} : dispatch 2024-09-06T15:05:32.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:32 smithi079 bash[19963]: audit 2024-09-06T15:05:31.379012+0000 mon.smithi079 (mon.0) 214 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get-or-create", "entity": "client.crash.smithi090", "caps": ["mon", "profile crash", "mgr", "profile crash"]} : dispatch 2024-09-06T15:05:32.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:32 smithi079 bash[19963]: audit 2024-09-06T15:05:31.381284+0000 mon.smithi079 (mon.0) 215 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi090", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-09-06T15:05:32.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:32 smithi079 bash[19963]: audit 2024-09-06T15:05:31.381284+0000 mon.smithi079 (mon.0) 215 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi090", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-09-06T15:05:32.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:32 smithi079 bash[19963]: audit 2024-09-06T15:05:31.385657+0000 mon.smithi079 (mon.0) 216 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:05:32.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:32 smithi079 bash[19963]: audit 2024-09-06T15:05:31.385657+0000 mon.smithi079 (mon.0) 216 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:05:32.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:32 smithi079 bash[19963]: cephadm 2024-09-06T15:05:31.387622+0000 mgr.smithi079.ijsnjl (mgr.14195) 17 : cephadm [INF] Deploying daemon crash.smithi090 on smithi090 2024-09-06T15:05:32.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:32 smithi079 bash[19963]: cephadm 2024-09-06T15:05:31.387622+0000 mgr.smithi079.ijsnjl (mgr.14195) 17 : cephadm [INF] Deploying daemon crash.smithi090 on smithi090 2024-09-06T15:05:34.615 INFO:teuthology.orchestra.run.smithi090.stderr:dumped monmap epoch 1 2024-09-06T15:05:34.615 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-09-06T15:05:34.615 INFO:teuthology.orchestra.run.smithi090.stdout:{"epoch":1,"fsid":"d8ce0702-6c60-11ef-bce4-c7b262605968","modified":"2024-09-06T15:02:35.106619Z","created":"2024-09-06T15:02:35.106619Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi079","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:3300","nonce":0},{"type":"v1","addr":"172.21.15.79:6789","nonce":0}]},"addr":"172.21.15.79:6789/0","public_addr":"172.21.15.79:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-06T15:05:35.034 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:34 smithi079 bash[19963]: audit 2024-09-06T15:05:34.617154+0000 mon.smithi079 (mon.0) 217 : audit [DBG] from='client.? 172.21.15.90:0/228323743' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-06T15:05:35.034 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:34 smithi079 bash[19963]: audit 2024-09-06T15:05:34.617154+0000 mon.smithi079 (mon.0) 217 : audit [DBG] from='client.? 172.21.15.90:0/228323743' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-06T15:05:36.607 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-06T15:05:36.608 DEBUG:teuthology.orchestra.run.smithi090:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8b38c33cecf4b0b7a9b3116eb9089e21e444ac73 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d8ce0702-6c60-11ef-bce4-c7b262605968 -- ceph mon dump -f json 2024-09-06T15:05:37.535 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:37 smithi079 bash[19963]: cluster 2024-09-06T15:05:35.926900+0000 mgr.smithi079.ijsnjl (mgr.14195) 18 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:05:37.535 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:37 smithi079 bash[19963]: cluster 2024-09-06T15:05:35.926900+0000 mgr.smithi079.ijsnjl (mgr.14195) 18 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:05:37.535 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:37 smithi079 bash[19963]: audit 2024-09-06T15:05:36.065380+0000 mon.smithi079 (mon.0) 218 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:37.535 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:37 smithi079 bash[19963]: audit 2024-09-06T15:05:36.065380+0000 mon.smithi079 (mon.0) 218 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:37.535 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:37 smithi079 bash[19963]: audit 2024-09-06T15:05:36.071177+0000 mon.smithi079 (mon.0) 219 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:37.535 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:37 smithi079 bash[19963]: audit 2024-09-06T15:05:36.071177+0000 mon.smithi079 (mon.0) 219 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:37.535 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:37 smithi079 bash[19963]: audit 2024-09-06T15:05:36.078131+0000 mon.smithi079 (mon.0) 220 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:37.535 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:37 smithi079 bash[19963]: audit 2024-09-06T15:05:36.078131+0000 mon.smithi079 (mon.0) 220 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:37.536 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:37 smithi079 bash[19963]: audit 2024-09-06T15:05:36.091998+0000 mon.smithi079 (mon.0) 221 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:37.536 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:37 smithi079 bash[19963]: audit 2024-09-06T15:05:36.091998+0000 mon.smithi079 (mon.0) 221 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:37.536 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:37 smithi079 bash[19963]: cephadm 2024-09-06T15:05:36.095497+0000 mgr.smithi079.ijsnjl (mgr.14195) 19 : cephadm [INF] Deploying daemon node-exporter.smithi090 on smithi090 2024-09-06T15:05:37.536 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:37 smithi079 bash[19963]: cephadm 2024-09-06T15:05:36.095497+0000 mgr.smithi079.ijsnjl (mgr.14195) 19 : cephadm [INF] Deploying daemon node-exporter.smithi090 on smithi090 2024-09-06T15:05:37.536 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:37 smithi079 bash[19963]: audit 2024-09-06T15:05:36.245905+0000 mon.smithi079 (mon.0) 222 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:37.536 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:37 smithi079 bash[19963]: audit 2024-09-06T15:05:36.245905+0000 mon.smithi079 (mon.0) 222 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:38.785 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:38 smithi079 bash[19963]: audit 2024-09-06T15:05:37.316498+0000 mon.smithi079 (mon.0) 223 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:38.785 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:38 smithi079 bash[19963]: audit 2024-09-06T15:05:37.316498+0000 mon.smithi079 (mon.0) 223 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:38.785 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:38 smithi079 bash[19963]: audit 2024-09-06T15:05:37.322346+0000 mon.smithi079 (mon.0) 224 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:38.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:38 smithi079 bash[19963]: audit 2024-09-06T15:05:37.322346+0000 mon.smithi079 (mon.0) 224 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:38.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:38 smithi079 bash[19963]: audit 2024-09-06T15:05:37.328158+0000 mon.smithi079 (mon.0) 225 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:38.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:38 smithi079 bash[19963]: audit 2024-09-06T15:05:37.328158+0000 mon.smithi079 (mon.0) 225 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:38.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:38 smithi079 bash[19963]: audit 2024-09-06T15:05:37.333661+0000 mon.smithi079 (mon.0) 226 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:38.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:38 smithi079 bash[19963]: audit 2024-09-06T15:05:37.333661+0000 mon.smithi079 (mon.0) 226 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:38.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:38 smithi079 bash[19963]: audit 2024-09-06T15:05:37.337893+0000 mon.smithi079 (mon.0) 227 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get-or-create", "entity": "mgr.smithi090.kgwrey", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-06T15:05:38.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:38 smithi079 bash[19963]: audit 2024-09-06T15:05:37.337893+0000 mon.smithi079 (mon.0) 227 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get-or-create", "entity": "mgr.smithi090.kgwrey", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-06T15:05:38.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:38 smithi079 bash[19963]: audit 2024-09-06T15:05:37.339622+0000 mon.smithi079 (mon.0) 228 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi090.kgwrey", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-06T15:05:38.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:38 smithi079 bash[19963]: audit 2024-09-06T15:05:37.339622+0000 mon.smithi079 (mon.0) 228 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi090.kgwrey", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-06T15:05:38.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:38 smithi079 bash[19963]: audit 2024-09-06T15:05:37.344038+0000 mon.smithi079 (mon.0) 229 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "mgr services"} : dispatch 2024-09-06T15:05:38.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:38 smithi079 bash[19963]: audit 2024-09-06T15:05:37.344038+0000 mon.smithi079 (mon.0) 229 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "mgr services"} : dispatch 2024-09-06T15:05:38.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:38 smithi079 bash[19963]: audit 2024-09-06T15:05:37.345946+0000 mon.smithi079 (mon.0) 230 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:05:38.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:38 smithi079 bash[19963]: audit 2024-09-06T15:05:37.345946+0000 mon.smithi079 (mon.0) 230 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:05:38.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:38 smithi079 bash[19963]: cephadm 2024-09-06T15:05:37.348025+0000 mgr.smithi079.ijsnjl (mgr.14195) 20 : cephadm [INF] Deploying daemon mgr.smithi090.kgwrey on smithi090 2024-09-06T15:05:38.787 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:38 smithi079 bash[19963]: cephadm 2024-09-06T15:05:37.348025+0000 mgr.smithi079.ijsnjl (mgr.14195) 20 : cephadm [INF] Deploying daemon mgr.smithi090.kgwrey on smithi090 2024-09-06T15:05:39.785 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:39 smithi079 bash[19963]: cluster 2024-09-06T15:05:37.927351+0000 mgr.smithi079.ijsnjl (mgr.14195) 21 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:05:39.785 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:39 smithi079 bash[19963]: cluster 2024-09-06T15:05:37.927351+0000 mgr.smithi079.ijsnjl (mgr.14195) 21 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:05:41.327 INFO:teuthology.orchestra.run.smithi090.stderr:Inferring config /var/lib/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/config/ceph.conf 2024-09-06T15:05:41.785 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:41 smithi079 bash[19963]: cluster 2024-09-06T15:05:39.927863+0000 mgr.smithi079.ijsnjl (mgr.14195) 22 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:05:41.785 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:41 smithi079 bash[19963]: cluster 2024-09-06T15:05:39.927863+0000 mgr.smithi079.ijsnjl (mgr.14195) 22 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:05:41.785 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:41 smithi079 bash[19963]: audit 2024-09-06T15:05:41.252435+0000 mon.smithi079 (mon.0) 231 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:41.785 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:41 smithi079 bash[19963]: audit 2024-09-06T15:05:41.252435+0000 mon.smithi079 (mon.0) 231 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:42.411 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:41 smithi090 systemd[1]: /etc/systemd/system/ceph-d8ce0702-6c60-11ef-bce4-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-06T15:05:42.785 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:42 smithi079 bash[19963]: audit 2024-09-06T15:05:41.463314+0000 mon.smithi079 (mon.0) 232 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:42.785 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:42 smithi079 bash[19963]: audit 2024-09-06T15:05:41.463314+0000 mon.smithi079 (mon.0) 232 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:42.785 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:42 smithi079 bash[19963]: audit 2024-09-06T15:05:41.470046+0000 mon.smithi079 (mon.0) 233 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:42.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:42 smithi079 bash[19963]: audit 2024-09-06T15:05:41.470046+0000 mon.smithi079 (mon.0) 233 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:42.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:42 smithi079 bash[19963]: audit 2024-09-06T15:05:41.476846+0000 mon.smithi079 (mon.0) 234 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:42.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:42 smithi079 bash[19963]: audit 2024-09-06T15:05:41.476846+0000 mon.smithi079 (mon.0) 234 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:42.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:42 smithi079 bash[19963]: audit 2024-09-06T15:05:41.483236+0000 mon.smithi079 (mon.0) 235 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:42.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:42 smithi079 bash[19963]: audit 2024-09-06T15:05:41.483236+0000 mon.smithi079 (mon.0) 235 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:42.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:42 smithi079 bash[19963]: audit 2024-09-06T15:05:41.486567+0000 mon.smithi079 (mon.0) 236 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-06T15:05:42.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:42 smithi079 bash[19963]: audit 2024-09-06T15:05:41.486567+0000 mon.smithi079 (mon.0) 236 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-06T15:05:42.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:42 smithi079 bash[19963]: audit 2024-09-06T15:05:41.488274+0000 mon.smithi079 (mon.0) 237 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:05:42.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:42 smithi079 bash[19963]: audit 2024-09-06T15:05:41.488274+0000 mon.smithi079 (mon.0) 237 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:05:42.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:42 smithi079 bash[19963]: cephadm 2024-09-06T15:05:41.490307+0000 mgr.smithi079.ijsnjl (mgr.14195) 23 : cephadm [INF] Deploying daemon mon.smithi090 on smithi090 2024-09-06T15:05:42.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:42 smithi079 bash[19963]: cephadm 2024-09-06T15:05:41.490307+0000 mgr.smithi079.ijsnjl (mgr.14195) 23 : cephadm [INF] Deploying daemon mon.smithi090 on smithi090 2024-09-06T15:05:43.785 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:43 smithi079 bash[19963]: cluster 2024-09-06T15:05:41.928290+0000 mgr.smithi079.ijsnjl (mgr.14195) 24 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:05:43.785 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:43 smithi079 bash[19963]: cluster 2024-09-06T15:05:41.928290+0000 mgr.smithi079.ijsnjl (mgr.14195) 24 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:05:44.246 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-09-06T15:05:44.246 INFO:teuthology.orchestra.run.smithi090.stdout:{"epoch":1,"fsid":"d8ce0702-6c60-11ef-bce4-c7b262605968","modified":"2024-09-06T15:02:35.106619Z","created":"2024-09-06T15:02:35.106619Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi079","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:3300","nonce":0},{"type":"v1","addr":"172.21.15.79:6789","nonce":0}]},"addr":"172.21.15.79:6789/0","public_addr":"172.21.15.79:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-06T15:05:44.246 INFO:teuthology.orchestra.run.smithi090.stderr:dumped monmap epoch 1 2024-09-06T15:05:44.785 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:44 smithi079 bash[19963]: audit 2024-09-06T15:05:44.247401+0000 mon.smithi079 (mon.0) 238 : audit [DBG] from='client.? 172.21.15.90:0/3526846627' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-06T15:05:44.785 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:44 smithi079 bash[19963]: audit 2024-09-06T15:05:44.247401+0000 mon.smithi079 (mon.0) 238 : audit [DBG] from='client.? 172.21.15.90:0/3526846627' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-06T15:05:45.785 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:45 smithi079 bash[19963]: cluster 2024-09-06T15:05:43.928726+0000 mgr.smithi079.ijsnjl (mgr.14195) 25 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:05:45.785 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:45 smithi079 bash[19963]: cluster 2024-09-06T15:05:43.928726+0000 mgr.smithi079.ijsnjl (mgr.14195) 25 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:05:46.528 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-06T15:05:46.528 DEBUG:teuthology.orchestra.run.smithi090:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8b38c33cecf4b0b7a9b3116eb9089e21e444ac73 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d8ce0702-6c60-11ef-bce4-c7b262605968 -- ceph mon dump -f json 2024-09-06T15:05:46.785 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:46 smithi079 bash[19963]: audit 2024-09-06T15:05:46.245252+0000 mon.smithi079 (mon.0) 239 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:05:46.788 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:46 smithi079 bash[19963]: audit 2024-09-06T15:05:46.245252+0000 mon.smithi079 (mon.0) 239 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:05:46.788 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:46 smithi079 bash[19963]: audit 2024-09-06T15:05:46.259609+0000 mon.smithi079 (mon.0) 240 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:46.788 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:46 smithi079 bash[19963]: audit 2024-09-06T15:05:46.259609+0000 mon.smithi079 (mon.0) 240 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:47.785 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:47 smithi079 bash[19963]: cluster 2024-09-06T15:05:45.929150+0000 mgr.smithi079.ijsnjl (mgr.14195) 26 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:05:47.785 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:47 smithi079 bash[19963]: cluster 2024-09-06T15:05:45.929150+0000 mgr.smithi079.ijsnjl (mgr.14195) 26 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:05:48.641 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:48 smithi090 systemd[1]: /etc/systemd/system/ceph-d8ce0702-6c60-11ef-bce4-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-06T15:05:48.641 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:48 smithi090 systemd[1]: /etc/systemd/system/ceph-d8ce0702-6c60-11ef-bce4-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-06T15:05:48.641 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:48 smithi090 systemd[1]: /etc/systemd/system/ceph-d8ce0702-6c60-11ef-bce4-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-06T15:05:48.969 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:48 smithi090 systemd[1]: /etc/systemd/system/ceph-d8ce0702-6c60-11ef-bce4-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-06T15:05:48.969 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:48 smithi090 systemd[1]: Started Ceph mon.smithi090 for d8ce0702-6c60-11ef-bce4-c7b262605968. 2024-09-06T15:05:50.096 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.089+0000 7f287dd59c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-06T15:05:50.096 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.089+0000 7f287dd59c80 0 ceph version 19.3.0-4704-g8b38c33c (8b38c33cecf4b0b7a9b3116eb9089e21e444ac73) squid (dev), process ceph-mon, pid 7 2024-09-06T15:05:50.096 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.089+0000 7f287dd59c80 0 pidfile_write: ignore empty --pid-file 2024-09-06T15:05:50.096 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 0 load: jerasure load: lrc 2024-09-06T15:05:50.096 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: RocksDB version: 7.9.2 2024-09-06T15:05:50.097 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Git sha 0 2024-09-06T15:05:50.097 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Compile date 2024-09-04 13:52:53 2024-09-06T15:05:50.097 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: DB SUMMARY 2024-09-06T15:05:50.097 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: DB Session ID: 7IE1YABRL4X0AG4P8YKD 2024-09-06T15:05:50.097 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: CURRENT file: CURRENT 2024-09-06T15:05:50.097 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: IDENTITY file: IDENTITY 2024-09-06T15:05:50.097 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-09-06T15:05:50.097 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi090/store.db dir, Total Num: 0, files: 2024-09-06T15:05:50.097 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi090/store.db: 000004.log size: 511 ; 2024-09-06T15:05:50.097 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.error_if_exists: 0 2024-09-06T15:05:50.097 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.create_if_missing: 0 2024-09-06T15:05:50.097 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.paranoid_checks: 1 2024-09-06T15:05:50.097 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-09-06T15:05:50.098 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-06T15:05:50.098 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-06T15:05:50.098 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.env: 0x55760416f160 2024-09-06T15:05:50.098 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.fs: PosixFileSystem 2024-09-06T15:05:50.098 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.info_log: 0x557605b9fa60 2024-09-06T15:05:50.098 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-06T15:05:50.098 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.statistics: (nil) 2024-09-06T15:05:50.098 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.use_fsync: 0 2024-09-06T15:05:50.098 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.max_log_file_size: 0 2024-09-06T15:05:50.099 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-06T15:05:50.099 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-06T15:05:50.099 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-06T15:05:50.099 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-06T15:05:50.099 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.allow_fallocate: 1 2024-09-06T15:05:50.099 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-06T15:05:50.100 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-06T15:05:50.100 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.use_direct_reads: 0 2024-09-06T15:05:50.100 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-06T15:05:50.100 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.create_missing_column_families: 0 2024-09-06T15:05:50.100 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.db_log_dir: 2024-09-06T15:05:50.100 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.wal_dir: 2024-09-06T15:05:50.100 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-06T15:05:50.100 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-06T15:05:50.100 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-06T15:05:50.100 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-06T15:05:50.100 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-06T15:05:50.100 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-06T15:05:50.100 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.advise_random_on_open: 1 2024-09-06T15:05:50.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-06T15:05:50.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.write_buffer_manager: 0x557605ba2e60 2024-09-06T15:05:50.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-06T15:05:50.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-06T15:05:50.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-06T15:05:50.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.rate_limiter: (nil) 2024-09-06T15:05:50.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-06T15:05:50.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-06T15:05:50.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-06T15:05:50.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-06T15:05:50.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.unordered_write: 0 2024-09-06T15:05:50.101 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-06T15:05:50.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-06T15:05:50.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-06T15:05:50.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-06T15:05:50.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.row_cache: None 2024-09-06T15:05:50.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.wal_filter: None 2024-09-06T15:05:50.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-06T15:05:50.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-06T15:05:50.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.two_write_queues: 0 2024-09-06T15:05:50.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.manual_wal_flush: 0 2024-09-06T15:05:50.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.wal_compression: 0 2024-09-06T15:05:50.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.atomic_flush: 0 2024-09-06T15:05:50.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-06T15:05:50.102 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-09-06T15:05:50.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-09-06T15:05:50.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.log_readahead_size: 0 2024-09-06T15:05:50.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-06T15:05:50.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-09-06T15:05:50.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-06T15:05:50.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-06T15:05:50.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-09-06T15:05:50.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-09-06T15:05:50.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-09-06T15:05:50.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.max_background_jobs: 2 2024-09-06T15:05:50.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.max_background_compactions: -1 2024-09-06T15:05:50.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.max_subcompactions: 1 2024-09-06T15:05:50.103 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-06T15:05:50.104 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-06T15:05:50.104 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-06T15:05:50.104 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.max_total_wal_size: 0 2024-09-06T15:05:50.104 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-06T15:05:50.104 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-06T15:05:50.104 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-06T15:05:50.104 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-06T15:05:50.104 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.max_open_files: -1 2024-09-06T15:05:50.104 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.bytes_per_sync: 0 2024-09-06T15:05:50.104 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-06T15:05:50.104 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-09-06T15:05:50.104 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-06T15:05:50.105 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.max_background_flushes: -1 2024-09-06T15:05:50.105 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Compression algorithms supported: 2024-09-06T15:05:50.105 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: kZSTD supported: 0 2024-09-06T15:05:50.105 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: kXpressCompression supported: 0 2024-09-06T15:05:50.105 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: kBZip2Compression supported: 0 2024-09-06T15:05:50.105 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-06T15:05:50.105 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: kLZ4Compression supported: 1 2024-09-06T15:05:50.105 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: kZlibCompression supported: 1 2024-09-06T15:05:50.105 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-06T15:05:50.105 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: kSnappyCompression supported: 1 2024-09-06T15:05:50.105 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-06T15:05:50.285 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:49 smithi079 bash[19963]: cluster 2024-09-06T15:05:47.929636+0000 mgr.smithi079.ijsnjl (mgr.14195) 27 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:05:50.286 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:49 smithi079 bash[19963]: cluster 2024-09-06T15:05:47.929636+0000 mgr.smithi079.ijsnjl (mgr.14195) 27 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:05:50.286 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:49 smithi079 bash[19963]: audit 2024-09-06T15:05:48.797633+0000 mon.smithi079 (mon.0) 241 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:50.286 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:49 smithi079 bash[19963]: audit 2024-09-06T15:05:48.797633+0000 mon.smithi079 (mon.0) 241 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:50.286 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:49 smithi079 bash[19963]: audit 2024-09-06T15:05:48.803810+0000 mon.smithi079 (mon.0) 242 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:50.286 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:49 smithi079 bash[19963]: audit 2024-09-06T15:05:48.803810+0000 mon.smithi079 (mon.0) 242 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:50.286 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:49 smithi079 bash[19963]: audit 2024-09-06T15:05:48.809919+0000 mon.smithi079 (mon.0) 243 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:50.286 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:49 smithi079 bash[19963]: audit 2024-09-06T15:05:48.809919+0000 mon.smithi079 (mon.0) 243 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:50.286 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:49 smithi079 bash[19963]: audit 2024-09-06T15:05:48.815686+0000 mon.smithi079 (mon.0) 244 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:50.286 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:49 smithi079 bash[19963]: audit 2024-09-06T15:05:48.815686+0000 mon.smithi079 (mon.0) 244 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:50.286 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:49 smithi079 bash[19963]: audit 2024-09-06T15:05:48.825031+0000 mon.smithi079 (mon.0) 245 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:50.286 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:49 smithi079 bash[19963]: audit 2024-09-06T15:05:48.825031+0000 mon.smithi079 (mon.0) 245 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:50.286 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:49 smithi079 bash[19963]: audit 2024-09-06T15:05:48.882885+0000 mon.smithi079 (mon.0) 246 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-06T15:05:50.287 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:49 smithi079 bash[19963]: audit 2024-09-06T15:05:48.882885+0000 mon.smithi079 (mon.0) 246 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-06T15:05:50.412 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-09-06T15:05:50.412 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi090/store.db/MANIFEST-000005 2024-09-06T15:05:50.412 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-06T15:05:50.412 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-06T15:05:50.412 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.merge_operator: 2024-09-06T15:05:50.412 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.compaction_filter: None 2024-09-06T15:05:50.412 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.compaction_filter_factory: None 2024-09-06T15:05:50.412 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-09-06T15:05:50.413 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-06T15:05:50.413 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-06T15:05:50.413 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x557605b9f6e0) 2024-09-06T15:05:50.413 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: cache_index_and_filter_blocks: 1 2024-09-06T15:05:50.413 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-06T15:05:50.413 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-06T15:05:50.413 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: pin_top_level_index_and_filter: 1 2024-09-06T15:05:50.413 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: index_type: 0 2024-09-06T15:05:50.413 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: data_block_index_type: 0 2024-09-06T15:05:50.413 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: index_shortening: 1 2024-09-06T15:05:50.413 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: data_block_hash_table_util_ratio: 0.750000 2024-09-06T15:05:50.413 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: checksum: 4 2024-09-06T15:05:50.414 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: no_block_cache: 0 2024-09-06T15:05:50.414 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: block_cache: 0x557605b94850 2024-09-06T15:05:50.414 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: block_cache_name: BinnedLRUCache 2024-09-06T15:05:50.414 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: block_cache_options: 2024-09-06T15:05:50.414 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: capacity : 536870912 2024-09-06T15:05:50.414 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: num_shard_bits : 4 2024-09-06T15:05:50.414 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: strict_capacity_limit : 0 2024-09-06T15:05:50.414 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: high_pri_pool_ratio: 0.000 2024-09-06T15:05:50.414 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: block_cache_compressed: (nil) 2024-09-06T15:05:50.414 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: persistent_cache: (nil) 2024-09-06T15:05:50.414 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: block_size: 4096 2024-09-06T15:05:50.414 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: block_size_deviation: 10 2024-09-06T15:05:50.415 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: block_restart_interval: 16 2024-09-06T15:05:50.415 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: index_block_restart_interval: 1 2024-09-06T15:05:50.415 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: metadata_block_size: 4096 2024-09-06T15:05:50.415 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: partition_filters: 0 2024-09-06T15:05:50.415 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: use_delta_encoding: 1 2024-09-06T15:05:50.415 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: filter_policy: bloomfilter 2024-09-06T15:05:50.415 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: whole_key_filtering: 1 2024-09-06T15:05:50.415 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: verify_compression: 0 2024-09-06T15:05:50.415 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: read_amp_bytes_per_bit: 0 2024-09-06T15:05:50.415 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: format_version: 5 2024-09-06T15:05:50.415 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: enable_index_compression: 1 2024-09-06T15:05:50.415 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: block_align: 0 2024-09-06T15:05:50.415 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: max_auto_readahead_size: 262144 2024-09-06T15:05:50.417 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: prepopulate_block_cache: 0 2024-09-06T15:05:50.417 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: initial_auto_readahead_size: 8192 2024-09-06T15:05:50.417 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: num_file_reads_for_auto_readahead: 2 2024-09-06T15:05:50.417 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-06T15:05:50.417 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-06T15:05:50.417 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.compression: NoCompression 2024-09-06T15:05:50.417 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-06T15:05:50.417 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-06T15:05:50.418 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-06T15:05:50.418 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.num_levels: 7 2024-09-06T15:05:50.418 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-06T15:05:50.418 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-06T15:05:50.418 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-06T15:05:50.418 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-06T15:05:50.418 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-06T15:05:50.418 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-06T15:05:50.418 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-06T15:05:50.418 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-06T15:05:50.418 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-06T15:05:50.418 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-06T15:05:50.419 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-06T15:05:50.419 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-06T15:05:50.419 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-06T15:05:50.419 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.compression_opts.level: 32767 2024-09-06T15:05:50.419 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-06T15:05:50.419 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-06T15:05:50.419 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-06T15:05:50.419 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-06T15:05:50.419 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-06T15:05:50.419 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.compression_opts.enabled: false 2024-09-06T15:05:50.419 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-06T15:05:50.419 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-06T15:05:50.420 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-06T15:05:50.420 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-06T15:05:50.420 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-06T15:05:50.420 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-06T15:05:50.420 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-06T15:05:50.420 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-06T15:05:50.420 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-06T15:05:50.420 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-06T15:05:50.420 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-06T15:05:50.420 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-06T15:05:50.420 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-06T15:05:50.420 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-06T15:05:50.420 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-06T15:05:50.421 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-06T15:05:50.421 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-06T15:05:50.421 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-06T15:05:50.421 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-06T15:05:50.421 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.arena_block_size: 1048576 2024-09-06T15:05:50.421 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-06T15:05:50.421 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-06T15:05:50.421 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-06T15:05:50.421 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-06T15:05:50.421 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-06T15:05:50.421 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-06T15:05:50.421 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-06T15:05:50.422 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-06T15:05:50.422 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-06T15:05:50.422 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-06T15:05:50.422 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-06T15:05:50.422 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-06T15:05:50.422 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-06T15:05:50.422 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-06T15:05:50.422 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.inplace_update_support: 0 2024-09-06T15:05:50.422 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-06T15:05:50.422 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-06T15:05:50.422 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-06T15:05:50.422 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-06T15:05:50.422 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.bloom_locality: 0 2024-09-06T15:05:50.423 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.max_successive_merges: 0 2024-09-06T15:05:50.423 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-06T15:05:50.423 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-06T15:05:50.423 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.force_consistency_checks: 1 2024-09-06T15:05:50.423 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-06T15:05:50.423 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.ttl: 2592000 2024-09-06T15:05:50.423 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-09-06T15:05:50.423 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-06T15:05:50.423 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-06T15:05:50.423 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.enable_blob_files: false 2024-09-06T15:05:50.423 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.min_blob_size: 0 2024-09-06T15:05:50.423 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.blob_file_size: 268435456 2024-09-06T15:05:50.423 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-09-06T15:05:50.424 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-09-06T15:05:50.424 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-06T15:05:50.424 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-06T15:05:50.424 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-06T15:05:50.424 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-09-06T15:05:50.424 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.093+0000 7f287dd59c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-06T15:05:50.424 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.097+0000 7f287dd59c80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi090/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-09-06T15:05:50.424 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.097+0000 7f287dd59c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-09-06T15:05:50.424 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.097+0000 7f287dd59c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: cd342682-a8a2-401d-beee-19077427fa49 2024-09-06T15:05:50.424 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.097+0000 7f287dd59c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1725635150097481, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-09-06T15:05:50.424 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.097+0000 7f287dd59c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-09-06T15:05:50.424 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.097+0000 7f287dd59c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1725635150097980, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1648, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 1, "largest_seqno": 5, "table_properties": {"data_size": 523, "index_size": 31, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 401, "raw_average_value_size": 80, "num_data_blocks": 1, "num_entries": 5, "num_filter_entries": 5, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[CompactOnDeletionCollector]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1725635150, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "cd342682-a8a2-401d-beee-19077427fa49", "db_session_id": "7IE1YABRL4X0AG4P8YKD", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-09-06T15:05:50.425 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.097+0000 7f287dd59c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1725635150098085, "job": 1, "event": "recovery_finished"} 2024-09-06T15:05:50.425 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.097+0000 7f287dd59c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-09-06T15:05:50.425 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.097+0000 7f287dd59c80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-smithi090/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-09-06T15:05:50.425 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.097+0000 7f287dd59c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x557605bc2e00 2024-09-06T15:05:50.425 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.097+0000 7f287dd59c80 4 rocksdb: DB pointer 0x557605cc6000 2024-09-06T15:05:50.425 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.097+0000 7f2873b21640 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-06T15:05:50.425 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.097+0000 7f2873b21640 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-06T15:05:50.425 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: ** DB Stats ** 2024-09-06T15:05:50.425 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-06T15:05:50.425 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-09-06T15:05:50.425 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-06T15:05:50.425 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-06T15:05:50.425 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-09-06T15:05:50.426 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-06T15:05:50.426 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-06T15:05:50.426 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: ** Compaction Stats [default] ** 2024-09-06T15:05:50.426 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-09-06T15:05:50.426 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-06T15:05:50.426 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: L0 1/0 1.61 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.4 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-06T15:05:50.426 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: Sum 1/0 1.61 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.4 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-06T15:05:50.426 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: 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.4 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-06T15:05:50.426 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: ** Compaction Stats [default] ** 2024-09-06T15:05:50.426 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-09-06T15:05:50.426 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-06T15:05:50.426 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: 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.4 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-06T15:05:50.426 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-06T15:05:50.427 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-06T15:05:50.427 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: Flush(GB): cumulative 0.000, interval 0.000 2024-09-06T15:05:50.427 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-06T15:05:50.427 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: AddFile(Total Files): cumulative 0, interval 0 2024-09-06T15:05:50.427 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-06T15:05:50.427 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: AddFile(Keys): cumulative 0, interval 0 2024-09-06T15:05:50.427 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: Cumulative compaction: 0.00 GB write, 0.56 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-06T15:05:50.427 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: Interval compaction: 0.00 GB write, 0.56 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-06T15:05:50.427 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-09-06T15:05:50.427 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: Block cache BinnedLRUCache@0x557605b94850#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.1e-05 secs_since: 0 2024-09-06T15:05:50.427 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: Block cache entry stats(count,size,portion): FilterBlock(1,0.11 KB,2.08616e-05%) IndexBlock(1,0.11 KB,2.08616e-05%) Misc(1,0.00 KB,0%) 2024-09-06T15:05:50.427 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: ** File Read Latency Histogram By Level [default] ** 2024-09-06T15:05:50.427 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.097+0000 7f287dd59c80 0 mon.smithi090 does not exist in monmap, will attempt to join an existing cluster 2024-09-06T15:05:50.428 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.097+0000 7f287dd59c80 0 using public_addr v2:172.21.15.90:0/0 -> [v2:172.21.15.90:3300/0,v1:172.21.15.90:6789/0] 2024-09-06T15:05:50.428 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.097+0000 7f287dd59c80 0 starting mon.smithi090 rank -1 at public addrs [v2:172.21.15.90:3300/0,v1:172.21.15.90:6789/0] at bind addrs [v2:172.21.15.90:3300/0,v1:172.21.15.90:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi090 fsid d8ce0702-6c60-11ef-bce4-c7b262605968 2024-09-06T15:05:50.428 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.097+0000 7f287dd59c80 1 mon.smithi090@-1(???) e0 preinit fsid d8ce0702-6c60-11ef-bce4-c7b262605968 2024-09-06T15:05:50.428 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.129+0000 7f2876b27640 0 mon.smithi090@-1(synchronizing).mds e1 new map 2024-09-06T15:05:50.428 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.129+0000 7f2876b27640 0 mon.smithi090@-1(synchronizing).mds e1 print_map 2024-09-06T15:05:50.428 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: e1 2024-09-06T15:05:50.428 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: btime 2024-09-06T15:02:39:735044+0000 2024-09-06T15:05:50.428 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: enable_multiple, ever_enabled_multiple: 1,1 2024-09-06T15:05:50.428 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2024-09-06T15:05:50.428 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: legacy client fscid: -1 2024-09-06T15:05:50.428 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: 2024-09-06T15:05:50.428 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: No filesystems configured 2024-09-06T15:05:50.429 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.129+0000 7f2876b27640 1 mon.smithi090@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-09-06T15:05:50.429 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.129+0000 7f2876b27640 1 mon.smithi090@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-09-06T15:05:50.429 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.129+0000 7f2876b27640 1 mon.smithi090@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-09-06T15:05:50.429 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.129+0000 7f2876b27640 1 mon.smithi090@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-09-06T15:05:50.429 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.129+0000 7f2876b27640 1 mon.smithi090@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-09-06T15:05:50.429 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.129+0000 7f2876b27640 1 mon.smithi090@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-09-06T15:05:50.429 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.129+0000 7f2876b27640 1 mon.smithi090@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2024-09-06T15:05:50.429 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.129+0000 7f2876b27640 0 mon.smithi090@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-06T15:05:50.429 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.129+0000 7f2876b27640 0 mon.smithi090@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-09-06T15:05:50.429 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.129+0000 7f2876b27640 0 mon.smithi090@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-09-06T15:05:50.429 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.129+0000 7f2876b27640 0 mon.smithi090@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-09-06T15:05:50.429 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: cephadm 2024-09-06T15:05:26.849055+0000 mgr.smithi079.ijsnjl (mgr.14195) 15 : cephadm [INF] Updating smithi090:/var/lib/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/config/ceph.client.admin.keyring 2024-09-06T15:05:50.429 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: cephadm 2024-09-06T15:05:26.849055+0000 mgr.smithi079.ijsnjl (mgr.14195) 15 : cephadm [INF] Updating smithi090:/var/lib/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/config/ceph.client.admin.keyring 2024-09-06T15:05:50.430 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: cephadm 2024-09-06T15:05:27.004173+0000 mgr.smithi079.ijsnjl (mgr.14195) 16 : cephadm [INF] Deploying daemon ceph-exporter.smithi090 on smithi090 2024-09-06T15:05:50.430 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: cephadm 2024-09-06T15:05:27.004173+0000 mgr.smithi079.ijsnjl (mgr.14195) 16 : cephadm [INF] Deploying daemon ceph-exporter.smithi090 on smithi090 2024-09-06T15:05:50.430 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: audit 2024-09-06T15:05:28.009343+0000 mon.smithi079 (mon.0) 208 : audit [DBG] from='client.? 172.21.15.90:0/965060933' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-06T15:05:50.430 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: audit 2024-09-06T15:05:28.009343+0000 mon.smithi079 (mon.0) 208 : audit [DBG] from='client.? 172.21.15.90:0/965060933' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-06T15:05:50.430 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: audit 2024-09-06T15:05:31.244762+0000 mon.smithi079 (mon.0) 209 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:05:50.430 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: audit 2024-09-06T15:05:31.244762+0000 mon.smithi079 (mon.0) 209 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:05:50.430 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: audit 2024-09-06T15:05:31.356960+0000 mon.smithi079 (mon.0) 210 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:50.430 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: audit 2024-09-06T15:05:31.356960+0000 mon.smithi079 (mon.0) 210 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:50.430 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: audit 2024-09-06T15:05:31.363299+0000 mon.smithi079 (mon.0) 211 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:50.430 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: audit 2024-09-06T15:05:31.363299+0000 mon.smithi079 (mon.0) 211 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:50.430 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: audit 2024-09-06T15:05:31.369964+0000 mon.smithi079 (mon.0) 212 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:50.430 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: audit 2024-09-06T15:05:31.369964+0000 mon.smithi079 (mon.0) 212 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:50.431 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: audit 2024-09-06T15:05:31.376174+0000 mon.smithi079 (mon.0) 213 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:50.431 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: audit 2024-09-06T15:05:31.376174+0000 mon.smithi079 (mon.0) 213 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:50.431 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: audit 2024-09-06T15:05:31.379012+0000 mon.smithi079 (mon.0) 214 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get-or-create", "entity": "client.crash.smithi090", "caps": ["mon", "profile crash", "mgr", "profile crash"]} : dispatch 2024-09-06T15:05:50.431 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: audit 2024-09-06T15:05:31.379012+0000 mon.smithi079 (mon.0) 214 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get-or-create", "entity": "client.crash.smithi090", "caps": ["mon", "profile crash", "mgr", "profile crash"]} : dispatch 2024-09-06T15:05:50.431 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: audit 2024-09-06T15:05:31.381284+0000 mon.smithi079 (mon.0) 215 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi090", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-09-06T15:05:50.431 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: audit 2024-09-06T15:05:31.381284+0000 mon.smithi079 (mon.0) 215 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi090", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-09-06T15:05:50.431 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: audit 2024-09-06T15:05:31.385657+0000 mon.smithi079 (mon.0) 216 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:05:50.431 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: audit 2024-09-06T15:05:31.385657+0000 mon.smithi079 (mon.0) 216 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:05:50.431 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: cephadm 2024-09-06T15:05:31.387622+0000 mgr.smithi079.ijsnjl (mgr.14195) 17 : cephadm [INF] Deploying daemon crash.smithi090 on smithi090 2024-09-06T15:05:50.431 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: cephadm 2024-09-06T15:05:31.387622+0000 mgr.smithi079.ijsnjl (mgr.14195) 17 : cephadm [INF] Deploying daemon crash.smithi090 on smithi090 2024-09-06T15:05:50.431 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: audit 2024-09-06T15:05:34.617154+0000 mon.smithi079 (mon.0) 217 : audit [DBG] from='client.? 172.21.15.90:0/228323743' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-06T15:05:50.432 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: audit 2024-09-06T15:05:34.617154+0000 mon.smithi079 (mon.0) 217 : audit [DBG] from='client.? 172.21.15.90:0/228323743' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-06T15:05:50.432 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: cluster 2024-09-06T15:05:35.926900+0000 mgr.smithi079.ijsnjl (mgr.14195) 18 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:05:50.432 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: cluster 2024-09-06T15:05:35.926900+0000 mgr.smithi079.ijsnjl (mgr.14195) 18 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:05:50.432 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: audit 2024-09-06T15:05:36.065380+0000 mon.smithi079 (mon.0) 218 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:50.432 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: audit 2024-09-06T15:05:36.065380+0000 mon.smithi079 (mon.0) 218 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:50.432 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: audit 2024-09-06T15:05:36.071177+0000 mon.smithi079 (mon.0) 219 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:50.433 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: audit 2024-09-06T15:05:36.071177+0000 mon.smithi079 (mon.0) 219 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:50.433 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: audit 2024-09-06T15:05:36.078131+0000 mon.smithi079 (mon.0) 220 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:50.433 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: audit 2024-09-06T15:05:36.078131+0000 mon.smithi079 (mon.0) 220 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:50.433 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: audit 2024-09-06T15:05:36.091998+0000 mon.smithi079 (mon.0) 221 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:50.433 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: audit 2024-09-06T15:05:36.091998+0000 mon.smithi079 (mon.0) 221 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:50.433 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: cephadm 2024-09-06T15:05:36.095497+0000 mgr.smithi079.ijsnjl (mgr.14195) 19 : cephadm [INF] Deploying daemon node-exporter.smithi090 on smithi090 2024-09-06T15:05:50.433 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: cephadm 2024-09-06T15:05:36.095497+0000 mgr.smithi079.ijsnjl (mgr.14195) 19 : cephadm [INF] Deploying daemon node-exporter.smithi090 on smithi090 2024-09-06T15:05:50.433 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: audit 2024-09-06T15:05:36.245905+0000 mon.smithi079 (mon.0) 222 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:50.433 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: audit 2024-09-06T15:05:36.245905+0000 mon.smithi079 (mon.0) 222 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:50.434 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: audit 2024-09-06T15:05:37.316498+0000 mon.smithi079 (mon.0) 223 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:50.434 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: audit 2024-09-06T15:05:37.316498+0000 mon.smithi079 (mon.0) 223 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:50.434 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: audit 2024-09-06T15:05:37.322346+0000 mon.smithi079 (mon.0) 224 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:50.434 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: audit 2024-09-06T15:05:37.322346+0000 mon.smithi079 (mon.0) 224 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:50.434 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: audit 2024-09-06T15:05:37.328158+0000 mon.smithi079 (mon.0) 225 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:50.434 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: audit 2024-09-06T15:05:37.328158+0000 mon.smithi079 (mon.0) 225 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:50.434 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: audit 2024-09-06T15:05:37.333661+0000 mon.smithi079 (mon.0) 226 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:50.434 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: audit 2024-09-06T15:05:37.333661+0000 mon.smithi079 (mon.0) 226 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:50.434 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: audit 2024-09-06T15:05:37.337893+0000 mon.smithi079 (mon.0) 227 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get-or-create", "entity": "mgr.smithi090.kgwrey", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-06T15:05:50.434 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: audit 2024-09-06T15:05:37.337893+0000 mon.smithi079 (mon.0) 227 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get-or-create", "entity": "mgr.smithi090.kgwrey", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-06T15:05:50.434 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: audit 2024-09-06T15:05:37.339622+0000 mon.smithi079 (mon.0) 228 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi090.kgwrey", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-06T15:05:50.434 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: audit 2024-09-06T15:05:37.339622+0000 mon.smithi079 (mon.0) 228 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi090.kgwrey", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-06T15:05:50.435 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: audit 2024-09-06T15:05:37.344038+0000 mon.smithi079 (mon.0) 229 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "mgr services"} : dispatch 2024-09-06T15:05:50.435 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: audit 2024-09-06T15:05:37.344038+0000 mon.smithi079 (mon.0) 229 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "mgr services"} : dispatch 2024-09-06T15:05:50.435 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: audit 2024-09-06T15:05:37.345946+0000 mon.smithi079 (mon.0) 230 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:05:50.435 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: audit 2024-09-06T15:05:37.345946+0000 mon.smithi079 (mon.0) 230 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:05:50.435 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: cephadm 2024-09-06T15:05:37.348025+0000 mgr.smithi079.ijsnjl (mgr.14195) 20 : cephadm [INF] Deploying daemon mgr.smithi090.kgwrey on smithi090 2024-09-06T15:05:50.435 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: cephadm 2024-09-06T15:05:37.348025+0000 mgr.smithi079.ijsnjl (mgr.14195) 20 : cephadm [INF] Deploying daemon mgr.smithi090.kgwrey on smithi090 2024-09-06T15:05:50.435 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: cluster 2024-09-06T15:05:37.927351+0000 mgr.smithi079.ijsnjl (mgr.14195) 21 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:05:50.435 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: cluster 2024-09-06T15:05:37.927351+0000 mgr.smithi079.ijsnjl (mgr.14195) 21 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:05:50.435 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: cluster 2024-09-06T15:05:39.927863+0000 mgr.smithi079.ijsnjl (mgr.14195) 22 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:05:50.435 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: cluster 2024-09-06T15:05:39.927863+0000 mgr.smithi079.ijsnjl (mgr.14195) 22 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:05:50.435 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: audit 2024-09-06T15:05:41.252435+0000 mon.smithi079 (mon.0) 231 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:50.435 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: audit 2024-09-06T15:05:41.252435+0000 mon.smithi079 (mon.0) 231 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:50.436 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: audit 2024-09-06T15:05:41.463314+0000 mon.smithi079 (mon.0) 232 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:50.436 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: audit 2024-09-06T15:05:41.463314+0000 mon.smithi079 (mon.0) 232 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:50.436 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: audit 2024-09-06T15:05:41.470046+0000 mon.smithi079 (mon.0) 233 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:50.436 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: audit 2024-09-06T15:05:41.470046+0000 mon.smithi079 (mon.0) 233 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:50.436 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: audit 2024-09-06T15:05:41.476846+0000 mon.smithi079 (mon.0) 234 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:50.436 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: audit 2024-09-06T15:05:41.476846+0000 mon.smithi079 (mon.0) 234 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:50.436 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: audit 2024-09-06T15:05:41.483236+0000 mon.smithi079 (mon.0) 235 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:50.436 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: audit 2024-09-06T15:05:41.483236+0000 mon.smithi079 (mon.0) 235 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:50.436 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: audit 2024-09-06T15:05:41.486567+0000 mon.smithi079 (mon.0) 236 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-06T15:05:50.436 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: audit 2024-09-06T15:05:41.486567+0000 mon.smithi079 (mon.0) 236 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-06T15:05:50.436 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: audit 2024-09-06T15:05:41.488274+0000 mon.smithi079 (mon.0) 237 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:05:50.436 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: audit 2024-09-06T15:05:41.488274+0000 mon.smithi079 (mon.0) 237 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:05:50.437 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: cephadm 2024-09-06T15:05:41.490307+0000 mgr.smithi079.ijsnjl (mgr.14195) 23 : cephadm [INF] Deploying daemon mon.smithi090 on smithi090 2024-09-06T15:05:50.437 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: cephadm 2024-09-06T15:05:41.490307+0000 mgr.smithi079.ijsnjl (mgr.14195) 23 : cephadm [INF] Deploying daemon mon.smithi090 on smithi090 2024-09-06T15:05:50.437 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: cluster 2024-09-06T15:05:41.928290+0000 mgr.smithi079.ijsnjl (mgr.14195) 24 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:05:50.437 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: cluster 2024-09-06T15:05:41.928290+0000 mgr.smithi079.ijsnjl (mgr.14195) 24 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:05:50.437 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: audit 2024-09-06T15:05:44.247401+0000 mon.smithi079 (mon.0) 238 : audit [DBG] from='client.? 172.21.15.90:0/3526846627' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-06T15:05:50.437 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: audit 2024-09-06T15:05:44.247401+0000 mon.smithi079 (mon.0) 238 : audit [DBG] from='client.? 172.21.15.90:0/3526846627' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-06T15:05:50.437 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: cluster 2024-09-06T15:05:43.928726+0000 mgr.smithi079.ijsnjl (mgr.14195) 25 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:05:50.437 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: cluster 2024-09-06T15:05:43.928726+0000 mgr.smithi079.ijsnjl (mgr.14195) 25 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:05:50.437 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: audit 2024-09-06T15:05:46.245252+0000 mon.smithi079 (mon.0) 239 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:05:50.437 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: audit 2024-09-06T15:05:46.245252+0000 mon.smithi079 (mon.0) 239 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:05:50.437 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: audit 2024-09-06T15:05:46.259609+0000 mon.smithi079 (mon.0) 240 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:50.437 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: audit 2024-09-06T15:05:46.259609+0000 mon.smithi079 (mon.0) 240 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:50.437 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: cluster 2024-09-06T15:05:45.929150+0000 mgr.smithi079.ijsnjl (mgr.14195) 26 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:05:50.438 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: cluster 2024-09-06T15:05:45.929150+0000 mgr.smithi079.ijsnjl (mgr.14195) 26 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:05:50.438 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: cluster 2024-09-06T15:05:47.929636+0000 mgr.smithi079.ijsnjl (mgr.14195) 27 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:05:50.438 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: cluster 2024-09-06T15:05:47.929636+0000 mgr.smithi079.ijsnjl (mgr.14195) 27 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:05:50.438 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: audit 2024-09-06T15:05:48.797633+0000 mon.smithi079 (mon.0) 241 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:50.438 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: audit 2024-09-06T15:05:48.797633+0000 mon.smithi079 (mon.0) 241 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:50.438 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: audit 2024-09-06T15:05:48.803810+0000 mon.smithi079 (mon.0) 242 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:50.438 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: audit 2024-09-06T15:05:48.803810+0000 mon.smithi079 (mon.0) 242 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:50.438 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: audit 2024-09-06T15:05:48.809919+0000 mon.smithi079 (mon.0) 243 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:50.438 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: audit 2024-09-06T15:05:48.809919+0000 mon.smithi079 (mon.0) 243 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:50.438 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: audit 2024-09-06T15:05:48.815686+0000 mon.smithi079 (mon.0) 244 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:50.438 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: audit 2024-09-06T15:05:48.815686+0000 mon.smithi079 (mon.0) 244 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:50.438 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: audit 2024-09-06T15:05:48.825031+0000 mon.smithi079 (mon.0) 245 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:50.438 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: audit 2024-09-06T15:05:48.825031+0000 mon.smithi079 (mon.0) 245 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:50.439 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: audit 2024-09-06T15:05:48.882885+0000 mon.smithi079 (mon.0) 246 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-06T15:05:50.439 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: audit 2024-09-06T15:05:48.882885+0000 mon.smithi079 (mon.0) 246 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-06T15:05:50.439 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:50 smithi090 bash[25332]: debug 2024-09-06T15:05:50.133+0000 7f2876b27640 1 mon.smithi090@-1(synchronizing).paxosservice(auth 1..8) refresh upgraded, format 0 -> 3 2024-09-06T15:05:52.266 INFO:teuthology.orchestra.run.smithi090.stderr:Inferring config /var/lib/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/mon.smithi090/config 2024-09-06T15:05:55.536 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:55 smithi079 bash[19963]: cluster 2024-09-06T15:05:49.930022+0000 mgr.smithi079.ijsnjl (mgr.14195) 28 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:05:55.536 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:55 smithi079 bash[19963]: cluster 2024-09-06T15:05:49.930022+0000 mgr.smithi079.ijsnjl (mgr.14195) 28 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:05:55.536 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:55 smithi079 bash[19963]: audit 2024-09-06T15:05:50.138386+0000 mon.smithi079 (mon.0) 247 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "mon metadata", "id": "smithi090"} : dispatch 2024-09-06T15:05:55.536 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:55 smithi079 bash[19963]: audit 2024-09-06T15:05:50.138386+0000 mon.smithi079 (mon.0) 247 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "mon metadata", "id": "smithi090"} : dispatch 2024-09-06T15:05:55.536 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:55 smithi079 bash[19963]: audit 2024-09-06T15:05:50.141037+0000 mon.smithi079 (mon.0) 248 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "mon metadata", "id": "smithi079"} : dispatch 2024-09-06T15:05:55.536 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:55 smithi079 bash[19963]: audit 2024-09-06T15:05:50.141037+0000 mon.smithi079 (mon.0) 248 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "mon metadata", "id": "smithi079"} : dispatch 2024-09-06T15:05:55.536 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:55 smithi079 bash[19963]: cluster 2024-09-06T15:05:50.141362+0000 mon.smithi079 (mon.0) 249 : cluster [INF] mon.smithi079 calling monitor election 2024-09-06T15:05:55.537 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:55 smithi079 bash[19963]: cluster 2024-09-06T15:05:50.141362+0000 mon.smithi079 (mon.0) 249 : cluster [INF] mon.smithi079 calling monitor election 2024-09-06T15:05:55.537 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:55 smithi079 bash[19963]: audit 2024-09-06T15:05:50.162865+0000 mon.smithi079 (mon.0) 250 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "mon metadata", "id": "smithi090"} : dispatch 2024-09-06T15:05:55.537 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:55 smithi079 bash[19963]: audit 2024-09-06T15:05:50.162865+0000 mon.smithi079 (mon.0) 250 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "mon metadata", "id": "smithi090"} : dispatch 2024-09-06T15:05:55.537 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:55 smithi079 bash[19963]: audit 2024-09-06T15:05:51.138407+0000 mon.smithi079 (mon.0) 251 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "mon metadata", "id": "smithi090"} : dispatch 2024-09-06T15:05:55.537 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:55 smithi079 bash[19963]: audit 2024-09-06T15:05:51.138407+0000 mon.smithi079 (mon.0) 251 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "mon metadata", "id": "smithi090"} : dispatch 2024-09-06T15:05:55.537 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:55 smithi079 bash[19963]: cluster 2024-09-06T15:05:51.416859+0000 mgr.smithi090.kgwrey (mgr.14214) 1 : cluster [ERR] Failed to load ceph-mgr modules: volumes 2024-09-06T15:05:55.537 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:55 smithi079 bash[19963]: cluster 2024-09-06T15:05:51.416859+0000 mgr.smithi090.kgwrey (mgr.14214) 1 : cluster [ERR] Failed to load ceph-mgr modules: volumes 2024-09-06T15:05:55.537 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:55 smithi079 bash[19963]: audit 2024-09-06T15:05:51.440926+0000 mon.smithi079 (mon.0) 252 : audit [DBG] from='mgr.? 172.21.15.90:0/4274395410' entity='mgr.smithi090.kgwrey' cmd={"prefix": "config-key get", "key": "mgr/dashboard/smithi090.kgwrey/crt"} : dispatch 2024-09-06T15:05:55.537 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:55 smithi079 bash[19963]: audit 2024-09-06T15:05:51.440926+0000 mon.smithi079 (mon.0) 252 : audit [DBG] from='mgr.? 172.21.15.90:0/4274395410' entity='mgr.smithi090.kgwrey' cmd={"prefix": "config-key get", "key": "mgr/dashboard/smithi090.kgwrey/crt"} : dispatch 2024-09-06T15:05:55.537 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:55 smithi079 bash[19963]: cluster 2024-09-06T15:05:51.930391+0000 mgr.smithi079.ijsnjl (mgr.14195) 29 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:05:55.537 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:55 smithi079 bash[19963]: cluster 2024-09-06T15:05:51.930391+0000 mgr.smithi079.ijsnjl (mgr.14195) 29 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:05:55.538 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:55 smithi079 bash[19963]: audit 2024-09-06T15:05:52.138444+0000 mon.smithi079 (mon.0) 253 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "mon metadata", "id": "smithi090"} : dispatch 2024-09-06T15:05:55.538 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:55 smithi079 bash[19963]: audit 2024-09-06T15:05:52.138444+0000 mon.smithi079 (mon.0) 253 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "mon metadata", "id": "smithi090"} : dispatch 2024-09-06T15:05:55.538 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:55 smithi079 bash[19963]: cluster 2024-09-06T15:05:52.141556+0000 mon.smithi090 (mon.1) 1 : cluster [INF] mon.smithi090 calling monitor election 2024-09-06T15:05:55.538 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:55 smithi079 bash[19963]: cluster 2024-09-06T15:05:52.141556+0000 mon.smithi090 (mon.1) 1 : cluster [INF] mon.smithi090 calling monitor election 2024-09-06T15:05:55.538 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:55 smithi079 bash[19963]: audit 2024-09-06T15:05:53.138353+0000 mon.smithi079 (mon.0) 254 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "mon metadata", "id": "smithi090"} : dispatch 2024-09-06T15:05:55.538 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:55 smithi079 bash[19963]: audit 2024-09-06T15:05:53.138353+0000 mon.smithi079 (mon.0) 254 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "mon metadata", "id": "smithi090"} : dispatch 2024-09-06T15:05:55.538 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:55 smithi079 bash[19963]: cluster 2024-09-06T15:05:53.930831+0000 mgr.smithi079.ijsnjl (mgr.14195) 30 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:05:55.539 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:55 smithi079 bash[19963]: cluster 2024-09-06T15:05:53.930831+0000 mgr.smithi079.ijsnjl (mgr.14195) 30 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:05:55.539 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:55 smithi079 bash[19963]: audit 2024-09-06T15:05:54.138910+0000 mon.smithi079 (mon.0) 255 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "mon metadata", "id": "smithi090"} : dispatch 2024-09-06T15:05:55.539 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:55 smithi079 bash[19963]: audit 2024-09-06T15:05:54.138910+0000 mon.smithi079 (mon.0) 255 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "mon metadata", "id": "smithi090"} : dispatch 2024-09-06T15:05:55.539 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:55 smithi079 bash[19963]: audit 2024-09-06T15:05:55.138591+0000 mon.smithi079 (mon.0) 256 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "mon metadata", "id": "smithi090"} : dispatch 2024-09-06T15:05:55.539 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:55 smithi079 bash[19963]: audit 2024-09-06T15:05:55.138591+0000 mon.smithi079 (mon.0) 256 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "mon metadata", "id": "smithi090"} : dispatch 2024-09-06T15:05:55.539 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:55 smithi079 bash[19963]: cluster 2024-09-06T15:05:55.185774+0000 mon.smithi079 (mon.0) 257 : cluster [INF] mon.smithi079 is new leader, mons smithi079,smithi090 in quorum (ranks 0,1) 2024-09-06T15:05:55.539 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:55 smithi079 bash[19963]: cluster 2024-09-06T15:05:55.185774+0000 mon.smithi079 (mon.0) 257 : cluster [INF] mon.smithi079 is new leader, mons smithi079,smithi090 in quorum (ranks 0,1) 2024-09-06T15:05:55.539 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:55 smithi079 bash[19963]: cluster 2024-09-06T15:05:55.192606+0000 mon.smithi079 (mon.0) 258 : cluster [DBG] monmap epoch 2 2024-09-06T15:05:55.539 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:55 smithi079 bash[19963]: cluster 2024-09-06T15:05:55.192606+0000 mon.smithi079 (mon.0) 258 : cluster [DBG] monmap epoch 2 2024-09-06T15:05:55.539 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:55 smithi079 bash[19963]: cluster 2024-09-06T15:05:55.192639+0000 mon.smithi079 (mon.0) 259 : cluster [DBG] fsid d8ce0702-6c60-11ef-bce4-c7b262605968 2024-09-06T15:05:55.539 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:55 smithi079 bash[19963]: cluster 2024-09-06T15:05:55.192639+0000 mon.smithi079 (mon.0) 259 : cluster [DBG] fsid d8ce0702-6c60-11ef-bce4-c7b262605968 2024-09-06T15:05:55.539 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:55 smithi079 bash[19963]: cluster 2024-09-06T15:05:55.192686+0000 mon.smithi079 (mon.0) 260 : cluster [DBG] last_changed 2024-09-06T15:05:50.137731+0000 2024-09-06T15:05:55.539 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:55 smithi079 bash[19963]: cluster 2024-09-06T15:05:55.192686+0000 mon.smithi079 (mon.0) 260 : cluster [DBG] last_changed 2024-09-06T15:05:50.137731+0000 2024-09-06T15:05:55.540 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:55 smithi079 bash[19963]: cluster 2024-09-06T15:05:55.192723+0000 mon.smithi079 (mon.0) 261 : cluster [DBG] created 2024-09-06T15:02:35.106619+0000 2024-09-06T15:05:55.540 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:55 smithi079 bash[19963]: cluster 2024-09-06T15:05:55.192723+0000 mon.smithi079 (mon.0) 261 : cluster [DBG] created 2024-09-06T15:02:35.106619+0000 2024-09-06T15:05:55.540 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:55 smithi079 bash[19963]: cluster 2024-09-06T15:05:55.192757+0000 mon.smithi079 (mon.0) 262 : cluster [DBG] min_mon_release 19 (squid) 2024-09-06T15:05:55.540 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:55 smithi079 bash[19963]: cluster 2024-09-06T15:05:55.192757+0000 mon.smithi079 (mon.0) 262 : cluster [DBG] min_mon_release 19 (squid) 2024-09-06T15:05:55.540 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:55 smithi079 bash[19963]: cluster 2024-09-06T15:05:55.192791+0000 mon.smithi079 (mon.0) 263 : cluster [DBG] election_strategy: 1 2024-09-06T15:05:55.540 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:55 smithi079 bash[19963]: cluster 2024-09-06T15:05:55.192791+0000 mon.smithi079 (mon.0) 263 : cluster [DBG] election_strategy: 1 2024-09-06T15:05:55.540 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:55 smithi079 bash[19963]: cluster 2024-09-06T15:05:55.192824+0000 mon.smithi079 (mon.0) 264 : cluster [DBG] 0: [v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0] mon.smithi079 2024-09-06T15:05:55.540 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:55 smithi079 bash[19963]: cluster 2024-09-06T15:05:55.192824+0000 mon.smithi079 (mon.0) 264 : cluster [DBG] 0: [v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0] mon.smithi079 2024-09-06T15:05:55.540 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:55 smithi079 bash[19963]: cluster 2024-09-06T15:05:55.192852+0000 mon.smithi079 (mon.0) 265 : cluster [DBG] 1: [v2:172.21.15.90:3300/0,v1:172.21.15.90:6789/0] mon.smithi090 2024-09-06T15:05:55.540 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:55 smithi079 bash[19963]: cluster 2024-09-06T15:05:55.192852+0000 mon.smithi079 (mon.0) 265 : cluster [DBG] 1: [v2:172.21.15.90:3300/0,v1:172.21.15.90:6789/0] mon.smithi090 2024-09-06T15:05:55.540 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:55 smithi079 bash[19963]: cluster 2024-09-06T15:05:55.210530+0000 mon.smithi079 (mon.0) 266 : cluster [DBG] fsmap 2024-09-06T15:05:55.540 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:55 smithi079 bash[19963]: cluster 2024-09-06T15:05:55.210530+0000 mon.smithi079 (mon.0) 266 : cluster [DBG] fsmap 2024-09-06T15:05:55.540 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:55 smithi079 bash[19963]: cluster 2024-09-06T15:05:55.210604+0000 mon.smithi079 (mon.0) 267 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-09-06T15:05:55.541 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:55 smithi079 bash[19963]: cluster 2024-09-06T15:05:55.210604+0000 mon.smithi079 (mon.0) 267 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-09-06T15:05:55.541 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:55 smithi079 bash[19963]: cluster 2024-09-06T15:05:55.210903+0000 mon.smithi079 (mon.0) 268 : cluster [DBG] mgrmap e17: smithi079.ijsnjl(active, since 39s) 2024-09-06T15:05:55.541 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:55 smithi079 bash[19963]: cluster 2024-09-06T15:05:55.210903+0000 mon.smithi079 (mon.0) 268 : cluster [DBG] mgrmap e17: smithi079.ijsnjl(active, since 39s) 2024-09-06T15:05:55.541 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:55 smithi079 bash[19963]: cluster 2024-09-06T15:05:55.211178+0000 mon.smithi079 (mon.0) 269 : cluster [WRN] Health detail: HEALTH_WARN Module 'volumes' has failed dependency: No module named 'ceph.fs' 2024-09-06T15:05:55.541 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:55 smithi079 bash[19963]: cluster 2024-09-06T15:05:55.211178+0000 mon.smithi079 (mon.0) 269 : cluster [WRN] Health detail: HEALTH_WARN Module 'volumes' has failed dependency: No module named 'ceph.fs' 2024-09-06T15:05:55.541 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:55 smithi079 bash[19963]: cluster 2024-09-06T15:05:55.211208+0000 mon.smithi079 (mon.0) 270 : cluster [WRN] [WRN] MGR_MODULE_DEPENDENCY: Module 'volumes' has failed dependency: No module named 'ceph.fs' 2024-09-06T15:05:55.541 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:55 smithi079 bash[19963]: cluster 2024-09-06T15:05:55.211208+0000 mon.smithi079 (mon.0) 270 : cluster [WRN] [WRN] MGR_MODULE_DEPENDENCY: Module 'volumes' has failed dependency: No module named 'ceph.fs' 2024-09-06T15:05:55.541 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:55 smithi079 bash[19963]: cluster 2024-09-06T15:05:55.211246+0000 mon.smithi079 (mon.0) 271 : cluster [WRN] Module 'volumes' has failed dependency: No module named 'ceph.fs' 2024-09-06T15:05:55.541 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:55 smithi079 bash[19963]: cluster 2024-09-06T15:05:55.211246+0000 mon.smithi079 (mon.0) 271 : cluster [WRN] Module 'volumes' has failed dependency: No module named 'ceph.fs' 2024-09-06T15:05:55.541 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:55 smithi079 bash[19963]: cluster 2024-09-06T15:05:55.212608+0000 mon.smithi079 (mon.0) 272 : cluster [DBG] Standby manager daemon smithi090.kgwrey started 2024-09-06T15:05:55.541 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:55 smithi079 bash[19963]: cluster 2024-09-06T15:05:55.212608+0000 mon.smithi079 (mon.0) 272 : cluster [DBG] Standby manager daemon smithi090.kgwrey started 2024-09-06T15:05:55.541 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:55 smithi079 bash[19963]: audit 2024-09-06T15:05:55.218468+0000 mon.smithi079 (mon.0) 273 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:55.541 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:55 smithi079 bash[19963]: audit 2024-09-06T15:05:55.218468+0000 mon.smithi079 (mon.0) 273 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:55.542 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:55 smithi079 bash[19963]: audit 2024-09-06T15:05:55.219676+0000 mon.smithi079 (mon.0) 274 : audit [DBG] from='mgr.? 172.21.15.90:0/4274395410' entity='mgr.smithi090.kgwrey' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-06T15:05:55.542 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:55 smithi079 bash[19963]: audit 2024-09-06T15:05:55.219676+0000 mon.smithi079 (mon.0) 274 : audit [DBG] from='mgr.? 172.21.15.90:0/4274395410' entity='mgr.smithi090.kgwrey' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-06T15:05:55.542 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:55 smithi079 bash[19963]: audit 2024-09-06T15:05:55.221775+0000 mon.smithi079 (mon.0) 275 : audit [DBG] from='mgr.? 172.21.15.90:0/4274395410' entity='mgr.smithi090.kgwrey' cmd={"prefix": "config-key get", "key": "mgr/dashboard/smithi090.kgwrey/key"} : dispatch 2024-09-06T15:05:55.542 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:55 smithi079 bash[19963]: audit 2024-09-06T15:05:55.221775+0000 mon.smithi079 (mon.0) 275 : audit [DBG] from='mgr.? 172.21.15.90:0/4274395410' entity='mgr.smithi090.kgwrey' cmd={"prefix": "config-key get", "key": "mgr/dashboard/smithi090.kgwrey/key"} : dispatch 2024-09-06T15:05:55.542 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:55 smithi079 bash[19963]: audit 2024-09-06T15:05:55.222920+0000 mon.smithi079 (mon.0) 276 : audit [DBG] from='mgr.? 172.21.15.90:0/4274395410' entity='mgr.smithi090.kgwrey' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-06T15:05:55.542 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:55 smithi079 bash[19963]: audit 2024-09-06T15:05:55.222920+0000 mon.smithi079 (mon.0) 276 : audit [DBG] from='mgr.? 172.21.15.90:0/4274395410' entity='mgr.smithi090.kgwrey' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-06T15:05:55.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:55 smithi090 bash[25332]: cluster 2024-09-06T15:05:49.930022+0000 mgr.smithi079.ijsnjl (mgr.14195) 28 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:05:55.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:55 smithi090 bash[25332]: cluster 2024-09-06T15:05:49.930022+0000 mgr.smithi079.ijsnjl (mgr.14195) 28 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:05:55.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:55 smithi090 bash[25332]: audit 2024-09-06T15:05:50.138386+0000 mon.smithi079 (mon.0) 247 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "mon metadata", "id": "smithi090"} : dispatch 2024-09-06T15:05:55.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:55 smithi090 bash[25332]: audit 2024-09-06T15:05:50.138386+0000 mon.smithi079 (mon.0) 247 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "mon metadata", "id": "smithi090"} : dispatch 2024-09-06T15:05:55.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:55 smithi090 bash[25332]: audit 2024-09-06T15:05:50.141037+0000 mon.smithi079 (mon.0) 248 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "mon metadata", "id": "smithi079"} : dispatch 2024-09-06T15:05:55.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:55 smithi090 bash[25332]: audit 2024-09-06T15:05:50.141037+0000 mon.smithi079 (mon.0) 248 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "mon metadata", "id": "smithi079"} : dispatch 2024-09-06T15:05:55.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:55 smithi090 bash[25332]: cluster 2024-09-06T15:05:50.141362+0000 mon.smithi079 (mon.0) 249 : cluster [INF] mon.smithi079 calling monitor election 2024-09-06T15:05:55.662 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:55 smithi090 bash[25332]: cluster 2024-09-06T15:05:50.141362+0000 mon.smithi079 (mon.0) 249 : cluster [INF] mon.smithi079 calling monitor election 2024-09-06T15:05:55.662 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:55 smithi090 bash[25332]: audit 2024-09-06T15:05:50.162865+0000 mon.smithi079 (mon.0) 250 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "mon metadata", "id": "smithi090"} : dispatch 2024-09-06T15:05:55.662 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:55 smithi090 bash[25332]: audit 2024-09-06T15:05:50.162865+0000 mon.smithi079 (mon.0) 250 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "mon metadata", "id": "smithi090"} : dispatch 2024-09-06T15:05:55.662 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:55 smithi090 bash[25332]: audit 2024-09-06T15:05:51.138407+0000 mon.smithi079 (mon.0) 251 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "mon metadata", "id": "smithi090"} : dispatch 2024-09-06T15:05:55.662 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:55 smithi090 bash[25332]: audit 2024-09-06T15:05:51.138407+0000 mon.smithi079 (mon.0) 251 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "mon metadata", "id": "smithi090"} : dispatch 2024-09-06T15:05:55.662 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:55 smithi090 bash[25332]: cluster 2024-09-06T15:05:51.416859+0000 mgr.smithi090.kgwrey (mgr.14214) 1 : cluster [ERR] Failed to load ceph-mgr modules: volumes 2024-09-06T15:05:55.662 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:55 smithi090 bash[25332]: cluster 2024-09-06T15:05:51.416859+0000 mgr.smithi090.kgwrey (mgr.14214) 1 : cluster [ERR] Failed to load ceph-mgr modules: volumes 2024-09-06T15:05:55.662 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:55 smithi090 bash[25332]: audit 2024-09-06T15:05:51.440926+0000 mon.smithi079 (mon.0) 252 : audit [DBG] from='mgr.? 172.21.15.90:0/4274395410' entity='mgr.smithi090.kgwrey' cmd={"prefix": "config-key get", "key": "mgr/dashboard/smithi090.kgwrey/crt"} : dispatch 2024-09-06T15:05:55.662 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:55 smithi090 bash[25332]: audit 2024-09-06T15:05:51.440926+0000 mon.smithi079 (mon.0) 252 : audit [DBG] from='mgr.? 172.21.15.90:0/4274395410' entity='mgr.smithi090.kgwrey' cmd={"prefix": "config-key get", "key": "mgr/dashboard/smithi090.kgwrey/crt"} : dispatch 2024-09-06T15:05:55.662 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:55 smithi090 bash[25332]: cluster 2024-09-06T15:05:51.930391+0000 mgr.smithi079.ijsnjl (mgr.14195) 29 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:05:55.662 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:55 smithi090 bash[25332]: cluster 2024-09-06T15:05:51.930391+0000 mgr.smithi079.ijsnjl (mgr.14195) 29 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:05:55.662 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:55 smithi090 bash[25332]: audit 2024-09-06T15:05:52.138444+0000 mon.smithi079 (mon.0) 253 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "mon metadata", "id": "smithi090"} : dispatch 2024-09-06T15:05:55.663 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:55 smithi090 bash[25332]: audit 2024-09-06T15:05:52.138444+0000 mon.smithi079 (mon.0) 253 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "mon metadata", "id": "smithi090"} : dispatch 2024-09-06T15:05:55.663 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:55 smithi090 bash[25332]: cluster 2024-09-06T15:05:52.141556+0000 mon.smithi090 (mon.1) 1 : cluster [INF] mon.smithi090 calling monitor election 2024-09-06T15:05:55.663 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:55 smithi090 bash[25332]: cluster 2024-09-06T15:05:52.141556+0000 mon.smithi090 (mon.1) 1 : cluster [INF] mon.smithi090 calling monitor election 2024-09-06T15:05:55.663 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:55 smithi090 bash[25332]: audit 2024-09-06T15:05:53.138353+0000 mon.smithi079 (mon.0) 254 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "mon metadata", "id": "smithi090"} : dispatch 2024-09-06T15:05:55.663 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:55 smithi090 bash[25332]: audit 2024-09-06T15:05:53.138353+0000 mon.smithi079 (mon.0) 254 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "mon metadata", "id": "smithi090"} : dispatch 2024-09-06T15:05:55.663 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:55 smithi090 bash[25332]: cluster 2024-09-06T15:05:53.930831+0000 mgr.smithi079.ijsnjl (mgr.14195) 30 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:05:55.663 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:55 smithi090 bash[25332]: cluster 2024-09-06T15:05:53.930831+0000 mgr.smithi079.ijsnjl (mgr.14195) 30 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:05:55.663 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:55 smithi090 bash[25332]: audit 2024-09-06T15:05:54.138910+0000 mon.smithi079 (mon.0) 255 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "mon metadata", "id": "smithi090"} : dispatch 2024-09-06T15:05:55.663 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:55 smithi090 bash[25332]: audit 2024-09-06T15:05:54.138910+0000 mon.smithi079 (mon.0) 255 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "mon metadata", "id": "smithi090"} : dispatch 2024-09-06T15:05:55.663 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:55 smithi090 bash[25332]: audit 2024-09-06T15:05:55.138591+0000 mon.smithi079 (mon.0) 256 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "mon metadata", "id": "smithi090"} : dispatch 2024-09-06T15:05:55.663 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:55 smithi090 bash[25332]: audit 2024-09-06T15:05:55.138591+0000 mon.smithi079 (mon.0) 256 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "mon metadata", "id": "smithi090"} : dispatch 2024-09-06T15:05:55.663 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:55 smithi090 bash[25332]: cluster 2024-09-06T15:05:55.185774+0000 mon.smithi079 (mon.0) 257 : cluster [INF] mon.smithi079 is new leader, mons smithi079,smithi090 in quorum (ranks 0,1) 2024-09-06T15:05:55.663 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:55 smithi090 bash[25332]: cluster 2024-09-06T15:05:55.185774+0000 mon.smithi079 (mon.0) 257 : cluster [INF] mon.smithi079 is new leader, mons smithi079,smithi090 in quorum (ranks 0,1) 2024-09-06T15:05:55.664 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:55 smithi090 bash[25332]: cluster 2024-09-06T15:05:55.192606+0000 mon.smithi079 (mon.0) 258 : cluster [DBG] monmap epoch 2 2024-09-06T15:05:55.664 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:55 smithi090 bash[25332]: cluster 2024-09-06T15:05:55.192606+0000 mon.smithi079 (mon.0) 258 : cluster [DBG] monmap epoch 2 2024-09-06T15:05:55.664 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:55 smithi090 bash[25332]: cluster 2024-09-06T15:05:55.192639+0000 mon.smithi079 (mon.0) 259 : cluster [DBG] fsid d8ce0702-6c60-11ef-bce4-c7b262605968 2024-09-06T15:05:55.664 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:55 smithi090 bash[25332]: cluster 2024-09-06T15:05:55.192639+0000 mon.smithi079 (mon.0) 259 : cluster [DBG] fsid d8ce0702-6c60-11ef-bce4-c7b262605968 2024-09-06T15:05:55.664 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:55 smithi090 bash[25332]: cluster 2024-09-06T15:05:55.192686+0000 mon.smithi079 (mon.0) 260 : cluster [DBG] last_changed 2024-09-06T15:05:50.137731+0000 2024-09-06T15:05:55.664 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:55 smithi090 bash[25332]: cluster 2024-09-06T15:05:55.192686+0000 mon.smithi079 (mon.0) 260 : cluster [DBG] last_changed 2024-09-06T15:05:50.137731+0000 2024-09-06T15:05:55.664 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:55 smithi090 bash[25332]: cluster 2024-09-06T15:05:55.192723+0000 mon.smithi079 (mon.0) 261 : cluster [DBG] created 2024-09-06T15:02:35.106619+0000 2024-09-06T15:05:55.664 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:55 smithi090 bash[25332]: cluster 2024-09-06T15:05:55.192723+0000 mon.smithi079 (mon.0) 261 : cluster [DBG] created 2024-09-06T15:02:35.106619+0000 2024-09-06T15:05:55.664 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:55 smithi090 bash[25332]: cluster 2024-09-06T15:05:55.192757+0000 mon.smithi079 (mon.0) 262 : cluster [DBG] min_mon_release 19 (squid) 2024-09-06T15:05:55.664 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:55 smithi090 bash[25332]: cluster 2024-09-06T15:05:55.192757+0000 mon.smithi079 (mon.0) 262 : cluster [DBG] min_mon_release 19 (squid) 2024-09-06T15:05:55.664 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:55 smithi090 bash[25332]: cluster 2024-09-06T15:05:55.192791+0000 mon.smithi079 (mon.0) 263 : cluster [DBG] election_strategy: 1 2024-09-06T15:05:55.664 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:55 smithi090 bash[25332]: cluster 2024-09-06T15:05:55.192791+0000 mon.smithi079 (mon.0) 263 : cluster [DBG] election_strategy: 1 2024-09-06T15:05:55.665 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:55 smithi090 bash[25332]: cluster 2024-09-06T15:05:55.192824+0000 mon.smithi079 (mon.0) 264 : cluster [DBG] 0: [v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0] mon.smithi079 2024-09-06T15:05:55.665 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:55 smithi090 bash[25332]: cluster 2024-09-06T15:05:55.192824+0000 mon.smithi079 (mon.0) 264 : cluster [DBG] 0: [v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0] mon.smithi079 2024-09-06T15:05:55.665 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:55 smithi090 bash[25332]: cluster 2024-09-06T15:05:55.192852+0000 mon.smithi079 (mon.0) 265 : cluster [DBG] 1: [v2:172.21.15.90:3300/0,v1:172.21.15.90:6789/0] mon.smithi090 2024-09-06T15:05:55.665 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:55 smithi090 bash[25332]: cluster 2024-09-06T15:05:55.192852+0000 mon.smithi079 (mon.0) 265 : cluster [DBG] 1: [v2:172.21.15.90:3300/0,v1:172.21.15.90:6789/0] mon.smithi090 2024-09-06T15:05:55.665 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:55 smithi090 bash[25332]: cluster 2024-09-06T15:05:55.210530+0000 mon.smithi079 (mon.0) 266 : cluster [DBG] fsmap 2024-09-06T15:05:55.665 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:55 smithi090 bash[25332]: cluster 2024-09-06T15:05:55.210530+0000 mon.smithi079 (mon.0) 266 : cluster [DBG] fsmap 2024-09-06T15:05:55.665 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:55 smithi090 bash[25332]: cluster 2024-09-06T15:05:55.210604+0000 mon.smithi079 (mon.0) 267 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-09-06T15:05:55.665 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:55 smithi090 bash[25332]: cluster 2024-09-06T15:05:55.210604+0000 mon.smithi079 (mon.0) 267 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-09-06T15:05:55.665 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:55 smithi090 bash[25332]: cluster 2024-09-06T15:05:55.210903+0000 mon.smithi079 (mon.0) 268 : cluster [DBG] mgrmap e17: smithi079.ijsnjl(active, since 39s) 2024-09-06T15:05:55.665 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:55 smithi090 bash[25332]: cluster 2024-09-06T15:05:55.210903+0000 mon.smithi079 (mon.0) 268 : cluster [DBG] mgrmap e17: smithi079.ijsnjl(active, since 39s) 2024-09-06T15:05:55.665 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:55 smithi090 bash[25332]: cluster 2024-09-06T15:05:55.211178+0000 mon.smithi079 (mon.0) 269 : cluster [WRN] Health detail: HEALTH_WARN Module 'volumes' has failed dependency: No module named 'ceph.fs' 2024-09-06T15:05:55.665 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:55 smithi090 bash[25332]: cluster 2024-09-06T15:05:55.211178+0000 mon.smithi079 (mon.0) 269 : cluster [WRN] Health detail: HEALTH_WARN Module 'volumes' has failed dependency: No module named 'ceph.fs' 2024-09-06T15:05:55.665 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:55 smithi090 bash[25332]: cluster 2024-09-06T15:05:55.211208+0000 mon.smithi079 (mon.0) 270 : cluster [WRN] [WRN] MGR_MODULE_DEPENDENCY: Module 'volumes' has failed dependency: No module named 'ceph.fs' 2024-09-06T15:05:55.666 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:55 smithi090 bash[25332]: cluster 2024-09-06T15:05:55.211208+0000 mon.smithi079 (mon.0) 270 : cluster [WRN] [WRN] MGR_MODULE_DEPENDENCY: Module 'volumes' has failed dependency: No module named 'ceph.fs' 2024-09-06T15:05:55.666 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:55 smithi090 bash[25332]: cluster 2024-09-06T15:05:55.211246+0000 mon.smithi079 (mon.0) 271 : cluster [WRN] Module 'volumes' has failed dependency: No module named 'ceph.fs' 2024-09-06T15:05:55.666 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:55 smithi090 bash[25332]: cluster 2024-09-06T15:05:55.211246+0000 mon.smithi079 (mon.0) 271 : cluster [WRN] Module 'volumes' has failed dependency: No module named 'ceph.fs' 2024-09-06T15:05:55.666 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:55 smithi090 bash[25332]: cluster 2024-09-06T15:05:55.212608+0000 mon.smithi079 (mon.0) 272 : cluster [DBG] Standby manager daemon smithi090.kgwrey started 2024-09-06T15:05:55.666 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:55 smithi090 bash[25332]: cluster 2024-09-06T15:05:55.212608+0000 mon.smithi079 (mon.0) 272 : cluster [DBG] Standby manager daemon smithi090.kgwrey started 2024-09-06T15:05:55.666 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:55 smithi090 bash[25332]: audit 2024-09-06T15:05:55.218468+0000 mon.smithi079 (mon.0) 273 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:55.666 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:55 smithi090 bash[25332]: audit 2024-09-06T15:05:55.218468+0000 mon.smithi079 (mon.0) 273 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:55.666 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:55 smithi090 bash[25332]: audit 2024-09-06T15:05:55.219676+0000 mon.smithi079 (mon.0) 274 : audit [DBG] from='mgr.? 172.21.15.90:0/4274395410' entity='mgr.smithi090.kgwrey' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-06T15:05:55.667 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:55 smithi090 bash[25332]: audit 2024-09-06T15:05:55.219676+0000 mon.smithi079 (mon.0) 274 : audit [DBG] from='mgr.? 172.21.15.90:0/4274395410' entity='mgr.smithi090.kgwrey' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-06T15:05:55.667 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:55 smithi090 bash[25332]: audit 2024-09-06T15:05:55.221775+0000 mon.smithi079 (mon.0) 275 : audit [DBG] from='mgr.? 172.21.15.90:0/4274395410' entity='mgr.smithi090.kgwrey' cmd={"prefix": "config-key get", "key": "mgr/dashboard/smithi090.kgwrey/key"} : dispatch 2024-09-06T15:05:55.667 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:55 smithi090 bash[25332]: audit 2024-09-06T15:05:55.221775+0000 mon.smithi079 (mon.0) 275 : audit [DBG] from='mgr.? 172.21.15.90:0/4274395410' entity='mgr.smithi090.kgwrey' cmd={"prefix": "config-key get", "key": "mgr/dashboard/smithi090.kgwrey/key"} : dispatch 2024-09-06T15:05:55.667 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:55 smithi090 bash[25332]: audit 2024-09-06T15:05:55.222920+0000 mon.smithi079 (mon.0) 276 : audit [DBG] from='mgr.? 172.21.15.90:0/4274395410' entity='mgr.smithi090.kgwrey' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-06T15:05:55.667 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:55 smithi090 bash[25332]: audit 2024-09-06T15:05:55.222920+0000 mon.smithi079 (mon.0) 276 : audit [DBG] from='mgr.? 172.21.15.90:0/4274395410' entity='mgr.smithi090.kgwrey' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-06T15:05:56.536 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:56 smithi079 bash[19963]: cluster 2024-09-06T15:05:55.289085+0000 mon.smithi079 (mon.0) 277 : cluster [DBG] mgrmap e18: smithi079.ijsnjl(active, since 39s), standbys: smithi090.kgwrey 2024-09-06T15:05:56.536 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:56 smithi079 bash[19963]: cluster 2024-09-06T15:05:55.289085+0000 mon.smithi079 (mon.0) 277 : cluster [DBG] mgrmap e18: smithi079.ijsnjl(active, since 39s), standbys: smithi090.kgwrey 2024-09-06T15:05:56.536 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:56 smithi079 bash[19963]: audit 2024-09-06T15:05:55.289343+0000 mon.smithi079 (mon.0) 278 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "mgr metadata", "who": "smithi090.kgwrey", "id": "smithi090.kgwrey"} : dispatch 2024-09-06T15:05:56.536 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:56 smithi079 bash[19963]: audit 2024-09-06T15:05:55.289343+0000 mon.smithi079 (mon.0) 278 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "mgr metadata", "who": "smithi090.kgwrey", "id": "smithi090.kgwrey"} : dispatch 2024-09-06T15:05:56.537 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:56 smithi079 bash[19963]: audit 2024-09-06T15:05:55.700396+0000 mon.smithi079 (mon.0) 279 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:56.537 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:56 smithi079 bash[19963]: audit 2024-09-06T15:05:55.700396+0000 mon.smithi079 (mon.0) 279 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:56.537 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:56 smithi079 bash[19963]: audit 2024-09-06T15:05:55.708806+0000 mon.smithi079 (mon.0) 280 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:56.537 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:56 smithi079 bash[19963]: audit 2024-09-06T15:05:55.708806+0000 mon.smithi079 (mon.0) 280 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:56.537 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:56 smithi079 bash[19963]: audit 2024-09-06T15:05:55.710688+0000 mon.smithi079 (mon.0) 281 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:05:56.537 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:56 smithi079 bash[19963]: audit 2024-09-06T15:05:55.710688+0000 mon.smithi079 (mon.0) 281 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:05:56.537 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:56 smithi079 bash[19963]: audit 2024-09-06T15:05:55.712557+0000 mon.smithi079 (mon.0) 282 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-06T15:05:56.537 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:56 smithi079 bash[19963]: audit 2024-09-06T15:05:55.712557+0000 mon.smithi079 (mon.0) 282 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-06T15:05:56.537 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:56 smithi079 bash[19963]: cephadm 2024-09-06T15:05:55.715271+0000 mgr.smithi079.ijsnjl (mgr.14195) 31 : cephadm [INF] Updating smithi079:/etc/ceph/ceph.conf 2024-09-06T15:05:56.537 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:56 smithi079 bash[19963]: cephadm 2024-09-06T15:05:55.715271+0000 mgr.smithi079.ijsnjl (mgr.14195) 31 : cephadm [INF] Updating smithi079:/etc/ceph/ceph.conf 2024-09-06T15:05:56.537 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:56 smithi079 bash[19963]: cephadm 2024-09-06T15:05:55.715790+0000 mgr.smithi079.ijsnjl (mgr.14195) 32 : cephadm [INF] Updating smithi090:/etc/ceph/ceph.conf 2024-09-06T15:05:56.537 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:56 smithi079 bash[19963]: cephadm 2024-09-06T15:05:55.715790+0000 mgr.smithi079.ijsnjl (mgr.14195) 32 : cephadm [INF] Updating smithi090:/etc/ceph/ceph.conf 2024-09-06T15:05:56.538 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:56 smithi079 bash[19963]: audit 2024-09-06T15:05:56.054092+0000 mon.smithi079 (mon.0) 283 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:56.538 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:56 smithi079 bash[19963]: audit 2024-09-06T15:05:56.054092+0000 mon.smithi079 (mon.0) 283 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:56.538 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:56 smithi079 bash[19963]: audit 2024-09-06T15:05:56.057437+0000 mon.smithi079 (mon.0) 284 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:56.538 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:56 smithi079 bash[19963]: audit 2024-09-06T15:05:56.057437+0000 mon.smithi079 (mon.0) 284 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:56.538 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:56 smithi079 bash[19963]: audit 2024-09-06T15:05:56.061554+0000 mon.smithi079 (mon.0) 285 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:56.538 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:56 smithi079 bash[19963]: audit 2024-09-06T15:05:56.061554+0000 mon.smithi079 (mon.0) 285 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:56.538 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:56 smithi079 bash[19963]: audit 2024-09-06T15:05:56.065797+0000 mon.smithi079 (mon.0) 286 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:56.538 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:56 smithi079 bash[19963]: audit 2024-09-06T15:05:56.065797+0000 mon.smithi079 (mon.0) 286 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:56.538 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:56 smithi079 bash[19963]: audit 2024-09-06T15:05:56.070253+0000 mon.smithi079 (mon.0) 287 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:56.538 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:56 smithi079 bash[19963]: audit 2024-09-06T15:05:56.070253+0000 mon.smithi079 (mon.0) 287 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:56.538 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:56 smithi079 bash[19963]: audit 2024-09-06T15:05:56.105755+0000 mon.smithi079 (mon.0) 288 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-06T15:05:56.539 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:56 smithi079 bash[19963]: audit 2024-09-06T15:05:56.105755+0000 mon.smithi079 (mon.0) 288 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-06T15:05:56.539 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:56 smithi079 bash[19963]: audit 2024-09-06T15:05:56.107018+0000 mon.smithi079 (mon.0) 289 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-06T15:05:56.539 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:56 smithi079 bash[19963]: audit 2024-09-06T15:05:56.107018+0000 mon.smithi079 (mon.0) 289 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-06T15:05:56.539 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:56 smithi079 bash[19963]: audit 2024-09-06T15:05:56.108194+0000 mon.smithi079 (mon.0) 290 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:05:56.539 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:56 smithi079 bash[19963]: audit 2024-09-06T15:05:56.108194+0000 mon.smithi079 (mon.0) 290 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:05:56.539 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:56 smithi079 bash[19963]: audit 2024-09-06T15:05:56.138631+0000 mon.smithi079 (mon.0) 291 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "mon metadata", "id": "smithi090"} : dispatch 2024-09-06T15:05:56.539 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:56 smithi079 bash[19963]: audit 2024-09-06T15:05:56.138631+0000 mon.smithi079 (mon.0) 291 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "mon metadata", "id": "smithi090"} : dispatch 2024-09-06T15:05:56.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:56 smithi090 bash[25332]: cluster 2024-09-06T15:05:55.289085+0000 mon.smithi079 (mon.0) 277 : cluster [DBG] mgrmap e18: smithi079.ijsnjl(active, since 39s), standbys: smithi090.kgwrey 2024-09-06T15:05:56.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:56 smithi090 bash[25332]: cluster 2024-09-06T15:05:55.289085+0000 mon.smithi079 (mon.0) 277 : cluster [DBG] mgrmap e18: smithi079.ijsnjl(active, since 39s), standbys: smithi090.kgwrey 2024-09-06T15:05:56.662 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:56 smithi090 bash[25332]: audit 2024-09-06T15:05:55.289343+0000 mon.smithi079 (mon.0) 278 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "mgr metadata", "who": "smithi090.kgwrey", "id": "smithi090.kgwrey"} : dispatch 2024-09-06T15:05:56.662 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:56 smithi090 bash[25332]: audit 2024-09-06T15:05:55.289343+0000 mon.smithi079 (mon.0) 278 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "mgr metadata", "who": "smithi090.kgwrey", "id": "smithi090.kgwrey"} : dispatch 2024-09-06T15:05:56.662 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:56 smithi090 bash[25332]: audit 2024-09-06T15:05:55.700396+0000 mon.smithi079 (mon.0) 279 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:56.662 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:56 smithi090 bash[25332]: audit 2024-09-06T15:05:55.700396+0000 mon.smithi079 (mon.0) 279 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:56.662 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:56 smithi090 bash[25332]: audit 2024-09-06T15:05:55.708806+0000 mon.smithi079 (mon.0) 280 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:56.662 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:56 smithi090 bash[25332]: audit 2024-09-06T15:05:55.708806+0000 mon.smithi079 (mon.0) 280 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:56.662 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:56 smithi090 bash[25332]: audit 2024-09-06T15:05:55.710688+0000 mon.smithi079 (mon.0) 281 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:05:56.662 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:56 smithi090 bash[25332]: audit 2024-09-06T15:05:55.710688+0000 mon.smithi079 (mon.0) 281 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:05:56.662 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:56 smithi090 bash[25332]: audit 2024-09-06T15:05:55.712557+0000 mon.smithi079 (mon.0) 282 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-06T15:05:56.662 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:56 smithi090 bash[25332]: audit 2024-09-06T15:05:55.712557+0000 mon.smithi079 (mon.0) 282 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-06T15:05:56.662 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:56 smithi090 bash[25332]: cephadm 2024-09-06T15:05:55.715271+0000 mgr.smithi079.ijsnjl (mgr.14195) 31 : cephadm [INF] Updating smithi079:/etc/ceph/ceph.conf 2024-09-06T15:05:56.662 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:56 smithi090 bash[25332]: cephadm 2024-09-06T15:05:55.715271+0000 mgr.smithi079.ijsnjl (mgr.14195) 31 : cephadm [INF] Updating smithi079:/etc/ceph/ceph.conf 2024-09-06T15:05:56.663 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:56 smithi090 bash[25332]: cephadm 2024-09-06T15:05:55.715790+0000 mgr.smithi079.ijsnjl (mgr.14195) 32 : cephadm [INF] Updating smithi090:/etc/ceph/ceph.conf 2024-09-06T15:05:56.663 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:56 smithi090 bash[25332]: cephadm 2024-09-06T15:05:55.715790+0000 mgr.smithi079.ijsnjl (mgr.14195) 32 : cephadm [INF] Updating smithi090:/etc/ceph/ceph.conf 2024-09-06T15:05:56.663 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:56 smithi090 bash[25332]: audit 2024-09-06T15:05:56.054092+0000 mon.smithi079 (mon.0) 283 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:56.663 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:56 smithi090 bash[25332]: audit 2024-09-06T15:05:56.054092+0000 mon.smithi079 (mon.0) 283 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:56.663 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:56 smithi090 bash[25332]: audit 2024-09-06T15:05:56.057437+0000 mon.smithi079 (mon.0) 284 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:56.663 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:56 smithi090 bash[25332]: audit 2024-09-06T15:05:56.057437+0000 mon.smithi079 (mon.0) 284 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:56.663 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:56 smithi090 bash[25332]: audit 2024-09-06T15:05:56.061554+0000 mon.smithi079 (mon.0) 285 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:56.663 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:56 smithi090 bash[25332]: audit 2024-09-06T15:05:56.061554+0000 mon.smithi079 (mon.0) 285 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:56.663 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:56 smithi090 bash[25332]: audit 2024-09-06T15:05:56.065797+0000 mon.smithi079 (mon.0) 286 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:56.663 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:56 smithi090 bash[25332]: audit 2024-09-06T15:05:56.065797+0000 mon.smithi079 (mon.0) 286 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:56.663 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:56 smithi090 bash[25332]: audit 2024-09-06T15:05:56.070253+0000 mon.smithi079 (mon.0) 287 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:56.664 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:56 smithi090 bash[25332]: audit 2024-09-06T15:05:56.070253+0000 mon.smithi079 (mon.0) 287 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:56.664 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:56 smithi090 bash[25332]: audit 2024-09-06T15:05:56.105755+0000 mon.smithi079 (mon.0) 288 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-06T15:05:56.664 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:56 smithi090 bash[25332]: audit 2024-09-06T15:05:56.105755+0000 mon.smithi079 (mon.0) 288 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-06T15:05:56.664 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:56 smithi090 bash[25332]: audit 2024-09-06T15:05:56.107018+0000 mon.smithi079 (mon.0) 289 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-06T15:05:56.664 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:56 smithi090 bash[25332]: audit 2024-09-06T15:05:56.107018+0000 mon.smithi079 (mon.0) 289 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-06T15:05:56.664 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:56 smithi090 bash[25332]: audit 2024-09-06T15:05:56.108194+0000 mon.smithi079 (mon.0) 290 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:05:56.664 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:56 smithi090 bash[25332]: audit 2024-09-06T15:05:56.108194+0000 mon.smithi079 (mon.0) 290 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:05:56.664 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:56 smithi090 bash[25332]: audit 2024-09-06T15:05:56.138631+0000 mon.smithi079 (mon.0) 291 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "mon metadata", "id": "smithi090"} : dispatch 2024-09-06T15:05:56.664 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:56 smithi090 bash[25332]: audit 2024-09-06T15:05:56.138631+0000 mon.smithi079 (mon.0) 291 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "mon metadata", "id": "smithi090"} : dispatch 2024-09-06T15:05:56.983 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-09-06T15:05:56.983 INFO:teuthology.orchestra.run.smithi090.stdout:{"epoch":2,"fsid":"d8ce0702-6c60-11ef-bce4-c7b262605968","modified":"2024-09-06T15:05:50.137731Z","created":"2024-09-06T15:02:35.106619Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi079","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:3300","nonce":0},{"type":"v1","addr":"172.21.15.79:6789","nonce":0}]},"addr":"172.21.15.79:6789/0","public_addr":"172.21.15.79:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi090","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.90:3300","nonce":0},{"type":"v1","addr":"172.21.15.90:6789","nonce":0}]},"addr":"172.21.15.90:6789/0","public_addr":"172.21.15.90:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-09-06T15:05:56.983 INFO:teuthology.orchestra.run.smithi090.stderr:dumped monmap epoch 2 2024-09-06T15:05:57.827 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-09-06T15:05:57.827 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8b38c33cecf4b0b7a9b3116eb9089e21e444ac73 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d8ce0702-6c60-11ef-bce4-c7b262605968 -- ceph config generate-minimal-conf 2024-09-06T15:05:58.026 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:57 smithi079 bash[19963]: cephadm 2024-09-06T15:05:55.904660+0000 mgr.smithi079.ijsnjl (mgr.14195) 33 : cephadm [INF] Updating smithi090:/var/lib/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/config/ceph.conf 2024-09-06T15:05:58.027 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:57 smithi079 bash[19963]: cephadm 2024-09-06T15:05:55.904660+0000 mgr.smithi079.ijsnjl (mgr.14195) 33 : cephadm [INF] Updating smithi090:/var/lib/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/config/ceph.conf 2024-09-06T15:05:58.027 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:57 smithi079 bash[19963]: cephadm 2024-09-06T15:05:55.904946+0000 mgr.smithi079.ijsnjl (mgr.14195) 34 : cephadm [INF] Updating smithi079:/var/lib/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/config/ceph.conf 2024-09-06T15:05:58.027 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:57 smithi079 bash[19963]: cephadm 2024-09-06T15:05:55.904946+0000 mgr.smithi079.ijsnjl (mgr.14195) 34 : cephadm [INF] Updating smithi079:/var/lib/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/config/ceph.conf 2024-09-06T15:05:58.027 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:57 smithi079 bash[19963]: cluster 2024-09-06T15:05:55.931241+0000 mgr.smithi079.ijsnjl (mgr.14195) 35 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:05:58.027 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:57 smithi079 bash[19963]: cluster 2024-09-06T15:05:55.931241+0000 mgr.smithi079.ijsnjl (mgr.14195) 35 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:05:58.027 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:57 smithi079 bash[19963]: cephadm 2024-09-06T15:05:56.105190+0000 mgr.smithi079.ijsnjl (mgr.14195) 36 : cephadm [INF] Reconfiguring mon.smithi079 (unknown last config time)... 2024-09-06T15:05:58.027 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:57 smithi079 bash[19963]: cephadm 2024-09-06T15:05:56.105190+0000 mgr.smithi079.ijsnjl (mgr.14195) 36 : cephadm [INF] Reconfiguring mon.smithi079 (unknown last config time)... 2024-09-06T15:05:58.027 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:57 smithi079 bash[19963]: cephadm 2024-09-06T15:05:56.109354+0000 mgr.smithi079.ijsnjl (mgr.14195) 37 : cephadm [INF] Reconfiguring daemon mon.smithi079 on smithi079 2024-09-06T15:05:58.027 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:57 smithi079 bash[19963]: cephadm 2024-09-06T15:05:56.109354+0000 mgr.smithi079.ijsnjl (mgr.14195) 37 : cephadm [INF] Reconfiguring daemon mon.smithi079 on smithi079 2024-09-06T15:05:58.027 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:57 smithi079 bash[19963]: audit 2024-09-06T15:05:56.983983+0000 mon.smithi079 (mon.0) 292 : audit [DBG] from='client.? 172.21.15.90:0/103165494' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-06T15:05:58.027 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:57 smithi079 bash[19963]: audit 2024-09-06T15:05:56.983983+0000 mon.smithi079 (mon.0) 292 : audit [DBG] from='client.? 172.21.15.90:0/103165494' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-06T15:05:58.161 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:57 smithi090 bash[25332]: cephadm 2024-09-06T15:05:55.904660+0000 mgr.smithi079.ijsnjl (mgr.14195) 33 : cephadm [INF] Updating smithi090:/var/lib/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/config/ceph.conf 2024-09-06T15:05:58.161 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:57 smithi090 bash[25332]: cephadm 2024-09-06T15:05:55.904660+0000 mgr.smithi079.ijsnjl (mgr.14195) 33 : cephadm [INF] Updating smithi090:/var/lib/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/config/ceph.conf 2024-09-06T15:05:58.161 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:57 smithi090 bash[25332]: cephadm 2024-09-06T15:05:55.904946+0000 mgr.smithi079.ijsnjl (mgr.14195) 34 : cephadm [INF] Updating smithi079:/var/lib/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/config/ceph.conf 2024-09-06T15:05:58.161 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:57 smithi090 bash[25332]: cephadm 2024-09-06T15:05:55.904946+0000 mgr.smithi079.ijsnjl (mgr.14195) 34 : cephadm [INF] Updating smithi079:/var/lib/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/config/ceph.conf 2024-09-06T15:05:58.161 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:57 smithi090 bash[25332]: cluster 2024-09-06T15:05:55.931241+0000 mgr.smithi079.ijsnjl (mgr.14195) 35 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:05:58.161 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:57 smithi090 bash[25332]: cluster 2024-09-06T15:05:55.931241+0000 mgr.smithi079.ijsnjl (mgr.14195) 35 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:05:58.161 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:57 smithi090 bash[25332]: cephadm 2024-09-06T15:05:56.105190+0000 mgr.smithi079.ijsnjl (mgr.14195) 36 : cephadm [INF] Reconfiguring mon.smithi079 (unknown last config time)... 2024-09-06T15:05:58.161 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:57 smithi090 bash[25332]: cephadm 2024-09-06T15:05:56.105190+0000 mgr.smithi079.ijsnjl (mgr.14195) 36 : cephadm [INF] Reconfiguring mon.smithi079 (unknown last config time)... 2024-09-06T15:05:58.161 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:57 smithi090 bash[25332]: cephadm 2024-09-06T15:05:56.109354+0000 mgr.smithi079.ijsnjl (mgr.14195) 37 : cephadm [INF] Reconfiguring daemon mon.smithi079 on smithi079 2024-09-06T15:05:58.162 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:57 smithi090 bash[25332]: cephadm 2024-09-06T15:05:56.109354+0000 mgr.smithi079.ijsnjl (mgr.14195) 37 : cephadm [INF] Reconfiguring daemon mon.smithi079 on smithi079 2024-09-06T15:05:58.162 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:57 smithi090 bash[25332]: audit 2024-09-06T15:05:56.983983+0000 mon.smithi079 (mon.0) 292 : audit [DBG] from='client.? 172.21.15.90:0/103165494' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-06T15:05:58.162 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:57 smithi090 bash[25332]: audit 2024-09-06T15:05:56.983983+0000 mon.smithi079 (mon.0) 292 : audit [DBG] from='client.? 172.21.15.90:0/103165494' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-06T15:05:59.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:59 smithi079 bash[19963]: cluster 2024-09-06T15:05:57.931555+0000 mgr.smithi079.ijsnjl (mgr.14195) 38 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:05:59.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:59 smithi079 bash[19963]: cluster 2024-09-06T15:05:57.931555+0000 mgr.smithi079.ijsnjl (mgr.14195) 38 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:05:59.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:59 smithi079 bash[19963]: audit 2024-09-06T15:05:58.533306+0000 mon.smithi079 (mon.0) 293 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:59.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:59 smithi079 bash[19963]: audit 2024-09-06T15:05:58.533306+0000 mon.smithi079 (mon.0) 293 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:59.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:59 smithi079 bash[19963]: audit 2024-09-06T15:05:58.538750+0000 mon.smithi079 (mon.0) 294 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:59.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:59 smithi079 bash[19963]: audit 2024-09-06T15:05:58.538750+0000 mon.smithi079 (mon.0) 294 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:59.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:59 smithi079 bash[19963]: cephadm 2024-09-06T15:05:58.540176+0000 mgr.smithi079.ijsnjl (mgr.14195) 39 : cephadm [INF] Reconfiguring mgr.smithi079.ijsnjl (unknown last config time)... 2024-09-06T15:05:59.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:59 smithi079 bash[19963]: cephadm 2024-09-06T15:05:58.540176+0000 mgr.smithi079.ijsnjl (mgr.14195) 39 : cephadm [INF] Reconfiguring mgr.smithi079.ijsnjl (unknown last config time)... 2024-09-06T15:05:59.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:59 smithi079 bash[19963]: audit 2024-09-06T15:05:58.540734+0000 mon.smithi079 (mon.0) 295 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get-or-create", "entity": "mgr.smithi079.ijsnjl", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-06T15:05:59.787 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:59 smithi079 bash[19963]: audit 2024-09-06T15:05:58.540734+0000 mon.smithi079 (mon.0) 295 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get-or-create", "entity": "mgr.smithi079.ijsnjl", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-06T15:05:59.787 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:59 smithi079 bash[19963]: audit 2024-09-06T15:05:58.542102+0000 mon.smithi079 (mon.0) 296 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "mgr services"} : dispatch 2024-09-06T15:05:59.787 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:59 smithi079 bash[19963]: audit 2024-09-06T15:05:58.542102+0000 mon.smithi079 (mon.0) 296 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "mgr services"} : dispatch 2024-09-06T15:05:59.787 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:59 smithi079 bash[19963]: audit 2024-09-06T15:05:58.543289+0000 mon.smithi079 (mon.0) 297 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:05:59.787 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:59 smithi079 bash[19963]: audit 2024-09-06T15:05:58.543289+0000 mon.smithi079 (mon.0) 297 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:05:59.787 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:59 smithi079 bash[19963]: cephadm 2024-09-06T15:05:58.544568+0000 mgr.smithi079.ijsnjl (mgr.14195) 40 : cephadm [INF] Reconfiguring daemon mgr.smithi079.ijsnjl on smithi079 2024-09-06T15:05:59.787 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:05:59 smithi079 bash[19963]: cephadm 2024-09-06T15:05:58.544568+0000 mgr.smithi079.ijsnjl (mgr.14195) 40 : cephadm [INF] Reconfiguring daemon mgr.smithi079.ijsnjl on smithi079 2024-09-06T15:05:59.911 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:59 smithi090 bash[25332]: cluster 2024-09-06T15:05:57.931555+0000 mgr.smithi079.ijsnjl (mgr.14195) 38 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:05:59.911 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:59 smithi090 bash[25332]: cluster 2024-09-06T15:05:57.931555+0000 mgr.smithi079.ijsnjl (mgr.14195) 38 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:05:59.911 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:59 smithi090 bash[25332]: audit 2024-09-06T15:05:58.533306+0000 mon.smithi079 (mon.0) 293 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:59.911 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:59 smithi090 bash[25332]: audit 2024-09-06T15:05:58.533306+0000 mon.smithi079 (mon.0) 293 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:59.911 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:59 smithi090 bash[25332]: audit 2024-09-06T15:05:58.538750+0000 mon.smithi079 (mon.0) 294 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:59.911 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:59 smithi090 bash[25332]: audit 2024-09-06T15:05:58.538750+0000 mon.smithi079 (mon.0) 294 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:05:59.911 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:59 smithi090 bash[25332]: cephadm 2024-09-06T15:05:58.540176+0000 mgr.smithi079.ijsnjl (mgr.14195) 39 : cephadm [INF] Reconfiguring mgr.smithi079.ijsnjl (unknown last config time)... 2024-09-06T15:05:59.911 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:59 smithi090 bash[25332]: cephadm 2024-09-06T15:05:58.540176+0000 mgr.smithi079.ijsnjl (mgr.14195) 39 : cephadm [INF] Reconfiguring mgr.smithi079.ijsnjl (unknown last config time)... 2024-09-06T15:05:59.912 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:59 smithi090 bash[25332]: audit 2024-09-06T15:05:58.540734+0000 mon.smithi079 (mon.0) 295 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get-or-create", "entity": "mgr.smithi079.ijsnjl", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-06T15:05:59.912 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:59 smithi090 bash[25332]: audit 2024-09-06T15:05:58.540734+0000 mon.smithi079 (mon.0) 295 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get-or-create", "entity": "mgr.smithi079.ijsnjl", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-06T15:05:59.912 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:59 smithi090 bash[25332]: audit 2024-09-06T15:05:58.542102+0000 mon.smithi079 (mon.0) 296 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "mgr services"} : dispatch 2024-09-06T15:05:59.912 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:59 smithi090 bash[25332]: audit 2024-09-06T15:05:58.542102+0000 mon.smithi079 (mon.0) 296 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "mgr services"} : dispatch 2024-09-06T15:05:59.912 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:59 smithi090 bash[25332]: audit 2024-09-06T15:05:58.543289+0000 mon.smithi079 (mon.0) 297 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:05:59.912 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:59 smithi090 bash[25332]: audit 2024-09-06T15:05:58.543289+0000 mon.smithi079 (mon.0) 297 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:05:59.912 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:59 smithi090 bash[25332]: cephadm 2024-09-06T15:05:58.544568+0000 mgr.smithi079.ijsnjl (mgr.14195) 40 : cephadm [INF] Reconfiguring daemon mgr.smithi079.ijsnjl on smithi079 2024-09-06T15:05:59.912 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:05:59 smithi090 bash[25332]: cephadm 2024-09-06T15:05:58.544568+0000 mgr.smithi079.ijsnjl (mgr.14195) 40 : cephadm [INF] Reconfiguring daemon mgr.smithi079.ijsnjl on smithi079 2024-09-06T15:06:01.911 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:01 smithi090 bash[25332]: cluster 2024-09-06T15:05:59.932032+0000 mgr.smithi079.ijsnjl (mgr.14195) 41 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:01.911 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:01 smithi090 bash[25332]: cluster 2024-09-06T15:05:59.932032+0000 mgr.smithi079.ijsnjl (mgr.14195) 41 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:01.911 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:01 smithi090 bash[25332]: audit 2024-09-06T15:06:00.648623+0000 mon.smithi079 (mon.0) 298 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:01.911 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:01 smithi090 bash[25332]: audit 2024-09-06T15:06:00.648623+0000 mon.smithi079 (mon.0) 298 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:01.911 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:01 smithi090 bash[25332]: audit 2024-09-06T15:06:00.657048+0000 mon.smithi079 (mon.0) 299 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:01.911 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:01 smithi090 bash[25332]: audit 2024-09-06T15:06:00.657048+0000 mon.smithi079 (mon.0) 299 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:01.912 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:01 smithi090 bash[25332]: cephadm 2024-09-06T15:06:00.658862+0000 mgr.smithi079.ijsnjl (mgr.14195) 42 : cephadm [INF] Reconfiguring ceph-exporter.smithi079 (monmap changed)... 2024-09-06T15:06:01.912 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:01 smithi090 bash[25332]: cephadm 2024-09-06T15:06:00.658862+0000 mgr.smithi079.ijsnjl (mgr.14195) 42 : cephadm [INF] Reconfiguring ceph-exporter.smithi079 (monmap changed)... 2024-09-06T15:06:01.912 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:01 smithi090 bash[25332]: audit 2024-09-06T15:06:00.659524+0000 mon.smithi079 (mon.0) 300 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi079", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]} : dispatch 2024-09-06T15:06:01.912 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:01 smithi090 bash[25332]: audit 2024-09-06T15:06:00.659524+0000 mon.smithi079 (mon.0) 300 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi079", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]} : dispatch 2024-09-06T15:06:01.912 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:01 smithi090 bash[25332]: audit 2024-09-06T15:06:00.660970+0000 mon.smithi079 (mon.0) 301 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:06:01.912 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:01 smithi090 bash[25332]: audit 2024-09-06T15:06:00.660970+0000 mon.smithi079 (mon.0) 301 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:06:01.912 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:01 smithi090 bash[25332]: cephadm 2024-09-06T15:06:00.662211+0000 mgr.smithi079.ijsnjl (mgr.14195) 43 : cephadm [INF] Reconfiguring daemon ceph-exporter.smithi079 on smithi079 2024-09-06T15:06:01.912 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:01 smithi090 bash[25332]: cephadm 2024-09-06T15:06:00.662211+0000 mgr.smithi079.ijsnjl (mgr.14195) 43 : cephadm [INF] Reconfiguring daemon ceph-exporter.smithi079 on smithi079 2024-09-06T15:06:01.912 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:01 smithi090 bash[25332]: audit 2024-09-06T15:06:01.245660+0000 mon.smithi079 (mon.0) 302 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:06:01.912 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:01 smithi090 bash[25332]: audit 2024-09-06T15:06:01.245660+0000 mon.smithi079 (mon.0) 302 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:06:02.036 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:01 smithi079 bash[19963]: cluster 2024-09-06T15:05:59.932032+0000 mgr.smithi079.ijsnjl (mgr.14195) 41 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:02.036 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:01 smithi079 bash[19963]: cluster 2024-09-06T15:05:59.932032+0000 mgr.smithi079.ijsnjl (mgr.14195) 41 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:02.036 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:01 smithi079 bash[19963]: audit 2024-09-06T15:06:00.648623+0000 mon.smithi079 (mon.0) 298 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:02.036 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:01 smithi079 bash[19963]: audit 2024-09-06T15:06:00.648623+0000 mon.smithi079 (mon.0) 298 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:02.036 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:01 smithi079 bash[19963]: audit 2024-09-06T15:06:00.657048+0000 mon.smithi079 (mon.0) 299 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:02.036 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:01 smithi079 bash[19963]: audit 2024-09-06T15:06:00.657048+0000 mon.smithi079 (mon.0) 299 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:02.036 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:01 smithi079 bash[19963]: cephadm 2024-09-06T15:06:00.658862+0000 mgr.smithi079.ijsnjl (mgr.14195) 42 : cephadm [INF] Reconfiguring ceph-exporter.smithi079 (monmap changed)... 2024-09-06T15:06:02.036 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:01 smithi079 bash[19963]: cephadm 2024-09-06T15:06:00.658862+0000 mgr.smithi079.ijsnjl (mgr.14195) 42 : cephadm [INF] Reconfiguring ceph-exporter.smithi079 (monmap changed)... 2024-09-06T15:06:02.037 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:01 smithi079 bash[19963]: audit 2024-09-06T15:06:00.659524+0000 mon.smithi079 (mon.0) 300 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi079", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]} : dispatch 2024-09-06T15:06:02.037 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:01 smithi079 bash[19963]: audit 2024-09-06T15:06:00.659524+0000 mon.smithi079 (mon.0) 300 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi079", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]} : dispatch 2024-09-06T15:06:02.037 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:01 smithi079 bash[19963]: audit 2024-09-06T15:06:00.660970+0000 mon.smithi079 (mon.0) 301 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:06:02.037 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:01 smithi079 bash[19963]: audit 2024-09-06T15:06:00.660970+0000 mon.smithi079 (mon.0) 301 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:06:02.037 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:01 smithi079 bash[19963]: cephadm 2024-09-06T15:06:00.662211+0000 mgr.smithi079.ijsnjl (mgr.14195) 43 : cephadm [INF] Reconfiguring daemon ceph-exporter.smithi079 on smithi079 2024-09-06T15:06:02.037 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:01 smithi079 bash[19963]: cephadm 2024-09-06T15:06:00.662211+0000 mgr.smithi079.ijsnjl (mgr.14195) 43 : cephadm [INF] Reconfiguring daemon ceph-exporter.smithi079 on smithi079 2024-09-06T15:06:02.037 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:01 smithi079 bash[19963]: audit 2024-09-06T15:06:01.245660+0000 mon.smithi079 (mon.0) 302 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:06:02.037 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:01 smithi079 bash[19963]: audit 2024-09-06T15:06:01.245660+0000 mon.smithi079 (mon.0) 302 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:06:03.648 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/mon.smithi079/config 2024-09-06T15:06:03.785 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:03 smithi079 bash[19963]: cluster 2024-09-06T15:06:01.932462+0000 mgr.smithi079.ijsnjl (mgr.14195) 44 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:03.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:03 smithi079 bash[19963]: cluster 2024-09-06T15:06:01.932462+0000 mgr.smithi079.ijsnjl (mgr.14195) 44 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:03.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:03 smithi079 bash[19963]: audit 2024-09-06T15:06:02.868400+0000 mon.smithi079 (mon.0) 303 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:03.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:03 smithi079 bash[19963]: audit 2024-09-06T15:06:02.868400+0000 mon.smithi079 (mon.0) 303 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:03.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:03 smithi079 bash[19963]: audit 2024-09-06T15:06:02.878355+0000 mon.smithi079 (mon.0) 304 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:03.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:03 smithi079 bash[19963]: audit 2024-09-06T15:06:02.878355+0000 mon.smithi079 (mon.0) 304 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:03.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:03 smithi079 bash[19963]: audit 2024-09-06T15:06:02.880658+0000 mon.smithi079 (mon.0) 305 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get-or-create", "entity": "client.crash.smithi079", "caps": ["mon", "profile crash", "mgr", "profile crash"]} : dispatch 2024-09-06T15:06:03.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:03 smithi079 bash[19963]: audit 2024-09-06T15:06:02.880658+0000 mon.smithi079 (mon.0) 305 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get-or-create", "entity": "client.crash.smithi079", "caps": ["mon", "profile crash", "mgr", "profile crash"]} : dispatch 2024-09-06T15:06:03.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:03 smithi079 bash[19963]: audit 2024-09-06T15:06:02.882087+0000 mon.smithi079 (mon.0) 306 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:06:03.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:03 smithi079 bash[19963]: audit 2024-09-06T15:06:02.882087+0000 mon.smithi079 (mon.0) 306 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:06:03.911 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:03 smithi090 bash[25332]: cluster 2024-09-06T15:06:01.932462+0000 mgr.smithi079.ijsnjl (mgr.14195) 44 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:03.911 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:03 smithi090 bash[25332]: cluster 2024-09-06T15:06:01.932462+0000 mgr.smithi079.ijsnjl (mgr.14195) 44 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:03.911 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:03 smithi090 bash[25332]: audit 2024-09-06T15:06:02.868400+0000 mon.smithi079 (mon.0) 303 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:03.911 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:03 smithi090 bash[25332]: audit 2024-09-06T15:06:02.868400+0000 mon.smithi079 (mon.0) 303 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:03.911 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:03 smithi090 bash[25332]: audit 2024-09-06T15:06:02.878355+0000 mon.smithi079 (mon.0) 304 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:03.911 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:03 smithi090 bash[25332]: audit 2024-09-06T15:06:02.878355+0000 mon.smithi079 (mon.0) 304 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:03.911 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:03 smithi090 bash[25332]: audit 2024-09-06T15:06:02.880658+0000 mon.smithi079 (mon.0) 305 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get-or-create", "entity": "client.crash.smithi079", "caps": ["mon", "profile crash", "mgr", "profile crash"]} : dispatch 2024-09-06T15:06:03.911 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:03 smithi090 bash[25332]: audit 2024-09-06T15:06:02.880658+0000 mon.smithi079 (mon.0) 305 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get-or-create", "entity": "client.crash.smithi079", "caps": ["mon", "profile crash", "mgr", "profile crash"]} : dispatch 2024-09-06T15:06:03.911 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:03 smithi090 bash[25332]: audit 2024-09-06T15:06:02.882087+0000 mon.smithi079 (mon.0) 306 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:06:03.911 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:03 smithi090 bash[25332]: audit 2024-09-06T15:06:02.882087+0000 mon.smithi079 (mon.0) 306 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:06:04.910 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:04 smithi090 bash[25332]: cephadm 2024-09-06T15:06:02.880084+0000 mgr.smithi079.ijsnjl (mgr.14195) 45 : cephadm [INF] Reconfiguring crash.smithi079 (monmap changed)... 2024-09-06T15:06:04.911 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:04 smithi090 bash[25332]: cephadm 2024-09-06T15:06:02.880084+0000 mgr.smithi079.ijsnjl (mgr.14195) 45 : cephadm [INF] Reconfiguring crash.smithi079 (monmap changed)... 2024-09-06T15:06:04.911 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:04 smithi090 bash[25332]: cephadm 2024-09-06T15:06:02.883672+0000 mgr.smithi079.ijsnjl (mgr.14195) 46 : cephadm [INF] Reconfiguring daemon crash.smithi079 on smithi079 2024-09-06T15:06:04.911 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:04 smithi090 bash[25332]: cephadm 2024-09-06T15:06:02.883672+0000 mgr.smithi079.ijsnjl (mgr.14195) 46 : cephadm [INF] Reconfiguring daemon crash.smithi079 on smithi079 2024-09-06T15:06:05.029 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:04 smithi079 bash[19963]: cephadm 2024-09-06T15:06:02.880084+0000 mgr.smithi079.ijsnjl (mgr.14195) 45 : cephadm [INF] Reconfiguring crash.smithi079 (monmap changed)... 2024-09-06T15:06:05.029 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:04 smithi079 bash[19963]: cephadm 2024-09-06T15:06:02.880084+0000 mgr.smithi079.ijsnjl (mgr.14195) 45 : cephadm [INF] Reconfiguring crash.smithi079 (monmap changed)... 2024-09-06T15:06:05.029 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:04 smithi079 bash[19963]: cephadm 2024-09-06T15:06:02.883672+0000 mgr.smithi079.ijsnjl (mgr.14195) 46 : cephadm [INF] Reconfiguring daemon crash.smithi079 on smithi079 2024-09-06T15:06:05.029 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:04 smithi079 bash[19963]: cephadm 2024-09-06T15:06:02.883672+0000 mgr.smithi079.ijsnjl (mgr.14195) 46 : cephadm [INF] Reconfiguring daemon crash.smithi079 on smithi079 2024-09-06T15:06:05.444 INFO:teuthology.orchestra.run.smithi079.stdout:# minimal ceph.conf for d8ce0702-6c60-11ef-bce4-c7b262605968 2024-09-06T15:06:05.444 INFO:teuthology.orchestra.run.smithi079.stdout:[global] 2024-09-06T15:06:05.444 INFO:teuthology.orchestra.run.smithi079.stdout: fsid = d8ce0702-6c60-11ef-bce4-c7b262605968 2024-09-06T15:06:05.445 INFO:teuthology.orchestra.run.smithi079.stdout: mon_host = [v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0] [v2:172.21.15.90:3300/0,v1:172.21.15.90:6789/0] 2024-09-06T15:06:05.785 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:05 smithi079 bash[19963]: cluster 2024-09-06T15:06:03.932904+0000 mgr.smithi079.ijsnjl (mgr.14195) 47 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:05.785 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:05 smithi079 bash[19963]: cluster 2024-09-06T15:06:03.932904+0000 mgr.smithi079.ijsnjl (mgr.14195) 47 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:05.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:05 smithi079 bash[19963]: audit 2024-09-06T15:06:05.445808+0000 mon.smithi079 (mon.0) 307 : audit [DBG] from='client.? 172.21.15.79:0/3694409049' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:06:05.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:05 smithi079 bash[19963]: audit 2024-09-06T15:06:05.445808+0000 mon.smithi079 (mon.0) 307 : audit [DBG] from='client.? 172.21.15.79:0/3694409049' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:06:06.160 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:05 smithi090 bash[25332]: cluster 2024-09-06T15:06:03.932904+0000 mgr.smithi079.ijsnjl (mgr.14195) 47 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:06.161 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:05 smithi090 bash[25332]: cluster 2024-09-06T15:06:03.932904+0000 mgr.smithi079.ijsnjl (mgr.14195) 47 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:06.161 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:05 smithi090 bash[25332]: audit 2024-09-06T15:06:05.445808+0000 mon.smithi079 (mon.0) 307 : audit [DBG] from='client.? 172.21.15.79:0/3694409049' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:06:06.161 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:05 smithi090 bash[25332]: audit 2024-09-06T15:06:05.445808+0000 mon.smithi079 (mon.0) 307 : audit [DBG] from='client.? 172.21.15.79:0/3694409049' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:06:06.440 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-09-06T15:06:06.440 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2024-09-06T15:06:06.440 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd of=/etc/ceph/ceph.conf 2024-09-06T15:06:06.453 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2024-09-06T15:06:06.453 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-06T15:06:06.507 DEBUG:teuthology.orchestra.run.smithi090:> set -ex 2024-09-06T15:06:06.507 DEBUG:teuthology.orchestra.run.smithi090:> sudo dd of=/etc/ceph/ceph.conf 2024-09-06T15:06:06.522 DEBUG:teuthology.orchestra.run.smithi090:> set -ex 2024-09-06T15:06:06.522 DEBUG:teuthology.orchestra.run.smithi090:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-06T15:06:06.578 DEBUG:tasks.cephadm:set 0 configs 2024-09-06T15:06:06.579 INFO:tasks.cephadm:Deploying OSDs... 2024-09-06T15:06:06.579 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2024-09-06T15:06:06.579 DEBUG:teuthology.orchestra.run.smithi079:> dd if=/scratch_devs of=/dev/stdout 2024-09-06T15:06:06.585 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-09-06T15:06:06.585 DEBUG:teuthology.orchestra.run.smithi079:> stat /dev/nvme1n1 2024-09-06T15:06:06.631 INFO:teuthology.orchestra.run.smithi079.stdout: File: /dev/nvme1n1 2024-09-06T15:06:06.631 INFO:teuthology.orchestra.run.smithi079.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-09-06T15:06:06.632 INFO:teuthology.orchestra.run.smithi079.stdout:Device: 5h/5d Inode: 969 Links: 1 Device type: 103,2 2024-09-06T15:06:06.632 INFO:teuthology.orchestra.run.smithi079.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-09-06T15:06:06.632 INFO:teuthology.orchestra.run.smithi079.stdout:Access: 2024-09-06 15:04:05.987480505 +0000 2024-09-06T15:06:06.632 INFO:teuthology.orchestra.run.smithi079.stdout:Modify: 2024-09-06 15:01:06.388389316 +0000 2024-09-06T15:06:06.632 INFO:teuthology.orchestra.run.smithi079.stdout:Change: 2024-09-06 15:01:06.388389316 +0000 2024-09-06T15:06:06.632 INFO:teuthology.orchestra.run.smithi079.stdout: Birth: - 2024-09-06T15:06:06.632 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-09-06T15:06:06.685 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records in 2024-09-06T15:06:06.685 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records out 2024-09-06T15:06:06.685 INFO:teuthology.orchestra.run.smithi079.stderr:512 bytes copied, 0.000335922 s, 1.5 MB/s 2024-09-06T15:06:06.686 DEBUG:teuthology.orchestra.run.smithi079:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-09-06T15:06:06.737 DEBUG:teuthology.orchestra.run.smithi079:> stat /dev/nvme2n1 2024-09-06T15:06:06.784 INFO:teuthology.orchestra.run.smithi079.stdout: File: /dev/nvme2n1 2024-09-06T15:06:06.784 INFO:teuthology.orchestra.run.smithi079.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-09-06T15:06:06.784 INFO:teuthology.orchestra.run.smithi079.stdout:Device: 5h/5d Inode: 978 Links: 1 Device type: 103,4 2024-09-06T15:06:06.784 INFO:teuthology.orchestra.run.smithi079.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-09-06T15:06:06.784 INFO:teuthology.orchestra.run.smithi079.stdout:Access: 2024-09-06 15:04:05.999480398 +0000 2024-09-06T15:06:06.784 INFO:teuthology.orchestra.run.smithi079.stdout:Modify: 2024-09-06 15:01:06.488438423 +0000 2024-09-06T15:06:06.784 INFO:teuthology.orchestra.run.smithi079.stdout:Change: 2024-09-06 15:01:06.488438423 +0000 2024-09-06T15:06:06.784 INFO:teuthology.orchestra.run.smithi079.stdout: Birth: - 2024-09-06T15:06:06.785 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-09-06T15:06:06.838 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records in 2024-09-06T15:06:06.838 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records out 2024-09-06T15:06:06.838 INFO:teuthology.orchestra.run.smithi079.stderr:512 bytes copied, 0.000455051 s, 1.1 MB/s 2024-09-06T15:06:06.839 DEBUG:teuthology.orchestra.run.smithi079:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-09-06T15:06:06.889 DEBUG:teuthology.orchestra.run.smithi079:> stat /dev/nvme3n1 2024-09-06T15:06:06.936 INFO:teuthology.orchestra.run.smithi079.stdout: File: /dev/nvme3n1 2024-09-06T15:06:06.936 INFO:teuthology.orchestra.run.smithi079.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-09-06T15:06:06.936 INFO:teuthology.orchestra.run.smithi079.stdout:Device: 5h/5d Inode: 987 Links: 1 Device type: 103,6 2024-09-06T15:06:06.936 INFO:teuthology.orchestra.run.smithi079.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-09-06T15:06:06.936 INFO:teuthology.orchestra.run.smithi079.stdout:Access: 2024-09-06 15:04:06.011480291 +0000 2024-09-06T15:06:06.936 INFO:teuthology.orchestra.run.smithi079.stdout:Modify: 2024-09-06 15:01:06.584485566 +0000 2024-09-06T15:06:06.937 INFO:teuthology.orchestra.run.smithi079.stdout:Change: 2024-09-06 15:01:06.584485566 +0000 2024-09-06T15:06:06.937 INFO:teuthology.orchestra.run.smithi079.stdout: Birth: - 2024-09-06T15:06:06.937 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-09-06T15:06:06.991 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records in 2024-09-06T15:06:06.991 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records out 2024-09-06T15:06:06.991 INFO:teuthology.orchestra.run.smithi079.stderr:512 bytes copied, 0.00049884 s, 1.0 MB/s 2024-09-06T15:06:06.992 DEBUG:teuthology.orchestra.run.smithi079:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-09-06T15:06:07.042 DEBUG:teuthology.orchestra.run.smithi079:> stat /dev/nvme4n1 2024-09-06T15:06:07.088 INFO:teuthology.orchestra.run.smithi079.stdout: File: /dev/nvme4n1 2024-09-06T15:06:07.088 INFO:teuthology.orchestra.run.smithi079.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-09-06T15:06:07.088 INFO:teuthology.orchestra.run.smithi079.stdout:Device: 5h/5d Inode: 996 Links: 1 Device type: 103,8 2024-09-06T15:06:07.088 INFO:teuthology.orchestra.run.smithi079.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-09-06T15:06:07.089 INFO:teuthology.orchestra.run.smithi079.stdout:Access: 2024-09-06 15:04:06.019480219 +0000 2024-09-06T15:06:07.089 INFO:teuthology.orchestra.run.smithi079.stdout:Modify: 2024-09-06 15:01:06.680532708 +0000 2024-09-06T15:06:07.089 INFO:teuthology.orchestra.run.smithi079.stdout:Change: 2024-09-06 15:01:06.680532708 +0000 2024-09-06T15:06:07.089 INFO:teuthology.orchestra.run.smithi079.stdout: Birth: - 2024-09-06T15:06:07.089 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-09-06T15:06:07.140 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:07 smithi079 bash[19963]: cluster 2024-09-06T15:06:05.933291+0000 mgr.smithi079.ijsnjl (mgr.14195) 48 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:07.141 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:07 smithi079 bash[19963]: cluster 2024-09-06T15:06:05.933291+0000 mgr.smithi079.ijsnjl (mgr.14195) 48 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:07.141 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:07 smithi079 bash[19963]: audit 2024-09-06T15:06:06.078165+0000 mon.smithi079 (mon.0) 308 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:07.141 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:07 smithi079 bash[19963]: audit 2024-09-06T15:06:06.078165+0000 mon.smithi079 (mon.0) 308 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:07.141 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:07 smithi079 bash[19963]: audit 2024-09-06T15:06:06.087267+0000 mon.smithi079 (mon.0) 309 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:07.141 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:07 smithi079 bash[19963]: audit 2024-09-06T15:06:06.087267+0000 mon.smithi079 (mon.0) 309 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:07.141 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:07 smithi079 bash[19963]: cephadm 2024-09-06T15:06:06.089887+0000 mgr.smithi079.ijsnjl (mgr.14195) 49 : cephadm [INF] Reconfiguring alertmanager.smithi079 (dependencies changed)... 2024-09-06T15:06:07.141 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:07 smithi079 bash[19963]: cephadm 2024-09-06T15:06:06.089887+0000 mgr.smithi079.ijsnjl (mgr.14195) 49 : cephadm [INF] Reconfiguring alertmanager.smithi079 (dependencies changed)... 2024-09-06T15:06:07.141 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:07 smithi079 bash[19963]: cephadm 2024-09-06T15:06:06.113650+0000 mgr.smithi079.ijsnjl (mgr.14195) 50 : cephadm [INF] Reconfiguring daemon alertmanager.smithi079 on smithi079 2024-09-06T15:06:07.141 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:07 smithi079 bash[19963]: cephadm 2024-09-06T15:06:06.113650+0000 mgr.smithi079.ijsnjl (mgr.14195) 50 : cephadm [INF] Reconfiguring daemon alertmanager.smithi079 on smithi079 2024-09-06T15:06:07.142 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records in 2024-09-06T15:06:07.143 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records out 2024-09-06T15:06:07.143 INFO:teuthology.orchestra.run.smithi079.stderr:512 bytes copied, 0.000398384 s, 1.3 MB/s 2024-09-06T15:06:07.144 DEBUG:teuthology.orchestra.run.smithi079:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-09-06T15:06:07.194 DEBUG:teuthology.orchestra.run.smithi090:> set -ex 2024-09-06T15:06:07.194 DEBUG:teuthology.orchestra.run.smithi090:> dd if=/scratch_devs of=/dev/stdout 2024-09-06T15:06:07.200 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-09-06T15:06:07.200 DEBUG:teuthology.orchestra.run.smithi090:> stat /dev/nvme1n1 2024-09-06T15:06:07.246 INFO:teuthology.orchestra.run.smithi090.stdout: File: /dev/nvme1n1 2024-09-06T15:06:07.247 INFO:teuthology.orchestra.run.smithi090.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-09-06T15:06:07.247 INFO:teuthology.orchestra.run.smithi090.stdout:Device: 5h/5d Inode: 973 Links: 1 Device type: 103,2 2024-09-06T15:06:07.247 INFO:teuthology.orchestra.run.smithi090.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-09-06T15:06:07.247 INFO:teuthology.orchestra.run.smithi090.stdout:Access: 2024-09-06 15:05:25.069235907 +0000 2024-09-06T15:06:07.247 INFO:teuthology.orchestra.run.smithi090.stdout:Modify: 2024-09-06 15:01:07.640096230 +0000 2024-09-06T15:06:07.247 INFO:teuthology.orchestra.run.smithi090.stdout:Change: 2024-09-06 15:01:07.640096230 +0000 2024-09-06T15:06:07.247 INFO:teuthology.orchestra.run.smithi090.stdout: Birth: - 2024-09-06T15:06:07.247 DEBUG:teuthology.orchestra.run.smithi090:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-09-06T15:06:07.300 INFO:teuthology.orchestra.run.smithi090.stderr:1+0 records in 2024-09-06T15:06:07.300 INFO:teuthology.orchestra.run.smithi090.stderr:1+0 records out 2024-09-06T15:06:07.300 INFO:teuthology.orchestra.run.smithi090.stderr:512 bytes copied, 0.000372475 s, 1.4 MB/s 2024-09-06T15:06:07.302 DEBUG:teuthology.orchestra.run.smithi090:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-09-06T15:06:07.351 DEBUG:teuthology.orchestra.run.smithi090:> stat /dev/nvme2n1 2024-09-06T15:06:07.398 INFO:teuthology.orchestra.run.smithi090.stdout: File: /dev/nvme2n1 2024-09-06T15:06:07.398 INFO:teuthology.orchestra.run.smithi090.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-09-06T15:06:07.398 INFO:teuthology.orchestra.run.smithi090.stdout:Device: 5h/5d Inode: 982 Links: 1 Device type: 103,4 2024-09-06T15:06:07.398 INFO:teuthology.orchestra.run.smithi090.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-09-06T15:06:07.398 INFO:teuthology.orchestra.run.smithi090.stdout:Access: 2024-09-06 15:05:25.081235806 +0000 2024-09-06T15:06:07.398 INFO:teuthology.orchestra.run.smithi090.stdout:Modify: 2024-09-06 15:01:07.736047376 +0000 2024-09-06T15:06:07.398 INFO:teuthology.orchestra.run.smithi090.stdout:Change: 2024-09-06 15:01:07.736047376 +0000 2024-09-06T15:06:07.398 INFO:teuthology.orchestra.run.smithi090.stdout: Birth: - 2024-09-06T15:06:07.398 DEBUG:teuthology.orchestra.run.smithi090:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-09-06T15:06:07.410 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:07 smithi090 bash[25332]: cluster 2024-09-06T15:06:05.933291+0000 mgr.smithi079.ijsnjl (mgr.14195) 48 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:07.411 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:07 smithi090 bash[25332]: cluster 2024-09-06T15:06:05.933291+0000 mgr.smithi079.ijsnjl (mgr.14195) 48 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:07.411 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:07 smithi090 bash[25332]: audit 2024-09-06T15:06:06.078165+0000 mon.smithi079 (mon.0) 308 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:07.411 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:07 smithi090 bash[25332]: audit 2024-09-06T15:06:06.078165+0000 mon.smithi079 (mon.0) 308 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:07.411 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:07 smithi090 bash[25332]: audit 2024-09-06T15:06:06.087267+0000 mon.smithi079 (mon.0) 309 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:07.411 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:07 smithi090 bash[25332]: audit 2024-09-06T15:06:06.087267+0000 mon.smithi079 (mon.0) 309 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:07.411 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:07 smithi090 bash[25332]: cephadm 2024-09-06T15:06:06.089887+0000 mgr.smithi079.ijsnjl (mgr.14195) 49 : cephadm [INF] Reconfiguring alertmanager.smithi079 (dependencies changed)... 2024-09-06T15:06:07.411 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:07 smithi090 bash[25332]: cephadm 2024-09-06T15:06:06.089887+0000 mgr.smithi079.ijsnjl (mgr.14195) 49 : cephadm [INF] Reconfiguring alertmanager.smithi079 (dependencies changed)... 2024-09-06T15:06:07.411 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:07 smithi090 bash[25332]: cephadm 2024-09-06T15:06:06.113650+0000 mgr.smithi079.ijsnjl (mgr.14195) 50 : cephadm [INF] Reconfiguring daemon alertmanager.smithi079 on smithi079 2024-09-06T15:06:07.411 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:07 smithi090 bash[25332]: cephadm 2024-09-06T15:06:06.113650+0000 mgr.smithi079.ijsnjl (mgr.14195) 50 : cephadm [INF] Reconfiguring daemon alertmanager.smithi079 on smithi079 2024-09-06T15:06:07.421 INFO:teuthology.orchestra.run.smithi090.stderr:1+0 records in 2024-09-06T15:06:07.421 INFO:teuthology.orchestra.run.smithi090.stderr:1+0 records out 2024-09-06T15:06:07.422 INFO:teuthology.orchestra.run.smithi090.stderr:512 bytes copied, 0.00038293 s, 1.3 MB/s 2024-09-06T15:06:07.423 DEBUG:teuthology.orchestra.run.smithi090:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-09-06T15:06:07.471 DEBUG:teuthology.orchestra.run.smithi090:> stat /dev/nvme3n1 2024-09-06T15:06:07.517 INFO:teuthology.orchestra.run.smithi090.stdout: File: /dev/nvme3n1 2024-09-06T15:06:07.517 INFO:teuthology.orchestra.run.smithi090.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-09-06T15:06:07.518 INFO:teuthology.orchestra.run.smithi090.stdout:Device: 5h/5d Inode: 991 Links: 1 Device type: 103,6 2024-09-06T15:06:07.518 INFO:teuthology.orchestra.run.smithi090.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-09-06T15:06:07.518 INFO:teuthology.orchestra.run.smithi090.stdout:Access: 2024-09-06 15:05:25.093235706 +0000 2024-09-06T15:06:07.518 INFO:teuthology.orchestra.run.smithi090.stdout:Modify: 2024-09-06 15:01:07.828000556 +0000 2024-09-06T15:06:07.518 INFO:teuthology.orchestra.run.smithi090.stdout:Change: 2024-09-06 15:01:07.828000556 +0000 2024-09-06T15:06:07.518 INFO:teuthology.orchestra.run.smithi090.stdout: Birth: - 2024-09-06T15:06:07.518 DEBUG:teuthology.orchestra.run.smithi090:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-09-06T15:06:07.572 INFO:teuthology.orchestra.run.smithi090.stderr:1+0 records in 2024-09-06T15:06:07.572 INFO:teuthology.orchestra.run.smithi090.stderr:1+0 records out 2024-09-06T15:06:07.572 INFO:teuthology.orchestra.run.smithi090.stderr:512 bytes copied, 0.000365047 s, 1.4 MB/s 2024-09-06T15:06:07.573 DEBUG:teuthology.orchestra.run.smithi090:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-09-06T15:06:07.623 DEBUG:teuthology.orchestra.run.smithi090:> stat /dev/nvme4n1 2024-09-06T15:06:07.670 INFO:teuthology.orchestra.run.smithi090.stdout: File: /dev/nvme4n1 2024-09-06T15:06:07.670 INFO:teuthology.orchestra.run.smithi090.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-09-06T15:06:07.670 INFO:teuthology.orchestra.run.smithi090.stdout:Device: 5h/5d Inode: 1000 Links: 1 Device type: 103,8 2024-09-06T15:06:07.670 INFO:teuthology.orchestra.run.smithi090.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-09-06T15:06:07.670 INFO:teuthology.orchestra.run.smithi090.stdout:Access: 2024-09-06 15:05:25.105235606 +0000 2024-09-06T15:06:07.670 INFO:teuthology.orchestra.run.smithi090.stdout:Modify: 2024-09-06 15:01:07.923951702 +0000 2024-09-06T15:06:07.671 INFO:teuthology.orchestra.run.smithi090.stdout:Change: 2024-09-06 15:01:07.923951702 +0000 2024-09-06T15:06:07.671 INFO:teuthology.orchestra.run.smithi090.stdout: Birth: - 2024-09-06T15:06:07.671 DEBUG:teuthology.orchestra.run.smithi090:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-09-06T15:06:07.724 INFO:teuthology.orchestra.run.smithi090.stderr:1+0 records in 2024-09-06T15:06:07.724 INFO:teuthology.orchestra.run.smithi090.stderr:1+0 records out 2024-09-06T15:06:07.724 INFO:teuthology.orchestra.run.smithi090.stderr:512 bytes copied, 0.000369333 s, 1.4 MB/s 2024-09-06T15:06:07.725 DEBUG:teuthology.orchestra.run.smithi090:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-09-06T15:06:07.779 DEBUG:teuthology.orchestra.run.smithi090:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8b38c33cecf4b0b7a9b3116eb9089e21e444ac73 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d8ce0702-6c60-11ef-bce4-c7b262605968 -- ceph orch apply osd --all-available-devices 2024-09-06T15:06:09.554 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:09 smithi079 bash[19963]: cluster 2024-09-06T15:06:07.933668+0000 mgr.smithi079.ijsnjl (mgr.14195) 51 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:09.555 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:09 smithi079 bash[19963]: cluster 2024-09-06T15:06:07.933668+0000 mgr.smithi079.ijsnjl (mgr.14195) 51 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:09.555 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:09 smithi079 bash[19963]: audit 2024-09-06T15:06:08.289895+0000 mgr.smithi079.ijsnjl (mgr.14195) 52 : audit [DBG] from='client.24099 -' entity='client.crash.smithi090' cmd=[{"prefix": "crash post", "target": ["mon-mgr", ""]}]: dispatch 2024-09-06T15:06:09.555 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:09 smithi079 bash[19963]: audit 2024-09-06T15:06:08.289895+0000 mgr.smithi079.ijsnjl (mgr.14195) 52 : audit [DBG] from='client.24099 -' entity='client.crash.smithi090' cmd=[{"prefix": "crash post", "target": ["mon-mgr", ""]}]: dispatch 2024-09-06T15:06:09.555 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:09 smithi079 bash[19963]: audit 2024-09-06T15:06:08.297076+0000 mon.smithi079 (mon.0) 310 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:09.555 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:09 smithi079 bash[19963]: audit 2024-09-06T15:06:08.297076+0000 mon.smithi079 (mon.0) 310 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:09.555 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:09 smithi079 bash[19963]: cluster 2024-09-06T15:06:08.298680+0000 mgr.smithi079.ijsnjl (mgr.14195) 53 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:09.555 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:09 smithi079 bash[19963]: cluster 2024-09-06T15:06:08.298680+0000 mgr.smithi079.ijsnjl (mgr.14195) 53 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:09.660 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:09 smithi090 bash[25332]: cluster 2024-09-06T15:06:07.933668+0000 mgr.smithi079.ijsnjl (mgr.14195) 51 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:09.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:09 smithi090 bash[25332]: cluster 2024-09-06T15:06:07.933668+0000 mgr.smithi079.ijsnjl (mgr.14195) 51 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:09.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:09 smithi090 bash[25332]: audit 2024-09-06T15:06:08.289895+0000 mgr.smithi079.ijsnjl (mgr.14195) 52 : audit [DBG] from='client.24099 -' entity='client.crash.smithi090' cmd=[{"prefix": "crash post", "target": ["mon-mgr", ""]}]: dispatch 2024-09-06T15:06:09.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:09 smithi090 bash[25332]: audit 2024-09-06T15:06:08.289895+0000 mgr.smithi079.ijsnjl (mgr.14195) 52 : audit [DBG] from='client.24099 -' entity='client.crash.smithi090' cmd=[{"prefix": "crash post", "target": ["mon-mgr", ""]}]: dispatch 2024-09-06T15:06:09.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:09 smithi090 bash[25332]: audit 2024-09-06T15:06:08.297076+0000 mon.smithi079 (mon.0) 310 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:09.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:09 smithi090 bash[25332]: audit 2024-09-06T15:06:08.297076+0000 mon.smithi079 (mon.0) 310 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:09.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:09 smithi090 bash[25332]: cluster 2024-09-06T15:06:08.298680+0000 mgr.smithi079.ijsnjl (mgr.14195) 53 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:09.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:09 smithi090 bash[25332]: cluster 2024-09-06T15:06:08.298680+0000 mgr.smithi079.ijsnjl (mgr.14195) 53 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:10.446 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:10 smithi079 bash[19963]: cluster 2024-09-06T15:06:09.293280+0000 mon.smithi079 (mon.0) 311 : cluster [WRN] Health check failed: 1 mgr modules have recently crashed (RECENT_MGR_MODULE_CRASH) 2024-09-06T15:06:10.446 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:10 smithi079 bash[19963]: cluster 2024-09-06T15:06:09.293280+0000 mon.smithi079 (mon.0) 311 : cluster [WRN] Health check failed: 1 mgr modules have recently crashed (RECENT_MGR_MODULE_CRASH) 2024-09-06T15:06:10.660 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:10 smithi090 bash[25332]: cluster 2024-09-06T15:06:09.293280+0000 mon.smithi079 (mon.0) 311 : cluster [WRN] Health check failed: 1 mgr modules have recently crashed (RECENT_MGR_MODULE_CRASH) 2024-09-06T15:06:10.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:10 smithi090 bash[25332]: cluster 2024-09-06T15:06:09.293280+0000 mon.smithi079 (mon.0) 311 : cluster [WRN] Health check failed: 1 mgr modules have recently crashed (RECENT_MGR_MODULE_CRASH) 2024-09-06T15:06:11.535 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:11 smithi079 bash[19963]: cluster 2024-09-06T15:06:10.299210+0000 mgr.smithi079.ijsnjl (mgr.14195) 54 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:11.535 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:11 smithi079 bash[19963]: cluster 2024-09-06T15:06:10.299210+0000 mgr.smithi079.ijsnjl (mgr.14195) 54 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:11.536 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:11 smithi079 bash[19963]: audit 2024-09-06T15:06:10.953192+0000 mon.smithi079 (mon.0) 312 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:11.536 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:11 smithi079 bash[19963]: audit 2024-09-06T15:06:10.953192+0000 mon.smithi079 (mon.0) 312 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:11.536 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:11 smithi079 bash[19963]: audit 2024-09-06T15:06:10.958158+0000 mon.smithi079 (mon.0) 313 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:11.536 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:11 smithi079 bash[19963]: audit 2024-09-06T15:06:10.958158+0000 mon.smithi079 (mon.0) 313 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:11.660 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:11 smithi090 bash[25332]: cluster 2024-09-06T15:06:10.299210+0000 mgr.smithi079.ijsnjl (mgr.14195) 54 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:11.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:11 smithi090 bash[25332]: cluster 2024-09-06T15:06:10.299210+0000 mgr.smithi079.ijsnjl (mgr.14195) 54 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:11.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:11 smithi090 bash[25332]: audit 2024-09-06T15:06:10.953192+0000 mon.smithi079 (mon.0) 312 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:11.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:11 smithi090 bash[25332]: audit 2024-09-06T15:06:10.953192+0000 mon.smithi079 (mon.0) 312 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:11.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:11 smithi090 bash[25332]: audit 2024-09-06T15:06:10.958158+0000 mon.smithi079 (mon.0) 313 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:11.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:11 smithi090 bash[25332]: audit 2024-09-06T15:06:10.958158+0000 mon.smithi079 (mon.0) 313 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:12.570 INFO:teuthology.orchestra.run.smithi090.stderr:Inferring config /var/lib/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/mon.smithi090/config 2024-09-06T15:06:12.660 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:12 smithi090 bash[25332]: cephadm 2024-09-06T15:06:10.959125+0000 mgr.smithi079.ijsnjl (mgr.14195) 55 : cephadm [INF] Reconfiguring grafana.smithi079 (dependencies changed)... 2024-09-06T15:06:12.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:12 smithi090 bash[25332]: cephadm 2024-09-06T15:06:10.959125+0000 mgr.smithi079.ijsnjl (mgr.14195) 55 : cephadm [INF] Reconfiguring grafana.smithi079 (dependencies changed)... 2024-09-06T15:06:12.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:12 smithi090 bash[25332]: cephadm 2024-09-06T15:06:11.231965+0000 mgr.smithi079.ijsnjl (mgr.14195) 56 : cephadm [INF] Reconfiguring daemon grafana.smithi079 on smithi079 2024-09-06T15:06:12.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:12 smithi090 bash[25332]: cephadm 2024-09-06T15:06:11.231965+0000 mgr.smithi079.ijsnjl (mgr.14195) 56 : cephadm [INF] Reconfiguring daemon grafana.smithi079 on smithi079 2024-09-06T15:06:12.785 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:12 smithi079 bash[19963]: cephadm 2024-09-06T15:06:10.959125+0000 mgr.smithi079.ijsnjl (mgr.14195) 55 : cephadm [INF] Reconfiguring grafana.smithi079 (dependencies changed)... 2024-09-06T15:06:12.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:12 smithi079 bash[19963]: cephadm 2024-09-06T15:06:10.959125+0000 mgr.smithi079.ijsnjl (mgr.14195) 55 : cephadm [INF] Reconfiguring grafana.smithi079 (dependencies changed)... 2024-09-06T15:06:12.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:12 smithi079 bash[19963]: cephadm 2024-09-06T15:06:11.231965+0000 mgr.smithi079.ijsnjl (mgr.14195) 56 : cephadm [INF] Reconfiguring daemon grafana.smithi079 on smithi079 2024-09-06T15:06:12.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:12 smithi079 bash[19963]: cephadm 2024-09-06T15:06:11.231965+0000 mgr.smithi079.ijsnjl (mgr.14195) 56 : cephadm [INF] Reconfiguring daemon grafana.smithi079 on smithi079 2024-09-06T15:06:13.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:13 smithi079 bash[19963]: cluster 2024-09-06T15:06:12.299675+0000 mgr.smithi079.ijsnjl (mgr.14195) 57 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:13.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:13 smithi079 bash[19963]: cluster 2024-09-06T15:06:12.299675+0000 mgr.smithi079.ijsnjl (mgr.14195) 57 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:13.660 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:13 smithi090 bash[25332]: cluster 2024-09-06T15:06:12.299675+0000 mgr.smithi079.ijsnjl (mgr.14195) 57 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:13.660 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:13 smithi090 bash[25332]: cluster 2024-09-06T15:06:12.299675+0000 mgr.smithi079.ijsnjl (mgr.14195) 57 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:14.157 INFO:teuthology.orchestra.run.smithi090.stdout:Scheduled osd.all-available-devices update... 2024-09-06T15:06:14.899 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-09-06T15:06:14.900 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8b38c33cecf4b0b7a9b3116eb9089e21e444ac73 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d8ce0702-6c60-11ef-bce4-c7b262605968 -- ceph osd stat -f json 2024-09-06T15:06:15.222 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:15 smithi079 bash[19963]: audit 2024-09-06T15:06:14.143425+0000 mgr.smithi079.ijsnjl (mgr.14195) 58 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-06T15:06:15.222 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:15 smithi079 bash[19963]: audit 2024-09-06T15:06:14.143425+0000 mgr.smithi079.ijsnjl (mgr.14195) 58 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-06T15:06:15.223 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:15 smithi079 bash[19963]: cephadm 2024-09-06T15:06:14.148800+0000 mgr.smithi079.ijsnjl (mgr.14195) 59 : cephadm [INF] Marking host: smithi079 for OSDSpec preview refresh. 2024-09-06T15:06:15.223 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:15 smithi079 bash[19963]: cephadm 2024-09-06T15:06:14.148800+0000 mgr.smithi079.ijsnjl (mgr.14195) 59 : cephadm [INF] Marking host: smithi079 for OSDSpec preview refresh. 2024-09-06T15:06:15.223 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:15 smithi079 bash[19963]: cephadm 2024-09-06T15:06:14.149031+0000 mgr.smithi079.ijsnjl (mgr.14195) 60 : cephadm [INF] Marking host: smithi090 for OSDSpec preview refresh. 2024-09-06T15:06:15.223 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:15 smithi079 bash[19963]: cephadm 2024-09-06T15:06:14.149031+0000 mgr.smithi079.ijsnjl (mgr.14195) 60 : cephadm [INF] Marking host: smithi090 for OSDSpec preview refresh. 2024-09-06T15:06:15.223 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:15 smithi079 bash[19963]: cephadm 2024-09-06T15:06:14.150175+0000 mgr.smithi079.ijsnjl (mgr.14195) 61 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-09-06T15:06:15.223 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:15 smithi079 bash[19963]: cephadm 2024-09-06T15:06:14.150175+0000 mgr.smithi079.ijsnjl (mgr.14195) 61 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-09-06T15:06:15.223 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:15 smithi079 bash[19963]: audit 2024-09-06T15:06:14.157837+0000 mon.smithi079 (mon.0) 314 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:15.223 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:15 smithi079 bash[19963]: audit 2024-09-06T15:06:14.157837+0000 mon.smithi079 (mon.0) 314 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:15.223 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:15 smithi079 bash[19963]: cluster 2024-09-06T15:06:14.300165+0000 mgr.smithi079.ijsnjl (mgr.14195) 62 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:15.223 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:15 smithi079 bash[19963]: cluster 2024-09-06T15:06:14.300165+0000 mgr.smithi079.ijsnjl (mgr.14195) 62 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:15.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:15 smithi090 bash[25332]: audit 2024-09-06T15:06:14.143425+0000 mgr.smithi079.ijsnjl (mgr.14195) 58 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-06T15:06:15.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:15 smithi090 bash[25332]: audit 2024-09-06T15:06:14.143425+0000 mgr.smithi079.ijsnjl (mgr.14195) 58 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-06T15:06:15.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:15 smithi090 bash[25332]: cephadm 2024-09-06T15:06:14.148800+0000 mgr.smithi079.ijsnjl (mgr.14195) 59 : cephadm [INF] Marking host: smithi079 for OSDSpec preview refresh. 2024-09-06T15:06:15.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:15 smithi090 bash[25332]: cephadm 2024-09-06T15:06:14.148800+0000 mgr.smithi079.ijsnjl (mgr.14195) 59 : cephadm [INF] Marking host: smithi079 for OSDSpec preview refresh. 2024-09-06T15:06:15.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:15 smithi090 bash[25332]: cephadm 2024-09-06T15:06:14.149031+0000 mgr.smithi079.ijsnjl (mgr.14195) 60 : cephadm [INF] Marking host: smithi090 for OSDSpec preview refresh. 2024-09-06T15:06:15.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:15 smithi090 bash[25332]: cephadm 2024-09-06T15:06:14.149031+0000 mgr.smithi079.ijsnjl (mgr.14195) 60 : cephadm [INF] Marking host: smithi090 for OSDSpec preview refresh. 2024-09-06T15:06:15.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:15 smithi090 bash[25332]: cephadm 2024-09-06T15:06:14.150175+0000 mgr.smithi079.ijsnjl (mgr.14195) 61 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-09-06T15:06:15.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:15 smithi090 bash[25332]: cephadm 2024-09-06T15:06:14.150175+0000 mgr.smithi079.ijsnjl (mgr.14195) 61 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-09-06T15:06:15.662 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:15 smithi090 bash[25332]: audit 2024-09-06T15:06:14.157837+0000 mon.smithi079 (mon.0) 314 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:15.662 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:15 smithi090 bash[25332]: audit 2024-09-06T15:06:14.157837+0000 mon.smithi079 (mon.0) 314 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:15.662 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:15 smithi090 bash[25332]: cluster 2024-09-06T15:06:14.300165+0000 mgr.smithi079.ijsnjl (mgr.14195) 62 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:15.662 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:15 smithi090 bash[25332]: cluster 2024-09-06T15:06:14.300165+0000 mgr.smithi079.ijsnjl (mgr.14195) 62 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:17.286 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:17 smithi079 bash[19963]: audit 2024-09-06T15:06:16.103930+0000 mon.smithi079 (mon.0) 315 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:17.286 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:17 smithi079 bash[19963]: audit 2024-09-06T15:06:16.103930+0000 mon.smithi079 (mon.0) 315 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:17.286 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:17 smithi079 bash[19963]: audit 2024-09-06T15:06:16.109217+0000 mon.smithi079 (mon.0) 316 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:17.286 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:17 smithi079 bash[19963]: audit 2024-09-06T15:06:16.109217+0000 mon.smithi079 (mon.0) 316 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:17.286 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:17 smithi079 bash[19963]: cephadm 2024-09-06T15:06:16.110358+0000 mgr.smithi079.ijsnjl (mgr.14195) 63 : cephadm [INF] Reconfiguring prometheus.smithi079 (dependencies changed)... 2024-09-06T15:06:17.286 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:17 smithi079 bash[19963]: cephadm 2024-09-06T15:06:16.110358+0000 mgr.smithi079.ijsnjl (mgr.14195) 63 : cephadm [INF] Reconfiguring prometheus.smithi079 (dependencies changed)... 2024-09-06T15:06:17.286 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:17 smithi079 bash[19963]: audit 2024-09-06T15:06:16.252203+0000 mon.smithi079 (mon.0) 317 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:17.287 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:17 smithi079 bash[19963]: audit 2024-09-06T15:06:16.252203+0000 mon.smithi079 (mon.0) 317 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:17.287 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:17 smithi079 bash[19963]: audit 2024-09-06T15:06:16.253684+0000 mon.smithi079 (mon.0) 318 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:06:17.287 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:17 smithi079 bash[19963]: audit 2024-09-06T15:06:16.253684+0000 mon.smithi079 (mon.0) 318 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:06:17.287 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:17 smithi079 bash[19963]: cluster 2024-09-06T15:06:16.300568+0000 mgr.smithi079.ijsnjl (mgr.14195) 64 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:17.287 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:17 smithi079 bash[19963]: cluster 2024-09-06T15:06:16.300568+0000 mgr.smithi079.ijsnjl (mgr.14195) 64 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:17.287 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:17 smithi079 bash[19963]: cephadm 2024-09-06T15:06:16.353019+0000 mgr.smithi079.ijsnjl (mgr.14195) 65 : cephadm [INF] Reconfiguring daemon prometheus.smithi079 on smithi079 2024-09-06T15:06:17.287 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:17 smithi079 bash[19963]: cephadm 2024-09-06T15:06:16.353019+0000 mgr.smithi079.ijsnjl (mgr.14195) 65 : cephadm [INF] Reconfiguring daemon prometheus.smithi079 on smithi079 2024-09-06T15:06:17.411 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:17 smithi090 bash[25332]: audit 2024-09-06T15:06:16.103930+0000 mon.smithi079 (mon.0) 315 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:17.411 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:17 smithi090 bash[25332]: audit 2024-09-06T15:06:16.103930+0000 mon.smithi079 (mon.0) 315 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:17.411 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:17 smithi090 bash[25332]: audit 2024-09-06T15:06:16.109217+0000 mon.smithi079 (mon.0) 316 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:17.411 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:17 smithi090 bash[25332]: audit 2024-09-06T15:06:16.109217+0000 mon.smithi079 (mon.0) 316 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:17.411 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:17 smithi090 bash[25332]: cephadm 2024-09-06T15:06:16.110358+0000 mgr.smithi079.ijsnjl (mgr.14195) 63 : cephadm [INF] Reconfiguring prometheus.smithi079 (dependencies changed)... 2024-09-06T15:06:17.411 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:17 smithi090 bash[25332]: cephadm 2024-09-06T15:06:16.110358+0000 mgr.smithi079.ijsnjl (mgr.14195) 63 : cephadm [INF] Reconfiguring prometheus.smithi079 (dependencies changed)... 2024-09-06T15:06:17.411 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:17 smithi090 bash[25332]: audit 2024-09-06T15:06:16.252203+0000 mon.smithi079 (mon.0) 317 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:17.411 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:17 smithi090 bash[25332]: audit 2024-09-06T15:06:16.252203+0000 mon.smithi079 (mon.0) 317 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:17.411 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:17 smithi090 bash[25332]: audit 2024-09-06T15:06:16.253684+0000 mon.smithi079 (mon.0) 318 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:06:17.411 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:17 smithi090 bash[25332]: audit 2024-09-06T15:06:16.253684+0000 mon.smithi079 (mon.0) 318 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:06:17.411 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:17 smithi090 bash[25332]: cluster 2024-09-06T15:06:16.300568+0000 mgr.smithi079.ijsnjl (mgr.14195) 64 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:17.412 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:17 smithi090 bash[25332]: cluster 2024-09-06T15:06:16.300568+0000 mgr.smithi079.ijsnjl (mgr.14195) 64 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:17.412 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:17 smithi090 bash[25332]: cephadm 2024-09-06T15:06:16.353019+0000 mgr.smithi079.ijsnjl (mgr.14195) 65 : cephadm [INF] Reconfiguring daemon prometheus.smithi079 on smithi079 2024-09-06T15:06:17.412 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:17 smithi090 bash[25332]: cephadm 2024-09-06T15:06:16.353019+0000 mgr.smithi079.ijsnjl (mgr.14195) 65 : cephadm [INF] Reconfiguring daemon prometheus.smithi079 on smithi079 2024-09-06T15:06:19.660 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:19 smithi090 bash[25332]: cluster 2024-09-06T15:06:18.300892+0000 mgr.smithi079.ijsnjl (mgr.14195) 66 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:19.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:19 smithi090 bash[25332]: cluster 2024-09-06T15:06:18.300892+0000 mgr.smithi079.ijsnjl (mgr.14195) 66 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:19.668 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/mon.smithi079/config 2024-09-06T15:06:19.785 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:19 smithi079 bash[19963]: cluster 2024-09-06T15:06:18.300892+0000 mgr.smithi079.ijsnjl (mgr.14195) 66 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:19.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:19 smithi079 bash[19963]: cluster 2024-09-06T15:06:18.300892+0000 mgr.smithi079.ijsnjl (mgr.14195) 66 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:21.541 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-06T15:06:21.650 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:21 smithi079 bash[19963]: cluster 2024-09-06T15:06:20.301317+0000 mgr.smithi079.ijsnjl (mgr.14195) 67 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:21.650 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:21 smithi079 bash[19963]: cluster 2024-09-06T15:06:20.301317+0000 mgr.smithi079.ijsnjl (mgr.14195) 67 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:21.660 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:21 smithi090 bash[25332]: cluster 2024-09-06T15:06:20.301317+0000 mgr.smithi079.ijsnjl (mgr.14195) 67 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:21.660 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:21 smithi090 bash[25332]: cluster 2024-09-06T15:06:20.301317+0000 mgr.smithi079.ijsnjl (mgr.14195) 67 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:22.536 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:22 smithi079 bash[19963]: audit 2024-09-06T15:06:21.542448+0000 mon.smithi079 (mon.0) 319 : audit [DBG] from='client.? 172.21.15.79:0/3531900389' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-06T15:06:22.536 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:22 smithi079 bash[19963]: audit 2024-09-06T15:06:21.542448+0000 mon.smithi079 (mon.0) 319 : audit [DBG] from='client.? 172.21.15.79:0/3531900389' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-06T15:06:22.660 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:22 smithi090 bash[25332]: audit 2024-09-06T15:06:21.542448+0000 mon.smithi079 (mon.0) 319 : audit [DBG] from='client.? 172.21.15.79:0/3531900389' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-06T15:06:22.660 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:22 smithi090 bash[25332]: audit 2024-09-06T15:06:21.542448+0000 mon.smithi079 (mon.0) 319 : audit [DBG] from='client.? 172.21.15.79:0/3531900389' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-06T15:06:22.747 INFO:teuthology.orchestra.run.smithi079.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-09-06T15:06:23.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:23 smithi090 bash[25332]: cluster 2024-09-06T15:06:22.301815+0000 mgr.smithi079.ijsnjl (mgr.14195) 68 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:23.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:23 smithi090 bash[25332]: cluster 2024-09-06T15:06:22.301815+0000 mgr.smithi079.ijsnjl (mgr.14195) 68 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:23.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:23 smithi090 bash[25332]: audit 2024-09-06T15:06:22.898972+0000 mon.smithi079 (mon.0) 320 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:23.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:23 smithi090 bash[25332]: audit 2024-09-06T15:06:22.898972+0000 mon.smithi079 (mon.0) 320 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:23.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:23 smithi090 bash[25332]: audit 2024-09-06T15:06:22.902917+0000 mon.smithi079 (mon.0) 321 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:23.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:23 smithi090 bash[25332]: audit 2024-09-06T15:06:22.902917+0000 mon.smithi079 (mon.0) 321 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:23.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:23 smithi090 bash[25332]: audit 2024-09-06T15:06:22.904013+0000 mon.smithi079 (mon.0) 322 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi090", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]} : dispatch 2024-09-06T15:06:23.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:23 smithi090 bash[25332]: audit 2024-09-06T15:06:22.904013+0000 mon.smithi079 (mon.0) 322 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi090", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]} : dispatch 2024-09-06T15:06:23.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:23 smithi090 bash[25332]: audit 2024-09-06T15:06:22.904771+0000 mon.smithi079 (mon.0) 323 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:06:23.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:23 smithi090 bash[25332]: audit 2024-09-06T15:06:22.904771+0000 mon.smithi079 (mon.0) 323 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:06:23.748 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8b38c33cecf4b0b7a9b3116eb9089e21e444ac73 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d8ce0702-6c60-11ef-bce4-c7b262605968 -- ceph osd stat -f json 2024-09-06T15:06:23.759 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:23 smithi079 bash[19963]: cluster 2024-09-06T15:06:22.301815+0000 mgr.smithi079.ijsnjl (mgr.14195) 68 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:23.759 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:23 smithi079 bash[19963]: cluster 2024-09-06T15:06:22.301815+0000 mgr.smithi079.ijsnjl (mgr.14195) 68 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:23.759 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:23 smithi079 bash[19963]: audit 2024-09-06T15:06:22.898972+0000 mon.smithi079 (mon.0) 320 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:23.759 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:23 smithi079 bash[19963]: audit 2024-09-06T15:06:22.898972+0000 mon.smithi079 (mon.0) 320 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:23.759 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:23 smithi079 bash[19963]: audit 2024-09-06T15:06:22.902917+0000 mon.smithi079 (mon.0) 321 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:23.759 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:23 smithi079 bash[19963]: audit 2024-09-06T15:06:22.902917+0000 mon.smithi079 (mon.0) 321 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:23.759 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:23 smithi079 bash[19963]: audit 2024-09-06T15:06:22.904013+0000 mon.smithi079 (mon.0) 322 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi090", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]} : dispatch 2024-09-06T15:06:23.759 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:23 smithi079 bash[19963]: audit 2024-09-06T15:06:22.904013+0000 mon.smithi079 (mon.0) 322 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi090", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]} : dispatch 2024-09-06T15:06:23.760 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:23 smithi079 bash[19963]: audit 2024-09-06T15:06:22.904771+0000 mon.smithi079 (mon.0) 323 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:06:23.760 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:23 smithi079 bash[19963]: audit 2024-09-06T15:06:22.904771+0000 mon.smithi079 (mon.0) 323 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:06:24.660 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:24 smithi090 bash[25332]: cephadm 2024-09-06T15:06:22.903757+0000 mgr.smithi079.ijsnjl (mgr.14195) 69 : cephadm [INF] Reconfiguring ceph-exporter.smithi090 (monmap changed)... 2024-09-06T15:06:24.660 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:24 smithi090 bash[25332]: cephadm 2024-09-06T15:06:22.903757+0000 mgr.smithi079.ijsnjl (mgr.14195) 69 : cephadm [INF] Reconfiguring ceph-exporter.smithi090 (monmap changed)... 2024-09-06T15:06:24.660 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:24 smithi090 bash[25332]: cephadm 2024-09-06T15:06:22.905463+0000 mgr.smithi079.ijsnjl (mgr.14195) 70 : cephadm [INF] Reconfiguring daemon ceph-exporter.smithi090 on smithi090 2024-09-06T15:06:24.660 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:24 smithi090 bash[25332]: cephadm 2024-09-06T15:06:22.905463+0000 mgr.smithi079.ijsnjl (mgr.14195) 70 : cephadm [INF] Reconfiguring daemon ceph-exporter.smithi090 on smithi090 2024-09-06T15:06:24.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:24 smithi079 bash[19963]: cephadm 2024-09-06T15:06:22.903757+0000 mgr.smithi079.ijsnjl (mgr.14195) 69 : cephadm [INF] Reconfiguring ceph-exporter.smithi090 (monmap changed)... 2024-09-06T15:06:24.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:24 smithi079 bash[19963]: cephadm 2024-09-06T15:06:22.903757+0000 mgr.smithi079.ijsnjl (mgr.14195) 69 : cephadm [INF] Reconfiguring ceph-exporter.smithi090 (monmap changed)... 2024-09-06T15:06:24.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:24 smithi079 bash[19963]: cephadm 2024-09-06T15:06:22.905463+0000 mgr.smithi079.ijsnjl (mgr.14195) 70 : cephadm [INF] Reconfiguring daemon ceph-exporter.smithi090 on smithi090 2024-09-06T15:06:24.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:24 smithi079 bash[19963]: cephadm 2024-09-06T15:06:22.905463+0000 mgr.smithi079.ijsnjl (mgr.14195) 70 : cephadm [INF] Reconfiguring daemon ceph-exporter.smithi090 on smithi090 2024-09-06T15:06:25.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:25 smithi090 bash[25332]: cluster 2024-09-06T15:06:24.302188+0000 mgr.smithi079.ijsnjl (mgr.14195) 71 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:25.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:25 smithi090 bash[25332]: cluster 2024-09-06T15:06:24.302188+0000 mgr.smithi079.ijsnjl (mgr.14195) 71 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:25.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:25 smithi090 bash[25332]: audit 2024-09-06T15:06:25.323619+0000 mon.smithi079 (mon.0) 324 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:25.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:25 smithi090 bash[25332]: audit 2024-09-06T15:06:25.323619+0000 mon.smithi079 (mon.0) 324 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:25.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:25 smithi090 bash[25332]: audit 2024-09-06T15:06:25.333404+0000 mon.smithi079 (mon.0) 325 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:25.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:25 smithi090 bash[25332]: audit 2024-09-06T15:06:25.333404+0000 mon.smithi079 (mon.0) 325 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:25.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:25 smithi090 bash[25332]: audit 2024-09-06T15:06:25.335736+0000 mon.smithi079 (mon.0) 326 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get-or-create", "entity": "client.crash.smithi090", "caps": ["mon", "profile crash", "mgr", "profile crash"]} : dispatch 2024-09-06T15:06:25.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:25 smithi090 bash[25332]: audit 2024-09-06T15:06:25.335736+0000 mon.smithi079 (mon.0) 326 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get-or-create", "entity": "client.crash.smithi090", "caps": ["mon", "profile crash", "mgr", "profile crash"]} : dispatch 2024-09-06T15:06:25.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:25 smithi090 bash[25332]: audit 2024-09-06T15:06:25.337620+0000 mon.smithi079 (mon.0) 327 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:06:25.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:25 smithi090 bash[25332]: audit 2024-09-06T15:06:25.337620+0000 mon.smithi079 (mon.0) 327 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:06:25.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:25 smithi079 bash[19963]: cluster 2024-09-06T15:06:24.302188+0000 mgr.smithi079.ijsnjl (mgr.14195) 71 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:25.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:25 smithi079 bash[19963]: cluster 2024-09-06T15:06:24.302188+0000 mgr.smithi079.ijsnjl (mgr.14195) 71 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:25.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:25 smithi079 bash[19963]: audit 2024-09-06T15:06:25.323619+0000 mon.smithi079 (mon.0) 324 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:25.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:25 smithi079 bash[19963]: audit 2024-09-06T15:06:25.323619+0000 mon.smithi079 (mon.0) 324 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:25.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:25 smithi079 bash[19963]: audit 2024-09-06T15:06:25.333404+0000 mon.smithi079 (mon.0) 325 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:25.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:25 smithi079 bash[19963]: audit 2024-09-06T15:06:25.333404+0000 mon.smithi079 (mon.0) 325 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:25.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:25 smithi079 bash[19963]: audit 2024-09-06T15:06:25.335736+0000 mon.smithi079 (mon.0) 326 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get-or-create", "entity": "client.crash.smithi090", "caps": ["mon", "profile crash", "mgr", "profile crash"]} : dispatch 2024-09-06T15:06:25.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:25 smithi079 bash[19963]: audit 2024-09-06T15:06:25.335736+0000 mon.smithi079 (mon.0) 326 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get-or-create", "entity": "client.crash.smithi090", "caps": ["mon", "profile crash", "mgr", "profile crash"]} : dispatch 2024-09-06T15:06:25.787 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:25 smithi079 bash[19963]: audit 2024-09-06T15:06:25.337620+0000 mon.smithi079 (mon.0) 327 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:06:25.787 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:25 smithi079 bash[19963]: audit 2024-09-06T15:06:25.337620+0000 mon.smithi079 (mon.0) 327 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:06:26.536 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:26 smithi079 bash[19963]: cephadm 2024-09-06T15:06:25.335103+0000 mgr.smithi079.ijsnjl (mgr.14195) 72 : cephadm [INF] Reconfiguring crash.smithi090 (monmap changed)... 2024-09-06T15:06:26.537 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:26 smithi079 bash[19963]: cephadm 2024-09-06T15:06:25.335103+0000 mgr.smithi079.ijsnjl (mgr.14195) 72 : cephadm [INF] Reconfiguring crash.smithi090 (monmap changed)... 2024-09-06T15:06:26.537 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:26 smithi079 bash[19963]: cephadm 2024-09-06T15:06:25.339302+0000 mgr.smithi079.ijsnjl (mgr.14195) 73 : cephadm [INF] Reconfiguring daemon crash.smithi090 on smithi090 2024-09-06T15:06:26.537 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:26 smithi079 bash[19963]: cephadm 2024-09-06T15:06:25.339302+0000 mgr.smithi079.ijsnjl (mgr.14195) 73 : cephadm [INF] Reconfiguring daemon crash.smithi090 on smithi090 2024-09-06T15:06:26.660 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:26 smithi090 bash[25332]: cephadm 2024-09-06T15:06:25.335103+0000 mgr.smithi079.ijsnjl (mgr.14195) 72 : cephadm [INF] Reconfiguring crash.smithi090 (monmap changed)... 2024-09-06T15:06:26.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:26 smithi090 bash[25332]: cephadm 2024-09-06T15:06:25.335103+0000 mgr.smithi079.ijsnjl (mgr.14195) 72 : cephadm [INF] Reconfiguring crash.smithi090 (monmap changed)... 2024-09-06T15:06:26.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:26 smithi090 bash[25332]: cephadm 2024-09-06T15:06:25.339302+0000 mgr.smithi079.ijsnjl (mgr.14195) 73 : cephadm [INF] Reconfiguring daemon crash.smithi090 on smithi090 2024-09-06T15:06:26.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:26 smithi090 bash[25332]: cephadm 2024-09-06T15:06:25.339302+0000 mgr.smithi079.ijsnjl (mgr.14195) 73 : cephadm [INF] Reconfiguring daemon crash.smithi090 on smithi090 2024-09-06T15:06:27.410 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:27 smithi090 bash[25332]: cluster 2024-09-06T15:06:26.302591+0000 mgr.smithi079.ijsnjl (mgr.14195) 74 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:27.410 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:27 smithi090 bash[25332]: cluster 2024-09-06T15:06:26.302591+0000 mgr.smithi079.ijsnjl (mgr.14195) 74 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:27.785 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:27 smithi079 bash[19963]: cluster 2024-09-06T15:06:26.302591+0000 mgr.smithi079.ijsnjl (mgr.14195) 74 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:27.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:27 smithi079 bash[19963]: cluster 2024-09-06T15:06:26.302591+0000 mgr.smithi079.ijsnjl (mgr.14195) 74 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:28.532 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/mon.smithi079/config 2024-09-06T15:06:29.286 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:28 smithi079 bash[19963]: audit 2024-09-06T15:06:27.996918+0000 mon.smithi079 (mon.0) 328 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:29.286 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:28 smithi079 bash[19963]: audit 2024-09-06T15:06:27.996918+0000 mon.smithi079 (mon.0) 328 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:29.286 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:28 smithi079 bash[19963]: audit 2024-09-06T15:06:28.005163+0000 mon.smithi079 (mon.0) 329 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:29.286 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:28 smithi079 bash[19963]: audit 2024-09-06T15:06:28.005163+0000 mon.smithi079 (mon.0) 329 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:29.286 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:28 smithi079 bash[19963]: cephadm 2024-09-06T15:06:28.007158+0000 mgr.smithi079.ijsnjl (mgr.14195) 75 : cephadm [INF] Reconfiguring mgr.smithi090.kgwrey (monmap changed)... 2024-09-06T15:06:29.286 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:28 smithi079 bash[19963]: cephadm 2024-09-06T15:06:28.007158+0000 mgr.smithi079.ijsnjl (mgr.14195) 75 : cephadm [INF] Reconfiguring mgr.smithi090.kgwrey (monmap changed)... 2024-09-06T15:06:29.287 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:28 smithi079 bash[19963]: audit 2024-09-06T15:06:28.007814+0000 mon.smithi079 (mon.0) 330 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get-or-create", "entity": "mgr.smithi090.kgwrey", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-06T15:06:29.287 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:28 smithi079 bash[19963]: audit 2024-09-06T15:06:28.007814+0000 mon.smithi079 (mon.0) 330 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get-or-create", "entity": "mgr.smithi090.kgwrey", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-06T15:06:29.287 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:28 smithi079 bash[19963]: audit 2024-09-06T15:06:28.009773+0000 mon.smithi079 (mon.0) 331 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "mgr services"} : dispatch 2024-09-06T15:06:29.287 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:28 smithi079 bash[19963]: audit 2024-09-06T15:06:28.009773+0000 mon.smithi079 (mon.0) 331 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "mgr services"} : dispatch 2024-09-06T15:06:29.287 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:28 smithi079 bash[19963]: audit 2024-09-06T15:06:28.011547+0000 mon.smithi079 (mon.0) 332 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:06:29.287 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:28 smithi079 bash[19963]: audit 2024-09-06T15:06:28.011547+0000 mon.smithi079 (mon.0) 332 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:06:29.287 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:28 smithi079 bash[19963]: cephadm 2024-09-06T15:06:28.013653+0000 mgr.smithi079.ijsnjl (mgr.14195) 76 : cephadm [INF] Reconfiguring daemon mgr.smithi090.kgwrey on smithi090 2024-09-06T15:06:29.287 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:28 smithi079 bash[19963]: cephadm 2024-09-06T15:06:28.013653+0000 mgr.smithi079.ijsnjl (mgr.14195) 76 : cephadm [INF] Reconfiguring daemon mgr.smithi090.kgwrey on smithi090 2024-09-06T15:06:29.287 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:28 smithi079 bash[19963]: cluster 2024-09-06T15:06:28.303056+0000 mgr.smithi079.ijsnjl (mgr.14195) 77 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:29.287 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:28 smithi079 bash[19963]: cluster 2024-09-06T15:06:28.303056+0000 mgr.smithi079.ijsnjl (mgr.14195) 77 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:29.412 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:28 smithi090 bash[25332]: audit 2024-09-06T15:06:27.996918+0000 mon.smithi079 (mon.0) 328 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:29.413 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:28 smithi090 bash[25332]: audit 2024-09-06T15:06:27.996918+0000 mon.smithi079 (mon.0) 328 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:29.413 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:28 smithi090 bash[25332]: audit 2024-09-06T15:06:28.005163+0000 mon.smithi079 (mon.0) 329 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:29.413 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:28 smithi090 bash[25332]: audit 2024-09-06T15:06:28.005163+0000 mon.smithi079 (mon.0) 329 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:29.413 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:28 smithi090 bash[25332]: cephadm 2024-09-06T15:06:28.007158+0000 mgr.smithi079.ijsnjl (mgr.14195) 75 : cephadm [INF] Reconfiguring mgr.smithi090.kgwrey (monmap changed)... 2024-09-06T15:06:29.413 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:28 smithi090 bash[25332]: cephadm 2024-09-06T15:06:28.007158+0000 mgr.smithi079.ijsnjl (mgr.14195) 75 : cephadm [INF] Reconfiguring mgr.smithi090.kgwrey (monmap changed)... 2024-09-06T15:06:29.413 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:28 smithi090 bash[25332]: audit 2024-09-06T15:06:28.007814+0000 mon.smithi079 (mon.0) 330 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get-or-create", "entity": "mgr.smithi090.kgwrey", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-06T15:06:29.413 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:29 smithi090 bash[25332]: audit 2024-09-06T15:06:28.007814+0000 mon.smithi079 (mon.0) 330 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get-or-create", "entity": "mgr.smithi090.kgwrey", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-06T15:06:29.413 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:29 smithi090 bash[25332]: audit 2024-09-06T15:06:28.009773+0000 mon.smithi079 (mon.0) 331 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "mgr services"} : dispatch 2024-09-06T15:06:29.413 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:29 smithi090 bash[25332]: audit 2024-09-06T15:06:28.009773+0000 mon.smithi079 (mon.0) 331 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "mgr services"} : dispatch 2024-09-06T15:06:29.413 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:29 smithi090 bash[25332]: audit 2024-09-06T15:06:28.011547+0000 mon.smithi079 (mon.0) 332 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:06:29.413 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:29 smithi090 bash[25332]: audit 2024-09-06T15:06:28.011547+0000 mon.smithi079 (mon.0) 332 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:06:29.414 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:29 smithi090 bash[25332]: cephadm 2024-09-06T15:06:28.013653+0000 mgr.smithi079.ijsnjl (mgr.14195) 76 : cephadm [INF] Reconfiguring daemon mgr.smithi090.kgwrey on smithi090 2024-09-06T15:06:29.414 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:29 smithi090 bash[25332]: cephadm 2024-09-06T15:06:28.013653+0000 mgr.smithi079.ijsnjl (mgr.14195) 76 : cephadm [INF] Reconfiguring daemon mgr.smithi090.kgwrey on smithi090 2024-09-06T15:06:29.414 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:29 smithi090 bash[25332]: cluster 2024-09-06T15:06:28.303056+0000 mgr.smithi079.ijsnjl (mgr.14195) 77 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:29.414 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:29 smithi090 bash[25332]: cluster 2024-09-06T15:06:28.303056+0000 mgr.smithi079.ijsnjl (mgr.14195) 77 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:29.957 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-06T15:06:30.234 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:30 smithi090 bash[25332]: audit 2024-09-06T15:06:29.958734+0000 mon.smithi079 (mon.0) 333 : audit [DBG] from='client.? 172.21.15.79:0/1228318272' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-06T15:06:30.234 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:30 smithi090 bash[25332]: audit 2024-09-06T15:06:29.958734+0000 mon.smithi079 (mon.0) 333 : audit [DBG] from='client.? 172.21.15.79:0/1228318272' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-06T15:06:30.285 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:30 smithi079 bash[19963]: audit 2024-09-06T15:06:29.958734+0000 mon.smithi079 (mon.0) 333 : audit [DBG] from='client.? 172.21.15.79:0/1228318272' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-06T15:06:30.286 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:30 smithi079 bash[19963]: audit 2024-09-06T15:06:29.958734+0000 mon.smithi079 (mon.0) 333 : audit [DBG] from='client.? 172.21.15.79:0/1228318272' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-06T15:06:30.578 INFO:teuthology.orchestra.run.smithi079.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-09-06T15:06:31.579 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8b38c33cecf4b0b7a9b3116eb9089e21e444ac73 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d8ce0702-6c60-11ef-bce4-c7b262605968 -- ceph osd stat -f json 2024-09-06T15:06:31.723 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:31 smithi079 bash[19963]: cluster 2024-09-06T15:06:30.303553+0000 mgr.smithi079.ijsnjl (mgr.14195) 78 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:31.723 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:31 smithi079 bash[19963]: cluster 2024-09-06T15:06:30.303553+0000 mgr.smithi079.ijsnjl (mgr.14195) 78 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:31.723 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:31 smithi079 bash[19963]: audit 2024-09-06T15:06:30.724106+0000 mon.smithi079 (mon.0) 334 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:31.723 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:31 smithi079 bash[19963]: audit 2024-09-06T15:06:30.724106+0000 mon.smithi079 (mon.0) 334 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:31.724 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:31 smithi079 bash[19963]: audit 2024-09-06T15:06:30.734170+0000 mon.smithi079 (mon.0) 335 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:31.724 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:31 smithi079 bash[19963]: audit 2024-09-06T15:06:30.734170+0000 mon.smithi079 (mon.0) 335 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:31.724 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:31 smithi079 bash[19963]: cephadm 2024-09-06T15:06:30.735959+0000 mgr.smithi079.ijsnjl (mgr.14195) 79 : cephadm [INF] Reconfiguring mon.smithi090 (monmap changed)... 2024-09-06T15:06:31.724 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:31 smithi079 bash[19963]: cephadm 2024-09-06T15:06:30.735959+0000 mgr.smithi079.ijsnjl (mgr.14195) 79 : cephadm [INF] Reconfiguring mon.smithi090 (monmap changed)... 2024-09-06T15:06:31.724 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:31 smithi079 bash[19963]: audit 2024-09-06T15:06:30.736610+0000 mon.smithi079 (mon.0) 336 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-06T15:06:31.724 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:31 smithi079 bash[19963]: audit 2024-09-06T15:06:30.736610+0000 mon.smithi079 (mon.0) 336 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-06T15:06:31.724 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:31 smithi079 bash[19963]: audit 2024-09-06T15:06:30.738272+0000 mon.smithi079 (mon.0) 337 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-06T15:06:31.724 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:31 smithi079 bash[19963]: audit 2024-09-06T15:06:30.738272+0000 mon.smithi079 (mon.0) 337 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-06T15:06:31.724 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:31 smithi079 bash[19963]: audit 2024-09-06T15:06:30.739887+0000 mon.smithi079 (mon.0) 338 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:06:31.724 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:31 smithi079 bash[19963]: audit 2024-09-06T15:06:30.739887+0000 mon.smithi079 (mon.0) 338 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:06:31.724 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:31 smithi079 bash[19963]: cephadm 2024-09-06T15:06:30.741802+0000 mgr.smithi079.ijsnjl (mgr.14195) 80 : cephadm [INF] Reconfiguring daemon mon.smithi090 on smithi090 2024-09-06T15:06:31.725 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:31 smithi079 bash[19963]: cephadm 2024-09-06T15:06:30.741802+0000 mgr.smithi079.ijsnjl (mgr.14195) 80 : cephadm [INF] Reconfiguring daemon mon.smithi090 on smithi090 2024-09-06T15:06:31.725 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:31 smithi079 bash[19963]: audit 2024-09-06T15:06:31.246679+0000 mon.smithi079 (mon.0) 339 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:06:31.725 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:31 smithi079 bash[19963]: audit 2024-09-06T15:06:31.246679+0000 mon.smithi079 (mon.0) 339 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:06:32.161 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:31 smithi090 bash[25332]: cluster 2024-09-06T15:06:30.303553+0000 mgr.smithi079.ijsnjl (mgr.14195) 78 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:32.161 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:31 smithi090 bash[25332]: cluster 2024-09-06T15:06:30.303553+0000 mgr.smithi079.ijsnjl (mgr.14195) 78 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:32.161 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:31 smithi090 bash[25332]: audit 2024-09-06T15:06:30.724106+0000 mon.smithi079 (mon.0) 334 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:32.161 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:31 smithi090 bash[25332]: audit 2024-09-06T15:06:30.724106+0000 mon.smithi079 (mon.0) 334 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:32.161 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:31 smithi090 bash[25332]: audit 2024-09-06T15:06:30.734170+0000 mon.smithi079 (mon.0) 335 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:32.161 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:31 smithi090 bash[25332]: audit 2024-09-06T15:06:30.734170+0000 mon.smithi079 (mon.0) 335 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:32.161 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:31 smithi090 bash[25332]: cephadm 2024-09-06T15:06:30.735959+0000 mgr.smithi079.ijsnjl (mgr.14195) 79 : cephadm [INF] Reconfiguring mon.smithi090 (monmap changed)... 2024-09-06T15:06:32.161 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:31 smithi090 bash[25332]: cephadm 2024-09-06T15:06:30.735959+0000 mgr.smithi079.ijsnjl (mgr.14195) 79 : cephadm [INF] Reconfiguring mon.smithi090 (monmap changed)... 2024-09-06T15:06:32.161 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:31 smithi090 bash[25332]: audit 2024-09-06T15:06:30.736610+0000 mon.smithi079 (mon.0) 336 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-06T15:06:32.162 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:31 smithi090 bash[25332]: audit 2024-09-06T15:06:30.736610+0000 mon.smithi079 (mon.0) 336 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-06T15:06:32.162 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:31 smithi090 bash[25332]: audit 2024-09-06T15:06:30.738272+0000 mon.smithi079 (mon.0) 337 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-06T15:06:32.162 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:31 smithi090 bash[25332]: audit 2024-09-06T15:06:30.738272+0000 mon.smithi079 (mon.0) 337 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-06T15:06:32.162 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:31 smithi090 bash[25332]: audit 2024-09-06T15:06:30.739887+0000 mon.smithi079 (mon.0) 338 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:06:32.162 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:31 smithi090 bash[25332]: audit 2024-09-06T15:06:30.739887+0000 mon.smithi079 (mon.0) 338 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:06:32.162 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:31 smithi090 bash[25332]: cephadm 2024-09-06T15:06:30.741802+0000 mgr.smithi079.ijsnjl (mgr.14195) 80 : cephadm [INF] Reconfiguring daemon mon.smithi090 on smithi090 2024-09-06T15:06:32.162 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:31 smithi090 bash[25332]: cephadm 2024-09-06T15:06:30.741802+0000 mgr.smithi079.ijsnjl (mgr.14195) 80 : cephadm [INF] Reconfiguring daemon mon.smithi090 on smithi090 2024-09-06T15:06:32.162 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:31 smithi090 bash[25332]: audit 2024-09-06T15:06:31.246679+0000 mon.smithi079 (mon.0) 339 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:06:32.162 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:31 smithi090 bash[25332]: audit 2024-09-06T15:06:31.246679+0000 mon.smithi079 (mon.0) 339 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:06:34.028 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:33 smithi090 bash[25332]: cluster 2024-09-06T15:06:32.304034+0000 mgr.smithi079.ijsnjl (mgr.14195) 81 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:34.028 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:33 smithi090 bash[25332]: cluster 2024-09-06T15:06:32.304034+0000 mgr.smithi079.ijsnjl (mgr.14195) 81 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:34.028 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:33 smithi090 bash[25332]: audit 2024-09-06T15:06:33.427598+0000 mon.smithi079 (mon.0) 340 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:34.028 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:33 smithi090 bash[25332]: audit 2024-09-06T15:06:33.427598+0000 mon.smithi079 (mon.0) 340 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:34.028 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:33 smithi090 bash[25332]: audit 2024-09-06T15:06:33.437379+0000 mon.smithi079 (mon.0) 341 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:34.028 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:33 smithi090 bash[25332]: audit 2024-09-06T15:06:33.437379+0000 mon.smithi079 (mon.0) 341 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:34.028 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:33 smithi090 bash[25332]: audit 2024-09-06T15:06:33.446187+0000 mon.smithi079 (mon.0) 342 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "dashboard get-alertmanager-api-host"} : dispatch 2024-09-06T15:06:34.028 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:33 smithi090 bash[25332]: audit 2024-09-06T15:06:33.446187+0000 mon.smithi079 (mon.0) 342 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "dashboard get-alertmanager-api-host"} : dispatch 2024-09-06T15:06:34.028 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:33 smithi090 bash[25332]: audit 2024-09-06T15:06:33.449409+0000 mon.smithi079 (mon.0) 343 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi079.front.sepia.ceph.com:9093"} : dispatch 2024-09-06T15:06:34.029 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:33 smithi090 bash[25332]: audit 2024-09-06T15:06:33.449409+0000 mon.smithi079 (mon.0) 343 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi079.front.sepia.ceph.com:9093"} : dispatch 2024-09-06T15:06:34.029 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:33 smithi090 bash[25332]: audit 2024-09-06T15:06:33.457895+0000 mon.smithi079 (mon.0) 344 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:34.029 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:33 smithi090 bash[25332]: audit 2024-09-06T15:06:33.457895+0000 mon.smithi079 (mon.0) 344 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:34.029 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:33 smithi090 bash[25332]: audit 2024-09-06T15:06:33.475663+0000 mon.smithi079 (mon.0) 345 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "dashboard get-grafana-api-url"} : dispatch 2024-09-06T15:06:34.029 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:33 smithi090 bash[25332]: audit 2024-09-06T15:06:33.475663+0000 mon.smithi079 (mon.0) 345 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "dashboard get-grafana-api-url"} : dispatch 2024-09-06T15:06:34.029 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:33 smithi090 bash[25332]: audit 2024-09-06T15:06:33.482237+0000 mon.smithi079 (mon.0) 346 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "dashboard set-grafana-api-url", "value": "https://smithi079.front.sepia.ceph.com:3000"} : dispatch 2024-09-06T15:06:34.029 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:33 smithi090 bash[25332]: audit 2024-09-06T15:06:33.482237+0000 mon.smithi079 (mon.0) 346 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "dashboard set-grafana-api-url", "value": "https://smithi079.front.sepia.ceph.com:3000"} : dispatch 2024-09-06T15:06:34.029 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:33 smithi090 bash[25332]: audit 2024-09-06T15:06:33.492115+0000 mon.smithi079 (mon.0) 347 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:34.029 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:33 smithi090 bash[25332]: audit 2024-09-06T15:06:33.492115+0000 mon.smithi079 (mon.0) 347 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:34.029 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:33 smithi090 bash[25332]: audit 2024-09-06T15:06:33.512182+0000 mon.smithi079 (mon.0) 348 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "dashboard get-prometheus-api-host"} : dispatch 2024-09-06T15:06:34.029 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:33 smithi090 bash[25332]: audit 2024-09-06T15:06:33.512182+0000 mon.smithi079 (mon.0) 348 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "dashboard get-prometheus-api-host"} : dispatch 2024-09-06T15:06:34.029 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:33 smithi090 bash[25332]: audit 2024-09-06T15:06:33.517219+0000 mon.smithi079 (mon.0) 349 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi079.front.sepia.ceph.com:9095"} : dispatch 2024-09-06T15:06:34.029 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:33 smithi090 bash[25332]: audit 2024-09-06T15:06:33.517219+0000 mon.smithi079 (mon.0) 349 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi079.front.sepia.ceph.com:9095"} : dispatch 2024-09-06T15:06:34.030 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:33 smithi090 bash[25332]: audit 2024-09-06T15:06:33.527919+0000 mon.smithi079 (mon.0) 350 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:34.030 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:33 smithi090 bash[25332]: audit 2024-09-06T15:06:33.527919+0000 mon.smithi079 (mon.0) 350 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:34.030 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:33 smithi090 bash[25332]: audit 2024-09-06T15:06:33.646554+0000 mon.smithi079 (mon.0) 351 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-06T15:06:34.030 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:33 smithi090 bash[25332]: audit 2024-09-06T15:06:33.646554+0000 mon.smithi079 (mon.0) 351 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-06T15:06:34.036 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:33 smithi079 bash[19963]: cluster 2024-09-06T15:06:32.304034+0000 mgr.smithi079.ijsnjl (mgr.14195) 81 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:34.036 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:33 smithi079 bash[19963]: cluster 2024-09-06T15:06:32.304034+0000 mgr.smithi079.ijsnjl (mgr.14195) 81 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:34.036 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:33 smithi079 bash[19963]: audit 2024-09-06T15:06:33.427598+0000 mon.smithi079 (mon.0) 340 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:34.036 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:33 smithi079 bash[19963]: audit 2024-09-06T15:06:33.427598+0000 mon.smithi079 (mon.0) 340 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:34.036 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:33 smithi079 bash[19963]: audit 2024-09-06T15:06:33.437379+0000 mon.smithi079 (mon.0) 341 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:34.036 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:33 smithi079 bash[19963]: audit 2024-09-06T15:06:33.437379+0000 mon.smithi079 (mon.0) 341 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:34.036 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:33 smithi079 bash[19963]: audit 2024-09-06T15:06:33.446187+0000 mon.smithi079 (mon.0) 342 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "dashboard get-alertmanager-api-host"} : dispatch 2024-09-06T15:06:34.036 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:33 smithi079 bash[19963]: audit 2024-09-06T15:06:33.446187+0000 mon.smithi079 (mon.0) 342 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "dashboard get-alertmanager-api-host"} : dispatch 2024-09-06T15:06:34.036 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:33 smithi079 bash[19963]: audit 2024-09-06T15:06:33.449409+0000 mon.smithi079 (mon.0) 343 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi079.front.sepia.ceph.com:9093"} : dispatch 2024-09-06T15:06:34.037 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:33 smithi079 bash[19963]: audit 2024-09-06T15:06:33.449409+0000 mon.smithi079 (mon.0) 343 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi079.front.sepia.ceph.com:9093"} : dispatch 2024-09-06T15:06:34.037 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:33 smithi079 bash[19963]: audit 2024-09-06T15:06:33.457895+0000 mon.smithi079 (mon.0) 344 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:34.037 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:33 smithi079 bash[19963]: audit 2024-09-06T15:06:33.457895+0000 mon.smithi079 (mon.0) 344 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:34.037 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:33 smithi079 bash[19963]: audit 2024-09-06T15:06:33.475663+0000 mon.smithi079 (mon.0) 345 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "dashboard get-grafana-api-url"} : dispatch 2024-09-06T15:06:34.037 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:33 smithi079 bash[19963]: audit 2024-09-06T15:06:33.475663+0000 mon.smithi079 (mon.0) 345 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "dashboard get-grafana-api-url"} : dispatch 2024-09-06T15:06:34.037 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:33 smithi079 bash[19963]: audit 2024-09-06T15:06:33.482237+0000 mon.smithi079 (mon.0) 346 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "dashboard set-grafana-api-url", "value": "https://smithi079.front.sepia.ceph.com:3000"} : dispatch 2024-09-06T15:06:34.037 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:33 smithi079 bash[19963]: audit 2024-09-06T15:06:33.482237+0000 mon.smithi079 (mon.0) 346 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "dashboard set-grafana-api-url", "value": "https://smithi079.front.sepia.ceph.com:3000"} : dispatch 2024-09-06T15:06:34.037 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:33 smithi079 bash[19963]: audit 2024-09-06T15:06:33.492115+0000 mon.smithi079 (mon.0) 347 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:34.037 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:33 smithi079 bash[19963]: audit 2024-09-06T15:06:33.492115+0000 mon.smithi079 (mon.0) 347 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:34.037 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:33 smithi079 bash[19963]: audit 2024-09-06T15:06:33.512182+0000 mon.smithi079 (mon.0) 348 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "dashboard get-prometheus-api-host"} : dispatch 2024-09-06T15:06:34.037 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:33 smithi079 bash[19963]: audit 2024-09-06T15:06:33.512182+0000 mon.smithi079 (mon.0) 348 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "dashboard get-prometheus-api-host"} : dispatch 2024-09-06T15:06:34.037 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:33 smithi079 bash[19963]: audit 2024-09-06T15:06:33.517219+0000 mon.smithi079 (mon.0) 349 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi079.front.sepia.ceph.com:9095"} : dispatch 2024-09-06T15:06:34.038 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:33 smithi079 bash[19963]: audit 2024-09-06T15:06:33.517219+0000 mon.smithi079 (mon.0) 349 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi079.front.sepia.ceph.com:9095"} : dispatch 2024-09-06T15:06:34.038 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:33 smithi079 bash[19963]: audit 2024-09-06T15:06:33.527919+0000 mon.smithi079 (mon.0) 350 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:34.038 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:33 smithi079 bash[19963]: audit 2024-09-06T15:06:33.527919+0000 mon.smithi079 (mon.0) 350 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:34.038 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:33 smithi079 bash[19963]: audit 2024-09-06T15:06:33.646554+0000 mon.smithi079 (mon.0) 351 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-06T15:06:34.038 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:33 smithi079 bash[19963]: audit 2024-09-06T15:06:33.646554+0000 mon.smithi079 (mon.0) 351 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-06T15:06:35.036 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:34 smithi079 bash[19963]: audit 2024-09-06T15:06:33.447079+0000 mgr.smithi079.ijsnjl (mgr.14195) 82 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-06T15:06:35.036 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:34 smithi079 bash[19963]: audit 2024-09-06T15:06:33.447079+0000 mgr.smithi079.ijsnjl (mgr.14195) 82 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-06T15:06:35.036 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:34 smithi079 bash[19963]: audit 2024-09-06T15:06:33.450085+0000 mgr.smithi079.ijsnjl (mgr.14195) 83 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi079.front.sepia.ceph.com:9093"}]: dispatch 2024-09-06T15:06:35.037 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:34 smithi079 bash[19963]: audit 2024-09-06T15:06:33.450085+0000 mgr.smithi079.ijsnjl (mgr.14195) 83 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi079.front.sepia.ceph.com:9093"}]: dispatch 2024-09-06T15:06:35.037 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:34 smithi079 bash[19963]: audit 2024-09-06T15:06:33.476554+0000 mgr.smithi079.ijsnjl (mgr.14195) 84 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-06T15:06:35.037 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:34 smithi079 bash[19963]: audit 2024-09-06T15:06:33.476554+0000 mgr.smithi079.ijsnjl (mgr.14195) 84 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-06T15:06:35.037 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:34 smithi079 bash[19963]: audit 2024-09-06T15:06:33.483227+0000 mgr.smithi079.ijsnjl (mgr.14195) 85 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi079.front.sepia.ceph.com:3000"}]: dispatch 2024-09-06T15:06:35.037 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:34 smithi079 bash[19963]: audit 2024-09-06T15:06:33.483227+0000 mgr.smithi079.ijsnjl (mgr.14195) 85 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi079.front.sepia.ceph.com:3000"}]: dispatch 2024-09-06T15:06:35.037 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:34 smithi079 bash[19963]: audit 2024-09-06T15:06:33.513220+0000 mgr.smithi079.ijsnjl (mgr.14195) 86 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-06T15:06:35.037 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:34 smithi079 bash[19963]: audit 2024-09-06T15:06:33.513220+0000 mgr.smithi079.ijsnjl (mgr.14195) 86 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-06T15:06:35.037 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:34 smithi079 bash[19963]: audit 2024-09-06T15:06:33.518296+0000 mgr.smithi079.ijsnjl (mgr.14195) 87 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi079.front.sepia.ceph.com:9095"}]: dispatch 2024-09-06T15:06:35.037 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:34 smithi079 bash[19963]: audit 2024-09-06T15:06:33.518296+0000 mgr.smithi079.ijsnjl (mgr.14195) 87 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi079.front.sepia.ceph.com:9095"}]: dispatch 2024-09-06T15:06:35.037 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:34 smithi079 bash[19963]: audit 2024-09-06T15:06:33.647721+0000 mgr.smithi079.ijsnjl (mgr.14195) 88 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-06T15:06:35.037 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:34 smithi079 bash[19963]: audit 2024-09-06T15:06:33.647721+0000 mgr.smithi079.ijsnjl (mgr.14195) 88 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-06T15:06:35.037 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:34 smithi079 bash[19963]: audit 2024-09-06T15:06:33.863924+0000 mon.smithi079 (mon.0) 352 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-06T15:06:35.038 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:34 smithi079 bash[19963]: audit 2024-09-06T15:06:33.863924+0000 mon.smithi079 (mon.0) 352 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-06T15:06:35.038 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:34 smithi079 bash[19963]: audit 2024-09-06T15:06:34.259719+0000 mon.smithi079 (mon.0) 353 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-06T15:06:35.038 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:34 smithi079 bash[19963]: audit 2024-09-06T15:06:34.259719+0000 mon.smithi079 (mon.0) 353 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-06T15:06:35.161 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:34 smithi090 bash[25332]: audit 2024-09-06T15:06:33.447079+0000 mgr.smithi079.ijsnjl (mgr.14195) 82 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-06T15:06:35.161 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:34 smithi090 bash[25332]: audit 2024-09-06T15:06:33.447079+0000 mgr.smithi079.ijsnjl (mgr.14195) 82 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-06T15:06:35.161 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:34 smithi090 bash[25332]: audit 2024-09-06T15:06:33.450085+0000 mgr.smithi079.ijsnjl (mgr.14195) 83 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi079.front.sepia.ceph.com:9093"}]: dispatch 2024-09-06T15:06:35.161 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:34 smithi090 bash[25332]: audit 2024-09-06T15:06:33.450085+0000 mgr.smithi079.ijsnjl (mgr.14195) 83 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi079.front.sepia.ceph.com:9093"}]: dispatch 2024-09-06T15:06:35.161 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:34 smithi090 bash[25332]: audit 2024-09-06T15:06:33.476554+0000 mgr.smithi079.ijsnjl (mgr.14195) 84 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-06T15:06:35.161 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:34 smithi090 bash[25332]: audit 2024-09-06T15:06:33.476554+0000 mgr.smithi079.ijsnjl (mgr.14195) 84 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-06T15:06:35.161 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:34 smithi090 bash[25332]: audit 2024-09-06T15:06:33.483227+0000 mgr.smithi079.ijsnjl (mgr.14195) 85 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi079.front.sepia.ceph.com:3000"}]: dispatch 2024-09-06T15:06:35.161 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:34 smithi090 bash[25332]: audit 2024-09-06T15:06:33.483227+0000 mgr.smithi079.ijsnjl (mgr.14195) 85 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi079.front.sepia.ceph.com:3000"}]: dispatch 2024-09-06T15:06:35.161 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:34 smithi090 bash[25332]: audit 2024-09-06T15:06:33.513220+0000 mgr.smithi079.ijsnjl (mgr.14195) 86 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-06T15:06:35.162 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:34 smithi090 bash[25332]: audit 2024-09-06T15:06:33.513220+0000 mgr.smithi079.ijsnjl (mgr.14195) 86 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-06T15:06:35.162 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:34 smithi090 bash[25332]: audit 2024-09-06T15:06:33.518296+0000 mgr.smithi079.ijsnjl (mgr.14195) 87 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi079.front.sepia.ceph.com:9095"}]: dispatch 2024-09-06T15:06:35.162 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:34 smithi090 bash[25332]: audit 2024-09-06T15:06:33.518296+0000 mgr.smithi079.ijsnjl (mgr.14195) 87 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi079.front.sepia.ceph.com:9095"}]: dispatch 2024-09-06T15:06:35.162 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:34 smithi090 bash[25332]: audit 2024-09-06T15:06:33.647721+0000 mgr.smithi079.ijsnjl (mgr.14195) 88 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-06T15:06:35.162 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:34 smithi090 bash[25332]: audit 2024-09-06T15:06:33.647721+0000 mgr.smithi079.ijsnjl (mgr.14195) 88 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-06T15:06:35.162 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:34 smithi090 bash[25332]: audit 2024-09-06T15:06:33.863924+0000 mon.smithi079 (mon.0) 352 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-06T15:06:35.162 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:34 smithi090 bash[25332]: audit 2024-09-06T15:06:33.863924+0000 mon.smithi079 (mon.0) 352 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-06T15:06:35.162 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:34 smithi090 bash[25332]: audit 2024-09-06T15:06:34.259719+0000 mon.smithi079 (mon.0) 353 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-06T15:06:35.162 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:34 smithi090 bash[25332]: audit 2024-09-06T15:06:34.259719+0000 mon.smithi079 (mon.0) 353 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-06T15:06:36.036 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:35 smithi079 bash[19963]: audit 2024-09-06T15:06:34.260822+0000 mgr.smithi079.ijsnjl (mgr.14195) 89 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-06T15:06:36.036 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:35 smithi079 bash[19963]: audit 2024-09-06T15:06:34.260822+0000 mgr.smithi079.ijsnjl (mgr.14195) 89 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-06T15:06:36.036 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:35 smithi079 bash[19963]: cluster 2024-09-06T15:06:34.304375+0000 mgr.smithi079.ijsnjl (mgr.14195) 90 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:36.036 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:35 smithi079 bash[19963]: cluster 2024-09-06T15:06:34.304375+0000 mgr.smithi079.ijsnjl (mgr.14195) 90 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:36.036 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:35 smithi079 bash[19963]: audit 2024-09-06T15:06:34.873501+0000 mon.smithi079 (mon.0) 354 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-06T15:06:36.036 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:35 smithi079 bash[19963]: audit 2024-09-06T15:06:34.873501+0000 mon.smithi079 (mon.0) 354 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-06T15:06:36.161 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:35 smithi090 bash[25332]: audit 2024-09-06T15:06:34.260822+0000 mgr.smithi079.ijsnjl (mgr.14195) 89 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-06T15:06:36.161 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:35 smithi090 bash[25332]: audit 2024-09-06T15:06:34.260822+0000 mgr.smithi079.ijsnjl (mgr.14195) 89 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-06T15:06:36.161 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:35 smithi090 bash[25332]: cluster 2024-09-06T15:06:34.304375+0000 mgr.smithi079.ijsnjl (mgr.14195) 90 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:36.161 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:35 smithi090 bash[25332]: cluster 2024-09-06T15:06:34.304375+0000 mgr.smithi079.ijsnjl (mgr.14195) 90 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:36.161 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:35 smithi090 bash[25332]: audit 2024-09-06T15:06:34.873501+0000 mon.smithi079 (mon.0) 354 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-06T15:06:36.161 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:35 smithi090 bash[25332]: audit 2024-09-06T15:06:34.873501+0000 mon.smithi079 (mon.0) 354 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-06T15:06:36.365 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/mon.smithi079/config 2024-09-06T15:06:37.035 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:36 smithi079 bash[19963]: audit 2024-09-06T15:06:34.874487+0000 mgr.smithi079.ijsnjl (mgr.14195) 91 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-06T15:06:37.036 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:36 smithi079 bash[19963]: audit 2024-09-06T15:06:34.874487+0000 mgr.smithi079.ijsnjl (mgr.14195) 91 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-06T15:06:37.160 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:36 smithi090 bash[25332]: audit 2024-09-06T15:06:34.874487+0000 mgr.smithi079.ijsnjl (mgr.14195) 91 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-06T15:06:37.160 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:36 smithi090 bash[25332]: audit 2024-09-06T15:06:34.874487+0000 mgr.smithi079.ijsnjl (mgr.14195) 91 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-06T15:06:37.902 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-06T15:06:37.912 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:37 smithi079 bash[19963]: cluster 2024-09-06T15:06:36.304794+0000 mgr.smithi079.ijsnjl (mgr.14195) 92 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:37.913 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:37 smithi079 bash[19963]: cluster 2024-09-06T15:06:36.304794+0000 mgr.smithi079.ijsnjl (mgr.14195) 92 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:38.160 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:37 smithi090 bash[25332]: cluster 2024-09-06T15:06:36.304794+0000 mgr.smithi079.ijsnjl (mgr.14195) 92 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:38.160 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:37 smithi090 bash[25332]: cluster 2024-09-06T15:06:36.304794+0000 mgr.smithi079.ijsnjl (mgr.14195) 92 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:38.542 INFO:teuthology.orchestra.run.smithi079.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-09-06T15:06:39.027 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:38 smithi090 bash[25332]: audit 2024-09-06T15:06:37.903262+0000 mon.smithi079 (mon.0) 355 : audit [DBG] from='client.? 172.21.15.79:0/3838999436' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-06T15:06:39.027 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:38 smithi090 bash[25332]: audit 2024-09-06T15:06:37.903262+0000 mon.smithi079 (mon.0) 355 : audit [DBG] from='client.? 172.21.15.79:0/3838999436' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-06T15:06:39.035 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:38 smithi079 bash[19963]: audit 2024-09-06T15:06:37.903262+0000 mon.smithi079 (mon.0) 355 : audit [DBG] from='client.? 172.21.15.79:0/3838999436' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-06T15:06:39.035 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:38 smithi079 bash[19963]: audit 2024-09-06T15:06:37.903262+0000 mon.smithi079 (mon.0) 355 : audit [DBG] from='client.? 172.21.15.79:0/3838999436' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-06T15:06:39.544 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8b38c33cecf4b0b7a9b3116eb9089e21e444ac73 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d8ce0702-6c60-11ef-bce4-c7b262605968 -- ceph osd stat -f json 2024-09-06T15:06:40.035 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:39 smithi079 bash[19963]: cluster 2024-09-06T15:06:38.305275+0000 mgr.smithi079.ijsnjl (mgr.14195) 93 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:40.036 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:39 smithi079 bash[19963]: cluster 2024-09-06T15:06:38.305275+0000 mgr.smithi079.ijsnjl (mgr.14195) 93 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:40.036 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:39 smithi079 bash[19963]: audit 2024-09-06T15:06:39.309076+0000 mon.smithi079 (mon.0) 356 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:40.036 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:39 smithi079 bash[19963]: audit 2024-09-06T15:06:39.309076+0000 mon.smithi079 (mon.0) 356 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:40.036 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:39 smithi079 bash[19963]: audit 2024-09-06T15:06:39.312794+0000 mon.smithi079 (mon.0) 357 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:40.036 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:39 smithi079 bash[19963]: audit 2024-09-06T15:06:39.312794+0000 mon.smithi079 (mon.0) 357 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:40.036 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:39 smithi079 bash[19963]: audit 2024-09-06T15:06:39.733163+0000 mon.smithi079 (mon.0) 358 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:40.036 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:39 smithi079 bash[19963]: audit 2024-09-06T15:06:39.733163+0000 mon.smithi079 (mon.0) 358 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:40.037 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:39 smithi079 bash[19963]: audit 2024-09-06T15:06:39.737995+0000 mon.smithi079 (mon.0) 359 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:40.037 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:39 smithi079 bash[19963]: audit 2024-09-06T15:06:39.737995+0000 mon.smithi079 (mon.0) 359 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:40.160 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:39 smithi090 bash[25332]: cluster 2024-09-06T15:06:38.305275+0000 mgr.smithi079.ijsnjl (mgr.14195) 93 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:40.161 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:39 smithi090 bash[25332]: cluster 2024-09-06T15:06:38.305275+0000 mgr.smithi079.ijsnjl (mgr.14195) 93 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:40.161 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:39 smithi090 bash[25332]: audit 2024-09-06T15:06:39.309076+0000 mon.smithi079 (mon.0) 356 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:40.161 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:39 smithi090 bash[25332]: audit 2024-09-06T15:06:39.309076+0000 mon.smithi079 (mon.0) 356 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:40.161 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:39 smithi090 bash[25332]: audit 2024-09-06T15:06:39.312794+0000 mon.smithi079 (mon.0) 357 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:40.161 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:39 smithi090 bash[25332]: audit 2024-09-06T15:06:39.312794+0000 mon.smithi079 (mon.0) 357 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:40.161 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:39 smithi090 bash[25332]: audit 2024-09-06T15:06:39.733163+0000 mon.smithi079 (mon.0) 358 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:40.161 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:39 smithi090 bash[25332]: audit 2024-09-06T15:06:39.733163+0000 mon.smithi079 (mon.0) 358 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:40.161 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:39 smithi090 bash[25332]: audit 2024-09-06T15:06:39.737995+0000 mon.smithi079 (mon.0) 359 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:40.161 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:39 smithi090 bash[25332]: audit 2024-09-06T15:06:39.737995+0000 mon.smithi079 (mon.0) 359 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:41.286 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:40 smithi079 bash[19963]: audit 2024-09-06T15:06:39.915754+0000 mon.smithi079 (mon.0) 360 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:41.286 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:40 smithi079 bash[19963]: audit 2024-09-06T15:06:39.915754+0000 mon.smithi079 (mon.0) 360 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:41.287 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:40 smithi079 bash[19963]: audit 2024-09-06T15:06:39.922149+0000 mon.smithi079 (mon.0) 361 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:41.287 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:40 smithi079 bash[19963]: audit 2024-09-06T15:06:39.922149+0000 mon.smithi079 (mon.0) 361 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:41.287 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:40 smithi079 bash[19963]: cluster 2024-09-06T15:06:40.305718+0000 mgr.smithi079.ijsnjl (mgr.14195) 94 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:41.287 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:40 smithi079 bash[19963]: cluster 2024-09-06T15:06:40.305718+0000 mgr.smithi079.ijsnjl (mgr.14195) 94 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:41.287 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:40 smithi079 bash[19963]: audit 2024-09-06T15:06:40.344074+0000 mon.smithi079 (mon.0) 362 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:41.287 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:40 smithi079 bash[19963]: audit 2024-09-06T15:06:40.344074+0000 mon.smithi079 (mon.0) 362 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:41.287 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:40 smithi079 bash[19963]: audit 2024-09-06T15:06:40.348894+0000 mon.smithi079 (mon.0) 363 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:41.287 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:40 smithi079 bash[19963]: audit 2024-09-06T15:06:40.348894+0000 mon.smithi079 (mon.0) 363 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:41.287 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:40 smithi079 bash[19963]: audit 2024-09-06T15:06:40.350215+0000 mon.smithi079 (mon.0) 364 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:06:41.287 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:40 smithi079 bash[19963]: audit 2024-09-06T15:06:40.350215+0000 mon.smithi079 (mon.0) 364 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:06:41.287 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:40 smithi079 bash[19963]: audit 2024-09-06T15:06:40.351085+0000 mon.smithi079 (mon.0) 365 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-06T15:06:41.287 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:40 smithi079 bash[19963]: audit 2024-09-06T15:06:40.351085+0000 mon.smithi079 (mon.0) 365 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-06T15:06:41.288 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:40 smithi079 bash[19963]: audit 2024-09-06T15:06:40.355954+0000 mon.smithi079 (mon.0) 366 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:41.288 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:40 smithi079 bash[19963]: audit 2024-09-06T15:06:40.355954+0000 mon.smithi079 (mon.0) 366 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:41.288 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:40 smithi079 bash[19963]: audit 2024-09-06T15:06:40.359416+0000 mon.smithi079 (mon.0) 367 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-06T15:06:41.288 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:40 smithi079 bash[19963]: audit 2024-09-06T15:06:40.359416+0000 mon.smithi079 (mon.0) 367 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-06T15:06:41.288 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:40 smithi079 bash[19963]: audit 2024-09-06T15:06:40.364015+0000 mon.smithi079 (mon.0) 368 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-06T15:06:41.288 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:40 smithi079 bash[19963]: audit 2024-09-06T15:06:40.364015+0000 mon.smithi079 (mon.0) 368 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-06T15:06:41.288 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:40 smithi079 bash[19963]: audit 2024-09-06T15:06:40.365225+0000 mon.smithi079 (mon.0) 369 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:06:41.288 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:40 smithi079 bash[19963]: audit 2024-09-06T15:06:40.365225+0000 mon.smithi079 (mon.0) 369 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:06:41.288 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:40 smithi079 bash[19963]: audit 2024-09-06T15:06:40.368648+0000 mon.smithi079 (mon.0) 370 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-06T15:06:41.288 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:40 smithi079 bash[19963]: audit 2024-09-06T15:06:40.368648+0000 mon.smithi079 (mon.0) 370 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-06T15:06:41.288 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:40 smithi079 bash[19963]: audit 2024-09-06T15:06:40.369798+0000 mon.smithi079 (mon.0) 371 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:06:41.288 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:40 smithi079 bash[19963]: audit 2024-09-06T15:06:40.369798+0000 mon.smithi079 (mon.0) 371 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:06:41.411 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:40 smithi090 bash[25332]: audit 2024-09-06T15:06:39.915754+0000 mon.smithi079 (mon.0) 360 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:41.411 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:40 smithi090 bash[25332]: audit 2024-09-06T15:06:39.915754+0000 mon.smithi079 (mon.0) 360 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:41.411 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:40 smithi090 bash[25332]: audit 2024-09-06T15:06:39.922149+0000 mon.smithi079 (mon.0) 361 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:41.411 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:40 smithi090 bash[25332]: audit 2024-09-06T15:06:39.922149+0000 mon.smithi079 (mon.0) 361 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:41.411 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:40 smithi090 bash[25332]: cluster 2024-09-06T15:06:40.305718+0000 mgr.smithi079.ijsnjl (mgr.14195) 94 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:41.411 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:40 smithi090 bash[25332]: cluster 2024-09-06T15:06:40.305718+0000 mgr.smithi079.ijsnjl (mgr.14195) 94 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:41.411 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:40 smithi090 bash[25332]: audit 2024-09-06T15:06:40.344074+0000 mon.smithi079 (mon.0) 362 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:41.412 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:40 smithi090 bash[25332]: audit 2024-09-06T15:06:40.344074+0000 mon.smithi079 (mon.0) 362 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:41.412 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:40 smithi090 bash[25332]: audit 2024-09-06T15:06:40.348894+0000 mon.smithi079 (mon.0) 363 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:41.412 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:40 smithi090 bash[25332]: audit 2024-09-06T15:06:40.348894+0000 mon.smithi079 (mon.0) 363 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:41.412 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:40 smithi090 bash[25332]: audit 2024-09-06T15:06:40.350215+0000 mon.smithi079 (mon.0) 364 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:06:41.412 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:40 smithi090 bash[25332]: audit 2024-09-06T15:06:40.350215+0000 mon.smithi079 (mon.0) 364 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:06:41.412 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:40 smithi090 bash[25332]: audit 2024-09-06T15:06:40.351085+0000 mon.smithi079 (mon.0) 365 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-06T15:06:41.412 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:40 smithi090 bash[25332]: audit 2024-09-06T15:06:40.351085+0000 mon.smithi079 (mon.0) 365 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-06T15:06:41.412 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:40 smithi090 bash[25332]: audit 2024-09-06T15:06:40.355954+0000 mon.smithi079 (mon.0) 366 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:41.412 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:40 smithi090 bash[25332]: audit 2024-09-06T15:06:40.355954+0000 mon.smithi079 (mon.0) 366 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:06:41.412 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:40 smithi090 bash[25332]: audit 2024-09-06T15:06:40.359416+0000 mon.smithi079 (mon.0) 367 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-06T15:06:41.412 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:40 smithi090 bash[25332]: audit 2024-09-06T15:06:40.359416+0000 mon.smithi079 (mon.0) 367 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-06T15:06:41.412 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:40 smithi090 bash[25332]: audit 2024-09-06T15:06:40.364015+0000 mon.smithi079 (mon.0) 368 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-06T15:06:41.412 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:40 smithi090 bash[25332]: audit 2024-09-06T15:06:40.364015+0000 mon.smithi079 (mon.0) 368 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-06T15:06:41.413 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:40 smithi090 bash[25332]: audit 2024-09-06T15:06:40.365225+0000 mon.smithi079 (mon.0) 369 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:06:41.413 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:40 smithi090 bash[25332]: audit 2024-09-06T15:06:40.365225+0000 mon.smithi079 (mon.0) 369 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:06:41.413 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:40 smithi090 bash[25332]: audit 2024-09-06T15:06:40.368648+0000 mon.smithi079 (mon.0) 370 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-06T15:06:41.413 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:40 smithi090 bash[25332]: audit 2024-09-06T15:06:40.368648+0000 mon.smithi079 (mon.0) 370 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-06T15:06:41.413 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:40 smithi090 bash[25332]: audit 2024-09-06T15:06:40.369798+0000 mon.smithi079 (mon.0) 371 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:06:41.413 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:40 smithi090 bash[25332]: audit 2024-09-06T15:06:40.369798+0000 mon.smithi079 (mon.0) 371 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:06:43.660 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:43 smithi090 bash[25332]: cluster 2024-09-06T15:06:42.306069+0000 mgr.smithi079.ijsnjl (mgr.14195) 95 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:43.660 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:43 smithi090 bash[25332]: cluster 2024-09-06T15:06:42.306069+0000 mgr.smithi079.ijsnjl (mgr.14195) 95 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:43.785 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:43 smithi079 bash[19963]: cluster 2024-09-06T15:06:42.306069+0000 mgr.smithi079.ijsnjl (mgr.14195) 95 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:43.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:43 smithi079 bash[19963]: cluster 2024-09-06T15:06:42.306069+0000 mgr.smithi079.ijsnjl (mgr.14195) 95 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:44.324 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/mon.smithi079/config 2024-09-06T15:06:45.660 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:45 smithi090 bash[25332]: cluster 2024-09-06T15:06:44.306499+0000 mgr.smithi079.ijsnjl (mgr.14195) 96 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:45.660 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:45 smithi090 bash[25332]: cluster 2024-09-06T15:06:44.306499+0000 mgr.smithi079.ijsnjl (mgr.14195) 96 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:45.677 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-06T15:06:45.688 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:45 smithi079 bash[19963]: cluster 2024-09-06T15:06:44.306499+0000 mgr.smithi079.ijsnjl (mgr.14195) 96 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:45.688 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:45 smithi079 bash[19963]: cluster 2024-09-06T15:06:44.306499+0000 mgr.smithi079.ijsnjl (mgr.14195) 96 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:46.620 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:46 smithi090 bash[25332]: audit 2024-09-06T15:06:45.678666+0000 mon.smithi079 (mon.0) 372 : audit [DBG] from='client.? 172.21.15.79:0/4108895488' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-06T15:06:46.620 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:46 smithi090 bash[25332]: audit 2024-09-06T15:06:45.678666+0000 mon.smithi079 (mon.0) 372 : audit [DBG] from='client.? 172.21.15.79:0/4108895488' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-06T15:06:46.620 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:46 smithi090 bash[25332]: audit 2024-09-06T15:06:46.247150+0000 mon.smithi079 (mon.0) 373 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:06:46.621 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:46 smithi090 bash[25332]: audit 2024-09-06T15:06:46.247150+0000 mon.smithi079 (mon.0) 373 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:06:46.703 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:46 smithi079 bash[19963]: audit 2024-09-06T15:06:45.678666+0000 mon.smithi079 (mon.0) 372 : audit [DBG] from='client.? 172.21.15.79:0/4108895488' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-06T15:06:46.703 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:46 smithi079 bash[19963]: audit 2024-09-06T15:06:45.678666+0000 mon.smithi079 (mon.0) 372 : audit [DBG] from='client.? 172.21.15.79:0/4108895488' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-06T15:06:46.703 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:46 smithi079 bash[19963]: audit 2024-09-06T15:06:46.247150+0000 mon.smithi079 (mon.0) 373 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:06:46.703 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:46 smithi079 bash[19963]: audit 2024-09-06T15:06:46.247150+0000 mon.smithi079 (mon.0) 373 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:06:46.704 INFO:teuthology.orchestra.run.smithi079.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-09-06T15:06:47.536 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:47 smithi079 bash[19963]: cluster 2024-09-06T15:06:46.306941+0000 mgr.smithi079.ijsnjl (mgr.14195) 97 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:47.536 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:47 smithi079 bash[19963]: cluster 2024-09-06T15:06:46.306941+0000 mgr.smithi079.ijsnjl (mgr.14195) 97 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:47.660 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:47 smithi090 bash[25332]: cluster 2024-09-06T15:06:46.306941+0000 mgr.smithi079.ijsnjl (mgr.14195) 97 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:47.660 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:47 smithi090 bash[25332]: cluster 2024-09-06T15:06:46.306941+0000 mgr.smithi079.ijsnjl (mgr.14195) 97 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:47.705 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8b38c33cecf4b0b7a9b3116eb9089e21e444ac73 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d8ce0702-6c60-11ef-bce4-c7b262605968 -- ceph osd stat -f json 2024-09-06T15:06:49.660 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:49 smithi090 bash[25332]: cluster 2024-09-06T15:06:48.307423+0000 mgr.smithi079.ijsnjl (mgr.14195) 98 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:49.660 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:49 smithi090 bash[25332]: cluster 2024-09-06T15:06:48.307423+0000 mgr.smithi079.ijsnjl (mgr.14195) 98 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:49.785 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:49 smithi079 bash[19963]: cluster 2024-09-06T15:06:48.307423+0000 mgr.smithi079.ijsnjl (mgr.14195) 98 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:49.785 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:49 smithi079 bash[19963]: cluster 2024-09-06T15:06:48.307423+0000 mgr.smithi079.ijsnjl (mgr.14195) 98 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:50.536 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:50 smithi079 bash[19963]: audit 2024-09-06T15:06:49.951841+0000 mon.smithi079 (mon.0) 374 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "f43166f0-2d38-4e4d-8409-9ebd0d58ccf3"} : dispatch 2024-09-06T15:06:50.536 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:50 smithi079 bash[19963]: audit 2024-09-06T15:06:49.951841+0000 mon.smithi079 (mon.0) 374 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "f43166f0-2d38-4e4d-8409-9ebd0d58ccf3"} : dispatch 2024-09-06T15:06:50.536 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:50 smithi079 bash[19963]: audit 2024-09-06T15:06:49.953379+0000 mon.smithi090 (mon.1) 2 : audit [INF] from='client.? 172.21.15.90:0/230825145' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "f43166f0-2d38-4e4d-8409-9ebd0d58ccf3"} : dispatch 2024-09-06T15:06:50.536 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:50 smithi079 bash[19963]: audit 2024-09-06T15:06:49.953379+0000 mon.smithi090 (mon.1) 2 : audit [INF] from='client.? 172.21.15.90:0/230825145' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "f43166f0-2d38-4e4d-8409-9ebd0d58ccf3"} : dispatch 2024-09-06T15:06:50.536 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:50 smithi079 bash[19963]: audit 2024-09-06T15:06:49.954757+0000 mon.smithi079 (mon.0) 375 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f43166f0-2d38-4e4d-8409-9ebd0d58ccf3"}]': finished 2024-09-06T15:06:50.536 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:50 smithi079 bash[19963]: audit 2024-09-06T15:06:49.954757+0000 mon.smithi079 (mon.0) 375 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f43166f0-2d38-4e4d-8409-9ebd0d58ccf3"}]': finished 2024-09-06T15:06:50.536 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:50 smithi079 bash[19963]: cluster 2024-09-06T15:06:49.961253+0000 mon.smithi079 (mon.0) 376 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-09-06T15:06:50.537 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:50 smithi079 bash[19963]: cluster 2024-09-06T15:06:49.961253+0000 mon.smithi079 (mon.0) 376 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-09-06T15:06:50.537 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:50 smithi079 bash[19963]: audit 2024-09-06T15:06:49.961714+0000 mon.smithi079 (mon.0) 377 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-06T15:06:50.537 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:50 smithi079 bash[19963]: audit 2024-09-06T15:06:49.961714+0000 mon.smithi079 (mon.0) 377 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-06T15:06:50.537 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:50 smithi079 bash[19963]: audit 2024-09-06T15:06:50.029863+0000 mon.smithi079 (mon.0) 378 : audit [INF] from='client.? 172.21.15.79:0/2698578113' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "c5e69d36-3705-42df-9a88-1797f0c1e440"} : dispatch 2024-09-06T15:06:50.537 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:50 smithi079 bash[19963]: audit 2024-09-06T15:06:50.029863+0000 mon.smithi079 (mon.0) 378 : audit [INF] from='client.? 172.21.15.79:0/2698578113' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "c5e69d36-3705-42df-9a88-1797f0c1e440"} : dispatch 2024-09-06T15:06:50.537 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:50 smithi079 bash[19963]: audit 2024-09-06T15:06:50.033470+0000 mon.smithi079 (mon.0) 379 : audit [INF] from='client.? 172.21.15.79:0/2698578113' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c5e69d36-3705-42df-9a88-1797f0c1e440"}]': finished 2024-09-06T15:06:50.537 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:50 smithi079 bash[19963]: audit 2024-09-06T15:06:50.033470+0000 mon.smithi079 (mon.0) 379 : audit [INF] from='client.? 172.21.15.79:0/2698578113' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c5e69d36-3705-42df-9a88-1797f0c1e440"}]': finished 2024-09-06T15:06:50.537 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:50 smithi079 bash[19963]: cluster 2024-09-06T15:06:50.038445+0000 mon.smithi079 (mon.0) 380 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-09-06T15:06:50.537 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:50 smithi079 bash[19963]: cluster 2024-09-06T15:06:50.038445+0000 mon.smithi079 (mon.0) 380 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-09-06T15:06:50.537 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:50 smithi079 bash[19963]: audit 2024-09-06T15:06:50.038677+0000 mon.smithi079 (mon.0) 381 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-06T15:06:50.537 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:50 smithi079 bash[19963]: audit 2024-09-06T15:06:50.038677+0000 mon.smithi079 (mon.0) 381 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-06T15:06:50.537 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:50 smithi079 bash[19963]: audit 2024-09-06T15:06:50.038890+0000 mon.smithi079 (mon.0) 382 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-06T15:06:50.537 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:50 smithi079 bash[19963]: audit 2024-09-06T15:06:50.038890+0000 mon.smithi079 (mon.0) 382 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-06T15:06:50.660 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:50 smithi090 bash[25332]: audit 2024-09-06T15:06:49.951841+0000 mon.smithi079 (mon.0) 374 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "f43166f0-2d38-4e4d-8409-9ebd0d58ccf3"} : dispatch 2024-09-06T15:06:50.660 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:50 smithi090 bash[25332]: audit 2024-09-06T15:06:49.951841+0000 mon.smithi079 (mon.0) 374 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "f43166f0-2d38-4e4d-8409-9ebd0d58ccf3"} : dispatch 2024-09-06T15:06:50.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:50 smithi090 bash[25332]: audit 2024-09-06T15:06:49.953379+0000 mon.smithi090 (mon.1) 2 : audit [INF] from='client.? 172.21.15.90:0/230825145' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "f43166f0-2d38-4e4d-8409-9ebd0d58ccf3"} : dispatch 2024-09-06T15:06:50.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:50 smithi090 bash[25332]: audit 2024-09-06T15:06:49.953379+0000 mon.smithi090 (mon.1) 2 : audit [INF] from='client.? 172.21.15.90:0/230825145' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "f43166f0-2d38-4e4d-8409-9ebd0d58ccf3"} : dispatch 2024-09-06T15:06:50.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:50 smithi090 bash[25332]: audit 2024-09-06T15:06:49.954757+0000 mon.smithi079 (mon.0) 375 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f43166f0-2d38-4e4d-8409-9ebd0d58ccf3"}]': finished 2024-09-06T15:06:50.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:50 smithi090 bash[25332]: audit 2024-09-06T15:06:49.954757+0000 mon.smithi079 (mon.0) 375 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f43166f0-2d38-4e4d-8409-9ebd0d58ccf3"}]': finished 2024-09-06T15:06:50.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:50 smithi090 bash[25332]: cluster 2024-09-06T15:06:49.961253+0000 mon.smithi079 (mon.0) 376 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-09-06T15:06:50.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:50 smithi090 bash[25332]: cluster 2024-09-06T15:06:49.961253+0000 mon.smithi079 (mon.0) 376 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-09-06T15:06:50.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:50 smithi090 bash[25332]: audit 2024-09-06T15:06:49.961714+0000 mon.smithi079 (mon.0) 377 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-06T15:06:50.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:50 smithi090 bash[25332]: audit 2024-09-06T15:06:49.961714+0000 mon.smithi079 (mon.0) 377 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-06T15:06:50.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:50 smithi090 bash[25332]: audit 2024-09-06T15:06:50.029863+0000 mon.smithi079 (mon.0) 378 : audit [INF] from='client.? 172.21.15.79:0/2698578113' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "c5e69d36-3705-42df-9a88-1797f0c1e440"} : dispatch 2024-09-06T15:06:50.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:50 smithi090 bash[25332]: audit 2024-09-06T15:06:50.029863+0000 mon.smithi079 (mon.0) 378 : audit [INF] from='client.? 172.21.15.79:0/2698578113' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "c5e69d36-3705-42df-9a88-1797f0c1e440"} : dispatch 2024-09-06T15:06:50.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:50 smithi090 bash[25332]: audit 2024-09-06T15:06:50.033470+0000 mon.smithi079 (mon.0) 379 : audit [INF] from='client.? 172.21.15.79:0/2698578113' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c5e69d36-3705-42df-9a88-1797f0c1e440"}]': finished 2024-09-06T15:06:50.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:50 smithi090 bash[25332]: audit 2024-09-06T15:06:50.033470+0000 mon.smithi079 (mon.0) 379 : audit [INF] from='client.? 172.21.15.79:0/2698578113' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c5e69d36-3705-42df-9a88-1797f0c1e440"}]': finished 2024-09-06T15:06:50.662 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:50 smithi090 bash[25332]: cluster 2024-09-06T15:06:50.038445+0000 mon.smithi079 (mon.0) 380 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-09-06T15:06:50.662 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:50 smithi090 bash[25332]: cluster 2024-09-06T15:06:50.038445+0000 mon.smithi079 (mon.0) 380 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-09-06T15:06:50.662 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:50 smithi090 bash[25332]: audit 2024-09-06T15:06:50.038677+0000 mon.smithi079 (mon.0) 381 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-06T15:06:50.662 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:50 smithi090 bash[25332]: audit 2024-09-06T15:06:50.038677+0000 mon.smithi079 (mon.0) 381 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-06T15:06:50.662 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:50 smithi090 bash[25332]: audit 2024-09-06T15:06:50.038890+0000 mon.smithi079 (mon.0) 382 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-06T15:06:50.662 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:50 smithi090 bash[25332]: audit 2024-09-06T15:06:50.038890+0000 mon.smithi079 (mon.0) 382 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-06T15:06:51.535 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:51 smithi079 bash[19963]: cluster 2024-09-06T15:06:50.307911+0000 mgr.smithi079.ijsnjl (mgr.14195) 99 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:51.535 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:51 smithi079 bash[19963]: cluster 2024-09-06T15:06:50.307911+0000 mgr.smithi079.ijsnjl (mgr.14195) 99 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:51.660 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:51 smithi090 bash[25332]: cluster 2024-09-06T15:06:50.307911+0000 mgr.smithi079.ijsnjl (mgr.14195) 99 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:51.660 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:51 smithi090 bash[25332]: cluster 2024-09-06T15:06:50.307911+0000 mgr.smithi079.ijsnjl (mgr.14195) 99 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:52.480 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/mon.smithi079/config 2024-09-06T15:06:52.660 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:52 smithi090 bash[25332]: audit 2024-09-06T15:06:51.485550+0000 mon.smithi090 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.90:0/2632431980' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-06T15:06:52.660 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:52 smithi090 bash[25332]: audit 2024-09-06T15:06:51.485550+0000 mon.smithi090 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.90:0/2632431980' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-06T15:06:52.660 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:52 smithi090 bash[25332]: audit 2024-09-06T15:06:51.486987+0000 mon.smithi079 (mon.0) 383 : audit [DBG] from='client.? 172.21.15.79:0/3352988487' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-06T15:06:52.660 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:52 smithi090 bash[25332]: audit 2024-09-06T15:06:51.486987+0000 mon.smithi079 (mon.0) 383 : audit [DBG] from='client.? 172.21.15.79:0/3352988487' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-06T15:06:52.785 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:52 smithi079 bash[19963]: audit 2024-09-06T15:06:51.485550+0000 mon.smithi090 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.90:0/2632431980' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-06T15:06:52.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:52 smithi079 bash[19963]: audit 2024-09-06T15:06:51.485550+0000 mon.smithi090 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.90:0/2632431980' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-06T15:06:52.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:52 smithi079 bash[19963]: audit 2024-09-06T15:06:51.486987+0000 mon.smithi079 (mon.0) 383 : audit [DBG] from='client.? 172.21.15.79:0/3352988487' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-06T15:06:52.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:52 smithi079 bash[19963]: audit 2024-09-06T15:06:51.486987+0000 mon.smithi079 (mon.0) 383 : audit [DBG] from='client.? 172.21.15.79:0/3352988487' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-06T15:06:53.660 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:53 smithi090 bash[25332]: cluster 2024-09-06T15:06:52.308365+0000 mgr.smithi079.ijsnjl (mgr.14195) 100 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:53.660 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:53 smithi090 bash[25332]: cluster 2024-09-06T15:06:52.308365+0000 mgr.smithi079.ijsnjl (mgr.14195) 100 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:53.785 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:53 smithi079 bash[19963]: cluster 2024-09-06T15:06:52.308365+0000 mgr.smithi079.ijsnjl (mgr.14195) 100 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:53.785 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:53 smithi079 bash[19963]: cluster 2024-09-06T15:06:52.308365+0000 mgr.smithi079.ijsnjl (mgr.14195) 100 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:53.900 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-06T15:06:54.499 INFO:teuthology.orchestra.run.smithi079.stdout:{"epoch":7,"num_osds":2,"num_up_osds":0,"osd_up_since":0,"num_in_osds":2,"osd_in_since":1725635210,"num_remapped_pgs":0} 2024-09-06T15:06:54.660 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:54 smithi090 bash[25332]: audit 2024-09-06T15:06:53.901753+0000 mon.smithi079 (mon.0) 384 : audit [DBG] from='client.? 172.21.15.79:0/943978368' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-06T15:06:54.660 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:54 smithi090 bash[25332]: audit 2024-09-06T15:06:53.901753+0000 mon.smithi079 (mon.0) 384 : audit [DBG] from='client.? 172.21.15.79:0/943978368' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-06T15:06:54.785 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:54 smithi079 bash[19963]: audit 2024-09-06T15:06:53.901753+0000 mon.smithi079 (mon.0) 384 : audit [DBG] from='client.? 172.21.15.79:0/943978368' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-06T15:06:54.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:54 smithi079 bash[19963]: audit 2024-09-06T15:06:53.901753+0000 mon.smithi079 (mon.0) 384 : audit [DBG] from='client.? 172.21.15.79:0/943978368' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-06T15:06:55.500 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8b38c33cecf4b0b7a9b3116eb9089e21e444ac73 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d8ce0702-6c60-11ef-bce4-c7b262605968 -- ceph osd stat -f json 2024-09-06T15:06:55.660 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:55 smithi090 bash[25332]: cluster 2024-09-06T15:06:54.308817+0000 mgr.smithi079.ijsnjl (mgr.14195) 101 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:55.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:55 smithi090 bash[25332]: cluster 2024-09-06T15:06:54.308817+0000 mgr.smithi079.ijsnjl (mgr.14195) 101 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:55.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:55 smithi090 bash[25332]: audit 2024-09-06T15:06:55.001039+0000 mon.smithi079 (mon.0) 385 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "8c0a4e2d-6702-45f6-8a07-cb56dbb67ffc"} : dispatch 2024-09-06T15:06:55.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:55 smithi090 bash[25332]: audit 2024-09-06T15:06:55.001039+0000 mon.smithi079 (mon.0) 385 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "8c0a4e2d-6702-45f6-8a07-cb56dbb67ffc"} : dispatch 2024-09-06T15:06:55.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:55 smithi090 bash[25332]: audit 2024-09-06T15:06:55.002620+0000 mon.smithi090 (mon.1) 4 : audit [INF] from='client.? 172.21.15.90:0/4185505173' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "8c0a4e2d-6702-45f6-8a07-cb56dbb67ffc"} : dispatch 2024-09-06T15:06:55.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:55 smithi090 bash[25332]: audit 2024-09-06T15:06:55.002620+0000 mon.smithi090 (mon.1) 4 : audit [INF] from='client.? 172.21.15.90:0/4185505173' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "8c0a4e2d-6702-45f6-8a07-cb56dbb67ffc"} : dispatch 2024-09-06T15:06:55.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:55 smithi090 bash[25332]: audit 2024-09-06T15:06:55.003403+0000 mon.smithi079 (mon.0) 386 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8c0a4e2d-6702-45f6-8a07-cb56dbb67ffc"}]': finished 2024-09-06T15:06:55.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:55 smithi090 bash[25332]: audit 2024-09-06T15:06:55.003403+0000 mon.smithi079 (mon.0) 386 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8c0a4e2d-6702-45f6-8a07-cb56dbb67ffc"}]': finished 2024-09-06T15:06:55.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:55 smithi090 bash[25332]: cluster 2024-09-06T15:06:55.009946+0000 mon.smithi079 (mon.0) 387 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-09-06T15:06:55.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:55 smithi090 bash[25332]: cluster 2024-09-06T15:06:55.009946+0000 mon.smithi079 (mon.0) 387 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-09-06T15:06:55.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:55 smithi090 bash[25332]: audit 2024-09-06T15:06:55.010304+0000 mon.smithi079 (mon.0) 388 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-06T15:06:55.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:55 smithi090 bash[25332]: audit 2024-09-06T15:06:55.010304+0000 mon.smithi079 (mon.0) 388 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-06T15:06:55.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:55 smithi090 bash[25332]: audit 2024-09-06T15:06:55.010695+0000 mon.smithi079 (mon.0) 389 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-06T15:06:55.662 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:55 smithi090 bash[25332]: audit 2024-09-06T15:06:55.010695+0000 mon.smithi079 (mon.0) 389 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-06T15:06:55.662 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:55 smithi090 bash[25332]: audit 2024-09-06T15:06:55.011018+0000 mon.smithi079 (mon.0) 390 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-06T15:06:55.662 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:55 smithi090 bash[25332]: audit 2024-09-06T15:06:55.011018+0000 mon.smithi079 (mon.0) 390 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-06T15:06:55.662 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:55 smithi090 bash[25332]: audit 2024-09-06T15:06:55.223717+0000 mon.smithi079 (mon.0) 391 : audit [INF] from='client.? 172.21.15.79:0/626353479' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "a57a3d7c-08a1-40ce-9c75-7d8f1d321666"} : dispatch 2024-09-06T15:06:55.662 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:55 smithi090 bash[25332]: audit 2024-09-06T15:06:55.223717+0000 mon.smithi079 (mon.0) 391 : audit [INF] from='client.? 172.21.15.79:0/626353479' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "a57a3d7c-08a1-40ce-9c75-7d8f1d321666"} : dispatch 2024-09-06T15:06:55.662 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:55 smithi090 bash[25332]: audit 2024-09-06T15:06:55.228591+0000 mon.smithi079 (mon.0) 392 : audit [INF] from='client.? 172.21.15.79:0/626353479' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a57a3d7c-08a1-40ce-9c75-7d8f1d321666"}]': finished 2024-09-06T15:06:55.662 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:55 smithi090 bash[25332]: audit 2024-09-06T15:06:55.228591+0000 mon.smithi079 (mon.0) 392 : audit [INF] from='client.? 172.21.15.79:0/626353479' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a57a3d7c-08a1-40ce-9c75-7d8f1d321666"}]': finished 2024-09-06T15:06:55.662 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:55 smithi090 bash[25332]: cluster 2024-09-06T15:06:55.235466+0000 mon.smithi079 (mon.0) 393 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-09-06T15:06:55.662 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:55 smithi090 bash[25332]: cluster 2024-09-06T15:06:55.235466+0000 mon.smithi079 (mon.0) 393 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-09-06T15:06:55.662 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:55 smithi090 bash[25332]: audit 2024-09-06T15:06:55.235772+0000 mon.smithi079 (mon.0) 394 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-06T15:06:55.662 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:55 smithi090 bash[25332]: audit 2024-09-06T15:06:55.235772+0000 mon.smithi079 (mon.0) 394 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-06T15:06:55.662 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:55 smithi090 bash[25332]: audit 2024-09-06T15:06:55.236017+0000 mon.smithi079 (mon.0) 395 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-06T15:06:55.663 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:55 smithi090 bash[25332]: audit 2024-09-06T15:06:55.236017+0000 mon.smithi079 (mon.0) 395 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-06T15:06:55.663 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:55 smithi090 bash[25332]: audit 2024-09-06T15:06:55.236218+0000 mon.smithi079 (mon.0) 396 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-06T15:06:55.663 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:55 smithi090 bash[25332]: audit 2024-09-06T15:06:55.236218+0000 mon.smithi079 (mon.0) 396 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-06T15:06:55.663 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:55 smithi090 bash[25332]: audit 2024-09-06T15:06:55.236404+0000 mon.smithi079 (mon.0) 397 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-06T15:06:55.663 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:55 smithi090 bash[25332]: audit 2024-09-06T15:06:55.236404+0000 mon.smithi079 (mon.0) 397 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-06T15:06:55.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:55 smithi079 bash[19963]: cluster 2024-09-06T15:06:54.308817+0000 mgr.smithi079.ijsnjl (mgr.14195) 101 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:55.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:55 smithi079 bash[19963]: cluster 2024-09-06T15:06:54.308817+0000 mgr.smithi079.ijsnjl (mgr.14195) 101 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:55.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:55 smithi079 bash[19963]: audit 2024-09-06T15:06:55.001039+0000 mon.smithi079 (mon.0) 385 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "8c0a4e2d-6702-45f6-8a07-cb56dbb67ffc"} : dispatch 2024-09-06T15:06:55.787 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:55 smithi079 bash[19963]: audit 2024-09-06T15:06:55.001039+0000 mon.smithi079 (mon.0) 385 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "8c0a4e2d-6702-45f6-8a07-cb56dbb67ffc"} : dispatch 2024-09-06T15:06:55.787 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:55 smithi079 bash[19963]: audit 2024-09-06T15:06:55.002620+0000 mon.smithi090 (mon.1) 4 : audit [INF] from='client.? 172.21.15.90:0/4185505173' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "8c0a4e2d-6702-45f6-8a07-cb56dbb67ffc"} : dispatch 2024-09-06T15:06:55.787 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:55 smithi079 bash[19963]: audit 2024-09-06T15:06:55.002620+0000 mon.smithi090 (mon.1) 4 : audit [INF] from='client.? 172.21.15.90:0/4185505173' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "8c0a4e2d-6702-45f6-8a07-cb56dbb67ffc"} : dispatch 2024-09-06T15:06:55.787 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:55 smithi079 bash[19963]: audit 2024-09-06T15:06:55.003403+0000 mon.smithi079 (mon.0) 386 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8c0a4e2d-6702-45f6-8a07-cb56dbb67ffc"}]': finished 2024-09-06T15:06:55.787 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:55 smithi079 bash[19963]: audit 2024-09-06T15:06:55.003403+0000 mon.smithi079 (mon.0) 386 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8c0a4e2d-6702-45f6-8a07-cb56dbb67ffc"}]': finished 2024-09-06T15:06:55.787 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:55 smithi079 bash[19963]: cluster 2024-09-06T15:06:55.009946+0000 mon.smithi079 (mon.0) 387 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-09-06T15:06:55.787 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:55 smithi079 bash[19963]: cluster 2024-09-06T15:06:55.009946+0000 mon.smithi079 (mon.0) 387 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-09-06T15:06:55.787 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:55 smithi079 bash[19963]: audit 2024-09-06T15:06:55.010304+0000 mon.smithi079 (mon.0) 388 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-06T15:06:55.787 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:55 smithi079 bash[19963]: audit 2024-09-06T15:06:55.010304+0000 mon.smithi079 (mon.0) 388 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-06T15:06:55.787 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:55 smithi079 bash[19963]: audit 2024-09-06T15:06:55.010695+0000 mon.smithi079 (mon.0) 389 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-06T15:06:55.787 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:55 smithi079 bash[19963]: audit 2024-09-06T15:06:55.010695+0000 mon.smithi079 (mon.0) 389 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-06T15:06:55.787 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:55 smithi079 bash[19963]: audit 2024-09-06T15:06:55.011018+0000 mon.smithi079 (mon.0) 390 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-06T15:06:55.787 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:55 smithi079 bash[19963]: audit 2024-09-06T15:06:55.011018+0000 mon.smithi079 (mon.0) 390 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-06T15:06:55.787 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:55 smithi079 bash[19963]: audit 2024-09-06T15:06:55.223717+0000 mon.smithi079 (mon.0) 391 : audit [INF] from='client.? 172.21.15.79:0/626353479' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "a57a3d7c-08a1-40ce-9c75-7d8f1d321666"} : dispatch 2024-09-06T15:06:55.788 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:55 smithi079 bash[19963]: audit 2024-09-06T15:06:55.223717+0000 mon.smithi079 (mon.0) 391 : audit [INF] from='client.? 172.21.15.79:0/626353479' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "a57a3d7c-08a1-40ce-9c75-7d8f1d321666"} : dispatch 2024-09-06T15:06:55.788 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:55 smithi079 bash[19963]: audit 2024-09-06T15:06:55.228591+0000 mon.smithi079 (mon.0) 392 : audit [INF] from='client.? 172.21.15.79:0/626353479' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a57a3d7c-08a1-40ce-9c75-7d8f1d321666"}]': finished 2024-09-06T15:06:55.788 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:55 smithi079 bash[19963]: audit 2024-09-06T15:06:55.228591+0000 mon.smithi079 (mon.0) 392 : audit [INF] from='client.? 172.21.15.79:0/626353479' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a57a3d7c-08a1-40ce-9c75-7d8f1d321666"}]': finished 2024-09-06T15:06:55.788 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:55 smithi079 bash[19963]: cluster 2024-09-06T15:06:55.235466+0000 mon.smithi079 (mon.0) 393 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-09-06T15:06:55.788 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:55 smithi079 bash[19963]: cluster 2024-09-06T15:06:55.235466+0000 mon.smithi079 (mon.0) 393 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-09-06T15:06:55.788 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:55 smithi079 bash[19963]: audit 2024-09-06T15:06:55.235772+0000 mon.smithi079 (mon.0) 394 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-06T15:06:55.788 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:55 smithi079 bash[19963]: audit 2024-09-06T15:06:55.235772+0000 mon.smithi079 (mon.0) 394 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-06T15:06:55.788 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:55 smithi079 bash[19963]: audit 2024-09-06T15:06:55.236017+0000 mon.smithi079 (mon.0) 395 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-06T15:06:55.788 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:55 smithi079 bash[19963]: audit 2024-09-06T15:06:55.236017+0000 mon.smithi079 (mon.0) 395 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-06T15:06:55.788 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:55 smithi079 bash[19963]: audit 2024-09-06T15:06:55.236218+0000 mon.smithi079 (mon.0) 396 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-06T15:06:55.788 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:55 smithi079 bash[19963]: audit 2024-09-06T15:06:55.236218+0000 mon.smithi079 (mon.0) 396 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-06T15:06:55.788 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:55 smithi079 bash[19963]: audit 2024-09-06T15:06:55.236404+0000 mon.smithi079 (mon.0) 397 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-06T15:06:55.789 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:55 smithi079 bash[19963]: audit 2024-09-06T15:06:55.236404+0000 mon.smithi079 (mon.0) 397 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-06T15:06:57.785 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:57 smithi079 bash[19963]: cluster 2024-09-06T15:06:56.309160+0000 mgr.smithi079.ijsnjl (mgr.14195) 102 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:57.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:57 smithi079 bash[19963]: cluster 2024-09-06T15:06:56.309160+0000 mgr.smithi079.ijsnjl (mgr.14195) 102 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:57.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:57 smithi079 bash[19963]: audit 2024-09-06T15:06:56.471371+0000 mon.smithi090 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.90:0/1733704362' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-06T15:06:57.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:57 smithi079 bash[19963]: audit 2024-09-06T15:06:56.471371+0000 mon.smithi090 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.90:0/1733704362' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-06T15:06:57.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:57 smithi079 bash[19963]: audit 2024-09-06T15:06:56.706865+0000 mon.smithi079 (mon.0) 398 : audit [DBG] from='client.? 172.21.15.79:0/292752128' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-06T15:06:57.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:57 smithi079 bash[19963]: audit 2024-09-06T15:06:56.706865+0000 mon.smithi079 (mon.0) 398 : audit [DBG] from='client.? 172.21.15.79:0/292752128' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-06T15:06:57.910 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:57 smithi090 bash[25332]: cluster 2024-09-06T15:06:56.309160+0000 mgr.smithi079.ijsnjl (mgr.14195) 102 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:57.910 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:57 smithi090 bash[25332]: cluster 2024-09-06T15:06:56.309160+0000 mgr.smithi079.ijsnjl (mgr.14195) 102 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:57.910 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:57 smithi090 bash[25332]: audit 2024-09-06T15:06:56.471371+0000 mon.smithi090 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.90:0/1733704362' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-06T15:06:57.910 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:57 smithi090 bash[25332]: audit 2024-09-06T15:06:56.471371+0000 mon.smithi090 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.90:0/1733704362' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-06T15:06:57.911 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:57 smithi090 bash[25332]: audit 2024-09-06T15:06:56.706865+0000 mon.smithi079 (mon.0) 398 : audit [DBG] from='client.? 172.21.15.79:0/292752128' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-06T15:06:57.911 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:57 smithi090 bash[25332]: audit 2024-09-06T15:06:56.706865+0000 mon.smithi079 (mon.0) 398 : audit [DBG] from='client.? 172.21.15.79:0/292752128' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-06T15:06:59.785 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:59 smithi079 bash[19963]: cluster 2024-09-06T15:06:58.309532+0000 mgr.smithi079.ijsnjl (mgr.14195) 103 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:59.785 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:06:59 smithi079 bash[19963]: cluster 2024-09-06T15:06:58.309532+0000 mgr.smithi079.ijsnjl (mgr.14195) 103 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:59.910 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:59 smithi090 bash[25332]: cluster 2024-09-06T15:06:58.309532+0000 mgr.smithi079.ijsnjl (mgr.14195) 103 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:06:59.910 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:06:59 smithi090 bash[25332]: cluster 2024-09-06T15:06:58.309532+0000 mgr.smithi079.ijsnjl (mgr.14195) 103 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:07:00.274 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/mon.smithi079/config 2024-09-06T15:07:00.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:00 smithi090 bash[25332]: audit 2024-09-06T15:07:00.125839+0000 mon.smithi079 (mon.0) 399 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "c59559c0-3ce9-487a-9587-1b9400aff96d"} : dispatch 2024-09-06T15:07:00.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:00 smithi090 bash[25332]: audit 2024-09-06T15:07:00.125839+0000 mon.smithi079 (mon.0) 399 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "c59559c0-3ce9-487a-9587-1b9400aff96d"} : dispatch 2024-09-06T15:07:00.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:00 smithi090 bash[25332]: audit 2024-09-06T15:07:00.127379+0000 mon.smithi090 (mon.1) 6 : audit [INF] from='client.? 172.21.15.90:0/20927304' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "c59559c0-3ce9-487a-9587-1b9400aff96d"} : dispatch 2024-09-06T15:07:00.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:00 smithi090 bash[25332]: audit 2024-09-06T15:07:00.127379+0000 mon.smithi090 (mon.1) 6 : audit [INF] from='client.? 172.21.15.90:0/20927304' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "c59559c0-3ce9-487a-9587-1b9400aff96d"} : dispatch 2024-09-06T15:07:00.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:00 smithi090 bash[25332]: audit 2024-09-06T15:07:00.129122+0000 mon.smithi079 (mon.0) 400 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c59559c0-3ce9-487a-9587-1b9400aff96d"}]': finished 2024-09-06T15:07:00.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:00 smithi090 bash[25332]: audit 2024-09-06T15:07:00.129122+0000 mon.smithi079 (mon.0) 400 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c59559c0-3ce9-487a-9587-1b9400aff96d"}]': finished 2024-09-06T15:07:00.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:00 smithi090 bash[25332]: cluster 2024-09-06T15:07:00.134021+0000 mon.smithi079 (mon.0) 401 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-09-06T15:07:00.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:00 smithi090 bash[25332]: cluster 2024-09-06T15:07:00.134021+0000 mon.smithi079 (mon.0) 401 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-09-06T15:07:00.662 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:00 smithi090 bash[25332]: audit 2024-09-06T15:07:00.134607+0000 mon.smithi079 (mon.0) 402 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-06T15:07:00.662 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:00 smithi090 bash[25332]: audit 2024-09-06T15:07:00.134607+0000 mon.smithi079 (mon.0) 402 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-06T15:07:00.662 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:00 smithi090 bash[25332]: audit 2024-09-06T15:07:00.135117+0000 mon.smithi079 (mon.0) 403 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-06T15:07:00.662 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:00 smithi090 bash[25332]: audit 2024-09-06T15:07:00.135117+0000 mon.smithi079 (mon.0) 403 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-06T15:07:00.662 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:00 smithi090 bash[25332]: audit 2024-09-06T15:07:00.135613+0000 mon.smithi079 (mon.0) 404 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-06T15:07:00.662 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:00 smithi090 bash[25332]: audit 2024-09-06T15:07:00.135613+0000 mon.smithi079 (mon.0) 404 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-06T15:07:00.662 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:00 smithi090 bash[25332]: audit 2024-09-06T15:07:00.136109+0000 mon.smithi079 (mon.0) 405 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-06T15:07:00.662 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:00 smithi090 bash[25332]: audit 2024-09-06T15:07:00.136109+0000 mon.smithi079 (mon.0) 405 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-06T15:07:00.662 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:00 smithi090 bash[25332]: audit 2024-09-06T15:07:00.136593+0000 mon.smithi079 (mon.0) 406 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-06T15:07:00.662 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:00 smithi090 bash[25332]: audit 2024-09-06T15:07:00.136593+0000 mon.smithi079 (mon.0) 406 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-06T15:07:00.662 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:00 smithi090 bash[25332]: audit 2024-09-06T15:07:00.201704+0000 mon.smithi079 (mon.0) 407 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "220258b7-9b62-460e-a1c5-6cfd5845ae04"} : dispatch 2024-09-06T15:07:00.663 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:00 smithi090 bash[25332]: audit 2024-09-06T15:07:00.201704+0000 mon.smithi079 (mon.0) 407 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "220258b7-9b62-460e-a1c5-6cfd5845ae04"} : dispatch 2024-09-06T15:07:00.663 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:00 smithi090 bash[25332]: audit 2024-09-06T15:07:00.203415+0000 mon.smithi090 (mon.1) 7 : audit [INF] from='client.? 172.21.15.79:0/2338898040' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "220258b7-9b62-460e-a1c5-6cfd5845ae04"} : dispatch 2024-09-06T15:07:00.663 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:00 smithi090 bash[25332]: audit 2024-09-06T15:07:00.203415+0000 mon.smithi090 (mon.1) 7 : audit [INF] from='client.? 172.21.15.79:0/2338898040' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "220258b7-9b62-460e-a1c5-6cfd5845ae04"} : dispatch 2024-09-06T15:07:00.663 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:00 smithi090 bash[25332]: audit 2024-09-06T15:07:00.204167+0000 mon.smithi079 (mon.0) 408 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "220258b7-9b62-460e-a1c5-6cfd5845ae04"}]': finished 2024-09-06T15:07:00.663 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:00 smithi090 bash[25332]: audit 2024-09-06T15:07:00.204167+0000 mon.smithi079 (mon.0) 408 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "220258b7-9b62-460e-a1c5-6cfd5845ae04"}]': finished 2024-09-06T15:07:00.663 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:00 smithi090 bash[25332]: cluster 2024-09-06T15:07:00.209046+0000 mon.smithi079 (mon.0) 409 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-09-06T15:07:00.663 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:00 smithi090 bash[25332]: cluster 2024-09-06T15:07:00.209046+0000 mon.smithi079 (mon.0) 409 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-09-06T15:07:00.663 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:00 smithi090 bash[25332]: audit 2024-09-06T15:07:00.209415+0000 mon.smithi079 (mon.0) 410 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-06T15:07:00.663 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:00 smithi090 bash[25332]: audit 2024-09-06T15:07:00.209415+0000 mon.smithi079 (mon.0) 410 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-06T15:07:00.663 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:00 smithi090 bash[25332]: audit 2024-09-06T15:07:00.209766+0000 mon.smithi079 (mon.0) 411 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-06T15:07:00.663 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:00 smithi090 bash[25332]: audit 2024-09-06T15:07:00.209766+0000 mon.smithi079 (mon.0) 411 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-06T15:07:00.664 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:00 smithi090 bash[25332]: audit 2024-09-06T15:07:00.210060+0000 mon.smithi079 (mon.0) 412 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-06T15:07:00.664 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:00 smithi090 bash[25332]: audit 2024-09-06T15:07:00.210060+0000 mon.smithi079 (mon.0) 412 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-06T15:07:00.664 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:00 smithi090 bash[25332]: audit 2024-09-06T15:07:00.210274+0000 mon.smithi079 (mon.0) 413 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-06T15:07:00.664 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:00 smithi090 bash[25332]: audit 2024-09-06T15:07:00.210274+0000 mon.smithi079 (mon.0) 413 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-06T15:07:00.664 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:00 smithi090 bash[25332]: audit 2024-09-06T15:07:00.210457+0000 mon.smithi079 (mon.0) 414 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-06T15:07:00.664 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:00 smithi090 bash[25332]: audit 2024-09-06T15:07:00.210457+0000 mon.smithi079 (mon.0) 414 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-06T15:07:00.664 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:00 smithi090 bash[25332]: audit 2024-09-06T15:07:00.210717+0000 mon.smithi079 (mon.0) 415 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-06T15:07:00.664 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:00 smithi090 bash[25332]: audit 2024-09-06T15:07:00.210717+0000 mon.smithi079 (mon.0) 415 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-06T15:07:00.684 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:00 smithi079 bash[19963]: audit 2024-09-06T15:07:00.125839+0000 mon.smithi079 (mon.0) 399 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "c59559c0-3ce9-487a-9587-1b9400aff96d"} : dispatch 2024-09-06T15:07:00.684 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:00 smithi079 bash[19963]: audit 2024-09-06T15:07:00.125839+0000 mon.smithi079 (mon.0) 399 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "c59559c0-3ce9-487a-9587-1b9400aff96d"} : dispatch 2024-09-06T15:07:00.684 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:00 smithi079 bash[19963]: audit 2024-09-06T15:07:00.127379+0000 mon.smithi090 (mon.1) 6 : audit [INF] from='client.? 172.21.15.90:0/20927304' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "c59559c0-3ce9-487a-9587-1b9400aff96d"} : dispatch 2024-09-06T15:07:00.684 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:00 smithi079 bash[19963]: audit 2024-09-06T15:07:00.127379+0000 mon.smithi090 (mon.1) 6 : audit [INF] from='client.? 172.21.15.90:0/20927304' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "c59559c0-3ce9-487a-9587-1b9400aff96d"} : dispatch 2024-09-06T15:07:00.684 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:00 smithi079 bash[19963]: audit 2024-09-06T15:07:00.129122+0000 mon.smithi079 (mon.0) 400 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c59559c0-3ce9-487a-9587-1b9400aff96d"}]': finished 2024-09-06T15:07:00.684 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:00 smithi079 bash[19963]: audit 2024-09-06T15:07:00.129122+0000 mon.smithi079 (mon.0) 400 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c59559c0-3ce9-487a-9587-1b9400aff96d"}]': finished 2024-09-06T15:07:00.684 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:00 smithi079 bash[19963]: cluster 2024-09-06T15:07:00.134021+0000 mon.smithi079 (mon.0) 401 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-09-06T15:07:00.684 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:00 smithi079 bash[19963]: cluster 2024-09-06T15:07:00.134021+0000 mon.smithi079 (mon.0) 401 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-09-06T15:07:00.684 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:00 smithi079 bash[19963]: audit 2024-09-06T15:07:00.134607+0000 mon.smithi079 (mon.0) 402 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-06T15:07:00.685 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:00 smithi079 bash[19963]: audit 2024-09-06T15:07:00.134607+0000 mon.smithi079 (mon.0) 402 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-06T15:07:00.685 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:00 smithi079 bash[19963]: audit 2024-09-06T15:07:00.135117+0000 mon.smithi079 (mon.0) 403 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-06T15:07:00.685 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:00 smithi079 bash[19963]: audit 2024-09-06T15:07:00.135117+0000 mon.smithi079 (mon.0) 403 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-06T15:07:00.685 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:00 smithi079 bash[19963]: audit 2024-09-06T15:07:00.135613+0000 mon.smithi079 (mon.0) 404 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-06T15:07:00.685 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:00 smithi079 bash[19963]: audit 2024-09-06T15:07:00.135613+0000 mon.smithi079 (mon.0) 404 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-06T15:07:00.685 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:00 smithi079 bash[19963]: audit 2024-09-06T15:07:00.136109+0000 mon.smithi079 (mon.0) 405 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-06T15:07:00.685 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:00 smithi079 bash[19963]: audit 2024-09-06T15:07:00.136109+0000 mon.smithi079 (mon.0) 405 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-06T15:07:00.685 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:00 smithi079 bash[19963]: audit 2024-09-06T15:07:00.136593+0000 mon.smithi079 (mon.0) 406 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-06T15:07:00.685 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:00 smithi079 bash[19963]: audit 2024-09-06T15:07:00.136593+0000 mon.smithi079 (mon.0) 406 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-06T15:07:00.685 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:00 smithi079 bash[19963]: audit 2024-09-06T15:07:00.201704+0000 mon.smithi079 (mon.0) 407 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "220258b7-9b62-460e-a1c5-6cfd5845ae04"} : dispatch 2024-09-06T15:07:00.685 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:00 smithi079 bash[19963]: audit 2024-09-06T15:07:00.201704+0000 mon.smithi079 (mon.0) 407 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "220258b7-9b62-460e-a1c5-6cfd5845ae04"} : dispatch 2024-09-06T15:07:00.685 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:00 smithi079 bash[19963]: audit 2024-09-06T15:07:00.203415+0000 mon.smithi090 (mon.1) 7 : audit [INF] from='client.? 172.21.15.79:0/2338898040' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "220258b7-9b62-460e-a1c5-6cfd5845ae04"} : dispatch 2024-09-06T15:07:00.686 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:00 smithi079 bash[19963]: audit 2024-09-06T15:07:00.203415+0000 mon.smithi090 (mon.1) 7 : audit [INF] from='client.? 172.21.15.79:0/2338898040' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "220258b7-9b62-460e-a1c5-6cfd5845ae04"} : dispatch 2024-09-06T15:07:00.686 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:00 smithi079 bash[19963]: audit 2024-09-06T15:07:00.204167+0000 mon.smithi079 (mon.0) 408 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "220258b7-9b62-460e-a1c5-6cfd5845ae04"}]': finished 2024-09-06T15:07:00.686 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:00 smithi079 bash[19963]: audit 2024-09-06T15:07:00.204167+0000 mon.smithi079 (mon.0) 408 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "220258b7-9b62-460e-a1c5-6cfd5845ae04"}]': finished 2024-09-06T15:07:00.686 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:00 smithi079 bash[19963]: cluster 2024-09-06T15:07:00.209046+0000 mon.smithi079 (mon.0) 409 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-09-06T15:07:00.686 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:00 smithi079 bash[19963]: cluster 2024-09-06T15:07:00.209046+0000 mon.smithi079 (mon.0) 409 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-09-06T15:07:00.686 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:00 smithi079 bash[19963]: audit 2024-09-06T15:07:00.209415+0000 mon.smithi079 (mon.0) 410 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-06T15:07:00.686 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:00 smithi079 bash[19963]: audit 2024-09-06T15:07:00.209415+0000 mon.smithi079 (mon.0) 410 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-06T15:07:00.686 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:00 smithi079 bash[19963]: audit 2024-09-06T15:07:00.209766+0000 mon.smithi079 (mon.0) 411 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-06T15:07:00.686 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:00 smithi079 bash[19963]: audit 2024-09-06T15:07:00.209766+0000 mon.smithi079 (mon.0) 411 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-06T15:07:00.686 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:00 smithi079 bash[19963]: audit 2024-09-06T15:07:00.210060+0000 mon.smithi079 (mon.0) 412 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-06T15:07:00.686 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:00 smithi079 bash[19963]: audit 2024-09-06T15:07:00.210060+0000 mon.smithi079 (mon.0) 412 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-06T15:07:00.686 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:00 smithi079 bash[19963]: audit 2024-09-06T15:07:00.210274+0000 mon.smithi079 (mon.0) 413 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-06T15:07:00.686 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:00 smithi079 bash[19963]: audit 2024-09-06T15:07:00.210274+0000 mon.smithi079 (mon.0) 413 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-06T15:07:00.687 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:00 smithi079 bash[19963]: audit 2024-09-06T15:07:00.210457+0000 mon.smithi079 (mon.0) 414 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-06T15:07:00.687 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:00 smithi079 bash[19963]: audit 2024-09-06T15:07:00.210457+0000 mon.smithi079 (mon.0) 414 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-06T15:07:00.687 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:00 smithi079 bash[19963]: audit 2024-09-06T15:07:00.210717+0000 mon.smithi079 (mon.0) 415 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-06T15:07:00.687 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:00 smithi079 bash[19963]: audit 2024-09-06T15:07:00.210717+0000 mon.smithi079 (mon.0) 415 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-06T15:07:01.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:01 smithi079 bash[19963]: cluster 2024-09-06T15:07:00.309879+0000 mgr.smithi079.ijsnjl (mgr.14195) 104 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:07:01.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:01 smithi079 bash[19963]: cluster 2024-09-06T15:07:00.309879+0000 mgr.smithi079.ijsnjl (mgr.14195) 104 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:07:01.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:01 smithi079 bash[19963]: audit 2024-09-06T15:07:01.247558+0000 mon.smithi079 (mon.0) 416 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:07:01.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:01 smithi079 bash[19963]: audit 2024-09-06T15:07:01.247558+0000 mon.smithi079 (mon.0) 416 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:07:01.910 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:01 smithi090 bash[25332]: cluster 2024-09-06T15:07:00.309879+0000 mgr.smithi079.ijsnjl (mgr.14195) 104 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:07:01.910 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:01 smithi090 bash[25332]: cluster 2024-09-06T15:07:00.309879+0000 mgr.smithi079.ijsnjl (mgr.14195) 104 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:07:01.910 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:01 smithi090 bash[25332]: audit 2024-09-06T15:07:01.247558+0000 mon.smithi079 (mon.0) 416 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:07:01.910 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:01 smithi090 bash[25332]: audit 2024-09-06T15:07:01.247558+0000 mon.smithi079 (mon.0) 416 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:07:02.155 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-06T15:07:02.785 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:02 smithi079 bash[19963]: audit 2024-09-06T15:07:01.713669+0000 mon.smithi090 (mon.1) 8 : audit [DBG] from='client.? 172.21.15.90:0/838455079' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-06T15:07:02.785 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:02 smithi079 bash[19963]: audit 2024-09-06T15:07:01.713669+0000 mon.smithi090 (mon.1) 8 : audit [DBG] from='client.? 172.21.15.90:0/838455079' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-06T15:07:02.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:02 smithi079 bash[19963]: audit 2024-09-06T15:07:02.156580+0000 mon.smithi079 (mon.0) 417 : audit [DBG] from='client.? 172.21.15.79:0/1409153107' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-06T15:07:02.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:02 smithi079 bash[19963]: audit 2024-09-06T15:07:02.156580+0000 mon.smithi079 (mon.0) 417 : audit [DBG] from='client.? 172.21.15.79:0/1409153107' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-06T15:07:02.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:02 smithi079 bash[19963]: audit 2024-09-06T15:07:02.399379+0000 mon.smithi079 (mon.0) 418 : audit [DBG] from='client.? 172.21.15.79:0/3930002945' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-06T15:07:02.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:02 smithi079 bash[19963]: audit 2024-09-06T15:07:02.399379+0000 mon.smithi079 (mon.0) 418 : audit [DBG] from='client.? 172.21.15.79:0/3930002945' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-06T15:07:02.882 INFO:teuthology.orchestra.run.smithi079.stdout:{"epoch":11,"num_osds":6,"num_up_osds":0,"osd_up_since":0,"num_in_osds":6,"osd_in_since":1725635220,"num_remapped_pgs":0} 2024-09-06T15:07:02.910 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:02 smithi090 bash[25332]: audit 2024-09-06T15:07:01.713669+0000 mon.smithi090 (mon.1) 8 : audit [DBG] from='client.? 172.21.15.90:0/838455079' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-06T15:07:02.910 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:02 smithi090 bash[25332]: audit 2024-09-06T15:07:01.713669+0000 mon.smithi090 (mon.1) 8 : audit [DBG] from='client.? 172.21.15.90:0/838455079' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-06T15:07:02.911 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:02 smithi090 bash[25332]: audit 2024-09-06T15:07:02.156580+0000 mon.smithi079 (mon.0) 417 : audit [DBG] from='client.? 172.21.15.79:0/1409153107' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-06T15:07:02.911 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:02 smithi090 bash[25332]: audit 2024-09-06T15:07:02.156580+0000 mon.smithi079 (mon.0) 417 : audit [DBG] from='client.? 172.21.15.79:0/1409153107' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-06T15:07:02.911 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:02 smithi090 bash[25332]: audit 2024-09-06T15:07:02.399379+0000 mon.smithi079 (mon.0) 418 : audit [DBG] from='client.? 172.21.15.79:0/3930002945' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-06T15:07:02.911 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:02 smithi090 bash[25332]: audit 2024-09-06T15:07:02.399379+0000 mon.smithi079 (mon.0) 418 : audit [DBG] from='client.? 172.21.15.79:0/3930002945' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-06T15:07:03.785 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:03 smithi079 bash[19963]: cluster 2024-09-06T15:07:02.310156+0000 mgr.smithi079.ijsnjl (mgr.14195) 105 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:07:03.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:03 smithi079 bash[19963]: cluster 2024-09-06T15:07:02.310156+0000 mgr.smithi079.ijsnjl (mgr.14195) 105 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:07:03.884 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8b38c33cecf4b0b7a9b3116eb9089e21e444ac73 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d8ce0702-6c60-11ef-bce4-c7b262605968 -- ceph osd stat -f json 2024-09-06T15:07:03.910 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:03 smithi090 bash[25332]: cluster 2024-09-06T15:07:02.310156+0000 mgr.smithi079.ijsnjl (mgr.14195) 105 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:07:03.910 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:03 smithi090 bash[25332]: cluster 2024-09-06T15:07:02.310156+0000 mgr.smithi079.ijsnjl (mgr.14195) 105 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:07:05.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:05 smithi090 bash[25332]: cluster 2024-09-06T15:07:04.310400+0000 mgr.smithi079.ijsnjl (mgr.14195) 106 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:07:05.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:05 smithi090 bash[25332]: cluster 2024-09-06T15:07:04.310400+0000 mgr.smithi079.ijsnjl (mgr.14195) 106 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:07:05.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:05 smithi090 bash[25332]: audit 2024-09-06T15:07:05.194216+0000 mon.smithi079 (mon.0) 419 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "fb29d0d1-209f-4449-9823-ef3d5a1751b8"} : dispatch 2024-09-06T15:07:05.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:05 smithi090 bash[25332]: audit 2024-09-06T15:07:05.194216+0000 mon.smithi079 (mon.0) 419 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "fb29d0d1-209f-4449-9823-ef3d5a1751b8"} : dispatch 2024-09-06T15:07:05.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:05 smithi090 bash[25332]: audit 2024-09-06T15:07:05.195771+0000 mon.smithi090 (mon.1) 9 : audit [INF] from='client.? 172.21.15.90:0/2843271107' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "fb29d0d1-209f-4449-9823-ef3d5a1751b8"} : dispatch 2024-09-06T15:07:05.662 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:05 smithi090 bash[25332]: audit 2024-09-06T15:07:05.195771+0000 mon.smithi090 (mon.1) 9 : audit [INF] from='client.? 172.21.15.90:0/2843271107' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "fb29d0d1-209f-4449-9823-ef3d5a1751b8"} : dispatch 2024-09-06T15:07:05.662 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:05 smithi090 bash[25332]: audit 2024-09-06T15:07:05.196429+0000 mon.smithi079 (mon.0) 420 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "fb29d0d1-209f-4449-9823-ef3d5a1751b8"}]': finished 2024-09-06T15:07:05.662 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:05 smithi090 bash[25332]: audit 2024-09-06T15:07:05.196429+0000 mon.smithi079 (mon.0) 420 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "fb29d0d1-209f-4449-9823-ef3d5a1751b8"}]': finished 2024-09-06T15:07:05.662 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:05 smithi090 bash[25332]: cluster 2024-09-06T15:07:05.199848+0000 mon.smithi079 (mon.0) 421 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-09-06T15:07:05.662 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:05 smithi090 bash[25332]: cluster 2024-09-06T15:07:05.199848+0000 mon.smithi079 (mon.0) 421 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-09-06T15:07:05.662 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:05 smithi090 bash[25332]: audit 2024-09-06T15:07:05.200091+0000 mon.smithi079 (mon.0) 422 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-06T15:07:05.662 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:05 smithi090 bash[25332]: audit 2024-09-06T15:07:05.200091+0000 mon.smithi079 (mon.0) 422 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-06T15:07:05.662 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:05 smithi090 bash[25332]: audit 2024-09-06T15:07:05.200253+0000 mon.smithi079 (mon.0) 423 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-06T15:07:05.663 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:05 smithi090 bash[25332]: audit 2024-09-06T15:07:05.200253+0000 mon.smithi079 (mon.0) 423 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-06T15:07:05.663 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:05 smithi090 bash[25332]: audit 2024-09-06T15:07:05.200451+0000 mon.smithi079 (mon.0) 424 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-06T15:07:05.663 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:05 smithi090 bash[25332]: audit 2024-09-06T15:07:05.200451+0000 mon.smithi079 (mon.0) 424 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-06T15:07:05.663 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:05 smithi090 bash[25332]: audit 2024-09-06T15:07:05.200655+0000 mon.smithi079 (mon.0) 425 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-06T15:07:05.663 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:05 smithi090 bash[25332]: audit 2024-09-06T15:07:05.200655+0000 mon.smithi079 (mon.0) 425 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-06T15:07:05.663 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:05 smithi090 bash[25332]: audit 2024-09-06T15:07:05.200810+0000 mon.smithi079 (mon.0) 426 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-06T15:07:05.663 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:05 smithi090 bash[25332]: audit 2024-09-06T15:07:05.200810+0000 mon.smithi079 (mon.0) 426 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-06T15:07:05.663 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:05 smithi090 bash[25332]: audit 2024-09-06T15:07:05.200987+0000 mon.smithi079 (mon.0) 427 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-06T15:07:05.664 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:05 smithi090 bash[25332]: audit 2024-09-06T15:07:05.200987+0000 mon.smithi079 (mon.0) 427 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-06T15:07:05.664 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:05 smithi090 bash[25332]: audit 2024-09-06T15:07:05.201145+0000 mon.smithi079 (mon.0) 428 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-06T15:07:05.664 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:05 smithi090 bash[25332]: audit 2024-09-06T15:07:05.201145+0000 mon.smithi079 (mon.0) 428 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-06T15:07:05.785 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:05 smithi079 bash[19963]: cluster 2024-09-06T15:07:04.310400+0000 mgr.smithi079.ijsnjl (mgr.14195) 106 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:07:05.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:05 smithi079 bash[19963]: cluster 2024-09-06T15:07:04.310400+0000 mgr.smithi079.ijsnjl (mgr.14195) 106 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:07:05.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:05 smithi079 bash[19963]: audit 2024-09-06T15:07:05.194216+0000 mon.smithi079 (mon.0) 419 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "fb29d0d1-209f-4449-9823-ef3d5a1751b8"} : dispatch 2024-09-06T15:07:05.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:05 smithi079 bash[19963]: audit 2024-09-06T15:07:05.194216+0000 mon.smithi079 (mon.0) 419 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "fb29d0d1-209f-4449-9823-ef3d5a1751b8"} : dispatch 2024-09-06T15:07:05.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:05 smithi079 bash[19963]: audit 2024-09-06T15:07:05.195771+0000 mon.smithi090 (mon.1) 9 : audit [INF] from='client.? 172.21.15.90:0/2843271107' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "fb29d0d1-209f-4449-9823-ef3d5a1751b8"} : dispatch 2024-09-06T15:07:05.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:05 smithi079 bash[19963]: audit 2024-09-06T15:07:05.195771+0000 mon.smithi090 (mon.1) 9 : audit [INF] from='client.? 172.21.15.90:0/2843271107' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "fb29d0d1-209f-4449-9823-ef3d5a1751b8"} : dispatch 2024-09-06T15:07:05.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:05 smithi079 bash[19963]: audit 2024-09-06T15:07:05.196429+0000 mon.smithi079 (mon.0) 420 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "fb29d0d1-209f-4449-9823-ef3d5a1751b8"}]': finished 2024-09-06T15:07:05.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:05 smithi079 bash[19963]: audit 2024-09-06T15:07:05.196429+0000 mon.smithi079 (mon.0) 420 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "fb29d0d1-209f-4449-9823-ef3d5a1751b8"}]': finished 2024-09-06T15:07:05.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:05 smithi079 bash[19963]: cluster 2024-09-06T15:07:05.199848+0000 mon.smithi079 (mon.0) 421 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-09-06T15:07:05.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:05 smithi079 bash[19963]: cluster 2024-09-06T15:07:05.199848+0000 mon.smithi079 (mon.0) 421 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-09-06T15:07:05.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:05 smithi079 bash[19963]: audit 2024-09-06T15:07:05.200091+0000 mon.smithi079 (mon.0) 422 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-06T15:07:05.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:05 smithi079 bash[19963]: audit 2024-09-06T15:07:05.200091+0000 mon.smithi079 (mon.0) 422 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-06T15:07:05.787 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:05 smithi079 bash[19963]: audit 2024-09-06T15:07:05.200253+0000 mon.smithi079 (mon.0) 423 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-06T15:07:05.787 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:05 smithi079 bash[19963]: audit 2024-09-06T15:07:05.200253+0000 mon.smithi079 (mon.0) 423 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-06T15:07:05.787 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:05 smithi079 bash[19963]: audit 2024-09-06T15:07:05.200451+0000 mon.smithi079 (mon.0) 424 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-06T15:07:05.787 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:05 smithi079 bash[19963]: audit 2024-09-06T15:07:05.200451+0000 mon.smithi079 (mon.0) 424 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-06T15:07:05.787 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:05 smithi079 bash[19963]: audit 2024-09-06T15:07:05.200655+0000 mon.smithi079 (mon.0) 425 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-06T15:07:05.788 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:05 smithi079 bash[19963]: audit 2024-09-06T15:07:05.200655+0000 mon.smithi079 (mon.0) 425 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-06T15:07:05.788 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:05 smithi079 bash[19963]: audit 2024-09-06T15:07:05.200810+0000 mon.smithi079 (mon.0) 426 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-06T15:07:05.788 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:05 smithi079 bash[19963]: audit 2024-09-06T15:07:05.200810+0000 mon.smithi079 (mon.0) 426 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-06T15:07:05.788 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:05 smithi079 bash[19963]: audit 2024-09-06T15:07:05.200987+0000 mon.smithi079 (mon.0) 427 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-06T15:07:05.788 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:05 smithi079 bash[19963]: audit 2024-09-06T15:07:05.200987+0000 mon.smithi079 (mon.0) 427 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-06T15:07:05.788 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:05 smithi079 bash[19963]: audit 2024-09-06T15:07:05.201145+0000 mon.smithi079 (mon.0) 428 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-06T15:07:05.788 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:05 smithi079 bash[19963]: audit 2024-09-06T15:07:05.201145+0000 mon.smithi079 (mon.0) 428 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-06T15:07:06.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:06 smithi079 bash[19963]: audit 2024-09-06T15:07:05.925333+0000 mon.smithi079 (mon.0) 429 : audit [INF] from='client.? 172.21.15.79:0/2551254395' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "80ac38f9-3c60-40a3-a131-fd28e9727fdc"} : dispatch 2024-09-06T15:07:06.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:06 smithi079 bash[19963]: audit 2024-09-06T15:07:05.925333+0000 mon.smithi079 (mon.0) 429 : audit [INF] from='client.? 172.21.15.79:0/2551254395' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "80ac38f9-3c60-40a3-a131-fd28e9727fdc"} : dispatch 2024-09-06T15:07:06.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:06 smithi079 bash[19963]: audit 2024-09-06T15:07:05.927887+0000 mon.smithi079 (mon.0) 430 : audit [INF] from='client.? 172.21.15.79:0/2551254395' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "80ac38f9-3c60-40a3-a131-fd28e9727fdc"}]': finished 2024-09-06T15:07:06.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:06 smithi079 bash[19963]: audit 2024-09-06T15:07:05.927887+0000 mon.smithi079 (mon.0) 430 : audit [INF] from='client.? 172.21.15.79:0/2551254395' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "80ac38f9-3c60-40a3-a131-fd28e9727fdc"}]': finished 2024-09-06T15:07:06.787 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:06 smithi079 bash[19963]: cluster 2024-09-06T15:07:05.930835+0000 mon.smithi079 (mon.0) 431 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-09-06T15:07:06.787 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:06 smithi079 bash[19963]: cluster 2024-09-06T15:07:05.930835+0000 mon.smithi079 (mon.0) 431 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-09-06T15:07:06.787 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:06 smithi079 bash[19963]: audit 2024-09-06T15:07:05.931165+0000 mon.smithi079 (mon.0) 432 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-06T15:07:06.787 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:06 smithi079 bash[19963]: audit 2024-09-06T15:07:05.931165+0000 mon.smithi079 (mon.0) 432 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-06T15:07:06.787 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:06 smithi079 bash[19963]: audit 2024-09-06T15:07:05.931464+0000 mon.smithi079 (mon.0) 433 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-06T15:07:06.787 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:06 smithi079 bash[19963]: audit 2024-09-06T15:07:05.931464+0000 mon.smithi079 (mon.0) 433 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-06T15:07:06.787 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:06 smithi079 bash[19963]: audit 2024-09-06T15:07:05.931713+0000 mon.smithi079 (mon.0) 434 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-06T15:07:06.787 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:06 smithi079 bash[19963]: audit 2024-09-06T15:07:05.931713+0000 mon.smithi079 (mon.0) 434 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-06T15:07:06.787 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:06 smithi079 bash[19963]: audit 2024-09-06T15:07:05.931978+0000 mon.smithi079 (mon.0) 435 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-06T15:07:06.787 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:06 smithi079 bash[19963]: audit 2024-09-06T15:07:05.931978+0000 mon.smithi079 (mon.0) 435 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-06T15:07:06.787 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:06 smithi079 bash[19963]: audit 2024-09-06T15:07:05.932244+0000 mon.smithi079 (mon.0) 436 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-06T15:07:06.787 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:06 smithi079 bash[19963]: audit 2024-09-06T15:07:05.932244+0000 mon.smithi079 (mon.0) 436 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-06T15:07:06.787 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:06 smithi079 bash[19963]: audit 2024-09-06T15:07:05.932412+0000 mon.smithi079 (mon.0) 437 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-06T15:07:06.788 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:06 smithi079 bash[19963]: audit 2024-09-06T15:07:05.932412+0000 mon.smithi079 (mon.0) 437 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-06T15:07:06.788 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:06 smithi079 bash[19963]: audit 2024-09-06T15:07:05.932566+0000 mon.smithi079 (mon.0) 438 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-06T15:07:06.788 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:06 smithi079 bash[19963]: audit 2024-09-06T15:07:05.932566+0000 mon.smithi079 (mon.0) 438 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-06T15:07:06.788 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:06 smithi079 bash[19963]: audit 2024-09-06T15:07:05.932718+0000 mon.smithi079 (mon.0) 439 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-06T15:07:06.788 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:06 smithi079 bash[19963]: audit 2024-09-06T15:07:05.932718+0000 mon.smithi079 (mon.0) 439 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-06T15:07:06.910 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:06 smithi090 bash[25332]: audit 2024-09-06T15:07:05.925333+0000 mon.smithi079 (mon.0) 429 : audit [INF] from='client.? 172.21.15.79:0/2551254395' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "80ac38f9-3c60-40a3-a131-fd28e9727fdc"} : dispatch 2024-09-06T15:07:06.911 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:06 smithi090 bash[25332]: audit 2024-09-06T15:07:05.925333+0000 mon.smithi079 (mon.0) 429 : audit [INF] from='client.? 172.21.15.79:0/2551254395' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "80ac38f9-3c60-40a3-a131-fd28e9727fdc"} : dispatch 2024-09-06T15:07:06.911 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:06 smithi090 bash[25332]: audit 2024-09-06T15:07:05.927887+0000 mon.smithi079 (mon.0) 430 : audit [INF] from='client.? 172.21.15.79:0/2551254395' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "80ac38f9-3c60-40a3-a131-fd28e9727fdc"}]': finished 2024-09-06T15:07:06.911 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:06 smithi090 bash[25332]: audit 2024-09-06T15:07:05.927887+0000 mon.smithi079 (mon.0) 430 : audit [INF] from='client.? 172.21.15.79:0/2551254395' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "80ac38f9-3c60-40a3-a131-fd28e9727fdc"}]': finished 2024-09-06T15:07:06.911 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:06 smithi090 bash[25332]: cluster 2024-09-06T15:07:05.930835+0000 mon.smithi079 (mon.0) 431 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-09-06T15:07:06.911 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:06 smithi090 bash[25332]: cluster 2024-09-06T15:07:05.930835+0000 mon.smithi079 (mon.0) 431 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-09-06T15:07:06.911 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:06 smithi090 bash[25332]: audit 2024-09-06T15:07:05.931165+0000 mon.smithi079 (mon.0) 432 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-06T15:07:06.911 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:06 smithi090 bash[25332]: audit 2024-09-06T15:07:05.931165+0000 mon.smithi079 (mon.0) 432 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-06T15:07:06.911 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:06 smithi090 bash[25332]: audit 2024-09-06T15:07:05.931464+0000 mon.smithi079 (mon.0) 433 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-06T15:07:06.911 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:06 smithi090 bash[25332]: audit 2024-09-06T15:07:05.931464+0000 mon.smithi079 (mon.0) 433 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-06T15:07:06.911 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:06 smithi090 bash[25332]: audit 2024-09-06T15:07:05.931713+0000 mon.smithi079 (mon.0) 434 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-06T15:07:06.911 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:06 smithi090 bash[25332]: audit 2024-09-06T15:07:05.931713+0000 mon.smithi079 (mon.0) 434 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-06T15:07:06.912 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:06 smithi090 bash[25332]: audit 2024-09-06T15:07:05.931978+0000 mon.smithi079 (mon.0) 435 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-06T15:07:06.912 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:06 smithi090 bash[25332]: audit 2024-09-06T15:07:05.931978+0000 mon.smithi079 (mon.0) 435 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-06T15:07:06.912 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:06 smithi090 bash[25332]: audit 2024-09-06T15:07:05.932244+0000 mon.smithi079 (mon.0) 436 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-06T15:07:06.912 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:06 smithi090 bash[25332]: audit 2024-09-06T15:07:05.932244+0000 mon.smithi079 (mon.0) 436 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-06T15:07:06.912 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:06 smithi090 bash[25332]: audit 2024-09-06T15:07:05.932412+0000 mon.smithi079 (mon.0) 437 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-06T15:07:06.912 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:06 smithi090 bash[25332]: audit 2024-09-06T15:07:05.932412+0000 mon.smithi079 (mon.0) 437 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-06T15:07:06.912 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:06 smithi090 bash[25332]: audit 2024-09-06T15:07:05.932566+0000 mon.smithi079 (mon.0) 438 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-06T15:07:06.912 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:06 smithi090 bash[25332]: audit 2024-09-06T15:07:05.932566+0000 mon.smithi079 (mon.0) 438 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-06T15:07:06.912 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:06 smithi090 bash[25332]: audit 2024-09-06T15:07:05.932718+0000 mon.smithi079 (mon.0) 439 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-06T15:07:06.912 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:06 smithi090 bash[25332]: audit 2024-09-06T15:07:05.932718+0000 mon.smithi079 (mon.0) 439 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-06T15:07:07.785 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:07 smithi079 bash[19963]: cluster 2024-09-06T15:07:06.310821+0000 mgr.smithi079.ijsnjl (mgr.14195) 107 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:07:07.785 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:07 smithi079 bash[19963]: cluster 2024-09-06T15:07:06.310821+0000 mgr.smithi079.ijsnjl (mgr.14195) 107 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:07:07.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:07 smithi079 bash[19963]: audit 2024-09-06T15:07:06.714384+0000 mon.smithi090 (mon.1) 10 : audit [DBG] from='client.? 172.21.15.90:0/3985971755' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-06T15:07:07.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:07 smithi079 bash[19963]: audit 2024-09-06T15:07:06.714384+0000 mon.smithi090 (mon.1) 10 : audit [DBG] from='client.? 172.21.15.90:0/3985971755' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-06T15:07:07.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:07 smithi079 bash[19963]: audit 2024-09-06T15:07:07.401431+0000 mon.smithi079 (mon.0) 440 : audit [DBG] from='client.? 172.21.15.79:0/62790882' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-06T15:07:07.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:07 smithi079 bash[19963]: audit 2024-09-06T15:07:07.401431+0000 mon.smithi079 (mon.0) 440 : audit [DBG] from='client.? 172.21.15.79:0/62790882' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-06T15:07:07.910 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:07 smithi090 bash[25332]: cluster 2024-09-06T15:07:06.310821+0000 mgr.smithi079.ijsnjl (mgr.14195) 107 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:07:07.910 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:07 smithi090 bash[25332]: cluster 2024-09-06T15:07:06.310821+0000 mgr.smithi079.ijsnjl (mgr.14195) 107 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:07:07.910 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:07 smithi090 bash[25332]: audit 2024-09-06T15:07:06.714384+0000 mon.smithi090 (mon.1) 10 : audit [DBG] from='client.? 172.21.15.90:0/3985971755' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-06T15:07:07.910 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:07 smithi090 bash[25332]: audit 2024-09-06T15:07:06.714384+0000 mon.smithi090 (mon.1) 10 : audit [DBG] from='client.? 172.21.15.90:0/3985971755' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-06T15:07:07.910 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:07 smithi090 bash[25332]: audit 2024-09-06T15:07:07.401431+0000 mon.smithi079 (mon.0) 440 : audit [DBG] from='client.? 172.21.15.79:0/62790882' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-06T15:07:07.910 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:07 smithi090 bash[25332]: audit 2024-09-06T15:07:07.401431+0000 mon.smithi079 (mon.0) 440 : audit [DBG] from='client.? 172.21.15.79:0/62790882' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-06T15:07:08.654 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/mon.smithi079/config 2024-09-06T15:07:09.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:09 smithi079 bash[19963]: cluster 2024-09-06T15:07:08.311183+0000 mgr.smithi079.ijsnjl (mgr.14195) 108 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:07:09.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:09 smithi079 bash[19963]: cluster 2024-09-06T15:07:08.311183+0000 mgr.smithi079.ijsnjl (mgr.14195) 108 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:07:09.910 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:09 smithi090 bash[25332]: cluster 2024-09-06T15:07:08.311183+0000 mgr.smithi079.ijsnjl (mgr.14195) 108 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:07:09.910 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:09 smithi090 bash[25332]: cluster 2024-09-06T15:07:08.311183+0000 mgr.smithi079.ijsnjl (mgr.14195) 108 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:07:10.056 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-06T15:07:10.756 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:10 smithi079 bash[19963]: audit 2024-09-06T15:07:10.057206+0000 mon.smithi079 (mon.0) 441 : audit [DBG] from='client.? 172.21.15.79:0/1065124904' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-06T15:07:10.756 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:10 smithi079 bash[19963]: audit 2024-09-06T15:07:10.057206+0000 mon.smithi079 (mon.0) 441 : audit [DBG] from='client.? 172.21.15.79:0/1065124904' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-06T15:07:10.757 INFO:teuthology.orchestra.run.smithi079.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1725635225,"num_remapped_pgs":0} 2024-09-06T15:07:10.910 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:10 smithi090 bash[25332]: audit 2024-09-06T15:07:10.057206+0000 mon.smithi079 (mon.0) 441 : audit [DBG] from='client.? 172.21.15.79:0/1065124904' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-06T15:07:10.910 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:10 smithi090 bash[25332]: audit 2024-09-06T15:07:10.057206+0000 mon.smithi079 (mon.0) 441 : audit [DBG] from='client.? 172.21.15.79:0/1065124904' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-06T15:07:11.758 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8b38c33cecf4b0b7a9b3116eb9089e21e444ac73 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d8ce0702-6c60-11ef-bce4-c7b262605968 -- ceph osd stat -f json 2024-09-06T15:07:11.768 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:11 smithi079 bash[19963]: cluster 2024-09-06T15:07:10.311591+0000 mgr.smithi079.ijsnjl (mgr.14195) 109 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:07:11.768 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:11 smithi079 bash[19963]: cluster 2024-09-06T15:07:10.311591+0000 mgr.smithi079.ijsnjl (mgr.14195) 109 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:07:11.910 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:11 smithi090 bash[25332]: cluster 2024-09-06T15:07:10.311591+0000 mgr.smithi079.ijsnjl (mgr.14195) 109 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:07:11.910 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:11 smithi090 bash[25332]: cluster 2024-09-06T15:07:10.311591+0000 mgr.smithi079.ijsnjl (mgr.14195) 109 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:07:13.785 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:13 smithi079 bash[19963]: cluster 2024-09-06T15:07:12.312042+0000 mgr.smithi079.ijsnjl (mgr.14195) 110 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:07:13.785 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:13 smithi079 bash[19963]: cluster 2024-09-06T15:07:12.312042+0000 mgr.smithi079.ijsnjl (mgr.14195) 110 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:07:13.910 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:13 smithi090 bash[25332]: cluster 2024-09-06T15:07:12.312042+0000 mgr.smithi079.ijsnjl (mgr.14195) 110 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:07:13.910 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:13 smithi090 bash[25332]: cluster 2024-09-06T15:07:12.312042+0000 mgr.smithi079.ijsnjl (mgr.14195) 110 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:07:15.785 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:15 smithi079 bash[19963]: cluster 2024-09-06T15:07:14.312506+0000 mgr.smithi079.ijsnjl (mgr.14195) 111 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:07:15.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:15 smithi079 bash[19963]: cluster 2024-09-06T15:07:14.312506+0000 mgr.smithi079.ijsnjl (mgr.14195) 111 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:07:15.910 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:15 smithi090 bash[25332]: cluster 2024-09-06T15:07:14.312506+0000 mgr.smithi079.ijsnjl (mgr.14195) 111 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:07:15.910 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:15 smithi090 bash[25332]: cluster 2024-09-06T15:07:14.312506+0000 mgr.smithi079.ijsnjl (mgr.14195) 111 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:07:16.535 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/mon.smithi079/config 2024-09-06T15:07:16.660 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:16 smithi090 bash[25332]: audit 2024-09-06T15:07:16.248101+0000 mon.smithi079 (mon.0) 442 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:07:16.660 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:16 smithi090 bash[25332]: audit 2024-09-06T15:07:16.248101+0000 mon.smithi079 (mon.0) 442 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:07:16.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:16 smithi079 bash[19963]: audit 2024-09-06T15:07:16.248101+0000 mon.smithi079 (mon.0) 442 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:07:16.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:16 smithi079 bash[19963]: audit 2024-09-06T15:07:16.248101+0000 mon.smithi079 (mon.0) 442 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:07:17.730 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:17 smithi090 bash[25332]: cluster 2024-09-06T15:07:16.312960+0000 mgr.smithi079.ijsnjl (mgr.14195) 112 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:07:17.730 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:17 smithi090 bash[25332]: cluster 2024-09-06T15:07:16.312960+0000 mgr.smithi079.ijsnjl (mgr.14195) 112 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:07:17.785 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:17 smithi079 bash[19963]: cluster 2024-09-06T15:07:16.312960+0000 mgr.smithi079.ijsnjl (mgr.14195) 112 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:07:17.785 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:17 smithi079 bash[19963]: cluster 2024-09-06T15:07:16.312960+0000 mgr.smithi079.ijsnjl (mgr.14195) 112 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:07:18.308 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-06T15:07:18.788 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:18 smithi079 bash[19963]: audit 2024-09-06T15:07:18.309930+0000 mon.smithi079 (mon.0) 443 : audit [DBG] from='client.? 172.21.15.79:0/2002395612' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-06T15:07:18.789 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:18 smithi079 bash[19963]: audit 2024-09-06T15:07:18.309930+0000 mon.smithi079 (mon.0) 443 : audit [DBG] from='client.? 172.21.15.79:0/2002395612' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-06T15:07:18.910 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:18 smithi090 bash[25332]: audit 2024-09-06T15:07:18.309930+0000 mon.smithi079 (mon.0) 443 : audit [DBG] from='client.? 172.21.15.79:0/2002395612' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-06T15:07:18.910 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:18 smithi090 bash[25332]: audit 2024-09-06T15:07:18.309930+0000 mon.smithi079 (mon.0) 443 : audit [DBG] from='client.? 172.21.15.79:0/2002395612' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-06T15:07:19.501 INFO:teuthology.orchestra.run.smithi079.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1725635225,"num_remapped_pgs":0} 2024-09-06T15:07:19.788 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:19 smithi079 bash[19963]: cluster 2024-09-06T15:07:18.313232+0000 mgr.smithi079.ijsnjl (mgr.14195) 113 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:07:19.788 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:19 smithi079 bash[19963]: cluster 2024-09-06T15:07:18.313232+0000 mgr.smithi079.ijsnjl (mgr.14195) 113 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:07:19.789 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:19 smithi090 bash[25332]: cluster 2024-09-06T15:07:18.313232+0000 mgr.smithi079.ijsnjl (mgr.14195) 113 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:07:19.789 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:19 smithi090 bash[25332]: cluster 2024-09-06T15:07:18.313232+0000 mgr.smithi079.ijsnjl (mgr.14195) 113 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:07:20.502 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8b38c33cecf4b0b7a9b3116eb9089e21e444ac73 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d8ce0702-6c60-11ef-bce4-c7b262605968 -- ceph osd stat -f json 2024-09-06T15:07:21.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:21 smithi079 bash[19963]: cluster 2024-09-06T15:07:20.313505+0000 mgr.smithi079.ijsnjl (mgr.14195) 114 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:07:21.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:21 smithi079 bash[19963]: cluster 2024-09-06T15:07:20.313505+0000 mgr.smithi079.ijsnjl (mgr.14195) 114 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:07:21.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:21 smithi079 bash[19963]: audit 2024-09-06T15:07:20.931653+0000 mon.smithi079 (mon.0) 444 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-06T15:07:21.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:21 smithi079 bash[19963]: audit 2024-09-06T15:07:20.931653+0000 mon.smithi079 (mon.0) 444 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-06T15:07:21.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:21 smithi079 bash[19963]: audit 2024-09-06T15:07:20.933160+0000 mon.smithi079 (mon.0) 445 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:07:21.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:21 smithi079 bash[19963]: audit 2024-09-06T15:07:20.933160+0000 mon.smithi079 (mon.0) 445 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:07:21.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:21 smithi079 bash[19963]: audit 2024-09-06T15:07:21.176714+0000 mon.smithi079 (mon.0) 446 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-06T15:07:21.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:21 smithi079 bash[19963]: audit 2024-09-06T15:07:21.176714+0000 mon.smithi079 (mon.0) 446 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-06T15:07:21.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:21 smithi079 bash[19963]: audit 2024-09-06T15:07:21.178254+0000 mon.smithi079 (mon.0) 447 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:07:21.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:21 smithi079 bash[19963]: audit 2024-09-06T15:07:21.178254+0000 mon.smithi079 (mon.0) 447 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:07:21.910 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:21 smithi090 bash[25332]: cluster 2024-09-06T15:07:20.313505+0000 mgr.smithi079.ijsnjl (mgr.14195) 114 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:07:21.910 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:21 smithi090 bash[25332]: cluster 2024-09-06T15:07:20.313505+0000 mgr.smithi079.ijsnjl (mgr.14195) 114 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:07:21.911 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:21 smithi090 bash[25332]: audit 2024-09-06T15:07:20.931653+0000 mon.smithi079 (mon.0) 444 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-06T15:07:21.911 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:21 smithi090 bash[25332]: audit 2024-09-06T15:07:20.931653+0000 mon.smithi079 (mon.0) 444 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-06T15:07:21.911 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:21 smithi090 bash[25332]: audit 2024-09-06T15:07:20.933160+0000 mon.smithi079 (mon.0) 445 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:07:21.911 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:21 smithi090 bash[25332]: audit 2024-09-06T15:07:20.933160+0000 mon.smithi079 (mon.0) 445 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:07:21.911 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:21 smithi090 bash[25332]: audit 2024-09-06T15:07:21.176714+0000 mon.smithi079 (mon.0) 446 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-06T15:07:21.911 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:21 smithi090 bash[25332]: audit 2024-09-06T15:07:21.176714+0000 mon.smithi079 (mon.0) 446 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-06T15:07:21.912 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:21 smithi090 bash[25332]: audit 2024-09-06T15:07:21.178254+0000 mon.smithi079 (mon.0) 447 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:07:21.912 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:21 smithi090 bash[25332]: audit 2024-09-06T15:07:21.178254+0000 mon.smithi079 (mon.0) 447 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:07:22.742 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:22 smithi090 bash[25332]: cephadm 2024-09-06T15:07:20.934398+0000 mgr.smithi079.ijsnjl (mgr.14195) 115 : cephadm [INF] Deploying daemon osd.0 on smithi090 2024-09-06T15:07:22.742 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:22 smithi090 bash[25332]: cephadm 2024-09-06T15:07:20.934398+0000 mgr.smithi079.ijsnjl (mgr.14195) 115 : cephadm [INF] Deploying daemon osd.0 on smithi090 2024-09-06T15:07:22.742 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:22 smithi090 bash[25332]: cephadm 2024-09-06T15:07:21.179736+0000 mgr.smithi079.ijsnjl (mgr.14195) 116 : cephadm [INF] Deploying daemon osd.1 on smithi079 2024-09-06T15:07:22.743 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:22 smithi090 bash[25332]: cephadm 2024-09-06T15:07:21.179736+0000 mgr.smithi079.ijsnjl (mgr.14195) 116 : cephadm [INF] Deploying daemon osd.1 on smithi079 2024-09-06T15:07:22.743 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:22 smithi079 bash[19963]: cephadm 2024-09-06T15:07:20.934398+0000 mgr.smithi079.ijsnjl (mgr.14195) 115 : cephadm [INF] Deploying daemon osd.0 on smithi090 2024-09-06T15:07:22.743 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:22 smithi079 bash[19963]: cephadm 2024-09-06T15:07:20.934398+0000 mgr.smithi079.ijsnjl (mgr.14195) 115 : cephadm [INF] Deploying daemon osd.0 on smithi090 2024-09-06T15:07:22.743 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:22 smithi079 bash[19963]: cephadm 2024-09-06T15:07:21.179736+0000 mgr.smithi079.ijsnjl (mgr.14195) 116 : cephadm [INF] Deploying daemon osd.1 on smithi079 2024-09-06T15:07:22.743 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:22 smithi079 bash[19963]: cephadm 2024-09-06T15:07:21.179736+0000 mgr.smithi079.ijsnjl (mgr.14195) 116 : cephadm [INF] Deploying daemon osd.1 on smithi079 2024-09-06T15:07:23.785 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:23 smithi079 bash[19963]: cluster 2024-09-06T15:07:22.313911+0000 mgr.smithi079.ijsnjl (mgr.14195) 117 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:07:23.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:23 smithi079 bash[19963]: cluster 2024-09-06T15:07:22.313911+0000 mgr.smithi079.ijsnjl (mgr.14195) 117 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:07:23.910 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:23 smithi090 bash[25332]: cluster 2024-09-06T15:07:22.313911+0000 mgr.smithi079.ijsnjl (mgr.14195) 117 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:07:23.910 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:23 smithi090 bash[25332]: cluster 2024-09-06T15:07:22.313911+0000 mgr.smithi079.ijsnjl (mgr.14195) 117 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:07:25.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:25 smithi079 bash[19963]: cluster 2024-09-06T15:07:24.314286+0000 mgr.smithi079.ijsnjl (mgr.14195) 118 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:07:25.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:25 smithi079 bash[19963]: cluster 2024-09-06T15:07:24.314286+0000 mgr.smithi079.ijsnjl (mgr.14195) 118 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:07:25.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:25 smithi079 systemd[1]: /etc/systemd/system/ceph-d8ce0702-6c60-11ef-bce4-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-06T15:07:25.792 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/mon.smithi079/config 2024-09-06T15:07:25.828 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:25 smithi090 bash[25332]: cluster 2024-09-06T15:07:24.314286+0000 mgr.smithi079.ijsnjl (mgr.14195) 118 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:07:25.828 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:25 smithi090 bash[25332]: cluster 2024-09-06T15:07:24.314286+0000 mgr.smithi079.ijsnjl (mgr.14195) 118 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:07:26.106 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:25 smithi090 systemd[1]: /etc/systemd/system/ceph-d8ce0702-6c60-11ef-bce4-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-06T15:07:26.372 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:26 smithi090 systemd[1]: /etc/systemd/system/ceph-d8ce0702-6c60-11ef-bce4-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-06T15:07:26.422 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:26 smithi079 systemd[1]: /etc/systemd/system/ceph-d8ce0702-6c60-11ef-bce4-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-06T15:07:27.536 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:27 smithi079 bash[19963]: audit 2024-09-06T15:07:26.256630+0000 mon.smithi079 (mon.0) 448 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:07:27.536 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:27 smithi079 bash[19963]: audit 2024-09-06T15:07:26.256630+0000 mon.smithi079 (mon.0) 448 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:07:27.536 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:27 smithi079 bash[19963]: audit 2024-09-06T15:07:26.260420+0000 mon.smithi079 (mon.0) 449 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:07:27.537 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:27 smithi079 bash[19963]: audit 2024-09-06T15:07:26.260420+0000 mon.smithi079 (mon.0) 449 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:07:27.537 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:27 smithi079 bash[19963]: audit 2024-09-06T15:07:26.261091+0000 mon.smithi079 (mon.0) 450 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get", "entity": "osd.3"} : dispatch 2024-09-06T15:07:27.537 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:27 smithi079 bash[19963]: audit 2024-09-06T15:07:26.261091+0000 mon.smithi079 (mon.0) 450 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get", "entity": "osd.3"} : dispatch 2024-09-06T15:07:27.537 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:27 smithi079 bash[19963]: audit 2024-09-06T15:07:26.261743+0000 mon.smithi079 (mon.0) 451 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:07:27.537 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:27 smithi079 bash[19963]: audit 2024-09-06T15:07:26.261743+0000 mon.smithi079 (mon.0) 451 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:07:27.537 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:27 smithi079 bash[19963]: cephadm 2024-09-06T15:07:26.262277+0000 mgr.smithi079.ijsnjl (mgr.14195) 119 : cephadm [INF] Deploying daemon osd.3 on smithi079 2024-09-06T15:07:27.537 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:27 smithi079 bash[19963]: cephadm 2024-09-06T15:07:26.262277+0000 mgr.smithi079.ijsnjl (mgr.14195) 119 : cephadm [INF] Deploying daemon osd.3 on smithi079 2024-09-06T15:07:27.537 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:27 smithi079 bash[19963]: cluster 2024-09-06T15:07:26.314575+0000 mgr.smithi079.ijsnjl (mgr.14195) 120 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:07:27.537 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:27 smithi079 bash[19963]: cluster 2024-09-06T15:07:26.314575+0000 mgr.smithi079.ijsnjl (mgr.14195) 120 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:07:27.537 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:27 smithi079 bash[19963]: audit 2024-09-06T15:07:26.432606+0000 mon.smithi079 (mon.0) 452 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:07:27.538 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:27 smithi079 bash[19963]: audit 2024-09-06T15:07:26.432606+0000 mon.smithi079 (mon.0) 452 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:07:27.538 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:27 smithi079 bash[19963]: audit 2024-09-06T15:07:26.439234+0000 mon.smithi079 (mon.0) 453 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:07:27.538 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:27 smithi079 bash[19963]: audit 2024-09-06T15:07:26.439234+0000 mon.smithi079 (mon.0) 453 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:07:27.538 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:27 smithi079 bash[19963]: audit 2024-09-06T15:07:26.440486+0000 mon.smithi079 (mon.0) 454 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-06T15:07:27.538 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:27 smithi079 bash[19963]: audit 2024-09-06T15:07:26.440486+0000 mon.smithi079 (mon.0) 454 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-06T15:07:27.538 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:27 smithi079 bash[19963]: audit 2024-09-06T15:07:26.441511+0000 mon.smithi079 (mon.0) 455 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:07:27.538 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:27 smithi079 bash[19963]: audit 2024-09-06T15:07:26.441511+0000 mon.smithi079 (mon.0) 455 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:07:27.538 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:27 smithi079 bash[19963]: cephadm 2024-09-06T15:07:26.442640+0000 mgr.smithi079.ijsnjl (mgr.14195) 121 : cephadm [INF] Deploying daemon osd.2 on smithi090 2024-09-06T15:07:27.538 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:27 smithi079 bash[19963]: cephadm 2024-09-06T15:07:26.442640+0000 mgr.smithi079.ijsnjl (mgr.14195) 121 : cephadm [INF] Deploying daemon osd.2 on smithi090 2024-09-06T15:07:27.660 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:27 smithi090 bash[25332]: audit 2024-09-06T15:07:26.256630+0000 mon.smithi079 (mon.0) 448 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:07:27.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:27 smithi090 bash[25332]: audit 2024-09-06T15:07:26.256630+0000 mon.smithi079 (mon.0) 448 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:07:27.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:27 smithi090 bash[25332]: audit 2024-09-06T15:07:26.260420+0000 mon.smithi079 (mon.0) 449 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:07:27.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:27 smithi090 bash[25332]: audit 2024-09-06T15:07:26.260420+0000 mon.smithi079 (mon.0) 449 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:07:27.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:27 smithi090 bash[25332]: audit 2024-09-06T15:07:26.261091+0000 mon.smithi079 (mon.0) 450 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get", "entity": "osd.3"} : dispatch 2024-09-06T15:07:27.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:27 smithi090 bash[25332]: audit 2024-09-06T15:07:26.261091+0000 mon.smithi079 (mon.0) 450 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get", "entity": "osd.3"} : dispatch 2024-09-06T15:07:27.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:27 smithi090 bash[25332]: audit 2024-09-06T15:07:26.261743+0000 mon.smithi079 (mon.0) 451 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:07:27.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:27 smithi090 bash[25332]: audit 2024-09-06T15:07:26.261743+0000 mon.smithi079 (mon.0) 451 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:07:27.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:27 smithi090 bash[25332]: cephadm 2024-09-06T15:07:26.262277+0000 mgr.smithi079.ijsnjl (mgr.14195) 119 : cephadm [INF] Deploying daemon osd.3 on smithi079 2024-09-06T15:07:27.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:27 smithi090 bash[25332]: cephadm 2024-09-06T15:07:26.262277+0000 mgr.smithi079.ijsnjl (mgr.14195) 119 : cephadm [INF] Deploying daemon osd.3 on smithi079 2024-09-06T15:07:27.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:27 smithi090 bash[25332]: cluster 2024-09-06T15:07:26.314575+0000 mgr.smithi079.ijsnjl (mgr.14195) 120 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:07:27.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:27 smithi090 bash[25332]: cluster 2024-09-06T15:07:26.314575+0000 mgr.smithi079.ijsnjl (mgr.14195) 120 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:07:27.662 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:27 smithi090 bash[25332]: audit 2024-09-06T15:07:26.432606+0000 mon.smithi079 (mon.0) 452 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:07:27.662 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:27 smithi090 bash[25332]: audit 2024-09-06T15:07:26.432606+0000 mon.smithi079 (mon.0) 452 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:07:27.662 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:27 smithi090 bash[25332]: audit 2024-09-06T15:07:26.439234+0000 mon.smithi079 (mon.0) 453 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:07:27.662 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:27 smithi090 bash[25332]: audit 2024-09-06T15:07:26.439234+0000 mon.smithi079 (mon.0) 453 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:07:27.662 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:27 smithi090 bash[25332]: audit 2024-09-06T15:07:26.440486+0000 mon.smithi079 (mon.0) 454 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-06T15:07:27.662 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:27 smithi090 bash[25332]: audit 2024-09-06T15:07:26.440486+0000 mon.smithi079 (mon.0) 454 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-06T15:07:27.662 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:27 smithi090 bash[25332]: audit 2024-09-06T15:07:26.441511+0000 mon.smithi079 (mon.0) 455 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:07:27.662 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:27 smithi090 bash[25332]: audit 2024-09-06T15:07:26.441511+0000 mon.smithi079 (mon.0) 455 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:07:27.662 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:27 smithi090 bash[25332]: cephadm 2024-09-06T15:07:26.442640+0000 mgr.smithi079.ijsnjl (mgr.14195) 121 : cephadm [INF] Deploying daemon osd.2 on smithi090 2024-09-06T15:07:27.662 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:27 smithi090 bash[25332]: cephadm 2024-09-06T15:07:26.442640+0000 mgr.smithi079.ijsnjl (mgr.14195) 121 : cephadm [INF] Deploying daemon osd.2 on smithi090 2024-09-06T15:07:28.118 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-06T15:07:28.379 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:28 smithi079 bash[19963]: audit 2024-09-06T15:07:28.119112+0000 mon.smithi079 (mon.0) 456 : audit [DBG] from='client.? 172.21.15.79:0/118400408' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-06T15:07:28.379 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:28 smithi079 bash[19963]: audit 2024-09-06T15:07:28.119112+0000 mon.smithi079 (mon.0) 456 : audit [DBG] from='client.? 172.21.15.79:0/118400408' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-06T15:07:28.659 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:28 smithi090 bash[25332]: audit 2024-09-06T15:07:28.119112+0000 mon.smithi079 (mon.0) 456 : audit [DBG] from='client.? 172.21.15.79:0/118400408' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-06T15:07:28.660 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:28 smithi090 bash[25332]: audit 2024-09-06T15:07:28.119112+0000 mon.smithi079 (mon.0) 456 : audit [DBG] from='client.? 172.21.15.79:0/118400408' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-06T15:07:29.188 INFO:teuthology.orchestra.run.smithi079.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1725635225,"num_remapped_pgs":0} 2024-09-06T15:07:29.535 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:29 smithi079 bash[19963]: cluster 2024-09-06T15:07:28.314996+0000 mgr.smithi079.ijsnjl (mgr.14195) 122 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:07:29.535 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:29 smithi079 bash[19963]: cluster 2024-09-06T15:07:28.314996+0000 mgr.smithi079.ijsnjl (mgr.14195) 122 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:07:29.660 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:29 smithi090 bash[25332]: cluster 2024-09-06T15:07:28.314996+0000 mgr.smithi079.ijsnjl (mgr.14195) 122 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:07:29.660 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:29 smithi090 bash[25332]: cluster 2024-09-06T15:07:28.314996+0000 mgr.smithi079.ijsnjl (mgr.14195) 122 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:07:30.190 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8b38c33cecf4b0b7a9b3116eb9089e21e444ac73 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d8ce0702-6c60-11ef-bce4-c7b262605968 -- ceph osd stat -f json 2024-09-06T15:07:31.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:31 smithi090 bash[25332]: cluster 2024-09-06T15:07:30.315314+0000 mgr.smithi079.ijsnjl (mgr.14195) 123 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:07:31.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:31 smithi090 bash[25332]: cluster 2024-09-06T15:07:30.315314+0000 mgr.smithi079.ijsnjl (mgr.14195) 123 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:07:31.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:31 smithi090 bash[25332]: audit 2024-09-06T15:07:31.248661+0000 mon.smithi079 (mon.0) 457 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:07:31.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:31 smithi090 bash[25332]: audit 2024-09-06T15:07:31.248661+0000 mon.smithi079 (mon.0) 457 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:07:31.673 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:31 smithi079 bash[19963]: cluster 2024-09-06T15:07:30.315314+0000 mgr.smithi079.ijsnjl (mgr.14195) 123 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:07:31.673 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:31 smithi079 bash[19963]: cluster 2024-09-06T15:07:30.315314+0000 mgr.smithi079.ijsnjl (mgr.14195) 123 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:07:31.673 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:31 smithi079 bash[19963]: audit 2024-09-06T15:07:31.248661+0000 mon.smithi079 (mon.0) 457 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:07:31.673 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:31 smithi079 bash[19963]: audit 2024-09-06T15:07:31.248661+0000 mon.smithi079 (mon.0) 457 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:07:32.002 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:31 smithi079 systemd[1]: /etc/systemd/system/ceph-d8ce0702-6c60-11ef-bce4-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-06T15:07:32.279 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:32 smithi079 systemd[1]: /etc/systemd/system/ceph-d8ce0702-6c60-11ef-bce4-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-06T15:07:32.609 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:32 smithi090 systemd[1]: /etc/systemd/system/ceph-d8ce0702-6c60-11ef-bce4-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-06T15:07:32.910 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:32 smithi090 systemd[1]: /etc/systemd/system/ceph-d8ce0702-6c60-11ef-bce4-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-06T15:07:33.420 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:33 smithi079 bash[19963]: cluster 2024-09-06T15:07:32.315562+0000 mgr.smithi079.ijsnjl (mgr.14195) 124 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:07:33.420 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:33 smithi079 bash[19963]: cluster 2024-09-06T15:07:32.315562+0000 mgr.smithi079.ijsnjl (mgr.14195) 124 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:07:33.420 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:33 smithi079 bash[19963]: audit 2024-09-06T15:07:32.333377+0000 mon.smithi079 (mon.0) 458 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:07:33.420 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:33 smithi079 bash[19963]: audit 2024-09-06T15:07:32.333377+0000 mon.smithi079 (mon.0) 458 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:07:33.420 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:33 smithi079 bash[19963]: audit 2024-09-06T15:07:32.338691+0000 mon.smithi079 (mon.0) 459 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:07:33.420 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:33 smithi079 bash[19963]: audit 2024-09-06T15:07:32.338691+0000 mon.smithi079 (mon.0) 459 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:07:33.420 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:33 smithi079 bash[19963]: audit 2024-09-06T15:07:32.339350+0000 mon.smithi079 (mon.0) 460 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get", "entity": "osd.5"} : dispatch 2024-09-06T15:07:33.420 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:33 smithi079 bash[19963]: audit 2024-09-06T15:07:32.339350+0000 mon.smithi079 (mon.0) 460 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get", "entity": "osd.5"} : dispatch 2024-09-06T15:07:33.420 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:33 smithi079 bash[19963]: audit 2024-09-06T15:07:32.339933+0000 mon.smithi079 (mon.0) 461 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:07:33.420 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:33 smithi079 bash[19963]: audit 2024-09-06T15:07:32.339933+0000 mon.smithi079 (mon.0) 461 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:07:33.421 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:33 smithi079 bash[19963]: cephadm 2024-09-06T15:07:32.340439+0000 mgr.smithi079.ijsnjl (mgr.14195) 125 : cephadm [INF] Deploying daemon osd.5 on smithi079 2024-09-06T15:07:33.421 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:33 smithi079 bash[19963]: cephadm 2024-09-06T15:07:32.340439+0000 mgr.smithi079.ijsnjl (mgr.14195) 125 : cephadm [INF] Deploying daemon osd.5 on smithi079 2024-09-06T15:07:33.421 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:33 smithi079 bash[19963]: audit 2024-09-06T15:07:32.780298+0000 mon.smithi079 (mon.0) 462 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:07:33.421 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:33 smithi079 bash[19963]: audit 2024-09-06T15:07:32.780298+0000 mon.smithi079 (mon.0) 462 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:07:33.421 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:33 smithi079 bash[19963]: audit 2024-09-06T15:07:32.786971+0000 mon.smithi079 (mon.0) 463 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:07:33.421 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:33 smithi079 bash[19963]: audit 2024-09-06T15:07:32.786971+0000 mon.smithi079 (mon.0) 463 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:07:33.421 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:33 smithi079 bash[19963]: audit 2024-09-06T15:07:32.787932+0000 mon.smithi079 (mon.0) 464 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get", "entity": "osd.4"} : dispatch 2024-09-06T15:07:33.421 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:33 smithi079 bash[19963]: audit 2024-09-06T15:07:32.787932+0000 mon.smithi079 (mon.0) 464 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get", "entity": "osd.4"} : dispatch 2024-09-06T15:07:33.421 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:33 smithi079 bash[19963]: audit 2024-09-06T15:07:32.788700+0000 mon.smithi079 (mon.0) 465 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:07:33.421 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:33 smithi079 bash[19963]: audit 2024-09-06T15:07:32.788700+0000 mon.smithi079 (mon.0) 465 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:07:33.421 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:33 smithi079 bash[19963]: cephadm 2024-09-06T15:07:32.789301+0000 mgr.smithi079.ijsnjl (mgr.14195) 126 : cephadm [INF] Deploying daemon osd.4 on smithi090 2024-09-06T15:07:33.421 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:33 smithi079 bash[19963]: cephadm 2024-09-06T15:07:32.789301+0000 mgr.smithi079.ijsnjl (mgr.14195) 126 : cephadm [INF] Deploying daemon osd.4 on smithi090 2024-09-06T15:07:33.645 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:33 smithi090 bash[25332]: cluster 2024-09-06T15:07:32.315562+0000 mgr.smithi079.ijsnjl (mgr.14195) 124 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:07:33.645 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:33 smithi090 bash[25332]: cluster 2024-09-06T15:07:32.315562+0000 mgr.smithi079.ijsnjl (mgr.14195) 124 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:07:33.645 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:33 smithi090 bash[25332]: audit 2024-09-06T15:07:32.333377+0000 mon.smithi079 (mon.0) 458 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:07:33.645 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:33 smithi090 bash[25332]: audit 2024-09-06T15:07:32.333377+0000 mon.smithi079 (mon.0) 458 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:07:33.645 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:33 smithi090 bash[25332]: audit 2024-09-06T15:07:32.338691+0000 mon.smithi079 (mon.0) 459 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:07:33.645 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:33 smithi090 bash[25332]: audit 2024-09-06T15:07:32.338691+0000 mon.smithi079 (mon.0) 459 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:07:33.645 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:33 smithi090 bash[25332]: audit 2024-09-06T15:07:32.339350+0000 mon.smithi079 (mon.0) 460 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get", "entity": "osd.5"} : dispatch 2024-09-06T15:07:33.645 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:33 smithi090 bash[25332]: audit 2024-09-06T15:07:32.339350+0000 mon.smithi079 (mon.0) 460 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get", "entity": "osd.5"} : dispatch 2024-09-06T15:07:33.646 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:33 smithi090 bash[25332]: audit 2024-09-06T15:07:32.339933+0000 mon.smithi079 (mon.0) 461 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:07:33.646 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:33 smithi090 bash[25332]: audit 2024-09-06T15:07:32.339933+0000 mon.smithi079 (mon.0) 461 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:07:33.646 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:33 smithi090 bash[25332]: cephadm 2024-09-06T15:07:32.340439+0000 mgr.smithi079.ijsnjl (mgr.14195) 125 : cephadm [INF] Deploying daemon osd.5 on smithi079 2024-09-06T15:07:33.646 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:33 smithi090 bash[25332]: cephadm 2024-09-06T15:07:32.340439+0000 mgr.smithi079.ijsnjl (mgr.14195) 125 : cephadm [INF] Deploying daemon osd.5 on smithi079 2024-09-06T15:07:33.646 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:33 smithi090 bash[25332]: audit 2024-09-06T15:07:32.780298+0000 mon.smithi079 (mon.0) 462 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:07:33.646 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:33 smithi090 bash[25332]: audit 2024-09-06T15:07:32.780298+0000 mon.smithi079 (mon.0) 462 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:07:33.646 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:33 smithi090 bash[25332]: audit 2024-09-06T15:07:32.786971+0000 mon.smithi079 (mon.0) 463 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:07:33.646 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:33 smithi090 bash[25332]: audit 2024-09-06T15:07:32.786971+0000 mon.smithi079 (mon.0) 463 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:07:33.646 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:33 smithi090 bash[25332]: audit 2024-09-06T15:07:32.787932+0000 mon.smithi079 (mon.0) 464 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get", "entity": "osd.4"} : dispatch 2024-09-06T15:07:33.646 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:33 smithi090 bash[25332]: audit 2024-09-06T15:07:32.787932+0000 mon.smithi079 (mon.0) 464 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get", "entity": "osd.4"} : dispatch 2024-09-06T15:07:33.646 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:33 smithi090 bash[25332]: audit 2024-09-06T15:07:32.788700+0000 mon.smithi079 (mon.0) 465 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:07:33.646 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:33 smithi090 bash[25332]: audit 2024-09-06T15:07:32.788700+0000 mon.smithi079 (mon.0) 465 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:07:33.646 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:33 smithi090 bash[25332]: cephadm 2024-09-06T15:07:32.789301+0000 mgr.smithi079.ijsnjl (mgr.14195) 126 : cephadm [INF] Deploying daemon osd.4 on smithi090 2024-09-06T15:07:33.647 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:33 smithi090 bash[25332]: cephadm 2024-09-06T15:07:32.789301+0000 mgr.smithi079.ijsnjl (mgr.14195) 126 : cephadm [INF] Deploying daemon osd.4 on smithi090 2024-09-06T15:07:35.659 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:35 smithi090 bash[25332]: cluster 2024-09-06T15:07:34.315957+0000 mgr.smithi079.ijsnjl (mgr.14195) 127 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:07:35.660 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:35 smithi090 bash[25332]: cluster 2024-09-06T15:07:34.315957+0000 mgr.smithi079.ijsnjl (mgr.14195) 127 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:07:35.785 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:35 smithi079 bash[19963]: cluster 2024-09-06T15:07:34.315957+0000 mgr.smithi079.ijsnjl (mgr.14195) 127 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:07:35.785 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:35 smithi079 bash[19963]: cluster 2024-09-06T15:07:34.315957+0000 mgr.smithi079.ijsnjl (mgr.14195) 127 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:07:37.660 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:37 smithi090 bash[25332]: cluster 2024-09-06T15:07:36.316403+0000 mgr.smithi079.ijsnjl (mgr.14195) 128 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:07:37.660 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:37 smithi090 bash[25332]: cluster 2024-09-06T15:07:36.316403+0000 mgr.smithi079.ijsnjl (mgr.14195) 128 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:07:37.785 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:37 smithi079 bash[19963]: cluster 2024-09-06T15:07:36.316403+0000 mgr.smithi079.ijsnjl (mgr.14195) 128 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:07:37.785 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:37 smithi079 bash[19963]: cluster 2024-09-06T15:07:36.316403+0000 mgr.smithi079.ijsnjl (mgr.14195) 128 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:07:38.088 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/mon.smithi079/config 2024-09-06T15:07:38.135 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:38 smithi079 systemd[1]: /etc/systemd/system/ceph-d8ce0702-6c60-11ef-bce4-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-06T15:07:38.408 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:38 smithi079 systemd[1]: /etc/systemd/system/ceph-d8ce0702-6c60-11ef-bce4-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-06T15:07:39.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:39 smithi079 bash[19963]: cluster 2024-09-06T15:07:38.316697+0000 mgr.smithi079.ijsnjl (mgr.14195) 129 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:07:39.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:39 smithi079 bash[19963]: cluster 2024-09-06T15:07:38.316697+0000 mgr.smithi079.ijsnjl (mgr.14195) 129 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:07:39.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:39 smithi079 bash[19963]: audit 2024-09-06T15:07:38.446479+0000 mon.smithi079 (mon.0) 466 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:07:39.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:39 smithi079 bash[19963]: audit 2024-09-06T15:07:38.446479+0000 mon.smithi079 (mon.0) 466 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:07:39.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:39 smithi079 bash[19963]: audit 2024-09-06T15:07:38.450546+0000 mon.smithi079 (mon.0) 467 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:07:39.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:39 smithi079 bash[19963]: audit 2024-09-06T15:07:38.450546+0000 mon.smithi079 (mon.0) 467 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:07:39.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:39 smithi079 bash[19963]: audit 2024-09-06T15:07:38.451376+0000 mon.smithi079 (mon.0) 468 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get", "entity": "osd.7"} : dispatch 2024-09-06T15:07:39.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:39 smithi079 bash[19963]: audit 2024-09-06T15:07:38.451376+0000 mon.smithi079 (mon.0) 468 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get", "entity": "osd.7"} : dispatch 2024-09-06T15:07:39.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:39 smithi079 bash[19963]: audit 2024-09-06T15:07:38.451974+0000 mon.smithi079 (mon.0) 469 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:07:39.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:39 smithi079 bash[19963]: audit 2024-09-06T15:07:38.451974+0000 mon.smithi079 (mon.0) 469 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:07:39.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:39 smithi079 bash[19963]: cephadm 2024-09-06T15:07:38.452498+0000 mgr.smithi079.ijsnjl (mgr.14195) 130 : cephadm [INF] Deploying daemon osd.7 on smithi079 2024-09-06T15:07:39.787 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:39 smithi079 bash[19963]: cephadm 2024-09-06T15:07:38.452498+0000 mgr.smithi079.ijsnjl (mgr.14195) 130 : cephadm [INF] Deploying daemon osd.7 on smithi079 2024-09-06T15:07:39.795 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:39 smithi090 bash[25332]: cluster 2024-09-06T15:07:38.316697+0000 mgr.smithi079.ijsnjl (mgr.14195) 129 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:07:39.795 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:39 smithi090 bash[25332]: cluster 2024-09-06T15:07:38.316697+0000 mgr.smithi079.ijsnjl (mgr.14195) 129 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:07:39.795 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:39 smithi090 bash[25332]: audit 2024-09-06T15:07:38.446479+0000 mon.smithi079 (mon.0) 466 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:07:39.795 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:39 smithi090 bash[25332]: audit 2024-09-06T15:07:38.446479+0000 mon.smithi079 (mon.0) 466 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:07:39.795 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:39 smithi090 bash[25332]: audit 2024-09-06T15:07:38.450546+0000 mon.smithi079 (mon.0) 467 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:07:39.795 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:39 smithi090 bash[25332]: audit 2024-09-06T15:07:38.450546+0000 mon.smithi079 (mon.0) 467 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:07:39.795 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:39 smithi090 bash[25332]: audit 2024-09-06T15:07:38.451376+0000 mon.smithi079 (mon.0) 468 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get", "entity": "osd.7"} : dispatch 2024-09-06T15:07:39.796 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:39 smithi090 bash[25332]: audit 2024-09-06T15:07:38.451376+0000 mon.smithi079 (mon.0) 468 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get", "entity": "osd.7"} : dispatch 2024-09-06T15:07:39.796 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:39 smithi090 bash[25332]: audit 2024-09-06T15:07:38.451974+0000 mon.smithi079 (mon.0) 469 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:07:39.796 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:39 smithi090 bash[25332]: audit 2024-09-06T15:07:38.451974+0000 mon.smithi079 (mon.0) 469 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:07:39.796 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:39 smithi090 bash[25332]: cephadm 2024-09-06T15:07:38.452498+0000 mgr.smithi079.ijsnjl (mgr.14195) 130 : cephadm [INF] Deploying daemon osd.7 on smithi079 2024-09-06T15:07:39.796 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:39 smithi090 bash[25332]: cephadm 2024-09-06T15:07:38.452498+0000 mgr.smithi079.ijsnjl (mgr.14195) 130 : cephadm [INF] Deploying daemon osd.7 on smithi079 2024-09-06T15:07:40.074 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:39 smithi090 systemd[1]: /etc/systemd/system/ceph-d8ce0702-6c60-11ef-bce4-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-06T15:07:40.409 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:40 smithi090 systemd[1]: /etc/systemd/system/ceph-d8ce0702-6c60-11ef-bce4-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-06T15:07:41.404 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-06T15:07:41.415 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:41 smithi079 bash[19963]: audit 2024-09-06T15:07:40.250146+0000 mon.smithi079 (mon.0) 470 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:07:41.415 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:41 smithi079 bash[19963]: audit 2024-09-06T15:07:40.250146+0000 mon.smithi079 (mon.0) 470 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:07:41.416 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:41 smithi079 bash[19963]: audit 2024-09-06T15:07:40.257814+0000 mon.smithi079 (mon.0) 471 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:07:41.416 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:41 smithi079 bash[19963]: audit 2024-09-06T15:07:40.257814+0000 mon.smithi079 (mon.0) 471 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:07:41.416 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:41 smithi079 bash[19963]: audit 2024-09-06T15:07:40.259397+0000 mon.smithi079 (mon.0) 472 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get", "entity": "osd.6"} : dispatch 2024-09-06T15:07:41.416 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:41 smithi079 bash[19963]: audit 2024-09-06T15:07:40.259397+0000 mon.smithi079 (mon.0) 472 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get", "entity": "osd.6"} : dispatch 2024-09-06T15:07:41.416 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:41 smithi079 bash[19963]: audit 2024-09-06T15:07:40.261130+0000 mon.smithi079 (mon.0) 473 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:07:41.416 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:41 smithi079 bash[19963]: audit 2024-09-06T15:07:40.261130+0000 mon.smithi079 (mon.0) 473 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:07:41.416 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:41 smithi079 bash[19963]: cephadm 2024-09-06T15:07:40.262655+0000 mgr.smithi079.ijsnjl (mgr.14195) 131 : cephadm [INF] Deploying daemon osd.6 on smithi090 2024-09-06T15:07:41.416 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:41 smithi079 bash[19963]: cephadm 2024-09-06T15:07:40.262655+0000 mgr.smithi079.ijsnjl (mgr.14195) 131 : cephadm [INF] Deploying daemon osd.6 on smithi090 2024-09-06T15:07:41.416 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:41 smithi079 bash[19963]: cluster 2024-09-06T15:07:40.317078+0000 mgr.smithi079.ijsnjl (mgr.14195) 132 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:07:41.416 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:41 smithi079 bash[19963]: cluster 2024-09-06T15:07:40.317078+0000 mgr.smithi079.ijsnjl (mgr.14195) 132 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:07:41.416 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:41 smithi079 bash[19963]: audit 2024-09-06T15:07:40.434184+0000 mon.smithi079 (mon.0) 474 : audit [INF] from='osd.1 [v2:172.21.15.79:6802/3401417264,v1:172.21.15.79:6803/3401417264]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-06T15:07:41.417 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:41 smithi079 bash[19963]: audit 2024-09-06T15:07:40.434184+0000 mon.smithi079 (mon.0) 474 : audit [INF] from='osd.1 [v2:172.21.15.79:6802/3401417264,v1:172.21.15.79:6803/3401417264]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-06T15:07:41.660 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:41 smithi090 bash[25332]: audit 2024-09-06T15:07:40.250146+0000 mon.smithi079 (mon.0) 470 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:07:41.660 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:41 smithi090 bash[25332]: audit 2024-09-06T15:07:40.250146+0000 mon.smithi079 (mon.0) 470 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:07:41.660 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:41 smithi090 bash[25332]: audit 2024-09-06T15:07:40.257814+0000 mon.smithi079 (mon.0) 471 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:07:41.660 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:41 smithi090 bash[25332]: audit 2024-09-06T15:07:40.257814+0000 mon.smithi079 (mon.0) 471 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:07:41.660 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:41 smithi090 bash[25332]: audit 2024-09-06T15:07:40.259397+0000 mon.smithi079 (mon.0) 472 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get", "entity": "osd.6"} : dispatch 2024-09-06T15:07:41.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:41 smithi090 bash[25332]: audit 2024-09-06T15:07:40.259397+0000 mon.smithi079 (mon.0) 472 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get", "entity": "osd.6"} : dispatch 2024-09-06T15:07:41.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:41 smithi090 bash[25332]: audit 2024-09-06T15:07:40.261130+0000 mon.smithi079 (mon.0) 473 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:07:41.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:41 smithi090 bash[25332]: audit 2024-09-06T15:07:40.261130+0000 mon.smithi079 (mon.0) 473 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:07:41.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:41 smithi090 bash[25332]: cephadm 2024-09-06T15:07:40.262655+0000 mgr.smithi079.ijsnjl (mgr.14195) 131 : cephadm [INF] Deploying daemon osd.6 on smithi090 2024-09-06T15:07:41.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:41 smithi090 bash[25332]: cephadm 2024-09-06T15:07:40.262655+0000 mgr.smithi079.ijsnjl (mgr.14195) 131 : cephadm [INF] Deploying daemon osd.6 on smithi090 2024-09-06T15:07:41.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:41 smithi090 bash[25332]: cluster 2024-09-06T15:07:40.317078+0000 mgr.smithi079.ijsnjl (mgr.14195) 132 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:07:41.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:41 smithi090 bash[25332]: cluster 2024-09-06T15:07:40.317078+0000 mgr.smithi079.ijsnjl (mgr.14195) 132 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:07:41.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:41 smithi090 bash[25332]: audit 2024-09-06T15:07:40.434184+0000 mon.smithi079 (mon.0) 474 : audit [INF] from='osd.1 [v2:172.21.15.79:6802/3401417264,v1:172.21.15.79:6803/3401417264]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-06T15:07:41.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:41 smithi090 bash[25332]: audit 2024-09-06T15:07:40.434184+0000 mon.smithi079 (mon.0) 474 : audit [INF] from='osd.1 [v2:172.21.15.79:6802/3401417264,v1:172.21.15.79:6803/3401417264]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-06T15:07:42.536 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:42 smithi079 bash[19963]: audit 2024-09-06T15:07:41.259509+0000 mon.smithi079 (mon.0) 475 : audit [INF] from='osd.1 [v2:172.21.15.79:6802/3401417264,v1:172.21.15.79:6803/3401417264]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-06T15:07:42.563 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:42 smithi079 bash[19963]: audit 2024-09-06T15:07:41.259509+0000 mon.smithi079 (mon.0) 475 : audit [INF] from='osd.1 [v2:172.21.15.79:6802/3401417264,v1:172.21.15.79:6803/3401417264]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-06T15:07:42.563 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:42 smithi079 bash[19963]: cluster 2024-09-06T15:07:41.264106+0000 mon.smithi079 (mon.0) 476 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-09-06T15:07:42.564 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:42 smithi079 bash[19963]: cluster 2024-09-06T15:07:41.264106+0000 mon.smithi079 (mon.0) 476 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-09-06T15:07:42.564 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:42 smithi079 bash[19963]: audit 2024-09-06T15:07:41.265015+0000 mon.smithi079 (mon.0) 477 : audit [INF] from='osd.1 [v2:172.21.15.79:6802/3401417264,v1:172.21.15.79:6803/3401417264]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi079", "root=default"]} : dispatch 2024-09-06T15:07:42.564 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:42 smithi079 bash[19963]: audit 2024-09-06T15:07:41.265015+0000 mon.smithi079 (mon.0) 477 : audit [INF] from='osd.1 [v2:172.21.15.79:6802/3401417264,v1:172.21.15.79:6803/3401417264]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi079", "root=default"]} : dispatch 2024-09-06T15:07:42.564 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:42 smithi079 bash[19963]: audit 2024-09-06T15:07:41.265293+0000 mon.smithi079 (mon.0) 478 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-06T15:07:42.564 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:42 smithi079 bash[19963]: audit 2024-09-06T15:07:41.265293+0000 mon.smithi079 (mon.0) 478 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-06T15:07:42.564 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:42 smithi079 bash[19963]: audit 2024-09-06T15:07:41.265534+0000 mon.smithi079 (mon.0) 479 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-06T15:07:42.564 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:42 smithi079 bash[19963]: audit 2024-09-06T15:07:41.265534+0000 mon.smithi079 (mon.0) 479 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-06T15:07:42.564 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:42 smithi079 bash[19963]: audit 2024-09-06T15:07:41.265740+0000 mon.smithi079 (mon.0) 480 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-06T15:07:42.564 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:42 smithi079 bash[19963]: audit 2024-09-06T15:07:41.265740+0000 mon.smithi079 (mon.0) 480 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-06T15:07:42.564 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:42 smithi079 bash[19963]: audit 2024-09-06T15:07:41.265938+0000 mon.smithi079 (mon.0) 481 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-06T15:07:42.564 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:42 smithi079 bash[19963]: audit 2024-09-06T15:07:41.265938+0000 mon.smithi079 (mon.0) 481 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-06T15:07:42.565 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:42 smithi079 bash[19963]: audit 2024-09-06T15:07:41.266131+0000 mon.smithi079 (mon.0) 482 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-06T15:07:42.565 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:42 smithi079 bash[19963]: audit 2024-09-06T15:07:41.266131+0000 mon.smithi079 (mon.0) 482 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-06T15:07:42.565 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:42 smithi079 bash[19963]: audit 2024-09-06T15:07:41.266322+0000 mon.smithi079 (mon.0) 483 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-06T15:07:42.565 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:42 smithi079 bash[19963]: audit 2024-09-06T15:07:41.266322+0000 mon.smithi079 (mon.0) 483 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-06T15:07:42.565 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:42 smithi079 bash[19963]: audit 2024-09-06T15:07:41.266502+0000 mon.smithi079 (mon.0) 484 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-06T15:07:42.565 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:42 smithi079 bash[19963]: audit 2024-09-06T15:07:41.266502+0000 mon.smithi079 (mon.0) 484 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-06T15:07:42.565 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:42 smithi079 bash[19963]: audit 2024-09-06T15:07:41.266687+0000 mon.smithi079 (mon.0) 485 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-06T15:07:42.565 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:42 smithi079 bash[19963]: audit 2024-09-06T15:07:41.266687+0000 mon.smithi079 (mon.0) 485 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-06T15:07:42.565 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:42 smithi079 bash[19963]: audit 2024-09-06T15:07:41.363125+0000 mon.smithi079 (mon.0) 486 : audit [INF] from='osd.0 ' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-06T15:07:42.565 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:42 smithi079 bash[19963]: audit 2024-09-06T15:07:41.363125+0000 mon.smithi079 (mon.0) 486 : audit [INF] from='osd.0 ' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-06T15:07:42.565 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:42 smithi079 bash[19963]: audit 2024-09-06T15:07:41.364972+0000 mon.smithi090 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.90:6800/1161093107,v1:172.21.15.90:6801/1161093107]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-06T15:07:42.565 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:42 smithi079 bash[19963]: audit 2024-09-06T15:07:41.364972+0000 mon.smithi090 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.90:6800/1161093107,v1:172.21.15.90:6801/1161093107]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-06T15:07:42.565 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:42 smithi079 bash[19963]: audit 2024-09-06T15:07:41.405960+0000 mon.smithi079 (mon.0) 487 : audit [DBG] from='client.? 172.21.15.79:0/804846980' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-06T15:07:42.566 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:42 smithi079 bash[19963]: audit 2024-09-06T15:07:41.405960+0000 mon.smithi079 (mon.0) 487 : audit [DBG] from='client.? 172.21.15.79:0/804846980' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-06T15:07:42.633 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:42 smithi090 bash[25332]: audit 2024-09-06T15:07:41.259509+0000 mon.smithi079 (mon.0) 475 : audit [INF] from='osd.1 [v2:172.21.15.79:6802/3401417264,v1:172.21.15.79:6803/3401417264]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-06T15:07:42.633 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:42 smithi090 bash[25332]: audit 2024-09-06T15:07:41.259509+0000 mon.smithi079 (mon.0) 475 : audit [INF] from='osd.1 [v2:172.21.15.79:6802/3401417264,v1:172.21.15.79:6803/3401417264]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-06T15:07:42.633 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:42 smithi090 bash[25332]: cluster 2024-09-06T15:07:41.264106+0000 mon.smithi079 (mon.0) 476 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-09-06T15:07:42.633 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:42 smithi090 bash[25332]: cluster 2024-09-06T15:07:41.264106+0000 mon.smithi079 (mon.0) 476 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-09-06T15:07:42.633 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:42 smithi090 bash[25332]: audit 2024-09-06T15:07:41.265015+0000 mon.smithi079 (mon.0) 477 : audit [INF] from='osd.1 [v2:172.21.15.79:6802/3401417264,v1:172.21.15.79:6803/3401417264]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi079", "root=default"]} : dispatch 2024-09-06T15:07:42.633 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:42 smithi090 bash[25332]: audit 2024-09-06T15:07:41.265015+0000 mon.smithi079 (mon.0) 477 : audit [INF] from='osd.1 [v2:172.21.15.79:6802/3401417264,v1:172.21.15.79:6803/3401417264]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi079", "root=default"]} : dispatch 2024-09-06T15:07:42.633 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:42 smithi090 bash[25332]: audit 2024-09-06T15:07:41.265293+0000 mon.smithi079 (mon.0) 478 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-06T15:07:42.633 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:42 smithi090 bash[25332]: audit 2024-09-06T15:07:41.265293+0000 mon.smithi079 (mon.0) 478 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-06T15:07:42.633 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:42 smithi090 bash[25332]: audit 2024-09-06T15:07:41.265534+0000 mon.smithi079 (mon.0) 479 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-06T15:07:42.633 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:42 smithi090 bash[25332]: audit 2024-09-06T15:07:41.265534+0000 mon.smithi079 (mon.0) 479 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-06T15:07:42.634 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:42 smithi090 bash[25332]: audit 2024-09-06T15:07:41.265740+0000 mon.smithi079 (mon.0) 480 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-06T15:07:42.634 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:42 smithi090 bash[25332]: audit 2024-09-06T15:07:41.265740+0000 mon.smithi079 (mon.0) 480 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-06T15:07:42.634 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:42 smithi090 bash[25332]: audit 2024-09-06T15:07:41.265938+0000 mon.smithi079 (mon.0) 481 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-06T15:07:42.634 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:42 smithi090 bash[25332]: audit 2024-09-06T15:07:41.265938+0000 mon.smithi079 (mon.0) 481 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-06T15:07:42.634 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:42 smithi090 bash[25332]: audit 2024-09-06T15:07:41.266131+0000 mon.smithi079 (mon.0) 482 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-06T15:07:42.634 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:42 smithi090 bash[25332]: audit 2024-09-06T15:07:41.266131+0000 mon.smithi079 (mon.0) 482 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-06T15:07:42.634 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:42 smithi090 bash[25332]: audit 2024-09-06T15:07:41.266322+0000 mon.smithi079 (mon.0) 483 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-06T15:07:42.634 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:42 smithi090 bash[25332]: audit 2024-09-06T15:07:41.266322+0000 mon.smithi079 (mon.0) 483 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-06T15:07:42.634 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:42 smithi090 bash[25332]: audit 2024-09-06T15:07:41.266502+0000 mon.smithi079 (mon.0) 484 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-06T15:07:42.634 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:42 smithi090 bash[25332]: audit 2024-09-06T15:07:41.266502+0000 mon.smithi079 (mon.0) 484 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-06T15:07:42.634 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:42 smithi090 bash[25332]: audit 2024-09-06T15:07:41.266687+0000 mon.smithi079 (mon.0) 485 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-06T15:07:42.634 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:42 smithi090 bash[25332]: audit 2024-09-06T15:07:41.266687+0000 mon.smithi079 (mon.0) 485 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-06T15:07:42.634 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:42 smithi090 bash[25332]: audit 2024-09-06T15:07:41.363125+0000 mon.smithi079 (mon.0) 486 : audit [INF] from='osd.0 ' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-06T15:07:42.635 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:42 smithi090 bash[25332]: audit 2024-09-06T15:07:41.363125+0000 mon.smithi079 (mon.0) 486 : audit [INF] from='osd.0 ' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-06T15:07:42.635 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:42 smithi090 bash[25332]: audit 2024-09-06T15:07:41.364972+0000 mon.smithi090 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.90:6800/1161093107,v1:172.21.15.90:6801/1161093107]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-06T15:07:42.635 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:42 smithi090 bash[25332]: audit 2024-09-06T15:07:41.364972+0000 mon.smithi090 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.90:6800/1161093107,v1:172.21.15.90:6801/1161093107]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-06T15:07:42.635 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:42 smithi090 bash[25332]: audit 2024-09-06T15:07:41.405960+0000 mon.smithi079 (mon.0) 487 : audit [DBG] from='client.? 172.21.15.79:0/804846980' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-06T15:07:42.635 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:42 smithi090 bash[25332]: audit 2024-09-06T15:07:41.405960+0000 mon.smithi079 (mon.0) 487 : audit [DBG] from='client.? 172.21.15.79:0/804846980' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-06T15:07:42.997 INFO:teuthology.orchestra.run.smithi079.stdout:{"epoch":14,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1725635225,"num_remapped_pgs":0} 2024-09-06T15:07:43.477 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:43 smithi079 bash[19963]: audit 2024-09-06T15:07:42.261908+0000 mon.smithi079 (mon.0) 488 : audit [INF] from='osd.1 [v2:172.21.15.79:6802/3401417264,v1:172.21.15.79:6803/3401417264]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]': finished 2024-09-06T15:07:43.477 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:43 smithi079 bash[19963]: audit 2024-09-06T15:07:42.261908+0000 mon.smithi079 (mon.0) 488 : audit [INF] from='osd.1 [v2:172.21.15.79:6802/3401417264,v1:172.21.15.79:6803/3401417264]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]': finished 2024-09-06T15:07:43.477 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:43 smithi079 bash[19963]: audit 2024-09-06T15:07:42.262054+0000 mon.smithi079 (mon.0) 489 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-06T15:07:43.478 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:43 smithi079 bash[19963]: audit 2024-09-06T15:07:42.262054+0000 mon.smithi079 (mon.0) 489 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-06T15:07:43.478 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:43 smithi079 bash[19963]: cluster 2024-09-06T15:07:42.268828+0000 mon.smithi079 (mon.0) 490 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-09-06T15:07:43.478 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:43 smithi079 bash[19963]: cluster 2024-09-06T15:07:42.268828+0000 mon.smithi079 (mon.0) 490 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-09-06T15:07:43.478 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:43 smithi079 bash[19963]: audit 2024-09-06T15:07:42.270016+0000 mon.smithi090 (mon.1) 12 : audit [INF] from='osd.0 [v2:172.21.15.90:6800/1161093107,v1:172.21.15.90:6801/1161093107]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi090", "root=default"]} : dispatch 2024-09-06T15:07:43.478 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:43 smithi079 bash[19963]: audit 2024-09-06T15:07:42.270016+0000 mon.smithi090 (mon.1) 12 : audit [INF] from='osd.0 [v2:172.21.15.90:6800/1161093107,v1:172.21.15.90:6801/1161093107]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi090", "root=default"]} : dispatch 2024-09-06T15:07:43.478 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:43 smithi079 bash[19963]: audit 2024-09-06T15:07:42.270704+0000 mon.smithi079 (mon.0) 491 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-06T15:07:43.478 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:43 smithi079 bash[19963]: audit 2024-09-06T15:07:42.270704+0000 mon.smithi079 (mon.0) 491 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-06T15:07:43.478 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:43 smithi079 bash[19963]: audit 2024-09-06T15:07:42.271159+0000 mon.smithi079 (mon.0) 492 : audit [INF] from='osd.0 ' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi090", "root=default"]} : dispatch 2024-09-06T15:07:43.479 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:43 smithi079 bash[19963]: audit 2024-09-06T15:07:42.271159+0000 mon.smithi079 (mon.0) 492 : audit [INF] from='osd.0 ' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi090", "root=default"]} : dispatch 2024-09-06T15:07:43.479 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:43 smithi079 bash[19963]: audit 2024-09-06T15:07:42.271863+0000 mon.smithi079 (mon.0) 493 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-06T15:07:43.479 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:43 smithi079 bash[19963]: audit 2024-09-06T15:07:42.271863+0000 mon.smithi079 (mon.0) 493 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-06T15:07:43.479 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:43 smithi079 bash[19963]: audit 2024-09-06T15:07:42.282365+0000 mon.smithi079 (mon.0) 494 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-06T15:07:43.479 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:43 smithi079 bash[19963]: audit 2024-09-06T15:07:42.282365+0000 mon.smithi079 (mon.0) 494 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-06T15:07:43.479 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:43 smithi079 bash[19963]: audit 2024-09-06T15:07:42.282573+0000 mon.smithi079 (mon.0) 495 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-06T15:07:43.479 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:43 smithi079 bash[19963]: audit 2024-09-06T15:07:42.282573+0000 mon.smithi079 (mon.0) 495 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-06T15:07:43.479 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:43 smithi079 bash[19963]: audit 2024-09-06T15:07:42.282836+0000 mon.smithi079 (mon.0) 496 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-06T15:07:43.479 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:43 smithi079 bash[19963]: audit 2024-09-06T15:07:42.282836+0000 mon.smithi079 (mon.0) 496 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-06T15:07:43.479 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:43 smithi079 bash[19963]: audit 2024-09-06T15:07:42.283062+0000 mon.smithi079 (mon.0) 497 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-06T15:07:43.479 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:43 smithi079 bash[19963]: audit 2024-09-06T15:07:42.283062+0000 mon.smithi079 (mon.0) 497 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-06T15:07:43.479 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:43 smithi079 bash[19963]: audit 2024-09-06T15:07:42.283304+0000 mon.smithi079 (mon.0) 498 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-06T15:07:43.480 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:43 smithi079 bash[19963]: audit 2024-09-06T15:07:42.283304+0000 mon.smithi079 (mon.0) 498 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-06T15:07:43.480 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:43 smithi079 bash[19963]: audit 2024-09-06T15:07:42.283515+0000 mon.smithi079 (mon.0) 499 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-06T15:07:43.480 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:43 smithi079 bash[19963]: audit 2024-09-06T15:07:42.283515+0000 mon.smithi079 (mon.0) 499 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-06T15:07:43.480 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:43 smithi079 bash[19963]: audit 2024-09-06T15:07:42.283770+0000 mon.smithi079 (mon.0) 500 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-06T15:07:43.480 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:43 smithi079 bash[19963]: audit 2024-09-06T15:07:42.283770+0000 mon.smithi079 (mon.0) 500 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-06T15:07:43.480 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:43 smithi079 bash[19963]: cluster 2024-09-06T15:07:42.317388+0000 mgr.smithi079.ijsnjl (mgr.14195) 133 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:07:43.480 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:43 smithi079 bash[19963]: cluster 2024-09-06T15:07:42.317388+0000 mgr.smithi079.ijsnjl (mgr.14195) 133 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:07:43.480 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:43 smithi079 bash[19963]: audit 2024-09-06T15:07:43.263515+0000 mon.smithi079 (mon.0) 501 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi090", "root=default"]}]': finished 2024-09-06T15:07:43.480 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:43 smithi079 bash[19963]: audit 2024-09-06T15:07:43.263515+0000 mon.smithi079 (mon.0) 501 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi090", "root=default"]}]': finished 2024-09-06T15:07:43.480 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:43 smithi079 bash[19963]: cluster 2024-09-06T15:07:43.270145+0000 mon.smithi079 (mon.0) 502 : cluster [INF] osd.1 [v2:172.21.15.79:6802/3401417264,v1:172.21.15.79:6803/3401417264] boot 2024-09-06T15:07:43.480 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:43 smithi079 bash[19963]: cluster 2024-09-06T15:07:43.270145+0000 mon.smithi079 (mon.0) 502 : cluster [INF] osd.1 [v2:172.21.15.79:6802/3401417264,v1:172.21.15.79:6803/3401417264] boot 2024-09-06T15:07:43.480 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:43 smithi079 bash[19963]: cluster 2024-09-06T15:07:43.270184+0000 mon.smithi079 (mon.0) 503 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-09-06T15:07:43.480 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:43 smithi079 bash[19963]: cluster 2024-09-06T15:07:43.270184+0000 mon.smithi079 (mon.0) 503 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-09-06T15:07:43.481 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:43 smithi079 bash[19963]: audit 2024-09-06T15:07:43.270558+0000 mon.smithi079 (mon.0) 504 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-06T15:07:43.481 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:43 smithi079 bash[19963]: audit 2024-09-06T15:07:43.270558+0000 mon.smithi079 (mon.0) 504 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-06T15:07:43.481 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:43 smithi079 bash[19963]: audit 2024-09-06T15:07:43.270941+0000 mon.smithi079 (mon.0) 505 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-06T15:07:43.481 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:43 smithi079 bash[19963]: audit 2024-09-06T15:07:43.270941+0000 mon.smithi079 (mon.0) 505 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-06T15:07:43.481 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:43 smithi079 bash[19963]: audit 2024-09-06T15:07:43.271256+0000 mon.smithi079 (mon.0) 506 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-06T15:07:43.481 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:43 smithi079 bash[19963]: audit 2024-09-06T15:07:43.271256+0000 mon.smithi079 (mon.0) 506 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-06T15:07:43.481 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:43 smithi079 bash[19963]: audit 2024-09-06T15:07:43.271465+0000 mon.smithi079 (mon.0) 507 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-06T15:07:43.481 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:43 smithi079 bash[19963]: audit 2024-09-06T15:07:43.271465+0000 mon.smithi079 (mon.0) 507 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-06T15:07:43.481 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:43 smithi079 bash[19963]: audit 2024-09-06T15:07:43.271791+0000 mon.smithi079 (mon.0) 508 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-06T15:07:43.481 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:43 smithi079 bash[19963]: audit 2024-09-06T15:07:43.271791+0000 mon.smithi079 (mon.0) 508 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-06T15:07:43.481 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:43 smithi079 bash[19963]: audit 2024-09-06T15:07:43.272013+0000 mon.smithi079 (mon.0) 509 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-06T15:07:43.481 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:43 smithi079 bash[19963]: audit 2024-09-06T15:07:43.272013+0000 mon.smithi079 (mon.0) 509 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-06T15:07:43.660 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:43 smithi090 bash[25332]: audit 2024-09-06T15:07:42.261908+0000 mon.smithi079 (mon.0) 488 : audit [INF] from='osd.1 [v2:172.21.15.79:6802/3401417264,v1:172.21.15.79:6803/3401417264]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]': finished 2024-09-06T15:07:43.660 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:43 smithi090 bash[25332]: audit 2024-09-06T15:07:42.261908+0000 mon.smithi079 (mon.0) 488 : audit [INF] from='osd.1 [v2:172.21.15.79:6802/3401417264,v1:172.21.15.79:6803/3401417264]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]': finished 2024-09-06T15:07:43.660 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:43 smithi090 bash[25332]: audit 2024-09-06T15:07:42.262054+0000 mon.smithi079 (mon.0) 489 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-06T15:07:43.660 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:43 smithi090 bash[25332]: audit 2024-09-06T15:07:42.262054+0000 mon.smithi079 (mon.0) 489 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-06T15:07:43.660 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:43 smithi090 bash[25332]: cluster 2024-09-06T15:07:42.268828+0000 mon.smithi079 (mon.0) 490 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-09-06T15:07:43.660 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:43 smithi090 bash[25332]: cluster 2024-09-06T15:07:42.268828+0000 mon.smithi079 (mon.0) 490 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-09-06T15:07:43.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:43 smithi090 bash[25332]: audit 2024-09-06T15:07:42.270016+0000 mon.smithi090 (mon.1) 12 : audit [INF] from='osd.0 [v2:172.21.15.90:6800/1161093107,v1:172.21.15.90:6801/1161093107]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi090", "root=default"]} : dispatch 2024-09-06T15:07:43.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:43 smithi090 bash[25332]: audit 2024-09-06T15:07:42.270016+0000 mon.smithi090 (mon.1) 12 : audit [INF] from='osd.0 [v2:172.21.15.90:6800/1161093107,v1:172.21.15.90:6801/1161093107]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi090", "root=default"]} : dispatch 2024-09-06T15:07:43.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:43 smithi090 bash[25332]: audit 2024-09-06T15:07:42.270704+0000 mon.smithi079 (mon.0) 491 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-06T15:07:43.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:43 smithi090 bash[25332]: audit 2024-09-06T15:07:42.270704+0000 mon.smithi079 (mon.0) 491 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-06T15:07:43.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:43 smithi090 bash[25332]: audit 2024-09-06T15:07:42.271159+0000 mon.smithi079 (mon.0) 492 : audit [INF] from='osd.0 ' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi090", "root=default"]} : dispatch 2024-09-06T15:07:43.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:43 smithi090 bash[25332]: audit 2024-09-06T15:07:42.271159+0000 mon.smithi079 (mon.0) 492 : audit [INF] from='osd.0 ' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi090", "root=default"]} : dispatch 2024-09-06T15:07:43.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:43 smithi090 bash[25332]: audit 2024-09-06T15:07:42.271863+0000 mon.smithi079 (mon.0) 493 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-06T15:07:43.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:43 smithi090 bash[25332]: audit 2024-09-06T15:07:42.271863+0000 mon.smithi079 (mon.0) 493 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-06T15:07:43.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:43 smithi090 bash[25332]: audit 2024-09-06T15:07:42.282365+0000 mon.smithi079 (mon.0) 494 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-06T15:07:43.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:43 smithi090 bash[25332]: audit 2024-09-06T15:07:42.282365+0000 mon.smithi079 (mon.0) 494 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-06T15:07:43.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:43 smithi090 bash[25332]: audit 2024-09-06T15:07:42.282573+0000 mon.smithi079 (mon.0) 495 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-06T15:07:43.662 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:43 smithi090 bash[25332]: audit 2024-09-06T15:07:42.282573+0000 mon.smithi079 (mon.0) 495 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-06T15:07:43.662 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:43 smithi090 bash[25332]: audit 2024-09-06T15:07:42.282836+0000 mon.smithi079 (mon.0) 496 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-06T15:07:43.662 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:43 smithi090 bash[25332]: audit 2024-09-06T15:07:42.282836+0000 mon.smithi079 (mon.0) 496 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-06T15:07:43.662 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:43 smithi090 bash[25332]: audit 2024-09-06T15:07:42.283062+0000 mon.smithi079 (mon.0) 497 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-06T15:07:43.662 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:43 smithi090 bash[25332]: audit 2024-09-06T15:07:42.283062+0000 mon.smithi079 (mon.0) 497 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-06T15:07:43.662 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:43 smithi090 bash[25332]: audit 2024-09-06T15:07:42.283304+0000 mon.smithi079 (mon.0) 498 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-06T15:07:43.662 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:43 smithi090 bash[25332]: audit 2024-09-06T15:07:42.283304+0000 mon.smithi079 (mon.0) 498 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-06T15:07:43.662 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:43 smithi090 bash[25332]: audit 2024-09-06T15:07:42.283515+0000 mon.smithi079 (mon.0) 499 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-06T15:07:43.662 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:43 smithi090 bash[25332]: audit 2024-09-06T15:07:42.283515+0000 mon.smithi079 (mon.0) 499 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-06T15:07:43.662 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:43 smithi090 bash[25332]: audit 2024-09-06T15:07:42.283770+0000 mon.smithi079 (mon.0) 500 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-06T15:07:43.662 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:43 smithi090 bash[25332]: audit 2024-09-06T15:07:42.283770+0000 mon.smithi079 (mon.0) 500 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-06T15:07:43.663 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:43 smithi090 bash[25332]: cluster 2024-09-06T15:07:42.317388+0000 mgr.smithi079.ijsnjl (mgr.14195) 133 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:07:43.663 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:43 smithi090 bash[25332]: cluster 2024-09-06T15:07:42.317388+0000 mgr.smithi079.ijsnjl (mgr.14195) 133 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-06T15:07:43.663 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:43 smithi090 bash[25332]: audit 2024-09-06T15:07:43.263515+0000 mon.smithi079 (mon.0) 501 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi090", "root=default"]}]': finished 2024-09-06T15:07:43.663 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:43 smithi090 bash[25332]: audit 2024-09-06T15:07:43.263515+0000 mon.smithi079 (mon.0) 501 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi090", "root=default"]}]': finished 2024-09-06T15:07:43.663 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:43 smithi090 bash[25332]: cluster 2024-09-06T15:07:43.270145+0000 mon.smithi079 (mon.0) 502 : cluster [INF] osd.1 [v2:172.21.15.79:6802/3401417264,v1:172.21.15.79:6803/3401417264] boot 2024-09-06T15:07:43.663 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:43 smithi090 bash[25332]: cluster 2024-09-06T15:07:43.270145+0000 mon.smithi079 (mon.0) 502 : cluster [INF] osd.1 [v2:172.21.15.79:6802/3401417264,v1:172.21.15.79:6803/3401417264] boot 2024-09-06T15:07:43.663 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:43 smithi090 bash[25332]: cluster 2024-09-06T15:07:43.270184+0000 mon.smithi079 (mon.0) 503 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-09-06T15:07:43.663 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:43 smithi090 bash[25332]: cluster 2024-09-06T15:07:43.270184+0000 mon.smithi079 (mon.0) 503 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-09-06T15:07:43.663 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:43 smithi090 bash[25332]: audit 2024-09-06T15:07:43.270558+0000 mon.smithi079 (mon.0) 504 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-06T15:07:43.664 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:43 smithi090 bash[25332]: audit 2024-09-06T15:07:43.270558+0000 mon.smithi079 (mon.0) 504 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-06T15:07:43.664 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:43 smithi090 bash[25332]: audit 2024-09-06T15:07:43.270941+0000 mon.smithi079 (mon.0) 505 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-06T15:07:43.664 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:43 smithi090 bash[25332]: audit 2024-09-06T15:07:43.270941+0000 mon.smithi079 (mon.0) 505 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-06T15:07:43.664 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:43 smithi090 bash[25332]: audit 2024-09-06T15:07:43.271256+0000 mon.smithi079 (mon.0) 506 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-06T15:07:43.664 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:43 smithi090 bash[25332]: audit 2024-09-06T15:07:43.271256+0000 mon.smithi079 (mon.0) 506 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-06T15:07:43.664 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:43 smithi090 bash[25332]: audit 2024-09-06T15:07:43.271465+0000 mon.smithi079 (mon.0) 507 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-06T15:07:43.664 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:43 smithi090 bash[25332]: audit 2024-09-06T15:07:43.271465+0000 mon.smithi079 (mon.0) 507 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-06T15:07:43.664 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:43 smithi090 bash[25332]: audit 2024-09-06T15:07:43.271791+0000 mon.smithi079 (mon.0) 508 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-06T15:07:43.664 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:43 smithi090 bash[25332]: audit 2024-09-06T15:07:43.271791+0000 mon.smithi079 (mon.0) 508 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-06T15:07:43.664 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:43 smithi090 bash[25332]: audit 2024-09-06T15:07:43.272013+0000 mon.smithi079 (mon.0) 509 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-06T15:07:43.664 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:43 smithi090 bash[25332]: audit 2024-09-06T15:07:43.272013+0000 mon.smithi079 (mon.0) 509 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-06T15:07:43.999 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8b38c33cecf4b0b7a9b3116eb9089e21e444ac73 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d8ce0702-6c60-11ef-bce4-c7b262605968 -- ceph osd stat -f json 2024-09-06T15:07:44.535 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:44 smithi079 bash[19963]: cluster 2024-09-06T15:07:41.409631+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-06T15:07:44.535 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:44 smithi079 bash[19963]: cluster 2024-09-06T15:07:41.409631+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-06T15:07:44.535 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:44 smithi079 bash[19963]: cluster 2024-09-06T15:07:41.409698+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-06T15:07:44.535 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:44 smithi079 bash[19963]: cluster 2024-09-06T15:07:41.409698+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-06T15:07:44.536 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:44 smithi079 bash[19963]: audit 2024-09-06T15:07:43.272889+0000 mon.smithi079 (mon.0) 510 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-06T15:07:44.536 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:44 smithi079 bash[19963]: audit 2024-09-06T15:07:43.272889+0000 mon.smithi079 (mon.0) 510 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-06T15:07:44.536 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:44 smithi079 bash[19963]: audit 2024-09-06T15:07:43.273107+0000 mon.smithi079 (mon.0) 511 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-06T15:07:44.536 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:44 smithi079 bash[19963]: audit 2024-09-06T15:07:43.273107+0000 mon.smithi079 (mon.0) 511 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-06T15:07:44.536 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:44 smithi079 bash[19963]: audit 2024-09-06T15:07:43.273369+0000 mon.smithi079 (mon.0) 512 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-06T15:07:44.536 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:44 smithi079 bash[19963]: audit 2024-09-06T15:07:43.273369+0000 mon.smithi079 (mon.0) 512 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-06T15:07:44.536 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:44 smithi079 bash[19963]: audit 2024-09-06T15:07:43.770771+0000 mon.smithi079 (mon.0) 513 : audit [INF] from='osd.0 ' entity='osd.0' 2024-09-06T15:07:44.536 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:44 smithi079 bash[19963]: audit 2024-09-06T15:07:43.770771+0000 mon.smithi079 (mon.0) 513 : audit [INF] from='osd.0 ' entity='osd.0' 2024-09-06T15:07:44.536 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:44 smithi079 bash[19963]: audit 2024-09-06T15:07:44.272702+0000 mon.smithi079 (mon.0) 514 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-06T15:07:44.536 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:44 smithi079 bash[19963]: audit 2024-09-06T15:07:44.272702+0000 mon.smithi079 (mon.0) 514 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-06T15:07:44.659 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:44 smithi090 bash[25332]: cluster 2024-09-06T15:07:41.409631+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-06T15:07:44.660 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:44 smithi090 bash[25332]: cluster 2024-09-06T15:07:41.409631+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-06T15:07:44.660 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:44 smithi090 bash[25332]: cluster 2024-09-06T15:07:41.409698+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-06T15:07:44.660 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:44 smithi090 bash[25332]: cluster 2024-09-06T15:07:41.409698+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-06T15:07:44.660 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:44 smithi090 bash[25332]: audit 2024-09-06T15:07:43.272889+0000 mon.smithi079 (mon.0) 510 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-06T15:07:44.660 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:44 smithi090 bash[25332]: audit 2024-09-06T15:07:43.272889+0000 mon.smithi079 (mon.0) 510 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-06T15:07:44.660 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:44 smithi090 bash[25332]: audit 2024-09-06T15:07:43.273107+0000 mon.smithi079 (mon.0) 511 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-06T15:07:44.660 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:44 smithi090 bash[25332]: audit 2024-09-06T15:07:43.273107+0000 mon.smithi079 (mon.0) 511 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-06T15:07:44.660 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:44 smithi090 bash[25332]: audit 2024-09-06T15:07:43.273369+0000 mon.smithi079 (mon.0) 512 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-06T15:07:44.660 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:44 smithi090 bash[25332]: audit 2024-09-06T15:07:43.273369+0000 mon.smithi079 (mon.0) 512 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-06T15:07:44.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:44 smithi090 bash[25332]: audit 2024-09-06T15:07:43.770771+0000 mon.smithi079 (mon.0) 513 : audit [INF] from='osd.0 ' entity='osd.0' 2024-09-06T15:07:44.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:44 smithi090 bash[25332]: audit 2024-09-06T15:07:43.770771+0000 mon.smithi079 (mon.0) 513 : audit [INF] from='osd.0 ' entity='osd.0' 2024-09-06T15:07:44.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:44 smithi090 bash[25332]: audit 2024-09-06T15:07:44.272702+0000 mon.smithi079 (mon.0) 514 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-06T15:07:44.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:44 smithi090 bash[25332]: audit 2024-09-06T15:07:44.272702+0000 mon.smithi079 (mon.0) 514 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-06T15:07:45.535 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:45 smithi079 bash[19963]: cluster 2024-09-06T15:07:42.337638+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-06T15:07:45.536 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:45 smithi079 bash[19963]: cluster 2024-09-06T15:07:42.337638+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-06T15:07:45.536 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:45 smithi079 bash[19963]: cluster 2024-09-06T15:07:42.337762+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-06T15:07:45.536 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:45 smithi079 bash[19963]: cluster 2024-09-06T15:07:42.337762+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-06T15:07:45.536 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:45 smithi079 bash[19963]: cluster 2024-09-06T15:07:44.317809+0000 mgr.smithi079.ijsnjl (mgr.14195) 134 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2024-09-06T15:07:45.536 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:45 smithi079 bash[19963]: cluster 2024-09-06T15:07:44.317809+0000 mgr.smithi079.ijsnjl (mgr.14195) 134 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2024-09-06T15:07:45.536 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:45 smithi079 bash[19963]: cluster 2024-09-06T15:07:44.362480+0000 mon.smithi079 (mon.0) 515 : cluster [INF] osd.0 [v2:172.21.15.90:6800/1161093107,v1:172.21.15.90:6801/1161093107] boot 2024-09-06T15:07:45.536 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:45 smithi079 bash[19963]: cluster 2024-09-06T15:07:44.362480+0000 mon.smithi079 (mon.0) 515 : cluster [INF] osd.0 [v2:172.21.15.90:6800/1161093107,v1:172.21.15.90:6801/1161093107] boot 2024-09-06T15:07:45.536 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:45 smithi079 bash[19963]: cluster 2024-09-06T15:07:44.362556+0000 mon.smithi079 (mon.0) 516 : cluster [DBG] osdmap e17: 8 total, 2 up, 8 in 2024-09-06T15:07:45.536 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:45 smithi079 bash[19963]: cluster 2024-09-06T15:07:44.362556+0000 mon.smithi079 (mon.0) 516 : cluster [DBG] osdmap e17: 8 total, 2 up, 8 in 2024-09-06T15:07:45.537 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:45 smithi079 bash[19963]: audit 2024-09-06T15:07:44.363247+0000 mon.smithi079 (mon.0) 517 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-06T15:07:45.537 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:45 smithi079 bash[19963]: audit 2024-09-06T15:07:44.363247+0000 mon.smithi079 (mon.0) 517 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-06T15:07:45.537 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:45 smithi079 bash[19963]: audit 2024-09-06T15:07:44.364148+0000 mon.smithi079 (mon.0) 518 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-06T15:07:45.537 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:45 smithi079 bash[19963]: audit 2024-09-06T15:07:44.364148+0000 mon.smithi079 (mon.0) 518 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-06T15:07:45.537 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:45 smithi079 bash[19963]: audit 2024-09-06T15:07:44.364772+0000 mon.smithi079 (mon.0) 519 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-06T15:07:45.537 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:45 smithi079 bash[19963]: audit 2024-09-06T15:07:44.364772+0000 mon.smithi079 (mon.0) 519 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-06T15:07:45.537 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:45 smithi079 bash[19963]: audit 2024-09-06T15:07:44.365298+0000 mon.smithi079 (mon.0) 520 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-06T15:07:45.537 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:45 smithi079 bash[19963]: audit 2024-09-06T15:07:44.365298+0000 mon.smithi079 (mon.0) 520 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-06T15:07:45.537 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:45 smithi079 bash[19963]: audit 2024-09-06T15:07:44.372761+0000 mon.smithi079 (mon.0) 521 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-06T15:07:45.537 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:45 smithi079 bash[19963]: audit 2024-09-06T15:07:44.372761+0000 mon.smithi079 (mon.0) 521 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-06T15:07:45.537 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:45 smithi079 bash[19963]: audit 2024-09-06T15:07:44.373246+0000 mon.smithi079 (mon.0) 522 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-06T15:07:45.538 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:45 smithi079 bash[19963]: audit 2024-09-06T15:07:44.373246+0000 mon.smithi079 (mon.0) 522 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-06T15:07:45.538 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:45 smithi079 bash[19963]: audit 2024-09-06T15:07:44.374048+0000 mon.smithi079 (mon.0) 523 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-06T15:07:45.538 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:45 smithi079 bash[19963]: audit 2024-09-06T15:07:44.374048+0000 mon.smithi079 (mon.0) 523 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-06T15:07:45.660 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:45 smithi090 bash[25332]: cluster 2024-09-06T15:07:42.337638+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-06T15:07:45.660 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:45 smithi090 bash[25332]: cluster 2024-09-06T15:07:42.337638+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-06T15:07:45.660 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:45 smithi090 bash[25332]: cluster 2024-09-06T15:07:42.337762+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-06T15:07:45.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:45 smithi090 bash[25332]: cluster 2024-09-06T15:07:42.337762+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-06T15:07:45.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:45 smithi090 bash[25332]: cluster 2024-09-06T15:07:44.317809+0000 mgr.smithi079.ijsnjl (mgr.14195) 134 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2024-09-06T15:07:45.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:45 smithi090 bash[25332]: cluster 2024-09-06T15:07:44.317809+0000 mgr.smithi079.ijsnjl (mgr.14195) 134 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2024-09-06T15:07:45.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:45 smithi090 bash[25332]: cluster 2024-09-06T15:07:44.362480+0000 mon.smithi079 (mon.0) 515 : cluster [INF] osd.0 [v2:172.21.15.90:6800/1161093107,v1:172.21.15.90:6801/1161093107] boot 2024-09-06T15:07:45.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:45 smithi090 bash[25332]: cluster 2024-09-06T15:07:44.362480+0000 mon.smithi079 (mon.0) 515 : cluster [INF] osd.0 [v2:172.21.15.90:6800/1161093107,v1:172.21.15.90:6801/1161093107] boot 2024-09-06T15:07:45.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:45 smithi090 bash[25332]: cluster 2024-09-06T15:07:44.362556+0000 mon.smithi079 (mon.0) 516 : cluster [DBG] osdmap e17: 8 total, 2 up, 8 in 2024-09-06T15:07:45.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:45 smithi090 bash[25332]: cluster 2024-09-06T15:07:44.362556+0000 mon.smithi079 (mon.0) 516 : cluster [DBG] osdmap e17: 8 total, 2 up, 8 in 2024-09-06T15:07:45.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:45 smithi090 bash[25332]: audit 2024-09-06T15:07:44.363247+0000 mon.smithi079 (mon.0) 517 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-06T15:07:45.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:45 smithi090 bash[25332]: audit 2024-09-06T15:07:44.363247+0000 mon.smithi079 (mon.0) 517 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-06T15:07:45.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:45 smithi090 bash[25332]: audit 2024-09-06T15:07:44.364148+0000 mon.smithi079 (mon.0) 518 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-06T15:07:45.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:45 smithi090 bash[25332]: audit 2024-09-06T15:07:44.364148+0000 mon.smithi079 (mon.0) 518 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-06T15:07:45.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:45 smithi090 bash[25332]: audit 2024-09-06T15:07:44.364772+0000 mon.smithi079 (mon.0) 519 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-06T15:07:45.662 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:45 smithi090 bash[25332]: audit 2024-09-06T15:07:44.364772+0000 mon.smithi079 (mon.0) 519 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-06T15:07:45.662 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:45 smithi090 bash[25332]: audit 2024-09-06T15:07:44.365298+0000 mon.smithi079 (mon.0) 520 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-06T15:07:45.662 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:45 smithi090 bash[25332]: audit 2024-09-06T15:07:44.365298+0000 mon.smithi079 (mon.0) 520 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-06T15:07:45.662 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:45 smithi090 bash[25332]: audit 2024-09-06T15:07:44.372761+0000 mon.smithi079 (mon.0) 521 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-06T15:07:45.662 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:45 smithi090 bash[25332]: audit 2024-09-06T15:07:44.372761+0000 mon.smithi079 (mon.0) 521 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-06T15:07:45.662 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:45 smithi090 bash[25332]: audit 2024-09-06T15:07:44.373246+0000 mon.smithi079 (mon.0) 522 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-06T15:07:45.662 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:45 smithi090 bash[25332]: audit 2024-09-06T15:07:44.373246+0000 mon.smithi079 (mon.0) 522 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-06T15:07:45.662 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:45 smithi090 bash[25332]: audit 2024-09-06T15:07:44.374048+0000 mon.smithi079 (mon.0) 523 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-06T15:07:45.662 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:45 smithi090 bash[25332]: audit 2024-09-06T15:07:44.374048+0000 mon.smithi079 (mon.0) 523 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-06T15:07:46.660 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:46 smithi090 bash[25332]: cluster 2024-09-06T15:07:45.381569+0000 mon.smithi079 (mon.0) 524 : cluster [DBG] osdmap e18: 8 total, 2 up, 8 in 2024-09-06T15:07:46.660 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:46 smithi090 bash[25332]: cluster 2024-09-06T15:07:45.381569+0000 mon.smithi079 (mon.0) 524 : cluster [DBG] osdmap e18: 8 total, 2 up, 8 in 2024-09-06T15:07:46.660 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:46 smithi090 bash[25332]: audit 2024-09-06T15:07:45.381892+0000 mon.smithi079 (mon.0) 525 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-06T15:07:46.660 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:46 smithi090 bash[25332]: audit 2024-09-06T15:07:45.381892+0000 mon.smithi079 (mon.0) 525 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-06T15:07:46.660 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:46 smithi090 bash[25332]: audit 2024-09-06T15:07:45.382660+0000 mon.smithi079 (mon.0) 526 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-06T15:07:46.660 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:46 smithi090 bash[25332]: audit 2024-09-06T15:07:45.382660+0000 mon.smithi079 (mon.0) 526 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-06T15:07:46.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:46 smithi090 bash[25332]: audit 2024-09-06T15:07:45.383125+0000 mon.smithi079 (mon.0) 527 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-06T15:07:46.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:46 smithi090 bash[25332]: audit 2024-09-06T15:07:45.383125+0000 mon.smithi079 (mon.0) 527 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-06T15:07:46.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:46 smithi090 bash[25332]: audit 2024-09-06T15:07:45.383527+0000 mon.smithi079 (mon.0) 528 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-06T15:07:46.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:46 smithi090 bash[25332]: audit 2024-09-06T15:07:45.383527+0000 mon.smithi079 (mon.0) 528 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-06T15:07:46.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:46 smithi090 bash[25332]: audit 2024-09-06T15:07:45.383901+0000 mon.smithi079 (mon.0) 529 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-06T15:07:46.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:46 smithi090 bash[25332]: audit 2024-09-06T15:07:45.383901+0000 mon.smithi079 (mon.0) 529 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-06T15:07:46.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:46 smithi090 bash[25332]: audit 2024-09-06T15:07:45.384270+0000 mon.smithi079 (mon.0) 530 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-06T15:07:46.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:46 smithi090 bash[25332]: audit 2024-09-06T15:07:45.384270+0000 mon.smithi079 (mon.0) 530 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-06T15:07:46.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:46 smithi090 bash[25332]: audit 2024-09-06T15:07:46.249187+0000 mon.smithi079 (mon.0) 531 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:07:46.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:46 smithi090 bash[25332]: audit 2024-09-06T15:07:46.249187+0000 mon.smithi079 (mon.0) 531 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:07:46.724 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:46 smithi079 bash[19963]: cluster 2024-09-06T15:07:45.381569+0000 mon.smithi079 (mon.0) 524 : cluster [DBG] osdmap e18: 8 total, 2 up, 8 in 2024-09-06T15:07:46.724 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:46 smithi079 bash[19963]: cluster 2024-09-06T15:07:45.381569+0000 mon.smithi079 (mon.0) 524 : cluster [DBG] osdmap e18: 8 total, 2 up, 8 in 2024-09-06T15:07:46.724 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:46 smithi079 bash[19963]: audit 2024-09-06T15:07:45.381892+0000 mon.smithi079 (mon.0) 525 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-06T15:07:46.725 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:46 smithi079 bash[19963]: audit 2024-09-06T15:07:45.381892+0000 mon.smithi079 (mon.0) 525 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-06T15:07:46.725 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:46 smithi079 bash[19963]: audit 2024-09-06T15:07:45.382660+0000 mon.smithi079 (mon.0) 526 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-06T15:07:46.725 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:46 smithi079 bash[19963]: audit 2024-09-06T15:07:45.382660+0000 mon.smithi079 (mon.0) 526 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-06T15:07:46.725 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:46 smithi079 bash[19963]: audit 2024-09-06T15:07:45.383125+0000 mon.smithi079 (mon.0) 527 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-06T15:07:46.725 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:46 smithi079 bash[19963]: audit 2024-09-06T15:07:45.383125+0000 mon.smithi079 (mon.0) 527 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-06T15:07:46.725 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:46 smithi079 bash[19963]: audit 2024-09-06T15:07:45.383527+0000 mon.smithi079 (mon.0) 528 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-06T15:07:46.725 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:46 smithi079 bash[19963]: audit 2024-09-06T15:07:45.383527+0000 mon.smithi079 (mon.0) 528 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-06T15:07:46.725 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:46 smithi079 bash[19963]: audit 2024-09-06T15:07:45.383901+0000 mon.smithi079 (mon.0) 529 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-06T15:07:46.725 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:46 smithi079 bash[19963]: audit 2024-09-06T15:07:45.383901+0000 mon.smithi079 (mon.0) 529 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-06T15:07:46.725 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:46 smithi079 bash[19963]: audit 2024-09-06T15:07:45.384270+0000 mon.smithi079 (mon.0) 530 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-06T15:07:46.725 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:46 smithi079 bash[19963]: audit 2024-09-06T15:07:45.384270+0000 mon.smithi079 (mon.0) 530 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-06T15:07:46.725 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:46 smithi079 bash[19963]: audit 2024-09-06T15:07:46.249187+0000 mon.smithi079 (mon.0) 531 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:07:46.726 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:46 smithi079 bash[19963]: audit 2024-09-06T15:07:46.249187+0000 mon.smithi079 (mon.0) 531 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:07:46.998 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:46 smithi079 systemd[1]: /etc/systemd/system/ceph-d8ce0702-6c60-11ef-bce4-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-06T15:07:47.274 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:47 smithi079 systemd[1]: /etc/systemd/system/ceph-d8ce0702-6c60-11ef-bce4-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-06T15:07:47.535 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:47 smithi079 bash[19963]: cluster 2024-09-06T15:07:46.318263+0000 mgr.smithi079.ijsnjl (mgr.14195) 135 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-06T15:07:47.535 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:47 smithi079 bash[19963]: cluster 2024-09-06T15:07:46.318263+0000 mgr.smithi079.ijsnjl (mgr.14195) 135 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-06T15:07:47.535 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:47 smithi079 bash[19963]: audit 2024-09-06T15:07:47.182350+0000 mon.smithi079 (mon.0) 532 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:07:47.535 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:47 smithi079 bash[19963]: audit 2024-09-06T15:07:47.182350+0000 mon.smithi079 (mon.0) 532 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:07:47.535 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:47 smithi079 bash[19963]: audit 2024-09-06T15:07:47.187695+0000 mon.smithi079 (mon.0) 533 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:07:47.535 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:47 smithi079 bash[19963]: audit 2024-09-06T15:07:47.187695+0000 mon.smithi079 (mon.0) 533 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:07:47.659 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:47 smithi090 bash[25332]: cluster 2024-09-06T15:07:46.318263+0000 mgr.smithi079.ijsnjl (mgr.14195) 135 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-06T15:07:47.660 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:47 smithi090 bash[25332]: cluster 2024-09-06T15:07:46.318263+0000 mgr.smithi079.ijsnjl (mgr.14195) 135 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-06T15:07:47.660 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:47 smithi090 bash[25332]: audit 2024-09-06T15:07:47.182350+0000 mon.smithi079 (mon.0) 532 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:07:47.660 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:47 smithi090 bash[25332]: audit 2024-09-06T15:07:47.182350+0000 mon.smithi079 (mon.0) 532 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:07:47.660 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:47 smithi090 bash[25332]: audit 2024-09-06T15:07:47.187695+0000 mon.smithi079 (mon.0) 533 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:07:47.660 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:47 smithi090 bash[25332]: audit 2024-09-06T15:07:47.187695+0000 mon.smithi079 (mon.0) 533 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:07:48.098 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:47 smithi090 systemd[1]: /etc/systemd/system/ceph-d8ce0702-6c60-11ef-bce4-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-06T15:07:48.351 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:48 smithi090 systemd[1]: /etc/systemd/system/ceph-d8ce0702-6c60-11ef-bce4-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-06T15:07:48.625 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:48 smithi079 bash[19963]: audit 2024-09-06T15:07:47.415963+0000 mon.smithi079 (mon.0) 534 : audit [INF] from='osd.3 [v2:172.21.15.79:6810/1507400300,v1:172.21.15.79:6811/1507400300]' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2024-09-06T15:07:48.625 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:48 smithi079 bash[19963]: audit 2024-09-06T15:07:47.415963+0000 mon.smithi079 (mon.0) 534 : audit [INF] from='osd.3 [v2:172.21.15.79:6810/1507400300,v1:172.21.15.79:6811/1507400300]' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2024-09-06T15:07:48.625 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:48 smithi079 bash[19963]: audit 2024-09-06T15:07:47.964435+0000 mon.smithi079 (mon.0) 535 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-06T15:07:48.625 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:48 smithi079 bash[19963]: audit 2024-09-06T15:07:47.964435+0000 mon.smithi079 (mon.0) 535 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-06T15:07:48.625 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:48 smithi079 bash[19963]: audit 2024-09-06T15:07:47.966001+0000 mon.smithi090 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.90:6808/1071349005,v1:172.21.15.90:6809/1071349005]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-06T15:07:48.625 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:48 smithi079 bash[19963]: audit 2024-09-06T15:07:47.966001+0000 mon.smithi090 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.90:6808/1071349005,v1:172.21.15.90:6809/1071349005]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-06T15:07:48.660 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:48 smithi090 bash[25332]: audit 2024-09-06T15:07:47.415963+0000 mon.smithi079 (mon.0) 534 : audit [INF] from='osd.3 [v2:172.21.15.79:6810/1507400300,v1:172.21.15.79:6811/1507400300]' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2024-09-06T15:07:48.660 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:48 smithi090 bash[25332]: audit 2024-09-06T15:07:47.415963+0000 mon.smithi079 (mon.0) 534 : audit [INF] from='osd.3 [v2:172.21.15.79:6810/1507400300,v1:172.21.15.79:6811/1507400300]' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2024-09-06T15:07:48.660 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:48 smithi090 bash[25332]: audit 2024-09-06T15:07:47.964435+0000 mon.smithi079 (mon.0) 535 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-06T15:07:48.660 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:48 smithi090 bash[25332]: audit 2024-09-06T15:07:47.964435+0000 mon.smithi079 (mon.0) 535 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-06T15:07:48.660 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:48 smithi090 bash[25332]: audit 2024-09-06T15:07:47.966001+0000 mon.smithi090 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.90:6808/1071349005,v1:172.21.15.90:6809/1071349005]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-06T15:07:48.660 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:48 smithi090 bash[25332]: audit 2024-09-06T15:07:47.966001+0000 mon.smithi090 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.90:6808/1071349005,v1:172.21.15.90:6809/1071349005]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-06T15:07:48.780 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/mon.smithi079/config 2024-09-06T15:07:49.785 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:49 smithi079 bash[19963]: cluster 2024-09-06T15:07:48.318689+0000 mgr.smithi079.ijsnjl (mgr.14195) 136 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-06T15:07:49.785 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:49 smithi079 bash[19963]: cluster 2024-09-06T15:07:48.318689+0000 mgr.smithi079.ijsnjl (mgr.14195) 136 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-06T15:07:49.785 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:49 smithi079 bash[19963]: audit 2024-09-06T15:07:48.395521+0000 mon.smithi079 (mon.0) 536 : audit [INF] from='osd.3 [v2:172.21.15.79:6810/1507400300,v1:172.21.15.79:6811/1507400300]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-06T15:07:49.785 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:49 smithi079 bash[19963]: audit 2024-09-06T15:07:48.395521+0000 mon.smithi079 (mon.0) 536 : audit [INF] from='osd.3 [v2:172.21.15.79:6810/1507400300,v1:172.21.15.79:6811/1507400300]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-06T15:07:49.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:49 smithi079 bash[19963]: audit 2024-09-06T15:07:48.395663+0000 mon.smithi079 (mon.0) 537 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-06T15:07:49.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:49 smithi079 bash[19963]: audit 2024-09-06T15:07:48.395663+0000 mon.smithi079 (mon.0) 537 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-06T15:07:49.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:49 smithi079 bash[19963]: cluster 2024-09-06T15:07:48.399975+0000 mon.smithi079 (mon.0) 538 : cluster [DBG] osdmap e19: 8 total, 2 up, 8 in 2024-09-06T15:07:49.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:49 smithi079 bash[19963]: cluster 2024-09-06T15:07:48.399975+0000 mon.smithi079 (mon.0) 538 : cluster [DBG] osdmap e19: 8 total, 2 up, 8 in 2024-09-06T15:07:49.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:49 smithi079 bash[19963]: audit 2024-09-06T15:07:48.400350+0000 mon.smithi090 (mon.1) 14 : audit [INF] from='osd.2 [v2:172.21.15.90:6808/1071349005,v1:172.21.15.90:6809/1071349005]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi090", "root=default"]} : dispatch 2024-09-06T15:07:49.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:49 smithi079 bash[19963]: audit 2024-09-06T15:07:48.400350+0000 mon.smithi090 (mon.1) 14 : audit [INF] from='osd.2 [v2:172.21.15.90:6808/1071349005,v1:172.21.15.90:6809/1071349005]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi090", "root=default"]} : dispatch 2024-09-06T15:07:49.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:49 smithi079 bash[19963]: audit 2024-09-06T15:07:48.400585+0000 mon.smithi079 (mon.0) 539 : audit [INF] from='osd.3 [v2:172.21.15.79:6810/1507400300,v1:172.21.15.79:6811/1507400300]' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi079", "root=default"]} : dispatch 2024-09-06T15:07:49.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:49 smithi079 bash[19963]: audit 2024-09-06T15:07:48.400585+0000 mon.smithi079 (mon.0) 539 : audit [INF] from='osd.3 [v2:172.21.15.79:6810/1507400300,v1:172.21.15.79:6811/1507400300]' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi079", "root=default"]} : dispatch 2024-09-06T15:07:49.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:49 smithi079 bash[19963]: audit 2024-09-06T15:07:48.400832+0000 mon.smithi079 (mon.0) 540 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-06T15:07:49.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:49 smithi079 bash[19963]: audit 2024-09-06T15:07:48.400832+0000 mon.smithi079 (mon.0) 540 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-06T15:07:49.787 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:49 smithi079 bash[19963]: audit 2024-09-06T15:07:48.402921+0000 mon.smithi079 (mon.0) 541 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:07:49.787 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:49 smithi079 bash[19963]: audit 2024-09-06T15:07:48.402921+0000 mon.smithi079 (mon.0) 541 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:07:49.787 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:49 smithi079 bash[19963]: audit 2024-09-06T15:07:48.403229+0000 mon.smithi079 (mon.0) 542 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi090", "root=default"]} : dispatch 2024-09-06T15:07:49.787 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:49 smithi079 bash[19963]: audit 2024-09-06T15:07:48.403229+0000 mon.smithi079 (mon.0) 542 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi090", "root=default"]} : dispatch 2024-09-06T15:07:49.787 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:49 smithi079 bash[19963]: audit 2024-09-06T15:07:48.403597+0000 mon.smithi079 (mon.0) 543 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-06T15:07:49.787 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:49 smithi079 bash[19963]: audit 2024-09-06T15:07:48.403597+0000 mon.smithi079 (mon.0) 543 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-06T15:07:49.787 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:49 smithi079 bash[19963]: audit 2024-09-06T15:07:48.403812+0000 mon.smithi079 (mon.0) 544 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-06T15:07:49.787 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:49 smithi079 bash[19963]: audit 2024-09-06T15:07:48.403812+0000 mon.smithi079 (mon.0) 544 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-06T15:07:49.787 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:49 smithi079 bash[19963]: audit 2024-09-06T15:07:48.403974+0000 mon.smithi079 (mon.0) 545 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-06T15:07:49.787 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:49 smithi079 bash[19963]: audit 2024-09-06T15:07:48.403974+0000 mon.smithi079 (mon.0) 545 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-06T15:07:49.787 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:49 smithi079 bash[19963]: audit 2024-09-06T15:07:48.404120+0000 mon.smithi079 (mon.0) 546 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-06T15:07:49.787 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:49 smithi079 bash[19963]: audit 2024-09-06T15:07:48.404120+0000 mon.smithi079 (mon.0) 546 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-06T15:07:49.787 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:49 smithi079 bash[19963]: audit 2024-09-06T15:07:48.404238+0000 mon.smithi079 (mon.0) 547 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-06T15:07:49.788 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:49 smithi079 bash[19963]: audit 2024-09-06T15:07:48.404238+0000 mon.smithi079 (mon.0) 547 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-06T15:07:49.788 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:49 smithi079 bash[19963]: audit 2024-09-06T15:07:48.407309+0000 mon.smithi079 (mon.0) 548 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:07:49.788 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:49 smithi079 bash[19963]: audit 2024-09-06T15:07:48.407309+0000 mon.smithi079 (mon.0) 548 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:07:49.788 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:49 smithi079 bash[19963]: audit 2024-09-06T15:07:48.866630+0000 mon.smithi079 (mon.0) 549 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:07:49.788 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:49 smithi079 bash[19963]: audit 2024-09-06T15:07:48.866630+0000 mon.smithi079 (mon.0) 549 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:07:49.788 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:49 smithi079 bash[19963]: audit 2024-09-06T15:07:49.298617+0000 mon.smithi079 (mon.0) 550 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:07:49.788 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:49 smithi079 bash[19963]: audit 2024-09-06T15:07:49.298617+0000 mon.smithi079 (mon.0) 550 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:07:49.910 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:49 smithi090 bash[25332]: cluster 2024-09-06T15:07:48.318689+0000 mgr.smithi079.ijsnjl (mgr.14195) 136 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-06T15:07:49.910 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:49 smithi090 bash[25332]: cluster 2024-09-06T15:07:48.318689+0000 mgr.smithi079.ijsnjl (mgr.14195) 136 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-06T15:07:49.910 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:49 smithi090 bash[25332]: audit 2024-09-06T15:07:48.395521+0000 mon.smithi079 (mon.0) 536 : audit [INF] from='osd.3 [v2:172.21.15.79:6810/1507400300,v1:172.21.15.79:6811/1507400300]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-06T15:07:49.910 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:49 smithi090 bash[25332]: audit 2024-09-06T15:07:48.395521+0000 mon.smithi079 (mon.0) 536 : audit [INF] from='osd.3 [v2:172.21.15.79:6810/1507400300,v1:172.21.15.79:6811/1507400300]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-06T15:07:49.910 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:49 smithi090 bash[25332]: audit 2024-09-06T15:07:48.395663+0000 mon.smithi079 (mon.0) 537 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-06T15:07:49.910 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:49 smithi090 bash[25332]: audit 2024-09-06T15:07:48.395663+0000 mon.smithi079 (mon.0) 537 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-06T15:07:49.911 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:49 smithi090 bash[25332]: cluster 2024-09-06T15:07:48.399975+0000 mon.smithi079 (mon.0) 538 : cluster [DBG] osdmap e19: 8 total, 2 up, 8 in 2024-09-06T15:07:49.911 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:49 smithi090 bash[25332]: cluster 2024-09-06T15:07:48.399975+0000 mon.smithi079 (mon.0) 538 : cluster [DBG] osdmap e19: 8 total, 2 up, 8 in 2024-09-06T15:07:49.911 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:49 smithi090 bash[25332]: audit 2024-09-06T15:07:48.400350+0000 mon.smithi090 (mon.1) 14 : audit [INF] from='osd.2 [v2:172.21.15.90:6808/1071349005,v1:172.21.15.90:6809/1071349005]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi090", "root=default"]} : dispatch 2024-09-06T15:07:49.911 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:49 smithi090 bash[25332]: audit 2024-09-06T15:07:48.400350+0000 mon.smithi090 (mon.1) 14 : audit [INF] from='osd.2 [v2:172.21.15.90:6808/1071349005,v1:172.21.15.90:6809/1071349005]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi090", "root=default"]} : dispatch 2024-09-06T15:07:49.911 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:49 smithi090 bash[25332]: audit 2024-09-06T15:07:48.400585+0000 mon.smithi079 (mon.0) 539 : audit [INF] from='osd.3 [v2:172.21.15.79:6810/1507400300,v1:172.21.15.79:6811/1507400300]' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi079", "root=default"]} : dispatch 2024-09-06T15:07:49.911 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:49 smithi090 bash[25332]: audit 2024-09-06T15:07:48.400585+0000 mon.smithi079 (mon.0) 539 : audit [INF] from='osd.3 [v2:172.21.15.79:6810/1507400300,v1:172.21.15.79:6811/1507400300]' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi079", "root=default"]} : dispatch 2024-09-06T15:07:49.911 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:49 smithi090 bash[25332]: audit 2024-09-06T15:07:48.400832+0000 mon.smithi079 (mon.0) 540 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-06T15:07:49.911 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:49 smithi090 bash[25332]: audit 2024-09-06T15:07:48.400832+0000 mon.smithi079 (mon.0) 540 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-06T15:07:49.911 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:49 smithi090 bash[25332]: audit 2024-09-06T15:07:48.402921+0000 mon.smithi079 (mon.0) 541 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:07:49.911 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:49 smithi090 bash[25332]: audit 2024-09-06T15:07:48.402921+0000 mon.smithi079 (mon.0) 541 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:07:49.911 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:49 smithi090 bash[25332]: audit 2024-09-06T15:07:48.403229+0000 mon.smithi079 (mon.0) 542 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi090", "root=default"]} : dispatch 2024-09-06T15:07:49.911 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:49 smithi090 bash[25332]: audit 2024-09-06T15:07:48.403229+0000 mon.smithi079 (mon.0) 542 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi090", "root=default"]} : dispatch 2024-09-06T15:07:49.911 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:49 smithi090 bash[25332]: audit 2024-09-06T15:07:48.403597+0000 mon.smithi079 (mon.0) 543 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-06T15:07:49.911 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:49 smithi090 bash[25332]: audit 2024-09-06T15:07:48.403597+0000 mon.smithi079 (mon.0) 543 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-06T15:07:49.912 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:49 smithi090 bash[25332]: audit 2024-09-06T15:07:48.403812+0000 mon.smithi079 (mon.0) 544 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-06T15:07:49.912 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:49 smithi090 bash[25332]: audit 2024-09-06T15:07:48.403812+0000 mon.smithi079 (mon.0) 544 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-06T15:07:49.912 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:49 smithi090 bash[25332]: audit 2024-09-06T15:07:48.403974+0000 mon.smithi079 (mon.0) 545 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-06T15:07:49.912 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:49 smithi090 bash[25332]: audit 2024-09-06T15:07:48.403974+0000 mon.smithi079 (mon.0) 545 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-06T15:07:49.912 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:49 smithi090 bash[25332]: audit 2024-09-06T15:07:48.404120+0000 mon.smithi079 (mon.0) 546 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-06T15:07:49.912 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:49 smithi090 bash[25332]: audit 2024-09-06T15:07:48.404120+0000 mon.smithi079 (mon.0) 546 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-06T15:07:49.912 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:49 smithi090 bash[25332]: audit 2024-09-06T15:07:48.404238+0000 mon.smithi079 (mon.0) 547 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-06T15:07:49.912 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:49 smithi090 bash[25332]: audit 2024-09-06T15:07:48.404238+0000 mon.smithi079 (mon.0) 547 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-06T15:07:49.912 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:49 smithi090 bash[25332]: audit 2024-09-06T15:07:48.407309+0000 mon.smithi079 (mon.0) 548 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:07:49.912 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:49 smithi090 bash[25332]: audit 2024-09-06T15:07:48.407309+0000 mon.smithi079 (mon.0) 548 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:07:49.912 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:49 smithi090 bash[25332]: audit 2024-09-06T15:07:48.866630+0000 mon.smithi079 (mon.0) 549 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:07:49.912 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:49 smithi090 bash[25332]: audit 2024-09-06T15:07:48.866630+0000 mon.smithi079 (mon.0) 549 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:07:49.912 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:49 smithi090 bash[25332]: audit 2024-09-06T15:07:49.298617+0000 mon.smithi079 (mon.0) 550 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:07:49.913 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:49 smithi090 bash[25332]: audit 2024-09-06T15:07:49.298617+0000 mon.smithi079 (mon.0) 550 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:07:50.280 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-06T15:07:50.620 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:50 smithi079 bash[19963]: audit 2024-09-06T15:07:48.861795+0000 mgr.smithi079.ijsnjl (mgr.14195) 137 : audit [DBG] from='client.14346 -' entity='client.crash.smithi079' cmd=[{"prefix": "crash post", "target": ["mon-mgr", ""]}]: dispatch 2024-09-06T15:07:50.620 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:50 smithi079 bash[19963]: audit 2024-09-06T15:07:48.861795+0000 mgr.smithi079.ijsnjl (mgr.14195) 137 : audit [DBG] from='client.14346 -' entity='client.crash.smithi079' cmd=[{"prefix": "crash post", "target": ["mon-mgr", ""]}]: dispatch 2024-09-06T15:07:50.621 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:50 smithi079 bash[19963]: cluster 2024-09-06T15:07:48.867353+0000 mgr.smithi079.ijsnjl (mgr.14195) 138 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-06T15:07:50.621 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:50 smithi079 bash[19963]: cluster 2024-09-06T15:07:48.867353+0000 mgr.smithi079.ijsnjl (mgr.14195) 138 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-06T15:07:50.621 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:50 smithi079 bash[19963]: audit 2024-09-06T15:07:49.294713+0000 mgr.smithi079.ijsnjl (mgr.14195) 139 : audit [DBG] from='client.14350 -' entity='client.crash.smithi079' cmd=[{"prefix": "crash post", "target": ["mon-mgr", ""]}]: dispatch 2024-09-06T15:07:50.621 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:50 smithi079 bash[19963]: audit 2024-09-06T15:07:49.294713+0000 mgr.smithi079.ijsnjl (mgr.14195) 139 : audit [DBG] from='client.14350 -' entity='client.crash.smithi079' cmd=[{"prefix": "crash post", "target": ["mon-mgr", ""]}]: dispatch 2024-09-06T15:07:50.621 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:50 smithi079 bash[19963]: cluster 2024-09-06T15:07:49.299220+0000 mgr.smithi079.ijsnjl (mgr.14195) 140 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-06T15:07:50.621 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:50 smithi079 bash[19963]: cluster 2024-09-06T15:07:49.299220+0000 mgr.smithi079.ijsnjl (mgr.14195) 140 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-06T15:07:50.622 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:50 smithi079 bash[19963]: audit 2024-09-06T15:07:49.397173+0000 mon.smithi079 (mon.0) 551 : audit [INF] from='osd.3 [v2:172.21.15.79:6810/1507400300,v1:172.21.15.79:6811/1507400300]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]': finished 2024-09-06T15:07:50.622 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:50 smithi079 bash[19963]: audit 2024-09-06T15:07:49.397173+0000 mon.smithi079 (mon.0) 551 : audit [INF] from='osd.3 [v2:172.21.15.79:6810/1507400300,v1:172.21.15.79:6811/1507400300]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]': finished 2024-09-06T15:07:50.622 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:50 smithi079 bash[19963]: audit 2024-09-06T15:07:49.397226+0000 mon.smithi079 (mon.0) 552 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi090", "root=default"]}]': finished 2024-09-06T15:07:50.622 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:50 smithi079 bash[19963]: audit 2024-09-06T15:07:49.397226+0000 mon.smithi079 (mon.0) 552 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi090", "root=default"]}]': finished 2024-09-06T15:07:50.622 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:50 smithi079 bash[19963]: cluster 2024-09-06T15:07:49.399690+0000 mon.smithi079 (mon.0) 553 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2024-09-06T15:07:50.622 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:50 smithi079 bash[19963]: cluster 2024-09-06T15:07:49.399690+0000 mon.smithi079 (mon.0) 553 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2024-09-06T15:07:50.622 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:50 smithi079 bash[19963]: audit 2024-09-06T15:07:49.404045+0000 mon.smithi079 (mon.0) 554 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-06T15:07:50.623 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:50 smithi079 bash[19963]: audit 2024-09-06T15:07:49.404045+0000 mon.smithi079 (mon.0) 554 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-06T15:07:50.623 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:50 smithi079 bash[19963]: audit 2024-09-06T15:07:49.408694+0000 mon.smithi079 (mon.0) 555 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-06T15:07:50.623 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:50 smithi079 bash[19963]: audit 2024-09-06T15:07:49.408694+0000 mon.smithi079 (mon.0) 555 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-06T15:07:50.623 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:50 smithi079 bash[19963]: audit 2024-09-06T15:07:49.409137+0000 mon.smithi079 (mon.0) 556 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-06T15:07:50.623 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:50 smithi079 bash[19963]: audit 2024-09-06T15:07:49.409137+0000 mon.smithi079 (mon.0) 556 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-06T15:07:50.623 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:50 smithi079 bash[19963]: audit 2024-09-06T15:07:49.409323+0000 mon.smithi079 (mon.0) 557 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-06T15:07:50.623 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:50 smithi079 bash[19963]: audit 2024-09-06T15:07:49.409323+0000 mon.smithi079 (mon.0) 557 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-06T15:07:50.623 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:50 smithi079 bash[19963]: audit 2024-09-06T15:07:49.409510+0000 mon.smithi079 (mon.0) 558 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-06T15:07:50.623 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:50 smithi079 bash[19963]: audit 2024-09-06T15:07:49.409510+0000 mon.smithi079 (mon.0) 558 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-06T15:07:50.623 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:50 smithi079 bash[19963]: audit 2024-09-06T15:07:49.409778+0000 mon.smithi079 (mon.0) 559 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-06T15:07:50.623 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:50 smithi079 bash[19963]: audit 2024-09-06T15:07:49.409778+0000 mon.smithi079 (mon.0) 559 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-06T15:07:50.623 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:50 smithi079 bash[19963]: audit 2024-09-06T15:07:49.410087+0000 mon.smithi079 (mon.0) 560 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-06T15:07:50.623 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:50 smithi079 bash[19963]: audit 2024-09-06T15:07:49.410087+0000 mon.smithi079 (mon.0) 560 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-06T15:07:50.624 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:50 smithi079 bash[19963]: audit 2024-09-06T15:07:49.411330+0000 mon.smithi079 (mon.0) 561 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-06T15:07:50.624 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:50 smithi079 bash[19963]: audit 2024-09-06T15:07:49.411330+0000 mon.smithi079 (mon.0) 561 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-06T15:07:50.624 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:50 smithi079 bash[19963]: audit 2024-09-06T15:07:49.717722+0000 mgr.smithi079.ijsnjl (mgr.14195) 141 : audit [DBG] from='client.14356 -' entity='client.crash.smithi079' cmd=[{"prefix": "crash post", "target": ["mon-mgr", ""]}]: dispatch 2024-09-06T15:07:50.624 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:50 smithi079 bash[19963]: audit 2024-09-06T15:07:49.717722+0000 mgr.smithi079.ijsnjl (mgr.14195) 141 : audit [DBG] from='client.14356 -' entity='client.crash.smithi079' cmd=[{"prefix": "crash post", "target": ["mon-mgr", ""]}]: dispatch 2024-09-06T15:07:50.624 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:50 smithi079 bash[19963]: audit 2024-09-06T15:07:49.748252+0000 mon.smithi079 (mon.0) 562 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:07:50.624 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:50 smithi079 bash[19963]: audit 2024-09-06T15:07:49.748252+0000 mon.smithi079 (mon.0) 562 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:07:50.624 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:50 smithi079 bash[19963]: cluster 2024-09-06T15:07:49.749461+0000 mgr.smithi079.ijsnjl (mgr.14195) 142 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-06T15:07:50.624 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:50 smithi079 bash[19963]: cluster 2024-09-06T15:07:49.749461+0000 mgr.smithi079.ijsnjl (mgr.14195) 142 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-06T15:07:50.624 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:50 smithi079 bash[19963]: cluster 2024-09-06T15:07:49.863700+0000 mon.smithi079 (mon.0) 563 : cluster [WRN] Health check update: 4 mgr modules have recently crashed (RECENT_MGR_MODULE_CRASH) 2024-09-06T15:07:50.624 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:50 smithi079 bash[19963]: cluster 2024-09-06T15:07:49.863700+0000 mon.smithi079 (mon.0) 563 : cluster [WRN] Health check update: 4 mgr modules have recently crashed (RECENT_MGR_MODULE_CRASH) 2024-09-06T15:07:50.624 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:50 smithi079 bash[19963]: audit 2024-09-06T15:07:49.938329+0000 mon.smithi079 (mon.0) 564 : audit [INF] from='osd.2 ' entity='osd.2' 2024-09-06T15:07:50.624 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:50 smithi079 bash[19963]: audit 2024-09-06T15:07:49.938329+0000 mon.smithi079 (mon.0) 564 : audit [INF] from='osd.2 ' entity='osd.2' 2024-09-06T15:07:50.625 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:50 smithi079 bash[19963]: audit 2024-09-06T15:07:50.281778+0000 mon.smithi079 (mon.0) 565 : audit [DBG] from='client.? 172.21.15.79:0/158756866' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-06T15:07:50.625 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:50 smithi079 bash[19963]: audit 2024-09-06T15:07:50.281778+0000 mon.smithi079 (mon.0) 565 : audit [DBG] from='client.? 172.21.15.79:0/158756866' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-06T15:07:50.660 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:50 smithi090 bash[25332]: audit 2024-09-06T15:07:48.861795+0000 mgr.smithi079.ijsnjl (mgr.14195) 137 : audit [DBG] from='client.14346 -' entity='client.crash.smithi079' cmd=[{"prefix": "crash post", "target": ["mon-mgr", ""]}]: dispatch 2024-09-06T15:07:50.660 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:50 smithi090 bash[25332]: audit 2024-09-06T15:07:48.861795+0000 mgr.smithi079.ijsnjl (mgr.14195) 137 : audit [DBG] from='client.14346 -' entity='client.crash.smithi079' cmd=[{"prefix": "crash post", "target": ["mon-mgr", ""]}]: dispatch 2024-09-06T15:07:50.660 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:50 smithi090 bash[25332]: cluster 2024-09-06T15:07:48.867353+0000 mgr.smithi079.ijsnjl (mgr.14195) 138 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-06T15:07:50.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:50 smithi090 bash[25332]: cluster 2024-09-06T15:07:48.867353+0000 mgr.smithi079.ijsnjl (mgr.14195) 138 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-06T15:07:50.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:50 smithi090 bash[25332]: audit 2024-09-06T15:07:49.294713+0000 mgr.smithi079.ijsnjl (mgr.14195) 139 : audit [DBG] from='client.14350 -' entity='client.crash.smithi079' cmd=[{"prefix": "crash post", "target": ["mon-mgr", ""]}]: dispatch 2024-09-06T15:07:50.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:50 smithi090 bash[25332]: audit 2024-09-06T15:07:49.294713+0000 mgr.smithi079.ijsnjl (mgr.14195) 139 : audit [DBG] from='client.14350 -' entity='client.crash.smithi079' cmd=[{"prefix": "crash post", "target": ["mon-mgr", ""]}]: dispatch 2024-09-06T15:07:50.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:50 smithi090 bash[25332]: cluster 2024-09-06T15:07:49.299220+0000 mgr.smithi079.ijsnjl (mgr.14195) 140 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-06T15:07:50.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:50 smithi090 bash[25332]: cluster 2024-09-06T15:07:49.299220+0000 mgr.smithi079.ijsnjl (mgr.14195) 140 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-06T15:07:50.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:50 smithi090 bash[25332]: audit 2024-09-06T15:07:49.397173+0000 mon.smithi079 (mon.0) 551 : audit [INF] from='osd.3 [v2:172.21.15.79:6810/1507400300,v1:172.21.15.79:6811/1507400300]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]': finished 2024-09-06T15:07:50.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:50 smithi090 bash[25332]: audit 2024-09-06T15:07:49.397173+0000 mon.smithi079 (mon.0) 551 : audit [INF] from='osd.3 [v2:172.21.15.79:6810/1507400300,v1:172.21.15.79:6811/1507400300]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]': finished 2024-09-06T15:07:50.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:50 smithi090 bash[25332]: audit 2024-09-06T15:07:49.397226+0000 mon.smithi079 (mon.0) 552 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi090", "root=default"]}]': finished 2024-09-06T15:07:50.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:50 smithi090 bash[25332]: audit 2024-09-06T15:07:49.397226+0000 mon.smithi079 (mon.0) 552 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi090", "root=default"]}]': finished 2024-09-06T15:07:50.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:50 smithi090 bash[25332]: cluster 2024-09-06T15:07:49.399690+0000 mon.smithi079 (mon.0) 553 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2024-09-06T15:07:50.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:50 smithi090 bash[25332]: cluster 2024-09-06T15:07:49.399690+0000 mon.smithi079 (mon.0) 553 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2024-09-06T15:07:50.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:50 smithi090 bash[25332]: audit 2024-09-06T15:07:49.404045+0000 mon.smithi079 (mon.0) 554 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-06T15:07:50.662 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:50 smithi090 bash[25332]: audit 2024-09-06T15:07:49.404045+0000 mon.smithi079 (mon.0) 554 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-06T15:07:50.662 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:50 smithi090 bash[25332]: audit 2024-09-06T15:07:49.408694+0000 mon.smithi079 (mon.0) 555 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-06T15:07:50.662 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:50 smithi090 bash[25332]: audit 2024-09-06T15:07:49.408694+0000 mon.smithi079 (mon.0) 555 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-06T15:07:50.662 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:50 smithi090 bash[25332]: audit 2024-09-06T15:07:49.409137+0000 mon.smithi079 (mon.0) 556 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-06T15:07:50.662 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:50 smithi090 bash[25332]: audit 2024-09-06T15:07:49.409137+0000 mon.smithi079 (mon.0) 556 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-06T15:07:50.662 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:50 smithi090 bash[25332]: audit 2024-09-06T15:07:49.409323+0000 mon.smithi079 (mon.0) 557 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-06T15:07:50.662 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:50 smithi090 bash[25332]: audit 2024-09-06T15:07:49.409323+0000 mon.smithi079 (mon.0) 557 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-06T15:07:50.662 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:50 smithi090 bash[25332]: audit 2024-09-06T15:07:49.409510+0000 mon.smithi079 (mon.0) 558 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-06T15:07:50.662 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:50 smithi090 bash[25332]: audit 2024-09-06T15:07:49.409510+0000 mon.smithi079 (mon.0) 558 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-06T15:07:50.662 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:50 smithi090 bash[25332]: audit 2024-09-06T15:07:49.409778+0000 mon.smithi079 (mon.0) 559 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-06T15:07:50.662 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:50 smithi090 bash[25332]: audit 2024-09-06T15:07:49.409778+0000 mon.smithi079 (mon.0) 559 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-06T15:07:50.662 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:50 smithi090 bash[25332]: audit 2024-09-06T15:07:49.410087+0000 mon.smithi079 (mon.0) 560 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-06T15:07:50.662 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:50 smithi090 bash[25332]: audit 2024-09-06T15:07:49.410087+0000 mon.smithi079 (mon.0) 560 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-06T15:07:50.663 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:50 smithi090 bash[25332]: audit 2024-09-06T15:07:49.411330+0000 mon.smithi079 (mon.0) 561 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-06T15:07:50.663 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:50 smithi090 bash[25332]: audit 2024-09-06T15:07:49.411330+0000 mon.smithi079 (mon.0) 561 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-06T15:07:50.663 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:50 smithi090 bash[25332]: audit 2024-09-06T15:07:49.717722+0000 mgr.smithi079.ijsnjl (mgr.14195) 141 : audit [DBG] from='client.14356 -' entity='client.crash.smithi079' cmd=[{"prefix": "crash post", "target": ["mon-mgr", ""]}]: dispatch 2024-09-06T15:07:50.663 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:50 smithi090 bash[25332]: audit 2024-09-06T15:07:49.717722+0000 mgr.smithi079.ijsnjl (mgr.14195) 141 : audit [DBG] from='client.14356 -' entity='client.crash.smithi079' cmd=[{"prefix": "crash post", "target": ["mon-mgr", ""]}]: dispatch 2024-09-06T15:07:50.663 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:50 smithi090 bash[25332]: audit 2024-09-06T15:07:49.748252+0000 mon.smithi079 (mon.0) 562 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:07:50.663 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:50 smithi090 bash[25332]: audit 2024-09-06T15:07:49.748252+0000 mon.smithi079 (mon.0) 562 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:07:50.663 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:50 smithi090 bash[25332]: cluster 2024-09-06T15:07:49.749461+0000 mgr.smithi079.ijsnjl (mgr.14195) 142 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-06T15:07:50.663 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:50 smithi090 bash[25332]: cluster 2024-09-06T15:07:49.749461+0000 mgr.smithi079.ijsnjl (mgr.14195) 142 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-06T15:07:50.663 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:50 smithi090 bash[25332]: cluster 2024-09-06T15:07:49.863700+0000 mon.smithi079 (mon.0) 563 : cluster [WRN] Health check update: 4 mgr modules have recently crashed (RECENT_MGR_MODULE_CRASH) 2024-09-06T15:07:50.663 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:50 smithi090 bash[25332]: cluster 2024-09-06T15:07:49.863700+0000 mon.smithi079 (mon.0) 563 : cluster [WRN] Health check update: 4 mgr modules have recently crashed (RECENT_MGR_MODULE_CRASH) 2024-09-06T15:07:50.663 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:50 smithi090 bash[25332]: audit 2024-09-06T15:07:49.938329+0000 mon.smithi079 (mon.0) 564 : audit [INF] from='osd.2 ' entity='osd.2' 2024-09-06T15:07:50.663 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:50 smithi090 bash[25332]: audit 2024-09-06T15:07:49.938329+0000 mon.smithi079 (mon.0) 564 : audit [INF] from='osd.2 ' entity='osd.2' 2024-09-06T15:07:50.663 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:50 smithi090 bash[25332]: audit 2024-09-06T15:07:50.281778+0000 mon.smithi079 (mon.0) 565 : audit [DBG] from='client.? 172.21.15.79:0/158756866' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-06T15:07:50.663 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:50 smithi090 bash[25332]: audit 2024-09-06T15:07:50.281778+0000 mon.smithi079 (mon.0) 565 : audit [DBG] from='client.? 172.21.15.79:0/158756866' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-06T15:07:51.119 INFO:teuthology.orchestra.run.smithi079.stdout:{"epoch":20,"num_osds":8,"num_up_osds":2,"osd_up_since":1725635264,"num_in_osds":8,"osd_in_since":1725635225,"num_remapped_pgs":0} 2024-09-06T15:07:51.535 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:51 smithi079 bash[19963]: cluster 2024-09-06T15:07:48.365025+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-06T15:07:51.535 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:51 smithi079 bash[19963]: cluster 2024-09-06T15:07:48.365025+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-06T15:07:51.535 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:51 smithi079 bash[19963]: cluster 2024-09-06T15:07:48.365127+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-06T15:07:51.535 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:51 smithi079 bash[19963]: cluster 2024-09-06T15:07:48.365127+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-06T15:07:51.536 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:51 smithi079 bash[19963]: cluster 2024-09-06T15:07:49.004269+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-06T15:07:51.536 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:51 smithi079 bash[19963]: cluster 2024-09-06T15:07:49.004269+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-06T15:07:51.536 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:51 smithi079 bash[19963]: cluster 2024-09-06T15:07:49.004389+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-06T15:07:51.536 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:51 smithi079 bash[19963]: cluster 2024-09-06T15:07:49.004389+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-06T15:07:51.536 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:51 smithi079 bash[19963]: audit 2024-09-06T15:07:50.414459+0000 mon.smithi079 (mon.0) 566 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-06T15:07:51.536 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:51 smithi079 bash[19963]: audit 2024-09-06T15:07:50.414459+0000 mon.smithi079 (mon.0) 566 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-06T15:07:51.536 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:51 smithi079 bash[19963]: audit 2024-09-06T15:07:50.414693+0000 mon.smithi079 (mon.0) 567 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-06T15:07:51.536 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:51 smithi079 bash[19963]: audit 2024-09-06T15:07:50.414693+0000 mon.smithi079 (mon.0) 567 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-06T15:07:51.536 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:51 smithi079 bash[19963]: cluster 2024-09-06T15:07:50.419870+0000 mon.smithi079 (mon.0) 568 : cluster [INF] osd.3 [v2:172.21.15.79:6810/1507400300,v1:172.21.15.79:6811/1507400300] boot 2024-09-06T15:07:51.536 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:51 smithi079 bash[19963]: cluster 2024-09-06T15:07:50.419870+0000 mon.smithi079 (mon.0) 568 : cluster [INF] osd.3 [v2:172.21.15.79:6810/1507400300,v1:172.21.15.79:6811/1507400300] boot 2024-09-06T15:07:51.536 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:51 smithi079 bash[19963]: cluster 2024-09-06T15:07:50.419934+0000 mon.smithi079 (mon.0) 569 : cluster [INF] osd.2 [v2:172.21.15.90:6808/1071349005,v1:172.21.15.90:6809/1071349005] boot 2024-09-06T15:07:51.537 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:51 smithi079 bash[19963]: cluster 2024-09-06T15:07:50.419934+0000 mon.smithi079 (mon.0) 569 : cluster [INF] osd.2 [v2:172.21.15.90:6808/1071349005,v1:172.21.15.90:6809/1071349005] boot 2024-09-06T15:07:51.537 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:51 smithi079 bash[19963]: cluster 2024-09-06T15:07:50.419992+0000 mon.smithi079 (mon.0) 570 : cluster [DBG] osdmap e21: 8 total, 4 up, 8 in 2024-09-06T15:07:51.537 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:51 smithi079 bash[19963]: cluster 2024-09-06T15:07:50.419992+0000 mon.smithi079 (mon.0) 570 : cluster [DBG] osdmap e21: 8 total, 4 up, 8 in 2024-09-06T15:07:51.537 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:51 smithi079 bash[19963]: audit 2024-09-06T15:07:50.420100+0000 mon.smithi079 (mon.0) 571 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-06T15:07:51.537 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:51 smithi079 bash[19963]: audit 2024-09-06T15:07:50.420100+0000 mon.smithi079 (mon.0) 571 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-06T15:07:51.537 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:51 smithi079 bash[19963]: audit 2024-09-06T15:07:50.420384+0000 mon.smithi079 (mon.0) 572 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-06T15:07:51.537 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:51 smithi079 bash[19963]: audit 2024-09-06T15:07:50.420384+0000 mon.smithi079 (mon.0) 572 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-06T15:07:51.537 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:51 smithi079 bash[19963]: audit 2024-09-06T15:07:50.420590+0000 mon.smithi079 (mon.0) 573 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-06T15:07:51.537 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:51 smithi079 bash[19963]: audit 2024-09-06T15:07:50.420590+0000 mon.smithi079 (mon.0) 573 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-06T15:07:51.538 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:51 smithi079 bash[19963]: audit 2024-09-06T15:07:50.420787+0000 mon.smithi079 (mon.0) 574 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-06T15:07:51.538 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:51 smithi079 bash[19963]: audit 2024-09-06T15:07:50.420787+0000 mon.smithi079 (mon.0) 574 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-06T15:07:51.538 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:51 smithi079 bash[19963]: audit 2024-09-06T15:07:50.420968+0000 mon.smithi079 (mon.0) 575 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-06T15:07:51.538 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:51 smithi079 bash[19963]: audit 2024-09-06T15:07:50.420968+0000 mon.smithi079 (mon.0) 575 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-06T15:07:51.538 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:51 smithi079 bash[19963]: audit 2024-09-06T15:07:50.421122+0000 mon.smithi079 (mon.0) 576 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-06T15:07:51.538 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:51 smithi079 bash[19963]: audit 2024-09-06T15:07:50.421122+0000 mon.smithi079 (mon.0) 576 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-06T15:07:51.660 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:51 smithi090 bash[25332]: cluster 2024-09-06T15:07:48.365025+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-06T15:07:51.660 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:51 smithi090 bash[25332]: cluster 2024-09-06T15:07:48.365025+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-06T15:07:51.660 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:51 smithi090 bash[25332]: cluster 2024-09-06T15:07:48.365127+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-06T15:07:51.660 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:51 smithi090 bash[25332]: cluster 2024-09-06T15:07:48.365127+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-06T15:07:51.660 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:51 smithi090 bash[25332]: cluster 2024-09-06T15:07:49.004269+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-06T15:07:51.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:51 smithi090 bash[25332]: cluster 2024-09-06T15:07:49.004269+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-06T15:07:51.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:51 smithi090 bash[25332]: cluster 2024-09-06T15:07:49.004389+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-06T15:07:51.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:51 smithi090 bash[25332]: cluster 2024-09-06T15:07:49.004389+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-06T15:07:51.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:51 smithi090 bash[25332]: audit 2024-09-06T15:07:50.414459+0000 mon.smithi079 (mon.0) 566 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-06T15:07:51.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:51 smithi090 bash[25332]: audit 2024-09-06T15:07:50.414459+0000 mon.smithi079 (mon.0) 566 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-06T15:07:51.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:51 smithi090 bash[25332]: audit 2024-09-06T15:07:50.414693+0000 mon.smithi079 (mon.0) 567 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-06T15:07:51.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:51 smithi090 bash[25332]: audit 2024-09-06T15:07:50.414693+0000 mon.smithi079 (mon.0) 567 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-06T15:07:51.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:51 smithi090 bash[25332]: cluster 2024-09-06T15:07:50.419870+0000 mon.smithi079 (mon.0) 568 : cluster [INF] osd.3 [v2:172.21.15.79:6810/1507400300,v1:172.21.15.79:6811/1507400300] boot 2024-09-06T15:07:51.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:51 smithi090 bash[25332]: cluster 2024-09-06T15:07:50.419870+0000 mon.smithi079 (mon.0) 568 : cluster [INF] osd.3 [v2:172.21.15.79:6810/1507400300,v1:172.21.15.79:6811/1507400300] boot 2024-09-06T15:07:51.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:51 smithi090 bash[25332]: cluster 2024-09-06T15:07:50.419934+0000 mon.smithi079 (mon.0) 569 : cluster [INF] osd.2 [v2:172.21.15.90:6808/1071349005,v1:172.21.15.90:6809/1071349005] boot 2024-09-06T15:07:51.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:51 smithi090 bash[25332]: cluster 2024-09-06T15:07:50.419934+0000 mon.smithi079 (mon.0) 569 : cluster [INF] osd.2 [v2:172.21.15.90:6808/1071349005,v1:172.21.15.90:6809/1071349005] boot 2024-09-06T15:07:51.661 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:51 smithi090 bash[25332]: cluster 2024-09-06T15:07:50.419992+0000 mon.smithi079 (mon.0) 570 : cluster [DBG] osdmap e21: 8 total, 4 up, 8 in 2024-09-06T15:07:51.662 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:51 smithi090 bash[25332]: cluster 2024-09-06T15:07:50.419992+0000 mon.smithi079 (mon.0) 570 : cluster [DBG] osdmap e21: 8 total, 4 up, 8 in 2024-09-06T15:07:51.662 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:51 smithi090 bash[25332]: audit 2024-09-06T15:07:50.420100+0000 mon.smithi079 (mon.0) 571 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-06T15:07:51.662 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:51 smithi090 bash[25332]: audit 2024-09-06T15:07:50.420100+0000 mon.smithi079 (mon.0) 571 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-06T15:07:51.662 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:51 smithi090 bash[25332]: audit 2024-09-06T15:07:50.420384+0000 mon.smithi079 (mon.0) 572 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-06T15:07:51.662 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:51 smithi090 bash[25332]: audit 2024-09-06T15:07:50.420384+0000 mon.smithi079 (mon.0) 572 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-06T15:07:51.662 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:51 smithi090 bash[25332]: audit 2024-09-06T15:07:50.420590+0000 mon.smithi079 (mon.0) 573 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-06T15:07:51.662 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:51 smithi090 bash[25332]: audit 2024-09-06T15:07:50.420590+0000 mon.smithi079 (mon.0) 573 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-06T15:07:51.662 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:51 smithi090 bash[25332]: audit 2024-09-06T15:07:50.420787+0000 mon.smithi079 (mon.0) 574 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-06T15:07:51.662 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:51 smithi090 bash[25332]: audit 2024-09-06T15:07:50.420787+0000 mon.smithi079 (mon.0) 574 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-06T15:07:51.662 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:51 smithi090 bash[25332]: audit 2024-09-06T15:07:50.420968+0000 mon.smithi079 (mon.0) 575 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-06T15:07:51.662 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:51 smithi090 bash[25332]: audit 2024-09-06T15:07:50.420968+0000 mon.smithi079 (mon.0) 575 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-06T15:07:51.662 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:51 smithi090 bash[25332]: audit 2024-09-06T15:07:50.421122+0000 mon.smithi079 (mon.0) 576 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-06T15:07:51.663 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:51 smithi090 bash[25332]: audit 2024-09-06T15:07:50.421122+0000 mon.smithi079 (mon.0) 576 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-06T15:07:52.120 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8b38c33cecf4b0b7a9b3116eb9089e21e444ac73 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d8ce0702-6c60-11ef-bce4-c7b262605968 -- ceph osd stat -f json 2024-09-06T15:07:52.729 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:52 smithi090 bash[25332]: cluster 2024-09-06T15:07:51.420517+0000 mon.smithi079 (mon.0) 577 : cluster [DBG] osdmap e22: 8 total, 4 up, 8 in 2024-09-06T15:07:52.729 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:52 smithi090 bash[25332]: cluster 2024-09-06T15:07:51.420517+0000 mon.smithi079 (mon.0) 577 : cluster [DBG] osdmap e22: 8 total, 4 up, 8 in 2024-09-06T15:07:52.729 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:52 smithi090 bash[25332]: audit 2024-09-06T15:07:51.420628+0000 mon.smithi079 (mon.0) 578 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-06T15:07:52.729 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:52 smithi090 bash[25332]: audit 2024-09-06T15:07:51.420628+0000 mon.smithi079 (mon.0) 578 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-06T15:07:52.730 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:52 smithi090 bash[25332]: audit 2024-09-06T15:07:51.420857+0000 mon.smithi079 (mon.0) 579 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-06T15:07:52.730 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:52 smithi090 bash[25332]: audit 2024-09-06T15:07:51.420857+0000 mon.smithi079 (mon.0) 579 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-06T15:07:52.730 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:52 smithi090 bash[25332]: audit 2024-09-06T15:07:51.421038+0000 mon.smithi079 (mon.0) 580 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-06T15:07:52.730 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:52 smithi090 bash[25332]: audit 2024-09-06T15:07:51.421038+0000 mon.smithi079 (mon.0) 580 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-06T15:07:52.730 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:52 smithi090 bash[25332]: audit 2024-09-06T15:07:51.421210+0000 mon.smithi079 (mon.0) 581 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-06T15:07:52.730 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:52 smithi090 bash[25332]: audit 2024-09-06T15:07:51.421210+0000 mon.smithi079 (mon.0) 581 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-06T15:07:52.730 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:52 smithi090 bash[25332]: cluster 2024-09-06T15:07:51.749853+0000 mgr.smithi079.ijsnjl (mgr.14195) 143 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 110 MiB used, 357 GiB / 358 GiB avail 2024-09-06T15:07:52.730 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:52 smithi090 bash[25332]: cluster 2024-09-06T15:07:51.749853+0000 mgr.smithi079.ijsnjl (mgr.14195) 143 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 110 MiB used, 357 GiB / 358 GiB avail 2024-09-06T15:07:52.730 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:52 smithi090 bash[25332]: audit 2024-09-06T15:07:52.311282+0000 mon.smithi079 (mon.0) 582 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true} : dispatch 2024-09-06T15:07:52.730 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:52 smithi090 bash[25332]: audit 2024-09-06T15:07:52.311282+0000 mon.smithi079 (mon.0) 582 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true} : dispatch 2024-09-06T15:07:52.730 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:52 smithi090 bash[25332]: audit 2024-09-06T15:07:52.404685+0000 mon.smithi079 (mon.0) 583 : audit [INF] from='osd.5 [v2:172.21.15.79:6818/2400182901,v1:172.21.15.79:6819/2400182901]' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2024-09-06T15:07:52.730 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:52 smithi090 bash[25332]: audit 2024-09-06T15:07:52.404685+0000 mon.smithi079 (mon.0) 583 : audit [INF] from='osd.5 [v2:172.21.15.79:6818/2400182901,v1:172.21.15.79:6819/2400182901]' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2024-09-06T15:07:52.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:52 smithi079 bash[19963]: cluster 2024-09-06T15:07:51.420517+0000 mon.smithi079 (mon.0) 577 : cluster [DBG] osdmap e22: 8 total, 4 up, 8 in 2024-09-06T15:07:52.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:52 smithi079 bash[19963]: cluster 2024-09-06T15:07:51.420517+0000 mon.smithi079 (mon.0) 577 : cluster [DBG] osdmap e22: 8 total, 4 up, 8 in 2024-09-06T15:07:52.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:52 smithi079 bash[19963]: audit 2024-09-06T15:07:51.420628+0000 mon.smithi079 (mon.0) 578 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-06T15:07:52.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:52 smithi079 bash[19963]: audit 2024-09-06T15:07:51.420628+0000 mon.smithi079 (mon.0) 578 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-06T15:07:52.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:52 smithi079 bash[19963]: audit 2024-09-06T15:07:51.420857+0000 mon.smithi079 (mon.0) 579 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-06T15:07:52.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:52 smithi079 bash[19963]: audit 2024-09-06T15:07:51.420857+0000 mon.smithi079 (mon.0) 579 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-06T15:07:52.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:52 smithi079 bash[19963]: audit 2024-09-06T15:07:51.421038+0000 mon.smithi079 (mon.0) 580 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-06T15:07:52.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:52 smithi079 bash[19963]: audit 2024-09-06T15:07:51.421038+0000 mon.smithi079 (mon.0) 580 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-06T15:07:52.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:52 smithi079 bash[19963]: audit 2024-09-06T15:07:51.421210+0000 mon.smithi079 (mon.0) 581 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-06T15:07:52.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:52 smithi079 bash[19963]: audit 2024-09-06T15:07:51.421210+0000 mon.smithi079 (mon.0) 581 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-06T15:07:52.787 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:52 smithi079 bash[19963]: cluster 2024-09-06T15:07:51.749853+0000 mgr.smithi079.ijsnjl (mgr.14195) 143 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 110 MiB used, 357 GiB / 358 GiB avail 2024-09-06T15:07:52.787 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:52 smithi079 bash[19963]: cluster 2024-09-06T15:07:51.749853+0000 mgr.smithi079.ijsnjl (mgr.14195) 143 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 110 MiB used, 357 GiB / 358 GiB avail 2024-09-06T15:07:52.787 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:52 smithi079 bash[19963]: audit 2024-09-06T15:07:52.311282+0000 mon.smithi079 (mon.0) 582 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true} : dispatch 2024-09-06T15:07:52.787 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:52 smithi079 bash[19963]: audit 2024-09-06T15:07:52.311282+0000 mon.smithi079 (mon.0) 582 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true} : dispatch 2024-09-06T15:07:52.787 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:52 smithi079 bash[19963]: audit 2024-09-06T15:07:52.404685+0000 mon.smithi079 (mon.0) 583 : audit [INF] from='osd.5 [v2:172.21.15.79:6818/2400182901,v1:172.21.15.79:6819/2400182901]' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2024-09-06T15:07:52.787 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:52 smithi079 bash[19963]: audit 2024-09-06T15:07:52.404685+0000 mon.smithi079 (mon.0) 583 : audit [INF] from='osd.5 [v2:172.21.15.79:6818/2400182901,v1:172.21.15.79:6819/2400182901]' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2024-09-06T15:07:53.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:53 smithi079 bash[19963]: audit 2024-09-06T15:07:52.423403+0000 mon.smithi079 (mon.0) 584 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-09-06T15:07:53.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:53 smithi079 bash[19963]: audit 2024-09-06T15:07:52.423403+0000 mon.smithi079 (mon.0) 584 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-09-06T15:07:53.787 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:53 smithi079 bash[19963]: audit 2024-09-06T15:07:52.423458+0000 mon.smithi079 (mon.0) 585 : audit [INF] from='osd.5 [v2:172.21.15.79:6818/2400182901,v1:172.21.15.79:6819/2400182901]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-06T15:07:53.787 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:53 smithi079 bash[19963]: audit 2024-09-06T15:07:52.423458+0000 mon.smithi079 (mon.0) 585 : audit [INF] from='osd.5 [v2:172.21.15.79:6818/2400182901,v1:172.21.15.79:6819/2400182901]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-06T15:07:53.787 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:53 smithi079 bash[19963]: cluster 2024-09-06T15:07:52.427113+0000 mon.smithi079 (mon.0) 586 : cluster [DBG] osdmap e23: 8 total, 4 up, 8 in 2024-09-06T15:07:53.787 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:53 smithi079 bash[19963]: cluster 2024-09-06T15:07:52.427113+0000 mon.smithi079 (mon.0) 586 : cluster [DBG] osdmap e23: 8 total, 4 up, 8 in 2024-09-06T15:07:53.787 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:53 smithi079 bash[19963]: audit 2024-09-06T15:07:52.427517+0000 mon.smithi079 (mon.0) 587 : audit [INF] from='osd.5 [v2:172.21.15.79:6818/2400182901,v1:172.21.15.79:6819/2400182901]' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi079", "root=default"]} : dispatch 2024-09-06T15:07:53.787 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:53 smithi079 bash[19963]: audit 2024-09-06T15:07:52.427517+0000 mon.smithi079 (mon.0) 587 : audit [INF] from='osd.5 [v2:172.21.15.79:6818/2400182901,v1:172.21.15.79:6819/2400182901]' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi079", "root=default"]} : dispatch 2024-09-06T15:07:53.788 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:53 smithi079 bash[19963]: audit 2024-09-06T15:07:52.427775+0000 mon.smithi079 (mon.0) 588 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-06T15:07:53.788 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:53 smithi079 bash[19963]: audit 2024-09-06T15:07:52.427775+0000 mon.smithi079 (mon.0) 588 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-06T15:07:53.788 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:53 smithi079 bash[19963]: audit 2024-09-06T15:07:52.428040+0000 mon.smithi079 (mon.0) 589 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-06T15:07:53.788 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:53 smithi079 bash[19963]: audit 2024-09-06T15:07:52.428040+0000 mon.smithi079 (mon.0) 589 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-06T15:07:53.788 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:53 smithi079 bash[19963]: audit 2024-09-06T15:07:52.428234+0000 mon.smithi079 (mon.0) 590 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-06T15:07:53.788 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:53 smithi079 bash[19963]: audit 2024-09-06T15:07:52.428234+0000 mon.smithi079 (mon.0) 590 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-06T15:07:53.789 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:53 smithi079 bash[19963]: audit 2024-09-06T15:07:52.428432+0000 mon.smithi079 (mon.0) 591 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-06T15:07:53.789 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:53 smithi079 bash[19963]: audit 2024-09-06T15:07:52.428432+0000 mon.smithi079 (mon.0) 591 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-06T15:07:53.789 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:53 smithi079 bash[19963]: audit 2024-09-06T15:07:52.428664+0000 mon.smithi079 (mon.0) 592 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2024-09-06T15:07:53.789 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:53 smithi079 bash[19963]: audit 2024-09-06T15:07:52.428664+0000 mon.smithi079 (mon.0) 592 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2024-09-06T15:07:53.806 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:53 smithi090 bash[25332]: audit 2024-09-06T15:07:52.423403+0000 mon.smithi079 (mon.0) 584 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-09-06T15:07:53.806 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:53 smithi090 bash[25332]: audit 2024-09-06T15:07:52.423403+0000 mon.smithi079 (mon.0) 584 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-09-06T15:07:53.807 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:53 smithi090 bash[25332]: audit 2024-09-06T15:07:52.423458+0000 mon.smithi079 (mon.0) 585 : audit [INF] from='osd.5 [v2:172.21.15.79:6818/2400182901,v1:172.21.15.79:6819/2400182901]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-06T15:07:53.807 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:53 smithi090 bash[25332]: audit 2024-09-06T15:07:52.423458+0000 mon.smithi079 (mon.0) 585 : audit [INF] from='osd.5 [v2:172.21.15.79:6818/2400182901,v1:172.21.15.79:6819/2400182901]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-06T15:07:53.807 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:53 smithi090 bash[25332]: cluster 2024-09-06T15:07:52.427113+0000 mon.smithi079 (mon.0) 586 : cluster [DBG] osdmap e23: 8 total, 4 up, 8 in 2024-09-06T15:07:53.807 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:53 smithi090 bash[25332]: cluster 2024-09-06T15:07:52.427113+0000 mon.smithi079 (mon.0) 586 : cluster [DBG] osdmap e23: 8 total, 4 up, 8 in 2024-09-06T15:07:53.807 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:53 smithi090 bash[25332]: audit 2024-09-06T15:07:52.427517+0000 mon.smithi079 (mon.0) 587 : audit [INF] from='osd.5 [v2:172.21.15.79:6818/2400182901,v1:172.21.15.79:6819/2400182901]' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi079", "root=default"]} : dispatch 2024-09-06T15:07:53.808 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:53 smithi090 bash[25332]: audit 2024-09-06T15:07:52.427517+0000 mon.smithi079 (mon.0) 587 : audit [INF] from='osd.5 [v2:172.21.15.79:6818/2400182901,v1:172.21.15.79:6819/2400182901]' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi079", "root=default"]} : dispatch 2024-09-06T15:07:53.808 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:53 smithi090 bash[25332]: audit 2024-09-06T15:07:52.427775+0000 mon.smithi079 (mon.0) 588 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-06T15:07:53.808 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:53 smithi090 bash[25332]: audit 2024-09-06T15:07:52.427775+0000 mon.smithi079 (mon.0) 588 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-06T15:07:53.808 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:53 smithi090 bash[25332]: audit 2024-09-06T15:07:52.428040+0000 mon.smithi079 (mon.0) 589 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-06T15:07:53.808 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:53 smithi090 bash[25332]: audit 2024-09-06T15:07:52.428040+0000 mon.smithi079 (mon.0) 589 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-06T15:07:53.809 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:53 smithi090 bash[25332]: audit 2024-09-06T15:07:52.428234+0000 mon.smithi079 (mon.0) 590 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-06T15:07:53.809 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:53 smithi090 bash[25332]: audit 2024-09-06T15:07:52.428234+0000 mon.smithi079 (mon.0) 590 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-06T15:07:53.809 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:53 smithi090 bash[25332]: audit 2024-09-06T15:07:52.428432+0000 mon.smithi079 (mon.0) 591 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-06T15:07:53.809 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:53 smithi090 bash[25332]: audit 2024-09-06T15:07:52.428432+0000 mon.smithi079 (mon.0) 591 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-06T15:07:53.809 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:53 smithi090 bash[25332]: audit 2024-09-06T15:07:52.428664+0000 mon.smithi079 (mon.0) 592 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2024-09-06T15:07:53.809 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:53 smithi090 bash[25332]: audit 2024-09-06T15:07:52.428664+0000 mon.smithi079 (mon.0) 592 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2024-09-06T15:07:54.763 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:54 smithi079 bash[19963]: audit 2024-09-06T15:07:53.426226+0000 mon.smithi079 (mon.0) 593 : audit [INF] from='osd.5 [v2:172.21.15.79:6818/2400182901,v1:172.21.15.79:6819/2400182901]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]': finished 2024-09-06T15:07:54.763 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:54 smithi079 bash[19963]: audit 2024-09-06T15:07:53.426226+0000 mon.smithi079 (mon.0) 593 : audit [INF] from='osd.5 [v2:172.21.15.79:6818/2400182901,v1:172.21.15.79:6819/2400182901]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]': finished 2024-09-06T15:07:54.764 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:54 smithi079 bash[19963]: audit 2024-09-06T15:07:53.426393+0000 mon.smithi079 (mon.0) 594 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-06T15:07:54.764 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:54 smithi079 bash[19963]: audit 2024-09-06T15:07:53.426393+0000 mon.smithi079 (mon.0) 594 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-06T15:07:54.764 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:54 smithi079 bash[19963]: cluster 2024-09-06T15:07:53.432282+0000 mon.smithi079 (mon.0) 595 : cluster [DBG] osdmap e24: 8 total, 4 up, 8 in 2024-09-06T15:07:54.764 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:54 smithi079 bash[19963]: cluster 2024-09-06T15:07:53.432282+0000 mon.smithi079 (mon.0) 595 : cluster [DBG] osdmap e24: 8 total, 4 up, 8 in 2024-09-06T15:07:54.764 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:54 smithi079 bash[19963]: audit 2024-09-06T15:07:53.434450+0000 mon.smithi079 (mon.0) 596 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-06T15:07:54.765 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:54 smithi079 bash[19963]: audit 2024-09-06T15:07:53.434450+0000 mon.smithi079 (mon.0) 596 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-06T15:07:54.765 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:54 smithi079 bash[19963]: audit 2024-09-06T15:07:53.443762+0000 mon.smithi079 (mon.0) 597 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-06T15:07:54.765 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:54 smithi079 bash[19963]: audit 2024-09-06T15:07:53.443762+0000 mon.smithi079 (mon.0) 597 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-06T15:07:54.765 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:54 smithi079 bash[19963]: audit 2024-09-06T15:07:53.444326+0000 mon.smithi079 (mon.0) 598 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-06T15:07:54.765 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:54 smithi079 bash[19963]: audit 2024-09-06T15:07:53.444326+0000 mon.smithi079 (mon.0) 598 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-06T15:07:54.765 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:54 smithi079 bash[19963]: audit 2024-09-06T15:07:53.444696+0000 mon.smithi079 (mon.0) 599 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-06T15:07:54.766 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:54 smithi079 bash[19963]: audit 2024-09-06T15:07:53.444696+0000 mon.smithi079 (mon.0) 599 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-06T15:07:54.766 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:54 smithi079 bash[19963]: cluster 2024-09-06T15:07:53.750423+0000 mgr.smithi079.ijsnjl (mgr.14195) 144 : cluster [DBG] pgmap v94: 1 pgs: 1 unknown; 0 B data, 110 MiB used, 357 GiB / 358 GiB avail 2024-09-06T15:07:54.766 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:54 smithi079 bash[19963]: cluster 2024-09-06T15:07:53.750423+0000 mgr.smithi079.ijsnjl (mgr.14195) 144 : cluster [DBG] pgmap v94: 1 pgs: 1 unknown; 0 B data, 110 MiB used, 357 GiB / 358 GiB avail 2024-09-06T15:07:54.766 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:54 smithi079 bash[19963]: audit 2024-09-06T15:07:54.182672+0000 mon.smithi079 (mon.0) 600 : audit [INF] from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-06T15:07:54.766 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:54 smithi079 bash[19963]: audit 2024-09-06T15:07:54.182672+0000 mon.smithi079 (mon.0) 600 : audit [INF] from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-06T15:07:54.766 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:54 smithi079 bash[19963]: audit 2024-09-06T15:07:54.184125+0000 mon.smithi090 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.90:6816/3702329722,v1:172.21.15.90:6817/3702329722]' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-06T15:07:54.767 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:54 smithi079 bash[19963]: audit 2024-09-06T15:07:54.184125+0000 mon.smithi090 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.90:6816/3702329722,v1:172.21.15.90:6817/3702329722]' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-06T15:07:54.767 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:54 smithi079 bash[19963]: audit 2024-09-06T15:07:54.429085+0000 mon.smithi079 (mon.0) 601 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-06T15:07:54.767 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:54 smithi079 bash[19963]: audit 2024-09-06T15:07:54.429085+0000 mon.smithi079 (mon.0) 601 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-06T15:07:54.910 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:54 smithi090 bash[25332]: audit 2024-09-06T15:07:53.426226+0000 mon.smithi079 (mon.0) 593 : audit [INF] from='osd.5 [v2:172.21.15.79:6818/2400182901,v1:172.21.15.79:6819/2400182901]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]': finished 2024-09-06T15:07:54.910 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:54 smithi090 bash[25332]: audit 2024-09-06T15:07:53.426226+0000 mon.smithi079 (mon.0) 593 : audit [INF] from='osd.5 [v2:172.21.15.79:6818/2400182901,v1:172.21.15.79:6819/2400182901]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]': finished 2024-09-06T15:07:54.911 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:54 smithi090 bash[25332]: audit 2024-09-06T15:07:53.426393+0000 mon.smithi079 (mon.0) 594 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-06T15:07:54.911 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:54 smithi090 bash[25332]: audit 2024-09-06T15:07:53.426393+0000 mon.smithi079 (mon.0) 594 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-06T15:07:54.911 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:54 smithi090 bash[25332]: cluster 2024-09-06T15:07:53.432282+0000 mon.smithi079 (mon.0) 595 : cluster [DBG] osdmap e24: 8 total, 4 up, 8 in 2024-09-06T15:07:54.911 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:54 smithi090 bash[25332]: cluster 2024-09-06T15:07:53.432282+0000 mon.smithi079 (mon.0) 595 : cluster [DBG] osdmap e24: 8 total, 4 up, 8 in 2024-09-06T15:07:54.911 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:54 smithi090 bash[25332]: audit 2024-09-06T15:07:53.434450+0000 mon.smithi079 (mon.0) 596 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-06T15:07:54.911 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:54 smithi090 bash[25332]: audit 2024-09-06T15:07:53.434450+0000 mon.smithi079 (mon.0) 596 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-06T15:07:54.911 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:54 smithi090 bash[25332]: audit 2024-09-06T15:07:53.443762+0000 mon.smithi079 (mon.0) 597 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-06T15:07:54.911 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:54 smithi090 bash[25332]: audit 2024-09-06T15:07:53.443762+0000 mon.smithi079 (mon.0) 597 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-06T15:07:54.911 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:54 smithi090 bash[25332]: audit 2024-09-06T15:07:53.444326+0000 mon.smithi079 (mon.0) 598 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-06T15:07:54.911 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:54 smithi090 bash[25332]: audit 2024-09-06T15:07:53.444326+0000 mon.smithi079 (mon.0) 598 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-06T15:07:54.911 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:54 smithi090 bash[25332]: audit 2024-09-06T15:07:53.444696+0000 mon.smithi079 (mon.0) 599 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-06T15:07:54.911 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:54 smithi090 bash[25332]: audit 2024-09-06T15:07:53.444696+0000 mon.smithi079 (mon.0) 599 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-06T15:07:54.912 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:54 smithi090 bash[25332]: cluster 2024-09-06T15:07:53.750423+0000 mgr.smithi079.ijsnjl (mgr.14195) 144 : cluster [DBG] pgmap v94: 1 pgs: 1 unknown; 0 B data, 110 MiB used, 357 GiB / 358 GiB avail 2024-09-06T15:07:54.912 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:54 smithi090 bash[25332]: cluster 2024-09-06T15:07:53.750423+0000 mgr.smithi079.ijsnjl (mgr.14195) 144 : cluster [DBG] pgmap v94: 1 pgs: 1 unknown; 0 B data, 110 MiB used, 357 GiB / 358 GiB avail 2024-09-06T15:07:54.912 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:54 smithi090 bash[25332]: audit 2024-09-06T15:07:54.182672+0000 mon.smithi079 (mon.0) 600 : audit [INF] from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-06T15:07:54.912 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:54 smithi090 bash[25332]: audit 2024-09-06T15:07:54.182672+0000 mon.smithi079 (mon.0) 600 : audit [INF] from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-06T15:07:54.912 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:54 smithi090 bash[25332]: audit 2024-09-06T15:07:54.184125+0000 mon.smithi090 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.90:6816/3702329722,v1:172.21.15.90:6817/3702329722]' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-06T15:07:54.912 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:54 smithi090 bash[25332]: audit 2024-09-06T15:07:54.184125+0000 mon.smithi090 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.90:6816/3702329722,v1:172.21.15.90:6817/3702329722]' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-06T15:07:54.912 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:54 smithi090 bash[25332]: audit 2024-09-06T15:07:54.429085+0000 mon.smithi079 (mon.0) 601 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-06T15:07:54.912 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:54 smithi090 bash[25332]: audit 2024-09-06T15:07:54.429085+0000 mon.smithi079 (mon.0) 601 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-06T15:07:55.785 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:55 smithi079 bash[19963]: cluster 2024-09-06T15:07:53.371798+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-06T15:07:55.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:55 smithi079 bash[19963]: cluster 2024-09-06T15:07:53.371798+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-06T15:07:55.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:55 smithi079 bash[19963]: cluster 2024-09-06T15:07:53.371886+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-06T15:07:55.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:55 smithi079 bash[19963]: cluster 2024-09-06T15:07:53.371886+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-06T15:07:55.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:55 smithi079 bash[19963]: cluster 2024-09-06T15:07:54.436055+0000 mon.smithi079 (mon.0) 602 : cluster [INF] osd.5 [v2:172.21.15.79:6818/2400182901,v1:172.21.15.79:6819/2400182901] boot 2024-09-06T15:07:55.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:55 smithi079 bash[19963]: cluster 2024-09-06T15:07:54.436055+0000 mon.smithi079 (mon.0) 602 : cluster [INF] osd.5 [v2:172.21.15.79:6818/2400182901,v1:172.21.15.79:6819/2400182901] boot 2024-09-06T15:07:55.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:55 smithi079 bash[19963]: cluster 2024-09-06T15:07:54.436134+0000 mon.smithi079 (mon.0) 603 : cluster [DBG] osdmap e25: 8 total, 5 up, 8 in 2024-09-06T15:07:55.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:55 smithi079 bash[19963]: cluster 2024-09-06T15:07:54.436134+0000 mon.smithi079 (mon.0) 603 : cluster [DBG] osdmap e25: 8 total, 5 up, 8 in 2024-09-06T15:07:55.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:55 smithi079 bash[19963]: audit 2024-09-06T15:07:54.437771+0000 mon.smithi079 (mon.0) 604 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-06T15:07:55.787 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:55 smithi079 bash[19963]: audit 2024-09-06T15:07:54.437771+0000 mon.smithi079 (mon.0) 604 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-06T15:07:55.787 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:55 smithi079 bash[19963]: audit 2024-09-06T15:07:54.438342+0000 mon.smithi079 (mon.0) 605 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-06T15:07:55.787 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:55 smithi079 bash[19963]: audit 2024-09-06T15:07:54.438342+0000 mon.smithi079 (mon.0) 605 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-06T15:07:55.787 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:55 smithi079 bash[19963]: audit 2024-09-06T15:07:54.439304+0000 mon.smithi090 (mon.1) 16 : audit [INF] from='osd.4 [v2:172.21.15.90:6816/3702329722,v1:172.21.15.90:6817/3702329722]' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi090", "root=default"]} : dispatch 2024-09-06T15:07:55.787 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:55 smithi079 bash[19963]: audit 2024-09-06T15:07:54.439304+0000 mon.smithi090 (mon.1) 16 : audit [INF] from='osd.4 [v2:172.21.15.90:6816/3702329722,v1:172.21.15.90:6817/3702329722]' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi090", "root=default"]} : dispatch 2024-09-06T15:07:55.787 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:55 smithi079 bash[19963]: audit 2024-09-06T15:07:54.442504+0000 mon.smithi079 (mon.0) 606 : audit [INF] from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi090", "root=default"]} : dispatch 2024-09-06T15:07:55.787 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:55 smithi079 bash[19963]: audit 2024-09-06T15:07:54.442504+0000 mon.smithi079 (mon.0) 606 : audit [INF] from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi090", "root=default"]} : dispatch 2024-09-06T15:07:55.787 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:55 smithi079 bash[19963]: audit 2024-09-06T15:07:54.442916+0000 mon.smithi079 (mon.0) 607 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-06T15:07:55.787 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:55 smithi079 bash[19963]: audit 2024-09-06T15:07:54.442916+0000 mon.smithi079 (mon.0) 607 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-06T15:07:55.788 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:55 smithi079 bash[19963]: audit 2024-09-06T15:07:54.443255+0000 mon.smithi079 (mon.0) 608 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-06T15:07:55.788 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:55 smithi079 bash[19963]: audit 2024-09-06T15:07:54.443255+0000 mon.smithi079 (mon.0) 608 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-06T15:07:55.788 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:55 smithi079 bash[19963]: audit 2024-09-06T15:07:55.431729+0000 mon.smithi079 (mon.0) 609 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi090", "root=default"]}]': finished 2024-09-06T15:07:55.788 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:55 smithi079 bash[19963]: audit 2024-09-06T15:07:55.431729+0000 mon.smithi079 (mon.0) 609 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi090", "root=default"]}]': finished 2024-09-06T15:07:55.788 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:55 smithi079 bash[19963]: cluster 2024-09-06T15:07:55.439477+0000 mon.smithi079 (mon.0) 610 : cluster [DBG] osdmap e26: 8 total, 5 up, 8 in 2024-09-06T15:07:55.788 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:55 smithi079 bash[19963]: cluster 2024-09-06T15:07:55.439477+0000 mon.smithi079 (mon.0) 610 : cluster [DBG] osdmap e26: 8 total, 5 up, 8 in 2024-09-06T15:07:55.788 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:55 smithi079 bash[19963]: audit 2024-09-06T15:07:55.440016+0000 mon.smithi079 (mon.0) 611 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-06T15:07:55.788 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:55 smithi079 bash[19963]: audit 2024-09-06T15:07:55.440016+0000 mon.smithi079 (mon.0) 611 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-06T15:07:55.788 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:55 smithi079 bash[19963]: audit 2024-09-06T15:07:55.440523+0000 mon.smithi079 (mon.0) 612 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-06T15:07:55.789 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:55 smithi079 bash[19963]: audit 2024-09-06T15:07:55.440523+0000 mon.smithi079 (mon.0) 612 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-06T15:07:55.789 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:55 smithi079 bash[19963]: audit 2024-09-06T15:07:55.441211+0000 mon.smithi079 (mon.0) 613 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-06T15:07:55.789 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:55 smithi079 bash[19963]: audit 2024-09-06T15:07:55.441211+0000 mon.smithi079 (mon.0) 613 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-06T15:07:55.789 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:55 smithi079 bash[19963]: audit 2024-09-06T15:07:55.442474+0000 mon.smithi079 (mon.0) 614 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-06T15:07:55.789 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:55 smithi079 bash[19963]: audit 2024-09-06T15:07:55.442474+0000 mon.smithi079 (mon.0) 614 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-06T15:07:55.911 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:55 smithi090 bash[25332]: cluster 2024-09-06T15:07:53.371798+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-06T15:07:55.911 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:55 smithi090 bash[25332]: cluster 2024-09-06T15:07:53.371798+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-06T15:07:55.911 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:55 smithi090 bash[25332]: cluster 2024-09-06T15:07:53.371886+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-06T15:07:55.911 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:55 smithi090 bash[25332]: cluster 2024-09-06T15:07:53.371886+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-06T15:07:55.911 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:55 smithi090 bash[25332]: cluster 2024-09-06T15:07:54.436055+0000 mon.smithi079 (mon.0) 602 : cluster [INF] osd.5 [v2:172.21.15.79:6818/2400182901,v1:172.21.15.79:6819/2400182901] boot 2024-09-06T15:07:55.911 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:55 smithi090 bash[25332]: cluster 2024-09-06T15:07:54.436055+0000 mon.smithi079 (mon.0) 602 : cluster [INF] osd.5 [v2:172.21.15.79:6818/2400182901,v1:172.21.15.79:6819/2400182901] boot 2024-09-06T15:07:55.912 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:55 smithi090 bash[25332]: cluster 2024-09-06T15:07:54.436134+0000 mon.smithi079 (mon.0) 603 : cluster [DBG] osdmap e25: 8 total, 5 up, 8 in 2024-09-06T15:07:55.912 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:55 smithi090 bash[25332]: cluster 2024-09-06T15:07:54.436134+0000 mon.smithi079 (mon.0) 603 : cluster [DBG] osdmap e25: 8 total, 5 up, 8 in 2024-09-06T15:07:55.912 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:55 smithi090 bash[25332]: audit 2024-09-06T15:07:54.437771+0000 mon.smithi079 (mon.0) 604 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-06T15:07:55.912 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:55 smithi090 bash[25332]: audit 2024-09-06T15:07:54.437771+0000 mon.smithi079 (mon.0) 604 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-06T15:07:55.912 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:55 smithi090 bash[25332]: audit 2024-09-06T15:07:54.438342+0000 mon.smithi079 (mon.0) 605 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-06T15:07:55.912 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:55 smithi090 bash[25332]: audit 2024-09-06T15:07:54.438342+0000 mon.smithi079 (mon.0) 605 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-06T15:07:55.912 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:55 smithi090 bash[25332]: audit 2024-09-06T15:07:54.439304+0000 mon.smithi090 (mon.1) 16 : audit [INF] from='osd.4 [v2:172.21.15.90:6816/3702329722,v1:172.21.15.90:6817/3702329722]' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi090", "root=default"]} : dispatch 2024-09-06T15:07:55.912 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:55 smithi090 bash[25332]: audit 2024-09-06T15:07:54.439304+0000 mon.smithi090 (mon.1) 16 : audit [INF] from='osd.4 [v2:172.21.15.90:6816/3702329722,v1:172.21.15.90:6817/3702329722]' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi090", "root=default"]} : dispatch 2024-09-06T15:07:55.912 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:55 smithi090 bash[25332]: audit 2024-09-06T15:07:54.442504+0000 mon.smithi079 (mon.0) 606 : audit [INF] from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi090", "root=default"]} : dispatch 2024-09-06T15:07:55.912 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:55 smithi090 bash[25332]: audit 2024-09-06T15:07:54.442504+0000 mon.smithi079 (mon.0) 606 : audit [INF] from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi090", "root=default"]} : dispatch 2024-09-06T15:07:55.912 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:55 smithi090 bash[25332]: audit 2024-09-06T15:07:54.442916+0000 mon.smithi079 (mon.0) 607 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-06T15:07:55.913 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:55 smithi090 bash[25332]: audit 2024-09-06T15:07:54.442916+0000 mon.smithi079 (mon.0) 607 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-06T15:07:55.913 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:55 smithi090 bash[25332]: audit 2024-09-06T15:07:54.443255+0000 mon.smithi079 (mon.0) 608 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-06T15:07:55.913 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:55 smithi090 bash[25332]: audit 2024-09-06T15:07:54.443255+0000 mon.smithi079 (mon.0) 608 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-06T15:07:55.913 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:55 smithi090 bash[25332]: audit 2024-09-06T15:07:55.431729+0000 mon.smithi079 (mon.0) 609 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi090", "root=default"]}]': finished 2024-09-06T15:07:55.913 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:55 smithi090 bash[25332]: audit 2024-09-06T15:07:55.431729+0000 mon.smithi079 (mon.0) 609 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi090", "root=default"]}]': finished 2024-09-06T15:07:55.913 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:55 smithi090 bash[25332]: cluster 2024-09-06T15:07:55.439477+0000 mon.smithi079 (mon.0) 610 : cluster [DBG] osdmap e26: 8 total, 5 up, 8 in 2024-09-06T15:07:55.913 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:55 smithi090 bash[25332]: cluster 2024-09-06T15:07:55.439477+0000 mon.smithi079 (mon.0) 610 : cluster [DBG] osdmap e26: 8 total, 5 up, 8 in 2024-09-06T15:07:55.913 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:55 smithi090 bash[25332]: audit 2024-09-06T15:07:55.440016+0000 mon.smithi079 (mon.0) 611 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-06T15:07:55.913 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:55 smithi090 bash[25332]: audit 2024-09-06T15:07:55.440016+0000 mon.smithi079 (mon.0) 611 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-06T15:07:55.913 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:55 smithi090 bash[25332]: audit 2024-09-06T15:07:55.440523+0000 mon.smithi079 (mon.0) 612 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-06T15:07:55.913 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:55 smithi090 bash[25332]: audit 2024-09-06T15:07:55.440523+0000 mon.smithi079 (mon.0) 612 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-06T15:07:55.913 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:55 smithi090 bash[25332]: audit 2024-09-06T15:07:55.441211+0000 mon.smithi079 (mon.0) 613 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-06T15:07:55.914 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:55 smithi090 bash[25332]: audit 2024-09-06T15:07:55.441211+0000 mon.smithi079 (mon.0) 613 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-06T15:07:55.914 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:55 smithi090 bash[25332]: audit 2024-09-06T15:07:55.442474+0000 mon.smithi079 (mon.0) 614 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-06T15:07:55.914 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:55 smithi090 bash[25332]: audit 2024-09-06T15:07:55.442474+0000 mon.smithi079 (mon.0) 614 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-06T15:07:56.626 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:56 smithi079 bash[19963]: cluster 2024-09-06T15:07:55.751031+0000 mgr.smithi079.ijsnjl (mgr.14195) 145 : cluster [DBG] pgmap v97: 1 pgs: 1 unknown; 0 B data, 137 MiB used, 447 GiB / 447 GiB avail 2024-09-06T15:07:56.626 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:56 smithi079 bash[19963]: cluster 2024-09-06T15:07:55.751031+0000 mgr.smithi079.ijsnjl (mgr.14195) 145 : cluster [DBG] pgmap v97: 1 pgs: 1 unknown; 0 B data, 137 MiB used, 447 GiB / 447 GiB avail 2024-09-06T15:07:56.626 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:56 smithi079 bash[19963]: cluster 2024-09-06T15:07:56.439213+0000 mon.smithi079 (mon.0) 615 : cluster [INF] osd.4 [v2:172.21.15.90:6816/3702329722,v1:172.21.15.90:6817/3702329722] boot 2024-09-06T15:07:56.626 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:56 smithi079 bash[19963]: cluster 2024-09-06T15:07:56.439213+0000 mon.smithi079 (mon.0) 615 : cluster [INF] osd.4 [v2:172.21.15.90:6816/3702329722,v1:172.21.15.90:6817/3702329722] boot 2024-09-06T15:07:56.626 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:56 smithi079 bash[19963]: cluster 2024-09-06T15:07:56.439261+0000 mon.smithi079 (mon.0) 616 : cluster [DBG] osdmap e27: 8 total, 6 up, 8 in 2024-09-06T15:07:56.626 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:56 smithi079 bash[19963]: cluster 2024-09-06T15:07:56.439261+0000 mon.smithi079 (mon.0) 616 : cluster [DBG] osdmap e27: 8 total, 6 up, 8 in 2024-09-06T15:07:56.626 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:56 smithi079 bash[19963]: audit 2024-09-06T15:07:56.439394+0000 mon.smithi079 (mon.0) 617 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-06T15:07:56.626 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:56 smithi079 bash[19963]: audit 2024-09-06T15:07:56.439394+0000 mon.smithi079 (mon.0) 617 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-06T15:07:56.626 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:56 smithi079 bash[19963]: audit 2024-09-06T15:07:56.439711+0000 mon.smithi079 (mon.0) 618 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-06T15:07:56.627 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:56 smithi079 bash[19963]: audit 2024-09-06T15:07:56.439711+0000 mon.smithi079 (mon.0) 618 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-06T15:07:56.627 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:56 smithi079 bash[19963]: audit 2024-09-06T15:07:56.439874+0000 mon.smithi079 (mon.0) 619 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-06T15:07:56.627 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:56 smithi079 bash[19963]: audit 2024-09-06T15:07:56.439874+0000 mon.smithi079 (mon.0) 619 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-06T15:07:56.832 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:56 smithi090 bash[25332]: cluster 2024-09-06T15:07:55.751031+0000 mgr.smithi079.ijsnjl (mgr.14195) 145 : cluster [DBG] pgmap v97: 1 pgs: 1 unknown; 0 B data, 137 MiB used, 447 GiB / 447 GiB avail 2024-09-06T15:07:56.832 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:56 smithi090 bash[25332]: cluster 2024-09-06T15:07:55.751031+0000 mgr.smithi079.ijsnjl (mgr.14195) 145 : cluster [DBG] pgmap v97: 1 pgs: 1 unknown; 0 B data, 137 MiB used, 447 GiB / 447 GiB avail 2024-09-06T15:07:56.832 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:56 smithi090 bash[25332]: cluster 2024-09-06T15:07:56.439213+0000 mon.smithi079 (mon.0) 615 : cluster [INF] osd.4 [v2:172.21.15.90:6816/3702329722,v1:172.21.15.90:6817/3702329722] boot 2024-09-06T15:07:56.833 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:56 smithi090 bash[25332]: cluster 2024-09-06T15:07:56.439213+0000 mon.smithi079 (mon.0) 615 : cluster [INF] osd.4 [v2:172.21.15.90:6816/3702329722,v1:172.21.15.90:6817/3702329722] boot 2024-09-06T15:07:56.833 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:56 smithi090 bash[25332]: cluster 2024-09-06T15:07:56.439261+0000 mon.smithi079 (mon.0) 616 : cluster [DBG] osdmap e27: 8 total, 6 up, 8 in 2024-09-06T15:07:56.833 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:56 smithi090 bash[25332]: cluster 2024-09-06T15:07:56.439261+0000 mon.smithi079 (mon.0) 616 : cluster [DBG] osdmap e27: 8 total, 6 up, 8 in 2024-09-06T15:07:56.833 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:56 smithi090 bash[25332]: audit 2024-09-06T15:07:56.439394+0000 mon.smithi079 (mon.0) 617 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-06T15:07:56.833 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:56 smithi090 bash[25332]: audit 2024-09-06T15:07:56.439394+0000 mon.smithi079 (mon.0) 617 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-06T15:07:56.833 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:56 smithi090 bash[25332]: audit 2024-09-06T15:07:56.439711+0000 mon.smithi079 (mon.0) 618 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-06T15:07:56.833 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:56 smithi090 bash[25332]: audit 2024-09-06T15:07:56.439711+0000 mon.smithi079 (mon.0) 618 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-06T15:07:56.833 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:56 smithi090 bash[25332]: audit 2024-09-06T15:07:56.439874+0000 mon.smithi079 (mon.0) 619 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-06T15:07:56.833 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:56 smithi090 bash[25332]: audit 2024-09-06T15:07:56.439874+0000 mon.smithi079 (mon.0) 619 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-06T15:07:57.556 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/mon.smithi079/config 2024-09-06T15:07:57.910 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:57 smithi090 bash[25332]: cluster 2024-09-06T15:07:55.164295+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-06T15:07:57.910 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:57 smithi090 bash[25332]: cluster 2024-09-06T15:07:55.164295+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-06T15:07:57.910 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:57 smithi090 bash[25332]: cluster 2024-09-06T15:07:55.164402+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-06T15:07:57.910 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:57 smithi090 bash[25332]: cluster 2024-09-06T15:07:55.164402+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-06T15:07:57.911 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:57 smithi090 bash[25332]: audit 2024-09-06T15:07:56.585989+0000 mon.smithi079 (mon.0) 620 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:07:57.911 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:57 smithi090 bash[25332]: audit 2024-09-06T15:07:56.585989+0000 mon.smithi079 (mon.0) 620 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:07:57.911 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:57 smithi090 bash[25332]: audit 2024-09-06T15:07:56.660115+0000 mon.smithi079 (mon.0) 621 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:07:57.911 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:57 smithi090 bash[25332]: audit 2024-09-06T15:07:56.660115+0000 mon.smithi079 (mon.0) 621 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:07:57.911 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:57 smithi090 bash[25332]: audit 2024-09-06T15:07:56.730269+0000 mon.smithi079 (mon.0) 622 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:07:57.911 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:57 smithi090 bash[25332]: audit 2024-09-06T15:07:56.730269+0000 mon.smithi079 (mon.0) 622 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:07:57.911 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:57 smithi090 bash[25332]: audit 2024-09-06T15:07:56.833339+0000 mon.smithi079 (mon.0) 623 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:07:57.911 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:57 smithi090 bash[25332]: audit 2024-09-06T15:07:56.833339+0000 mon.smithi079 (mon.0) 623 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:07:57.911 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:57 smithi090 bash[25332]: audit 2024-09-06T15:07:56.925473+0000 mon.smithi079 (mon.0) 624 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:07:57.911 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:57 smithi090 bash[25332]: audit 2024-09-06T15:07:56.925473+0000 mon.smithi079 (mon.0) 624 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:07:57.911 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:57 smithi090 bash[25332]: audit 2024-09-06T15:07:57.042226+0000 mon.smithi079 (mon.0) 625 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:07:57.911 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:57 smithi090 bash[25332]: audit 2024-09-06T15:07:57.042226+0000 mon.smithi079 (mon.0) 625 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:07:57.911 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:57 smithi090 bash[25332]: audit 2024-09-06T15:07:57.044645+0000 mon.smithi079 (mon.0) 626 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-06T15:07:57.912 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:57 smithi090 bash[25332]: audit 2024-09-06T15:07:57.044645+0000 mon.smithi079 (mon.0) 626 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-06T15:07:57.912 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:57 smithi090 bash[25332]: audit 2024-09-06T15:07:57.091926+0000 mon.smithi079 (mon.0) 627 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-06T15:07:57.912 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:57 smithi090 bash[25332]: audit 2024-09-06T15:07:57.091926+0000 mon.smithi079 (mon.0) 627 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-06T15:07:57.912 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:57 smithi090 bash[25332]: audit 2024-09-06T15:07:57.092226+0000 mon.smithi079 (mon.0) 628 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "mon metadata", "id": "smithi079"} : dispatch 2024-09-06T15:07:57.912 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:57 smithi090 bash[25332]: audit 2024-09-06T15:07:57.092226+0000 mon.smithi079 (mon.0) 628 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "mon metadata", "id": "smithi079"} : dispatch 2024-09-06T15:07:57.912 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:57 smithi090 bash[25332]: audit 2024-09-06T15:07:57.092454+0000 mon.smithi079 (mon.0) 629 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "mon metadata", "id": "smithi090"} : dispatch 2024-09-06T15:07:57.912 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:57 smithi090 bash[25332]: audit 2024-09-06T15:07:57.092454+0000 mon.smithi079 (mon.0) 629 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "mon metadata", "id": "smithi090"} : dispatch 2024-09-06T15:07:57.913 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:57 smithi090 bash[25332]: audit 2024-09-06T15:07:57.136214+0000 mon.smithi079 (mon.0) 630 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:07:57.913 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:57 smithi090 bash[25332]: audit 2024-09-06T15:07:57.136214+0000 mon.smithi079 (mon.0) 630 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:07:57.913 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:57 smithi090 bash[25332]: audit 2024-09-06T15:07:57.138792+0000 mon.smithi079 (mon.0) 631 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "mon metadata", "id": "smithi079"} : dispatch 2024-09-06T15:07:57.913 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:57 smithi090 bash[25332]: audit 2024-09-06T15:07:57.138792+0000 mon.smithi079 (mon.0) 631 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "mon metadata", "id": "smithi079"} : dispatch 2024-09-06T15:07:57.913 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:57 smithi090 bash[25332]: audit 2024-09-06T15:07:57.139008+0000 mon.smithi079 (mon.0) 632 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "mon metadata", "id": "smithi090"} : dispatch 2024-09-06T15:07:57.913 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:57 smithi090 bash[25332]: audit 2024-09-06T15:07:57.139008+0000 mon.smithi079 (mon.0) 632 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "mon metadata", "id": "smithi090"} : dispatch 2024-09-06T15:07:57.913 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:57 smithi090 bash[25332]: audit 2024-09-06T15:07:57.140888+0000 mon.smithi090 (mon.1) 17 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-06T15:07:57.913 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:57 smithi090 bash[25332]: audit 2024-09-06T15:07:57.140888+0000 mon.smithi090 (mon.1) 17 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-06T15:07:57.913 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:57 smithi090 bash[25332]: audit 2024-09-06T15:07:57.188979+0000 mon.smithi090 (mon.1) 18 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-06T15:07:57.913 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:57 smithi090 bash[25332]: audit 2024-09-06T15:07:57.188979+0000 mon.smithi090 (mon.1) 18 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-06T15:07:57.913 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:57 smithi090 bash[25332]: audit 2024-09-06T15:07:57.213800+0000 mon.smithi079 (mon.0) 633 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:07:57.913 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:57 smithi090 bash[25332]: audit 2024-09-06T15:07:57.213800+0000 mon.smithi079 (mon.0) 633 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:07:57.914 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:57 smithi090 bash[25332]: cluster 2024-09-06T15:07:57.463667+0000 mon.smithi079 (mon.0) 634 : cluster [DBG] osdmap e28: 8 total, 6 up, 8 in 2024-09-06T15:07:57.914 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:57 smithi090 bash[25332]: cluster 2024-09-06T15:07:57.463667+0000 mon.smithi079 (mon.0) 634 : cluster [DBG] osdmap e28: 8 total, 6 up, 8 in 2024-09-06T15:07:57.914 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:57 smithi090 bash[25332]: audit 2024-09-06T15:07:57.463940+0000 mon.smithi079 (mon.0) 635 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-06T15:07:57.914 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:57 smithi090 bash[25332]: audit 2024-09-06T15:07:57.463940+0000 mon.smithi079 (mon.0) 635 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-06T15:07:57.914 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:57 smithi090 bash[25332]: audit 2024-09-06T15:07:57.464618+0000 mon.smithi079 (mon.0) 636 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-06T15:07:57.914 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:57 smithi090 bash[25332]: audit 2024-09-06T15:07:57.464618+0000 mon.smithi079 (mon.0) 636 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-06T15:07:58.017 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:57 smithi079 bash[19963]: cluster 2024-09-06T15:07:55.164295+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-06T15:07:58.017 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:57 smithi079 bash[19963]: cluster 2024-09-06T15:07:55.164295+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-06T15:07:58.017 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:57 smithi079 bash[19963]: cluster 2024-09-06T15:07:55.164402+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-06T15:07:58.017 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:57 smithi079 bash[19963]: cluster 2024-09-06T15:07:55.164402+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-06T15:07:58.017 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:57 smithi079 bash[19963]: audit 2024-09-06T15:07:56.585989+0000 mon.smithi079 (mon.0) 620 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:07:58.017 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:57 smithi079 bash[19963]: audit 2024-09-06T15:07:56.585989+0000 mon.smithi079 (mon.0) 620 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:07:58.017 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:57 smithi079 bash[19963]: audit 2024-09-06T15:07:56.660115+0000 mon.smithi079 (mon.0) 621 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:07:58.017 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:57 smithi079 bash[19963]: audit 2024-09-06T15:07:56.660115+0000 mon.smithi079 (mon.0) 621 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:07:58.017 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:57 smithi079 bash[19963]: audit 2024-09-06T15:07:56.730269+0000 mon.smithi079 (mon.0) 622 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:07:58.018 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:57 smithi079 bash[19963]: audit 2024-09-06T15:07:56.730269+0000 mon.smithi079 (mon.0) 622 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:07:58.018 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:57 smithi079 bash[19963]: audit 2024-09-06T15:07:56.833339+0000 mon.smithi079 (mon.0) 623 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:07:58.018 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:57 smithi079 bash[19963]: audit 2024-09-06T15:07:56.833339+0000 mon.smithi079 (mon.0) 623 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:07:58.018 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:57 smithi079 bash[19963]: audit 2024-09-06T15:07:56.925473+0000 mon.smithi079 (mon.0) 624 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:07:58.018 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:57 smithi079 bash[19963]: audit 2024-09-06T15:07:56.925473+0000 mon.smithi079 (mon.0) 624 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:07:58.018 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:57 smithi079 bash[19963]: audit 2024-09-06T15:07:57.042226+0000 mon.smithi079 (mon.0) 625 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:07:58.018 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:57 smithi079 bash[19963]: audit 2024-09-06T15:07:57.042226+0000 mon.smithi079 (mon.0) 625 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:07:58.018 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:57 smithi079 bash[19963]: audit 2024-09-06T15:07:57.044645+0000 mon.smithi079 (mon.0) 626 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-06T15:07:58.018 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:57 smithi079 bash[19963]: audit 2024-09-06T15:07:57.044645+0000 mon.smithi079 (mon.0) 626 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-06T15:07:58.018 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:57 smithi079 bash[19963]: audit 2024-09-06T15:07:57.091926+0000 mon.smithi079 (mon.0) 627 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-06T15:07:58.018 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:57 smithi079 bash[19963]: audit 2024-09-06T15:07:57.091926+0000 mon.smithi079 (mon.0) 627 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-06T15:07:58.018 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:57 smithi079 bash[19963]: audit 2024-09-06T15:07:57.092226+0000 mon.smithi079 (mon.0) 628 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "mon metadata", "id": "smithi079"} : dispatch 2024-09-06T15:07:58.019 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:57 smithi079 bash[19963]: audit 2024-09-06T15:07:57.092226+0000 mon.smithi079 (mon.0) 628 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "mon metadata", "id": "smithi079"} : dispatch 2024-09-06T15:07:58.019 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:57 smithi079 bash[19963]: audit 2024-09-06T15:07:57.092454+0000 mon.smithi079 (mon.0) 629 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "mon metadata", "id": "smithi090"} : dispatch 2024-09-06T15:07:58.019 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:57 smithi079 bash[19963]: audit 2024-09-06T15:07:57.092454+0000 mon.smithi079 (mon.0) 629 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "mon metadata", "id": "smithi090"} : dispatch 2024-09-06T15:07:58.019 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:57 smithi079 bash[19963]: audit 2024-09-06T15:07:57.136214+0000 mon.smithi079 (mon.0) 630 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:07:58.019 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:57 smithi079 bash[19963]: audit 2024-09-06T15:07:57.136214+0000 mon.smithi079 (mon.0) 630 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:07:58.019 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:57 smithi079 bash[19963]: audit 2024-09-06T15:07:57.138792+0000 mon.smithi079 (mon.0) 631 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "mon metadata", "id": "smithi079"} : dispatch 2024-09-06T15:07:58.019 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:57 smithi079 bash[19963]: audit 2024-09-06T15:07:57.138792+0000 mon.smithi079 (mon.0) 631 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "mon metadata", "id": "smithi079"} : dispatch 2024-09-06T15:07:58.019 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:57 smithi079 bash[19963]: audit 2024-09-06T15:07:57.139008+0000 mon.smithi079 (mon.0) 632 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "mon metadata", "id": "smithi090"} : dispatch 2024-09-06T15:07:58.019 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:57 smithi079 bash[19963]: audit 2024-09-06T15:07:57.139008+0000 mon.smithi079 (mon.0) 632 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "mon metadata", "id": "smithi090"} : dispatch 2024-09-06T15:07:58.019 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:57 smithi079 bash[19963]: audit 2024-09-06T15:07:57.140888+0000 mon.smithi090 (mon.1) 17 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-06T15:07:58.019 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:57 smithi079 bash[19963]: audit 2024-09-06T15:07:57.140888+0000 mon.smithi090 (mon.1) 17 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-06T15:07:58.019 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:57 smithi079 bash[19963]: audit 2024-09-06T15:07:57.188979+0000 mon.smithi090 (mon.1) 18 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-06T15:07:58.019 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:57 smithi079 bash[19963]: audit 2024-09-06T15:07:57.188979+0000 mon.smithi090 (mon.1) 18 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-06T15:07:58.020 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:57 smithi079 bash[19963]: audit 2024-09-06T15:07:57.213800+0000 mon.smithi079 (mon.0) 633 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:07:58.020 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:57 smithi079 bash[19963]: audit 2024-09-06T15:07:57.213800+0000 mon.smithi079 (mon.0) 633 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:07:58.020 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:57 smithi079 bash[19963]: cluster 2024-09-06T15:07:57.463667+0000 mon.smithi079 (mon.0) 634 : cluster [DBG] osdmap e28: 8 total, 6 up, 8 in 2024-09-06T15:07:58.020 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:57 smithi079 bash[19963]: cluster 2024-09-06T15:07:57.463667+0000 mon.smithi079 (mon.0) 634 : cluster [DBG] osdmap e28: 8 total, 6 up, 8 in 2024-09-06T15:07:58.020 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:57 smithi079 bash[19963]: audit 2024-09-06T15:07:57.463940+0000 mon.smithi079 (mon.0) 635 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-06T15:07:58.020 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:57 smithi079 bash[19963]: audit 2024-09-06T15:07:57.463940+0000 mon.smithi079 (mon.0) 635 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-06T15:07:58.020 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:57 smithi079 bash[19963]: audit 2024-09-06T15:07:57.464618+0000 mon.smithi079 (mon.0) 636 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-06T15:07:58.020 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:57 smithi079 bash[19963]: audit 2024-09-06T15:07:57.464618+0000 mon.smithi079 (mon.0) 636 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-06T15:07:58.910 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:58 smithi090 bash[25332]: cluster 2024-09-06T15:07:57.751541+0000 mgr.smithi079.ijsnjl (mgr.14195) 146 : cluster [DBG] pgmap v100: 1 pgs: 1 creating+peering; 0 B data, 164 MiB used, 536 GiB / 536 GiB avail 2024-09-06T15:07:58.910 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:58 smithi090 bash[25332]: cluster 2024-09-06T15:07:57.751541+0000 mgr.smithi079.ijsnjl (mgr.14195) 146 : cluster [DBG] pgmap v100: 1 pgs: 1 creating+peering; 0 B data, 164 MiB used, 536 GiB / 536 GiB avail 2024-09-06T15:07:58.910 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:58 smithi090 bash[25332]: audit 2024-09-06T15:07:58.021982+0000 mon.smithi079 (mon.0) 637 : audit [INF] from='osd.7 [v2:172.21.15.79:6826/2474566747,v1:172.21.15.79:6827/2474566747]' entity='osd.7' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]} : dispatch 2024-09-06T15:07:58.910 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:58 smithi090 bash[25332]: audit 2024-09-06T15:07:58.021982+0000 mon.smithi079 (mon.0) 637 : audit [INF] from='osd.7 [v2:172.21.15.79:6826/2474566747,v1:172.21.15.79:6827/2474566747]' entity='osd.7' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]} : dispatch 2024-09-06T15:07:58.910 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:58 smithi090 bash[25332]: cluster 2024-09-06T15:07:58.232398+0000 mon.smithi079 (mon.0) 638 : cluster [DBG] mgrmap e19: smithi079.ijsnjl(active, since 2m), standbys: smithi090.kgwrey 2024-09-06T15:07:58.910 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:58 smithi090 bash[25332]: cluster 2024-09-06T15:07:58.232398+0000 mon.smithi079 (mon.0) 638 : cluster [DBG] mgrmap e19: smithi079.ijsnjl(active, since 2m), standbys: smithi090.kgwrey 2024-09-06T15:07:59.035 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:58 smithi079 bash[19963]: cluster 2024-09-06T15:07:57.751541+0000 mgr.smithi079.ijsnjl (mgr.14195) 146 : cluster [DBG] pgmap v100: 1 pgs: 1 creating+peering; 0 B data, 164 MiB used, 536 GiB / 536 GiB avail 2024-09-06T15:07:59.035 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:58 smithi079 bash[19963]: cluster 2024-09-06T15:07:57.751541+0000 mgr.smithi079.ijsnjl (mgr.14195) 146 : cluster [DBG] pgmap v100: 1 pgs: 1 creating+peering; 0 B data, 164 MiB used, 536 GiB / 536 GiB avail 2024-09-06T15:07:59.035 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:58 smithi079 bash[19963]: audit 2024-09-06T15:07:58.021982+0000 mon.smithi079 (mon.0) 637 : audit [INF] from='osd.7 [v2:172.21.15.79:6826/2474566747,v1:172.21.15.79:6827/2474566747]' entity='osd.7' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]} : dispatch 2024-09-06T15:07:59.035 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:58 smithi079 bash[19963]: audit 2024-09-06T15:07:58.021982+0000 mon.smithi079 (mon.0) 637 : audit [INF] from='osd.7 [v2:172.21.15.79:6826/2474566747,v1:172.21.15.79:6827/2474566747]' entity='osd.7' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]} : dispatch 2024-09-06T15:07:59.035 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:58 smithi079 bash[19963]: cluster 2024-09-06T15:07:58.232398+0000 mon.smithi079 (mon.0) 638 : cluster [DBG] mgrmap e19: smithi079.ijsnjl(active, since 2m), standbys: smithi090.kgwrey 2024-09-06T15:07:59.035 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:58 smithi079 bash[19963]: cluster 2024-09-06T15:07:58.232398+0000 mon.smithi079 (mon.0) 638 : cluster [DBG] mgrmap e19: smithi079.ijsnjl(active, since 2m), standbys: smithi090.kgwrey 2024-09-06T15:07:59.551 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-06T15:07:59.910 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:59 smithi090 bash[25332]: audit 2024-09-06T15:07:58.592960+0000 mon.smithi079 (mon.0) 639 : audit [INF] from='osd.7 [v2:172.21.15.79:6826/2474566747,v1:172.21.15.79:6827/2474566747]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-09-06T15:07:59.910 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:59 smithi090 bash[25332]: audit 2024-09-06T15:07:58.592960+0000 mon.smithi079 (mon.0) 639 : audit [INF] from='osd.7 [v2:172.21.15.79:6826/2474566747,v1:172.21.15.79:6827/2474566747]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-09-06T15:07:59.910 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:59 smithi090 bash[25332]: cluster 2024-09-06T15:07:58.599381+0000 mon.smithi079 (mon.0) 640 : cluster [DBG] osdmap e29: 8 total, 6 up, 8 in 2024-09-06T15:07:59.910 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:59 smithi090 bash[25332]: cluster 2024-09-06T15:07:58.599381+0000 mon.smithi079 (mon.0) 640 : cluster [DBG] osdmap e29: 8 total, 6 up, 8 in 2024-09-06T15:07:59.910 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:59 smithi090 bash[25332]: audit 2024-09-06T15:07:58.600109+0000 mon.smithi079 (mon.0) 641 : audit [INF] from='osd.7 [v2:172.21.15.79:6826/2474566747,v1:172.21.15.79:6827/2474566747]' entity='osd.7' cmd={"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi079", "root=default"]} : dispatch 2024-09-06T15:07:59.910 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:59 smithi090 bash[25332]: audit 2024-09-06T15:07:58.600109+0000 mon.smithi079 (mon.0) 641 : audit [INF] from='osd.7 [v2:172.21.15.79:6826/2474566747,v1:172.21.15.79:6827/2474566747]' entity='osd.7' cmd={"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi079", "root=default"]} : dispatch 2024-09-06T15:07:59.910 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:59 smithi090 bash[25332]: audit 2024-09-06T15:07:58.600829+0000 mon.smithi079 (mon.0) 642 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-06T15:07:59.911 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:59 smithi090 bash[25332]: audit 2024-09-06T15:07:58.600829+0000 mon.smithi079 (mon.0) 642 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-06T15:07:59.911 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:59 smithi090 bash[25332]: audit 2024-09-06T15:07:58.601369+0000 mon.smithi079 (mon.0) 643 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-06T15:07:59.911 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:59 smithi090 bash[25332]: audit 2024-09-06T15:07:58.601369+0000 mon.smithi079 (mon.0) 643 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-06T15:07:59.911 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:59 smithi090 bash[25332]: audit 2024-09-06T15:07:59.552778+0000 mon.smithi079 (mon.0) 644 : audit [DBG] from='client.? 172.21.15.79:0/763016766' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-06T15:07:59.911 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:07:59 smithi090 bash[25332]: audit 2024-09-06T15:07:59.552778+0000 mon.smithi079 (mon.0) 644 : audit [DBG] from='client.? 172.21.15.79:0/763016766' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-06T15:08:00.035 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:59 smithi079 bash[19963]: audit 2024-09-06T15:07:58.592960+0000 mon.smithi079 (mon.0) 639 : audit [INF] from='osd.7 [v2:172.21.15.79:6826/2474566747,v1:172.21.15.79:6827/2474566747]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-09-06T15:08:00.035 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:59 smithi079 bash[19963]: audit 2024-09-06T15:07:58.592960+0000 mon.smithi079 (mon.0) 639 : audit [INF] from='osd.7 [v2:172.21.15.79:6826/2474566747,v1:172.21.15.79:6827/2474566747]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-09-06T15:08:00.035 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:59 smithi079 bash[19963]: cluster 2024-09-06T15:07:58.599381+0000 mon.smithi079 (mon.0) 640 : cluster [DBG] osdmap e29: 8 total, 6 up, 8 in 2024-09-06T15:08:00.035 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:59 smithi079 bash[19963]: cluster 2024-09-06T15:07:58.599381+0000 mon.smithi079 (mon.0) 640 : cluster [DBG] osdmap e29: 8 total, 6 up, 8 in 2024-09-06T15:08:00.035 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:59 smithi079 bash[19963]: audit 2024-09-06T15:07:58.600109+0000 mon.smithi079 (mon.0) 641 : audit [INF] from='osd.7 [v2:172.21.15.79:6826/2474566747,v1:172.21.15.79:6827/2474566747]' entity='osd.7' cmd={"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi079", "root=default"]} : dispatch 2024-09-06T15:08:00.035 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:59 smithi079 bash[19963]: audit 2024-09-06T15:07:58.600109+0000 mon.smithi079 (mon.0) 641 : audit [INF] from='osd.7 [v2:172.21.15.79:6826/2474566747,v1:172.21.15.79:6827/2474566747]' entity='osd.7' cmd={"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi079", "root=default"]} : dispatch 2024-09-06T15:08:00.035 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:59 smithi079 bash[19963]: audit 2024-09-06T15:07:58.600829+0000 mon.smithi079 (mon.0) 642 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-06T15:08:00.035 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:59 smithi079 bash[19963]: audit 2024-09-06T15:07:58.600829+0000 mon.smithi079 (mon.0) 642 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-06T15:08:00.036 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:59 smithi079 bash[19963]: audit 2024-09-06T15:07:58.601369+0000 mon.smithi079 (mon.0) 643 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-06T15:08:00.036 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:59 smithi079 bash[19963]: audit 2024-09-06T15:07:58.601369+0000 mon.smithi079 (mon.0) 643 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-06T15:08:00.036 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:59 smithi079 bash[19963]: audit 2024-09-06T15:07:59.552778+0000 mon.smithi079 (mon.0) 644 : audit [DBG] from='client.? 172.21.15.79:0/763016766' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-06T15:08:00.036 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:07:59 smithi079 bash[19963]: audit 2024-09-06T15:07:59.552778+0000 mon.smithi079 (mon.0) 644 : audit [DBG] from='client.? 172.21.15.79:0/763016766' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-06T15:08:00.327 INFO:teuthology.orchestra.run.smithi079.stdout:{"epoch":29,"num_osds":8,"num_up_osds":6,"osd_up_since":1725635276,"num_in_osds":8,"osd_in_since":1725635225,"num_remapped_pgs":0} 2024-09-06T15:08:00.898 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:00 smithi090 bash[25332]: audit 2024-09-06T15:07:59.594691+0000 mon.smithi079 (mon.0) 645 : audit [INF] from='osd.7 [v2:172.21.15.79:6826/2474566747,v1:172.21.15.79:6827/2474566747]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]': finished 2024-09-06T15:08:00.899 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:00 smithi090 bash[25332]: audit 2024-09-06T15:07:59.594691+0000 mon.smithi079 (mon.0) 645 : audit [INF] from='osd.7 [v2:172.21.15.79:6826/2474566747,v1:172.21.15.79:6827/2474566747]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]': finished 2024-09-06T15:08:00.899 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:00 smithi090 bash[25332]: cluster 2024-09-06T15:07:59.598160+0000 mon.smithi079 (mon.0) 646 : cluster [DBG] osdmap e30: 8 total, 6 up, 8 in 2024-09-06T15:08:00.899 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:00 smithi090 bash[25332]: cluster 2024-09-06T15:07:59.598160+0000 mon.smithi079 (mon.0) 646 : cluster [DBG] osdmap e30: 8 total, 6 up, 8 in 2024-09-06T15:08:00.899 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:00 smithi090 bash[25332]: audit 2024-09-06T15:07:59.602054+0000 mon.smithi079 (mon.0) 647 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-06T15:08:00.899 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:00 smithi090 bash[25332]: audit 2024-09-06T15:07:59.602054+0000 mon.smithi079 (mon.0) 647 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-06T15:08:00.899 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:00 smithi090 bash[25332]: audit 2024-09-06T15:07:59.602312+0000 mon.smithi079 (mon.0) 648 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-06T15:08:00.899 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:00 smithi090 bash[25332]: audit 2024-09-06T15:07:59.602312+0000 mon.smithi079 (mon.0) 648 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-06T15:08:00.899 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:00 smithi090 bash[25332]: audit 2024-09-06T15:07:59.605213+0000 mon.smithi079 (mon.0) 649 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-06T15:08:00.899 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:00 smithi090 bash[25332]: audit 2024-09-06T15:07:59.605213+0000 mon.smithi079 (mon.0) 649 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-06T15:08:00.899 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:00 smithi090 bash[25332]: cluster 2024-09-06T15:07:59.752214+0000 mgr.smithi079.ijsnjl (mgr.14195) 147 : cluster [DBG] pgmap v103: 1 pgs: 1 creating+peering; 0 B data, 165 MiB used, 536 GiB / 536 GiB avail 2024-09-06T15:08:00.899 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:00 smithi090 bash[25332]: cluster 2024-09-06T15:07:59.752214+0000 mgr.smithi079.ijsnjl (mgr.14195) 147 : cluster [DBG] pgmap v103: 1 pgs: 1 creating+peering; 0 B data, 165 MiB used, 536 GiB / 536 GiB avail 2024-09-06T15:08:00.899 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:00 smithi090 bash[25332]: audit 2024-09-06T15:08:00.103013+0000 mon.smithi079 (mon.0) 650 : audit [INF] from='osd.7 [v2:172.21.15.79:6826/2474566747,v1:172.21.15.79:6827/2474566747]' entity='osd.7' 2024-09-06T15:08:00.899 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:00 smithi090 bash[25332]: audit 2024-09-06T15:08:00.103013+0000 mon.smithi079 (mon.0) 650 : audit [INF] from='osd.7 [v2:172.21.15.79:6826/2474566747,v1:172.21.15.79:6827/2474566747]' entity='osd.7' 2024-09-06T15:08:00.900 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:00 smithi090 bash[25332]: audit 2024-09-06T15:08:00.605710+0000 mon.smithi079 (mon.0) 651 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-06T15:08:00.900 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:00 smithi090 bash[25332]: audit 2024-09-06T15:08:00.605710+0000 mon.smithi079 (mon.0) 651 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-06T15:08:00.900 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:00 smithi090 bash[25332]: audit 2024-09-06T15:08:00.647702+0000 mon.smithi079 (mon.0) 652 : audit [INF] from='osd.6 ' entity='osd.6' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]} : dispatch 2024-09-06T15:08:00.900 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:00 smithi090 bash[25332]: audit 2024-09-06T15:08:00.647702+0000 mon.smithi079 (mon.0) 652 : audit [INF] from='osd.6 ' entity='osd.6' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]} : dispatch 2024-09-06T15:08:00.900 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:00 smithi090 bash[25332]: audit 2024-09-06T15:08:00.648993+0000 mon.smithi090 (mon.1) 19 : audit [INF] from='osd.6 [v2:172.21.15.90:6824/3628410393,v1:172.21.15.90:6825/3628410393]' entity='osd.6' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]} : dispatch 2024-09-06T15:08:00.900 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:00 smithi090 bash[25332]: audit 2024-09-06T15:08:00.648993+0000 mon.smithi090 (mon.1) 19 : audit [INF] from='osd.6 [v2:172.21.15.90:6824/3628410393,v1:172.21.15.90:6825/3628410393]' entity='osd.6' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]} : dispatch 2024-09-06T15:08:00.918 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:00 smithi079 bash[19963]: audit 2024-09-06T15:07:59.594691+0000 mon.smithi079 (mon.0) 645 : audit [INF] from='osd.7 [v2:172.21.15.79:6826/2474566747,v1:172.21.15.79:6827/2474566747]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]': finished 2024-09-06T15:08:00.918 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:00 smithi079 bash[19963]: audit 2024-09-06T15:07:59.594691+0000 mon.smithi079 (mon.0) 645 : audit [INF] from='osd.7 [v2:172.21.15.79:6826/2474566747,v1:172.21.15.79:6827/2474566747]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]': finished 2024-09-06T15:08:00.918 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:00 smithi079 bash[19963]: cluster 2024-09-06T15:07:59.598160+0000 mon.smithi079 (mon.0) 646 : cluster [DBG] osdmap e30: 8 total, 6 up, 8 in 2024-09-06T15:08:00.918 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:00 smithi079 bash[19963]: cluster 2024-09-06T15:07:59.598160+0000 mon.smithi079 (mon.0) 646 : cluster [DBG] osdmap e30: 8 total, 6 up, 8 in 2024-09-06T15:08:00.918 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:00 smithi079 bash[19963]: audit 2024-09-06T15:07:59.602054+0000 mon.smithi079 (mon.0) 647 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-06T15:08:00.918 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:00 smithi079 bash[19963]: audit 2024-09-06T15:07:59.602054+0000 mon.smithi079 (mon.0) 647 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-06T15:08:00.918 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:00 smithi079 bash[19963]: audit 2024-09-06T15:07:59.602312+0000 mon.smithi079 (mon.0) 648 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-06T15:08:00.919 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:00 smithi079 bash[19963]: audit 2024-09-06T15:07:59.602312+0000 mon.smithi079 (mon.0) 648 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-06T15:08:00.919 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:00 smithi079 bash[19963]: audit 2024-09-06T15:07:59.605213+0000 mon.smithi079 (mon.0) 649 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-06T15:08:00.919 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:00 smithi079 bash[19963]: audit 2024-09-06T15:07:59.605213+0000 mon.smithi079 (mon.0) 649 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-06T15:08:00.919 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:00 smithi079 bash[19963]: cluster 2024-09-06T15:07:59.752214+0000 mgr.smithi079.ijsnjl (mgr.14195) 147 : cluster [DBG] pgmap v103: 1 pgs: 1 creating+peering; 0 B data, 165 MiB used, 536 GiB / 536 GiB avail 2024-09-06T15:08:00.919 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:00 smithi079 bash[19963]: cluster 2024-09-06T15:07:59.752214+0000 mgr.smithi079.ijsnjl (mgr.14195) 147 : cluster [DBG] pgmap v103: 1 pgs: 1 creating+peering; 0 B data, 165 MiB used, 536 GiB / 536 GiB avail 2024-09-06T15:08:00.919 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:00 smithi079 bash[19963]: audit 2024-09-06T15:08:00.103013+0000 mon.smithi079 (mon.0) 650 : audit [INF] from='osd.7 [v2:172.21.15.79:6826/2474566747,v1:172.21.15.79:6827/2474566747]' entity='osd.7' 2024-09-06T15:08:00.919 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:00 smithi079 bash[19963]: audit 2024-09-06T15:08:00.103013+0000 mon.smithi079 (mon.0) 650 : audit [INF] from='osd.7 [v2:172.21.15.79:6826/2474566747,v1:172.21.15.79:6827/2474566747]' entity='osd.7' 2024-09-06T15:08:00.919 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:00 smithi079 bash[19963]: audit 2024-09-06T15:08:00.605710+0000 mon.smithi079 (mon.0) 651 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-06T15:08:00.919 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:00 smithi079 bash[19963]: audit 2024-09-06T15:08:00.605710+0000 mon.smithi079 (mon.0) 651 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-06T15:08:00.919 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:00 smithi079 bash[19963]: audit 2024-09-06T15:08:00.647702+0000 mon.smithi079 (mon.0) 652 : audit [INF] from='osd.6 ' entity='osd.6' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]} : dispatch 2024-09-06T15:08:00.919 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:00 smithi079 bash[19963]: audit 2024-09-06T15:08:00.647702+0000 mon.smithi079 (mon.0) 652 : audit [INF] from='osd.6 ' entity='osd.6' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]} : dispatch 2024-09-06T15:08:00.919 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:00 smithi079 bash[19963]: audit 2024-09-06T15:08:00.648993+0000 mon.smithi090 (mon.1) 19 : audit [INF] from='osd.6 [v2:172.21.15.90:6824/3628410393,v1:172.21.15.90:6825/3628410393]' entity='osd.6' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]} : dispatch 2024-09-06T15:08:00.919 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:00 smithi079 bash[19963]: audit 2024-09-06T15:08:00.648993+0000 mon.smithi090 (mon.1) 19 : audit [INF] from='osd.6 [v2:172.21.15.90:6824/3628410393,v1:172.21.15.90:6825/3628410393]' entity='osd.6' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]} : dispatch 2024-09-06T15:08:01.328 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8b38c33cecf4b0b7a9b3116eb9089e21e444ac73 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d8ce0702-6c60-11ef-bce4-c7b262605968 -- ceph osd stat -f json 2024-09-06T15:08:02.035 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:01 smithi079 bash[19963]: cluster 2024-09-06T15:07:58.998546+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-06T15:08:02.035 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:01 smithi079 bash[19963]: cluster 2024-09-06T15:07:58.998546+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-06T15:08:02.035 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:01 smithi079 bash[19963]: cluster 2024-09-06T15:07:58.998654+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-06T15:08:02.035 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:01 smithi079 bash[19963]: cluster 2024-09-06T15:07:58.998654+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-06T15:08:02.035 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:01 smithi079 bash[19963]: audit 2024-09-06T15:08:00.657687+0000 mon.smithi079 (mon.0) 653 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-09-06T15:08:02.036 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:01 smithi079 bash[19963]: audit 2024-09-06T15:08:00.657687+0000 mon.smithi079 (mon.0) 653 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-09-06T15:08:02.036 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:01 smithi079 bash[19963]: cluster 2024-09-06T15:08:00.662558+0000 mon.smithi079 (mon.0) 654 : cluster [INF] osd.7 [v2:172.21.15.79:6826/2474566747,v1:172.21.15.79:6827/2474566747] boot 2024-09-06T15:08:02.036 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:01 smithi079 bash[19963]: cluster 2024-09-06T15:08:00.662558+0000 mon.smithi079 (mon.0) 654 : cluster [INF] osd.7 [v2:172.21.15.79:6826/2474566747,v1:172.21.15.79:6827/2474566747] boot 2024-09-06T15:08:02.036 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:01 smithi079 bash[19963]: cluster 2024-09-06T15:08:00.662622+0000 mon.smithi079 (mon.0) 655 : cluster [DBG] osdmap e31: 8 total, 7 up, 8 in 2024-09-06T15:08:02.036 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:01 smithi079 bash[19963]: cluster 2024-09-06T15:08:00.662622+0000 mon.smithi079 (mon.0) 655 : cluster [DBG] osdmap e31: 8 total, 7 up, 8 in 2024-09-06T15:08:02.036 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:01 smithi079 bash[19963]: audit 2024-09-06T15:08:00.663439+0000 mon.smithi079 (mon.0) 656 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-06T15:08:02.036 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:01 smithi079 bash[19963]: audit 2024-09-06T15:08:00.663439+0000 mon.smithi079 (mon.0) 656 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-06T15:08:02.036 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:01 smithi079 bash[19963]: audit 2024-09-06T15:08:00.663880+0000 mon.smithi079 (mon.0) 657 : audit [INF] from='osd.6 ' entity='osd.6' cmd={"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi090", "root=default"]} : dispatch 2024-09-06T15:08:02.036 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:01 smithi079 bash[19963]: audit 2024-09-06T15:08:00.663880+0000 mon.smithi079 (mon.0) 657 : audit [INF] from='osd.6 ' entity='osd.6' cmd={"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi090", "root=default"]} : dispatch 2024-09-06T15:08:02.036 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:01 smithi079 bash[19963]: audit 2024-09-06T15:08:00.664069+0000 mon.smithi090 (mon.1) 20 : audit [INF] from='osd.6 [v2:172.21.15.90:6824/3628410393,v1:172.21.15.90:6825/3628410393]' entity='osd.6' cmd={"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi090", "root=default"]} : dispatch 2024-09-06T15:08:02.036 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:01 smithi079 bash[19963]: audit 2024-09-06T15:08:00.664069+0000 mon.smithi090 (mon.1) 20 : audit [INF] from='osd.6 [v2:172.21.15.90:6824/3628410393,v1:172.21.15.90:6825/3628410393]' entity='osd.6' cmd={"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi090", "root=default"]} : dispatch 2024-09-06T15:08:02.036 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:01 smithi079 bash[19963]: audit 2024-09-06T15:08:00.672706+0000 mon.smithi079 (mon.0) 658 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-06T15:08:02.037 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:01 smithi079 bash[19963]: audit 2024-09-06T15:08:00.672706+0000 mon.smithi079 (mon.0) 658 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-06T15:08:02.037 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:01 smithi079 bash[19963]: audit 2024-09-06T15:08:00.744835+0000 mon.smithi079 (mon.0) 659 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi090", "root=default"]}]': finished 2024-09-06T15:08:02.037 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:01 smithi079 bash[19963]: audit 2024-09-06T15:08:00.744835+0000 mon.smithi079 (mon.0) 659 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi090", "root=default"]}]': finished 2024-09-06T15:08:02.037 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:01 smithi079 bash[19963]: cluster 2024-09-06T15:08:00.747832+0000 mon.smithi079 (mon.0) 660 : cluster [DBG] osdmap e32: 8 total, 7 up, 8 in 2024-09-06T15:08:02.037 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:01 smithi079 bash[19963]: cluster 2024-09-06T15:08:00.747832+0000 mon.smithi079 (mon.0) 660 : cluster [DBG] osdmap e32: 8 total, 7 up, 8 in 2024-09-06T15:08:02.037 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:01 smithi079 bash[19963]: audit 2024-09-06T15:08:00.748059+0000 mon.smithi079 (mon.0) 661 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-06T15:08:02.037 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:01 smithi079 bash[19963]: audit 2024-09-06T15:08:00.748059+0000 mon.smithi079 (mon.0) 661 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-06T15:08:02.037 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:01 smithi079 bash[19963]: audit 2024-09-06T15:08:00.751812+0000 mon.smithi079 (mon.0) 662 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-06T15:08:02.037 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:01 smithi079 bash[19963]: audit 2024-09-06T15:08:00.751812+0000 mon.smithi079 (mon.0) 662 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-06T15:08:02.037 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:01 smithi079 bash[19963]: audit 2024-09-06T15:08:01.249689+0000 mon.smithi079 (mon.0) 663 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:08:02.037 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:01 smithi079 bash[19963]: audit 2024-09-06T15:08:01.249689+0000 mon.smithi079 (mon.0) 663 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:08:02.037 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:01 smithi079 bash[19963]: audit 2024-09-06T15:08:01.565166+0000 mon.smithi079 (mon.0) 664 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:08:02.037 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:01 smithi079 bash[19963]: audit 2024-09-06T15:08:01.565166+0000 mon.smithi079 (mon.0) 664 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:08:02.037 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:01 smithi079 bash[19963]: audit 2024-09-06T15:08:01.570962+0000 mon.smithi079 (mon.0) 665 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:08:02.038 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:01 smithi079 bash[19963]: audit 2024-09-06T15:08:01.570962+0000 mon.smithi079 (mon.0) 665 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:08:02.038 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:01 smithi079 bash[19963]: audit 2024-09-06T15:08:01.640968+0000 mon.smithi079 (mon.0) 666 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:08:02.038 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:01 smithi079 bash[19963]: audit 2024-09-06T15:08:01.640968+0000 mon.smithi079 (mon.0) 666 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:08:02.038 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:01 smithi079 bash[19963]: audit 2024-09-06T15:08:01.648586+0000 mon.smithi079 (mon.0) 667 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:08:02.038 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:01 smithi079 bash[19963]: audit 2024-09-06T15:08:01.648586+0000 mon.smithi079 (mon.0) 667 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:08:02.160 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:01 smithi090 bash[25332]: cluster 2024-09-06T15:07:58.998546+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-06T15:08:02.160 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:01 smithi090 bash[25332]: cluster 2024-09-06T15:07:58.998546+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-06T15:08:02.160 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:01 smithi090 bash[25332]: cluster 2024-09-06T15:07:58.998654+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-06T15:08:02.160 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:01 smithi090 bash[25332]: cluster 2024-09-06T15:07:58.998654+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-06T15:08:02.161 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:01 smithi090 bash[25332]: audit 2024-09-06T15:08:00.657687+0000 mon.smithi079 (mon.0) 653 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-09-06T15:08:02.161 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:01 smithi090 bash[25332]: audit 2024-09-06T15:08:00.657687+0000 mon.smithi079 (mon.0) 653 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-09-06T15:08:02.161 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:01 smithi090 bash[25332]: cluster 2024-09-06T15:08:00.662558+0000 mon.smithi079 (mon.0) 654 : cluster [INF] osd.7 [v2:172.21.15.79:6826/2474566747,v1:172.21.15.79:6827/2474566747] boot 2024-09-06T15:08:02.161 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:01 smithi090 bash[25332]: cluster 2024-09-06T15:08:00.662558+0000 mon.smithi079 (mon.0) 654 : cluster [INF] osd.7 [v2:172.21.15.79:6826/2474566747,v1:172.21.15.79:6827/2474566747] boot 2024-09-06T15:08:02.161 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:01 smithi090 bash[25332]: cluster 2024-09-06T15:08:00.662622+0000 mon.smithi079 (mon.0) 655 : cluster [DBG] osdmap e31: 8 total, 7 up, 8 in 2024-09-06T15:08:02.161 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:01 smithi090 bash[25332]: cluster 2024-09-06T15:08:00.662622+0000 mon.smithi079 (mon.0) 655 : cluster [DBG] osdmap e31: 8 total, 7 up, 8 in 2024-09-06T15:08:02.161 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:01 smithi090 bash[25332]: audit 2024-09-06T15:08:00.663439+0000 mon.smithi079 (mon.0) 656 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-06T15:08:02.161 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:01 smithi090 bash[25332]: audit 2024-09-06T15:08:00.663439+0000 mon.smithi079 (mon.0) 656 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-06T15:08:02.161 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:01 smithi090 bash[25332]: audit 2024-09-06T15:08:00.663880+0000 mon.smithi079 (mon.0) 657 : audit [INF] from='osd.6 ' entity='osd.6' cmd={"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi090", "root=default"]} : dispatch 2024-09-06T15:08:02.161 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:01 smithi090 bash[25332]: audit 2024-09-06T15:08:00.663880+0000 mon.smithi079 (mon.0) 657 : audit [INF] from='osd.6 ' entity='osd.6' cmd={"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi090", "root=default"]} : dispatch 2024-09-06T15:08:02.161 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:01 smithi090 bash[25332]: audit 2024-09-06T15:08:00.664069+0000 mon.smithi090 (mon.1) 20 : audit [INF] from='osd.6 [v2:172.21.15.90:6824/3628410393,v1:172.21.15.90:6825/3628410393]' entity='osd.6' cmd={"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi090", "root=default"]} : dispatch 2024-09-06T15:08:02.161 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:01 smithi090 bash[25332]: audit 2024-09-06T15:08:00.664069+0000 mon.smithi090 (mon.1) 20 : audit [INF] from='osd.6 [v2:172.21.15.90:6824/3628410393,v1:172.21.15.90:6825/3628410393]' entity='osd.6' cmd={"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi090", "root=default"]} : dispatch 2024-09-06T15:08:02.162 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:01 smithi090 bash[25332]: audit 2024-09-06T15:08:00.672706+0000 mon.smithi079 (mon.0) 658 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-06T15:08:02.162 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:01 smithi090 bash[25332]: audit 2024-09-06T15:08:00.672706+0000 mon.smithi079 (mon.0) 658 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-06T15:08:02.162 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:01 smithi090 bash[25332]: audit 2024-09-06T15:08:00.744835+0000 mon.smithi079 (mon.0) 659 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi090", "root=default"]}]': finished 2024-09-06T15:08:02.162 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:01 smithi090 bash[25332]: audit 2024-09-06T15:08:00.744835+0000 mon.smithi079 (mon.0) 659 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi090", "root=default"]}]': finished 2024-09-06T15:08:02.162 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:01 smithi090 bash[25332]: cluster 2024-09-06T15:08:00.747832+0000 mon.smithi079 (mon.0) 660 : cluster [DBG] osdmap e32: 8 total, 7 up, 8 in 2024-09-06T15:08:02.162 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:01 smithi090 bash[25332]: cluster 2024-09-06T15:08:00.747832+0000 mon.smithi079 (mon.0) 660 : cluster [DBG] osdmap e32: 8 total, 7 up, 8 in 2024-09-06T15:08:02.162 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:01 smithi090 bash[25332]: audit 2024-09-06T15:08:00.748059+0000 mon.smithi079 (mon.0) 661 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-06T15:08:02.162 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:01 smithi090 bash[25332]: audit 2024-09-06T15:08:00.748059+0000 mon.smithi079 (mon.0) 661 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-06T15:08:02.162 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:01 smithi090 bash[25332]: audit 2024-09-06T15:08:00.751812+0000 mon.smithi079 (mon.0) 662 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-06T15:08:02.162 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:01 smithi090 bash[25332]: audit 2024-09-06T15:08:00.751812+0000 mon.smithi079 (mon.0) 662 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-06T15:08:02.162 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:01 smithi090 bash[25332]: audit 2024-09-06T15:08:01.249689+0000 mon.smithi079 (mon.0) 663 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:08:02.163 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:01 smithi090 bash[25332]: audit 2024-09-06T15:08:01.249689+0000 mon.smithi079 (mon.0) 663 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:08:02.163 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:01 smithi090 bash[25332]: audit 2024-09-06T15:08:01.565166+0000 mon.smithi079 (mon.0) 664 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:08:02.163 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:01 smithi090 bash[25332]: audit 2024-09-06T15:08:01.565166+0000 mon.smithi079 (mon.0) 664 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:08:02.163 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:01 smithi090 bash[25332]: audit 2024-09-06T15:08:01.570962+0000 mon.smithi079 (mon.0) 665 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:08:02.163 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:01 smithi090 bash[25332]: audit 2024-09-06T15:08:01.570962+0000 mon.smithi079 (mon.0) 665 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:08:02.163 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:01 smithi090 bash[25332]: audit 2024-09-06T15:08:01.640968+0000 mon.smithi079 (mon.0) 666 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:08:02.163 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:01 smithi090 bash[25332]: audit 2024-09-06T15:08:01.640968+0000 mon.smithi079 (mon.0) 666 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:08:02.163 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:01 smithi090 bash[25332]: audit 2024-09-06T15:08:01.648586+0000 mon.smithi079 (mon.0) 667 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:08:02.163 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:01 smithi090 bash[25332]: audit 2024-09-06T15:08:01.648586+0000 mon.smithi079 (mon.0) 667 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:08:03.035 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:02 smithi079 bash[19963]: cluster 2024-09-06T15:08:01.753283+0000 mgr.smithi079.ijsnjl (mgr.14195) 148 : cluster [DBG] pgmap v107: 1 pgs: 1 remapped+peering; 577 KiB data, 198 MiB used, 626 GiB / 626 GiB avail 2024-09-06T15:08:03.035 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:02 smithi079 bash[19963]: cluster 2024-09-06T15:08:01.753283+0000 mgr.smithi079.ijsnjl (mgr.14195) 148 : cluster [DBG] pgmap v107: 1 pgs: 1 remapped+peering; 577 KiB data, 198 MiB used, 626 GiB / 626 GiB avail 2024-09-06T15:08:03.035 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:02 smithi079 bash[19963]: cluster 2024-09-06T15:08:01.756809+0000 mon.smithi079 (mon.0) 668 : cluster [INF] osd.6 [v2:172.21.15.90:6824/3628410393,v1:172.21.15.90:6825/3628410393] boot 2024-09-06T15:08:03.036 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:02 smithi079 bash[19963]: cluster 2024-09-06T15:08:01.756809+0000 mon.smithi079 (mon.0) 668 : cluster [INF] osd.6 [v2:172.21.15.90:6824/3628410393,v1:172.21.15.90:6825/3628410393] boot 2024-09-06T15:08:03.036 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:02 smithi079 bash[19963]: cluster 2024-09-06T15:08:01.756904+0000 mon.smithi079 (mon.0) 669 : cluster [DBG] osdmap e33: 8 total, 8 up, 8 in 2024-09-06T15:08:03.036 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:02 smithi079 bash[19963]: cluster 2024-09-06T15:08:01.756904+0000 mon.smithi079 (mon.0) 669 : cluster [DBG] osdmap e33: 8 total, 8 up, 8 in 2024-09-06T15:08:03.036 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:02 smithi079 bash[19963]: audit 2024-09-06T15:08:01.757663+0000 mon.smithi079 (mon.0) 670 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-06T15:08:03.036 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:02 smithi079 bash[19963]: audit 2024-09-06T15:08:01.757663+0000 mon.smithi079 (mon.0) 670 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-06T15:08:03.036 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:02 smithi079 bash[19963]: audit 2024-09-06T15:08:01.997951+0000 mon.smithi079 (mon.0) 671 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-06T15:08:03.036 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:02 smithi079 bash[19963]: audit 2024-09-06T15:08:01.997951+0000 mon.smithi079 (mon.0) 671 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-06T15:08:03.160 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:02 smithi090 bash[25332]: cluster 2024-09-06T15:08:01.753283+0000 mgr.smithi079.ijsnjl (mgr.14195) 148 : cluster [DBG] pgmap v107: 1 pgs: 1 remapped+peering; 577 KiB data, 198 MiB used, 626 GiB / 626 GiB avail 2024-09-06T15:08:03.160 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:02 smithi090 bash[25332]: cluster 2024-09-06T15:08:01.753283+0000 mgr.smithi079.ijsnjl (mgr.14195) 148 : cluster [DBG] pgmap v107: 1 pgs: 1 remapped+peering; 577 KiB data, 198 MiB used, 626 GiB / 626 GiB avail 2024-09-06T15:08:03.160 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:02 smithi090 bash[25332]: cluster 2024-09-06T15:08:01.756809+0000 mon.smithi079 (mon.0) 668 : cluster [INF] osd.6 [v2:172.21.15.90:6824/3628410393,v1:172.21.15.90:6825/3628410393] boot 2024-09-06T15:08:03.160 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:02 smithi090 bash[25332]: cluster 2024-09-06T15:08:01.756809+0000 mon.smithi079 (mon.0) 668 : cluster [INF] osd.6 [v2:172.21.15.90:6824/3628410393,v1:172.21.15.90:6825/3628410393] boot 2024-09-06T15:08:03.160 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:02 smithi090 bash[25332]: cluster 2024-09-06T15:08:01.756904+0000 mon.smithi079 (mon.0) 669 : cluster [DBG] osdmap e33: 8 total, 8 up, 8 in 2024-09-06T15:08:03.160 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:02 smithi090 bash[25332]: cluster 2024-09-06T15:08:01.756904+0000 mon.smithi079 (mon.0) 669 : cluster [DBG] osdmap e33: 8 total, 8 up, 8 in 2024-09-06T15:08:03.160 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:02 smithi090 bash[25332]: audit 2024-09-06T15:08:01.757663+0000 mon.smithi079 (mon.0) 670 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-06T15:08:03.160 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:02 smithi090 bash[25332]: audit 2024-09-06T15:08:01.757663+0000 mon.smithi079 (mon.0) 670 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-06T15:08:03.161 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:02 smithi090 bash[25332]: audit 2024-09-06T15:08:01.997951+0000 mon.smithi079 (mon.0) 671 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-06T15:08:03.161 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:02 smithi090 bash[25332]: audit 2024-09-06T15:08:01.997951+0000 mon.smithi079 (mon.0) 671 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-06T15:08:04.032 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:03 smithi090 bash[25332]: cluster 2024-09-06T15:08:01.618908+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-06T15:08:04.032 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:03 smithi090 bash[25332]: cluster 2024-09-06T15:08:01.618908+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-06T15:08:04.032 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:03 smithi090 bash[25332]: cluster 2024-09-06T15:08:01.619036+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-06T15:08:04.032 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:03 smithi090 bash[25332]: cluster 2024-09-06T15:08:01.619036+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-06T15:08:04.032 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:03 smithi090 bash[25332]: cluster 2024-09-06T15:08:02.763005+0000 mon.smithi079 (mon.0) 672 : cluster [DBG] osdmap e34: 8 total, 8 up, 8 in 2024-09-06T15:08:04.032 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:03 smithi090 bash[25332]: cluster 2024-09-06T15:08:02.763005+0000 mon.smithi079 (mon.0) 672 : cluster [DBG] osdmap e34: 8 total, 8 up, 8 in 2024-09-06T15:08:04.035 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:03 smithi079 bash[19963]: cluster 2024-09-06T15:08:01.618908+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-06T15:08:04.035 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:03 smithi079 bash[19963]: cluster 2024-09-06T15:08:01.618908+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-06T15:08:04.035 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:03 smithi079 bash[19963]: cluster 2024-09-06T15:08:01.619036+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-06T15:08:04.035 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:03 smithi079 bash[19963]: cluster 2024-09-06T15:08:01.619036+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-06T15:08:04.035 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:03 smithi079 bash[19963]: cluster 2024-09-06T15:08:02.763005+0000 mon.smithi079 (mon.0) 672 : cluster [DBG] osdmap e34: 8 total, 8 up, 8 in 2024-09-06T15:08:04.035 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:03 smithi079 bash[19963]: cluster 2024-09-06T15:08:02.763005+0000 mon.smithi079 (mon.0) 672 : cluster [DBG] osdmap e34: 8 total, 8 up, 8 in 2024-09-06T15:08:05.035 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:04 smithi079 bash[19963]: cluster 2024-09-06T15:08:03.753992+0000 mgr.smithi079.ijsnjl (mgr.14195) 149 : cluster [DBG] pgmap v109: 1 pgs: 1 remapped+peering; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:08:05.035 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:04 smithi079 bash[19963]: cluster 2024-09-06T15:08:03.753992+0000 mgr.smithi079.ijsnjl (mgr.14195) 149 : cluster [DBG] pgmap v109: 1 pgs: 1 remapped+peering; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:08:05.035 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:04 smithi079 bash[19963]: cluster 2024-09-06T15:08:03.763823+0000 mon.smithi079 (mon.0) 673 : cluster [DBG] osdmap e35: 8 total, 8 up, 8 in 2024-09-06T15:08:05.035 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:04 smithi079 bash[19963]: cluster 2024-09-06T15:08:03.763823+0000 mon.smithi079 (mon.0) 673 : cluster [DBG] osdmap e35: 8 total, 8 up, 8 in 2024-09-06T15:08:05.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:04 smithi090 bash[25332]: cluster 2024-09-06T15:08:03.753992+0000 mgr.smithi079.ijsnjl (mgr.14195) 149 : cluster [DBG] pgmap v109: 1 pgs: 1 remapped+peering; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:08:05.160 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:04 smithi090 bash[25332]: cluster 2024-09-06T15:08:03.753992+0000 mgr.smithi079.ijsnjl (mgr.14195) 149 : cluster [DBG] pgmap v109: 1 pgs: 1 remapped+peering; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:08:05.160 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:04 smithi090 bash[25332]: cluster 2024-09-06T15:08:03.763823+0000 mon.smithi079 (mon.0) 673 : cluster [DBG] osdmap e35: 8 total, 8 up, 8 in 2024-09-06T15:08:05.160 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:04 smithi090 bash[25332]: cluster 2024-09-06T15:08:03.763823+0000 mon.smithi079 (mon.0) 673 : cluster [DBG] osdmap e35: 8 total, 8 up, 8 in 2024-09-06T15:08:06.140 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/mon.smithi079/config 2024-09-06T15:08:06.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:05 smithi090 bash[25332]: cluster 2024-09-06T15:08:04.783196+0000 mon.smithi079 (mon.0) 674 : cluster [DBG] osdmap e36: 8 total, 8 up, 8 in 2024-09-06T15:08:06.160 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:05 smithi090 bash[25332]: cluster 2024-09-06T15:08:04.783196+0000 mon.smithi079 (mon.0) 674 : cluster [DBG] osdmap e36: 8 total, 8 up, 8 in 2024-09-06T15:08:06.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:05 smithi079 bash[19963]: cluster 2024-09-06T15:08:04.783196+0000 mon.smithi079 (mon.0) 674 : cluster [DBG] osdmap e36: 8 total, 8 up, 8 in 2024-09-06T15:08:06.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:05 smithi079 bash[19963]: cluster 2024-09-06T15:08:04.783196+0000 mon.smithi079 (mon.0) 674 : cluster [DBG] osdmap e36: 8 total, 8 up, 8 in 2024-09-06T15:08:07.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:06 smithi090 bash[25332]: cluster 2024-09-06T15:08:05.754677+0000 mgr.smithi079.ijsnjl (mgr.14195) 150 : cluster [DBG] pgmap v112: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-09-06T15:08:07.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:06 smithi090 bash[25332]: cluster 2024-09-06T15:08:05.754677+0000 mgr.smithi079.ijsnjl (mgr.14195) 150 : cluster [DBG] pgmap v112: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-09-06T15:08:07.160 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:06 smithi090 bash[25332]: cluster 2024-09-06T15:08:05.792795+0000 mon.smithi079 (mon.0) 675 : cluster [DBG] osdmap e37: 8 total, 8 up, 8 in 2024-09-06T15:08:07.160 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:06 smithi090 bash[25332]: cluster 2024-09-06T15:08:05.792795+0000 mon.smithi079 (mon.0) 675 : cluster [DBG] osdmap e37: 8 total, 8 up, 8 in 2024-09-06T15:08:07.285 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:06 smithi079 bash[19963]: cluster 2024-09-06T15:08:05.754677+0000 mgr.smithi079.ijsnjl (mgr.14195) 150 : cluster [DBG] pgmap v112: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-09-06T15:08:07.285 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:06 smithi079 bash[19963]: cluster 2024-09-06T15:08:05.754677+0000 mgr.smithi079.ijsnjl (mgr.14195) 150 : cluster [DBG] pgmap v112: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-09-06T15:08:07.285 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:06 smithi079 bash[19963]: cluster 2024-09-06T15:08:05.792795+0000 mon.smithi079 (mon.0) 675 : cluster [DBG] osdmap e37: 8 total, 8 up, 8 in 2024-09-06T15:08:07.285 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:06 smithi079 bash[19963]: cluster 2024-09-06T15:08:05.792795+0000 mon.smithi079 (mon.0) 675 : cluster [DBG] osdmap e37: 8 total, 8 up, 8 in 2024-09-06T15:08:07.644 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-06T15:08:08.285 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:07 smithi079 bash[19963]: audit 2024-09-06T15:08:06.974473+0000 mon.smithi079 (mon.0) 676 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:08:08.285 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:07 smithi079 bash[19963]: audit 2024-09-06T15:08:06.974473+0000 mon.smithi079 (mon.0) 676 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:08:08.285 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:07 smithi079 bash[19963]: audit 2024-09-06T15:08:06.980707+0000 mon.smithi079 (mon.0) 677 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:08:08.285 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:07 smithi079 bash[19963]: audit 2024-09-06T15:08:06.980707+0000 mon.smithi079 (mon.0) 677 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:08:08.285 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:07 smithi079 bash[19963]: audit 2024-09-06T15:08:07.645900+0000 mon.smithi079 (mon.0) 678 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:08:08.285 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:07 smithi079 bash[19963]: audit 2024-09-06T15:08:07.645900+0000 mon.smithi079 (mon.0) 678 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:08:08.286 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:07 smithi079 bash[19963]: audit 2024-09-06T15:08:07.646714+0000 mon.smithi079 (mon.0) 679 : audit [DBG] from='client.? 172.21.15.79:0/1968233677' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-06T15:08:08.286 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:07 smithi079 bash[19963]: audit 2024-09-06T15:08:07.646714+0000 mon.smithi079 (mon.0) 679 : audit [DBG] from='client.? 172.21.15.79:0/1968233677' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-06T15:08:08.286 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:07 smithi079 bash[19963]: audit 2024-09-06T15:08:07.652173+0000 mon.smithi079 (mon.0) 680 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:08:08.286 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:07 smithi079 bash[19963]: audit 2024-09-06T15:08:07.652173+0000 mon.smithi079 (mon.0) 680 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:08:08.286 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:07 smithi079 bash[19963]: cluster 2024-09-06T15:08:07.755365+0000 mgr.smithi079.ijsnjl (mgr.14195) 151 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:08:08.286 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:07 smithi079 bash[19963]: cluster 2024-09-06T15:08:07.755365+0000 mgr.smithi079.ijsnjl (mgr.14195) 151 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:08:08.290 INFO:teuthology.orchestra.run.smithi079.stdout:{"epoch":37,"num_osds":8,"num_up_osds":8,"osd_up_since":1725635281,"num_in_osds":8,"osd_in_since":1725635225,"num_remapped_pgs":0} 2024-09-06T15:08:08.291 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8b38c33cecf4b0b7a9b3116eb9089e21e444ac73 shell --fsid d8ce0702-6c60-11ef-bce4-c7b262605968 -- ceph osd dump --format=json 2024-09-06T15:08:08.410 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:07 smithi090 bash[25332]: audit 2024-09-06T15:08:06.974473+0000 mon.smithi079 (mon.0) 676 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:08:08.410 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:07 smithi090 bash[25332]: audit 2024-09-06T15:08:06.974473+0000 mon.smithi079 (mon.0) 676 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:08:08.410 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:07 smithi090 bash[25332]: audit 2024-09-06T15:08:06.980707+0000 mon.smithi079 (mon.0) 677 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:08:08.410 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:07 smithi090 bash[25332]: audit 2024-09-06T15:08:06.980707+0000 mon.smithi079 (mon.0) 677 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:08:08.410 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:07 smithi090 bash[25332]: audit 2024-09-06T15:08:07.645900+0000 mon.smithi079 (mon.0) 678 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:08:08.410 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:07 smithi090 bash[25332]: audit 2024-09-06T15:08:07.645900+0000 mon.smithi079 (mon.0) 678 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:08:08.410 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:07 smithi090 bash[25332]: audit 2024-09-06T15:08:07.646714+0000 mon.smithi079 (mon.0) 679 : audit [DBG] from='client.? 172.21.15.79:0/1968233677' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-06T15:08:08.410 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:07 smithi090 bash[25332]: audit 2024-09-06T15:08:07.646714+0000 mon.smithi079 (mon.0) 679 : audit [DBG] from='client.? 172.21.15.79:0/1968233677' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-06T15:08:08.410 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:07 smithi090 bash[25332]: audit 2024-09-06T15:08:07.652173+0000 mon.smithi079 (mon.0) 680 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:08:08.410 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:07 smithi090 bash[25332]: audit 2024-09-06T15:08:07.652173+0000 mon.smithi079 (mon.0) 680 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:08:08.410 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:07 smithi090 bash[25332]: cluster 2024-09-06T15:08:07.755365+0000 mgr.smithi079.ijsnjl (mgr.14195) 151 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:08:08.410 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:07 smithi090 bash[25332]: cluster 2024-09-06T15:08:07.755365+0000 mgr.smithi079.ijsnjl (mgr.14195) 151 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:08:11.160 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:10 smithi090 bash[25332]: cluster 2024-09-06T15:08:09.756002+0000 mgr.smithi079.ijsnjl (mgr.14195) 152 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:08:11.160 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:10 smithi090 bash[25332]: cluster 2024-09-06T15:08:09.756002+0000 mgr.smithi079.ijsnjl (mgr.14195) 152 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:08:11.285 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:10 smithi079 bash[19963]: cluster 2024-09-06T15:08:09.756002+0000 mgr.smithi079.ijsnjl (mgr.14195) 152 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:08:11.285 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:10 smithi079 bash[19963]: cluster 2024-09-06T15:08:09.756002+0000 mgr.smithi079.ijsnjl (mgr.14195) 152 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:08:12.697 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/mon.smithi079/config 2024-09-06T15:08:13.160 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:12 smithi090 bash[25332]: cluster 2024-09-06T15:08:11.756646+0000 mgr.smithi079.ijsnjl (mgr.14195) 153 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:08:13.160 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:12 smithi090 bash[25332]: cluster 2024-09-06T15:08:11.756646+0000 mgr.smithi079.ijsnjl (mgr.14195) 153 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:08:13.285 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:12 smithi079 bash[19963]: cluster 2024-09-06T15:08:11.756646+0000 mgr.smithi079.ijsnjl (mgr.14195) 153 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:08:13.298 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:12 smithi079 bash[19963]: cluster 2024-09-06T15:08:11.756646+0000 mgr.smithi079.ijsnjl (mgr.14195) 153 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:08:14.760 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-06T15:08:14.760 INFO:teuthology.orchestra.run.smithi079.stdout:{"epoch":37,"fsid":"d8ce0702-6c60-11ef-bce4-c7b262605968","created":"2024-09-06T15:02:39.735252+0000","modified":"2024-09-06T15:08:05.779254+0000","last_up_change":"2024-09-06T15:08:01.744885+0000","last_in_change":"2024-09-06T15:07:05.926038+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":15,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-09-06T15:07:52.315165+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"28","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":"f43166f0-2d38-4e4d-8409-9ebd0d58ccf3","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":17,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.90:6800","nonce":1161093107},{"type":"v1","addr":"172.21.15.90:6801","nonce":1161093107}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.90:6802","nonce":1161093107},{"type":"v1","addr":"172.21.15.90:6803","nonce":1161093107}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.90:6806","nonce":1161093107},{"type":"v1","addr":"172.21.15.90:6807","nonce":1161093107}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.90:6804","nonce":1161093107},{"type":"v1","addr":"172.21.15.90:6805","nonce":1161093107}]},"public_addr":"172.21.15.90:6801/1161093107","cluster_addr":"172.21.15.90:6803/1161093107","heartbeat_back_addr":"172.21.15.90:6807/1161093107","heartbeat_front_addr":"172.21.15.90:6805/1161093107","state":["exists","up"]},{"osd":1,"uuid":"c5e69d36-3705-42df-9a88-1797f0c1e440","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6802","nonce":3401417264},{"type":"v1","addr":"172.21.15.79:6803","nonce":3401417264}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6804","nonce":3401417264},{"type":"v1","addr":"172.21.15.79:6805","nonce":3401417264}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6808","nonce":3401417264},{"type":"v1","addr":"172.21.15.79:6809","nonce":3401417264}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6806","nonce":3401417264},{"type":"v1","addr":"172.21.15.79:6807","nonce":3401417264}]},"public_addr":"172.21.15.79:6803/3401417264","cluster_addr":"172.21.15.79:6805/3401417264","heartbeat_back_addr":"172.21.15.79:6809/3401417264","heartbeat_front_addr":"172.21.15.79:6807/3401417264","state":["exists","up"]},{"osd":2,"uuid":"8c0a4e2d-6702-45f6-8a07-cb56dbb67ffc","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":32,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.90:6808","nonce":1071349005},{"type":"v1","addr":"172.21.15.90:6809","nonce":1071349005}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.90:6810","nonce":1071349005},{"type":"v1","addr":"172.21.15.90:6811","nonce":1071349005}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.90:6814","nonce":1071349005},{"type":"v1","addr":"172.21.15.90:6815","nonce":1071349005}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.90:6812","nonce":1071349005},{"type":"v1","addr":"172.21.15.90:6813","nonce":1071349005}]},"public_addr":"172.21.15.90:6809/1071349005","cluster_addr":"172.21.15.90:6811/1071349005","heartbeat_back_addr":"172.21.15.90:6815/1071349005","heartbeat_front_addr":"172.21.15.90:6813/1071349005","state":["exists","up"]},{"osd":3,"uuid":"a57a3d7c-08a1-40ce-9c75-7d8f1d321666","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.79:6810","nonce":1507400300},{"type":"v1","addr":"172.21.15.79:6811","nonce":1507400300}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6812","nonce":1507400300},{"type":"v1","addr":"172.21.15.79:6813","nonce":1507400300}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6816","nonce":1507400300},{"type":"v1","addr":"172.21.15.79:6817","nonce":1507400300}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6814","nonce":1507400300},{"type":"v1","addr":"172.21.15.79:6815","nonce":1507400300}]},"public_addr":"172.21.15.79:6811/1507400300","cluster_addr":"172.21.15.79:6813/1507400300","heartbeat_back_addr":"172.21.15.79:6817/1507400300","heartbeat_front_addr":"172.21.15.79:6815/1507400300","state":["exists","up"]},{"osd":4,"uuid":"c59559c0-3ce9-487a-9587-1b9400aff96d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.90:6816","nonce":3702329722},{"type":"v1","addr":"172.21.15.90:6817","nonce":3702329722}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.90:6818","nonce":3702329722},{"type":"v1","addr":"172.21.15.90:6819","nonce":3702329722}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.90:6822","nonce":3702329722},{"type":"v1","addr":"172.21.15.90:6823","nonce":3702329722}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.90:6820","nonce":3702329722},{"type":"v1","addr":"172.21.15.90:6821","nonce":3702329722}]},"public_addr":"172.21.15.90:6817/3702329722","cluster_addr":"172.21.15.90:6819/3702329722","heartbeat_back_addr":"172.21.15.90:6823/3702329722","heartbeat_front_addr":"172.21.15.90:6821/3702329722","state":["exists","up"]},{"osd":5,"uuid":"220258b7-9b62-460e-a1c5-6cfd5845ae04","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":35,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6818","nonce":2400182901},{"type":"v1","addr":"172.21.15.79:6819","nonce":2400182901}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6820","nonce":2400182901},{"type":"v1","addr":"172.21.15.79:6821","nonce":2400182901}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6824","nonce":2400182901},{"type":"v1","addr":"172.21.15.79:6825","nonce":2400182901}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6822","nonce":2400182901},{"type":"v1","addr":"172.21.15.79:6823","nonce":2400182901}]},"public_addr":"172.21.15.79:6819/2400182901","cluster_addr":"172.21.15.79:6821/2400182901","heartbeat_back_addr":"172.21.15.79:6825/2400182901","heartbeat_front_addr":"172.21.15.79:6823/2400182901","state":["exists","up"]},{"osd":6,"uuid":"fb29d0d1-209f-4449-9823-ef3d5a1751b8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":33,"up_thru":36,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.90:6824","nonce":3628410393},{"type":"v1","addr":"172.21.15.90:6825","nonce":3628410393}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.90:6826","nonce":3628410393},{"type":"v1","addr":"172.21.15.90:6827","nonce":3628410393}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.90:6830","nonce":3628410393},{"type":"v1","addr":"172.21.15.90:6831","nonce":3628410393}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.90:6828","nonce":3628410393},{"type":"v1","addr":"172.21.15.90:6829","nonce":3628410393}]},"public_addr":"172.21.15.90:6825/3628410393","cluster_addr":"172.21.15.90:6827/3628410393","heartbeat_back_addr":"172.21.15.90:6831/3628410393","heartbeat_front_addr":"172.21.15.90:6829/3628410393","state":["exists","up"]},{"osd":7,"uuid":"80ac38f9-3c60-40a3-a131-fd28e9727fdc","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.79:6826","nonce":2474566747},{"type":"v1","addr":"172.21.15.79:6827","nonce":2474566747}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6828","nonce":2474566747},{"type":"v1","addr":"172.21.15.79:6829","nonce":2474566747}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6832","nonce":2474566747},{"type":"v1","addr":"172.21.15.79:6833","nonce":2474566747}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6830","nonce":2474566747},{"type":"v1","addr":"172.21.15.79:6831","nonce":2474566747}]},"public_addr":"172.21.15.79:6827/2474566747","cluster_addr":"172.21.15.79:6829/2474566747","heartbeat_back_addr":"172.21.15.79:6833/2474566747","heartbeat_front_addr":"172.21.15.79:6831/2474566747","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-06T15:07:42.337767+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-06T15:07:41.409701+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-06T15:07:49.004392+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-06T15:07:48.365132+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-06T15:07:55.164407+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-06T15:07:53.371890+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-06T15:08:01.619044+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-06T15:07:58.998659+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.79:0/3026903354":"2024-09-07T15:03:50.143849+0000","172.21.15.79:6801/317987116":"2024-09-07T15:03:50.143849+0000","172.21.15.79:0/326559555":"2024-09-07T15:05:15.915904+0000","172.21.15.79:0/2601769659":"2024-09-07T15:03:50.143849+0000","172.21.15.79:6800/317987116":"2024-09-07T15:03:50.143849+0000","172.21.15.79:6800/325398547":"2024-09-07T15:05:15.915904+0000","172.21.15.79:0/2976707010":"2024-09-07T15:03:06.279869+0000","172.21.15.79:6801/609680062":"2024-09-07T15:03:06.279869+0000","172.21.15.79:6801/325398547":"2024-09-07T15:05:15.915904+0000","172.21.15.79:6800/609680062":"2024-09-07T15:03:06.279869+0000","172.21.15.79:0/23634127":"2024-09-07T15:05:15.915904+0000","172.21.15.79:0/1372461359":"2024-09-07T15:03:06.279869+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-09-06T15:08:15.035 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:14 smithi079 bash[19963]: cluster 2024-09-06T15:08:13.757344+0000 mgr.smithi079.ijsnjl (mgr.14195) 154 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:08:15.035 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:14 smithi079 bash[19963]: cluster 2024-09-06T15:08:13.757344+0000 mgr.smithi079.ijsnjl (mgr.14195) 154 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:08:15.035 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:14 smithi079 bash[19963]: audit 2024-09-06T15:08:14.761064+0000 mon.smithi079 (mon.0) 681 : audit [DBG] from='client.? 172.21.15.79:0/2122105224' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-06T15:08:15.035 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:14 smithi079 bash[19963]: audit 2024-09-06T15:08:14.761064+0000 mon.smithi079 (mon.0) 681 : audit [DBG] from='client.? 172.21.15.79:0/2122105224' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-06T15:08:15.160 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:14 smithi090 bash[25332]: cluster 2024-09-06T15:08:13.757344+0000 mgr.smithi079.ijsnjl (mgr.14195) 154 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:08:15.160 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:14 smithi090 bash[25332]: cluster 2024-09-06T15:08:13.757344+0000 mgr.smithi079.ijsnjl (mgr.14195) 154 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:08:15.160 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:14 smithi090 bash[25332]: audit 2024-09-06T15:08:14.761064+0000 mon.smithi079 (mon.0) 681 : audit [DBG] from='client.? 172.21.15.79:0/2122105224' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-06T15:08:15.160 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:14 smithi090 bash[25332]: audit 2024-09-06T15:08:14.761064+0000 mon.smithi079 (mon.0) 681 : audit [DBG] from='client.? 172.21.15.79:0/2122105224' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-06T15:08:16.154 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-09-06T15:07:52.315165+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'is_stretch_pool': False, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '28', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}, 'read_balance': {'score_type': 'Fair distribution', 'score_acting': 7.889999866485596, 'score_stable': 7.889999866485596, 'optimal_score': 0.3799999952316284, 'raw_score_acting': 3, 'raw_score_stable': 3, 'primary_affinity_weighted': 1, 'average_primary_affinity': 1, 'average_primary_affinity_weighted': 1}}] 2024-09-06T15:08:16.154 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8b38c33cecf4b0b7a9b3116eb9089e21e444ac73 shell --fsid d8ce0702-6c60-11ef-bce4-c7b262605968 -- ceph osd pool get .mgr pg_num 2024-09-06T15:08:17.035 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:16 smithi079 bash[19963]: cluster 2024-09-06T15:08:15.758016+0000 mgr.smithi079.ijsnjl (mgr.14195) 155 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:08:17.035 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:16 smithi079 bash[19963]: cluster 2024-09-06T15:08:15.758016+0000 mgr.smithi079.ijsnjl (mgr.14195) 155 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:08:17.035 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:16 smithi079 bash[19963]: audit 2024-09-06T15:08:16.255752+0000 mon.smithi079 (mon.0) 682 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:08:17.035 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:16 smithi079 bash[19963]: audit 2024-09-06T15:08:16.255752+0000 mon.smithi079 (mon.0) 682 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:08:17.160 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:16 smithi090 bash[25332]: cluster 2024-09-06T15:08:15.758016+0000 mgr.smithi079.ijsnjl (mgr.14195) 155 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:08:17.160 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:16 smithi090 bash[25332]: cluster 2024-09-06T15:08:15.758016+0000 mgr.smithi079.ijsnjl (mgr.14195) 155 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:08:17.160 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:16 smithi090 bash[25332]: audit 2024-09-06T15:08:16.255752+0000 mon.smithi079 (mon.0) 682 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:08:17.160 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:16 smithi090 bash[25332]: audit 2024-09-06T15:08:16.255752+0000 mon.smithi079 (mon.0) 682 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:08:18.872 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:18 smithi090 bash[25332]: cluster 2024-09-06T15:08:17.758531+0000 mgr.smithi079.ijsnjl (mgr.14195) 156 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:08:18.872 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:18 smithi090 bash[25332]: cluster 2024-09-06T15:08:17.758531+0000 mgr.smithi079.ijsnjl (mgr.14195) 156 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:08:19.285 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:18 smithi079 bash[19963]: cluster 2024-09-06T15:08:17.758531+0000 mgr.smithi079.ijsnjl (mgr.14195) 156 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:08:19.285 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:18 smithi079 bash[19963]: cluster 2024-09-06T15:08:17.758531+0000 mgr.smithi079.ijsnjl (mgr.14195) 156 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:08:20.785 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:20 smithi079 bash[19963]: cephadm 2024-09-06T15:08:19.522178+0000 mgr.smithi079.ijsnjl (mgr.14195) 157 : cephadm [INF] Detected new or changed devices on smithi090 2024-09-06T15:08:20.785 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:20 smithi079 bash[19963]: cephadm 2024-09-06T15:08:19.522178+0000 mgr.smithi079.ijsnjl (mgr.14195) 157 : cephadm [INF] Detected new or changed devices on smithi090 2024-09-06T15:08:20.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:20 smithi079 bash[19963]: audit 2024-09-06T15:08:19.535760+0000 mon.smithi079 (mon.0) 683 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:08:20.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:20 smithi079 bash[19963]: audit 2024-09-06T15:08:19.535760+0000 mon.smithi079 (mon.0) 683 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:08:20.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:20 smithi079 bash[19963]: audit 2024-09-06T15:08:19.546379+0000 mon.smithi079 (mon.0) 684 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:08:20.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:20 smithi079 bash[19963]: audit 2024-09-06T15:08:19.546379+0000 mon.smithi079 (mon.0) 684 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:08:20.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:20 smithi079 bash[19963]: audit 2024-09-06T15:08:19.549794+0000 mon.smithi079 (mon.0) 685 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-06T15:08:20.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:20 smithi079 bash[19963]: audit 2024-09-06T15:08:19.549794+0000 mon.smithi079 (mon.0) 685 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-06T15:08:20.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:20 smithi079 bash[19963]: audit 2024-09-06T15:08:19.550851+0000 mon.smithi079 (mon.0) 686 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-06T15:08:20.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:20 smithi079 bash[19963]: audit 2024-09-06T15:08:19.550851+0000 mon.smithi079 (mon.0) 686 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-06T15:08:20.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:20 smithi079 bash[19963]: audit 2024-09-06T15:08:19.551790+0000 mon.smithi079 (mon.0) 687 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2024-09-06T15:08:20.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:20 smithi079 bash[19963]: audit 2024-09-06T15:08:19.551790+0000 mon.smithi079 (mon.0) 687 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2024-09-06T15:08:20.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:20 smithi079 bash[19963]: audit 2024-09-06T15:08:19.552718+0000 mon.smithi079 (mon.0) 688 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"} : dispatch 2024-09-06T15:08:20.786 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:20 smithi079 bash[19963]: audit 2024-09-06T15:08:19.552718+0000 mon.smithi079 (mon.0) 688 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"} : dispatch 2024-09-06T15:08:20.787 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:20 smithi079 bash[19963]: cephadm 2024-09-06T15:08:19.553456+0000 mgr.smithi079.ijsnjl (mgr.14195) 158 : cephadm [INF] Adjusting osd_memory_target on smithi090 to 3772M 2024-09-06T15:08:20.787 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:20 smithi079 bash[19963]: cephadm 2024-09-06T15:08:19.553456+0000 mgr.smithi079.ijsnjl (mgr.14195) 158 : cephadm [INF] Adjusting osd_memory_target on smithi090 to 3772M 2024-09-06T15:08:20.787 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:20 smithi079 bash[19963]: audit 2024-09-06T15:08:19.561819+0000 mon.smithi079 (mon.0) 689 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:08:20.787 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:20 smithi079 bash[19963]: audit 2024-09-06T15:08:19.561819+0000 mon.smithi079 (mon.0) 689 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:08:20.787 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:20 smithi079 bash[19963]: cephadm 2024-09-06T15:08:19.592374+0000 mgr.smithi079.ijsnjl (mgr.14195) 159 : cephadm [INF] Detected new or changed devices on smithi079 2024-09-06T15:08:20.788 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:20 smithi079 bash[19963]: cephadm 2024-09-06T15:08:19.592374+0000 mgr.smithi079.ijsnjl (mgr.14195) 159 : cephadm [INF] Detected new or changed devices on smithi079 2024-09-06T15:08:20.788 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:20 smithi079 bash[19963]: audit 2024-09-06T15:08:19.603010+0000 mon.smithi079 (mon.0) 690 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:08:20.788 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:20 smithi079 bash[19963]: audit 2024-09-06T15:08:19.603010+0000 mon.smithi079 (mon.0) 690 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:08:20.788 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:20 smithi079 bash[19963]: audit 2024-09-06T15:08:19.611554+0000 mon.smithi079 (mon.0) 691 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:08:20.788 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:20 smithi079 bash[19963]: audit 2024-09-06T15:08:19.611554+0000 mon.smithi079 (mon.0) 691 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:08:20.788 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:20 smithi079 bash[19963]: audit 2024-09-06T15:08:19.615525+0000 mon.smithi079 (mon.0) 692 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-06T15:08:20.788 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:20 smithi079 bash[19963]: audit 2024-09-06T15:08:19.615525+0000 mon.smithi079 (mon.0) 692 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-06T15:08:20.788 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:20 smithi079 bash[19963]: audit 2024-09-06T15:08:19.617367+0000 mon.smithi079 (mon.0) 693 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"} : dispatch 2024-09-06T15:08:20.788 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:20 smithi079 bash[19963]: audit 2024-09-06T15:08:19.617367+0000 mon.smithi079 (mon.0) 693 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"} : dispatch 2024-09-06T15:08:20.788 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:20 smithi079 bash[19963]: audit 2024-09-06T15:08:19.619098+0000 mon.smithi079 (mon.0) 694 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"} : dispatch 2024-09-06T15:08:20.788 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:20 smithi079 bash[19963]: audit 2024-09-06T15:08:19.619098+0000 mon.smithi079 (mon.0) 694 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"} : dispatch 2024-09-06T15:08:20.789 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:20 smithi079 bash[19963]: audit 2024-09-06T15:08:19.620929+0000 mon.smithi079 (mon.0) 695 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"} : dispatch 2024-09-06T15:08:20.789 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:20 smithi079 bash[19963]: audit 2024-09-06T15:08:19.620929+0000 mon.smithi079 (mon.0) 695 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"} : dispatch 2024-09-06T15:08:20.789 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:20 smithi079 bash[19963]: cephadm 2024-09-06T15:08:19.622429+0000 mgr.smithi079.ijsnjl (mgr.14195) 160 : cephadm [INF] Adjusting osd_memory_target on smithi079 to 3004M 2024-09-06T15:08:20.789 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:20 smithi079 bash[19963]: cephadm 2024-09-06T15:08:19.622429+0000 mgr.smithi079.ijsnjl (mgr.14195) 160 : cephadm [INF] Adjusting osd_memory_target on smithi079 to 3004M 2024-09-06T15:08:20.789 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:20 smithi079 bash[19963]: audit 2024-09-06T15:08:19.627019+0000 mon.smithi079 (mon.0) 696 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:08:20.789 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:20 smithi079 bash[19963]: audit 2024-09-06T15:08:19.627019+0000 mon.smithi079 (mon.0) 696 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:08:20.789 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:20 smithi079 bash[19963]: audit 2024-09-06T15:08:19.630398+0000 mon.smithi079 (mon.0) 697 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:08:20.789 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:20 smithi079 bash[19963]: audit 2024-09-06T15:08:19.630398+0000 mon.smithi079 (mon.0) 697 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:08:20.789 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:20 smithi079 bash[19963]: audit 2024-09-06T15:08:19.631817+0000 mon.smithi079 (mon.0) 698 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-06T15:08:20.789 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:20 smithi079 bash[19963]: audit 2024-09-06T15:08:19.631817+0000 mon.smithi079 (mon.0) 698 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-06T15:08:20.789 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:20 smithi079 bash[19963]: audit 2024-09-06T15:08:19.638524+0000 mon.smithi079 (mon.0) 699 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:08:20.790 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:20 smithi079 bash[19963]: audit 2024-09-06T15:08:19.638524+0000 mon.smithi079 (mon.0) 699 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:08:20.790 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:20 smithi079 bash[19963]: audit 2024-09-06T15:08:19.641828+0000 mon.smithi079 (mon.0) 700 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-06T15:08:20.790 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:20 smithi079 bash[19963]: audit 2024-09-06T15:08:19.641828+0000 mon.smithi079 (mon.0) 700 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-06T15:08:20.790 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:20 smithi079 bash[19963]: audit 2024-09-06T15:08:19.646939+0000 mon.smithi079 (mon.0) 701 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-06T15:08:20.790 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:20 smithi079 bash[19963]: audit 2024-09-06T15:08:19.646939+0000 mon.smithi079 (mon.0) 701 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-06T15:08:20.790 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:20 smithi079 bash[19963]: audit 2024-09-06T15:08:19.648257+0000 mon.smithi079 (mon.0) 702 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:08:20.790 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:20 smithi079 bash[19963]: audit 2024-09-06T15:08:19.648257+0000 mon.smithi079 (mon.0) 702 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:08:20.790 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:20 smithi079 bash[19963]: audit 2024-09-06T15:08:19.655499+0000 mon.smithi079 (mon.0) 703 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-06T15:08:20.790 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:20 smithi079 bash[19963]: audit 2024-09-06T15:08:19.655499+0000 mon.smithi079 (mon.0) 703 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-06T15:08:20.791 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:20 smithi079 bash[19963]: audit 2024-09-06T15:08:19.656842+0000 mon.smithi079 (mon.0) 704 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:08:20.791 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:20 smithi079 bash[19963]: audit 2024-09-06T15:08:19.656842+0000 mon.smithi079 (mon.0) 704 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:08:20.791 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:20 smithi079 bash[19963]: cluster 2024-09-06T15:08:19.759007+0000 mgr.smithi079.ijsnjl (mgr.14195) 161 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:08:20.791 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:20 smithi079 bash[19963]: cluster 2024-09-06T15:08:19.759007+0000 mgr.smithi079.ijsnjl (mgr.14195) 161 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:08:20.910 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:20 smithi090 bash[25332]: cephadm 2024-09-06T15:08:19.522178+0000 mgr.smithi079.ijsnjl (mgr.14195) 157 : cephadm [INF] Detected new or changed devices on smithi090 2024-09-06T15:08:20.910 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:20 smithi090 bash[25332]: cephadm 2024-09-06T15:08:19.522178+0000 mgr.smithi079.ijsnjl (mgr.14195) 157 : cephadm [INF] Detected new or changed devices on smithi090 2024-09-06T15:08:20.910 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:20 smithi090 bash[25332]: audit 2024-09-06T15:08:19.535760+0000 mon.smithi079 (mon.0) 683 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:08:20.910 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:20 smithi090 bash[25332]: audit 2024-09-06T15:08:19.535760+0000 mon.smithi079 (mon.0) 683 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:08:20.911 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:20 smithi090 bash[25332]: audit 2024-09-06T15:08:19.546379+0000 mon.smithi079 (mon.0) 684 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:08:20.911 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:20 smithi090 bash[25332]: audit 2024-09-06T15:08:19.546379+0000 mon.smithi079 (mon.0) 684 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:08:20.911 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:20 smithi090 bash[25332]: audit 2024-09-06T15:08:19.549794+0000 mon.smithi079 (mon.0) 685 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-06T15:08:20.911 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:20 smithi090 bash[25332]: audit 2024-09-06T15:08:19.549794+0000 mon.smithi079 (mon.0) 685 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-06T15:08:20.911 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:20 smithi090 bash[25332]: audit 2024-09-06T15:08:19.550851+0000 mon.smithi079 (mon.0) 686 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-06T15:08:20.911 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:20 smithi090 bash[25332]: audit 2024-09-06T15:08:19.550851+0000 mon.smithi079 (mon.0) 686 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-06T15:08:20.911 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:20 smithi090 bash[25332]: audit 2024-09-06T15:08:19.551790+0000 mon.smithi079 (mon.0) 687 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2024-09-06T15:08:20.911 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:20 smithi090 bash[25332]: audit 2024-09-06T15:08:19.551790+0000 mon.smithi079 (mon.0) 687 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2024-09-06T15:08:20.911 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:20 smithi090 bash[25332]: audit 2024-09-06T15:08:19.552718+0000 mon.smithi079 (mon.0) 688 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"} : dispatch 2024-09-06T15:08:20.911 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:20 smithi090 bash[25332]: audit 2024-09-06T15:08:19.552718+0000 mon.smithi079 (mon.0) 688 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"} : dispatch 2024-09-06T15:08:20.911 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:20 smithi090 bash[25332]: cephadm 2024-09-06T15:08:19.553456+0000 mgr.smithi079.ijsnjl (mgr.14195) 158 : cephadm [INF] Adjusting osd_memory_target on smithi090 to 3772M 2024-09-06T15:08:20.911 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:20 smithi090 bash[25332]: cephadm 2024-09-06T15:08:19.553456+0000 mgr.smithi079.ijsnjl (mgr.14195) 158 : cephadm [INF] Adjusting osd_memory_target on smithi090 to 3772M 2024-09-06T15:08:20.911 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:20 smithi090 bash[25332]: audit 2024-09-06T15:08:19.561819+0000 mon.smithi079 (mon.0) 689 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:08:20.911 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:20 smithi090 bash[25332]: audit 2024-09-06T15:08:19.561819+0000 mon.smithi079 (mon.0) 689 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:08:20.912 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:20 smithi090 bash[25332]: cephadm 2024-09-06T15:08:19.592374+0000 mgr.smithi079.ijsnjl (mgr.14195) 159 : cephadm [INF] Detected new or changed devices on smithi079 2024-09-06T15:08:20.912 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:20 smithi090 bash[25332]: cephadm 2024-09-06T15:08:19.592374+0000 mgr.smithi079.ijsnjl (mgr.14195) 159 : cephadm [INF] Detected new or changed devices on smithi079 2024-09-06T15:08:20.912 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:20 smithi090 bash[25332]: audit 2024-09-06T15:08:19.603010+0000 mon.smithi079 (mon.0) 690 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:08:20.912 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:20 smithi090 bash[25332]: audit 2024-09-06T15:08:19.603010+0000 mon.smithi079 (mon.0) 690 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:08:20.912 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:20 smithi090 bash[25332]: audit 2024-09-06T15:08:19.611554+0000 mon.smithi079 (mon.0) 691 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:08:20.913 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:20 smithi090 bash[25332]: audit 2024-09-06T15:08:19.611554+0000 mon.smithi079 (mon.0) 691 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:08:20.913 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:20 smithi090 bash[25332]: audit 2024-09-06T15:08:19.615525+0000 mon.smithi079 (mon.0) 692 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-06T15:08:20.913 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:20 smithi090 bash[25332]: audit 2024-09-06T15:08:19.615525+0000 mon.smithi079 (mon.0) 692 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-06T15:08:20.913 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:20 smithi090 bash[25332]: audit 2024-09-06T15:08:19.617367+0000 mon.smithi079 (mon.0) 693 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"} : dispatch 2024-09-06T15:08:20.913 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:20 smithi090 bash[25332]: audit 2024-09-06T15:08:19.617367+0000 mon.smithi079 (mon.0) 693 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"} : dispatch 2024-09-06T15:08:20.913 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:20 smithi090 bash[25332]: audit 2024-09-06T15:08:19.619098+0000 mon.smithi079 (mon.0) 694 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"} : dispatch 2024-09-06T15:08:20.913 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:20 smithi090 bash[25332]: audit 2024-09-06T15:08:19.619098+0000 mon.smithi079 (mon.0) 694 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"} : dispatch 2024-09-06T15:08:20.913 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:20 smithi090 bash[25332]: audit 2024-09-06T15:08:19.620929+0000 mon.smithi079 (mon.0) 695 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"} : dispatch 2024-09-06T15:08:20.913 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:20 smithi090 bash[25332]: audit 2024-09-06T15:08:19.620929+0000 mon.smithi079 (mon.0) 695 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"} : dispatch 2024-09-06T15:08:20.913 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:20 smithi090 bash[25332]: cephadm 2024-09-06T15:08:19.622429+0000 mgr.smithi079.ijsnjl (mgr.14195) 160 : cephadm [INF] Adjusting osd_memory_target on smithi079 to 3004M 2024-09-06T15:08:20.913 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:20 smithi090 bash[25332]: cephadm 2024-09-06T15:08:19.622429+0000 mgr.smithi079.ijsnjl (mgr.14195) 160 : cephadm [INF] Adjusting osd_memory_target on smithi079 to 3004M 2024-09-06T15:08:20.913 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:20 smithi090 bash[25332]: audit 2024-09-06T15:08:19.627019+0000 mon.smithi079 (mon.0) 696 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:08:20.914 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:20 smithi090 bash[25332]: audit 2024-09-06T15:08:19.627019+0000 mon.smithi079 (mon.0) 696 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:08:20.914 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:20 smithi090 bash[25332]: audit 2024-09-06T15:08:19.630398+0000 mon.smithi079 (mon.0) 697 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:08:20.914 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:20 smithi090 bash[25332]: audit 2024-09-06T15:08:19.630398+0000 mon.smithi079 (mon.0) 697 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:08:20.914 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:20 smithi090 bash[25332]: audit 2024-09-06T15:08:19.631817+0000 mon.smithi079 (mon.0) 698 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-06T15:08:20.914 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:20 smithi090 bash[25332]: audit 2024-09-06T15:08:19.631817+0000 mon.smithi079 (mon.0) 698 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-06T15:08:20.914 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:20 smithi090 bash[25332]: audit 2024-09-06T15:08:19.638524+0000 mon.smithi079 (mon.0) 699 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:08:20.914 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:20 smithi090 bash[25332]: audit 2024-09-06T15:08:19.638524+0000 mon.smithi079 (mon.0) 699 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:08:20.914 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:20 smithi090 bash[25332]: audit 2024-09-06T15:08:19.641828+0000 mon.smithi079 (mon.0) 700 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-06T15:08:20.914 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:20 smithi090 bash[25332]: audit 2024-09-06T15:08:19.641828+0000 mon.smithi079 (mon.0) 700 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-06T15:08:20.914 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:20 smithi090 bash[25332]: audit 2024-09-06T15:08:19.646939+0000 mon.smithi079 (mon.0) 701 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-06T15:08:20.914 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:20 smithi090 bash[25332]: audit 2024-09-06T15:08:19.646939+0000 mon.smithi079 (mon.0) 701 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-06T15:08:20.914 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:20 smithi090 bash[25332]: audit 2024-09-06T15:08:19.648257+0000 mon.smithi079 (mon.0) 702 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:08:20.914 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:20 smithi090 bash[25332]: audit 2024-09-06T15:08:19.648257+0000 mon.smithi079 (mon.0) 702 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:08:20.914 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:20 smithi090 bash[25332]: audit 2024-09-06T15:08:19.655499+0000 mon.smithi079 (mon.0) 703 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-06T15:08:20.915 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:20 smithi090 bash[25332]: audit 2024-09-06T15:08:19.655499+0000 mon.smithi079 (mon.0) 703 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-06T15:08:20.915 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:20 smithi090 bash[25332]: audit 2024-09-06T15:08:19.656842+0000 mon.smithi079 (mon.0) 704 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:08:20.915 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:20 smithi090 bash[25332]: audit 2024-09-06T15:08:19.656842+0000 mon.smithi079 (mon.0) 704 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:08:20.915 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:20 smithi090 bash[25332]: cluster 2024-09-06T15:08:19.759007+0000 mgr.smithi079.ijsnjl (mgr.14195) 161 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:08:20.915 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:20 smithi090 bash[25332]: cluster 2024-09-06T15:08:19.759007+0000 mgr.smithi079.ijsnjl (mgr.14195) 161 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:08:20.969 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/mon.smithi079/config 2024-09-06T15:08:22.535 INFO:teuthology.orchestra.run.smithi079.stdout:pg_num: 1 2024-09-06T15:08:23.160 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:22 smithi090 bash[25332]: cluster 2024-09-06T15:08:21.759597+0000 mgr.smithi079.ijsnjl (mgr.14195) 162 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:08:23.160 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:22 smithi090 bash[25332]: cluster 2024-09-06T15:08:21.759597+0000 mgr.smithi079.ijsnjl (mgr.14195) 162 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:08:23.160 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:22 smithi090 bash[25332]: audit 2024-09-06T15:08:22.537806+0000 mon.smithi079 (mon.0) 705 : audit [DBG] from='client.? 172.21.15.79:0/1207860014' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-09-06T15:08:23.160 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:22 smithi090 bash[25332]: audit 2024-09-06T15:08:22.537806+0000 mon.smithi079 (mon.0) 705 : audit [DBG] from='client.? 172.21.15.79:0/1207860014' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-09-06T15:08:23.278 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:22 smithi079 bash[19963]: cluster 2024-09-06T15:08:21.759597+0000 mgr.smithi079.ijsnjl (mgr.14195) 162 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:08:23.278 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:22 smithi079 bash[19963]: cluster 2024-09-06T15:08:21.759597+0000 mgr.smithi079.ijsnjl (mgr.14195) 162 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:08:23.278 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:22 smithi079 bash[19963]: audit 2024-09-06T15:08:22.537806+0000 mon.smithi079 (mon.0) 705 : audit [DBG] from='client.? 172.21.15.79:0/1207860014' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-09-06T15:08:23.278 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:22 smithi079 bash[19963]: audit 2024-09-06T15:08:22.537806+0000 mon.smithi079 (mon.0) 705 : audit [DBG] from='client.? 172.21.15.79:0/1207860014' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-09-06T15:08:23.279 INFO:tasks.cephadm:Setting up client nodes... 2024-09-06T15:08:23.280 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8b38c33cecf4b0b7a9b3116eb9089e21e444ac73 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d8ce0702-6c60-11ef-bce4-c7b262605968 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-09-06T15:08:25.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:24 smithi090 bash[25332]: cluster 2024-09-06T15:08:23.760302+0000 mgr.smithi079.ijsnjl (mgr.14195) 163 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:08:25.160 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:24 smithi090 bash[25332]: cluster 2024-09-06T15:08:23.760302+0000 mgr.smithi079.ijsnjl (mgr.14195) 163 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:08:25.178 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:24 smithi079 bash[19963]: cluster 2024-09-06T15:08:23.760302+0000 mgr.smithi079.ijsnjl (mgr.14195) 163 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:08:25.178 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:24 smithi079 bash[19963]: cluster 2024-09-06T15:08:23.760302+0000 mgr.smithi079.ijsnjl (mgr.14195) 163 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:08:27.117 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/mon.smithi079/config 2024-09-06T15:08:27.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:26 smithi090 bash[25332]: cluster 2024-09-06T15:08:25.760757+0000 mgr.smithi079.ijsnjl (mgr.14195) 164 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:08:27.160 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:26 smithi090 bash[25332]: cluster 2024-09-06T15:08:25.760757+0000 mgr.smithi079.ijsnjl (mgr.14195) 164 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:08:27.229 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:26 smithi079 bash[19963]: cluster 2024-09-06T15:08:25.760757+0000 mgr.smithi079.ijsnjl (mgr.14195) 164 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:08:27.230 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:26 smithi079 bash[19963]: cluster 2024-09-06T15:08:25.760757+0000 mgr.smithi079.ijsnjl (mgr.14195) 164 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:08:28.633 INFO:teuthology.orchestra.run.smithi079.stdout:[client.0] 2024-09-06T15:08:28.633 INFO:teuthology.orchestra.run.smithi079.stdout: key = AQDsGttmDgDHJRAALWC7UdjetOC56pKmXX+W2A== 2024-09-06T15:08:28.896 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:28 smithi079 bash[19963]: cluster 2024-09-06T15:08:27.761235+0000 mgr.smithi079.ijsnjl (mgr.14195) 165 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:08:28.896 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:28 smithi079 bash[19963]: cluster 2024-09-06T15:08:27.761235+0000 mgr.smithi079.ijsnjl (mgr.14195) 165 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:08:28.896 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:28 smithi079 bash[19963]: audit 2024-09-06T15:08:28.633496+0000 mon.smithi079 (mon.0) 706 : audit [INF] from='client.? 172.21.15.79:0/3339308721' entity='client.admin' cmd={"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]} : dispatch 2024-09-06T15:08:28.896 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:28 smithi079 bash[19963]: audit 2024-09-06T15:08:28.633496+0000 mon.smithi079 (mon.0) 706 : audit [INF] from='client.? 172.21.15.79:0/3339308721' entity='client.admin' cmd={"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]} : dispatch 2024-09-06T15:08:28.896 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:28 smithi079 bash[19963]: audit 2024-09-06T15:08:28.635595+0000 mon.smithi079 (mon.0) 707 : audit [INF] from='client.? 172.21.15.79:0/3339308721' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-09-06T15:08:28.896 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:28 smithi079 bash[19963]: audit 2024-09-06T15:08:28.635595+0000 mon.smithi079 (mon.0) 707 : audit [INF] from='client.? 172.21.15.79:0/3339308721' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-09-06T15:08:29.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:28 smithi090 bash[25332]: cluster 2024-09-06T15:08:27.761235+0000 mgr.smithi079.ijsnjl (mgr.14195) 165 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:08:29.160 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:28 smithi090 bash[25332]: cluster 2024-09-06T15:08:27.761235+0000 mgr.smithi079.ijsnjl (mgr.14195) 165 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:08:29.160 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:28 smithi090 bash[25332]: audit 2024-09-06T15:08:28.633496+0000 mon.smithi079 (mon.0) 706 : audit [INF] from='client.? 172.21.15.79:0/3339308721' entity='client.admin' cmd={"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]} : dispatch 2024-09-06T15:08:29.160 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:28 smithi090 bash[25332]: audit 2024-09-06T15:08:28.633496+0000 mon.smithi079 (mon.0) 706 : audit [INF] from='client.? 172.21.15.79:0/3339308721' entity='client.admin' cmd={"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]} : dispatch 2024-09-06T15:08:29.160 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:28 smithi090 bash[25332]: audit 2024-09-06T15:08:28.635595+0000 mon.smithi079 (mon.0) 707 : audit [INF] from='client.? 172.21.15.79:0/3339308721' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-09-06T15:08:29.160 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:28 smithi090 bash[25332]: audit 2024-09-06T15:08:28.635595+0000 mon.smithi079 (mon.0) 707 : audit [INF] from='client.? 172.21.15.79:0/3339308721' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-09-06T15:08:29.722 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2024-09-06T15:08:29.722 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-09-06T15:08:29.723 DEBUG:teuthology.orchestra.run.smithi079:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-09-06T15:08:29.746 DEBUG:teuthology.orchestra.run.smithi090:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8b38c33cecf4b0b7a9b3116eb9089e21e444ac73 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d8ce0702-6c60-11ef-bce4-c7b262605968 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-09-06T15:08:31.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:30 smithi090 bash[25332]: cluster 2024-09-06T15:08:29.761708+0000 mgr.smithi079.ijsnjl (mgr.14195) 166 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:08:31.160 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:30 smithi090 bash[25332]: cluster 2024-09-06T15:08:29.761708+0000 mgr.smithi079.ijsnjl (mgr.14195) 166 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:08:31.284 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:30 smithi079 bash[19963]: cluster 2024-09-06T15:08:29.761708+0000 mgr.smithi079.ijsnjl (mgr.14195) 166 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:08:31.284 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:30 smithi079 bash[19963]: cluster 2024-09-06T15:08:29.761708+0000 mgr.smithi079.ijsnjl (mgr.14195) 166 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:08:32.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:31 smithi090 bash[25332]: audit 2024-09-06T15:08:31.256182+0000 mon.smithi079 (mon.0) 708 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:08:32.160 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:31 smithi090 bash[25332]: audit 2024-09-06T15:08:31.256182+0000 mon.smithi079 (mon.0) 708 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:08:32.284 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:31 smithi079 bash[19963]: audit 2024-09-06T15:08:31.256182+0000 mon.smithi079 (mon.0) 708 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:08:32.285 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:31 smithi079 bash[19963]: audit 2024-09-06T15:08:31.256182+0000 mon.smithi079 (mon.0) 708 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:08:33.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:32 smithi090 bash[25332]: cluster 2024-09-06T15:08:31.762339+0000 mgr.smithi079.ijsnjl (mgr.14195) 167 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:08:33.160 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:32 smithi090 bash[25332]: cluster 2024-09-06T15:08:31.762339+0000 mgr.smithi079.ijsnjl (mgr.14195) 167 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:08:33.179 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:32 smithi079 bash[19963]: cluster 2024-09-06T15:08:31.762339+0000 mgr.smithi079.ijsnjl (mgr.14195) 167 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:08:33.180 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:32 smithi079 bash[19963]: cluster 2024-09-06T15:08:31.762339+0000 mgr.smithi079.ijsnjl (mgr.14195) 167 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:08:34.541 INFO:teuthology.orchestra.run.smithi090.stderr:Inferring config /var/lib/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/mon.smithi090/config 2024-09-06T15:08:34.909 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:34 smithi090 bash[25332]: cluster 2024-09-06T15:08:33.762953+0000 mgr.smithi079.ijsnjl (mgr.14195) 168 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:08:34.910 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:34 smithi090 bash[25332]: cluster 2024-09-06T15:08:33.762953+0000 mgr.smithi079.ijsnjl (mgr.14195) 168 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:08:35.285 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:34 smithi079 bash[19963]: cluster 2024-09-06T15:08:33.762953+0000 mgr.smithi079.ijsnjl (mgr.14195) 168 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:08:35.285 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:34 smithi079 bash[19963]: cluster 2024-09-06T15:08:33.762953+0000 mgr.smithi079.ijsnjl (mgr.14195) 168 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:08:37.073 INFO:teuthology.orchestra.run.smithi090.stdout:[client.1] 2024-09-06T15:08:37.073 INFO:teuthology.orchestra.run.smithi090.stdout: key = AQD1GttmK0QeBBAAQtqbqsc2u2049WpHvKvTMw== 2024-09-06T15:08:37.084 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:36 smithi090 bash[25332]: cluster 2024-09-06T15:08:35.763579+0000 mgr.smithi079.ijsnjl (mgr.14195) 169 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:08:37.084 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:36 smithi090 bash[25332]: cluster 2024-09-06T15:08:35.763579+0000 mgr.smithi079.ijsnjl (mgr.14195) 169 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:08:37.284 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:36 smithi079 bash[19963]: cluster 2024-09-06T15:08:35.763579+0000 mgr.smithi079.ijsnjl (mgr.14195) 169 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:08:37.285 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:36 smithi079 bash[19963]: cluster 2024-09-06T15:08:35.763579+0000 mgr.smithi079.ijsnjl (mgr.14195) 169 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:08:38.123 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:37 smithi090 bash[25332]: audit 2024-09-06T15:08:37.068794+0000 mon.smithi079 (mon.0) 709 : audit [INF] from='client.? ' entity='client.admin' cmd={"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]} : dispatch 2024-09-06T15:08:38.123 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:37 smithi090 bash[25332]: audit 2024-09-06T15:08:37.068794+0000 mon.smithi079 (mon.0) 709 : audit [INF] from='client.? ' entity='client.admin' cmd={"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]} : dispatch 2024-09-06T15:08:38.123 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:37 smithi090 bash[25332]: audit 2024-09-06T15:08:37.069720+0000 mon.smithi090 (mon.1) 21 : audit [INF] from='client.? 172.21.15.90:0/241113338' entity='client.admin' cmd={"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]} : dispatch 2024-09-06T15:08:38.123 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:37 smithi090 bash[25332]: audit 2024-09-06T15:08:37.069720+0000 mon.smithi090 (mon.1) 21 : audit [INF] from='client.? 172.21.15.90:0/241113338' entity='client.admin' cmd={"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]} : dispatch 2024-09-06T15:08:38.123 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:37 smithi090 bash[25332]: audit 2024-09-06T15:08:37.072138+0000 mon.smithi079 (mon.0) 710 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-09-06T15:08:38.123 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:37 smithi090 bash[25332]: audit 2024-09-06T15:08:37.072138+0000 mon.smithi079 (mon.0) 710 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-09-06T15:08:38.224 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:37 smithi079 bash[19963]: audit 2024-09-06T15:08:37.068794+0000 mon.smithi079 (mon.0) 709 : audit [INF] from='client.? ' entity='client.admin' cmd={"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]} : dispatch 2024-09-06T15:08:38.224 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:37 smithi079 bash[19963]: audit 2024-09-06T15:08:37.068794+0000 mon.smithi079 (mon.0) 709 : audit [INF] from='client.? ' entity='client.admin' cmd={"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]} : dispatch 2024-09-06T15:08:38.224 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:37 smithi079 bash[19963]: audit 2024-09-06T15:08:37.069720+0000 mon.smithi090 (mon.1) 21 : audit [INF] from='client.? 172.21.15.90:0/241113338' entity='client.admin' cmd={"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]} : dispatch 2024-09-06T15:08:38.224 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:37 smithi079 bash[19963]: audit 2024-09-06T15:08:37.069720+0000 mon.smithi090 (mon.1) 21 : audit [INF] from='client.? 172.21.15.90:0/241113338' entity='client.admin' cmd={"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]} : dispatch 2024-09-06T15:08:38.224 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:37 smithi079 bash[19963]: audit 2024-09-06T15:08:37.072138+0000 mon.smithi079 (mon.0) 710 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-09-06T15:08:38.224 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:37 smithi079 bash[19963]: audit 2024-09-06T15:08:37.072138+0000 mon.smithi079 (mon.0) 710 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-09-06T15:08:38.683 DEBUG:teuthology.orchestra.run.smithi090:> set -ex 2024-09-06T15:08:38.683 DEBUG:teuthology.orchestra.run.smithi090:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2024-09-06T15:08:38.684 DEBUG:teuthology.orchestra.run.smithi090:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2024-09-06T15:08:38.707 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8b38c33cecf4b0b7a9b3116eb9089e21e444ac73 shell --fsid d8ce0702-6c60-11ef-bce4-c7b262605968 -- ceph config log 1 --format=json 2024-09-06T15:08:39.034 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:38 smithi090 bash[25332]: cluster 2024-09-06T15:08:37.764278+0000 mgr.smithi079.ijsnjl (mgr.14195) 170 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:08:39.034 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:38 smithi090 bash[25332]: cluster 2024-09-06T15:08:37.764278+0000 mgr.smithi079.ijsnjl (mgr.14195) 170 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:08:39.034 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:38 smithi079 bash[19963]: cluster 2024-09-06T15:08:37.764278+0000 mgr.smithi079.ijsnjl (mgr.14195) 170 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:08:39.034 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:38 smithi079 bash[19963]: cluster 2024-09-06T15:08:37.764278+0000 mgr.smithi079.ijsnjl (mgr.14195) 170 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:08:41.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:40 smithi090 bash[25332]: cluster 2024-09-06T15:08:39.764932+0000 mgr.smithi079.ijsnjl (mgr.14195) 171 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:08:41.160 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:40 smithi090 bash[25332]: cluster 2024-09-06T15:08:39.764932+0000 mgr.smithi079.ijsnjl (mgr.14195) 171 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:08:41.284 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:40 smithi079 bash[19963]: cluster 2024-09-06T15:08:39.764932+0000 mgr.smithi079.ijsnjl (mgr.14195) 171 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:08:41.285 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:40 smithi079 bash[19963]: cluster 2024-09-06T15:08:39.764932+0000 mgr.smithi079.ijsnjl (mgr.14195) 171 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:08:42.284 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:41 smithi079 bash[19963]: cluster 2024-09-06T15:08:41.765569+0000 mgr.smithi079.ijsnjl (mgr.14195) 172 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:08:42.285 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:41 smithi079 bash[19963]: cluster 2024-09-06T15:08:41.765569+0000 mgr.smithi079.ijsnjl (mgr.14195) 172 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:08:42.409 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:41 smithi090 bash[25332]: cluster 2024-09-06T15:08:41.765569+0000 mgr.smithi079.ijsnjl (mgr.14195) 172 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:08:42.410 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:41 smithi090 bash[25332]: cluster 2024-09-06T15:08:41.765569+0000 mgr.smithi079.ijsnjl (mgr.14195) 172 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:08:43.532 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/mon.smithi079/config 2024-09-06T15:08:45.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:44 smithi090 bash[25332]: cluster 2024-09-06T15:08:43.766257+0000 mgr.smithi079.ijsnjl (mgr.14195) 173 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:08:45.160 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:44 smithi090 bash[25332]: cluster 2024-09-06T15:08:43.766257+0000 mgr.smithi079.ijsnjl (mgr.14195) 173 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:08:45.284 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:44 smithi079 bash[19963]: cluster 2024-09-06T15:08:43.766257+0000 mgr.smithi079.ijsnjl (mgr.14195) 173 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:08:45.284 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:44 smithi079 bash[19963]: cluster 2024-09-06T15:08:43.766257+0000 mgr.smithi079.ijsnjl (mgr.14195) 173 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:08:45.654 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-06T15:08:46.034 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:45 smithi079 bash[19963]: audit 2024-09-06T15:08:45.656200+0000 mon.smithi079 (mon.0) 711 : audit [DBG] from='client.? 172.21.15.79:0/265011488' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-09-06T15:08:46.034 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:45 smithi079 bash[19963]: audit 2024-09-06T15:08:45.656200+0000 mon.smithi079 (mon.0) 711 : audit [DBG] from='client.? 172.21.15.79:0/265011488' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-09-06T15:08:46.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:45 smithi090 bash[25332]: audit 2024-09-06T15:08:45.656200+0000 mon.smithi079 (mon.0) 711 : audit [DBG] from='client.? 172.21.15.79:0/265011488' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-09-06T15:08:46.160 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:45 smithi090 bash[25332]: audit 2024-09-06T15:08:45.656200+0000 mon.smithi079 (mon.0) 711 : audit [DBG] from='client.? 172.21.15.79:0/265011488' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-09-06T15:08:46.909 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:46 smithi090 bash[25332]: cluster 2024-09-06T15:08:45.766945+0000 mgr.smithi079.ijsnjl (mgr.14195) 174 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:08:47.034 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:46 smithi079 bash[19963]: cluster 2024-09-06T15:08:45.766945+0000 mgr.smithi079.ijsnjl (mgr.14195) 174 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:08:47.034 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:46 smithi079 bash[19963]: cluster 2024-09-06T15:08:45.766945+0000 mgr.smithi079.ijsnjl (mgr.14195) 174 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:08:47.035 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:46 smithi079 bash[19963]: audit 2024-09-06T15:08:46.256668+0000 mon.smithi079 (mon.0) 712 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:08:47.035 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:46 smithi079 bash[19963]: audit 2024-09-06T15:08:46.256668+0000 mon.smithi079 (mon.0) 712 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:08:47.073 INFO:teuthology.orchestra.run.smithi079.stdout:[{"version":18,"timestamp":"2024-09-06T15:08:19.623186+0000","name":"","changes":[{"name":"osd/host:smithi079/osd_memory_target","new_value":"3150321152"}]}] 2024-09-06T15:08:47.073 INFO:tasks.ceph_manager:config epoch is 18 2024-09-06T15:08:47.073 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-09-06T15:08:47.074 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-09-06T15:08:47.074 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8b38c33cecf4b0b7a9b3116eb9089e21e444ac73 shell --fsid d8ce0702-6c60-11ef-bce4-c7b262605968 -- ceph mgr dump --format=json 2024-09-06T15:08:47.409 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:46 smithi090 bash[25332]: cluster 2024-09-06T15:08:45.766945+0000 mgr.smithi079.ijsnjl (mgr.14195) 174 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:08:47.410 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:46 smithi090 bash[25332]: audit 2024-09-06T15:08:46.256668+0000 mon.smithi079 (mon.0) 712 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:08:47.410 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:46 smithi090 bash[25332]: audit 2024-09-06T15:08:46.256668+0000 mon.smithi079 (mon.0) 712 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:08:49.034 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:48 smithi079 bash[19963]: cluster 2024-09-06T15:08:47.767376+0000 mgr.smithi079.ijsnjl (mgr.14195) 175 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:08:49.034 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:48 smithi079 bash[19963]: cluster 2024-09-06T15:08:47.767376+0000 mgr.smithi079.ijsnjl (mgr.14195) 175 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:08:49.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:48 smithi090 bash[25332]: cluster 2024-09-06T15:08:47.767376+0000 mgr.smithi079.ijsnjl (mgr.14195) 175 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:08:49.160 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:48 smithi090 bash[25332]: cluster 2024-09-06T15:08:47.767376+0000 mgr.smithi079.ijsnjl (mgr.14195) 175 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:08:51.160 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:50 smithi090 bash[25332]: cluster 2024-09-06T15:08:49.767994+0000 mgr.smithi079.ijsnjl (mgr.14195) 176 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:08:51.160 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:50 smithi090 bash[25332]: cluster 2024-09-06T15:08:49.767994+0000 mgr.smithi079.ijsnjl (mgr.14195) 176 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:08:51.160 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:50 smithi090 bash[25332]: audit 2024-09-06T15:08:50.296269+0000 mon.smithi079 (mon.0) 713 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:08:51.160 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:50 smithi090 bash[25332]: audit 2024-09-06T15:08:50.296269+0000 mon.smithi079 (mon.0) 713 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:08:51.160 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:50 smithi090 bash[25332]: audit 2024-09-06T15:08:50.307902+0000 mon.smithi079 (mon.0) 714 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:08:51.160 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:50 smithi090 bash[25332]: audit 2024-09-06T15:08:50.307902+0000 mon.smithi079 (mon.0) 714 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:08:51.284 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:50 smithi079 bash[19963]: cluster 2024-09-06T15:08:49.767994+0000 mgr.smithi079.ijsnjl (mgr.14195) 176 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:08:51.284 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:50 smithi079 bash[19963]: cluster 2024-09-06T15:08:49.767994+0000 mgr.smithi079.ijsnjl (mgr.14195) 176 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:08:51.285 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:50 smithi079 bash[19963]: audit 2024-09-06T15:08:50.296269+0000 mon.smithi079 (mon.0) 713 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:08:51.285 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:50 smithi079 bash[19963]: audit 2024-09-06T15:08:50.296269+0000 mon.smithi079 (mon.0) 713 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:08:51.285 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:50 smithi079 bash[19963]: audit 2024-09-06T15:08:50.307902+0000 mon.smithi079 (mon.0) 714 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:08:51.285 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:50 smithi079 bash[19963]: audit 2024-09-06T15:08:50.307902+0000 mon.smithi079 (mon.0) 714 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:08:51.881 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/mon.smithi079/config 2024-09-06T15:08:53.100 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:52 smithi079 bash[19963]: cluster 2024-09-06T15:08:51.768643+0000 mgr.smithi079.ijsnjl (mgr.14195) 177 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:08:53.101 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:52 smithi079 bash[19963]: cluster 2024-09-06T15:08:51.768643+0000 mgr.smithi079.ijsnjl (mgr.14195) 177 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:08:53.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:52 smithi090 bash[25332]: cluster 2024-09-06T15:08:51.768643+0000 mgr.smithi079.ijsnjl (mgr.14195) 177 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:08:53.160 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:52 smithi090 bash[25332]: cluster 2024-09-06T15:08:51.768643+0000 mgr.smithi079.ijsnjl (mgr.14195) 177 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:08:53.446 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-06T15:08:54.215 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:54 smithi079 bash[19963]: audit 2024-09-06T15:08:53.023431+0000 mon.smithi079 (mon.0) 715 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:08:54.215 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:54 smithi079 bash[19963]: audit 2024-09-06T15:08:53.023431+0000 mon.smithi079 (mon.0) 715 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:08:54.215 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:54 smithi079 bash[19963]: audit 2024-09-06T15:08:53.033793+0000 mon.smithi079 (mon.0) 716 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:08:54.215 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:54 smithi079 bash[19963]: audit 2024-09-06T15:08:53.033793+0000 mon.smithi079 (mon.0) 716 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:08:54.215 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:54 smithi079 bash[19963]: audit 2024-09-06T15:08:53.438950+0000 mon.smithi079 (mon.0) 717 : audit [DBG] from='client.? 172.21.15.79:0/1701959142' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2024-09-06T15:08:54.215 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:54 smithi079 bash[19963]: audit 2024-09-06T15:08:53.438950+0000 mon.smithi079 (mon.0) 717 : audit [DBG] from='client.? 172.21.15.79:0/1701959142' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2024-09-06T15:08:54.215 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:54 smithi079 bash[19963]: cluster 2024-09-06T15:08:53.769367+0000 mgr.smithi079.ijsnjl (mgr.14195) 178 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:08:54.216 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:54 smithi079 bash[19963]: cluster 2024-09-06T15:08:53.769367+0000 mgr.smithi079.ijsnjl (mgr.14195) 178 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:08:54.216 INFO:teuthology.orchestra.run.smithi079.stdout:{"epoch":19,"flags":0,"active_gid":14195,"active_name":"smithi079.ijsnjl","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6800","nonce":1799122796},{"type":"v1","addr":"172.21.15.79:6801","nonce":1799122796}]},"active_addr":"172.21.15.79:6801/1799122796","active_change":"2024-09-06T15:05:15.916033+0000","active_mgr_features":4540719139924082687,"available":true,"standbys":[{"gid":14214,"name":"smithi090.kgwrey","mgr_features":4540719139924082687,"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to, use commas to separate multiple","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.27.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:10.4.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_nginx":{"name":"container_image_nginx","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nginx:1.26.1","min":"","max":"","enum_allowed":[],"desc":"Nginx container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.7.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.2.17","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_oauth2_proxy":{"name":"container_image_oauth2_proxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/oauth2-proxy/oauth2-proxy:v7.6.0","min":"","max":"","enum_allowed":[],"desc":"oauth2-proxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.51.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MANAGED_BY_CLUSTERS":{"name":"MANAGED_BY_CLUSTERS","type":"str","level":"advanced","flags":0,"default_value":"[]","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","type":"str","level":"advanced","flags":0,"default_value":"{}","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_requests":{"name":"max_requests","type":"int","level":"advanced","flags":0,"default_value":"500","min":"","max":"","enum_allowed":[],"desc":"Maximum number of requests to keep in memory. When new request comes in, the oldest request will be removed if the number of requests exceeds the max request number.if un-finished request is removed, error message will be logged in the ceph-mgr log.","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"secondary_zone_period_retry_limit":{"name":"secondary_zone_period_retry_limit","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"RGW module period update retry limit for secondary site","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"smb","can_run":true,"error_string":"","module_options":{"internal_store_backend":{"name":"internal_store_backend","type":"str","level":"dev","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"set internal store backend. for develoment and testing only","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"update_orchestration":{"name":"update_orchestration","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically update orchestration when smb resources are changed","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":false,"error_string":"No module named 'ceph.fs'","module_options":{}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}]}],"modules":["cephadm","dashboard","iostat","nfs","prometheus","restful"],"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to, use commas to separate multiple","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.27.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:10.4.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_nginx":{"name":"container_image_nginx","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nginx:1.26.1","min":"","max":"","enum_allowed":[],"desc":"Nginx container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.7.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.2.17","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_oauth2_proxy":{"name":"container_image_oauth2_proxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/oauth2-proxy/oauth2-proxy:v7.6.0","min":"","max":"","enum_allowed":[],"desc":"oauth2-proxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.51.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MANAGED_BY_CLUSTERS":{"name":"MANAGED_BY_CLUSTERS","type":"str","level":"advanced","flags":0,"default_value":"[]","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","type":"str","level":"advanced","flags":0,"default_value":"{}","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_requests":{"name":"max_requests","type":"int","level":"advanced","flags":0,"default_value":"500","min":"","max":"","enum_allowed":[],"desc":"Maximum number of requests to keep in memory. When new request comes in, the oldest request will be removed if the number of requests exceeds the max request number.if un-finished request is removed, error message will be logged in the ceph-mgr log.","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"secondary_zone_period_retry_limit":{"name":"secondary_zone_period_retry_limit","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"RGW module period update retry limit for secondary site","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"smb","can_run":true,"error_string":"","module_options":{"internal_store_backend":{"name":"internal_store_backend","type":"str","level":"dev","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"set internal store backend. for develoment and testing only","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"update_orchestration":{"name":"update_orchestration","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically update orchestration when smb resources are changed","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":false,"error_string":"No module named 'ceph.fs'","module_options":{}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"services":{"dashboard":"https://172.21.15.79:8443/","prometheus":"http://172.21.15.79:9283/"},"always_on_modules":{"octopus":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"pacific":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"quincy":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"reef":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"squid":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"]},"last_failure_osd_epoch":5,"active_clients":[{"name":"devicehealth","addrvec":[{"type":"v2","addr":"172.21.15.79:0","nonce":170657558}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.79:0","nonce":878129686}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.79:0","nonce":1260288421}]}]} 2024-09-06T15:08:54.223 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-09-06T15:08:54.223 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-09-06T15:08:54.223 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8b38c33cecf4b0b7a9b3116eb9089e21e444ac73 shell --fsid d8ce0702-6c60-11ef-bce4-c7b262605968 -- ceph osd dump --format=json 2024-09-06T15:08:54.410 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:54 smithi090 bash[25332]: audit 2024-09-06T15:08:53.023431+0000 mon.smithi079 (mon.0) 715 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:08:54.410 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:54 smithi090 bash[25332]: audit 2024-09-06T15:08:53.023431+0000 mon.smithi079 (mon.0) 715 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:08:54.410 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:54 smithi090 bash[25332]: audit 2024-09-06T15:08:53.033793+0000 mon.smithi079 (mon.0) 716 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:08:54.410 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:54 smithi090 bash[25332]: audit 2024-09-06T15:08:53.033793+0000 mon.smithi079 (mon.0) 716 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:08:54.410 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:54 smithi090 bash[25332]: audit 2024-09-06T15:08:53.438950+0000 mon.smithi079 (mon.0) 717 : audit [DBG] from='client.? 172.21.15.79:0/1701959142' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2024-09-06T15:08:54.410 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:54 smithi090 bash[25332]: audit 2024-09-06T15:08:53.438950+0000 mon.smithi079 (mon.0) 717 : audit [DBG] from='client.? 172.21.15.79:0/1701959142' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2024-09-06T15:08:54.410 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:54 smithi090 bash[25332]: cluster 2024-09-06T15:08:53.769367+0000 mgr.smithi079.ijsnjl (mgr.14195) 178 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:08:54.410 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:54 smithi090 bash[25332]: cluster 2024-09-06T15:08:53.769367+0000 mgr.smithi079.ijsnjl (mgr.14195) 178 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:08:57.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:56 smithi090 bash[25332]: cluster 2024-09-06T15:08:55.770050+0000 mgr.smithi079.ijsnjl (mgr.14195) 179 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:08:57.160 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:56 smithi090 bash[25332]: cluster 2024-09-06T15:08:55.770050+0000 mgr.smithi079.ijsnjl (mgr.14195) 179 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:08:57.284 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:56 smithi079 bash[19963]: cluster 2024-09-06T15:08:55.770050+0000 mgr.smithi079.ijsnjl (mgr.14195) 179 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:08:57.284 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:56 smithi079 bash[19963]: cluster 2024-09-06T15:08:55.770050+0000 mgr.smithi079.ijsnjl (mgr.14195) 179 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:08:59.038 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/mon.smithi079/config 2024-09-06T15:08:59.131 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:58 smithi079 bash[19963]: cluster 2024-09-06T15:08:57.770687+0000 mgr.smithi079.ijsnjl (mgr.14195) 180 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:08:59.131 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:08:58 smithi079 bash[19963]: cluster 2024-09-06T15:08:57.770687+0000 mgr.smithi079.ijsnjl (mgr.14195) 180 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:08:59.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:58 smithi090 bash[25332]: cluster 2024-09-06T15:08:57.770687+0000 mgr.smithi079.ijsnjl (mgr.14195) 180 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:08:59.160 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:08:58 smithi090 bash[25332]: cluster 2024-09-06T15:08:57.770687+0000 mgr.smithi079.ijsnjl (mgr.14195) 180 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:09:00.471 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-06T15:09:00.471 INFO:teuthology.orchestra.run.smithi079.stdout:{"epoch":37,"fsid":"d8ce0702-6c60-11ef-bce4-c7b262605968","created":"2024-09-06T15:02:39.735252+0000","modified":"2024-09-06T15:08:05.779254+0000","last_up_change":"2024-09-06T15:08:01.744885+0000","last_in_change":"2024-09-06T15:07:05.926038+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":15,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-09-06T15:07:52.315165+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"28","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":"f43166f0-2d38-4e4d-8409-9ebd0d58ccf3","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":17,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.90:6800","nonce":1161093107},{"type":"v1","addr":"172.21.15.90:6801","nonce":1161093107}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.90:6802","nonce":1161093107},{"type":"v1","addr":"172.21.15.90:6803","nonce":1161093107}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.90:6806","nonce":1161093107},{"type":"v1","addr":"172.21.15.90:6807","nonce":1161093107}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.90:6804","nonce":1161093107},{"type":"v1","addr":"172.21.15.90:6805","nonce":1161093107}]},"public_addr":"172.21.15.90:6801/1161093107","cluster_addr":"172.21.15.90:6803/1161093107","heartbeat_back_addr":"172.21.15.90:6807/1161093107","heartbeat_front_addr":"172.21.15.90:6805/1161093107","state":["exists","up"]},{"osd":1,"uuid":"c5e69d36-3705-42df-9a88-1797f0c1e440","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6802","nonce":3401417264},{"type":"v1","addr":"172.21.15.79:6803","nonce":3401417264}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6804","nonce":3401417264},{"type":"v1","addr":"172.21.15.79:6805","nonce":3401417264}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6808","nonce":3401417264},{"type":"v1","addr":"172.21.15.79:6809","nonce":3401417264}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6806","nonce":3401417264},{"type":"v1","addr":"172.21.15.79:6807","nonce":3401417264}]},"public_addr":"172.21.15.79:6803/3401417264","cluster_addr":"172.21.15.79:6805/3401417264","heartbeat_back_addr":"172.21.15.79:6809/3401417264","heartbeat_front_addr":"172.21.15.79:6807/3401417264","state":["exists","up"]},{"osd":2,"uuid":"8c0a4e2d-6702-45f6-8a07-cb56dbb67ffc","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":32,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.90:6808","nonce":1071349005},{"type":"v1","addr":"172.21.15.90:6809","nonce":1071349005}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.90:6810","nonce":1071349005},{"type":"v1","addr":"172.21.15.90:6811","nonce":1071349005}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.90:6814","nonce":1071349005},{"type":"v1","addr":"172.21.15.90:6815","nonce":1071349005}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.90:6812","nonce":1071349005},{"type":"v1","addr":"172.21.15.90:6813","nonce":1071349005}]},"public_addr":"172.21.15.90:6809/1071349005","cluster_addr":"172.21.15.90:6811/1071349005","heartbeat_back_addr":"172.21.15.90:6815/1071349005","heartbeat_front_addr":"172.21.15.90:6813/1071349005","state":["exists","up"]},{"osd":3,"uuid":"a57a3d7c-08a1-40ce-9c75-7d8f1d321666","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.79:6810","nonce":1507400300},{"type":"v1","addr":"172.21.15.79:6811","nonce":1507400300}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6812","nonce":1507400300},{"type":"v1","addr":"172.21.15.79:6813","nonce":1507400300}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6816","nonce":1507400300},{"type":"v1","addr":"172.21.15.79:6817","nonce":1507400300}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6814","nonce":1507400300},{"type":"v1","addr":"172.21.15.79:6815","nonce":1507400300}]},"public_addr":"172.21.15.79:6811/1507400300","cluster_addr":"172.21.15.79:6813/1507400300","heartbeat_back_addr":"172.21.15.79:6817/1507400300","heartbeat_front_addr":"172.21.15.79:6815/1507400300","state":["exists","up"]},{"osd":4,"uuid":"c59559c0-3ce9-487a-9587-1b9400aff96d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.90:6816","nonce":3702329722},{"type":"v1","addr":"172.21.15.90:6817","nonce":3702329722}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.90:6818","nonce":3702329722},{"type":"v1","addr":"172.21.15.90:6819","nonce":3702329722}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.90:6822","nonce":3702329722},{"type":"v1","addr":"172.21.15.90:6823","nonce":3702329722}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.90:6820","nonce":3702329722},{"type":"v1","addr":"172.21.15.90:6821","nonce":3702329722}]},"public_addr":"172.21.15.90:6817/3702329722","cluster_addr":"172.21.15.90:6819/3702329722","heartbeat_back_addr":"172.21.15.90:6823/3702329722","heartbeat_front_addr":"172.21.15.90:6821/3702329722","state":["exists","up"]},{"osd":5,"uuid":"220258b7-9b62-460e-a1c5-6cfd5845ae04","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":35,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6818","nonce":2400182901},{"type":"v1","addr":"172.21.15.79:6819","nonce":2400182901}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6820","nonce":2400182901},{"type":"v1","addr":"172.21.15.79:6821","nonce":2400182901}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6824","nonce":2400182901},{"type":"v1","addr":"172.21.15.79:6825","nonce":2400182901}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6822","nonce":2400182901},{"type":"v1","addr":"172.21.15.79:6823","nonce":2400182901}]},"public_addr":"172.21.15.79:6819/2400182901","cluster_addr":"172.21.15.79:6821/2400182901","heartbeat_back_addr":"172.21.15.79:6825/2400182901","heartbeat_front_addr":"172.21.15.79:6823/2400182901","state":["exists","up"]},{"osd":6,"uuid":"fb29d0d1-209f-4449-9823-ef3d5a1751b8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":33,"up_thru":36,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.90:6824","nonce":3628410393},{"type":"v1","addr":"172.21.15.90:6825","nonce":3628410393}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.90:6826","nonce":3628410393},{"type":"v1","addr":"172.21.15.90:6827","nonce":3628410393}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.90:6830","nonce":3628410393},{"type":"v1","addr":"172.21.15.90:6831","nonce":3628410393}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.90:6828","nonce":3628410393},{"type":"v1","addr":"172.21.15.90:6829","nonce":3628410393}]},"public_addr":"172.21.15.90:6825/3628410393","cluster_addr":"172.21.15.90:6827/3628410393","heartbeat_back_addr":"172.21.15.90:6831/3628410393","heartbeat_front_addr":"172.21.15.90:6829/3628410393","state":["exists","up"]},{"osd":7,"uuid":"80ac38f9-3c60-40a3-a131-fd28e9727fdc","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.79:6826","nonce":2474566747},{"type":"v1","addr":"172.21.15.79:6827","nonce":2474566747}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6828","nonce":2474566747},{"type":"v1","addr":"172.21.15.79:6829","nonce":2474566747}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6832","nonce":2474566747},{"type":"v1","addr":"172.21.15.79:6833","nonce":2474566747}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6830","nonce":2474566747},{"type":"v1","addr":"172.21.15.79:6831","nonce":2474566747}]},"public_addr":"172.21.15.79:6827/2474566747","cluster_addr":"172.21.15.79:6829/2474566747","heartbeat_back_addr":"172.21.15.79:6833/2474566747","heartbeat_front_addr":"172.21.15.79:6831/2474566747","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-06T15:07:42.337767+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-06T15:07:41.409701+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-06T15:07:49.004392+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-06T15:07:48.365132+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-06T15:07:55.164407+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-06T15:07:53.371890+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-06T15:08:01.619044+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-06T15:07:58.998659+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.79:0/3026903354":"2024-09-07T15:03:50.143849+0000","172.21.15.79:6801/317987116":"2024-09-07T15:03:50.143849+0000","172.21.15.79:0/326559555":"2024-09-07T15:05:15.915904+0000","172.21.15.79:0/2601769659":"2024-09-07T15:03:50.143849+0000","172.21.15.79:6800/317987116":"2024-09-07T15:03:50.143849+0000","172.21.15.79:6800/325398547":"2024-09-07T15:05:15.915904+0000","172.21.15.79:0/2976707010":"2024-09-07T15:03:06.279869+0000","172.21.15.79:6801/609680062":"2024-09-07T15:03:06.279869+0000","172.21.15.79:6801/325398547":"2024-09-07T15:05:15.915904+0000","172.21.15.79:6800/609680062":"2024-09-07T15:03:06.279869+0000","172.21.15.79:0/23634127":"2024-09-07T15:05:15.915904+0000","172.21.15.79:0/1372461359":"2024-09-07T15:03:06.279869+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-09-06T15:09:01.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:09:00 smithi090 bash[25332]: cluster 2024-09-06T15:08:59.771345+0000 mgr.smithi079.ijsnjl (mgr.14195) 181 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:09:01.160 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:09:00 smithi090 bash[25332]: cluster 2024-09-06T15:08:59.771345+0000 mgr.smithi079.ijsnjl (mgr.14195) 181 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:09:01.160 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:09:00 smithi090 bash[25332]: audit 2024-09-06T15:09:00.472300+0000 mon.smithi079 (mon.0) 718 : audit [DBG] from='client.? 172.21.15.79:0/3060361263' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-06T15:09:01.160 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:09:00 smithi090 bash[25332]: audit 2024-09-06T15:09:00.472300+0000 mon.smithi079 (mon.0) 718 : audit [DBG] from='client.? 172.21.15.79:0/3060361263' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-06T15:09:01.188 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:09:00 smithi079 bash[19963]: cluster 2024-09-06T15:08:59.771345+0000 mgr.smithi079.ijsnjl (mgr.14195) 181 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:09:01.189 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:09:00 smithi079 bash[19963]: cluster 2024-09-06T15:08:59.771345+0000 mgr.smithi079.ijsnjl (mgr.14195) 181 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:09:01.189 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:09:00 smithi079 bash[19963]: audit 2024-09-06T15:09:00.472300+0000 mon.smithi079 (mon.0) 718 : audit [DBG] from='client.? 172.21.15.79:0/3060361263' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-06T15:09:01.189 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:09:00 smithi079 bash[19963]: audit 2024-09-06T15:09:00.472300+0000 mon.smithi079 (mon.0) 718 : audit [DBG] from='client.? 172.21.15.79:0/3060361263' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-06T15:09:01.191 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-09-06T15:09:01.191 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8b38c33cecf4b0b7a9b3116eb9089e21e444ac73 shell --fsid d8ce0702-6c60-11ef-bce4-c7b262605968 -- ceph osd dump --format=json 2024-09-06T15:09:02.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:09:01 smithi090 bash[25332]: audit 2024-09-06T15:09:01.257253+0000 mon.smithi079 (mon.0) 719 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:09:02.160 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:09:01 smithi090 bash[25332]: audit 2024-09-06T15:09:01.257253+0000 mon.smithi079 (mon.0) 719 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:09:02.284 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:09:01 smithi079 bash[19963]: audit 2024-09-06T15:09:01.257253+0000 mon.smithi079 (mon.0) 719 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:09:02.284 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:09:01 smithi079 bash[19963]: audit 2024-09-06T15:09:01.257253+0000 mon.smithi079 (mon.0) 719 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:09:03.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:09:02 smithi090 bash[25332]: cluster 2024-09-06T15:09:01.772000+0000 mgr.smithi079.ijsnjl (mgr.14195) 182 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:09:03.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:09:02 smithi090 bash[25332]: cluster 2024-09-06T15:09:01.772000+0000 mgr.smithi079.ijsnjl (mgr.14195) 182 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:09:03.284 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:09:02 smithi079 bash[19963]: cluster 2024-09-06T15:09:01.772000+0000 mgr.smithi079.ijsnjl (mgr.14195) 182 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:09:03.284 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:09:02 smithi079 bash[19963]: cluster 2024-09-06T15:09:01.772000+0000 mgr.smithi079.ijsnjl (mgr.14195) 182 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:09:05.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:09:04 smithi090 bash[25332]: cluster 2024-09-06T15:09:03.772713+0000 mgr.smithi079.ijsnjl (mgr.14195) 183 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:09:05.160 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:09:04 smithi090 bash[25332]: cluster 2024-09-06T15:09:03.772713+0000 mgr.smithi079.ijsnjl (mgr.14195) 183 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:09:05.284 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:09:04 smithi079 bash[19963]: cluster 2024-09-06T15:09:03.772713+0000 mgr.smithi079.ijsnjl (mgr.14195) 183 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:09:05.284 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:09:04 smithi079 bash[19963]: cluster 2024-09-06T15:09:03.772713+0000 mgr.smithi079.ijsnjl (mgr.14195) 183 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:09:06.007 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/mon.smithi079/config 2024-09-06T15:09:07.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:09:06 smithi090 bash[25332]: cluster 2024-09-06T15:09:05.773358+0000 mgr.smithi079.ijsnjl (mgr.14195) 184 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:09:07.160 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:09:06 smithi090 bash[25332]: cluster 2024-09-06T15:09:05.773358+0000 mgr.smithi079.ijsnjl (mgr.14195) 184 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:09:07.213 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:09:06 smithi079 bash[19963]: cluster 2024-09-06T15:09:05.773358+0000 mgr.smithi079.ijsnjl (mgr.14195) 184 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:09:07.213 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:09:06 smithi079 bash[19963]: cluster 2024-09-06T15:09:05.773358+0000 mgr.smithi079.ijsnjl (mgr.14195) 184 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:09:07.540 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-06T15:09:07.540 INFO:teuthology.orchestra.run.smithi079.stdout:{"epoch":37,"fsid":"d8ce0702-6c60-11ef-bce4-c7b262605968","created":"2024-09-06T15:02:39.735252+0000","modified":"2024-09-06T15:08:05.779254+0000","last_up_change":"2024-09-06T15:08:01.744885+0000","last_in_change":"2024-09-06T15:07:05.926038+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":15,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-09-06T15:07:52.315165+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"28","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":"f43166f0-2d38-4e4d-8409-9ebd0d58ccf3","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":17,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.90:6800","nonce":1161093107},{"type":"v1","addr":"172.21.15.90:6801","nonce":1161093107}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.90:6802","nonce":1161093107},{"type":"v1","addr":"172.21.15.90:6803","nonce":1161093107}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.90:6806","nonce":1161093107},{"type":"v1","addr":"172.21.15.90:6807","nonce":1161093107}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.90:6804","nonce":1161093107},{"type":"v1","addr":"172.21.15.90:6805","nonce":1161093107}]},"public_addr":"172.21.15.90:6801/1161093107","cluster_addr":"172.21.15.90:6803/1161093107","heartbeat_back_addr":"172.21.15.90:6807/1161093107","heartbeat_front_addr":"172.21.15.90:6805/1161093107","state":["exists","up"]},{"osd":1,"uuid":"c5e69d36-3705-42df-9a88-1797f0c1e440","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6802","nonce":3401417264},{"type":"v1","addr":"172.21.15.79:6803","nonce":3401417264}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6804","nonce":3401417264},{"type":"v1","addr":"172.21.15.79:6805","nonce":3401417264}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6808","nonce":3401417264},{"type":"v1","addr":"172.21.15.79:6809","nonce":3401417264}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6806","nonce":3401417264},{"type":"v1","addr":"172.21.15.79:6807","nonce":3401417264}]},"public_addr":"172.21.15.79:6803/3401417264","cluster_addr":"172.21.15.79:6805/3401417264","heartbeat_back_addr":"172.21.15.79:6809/3401417264","heartbeat_front_addr":"172.21.15.79:6807/3401417264","state":["exists","up"]},{"osd":2,"uuid":"8c0a4e2d-6702-45f6-8a07-cb56dbb67ffc","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":32,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.90:6808","nonce":1071349005},{"type":"v1","addr":"172.21.15.90:6809","nonce":1071349005}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.90:6810","nonce":1071349005},{"type":"v1","addr":"172.21.15.90:6811","nonce":1071349005}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.90:6814","nonce":1071349005},{"type":"v1","addr":"172.21.15.90:6815","nonce":1071349005}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.90:6812","nonce":1071349005},{"type":"v1","addr":"172.21.15.90:6813","nonce":1071349005}]},"public_addr":"172.21.15.90:6809/1071349005","cluster_addr":"172.21.15.90:6811/1071349005","heartbeat_back_addr":"172.21.15.90:6815/1071349005","heartbeat_front_addr":"172.21.15.90:6813/1071349005","state":["exists","up"]},{"osd":3,"uuid":"a57a3d7c-08a1-40ce-9c75-7d8f1d321666","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.79:6810","nonce":1507400300},{"type":"v1","addr":"172.21.15.79:6811","nonce":1507400300}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6812","nonce":1507400300},{"type":"v1","addr":"172.21.15.79:6813","nonce":1507400300}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6816","nonce":1507400300},{"type":"v1","addr":"172.21.15.79:6817","nonce":1507400300}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6814","nonce":1507400300},{"type":"v1","addr":"172.21.15.79:6815","nonce":1507400300}]},"public_addr":"172.21.15.79:6811/1507400300","cluster_addr":"172.21.15.79:6813/1507400300","heartbeat_back_addr":"172.21.15.79:6817/1507400300","heartbeat_front_addr":"172.21.15.79:6815/1507400300","state":["exists","up"]},{"osd":4,"uuid":"c59559c0-3ce9-487a-9587-1b9400aff96d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.90:6816","nonce":3702329722},{"type":"v1","addr":"172.21.15.90:6817","nonce":3702329722}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.90:6818","nonce":3702329722},{"type":"v1","addr":"172.21.15.90:6819","nonce":3702329722}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.90:6822","nonce":3702329722},{"type":"v1","addr":"172.21.15.90:6823","nonce":3702329722}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.90:6820","nonce":3702329722},{"type":"v1","addr":"172.21.15.90:6821","nonce":3702329722}]},"public_addr":"172.21.15.90:6817/3702329722","cluster_addr":"172.21.15.90:6819/3702329722","heartbeat_back_addr":"172.21.15.90:6823/3702329722","heartbeat_front_addr":"172.21.15.90:6821/3702329722","state":["exists","up"]},{"osd":5,"uuid":"220258b7-9b62-460e-a1c5-6cfd5845ae04","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":35,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6818","nonce":2400182901},{"type":"v1","addr":"172.21.15.79:6819","nonce":2400182901}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6820","nonce":2400182901},{"type":"v1","addr":"172.21.15.79:6821","nonce":2400182901}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6824","nonce":2400182901},{"type":"v1","addr":"172.21.15.79:6825","nonce":2400182901}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6822","nonce":2400182901},{"type":"v1","addr":"172.21.15.79:6823","nonce":2400182901}]},"public_addr":"172.21.15.79:6819/2400182901","cluster_addr":"172.21.15.79:6821/2400182901","heartbeat_back_addr":"172.21.15.79:6825/2400182901","heartbeat_front_addr":"172.21.15.79:6823/2400182901","state":["exists","up"]},{"osd":6,"uuid":"fb29d0d1-209f-4449-9823-ef3d5a1751b8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":33,"up_thru":36,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.90:6824","nonce":3628410393},{"type":"v1","addr":"172.21.15.90:6825","nonce":3628410393}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.90:6826","nonce":3628410393},{"type":"v1","addr":"172.21.15.90:6827","nonce":3628410393}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.90:6830","nonce":3628410393},{"type":"v1","addr":"172.21.15.90:6831","nonce":3628410393}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.90:6828","nonce":3628410393},{"type":"v1","addr":"172.21.15.90:6829","nonce":3628410393}]},"public_addr":"172.21.15.90:6825/3628410393","cluster_addr":"172.21.15.90:6827/3628410393","heartbeat_back_addr":"172.21.15.90:6831/3628410393","heartbeat_front_addr":"172.21.15.90:6829/3628410393","state":["exists","up"]},{"osd":7,"uuid":"80ac38f9-3c60-40a3-a131-fd28e9727fdc","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.79:6826","nonce":2474566747},{"type":"v1","addr":"172.21.15.79:6827","nonce":2474566747}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6828","nonce":2474566747},{"type":"v1","addr":"172.21.15.79:6829","nonce":2474566747}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6832","nonce":2474566747},{"type":"v1","addr":"172.21.15.79:6833","nonce":2474566747}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6830","nonce":2474566747},{"type":"v1","addr":"172.21.15.79:6831","nonce":2474566747}]},"public_addr":"172.21.15.79:6827/2474566747","cluster_addr":"172.21.15.79:6829/2474566747","heartbeat_back_addr":"172.21.15.79:6833/2474566747","heartbeat_front_addr":"172.21.15.79:6831/2474566747","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-06T15:07:42.337767+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-06T15:07:41.409701+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-06T15:07:49.004392+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-06T15:07:48.365132+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-06T15:07:55.164407+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-06T15:07:53.371890+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-06T15:08:01.619044+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-06T15:07:58.998659+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.79:0/3026903354":"2024-09-07T15:03:50.143849+0000","172.21.15.79:6801/317987116":"2024-09-07T15:03:50.143849+0000","172.21.15.79:0/326559555":"2024-09-07T15:05:15.915904+0000","172.21.15.79:0/2601769659":"2024-09-07T15:03:50.143849+0000","172.21.15.79:6800/317987116":"2024-09-07T15:03:50.143849+0000","172.21.15.79:6800/325398547":"2024-09-07T15:05:15.915904+0000","172.21.15.79:0/2976707010":"2024-09-07T15:03:06.279869+0000","172.21.15.79:6801/609680062":"2024-09-07T15:03:06.279869+0000","172.21.15.79:6801/325398547":"2024-09-07T15:05:15.915904+0000","172.21.15.79:6800/609680062":"2024-09-07T15:03:06.279869+0000","172.21.15.79:0/23634127":"2024-09-07T15:05:15.915904+0000","172.21.15.79:0/1372461359":"2024-09-07T15:03:06.279869+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-09-06T15:09:08.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:09:07 smithi090 bash[25332]: audit 2024-09-06T15:09:07.541669+0000 mon.smithi079 (mon.0) 720 : audit [DBG] from='client.? 172.21.15.79:0/2851152086' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-06T15:09:08.160 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:09:07 smithi090 bash[25332]: audit 2024-09-06T15:09:07.541669+0000 mon.smithi079 (mon.0) 720 : audit [DBG] from='client.? 172.21.15.79:0/2851152086' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-06T15:09:08.284 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:09:07 smithi079 bash[19963]: audit 2024-09-06T15:09:07.541669+0000 mon.smithi079 (mon.0) 720 : audit [DBG] from='client.? 172.21.15.79:0/2851152086' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-06T15:09:08.284 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:09:07 smithi079 bash[19963]: audit 2024-09-06T15:09:07.541669+0000 mon.smithi079 (mon.0) 720 : audit [DBG] from='client.? 172.21.15.79:0/2851152086' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-06T15:09:08.347 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8b38c33cecf4b0b7a9b3116eb9089e21e444ac73 shell --fsid d8ce0702-6c60-11ef-bce4-c7b262605968 -- ceph tell osd.0 flush_pg_stats 2024-09-06T15:09:08.347 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8b38c33cecf4b0b7a9b3116eb9089e21e444ac73 shell --fsid d8ce0702-6c60-11ef-bce4-c7b262605968 -- ceph tell osd.1 flush_pg_stats 2024-09-06T15:09:08.348 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8b38c33cecf4b0b7a9b3116eb9089e21e444ac73 shell --fsid d8ce0702-6c60-11ef-bce4-c7b262605968 -- ceph tell osd.2 flush_pg_stats 2024-09-06T15:09:08.348 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8b38c33cecf4b0b7a9b3116eb9089e21e444ac73 shell --fsid d8ce0702-6c60-11ef-bce4-c7b262605968 -- ceph tell osd.3 flush_pg_stats 2024-09-06T15:09:08.348 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8b38c33cecf4b0b7a9b3116eb9089e21e444ac73 shell --fsid d8ce0702-6c60-11ef-bce4-c7b262605968 -- ceph tell osd.4 flush_pg_stats 2024-09-06T15:09:08.349 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8b38c33cecf4b0b7a9b3116eb9089e21e444ac73 shell --fsid d8ce0702-6c60-11ef-bce4-c7b262605968 -- ceph tell osd.5 flush_pg_stats 2024-09-06T15:09:08.349 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8b38c33cecf4b0b7a9b3116eb9089e21e444ac73 shell --fsid d8ce0702-6c60-11ef-bce4-c7b262605968 -- ceph tell osd.6 flush_pg_stats 2024-09-06T15:09:08.350 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8b38c33cecf4b0b7a9b3116eb9089e21e444ac73 shell --fsid d8ce0702-6c60-11ef-bce4-c7b262605968 -- ceph tell osd.7 flush_pg_stats 2024-09-06T15:09:09.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:09:08 smithi090 bash[25332]: cluster 2024-09-06T15:09:07.774170+0000 mgr.smithi079.ijsnjl (mgr.14195) 185 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:09:09.160 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:09:08 smithi090 bash[25332]: cluster 2024-09-06T15:09:07.774170+0000 mgr.smithi079.ijsnjl (mgr.14195) 185 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:09:09.284 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:09:08 smithi079 bash[19963]: cluster 2024-09-06T15:09:07.774170+0000 mgr.smithi079.ijsnjl (mgr.14195) 185 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:09:09.284 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:09:08 smithi079 bash[19963]: cluster 2024-09-06T15:09:07.774170+0000 mgr.smithi079.ijsnjl (mgr.14195) 185 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:09:11.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:09:10 smithi090 bash[25332]: cluster 2024-09-06T15:09:09.775003+0000 mgr.smithi079.ijsnjl (mgr.14195) 186 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:09:11.160 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:09:10 smithi090 bash[25332]: cluster 2024-09-06T15:09:09.775003+0000 mgr.smithi079.ijsnjl (mgr.14195) 186 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:09:11.284 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:09:10 smithi079 bash[19963]: cluster 2024-09-06T15:09:09.775003+0000 mgr.smithi079.ijsnjl (mgr.14195) 186 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:09:11.284 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:09:10 smithi079 bash[19963]: cluster 2024-09-06T15:09:09.775003+0000 mgr.smithi079.ijsnjl (mgr.14195) 186 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:09:12.284 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:09:11 smithi079 bash[19963]: cluster 2024-09-06T15:09:11.775709+0000 mgr.smithi079.ijsnjl (mgr.14195) 187 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:09:12.284 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:09:11 smithi079 bash[19963]: cluster 2024-09-06T15:09:11.775709+0000 mgr.smithi079.ijsnjl (mgr.14195) 187 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:09:12.409 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:09:11 smithi090 bash[25332]: cluster 2024-09-06T15:09:11.775709+0000 mgr.smithi079.ijsnjl (mgr.14195) 187 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:09:12.409 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:09:11 smithi090 bash[25332]: cluster 2024-09-06T15:09:11.775709+0000 mgr.smithi079.ijsnjl (mgr.14195) 187 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:09:13.293 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/mon.smithi079/config 2024-09-06T15:09:13.294 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/mon.smithi079/config 2024-09-06T15:09:13.294 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/mon.smithi079/config 2024-09-06T15:09:13.295 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/mon.smithi079/config 2024-09-06T15:09:13.297 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/mon.smithi079/config 2024-09-06T15:09:13.298 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/mon.smithi079/config 2024-09-06T15:09:13.298 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/mon.smithi079/config 2024-09-06T15:09:13.298 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/mon.smithi079/config 2024-09-06T15:09:14.975 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:09:14 smithi079 bash[19963]: cluster 2024-09-06T15:09:13.776485+0000 mgr.smithi079.ijsnjl (mgr.14195) 188 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:09:14.975 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:09:14 smithi079 bash[19963]: cluster 2024-09-06T15:09:13.776485+0000 mgr.smithi079.ijsnjl (mgr.14195) 188 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:09:15.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:09:14 smithi090 bash[25332]: cluster 2024-09-06T15:09:13.776485+0000 mgr.smithi079.ijsnjl (mgr.14195) 188 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:09:15.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:09:14 smithi090 bash[25332]: cluster 2024-09-06T15:09:13.776485+0000 mgr.smithi079.ijsnjl (mgr.14195) 188 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:09:17.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:09:16 smithi090 bash[25332]: cluster 2024-09-06T15:09:15.777285+0000 mgr.smithi079.ijsnjl (mgr.14195) 189 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:09:17.160 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:09:16 smithi090 bash[25332]: cluster 2024-09-06T15:09:15.777285+0000 mgr.smithi079.ijsnjl (mgr.14195) 189 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:09:17.160 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:09:16 smithi090 bash[25332]: audit 2024-09-06T15:09:16.258243+0000 mon.smithi079 (mon.0) 721 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:09:17.160 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:09:16 smithi090 bash[25332]: audit 2024-09-06T15:09:16.258243+0000 mon.smithi079 (mon.0) 721 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:09:17.284 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:09:16 smithi079 bash[19963]: cluster 2024-09-06T15:09:15.777285+0000 mgr.smithi079.ijsnjl (mgr.14195) 189 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:09:17.284 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:09:16 smithi079 bash[19963]: cluster 2024-09-06T15:09:15.777285+0000 mgr.smithi079.ijsnjl (mgr.14195) 189 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:09:17.284 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:09:16 smithi079 bash[19963]: audit 2024-09-06T15:09:16.258243+0000 mon.smithi079 (mon.0) 721 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:09:17.284 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:09:16 smithi079 bash[19963]: audit 2024-09-06T15:09:16.258243+0000 mon.smithi079 (mon.0) 721 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:09:17.619 INFO:teuthology.orchestra.run.smithi079.stdout:115964117010 2024-09-06T15:09:17.620 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8b38c33cecf4b0b7a9b3116eb9089e21e444ac73 shell --fsid d8ce0702-6c60-11ef-bce4-c7b262605968 -- ceph osd last-stat-seq osd.4 2024-09-06T15:09:17.953 INFO:teuthology.orchestra.run.smithi079.stdout:73014444054 2024-09-06T15:09:17.953 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8b38c33cecf4b0b7a9b3116eb9089e21e444ac73 shell --fsid d8ce0702-6c60-11ef-bce4-c7b262605968 -- ceph osd last-stat-seq osd.0 2024-09-06T15:09:19.034 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:09:18 smithi079 bash[19963]: cluster 2024-09-06T15:09:17.778061+0000 mgr.smithi079.ijsnjl (mgr.14195) 190 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:09:19.034 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:09:18 smithi079 bash[19963]: cluster 2024-09-06T15:09:17.778061+0000 mgr.smithi079.ijsnjl (mgr.14195) 190 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:09:19.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:09:18 smithi090 bash[25332]: cluster 2024-09-06T15:09:17.778061+0000 mgr.smithi079.ijsnjl (mgr.14195) 190 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:09:19.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:09:18 smithi090 bash[25332]: cluster 2024-09-06T15:09:17.778061+0000 mgr.smithi079.ijsnjl (mgr.14195) 190 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:09:19.216 INFO:teuthology.orchestra.run.smithi079.stdout:107374182419 2024-09-06T15:09:19.217 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8b38c33cecf4b0b7a9b3116eb9089e21e444ac73 shell --fsid d8ce0702-6c60-11ef-bce4-c7b262605968 -- ceph osd last-stat-seq osd.5 2024-09-06T15:09:19.241 INFO:teuthology.orchestra.run.smithi079.stdout:141733920785 2024-09-06T15:09:19.242 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8b38c33cecf4b0b7a9b3116eb9089e21e444ac73 shell --fsid d8ce0702-6c60-11ef-bce4-c7b262605968 -- ceph osd last-stat-seq osd.6 2024-09-06T15:09:20.883 INFO:teuthology.orchestra.run.smithi079.stdout:90194313237 2024-09-06T15:09:20.883 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8b38c33cecf4b0b7a9b3116eb9089e21e444ac73 shell --fsid d8ce0702-6c60-11ef-bce4-c7b262605968 -- ceph osd last-stat-seq osd.3 2024-09-06T15:09:20.899 INFO:teuthology.orchestra.run.smithi079.stdout:68719476756 2024-09-06T15:09:20.900 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8b38c33cecf4b0b7a9b3116eb9089e21e444ac73 shell --fsid d8ce0702-6c60-11ef-bce4-c7b262605968 -- ceph osd last-stat-seq osd.1 2024-09-06T15:09:20.988 INFO:teuthology.orchestra.run.smithi079.stdout:133143986195 2024-09-06T15:09:20.989 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8b38c33cecf4b0b7a9b3116eb9089e21e444ac73 shell --fsid d8ce0702-6c60-11ef-bce4-c7b262605968 -- ceph osd last-stat-seq osd.7 2024-09-06T15:09:21.034 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:09:20 smithi079 bash[19963]: cluster 2024-09-06T15:09:19.778673+0000 mgr.smithi079.ijsnjl (mgr.14195) 191 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:09:21.034 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:09:20 smithi079 bash[19963]: cluster 2024-09-06T15:09:19.778673+0000 mgr.smithi079.ijsnjl (mgr.14195) 191 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:09:21.064 INFO:teuthology.orchestra.run.smithi079.stdout:90194313236 2024-09-06T15:09:21.065 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8b38c33cecf4b0b7a9b3116eb9089e21e444ac73 shell --fsid d8ce0702-6c60-11ef-bce4-c7b262605968 -- ceph osd last-stat-seq osd.2 2024-09-06T15:09:21.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:09:20 smithi090 bash[25332]: cluster 2024-09-06T15:09:19.778673+0000 mgr.smithi079.ijsnjl (mgr.14195) 191 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:09:21.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:09:20 smithi090 bash[25332]: cluster 2024-09-06T15:09:19.778673+0000 mgr.smithi079.ijsnjl (mgr.14195) 191 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:09:23.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:09:22 smithi090 bash[25332]: cluster 2024-09-06T15:09:21.779354+0000 mgr.smithi079.ijsnjl (mgr.14195) 192 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:09:23.160 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:09:22 smithi090 bash[25332]: cluster 2024-09-06T15:09:21.779354+0000 mgr.smithi079.ijsnjl (mgr.14195) 192 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:09:23.284 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:09:22 smithi079 bash[19963]: cluster 2024-09-06T15:09:21.779354+0000 mgr.smithi079.ijsnjl (mgr.14195) 192 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:09:23.284 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:09:22 smithi079 bash[19963]: cluster 2024-09-06T15:09:21.779354+0000 mgr.smithi079.ijsnjl (mgr.14195) 192 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:09:23.463 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/mon.smithi079/config 2024-09-06T15:09:23.464 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/mon.smithi079/config 2024-09-06T15:09:23.465 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/mon.smithi079/config 2024-09-06T15:09:23.465 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/mon.smithi079/config 2024-09-06T15:09:25.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:09:24 smithi090 bash[25332]: cluster 2024-09-06T15:09:23.779984+0000 mgr.smithi079.ijsnjl (mgr.14195) 193 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:09:25.160 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:09:24 smithi090 bash[25332]: cluster 2024-09-06T15:09:23.779984+0000 mgr.smithi079.ijsnjl (mgr.14195) 193 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:09:25.284 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:09:24 smithi079 bash[19963]: cluster 2024-09-06T15:09:23.779984+0000 mgr.smithi079.ijsnjl (mgr.14195) 193 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:09:25.284 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:09:24 smithi079 bash[19963]: cluster 2024-09-06T15:09:23.779984+0000 mgr.smithi079.ijsnjl (mgr.14195) 193 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:09:25.518 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/mon.smithi079/config 2024-09-06T15:09:25.518 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/mon.smithi079/config 2024-09-06T15:09:25.519 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/mon.smithi079/config 2024-09-06T15:09:25.519 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/mon.smithi079/config 2024-09-06T15:09:25.643 INFO:teuthology.orchestra.run.smithi079.stdout:107374182420 2024-09-06T15:09:25.927 INFO:teuthology.orchestra.run.smithi079.stdout:115964117012 2024-09-06T15:09:25.938 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:09:25 smithi079 bash[19963]: audit 2024-09-06T15:09:25.646972+0000 mon.smithi079 (mon.0) 722 : audit [DBG] from='client.? 172.21.15.79:0/2418200352' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 5} : dispatch 2024-09-06T15:09:25.938 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:09:25 smithi079 bash[19963]: audit 2024-09-06T15:09:25.646972+0000 mon.smithi079 (mon.0) 722 : audit [DBG] from='client.? 172.21.15.79:0/2418200352' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 5} : dispatch 2024-09-06T15:09:26.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:09:25 smithi090 bash[25332]: audit 2024-09-06T15:09:25.646972+0000 mon.smithi079 (mon.0) 722 : audit [DBG] from='client.? 172.21.15.79:0/2418200352' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 5} : dispatch 2024-09-06T15:09:26.160 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:09:25 smithi090 bash[25332]: audit 2024-09-06T15:09:25.646972+0000 mon.smithi079 (mon.0) 722 : audit [DBG] from='client.? 172.21.15.79:0/2418200352' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 5} : dispatch 2024-09-06T15:09:26.720 INFO:teuthology.orchestra.run.smithi079.stdout:73014444056 2024-09-06T15:09:27.034 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:09:26 smithi079 bash[19963]: cluster 2024-09-06T15:09:25.780418+0000 mgr.smithi079.ijsnjl (mgr.14195) 194 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:09:27.034 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:09:26 smithi079 bash[19963]: cluster 2024-09-06T15:09:25.780418+0000 mgr.smithi079.ijsnjl (mgr.14195) 194 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:09:27.034 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:09:26 smithi079 bash[19963]: audit 2024-09-06T15:09:25.929983+0000 mon.smithi079 (mon.0) 723 : audit [DBG] from='client.? 172.21.15.79:0/3963556161' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 4} : dispatch 2024-09-06T15:09:27.034 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:09:26 smithi079 bash[19963]: audit 2024-09-06T15:09:25.929983+0000 mon.smithi079 (mon.0) 723 : audit [DBG] from='client.? 172.21.15.79:0/3963556161' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 4} : dispatch 2024-09-06T15:09:27.034 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:09:26 smithi079 bash[19963]: audit 2024-09-06T15:09:26.723040+0000 mon.smithi079 (mon.0) 724 : audit [DBG] from='client.? 172.21.15.79:0/2698808541' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2024-09-06T15:09:27.034 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:09:26 smithi079 bash[19963]: audit 2024-09-06T15:09:26.723040+0000 mon.smithi079 (mon.0) 724 : audit [DBG] from='client.? 172.21.15.79:0/2698808541' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2024-09-06T15:09:27.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:09:26 smithi090 bash[25332]: cluster 2024-09-06T15:09:25.780418+0000 mgr.smithi079.ijsnjl (mgr.14195) 194 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:09:27.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:09:26 smithi090 bash[25332]: cluster 2024-09-06T15:09:25.780418+0000 mgr.smithi079.ijsnjl (mgr.14195) 194 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:09:27.160 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:09:26 smithi090 bash[25332]: audit 2024-09-06T15:09:25.929983+0000 mon.smithi079 (mon.0) 723 : audit [DBG] from='client.? 172.21.15.79:0/3963556161' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 4} : dispatch 2024-09-06T15:09:27.160 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:09:26 smithi090 bash[25332]: audit 2024-09-06T15:09:25.929983+0000 mon.smithi079 (mon.0) 723 : audit [DBG] from='client.? 172.21.15.79:0/3963556161' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 4} : dispatch 2024-09-06T15:09:27.160 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:09:26 smithi090 bash[25332]: audit 2024-09-06T15:09:26.723040+0000 mon.smithi079 (mon.0) 724 : audit [DBG] from='client.? 172.21.15.79:0/2698808541' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2024-09-06T15:09:27.160 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:09:26 smithi090 bash[25332]: audit 2024-09-06T15:09:26.723040+0000 mon.smithi079 (mon.0) 724 : audit [DBG] from='client.? 172.21.15.79:0/2698808541' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2024-09-06T15:09:27.514 INFO:teuthology.orchestra.run.smithi079.stdout:141733920787 2024-09-06T15:09:28.068 INFO:tasks.cephadm.ceph_manager.ceph:need seq 107374182419 got 107374182420 for osd.5 2024-09-06T15:09:28.069 DEBUG:teuthology.parallel:result is None 2024-09-06T15:09:28.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:09:27 smithi090 bash[25332]: audit 2024-09-06T15:09:27.517386+0000 mon.smithi079 (mon.0) 725 : audit [DBG] from='client.? 172.21.15.79:0/3105279656' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 6} : dispatch 2024-09-06T15:09:28.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:09:27 smithi090 bash[25332]: audit 2024-09-06T15:09:27.517386+0000 mon.smithi079 (mon.0) 725 : audit [DBG] from='client.? 172.21.15.79:0/3105279656' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 6} : dispatch 2024-09-06T15:09:28.314 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:09:27 smithi079 bash[19963]: audit 2024-09-06T15:09:27.517386+0000 mon.smithi079 (mon.0) 725 : audit [DBG] from='client.? 172.21.15.79:0/3105279656' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 6} : dispatch 2024-09-06T15:09:28.314 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:09:27 smithi079 bash[19963]: audit 2024-09-06T15:09:27.517386+0000 mon.smithi079 (mon.0) 725 : audit [DBG] from='client.? 172.21.15.79:0/3105279656' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 6} : dispatch 2024-09-06T15:09:29.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:09:28 smithi090 bash[25332]: cluster 2024-09-06T15:09:27.780978+0000 mgr.smithi079.ijsnjl (mgr.14195) 195 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:09:29.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:09:28 smithi090 bash[25332]: cluster 2024-09-06T15:09:27.780978+0000 mgr.smithi079.ijsnjl (mgr.14195) 195 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:09:29.284 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:09:28 smithi079 bash[19963]: cluster 2024-09-06T15:09:27.780978+0000 mgr.smithi079.ijsnjl (mgr.14195) 195 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:09:29.284 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:09:28 smithi079 bash[19963]: cluster 2024-09-06T15:09:27.780978+0000 mgr.smithi079.ijsnjl (mgr.14195) 195 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:09:29.339 INFO:tasks.cephadm.ceph_manager.ceph:need seq 115964117010 got 115964117012 for osd.4 2024-09-06T15:09:29.340 DEBUG:teuthology.parallel:result is None 2024-09-06T15:09:29.427 INFO:tasks.cephadm.ceph_manager.ceph:need seq 73014444054 got 73014444056 for osd.0 2024-09-06T15:09:29.427 DEBUG:teuthology.parallel:result is None 2024-09-06T15:09:29.632 INFO:tasks.cephadm.ceph_manager.ceph:need seq 141733920785 got 141733920787 for osd.6 2024-09-06T15:09:29.632 DEBUG:teuthology.parallel:result is None 2024-09-06T15:09:30.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:09:29 smithi090 bash[25332]: cluster 2024-09-06T15:09:29.781648+0000 mgr.smithi079.ijsnjl (mgr.14195) 196 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:09:30.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:09:29 smithi090 bash[25332]: cluster 2024-09-06T15:09:29.781648+0000 mgr.smithi079.ijsnjl (mgr.14195) 196 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:09:30.238 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:09:29 smithi079 bash[19963]: cluster 2024-09-06T15:09:29.781648+0000 mgr.smithi079.ijsnjl (mgr.14195) 196 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:09:30.239 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:09:29 smithi079 bash[19963]: cluster 2024-09-06T15:09:29.781648+0000 mgr.smithi079.ijsnjl (mgr.14195) 196 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:09:30.315 INFO:teuthology.orchestra.run.smithi079.stdout:90194313238 2024-09-06T15:09:30.530 INFO:teuthology.orchestra.run.smithi079.stdout:133143986197 2024-09-06T15:09:30.666 INFO:teuthology.orchestra.run.smithi079.stdout:68719476759 2024-09-06T15:09:30.807 INFO:teuthology.orchestra.run.smithi079.stdout:90194313239 2024-09-06T15:09:31.160 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:09:30 smithi090 bash[25332]: audit 2024-09-06T15:09:30.318673+0000 mon.smithi079 (mon.0) 726 : audit [DBG] from='client.? 172.21.15.79:0/3670757934' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2024-09-06T15:09:31.160 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:09:30 smithi090 bash[25332]: audit 2024-09-06T15:09:30.318673+0000 mon.smithi079 (mon.0) 726 : audit [DBG] from='client.? 172.21.15.79:0/3670757934' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2024-09-06T15:09:31.160 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:09:30 smithi090 bash[25332]: audit 2024-09-06T15:09:30.533810+0000 mon.smithi079 (mon.0) 727 : audit [DBG] from='client.? 172.21.15.79:0/128788455' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 7} : dispatch 2024-09-06T15:09:31.160 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:09:30 smithi090 bash[25332]: audit 2024-09-06T15:09:30.533810+0000 mon.smithi079 (mon.0) 727 : audit [DBG] from='client.? 172.21.15.79:0/128788455' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 7} : dispatch 2024-09-06T15:09:31.160 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:09:30 smithi090 bash[25332]: audit 2024-09-06T15:09:30.669402+0000 mon.smithi079 (mon.0) 728 : audit [DBG] from='client.? 172.21.15.79:0/2941040069' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2024-09-06T15:09:31.160 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:09:30 smithi090 bash[25332]: audit 2024-09-06T15:09:30.669402+0000 mon.smithi079 (mon.0) 728 : audit [DBG] from='client.? 172.21.15.79:0/2941040069' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2024-09-06T15:09:31.160 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:09:30 smithi090 bash[25332]: audit 2024-09-06T15:09:30.810522+0000 mon.smithi079 (mon.0) 729 : audit [DBG] from='client.? 172.21.15.79:0/4003635229' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 3} : dispatch 2024-09-06T15:09:31.160 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:09:30 smithi090 bash[25332]: audit 2024-09-06T15:09:30.810522+0000 mon.smithi079 (mon.0) 729 : audit [DBG] from='client.? 172.21.15.79:0/4003635229' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 3} : dispatch 2024-09-06T15:09:31.284 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:09:30 smithi079 bash[19963]: audit 2024-09-06T15:09:30.318673+0000 mon.smithi079 (mon.0) 726 : audit [DBG] from='client.? 172.21.15.79:0/3670757934' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2024-09-06T15:09:31.285 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:09:30 smithi079 bash[19963]: audit 2024-09-06T15:09:30.318673+0000 mon.smithi079 (mon.0) 726 : audit [DBG] from='client.? 172.21.15.79:0/3670757934' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2024-09-06T15:09:31.285 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:09:30 smithi079 bash[19963]: audit 2024-09-06T15:09:30.533810+0000 mon.smithi079 (mon.0) 727 : audit [DBG] from='client.? 172.21.15.79:0/128788455' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 7} : dispatch 2024-09-06T15:09:31.285 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:09:30 smithi079 bash[19963]: audit 2024-09-06T15:09:30.533810+0000 mon.smithi079 (mon.0) 727 : audit [DBG] from='client.? 172.21.15.79:0/128788455' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 7} : dispatch 2024-09-06T15:09:31.285 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:09:30 smithi079 bash[19963]: audit 2024-09-06T15:09:30.669402+0000 mon.smithi079 (mon.0) 728 : audit [DBG] from='client.? 172.21.15.79:0/2941040069' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2024-09-06T15:09:31.285 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:09:30 smithi079 bash[19963]: audit 2024-09-06T15:09:30.669402+0000 mon.smithi079 (mon.0) 728 : audit [DBG] from='client.? 172.21.15.79:0/2941040069' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2024-09-06T15:09:31.285 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:09:30 smithi079 bash[19963]: audit 2024-09-06T15:09:30.810522+0000 mon.smithi079 (mon.0) 729 : audit [DBG] from='client.? 172.21.15.79:0/4003635229' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 3} : dispatch 2024-09-06T15:09:31.285 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:09:30 smithi079 bash[19963]: audit 2024-09-06T15:09:30.810522+0000 mon.smithi079 (mon.0) 729 : audit [DBG] from='client.? 172.21.15.79:0/4003635229' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 3} : dispatch 2024-09-06T15:09:32.002 INFO:tasks.cephadm.ceph_manager.ceph:need seq 90194313236 got 90194313238 for osd.2 2024-09-06T15:09:32.002 DEBUG:teuthology.parallel:result is None 2024-09-06T15:09:32.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:09:31 smithi090 bash[25332]: audit 2024-09-06T15:09:31.259377+0000 mon.smithi079 (mon.0) 730 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:09:32.160 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:09:31 smithi090 bash[25332]: audit 2024-09-06T15:09:31.259377+0000 mon.smithi079 (mon.0) 730 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:09:32.160 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:09:31 smithi090 bash[25332]: cluster 2024-09-06T15:09:31.782325+0000 mgr.smithi079.ijsnjl (mgr.14195) 197 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:09:32.160 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:09:31 smithi090 bash[25332]: cluster 2024-09-06T15:09:31.782325+0000 mgr.smithi079.ijsnjl (mgr.14195) 197 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:09:32.175 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:09:31 smithi079 bash[19963]: audit 2024-09-06T15:09:31.259377+0000 mon.smithi079 (mon.0) 730 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:09:32.175 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:09:31 smithi079 bash[19963]: audit 2024-09-06T15:09:31.259377+0000 mon.smithi079 (mon.0) 730 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:09:32.176 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:09:31 smithi079 bash[19963]: cluster 2024-09-06T15:09:31.782325+0000 mgr.smithi079.ijsnjl (mgr.14195) 197 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:09:32.176 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:09:31 smithi079 bash[19963]: cluster 2024-09-06T15:09:31.782325+0000 mgr.smithi079.ijsnjl (mgr.14195) 197 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:09:32.180 INFO:tasks.cephadm.ceph_manager.ceph:need seq 133143986195 got 133143986197 for osd.7 2024-09-06T15:09:32.181 DEBUG:teuthology.parallel:result is None 2024-09-06T15:09:32.548 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476756 got 68719476759 for osd.1 2024-09-06T15:09:32.549 DEBUG:teuthology.parallel:result is None 2024-09-06T15:09:32.817 INFO:tasks.cephadm.ceph_manager.ceph:need seq 90194313237 got 90194313239 for osd.3 2024-09-06T15:09:32.818 DEBUG:teuthology.parallel:result is None 2024-09-06T15:09:32.818 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-09-06T15:09:32.818 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8b38c33cecf4b0b7a9b3116eb9089e21e444ac73 shell --fsid d8ce0702-6c60-11ef-bce4-c7b262605968 -- ceph pg dump --format=json 2024-09-06T15:09:35.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:09:34 smithi090 bash[25332]: cluster 2024-09-06T15:09:33.782999+0000 mgr.smithi079.ijsnjl (mgr.14195) 198 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:09:35.160 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:09:34 smithi090 bash[25332]: cluster 2024-09-06T15:09:33.782999+0000 mgr.smithi079.ijsnjl (mgr.14195) 198 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:09:35.214 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:09:34 smithi079 bash[19963]: cluster 2024-09-06T15:09:33.782999+0000 mgr.smithi079.ijsnjl (mgr.14195) 198 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:09:35.252 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:09:34 smithi079 bash[19963]: cluster 2024-09-06T15:09:33.782999+0000 mgr.smithi079.ijsnjl (mgr.14195) 198 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:09:37.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:09:36 smithi090 bash[25332]: cluster 2024-09-06T15:09:35.783645+0000 mgr.smithi079.ijsnjl (mgr.14195) 199 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:09:37.160 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:09:36 smithi090 bash[25332]: cluster 2024-09-06T15:09:35.783645+0000 mgr.smithi079.ijsnjl (mgr.14195) 199 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:09:37.284 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:09:36 smithi079 bash[19963]: cluster 2024-09-06T15:09:35.783645+0000 mgr.smithi079.ijsnjl (mgr.14195) 199 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:09:37.284 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:09:36 smithi079 bash[19963]: cluster 2024-09-06T15:09:35.783645+0000 mgr.smithi079.ijsnjl (mgr.14195) 199 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:09:37.643 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/mon.smithi079/config 2024-09-06T15:09:38.967 INFO:teuthology.orchestra.run.smithi079.stderr:dumped all 2024-09-06T15:09:38.968 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-06T15:09:38.978 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:09:38 smithi079 bash[19963]: cluster 2024-09-06T15:09:37.784290+0000 mgr.smithi079.ijsnjl (mgr.14195) 200 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:09:38.979 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:09:38 smithi079 bash[19963]: cluster 2024-09-06T15:09:37.784290+0000 mgr.smithi079.ijsnjl (mgr.14195) 200 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:09:39.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:09:38 smithi090 bash[25332]: cluster 2024-09-06T15:09:37.784290+0000 mgr.smithi079.ijsnjl (mgr.14195) 200 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:09:39.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:09:38 smithi090 bash[25332]: cluster 2024-09-06T15:09:37.784290+0000 mgr.smithi079.ijsnjl (mgr.14195) 200 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:09:39.624 INFO:teuthology.orchestra.run.smithi079.stdout:{"pg_ready":true,"pg_map":{"version":159,"stamp":"2024-09-06T15:09:37.783955+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":126,"num_read_kb":109,"num_write":233,"num_write_kb":4760,"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":192,"ondisk_log_size":192,"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":229196,"kb_used_data":4620,"kb_used_omap":12,"kb_used_meta":224371,"kb_avail":749699252,"statfs":{"total":767926730752,"available":767692034048,"internally_reserved":0,"allocated":4730880,"data_stored":2930416,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":12751,"internal_metadata":229756465},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.003739"},"pg_stats":[{"pgid":"1.0","version":"27'192","reported_seq":257,"reported_epoch":37,"state":"active+clean","last_fresh":"2024-09-06T15:08:05.799799+0000","last_change":"2024-09-06T15:08:05.799015+0000","last_active":"2024-09-06T15:08:05.799799+0000","last_peered":"2024-09-06T15:08:05.799799+0000","last_clean":"2024-09-06T15:08:05.799799+0000","last_became_active":"2024-09-06T15:08:05.798036+0000","last_became_peered":"2024-09-06T15:08:05.798036+0000","last_unstale":"2024-09-06T15:08:05.799799+0000","last_undegraded":"2024-09-06T15:08:05.799799+0000","last_fullsized":"2024-09-06T15:08:05.799799+0000","mapping_epoch":36,"log_start":"0'0","ondisk_log_start":"0'0","created":23,"last_epoch_clean":37,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-06T15:07:52.418514+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-06T15:07:52.418514+0000","last_clean_scrub_stamp":"2024-09-06T15:07:52.418514+0000","objects_scrubbed":0,"log_size":192,"log_dups_size":0,"ondisk_log_size":192,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-07T20:19:35.955879+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":126,"num_read_kb":109,"num_write":233,"num_write_kb":4760,"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},"up":[6,5,2],"acting":[6,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"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":126,"num_read_kb":109,"num_write":233,"num_write_kb":4760,"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":2375680,"data_stored":2361472,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":192,"ondisk_log_size":192,"up":3,"acting":3,"num_store_stats":4}],"osd_stats":[{"osd":6,"up_from":33,"seq":141733920790,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":27976,"kb_used_data":940,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713080,"statfs":{"total":95990841344,"available":95962193920,"internally_reserved":0,"allocated":962560,"data_stored":735282,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":7,"up_from":31,"seq":133143986199,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27388,"kb_used_data":360,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713668,"statfs":{"total":95990841344,"available":95962796032,"internally_reserved":0,"allocated":368640,"data_stored":144914,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1590,"internal_metadata":27654602},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":4,"up_from":27,"seq":115964117015,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27388,"kb_used_data":360,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713668,"statfs":{"total":95990841344,"available":95962796032,"internally_reserved":0,"allocated":368640,"data_stored":144914,"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":5,"up_from":25,"seq":107374182423,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":27976,"kb_used_data":940,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713080,"statfs":{"total":95990841344,"available":95962193920,"internally_reserved":0,"allocated":962560,"data_stored":735282,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":3,"up_from":21,"seq":90194313241,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27388,"kb_used_data":360,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713668,"statfs":{"total":95990841344,"available":95962796032,"internally_reserved":0,"allocated":368640,"data_stored":144914,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":27654599},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":2,"up_from":21,"seq":90194313240,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":32132,"kb_used_data":940,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93708924,"statfs":{"total":95990841344,"available":95957938176,"internally_reserved":0,"allocated":962560,"data_stored":735282,"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":0,"up_from":17,"seq":73014444058,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":31556,"kb_used_data":360,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93709500,"statfs":{"total":95990841344,"available":95958528000,"internally_reserved":0,"allocated":368640,"data_stored":144914,"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":1,"up_from":16,"seq":68719476760,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27392,"kb_used_data":360,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713664,"statfs":{"total":95990841344,"available":95962791936,"internally_reserved":0,"allocated":368640,"data_stored":144914,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"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":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":5,"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":6,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-09-06T15:09:39.625 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8b38c33cecf4b0b7a9b3116eb9089e21e444ac73 shell --fsid d8ce0702-6c60-11ef-bce4-c7b262605968 -- ceph pg dump --format=json 2024-09-06T15:09:41.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:09:40 smithi090 bash[25332]: audit 2024-09-06T15:09:38.969904+0000 mgr.smithi079.ijsnjl (mgr.14195) 201 : audit [DBG] from='client.14482 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-06T15:09:41.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:09:40 smithi090 bash[25332]: audit 2024-09-06T15:09:38.969904+0000 mgr.smithi079.ijsnjl (mgr.14195) 201 : audit [DBG] from='client.14482 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-06T15:09:41.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:09:40 smithi090 bash[25332]: cluster 2024-09-06T15:09:39.784933+0000 mgr.smithi079.ijsnjl (mgr.14195) 202 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:09:41.160 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:09:40 smithi090 bash[25332]: cluster 2024-09-06T15:09:39.784933+0000 mgr.smithi079.ijsnjl (mgr.14195) 202 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:09:41.284 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:09:40 smithi079 bash[19963]: audit 2024-09-06T15:09:38.969904+0000 mgr.smithi079.ijsnjl (mgr.14195) 201 : audit [DBG] from='client.14482 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-06T15:09:41.284 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:09:40 smithi079 bash[19963]: audit 2024-09-06T15:09:38.969904+0000 mgr.smithi079.ijsnjl (mgr.14195) 201 : audit [DBG] from='client.14482 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-06T15:09:41.284 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:09:40 smithi079 bash[19963]: cluster 2024-09-06T15:09:39.784933+0000 mgr.smithi079.ijsnjl (mgr.14195) 202 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:09:41.284 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:09:40 smithi079 bash[19963]: cluster 2024-09-06T15:09:39.784933+0000 mgr.smithi079.ijsnjl (mgr.14195) 202 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:09:43.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:09:42 smithi090 bash[25332]: cluster 2024-09-06T15:09:41.785533+0000 mgr.smithi079.ijsnjl (mgr.14195) 203 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:09:43.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:09:42 smithi090 bash[25332]: cluster 2024-09-06T15:09:41.785533+0000 mgr.smithi079.ijsnjl (mgr.14195) 203 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:09:43.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:09:42 smithi079 bash[19963]: cluster 2024-09-06T15:09:41.785533+0000 mgr.smithi079.ijsnjl (mgr.14195) 203 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:09:43.284 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:09:42 smithi079 bash[19963]: cluster 2024-09-06T15:09:41.785533+0000 mgr.smithi079.ijsnjl (mgr.14195) 203 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:09:44.441 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/mon.smithi079/config 2024-09-06T15:09:45.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:09:44 smithi090 bash[25332]: cluster 2024-09-06T15:09:43.786311+0000 mgr.smithi079.ijsnjl (mgr.14195) 204 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:09:45.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:09:44 smithi090 bash[25332]: cluster 2024-09-06T15:09:43.786311+0000 mgr.smithi079.ijsnjl (mgr.14195) 204 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:09:45.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:09:44 smithi079 bash[19963]: cluster 2024-09-06T15:09:43.786311+0000 mgr.smithi079.ijsnjl (mgr.14195) 204 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:09:45.284 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:09:44 smithi079 bash[19963]: cluster 2024-09-06T15:09:43.786311+0000 mgr.smithi079.ijsnjl (mgr.14195) 204 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:09:46.026 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-06T15:09:46.026 INFO:teuthology.orchestra.run.smithi079.stderr:dumped all 2024-09-06T15:09:46.701 INFO:teuthology.orchestra.run.smithi079.stdout:{"pg_ready":true,"pg_map":{"version":163,"stamp":"2024-09-06T15:09:45.786592+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":126,"num_read_kb":109,"num_write":233,"num_write_kb":4760,"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":192,"ondisk_log_size":192,"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":229196,"kb_used_data":4620,"kb_used_omap":12,"kb_used_meta":224371,"kb_avail":749699252,"statfs":{"total":767926730752,"available":767692034048,"internally_reserved":0,"allocated":4730880,"data_stored":2930416,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":12751,"internal_metadata":229756465},"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.003932"},"pg_stats":[{"pgid":"1.0","version":"27'192","reported_seq":257,"reported_epoch":37,"state":"active+clean","last_fresh":"2024-09-06T15:08:05.799799+0000","last_change":"2024-09-06T15:08:05.799015+0000","last_active":"2024-09-06T15:08:05.799799+0000","last_peered":"2024-09-06T15:08:05.799799+0000","last_clean":"2024-09-06T15:08:05.799799+0000","last_became_active":"2024-09-06T15:08:05.798036+0000","last_became_peered":"2024-09-06T15:08:05.798036+0000","last_unstale":"2024-09-06T15:08:05.799799+0000","last_undegraded":"2024-09-06T15:08:05.799799+0000","last_fullsized":"2024-09-06T15:08:05.799799+0000","mapping_epoch":36,"log_start":"0'0","ondisk_log_start":"0'0","created":23,"last_epoch_clean":37,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-06T15:07:52.418514+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-06T15:07:52.418514+0000","last_clean_scrub_stamp":"2024-09-06T15:07:52.418514+0000","objects_scrubbed":0,"log_size":192,"log_dups_size":0,"ondisk_log_size":192,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-07T20:19:35.955879+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":126,"num_read_kb":109,"num_write":233,"num_write_kb":4760,"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},"up":[6,5,2],"acting":[6,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"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":126,"num_read_kb":109,"num_write":233,"num_write_kb":4760,"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":2375680,"data_stored":2361472,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":192,"ondisk_log_size":192,"up":3,"acting":3,"num_store_stats":4}],"osd_stats":[{"osd":6,"up_from":33,"seq":141733920791,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":27976,"kb_used_data":940,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713080,"statfs":{"total":95990841344,"available":95962193920,"internally_reserved":0,"allocated":962560,"data_stored":735282,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":7,"up_from":31,"seq":133143986200,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27388,"kb_used_data":360,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713668,"statfs":{"total":95990841344,"available":95962796032,"internally_reserved":0,"allocated":368640,"data_stored":144914,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1590,"internal_metadata":27654602},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":4,"up_from":27,"seq":115964117016,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27388,"kb_used_data":360,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713668,"statfs":{"total":95990841344,"available":95962796032,"internally_reserved":0,"allocated":368640,"data_stored":144914,"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":5,"up_from":25,"seq":107374182425,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":27976,"kb_used_data":940,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713080,"statfs":{"total":95990841344,"available":95962193920,"internally_reserved":0,"allocated":962560,"data_stored":735282,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":3,"up_from":21,"seq":90194313242,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27388,"kb_used_data":360,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713668,"statfs":{"total":95990841344,"available":95962796032,"internally_reserved":0,"allocated":368640,"data_stored":144914,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":27654599},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":2,"up_from":21,"seq":90194313241,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":32132,"kb_used_data":940,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93708924,"statfs":{"total":95990841344,"available":95957938176,"internally_reserved":0,"allocated":962560,"data_stored":735282,"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":0,"up_from":17,"seq":73014444060,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":31556,"kb_used_data":360,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93709500,"statfs":{"total":95990841344,"available":95958528000,"internally_reserved":0,"allocated":368640,"data_stored":144914,"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":1,"up_from":16,"seq":68719476762,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27392,"kb_used_data":360,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713664,"statfs":{"total":95990841344,"available":95962791936,"internally_reserved":0,"allocated":368640,"data_stored":144914,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"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":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":5,"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":6,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-09-06T15:09:46.701 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-09-06T15:09:46.701 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-09-06T15:09:46.702 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-09-06T15:09:46.702 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8b38c33cecf4b0b7a9b3116eb9089e21e444ac73 shell --fsid d8ce0702-6c60-11ef-bce4-c7b262605968 -- ceph health --format=json 2024-09-06T15:09:47.033 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:09:46 smithi079 bash[19963]: cluster 2024-09-06T15:09:45.786769+0000 mgr.smithi079.ijsnjl (mgr.14195) 205 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:09:47.034 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:09:46 smithi079 bash[19963]: cluster 2024-09-06T15:09:45.786769+0000 mgr.smithi079.ijsnjl (mgr.14195) 205 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:09:47.034 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:09:46 smithi079 bash[19963]: audit 2024-09-06T15:09:46.259719+0000 mon.smithi079 (mon.0) 731 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:09:47.034 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:09:46 smithi079 bash[19963]: audit 2024-09-06T15:09:46.259719+0000 mon.smithi079 (mon.0) 731 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:09:47.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:09:46 smithi090 bash[25332]: cluster 2024-09-06T15:09:45.786769+0000 mgr.smithi079.ijsnjl (mgr.14195) 205 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:09:47.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:09:46 smithi090 bash[25332]: cluster 2024-09-06T15:09:45.786769+0000 mgr.smithi079.ijsnjl (mgr.14195) 205 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:09:47.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:09:46 smithi090 bash[25332]: audit 2024-09-06T15:09:46.259719+0000 mon.smithi079 (mon.0) 731 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:09:47.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:09:46 smithi090 bash[25332]: audit 2024-09-06T15:09:46.259719+0000 mon.smithi079 (mon.0) 731 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:09:48.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:09:47 smithi090 bash[25332]: audit 2024-09-06T15:09:46.028487+0000 mgr.smithi079.ijsnjl (mgr.14195) 206 : audit [DBG] from='client.14486 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-06T15:09:48.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:09:47 smithi090 bash[25332]: audit 2024-09-06T15:09:46.028487+0000 mgr.smithi079.ijsnjl (mgr.14195) 206 : audit [DBG] from='client.14486 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-06T15:09:48.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:09:47 smithi079 bash[19963]: audit 2024-09-06T15:09:46.028487+0000 mgr.smithi079.ijsnjl (mgr.14195) 206 : audit [DBG] from='client.14486 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-06T15:09:48.284 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:09:47 smithi079 bash[19963]: audit 2024-09-06T15:09:46.028487+0000 mgr.smithi079.ijsnjl (mgr.14195) 206 : audit [DBG] from='client.14486 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-06T15:09:49.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:09:48 smithi090 bash[25332]: cluster 2024-09-06T15:09:47.787505+0000 mgr.smithi079.ijsnjl (mgr.14195) 207 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:09:49.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:09:48 smithi090 bash[25332]: cluster 2024-09-06T15:09:47.787505+0000 mgr.smithi079.ijsnjl (mgr.14195) 207 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:09:49.284 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:09:48 smithi079 bash[19963]: cluster 2024-09-06T15:09:47.787505+0000 mgr.smithi079.ijsnjl (mgr.14195) 207 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:09:49.285 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:09:48 smithi079 bash[19963]: cluster 2024-09-06T15:09:47.787505+0000 mgr.smithi079.ijsnjl (mgr.14195) 207 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:09:50.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:09:49 smithi079 bash[19963]: cluster 2024-09-06T15:09:49.788192+0000 mgr.smithi079.ijsnjl (mgr.14195) 208 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:09:50.284 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:09:49 smithi079 bash[19963]: cluster 2024-09-06T15:09:49.788192+0000 mgr.smithi079.ijsnjl (mgr.14195) 208 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:09:50.409 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:09:49 smithi090 bash[25332]: cluster 2024-09-06T15:09:49.788192+0000 mgr.smithi079.ijsnjl (mgr.14195) 208 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:09:50.409 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:09:49 smithi090 bash[25332]: cluster 2024-09-06T15:09:49.788192+0000 mgr.smithi079.ijsnjl (mgr.14195) 208 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:09:51.525 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/mon.smithi079/config 2024-09-06T15:09:52.919 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-06T15:09:52.919 INFO:teuthology.orchestra.run.smithi079.stdout:{"status":"HEALTH_WARN","checks":{"MGR_MODULE_DEPENDENCY":{"severity":"HEALTH_WARN","summary":{"message":"Module 'volumes' has failed dependency: No module named 'ceph.fs'","count":1},"muted":false},"RECENT_MGR_MODULE_CRASH":{"severity":"HEALTH_WARN","summary":{"message":"4 mgr modules have recently crashed","count":4},"muted":false}},"mutes":[]} 2024-09-06T15:09:53.151 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:09:52 smithi079 bash[19963]: cluster 2024-09-06T15:09:51.788870+0000 mgr.smithi079.ijsnjl (mgr.14195) 209 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:09:53.151 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:09:52 smithi079 bash[19963]: cluster 2024-09-06T15:09:51.788870+0000 mgr.smithi079.ijsnjl (mgr.14195) 209 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:09:53.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:09:52 smithi090 bash[25332]: cluster 2024-09-06T15:09:51.788870+0000 mgr.smithi079.ijsnjl (mgr.14195) 209 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:09:53.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:09:52 smithi090 bash[25332]: cluster 2024-09-06T15:09:51.788870+0000 mgr.smithi079.ijsnjl (mgr.14195) 209 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:09:54.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:09:53 smithi090 bash[25332]: audit 2024-09-06T15:09:52.922828+0000 mon.smithi079 (mon.0) 732 : audit [DBG] from='client.? 172.21.15.79:0/4199837492' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-06T15:09:54.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:09:53 smithi090 bash[25332]: audit 2024-09-06T15:09:52.922828+0000 mon.smithi079 (mon.0) 732 : audit [DBG] from='client.? 172.21.15.79:0/4199837492' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-06T15:09:54.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:09:53 smithi090 bash[25332]: audit 2024-09-06T15:09:53.360501+0000 mon.smithi079 (mon.0) 733 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-06T15:09:54.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:09:53 smithi090 bash[25332]: audit 2024-09-06T15:09:53.360501+0000 mon.smithi079 (mon.0) 733 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-06T15:09:54.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:09:53 smithi079 bash[19963]: audit 2024-09-06T15:09:52.922828+0000 mon.smithi079 (mon.0) 732 : audit [DBG] from='client.? 172.21.15.79:0/4199837492' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-06T15:09:54.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:09:53 smithi079 bash[19963]: audit 2024-09-06T15:09:52.922828+0000 mon.smithi079 (mon.0) 732 : audit [DBG] from='client.? 172.21.15.79:0/4199837492' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-06T15:09:54.284 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:09:53 smithi079 bash[19963]: audit 2024-09-06T15:09:53.360501+0000 mon.smithi079 (mon.0) 733 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-06T15:09:54.284 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:09:53 smithi079 bash[19963]: audit 2024-09-06T15:09:53.360501+0000 mon.smithi079 (mon.0) 733 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-06T15:09:55.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:09:54 smithi090 bash[25332]: cluster 2024-09-06T15:09:53.789500+0000 mgr.smithi079.ijsnjl (mgr.14195) 210 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:09:55.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:09:54 smithi090 bash[25332]: cluster 2024-09-06T15:09:53.789500+0000 mgr.smithi079.ijsnjl (mgr.14195) 210 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:09:55.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:09:54 smithi079 bash[19963]: cluster 2024-09-06T15:09:53.789500+0000 mgr.smithi079.ijsnjl (mgr.14195) 210 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:09:55.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:09:54 smithi079 bash[19963]: cluster 2024-09-06T15:09:53.789500+0000 mgr.smithi079.ijsnjl (mgr.14195) 210 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:09:56.597 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8b38c33cecf4b0b7a9b3116eb9089e21e444ac73 shell --fsid d8ce0702-6c60-11ef-bce4-c7b262605968 -- ceph health --format=json 2024-09-06T15:09:57.033 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:09:56 smithi079 bash[19963]: cluster 2024-09-06T15:09:55.790091+0000 mgr.smithi079.ijsnjl (mgr.14195) 211 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:09:57.034 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:09:56 smithi079 bash[19963]: cluster 2024-09-06T15:09:55.790091+0000 mgr.smithi079.ijsnjl (mgr.14195) 211 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:09:57.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:09:56 smithi090 bash[25332]: cluster 2024-09-06T15:09:55.790091+0000 mgr.smithi079.ijsnjl (mgr.14195) 211 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:09:57.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:09:56 smithi090 bash[25332]: cluster 2024-09-06T15:09:55.790091+0000 mgr.smithi079.ijsnjl (mgr.14195) 211 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:09:59.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:09:58 smithi090 bash[25332]: cluster 2024-09-06T15:09:57.790706+0000 mgr.smithi079.ijsnjl (mgr.14195) 212 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:09:59.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:09:58 smithi090 bash[25332]: cluster 2024-09-06T15:09:57.790706+0000 mgr.smithi079.ijsnjl (mgr.14195) 212 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:09:59.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:09:58 smithi079 bash[19963]: cluster 2024-09-06T15:09:57.790706+0000 mgr.smithi079.ijsnjl (mgr.14195) 212 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:09:59.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:09:58 smithi079 bash[19963]: cluster 2024-09-06T15:09:57.790706+0000 mgr.smithi079.ijsnjl (mgr.14195) 212 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:10:00.284 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:09:59 smithi079 bash[19963]: audit 2024-09-06T15:09:58.962456+0000 mon.smithi079 (mon.0) 734 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:10:00.284 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:09:59 smithi079 bash[19963]: audit 2024-09-06T15:09:58.962456+0000 mon.smithi079 (mon.0) 734 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:10:00.284 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:09:59 smithi079 bash[19963]: audit 2024-09-06T15:09:58.967149+0000 mon.smithi079 (mon.0) 735 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:10:00.284 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:09:59 smithi079 bash[19963]: audit 2024-09-06T15:09:58.967149+0000 mon.smithi079 (mon.0) 735 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:10:00.284 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:09:59 smithi079 bash[19963]: audit 2024-09-06T15:09:59.355357+0000 mon.smithi079 (mon.0) 736 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:10:00.284 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:09:59 smithi079 bash[19963]: audit 2024-09-06T15:09:59.355357+0000 mon.smithi079 (mon.0) 736 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:10:00.284 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:09:59 smithi079 bash[19963]: audit 2024-09-06T15:09:59.360188+0000 mon.smithi079 (mon.0) 737 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:10:00.285 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:09:59 smithi079 bash[19963]: audit 2024-09-06T15:09:59.360188+0000 mon.smithi079 (mon.0) 737 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:10:00.285 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:09:59 smithi079 bash[19963]: cluster 2024-09-06T15:09:59.791167+0000 mgr.smithi079.ijsnjl (mgr.14195) 213 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:10:00.285 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:09:59 smithi079 bash[19963]: cluster 2024-09-06T15:09:59.791167+0000 mgr.smithi079.ijsnjl (mgr.14195) 213 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:10:00.285 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:09:59 smithi079 bash[19963]: audit 2024-09-06T15:09:59.941216+0000 mon.smithi079 (mon.0) 738 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:10:00.285 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:09:59 smithi079 bash[19963]: audit 2024-09-06T15:09:59.941216+0000 mon.smithi079 (mon.0) 738 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:10:00.285 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:09:59 smithi079 bash[19963]: audit 2024-09-06T15:09:59.942143+0000 mon.smithi079 (mon.0) 739 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-06T15:10:00.285 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:09:59 smithi079 bash[19963]: audit 2024-09-06T15:09:59.942143+0000 mon.smithi079 (mon.0) 739 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-06T15:10:00.285 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:09:59 smithi079 bash[19963]: audit 2024-09-06T15:09:59.949640+0000 mon.smithi079 (mon.0) 740 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:10:00.285 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:09:59 smithi079 bash[19963]: audit 2024-09-06T15:09:59.949640+0000 mon.smithi079 (mon.0) 740 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:10:00.285 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:09:59 smithi079 bash[19963]: audit 2024-09-06T15:09:59.952637+0000 mon.smithi079 (mon.0) 741 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-06T15:10:00.285 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:09:59 smithi079 bash[19963]: audit 2024-09-06T15:09:59.952637+0000 mon.smithi079 (mon.0) 741 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-06T15:10:00.410 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:09:59 smithi090 bash[25332]: audit 2024-09-06T15:09:58.962456+0000 mon.smithi079 (mon.0) 734 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:10:00.410 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:09:59 smithi090 bash[25332]: audit 2024-09-06T15:09:58.962456+0000 mon.smithi079 (mon.0) 734 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:10:00.410 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:09:59 smithi090 bash[25332]: audit 2024-09-06T15:09:58.967149+0000 mon.smithi079 (mon.0) 735 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:10:00.410 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:09:59 smithi090 bash[25332]: audit 2024-09-06T15:09:58.967149+0000 mon.smithi079 (mon.0) 735 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:10:00.411 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:09:59 smithi090 bash[25332]: audit 2024-09-06T15:09:59.355357+0000 mon.smithi079 (mon.0) 736 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:10:00.411 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:09:59 smithi090 bash[25332]: audit 2024-09-06T15:09:59.355357+0000 mon.smithi079 (mon.0) 736 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:10:00.411 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:09:59 smithi090 bash[25332]: audit 2024-09-06T15:09:59.360188+0000 mon.smithi079 (mon.0) 737 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:10:00.411 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:09:59 smithi090 bash[25332]: audit 2024-09-06T15:09:59.360188+0000 mon.smithi079 (mon.0) 737 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:10:00.411 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:09:59 smithi090 bash[25332]: cluster 2024-09-06T15:09:59.791167+0000 mgr.smithi079.ijsnjl (mgr.14195) 213 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:10:00.411 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:09:59 smithi090 bash[25332]: cluster 2024-09-06T15:09:59.791167+0000 mgr.smithi079.ijsnjl (mgr.14195) 213 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:10:00.412 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:09:59 smithi090 bash[25332]: audit 2024-09-06T15:09:59.941216+0000 mon.smithi079 (mon.0) 738 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:10:00.412 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:09:59 smithi090 bash[25332]: audit 2024-09-06T15:09:59.941216+0000 mon.smithi079 (mon.0) 738 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:10:00.412 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:09:59 smithi090 bash[25332]: audit 2024-09-06T15:09:59.942143+0000 mon.smithi079 (mon.0) 739 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-06T15:10:00.412 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:09:59 smithi090 bash[25332]: audit 2024-09-06T15:09:59.942143+0000 mon.smithi079 (mon.0) 739 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-06T15:10:00.412 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:09:59 smithi090 bash[25332]: audit 2024-09-06T15:09:59.949640+0000 mon.smithi079 (mon.0) 740 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:10:00.413 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:09:59 smithi090 bash[25332]: audit 2024-09-06T15:09:59.949640+0000 mon.smithi079 (mon.0) 740 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:10:00.413 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:09:59 smithi090 bash[25332]: audit 2024-09-06T15:09:59.952637+0000 mon.smithi079 (mon.0) 741 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-06T15:10:00.413 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:09:59 smithi090 bash[25332]: audit 2024-09-06T15:09:59.952637+0000 mon.smithi079 (mon.0) 741 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-06T15:10:00.539 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/mon.smithi079/config 2024-09-06T15:10:01.284 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:10:00 smithi079 bash[19963]: cluster 2024-09-06T15:10:00.000189+0000 mon.smithi079 (mon.0) 742 : cluster [WRN] Health detail: HEALTH_WARN Module 'volumes' has failed dependency: No module named 'ceph.fs'; 4 mgr modules have recently crashed 2024-09-06T15:10:01.284 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:10:00 smithi079 bash[19963]: cluster 2024-09-06T15:10:00.000189+0000 mon.smithi079 (mon.0) 742 : cluster [WRN] Health detail: HEALTH_WARN Module 'volumes' has failed dependency: No module named 'ceph.fs'; 4 mgr modules have recently crashed 2024-09-06T15:10:01.284 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:10:00 smithi079 bash[19963]: cluster 2024-09-06T15:10:00.000244+0000 mon.smithi079 (mon.0) 743 : cluster [WRN] [WRN] MGR_MODULE_DEPENDENCY: Module 'volumes' has failed dependency: No module named 'ceph.fs' 2024-09-06T15:10:01.284 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:10:00 smithi079 bash[19963]: cluster 2024-09-06T15:10:00.000244+0000 mon.smithi079 (mon.0) 743 : cluster [WRN] [WRN] MGR_MODULE_DEPENDENCY: Module 'volumes' has failed dependency: No module named 'ceph.fs' 2024-09-06T15:10:01.284 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:10:00 smithi079 bash[19963]: cluster 2024-09-06T15:10:00.000287+0000 mon.smithi079 (mon.0) 744 : cluster [WRN] Module 'volumes' has failed dependency: No module named 'ceph.fs' 2024-09-06T15:10:01.284 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:10:00 smithi079 bash[19963]: cluster 2024-09-06T15:10:00.000287+0000 mon.smithi079 (mon.0) 744 : cluster [WRN] Module 'volumes' has failed dependency: No module named 'ceph.fs' 2024-09-06T15:10:01.284 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:10:00 smithi079 bash[19963]: cluster 2024-09-06T15:10:00.000335+0000 mon.smithi079 (mon.0) 745 : cluster [WRN] [WRN] RECENT_MGR_MODULE_CRASH: 4 mgr modules have recently crashed 2024-09-06T15:10:01.284 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:10:00 smithi079 bash[19963]: cluster 2024-09-06T15:10:00.000335+0000 mon.smithi079 (mon.0) 745 : cluster [WRN] [WRN] RECENT_MGR_MODULE_CRASH: 4 mgr modules have recently crashed 2024-09-06T15:10:01.285 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:10:00 smithi079 bash[19963]: cluster 2024-09-06T15:10:00.000360+0000 mon.smithi079 (mon.0) 746 : cluster [WRN] mgr module volumes crashed in daemon mgr.smithi090.kgwrey on host smithi090 at 2024-09-06T15:05:50.666229Z 2024-09-06T15:10:01.285 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:10:00 smithi079 bash[19963]: cluster 2024-09-06T15:10:00.000360+0000 mon.smithi079 (mon.0) 746 : cluster [WRN] mgr module volumes crashed in daemon mgr.smithi090.kgwrey on host smithi090 at 2024-09-06T15:05:50.666229Z 2024-09-06T15:10:01.285 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:10:00 smithi079 bash[19963]: cluster 2024-09-06T15:10:00.000380+0000 mon.smithi079 (mon.0) 747 : cluster [WRN] mgr module volumes crashed in daemon mgr.smithi079.ijsnjl on host smithi079 at 2024-09-06T15:02:53.716942Z 2024-09-06T15:10:01.285 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:10:00 smithi079 bash[19963]: cluster 2024-09-06T15:10:00.000380+0000 mon.smithi079 (mon.0) 747 : cluster [WRN] mgr module volumes crashed in daemon mgr.smithi079.ijsnjl on host smithi079 at 2024-09-06T15:02:53.716942Z 2024-09-06T15:10:01.285 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:10:00 smithi079 bash[19963]: cluster 2024-09-06T15:10:00.000400+0000 mon.smithi079 (mon.0) 748 : cluster [WRN] mgr module volumes crashed in daemon mgr.smithi079.ijsnjl on host smithi079 at 2024-09-06T15:03:05.504244Z 2024-09-06T15:10:01.285 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:10:00 smithi079 bash[19963]: cluster 2024-09-06T15:10:00.000400+0000 mon.smithi079 (mon.0) 748 : cluster [WRN] mgr module volumes crashed in daemon mgr.smithi079.ijsnjl on host smithi079 at 2024-09-06T15:03:05.504244Z 2024-09-06T15:10:01.285 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:10:00 smithi079 bash[19963]: cluster 2024-09-06T15:10:00.000420+0000 mon.smithi079 (mon.0) 749 : cluster [WRN] mgr module volumes crashed in daemon mgr.smithi079.ijsnjl on host smithi079 at 2024-09-06T15:03:49.369706Z 2024-09-06T15:10:01.285 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:10:00 smithi079 bash[19963]: cluster 2024-09-06T15:10:00.000420+0000 mon.smithi079 (mon.0) 749 : cluster [WRN] mgr module volumes crashed in daemon mgr.smithi079.ijsnjl on host smithi079 at 2024-09-06T15:03:49.369706Z 2024-09-06T15:10:01.410 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:10:00 smithi090 bash[25332]: cluster 2024-09-06T15:10:00.000189+0000 mon.smithi079 (mon.0) 742 : cluster [WRN] Health detail: HEALTH_WARN Module 'volumes' has failed dependency: No module named 'ceph.fs'; 4 mgr modules have recently crashed 2024-09-06T15:10:01.410 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:10:00 smithi090 bash[25332]: cluster 2024-09-06T15:10:00.000189+0000 mon.smithi079 (mon.0) 742 : cluster [WRN] Health detail: HEALTH_WARN Module 'volumes' has failed dependency: No module named 'ceph.fs'; 4 mgr modules have recently crashed 2024-09-06T15:10:01.410 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:10:00 smithi090 bash[25332]: cluster 2024-09-06T15:10:00.000244+0000 mon.smithi079 (mon.0) 743 : cluster [WRN] [WRN] MGR_MODULE_DEPENDENCY: Module 'volumes' has failed dependency: No module named 'ceph.fs' 2024-09-06T15:10:01.410 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:10:00 smithi090 bash[25332]: cluster 2024-09-06T15:10:00.000244+0000 mon.smithi079 (mon.0) 743 : cluster [WRN] [WRN] MGR_MODULE_DEPENDENCY: Module 'volumes' has failed dependency: No module named 'ceph.fs' 2024-09-06T15:10:01.410 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:10:00 smithi090 bash[25332]: cluster 2024-09-06T15:10:00.000287+0000 mon.smithi079 (mon.0) 744 : cluster [WRN] Module 'volumes' has failed dependency: No module named 'ceph.fs' 2024-09-06T15:10:01.410 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:10:00 smithi090 bash[25332]: cluster 2024-09-06T15:10:00.000287+0000 mon.smithi079 (mon.0) 744 : cluster [WRN] Module 'volumes' has failed dependency: No module named 'ceph.fs' 2024-09-06T15:10:01.410 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:10:00 smithi090 bash[25332]: cluster 2024-09-06T15:10:00.000335+0000 mon.smithi079 (mon.0) 745 : cluster [WRN] [WRN] RECENT_MGR_MODULE_CRASH: 4 mgr modules have recently crashed 2024-09-06T15:10:01.410 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:10:00 smithi090 bash[25332]: cluster 2024-09-06T15:10:00.000335+0000 mon.smithi079 (mon.0) 745 : cluster [WRN] [WRN] RECENT_MGR_MODULE_CRASH: 4 mgr modules have recently crashed 2024-09-06T15:10:01.410 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:10:00 smithi090 bash[25332]: cluster 2024-09-06T15:10:00.000360+0000 mon.smithi079 (mon.0) 746 : cluster [WRN] mgr module volumes crashed in daemon mgr.smithi090.kgwrey on host smithi090 at 2024-09-06T15:05:50.666229Z 2024-09-06T15:10:01.410 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:10:00 smithi090 bash[25332]: cluster 2024-09-06T15:10:00.000360+0000 mon.smithi079 (mon.0) 746 : cluster [WRN] mgr module volumes crashed in daemon mgr.smithi090.kgwrey on host smithi090 at 2024-09-06T15:05:50.666229Z 2024-09-06T15:10:01.410 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:10:00 smithi090 bash[25332]: cluster 2024-09-06T15:10:00.000380+0000 mon.smithi079 (mon.0) 747 : cluster [WRN] mgr module volumes crashed in daemon mgr.smithi079.ijsnjl on host smithi079 at 2024-09-06T15:02:53.716942Z 2024-09-06T15:10:01.411 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:10:00 smithi090 bash[25332]: cluster 2024-09-06T15:10:00.000380+0000 mon.smithi079 (mon.0) 747 : cluster [WRN] mgr module volumes crashed in daemon mgr.smithi079.ijsnjl on host smithi079 at 2024-09-06T15:02:53.716942Z 2024-09-06T15:10:01.411 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:10:00 smithi090 bash[25332]: cluster 2024-09-06T15:10:00.000400+0000 mon.smithi079 (mon.0) 748 : cluster [WRN] mgr module volumes crashed in daemon mgr.smithi079.ijsnjl on host smithi079 at 2024-09-06T15:03:05.504244Z 2024-09-06T15:10:01.411 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:10:00 smithi090 bash[25332]: cluster 2024-09-06T15:10:00.000400+0000 mon.smithi079 (mon.0) 748 : cluster [WRN] mgr module volumes crashed in daemon mgr.smithi079.ijsnjl on host smithi079 at 2024-09-06T15:03:05.504244Z 2024-09-06T15:10:01.411 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:10:00 smithi090 bash[25332]: cluster 2024-09-06T15:10:00.000420+0000 mon.smithi079 (mon.0) 749 : cluster [WRN] mgr module volumes crashed in daemon mgr.smithi079.ijsnjl on host smithi079 at 2024-09-06T15:03:49.369706Z 2024-09-06T15:10:01.411 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:10:00 smithi090 bash[25332]: cluster 2024-09-06T15:10:00.000420+0000 mon.smithi079 (mon.0) 749 : cluster [WRN] mgr module volumes crashed in daemon mgr.smithi079.ijsnjl on host smithi079 at 2024-09-06T15:03:49.369706Z 2024-09-06T15:10:02.033 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:10:01 smithi079 bash[19963]: audit 2024-09-06T15:10:01.260059+0000 mon.smithi079 (mon.0) 750 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:10:02.033 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:10:01 smithi079 bash[19963]: audit 2024-09-06T15:10:01.260059+0000 mon.smithi079 (mon.0) 750 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:10:02.033 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:10:01 smithi079 bash[19963]: cluster 2024-09-06T15:10:01.791592+0000 mgr.smithi079.ijsnjl (mgr.14195) 214 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:10:02.033 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:10:01 smithi079 bash[19963]: cluster 2024-09-06T15:10:01.791592+0000 mgr.smithi079.ijsnjl (mgr.14195) 214 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:10:02.149 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-06T15:10:02.149 INFO:teuthology.orchestra.run.smithi079.stdout:{"status":"HEALTH_WARN","checks":{"MGR_MODULE_DEPENDENCY":{"severity":"HEALTH_WARN","summary":{"message":"Module 'volumes' has failed dependency: No module named 'ceph.fs'","count":1},"muted":false},"RECENT_MGR_MODULE_CRASH":{"severity":"HEALTH_WARN","summary":{"message":"4 mgr modules have recently crashed","count":4},"muted":false}},"mutes":[]} 2024-09-06T15:10:02.409 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:10:01 smithi090 bash[25332]: audit 2024-09-06T15:10:01.260059+0000 mon.smithi079 (mon.0) 750 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:10:02.409 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:10:01 smithi090 bash[25332]: audit 2024-09-06T15:10:01.260059+0000 mon.smithi079 (mon.0) 750 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:10:02.409 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:10:01 smithi090 bash[25332]: cluster 2024-09-06T15:10:01.791592+0000 mgr.smithi079.ijsnjl (mgr.14195) 214 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:10:02.409 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:10:01 smithi090 bash[25332]: cluster 2024-09-06T15:10:01.791592+0000 mgr.smithi079.ijsnjl (mgr.14195) 214 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:10:03.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:10:02 smithi079 bash[19963]: audit 2024-09-06T15:10:02.152820+0000 mon.smithi079 (mon.0) 751 : audit [DBG] from='client.? 172.21.15.79:0/2682975194' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-06T15:10:03.284 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:10:02 smithi079 bash[19963]: audit 2024-09-06T15:10:02.152820+0000 mon.smithi079 (mon.0) 751 : audit [DBG] from='client.? 172.21.15.79:0/2682975194' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-06T15:10:03.409 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:10:02 smithi090 bash[25332]: audit 2024-09-06T15:10:02.152820+0000 mon.smithi079 (mon.0) 751 : audit [DBG] from='client.? 172.21.15.79:0/2682975194' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-06T15:10:03.409 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:10:02 smithi090 bash[25332]: audit 2024-09-06T15:10:02.152820+0000 mon.smithi079 (mon.0) 751 : audit [DBG] from='client.? 172.21.15.79:0/2682975194' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-06T15:10:04.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:10:03 smithi079 bash[19963]: cluster 2024-09-06T15:10:03.792231+0000 mgr.smithi079.ijsnjl (mgr.14195) 215 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:10:04.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:10:03 smithi079 bash[19963]: cluster 2024-09-06T15:10:03.792231+0000 mgr.smithi079.ijsnjl (mgr.14195) 215 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:10:04.409 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:10:03 smithi090 bash[25332]: cluster 2024-09-06T15:10:03.792231+0000 mgr.smithi079.ijsnjl (mgr.14195) 215 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:10:04.409 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:10:03 smithi090 bash[25332]: cluster 2024-09-06T15:10:03.792231+0000 mgr.smithi079.ijsnjl (mgr.14195) 215 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:10:05.841 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8b38c33cecf4b0b7a9b3116eb9089e21e444ac73 shell --fsid d8ce0702-6c60-11ef-bce4-c7b262605968 -- ceph health --format=json 2024-09-06T15:10:07.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:10:06 smithi090 bash[25332]: cluster 2024-09-06T15:10:05.792867+0000 mgr.smithi079.ijsnjl (mgr.14195) 216 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:10:07.160 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:10:06 smithi090 bash[25332]: cluster 2024-09-06T15:10:05.792867+0000 mgr.smithi079.ijsnjl (mgr.14195) 216 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:10:07.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:10:06 smithi079 bash[19963]: cluster 2024-09-06T15:10:05.792867+0000 mgr.smithi079.ijsnjl (mgr.14195) 216 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:10:07.284 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:10:06 smithi079 bash[19963]: cluster 2024-09-06T15:10:05.792867+0000 mgr.smithi079.ijsnjl (mgr.14195) 216 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:10:09.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:10:08 smithi090 bash[25332]: cluster 2024-09-06T15:10:07.793532+0000 mgr.smithi079.ijsnjl (mgr.14195) 217 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:10:09.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:10:08 smithi090 bash[25332]: cluster 2024-09-06T15:10:07.793532+0000 mgr.smithi079.ijsnjl (mgr.14195) 217 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:10:09.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:10:08 smithi079 bash[19963]: cluster 2024-09-06T15:10:07.793532+0000 mgr.smithi079.ijsnjl (mgr.14195) 217 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:10:09.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:10:08 smithi079 bash[19963]: cluster 2024-09-06T15:10:07.793532+0000 mgr.smithi079.ijsnjl (mgr.14195) 217 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:10:10.658 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/mon.smithi079/config 2024-09-06T15:10:11.033 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:10:10 smithi079 bash[19963]: cluster 2024-09-06T15:10:09.794191+0000 mgr.smithi079.ijsnjl (mgr.14195) 218 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:10:11.033 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:10:10 smithi079 bash[19963]: cluster 2024-09-06T15:10:09.794191+0000 mgr.smithi079.ijsnjl (mgr.14195) 218 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:10:11.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:10:10 smithi090 bash[25332]: cluster 2024-09-06T15:10:09.794191+0000 mgr.smithi079.ijsnjl (mgr.14195) 218 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:10:11.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:10:10 smithi090 bash[25332]: cluster 2024-09-06T15:10:09.794191+0000 mgr.smithi079.ijsnjl (mgr.14195) 218 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:10:12.075 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-06T15:10:12.076 INFO:teuthology.orchestra.run.smithi079.stdout:{"status":"HEALTH_WARN","checks":{"MGR_MODULE_DEPENDENCY":{"severity":"HEALTH_WARN","summary":{"message":"Module 'volumes' has failed dependency: No module named 'ceph.fs'","count":1},"muted":false},"RECENT_MGR_MODULE_CRASH":{"severity":"HEALTH_WARN","summary":{"message":"4 mgr modules have recently crashed","count":4},"muted":false}},"mutes":[]} 2024-09-06T15:10:13.033 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:10:12 smithi079 bash[19963]: cluster 2024-09-06T15:10:11.794610+0000 mgr.smithi079.ijsnjl (mgr.14195) 219 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:10:13.033 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:10:12 smithi079 bash[19963]: cluster 2024-09-06T15:10:11.794610+0000 mgr.smithi079.ijsnjl (mgr.14195) 219 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:10:13.034 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:10:12 smithi079 bash[19963]: audit 2024-09-06T15:10:12.079217+0000 mon.smithi079 (mon.0) 752 : audit [DBG] from='client.? 172.21.15.79:0/1499295258' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-06T15:10:13.034 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:10:12 smithi079 bash[19963]: audit 2024-09-06T15:10:12.079217+0000 mon.smithi079 (mon.0) 752 : audit [DBG] from='client.? 172.21.15.79:0/1499295258' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-06T15:10:13.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:10:12 smithi090 bash[25332]: cluster 2024-09-06T15:10:11.794610+0000 mgr.smithi079.ijsnjl (mgr.14195) 219 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:10:13.160 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:10:12 smithi090 bash[25332]: cluster 2024-09-06T15:10:11.794610+0000 mgr.smithi079.ijsnjl (mgr.14195) 219 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:10:13.160 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:10:12 smithi090 bash[25332]: audit 2024-09-06T15:10:12.079217+0000 mon.smithi079 (mon.0) 752 : audit [DBG] from='client.? 172.21.15.79:0/1499295258' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-06T15:10:13.160 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:10:12 smithi090 bash[25332]: audit 2024-09-06T15:10:12.079217+0000 mon.smithi079 (mon.0) 752 : audit [DBG] from='client.? 172.21.15.79:0/1499295258' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-06T15:10:15.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:10:14 smithi090 bash[25332]: cluster 2024-09-06T15:10:13.795218+0000 mgr.smithi079.ijsnjl (mgr.14195) 220 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:10:15.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:10:14 smithi090 bash[25332]: cluster 2024-09-06T15:10:13.795218+0000 mgr.smithi079.ijsnjl (mgr.14195) 220 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:10:15.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:10:14 smithi079 bash[19963]: cluster 2024-09-06T15:10:13.795218+0000 mgr.smithi079.ijsnjl (mgr.14195) 220 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:10:15.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:10:14 smithi079 bash[19963]: cluster 2024-09-06T15:10:13.795218+0000 mgr.smithi079.ijsnjl (mgr.14195) 220 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:10:15.705 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8b38c33cecf4b0b7a9b3116eb9089e21e444ac73 shell --fsid d8ce0702-6c60-11ef-bce4-c7b262605968 -- ceph health --format=json 2024-09-06T15:10:17.033 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:10:16 smithi079 bash[19963]: cluster 2024-09-06T15:10:15.795853+0000 mgr.smithi079.ijsnjl (mgr.14195) 221 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:10:17.033 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:10:16 smithi079 bash[19963]: cluster 2024-09-06T15:10:15.795853+0000 mgr.smithi079.ijsnjl (mgr.14195) 221 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:10:17.033 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:10:16 smithi079 bash[19963]: audit 2024-09-06T15:10:16.260505+0000 mon.smithi079 (mon.0) 753 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:10:17.034 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:10:16 smithi079 bash[19963]: audit 2024-09-06T15:10:16.260505+0000 mon.smithi079 (mon.0) 753 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:10:17.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:10:16 smithi090 bash[25332]: cluster 2024-09-06T15:10:15.795853+0000 mgr.smithi079.ijsnjl (mgr.14195) 221 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:10:17.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:10:16 smithi090 bash[25332]: cluster 2024-09-06T15:10:15.795853+0000 mgr.smithi079.ijsnjl (mgr.14195) 221 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:10:17.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:10:16 smithi090 bash[25332]: audit 2024-09-06T15:10:16.260505+0000 mon.smithi079 (mon.0) 753 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:10:17.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:10:16 smithi090 bash[25332]: audit 2024-09-06T15:10:16.260505+0000 mon.smithi079 (mon.0) 753 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:10:19.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:10:18 smithi090 bash[25332]: cluster 2024-09-06T15:10:17.796607+0000 mgr.smithi079.ijsnjl (mgr.14195) 222 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:10:19.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:10:18 smithi090 bash[25332]: cluster 2024-09-06T15:10:17.796607+0000 mgr.smithi079.ijsnjl (mgr.14195) 222 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:10:19.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:10:18 smithi079 bash[19963]: cluster 2024-09-06T15:10:17.796607+0000 mgr.smithi079.ijsnjl (mgr.14195) 222 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:10:19.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:10:18 smithi079 bash[19963]: cluster 2024-09-06T15:10:17.796607+0000 mgr.smithi079.ijsnjl (mgr.14195) 222 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:10:20.525 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/mon.smithi079/config 2024-09-06T15:10:21.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:10:20 smithi090 bash[25332]: cluster 2024-09-06T15:10:19.797375+0000 mgr.smithi079.ijsnjl (mgr.14195) 223 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:10:21.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:10:20 smithi090 bash[25332]: cluster 2024-09-06T15:10:19.797375+0000 mgr.smithi079.ijsnjl (mgr.14195) 223 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:10:21.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:10:20 smithi079 bash[19963]: cluster 2024-09-06T15:10:19.797375+0000 mgr.smithi079.ijsnjl (mgr.14195) 223 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:10:21.293 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:10:20 smithi079 bash[19963]: cluster 2024-09-06T15:10:19.797375+0000 mgr.smithi079.ijsnjl (mgr.14195) 223 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:10:21.986 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-06T15:10:21.987 INFO:teuthology.orchestra.run.smithi079.stdout:{"status":"HEALTH_WARN","checks":{"MGR_MODULE_DEPENDENCY":{"severity":"HEALTH_WARN","summary":{"message":"Module 'volumes' has failed dependency: No module named 'ceph.fs'","count":1},"muted":false},"RECENT_MGR_MODULE_CRASH":{"severity":"HEALTH_WARN","summary":{"message":"4 mgr modules have recently crashed","count":4},"muted":false}},"mutes":[]} 2024-09-06T15:10:23.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:10:22 smithi090 bash[25332]: cluster 2024-09-06T15:10:21.797807+0000 mgr.smithi079.ijsnjl (mgr.14195) 224 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:10:23.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:10:22 smithi090 bash[25332]: cluster 2024-09-06T15:10:21.797807+0000 mgr.smithi079.ijsnjl (mgr.14195) 224 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:10:23.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:10:22 smithi090 bash[25332]: audit 2024-09-06T15:10:21.990201+0000 mon.smithi079 (mon.0) 754 : audit [DBG] from='client.? 172.21.15.79:0/1259026243' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-06T15:10:23.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:10:22 smithi090 bash[25332]: audit 2024-09-06T15:10:21.990201+0000 mon.smithi079 (mon.0) 754 : audit [DBG] from='client.? 172.21.15.79:0/1259026243' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-06T15:10:23.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:10:22 smithi079 bash[19963]: cluster 2024-09-06T15:10:21.797807+0000 mgr.smithi079.ijsnjl (mgr.14195) 224 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:10:23.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:10:22 smithi079 bash[19963]: cluster 2024-09-06T15:10:21.797807+0000 mgr.smithi079.ijsnjl (mgr.14195) 224 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:10:23.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:10:22 smithi079 bash[19963]: audit 2024-09-06T15:10:21.990201+0000 mon.smithi079 (mon.0) 754 : audit [DBG] from='client.? 172.21.15.79:0/1259026243' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-06T15:10:23.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:10:22 smithi079 bash[19963]: audit 2024-09-06T15:10:21.990201+0000 mon.smithi079 (mon.0) 754 : audit [DBG] from='client.? 172.21.15.79:0/1259026243' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-06T15:10:24.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:10:23 smithi090 bash[25332]: cluster 2024-09-06T15:10:23.798408+0000 mgr.smithi079.ijsnjl (mgr.14195) 225 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:10:24.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:10:23 smithi090 bash[25332]: cluster 2024-09-06T15:10:23.798408+0000 mgr.smithi079.ijsnjl (mgr.14195) 225 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:10:24.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:10:23 smithi079 bash[19963]: cluster 2024-09-06T15:10:23.798408+0000 mgr.smithi079.ijsnjl (mgr.14195) 225 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:10:24.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:10:23 smithi079 bash[19963]: cluster 2024-09-06T15:10:23.798408+0000 mgr.smithi079.ijsnjl (mgr.14195) 225 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:10:25.631 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8b38c33cecf4b0b7a9b3116eb9089e21e444ac73 shell --fsid d8ce0702-6c60-11ef-bce4-c7b262605968 -- ceph health --format=json 2024-09-06T15:10:27.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:10:26 smithi090 bash[25332]: cluster 2024-09-06T15:10:25.799027+0000 mgr.smithi079.ijsnjl (mgr.14195) 226 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:10:27.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:10:26 smithi090 bash[25332]: cluster 2024-09-06T15:10:25.799027+0000 mgr.smithi079.ijsnjl (mgr.14195) 226 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:10:27.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:10:26 smithi079 bash[19963]: cluster 2024-09-06T15:10:25.799027+0000 mgr.smithi079.ijsnjl (mgr.14195) 226 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:10:27.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:10:26 smithi079 bash[19963]: cluster 2024-09-06T15:10:25.799027+0000 mgr.smithi079.ijsnjl (mgr.14195) 226 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:10:29.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:10:28 smithi090 bash[25332]: cluster 2024-09-06T15:10:27.799672+0000 mgr.smithi079.ijsnjl (mgr.14195) 227 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:10:29.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:10:28 smithi090 bash[25332]: cluster 2024-09-06T15:10:27.799672+0000 mgr.smithi079.ijsnjl (mgr.14195) 227 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:10:29.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:10:28 smithi079 bash[19963]: cluster 2024-09-06T15:10:27.799672+0000 mgr.smithi079.ijsnjl (mgr.14195) 227 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:10:29.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:10:28 smithi079 bash[19963]: cluster 2024-09-06T15:10:27.799672+0000 mgr.smithi079.ijsnjl (mgr.14195) 227 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:10:30.453 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/mon.smithi079/config 2024-09-06T15:10:31.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:10:30 smithi090 bash[25332]: cluster 2024-09-06T15:10:29.800307+0000 mgr.smithi079.ijsnjl (mgr.14195) 228 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:10:31.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:10:30 smithi090 bash[25332]: cluster 2024-09-06T15:10:29.800307+0000 mgr.smithi079.ijsnjl (mgr.14195) 228 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:10:31.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:10:30 smithi079 bash[19963]: cluster 2024-09-06T15:10:29.800307+0000 mgr.smithi079.ijsnjl (mgr.14195) 228 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:10:31.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:10:30 smithi079 bash[19963]: cluster 2024-09-06T15:10:29.800307+0000 mgr.smithi079.ijsnjl (mgr.14195) 228 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:10:31.848 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-06T15:10:31.848 INFO:teuthology.orchestra.run.smithi079.stdout:{"status":"HEALTH_WARN","checks":{"MGR_MODULE_DEPENDENCY":{"severity":"HEALTH_WARN","summary":{"message":"Module 'volumes' has failed dependency: No module named 'ceph.fs'","count":1},"muted":false},"RECENT_MGR_MODULE_CRASH":{"severity":"HEALTH_WARN","summary":{"message":"4 mgr modules have recently crashed","count":4},"muted":false}},"mutes":[]} 2024-09-06T15:10:32.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:10:31 smithi090 bash[25332]: audit 2024-09-06T15:10:31.260959+0000 mon.smithi079 (mon.0) 755 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:10:32.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:10:31 smithi090 bash[25332]: audit 2024-09-06T15:10:31.260959+0000 mon.smithi079 (mon.0) 755 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:10:32.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:10:31 smithi090 bash[25332]: audit 2024-09-06T15:10:31.851698+0000 mon.smithi079 (mon.0) 756 : audit [DBG] from='client.? 172.21.15.79:0/169935365' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-06T15:10:32.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:10:31 smithi090 bash[25332]: audit 2024-09-06T15:10:31.851698+0000 mon.smithi079 (mon.0) 756 : audit [DBG] from='client.? 172.21.15.79:0/169935365' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-06T15:10:32.274 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:10:31 smithi079 bash[19963]: audit 2024-09-06T15:10:31.260959+0000 mon.smithi079 (mon.0) 755 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:10:32.274 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:10:31 smithi079 bash[19963]: audit 2024-09-06T15:10:31.260959+0000 mon.smithi079 (mon.0) 755 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:10:32.274 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:10:31 smithi079 bash[19963]: audit 2024-09-06T15:10:31.851698+0000 mon.smithi079 (mon.0) 756 : audit [DBG] from='client.? 172.21.15.79:0/169935365' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-06T15:10:32.274 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:10:31 smithi079 bash[19963]: audit 2024-09-06T15:10:31.851698+0000 mon.smithi079 (mon.0) 756 : audit [DBG] from='client.? 172.21.15.79:0/169935365' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-06T15:10:33.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:10:32 smithi090 bash[25332]: cluster 2024-09-06T15:10:31.800738+0000 mgr.smithi079.ijsnjl (mgr.14195) 229 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:10:33.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:10:32 smithi090 bash[25332]: cluster 2024-09-06T15:10:31.800738+0000 mgr.smithi079.ijsnjl (mgr.14195) 229 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:10:33.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:10:32 smithi079 bash[19963]: cluster 2024-09-06T15:10:31.800738+0000 mgr.smithi079.ijsnjl (mgr.14195) 229 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:10:33.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:10:32 smithi079 bash[19963]: cluster 2024-09-06T15:10:31.800738+0000 mgr.smithi079.ijsnjl (mgr.14195) 229 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:10:35.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:10:34 smithi090 bash[25332]: cluster 2024-09-06T15:10:33.801408+0000 mgr.smithi079.ijsnjl (mgr.14195) 230 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:10:35.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:10:34 smithi090 bash[25332]: cluster 2024-09-06T15:10:33.801408+0000 mgr.smithi079.ijsnjl (mgr.14195) 230 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:10:35.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:10:34 smithi079 bash[19963]: cluster 2024-09-06T15:10:33.801408+0000 mgr.smithi079.ijsnjl (mgr.14195) 230 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:10:35.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:10:34 smithi079 bash[19963]: cluster 2024-09-06T15:10:33.801408+0000 mgr.smithi079.ijsnjl (mgr.14195) 230 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:10:35.504 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8b38c33cecf4b0b7a9b3116eb9089e21e444ac73 shell --fsid d8ce0702-6c60-11ef-bce4-c7b262605968 -- ceph health --format=json 2024-09-06T15:10:37.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:10:36 smithi090 bash[25332]: cluster 2024-09-06T15:10:35.802056+0000 mgr.smithi079.ijsnjl (mgr.14195) 231 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:10:37.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:10:36 smithi090 bash[25332]: cluster 2024-09-06T15:10:35.802056+0000 mgr.smithi079.ijsnjl (mgr.14195) 231 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:10:37.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:10:36 smithi079 bash[19963]: cluster 2024-09-06T15:10:35.802056+0000 mgr.smithi079.ijsnjl (mgr.14195) 231 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:10:37.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:10:36 smithi079 bash[19963]: cluster 2024-09-06T15:10:35.802056+0000 mgr.smithi079.ijsnjl (mgr.14195) 231 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:10:38.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:10:37 smithi079 bash[19963]: cluster 2024-09-06T15:10:37.802663+0000 mgr.smithi079.ijsnjl (mgr.14195) 232 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:10:38.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:10:37 smithi079 bash[19963]: cluster 2024-09-06T15:10:37.802663+0000 mgr.smithi079.ijsnjl (mgr.14195) 232 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:10:38.409 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:10:37 smithi090 bash[25332]: cluster 2024-09-06T15:10:37.802663+0000 mgr.smithi079.ijsnjl (mgr.14195) 232 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:10:38.409 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:10:37 smithi090 bash[25332]: cluster 2024-09-06T15:10:37.802663+0000 mgr.smithi079.ijsnjl (mgr.14195) 232 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:10:40.313 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/mon.smithi079/config 2024-09-06T15:10:41.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:10:40 smithi090 bash[25332]: cluster 2024-09-06T15:10:39.803503+0000 mgr.smithi079.ijsnjl (mgr.14195) 233 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:10:41.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:10:40 smithi090 bash[25332]: cluster 2024-09-06T15:10:39.803503+0000 mgr.smithi079.ijsnjl (mgr.14195) 233 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:10:41.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:10:40 smithi079 bash[19963]: cluster 2024-09-06T15:10:39.803503+0000 mgr.smithi079.ijsnjl (mgr.14195) 233 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:10:41.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:10:40 smithi079 bash[19963]: cluster 2024-09-06T15:10:39.803503+0000 mgr.smithi079.ijsnjl (mgr.14195) 233 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:10:41.685 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-06T15:10:41.685 INFO:teuthology.orchestra.run.smithi079.stdout:{"status":"HEALTH_WARN","checks":{"MGR_MODULE_DEPENDENCY":{"severity":"HEALTH_WARN","summary":{"message":"Module 'volumes' has failed dependency: No module named 'ceph.fs'","count":1},"muted":false},"RECENT_MGR_MODULE_CRASH":{"severity":"HEALTH_WARN","summary":{"message":"4 mgr modules have recently crashed","count":4},"muted":false}},"mutes":[]} 2024-09-06T15:10:42.033 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:10:41 smithi079 bash[19963]: audit 2024-09-06T15:10:41.689125+0000 mon.smithi079 (mon.0) 757 : audit [DBG] from='client.? 172.21.15.79:0/2199320584' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-06T15:10:42.033 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:10:41 smithi079 bash[19963]: audit 2024-09-06T15:10:41.689125+0000 mon.smithi079 (mon.0) 757 : audit [DBG] from='client.? 172.21.15.79:0/2199320584' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-06T15:10:42.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:10:41 smithi090 bash[25332]: audit 2024-09-06T15:10:41.689125+0000 mon.smithi079 (mon.0) 757 : audit [DBG] from='client.? 172.21.15.79:0/2199320584' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-06T15:10:42.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:10:41 smithi090 bash[25332]: audit 2024-09-06T15:10:41.689125+0000 mon.smithi079 (mon.0) 757 : audit [DBG] from='client.? 172.21.15.79:0/2199320584' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-06T15:10:43.033 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:10:42 smithi079 bash[19963]: cluster 2024-09-06T15:10:41.803927+0000 mgr.smithi079.ijsnjl (mgr.14195) 234 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:10:43.033 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:10:42 smithi079 bash[19963]: cluster 2024-09-06T15:10:41.803927+0000 mgr.smithi079.ijsnjl (mgr.14195) 234 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:10:43.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:10:42 smithi090 bash[25332]: cluster 2024-09-06T15:10:41.803927+0000 mgr.smithi079.ijsnjl (mgr.14195) 234 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:10:43.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:10:42 smithi090 bash[25332]: cluster 2024-09-06T15:10:41.803927+0000 mgr.smithi079.ijsnjl (mgr.14195) 234 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:10:45.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:10:44 smithi090 bash[25332]: cluster 2024-09-06T15:10:43.804555+0000 mgr.smithi079.ijsnjl (mgr.14195) 235 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:10:45.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:10:44 smithi090 bash[25332]: cluster 2024-09-06T15:10:43.804555+0000 mgr.smithi079.ijsnjl (mgr.14195) 235 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:10:45.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:10:44 smithi079 bash[19963]: cluster 2024-09-06T15:10:43.804555+0000 mgr.smithi079.ijsnjl (mgr.14195) 235 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:10:45.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:10:44 smithi079 bash[19963]: cluster 2024-09-06T15:10:43.804555+0000 mgr.smithi079.ijsnjl (mgr.14195) 235 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:10:45.290 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8b38c33cecf4b0b7a9b3116eb9089e21e444ac73 shell --fsid d8ce0702-6c60-11ef-bce4-c7b262605968 -- ceph health --format=json 2024-09-06T15:10:47.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:10:46 smithi090 bash[25332]: cluster 2024-09-06T15:10:45.805242+0000 mgr.smithi079.ijsnjl (mgr.14195) 236 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:10:47.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:10:46 smithi090 bash[25332]: cluster 2024-09-06T15:10:45.805242+0000 mgr.smithi079.ijsnjl (mgr.14195) 236 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:10:47.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:10:46 smithi090 bash[25332]: audit 2024-09-06T15:10:46.261401+0000 mon.smithi079 (mon.0) 758 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:10:47.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:10:46 smithi090 bash[25332]: audit 2024-09-06T15:10:46.261401+0000 mon.smithi079 (mon.0) 758 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:10:47.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:10:46 smithi079 bash[19963]: cluster 2024-09-06T15:10:45.805242+0000 mgr.smithi079.ijsnjl (mgr.14195) 236 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:10:47.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:10:46 smithi079 bash[19963]: cluster 2024-09-06T15:10:45.805242+0000 mgr.smithi079.ijsnjl (mgr.14195) 236 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:10:47.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:10:46 smithi079 bash[19963]: audit 2024-09-06T15:10:46.261401+0000 mon.smithi079 (mon.0) 758 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:10:47.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:10:46 smithi079 bash[19963]: audit 2024-09-06T15:10:46.261401+0000 mon.smithi079 (mon.0) 758 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:10:49.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:10:48 smithi090 bash[25332]: cluster 2024-09-06T15:10:47.805892+0000 mgr.smithi079.ijsnjl (mgr.14195) 237 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:10:49.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:10:48 smithi090 bash[25332]: cluster 2024-09-06T15:10:47.805892+0000 mgr.smithi079.ijsnjl (mgr.14195) 237 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:10:49.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:10:48 smithi079 bash[19963]: cluster 2024-09-06T15:10:47.805892+0000 mgr.smithi079.ijsnjl (mgr.14195) 237 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:10:49.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:10:48 smithi079 bash[19963]: cluster 2024-09-06T15:10:47.805892+0000 mgr.smithi079.ijsnjl (mgr.14195) 237 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:10:50.120 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/mon.smithi079/config 2024-09-06T15:10:51.157 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:10:50 smithi079 bash[19963]: cluster 2024-09-06T15:10:49.806547+0000 mgr.smithi079.ijsnjl (mgr.14195) 238 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:10:51.157 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:10:50 smithi079 bash[19963]: cluster 2024-09-06T15:10:49.806547+0000 mgr.smithi079.ijsnjl (mgr.14195) 238 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:10:51.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:10:50 smithi090 bash[25332]: cluster 2024-09-06T15:10:49.806547+0000 mgr.smithi079.ijsnjl (mgr.14195) 238 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:10:51.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:10:50 smithi090 bash[25332]: cluster 2024-09-06T15:10:49.806547+0000 mgr.smithi079.ijsnjl (mgr.14195) 238 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:10:51.501 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-06T15:10:51.501 INFO:teuthology.orchestra.run.smithi079.stdout:{"status":"HEALTH_WARN","checks":{"MGR_MODULE_DEPENDENCY":{"severity":"HEALTH_WARN","summary":{"message":"Module 'volumes' has failed dependency: No module named 'ceph.fs'","count":1},"muted":false},"RECENT_MGR_MODULE_CRASH":{"severity":"HEALTH_WARN","summary":{"message":"4 mgr modules have recently crashed","count":4},"muted":false}},"mutes":[]} 2024-09-06T15:10:52.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:10:51 smithi090 bash[25332]: audit 2024-09-06T15:10:51.504964+0000 mon.smithi079 (mon.0) 759 : audit [DBG] from='client.? 172.21.15.79:0/1262609892' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-06T15:10:52.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:10:51 smithi090 bash[25332]: audit 2024-09-06T15:10:51.504964+0000 mon.smithi079 (mon.0) 759 : audit [DBG] from='client.? 172.21.15.79:0/1262609892' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-06T15:10:52.178 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:10:51 smithi079 bash[19963]: audit 2024-09-06T15:10:51.504964+0000 mon.smithi079 (mon.0) 759 : audit [DBG] from='client.? 172.21.15.79:0/1262609892' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-06T15:10:52.178 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:10:51 smithi079 bash[19963]: audit 2024-09-06T15:10:51.504964+0000 mon.smithi079 (mon.0) 759 : audit [DBG] from='client.? 172.21.15.79:0/1262609892' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-06T15:10:53.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:10:52 smithi090 bash[25332]: cluster 2024-09-06T15:10:51.807315+0000 mgr.smithi079.ijsnjl (mgr.14195) 239 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:10:53.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:10:52 smithi090 bash[25332]: cluster 2024-09-06T15:10:51.807315+0000 mgr.smithi079.ijsnjl (mgr.14195) 239 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:10:53.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:10:52 smithi079 bash[19963]: cluster 2024-09-06T15:10:51.807315+0000 mgr.smithi079.ijsnjl (mgr.14195) 239 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:10:53.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:10:52 smithi079 bash[19963]: cluster 2024-09-06T15:10:51.807315+0000 mgr.smithi079.ijsnjl (mgr.14195) 239 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:10:54.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:10:53 smithi090 bash[25332]: cluster 2024-09-06T15:10:53.808048+0000 mgr.smithi079.ijsnjl (mgr.14195) 240 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:10:54.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:10:53 smithi090 bash[25332]: cluster 2024-09-06T15:10:53.808048+0000 mgr.smithi079.ijsnjl (mgr.14195) 240 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:10:54.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:10:53 smithi079 bash[19963]: cluster 2024-09-06T15:10:53.808048+0000 mgr.smithi079.ijsnjl (mgr.14195) 240 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:10:54.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:10:53 smithi079 bash[19963]: cluster 2024-09-06T15:10:53.808048+0000 mgr.smithi079.ijsnjl (mgr.14195) 240 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:10:55.180 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8b38c33cecf4b0b7a9b3116eb9089e21e444ac73 shell --fsid d8ce0702-6c60-11ef-bce4-c7b262605968 -- ceph health --format=json 2024-09-06T15:10:57.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:10:56 smithi090 bash[25332]: cluster 2024-09-06T15:10:55.808794+0000 mgr.smithi079.ijsnjl (mgr.14195) 241 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:10:57.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:10:56 smithi090 bash[25332]: cluster 2024-09-06T15:10:55.808794+0000 mgr.smithi079.ijsnjl (mgr.14195) 241 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:10:57.284 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:10:56 smithi079 bash[19963]: cluster 2024-09-06T15:10:55.808794+0000 mgr.smithi079.ijsnjl (mgr.14195) 241 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:10:57.284 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:10:56 smithi079 bash[19963]: cluster 2024-09-06T15:10:55.808794+0000 mgr.smithi079.ijsnjl (mgr.14195) 241 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:10:59.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:10:58 smithi090 bash[25332]: cluster 2024-09-06T15:10:57.809450+0000 mgr.smithi079.ijsnjl (mgr.14195) 242 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:10:59.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:10:58 smithi090 bash[25332]: cluster 2024-09-06T15:10:57.809450+0000 mgr.smithi079.ijsnjl (mgr.14195) 242 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:10:59.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:10:58 smithi079 bash[19963]: cluster 2024-09-06T15:10:57.809450+0000 mgr.smithi079.ijsnjl (mgr.14195) 242 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:10:59.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:10:58 smithi079 bash[19963]: cluster 2024-09-06T15:10:57.809450+0000 mgr.smithi079.ijsnjl (mgr.14195) 242 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:10:59.994 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/mon.smithi079/config 2024-09-06T15:11:01.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:11:00 smithi090 bash[25332]: cluster 2024-09-06T15:10:59.810082+0000 mgr.smithi079.ijsnjl (mgr.14195) 243 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:11:01.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:11:00 smithi090 bash[25332]: cluster 2024-09-06T15:10:59.810082+0000 mgr.smithi079.ijsnjl (mgr.14195) 243 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:11:01.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:11:00 smithi090 bash[25332]: audit 2024-09-06T15:11:00.259583+0000 mon.smithi079 (mon.0) 760 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-06T15:11:01.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:11:00 smithi090 bash[25332]: audit 2024-09-06T15:11:00.259583+0000 mon.smithi079 (mon.0) 760 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-06T15:11:01.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:11:00 smithi079 bash[19963]: cluster 2024-09-06T15:10:59.810082+0000 mgr.smithi079.ijsnjl (mgr.14195) 243 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:11:01.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:11:00 smithi079 bash[19963]: cluster 2024-09-06T15:10:59.810082+0000 mgr.smithi079.ijsnjl (mgr.14195) 243 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:11:01.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:11:00 smithi079 bash[19963]: audit 2024-09-06T15:11:00.259583+0000 mon.smithi079 (mon.0) 760 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-06T15:11:01.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:11:00 smithi079 bash[19963]: audit 2024-09-06T15:11:00.259583+0000 mon.smithi079 (mon.0) 760 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-06T15:11:01.381 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-06T15:11:01.381 INFO:teuthology.orchestra.run.smithi079.stdout:{"status":"HEALTH_WARN","checks":{"MGR_MODULE_DEPENDENCY":{"severity":"HEALTH_WARN","summary":{"message":"Module 'volumes' has failed dependency: No module named 'ceph.fs'","count":1},"muted":false},"RECENT_MGR_MODULE_CRASH":{"severity":"HEALTH_WARN","summary":{"message":"4 mgr modules have recently crashed","count":4},"muted":false}},"mutes":[]} 2024-09-06T15:11:02.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:11:01 smithi090 bash[25332]: audit 2024-09-06T15:11:01.261863+0000 mon.smithi079 (mon.0) 761 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:11:02.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:11:01 smithi090 bash[25332]: audit 2024-09-06T15:11:01.261863+0000 mon.smithi079 (mon.0) 761 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:11:02.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:11:01 smithi090 bash[25332]: audit 2024-09-06T15:11:01.385382+0000 mon.smithi079 (mon.0) 762 : audit [DBG] from='client.? 172.21.15.79:0/977568142' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-06T15:11:02.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:11:01 smithi090 bash[25332]: audit 2024-09-06T15:11:01.385382+0000 mon.smithi079 (mon.0) 762 : audit [DBG] from='client.? 172.21.15.79:0/977568142' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-06T15:11:02.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:11:01 smithi079 bash[19963]: audit 2024-09-06T15:11:01.261863+0000 mon.smithi079 (mon.0) 761 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:11:02.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:11:01 smithi079 bash[19963]: audit 2024-09-06T15:11:01.261863+0000 mon.smithi079 (mon.0) 761 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:11:02.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:11:01 smithi079 bash[19963]: audit 2024-09-06T15:11:01.385382+0000 mon.smithi079 (mon.0) 762 : audit [DBG] from='client.? 172.21.15.79:0/977568142' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-06T15:11:02.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:11:01 smithi079 bash[19963]: audit 2024-09-06T15:11:01.385382+0000 mon.smithi079 (mon.0) 762 : audit [DBG] from='client.? 172.21.15.79:0/977568142' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-06T15:11:03.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:11:02 smithi090 bash[25332]: cluster 2024-09-06T15:11:01.810691+0000 mgr.smithi079.ijsnjl (mgr.14195) 244 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:11:03.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:11:02 smithi090 bash[25332]: cluster 2024-09-06T15:11:01.810691+0000 mgr.smithi079.ijsnjl (mgr.14195) 244 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:11:03.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:11:02 smithi079 bash[19963]: cluster 2024-09-06T15:11:01.810691+0000 mgr.smithi079.ijsnjl (mgr.14195) 244 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:11:03.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:11:02 smithi079 bash[19963]: cluster 2024-09-06T15:11:01.810691+0000 mgr.smithi079.ijsnjl (mgr.14195) 244 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:11:05.105 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8b38c33cecf4b0b7a9b3116eb9089e21e444ac73 shell --fsid d8ce0702-6c60-11ef-bce4-c7b262605968 -- ceph health --format=json 2024-09-06T15:11:05.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:11:04 smithi090 bash[25332]: cluster 2024-09-06T15:11:03.811361+0000 mgr.smithi079.ijsnjl (mgr.14195) 245 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:11:05.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:11:04 smithi090 bash[25332]: cluster 2024-09-06T15:11:03.811361+0000 mgr.smithi079.ijsnjl (mgr.14195) 245 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:11:05.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:11:04 smithi079 bash[19963]: cluster 2024-09-06T15:11:03.811361+0000 mgr.smithi079.ijsnjl (mgr.14195) 245 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:11:05.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:11:04 smithi079 bash[19963]: cluster 2024-09-06T15:11:03.811361+0000 mgr.smithi079.ijsnjl (mgr.14195) 245 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:11:07.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:11:06 smithi090 bash[25332]: cluster 2024-09-06T15:11:05.811980+0000 mgr.smithi079.ijsnjl (mgr.14195) 246 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:11:07.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:11:06 smithi090 bash[25332]: cluster 2024-09-06T15:11:05.811980+0000 mgr.smithi079.ijsnjl (mgr.14195) 246 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:11:07.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:11:06 smithi090 bash[25332]: audit 2024-09-06T15:11:05.827846+0000 mon.smithi079 (mon.0) 763 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:11:07.160 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:11:06 smithi090 bash[25332]: audit 2024-09-06T15:11:05.827846+0000 mon.smithi079 (mon.0) 763 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:11:07.160 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:11:06 smithi090 bash[25332]: audit 2024-09-06T15:11:05.836813+0000 mon.smithi079 (mon.0) 764 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:11:07.160 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:11:06 smithi090 bash[25332]: audit 2024-09-06T15:11:05.836813+0000 mon.smithi079 (mon.0) 764 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:11:07.160 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:11:06 smithi090 bash[25332]: audit 2024-09-06T15:11:06.507556+0000 mon.smithi079 (mon.0) 765 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:11:07.160 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:11:06 smithi090 bash[25332]: audit 2024-09-06T15:11:06.507556+0000 mon.smithi079 (mon.0) 765 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:11:07.160 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:11:06 smithi090 bash[25332]: audit 2024-09-06T15:11:06.513112+0000 mon.smithi079 (mon.0) 766 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:11:07.160 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:11:06 smithi090 bash[25332]: audit 2024-09-06T15:11:06.513112+0000 mon.smithi079 (mon.0) 766 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:11:07.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:11:06 smithi079 bash[19963]: cluster 2024-09-06T15:11:05.811980+0000 mgr.smithi079.ijsnjl (mgr.14195) 246 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:11:07.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:11:06 smithi079 bash[19963]: cluster 2024-09-06T15:11:05.811980+0000 mgr.smithi079.ijsnjl (mgr.14195) 246 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:11:07.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:11:06 smithi079 bash[19963]: audit 2024-09-06T15:11:05.827846+0000 mon.smithi079 (mon.0) 763 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:11:07.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:11:06 smithi079 bash[19963]: audit 2024-09-06T15:11:05.827846+0000 mon.smithi079 (mon.0) 763 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:11:07.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:11:06 smithi079 bash[19963]: audit 2024-09-06T15:11:05.836813+0000 mon.smithi079 (mon.0) 764 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:11:07.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:11:06 smithi079 bash[19963]: audit 2024-09-06T15:11:05.836813+0000 mon.smithi079 (mon.0) 764 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:11:07.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:11:06 smithi079 bash[19963]: audit 2024-09-06T15:11:06.507556+0000 mon.smithi079 (mon.0) 765 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:11:07.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:11:06 smithi079 bash[19963]: audit 2024-09-06T15:11:06.507556+0000 mon.smithi079 (mon.0) 765 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:11:07.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:11:06 smithi079 bash[19963]: audit 2024-09-06T15:11:06.513112+0000 mon.smithi079 (mon.0) 766 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:11:07.284 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:11:06 smithi079 bash[19963]: audit 2024-09-06T15:11:06.513112+0000 mon.smithi079 (mon.0) 766 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:11:08.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:11:07 smithi090 bash[25332]: audit 2024-09-06T15:11:07.113538+0000 mon.smithi079 (mon.0) 767 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:11:08.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:11:07 smithi090 bash[25332]: audit 2024-09-06T15:11:07.113538+0000 mon.smithi079 (mon.0) 767 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:11:08.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:11:07 smithi090 bash[25332]: audit 2024-09-06T15:11:07.114782+0000 mon.smithi079 (mon.0) 768 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-06T15:11:08.160 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:11:07 smithi090 bash[25332]: audit 2024-09-06T15:11:07.114782+0000 mon.smithi079 (mon.0) 768 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-06T15:11:08.160 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:11:07 smithi090 bash[25332]: audit 2024-09-06T15:11:07.122215+0000 mon.smithi079 (mon.0) 769 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:11:08.160 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:11:07 smithi090 bash[25332]: audit 2024-09-06T15:11:07.122215+0000 mon.smithi079 (mon.0) 769 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:11:08.160 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:11:07 smithi090 bash[25332]: audit 2024-09-06T15:11:07.128522+0000 mon.smithi079 (mon.0) 770 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-06T15:11:08.160 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:11:07 smithi090 bash[25332]: audit 2024-09-06T15:11:07.128522+0000 mon.smithi079 (mon.0) 770 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-06T15:11:08.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:11:07 smithi079 bash[19963]: audit 2024-09-06T15:11:07.113538+0000 mon.smithi079 (mon.0) 767 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:11:08.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:11:07 smithi079 bash[19963]: audit 2024-09-06T15:11:07.113538+0000 mon.smithi079 (mon.0) 767 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:11:08.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:11:07 smithi079 bash[19963]: audit 2024-09-06T15:11:07.114782+0000 mon.smithi079 (mon.0) 768 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-06T15:11:08.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:11:07 smithi079 bash[19963]: audit 2024-09-06T15:11:07.114782+0000 mon.smithi079 (mon.0) 768 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-06T15:11:08.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:11:07 smithi079 bash[19963]: audit 2024-09-06T15:11:07.122215+0000 mon.smithi079 (mon.0) 769 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:11:08.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:11:07 smithi079 bash[19963]: audit 2024-09-06T15:11:07.122215+0000 mon.smithi079 (mon.0) 769 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:11:08.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:11:07 smithi079 bash[19963]: audit 2024-09-06T15:11:07.128522+0000 mon.smithi079 (mon.0) 770 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-06T15:11:08.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:11:07 smithi079 bash[19963]: audit 2024-09-06T15:11:07.128522+0000 mon.smithi079 (mon.0) 770 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-06T15:11:09.033 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:11:08 smithi079 bash[19963]: cluster 2024-09-06T15:11:07.812566+0000 mgr.smithi079.ijsnjl (mgr.14195) 247 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:11:09.033 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:11:08 smithi079 bash[19963]: cluster 2024-09-06T15:11:07.812566+0000 mgr.smithi079.ijsnjl (mgr.14195) 247 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:11:09.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:11:08 smithi090 bash[25332]: cluster 2024-09-06T15:11:07.812566+0000 mgr.smithi079.ijsnjl (mgr.14195) 247 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:11:09.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:11:08 smithi090 bash[25332]: cluster 2024-09-06T15:11:07.812566+0000 mgr.smithi079.ijsnjl (mgr.14195) 247 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:11:09.753 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/mon.smithi079/config 2024-09-06T15:11:11.033 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:11:10 smithi079 bash[19963]: cluster 2024-09-06T15:11:09.813222+0000 mgr.smithi079.ijsnjl (mgr.14195) 248 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:11:11.033 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:11:10 smithi079 bash[19963]: cluster 2024-09-06T15:11:09.813222+0000 mgr.smithi079.ijsnjl (mgr.14195) 248 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:11:11.096 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-06T15:11:11.096 INFO:teuthology.orchestra.run.smithi079.stdout:{"status":"HEALTH_WARN","checks":{"MGR_MODULE_DEPENDENCY":{"severity":"HEALTH_WARN","summary":{"message":"Module 'volumes' has failed dependency: No module named 'ceph.fs'","count":1},"muted":false},"RECENT_MGR_MODULE_CRASH":{"severity":"HEALTH_WARN","summary":{"message":"4 mgr modules have recently crashed","count":4},"muted":false}},"mutes":[]} 2024-09-06T15:11:11.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:11:10 smithi090 bash[25332]: cluster 2024-09-06T15:11:09.813222+0000 mgr.smithi079.ijsnjl (mgr.14195) 248 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:11:11.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:11:10 smithi090 bash[25332]: cluster 2024-09-06T15:11:09.813222+0000 mgr.smithi079.ijsnjl (mgr.14195) 248 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:11:12.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:11:11 smithi090 bash[25332]: audit 2024-09-06T15:11:11.099917+0000 mon.smithi079 (mon.0) 771 : audit [DBG] from='client.? 172.21.15.79:0/3453383610' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-06T15:11:12.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:11:11 smithi090 bash[25332]: audit 2024-09-06T15:11:11.099917+0000 mon.smithi079 (mon.0) 771 : audit [DBG] from='client.? 172.21.15.79:0/3453383610' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-06T15:11:12.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:11:11 smithi079 bash[19963]: audit 2024-09-06T15:11:11.099917+0000 mon.smithi079 (mon.0) 771 : audit [DBG] from='client.? 172.21.15.79:0/3453383610' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-06T15:11:12.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:11:11 smithi079 bash[19963]: audit 2024-09-06T15:11:11.099917+0000 mon.smithi079 (mon.0) 771 : audit [DBG] from='client.? 172.21.15.79:0/3453383610' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-06T15:11:13.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:11:12 smithi090 bash[25332]: cluster 2024-09-06T15:11:11.813960+0000 mgr.smithi079.ijsnjl (mgr.14195) 249 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:11:13.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:11:12 smithi090 bash[25332]: cluster 2024-09-06T15:11:11.813960+0000 mgr.smithi079.ijsnjl (mgr.14195) 249 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:11:13.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:11:12 smithi079 bash[19963]: cluster 2024-09-06T15:11:11.813960+0000 mgr.smithi079.ijsnjl (mgr.14195) 249 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:11:13.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:11:12 smithi079 bash[19963]: cluster 2024-09-06T15:11:11.813960+0000 mgr.smithi079.ijsnjl (mgr.14195) 249 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:11:14.825 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8b38c33cecf4b0b7a9b3116eb9089e21e444ac73 shell --fsid d8ce0702-6c60-11ef-bce4-c7b262605968 -- ceph health --format=json 2024-09-06T15:11:15.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:11:14 smithi090 bash[25332]: cluster 2024-09-06T15:11:13.814782+0000 mgr.smithi079.ijsnjl (mgr.14195) 250 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:11:15.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:11:14 smithi090 bash[25332]: cluster 2024-09-06T15:11:13.814782+0000 mgr.smithi079.ijsnjl (mgr.14195) 250 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:11:15.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:11:14 smithi079 bash[19963]: cluster 2024-09-06T15:11:13.814782+0000 mgr.smithi079.ijsnjl (mgr.14195) 250 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:11:15.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:11:14 smithi079 bash[19963]: cluster 2024-09-06T15:11:13.814782+0000 mgr.smithi079.ijsnjl (mgr.14195) 250 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:11:17.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:11:16 smithi090 bash[25332]: cluster 2024-09-06T15:11:15.815451+0000 mgr.smithi079.ijsnjl (mgr.14195) 251 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:11:17.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:11:16 smithi090 bash[25332]: cluster 2024-09-06T15:11:15.815451+0000 mgr.smithi079.ijsnjl (mgr.14195) 251 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:11:17.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:11:16 smithi090 bash[25332]: audit 2024-09-06T15:11:16.262528+0000 mon.smithi079 (mon.0) 772 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:11:17.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:11:16 smithi090 bash[25332]: audit 2024-09-06T15:11:16.262528+0000 mon.smithi079 (mon.0) 772 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:11:17.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:11:16 smithi079 bash[19963]: cluster 2024-09-06T15:11:15.815451+0000 mgr.smithi079.ijsnjl (mgr.14195) 251 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:11:17.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:11:16 smithi079 bash[19963]: cluster 2024-09-06T15:11:15.815451+0000 mgr.smithi079.ijsnjl (mgr.14195) 251 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:11:17.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:11:16 smithi079 bash[19963]: audit 2024-09-06T15:11:16.262528+0000 mon.smithi079 (mon.0) 772 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:11:17.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:11:16 smithi079 bash[19963]: audit 2024-09-06T15:11:16.262528+0000 mon.smithi079 (mon.0) 772 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:11:19.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:11:18 smithi090 bash[25332]: cluster 2024-09-06T15:11:17.816135+0000 mgr.smithi079.ijsnjl (mgr.14195) 252 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:11:19.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:11:18 smithi090 bash[25332]: cluster 2024-09-06T15:11:17.816135+0000 mgr.smithi079.ijsnjl (mgr.14195) 252 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:11:19.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:11:18 smithi079 bash[19963]: cluster 2024-09-06T15:11:17.816135+0000 mgr.smithi079.ijsnjl (mgr.14195) 252 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:11:19.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:11:18 smithi079 bash[19963]: cluster 2024-09-06T15:11:17.816135+0000 mgr.smithi079.ijsnjl (mgr.14195) 252 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:11:19.639 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/mon.smithi079/config 2024-09-06T15:11:21.032 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:11:20 smithi079 bash[19963]: cluster 2024-09-06T15:11:19.816794+0000 mgr.smithi079.ijsnjl (mgr.14195) 253 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:11:21.033 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:11:20 smithi079 bash[19963]: cluster 2024-09-06T15:11:19.816794+0000 mgr.smithi079.ijsnjl (mgr.14195) 253 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:11:21.039 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-06T15:11:21.039 INFO:teuthology.orchestra.run.smithi079.stdout:{"status":"HEALTH_WARN","checks":{"MGR_MODULE_DEPENDENCY":{"severity":"HEALTH_WARN","summary":{"message":"Module 'volumes' has failed dependency: No module named 'ceph.fs'","count":1},"muted":false},"RECENT_MGR_MODULE_CRASH":{"severity":"HEALTH_WARN","summary":{"message":"4 mgr modules have recently crashed","count":4},"muted":false}},"mutes":[]} 2024-09-06T15:11:21.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:11:20 smithi090 bash[25332]: cluster 2024-09-06T15:11:19.816794+0000 mgr.smithi079.ijsnjl (mgr.14195) 253 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:11:21.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:11:20 smithi090 bash[25332]: cluster 2024-09-06T15:11:19.816794+0000 mgr.smithi079.ijsnjl (mgr.14195) 253 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:11:22.032 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:11:21 smithi079 bash[19963]: audit 2024-09-06T15:11:21.043604+0000 mon.smithi079 (mon.0) 773 : audit [DBG] from='client.? 172.21.15.79:0/2637516736' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-06T15:11:22.033 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:11:21 smithi079 bash[19963]: audit 2024-09-06T15:11:21.043604+0000 mon.smithi079 (mon.0) 773 : audit [DBG] from='client.? 172.21.15.79:0/2637516736' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-06T15:11:22.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:11:21 smithi090 bash[25332]: audit 2024-09-06T15:11:21.043604+0000 mon.smithi079 (mon.0) 773 : audit [DBG] from='client.? 172.21.15.79:0/2637516736' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-06T15:11:22.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:11:21 smithi090 bash[25332]: audit 2024-09-06T15:11:21.043604+0000 mon.smithi079 (mon.0) 773 : audit [DBG] from='client.? 172.21.15.79:0/2637516736' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-06T15:11:23.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:11:22 smithi090 bash[25332]: cluster 2024-09-06T15:11:21.817469+0000 mgr.smithi079.ijsnjl (mgr.14195) 254 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:11:23.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:11:22 smithi090 bash[25332]: cluster 2024-09-06T15:11:21.817469+0000 mgr.smithi079.ijsnjl (mgr.14195) 254 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:11:23.284 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:11:22 smithi079 bash[19963]: cluster 2024-09-06T15:11:21.817469+0000 mgr.smithi079.ijsnjl (mgr.14195) 254 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:11:23.284 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:11:22 smithi079 bash[19963]: cluster 2024-09-06T15:11:21.817469+0000 mgr.smithi079.ijsnjl (mgr.14195) 254 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:11:24.670 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8b38c33cecf4b0b7a9b3116eb9089e21e444ac73 shell --fsid d8ce0702-6c60-11ef-bce4-c7b262605968 -- ceph health --format=json 2024-09-06T15:11:24.973 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:11:24 smithi079 bash[19963]: cluster 2024-09-06T15:11:23.818124+0000 mgr.smithi079.ijsnjl (mgr.14195) 255 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:11:24.973 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:11:24 smithi079 bash[19963]: cluster 2024-09-06T15:11:23.818124+0000 mgr.smithi079.ijsnjl (mgr.14195) 255 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:11:25.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:11:24 smithi090 bash[25332]: cluster 2024-09-06T15:11:23.818124+0000 mgr.smithi079.ijsnjl (mgr.14195) 255 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:11:25.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:11:24 smithi090 bash[25332]: cluster 2024-09-06T15:11:23.818124+0000 mgr.smithi079.ijsnjl (mgr.14195) 255 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:11:27.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:11:26 smithi090 bash[25332]: cluster 2024-09-06T15:11:25.818789+0000 mgr.smithi079.ijsnjl (mgr.14195) 256 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:11:27.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:11:26 smithi090 bash[25332]: cluster 2024-09-06T15:11:25.818789+0000 mgr.smithi079.ijsnjl (mgr.14195) 256 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:11:27.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:11:26 smithi079 bash[19963]: cluster 2024-09-06T15:11:25.818789+0000 mgr.smithi079.ijsnjl (mgr.14195) 256 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:11:27.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:11:26 smithi079 bash[19963]: cluster 2024-09-06T15:11:25.818789+0000 mgr.smithi079.ijsnjl (mgr.14195) 256 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:11:29.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:11:28 smithi090 bash[25332]: cluster 2024-09-06T15:11:27.819448+0000 mgr.smithi079.ijsnjl (mgr.14195) 257 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:11:29.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:11:28 smithi090 bash[25332]: cluster 2024-09-06T15:11:27.819448+0000 mgr.smithi079.ijsnjl (mgr.14195) 257 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:11:29.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:11:28 smithi079 bash[19963]: cluster 2024-09-06T15:11:27.819448+0000 mgr.smithi079.ijsnjl (mgr.14195) 257 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:11:29.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:11:28 smithi079 bash[19963]: cluster 2024-09-06T15:11:27.819448+0000 mgr.smithi079.ijsnjl (mgr.14195) 257 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:11:29.495 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/mon.smithi079/config 2024-09-06T15:11:30.908 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-06T15:11:30.908 INFO:teuthology.orchestra.run.smithi079.stdout:{"status":"HEALTH_WARN","checks":{"MGR_MODULE_DEPENDENCY":{"severity":"HEALTH_WARN","summary":{"message":"Module 'volumes' has failed dependency: No module named 'ceph.fs'","count":1},"muted":false},"RECENT_MGR_MODULE_CRASH":{"severity":"HEALTH_WARN","summary":{"message":"4 mgr modules have recently crashed","count":4},"muted":false}},"mutes":[]} 2024-09-06T15:11:31.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:11:30 smithi090 bash[25332]: cluster 2024-09-06T15:11:29.820048+0000 mgr.smithi079.ijsnjl (mgr.14195) 258 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:11:31.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:11:30 smithi090 bash[25332]: cluster 2024-09-06T15:11:29.820048+0000 mgr.smithi079.ijsnjl (mgr.14195) 258 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:11:31.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:11:30 smithi079 bash[19963]: cluster 2024-09-06T15:11:29.820048+0000 mgr.smithi079.ijsnjl (mgr.14195) 258 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:11:31.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:11:30 smithi079 bash[19963]: cluster 2024-09-06T15:11:29.820048+0000 mgr.smithi079.ijsnjl (mgr.14195) 258 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:11:32.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:11:31 smithi090 bash[25332]: audit 2024-09-06T15:11:30.912351+0000 mon.smithi079 (mon.0) 774 : audit [DBG] from='client.? 172.21.15.79:0/1826263329' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-06T15:11:32.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:11:31 smithi090 bash[25332]: audit 2024-09-06T15:11:30.912351+0000 mon.smithi079 (mon.0) 774 : audit [DBG] from='client.? 172.21.15.79:0/1826263329' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-06T15:11:32.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:11:31 smithi090 bash[25332]: audit 2024-09-06T15:11:31.262791+0000 mon.smithi079 (mon.0) 775 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:11:32.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:11:31 smithi090 bash[25332]: audit 2024-09-06T15:11:31.262791+0000 mon.smithi079 (mon.0) 775 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:11:32.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:11:31 smithi079 bash[19963]: audit 2024-09-06T15:11:30.912351+0000 mon.smithi079 (mon.0) 774 : audit [DBG] from='client.? 172.21.15.79:0/1826263329' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-06T15:11:32.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:11:31 smithi079 bash[19963]: audit 2024-09-06T15:11:30.912351+0000 mon.smithi079 (mon.0) 774 : audit [DBG] from='client.? 172.21.15.79:0/1826263329' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-06T15:11:32.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:11:31 smithi079 bash[19963]: audit 2024-09-06T15:11:31.262791+0000 mon.smithi079 (mon.0) 775 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:11:32.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:11:31 smithi079 bash[19963]: audit 2024-09-06T15:11:31.262791+0000 mon.smithi079 (mon.0) 775 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:11:33.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:11:32 smithi090 bash[25332]: cluster 2024-09-06T15:11:31.820694+0000 mgr.smithi079.ijsnjl (mgr.14195) 259 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:11:33.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:11:32 smithi090 bash[25332]: cluster 2024-09-06T15:11:31.820694+0000 mgr.smithi079.ijsnjl (mgr.14195) 259 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:11:33.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:11:32 smithi079 bash[19963]: cluster 2024-09-06T15:11:31.820694+0000 mgr.smithi079.ijsnjl (mgr.14195) 259 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:11:33.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:11:32 smithi079 bash[19963]: cluster 2024-09-06T15:11:31.820694+0000 mgr.smithi079.ijsnjl (mgr.14195) 259 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:11:34.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:11:33 smithi079 bash[19963]: cluster 2024-09-06T15:11:33.821344+0000 mgr.smithi079.ijsnjl (mgr.14195) 260 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:11:34.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:11:33 smithi079 bash[19963]: cluster 2024-09-06T15:11:33.821344+0000 mgr.smithi079.ijsnjl (mgr.14195) 260 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:11:34.409 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:11:33 smithi090 bash[25332]: cluster 2024-09-06T15:11:33.821344+0000 mgr.smithi079.ijsnjl (mgr.14195) 260 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:11:34.409 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:11:33 smithi090 bash[25332]: cluster 2024-09-06T15:11:33.821344+0000 mgr.smithi079.ijsnjl (mgr.14195) 260 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:11:34.556 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8b38c33cecf4b0b7a9b3116eb9089e21e444ac73 shell --fsid d8ce0702-6c60-11ef-bce4-c7b262605968 -- ceph health --format=json 2024-09-06T15:11:37.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:11:36 smithi090 bash[25332]: cluster 2024-09-06T15:11:35.821956+0000 mgr.smithi079.ijsnjl (mgr.14195) 261 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:11:37.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:11:36 smithi090 bash[25332]: cluster 2024-09-06T15:11:35.821956+0000 mgr.smithi079.ijsnjl (mgr.14195) 261 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:11:37.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:11:36 smithi079 bash[19963]: cluster 2024-09-06T15:11:35.821956+0000 mgr.smithi079.ijsnjl (mgr.14195) 261 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:11:37.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:11:36 smithi079 bash[19963]: cluster 2024-09-06T15:11:35.821956+0000 mgr.smithi079.ijsnjl (mgr.14195) 261 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:11:39.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:11:38 smithi090 bash[25332]: cluster 2024-09-06T15:11:37.822619+0000 mgr.smithi079.ijsnjl (mgr.14195) 262 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:11:39.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:11:38 smithi090 bash[25332]: cluster 2024-09-06T15:11:37.822619+0000 mgr.smithi079.ijsnjl (mgr.14195) 262 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:11:39.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:11:38 smithi079 bash[19963]: cluster 2024-09-06T15:11:37.822619+0000 mgr.smithi079.ijsnjl (mgr.14195) 262 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:11:39.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:11:38 smithi079 bash[19963]: cluster 2024-09-06T15:11:37.822619+0000 mgr.smithi079.ijsnjl (mgr.14195) 262 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:11:39.382 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/mon.smithi079/config 2024-09-06T15:11:40.823 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-06T15:11:40.823 INFO:teuthology.orchestra.run.smithi079.stdout:{"status":"HEALTH_WARN","checks":{"MGR_MODULE_DEPENDENCY":{"severity":"HEALTH_WARN","summary":{"message":"Module 'volumes' has failed dependency: No module named 'ceph.fs'","count":1},"muted":false},"RECENT_MGR_MODULE_CRASH":{"severity":"HEALTH_WARN","summary":{"message":"4 mgr modules have recently crashed","count":4},"muted":false}},"mutes":[]} 2024-09-06T15:11:41.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:11:40 smithi090 bash[25332]: cluster 2024-09-06T15:11:39.823099+0000 mgr.smithi079.ijsnjl (mgr.14195) 263 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:11:41.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:11:40 smithi090 bash[25332]: cluster 2024-09-06T15:11:39.823099+0000 mgr.smithi079.ijsnjl (mgr.14195) 263 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:11:41.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:11:40 smithi090 bash[25332]: audit 2024-09-06T15:11:40.827528+0000 mon.smithi079 (mon.0) 776 : audit [DBG] from='client.? 172.21.15.79:0/4264229958' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-06T15:11:41.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:11:40 smithi090 bash[25332]: audit 2024-09-06T15:11:40.827528+0000 mon.smithi079 (mon.0) 776 : audit [DBG] from='client.? 172.21.15.79:0/4264229958' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-06T15:11:41.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:11:40 smithi079 bash[19963]: cluster 2024-09-06T15:11:39.823099+0000 mgr.smithi079.ijsnjl (mgr.14195) 263 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:11:41.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:11:40 smithi079 bash[19963]: cluster 2024-09-06T15:11:39.823099+0000 mgr.smithi079.ijsnjl (mgr.14195) 263 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:11:41.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:11:40 smithi079 bash[19963]: audit 2024-09-06T15:11:40.827528+0000 mon.smithi079 (mon.0) 776 : audit [DBG] from='client.? 172.21.15.79:0/4264229958' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-06T15:11:41.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:11:40 smithi079 bash[19963]: audit 2024-09-06T15:11:40.827528+0000 mon.smithi079 (mon.0) 776 : audit [DBG] from='client.? 172.21.15.79:0/4264229958' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-06T15:11:43.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:11:42 smithi090 bash[25332]: cluster 2024-09-06T15:11:41.823715+0000 mgr.smithi079.ijsnjl (mgr.14195) 264 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:11:43.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:11:42 smithi090 bash[25332]: cluster 2024-09-06T15:11:41.823715+0000 mgr.smithi079.ijsnjl (mgr.14195) 264 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:11:43.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:11:42 smithi079 bash[19963]: cluster 2024-09-06T15:11:41.823715+0000 mgr.smithi079.ijsnjl (mgr.14195) 264 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:11:43.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:11:42 smithi079 bash[19963]: cluster 2024-09-06T15:11:41.823715+0000 mgr.smithi079.ijsnjl (mgr.14195) 264 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:11:44.480 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8b38c33cecf4b0b7a9b3116eb9089e21e444ac73 shell --fsid d8ce0702-6c60-11ef-bce4-c7b262605968 -- ceph health --format=json 2024-09-06T15:11:45.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:11:44 smithi090 bash[25332]: cluster 2024-09-06T15:11:43.824396+0000 mgr.smithi079.ijsnjl (mgr.14195) 265 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:11:45.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:11:44 smithi090 bash[25332]: cluster 2024-09-06T15:11:43.824396+0000 mgr.smithi079.ijsnjl (mgr.14195) 265 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:11:45.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:11:44 smithi079 bash[19963]: cluster 2024-09-06T15:11:43.824396+0000 mgr.smithi079.ijsnjl (mgr.14195) 265 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:11:45.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:11:44 smithi079 bash[19963]: cluster 2024-09-06T15:11:43.824396+0000 mgr.smithi079.ijsnjl (mgr.14195) 265 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:11:46.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:11:45 smithi079 bash[19963]: cluster 2024-09-06T15:11:45.825039+0000 mgr.smithi079.ijsnjl (mgr.14195) 266 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:11:46.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:11:45 smithi079 bash[19963]: cluster 2024-09-06T15:11:45.825039+0000 mgr.smithi079.ijsnjl (mgr.14195) 266 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:11:46.409 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:11:45 smithi090 bash[25332]: cluster 2024-09-06T15:11:45.825039+0000 mgr.smithi079.ijsnjl (mgr.14195) 266 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:11:46.409 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:11:45 smithi090 bash[25332]: cluster 2024-09-06T15:11:45.825039+0000 mgr.smithi079.ijsnjl (mgr.14195) 266 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:11:47.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:11:46 smithi079 bash[19963]: audit 2024-09-06T15:11:46.263079+0000 mon.smithi079 (mon.0) 777 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:11:47.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:11:46 smithi079 bash[19963]: audit 2024-09-06T15:11:46.263079+0000 mon.smithi079 (mon.0) 777 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:11:47.409 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:11:46 smithi090 bash[25332]: audit 2024-09-06T15:11:46.263079+0000 mon.smithi079 (mon.0) 777 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:11:47.409 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:11:46 smithi090 bash[25332]: audit 2024-09-06T15:11:46.263079+0000 mon.smithi079 (mon.0) 777 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:11:48.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:11:47 smithi079 bash[19963]: cluster 2024-09-06T15:11:47.825720+0000 mgr.smithi079.ijsnjl (mgr.14195) 267 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:11:48.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:11:47 smithi079 bash[19963]: cluster 2024-09-06T15:11:47.825720+0000 mgr.smithi079.ijsnjl (mgr.14195) 267 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:11:48.409 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:11:47 smithi090 bash[25332]: cluster 2024-09-06T15:11:47.825720+0000 mgr.smithi079.ijsnjl (mgr.14195) 267 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:11:48.409 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:11:47 smithi090 bash[25332]: cluster 2024-09-06T15:11:47.825720+0000 mgr.smithi079.ijsnjl (mgr.14195) 267 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:11:49.300 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/mon.smithi079/config 2024-09-06T15:11:50.638 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-06T15:11:50.638 INFO:teuthology.orchestra.run.smithi079.stdout:{"status":"HEALTH_WARN","checks":{"MGR_MODULE_DEPENDENCY":{"severity":"HEALTH_WARN","summary":{"message":"Module 'volumes' has failed dependency: No module named 'ceph.fs'","count":1},"muted":false},"RECENT_MGR_MODULE_CRASH":{"severity":"HEALTH_WARN","summary":{"message":"4 mgr modules have recently crashed","count":4},"muted":false}},"mutes":[]} 2024-09-06T15:11:51.032 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:11:50 smithi079 bash[19963]: cluster 2024-09-06T15:11:49.826149+0000 mgr.smithi079.ijsnjl (mgr.14195) 268 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:11:51.032 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:11:50 smithi079 bash[19963]: cluster 2024-09-06T15:11:49.826149+0000 mgr.smithi079.ijsnjl (mgr.14195) 268 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:11:51.032 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:11:50 smithi079 bash[19963]: audit 2024-09-06T15:11:50.642417+0000 mon.smithi079 (mon.0) 778 : audit [DBG] from='client.? 172.21.15.79:0/293259108' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-06T15:11:51.033 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:11:50 smithi079 bash[19963]: audit 2024-09-06T15:11:50.642417+0000 mon.smithi079 (mon.0) 778 : audit [DBG] from='client.? 172.21.15.79:0/293259108' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-06T15:11:51.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:11:50 smithi090 bash[25332]: cluster 2024-09-06T15:11:49.826149+0000 mgr.smithi079.ijsnjl (mgr.14195) 268 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:11:51.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:11:50 smithi090 bash[25332]: cluster 2024-09-06T15:11:49.826149+0000 mgr.smithi079.ijsnjl (mgr.14195) 268 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:11:51.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:11:50 smithi090 bash[25332]: audit 2024-09-06T15:11:50.642417+0000 mon.smithi079 (mon.0) 778 : audit [DBG] from='client.? 172.21.15.79:0/293259108' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-06T15:11:51.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:11:50 smithi090 bash[25332]: audit 2024-09-06T15:11:50.642417+0000 mon.smithi079 (mon.0) 778 : audit [DBG] from='client.? 172.21.15.79:0/293259108' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-06T15:11:53.158 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:11:52 smithi090 bash[25332]: cluster 2024-09-06T15:11:51.826712+0000 mgr.smithi079.ijsnjl (mgr.14195) 269 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:11:53.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:11:52 smithi090 bash[25332]: cluster 2024-09-06T15:11:51.826712+0000 mgr.smithi079.ijsnjl (mgr.14195) 269 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:11:53.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:11:52 smithi079 bash[19963]: cluster 2024-09-06T15:11:51.826712+0000 mgr.smithi079.ijsnjl (mgr.14195) 269 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:11:53.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:11:52 smithi079 bash[19963]: cluster 2024-09-06T15:11:51.826712+0000 mgr.smithi079.ijsnjl (mgr.14195) 269 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:11:54.329 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8b38c33cecf4b0b7a9b3116eb9089e21e444ac73 shell --fsid d8ce0702-6c60-11ef-bce4-c7b262605968 -- ceph health --format=json 2024-09-06T15:11:55.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:11:54 smithi090 bash[25332]: cluster 2024-09-06T15:11:53.827395+0000 mgr.smithi079.ijsnjl (mgr.14195) 270 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:11:55.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:11:54 smithi090 bash[25332]: cluster 2024-09-06T15:11:53.827395+0000 mgr.smithi079.ijsnjl (mgr.14195) 270 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:11:55.281 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:11:54 smithi079 bash[19963]: cluster 2024-09-06T15:11:53.827395+0000 mgr.smithi079.ijsnjl (mgr.14195) 270 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:11:55.281 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:11:54 smithi079 bash[19963]: cluster 2024-09-06T15:11:53.827395+0000 mgr.smithi079.ijsnjl (mgr.14195) 270 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:11:57.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:11:56 smithi090 bash[25332]: cluster 2024-09-06T15:11:55.828116+0000 mgr.smithi079.ijsnjl (mgr.14195) 271 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:11:57.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:11:56 smithi090 bash[25332]: cluster 2024-09-06T15:11:55.828116+0000 mgr.smithi079.ijsnjl (mgr.14195) 271 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:11:57.284 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:11:56 smithi079 bash[19963]: cluster 2024-09-06T15:11:55.828116+0000 mgr.smithi079.ijsnjl (mgr.14195) 271 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:11:57.285 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:11:56 smithi079 bash[19963]: cluster 2024-09-06T15:11:55.828116+0000 mgr.smithi079.ijsnjl (mgr.14195) 271 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:11:59.141 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/mon.smithi079/config 2024-09-06T15:11:59.158 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:11:58 smithi090 bash[25332]: cluster 2024-09-06T15:11:57.828792+0000 mgr.smithi079.ijsnjl (mgr.14195) 272 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:11:59.158 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:11:58 smithi090 bash[25332]: cluster 2024-09-06T15:11:57.828792+0000 mgr.smithi079.ijsnjl (mgr.14195) 272 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:11:59.226 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:11:58 smithi079 bash[19963]: cluster 2024-09-06T15:11:57.828792+0000 mgr.smithi079.ijsnjl (mgr.14195) 272 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:11:59.227 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:11:58 smithi079 bash[19963]: cluster 2024-09-06T15:11:57.828792+0000 mgr.smithi079.ijsnjl (mgr.14195) 272 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:12:00.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:11:59 smithi090 bash[25332]: cluster 2024-09-06T15:11:59.829483+0000 mgr.smithi079.ijsnjl (mgr.14195) 273 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:12:00.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:11:59 smithi090 bash[25332]: cluster 2024-09-06T15:11:59.829483+0000 mgr.smithi079.ijsnjl (mgr.14195) 273 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:12:00.191 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:11:59 smithi079 bash[19963]: cluster 2024-09-06T15:11:59.829483+0000 mgr.smithi079.ijsnjl (mgr.14195) 273 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:12:00.191 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:11:59 smithi079 bash[19963]: cluster 2024-09-06T15:11:59.829483+0000 mgr.smithi079.ijsnjl (mgr.14195) 273 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:12:00.564 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-06T15:12:00.565 INFO:teuthology.orchestra.run.smithi079.stdout:{"status":"HEALTH_WARN","checks":{"MGR_MODULE_DEPENDENCY":{"severity":"HEALTH_WARN","summary":{"message":"Module 'volumes' has failed dependency: No module named 'ceph.fs'","count":1},"muted":false},"RECENT_MGR_MODULE_CRASH":{"severity":"HEALTH_WARN","summary":{"message":"4 mgr modules have recently crashed","count":4},"muted":false}},"mutes":[]} 2024-09-06T15:12:01.032 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:12:00 smithi079 bash[19963]: audit 2024-09-06T15:12:00.569260+0000 mon.smithi079 (mon.0) 779 : audit [DBG] from='client.? 172.21.15.79:0/2001573794' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-06T15:12:01.032 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:12:00 smithi079 bash[19963]: audit 2024-09-06T15:12:00.569260+0000 mon.smithi079 (mon.0) 779 : audit [DBG] from='client.? 172.21.15.79:0/2001573794' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-06T15:12:01.158 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:12:00 smithi090 bash[25332]: audit 2024-09-06T15:12:00.569260+0000 mon.smithi079 (mon.0) 779 : audit [DBG] from='client.? 172.21.15.79:0/2001573794' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-06T15:12:01.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:12:00 smithi090 bash[25332]: audit 2024-09-06T15:12:00.569260+0000 mon.smithi079 (mon.0) 779 : audit [DBG] from='client.? 172.21.15.79:0/2001573794' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-06T15:12:02.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:12:01 smithi079 bash[19963]: audit 2024-09-06T15:12:01.263391+0000 mon.smithi079 (mon.0) 780 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:12:02.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:12:01 smithi079 bash[19963]: audit 2024-09-06T15:12:01.263391+0000 mon.smithi079 (mon.0) 780 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:12:02.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:12:01 smithi079 bash[19963]: cluster 2024-09-06T15:12:01.830165+0000 mgr.smithi079.ijsnjl (mgr.14195) 274 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:12:02.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:12:01 smithi079 bash[19963]: cluster 2024-09-06T15:12:01.830165+0000 mgr.smithi079.ijsnjl (mgr.14195) 274 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:12:02.408 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:12:01 smithi090 bash[25332]: audit 2024-09-06T15:12:01.263391+0000 mon.smithi079 (mon.0) 780 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:12:02.409 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:12:01 smithi090 bash[25332]: audit 2024-09-06T15:12:01.263391+0000 mon.smithi079 (mon.0) 780 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:12:02.409 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:12:01 smithi090 bash[25332]: cluster 2024-09-06T15:12:01.830165+0000 mgr.smithi079.ijsnjl (mgr.14195) 274 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:12:02.409 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:12:01 smithi090 bash[25332]: cluster 2024-09-06T15:12:01.830165+0000 mgr.smithi079.ijsnjl (mgr.14195) 274 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:12:04.219 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8b38c33cecf4b0b7a9b3116eb9089e21e444ac73 shell --fsid d8ce0702-6c60-11ef-bce4-c7b262605968 -- ceph health --format=json 2024-09-06T15:12:05.158 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:12:04 smithi090 bash[25332]: cluster 2024-09-06T15:12:03.830885+0000 mgr.smithi079.ijsnjl (mgr.14195) 275 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:12:05.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:12:04 smithi090 bash[25332]: cluster 2024-09-06T15:12:03.830885+0000 mgr.smithi079.ijsnjl (mgr.14195) 275 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:12:05.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:12:04 smithi079 bash[19963]: cluster 2024-09-06T15:12:03.830885+0000 mgr.smithi079.ijsnjl (mgr.14195) 275 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:12:05.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:12:04 smithi079 bash[19963]: cluster 2024-09-06T15:12:03.830885+0000 mgr.smithi079.ijsnjl (mgr.14195) 275 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:12:07.158 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:12:06 smithi090 bash[25332]: cluster 2024-09-06T15:12:05.831432+0000 mgr.smithi079.ijsnjl (mgr.14195) 276 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:12:07.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:12:06 smithi090 bash[25332]: cluster 2024-09-06T15:12:05.831432+0000 mgr.smithi079.ijsnjl (mgr.14195) 276 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:12:07.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:12:06 smithi079 bash[19963]: cluster 2024-09-06T15:12:05.831432+0000 mgr.smithi079.ijsnjl (mgr.14195) 276 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:12:07.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:12:06 smithi079 bash[19963]: cluster 2024-09-06T15:12:05.831432+0000 mgr.smithi079.ijsnjl (mgr.14195) 276 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:12:08.158 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:12:07 smithi090 bash[25332]: audit 2024-09-06T15:12:07.437961+0000 mon.smithi079 (mon.0) 781 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-06T15:12:08.158 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:12:07 smithi090 bash[25332]: audit 2024-09-06T15:12:07.437961+0000 mon.smithi079 (mon.0) 781 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-06T15:12:08.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:12:07 smithi079 bash[19963]: audit 2024-09-06T15:12:07.437961+0000 mon.smithi079 (mon.0) 781 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-06T15:12:08.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:12:07 smithi079 bash[19963]: audit 2024-09-06T15:12:07.437961+0000 mon.smithi079 (mon.0) 781 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-06T15:12:09.032 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/mon.smithi079/config 2024-09-06T15:12:09.158 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:12:08 smithi090 bash[25332]: cluster 2024-09-06T15:12:07.831871+0000 mgr.smithi079.ijsnjl (mgr.14195) 277 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:12:09.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:12:08 smithi090 bash[25332]: cluster 2024-09-06T15:12:07.831871+0000 mgr.smithi079.ijsnjl (mgr.14195) 277 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:12:09.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:12:08 smithi079 bash[19963]: cluster 2024-09-06T15:12:07.831871+0000 mgr.smithi079.ijsnjl (mgr.14195) 277 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:12:09.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:12:08 smithi079 bash[19963]: cluster 2024-09-06T15:12:07.831871+0000 mgr.smithi079.ijsnjl (mgr.14195) 277 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:12:10.158 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:12:09 smithi090 bash[25332]: cluster 2024-09-06T15:12:09.832480+0000 mgr.smithi079.ijsnjl (mgr.14195) 278 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:12:10.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:12:09 smithi090 bash[25332]: cluster 2024-09-06T15:12:09.832480+0000 mgr.smithi079.ijsnjl (mgr.14195) 278 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:12:10.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:12:09 smithi079 bash[19963]: cluster 2024-09-06T15:12:09.832480+0000 mgr.smithi079.ijsnjl (mgr.14195) 278 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:12:10.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:12:09 smithi079 bash[19963]: cluster 2024-09-06T15:12:09.832480+0000 mgr.smithi079.ijsnjl (mgr.14195) 278 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:12:10.479 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-06T15:12:10.479 INFO:teuthology.orchestra.run.smithi079.stdout:{"status":"HEALTH_WARN","checks":{"MGR_MODULE_DEPENDENCY":{"severity":"HEALTH_WARN","summary":{"message":"Module 'volumes' has failed dependency: No module named 'ceph.fs'","count":1},"muted":false},"RECENT_MGR_MODULE_CRASH":{"severity":"HEALTH_WARN","summary":{"message":"4 mgr modules have recently crashed","count":4},"muted":false}},"mutes":[]} 2024-09-06T15:12:11.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:12:10 smithi079 bash[19963]: audit 2024-09-06T15:12:10.483445+0000 mon.smithi079 (mon.0) 782 : audit [DBG] from='client.? 172.21.15.79:0/2500297878' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-06T15:12:11.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:12:10 smithi079 bash[19963]: audit 2024-09-06T15:12:10.483445+0000 mon.smithi079 (mon.0) 782 : audit [DBG] from='client.? 172.21.15.79:0/2500297878' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-06T15:12:11.408 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:12:10 smithi090 bash[25332]: audit 2024-09-06T15:12:10.483445+0000 mon.smithi079 (mon.0) 782 : audit [DBG] from='client.? 172.21.15.79:0/2500297878' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-06T15:12:11.409 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:12:10 smithi090 bash[25332]: audit 2024-09-06T15:12:10.483445+0000 mon.smithi079 (mon.0) 782 : audit [DBG] from='client.? 172.21.15.79:0/2500297878' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-06T15:12:12.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:12:11 smithi079 bash[19963]: cluster 2024-09-06T15:12:11.833110+0000 mgr.smithi079.ijsnjl (mgr.14195) 279 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:12:12.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:12:11 smithi079 bash[19963]: cluster 2024-09-06T15:12:11.833110+0000 mgr.smithi079.ijsnjl (mgr.14195) 279 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:12:12.408 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:12:11 smithi090 bash[25332]: cluster 2024-09-06T15:12:11.833110+0000 mgr.smithi079.ijsnjl (mgr.14195) 279 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:12:12.409 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:12:11 smithi090 bash[25332]: cluster 2024-09-06T15:12:11.833110+0000 mgr.smithi079.ijsnjl (mgr.14195) 279 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:12:14.073 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8b38c33cecf4b0b7a9b3116eb9089e21e444ac73 shell --fsid d8ce0702-6c60-11ef-bce4-c7b262605968 -- ceph health --format=json 2024-09-06T15:12:14.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:12:14 smithi079 bash[19963]: audit 2024-09-06T15:12:13.025307+0000 mon.smithi079 (mon.0) 783 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:12:14.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:12:14 smithi079 bash[19963]: audit 2024-09-06T15:12:13.025307+0000 mon.smithi079 (mon.0) 783 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:12:14.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:12:14 smithi079 bash[19963]: audit 2024-09-06T15:12:13.029960+0000 mon.smithi079 (mon.0) 784 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:12:14.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:12:14 smithi079 bash[19963]: audit 2024-09-06T15:12:13.029960+0000 mon.smithi079 (mon.0) 784 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:12:14.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:12:14 smithi079 bash[19963]: audit 2024-09-06T15:12:13.462040+0000 mon.smithi079 (mon.0) 785 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:12:14.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:12:14 smithi079 bash[19963]: audit 2024-09-06T15:12:13.462040+0000 mon.smithi079 (mon.0) 785 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:12:14.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:12:14 smithi079 bash[19963]: audit 2024-09-06T15:12:13.469144+0000 mon.smithi079 (mon.0) 786 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:12:14.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:12:14 smithi079 bash[19963]: audit 2024-09-06T15:12:13.469144+0000 mon.smithi079 (mon.0) 786 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:12:14.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:12:14 smithi079 bash[19963]: cluster 2024-09-06T15:12:13.833794+0000 mgr.smithi079.ijsnjl (mgr.14195) 280 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:12:14.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:12:14 smithi079 bash[19963]: cluster 2024-09-06T15:12:13.833794+0000 mgr.smithi079.ijsnjl (mgr.14195) 280 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:12:14.409 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:12:14 smithi090 bash[25332]: audit 2024-09-06T15:12:13.025307+0000 mon.smithi079 (mon.0) 783 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:12:14.409 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:12:14 smithi090 bash[25332]: audit 2024-09-06T15:12:13.025307+0000 mon.smithi079 (mon.0) 783 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:12:14.409 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:12:14 smithi090 bash[25332]: audit 2024-09-06T15:12:13.029960+0000 mon.smithi079 (mon.0) 784 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:12:14.409 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:12:14 smithi090 bash[25332]: audit 2024-09-06T15:12:13.029960+0000 mon.smithi079 (mon.0) 784 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:12:14.409 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:12:14 smithi090 bash[25332]: audit 2024-09-06T15:12:13.462040+0000 mon.smithi079 (mon.0) 785 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:12:14.409 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:12:14 smithi090 bash[25332]: audit 2024-09-06T15:12:13.462040+0000 mon.smithi079 (mon.0) 785 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:12:14.409 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:12:14 smithi090 bash[25332]: audit 2024-09-06T15:12:13.469144+0000 mon.smithi079 (mon.0) 786 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:12:14.409 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:12:14 smithi090 bash[25332]: audit 2024-09-06T15:12:13.469144+0000 mon.smithi079 (mon.0) 786 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:12:14.409 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:12:14 smithi090 bash[25332]: cluster 2024-09-06T15:12:13.833794+0000 mgr.smithi079.ijsnjl (mgr.14195) 280 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:12:14.409 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:12:14 smithi090 bash[25332]: cluster 2024-09-06T15:12:13.833794+0000 mgr.smithi079.ijsnjl (mgr.14195) 280 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:12:15.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:12:15 smithi079 bash[19963]: audit 2024-09-06T15:12:14.093125+0000 mon.smithi079 (mon.0) 787 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:12:15.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:12:15 smithi079 bash[19963]: audit 2024-09-06T15:12:14.093125+0000 mon.smithi079 (mon.0) 787 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:12:15.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:12:15 smithi079 bash[19963]: audit 2024-09-06T15:12:14.094465+0000 mon.smithi079 (mon.0) 788 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-06T15:12:15.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:12:15 smithi079 bash[19963]: audit 2024-09-06T15:12:14.094465+0000 mon.smithi079 (mon.0) 788 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-06T15:12:15.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:12:15 smithi079 bash[19963]: audit 2024-09-06T15:12:14.104983+0000 mon.smithi079 (mon.0) 789 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:12:15.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:12:15 smithi079 bash[19963]: audit 2024-09-06T15:12:14.104983+0000 mon.smithi079 (mon.0) 789 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:12:15.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:12:15 smithi079 bash[19963]: audit 2024-09-06T15:12:14.111697+0000 mon.smithi079 (mon.0) 790 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-06T15:12:15.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:12:15 smithi079 bash[19963]: audit 2024-09-06T15:12:14.111697+0000 mon.smithi079 (mon.0) 790 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-06T15:12:15.409 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:12:15 smithi090 bash[25332]: audit 2024-09-06T15:12:14.093125+0000 mon.smithi079 (mon.0) 787 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:12:15.409 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:12:15 smithi090 bash[25332]: audit 2024-09-06T15:12:14.093125+0000 mon.smithi079 (mon.0) 787 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:12:15.409 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:12:15 smithi090 bash[25332]: audit 2024-09-06T15:12:14.094465+0000 mon.smithi079 (mon.0) 788 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-06T15:12:15.409 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:12:15 smithi090 bash[25332]: audit 2024-09-06T15:12:14.094465+0000 mon.smithi079 (mon.0) 788 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-06T15:12:15.409 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:12:15 smithi090 bash[25332]: audit 2024-09-06T15:12:14.104983+0000 mon.smithi079 (mon.0) 789 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:12:15.409 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:12:15 smithi090 bash[25332]: audit 2024-09-06T15:12:14.104983+0000 mon.smithi079 (mon.0) 789 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:12:15.409 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:12:15 smithi090 bash[25332]: audit 2024-09-06T15:12:14.111697+0000 mon.smithi079 (mon.0) 790 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-06T15:12:15.409 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:12:15 smithi090 bash[25332]: audit 2024-09-06T15:12:14.111697+0000 mon.smithi079 (mon.0) 790 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-06T15:12:16.408 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:12:16 smithi090 bash[25332]: cluster 2024-09-06T15:12:15.834492+0000 mgr.smithi079.ijsnjl (mgr.14195) 281 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:12:16.409 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:12:16 smithi090 bash[25332]: cluster 2024-09-06T15:12:15.834492+0000 mgr.smithi079.ijsnjl (mgr.14195) 281 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:12:16.532 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:12:16 smithi079 bash[19963]: cluster 2024-09-06T15:12:15.834492+0000 mgr.smithi079.ijsnjl (mgr.14195) 281 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:12:16.532 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:12:16 smithi079 bash[19963]: cluster 2024-09-06T15:12:15.834492+0000 mgr.smithi079.ijsnjl (mgr.14195) 281 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:12:17.408 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:12:17 smithi090 bash[25332]: audit 2024-09-06T15:12:16.263705+0000 mon.smithi079 (mon.0) 791 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:12:17.408 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:12:17 smithi090 bash[25332]: audit 2024-09-06T15:12:16.263705+0000 mon.smithi079 (mon.0) 791 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:12:17.532 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:12:17 smithi079 bash[19963]: audit 2024-09-06T15:12:16.263705+0000 mon.smithi079 (mon.0) 791 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:12:17.532 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:12:17 smithi079 bash[19963]: audit 2024-09-06T15:12:16.263705+0000 mon.smithi079 (mon.0) 791 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:12:18.408 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:12:18 smithi090 bash[25332]: cluster 2024-09-06T15:12:17.835150+0000 mgr.smithi079.ijsnjl (mgr.14195) 282 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:12:18.409 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:12:18 smithi090 bash[25332]: cluster 2024-09-06T15:12:17.835150+0000 mgr.smithi079.ijsnjl (mgr.14195) 282 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:12:18.532 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:12:18 smithi079 bash[19963]: cluster 2024-09-06T15:12:17.835150+0000 mgr.smithi079.ijsnjl (mgr.14195) 282 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:12:18.532 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:12:18 smithi079 bash[19963]: cluster 2024-09-06T15:12:17.835150+0000 mgr.smithi079.ijsnjl (mgr.14195) 282 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:12:18.871 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/mon.smithi079/config 2024-09-06T15:12:20.351 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-06T15:12:20.351 INFO:teuthology.orchestra.run.smithi079.stdout:{"status":"HEALTH_WARN","checks":{"MGR_MODULE_DEPENDENCY":{"severity":"HEALTH_WARN","summary":{"message":"Module 'volumes' has failed dependency: No module named 'ceph.fs'","count":1},"muted":false},"RECENT_MGR_MODULE_CRASH":{"severity":"HEALTH_WARN","summary":{"message":"4 mgr modules have recently crashed","count":4},"muted":false}},"mutes":[]} 2024-09-06T15:12:21.158 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:12:20 smithi090 bash[25332]: cluster 2024-09-06T15:12:19.835818+0000 mgr.smithi079.ijsnjl (mgr.14195) 283 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:12:21.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:12:20 smithi090 bash[25332]: cluster 2024-09-06T15:12:19.835818+0000 mgr.smithi079.ijsnjl (mgr.14195) 283 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:12:21.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:12:20 smithi090 bash[25332]: audit 2024-09-06T15:12:20.355805+0000 mon.smithi079 (mon.0) 792 : audit [DBG] from='client.? 172.21.15.79:0/2620292758' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-06T15:12:21.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:12:20 smithi090 bash[25332]: audit 2024-09-06T15:12:20.355805+0000 mon.smithi079 (mon.0) 792 : audit [DBG] from='client.? 172.21.15.79:0/2620292758' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-06T15:12:21.259 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:12:20 smithi079 bash[19963]: cluster 2024-09-06T15:12:19.835818+0000 mgr.smithi079.ijsnjl (mgr.14195) 283 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:12:21.260 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:12:20 smithi079 bash[19963]: cluster 2024-09-06T15:12:19.835818+0000 mgr.smithi079.ijsnjl (mgr.14195) 283 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:12:21.260 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:12:20 smithi079 bash[19963]: audit 2024-09-06T15:12:20.355805+0000 mon.smithi079 (mon.0) 792 : audit [DBG] from='client.? 172.21.15.79:0/2620292758' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-06T15:12:21.260 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:12:20 smithi079 bash[19963]: audit 2024-09-06T15:12:20.355805+0000 mon.smithi079 (mon.0) 792 : audit [DBG] from='client.? 172.21.15.79:0/2620292758' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-06T15:12:23.158 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:12:22 smithi090 bash[25332]: cluster 2024-09-06T15:12:21.836458+0000 mgr.smithi079.ijsnjl (mgr.14195) 284 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:12:23.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:12:22 smithi090 bash[25332]: cluster 2024-09-06T15:12:21.836458+0000 mgr.smithi079.ijsnjl (mgr.14195) 284 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:12:23.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:12:22 smithi079 bash[19963]: cluster 2024-09-06T15:12:21.836458+0000 mgr.smithi079.ijsnjl (mgr.14195) 284 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:12:23.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:12:22 smithi079 bash[19963]: cluster 2024-09-06T15:12:21.836458+0000 mgr.smithi079.ijsnjl (mgr.14195) 284 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:12:23.993 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8b38c33cecf4b0b7a9b3116eb9089e21e444ac73 shell --fsid d8ce0702-6c60-11ef-bce4-c7b262605968 -- ceph health --format=json 2024-09-06T15:12:25.158 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:12:24 smithi090 bash[25332]: cluster 2024-09-06T15:12:23.837116+0000 mgr.smithi079.ijsnjl (mgr.14195) 285 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:12:25.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:12:24 smithi090 bash[25332]: cluster 2024-09-06T15:12:23.837116+0000 mgr.smithi079.ijsnjl (mgr.14195) 285 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:12:25.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:12:24 smithi079 bash[19963]: cluster 2024-09-06T15:12:23.837116+0000 mgr.smithi079.ijsnjl (mgr.14195) 285 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:12:25.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:12:24 smithi079 bash[19963]: cluster 2024-09-06T15:12:23.837116+0000 mgr.smithi079.ijsnjl (mgr.14195) 285 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:12:26.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:12:25 smithi079 bash[19963]: cluster 2024-09-06T15:12:25.837818+0000 mgr.smithi079.ijsnjl (mgr.14195) 286 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:12:26.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:12:25 smithi079 bash[19963]: cluster 2024-09-06T15:12:25.837818+0000 mgr.smithi079.ijsnjl (mgr.14195) 286 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:12:26.408 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:12:25 smithi090 bash[25332]: cluster 2024-09-06T15:12:25.837818+0000 mgr.smithi079.ijsnjl (mgr.14195) 286 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:12:26.408 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:12:25 smithi090 bash[25332]: cluster 2024-09-06T15:12:25.837818+0000 mgr.smithi079.ijsnjl (mgr.14195) 286 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:12:28.806 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/mon.smithi079/config 2024-09-06T15:12:29.158 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:12:28 smithi090 bash[25332]: cluster 2024-09-06T15:12:27.838424+0000 mgr.smithi079.ijsnjl (mgr.14195) 287 : cluster [DBG] pgmap v244: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:12:29.158 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:12:28 smithi090 bash[25332]: cluster 2024-09-06T15:12:27.838424+0000 mgr.smithi079.ijsnjl (mgr.14195) 287 : cluster [DBG] pgmap v244: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:12:29.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:12:28 smithi079 bash[19963]: cluster 2024-09-06T15:12:27.838424+0000 mgr.smithi079.ijsnjl (mgr.14195) 287 : cluster [DBG] pgmap v244: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:12:29.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:12:28 smithi079 bash[19963]: cluster 2024-09-06T15:12:27.838424+0000 mgr.smithi079.ijsnjl (mgr.14195) 287 : cluster [DBG] pgmap v244: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:12:30.245 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-06T15:12:30.245 INFO:teuthology.orchestra.run.smithi079.stdout:{"status":"HEALTH_WARN","checks":{"MGR_MODULE_DEPENDENCY":{"severity":"HEALTH_WARN","summary":{"message":"Module 'volumes' has failed dependency: No module named 'ceph.fs'","count":1},"muted":false},"RECENT_MGR_MODULE_CRASH":{"severity":"HEALTH_WARN","summary":{"message":"4 mgr modules have recently crashed","count":4},"muted":false}},"mutes":[]} 2024-09-06T15:12:31.158 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:12:30 smithi090 bash[25332]: cluster 2024-09-06T15:12:29.839053+0000 mgr.smithi079.ijsnjl (mgr.14195) 288 : cluster [DBG] pgmap v245: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:12:31.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:12:30 smithi090 bash[25332]: cluster 2024-09-06T15:12:29.839053+0000 mgr.smithi079.ijsnjl (mgr.14195) 288 : cluster [DBG] pgmap v245: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:12:31.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:12:30 smithi090 bash[25332]: audit 2024-09-06T15:12:30.250035+0000 mon.smithi079 (mon.0) 793 : audit [DBG] from='client.? 172.21.15.79:0/940038967' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-06T15:12:31.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:12:30 smithi090 bash[25332]: audit 2024-09-06T15:12:30.250035+0000 mon.smithi079 (mon.0) 793 : audit [DBG] from='client.? 172.21.15.79:0/940038967' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-06T15:12:31.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:12:30 smithi079 bash[19963]: cluster 2024-09-06T15:12:29.839053+0000 mgr.smithi079.ijsnjl (mgr.14195) 288 : cluster [DBG] pgmap v245: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:12:31.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:12:30 smithi079 bash[19963]: cluster 2024-09-06T15:12:29.839053+0000 mgr.smithi079.ijsnjl (mgr.14195) 288 : cluster [DBG] pgmap v245: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:12:31.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:12:30 smithi079 bash[19963]: audit 2024-09-06T15:12:30.250035+0000 mon.smithi079 (mon.0) 793 : audit [DBG] from='client.? 172.21.15.79:0/940038967' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-06T15:12:31.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:12:30 smithi079 bash[19963]: audit 2024-09-06T15:12:30.250035+0000 mon.smithi079 (mon.0) 793 : audit [DBG] from='client.? 172.21.15.79:0/940038967' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-06T15:12:32.158 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:12:31 smithi090 bash[25332]: audit 2024-09-06T15:12:31.264459+0000 mon.smithi079 (mon.0) 794 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:12:32.158 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:12:31 smithi090 bash[25332]: audit 2024-09-06T15:12:31.264459+0000 mon.smithi079 (mon.0) 794 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:12:32.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:12:31 smithi079 bash[19963]: audit 2024-09-06T15:12:31.264459+0000 mon.smithi079 (mon.0) 794 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:12:32.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:12:31 smithi079 bash[19963]: audit 2024-09-06T15:12:31.264459+0000 mon.smithi079 (mon.0) 794 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:12:33.158 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:12:32 smithi090 bash[25332]: cluster 2024-09-06T15:12:31.839719+0000 mgr.smithi079.ijsnjl (mgr.14195) 289 : cluster [DBG] pgmap v246: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:12:33.158 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:12:32 smithi090 bash[25332]: cluster 2024-09-06T15:12:31.839719+0000 mgr.smithi079.ijsnjl (mgr.14195) 289 : cluster [DBG] pgmap v246: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:12:33.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:12:32 smithi079 bash[19963]: cluster 2024-09-06T15:12:31.839719+0000 mgr.smithi079.ijsnjl (mgr.14195) 289 : cluster [DBG] pgmap v246: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:12:33.283 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:12:32 smithi079 bash[19963]: cluster 2024-09-06T15:12:31.839719+0000 mgr.smithi079.ijsnjl (mgr.14195) 289 : cluster [DBG] pgmap v246: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:12:33.894 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8b38c33cecf4b0b7a9b3116eb9089e21e444ac73 shell --fsid d8ce0702-6c60-11ef-bce4-c7b262605968 -- ceph health --format=json 2024-09-06T15:12:34.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:12:33 smithi079 bash[19963]: cluster 2024-09-06T15:12:33.840354+0000 mgr.smithi079.ijsnjl (mgr.14195) 290 : cluster [DBG] pgmap v247: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:12:34.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:12:33 smithi079 bash[19963]: cluster 2024-09-06T15:12:33.840354+0000 mgr.smithi079.ijsnjl (mgr.14195) 290 : cluster [DBG] pgmap v247: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:12:34.408 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:12:33 smithi090 bash[25332]: cluster 2024-09-06T15:12:33.840354+0000 mgr.smithi079.ijsnjl (mgr.14195) 290 : cluster [DBG] pgmap v247: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:12:34.408 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:12:33 smithi090 bash[25332]: cluster 2024-09-06T15:12:33.840354+0000 mgr.smithi079.ijsnjl (mgr.14195) 290 : cluster [DBG] pgmap v247: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:12:37.158 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:12:36 smithi090 bash[25332]: cluster 2024-09-06T15:12:35.840996+0000 mgr.smithi079.ijsnjl (mgr.14195) 291 : cluster [DBG] pgmap v248: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:12:37.158 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:12:36 smithi090 bash[25332]: cluster 2024-09-06T15:12:35.840996+0000 mgr.smithi079.ijsnjl (mgr.14195) 291 : cluster [DBG] pgmap v248: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:12:37.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:12:36 smithi079 bash[19963]: cluster 2024-09-06T15:12:35.840996+0000 mgr.smithi079.ijsnjl (mgr.14195) 291 : cluster [DBG] pgmap v248: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:12:37.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:12:36 smithi079 bash[19963]: cluster 2024-09-06T15:12:35.840996+0000 mgr.smithi079.ijsnjl (mgr.14195) 291 : cluster [DBG] pgmap v248: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:12:38.709 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/mon.smithi079/config 2024-09-06T15:12:39.158 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:12:38 smithi090 bash[25332]: cluster 2024-09-06T15:12:37.841668+0000 mgr.smithi079.ijsnjl (mgr.14195) 292 : cluster [DBG] pgmap v249: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:12:39.158 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:12:38 smithi090 bash[25332]: cluster 2024-09-06T15:12:37.841668+0000 mgr.smithi079.ijsnjl (mgr.14195) 292 : cluster [DBG] pgmap v249: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:12:39.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:12:38 smithi079 bash[19963]: cluster 2024-09-06T15:12:37.841668+0000 mgr.smithi079.ijsnjl (mgr.14195) 292 : cluster [DBG] pgmap v249: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:12:39.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:12:38 smithi079 bash[19963]: cluster 2024-09-06T15:12:37.841668+0000 mgr.smithi079.ijsnjl (mgr.14195) 292 : cluster [DBG] pgmap v249: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:12:40.105 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-06T15:12:40.106 INFO:teuthology.orchestra.run.smithi079.stdout:{"status":"HEALTH_WARN","checks":{"MGR_MODULE_DEPENDENCY":{"severity":"HEALTH_WARN","summary":{"message":"Module 'volumes' has failed dependency: No module named 'ceph.fs'","count":1},"muted":false},"RECENT_MGR_MODULE_CRASH":{"severity":"HEALTH_WARN","summary":{"message":"4 mgr modules have recently crashed","count":4},"muted":false}},"mutes":[]} 2024-09-06T15:12:41.032 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:12:40 smithi079 bash[19963]: cluster 2024-09-06T15:12:39.842061+0000 mgr.smithi079.ijsnjl (mgr.14195) 293 : cluster [DBG] pgmap v250: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:12:41.032 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:12:40 smithi079 bash[19963]: cluster 2024-09-06T15:12:39.842061+0000 mgr.smithi079.ijsnjl (mgr.14195) 293 : cluster [DBG] pgmap v250: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:12:41.032 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:12:40 smithi079 bash[19963]: audit 2024-09-06T15:12:40.110851+0000 mon.smithi079 (mon.0) 795 : audit [DBG] from='client.? 172.21.15.79:0/2972508851' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-06T15:12:41.032 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:12:40 smithi079 bash[19963]: audit 2024-09-06T15:12:40.110851+0000 mon.smithi079 (mon.0) 795 : audit [DBG] from='client.? 172.21.15.79:0/2972508851' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-06T15:12:41.158 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:12:40 smithi090 bash[25332]: cluster 2024-09-06T15:12:39.842061+0000 mgr.smithi079.ijsnjl (mgr.14195) 293 : cluster [DBG] pgmap v250: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:12:41.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:12:40 smithi090 bash[25332]: cluster 2024-09-06T15:12:39.842061+0000 mgr.smithi079.ijsnjl (mgr.14195) 293 : cluster [DBG] pgmap v250: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:12:41.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:12:40 smithi090 bash[25332]: audit 2024-09-06T15:12:40.110851+0000 mon.smithi079 (mon.0) 795 : audit [DBG] from='client.? 172.21.15.79:0/2972508851' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-06T15:12:41.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:12:40 smithi090 bash[25332]: audit 2024-09-06T15:12:40.110851+0000 mon.smithi079 (mon.0) 795 : audit [DBG] from='client.? 172.21.15.79:0/2972508851' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-06T15:12:42.158 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:12:41 smithi090 bash[25332]: cluster 2024-09-06T15:12:41.842599+0000 mgr.smithi079.ijsnjl (mgr.14195) 294 : cluster [DBG] pgmap v251: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:12:42.158 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:12:41 smithi090 bash[25332]: cluster 2024-09-06T15:12:41.842599+0000 mgr.smithi079.ijsnjl (mgr.14195) 294 : cluster [DBG] pgmap v251: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:12:42.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:12:41 smithi079 bash[19963]: cluster 2024-09-06T15:12:41.842599+0000 mgr.smithi079.ijsnjl (mgr.14195) 294 : cluster [DBG] pgmap v251: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:12:42.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:12:41 smithi079 bash[19963]: cluster 2024-09-06T15:12:41.842599+0000 mgr.smithi079.ijsnjl (mgr.14195) 294 : cluster [DBG] pgmap v251: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:12:43.721 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8b38c33cecf4b0b7a9b3116eb9089e21e444ac73 shell --fsid d8ce0702-6c60-11ef-bce4-c7b262605968 -- ceph health --format=json 2024-09-06T15:12:45.158 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:12:44 smithi090 bash[25332]: cluster 2024-09-06T15:12:43.843229+0000 mgr.smithi079.ijsnjl (mgr.14195) 295 : cluster [DBG] pgmap v252: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:12:45.158 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:12:44 smithi090 bash[25332]: cluster 2024-09-06T15:12:43.843229+0000 mgr.smithi079.ijsnjl (mgr.14195) 295 : cluster [DBG] pgmap v252: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:12:45.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:12:44 smithi079 bash[19963]: cluster 2024-09-06T15:12:43.843229+0000 mgr.smithi079.ijsnjl (mgr.14195) 295 : cluster [DBG] pgmap v252: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:12:45.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:12:44 smithi079 bash[19963]: cluster 2024-09-06T15:12:43.843229+0000 mgr.smithi079.ijsnjl (mgr.14195) 295 : cluster [DBG] pgmap v252: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:12:47.158 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:12:46 smithi090 bash[25332]: cluster 2024-09-06T15:12:45.843863+0000 mgr.smithi079.ijsnjl (mgr.14195) 296 : cluster [DBG] pgmap v253: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:12:47.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:12:46 smithi090 bash[25332]: cluster 2024-09-06T15:12:45.843863+0000 mgr.smithi079.ijsnjl (mgr.14195) 296 : cluster [DBG] pgmap v253: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:12:47.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:12:46 smithi090 bash[25332]: audit 2024-09-06T15:12:46.264833+0000 mon.smithi079 (mon.0) 796 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:12:47.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:12:46 smithi090 bash[25332]: audit 2024-09-06T15:12:46.264833+0000 mon.smithi079 (mon.0) 796 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:12:47.248 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:12:46 smithi079 bash[19963]: cluster 2024-09-06T15:12:45.843863+0000 mgr.smithi079.ijsnjl (mgr.14195) 296 : cluster [DBG] pgmap v253: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:12:47.249 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:12:46 smithi079 bash[19963]: cluster 2024-09-06T15:12:45.843863+0000 mgr.smithi079.ijsnjl (mgr.14195) 296 : cluster [DBG] pgmap v253: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:12:47.249 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:12:46 smithi079 bash[19963]: audit 2024-09-06T15:12:46.264833+0000 mon.smithi079 (mon.0) 796 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:12:47.249 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:12:46 smithi079 bash[19963]: audit 2024-09-06T15:12:46.264833+0000 mon.smithi079 (mon.0) 796 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:12:48.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:12:47 smithi079 bash[19963]: cluster 2024-09-06T15:12:47.844526+0000 mgr.smithi079.ijsnjl (mgr.14195) 297 : cluster [DBG] pgmap v254: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:12:48.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:12:47 smithi079 bash[19963]: cluster 2024-09-06T15:12:47.844526+0000 mgr.smithi079.ijsnjl (mgr.14195) 297 : cluster [DBG] pgmap v254: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:12:48.408 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:12:47 smithi090 bash[25332]: cluster 2024-09-06T15:12:47.844526+0000 mgr.smithi079.ijsnjl (mgr.14195) 297 : cluster [DBG] pgmap v254: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:12:48.408 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:12:47 smithi090 bash[25332]: cluster 2024-09-06T15:12:47.844526+0000 mgr.smithi079.ijsnjl (mgr.14195) 297 : cluster [DBG] pgmap v254: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:12:48.541 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/mon.smithi079/config 2024-09-06T15:12:49.914 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-06T15:12:49.915 INFO:teuthology.orchestra.run.smithi079.stdout:{"status":"HEALTH_WARN","checks":{"MGR_MODULE_DEPENDENCY":{"severity":"HEALTH_WARN","summary":{"message":"Module 'volumes' has failed dependency: No module named 'ceph.fs'","count":1},"muted":false},"RECENT_MGR_MODULE_CRASH":{"severity":"HEALTH_WARN","summary":{"message":"4 mgr modules have recently crashed","count":4},"muted":false}},"mutes":[]} 2024-09-06T15:12:51.158 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:12:50 smithi090 bash[25332]: cluster 2024-09-06T15:12:49.845138+0000 mgr.smithi079.ijsnjl (mgr.14195) 298 : cluster [DBG] pgmap v255: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:12:51.158 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:12:50 smithi090 bash[25332]: cluster 2024-09-06T15:12:49.845138+0000 mgr.smithi079.ijsnjl (mgr.14195) 298 : cluster [DBG] pgmap v255: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:12:51.158 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:12:50 smithi090 bash[25332]: audit 2024-09-06T15:12:49.919607+0000 mon.smithi079 (mon.0) 797 : audit [DBG] from='client.? 172.21.15.79:0/2986289023' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-06T15:12:51.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:12:50 smithi090 bash[25332]: audit 2024-09-06T15:12:49.919607+0000 mon.smithi079 (mon.0) 797 : audit [DBG] from='client.? 172.21.15.79:0/2986289023' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-06T15:12:51.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:12:50 smithi079 bash[19963]: cluster 2024-09-06T15:12:49.845138+0000 mgr.smithi079.ijsnjl (mgr.14195) 298 : cluster [DBG] pgmap v255: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:12:51.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:12:50 smithi079 bash[19963]: cluster 2024-09-06T15:12:49.845138+0000 mgr.smithi079.ijsnjl (mgr.14195) 298 : cluster [DBG] pgmap v255: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:12:51.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:12:50 smithi079 bash[19963]: audit 2024-09-06T15:12:49.919607+0000 mon.smithi079 (mon.0) 797 : audit [DBG] from='client.? 172.21.15.79:0/2986289023' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-06T15:12:51.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:12:50 smithi079 bash[19963]: audit 2024-09-06T15:12:49.919607+0000 mon.smithi079 (mon.0) 797 : audit [DBG] from='client.? 172.21.15.79:0/2986289023' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-06T15:12:53.158 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:12:52 smithi090 bash[25332]: cluster 2024-09-06T15:12:51.845926+0000 mgr.smithi079.ijsnjl (mgr.14195) 299 : cluster [DBG] pgmap v256: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:12:53.158 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:12:52 smithi090 bash[25332]: cluster 2024-09-06T15:12:51.845926+0000 mgr.smithi079.ijsnjl (mgr.14195) 299 : cluster [DBG] pgmap v256: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:12:53.281 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:12:52 smithi079 bash[19963]: cluster 2024-09-06T15:12:51.845926+0000 mgr.smithi079.ijsnjl (mgr.14195) 299 : cluster [DBG] pgmap v256: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:12:53.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:12:52 smithi079 bash[19963]: cluster 2024-09-06T15:12:51.845926+0000 mgr.smithi079.ijsnjl (mgr.14195) 299 : cluster [DBG] pgmap v256: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:12:53.576 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8b38c33cecf4b0b7a9b3116eb9089e21e444ac73 shell --fsid d8ce0702-6c60-11ef-bce4-c7b262605968 -- ceph health --format=json 2024-09-06T15:12:54.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:12:53 smithi079 bash[19963]: cluster 2024-09-06T15:12:53.846345+0000 mgr.smithi079.ijsnjl (mgr.14195) 300 : cluster [DBG] pgmap v257: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:12:54.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:12:53 smithi079 bash[19963]: cluster 2024-09-06T15:12:53.846345+0000 mgr.smithi079.ijsnjl (mgr.14195) 300 : cluster [DBG] pgmap v257: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:12:54.408 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:12:53 smithi090 bash[25332]: cluster 2024-09-06T15:12:53.846345+0000 mgr.smithi079.ijsnjl (mgr.14195) 300 : cluster [DBG] pgmap v257: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:12:54.408 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:12:53 smithi090 bash[25332]: cluster 2024-09-06T15:12:53.846345+0000 mgr.smithi079.ijsnjl (mgr.14195) 300 : cluster [DBG] pgmap v257: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:12:57.158 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:12:56 smithi090 bash[25332]: cluster 2024-09-06T15:12:55.846802+0000 mgr.smithi079.ijsnjl (mgr.14195) 301 : cluster [DBG] pgmap v258: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:12:57.158 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:12:56 smithi090 bash[25332]: cluster 2024-09-06T15:12:55.846802+0000 mgr.smithi079.ijsnjl (mgr.14195) 301 : cluster [DBG] pgmap v258: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:12:57.281 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:12:56 smithi079 bash[19963]: cluster 2024-09-06T15:12:55.846802+0000 mgr.smithi079.ijsnjl (mgr.14195) 301 : cluster [DBG] pgmap v258: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:12:57.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:12:56 smithi079 bash[19963]: cluster 2024-09-06T15:12:55.846802+0000 mgr.smithi079.ijsnjl (mgr.14195) 301 : cluster [DBG] pgmap v258: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:12:58.395 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/mon.smithi079/config 2024-09-06T15:12:59.158 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:12:58 smithi090 bash[25332]: cluster 2024-09-06T15:12:57.847416+0000 mgr.smithi079.ijsnjl (mgr.14195) 302 : cluster [DBG] pgmap v259: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:12:59.158 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:12:58 smithi090 bash[25332]: cluster 2024-09-06T15:12:57.847416+0000 mgr.smithi079.ijsnjl (mgr.14195) 302 : cluster [DBG] pgmap v259: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:12:59.281 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:12:58 smithi079 bash[19963]: cluster 2024-09-06T15:12:57.847416+0000 mgr.smithi079.ijsnjl (mgr.14195) 302 : cluster [DBG] pgmap v259: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:12:59.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:12:58 smithi079 bash[19963]: cluster 2024-09-06T15:12:57.847416+0000 mgr.smithi079.ijsnjl (mgr.14195) 302 : cluster [DBG] pgmap v259: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:12:59.876 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-06T15:12:59.877 INFO:teuthology.orchestra.run.smithi079.stdout:{"status":"HEALTH_WARN","checks":{"MGR_MODULE_DEPENDENCY":{"severity":"HEALTH_WARN","summary":{"message":"Module 'volumes' has failed dependency: No module named 'ceph.fs'","count":1},"muted":false},"RECENT_MGR_MODULE_CRASH":{"severity":"HEALTH_WARN","summary":{"message":"4 mgr modules have recently crashed","count":4},"muted":false}},"mutes":[]} 2024-09-06T15:13:00.158 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:12:59 smithi090 bash[25332]: cluster 2024-09-06T15:12:59.847996+0000 mgr.smithi079.ijsnjl (mgr.14195) 303 : cluster [DBG] pgmap v260: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:13:00.158 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:12:59 smithi090 bash[25332]: cluster 2024-09-06T15:12:59.847996+0000 mgr.smithi079.ijsnjl (mgr.14195) 303 : cluster [DBG] pgmap v260: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:13:00.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:12:59 smithi090 bash[25332]: audit 2024-09-06T15:12:59.881868+0000 mon.smithi079 (mon.0) 798 : audit [DBG] from='client.? 172.21.15.79:0/3108365526' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-06T15:13:00.159 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:12:59 smithi090 bash[25332]: audit 2024-09-06T15:12:59.881868+0000 mon.smithi079 (mon.0) 798 : audit [DBG] from='client.? 172.21.15.79:0/3108365526' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-06T15:13:00.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:12:59 smithi079 bash[19963]: cluster 2024-09-06T15:12:59.847996+0000 mgr.smithi079.ijsnjl (mgr.14195) 303 : cluster [DBG] pgmap v260: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:13:00.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:12:59 smithi079 bash[19963]: cluster 2024-09-06T15:12:59.847996+0000 mgr.smithi079.ijsnjl (mgr.14195) 303 : cluster [DBG] pgmap v260: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:13:00.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:12:59 smithi079 bash[19963]: audit 2024-09-06T15:12:59.881868+0000 mon.smithi079 (mon.0) 798 : audit [DBG] from='client.? 172.21.15.79:0/3108365526' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-06T15:13:00.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:12:59 smithi079 bash[19963]: audit 2024-09-06T15:12:59.881868+0000 mon.smithi079 (mon.0) 798 : audit [DBG] from='client.? 172.21.15.79:0/3108365526' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-06T15:13:01.658 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:13:01 smithi090 bash[25332]: audit 2024-09-06T15:13:01.265362+0000 mon.smithi079 (mon.0) 799 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:13:01.658 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:13:01 smithi090 bash[25332]: audit 2024-09-06T15:13:01.265362+0000 mon.smithi079 (mon.0) 799 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:13:01.781 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:13:01 smithi079 bash[19963]: audit 2024-09-06T15:13:01.265362+0000 mon.smithi079 (mon.0) 799 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:13:01.782 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:13:01 smithi079 bash[19963]: audit 2024-09-06T15:13:01.265362+0000 mon.smithi079 (mon.0) 799 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:13:02.658 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:13:02 smithi090 bash[25332]: cluster 2024-09-06T15:13:01.848647+0000 mgr.smithi079.ijsnjl (mgr.14195) 304 : cluster [DBG] pgmap v261: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:13:02.658 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:13:02 smithi090 bash[25332]: cluster 2024-09-06T15:13:01.848647+0000 mgr.smithi079.ijsnjl (mgr.14195) 304 : cluster [DBG] pgmap v261: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:13:02.781 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:13:02 smithi079 bash[19963]: cluster 2024-09-06T15:13:01.848647+0000 mgr.smithi079.ijsnjl (mgr.14195) 304 : cluster [DBG] pgmap v261: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:13:02.782 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:13:02 smithi079 bash[19963]: cluster 2024-09-06T15:13:01.848647+0000 mgr.smithi079.ijsnjl (mgr.14195) 304 : cluster [DBG] pgmap v261: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:13:03.543 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8b38c33cecf4b0b7a9b3116eb9089e21e444ac73 shell --fsid d8ce0702-6c60-11ef-bce4-c7b262605968 -- ceph health --format=json 2024-09-06T15:13:05.158 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:13:04 smithi090 bash[25332]: cluster 2024-09-06T15:13:03.849280+0000 mgr.smithi079.ijsnjl (mgr.14195) 305 : cluster [DBG] pgmap v262: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:13:05.158 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:13:04 smithi090 bash[25332]: cluster 2024-09-06T15:13:03.849280+0000 mgr.smithi079.ijsnjl (mgr.14195) 305 : cluster [DBG] pgmap v262: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:13:05.281 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:13:04 smithi079 bash[19963]: cluster 2024-09-06T15:13:03.849280+0000 mgr.smithi079.ijsnjl (mgr.14195) 305 : cluster [DBG] pgmap v262: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:13:05.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:13:04 smithi079 bash[19963]: cluster 2024-09-06T15:13:03.849280+0000 mgr.smithi079.ijsnjl (mgr.14195) 305 : cluster [DBG] pgmap v262: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:13:07.158 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:13:06 smithi090 bash[25332]: cluster 2024-09-06T15:13:05.849973+0000 mgr.smithi079.ijsnjl (mgr.14195) 306 : cluster [DBG] pgmap v263: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:13:07.158 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:13:06 smithi090 bash[25332]: cluster 2024-09-06T15:13:05.849973+0000 mgr.smithi079.ijsnjl (mgr.14195) 306 : cluster [DBG] pgmap v263: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:13:07.281 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:13:06 smithi079 bash[19963]: cluster 2024-09-06T15:13:05.849973+0000 mgr.smithi079.ijsnjl (mgr.14195) 306 : cluster [DBG] pgmap v263: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:13:07.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:13:06 smithi079 bash[19963]: cluster 2024-09-06T15:13:05.849973+0000 mgr.smithi079.ijsnjl (mgr.14195) 306 : cluster [DBG] pgmap v263: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:13:08.281 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:13:07 smithi079 bash[19963]: cluster 2024-09-06T15:13:07.850518+0000 mgr.smithi079.ijsnjl (mgr.14195) 307 : cluster [DBG] pgmap v264: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:13:08.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:13:07 smithi079 bash[19963]: cluster 2024-09-06T15:13:07.850518+0000 mgr.smithi079.ijsnjl (mgr.14195) 307 : cluster [DBG] pgmap v264: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:13:08.362 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/mon.smithi079/config 2024-09-06T15:13:08.408 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:13:07 smithi090 bash[25332]: cluster 2024-09-06T15:13:07.850518+0000 mgr.smithi079.ijsnjl (mgr.14195) 307 : cluster [DBG] pgmap v264: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:13:08.408 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:13:07 smithi090 bash[25332]: cluster 2024-09-06T15:13:07.850518+0000 mgr.smithi079.ijsnjl (mgr.14195) 307 : cluster [DBG] pgmap v264: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:13:09.738 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-06T15:13:09.738 INFO:teuthology.orchestra.run.smithi079.stdout:{"status":"HEALTH_WARN","checks":{"MGR_MODULE_DEPENDENCY":{"severity":"HEALTH_WARN","summary":{"message":"Module 'volumes' has failed dependency: No module named 'ceph.fs'","count":1},"muted":false},"RECENT_MGR_MODULE_CRASH":{"severity":"HEALTH_WARN","summary":{"message":"4 mgr modules have recently crashed","count":4},"muted":false}},"mutes":[]} 2024-09-06T15:13:10.031 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:13:09 smithi079 bash[19963]: audit 2024-09-06T15:13:09.744023+0000 mon.smithi079 (mon.0) 800 : audit [DBG] from='client.? 172.21.15.79:0/3787058329' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-06T15:13:10.031 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:13:09 smithi079 bash[19963]: audit 2024-09-06T15:13:09.744023+0000 mon.smithi079 (mon.0) 800 : audit [DBG] from='client.? 172.21.15.79:0/3787058329' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-06T15:13:10.158 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:13:09 smithi090 bash[25332]: audit 2024-09-06T15:13:09.744023+0000 mon.smithi079 (mon.0) 800 : audit [DBG] from='client.? 172.21.15.79:0/3787058329' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-06T15:13:10.158 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:13:09 smithi090 bash[25332]: audit 2024-09-06T15:13:09.744023+0000 mon.smithi079 (mon.0) 800 : audit [DBG] from='client.? 172.21.15.79:0/3787058329' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-06T15:13:11.158 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:13:10 smithi090 bash[25332]: cluster 2024-09-06T15:13:09.850962+0000 mgr.smithi079.ijsnjl (mgr.14195) 308 : cluster [DBG] pgmap v265: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:13:11.158 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:13:10 smithi090 bash[25332]: cluster 2024-09-06T15:13:09.850962+0000 mgr.smithi079.ijsnjl (mgr.14195) 308 : cluster [DBG] pgmap v265: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:13:11.281 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:13:10 smithi079 bash[19963]: cluster 2024-09-06T15:13:09.850962+0000 mgr.smithi079.ijsnjl (mgr.14195) 308 : cluster [DBG] pgmap v265: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:13:11.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:13:10 smithi079 bash[19963]: cluster 2024-09-06T15:13:09.850962+0000 mgr.smithi079.ijsnjl (mgr.14195) 308 : cluster [DBG] pgmap v265: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:13:13.158 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:13:12 smithi090 bash[25332]: cluster 2024-09-06T15:13:11.851572+0000 mgr.smithi079.ijsnjl (mgr.14195) 309 : cluster [DBG] pgmap v266: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:13:13.158 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:13:12 smithi090 bash[25332]: cluster 2024-09-06T15:13:11.851572+0000 mgr.smithi079.ijsnjl (mgr.14195) 309 : cluster [DBG] pgmap v266: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:13:13.186 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:13:12 smithi079 bash[19963]: cluster 2024-09-06T15:13:11.851572+0000 mgr.smithi079.ijsnjl (mgr.14195) 309 : cluster [DBG] pgmap v266: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:13:13.186 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:13:12 smithi079 bash[19963]: cluster 2024-09-06T15:13:11.851572+0000 mgr.smithi079.ijsnjl (mgr.14195) 309 : cluster [DBG] pgmap v266: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:13:13.375 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8b38c33cecf4b0b7a9b3116eb9089e21e444ac73 shell --fsid d8ce0702-6c60-11ef-bce4-c7b262605968 -- ceph health --format=json 2024-09-06T15:13:14.281 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:13:13 smithi079 bash[19963]: cluster 2024-09-06T15:13:13.852238+0000 mgr.smithi079.ijsnjl (mgr.14195) 310 : cluster [DBG] pgmap v267: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:13:14.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:13:13 smithi079 bash[19963]: cluster 2024-09-06T15:13:13.852238+0000 mgr.smithi079.ijsnjl (mgr.14195) 310 : cluster [DBG] pgmap v267: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:13:14.408 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:13:13 smithi090 bash[25332]: cluster 2024-09-06T15:13:13.852238+0000 mgr.smithi079.ijsnjl (mgr.14195) 310 : cluster [DBG] pgmap v267: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:13:14.408 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:13:13 smithi090 bash[25332]: cluster 2024-09-06T15:13:13.852238+0000 mgr.smithi079.ijsnjl (mgr.14195) 310 : cluster [DBG] pgmap v267: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:13:15.281 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:13:14 smithi079 bash[19963]: audit 2024-09-06T15:13:14.466757+0000 mon.smithi079 (mon.0) 801 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-06T15:13:15.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:13:14 smithi079 bash[19963]: audit 2024-09-06T15:13:14.466757+0000 mon.smithi079 (mon.0) 801 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-06T15:13:15.408 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:13:14 smithi090 bash[25332]: audit 2024-09-06T15:13:14.466757+0000 mon.smithi079 (mon.0) 801 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-06T15:13:15.408 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:13:14 smithi090 bash[25332]: audit 2024-09-06T15:13:14.466757+0000 mon.smithi079 (mon.0) 801 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-06T15:13:16.281 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:13:15 smithi079 bash[19963]: cluster 2024-09-06T15:13:15.852893+0000 mgr.smithi079.ijsnjl (mgr.14195) 311 : cluster [DBG] pgmap v268: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:13:16.281 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:13:15 smithi079 bash[19963]: cluster 2024-09-06T15:13:15.852893+0000 mgr.smithi079.ijsnjl (mgr.14195) 311 : cluster [DBG] pgmap v268: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:13:16.408 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:13:15 smithi090 bash[25332]: cluster 2024-09-06T15:13:15.852893+0000 mgr.smithi079.ijsnjl (mgr.14195) 311 : cluster [DBG] pgmap v268: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:13:16.408 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:13:15 smithi090 bash[25332]: cluster 2024-09-06T15:13:15.852893+0000 mgr.smithi079.ijsnjl (mgr.14195) 311 : cluster [DBG] pgmap v268: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:13:17.281 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:13:16 smithi079 bash[19963]: audit 2024-09-06T15:13:16.265560+0000 mon.smithi079 (mon.0) 802 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:13:17.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:13:16 smithi079 bash[19963]: audit 2024-09-06T15:13:16.265560+0000 mon.smithi079 (mon.0) 802 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:13:17.408 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:13:16 smithi090 bash[25332]: audit 2024-09-06T15:13:16.265560+0000 mon.smithi079 (mon.0) 802 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:13:17.408 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:13:16 smithi090 bash[25332]: audit 2024-09-06T15:13:16.265560+0000 mon.smithi079 (mon.0) 802 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:13:18.196 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/mon.smithi079/config 2024-09-06T15:13:18.281 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:13:17 smithi079 bash[19963]: cluster 2024-09-06T15:13:17.853571+0000 mgr.smithi079.ijsnjl (mgr.14195) 312 : cluster [DBG] pgmap v269: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:13:18.281 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:13:17 smithi079 bash[19963]: cluster 2024-09-06T15:13:17.853571+0000 mgr.smithi079.ijsnjl (mgr.14195) 312 : cluster [DBG] pgmap v269: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:13:18.408 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:13:17 smithi090 bash[25332]: cluster 2024-09-06T15:13:17.853571+0000 mgr.smithi079.ijsnjl (mgr.14195) 312 : cluster [DBG] pgmap v269: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:13:18.408 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:13:17 smithi090 bash[25332]: cluster 2024-09-06T15:13:17.853571+0000 mgr.smithi079.ijsnjl (mgr.14195) 312 : cluster [DBG] pgmap v269: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:13:19.583 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-06T15:13:19.583 INFO:teuthology.orchestra.run.smithi079.stdout:{"status":"HEALTH_WARN","checks":{"MGR_MODULE_DEPENDENCY":{"severity":"HEALTH_WARN","summary":{"message":"Module 'volumes' has failed dependency: No module named 'ceph.fs'","count":1},"muted":false},"RECENT_MGR_MODULE_CRASH":{"severity":"HEALTH_WARN","summary":{"message":"4 mgr modules have recently crashed","count":4},"muted":false}},"mutes":[]} 2024-09-06T15:13:19.908 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:13:19 smithi090 bash[25332]: audit 2024-09-06T15:13:19.588490+0000 mon.smithi079 (mon.0) 803 : audit [DBG] from='client.? 172.21.15.79:0/890349960' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-06T15:13:19.908 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:13:19 smithi090 bash[25332]: audit 2024-09-06T15:13:19.588490+0000 mon.smithi079 (mon.0) 803 : audit [DBG] from='client.? 172.21.15.79:0/890349960' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-06T15:13:20.031 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:13:19 smithi079 bash[19963]: audit 2024-09-06T15:13:19.588490+0000 mon.smithi079 (mon.0) 803 : audit [DBG] from='client.? 172.21.15.79:0/890349960' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-06T15:13:20.031 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:13:19 smithi079 bash[19963]: audit 2024-09-06T15:13:19.588490+0000 mon.smithi079 (mon.0) 803 : audit [DBG] from='client.? 172.21.15.79:0/890349960' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-06T15:13:20.909 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:13:20 smithi090 bash[25332]: cluster 2024-09-06T15:13:19.854032+0000 mgr.smithi079.ijsnjl (mgr.14195) 313 : cluster [DBG] pgmap v270: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:13:20.909 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:13:20 smithi090 bash[25332]: cluster 2024-09-06T15:13:19.854032+0000 mgr.smithi079.ijsnjl (mgr.14195) 313 : cluster [DBG] pgmap v270: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:13:20.909 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:13:20 smithi090 bash[25332]: audit 2024-09-06T15:13:20.028750+0000 mon.smithi079 (mon.0) 804 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:13:20.909 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:13:20 smithi090 bash[25332]: audit 2024-09-06T15:13:20.028750+0000 mon.smithi079 (mon.0) 804 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:13:20.909 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:13:20 smithi090 bash[25332]: audit 2024-09-06T15:13:20.038364+0000 mon.smithi079 (mon.0) 805 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:13:20.909 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:13:20 smithi090 bash[25332]: audit 2024-09-06T15:13:20.038364+0000 mon.smithi079 (mon.0) 805 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:13:20.909 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:13:20 smithi090 bash[25332]: audit 2024-09-06T15:13:20.059209+0000 mon.smithi079 (mon.0) 806 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:13:20.909 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:13:20 smithi090 bash[25332]: audit 2024-09-06T15:13:20.059209+0000 mon.smithi079 (mon.0) 806 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:13:20.909 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:13:20 smithi090 bash[25332]: audit 2024-09-06T15:13:20.063423+0000 mon.smithi079 (mon.0) 807 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:13:20.909 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:13:20 smithi090 bash[25332]: audit 2024-09-06T15:13:20.063423+0000 mon.smithi079 (mon.0) 807 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:13:21.031 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:13:20 smithi079 bash[19963]: cluster 2024-09-06T15:13:19.854032+0000 mgr.smithi079.ijsnjl (mgr.14195) 313 : cluster [DBG] pgmap v270: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:13:21.032 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:13:20 smithi079 bash[19963]: cluster 2024-09-06T15:13:19.854032+0000 mgr.smithi079.ijsnjl (mgr.14195) 313 : cluster [DBG] pgmap v270: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:13:21.032 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:13:20 smithi079 bash[19963]: audit 2024-09-06T15:13:20.028750+0000 mon.smithi079 (mon.0) 804 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:13:21.032 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:13:20 smithi079 bash[19963]: audit 2024-09-06T15:13:20.028750+0000 mon.smithi079 (mon.0) 804 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:13:21.032 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:13:20 smithi079 bash[19963]: audit 2024-09-06T15:13:20.038364+0000 mon.smithi079 (mon.0) 805 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:13:21.032 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:13:20 smithi079 bash[19963]: audit 2024-09-06T15:13:20.038364+0000 mon.smithi079 (mon.0) 805 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:13:21.032 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:13:20 smithi079 bash[19963]: audit 2024-09-06T15:13:20.059209+0000 mon.smithi079 (mon.0) 806 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:13:21.032 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:13:20 smithi079 bash[19963]: audit 2024-09-06T15:13:20.059209+0000 mon.smithi079 (mon.0) 806 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:13:21.032 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:13:20 smithi079 bash[19963]: audit 2024-09-06T15:13:20.063423+0000 mon.smithi079 (mon.0) 807 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:13:21.032 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:13:20 smithi079 bash[19963]: audit 2024-09-06T15:13:20.063423+0000 mon.smithi079 (mon.0) 807 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:13:21.908 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:13:21 smithi090 bash[25332]: audit 2024-09-06T15:13:20.705250+0000 mon.smithi079 (mon.0) 808 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:13:21.909 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:13:21 smithi090 bash[25332]: audit 2024-09-06T15:13:20.705250+0000 mon.smithi079 (mon.0) 808 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:13:21.909 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:13:21 smithi090 bash[25332]: audit 2024-09-06T15:13:20.706730+0000 mon.smithi079 (mon.0) 809 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-06T15:13:21.909 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:13:21 smithi090 bash[25332]: audit 2024-09-06T15:13:20.706730+0000 mon.smithi079 (mon.0) 809 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-06T15:13:21.909 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:13:21 smithi090 bash[25332]: audit 2024-09-06T15:13:20.715167+0000 mon.smithi079 (mon.0) 810 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:13:21.909 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:13:21 smithi090 bash[25332]: audit 2024-09-06T15:13:20.715167+0000 mon.smithi079 (mon.0) 810 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:13:21.909 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:13:21 smithi090 bash[25332]: audit 2024-09-06T15:13:20.721645+0000 mon.smithi079 (mon.0) 811 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-06T15:13:21.909 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:13:21 smithi090 bash[25332]: audit 2024-09-06T15:13:20.721645+0000 mon.smithi079 (mon.0) 811 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-06T15:13:22.031 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:13:21 smithi079 bash[19963]: audit 2024-09-06T15:13:20.705250+0000 mon.smithi079 (mon.0) 808 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:13:22.032 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:13:21 smithi079 bash[19963]: audit 2024-09-06T15:13:20.705250+0000 mon.smithi079 (mon.0) 808 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:13:22.032 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:13:21 smithi079 bash[19963]: audit 2024-09-06T15:13:20.706730+0000 mon.smithi079 (mon.0) 809 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-06T15:13:22.032 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:13:21 smithi079 bash[19963]: audit 2024-09-06T15:13:20.706730+0000 mon.smithi079 (mon.0) 809 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-06T15:13:22.032 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:13:21 smithi079 bash[19963]: audit 2024-09-06T15:13:20.715167+0000 mon.smithi079 (mon.0) 810 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:13:22.032 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:13:21 smithi079 bash[19963]: audit 2024-09-06T15:13:20.715167+0000 mon.smithi079 (mon.0) 810 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:13:22.032 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:13:21 smithi079 bash[19963]: audit 2024-09-06T15:13:20.721645+0000 mon.smithi079 (mon.0) 811 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-06T15:13:22.032 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:13:21 smithi079 bash[19963]: audit 2024-09-06T15:13:20.721645+0000 mon.smithi079 (mon.0) 811 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-06T15:13:22.908 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:13:22 smithi090 bash[25332]: cluster 2024-09-06T15:13:21.854648+0000 mgr.smithi079.ijsnjl (mgr.14195) 314 : cluster [DBG] pgmap v271: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:13:22.908 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:13:22 smithi090 bash[25332]: cluster 2024-09-06T15:13:21.854648+0000 mgr.smithi079.ijsnjl (mgr.14195) 314 : cluster [DBG] pgmap v271: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:13:23.031 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:13:22 smithi079 bash[19963]: cluster 2024-09-06T15:13:21.854648+0000 mgr.smithi079.ijsnjl (mgr.14195) 314 : cluster [DBG] pgmap v271: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:13:23.062 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:13:22 smithi079 bash[19963]: cluster 2024-09-06T15:13:21.854648+0000 mgr.smithi079.ijsnjl (mgr.14195) 314 : cluster [DBG] pgmap v271: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:13:23.227 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8b38c33cecf4b0b7a9b3116eb9089e21e444ac73 shell --fsid d8ce0702-6c60-11ef-bce4-c7b262605968 -- ceph health --format=json 2024-09-06T15:13:25.158 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:13:24 smithi090 bash[25332]: cluster 2024-09-06T15:13:23.855309+0000 mgr.smithi079.ijsnjl (mgr.14195) 315 : cluster [DBG] pgmap v272: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:13:25.158 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:13:24 smithi090 bash[25332]: cluster 2024-09-06T15:13:23.855309+0000 mgr.smithi079.ijsnjl (mgr.14195) 315 : cluster [DBG] pgmap v272: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:13:25.281 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:13:24 smithi079 bash[19963]: cluster 2024-09-06T15:13:23.855309+0000 mgr.smithi079.ijsnjl (mgr.14195) 315 : cluster [DBG] pgmap v272: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:13:25.281 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:13:24 smithi079 bash[19963]: cluster 2024-09-06T15:13:23.855309+0000 mgr.smithi079.ijsnjl (mgr.14195) 315 : cluster [DBG] pgmap v272: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:13:26.281 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:13:25 smithi079 bash[19963]: cluster 2024-09-06T15:13:25.855978+0000 mgr.smithi079.ijsnjl (mgr.14195) 316 : cluster [DBG] pgmap v273: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:13:26.281 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:13:25 smithi079 bash[19963]: cluster 2024-09-06T15:13:25.855978+0000 mgr.smithi079.ijsnjl (mgr.14195) 316 : cluster [DBG] pgmap v273: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:13:26.408 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:13:25 smithi090 bash[25332]: cluster 2024-09-06T15:13:25.855978+0000 mgr.smithi079.ijsnjl (mgr.14195) 316 : cluster [DBG] pgmap v273: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:13:26.408 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:13:25 smithi090 bash[25332]: cluster 2024-09-06T15:13:25.855978+0000 mgr.smithi079.ijsnjl (mgr.14195) 316 : cluster [DBG] pgmap v273: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:13:28.041 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/mon.smithi079/config 2024-09-06T15:13:29.031 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:13:28 smithi079 bash[19963]: cluster 2024-09-06T15:13:27.856623+0000 mgr.smithi079.ijsnjl (mgr.14195) 317 : cluster [DBG] pgmap v274: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:13:29.032 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:13:28 smithi079 bash[19963]: cluster 2024-09-06T15:13:27.856623+0000 mgr.smithi079.ijsnjl (mgr.14195) 317 : cluster [DBG] pgmap v274: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:13:29.158 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:13:28 smithi090 bash[25332]: cluster 2024-09-06T15:13:27.856623+0000 mgr.smithi079.ijsnjl (mgr.14195) 317 : cluster [DBG] pgmap v274: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:13:29.158 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:13:28 smithi090 bash[25332]: cluster 2024-09-06T15:13:27.856623+0000 mgr.smithi079.ijsnjl (mgr.14195) 317 : cluster [DBG] pgmap v274: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:13:29.485 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-06T15:13:29.485 INFO:teuthology.orchestra.run.smithi079.stdout:{"status":"HEALTH_WARN","checks":{"MGR_MODULE_DEPENDENCY":{"severity":"HEALTH_WARN","summary":{"message":"Module 'volumes' has failed dependency: No module named 'ceph.fs'","count":1},"muted":false},"RECENT_MGR_MODULE_CRASH":{"severity":"HEALTH_WARN","summary":{"message":"4 mgr modules have recently crashed","count":4},"muted":false}},"mutes":[]} 2024-09-06T15:13:30.281 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:13:29 smithi079 bash[19963]: audit 2024-09-06T15:13:29.490768+0000 mon.smithi079 (mon.0) 812 : audit [DBG] from='client.? 172.21.15.79:0/1054751320' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-06T15:13:30.281 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:13:29 smithi079 bash[19963]: audit 2024-09-06T15:13:29.490768+0000 mon.smithi079 (mon.0) 812 : audit [DBG] from='client.? 172.21.15.79:0/1054751320' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-06T15:13:30.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:13:29 smithi079 bash[19963]: cluster 2024-09-06T15:13:29.857256+0000 mgr.smithi079.ijsnjl (mgr.14195) 318 : cluster [DBG] pgmap v275: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:13:30.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:13:29 smithi079 bash[19963]: cluster 2024-09-06T15:13:29.857256+0000 mgr.smithi079.ijsnjl (mgr.14195) 318 : cluster [DBG] pgmap v275: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:13:30.409 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:13:29 smithi090 bash[25332]: audit 2024-09-06T15:13:29.490768+0000 mon.smithi079 (mon.0) 812 : audit [DBG] from='client.? 172.21.15.79:0/1054751320' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-06T15:13:30.409 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:13:29 smithi090 bash[25332]: audit 2024-09-06T15:13:29.490768+0000 mon.smithi079 (mon.0) 812 : audit [DBG] from='client.? 172.21.15.79:0/1054751320' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-06T15:13:30.409 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:13:29 smithi090 bash[25332]: cluster 2024-09-06T15:13:29.857256+0000 mgr.smithi079.ijsnjl (mgr.14195) 318 : cluster [DBG] pgmap v275: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:13:30.409 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:13:29 smithi090 bash[25332]: cluster 2024-09-06T15:13:29.857256+0000 mgr.smithi079.ijsnjl (mgr.14195) 318 : cluster [DBG] pgmap v275: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:13:31.658 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:13:31 smithi090 bash[25332]: audit 2024-09-06T15:13:31.265953+0000 mon.smithi079 (mon.0) 813 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:13:31.658 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:13:31 smithi090 bash[25332]: audit 2024-09-06T15:13:31.265953+0000 mon.smithi079 (mon.0) 813 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:13:31.781 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:13:31 smithi079 bash[19963]: audit 2024-09-06T15:13:31.265953+0000 mon.smithi079 (mon.0) 813 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:13:31.781 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:13:31 smithi079 bash[19963]: audit 2024-09-06T15:13:31.265953+0000 mon.smithi079 (mon.0) 813 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:13:32.658 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:13:32 smithi090 bash[25332]: cluster 2024-09-06T15:13:31.857943+0000 mgr.smithi079.ijsnjl (mgr.14195) 319 : cluster [DBG] pgmap v276: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:13:32.658 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:13:32 smithi090 bash[25332]: cluster 2024-09-06T15:13:31.857943+0000 mgr.smithi079.ijsnjl (mgr.14195) 319 : cluster [DBG] pgmap v276: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:13:32.781 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:13:32 smithi079 bash[19963]: cluster 2024-09-06T15:13:31.857943+0000 mgr.smithi079.ijsnjl (mgr.14195) 319 : cluster [DBG] pgmap v276: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:13:32.781 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:13:32 smithi079 bash[19963]: cluster 2024-09-06T15:13:31.857943+0000 mgr.smithi079.ijsnjl (mgr.14195) 319 : cluster [DBG] pgmap v276: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:13:33.152 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8b38c33cecf4b0b7a9b3116eb9089e21e444ac73 shell --fsid d8ce0702-6c60-11ef-bce4-c7b262605968 -- ceph health --format=json 2024-09-06T15:13:34.281 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:13:33 smithi079 bash[19963]: cluster 2024-09-06T15:13:33.858603+0000 mgr.smithi079.ijsnjl (mgr.14195) 320 : cluster [DBG] pgmap v277: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:13:34.281 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:13:33 smithi079 bash[19963]: cluster 2024-09-06T15:13:33.858603+0000 mgr.smithi079.ijsnjl (mgr.14195) 320 : cluster [DBG] pgmap v277: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:13:34.408 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:13:33 smithi090 bash[25332]: cluster 2024-09-06T15:13:33.858603+0000 mgr.smithi079.ijsnjl (mgr.14195) 320 : cluster [DBG] pgmap v277: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:13:34.408 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:13:33 smithi090 bash[25332]: cluster 2024-09-06T15:13:33.858603+0000 mgr.smithi079.ijsnjl (mgr.14195) 320 : cluster [DBG] pgmap v277: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:13:36.281 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:13:35 smithi079 bash[19963]: cluster 2024-09-06T15:13:35.859254+0000 mgr.smithi079.ijsnjl (mgr.14195) 321 : cluster [DBG] pgmap v278: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:13:36.281 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:13:35 smithi079 bash[19963]: cluster 2024-09-06T15:13:35.859254+0000 mgr.smithi079.ijsnjl (mgr.14195) 321 : cluster [DBG] pgmap v278: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:13:36.408 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:13:35 smithi090 bash[25332]: cluster 2024-09-06T15:13:35.859254+0000 mgr.smithi079.ijsnjl (mgr.14195) 321 : cluster [DBG] pgmap v278: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:13:36.408 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:13:35 smithi090 bash[25332]: cluster 2024-09-06T15:13:35.859254+0000 mgr.smithi079.ijsnjl (mgr.14195) 321 : cluster [DBG] pgmap v278: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:13:37.971 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/mon.smithi079/config 2024-09-06T15:13:38.281 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:13:37 smithi079 bash[19963]: cluster 2024-09-06T15:13:37.859937+0000 mgr.smithi079.ijsnjl (mgr.14195) 322 : cluster [DBG] pgmap v279: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:13:38.281 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:13:37 smithi079 bash[19963]: cluster 2024-09-06T15:13:37.859937+0000 mgr.smithi079.ijsnjl (mgr.14195) 322 : cluster [DBG] pgmap v279: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:13:38.408 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:13:37 smithi090 bash[25332]: cluster 2024-09-06T15:13:37.859937+0000 mgr.smithi079.ijsnjl (mgr.14195) 322 : cluster [DBG] pgmap v279: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:13:38.408 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:13:37 smithi090 bash[25332]: cluster 2024-09-06T15:13:37.859937+0000 mgr.smithi079.ijsnjl (mgr.14195) 322 : cluster [DBG] pgmap v279: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:13:39.460 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-06T15:13:39.460 INFO:teuthology.orchestra.run.smithi079.stdout:{"status":"HEALTH_WARN","checks":{"MGR_MODULE_DEPENDENCY":{"severity":"HEALTH_WARN","summary":{"message":"Module 'volumes' has failed dependency: No module named 'ceph.fs'","count":1},"muted":false},"RECENT_MGR_MODULE_CRASH":{"severity":"HEALTH_WARN","summary":{"message":"4 mgr modules have recently crashed","count":4},"muted":false}},"mutes":[]} 2024-09-06T15:13:39.781 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:13:39 smithi079 bash[19963]: audit 2024-09-06T15:13:39.465904+0000 mon.smithi079 (mon.0) 814 : audit [DBG] from='client.? 172.21.15.79:0/3708961326' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-06T15:13:39.782 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:13:39 smithi079 bash[19963]: audit 2024-09-06T15:13:39.465904+0000 mon.smithi079 (mon.0) 814 : audit [DBG] from='client.? 172.21.15.79:0/3708961326' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-06T15:13:39.908 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:13:39 smithi090 bash[25332]: audit 2024-09-06T15:13:39.465904+0000 mon.smithi079 (mon.0) 814 : audit [DBG] from='client.? 172.21.15.79:0/3708961326' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-06T15:13:39.908 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:13:39 smithi090 bash[25332]: audit 2024-09-06T15:13:39.465904+0000 mon.smithi079 (mon.0) 814 : audit [DBG] from='client.? 172.21.15.79:0/3708961326' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-06T15:13:40.781 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:13:40 smithi079 bash[19963]: cluster 2024-09-06T15:13:39.860569+0000 mgr.smithi079.ijsnjl (mgr.14195) 323 : cluster [DBG] pgmap v280: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:13:40.781 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:13:40 smithi079 bash[19963]: cluster 2024-09-06T15:13:39.860569+0000 mgr.smithi079.ijsnjl (mgr.14195) 323 : cluster [DBG] pgmap v280: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:13:40.908 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:13:40 smithi090 bash[25332]: cluster 2024-09-06T15:13:39.860569+0000 mgr.smithi079.ijsnjl (mgr.14195) 323 : cluster [DBG] pgmap v280: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:13:40.908 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:13:40 smithi090 bash[25332]: cluster 2024-09-06T15:13:39.860569+0000 mgr.smithi079.ijsnjl (mgr.14195) 323 : cluster [DBG] pgmap v280: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:13:42.281 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:13:41 smithi079 bash[19963]: cluster 2024-09-06T15:13:41.861199+0000 mgr.smithi079.ijsnjl (mgr.14195) 324 : cluster [DBG] pgmap v281: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:13:42.282 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:13:41 smithi079 bash[19963]: cluster 2024-09-06T15:13:41.861199+0000 mgr.smithi079.ijsnjl (mgr.14195) 324 : cluster [DBG] pgmap v281: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:13:42.408 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:13:41 smithi090 bash[25332]: cluster 2024-09-06T15:13:41.861199+0000 mgr.smithi079.ijsnjl (mgr.14195) 324 : cluster [DBG] pgmap v281: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:13:42.408 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:13:41 smithi090 bash[25332]: cluster 2024-09-06T15:13:41.861199+0000 mgr.smithi079.ijsnjl (mgr.14195) 324 : cluster [DBG] pgmap v281: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:13:43.109 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8b38c33cecf4b0b7a9b3116eb9089e21e444ac73 shell --fsid d8ce0702-6c60-11ef-bce4-c7b262605968 -- ceph health --format=json 2024-09-06T15:13:44.281 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:13:43 smithi079 bash[19963]: cluster 2024-09-06T15:13:43.861907+0000 mgr.smithi079.ijsnjl (mgr.14195) 325 : cluster [DBG] pgmap v282: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:13:44.281 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:13:43 smithi079 bash[19963]: cluster 2024-09-06T15:13:43.861907+0000 mgr.smithi079.ijsnjl (mgr.14195) 325 : cluster [DBG] pgmap v282: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:13:44.408 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:13:43 smithi090 bash[25332]: cluster 2024-09-06T15:13:43.861907+0000 mgr.smithi079.ijsnjl (mgr.14195) 325 : cluster [DBG] pgmap v282: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:13:44.408 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:13:43 smithi090 bash[25332]: cluster 2024-09-06T15:13:43.861907+0000 mgr.smithi079.ijsnjl (mgr.14195) 325 : cluster [DBG] pgmap v282: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:13:46.281 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:13:45 smithi079 bash[19963]: cluster 2024-09-06T15:13:45.862520+0000 mgr.smithi079.ijsnjl (mgr.14195) 326 : cluster [DBG] pgmap v283: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:13:46.281 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:13:45 smithi079 bash[19963]: cluster 2024-09-06T15:13:45.862520+0000 mgr.smithi079.ijsnjl (mgr.14195) 326 : cluster [DBG] pgmap v283: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:13:46.408 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:13:45 smithi090 bash[25332]: cluster 2024-09-06T15:13:45.862520+0000 mgr.smithi079.ijsnjl (mgr.14195) 326 : cluster [DBG] pgmap v283: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:13:46.408 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:13:45 smithi090 bash[25332]: cluster 2024-09-06T15:13:45.862520+0000 mgr.smithi079.ijsnjl (mgr.14195) 326 : cluster [DBG] pgmap v283: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:13:47.281 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:13:46 smithi079 bash[19963]: audit 2024-09-06T15:13:46.266423+0000 mon.smithi079 (mon.0) 815 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:13:47.281 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:13:46 smithi079 bash[19963]: audit 2024-09-06T15:13:46.266423+0000 mon.smithi079 (mon.0) 815 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:13:47.408 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:13:46 smithi090 bash[25332]: audit 2024-09-06T15:13:46.266423+0000 mon.smithi079 (mon.0) 815 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:13:47.408 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:13:46 smithi090 bash[25332]: audit 2024-09-06T15:13:46.266423+0000 mon.smithi079 (mon.0) 815 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:13:47.926 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/mon.smithi079/config 2024-09-06T15:13:48.281 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:13:47 smithi079 bash[19963]: cluster 2024-09-06T15:13:47.863161+0000 mgr.smithi079.ijsnjl (mgr.14195) 327 : cluster [DBG] pgmap v284: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:13:48.281 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:13:47 smithi079 bash[19963]: cluster 2024-09-06T15:13:47.863161+0000 mgr.smithi079.ijsnjl (mgr.14195) 327 : cluster [DBG] pgmap v284: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:13:48.408 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:13:47 smithi090 bash[25332]: cluster 2024-09-06T15:13:47.863161+0000 mgr.smithi079.ijsnjl (mgr.14195) 327 : cluster [DBG] pgmap v284: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:13:48.408 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:13:47 smithi090 bash[25332]: cluster 2024-09-06T15:13:47.863161+0000 mgr.smithi079.ijsnjl (mgr.14195) 327 : cluster [DBG] pgmap v284: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:13:49.333 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-06T15:13:49.333 INFO:teuthology.orchestra.run.smithi079.stdout:{"status":"HEALTH_WARN","checks":{"MGR_MODULE_DEPENDENCY":{"severity":"HEALTH_WARN","summary":{"message":"Module 'volumes' has failed dependency: No module named 'ceph.fs'","count":1},"muted":false},"RECENT_MGR_MODULE_CRASH":{"severity":"HEALTH_WARN","summary":{"message":"4 mgr modules have recently crashed","count":4},"muted":false}},"mutes":[]} 2024-09-06T15:13:49.658 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:13:49 smithi090 bash[25332]: audit 2024-09-06T15:13:49.338811+0000 mon.smithi079 (mon.0) 816 : audit [DBG] from='client.? 172.21.15.79:0/2251568130' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-06T15:13:49.658 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:13:49 smithi090 bash[25332]: audit 2024-09-06T15:13:49.338811+0000 mon.smithi079 (mon.0) 816 : audit [DBG] from='client.? 172.21.15.79:0/2251568130' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-06T15:13:49.781 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:13:49 smithi079 bash[19963]: audit 2024-09-06T15:13:49.338811+0000 mon.smithi079 (mon.0) 816 : audit [DBG] from='client.? 172.21.15.79:0/2251568130' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-06T15:13:49.781 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:13:49 smithi079 bash[19963]: audit 2024-09-06T15:13:49.338811+0000 mon.smithi079 (mon.0) 816 : audit [DBG] from='client.? 172.21.15.79:0/2251568130' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-06T15:13:50.658 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:13:50 smithi090 bash[25332]: cluster 2024-09-06T15:13:49.863802+0000 mgr.smithi079.ijsnjl (mgr.14195) 328 : cluster [DBG] pgmap v285: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:13:50.658 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:13:50 smithi090 bash[25332]: cluster 2024-09-06T15:13:49.863802+0000 mgr.smithi079.ijsnjl (mgr.14195) 328 : cluster [DBG] pgmap v285: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:13:50.781 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:13:50 smithi079 bash[19963]: cluster 2024-09-06T15:13:49.863802+0000 mgr.smithi079.ijsnjl (mgr.14195) 328 : cluster [DBG] pgmap v285: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:13:50.781 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:13:50 smithi079 bash[19963]: cluster 2024-09-06T15:13:49.863802+0000 mgr.smithi079.ijsnjl (mgr.14195) 328 : cluster [DBG] pgmap v285: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:13:52.281 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:13:51 smithi079 bash[19963]: cluster 2024-09-06T15:13:51.864448+0000 mgr.smithi079.ijsnjl (mgr.14195) 329 : cluster [DBG] pgmap v286: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:13:52.281 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:13:51 smithi079 bash[19963]: cluster 2024-09-06T15:13:51.864448+0000 mgr.smithi079.ijsnjl (mgr.14195) 329 : cluster [DBG] pgmap v286: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:13:52.408 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:13:51 smithi090 bash[25332]: cluster 2024-09-06T15:13:51.864448+0000 mgr.smithi079.ijsnjl (mgr.14195) 329 : cluster [DBG] pgmap v286: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:13:52.408 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:13:51 smithi090 bash[25332]: cluster 2024-09-06T15:13:51.864448+0000 mgr.smithi079.ijsnjl (mgr.14195) 329 : cluster [DBG] pgmap v286: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:13:53.026 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8b38c33cecf4b0b7a9b3116eb9089e21e444ac73 shell --fsid d8ce0702-6c60-11ef-bce4-c7b262605968 -- ceph health --format=json 2024-09-06T15:13:54.281 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:13:53 smithi079 bash[19963]: cluster 2024-09-06T15:13:53.865126+0000 mgr.smithi079.ijsnjl (mgr.14195) 330 : cluster [DBG] pgmap v287: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:13:54.281 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:13:53 smithi079 bash[19963]: cluster 2024-09-06T15:13:53.865126+0000 mgr.smithi079.ijsnjl (mgr.14195) 330 : cluster [DBG] pgmap v287: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:13:54.408 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:13:53 smithi090 bash[25332]: cluster 2024-09-06T15:13:53.865126+0000 mgr.smithi079.ijsnjl (mgr.14195) 330 : cluster [DBG] pgmap v287: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:13:54.408 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:13:53 smithi090 bash[25332]: cluster 2024-09-06T15:13:53.865126+0000 mgr.smithi079.ijsnjl (mgr.14195) 330 : cluster [DBG] pgmap v287: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:13:56.281 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:13:55 smithi079 bash[19963]: cluster 2024-09-06T15:13:55.865795+0000 mgr.smithi079.ijsnjl (mgr.14195) 331 : cluster [DBG] pgmap v288: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:13:56.281 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:13:55 smithi079 bash[19963]: cluster 2024-09-06T15:13:55.865795+0000 mgr.smithi079.ijsnjl (mgr.14195) 331 : cluster [DBG] pgmap v288: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:13:56.408 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:13:55 smithi090 bash[25332]: cluster 2024-09-06T15:13:55.865795+0000 mgr.smithi079.ijsnjl (mgr.14195) 331 : cluster [DBG] pgmap v288: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:13:56.408 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:13:55 smithi090 bash[25332]: cluster 2024-09-06T15:13:55.865795+0000 mgr.smithi079.ijsnjl (mgr.14195) 331 : cluster [DBG] pgmap v288: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:13:57.833 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/mon.smithi079/config 2024-09-06T15:13:58.281 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:13:57 smithi079 bash[19963]: cluster 2024-09-06T15:13:57.866344+0000 mgr.smithi079.ijsnjl (mgr.14195) 332 : cluster [DBG] pgmap v289: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:13:58.281 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:13:58 smithi079 bash[19963]: cluster 2024-09-06T15:13:57.866344+0000 mgr.smithi079.ijsnjl (mgr.14195) 332 : cluster [DBG] pgmap v289: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:13:58.408 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:13:57 smithi090 bash[25332]: cluster 2024-09-06T15:13:57.866344+0000 mgr.smithi079.ijsnjl (mgr.14195) 332 : cluster [DBG] pgmap v289: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:13:58.408 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:13:57 smithi090 bash[25332]: cluster 2024-09-06T15:13:57.866344+0000 mgr.smithi079.ijsnjl (mgr.14195) 332 : cluster [DBG] pgmap v289: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:13:59.302 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-06T15:13:59.302 INFO:teuthology.orchestra.run.smithi079.stdout:{"status":"HEALTH_WARN","checks":{"MGR_MODULE_DEPENDENCY":{"severity":"HEALTH_WARN","summary":{"message":"Module 'volumes' has failed dependency: No module named 'ceph.fs'","count":1},"muted":false},"RECENT_MGR_MODULE_CRASH":{"severity":"HEALTH_WARN","summary":{"message":"4 mgr modules have recently crashed","count":4},"muted":false}},"mutes":[]} 2024-09-06T15:13:59.658 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:13:59 smithi090 bash[25332]: audit 2024-09-06T15:13:59.307912+0000 mon.smithi079 (mon.0) 817 : audit [DBG] from='client.? 172.21.15.79:0/1109382326' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-06T15:13:59.658 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:13:59 smithi090 bash[25332]: audit 2024-09-06T15:13:59.307912+0000 mon.smithi079 (mon.0) 817 : audit [DBG] from='client.? 172.21.15.79:0/1109382326' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-06T15:13:59.781 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:13:59 smithi079 bash[19963]: audit 2024-09-06T15:13:59.307912+0000 mon.smithi079 (mon.0) 817 : audit [DBG] from='client.? 172.21.15.79:0/1109382326' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-06T15:13:59.781 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:13:59 smithi079 bash[19963]: audit 2024-09-06T15:13:59.307912+0000 mon.smithi079 (mon.0) 817 : audit [DBG] from='client.? 172.21.15.79:0/1109382326' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-06T15:14:00.658 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:14:00 smithi090 bash[25332]: cluster 2024-09-06T15:13:59.866835+0000 mgr.smithi079.ijsnjl (mgr.14195) 333 : cluster [DBG] pgmap v290: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:14:00.659 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:14:00 smithi090 bash[25332]: cluster 2024-09-06T15:13:59.866835+0000 mgr.smithi079.ijsnjl (mgr.14195) 333 : cluster [DBG] pgmap v290: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:14:00.781 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:14:00 smithi079 bash[19963]: cluster 2024-09-06T15:13:59.866835+0000 mgr.smithi079.ijsnjl (mgr.14195) 333 : cluster [DBG] pgmap v290: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:14:00.781 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:14:00 smithi079 bash[19963]: cluster 2024-09-06T15:13:59.866835+0000 mgr.smithi079.ijsnjl (mgr.14195) 333 : cluster [DBG] pgmap v290: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:14:01.658 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:14:01 smithi090 bash[25332]: audit 2024-09-06T15:14:01.266913+0000 mon.smithi079 (mon.0) 818 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:14:01.659 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:14:01 smithi090 bash[25332]: audit 2024-09-06T15:14:01.266913+0000 mon.smithi079 (mon.0) 818 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:14:01.781 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:14:01 smithi079 bash[19963]: audit 2024-09-06T15:14:01.266913+0000 mon.smithi079 (mon.0) 818 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:14:01.781 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:14:01 smithi079 bash[19963]: audit 2024-09-06T15:14:01.266913+0000 mon.smithi079 (mon.0) 818 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:14:02.658 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:14:02 smithi090 bash[25332]: cluster 2024-09-06T15:14:01.867454+0000 mgr.smithi079.ijsnjl (mgr.14195) 334 : cluster [DBG] pgmap v291: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:14:02.658 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:14:02 smithi090 bash[25332]: cluster 2024-09-06T15:14:01.867454+0000 mgr.smithi079.ijsnjl (mgr.14195) 334 : cluster [DBG] pgmap v291: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:14:02.781 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:14:02 smithi079 bash[19963]: cluster 2024-09-06T15:14:01.867454+0000 mgr.smithi079.ijsnjl (mgr.14195) 334 : cluster [DBG] pgmap v291: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:14:02.781 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:14:02 smithi079 bash[19963]: cluster 2024-09-06T15:14:01.867454+0000 mgr.smithi079.ijsnjl (mgr.14195) 334 : cluster [DBG] pgmap v291: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:14:02.910 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8b38c33cecf4b0b7a9b3116eb9089e21e444ac73 shell --fsid d8ce0702-6c60-11ef-bce4-c7b262605968 -- ceph health --format=json 2024-09-06T15:14:04.281 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:14:03 smithi079 bash[19963]: cluster 2024-09-06T15:14:03.868116+0000 mgr.smithi079.ijsnjl (mgr.14195) 335 : cluster [DBG] pgmap v292: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:14:04.281 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:14:03 smithi079 bash[19963]: cluster 2024-09-06T15:14:03.868116+0000 mgr.smithi079.ijsnjl (mgr.14195) 335 : cluster [DBG] pgmap v292: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:14:04.408 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:14:03 smithi090 bash[25332]: cluster 2024-09-06T15:14:03.868116+0000 mgr.smithi079.ijsnjl (mgr.14195) 335 : cluster [DBG] pgmap v292: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:14:04.409 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:14:03 smithi090 bash[25332]: cluster 2024-09-06T15:14:03.868116+0000 mgr.smithi079.ijsnjl (mgr.14195) 335 : cluster [DBG] pgmap v292: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:14:06.281 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:14:05 smithi079 bash[19963]: cluster 2024-09-06T15:14:05.868799+0000 mgr.smithi079.ijsnjl (mgr.14195) 336 : cluster [DBG] pgmap v293: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:14:06.281 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:14:05 smithi079 bash[19963]: cluster 2024-09-06T15:14:05.868799+0000 mgr.smithi079.ijsnjl (mgr.14195) 336 : cluster [DBG] pgmap v293: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:14:06.408 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:14:05 smithi090 bash[25332]: cluster 2024-09-06T15:14:05.868799+0000 mgr.smithi079.ijsnjl (mgr.14195) 336 : cluster [DBG] pgmap v293: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:14:06.408 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:14:05 smithi090 bash[25332]: cluster 2024-09-06T15:14:05.868799+0000 mgr.smithi079.ijsnjl (mgr.14195) 336 : cluster [DBG] pgmap v293: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:14:07.728 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/mon.smithi079/config 2024-09-06T15:14:08.281 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:14:07 smithi079 bash[19963]: cluster 2024-09-06T15:14:07.869457+0000 mgr.smithi079.ijsnjl (mgr.14195) 337 : cluster [DBG] pgmap v294: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:14:08.281 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:14:08 smithi079 bash[19963]: cluster 2024-09-06T15:14:07.869457+0000 mgr.smithi079.ijsnjl (mgr.14195) 337 : cluster [DBG] pgmap v294: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:14:08.408 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:14:07 smithi090 bash[25332]: cluster 2024-09-06T15:14:07.869457+0000 mgr.smithi079.ijsnjl (mgr.14195) 337 : cluster [DBG] pgmap v294: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:14:08.408 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:14:07 smithi090 bash[25332]: cluster 2024-09-06T15:14:07.869457+0000 mgr.smithi079.ijsnjl (mgr.14195) 337 : cluster [DBG] pgmap v294: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:14:09.245 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-06T15:14:09.246 INFO:teuthology.orchestra.run.smithi079.stdout:{"status":"HEALTH_WARN","checks":{"MGR_MODULE_DEPENDENCY":{"severity":"HEALTH_WARN","summary":{"message":"Module 'volumes' has failed dependency: No module named 'ceph.fs'","count":1},"muted":false},"RECENT_MGR_MODULE_CRASH":{"severity":"HEALTH_WARN","summary":{"message":"4 mgr modules have recently crashed","count":4},"muted":false}},"mutes":[]} 2024-09-06T15:14:09.408 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:14:09 smithi090 bash[25332]: audit 2024-09-06T15:14:09.251159+0000 mon.smithi079 (mon.0) 819 : audit [DBG] from='client.? 172.21.15.79:0/1923590883' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-06T15:14:09.408 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:14:09 smithi090 bash[25332]: audit 2024-09-06T15:14:09.251159+0000 mon.smithi079 (mon.0) 819 : audit [DBG] from='client.? 172.21.15.79:0/1923590883' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-06T15:14:09.531 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:14:09 smithi079 bash[19963]: audit 2024-09-06T15:14:09.251159+0000 mon.smithi079 (mon.0) 819 : audit [DBG] from='client.? 172.21.15.79:0/1923590883' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-06T15:14:09.531 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:14:09 smithi079 bash[19963]: audit 2024-09-06T15:14:09.251159+0000 mon.smithi079 (mon.0) 819 : audit [DBG] from='client.? 172.21.15.79:0/1923590883' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-06T15:14:10.532 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:14:10 smithi079 bash[19963]: cluster 2024-09-06T15:14:09.870093+0000 mgr.smithi079.ijsnjl (mgr.14195) 338 : cluster [DBG] pgmap v295: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:14:10.533 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:14:10 smithi079 bash[19963]: cluster 2024-09-06T15:14:09.870093+0000 mgr.smithi079.ijsnjl (mgr.14195) 338 : cluster [DBG] pgmap v295: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:14:10.658 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:14:10 smithi090 bash[25332]: cluster 2024-09-06T15:14:09.870093+0000 mgr.smithi079.ijsnjl (mgr.14195) 338 : cluster [DBG] pgmap v295: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:14:10.658 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:14:10 smithi090 bash[25332]: cluster 2024-09-06T15:14:09.870093+0000 mgr.smithi079.ijsnjl (mgr.14195) 338 : cluster [DBG] pgmap v295: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:14:12.281 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:14:11 smithi079 bash[19963]: cluster 2024-09-06T15:14:11.870770+0000 mgr.smithi079.ijsnjl (mgr.14195) 339 : cluster [DBG] pgmap v296: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:14:12.281 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:14:11 smithi079 bash[19963]: cluster 2024-09-06T15:14:11.870770+0000 mgr.smithi079.ijsnjl (mgr.14195) 339 : cluster [DBG] pgmap v296: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:14:12.408 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:14:11 smithi090 bash[25332]: cluster 2024-09-06T15:14:11.870770+0000 mgr.smithi079.ijsnjl (mgr.14195) 339 : cluster [DBG] pgmap v296: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:14:12.408 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:14:11 smithi090 bash[25332]: cluster 2024-09-06T15:14:11.870770+0000 mgr.smithi079.ijsnjl (mgr.14195) 339 : cluster [DBG] pgmap v296: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:14:12.864 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8b38c33cecf4b0b7a9b3116eb9089e21e444ac73 shell --fsid d8ce0702-6c60-11ef-bce4-c7b262605968 -- ceph health --format=json 2024-09-06T15:14:14.281 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:14:13 smithi079 bash[19963]: cluster 2024-09-06T15:14:13.871461+0000 mgr.smithi079.ijsnjl (mgr.14195) 340 : cluster [DBG] pgmap v297: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:14:14.281 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:14:13 smithi079 bash[19963]: cluster 2024-09-06T15:14:13.871461+0000 mgr.smithi079.ijsnjl (mgr.14195) 340 : cluster [DBG] pgmap v297: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:14:14.408 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:14:13 smithi090 bash[25332]: cluster 2024-09-06T15:14:13.871461+0000 mgr.smithi079.ijsnjl (mgr.14195) 340 : cluster [DBG] pgmap v297: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:14:14.408 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:14:13 smithi090 bash[25332]: cluster 2024-09-06T15:14:13.871461+0000 mgr.smithi079.ijsnjl (mgr.14195) 340 : cluster [DBG] pgmap v297: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:14:16.281 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:14:15 smithi079 bash[19963]: cluster 2024-09-06T15:14:15.872120+0000 mgr.smithi079.ijsnjl (mgr.14195) 341 : cluster [DBG] pgmap v298: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:14:16.281 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:14:15 smithi079 bash[19963]: cluster 2024-09-06T15:14:15.872120+0000 mgr.smithi079.ijsnjl (mgr.14195) 341 : cluster [DBG] pgmap v298: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:14:16.408 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:14:15 smithi090 bash[25332]: cluster 2024-09-06T15:14:15.872120+0000 mgr.smithi079.ijsnjl (mgr.14195) 341 : cluster [DBG] pgmap v298: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:14:16.408 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:14:15 smithi090 bash[25332]: cluster 2024-09-06T15:14:15.872120+0000 mgr.smithi079.ijsnjl (mgr.14195) 341 : cluster [DBG] pgmap v298: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:14:17.281 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:14:16 smithi079 bash[19963]: audit 2024-09-06T15:14:16.267226+0000 mon.smithi079 (mon.0) 820 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:14:17.281 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:14:16 smithi079 bash[19963]: audit 2024-09-06T15:14:16.267226+0000 mon.smithi079 (mon.0) 820 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:14:17.408 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:14:16 smithi090 bash[25332]: audit 2024-09-06T15:14:16.267226+0000 mon.smithi079 (mon.0) 820 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:14:17.408 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:14:16 smithi090 bash[25332]: audit 2024-09-06T15:14:16.267226+0000 mon.smithi079 (mon.0) 820 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:14:17.683 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/mon.smithi079/config 2024-09-06T15:14:18.031 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:14:17 smithi079 bash[19963]: cluster 2024-09-06T15:14:17.872814+0000 mgr.smithi079.ijsnjl (mgr.14195) 342 : cluster [DBG] pgmap v299: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:14:18.031 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:14:17 smithi079 bash[19963]: cluster 2024-09-06T15:14:17.872814+0000 mgr.smithi079.ijsnjl (mgr.14195) 342 : cluster [DBG] pgmap v299: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:14:18.408 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:14:17 smithi090 bash[25332]: cluster 2024-09-06T15:14:17.872814+0000 mgr.smithi079.ijsnjl (mgr.14195) 342 : cluster [DBG] pgmap v299: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:14:18.408 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:14:17 smithi090 bash[25332]: cluster 2024-09-06T15:14:17.872814+0000 mgr.smithi079.ijsnjl (mgr.14195) 342 : cluster [DBG] pgmap v299: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:14:19.185 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-06T15:14:19.186 INFO:teuthology.orchestra.run.smithi079.stdout:{"status":"HEALTH_WARN","checks":{"MGR_MODULE_DEPENDENCY":{"severity":"HEALTH_WARN","summary":{"message":"Module 'volumes' has failed dependency: No module named 'ceph.fs'","count":1},"muted":false},"RECENT_MGR_MODULE_CRASH":{"severity":"HEALTH_WARN","summary":{"message":"4 mgr modules have recently crashed","count":4},"muted":false}},"mutes":[]} 2024-09-06T15:14:19.408 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:14:19 smithi090 bash[25332]: audit 2024-09-06T15:14:19.191280+0000 mon.smithi079 (mon.0) 821 : audit [DBG] from='client.? 172.21.15.79:0/486993551' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-06T15:14:19.408 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:14:19 smithi090 bash[25332]: audit 2024-09-06T15:14:19.191280+0000 mon.smithi079 (mon.0) 821 : audit [DBG] from='client.? 172.21.15.79:0/486993551' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-06T15:14:19.531 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:14:19 smithi079 bash[19963]: audit 2024-09-06T15:14:19.191280+0000 mon.smithi079 (mon.0) 821 : audit [DBG] from='client.? 172.21.15.79:0/486993551' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-06T15:14:19.531 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:14:19 smithi079 bash[19963]: audit 2024-09-06T15:14:19.191280+0000 mon.smithi079 (mon.0) 821 : audit [DBG] from='client.? 172.21.15.79:0/486993551' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-06T15:14:20.531 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:14:20 smithi079 bash[19963]: cluster 2024-09-06T15:14:19.873383+0000 mgr.smithi079.ijsnjl (mgr.14195) 343 : cluster [DBG] pgmap v300: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:14:20.531 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:14:20 smithi079 bash[19963]: cluster 2024-09-06T15:14:19.873383+0000 mgr.smithi079.ijsnjl (mgr.14195) 343 : cluster [DBG] pgmap v300: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:14:20.658 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:14:20 smithi090 bash[25332]: cluster 2024-09-06T15:14:19.873383+0000 mgr.smithi079.ijsnjl (mgr.14195) 343 : cluster [DBG] pgmap v300: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:14:20.658 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:14:20 smithi090 bash[25332]: cluster 2024-09-06T15:14:19.873383+0000 mgr.smithi079.ijsnjl (mgr.14195) 343 : cluster [DBG] pgmap v300: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:14:21.531 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:14:21 smithi079 bash[19963]: audit 2024-09-06T15:14:21.067498+0000 mon.smithi079 (mon.0) 822 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-06T15:14:21.531 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:14:21 smithi079 bash[19963]: audit 2024-09-06T15:14:21.067498+0000 mon.smithi079 (mon.0) 822 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-06T15:14:21.660 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:14:21 smithi090 bash[25332]: audit 2024-09-06T15:14:21.067498+0000 mon.smithi079 (mon.0) 822 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-06T15:14:21.660 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:14:21 smithi090 bash[25332]: audit 2024-09-06T15:14:21.067498+0000 mon.smithi079 (mon.0) 822 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-06T15:14:22.822 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8b38c33cecf4b0b7a9b3116eb9089e21e444ac73 shell --fsid d8ce0702-6c60-11ef-bce4-c7b262605968 -- ceph health --format=json 2024-09-06T15:14:22.908 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:14:22 smithi090 bash[25332]: audit 2024-09-06T15:14:21.653758+0000 mon.smithi079 (mon.0) 823 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:14:22.909 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:14:22 smithi090 bash[25332]: audit 2024-09-06T15:14:21.653758+0000 mon.smithi079 (mon.0) 823 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:14:22.909 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:14:22 smithi090 bash[25332]: audit 2024-09-06T15:14:21.658555+0000 mon.smithi079 (mon.0) 824 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:14:22.909 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:14:22 smithi090 bash[25332]: audit 2024-09-06T15:14:21.658555+0000 mon.smithi079 (mon.0) 824 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:14:22.909 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:14:22 smithi090 bash[25332]: cluster 2024-09-06T15:14:21.873986+0000 mgr.smithi079.ijsnjl (mgr.14195) 344 : cluster [DBG] pgmap v301: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:14:22.909 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:14:22 smithi090 bash[25332]: cluster 2024-09-06T15:14:21.873986+0000 mgr.smithi079.ijsnjl (mgr.14195) 344 : cluster [DBG] pgmap v301: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:14:23.031 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:14:22 smithi079 bash[19963]: audit 2024-09-06T15:14:21.653758+0000 mon.smithi079 (mon.0) 823 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:14:23.031 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:14:22 smithi079 bash[19963]: audit 2024-09-06T15:14:21.653758+0000 mon.smithi079 (mon.0) 823 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:14:23.031 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:14:22 smithi079 bash[19963]: audit 2024-09-06T15:14:21.658555+0000 mon.smithi079 (mon.0) 824 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:14:23.031 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:14:22 smithi079 bash[19963]: audit 2024-09-06T15:14:21.658555+0000 mon.smithi079 (mon.0) 824 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:14:23.031 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:14:22 smithi079 bash[19963]: cluster 2024-09-06T15:14:21.873986+0000 mgr.smithi079.ijsnjl (mgr.14195) 344 : cluster [DBG] pgmap v301: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:14:23.031 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:14:22 smithi079 bash[19963]: cluster 2024-09-06T15:14:21.873986+0000 mgr.smithi079.ijsnjl (mgr.14195) 344 : cluster [DBG] pgmap v301: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:14:24.281 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:14:23 smithi079 bash[19963]: cluster 2024-09-06T15:14:23.874640+0000 mgr.smithi079.ijsnjl (mgr.14195) 345 : cluster [DBG] pgmap v302: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:14:24.281 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:14:23 smithi079 bash[19963]: cluster 2024-09-06T15:14:23.874640+0000 mgr.smithi079.ijsnjl (mgr.14195) 345 : cluster [DBG] pgmap v302: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:14:24.408 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:14:23 smithi090 bash[25332]: cluster 2024-09-06T15:14:23.874640+0000 mgr.smithi079.ijsnjl (mgr.14195) 345 : cluster [DBG] pgmap v302: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:14:24.408 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:14:23 smithi090 bash[25332]: cluster 2024-09-06T15:14:23.874640+0000 mgr.smithi079.ijsnjl (mgr.14195) 345 : cluster [DBG] pgmap v302: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:14:26.281 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:14:25 smithi079 bash[19963]: cluster 2024-09-06T15:14:25.875349+0000 mgr.smithi079.ijsnjl (mgr.14195) 346 : cluster [DBG] pgmap v303: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:14:26.281 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:14:25 smithi079 bash[19963]: cluster 2024-09-06T15:14:25.875349+0000 mgr.smithi079.ijsnjl (mgr.14195) 346 : cluster [DBG] pgmap v303: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:14:26.408 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:14:25 smithi090 bash[25332]: cluster 2024-09-06T15:14:25.875349+0000 mgr.smithi079.ijsnjl (mgr.14195) 346 : cluster [DBG] pgmap v303: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:14:26.408 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:14:25 smithi090 bash[25332]: cluster 2024-09-06T15:14:25.875349+0000 mgr.smithi079.ijsnjl (mgr.14195) 346 : cluster [DBG] pgmap v303: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:14:26.711 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/mon.smithi079/config 2024-09-06T15:14:27.909 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:14:27 smithi090 bash[25332]: audit 2024-09-06T15:14:26.641054+0000 mon.smithi079 (mon.0) 825 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:14:27.909 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:14:27 smithi090 bash[25332]: audit 2024-09-06T15:14:26.641054+0000 mon.smithi079 (mon.0) 825 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:14:27.909 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:14:27 smithi090 bash[25332]: audit 2024-09-06T15:14:26.650152+0000 mon.smithi079 (mon.0) 826 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:14:27.909 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:14:27 smithi090 bash[25332]: audit 2024-09-06T15:14:26.650152+0000 mon.smithi079 (mon.0) 826 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:14:27.909 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:14:27 smithi090 bash[25332]: audit 2024-09-06T15:14:27.595638+0000 mon.smithi079 (mon.0) 827 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:14:27.909 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:14:27 smithi090 bash[25332]: audit 2024-09-06T15:14:27.595638+0000 mon.smithi079 (mon.0) 827 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:14:27.909 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:14:27 smithi090 bash[25332]: audit 2024-09-06T15:14:27.601576+0000 mon.smithi079 (mon.0) 828 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:14:27.909 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:14:27 smithi090 bash[25332]: audit 2024-09-06T15:14:27.601576+0000 mon.smithi079 (mon.0) 828 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:14:28.031 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:14:27 smithi079 bash[19963]: audit 2024-09-06T15:14:26.641054+0000 mon.smithi079 (mon.0) 825 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:14:28.031 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:14:27 smithi079 bash[19963]: audit 2024-09-06T15:14:26.641054+0000 mon.smithi079 (mon.0) 825 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:14:28.031 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:14:27 smithi079 bash[19963]: audit 2024-09-06T15:14:26.650152+0000 mon.smithi079 (mon.0) 826 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:14:28.031 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:14:27 smithi079 bash[19963]: audit 2024-09-06T15:14:26.650152+0000 mon.smithi079 (mon.0) 826 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:14:28.032 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:14:27 smithi079 bash[19963]: audit 2024-09-06T15:14:27.595638+0000 mon.smithi079 (mon.0) 827 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:14:28.032 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:14:27 smithi079 bash[19963]: audit 2024-09-06T15:14:27.595638+0000 mon.smithi079 (mon.0) 827 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:14:28.032 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:14:27 smithi079 bash[19963]: audit 2024-09-06T15:14:27.601576+0000 mon.smithi079 (mon.0) 828 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:14:28.032 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:14:27 smithi079 bash[19963]: audit 2024-09-06T15:14:27.601576+0000 mon.smithi079 (mon.0) 828 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:14:28.070 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-06T15:14:28.070 INFO:teuthology.orchestra.run.smithi079.stdout:{"status":"HEALTH_WARN","checks":{"MGR_MODULE_DEPENDENCY":{"severity":"HEALTH_WARN","summary":{"message":"Module 'volumes' has failed dependency: No module named 'ceph.fs'","count":1},"muted":false},"RECENT_MGR_MODULE_CRASH":{"severity":"HEALTH_WARN","summary":{"message":"4 mgr modules have recently crashed","count":4},"muted":false}},"mutes":[]} 2024-09-06T15:14:28.909 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:14:28 smithi090 bash[25332]: cluster 2024-09-06T15:14:27.875776+0000 mgr.smithi079.ijsnjl (mgr.14195) 347 : cluster [DBG] pgmap v304: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:14:28.909 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:14:28 smithi090 bash[25332]: cluster 2024-09-06T15:14:27.875776+0000 mgr.smithi079.ijsnjl (mgr.14195) 347 : cluster [DBG] pgmap v304: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:14:28.909 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:14:28 smithi090 bash[25332]: audit 2024-09-06T15:14:28.075996+0000 mon.smithi079 (mon.0) 829 : audit [DBG] from='client.? 172.21.15.79:0/2255492407' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-06T15:14:28.909 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:14:28 smithi090 bash[25332]: audit 2024-09-06T15:14:28.075996+0000 mon.smithi079 (mon.0) 829 : audit [DBG] from='client.? 172.21.15.79:0/2255492407' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-06T15:14:28.909 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:14:28 smithi090 bash[25332]: audit 2024-09-06T15:14:28.209219+0000 mon.smithi079 (mon.0) 830 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:14:28.909 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:14:28 smithi090 bash[25332]: audit 2024-09-06T15:14:28.209219+0000 mon.smithi079 (mon.0) 830 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:14:28.909 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:14:28 smithi090 bash[25332]: audit 2024-09-06T15:14:28.210069+0000 mon.smithi079 (mon.0) 831 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-06T15:14:28.910 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:14:28 smithi090 bash[25332]: audit 2024-09-06T15:14:28.210069+0000 mon.smithi079 (mon.0) 831 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-06T15:14:28.910 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:14:28 smithi090 bash[25332]: audit 2024-09-06T15:14:28.217808+0000 mon.smithi079 (mon.0) 832 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:14:28.910 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:14:28 smithi090 bash[25332]: audit 2024-09-06T15:14:28.217808+0000 mon.smithi079 (mon.0) 832 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:14:28.910 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:14:28 smithi090 bash[25332]: audit 2024-09-06T15:14:28.220589+0000 mon.smithi079 (mon.0) 833 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-06T15:14:28.910 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:14:28 smithi090 bash[25332]: audit 2024-09-06T15:14:28.220589+0000 mon.smithi079 (mon.0) 833 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-06T15:14:29.031 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:14:28 smithi079 bash[19963]: cluster 2024-09-06T15:14:27.875776+0000 mgr.smithi079.ijsnjl (mgr.14195) 347 : cluster [DBG] pgmap v304: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:14:29.031 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:14:28 smithi079 bash[19963]: cluster 2024-09-06T15:14:27.875776+0000 mgr.smithi079.ijsnjl (mgr.14195) 347 : cluster [DBG] pgmap v304: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:14:29.031 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:14:28 smithi079 bash[19963]: audit 2024-09-06T15:14:28.075996+0000 mon.smithi079 (mon.0) 829 : audit [DBG] from='client.? 172.21.15.79:0/2255492407' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-06T15:14:29.032 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:14:28 smithi079 bash[19963]: audit 2024-09-06T15:14:28.075996+0000 mon.smithi079 (mon.0) 829 : audit [DBG] from='client.? 172.21.15.79:0/2255492407' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-06T15:14:29.032 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:14:28 smithi079 bash[19963]: audit 2024-09-06T15:14:28.209219+0000 mon.smithi079 (mon.0) 830 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:14:29.032 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:14:28 smithi079 bash[19963]: audit 2024-09-06T15:14:28.209219+0000 mon.smithi079 (mon.0) 830 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-06T15:14:29.032 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:14:28 smithi079 bash[19963]: audit 2024-09-06T15:14:28.210069+0000 mon.smithi079 (mon.0) 831 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-06T15:14:29.032 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:14:28 smithi079 bash[19963]: audit 2024-09-06T15:14:28.210069+0000 mon.smithi079 (mon.0) 831 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-06T15:14:29.032 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:14:28 smithi079 bash[19963]: audit 2024-09-06T15:14:28.217808+0000 mon.smithi079 (mon.0) 832 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:14:29.032 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:14:28 smithi079 bash[19963]: audit 2024-09-06T15:14:28.217808+0000 mon.smithi079 (mon.0) 832 : audit [INF] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' 2024-09-06T15:14:29.032 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:14:28 smithi079 bash[19963]: audit 2024-09-06T15:14:28.220589+0000 mon.smithi079 (mon.0) 833 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-06T15:14:29.032 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:14:28 smithi079 bash[19963]: audit 2024-09-06T15:14:28.220589+0000 mon.smithi079 (mon.0) 833 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-06T15:14:30.281 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:14:29 smithi079 bash[19963]: cluster 2024-09-06T15:14:29.876353+0000 mgr.smithi079.ijsnjl (mgr.14195) 348 : cluster [DBG] pgmap v305: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:14:30.281 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:14:29 smithi079 bash[19963]: cluster 2024-09-06T15:14:29.876353+0000 mgr.smithi079.ijsnjl (mgr.14195) 348 : cluster [DBG] pgmap v305: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:14:30.408 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:14:29 smithi090 bash[25332]: cluster 2024-09-06T15:14:29.876353+0000 mgr.smithi079.ijsnjl (mgr.14195) 348 : cluster [DBG] pgmap v305: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:14:30.408 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:14:29 smithi090 bash[25332]: cluster 2024-09-06T15:14:29.876353+0000 mgr.smithi079.ijsnjl (mgr.14195) 348 : cluster [DBG] pgmap v305: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:14:31.658 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:14:31 smithi090 bash[25332]: audit 2024-09-06T15:14:31.267615+0000 mon.smithi079 (mon.0) 834 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:14:31.659 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:14:31 smithi090 bash[25332]: audit 2024-09-06T15:14:31.267615+0000 mon.smithi079 (mon.0) 834 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:14:31.781 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:14:31 smithi079 bash[19963]: audit 2024-09-06T15:14:31.267615+0000 mon.smithi079 (mon.0) 834 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:14:31.781 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:14:31 smithi079 bash[19963]: audit 2024-09-06T15:14:31.267615+0000 mon.smithi079 (mon.0) 834 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:14:31.829 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8b38c33cecf4b0b7a9b3116eb9089e21e444ac73 shell --fsid d8ce0702-6c60-11ef-bce4-c7b262605968 -- ceph health --format=json 2024-09-06T15:14:32.658 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:14:32 smithi090 bash[25332]: cluster 2024-09-06T15:14:31.877015+0000 mgr.smithi079.ijsnjl (mgr.14195) 349 : cluster [DBG] pgmap v306: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:14:32.658 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:14:32 smithi090 bash[25332]: cluster 2024-09-06T15:14:31.877015+0000 mgr.smithi079.ijsnjl (mgr.14195) 349 : cluster [DBG] pgmap v306: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:14:32.781 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:14:32 smithi079 bash[19963]: cluster 2024-09-06T15:14:31.877015+0000 mgr.smithi079.ijsnjl (mgr.14195) 349 : cluster [DBG] pgmap v306: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:14:32.781 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:14:32 smithi079 bash[19963]: cluster 2024-09-06T15:14:31.877015+0000 mgr.smithi079.ijsnjl (mgr.14195) 349 : cluster [DBG] pgmap v306: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:14:34.281 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:14:33 smithi079 bash[19963]: cluster 2024-09-06T15:14:33.877686+0000 mgr.smithi079.ijsnjl (mgr.14195) 350 : cluster [DBG] pgmap v307: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:14:34.281 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:14:33 smithi079 bash[19963]: cluster 2024-09-06T15:14:33.877686+0000 mgr.smithi079.ijsnjl (mgr.14195) 350 : cluster [DBG] pgmap v307: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:14:34.408 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:14:33 smithi090 bash[25332]: cluster 2024-09-06T15:14:33.877686+0000 mgr.smithi079.ijsnjl (mgr.14195) 350 : cluster [DBG] pgmap v307: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:14:34.408 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:14:33 smithi090 bash[25332]: cluster 2024-09-06T15:14:33.877686+0000 mgr.smithi079.ijsnjl (mgr.14195) 350 : cluster [DBG] pgmap v307: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:14:36.230 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:14:35 smithi079 bash[19963]: cluster 2024-09-06T15:14:35.878338+0000 mgr.smithi079.ijsnjl (mgr.14195) 351 : cluster [DBG] pgmap v308: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:14:36.231 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:14:35 smithi079 bash[19963]: cluster 2024-09-06T15:14:35.878338+0000 mgr.smithi079.ijsnjl (mgr.14195) 351 : cluster [DBG] pgmap v308: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:14:36.408 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:14:35 smithi090 bash[25332]: cluster 2024-09-06T15:14:35.878338+0000 mgr.smithi079.ijsnjl (mgr.14195) 351 : cluster [DBG] pgmap v308: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:14:36.409 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:14:35 smithi090 bash[25332]: cluster 2024-09-06T15:14:35.878338+0000 mgr.smithi079.ijsnjl (mgr.14195) 351 : cluster [DBG] pgmap v308: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:14:36.646 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/mon.smithi079/config 2024-09-06T15:14:38.027 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-06T15:14:38.027 INFO:teuthology.orchestra.run.smithi079.stdout:{"status":"HEALTH_WARN","checks":{"MGR_MODULE_DEPENDENCY":{"severity":"HEALTH_WARN","summary":{"message":"Module 'volumes' has failed dependency: No module named 'ceph.fs'","count":1},"muted":false},"RECENT_MGR_MODULE_CRASH":{"severity":"HEALTH_WARN","summary":{"message":"4 mgr modules have recently crashed","count":4},"muted":false}},"mutes":[]} 2024-09-06T15:14:38.264 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:14:37 smithi079 bash[19963]: cluster 2024-09-06T15:14:37.878724+0000 mgr.smithi079.ijsnjl (mgr.14195) 352 : cluster [DBG] pgmap v309: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:14:38.264 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:14:37 smithi079 bash[19963]: cluster 2024-09-06T15:14:37.878724+0000 mgr.smithi079.ijsnjl (mgr.14195) 352 : cluster [DBG] pgmap v309: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:14:38.408 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:14:37 smithi090 bash[25332]: cluster 2024-09-06T15:14:37.878724+0000 mgr.smithi079.ijsnjl (mgr.14195) 352 : cluster [DBG] pgmap v309: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:14:38.408 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:14:37 smithi090 bash[25332]: cluster 2024-09-06T15:14:37.878724+0000 mgr.smithi079.ijsnjl (mgr.14195) 352 : cluster [DBG] pgmap v309: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:14:39.031 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:14:38 smithi079 bash[19963]: audit 2024-09-06T15:14:38.033257+0000 mon.smithi079 (mon.0) 835 : audit [DBG] from='client.? 172.21.15.79:0/1224277300' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-06T15:14:39.031 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:14:38 smithi079 bash[19963]: audit 2024-09-06T15:14:38.033257+0000 mon.smithi079 (mon.0) 835 : audit [DBG] from='client.? 172.21.15.79:0/1224277300' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-06T15:14:39.408 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:14:38 smithi090 bash[25332]: audit 2024-09-06T15:14:38.033257+0000 mon.smithi079 (mon.0) 835 : audit [DBG] from='client.? 172.21.15.79:0/1224277300' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-06T15:14:39.409 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:14:38 smithi090 bash[25332]: audit 2024-09-06T15:14:38.033257+0000 mon.smithi079 (mon.0) 835 : audit [DBG] from='client.? 172.21.15.79:0/1224277300' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-06T15:14:40.281 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:14:39 smithi079 bash[19963]: cluster 2024-09-06T15:14:39.879296+0000 mgr.smithi079.ijsnjl (mgr.14195) 353 : cluster [DBG] pgmap v310: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:14:40.281 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:14:39 smithi079 bash[19963]: cluster 2024-09-06T15:14:39.879296+0000 mgr.smithi079.ijsnjl (mgr.14195) 353 : cluster [DBG] pgmap v310: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:14:40.408 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:14:39 smithi090 bash[25332]: cluster 2024-09-06T15:14:39.879296+0000 mgr.smithi079.ijsnjl (mgr.14195) 353 : cluster [DBG] pgmap v310: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:14:40.408 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:14:39 smithi090 bash[25332]: cluster 2024-09-06T15:14:39.879296+0000 mgr.smithi079.ijsnjl (mgr.14195) 353 : cluster [DBG] pgmap v310: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:14:41.775 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8b38c33cecf4b0b7a9b3116eb9089e21e444ac73 shell --fsid d8ce0702-6c60-11ef-bce4-c7b262605968 -- ceph health --format=json 2024-09-06T15:14:42.281 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:14:41 smithi079 bash[19963]: cluster 2024-09-06T15:14:41.879927+0000 mgr.smithi079.ijsnjl (mgr.14195) 354 : cluster [DBG] pgmap v311: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:14:42.281 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:14:41 smithi079 bash[19963]: cluster 2024-09-06T15:14:41.879927+0000 mgr.smithi079.ijsnjl (mgr.14195) 354 : cluster [DBG] pgmap v311: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:14:42.408 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:14:41 smithi090 bash[25332]: cluster 2024-09-06T15:14:41.879927+0000 mgr.smithi079.ijsnjl (mgr.14195) 354 : cluster [DBG] pgmap v311: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:14:42.408 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:14:41 smithi090 bash[25332]: cluster 2024-09-06T15:14:41.879927+0000 mgr.smithi079.ijsnjl (mgr.14195) 354 : cluster [DBG] pgmap v311: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:14:44.281 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:14:43 smithi079 bash[19963]: cluster 2024-09-06T15:14:43.880586+0000 mgr.smithi079.ijsnjl (mgr.14195) 355 : cluster [DBG] pgmap v312: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:14:44.281 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:14:43 smithi079 bash[19963]: cluster 2024-09-06T15:14:43.880586+0000 mgr.smithi079.ijsnjl (mgr.14195) 355 : cluster [DBG] pgmap v312: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:14:44.408 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:14:43 smithi090 bash[25332]: cluster 2024-09-06T15:14:43.880586+0000 mgr.smithi079.ijsnjl (mgr.14195) 355 : cluster [DBG] pgmap v312: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:14:44.408 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:14:43 smithi090 bash[25332]: cluster 2024-09-06T15:14:43.880586+0000 mgr.smithi079.ijsnjl (mgr.14195) 355 : cluster [DBG] pgmap v312: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:14:46.281 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:14:45 smithi079 bash[19963]: cluster 2024-09-06T15:14:45.881235+0000 mgr.smithi079.ijsnjl (mgr.14195) 356 : cluster [DBG] pgmap v313: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:14:46.281 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:14:45 smithi079 bash[19963]: cluster 2024-09-06T15:14:45.881235+0000 mgr.smithi079.ijsnjl (mgr.14195) 356 : cluster [DBG] pgmap v313: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:14:46.408 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:14:45 smithi090 bash[25332]: cluster 2024-09-06T15:14:45.881235+0000 mgr.smithi079.ijsnjl (mgr.14195) 356 : cluster [DBG] pgmap v313: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:14:46.408 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:14:45 smithi090 bash[25332]: cluster 2024-09-06T15:14:45.881235+0000 mgr.smithi079.ijsnjl (mgr.14195) 356 : cluster [DBG] pgmap v313: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:14:46.591 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/mon.smithi079/config 2024-09-06T15:14:47.281 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:14:46 smithi079 bash[19963]: audit 2024-09-06T15:14:46.268139+0000 mon.smithi079 (mon.0) 836 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:14:47.281 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:14:46 smithi079 bash[19963]: audit 2024-09-06T15:14:46.268139+0000 mon.smithi079 (mon.0) 836 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:14:47.408 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:14:46 smithi090 bash[25332]: audit 2024-09-06T15:14:46.268139+0000 mon.smithi079 (mon.0) 836 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:14:47.408 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:14:46 smithi090 bash[25332]: audit 2024-09-06T15:14:46.268139+0000 mon.smithi079 (mon.0) 836 : audit [DBG] from='mgr.14195 172.21.15.79:0/2285893217' entity='mgr.smithi079.ijsnjl' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-06T15:14:48.013 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-06T15:14:48.013 INFO:teuthology.orchestra.run.smithi079.stdout:{"status":"HEALTH_WARN","checks":{"MGR_MODULE_DEPENDENCY":{"severity":"HEALTH_WARN","summary":{"message":"Module 'volumes' has failed dependency: No module named 'ceph.fs'","count":1},"muted":false},"RECENT_MGR_MODULE_CRASH":{"severity":"HEALTH_WARN","summary":{"message":"4 mgr modules have recently crashed","count":4},"muted":false}},"mutes":[]} 2024-09-06T15:14:48.237 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:14:47 smithi079 bash[19963]: cluster 2024-09-06T15:14:47.881926+0000 mgr.smithi079.ijsnjl (mgr.14195) 357 : cluster [DBG] pgmap v314: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:14:48.237 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:14:47 smithi079 bash[19963]: cluster 2024-09-06T15:14:47.881926+0000 mgr.smithi079.ijsnjl (mgr.14195) 357 : cluster [DBG] pgmap v314: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:14:48.408 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:14:47 smithi090 bash[25332]: cluster 2024-09-06T15:14:47.881926+0000 mgr.smithi079.ijsnjl (mgr.14195) 357 : cluster [DBG] pgmap v314: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:14:48.408 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:14:47 smithi090 bash[25332]: cluster 2024-09-06T15:14:47.881926+0000 mgr.smithi079.ijsnjl (mgr.14195) 357 : cluster [DBG] pgmap v314: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-09-06T15:14:48.682 INFO:tasks.cephadm:Teardown begin 2024-09-06T15:14:48.683 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/contextutil.py", line 32, in nested yield vars File "/home/teuthworker/src/git.ceph.com_ceph-c_8b38c33cecf4b0b7a9b3116eb9089e21e444ac73/qa/tasks/cephadm.py", line 2371, in task healthy(ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_ceph-c_8b38c33cecf4b0b7a9b3116eb9089e21e444ac73/qa/tasks/ceph.py", line 1537, in healthy manager.wait_until_healthy(timeout=300) File "/home/teuthworker/src/git.ceph.com_ceph-c_8b38c33cecf4b0b7a9b3116eb9089e21e444ac73/qa/tasks/ceph_manager.py", line 3299, in wait_until_healthy assert time.time() - start < timeout, \ AssertionError: timeout expired in wait_until_healthy 2024-09-06T15:14:48.716 DEBUG:teuthology.orchestra.run.smithi079:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-06T15:14:48.729 DEBUG:teuthology.orchestra.run.smithi090:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-06T15:14:48.744 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-09-06T15:14:48.744 DEBUG:teuthology.orchestra.run.smithi079:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-06T15:14:48.776 DEBUG:teuthology.orchestra.run.smithi090:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-06T15:14:48.794 INFO:tasks.cephadm:Stopping all daemons... 2024-09-06T15:14:48.794 INFO:tasks.cephadm.mon.smithi079:Stopping mon.smithi079... 2024-09-06T15:14:48.794 DEBUG:teuthology.orchestra.run.smithi079:> sudo systemctl stop ceph-d8ce0702-6c60-11ef-bce4-c7b262605968@mon.smithi079 2024-09-06T15:14:48.940 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:14:48 smithi079 systemd[1]: Stopping Ceph mon.smithi079 for d8ce0702-6c60-11ef-bce4-c7b262605968... 2024-09-06T15:14:49.087 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:14:48 smithi079 bash[19963]: debug 2024-09-06T15:14:48.941+0000 7feedfb77640 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi079 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-09-06T15:14:49.087 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Sep 06 15:14:48 smithi079 bash[19963]: debug 2024-09-06T15:14:48.941+0000 7feedfb77640 -1 mon.smithi079@0(leader) e2 *** Got Signal Terminated *** 2024-09-06T15:14:49.975 DEBUG:teuthology.orchestra.run.smithi079:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d8ce0702-6c60-11ef-bce4-c7b262605968@mon.smithi079.service' 2024-09-06T15:14:50.020 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-06T15:14:50.021 INFO:tasks.cephadm.mon.smithi079:Stopped mon.smithi079 2024-09-06T15:14:50.021 INFO:tasks.cephadm.mon.smithi090:Stopping mon.smithi090... 2024-09-06T15:14:50.021 DEBUG:teuthology.orchestra.run.smithi090:> sudo systemctl stop ceph-d8ce0702-6c60-11ef-bce4-c7b262605968@mon.smithi090 2024-09-06T15:14:50.372 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:14:50 smithi090 systemd[1]: Stopping Ceph mon.smithi090 for d8ce0702-6c60-11ef-bce4-c7b262605968... 2024-09-06T15:14:50.372 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:14:50 smithi090 bash[25332]: debug 2024-09-06T15:14:50.165+0000 7f287c332640 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi090 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-09-06T15:14:50.372 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:14:50 smithi090 bash[25332]: debug 2024-09-06T15:14:50.165+0000 7f287c332640 -1 mon.smithi090@1(peon) e2 *** Got Signal Terminated *** 2024-09-06T15:14:51.366 DEBUG:teuthology.orchestra.run.smithi090:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d8ce0702-6c60-11ef-bce4-c7b262605968@mon.smithi090.service' 2024-09-06T15:14:51.374 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:14:51 smithi090 bash[43177]: ceph-d8ce0702-6c60-11ef-bce4-c7b262605968-mon-smithi090 2024-09-06T15:14:51.374 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:14:51 smithi090 bash[43245]: Error response from daemon: No such container: ceph-d8ce0702-6c60-11ef-bce4-c7b262605968-mon-smithi090 2024-09-06T15:14:51.374 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:14:51 smithi090 systemd[1]: ceph-d8ce0702-6c60-11ef-bce4-c7b262605968@mon.smithi090.service: Deactivated successfully. 2024-09-06T15:14:51.374 INFO:journalctl@ceph.mon.smithi090.smithi090.stdout:Sep 06 15:14:51 smithi090 systemd[1]: Stopped Ceph mon.smithi090 for d8ce0702-6c60-11ef-bce4-c7b262605968. 2024-09-06T15:14:51.405 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-06T15:14:51.405 INFO:tasks.cephadm.mon.smithi090:Stopped mon.smithi090 2024-09-06T15:14:51.405 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d8ce0702-6c60-11ef-bce4-c7b262605968 --force --keep-logs 2024-09-06T15:14:51.588 INFO:teuthology.orchestra.run.smithi079.stdout:Deleting cluster with fsid: d8ce0702-6c60-11ef-bce4-c7b262605968 2024-09-06T15:15:38.200 DEBUG:teuthology.orchestra.run.smithi090:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d8ce0702-6c60-11ef-bce4-c7b262605968 --force --keep-logs 2024-09-06T15:15:38.385 INFO:teuthology.orchestra.run.smithi090.stdout:Deleting cluster with fsid: d8ce0702-6c60-11ef-bce4-c7b262605968 2024-09-06T15:16:24.791 DEBUG:teuthology.orchestra.run.smithi079:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-06T15:16:24.826 DEBUG:teuthology.orchestra.run.smithi090:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-06T15:16:24.839 INFO:tasks.cephadm:Archiving crash dumps... 2024-09-06T15:16:24.841 DEBUG:teuthology.misc:Transferring archived files from smithi079:/var/lib/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/crash to /home/teuthworker/archive/adking-2024-09-06_13:43:09-orch:cephadm-wip-athakkar-testing-2024-09-04-1837-distro-default-smithi/7892420/remote/smithi079/crash 2024-09-06T15:16:24.842 DEBUG:teuthology.orchestra.run.smithi079:> sudo tar c -f - -C /var/lib/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/crash -- . 2024-09-06T15:16:24.882 INFO:teuthology.orchestra.run.smithi079.stderr:tar: /var/lib/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/crash: Cannot open: No such file or directory 2024-09-06T15:16:24.882 INFO:teuthology.orchestra.run.smithi079.stderr:tar: Error is not recoverable: exiting now 2024-09-06T15:16:24.884 DEBUG:teuthology.misc:Transferring archived files from smithi090:/var/lib/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/crash to /home/teuthworker/archive/adking-2024-09-06_13:43:09-orch:cephadm-wip-athakkar-testing-2024-09-04-1837-distro-default-smithi/7892420/remote/smithi090/crash 2024-09-06T15:16:24.885 DEBUG:teuthology.orchestra.run.smithi090:> sudo tar c -f - -C /var/lib/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/crash -- . 2024-09-06T15:16:24.895 INFO:teuthology.orchestra.run.smithi090.stderr:tar: /var/lib/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/crash: Cannot open: No such file or directory 2024-09-06T15:16:24.895 INFO:teuthology.orchestra.run.smithi090.stderr:tar: Error is not recoverable: exiting now 2024-09-06T15:16:24.896 INFO:tasks.cephadm:Checking cluster log for badness... 2024-09-06T15:16:24.897 DEBUG:teuthology.orchestra.run.smithi079:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v CEPHADM_DAEMON_PLACE_FAIL | egrep -v CEPHADM_FAILED_DAEMON | head -n 1 2024-09-06T15:16:24.941 INFO:tasks.cephadm:Compressing logs... 2024-09-06T15:16:24.941 DEBUG:teuthology.orchestra.run.smithi079:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-09-06T15:16:24.984 DEBUG:teuthology.orchestra.run.smithi090:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-09-06T15:16:24.993 INFO:teuthology.orchestra.run.smithi079.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-09-06T15:16:24.995 INFO:teuthology.orchestra.run.smithi090.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-09-06T15:16:24.999 INFO:teuthology.orchestra.run.smithi079.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-06T15:16:25.000 INFO:teuthology.orchestra.run.smithi079.stderr:gzip -5 --verbose -- /var/log/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/ceph-client.ceph-exporter.smithi079.log 2024-09-06T15:16:25.001 INFO:teuthology.orchestra.run.smithi079.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/ceph-osd.7.log 2024-09-06T15:16:25.001 INFO:teuthology.orchestra.run.smithi079.stderr:/var/log/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/ceph-client.ceph-exporter.smithi079.log: gzip -5 --verbose -- /var/log/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/ceph-mgr.smithi079.ijsnjl.log 2024-09-06T15:16:25.002 INFO:teuthology.orchestra.run.smithi079.stderr:/var/log/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/ceph-osd.7.log: gzip -5 --verbose -- /var/log/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/ceph.cephadm.log 2024-09-06T15:16:25.002 INFO:teuthology.orchestra.run.smithi079.stderr: 94.1% -- replaced with /var/log/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/ceph-client.ceph-exporter.smithi079.log.gz 2024-09-06T15:16:25.002 INFO:teuthology.orchestra.run.smithi079.stderr:/var/log/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/ceph-mgr.smithi079.ijsnjl.log: gzip -5 --verbose -- /var/log/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/ceph-osd.3.log 2024-09-06T15:16:25.002 INFO:teuthology.orchestra.run.smithi079.stderr:/var/log/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/ceph-osd.5.log 2024-09-06T15:16:25.004 INFO:teuthology.orchestra.run.smithi079.stderr:/var/log/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/ceph-osd.3.log: 84.6% -- replaced with /var/log/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/ceph.cephadm.log.gz 2024-09-06T15:16:25.004 INFO:teuthology.orchestra.run.smithi079.stderr:gzip -5 --verbose -- /var/log/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/ceph-osd.1.log 2024-09-06T15:16:25.004 INFO:teuthology.orchestra.run.smithi079.stderr:/var/log/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/ceph-osd.5.log: gzip -5 --verbose -- /var/log/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/ceph.log 2024-09-06T15:16:25.004 INFO:teuthology.orchestra.run.smithi079.stderr:/var/log/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/ceph-mon.smithi079.log 2024-09-06T15:16:25.004 INFO:teuthology.orchestra.run.smithi079.stderr:/var/log/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/ceph-volume.log 2024-09-06T15:16:25.005 INFO:teuthology.orchestra.run.smithi079.stderr:/var/log/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/ceph-mon.smithi079.log: 88.8% -- replaced with /var/log/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/ceph.log.gz 2024-09-06T15:16:25.006 INFO:teuthology.orchestra.run.smithi079.stderr:gzip -5 --verbose -- /var/log/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/ceph.audit.log 2024-09-06T15:16:25.015 INFO:teuthology.orchestra.run.smithi090.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-06T15:16:25.017 INFO:teuthology.orchestra.run.smithi090.stderr:gzip -5 --verbose -- /var/log/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/ceph-osd.0.log 2024-09-06T15:16:25.017 INFO:teuthology.orchestra.run.smithi090.stderr:gzip -5 --verbose -- /var/log/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/ceph-osd.2.log 2024-09-06T15:16:25.018 INFO:teuthology.orchestra.run.smithi090.stderr:/var/log/ceph/cephadm.log: /var/log/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/ceph-osd.6.log 2024-09-06T15:16:25.018 INFO:teuthology.orchestra.run.smithi090.stderr:/var/log/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/ceph.cephadm.log 2024-09-06T15:16:25.020 INFO:teuthology.orchestra.run.smithi079.stderr:/var/log/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/ceph-volume.log: /var/log/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/ceph.audit.log: 91.5% -- replaced with /var/log/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/ceph-volume.log.gz 2024-09-06T15:16:25.025 INFO:teuthology.orchestra.run.smithi079.stderr: 91.0% -- replaced with /var/log/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/ceph.audit.log.gz 2024-09-06T15:16:25.027 INFO:teuthology.orchestra.run.smithi090.stderr:/var/log/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/ceph.log 2024-09-06T15:16:25.027 INFO:teuthology.orchestra.run.smithi090.stderr:/var/log/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/ceph-volume.log 2024-09-06T15:16:25.027 INFO:teuthology.orchestra.run.smithi090.stderr: 82.6% -- replaced with /var/log/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/ceph.cephadm.log.gz 2024-09-06T15:16:25.027 INFO:teuthology.orchestra.run.smithi090.stderr:gzip -5 --verbose -- /var/log/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/ceph-mon.smithi090.log 2024-09-06T15:16:25.027 INFO:teuthology.orchestra.run.smithi090.stderr:/var/log/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/ceph.log: /var/log/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/ceph-mgr.smithi090.kgwrey.log 2024-09-06T15:16:25.028 INFO:teuthology.orchestra.run.smithi090.stderr: 89.8%/var/log/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/ceph-mon.smithi090.log: -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-06T15:16:25.028 INFO:teuthology.orchestra.run.smithi090.stderr:gzip -5 --verbose -- /var/log/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/ceph-client.ceph-exporter.smithi090.log 2024-09-06T15:16:25.028 INFO:teuthology.orchestra.run.smithi090.stderr:/var/log/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/ceph-mgr.smithi090.kgwrey.log: gzip -5 --verbose -- /var/log/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/ceph.audit.log 2024-09-06T15:16:25.028 INFO:teuthology.orchestra.run.smithi090.stderr: 88.8% -- replaced with /var/log/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/ceph.log.gz 2024-09-06T15:16:25.028 INFO:teuthology.orchestra.run.smithi090.stderr:/var/log/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/ceph-client.ceph-exporter.smithi090.log: gzip -5 --verbose -- /var/log/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/ceph-osd.4.log 2024-09-06T15:16:25.028 INFO:teuthology.orchestra.run.smithi090.stderr: 30.5% -- replaced with /var/log/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/ceph-client.ceph-exporter.smithi090.log.gz 2024-09-06T15:16:25.028 INFO:teuthology.orchestra.run.smithi090.stderr:/var/log/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/ceph.audit.log: /var/log/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/ceph-osd.4.log: 91.2% -- replaced with /var/log/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/ceph.audit.log.gz 2024-09-06T15:16:25.029 INFO:teuthology.orchestra.run.smithi090.stderr: 91.8% -- replaced with /var/log/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/ceph-mgr.smithi090.kgwrey.log.gz 2024-09-06T15:16:25.029 INFO:teuthology.orchestra.run.smithi079.stderr: 91.5% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-06T15:16:25.030 INFO:teuthology.orchestra.run.smithi090.stderr: 91.6% -- replaced with /var/log/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/ceph-volume.log.gz 2024-09-06T15:16:25.097 INFO:teuthology.orchestra.run.smithi090.stderr: 92.4% -- replaced with /var/log/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/ceph-osd.6.log.gz 2024-09-06T15:16:25.098 INFO:teuthology.orchestra.run.smithi079.stderr: 92.6% -- replaced with /var/log/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/ceph-osd.3.log.gz 2024-09-06T15:16:25.099 INFO:teuthology.orchestra.run.smithi079.stderr: 92.6% -- replaced with /var/log/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/ceph-osd.7.log.gz 2024-09-06T15:16:25.100 INFO:teuthology.orchestra.run.smithi079.stderr: 92.6% -- replaced with /var/log/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/ceph-osd.1.log.gz 2024-09-06T15:16:25.100 INFO:teuthology.orchestra.run.smithi090.stderr: 93.1% -- replaced with /var/log/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/ceph-osd.0.log.gz 2024-09-06T15:16:25.118 INFO:teuthology.orchestra.run.smithi079.stderr: 92.9% -- replaced with /var/log/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/ceph-osd.5.log.gz 2024-09-06T15:16:25.121 INFO:teuthology.orchestra.run.smithi090.stderr: 92.7% -- replaced with /var/log/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/ceph-osd.4.log.gz 2024-09-06T15:16:25.141 INFO:teuthology.orchestra.run.smithi090.stderr: 93.1% -- replaced with /var/log/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/ceph-mon.smithi090.log.gz 2024-09-06T15:16:25.144 INFO:teuthology.orchestra.run.smithi090.stderr: 93.3% -- replaced with /var/log/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/ceph-osd.2.log.gz 2024-09-06T15:16:25.146 INFO:teuthology.orchestra.run.smithi090.stderr: 2024-09-06T15:16:25.146 INFO:teuthology.orchestra.run.smithi090.stderr:real 0m0.156s 2024-09-06T15:16:25.146 INFO:teuthology.orchestra.run.smithi090.stderr:user 0m0.537s 2024-09-06T15:16:25.146 INFO:teuthology.orchestra.run.smithi090.stderr:sys 0m0.026s 2024-09-06T15:16:25.152 INFO:teuthology.orchestra.run.smithi079.stderr: 89.9% -- replaced with /var/log/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/ceph-mgr.smithi079.ijsnjl.log.gz 2024-09-06T15:16:25.308 INFO:teuthology.orchestra.run.smithi079.stderr: 90.7% -- replaced with /var/log/ceph/d8ce0702-6c60-11ef-bce4-c7b262605968/ceph-mon.smithi079.log.gz 2024-09-06T15:16:25.339 INFO:teuthology.orchestra.run.smithi079.stderr: 2024-09-06T15:16:25.339 INFO:teuthology.orchestra.run.smithi079.stderr:real 0m0.323s 2024-09-06T15:16:25.339 INFO:teuthology.orchestra.run.smithi079.stderr:user 0m0.875s 2024-09-06T15:16:25.339 INFO:teuthology.orchestra.run.smithi079.stderr:sys 0m0.057s 2024-09-06T15:16:25.339 INFO:tasks.cephadm:Archiving logs... 2024-09-06T15:16:25.340 DEBUG:teuthology.misc:Transferring archived files from smithi079:/var/log/ceph to /home/teuthworker/archive/adking-2024-09-06_13:43:09-orch:cephadm-wip-athakkar-testing-2024-09-04-1837-distro-default-smithi/7892420/remote/smithi079/log 2024-09-06T15:16:25.340 DEBUG:teuthology.orchestra.run.smithi079:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-06T15:16:25.513 DEBUG:teuthology.misc:Transferring archived files from smithi090:/var/log/ceph to /home/teuthworker/archive/adking-2024-09-06_13:43:09-orch:cephadm-wip-athakkar-testing-2024-09-04-1837-distro-default-smithi/7892420/remote/smithi090/log 2024-09-06T15:16:25.515 DEBUG:teuthology.orchestra.run.smithi090:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-06T15:16:25.599 INFO:tasks.cephadm:Removing cluster... 2024-09-06T15:16:25.600 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d8ce0702-6c60-11ef-bce4-c7b262605968 --force 2024-09-06T15:16:25.781 INFO:teuthology.orchestra.run.smithi079.stdout:Deleting cluster with fsid: d8ce0702-6c60-11ef-bce4-c7b262605968 2024-09-06T15:16:26.905 DEBUG:teuthology.orchestra.run.smithi090:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d8ce0702-6c60-11ef-bce4-c7b262605968 --force 2024-09-06T15:16:27.083 INFO:teuthology.orchestra.run.smithi090.stdout:Deleting cluster with fsid: d8ce0702-6c60-11ef-bce4-c7b262605968 2024-09-06T15:16:28.196 INFO:tasks.cephadm:Removing cephadm ... 2024-09-06T15:16:28.196 DEBUG:teuthology.orchestra.run.smithi079:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-06T15:16:28.202 DEBUG:teuthology.orchestra.run.smithi090:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-06T15:16:28.208 INFO:tasks.cephadm:Teardown complete 2024-09-06T15:16:28.208 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/run_tasks.py", line 112, in run_tasks manager.__enter__() File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_8b38c33cecf4b0b7a9b3116eb9089e21e444ac73/qa/tasks/cephadm.py", line 2371, in task healthy(ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_ceph-c_8b38c33cecf4b0b7a9b3116eb9089e21e444ac73/qa/tasks/ceph.py", line 1537, in healthy manager.wait_until_healthy(timeout=300) File "/home/teuthworker/src/git.ceph.com_ceph-c_8b38c33cecf4b0b7a9b3116eb9089e21e444ac73/qa/tasks/ceph_manager.py", line 3299, in wait_until_healthy assert time.time() - start < timeout, \ AssertionError: timeout expired in wait_until_healthy 2024-09-06T15:16:28.461 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=54d1bb27366b482d9627ba304a8a7b80 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/run_tasks.py", line 112, in run_tasks manager.__enter__() File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_8b38c33cecf4b0b7a9b3116eb9089e21e444ac73/qa/tasks/cephadm.py", line 2371, in task healthy(ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_ceph-c_8b38c33cecf4b0b7a9b3116eb9089e21e444ac73/qa/tasks/ceph.py", line 1537, in healthy manager.wait_until_healthy(timeout=300) File "/home/teuthworker/src/git.ceph.com_ceph-c_8b38c33cecf4b0b7a9b3116eb9089e21e444ac73/qa/tasks/ceph_manager.py", line 3299, in wait_until_healthy assert time.time() - start < timeout, \ AssertionError: timeout expired in wait_until_healthy 2024-09-06T15:16:28.465 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-09-06T15:16:28.480 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-09-06T15:16:28.527 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi079:/dev/vg_nvme/lv_1... 2024-09-06T15:16:28.527 DEBUG:teuthology.orchestra.run.smithi079:> sudo nvme disconnect -n lv_1 2024-09-06T15:16:28.811 INFO:teuthology.orchestra.run.smithi079.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-09-06T15:16:28.813 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-06T15:16:28.813 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi079:/dev/vg_nvme/lv_2... 2024-09-06T15:16:28.814 DEBUG:teuthology.orchestra.run.smithi079:> sudo nvme disconnect -n lv_2 2024-09-06T15:16:29.075 INFO:teuthology.orchestra.run.smithi079.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-09-06T15:16:29.076 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-06T15:16:29.077 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi079:/dev/vg_nvme/lv_3... 2024-09-06T15:16:29.077 DEBUG:teuthology.orchestra.run.smithi079:> sudo nvme disconnect -n lv_3 2024-09-06T15:16:29.331 INFO:teuthology.orchestra.run.smithi079.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-09-06T15:16:29.332 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-06T15:16:29.332 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi079:/dev/vg_nvme/lv_4... 2024-09-06T15:16:29.332 DEBUG:teuthology.orchestra.run.smithi079:> sudo nvme disconnect -n lv_4 2024-09-06T15:16:29.579 INFO:teuthology.orchestra.run.smithi079.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-09-06T15:16:29.580 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-06T15:16:29.581 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2024-09-06T15:16:29.581 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd of=/scratch_devs 2024-09-06T15:16:29.595 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi090:/dev/vg_nvme/lv_1... 2024-09-06T15:16:29.595 DEBUG:teuthology.orchestra.run.smithi090:> sudo nvme disconnect -n lv_1 2024-09-06T15:16:29.852 INFO:teuthology.orchestra.run.smithi090.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-09-06T15:16:29.853 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-06T15:16:29.854 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi090:/dev/vg_nvme/lv_2... 2024-09-06T15:16:29.854 DEBUG:teuthology.orchestra.run.smithi090:> sudo nvme disconnect -n lv_2 2024-09-06T15:16:30.120 INFO:teuthology.orchestra.run.smithi090.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-09-06T15:16:30.125 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-06T15:16:30.126 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi090:/dev/vg_nvme/lv_3... 2024-09-06T15:16:30.126 DEBUG:teuthology.orchestra.run.smithi090:> sudo nvme disconnect -n lv_3 2024-09-06T15:16:30.408 INFO:teuthology.orchestra.run.smithi090.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-09-06T15:16:30.409 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-06T15:16:30.409 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi090:/dev/vg_nvme/lv_4... 2024-09-06T15:16:30.409 DEBUG:teuthology.orchestra.run.smithi090:> sudo nvme disconnect -n lv_4 2024-09-06T15:16:30.727 INFO:teuthology.orchestra.run.smithi090.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-09-06T15:16:30.728 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-06T15:16:30.729 DEBUG:teuthology.orchestra.run.smithi090:> set -ex 2024-09-06T15:16:30.729 DEBUG:teuthology.orchestra.run.smithi090:> sudo dd of=/scratch_devs 2024-09-06T15:16:30.743 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-09-06T15:16:30.753 INFO:teuthology.task.clock:Checking final clock skew... 2024-09-06T15:16:30.753 DEBUG:teuthology.orchestra.run.smithi079:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-06T15:16:30.756 DEBUG:teuthology.orchestra.run.smithi090:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-06T15:16:30.767 INFO:teuthology.orchestra.run.smithi079.stdout: remote refid st t when poll reach delay offset jitter 2024-09-06T15:16:30.767 INFO:teuthology.orchestra.run.smithi079.stdout:============================================================================== 2024-09-06T15:16:30.767 INFO:teuthology.orchestra.run.smithi079.stdout:+hv01.front.sepi 67.205.162.81 3 u 57 64 377 0.083 -3.974 1.626 2024-09-06T15:16:30.767 INFO:teuthology.orchestra.run.smithi079.stdout:*hv02.front.sepi 63.231.80.2 3 u 2 64 377 0.087 -3.511 1.675 2024-09-06T15:16:30.767 INFO:teuthology.orchestra.run.smithi079.stdout:+hv03.front.sepi 74.6.168.72 3 u 7 64 377 0.082 -5.617 2.419 2024-09-06T15:16:30.767 INFO:teuthology.orchestra.run.smithi079.stdout: hv04.front.sepi .INIT. 16 u - 256 0 0.000 +0.000 0.000 2024-09-06T15:16:30.797 INFO:teuthology.orchestra.run.smithi090.stdout: remote refid st t when poll reach delay offset jitter 2024-09-06T15:16:30.797 INFO:teuthology.orchestra.run.smithi090.stdout:============================================================================== 2024-09-06T15:16:30.798 INFO:teuthology.orchestra.run.smithi090.stdout:+hv01.front.sepi 67.205.162.81 3 u 7 64 377 0.071 -4.065 0.836 2024-09-06T15:16:30.798 INFO:teuthology.orchestra.run.smithi090.stdout:*hv02.front.sepi 63.231.80.2 3 u 10 64 377 0.102 -2.669 0.709 2024-09-06T15:16:30.798 INFO:teuthology.orchestra.run.smithi090.stdout:+hv03.front.sepi 74.6.168.72 3 u 6 64 377 0.085 -4.454 0.720 2024-09-06T15:16:30.798 INFO:teuthology.orchestra.run.smithi090.stdout: hv04.front.sepi .INIT. 16 u - 256 0 0.000 +0.000 0.000 2024-09-06T15:16:30.799 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-09-06T15:16:30.807 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-09-06T15:16:30.808 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-09-06T15:16:30.833 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-09-06T15:16:30.866 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-09-06T15:16:30.900 INFO:teuthology.task.internal:Duration was 1384.852619 seconds 2024-09-06T15:16:30.900 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-09-06T15:16:30.935 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-09-06T15:16:30.935 DEBUG:teuthology.orchestra.run.smithi079:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-06T15:16:30.938 DEBUG:teuthology.orchestra.run.smithi090:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-06T15:16:30.976 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-09-06T15:16:30.976 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi079.front.sepia.ceph.com 2024-09-06T15:16:30.976 DEBUG:teuthology.orchestra.run.smithi079:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-09-06T15:16:31.024 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi090.front.sepia.ceph.com 2024-09-06T15:16:31.024 DEBUG:teuthology.orchestra.run.smithi090:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-09-06T15:16:31.035 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-09-06T15:16:31.035 DEBUG:teuthology.orchestra.run.smithi079:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-06T15:16:31.068 DEBUG:teuthology.orchestra.run.smithi090:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-06T15:16:31.120 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-09-06T15:16:31.120 DEBUG:teuthology.orchestra.run.smithi079:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-06T15:16:31.122 DEBUG:teuthology.orchestra.run.smithi090:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-06T15:16:31.259 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-09-06T15:16:31.271 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-09-06T15:16:31.271 DEBUG:teuthology.orchestra.run.smithi079:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-06T15:16:31.283 DEBUG:teuthology.orchestra.run.smithi090:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-06T15:16:31.297 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-09-06T15:16:31.308 DEBUG:teuthology.orchestra.run.smithi079:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-09-06T15:16:31.328 DEBUG:teuthology.orchestra.run.smithi090:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-09-06T15:16:31.337 INFO:teuthology.orchestra.run.smithi079.stdout:kernel.core_pattern = core 2024-09-06T15:16:31.349 INFO:teuthology.orchestra.run.smithi090.stdout:kernel.core_pattern = core 2024-09-06T15:16:31.366 DEBUG:teuthology.orchestra.run.smithi079:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-06T15:16:31.409 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-06T15:16:31.410 DEBUG:teuthology.orchestra.run.smithi090:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-06T15:16:31.414 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-06T15:16:31.414 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-09-06T15:16:31.424 INFO:teuthology.task.internal:Transferring archived files... 2024-09-06T15:16:31.424 DEBUG:teuthology.misc:Transferring archived files from smithi079:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-09-06_13:43:09-orch:cephadm-wip-athakkar-testing-2024-09-04-1837-distro-default-smithi/7892420/remote/smithi079 2024-09-06T15:16:31.424 DEBUG:teuthology.orchestra.run.smithi079:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-06T15:16:31.480 DEBUG:teuthology.misc:Transferring archived files from smithi090:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-09-06_13:43:09-orch:cephadm-wip-athakkar-testing-2024-09-04-1837-distro-default-smithi/7892420/remote/smithi090 2024-09-06T15:16:31.480 DEBUG:teuthology.orchestra.run.smithi090:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-06T15:16:31.503 INFO:teuthology.task.internal:Removing archive directory... 2024-09-06T15:16:31.503 DEBUG:teuthology.orchestra.run.smithi079:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-06T15:16:31.516 DEBUG:teuthology.orchestra.run.smithi090:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-06T15:16:31.544 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-09-06T15:16:31.556 INFO:teuthology.task.internal:Not uploading archives. 2024-09-06T15:16:31.556 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-09-06T15:16:31.637 INFO:teuthology.task.internal:Tidying up after the test... 2024-09-06T15:16:31.637 DEBUG:teuthology.orchestra.run.smithi079:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-06T15:16:31.640 DEBUG:teuthology.orchestra.run.smithi090:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-06T15:16:31.643 INFO:teuthology.orchestra.run.smithi079.stdout: 658616 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 6 15:16 /home/ubuntu/cephtest 2024-09-06T15:16:31.646 INFO:teuthology.orchestra.run.smithi090.stdout: 658641 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 6 15:16 /home/ubuntu/cephtest 2024-09-06T15:16:31.647 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-09-06T15:16:31.668 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-09-06T15:16:31.738 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: 1384.852618932724 failure_reason: timeout expired in wait_until_healthy owner: scheduled_adking@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=54d1bb27366b482d9627ba304a8a7b80 status: fail success: false 2024-09-06T15:16:31.738 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-06T15:16:31.855 INFO:teuthology.run:FAIL