2024-09-11T07:15:25.400 INFO:root:teuthology version: 1.2.2.dev2+g3752d38 2024-09-11T07:15:25.417 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-11T07:15:25.493 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/gabrioux-2024-09-11_06:53:43-orch:cephadm-wip-guits-quincy-2024-09-10-2008-quincy-distro-default-smithi/7901213 branch: wip-guits-quincy-2024-09-10-2008-quincy description: orch:cephadm/smoke-roleless/{0-distro/ubuntu_20.04 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} email: gabrioux@ibm.com first_in_suite: false job_id: '7901213' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: gabrioux-2024-09-11_06:53:43-orch:cephadm-wip-guits-quincy-2024-09-10-2008-quincy-distro-default-smithi no_nested_subset: false openstack: - volumes: count: 4 size: 10 os_type: ubuntu os_version: '20.04' overrides: admin_socket: branch: wip-guits-quincy-2024-09-10-2008-quincy ceph: conf: mgr: debug mgr: 20 debug ms: 1 mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 osd shutdown pgref assert: true flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: d0e6828a2016d48cf25ad84064e50742bb1c39b9 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: d0e6828a2016d48cf25ad84064e50742bb1c39b9 kernel: hwe: true workunit: branch: wip-guits-quincy-2024-09-10-2008-quincy sha1: d0e6828a2016d48cf25ad84064e50742bb1c39b9 owner: scheduled_gabrioux@teuthology priority: 70 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 2282 sha1: d0e6828a2016d48cf25ad84064e50742bb1c39b9 sleep_before_teardown: 0 subset: 1/8 suite: orch:cephadm suite_branch: wip-guits-quincy-2024-09-10-2008-quincy suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_d0e6828a2016d48cf25ad84064e50742bb1c39b9/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: d0e6828a2016d48cf25ad84064e50742bb1c39b9 targets: smithi082.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM= smithi189.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM= 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-11_06:53:43 tube: smithi user: gabrioux verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.3401856 2024-09-11T07:15:25.493 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_d0e6828a2016d48cf25ad84064e50742bb1c39b9/qa; will attempt to use it 2024-09-11T07:15:25.494 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_d0e6828a2016d48cf25ad84064e50742bb1c39b9/qa/tasks 2024-09-11T07:15:25.494 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-09-11T07:15:25.496 INFO:teuthology.task.internal:Checking packages... 2024-09-11T07:15:25.516 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash 'd0e6828a2016d48cf25ad84064e50742bb1c39b9' 2024-09-11T07:15:25.516 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-09-11T07:15:25.516 INFO:teuthology.packaging:ref: None 2024-09-11T07:15:25.516 INFO:teuthology.packaging:tag: None 2024-09-11T07:15:25.516 INFO:teuthology.packaging:branch: wip-guits-quincy-2024-09-10-2008-quincy 2024-09-11T07:15:25.516 INFO:teuthology.packaging:sha1: d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T07:15:25.516 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F20.04%2Fx86_64&ref=wip-guits-quincy-2024-09-10-2008-quincy 2024-09-11T07:15:25.660 INFO:teuthology.task.internal:Found packages for ceph version 17.2.7-1623-gd0e6828a-1focal 2024-09-11T07:15:25.661 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-09-11T07:15:25.667 INFO:teuthology.task.internal:no buildpackages task found 2024-09-11T07:15:25.667 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-09-11T07:15:25.676 INFO:teuthology.task.internal:Saving configuration 2024-09-11T07:15:25.688 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-09-11T07:15:25.694 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-09-11T07:15:25.716 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi082.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-09-11_06:53:43-orch:cephadm-wip-guits-quincy-2024-09-10-2008-quincy-distro-default-smithi/7901213', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '20.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-09-11 07:09:24.025970', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2024-09-11T07:15:25.735 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi189.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-09-11_06:53:43-orch:cephadm-wip-guits-quincy-2024-09-10-2008-quincy-distro-default-smithi/7901213', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '20.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-09-11 07:09:24.027671', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2024-09-11T07:15:25.735 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-09-11T07:15:25.740 INFO:teuthology.task.internal:roles: ubuntu@smithi082.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-09-11T07:15:25.740 INFO:teuthology.task.internal:roles: ubuntu@smithi189.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-09-11T07:15:25.740 INFO:teuthology.run_tasks:Running task console_log... 2024-09-11T07:15:25.786 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f0cd2e13ac0>, signals=[15]) 2024-09-11T07:15:25.786 INFO:teuthology.run_tasks:Running task internal.connect... 2024-09-11T07:15:25.791 INFO:teuthology.task.internal:Opening connections... 2024-09-11T07:15:25.791 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi082.front.sepia.ceph.com 2024-09-11T07:15:25.792 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi082.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T07:15:25.881 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi189.front.sepia.ceph.com 2024-09-11T07:15:25.881 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi189.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T07:15:25.968 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-09-11T07:15:25.973 DEBUG:teuthology.orchestra.run.smithi082:> uname -m 2024-09-11T07:15:25.982 INFO:teuthology.orchestra.run.smithi082.stdout:x86_64 2024-09-11T07:15:25.982 DEBUG:teuthology.orchestra.run.smithi082:> cat /etc/os-release 2024-09-11T07:15:26.032 INFO:teuthology.orchestra.run.smithi082.stdout:NAME="Ubuntu" 2024-09-11T07:15:26.032 INFO:teuthology.orchestra.run.smithi082.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2024-09-11T07:15:26.032 INFO:teuthology.orchestra.run.smithi082.stdout:ID=ubuntu 2024-09-11T07:15:26.032 INFO:teuthology.orchestra.run.smithi082.stdout:ID_LIKE=debian 2024-09-11T07:15:26.032 INFO:teuthology.orchestra.run.smithi082.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2024-09-11T07:15:26.033 INFO:teuthology.orchestra.run.smithi082.stdout:VERSION_ID="20.04" 2024-09-11T07:15:26.033 INFO:teuthology.orchestra.run.smithi082.stdout:HOME_URL="https://www.ubuntu.com/" 2024-09-11T07:15:26.033 INFO:teuthology.orchestra.run.smithi082.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-09-11T07:15:26.033 INFO:teuthology.orchestra.run.smithi082.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-09-11T07:15:26.033 INFO:teuthology.orchestra.run.smithi082.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-09-11T07:15:26.033 INFO:teuthology.orchestra.run.smithi082.stdout:VERSION_CODENAME=focal 2024-09-11T07:15:26.033 INFO:teuthology.orchestra.run.smithi082.stdout:UBUNTU_CODENAME=focal 2024-09-11T07:15:26.033 INFO:teuthology.lock.ops:Updating smithi082.front.sepia.ceph.com on lock server 2024-09-11T07:15:26.052 DEBUG:teuthology.orchestra.run.smithi189:> uname -m 2024-09-11T07:15:26.057 INFO:teuthology.orchestra.run.smithi189.stdout:x86_64 2024-09-11T07:15:26.057 DEBUG:teuthology.orchestra.run.smithi189:> cat /etc/os-release 2024-09-11T07:15:26.105 INFO:teuthology.orchestra.run.smithi189.stdout:NAME="Ubuntu" 2024-09-11T07:15:26.105 INFO:teuthology.orchestra.run.smithi189.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2024-09-11T07:15:26.105 INFO:teuthology.orchestra.run.smithi189.stdout:ID=ubuntu 2024-09-11T07:15:26.105 INFO:teuthology.orchestra.run.smithi189.stdout:ID_LIKE=debian 2024-09-11T07:15:26.105 INFO:teuthology.orchestra.run.smithi189.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2024-09-11T07:15:26.105 INFO:teuthology.orchestra.run.smithi189.stdout:VERSION_ID="20.04" 2024-09-11T07:15:26.105 INFO:teuthology.orchestra.run.smithi189.stdout:HOME_URL="https://www.ubuntu.com/" 2024-09-11T07:15:26.105 INFO:teuthology.orchestra.run.smithi189.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-09-11T07:15:26.105 INFO:teuthology.orchestra.run.smithi189.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-09-11T07:15:26.105 INFO:teuthology.orchestra.run.smithi189.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-09-11T07:15:26.105 INFO:teuthology.orchestra.run.smithi189.stdout:VERSION_CODENAME=focal 2024-09-11T07:15:26.105 INFO:teuthology.orchestra.run.smithi189.stdout:UBUNTU_CODENAME=focal 2024-09-11T07:15:26.106 INFO:teuthology.lock.ops:Updating smithi189.front.sepia.ceph.com on lock server 2024-09-11T07:15:26.126 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-09-11T07:15:26.134 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-09-11T07:15:26.141 INFO:teuthology.task.internal:Checking for old test directory... 2024-09-11T07:15:26.144 DEBUG:teuthology.orchestra.run.smithi082:> test '!' -e /home/ubuntu/cephtest 2024-09-11T07:15:26.146 DEBUG:teuthology.orchestra.run.smithi189:> test '!' -e /home/ubuntu/cephtest 2024-09-11T07:15:26.152 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-09-11T07:15:26.157 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-09-11T07:15:26.157 DEBUG:teuthology.orchestra.run.smithi082:> test -z $(ls -A /var/lib/ceph) 2024-09-11T07:15:26.192 DEBUG:teuthology.orchestra.run.smithi189:> test -z $(ls -A /var/lib/ceph) 2024-09-11T07:15:26.212 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-09-11T07:15:26.267 INFO:teuthology.run_tasks:Running task kernel... 2024-09-11T07:15:26.280 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-09-11T07:15:26.280 INFO:teuthology.task.kernel:normalize config orig: {'hwe': True} 2024-09-11T07:15:26.280 DEBUG:teuthology.task.kernel:normalized overrides {'host.a': {'hwe': True}, 'client.0': {'hwe': True}, 'host.b': {'hwe': True}, 'client.1': {'hwe': True}} 2024-09-11T07:15:26.281 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro', 'hwe': True}, 'host.b': {'kdb': 1, 'sha1': 'distro', 'hwe': True}}, timeout 300 2024-09-11T07:15:26.281 DEBUG:teuthology.orchestra.run.smithi082:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-11T07:15:26.281 DEBUG:teuthology.orchestra.run.smithi189:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-11T07:15:26.286 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-11T07:15:26.287 DEBUG:teuthology.orchestra.run.smithi082:> uname -r 2024-09-11T07:15:26.287 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-11T07:15:26.288 DEBUG:teuthology.orchestra.run.smithi189:> uname -r 2024-09-11T07:15:26.293 INFO:teuthology.orchestra.run.smithi189.stdout:5.4.0-124-generic 2024-09-11T07:15:26.294 INFO:teuthology.task.kernel:Running kernel on smithi189: 5.4.0-124-generic 2024-09-11T07:15:26.294 DEBUG:teuthology.orchestra.run.smithi189:> sudo apt-get clean 2024-09-11T07:15:26.336 INFO:teuthology.orchestra.run.smithi082.stdout:5.4.0-124-generic 2024-09-11T07:15:26.336 INFO:teuthology.task.kernel:Running kernel on smithi082: 5.4.0-124-generic 2024-09-11T07:15:26.336 DEBUG:teuthology.orchestra.run.smithi082:> sudo apt-get clean 2024-09-11T07:15:26.427 DEBUG:teuthology.orchestra.run.smithi082:> sudo apt-get update 2024-09-11T07:15:26.444 DEBUG:teuthology.orchestra.run.smithi189:> sudo apt-get update 2024-09-11T07:15:26.663 INFO:teuthology.orchestra.run.smithi189.stdout:Get:1 http://security.ubuntu.com/ubuntu focal-security InRelease [128 kB] 2024-09-11T07:15:26.683 INFO:teuthology.orchestra.run.smithi082.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2024-09-11T07:15:26.683 INFO:teuthology.orchestra.run.smithi082.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease [128 kB] 2024-09-11T07:15:26.683 INFO:teuthology.orchestra.run.smithi082.stdout:Get:3 http://security.ubuntu.com/ubuntu focal-security InRelease [128 kB] 2024-09-11T07:15:26.742 INFO:teuthology.orchestra.run.smithi082.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease [128 kB] 2024-09-11T07:15:26.780 INFO:teuthology.orchestra.run.smithi189.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2024-09-11T07:15:26.862 INFO:teuthology.orchestra.run.smithi189.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [128 kB] 2024-09-11T07:15:26.956 INFO:teuthology.orchestra.run.smithi189.stdout:Get:4 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [3,182 kB] 2024-09-11T07:15:27.064 INFO:teuthology.orchestra.run.smithi082.stdout:Get:5 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [810 kB] 2024-09-11T07:15:27.088 INFO:teuthology.orchestra.run.smithi189.stdout:Get:5 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [810 kB] 2024-09-11T07:15:27.097 INFO:teuthology.orchestra.run.smithi189.stdout:Get:6 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [470 kB] 2024-09-11T07:15:27.103 INFO:teuthology.orchestra.run.smithi189.stdout:Get:7 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [14.3 kB] 2024-09-11T07:15:27.104 INFO:teuthology.orchestra.run.smithi189.stdout:Get:8 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [38.3 kB] 2024-09-11T07:15:27.104 INFO:teuthology.orchestra.run.smithi189.stdout:Get:9 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [3,096 kB] 2024-09-11T07:15:27.124 INFO:teuthology.orchestra.run.smithi189.stdout:Get:10 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [433 kB] 2024-09-11T07:15:27.127 INFO:teuthology.orchestra.run.smithi189.stdout:Get:11 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [548 B] 2024-09-11T07:15:27.127 INFO:teuthology.orchestra.run.smithi189.stdout:Get:12 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [1,011 kB] 2024-09-11T07:15:27.134 INFO:teuthology.orchestra.run.smithi189.stdout:Get:13 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [681 kB] 2024-09-11T07:15:27.138 INFO:teuthology.orchestra.run.smithi189.stdout:Get:14 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [213 kB] 2024-09-11T07:15:27.140 INFO:teuthology.orchestra.run.smithi189.stdout:Get:15 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [21.2 kB] 2024-09-11T07:15:27.145 INFO:teuthology.orchestra.run.smithi189.stdout:Get:16 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [24.8 kB] 2024-09-11T07:15:27.146 INFO:teuthology.orchestra.run.smithi189.stdout:Get:17 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,204 B] 2024-09-11T07:15:27.146 INFO:teuthology.orchestra.run.smithi189.stdout:Get:18 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,968 B] 2024-09-11T07:15:27.154 INFO:teuthology.orchestra.run.smithi189.stdout:Get:19 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [540 B] 2024-09-11T07:15:27.157 INFO:teuthology.orchestra.run.smithi082.stdout:Get:6 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [3,182 kB] 2024-09-11T07:15:27.197 INFO:teuthology.orchestra.run.smithi082.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [1,027 kB] 2024-09-11T07:15:27.199 INFO:teuthology.orchestra.run.smithi082.stdout:Get:8 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [470 kB] 2024-09-11T07:15:27.203 INFO:teuthology.orchestra.run.smithi082.stdout:Get:9 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [14.3 kB] 2024-09-11T07:15:27.203 INFO:teuthology.orchestra.run.smithi082.stdout:Get:10 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [38.3 kB] 2024-09-11T07:15:27.203 INFO:teuthology.orchestra.run.smithi082.stdout:Get:11 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [3,096 kB] 2024-09-11T07:15:27.215 INFO:teuthology.orchestra.run.smithi189.stdout:Get:20 http://archive.ubuntu.com/ubuntu focal-backports InRelease [128 kB] 2024-09-11T07:15:27.227 INFO:teuthology.orchestra.run.smithi082.stdout:Get:12 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [433 kB] 2024-09-11T07:15:27.231 INFO:teuthology.orchestra.run.smithi082.stdout:Get:13 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [548 B] 2024-09-11T07:15:27.231 INFO:teuthology.orchestra.run.smithi082.stdout:Get:14 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [681 kB] 2024-09-11T07:15:27.237 INFO:teuthology.orchestra.run.smithi082.stdout:Get:15 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [1,011 kB] 2024-09-11T07:15:27.244 INFO:teuthology.orchestra.run.smithi082.stdout:Get:16 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [213 kB] 2024-09-11T07:15:27.246 INFO:teuthology.orchestra.run.smithi082.stdout:Get:17 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [21.2 kB] 2024-09-11T07:15:27.247 INFO:teuthology.orchestra.run.smithi082.stdout:Get:18 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,204 B] 2024-09-11T07:15:27.247 INFO:teuthology.orchestra.run.smithi082.stdout:Get:19 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [24.8 kB] 2024-09-11T07:15:27.247 INFO:teuthology.orchestra.run.smithi082.stdout:Get:20 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,968 B] 2024-09-11T07:15:27.250 INFO:teuthology.orchestra.run.smithi082.stdout:Get:21 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [540 B] 2024-09-11T07:15:27.266 INFO:teuthology.orchestra.run.smithi082.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [3,550 kB] 2024-09-11T07:15:27.306 INFO:teuthology.orchestra.run.smithi082.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [548 kB] 2024-09-11T07:15:27.310 INFO:teuthology.orchestra.run.smithi082.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.7 kB] 2024-09-11T07:15:27.310 INFO:teuthology.orchestra.run.smithi082.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [39.6 kB] 2024-09-11T07:15:27.310 INFO:teuthology.orchestra.run.smithi082.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [3,215 kB] 2024-09-11T07:15:27.331 INFO:teuthology.orchestra.run.smithi082.stdout:Get:27 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [450 kB] 2024-09-11T07:15:27.334 INFO:teuthology.orchestra.run.smithi082.stdout:Get:28 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [548 B] 2024-09-11T07:15:27.335 INFO:teuthology.orchestra.run.smithi082.stdout:Get:29 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,230 kB] 2024-09-11T07:15:27.342 INFO:teuthology.orchestra.run.smithi082.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [807 kB] 2024-09-11T07:15:27.348 INFO:teuthology.orchestra.run.smithi082.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [295 kB] 2024-09-11T07:15:27.350 INFO:teuthology.orchestra.run.smithi082.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [28.0 kB] 2024-09-11T07:15:27.351 INFO:teuthology.orchestra.run.smithi082.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [27.1 kB] 2024-09-11T07:15:27.351 INFO:teuthology.orchestra.run.smithi082.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,440 B] 2024-09-11T07:15:27.351 INFO:teuthology.orchestra.run.smithi082.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,936 B] 2024-09-11T07:15:27.356 INFO:teuthology.orchestra.run.smithi189.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [1,027 kB] 2024-09-11T07:15:27.357 INFO:teuthology.orchestra.run.smithi082.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [616 B] 2024-09-11T07:15:27.357 INFO:teuthology.orchestra.run.smithi082.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2024-09-11T07:15:27.358 INFO:teuthology.orchestra.run.smithi082.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2024-09-11T07:15:27.374 INFO:teuthology.orchestra.run.smithi082.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2024-09-11T07:15:27.374 INFO:teuthology.orchestra.run.smithi082.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2024-09-11T07:15:27.375 INFO:teuthology.orchestra.run.smithi082.stdout:Get:41 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2024-09-11T07:15:27.375 INFO:teuthology.orchestra.run.smithi082.stdout:Get:42 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2024-09-11T07:15:27.601 INFO:teuthology.orchestra.run.smithi189.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [3,550 kB] 2024-09-11T07:15:27.799 INFO:teuthology.orchestra.run.smithi189.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [548 kB] 2024-09-11T07:15:27.815 INFO:teuthology.orchestra.run.smithi189.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.7 kB] 2024-09-11T07:15:27.815 INFO:teuthology.orchestra.run.smithi189.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [39.6 kB] 2024-09-11T07:15:27.816 INFO:teuthology.orchestra.run.smithi189.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [3,215 kB] 2024-09-11T07:15:27.908 INFO:teuthology.orchestra.run.smithi189.stdout:Get:27 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [450 kB] 2024-09-11T07:15:27.924 INFO:teuthology.orchestra.run.smithi189.stdout:Get:28 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [548 B] 2024-09-11T07:15:27.924 INFO:teuthology.orchestra.run.smithi189.stdout:Get:29 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,230 kB] 2024-09-11T07:15:27.959 INFO:teuthology.orchestra.run.smithi189.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [807 kB] 2024-09-11T07:15:27.981 INFO:teuthology.orchestra.run.smithi189.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [295 kB] 2024-09-11T07:15:27.988 INFO:teuthology.orchestra.run.smithi189.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [28.0 kB] 2024-09-11T07:15:27.989 INFO:teuthology.orchestra.run.smithi189.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [27.1 kB] 2024-09-11T07:15:27.989 INFO:teuthology.orchestra.run.smithi189.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,440 B] 2024-09-11T07:15:27.989 INFO:teuthology.orchestra.run.smithi189.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,936 B] 2024-09-11T07:15:28.047 INFO:teuthology.orchestra.run.smithi189.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [616 B] 2024-09-11T07:15:28.048 INFO:teuthology.orchestra.run.smithi189.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2024-09-11T07:15:28.049 INFO:teuthology.orchestra.run.smithi189.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2024-09-11T07:15:28.050 INFO:teuthology.orchestra.run.smithi189.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2024-09-11T07:15:28.129 INFO:teuthology.orchestra.run.smithi189.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2024-09-11T07:15:28.129 INFO:teuthology.orchestra.run.smithi189.stdout:Get:41 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2024-09-11T07:15:28.130 INFO:teuthology.orchestra.run.smithi189.stdout:Get:42 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2024-09-11T07:15:31.527 INFO:teuthology.orchestra.run.smithi082.stdout:Fetched 21.8 MB in 3s (7,084 kB/s) 2024-09-11T07:15:31.670 INFO:teuthology.orchestra.run.smithi189.stdout:Fetched 21.8 MB in 3s (7,228 kB/s) 2024-09-11T07:15:33.108 INFO:teuthology.orchestra.run.smithi082.stdout:Reading package lists... 2024-09-11T07:15:33.137 DEBUG:teuthology.orchestra.run.smithi082:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2024-09-11T07:15:33.199 INFO:teuthology.orchestra.run.smithi189.stdout:Reading package lists... 2024-09-11T07:15:33.214 INFO:teuthology.orchestra.run.smithi082.stdout:Reading package lists... 2024-09-11T07:15:33.227 DEBUG:teuthology.orchestra.run.smithi189:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2024-09-11T07:15:33.317 INFO:teuthology.orchestra.run.smithi189.stdout:Reading package lists... 2024-09-11T07:15:33.432 INFO:teuthology.orchestra.run.smithi082.stdout:Building dependency tree... 2024-09-11T07:15:33.433 INFO:teuthology.orchestra.run.smithi082.stdout:Reading state information... 2024-09-11T07:15:33.537 INFO:teuthology.orchestra.run.smithi189.stdout:Building dependency tree... 2024-09-11T07:15:33.538 INFO:teuthology.orchestra.run.smithi189.stdout:Reading state information... 2024-09-11T07:15:33.628 INFO:teuthology.orchestra.run.smithi082.stdout:The following additional packages will be installed: 2024-09-11T07:15:33.628 INFO:teuthology.orchestra.run.smithi082.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2024-09-11T07:15:33.628 INFO:teuthology.orchestra.run.smithi082.stdout: libusbmuxd6 linux-image-5.15.0-119-generic linux-modules-5.15.0-119-generic 2024-09-11T07:15:33.629 INFO:teuthology.orchestra.run.smithi082.stdout: linux-modules-extra-5.15.0-119-generic thermald upower usbmuxd 2024-09-11T07:15:33.630 INFO:teuthology.orchestra.run.smithi082.stdout:Suggested packages: 2024-09-11T07:15:33.630 INFO:teuthology.orchestra.run.smithi082.stdout: libusbmuxd-tools fdutils linux-doc | linux-hwe-5.15-source-5.15.0 2024-09-11T07:15:33.630 INFO:teuthology.orchestra.run.smithi082.stdout: linux-hwe-5.15-tools linux-headers-5.15.0-119-generic 2024-09-11T07:15:33.687 INFO:teuthology.orchestra.run.smithi082.stdout:The following NEW packages will be installed: 2024-09-11T07:15:33.687 INFO:teuthology.orchestra.run.smithi082.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2024-09-11T07:15:33.688 INFO:teuthology.orchestra.run.smithi082.stdout: libusbmuxd6 linux-image-5.15.0-119-generic linux-image-generic-hwe-20.04 2024-09-11T07:15:33.688 INFO:teuthology.orchestra.run.smithi082.stdout: linux-modules-5.15.0-119-generic linux-modules-extra-5.15.0-119-generic 2024-09-11T07:15:33.688 INFO:teuthology.orchestra.run.smithi082.stdout: thermald upower usbmuxd 2024-09-11T07:15:33.725 INFO:teuthology.orchestra.run.smithi189.stdout:The following additional packages will be installed: 2024-09-11T07:15:33.725 INFO:teuthology.orchestra.run.smithi189.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2024-09-11T07:15:33.725 INFO:teuthology.orchestra.run.smithi189.stdout: libusbmuxd6 linux-image-5.15.0-119-generic linux-modules-5.15.0-119-generic 2024-09-11T07:15:33.726 INFO:teuthology.orchestra.run.smithi189.stdout: linux-modules-extra-5.15.0-119-generic thermald upower usbmuxd 2024-09-11T07:15:33.727 INFO:teuthology.orchestra.run.smithi189.stdout:Suggested packages: 2024-09-11T07:15:33.727 INFO:teuthology.orchestra.run.smithi189.stdout: libusbmuxd-tools fdutils linux-doc | linux-hwe-5.15-source-5.15.0 2024-09-11T07:15:33.727 INFO:teuthology.orchestra.run.smithi189.stdout: linux-hwe-5.15-tools linux-headers-5.15.0-119-generic 2024-09-11T07:15:33.745 INFO:teuthology.orchestra.run.smithi082.stdout:0 upgraded, 13 newly installed, 0 to remove and 319 not upgraded. 2024-09-11T07:15:33.745 INFO:teuthology.orchestra.run.smithi082.stdout:Need to get 95.0 MB of archives. 2024-09-11T07:15:33.745 INFO:teuthology.orchestra.run.smithi082.stdout:After this operation, 593 MB of additional disk space will be used. 2024-09-11T07:15:33.745 INFO:teuthology.orchestra.run.smithi082.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 libdbus-glib-1-2 amd64 0.110-5fakssync1 [59.1 kB] 2024-09-11T07:15:33.778 INFO:teuthology.orchestra.run.smithi189.stdout:The following NEW packages will be installed: 2024-09-11T07:15:33.778 INFO:teuthology.orchestra.run.smithi189.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2024-09-11T07:15:33.778 INFO:teuthology.orchestra.run.smithi189.stdout: libusbmuxd6 linux-image-5.15.0-119-generic linux-image-generic-hwe-20.04 2024-09-11T07:15:33.779 INFO:teuthology.orchestra.run.smithi189.stdout: linux-modules-5.15.0-119-generic linux-modules-extra-5.15.0-119-generic 2024-09-11T07:15:33.779 INFO:teuthology.orchestra.run.smithi189.stdout: thermald upower usbmuxd 2024-09-11T07:15:33.835 INFO:teuthology.orchestra.run.smithi189.stdout:0 upgraded, 13 newly installed, 0 to remove and 319 not upgraded. 2024-09-11T07:15:33.835 INFO:teuthology.orchestra.run.smithi189.stdout:Need to get 95.0 MB of archives. 2024-09-11T07:15:33.835 INFO:teuthology.orchestra.run.smithi189.stdout:After this operation, 593 MB of additional disk space will be used. 2024-09-11T07:15:33.835 INFO:teuthology.orchestra.run.smithi189.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 libdbus-glib-1-2 amd64 0.110-5fakssync1 [59.1 kB] 2024-09-11T07:15:33.857 INFO:teuthology.orchestra.run.smithi082.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libplist3 amd64 2.1.0-4build2 [31.6 kB] 2024-09-11T07:15:33.868 INFO:teuthology.orchestra.run.smithi082.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libusbmuxd6 amd64 2.0.1-2 [19.1 kB] 2024-09-11T07:15:33.875 INFO:teuthology.orchestra.run.smithi082.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 libimobiledevice6 amd64 1.2.1~git20191129.9f79242-1build1 [65.2 kB] 2024-09-11T07:15:33.894 INFO:teuthology.orchestra.run.smithi189.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libplist3 amd64 2.1.0-4build2 [31.6 kB] 2024-09-11T07:15:33.900 INFO:teuthology.orchestra.run.smithi189.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libusbmuxd6 amd64 2.0.1-2 [19.1 kB] 2024-09-11T07:15:33.904 INFO:teuthology.orchestra.run.smithi189.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 libimobiledevice6 amd64 1.2.1~git20191129.9f79242-1build1 [65.2 kB] 2024-09-11T07:15:33.904 INFO:teuthology.orchestra.run.smithi082.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 libupower-glib3 amd64 0.99.11-1build2 [43.2 kB] 2024-09-11T07:15:33.913 INFO:teuthology.orchestra.run.smithi082.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-5.15.0-119-generic amd64 5.15.0-119.129~20.04.1 [22.3 MB] 2024-09-11T07:15:33.919 INFO:teuthology.orchestra.run.smithi189.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 libupower-glib3 amd64 0.99.11-1build2 [43.2 kB] 2024-09-11T07:15:33.927 INFO:teuthology.orchestra.run.smithi189.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-5.15.0-119-generic amd64 5.15.0-119.129~20.04.1 [22.3 MB] 2024-09-11T07:15:34.223 INFO:teuthology.orchestra.run.smithi082.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-5.15.0-119-generic amd64 5.15.0-119.129~20.04.1 [11.4 MB] 2024-09-11T07:15:34.262 INFO:teuthology.orchestra.run.smithi189.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-5.15.0-119-generic amd64 5.15.0-119.129~20.04.1 [11.4 MB] 2024-09-11T07:15:34.323 INFO:teuthology.orchestra.run.smithi082.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-extra-5.15.0-119-generic amd64 5.15.0-119.129~20.04.1 [60.7 MB] 2024-09-11T07:15:34.368 INFO:teuthology.orchestra.run.smithi189.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-extra-5.15.0-119-generic amd64 5.15.0-119.129~20.04.1 [60.7 MB] 2024-09-11T07:15:35.037 INFO:teuthology.orchestra.run.smithi082.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-generic-hwe-20.04 amd64 5.15.0.119.129~20.04.1 [2,576 B] 2024-09-11T07:15:35.037 INFO:teuthology.orchestra.run.smithi082.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libevdev2 amd64 1.9.0+dfsg-1ubuntu0.2 [31.6 kB] 2024-09-11T07:15:35.101 INFO:teuthology.orchestra.run.smithi082.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 thermald amd64 1.9.1-1ubuntu0.7 [234 kB] 2024-09-11T07:15:35.107 INFO:teuthology.orchestra.run.smithi082.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 upower amd64 0.99.11-1build2 [104 kB] 2024-09-11T07:15:35.108 INFO:teuthology.orchestra.run.smithi082.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 usbmuxd amd64 1.1.1~git20191130.9af2b12-1 [38.4 kB] 2024-09-11T07:15:35.153 INFO:teuthology.orchestra.run.smithi189.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-generic-hwe-20.04 amd64 5.15.0.119.129~20.04.1 [2,576 B] 2024-09-11T07:15:35.153 INFO:teuthology.orchestra.run.smithi189.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libevdev2 amd64 1.9.0+dfsg-1ubuntu0.2 [31.6 kB] 2024-09-11T07:15:35.154 INFO:teuthology.orchestra.run.smithi189.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 thermald amd64 1.9.1-1ubuntu0.7 [234 kB] 2024-09-11T07:15:35.160 INFO:teuthology.orchestra.run.smithi189.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 upower amd64 0.99.11-1build2 [104 kB] 2024-09-11T07:15:35.162 INFO:teuthology.orchestra.run.smithi189.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 usbmuxd amd64 1.1.1~git20191130.9af2b12-1 [38.4 kB] 2024-09-11T07:15:35.813 INFO:teuthology.orchestra.run.smithi082.stdout:Fetched 95.0 MB in 1s (67.4 MB/s) 2024-09-11T07:15:35.899 INFO:teuthology.orchestra.run.smithi189.stdout:Fetched 95.0 MB in 1s (69.1 MB/s) 2024-09-11T07:15:36.035 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package libdbus-glib-1-2:amd64. 2024-09-11T07:15:36.120 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package libdbus-glib-1-2:amd64. 2024-09-11T07:15:37.787 INFO:teuthology.orchestra.run.smithi189.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 ... 104373 files and directories currently installed.) 2024-09-11T07:15:37.792 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../00-libdbus-glib-1-2_0.110-5fakssync1_amd64.deb ... 2024-09-11T07:15:37.819 INFO:teuthology.orchestra.run.smithi082.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 ... 104373 files and directories currently installed.) 2024-09-11T07:15:37.824 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../00-libdbus-glib-1-2_0.110-5fakssync1_amd64.deb ... 2024-09-11T07:15:37.926 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2024-09-11T07:15:38.032 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2024-09-11T07:15:38.271 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package libplist3:amd64. 2024-09-11T07:15:38.284 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../01-libplist3_2.1.0-4build2_amd64.deb ... 2024-09-11T07:15:38.320 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking libplist3:amd64 (2.1.0-4build2) ... 2024-09-11T07:15:38.410 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package libplist3:amd64. 2024-09-11T07:15:38.423 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../01-libplist3_2.1.0-4build2_amd64.deb ... 2024-09-11T07:15:38.468 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking libplist3:amd64 (2.1.0-4build2) ... 2024-09-11T07:15:38.632 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package libusbmuxd6:amd64. 2024-09-11T07:15:38.645 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../02-libusbmuxd6_2.0.1-2_amd64.deb ... 2024-09-11T07:15:38.681 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking libusbmuxd6:amd64 (2.0.1-2) ... 2024-09-11T07:15:38.837 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package libusbmuxd6:amd64. 2024-09-11T07:15:38.851 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../02-libusbmuxd6_2.0.1-2_amd64.deb ... 2024-09-11T07:15:38.895 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking libusbmuxd6:amd64 (2.0.1-2) ... 2024-09-11T07:15:39.026 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package libimobiledevice6:amd64. 2024-09-11T07:15:39.040 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../03-libimobiledevice6_1.2.1~git20191129.9f79242-1build1_amd64.deb ... 2024-09-11T07:15:39.084 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2024-09-11T07:15:39.249 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package libimobiledevice6:amd64. 2024-09-11T07:15:39.263 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../03-libimobiledevice6_1.2.1~git20191129.9f79242-1build1_amd64.deb ... 2024-09-11T07:15:39.323 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2024-09-11T07:15:39.396 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package libupower-glib3:amd64. 2024-09-11T07:15:39.411 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../04-libupower-glib3_0.99.11-1build2_amd64.deb ... 2024-09-11T07:15:39.462 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking libupower-glib3:amd64 (0.99.11-1build2) ... 2024-09-11T07:15:39.757 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package linux-modules-5.15.0-119-generic. 2024-09-11T07:15:39.773 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../05-linux-modules-5.15.0-119-generic_5.15.0-119.129~20.04.1_amd64.deb ... 2024-09-11T07:15:39.815 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking linux-modules-5.15.0-119-generic (5.15.0-119.129~20.04.1) ... 2024-09-11T07:15:39.926 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package libupower-glib3:amd64. 2024-09-11T07:15:39.939 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../04-libupower-glib3_0.99.11-1build2_amd64.deb ... 2024-09-11T07:15:39.976 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking libupower-glib3:amd64 (0.99.11-1build2) ... 2024-09-11T07:15:40.354 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package linux-modules-5.15.0-119-generic. 2024-09-11T07:15:40.370 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../05-linux-modules-5.15.0-119-generic_5.15.0-119.129~20.04.1_amd64.deb ... 2024-09-11T07:15:40.429 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking linux-modules-5.15.0-119-generic (5.15.0-119.129~20.04.1) ... 2024-09-11T07:15:42.745 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package linux-image-5.15.0-119-generic. 2024-09-11T07:15:42.758 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../06-linux-image-5.15.0-119-generic_5.15.0-119.129~20.04.1_amd64.deb ... 2024-09-11T07:15:42.853 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking linux-image-5.15.0-119-generic (5.15.0-119.129~20.04.1) ... 2024-09-11T07:15:43.345 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-119-generic. 2024-09-11T07:15:43.361 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../07-linux-modules-extra-5.15.0-119-generic_5.15.0-119.129~20.04.1_amd64.deb ... 2024-09-11T07:15:43.394 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking linux-modules-extra-5.15.0-119-generic (5.15.0-119.129~20.04.1) ... 2024-09-11T07:15:43.487 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package linux-image-5.15.0-119-generic. 2024-09-11T07:15:43.503 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../06-linux-image-5.15.0-119-generic_5.15.0-119.129~20.04.1_amd64.deb ... 2024-09-11T07:15:43.608 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking linux-image-5.15.0-119-generic (5.15.0-119.129~20.04.1) ... 2024-09-11T07:15:44.143 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-119-generic. 2024-09-11T07:15:44.155 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../07-linux-modules-extra-5.15.0-119-generic_5.15.0-119.129~20.04.1_amd64.deb ... 2024-09-11T07:15:44.210 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking linux-modules-extra-5.15.0-119-generic (5.15.0-119.129~20.04.1) ... 2024-09-11T07:15:50.938 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package linux-image-generic-hwe-20.04. 2024-09-11T07:15:50.956 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../08-linux-image-generic-hwe-20.04_5.15.0.119.129~20.04.1_amd64.deb ... 2024-09-11T07:15:51.004 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking linux-image-generic-hwe-20.04 (5.15.0.119.129~20.04.1) ... 2024-09-11T07:15:51.349 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package libevdev2:amd64. 2024-09-11T07:15:51.362 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../09-libevdev2_1.9.0+dfsg-1ubuntu0.2_amd64.deb ... 2024-09-11T07:15:51.399 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2024-09-11T07:15:51.744 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package thermald. 2024-09-11T07:15:51.759 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../10-thermald_1.9.1-1ubuntu0.7_amd64.deb ... 2024-09-11T07:15:51.802 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking thermald (1.9.1-1ubuntu0.7) ... 2024-09-11T07:15:51.961 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package linux-image-generic-hwe-20.04. 2024-09-11T07:15:51.977 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../08-linux-image-generic-hwe-20.04_5.15.0.119.129~20.04.1_amd64.deb ... 2024-09-11T07:15:52.019 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking linux-image-generic-hwe-20.04 (5.15.0.119.129~20.04.1) ... 2024-09-11T07:15:52.357 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package libevdev2:amd64. 2024-09-11T07:15:52.365 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package upower. 2024-09-11T07:15:52.371 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../09-libevdev2_1.9.0+dfsg-1ubuntu0.2_amd64.deb ... 2024-09-11T07:15:52.380 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../11-upower_0.99.11-1build2_amd64.deb ... 2024-09-11T07:15:52.429 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2024-09-11T07:15:52.437 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking upower (0.99.11-1build2) ... 2024-09-11T07:15:52.816 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package thermald. 2024-09-11T07:15:52.831 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../10-thermald_1.9.1-1ubuntu0.7_amd64.deb ... 2024-09-11T07:15:52.853 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package usbmuxd. 2024-09-11T07:15:52.866 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../12-usbmuxd_1.1.1~git20191130.9af2b12-1_amd64.deb ... 2024-09-11T07:15:52.874 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking thermald (1.9.1-1ubuntu0.7) ... 2024-09-11T07:15:52.911 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2024-09-11T07:15:53.225 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up libplist3:amd64 (2.1.0-4build2) ... 2024-09-11T07:15:53.340 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2024-09-11T07:15:53.466 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up libusbmuxd6:amd64 (2.0.1-2) ... 2024-09-11T07:15:53.504 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package upower. 2024-09-11T07:15:53.519 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../11-upower_0.99.11-1build2_amd64.deb ... 2024-09-11T07:15:53.581 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking upower (0.99.11-1build2) ... 2024-09-11T07:15:53.592 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up libupower-glib3:amd64 (0.99.11-1build2) ... 2024-09-11T07:15:53.718 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2024-09-11T07:15:53.927 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2024-09-11T07:15:54.050 INFO:teuthology.orchestra.run.smithi082.stdout:Selecting previously unselected package usbmuxd. 2024-09-11T07:15:54.053 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up upower (0.99.11-1build2) ... 2024-09-11T07:15:54.064 INFO:teuthology.orchestra.run.smithi082.stdout:Preparing to unpack .../12-usbmuxd_1.1.1~git20191130.9af2b12-1_amd64.deb ... 2024-09-11T07:15:54.108 INFO:teuthology.orchestra.run.smithi082.stdout:Unpacking usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2024-09-11T07:15:54.425 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up libplist3:amd64 (2.1.0-4build2) ... 2024-09-11T07:15:54.555 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2024-09-11T07:15:54.629 INFO:teuthology.orchestra.run.smithi189.stdout:upower.service is a disabled or a static unit, not starting it. 2024-09-11T07:15:54.681 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up libusbmuxd6:amd64 (2.0.1-2) ... 2024-09-11T07:15:54.682 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2024-09-11T07:15:54.885 INFO:teuthology.orchestra.run.smithi189.stdout:Warning: The home dir /var/lib/usbmux you specified can't be accessed: No such file or directory 2024-09-11T07:15:54.900 INFO:teuthology.orchestra.run.smithi189.stdout:Adding system user `usbmux' (UID 114) ... 2024-09-11T07:15:54.900 INFO:teuthology.orchestra.run.smithi189.stdout:Adding new user `usbmux' (UID 114) with group `plugdev' ... 2024-09-11T07:15:55.023 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up libupower-glib3:amd64 (0.99.11-1build2) ... 2024-09-11T07:15:55.149 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2024-09-11T07:15:55.300 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2024-09-11T07:15:55.416 INFO:teuthology.orchestra.run.smithi189.stdout:Not creating home directory `/var/lib/usbmux'. 2024-09-11T07:15:55.426 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up upower (0.99.11-1build2) ... 2024-09-11T07:15:55.631 INFO:teuthology.orchestra.run.smithi189.stdout:usbmuxd.service is a disabled or a static unit, not starting it. 2024-09-11T07:15:55.679 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up thermald (1.9.1-1ubuntu0.7) ... 2024-09-11T07:15:55.953 INFO:teuthology.orchestra.run.smithi082.stdout:upower.service is a disabled or a static unit, not starting it. 2024-09-11T07:15:55.989 INFO:teuthology.orchestra.run.smithi189.stdout:Created symlink /etc/systemd/system/dbus-org.freedesktop.thermald.service -> /lib/systemd/system/thermald.service. 2024-09-11T07:15:55.989 INFO:teuthology.orchestra.run.smithi189.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/thermald.service -> /lib/systemd/system/thermald.service. 2024-09-11T07:15:56.005 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2024-09-11T07:15:56.216 INFO:teuthology.orchestra.run.smithi082.stdout:Warning: The home dir /var/lib/usbmux you specified can't be accessed: No such file or directory 2024-09-11T07:15:56.222 INFO:teuthology.orchestra.run.smithi082.stdout:Adding system user `usbmux' (UID 114) ... 2024-09-11T07:15:56.222 INFO:teuthology.orchestra.run.smithi082.stdout:Adding new user `usbmux' (UID 114) with group `plugdev' ... 2024-09-11T07:15:56.441 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up linux-image-5.15.0-119-generic (5.15.0-119.129~20.04.1) ... 2024-09-11T07:15:56.789 INFO:teuthology.orchestra.run.smithi082.stdout:Not creating home directory `/var/lib/usbmux'. 2024-09-11T07:15:57.004 INFO:teuthology.orchestra.run.smithi082.stdout:usbmuxd.service is a disabled or a static unit, not starting it. 2024-09-11T07:15:57.044 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up thermald (1.9.1-1ubuntu0.7) ... 2024-09-11T07:15:57.371 INFO:teuthology.orchestra.run.smithi082.stdout:Created symlink /etc/systemd/system/dbus-org.freedesktop.thermald.service -> /lib/systemd/system/thermald.service. 2024-09-11T07:15:57.371 INFO:teuthology.orchestra.run.smithi082.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/thermald.service -> /lib/systemd/system/thermald.service. 2024-09-11T07:15:57.772 INFO:teuthology.orchestra.run.smithi189.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-119-generic 2024-09-11T07:15:57.772 INFO:teuthology.orchestra.run.smithi189.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-119-generic 2024-09-11T07:15:57.831 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up linux-image-5.15.0-119-generic (5.15.0-119.129~20.04.1) ... 2024-09-11T07:15:57.928 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up linux-modules-5.15.0-119-generic (5.15.0-119.129~20.04.1) ... 2024-09-11T07:15:59.184 INFO:teuthology.orchestra.run.smithi082.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-119-generic 2024-09-11T07:15:59.185 INFO:teuthology.orchestra.run.smithi082.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-119-generic 2024-09-11T07:15:59.346 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up linux-modules-extra-5.15.0-119-generic (5.15.0-119.129~20.04.1) ... 2024-09-11T07:15:59.376 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up linux-modules-5.15.0-119-generic (5.15.0-119.129~20.04.1) ... 2024-09-11T07:16:00.714 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up linux-image-generic-hwe-20.04 (5.15.0.119.129~20.04.1) ... 2024-09-11T07:16:00.840 INFO:teuthology.orchestra.run.smithi189.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2024-09-11T07:16:01.137 INFO:teuthology.orchestra.run.smithi189.stdout:Processing triggers for man-db (2.9.1-1) ... 2024-09-11T07:16:01.335 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up linux-modules-extra-5.15.0-119-generic (5.15.0-119.129~20.04.1) ... 2024-09-11T07:16:02.440 INFO:teuthology.orchestra.run.smithi189.stdout:Processing triggers for dbus (1.12.16-2ubuntu2.2) ... 2024-09-11T07:16:02.678 INFO:teuthology.orchestra.run.smithi082.stdout:Setting up linux-image-generic-hwe-20.04 (5.15.0.119.129~20.04.1) ... 2024-09-11T07:16:02.787 INFO:teuthology.orchestra.run.smithi082.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2024-09-11T07:16:03.101 INFO:teuthology.orchestra.run.smithi082.stdout:Processing triggers for man-db (2.9.1-1) ... 2024-09-11T07:16:03.141 INFO:teuthology.orchestra.run.smithi189.stdout:Processing triggers for linux-image-5.15.0-119-generic (5.15.0-119.129~20.04.1) ... 2024-09-11T07:16:03.211 INFO:teuthology.orchestra.run.smithi189.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-09-11T07:16:03.211 INFO:teuthology.orchestra.run.smithi189.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-119-generic 2024-09-11T07:16:03.913 INFO:teuthology.orchestra.run.smithi082.stdout:Processing triggers for dbus (1.12.16-2ubuntu2.2) ... 2024-09-11T07:16:04.013 INFO:teuthology.orchestra.run.smithi082.stdout:Processing triggers for linux-image-5.15.0-119-generic (5.15.0-119.129~20.04.1) ... 2024-09-11T07:16:04.103 INFO:teuthology.orchestra.run.smithi082.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-09-11T07:16:04.104 INFO:teuthology.orchestra.run.smithi082.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-119-generic 2024-09-11T07:16:30.521 INFO:teuthology.orchestra.run.smithi189.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-09-11T07:16:30.522 INFO:teuthology.orchestra.run.smithi189.stdout:Sourcing file `/etc/default/grub' 2024-09-11T07:16:30.531 INFO:teuthology.orchestra.run.smithi189.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-11T07:16:30.546 INFO:teuthology.orchestra.run.smithi189.stdout:Generating grub configuration file ... 2024-09-11T07:16:30.925 INFO:teuthology.orchestra.run.smithi189.stdout:Found linux image: /boot/vmlinuz-5.15.0-119-generic 2024-09-11T07:16:30.947 INFO:teuthology.orchestra.run.smithi189.stdout:Found initrd image: /boot/initrd.img-5.15.0-119-generic 2024-09-11T07:16:31.381 INFO:teuthology.orchestra.run.smithi189.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2024-09-11T07:16:31.393 INFO:teuthology.orchestra.run.smithi189.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2024-09-11T07:16:31.489 INFO:teuthology.orchestra.run.smithi082.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-09-11T07:16:31.489 INFO:teuthology.orchestra.run.smithi082.stdout:Sourcing file `/etc/default/grub' 2024-09-11T07:16:31.507 INFO:teuthology.orchestra.run.smithi082.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-11T07:16:31.543 INFO:teuthology.orchestra.run.smithi082.stdout:Generating grub configuration file ... 2024-09-11T07:16:31.918 INFO:teuthology.orchestra.run.smithi082.stdout:Found linux image: /boot/vmlinuz-5.15.0-119-generic 2024-09-11T07:16:31.945 INFO:teuthology.orchestra.run.smithi082.stdout:Found initrd image: /boot/initrd.img-5.15.0-119-generic 2024-09-11T07:16:32.373 INFO:teuthology.orchestra.run.smithi082.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2024-09-11T07:16:32.383 INFO:teuthology.orchestra.run.smithi082.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2024-09-11T07:16:33.248 INFO:teuthology.orchestra.run.smithi189.stdout:done 2024-09-11T07:16:33.672 DEBUG:teuthology.orchestra.run.smithi189:> dpkg -s linux-image-generic-hwe-20.04 2024-09-11T07:16:33.720 INFO:teuthology.orchestra.run.smithi189.stdout:Package: linux-image-generic-hwe-20.04 2024-09-11T07:16:33.720 INFO:teuthology.orchestra.run.smithi189.stdout:Status: install ok installed 2024-09-11T07:16:33.720 INFO:teuthology.orchestra.run.smithi189.stdout:Priority: optional 2024-09-11T07:16:33.720 INFO:teuthology.orchestra.run.smithi189.stdout:Section: kernel 2024-09-11T07:16:33.720 INFO:teuthology.orchestra.run.smithi189.stdout:Installed-Size: 21 2024-09-11T07:16:33.721 INFO:teuthology.orchestra.run.smithi189.stdout:Maintainer: Ubuntu Kernel Team 2024-09-11T07:16:33.721 INFO:teuthology.orchestra.run.smithi189.stdout:Architecture: amd64 2024-09-11T07:16:33.721 INFO:teuthology.orchestra.run.smithi189.stdout:Source: linux-meta-hwe-5.15 2024-09-11T07:16:33.721 INFO:teuthology.orchestra.run.smithi189.stdout:Version: 5.15.0.119.129~20.04.1 2024-09-11T07:16:33.721 INFO:teuthology.orchestra.run.smithi189.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-11T07:16:33.721 INFO:teuthology.orchestra.run.smithi189.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-11T07:16:33.721 INFO:teuthology.orchestra.run.smithi189.stdout:Recommends: thermald 2024-09-11T07:16:33.721 INFO:teuthology.orchestra.run.smithi189.stdout:Description: Generic Linux kernel image 2024-09-11T07:16:33.721 INFO:teuthology.orchestra.run.smithi189.stdout: This package will always depend on the latest generic kernel image 2024-09-11T07:16:33.721 INFO:teuthology.orchestra.run.smithi189.stdout: available. 2024-09-11T07:16:33.721 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.15.0-119-generic 2024-09-11T07:16:33.722 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-11T07:16:33.722 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-11T07:16:33.722 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-09-11T07:16:33.722 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi189.front.sepia.ceph.com, path=None, version=distro) 2024-09-11T07:16:33.722 DEBUG:teuthology.orchestra.run.smithi189:> sudo apt-get clean 2024-09-11T07:16:33.814 DEBUG:teuthology.orchestra.run.smithi189:> sudo apt-get update 2024-09-11T07:16:33.945 INFO:teuthology.orchestra.run.smithi189.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2024-09-11T07:16:33.953 INFO:teuthology.orchestra.run.smithi189.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2024-09-11T07:16:33.970 INFO:teuthology.orchestra.run.smithi189.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2024-09-11T07:16:34.019 INFO:teuthology.orchestra.run.smithi189.stdout:Hit:4 http://security.ubuntu.com/ubuntu focal-security InRelease 2024-09-11T07:16:34.512 INFO:teuthology.orchestra.run.smithi082.stdout:done 2024-09-11T07:16:35.018 DEBUG:teuthology.orchestra.run.smithi082:> dpkg -s linux-image-generic-hwe-20.04 2024-09-11T07:16:35.070 INFO:teuthology.orchestra.run.smithi082.stdout:Package: linux-image-generic-hwe-20.04 2024-09-11T07:16:35.070 INFO:teuthology.orchestra.run.smithi082.stdout:Status: install ok installed 2024-09-11T07:16:35.071 INFO:teuthology.orchestra.run.smithi082.stdout:Priority: optional 2024-09-11T07:16:35.071 INFO:teuthology.orchestra.run.smithi082.stdout:Section: kernel 2024-09-11T07:16:35.071 INFO:teuthology.orchestra.run.smithi082.stdout:Installed-Size: 21 2024-09-11T07:16:35.071 INFO:teuthology.orchestra.run.smithi082.stdout:Maintainer: Ubuntu Kernel Team 2024-09-11T07:16:35.071 INFO:teuthology.orchestra.run.smithi082.stdout:Architecture: amd64 2024-09-11T07:16:35.071 INFO:teuthology.orchestra.run.smithi082.stdout:Source: linux-meta-hwe-5.15 2024-09-11T07:16:35.071 INFO:teuthology.orchestra.run.smithi082.stdout:Version: 5.15.0.119.129~20.04.1 2024-09-11T07:16:35.071 INFO:teuthology.orchestra.run.smithi082.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-11T07:16:35.071 INFO:teuthology.orchestra.run.smithi082.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-11T07:16:35.071 INFO:teuthology.orchestra.run.smithi082.stdout:Recommends: thermald 2024-09-11T07:16:35.071 INFO:teuthology.orchestra.run.smithi082.stdout:Description: Generic Linux kernel image 2024-09-11T07:16:35.071 INFO:teuthology.orchestra.run.smithi082.stdout: This package will always depend on the latest generic kernel image 2024-09-11T07:16:35.072 INFO:teuthology.orchestra.run.smithi082.stdout: available. 2024-09-11T07:16:35.072 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.15.0-119-generic 2024-09-11T07:16:35.072 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-11T07:16:35.072 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-11T07:16:35.072 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-09-11T07:16:35.072 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi082.front.sepia.ceph.com, path=None, version=distro) 2024-09-11T07:16:35.072 DEBUG:teuthology.orchestra.run.smithi082:> sudo apt-get clean 2024-09-11T07:16:35.175 DEBUG:teuthology.orchestra.run.smithi082:> sudo apt-get update 2024-09-11T07:16:35.317 INFO:teuthology.orchestra.run.smithi082.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2024-09-11T07:16:35.317 INFO:teuthology.orchestra.run.smithi082.stdout:Hit:2 http://security.ubuntu.com/ubuntu focal-security InRelease 2024-09-11T07:16:35.323 INFO:teuthology.orchestra.run.smithi082.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2024-09-11T07:16:35.340 INFO:teuthology.orchestra.run.smithi082.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2024-09-11T07:16:35.786 INFO:teuthology.orchestra.run.smithi189.stdout:Reading package lists... 2024-09-11T07:16:35.811 DEBUG:teuthology.orchestra.run.smithi189:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2024-09-11T07:16:35.879 INFO:teuthology.orchestra.run.smithi189.stdout:Reading package lists... 2024-09-11T07:16:36.073 INFO:teuthology.orchestra.run.smithi189.stdout:Building dependency tree... 2024-09-11T07:16:36.074 INFO:teuthology.orchestra.run.smithi189.stdout:Reading state information... 2024-09-11T07:16:36.300 INFO:teuthology.orchestra.run.smithi189.stdout:linux-image-generic-hwe-20.04 is already the newest version (5.15.0.119.129~20.04.1). 2024-09-11T07:16:36.301 INFO:teuthology.orchestra.run.smithi189.stdout:0 upgraded, 0 newly installed, 0 to remove and 319 not upgraded. 2024-09-11T07:16:36.302 DEBUG:teuthology.orchestra.run.smithi189:> dpkg -s linux-image-generic-hwe-20.04 2024-09-11T07:16:36.319 INFO:teuthology.orchestra.run.smithi189.stdout:Package: linux-image-generic-hwe-20.04 2024-09-11T07:16:36.319 INFO:teuthology.orchestra.run.smithi189.stdout:Status: install ok installed 2024-09-11T07:16:36.320 INFO:teuthology.orchestra.run.smithi189.stdout:Priority: optional 2024-09-11T07:16:36.320 INFO:teuthology.orchestra.run.smithi189.stdout:Section: kernel 2024-09-11T07:16:36.320 INFO:teuthology.orchestra.run.smithi189.stdout:Installed-Size: 21 2024-09-11T07:16:36.320 INFO:teuthology.orchestra.run.smithi189.stdout:Maintainer: Ubuntu Kernel Team 2024-09-11T07:16:36.320 INFO:teuthology.orchestra.run.smithi189.stdout:Architecture: amd64 2024-09-11T07:16:36.320 INFO:teuthology.orchestra.run.smithi189.stdout:Source: linux-meta-hwe-5.15 2024-09-11T07:16:36.320 INFO:teuthology.orchestra.run.smithi189.stdout:Version: 5.15.0.119.129~20.04.1 2024-09-11T07:16:36.320 INFO:teuthology.orchestra.run.smithi189.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-11T07:16:36.320 INFO:teuthology.orchestra.run.smithi189.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-11T07:16:36.320 INFO:teuthology.orchestra.run.smithi189.stdout:Recommends: thermald 2024-09-11T07:16:36.320 INFO:teuthology.orchestra.run.smithi189.stdout:Description: Generic Linux kernel image 2024-09-11T07:16:36.320 INFO:teuthology.orchestra.run.smithi189.stdout: This package will always depend on the latest generic kernel image 2024-09-11T07:16:36.321 INFO:teuthology.orchestra.run.smithi189.stdout: available. 2024-09-11T07:16:36.324 DEBUG:teuthology.orchestra.run.smithi189:> mktemp 2024-09-11T07:16:36.369 INFO:teuthology.orchestra.run.smithi189.stdout:/tmp/tmp.9ZHyPoBdGr 2024-09-11T07:16:36.369 DEBUG:teuthology.orchestra.run.smithi189:> sudo cp /boot/grub/grub.cfg /tmp/tmp.9ZHyPoBdGr 2024-09-11T07:16:36.384 DEBUG:teuthology.orchestra.run.smithi189:> sudo chmod 0666 /tmp/tmp.9ZHyPoBdGr 2024-09-11T07:16:36.424 DEBUG:teuthology.orchestra.remote:smithi189:/tmp/tmp.9ZHyPoBdGr is 9KB 2024-09-11T07:16:36.438 DEBUG:teuthology.orchestra.run.smithi189:> rm -fr /tmp/tmp.9ZHyPoBdGr 2024-09-11T07:16:36.444 DEBUG:teuthology.orchestra.run.smithi189:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-09-11T07:16:36.501 DEBUG:teuthology.orchestra.run.smithi189:> set -ex 2024-09-11T07:16:36.502 DEBUG:teuthology.orchestra.run.smithi189:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-09-11T07:16:36.502 DEBUG:teuthology.orchestra.run.smithi189:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-09-11T07:16:36.529 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-119-generic 2024-09-11T07:16:36.530 DEBUG:teuthology.orchestra.run.smithi189:> sudo update-grub 2024-09-11T07:16:37.162 INFO:teuthology.orchestra.run.smithi082.stdout:Reading package lists... 2024-09-11T07:16:37.189 DEBUG:teuthology.orchestra.run.smithi082:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2024-09-11T07:16:37.260 INFO:teuthology.orchestra.run.smithi082.stdout:Reading package lists... 2024-09-11T07:16:37.491 INFO:teuthology.orchestra.run.smithi082.stdout:Building dependency tree... 2024-09-11T07:16:37.491 INFO:teuthology.orchestra.run.smithi082.stdout:Reading state information... 2024-09-11T07:16:37.739 INFO:teuthology.orchestra.run.smithi082.stdout:linux-image-generic-hwe-20.04 is already the newest version (5.15.0.119.129~20.04.1). 2024-09-11T07:16:37.739 INFO:teuthology.orchestra.run.smithi082.stdout:0 upgraded, 0 newly installed, 0 to remove and 319 not upgraded. 2024-09-11T07:16:37.741 DEBUG:teuthology.orchestra.run.smithi082:> dpkg -s linux-image-generic-hwe-20.04 2024-09-11T07:16:37.765 INFO:teuthology.orchestra.run.smithi082.stdout:Package: linux-image-generic-hwe-20.04 2024-09-11T07:16:37.765 INFO:teuthology.orchestra.run.smithi082.stdout:Status: install ok installed 2024-09-11T07:16:37.766 INFO:teuthology.orchestra.run.smithi082.stdout:Priority: optional 2024-09-11T07:16:37.766 INFO:teuthology.orchestra.run.smithi082.stdout:Section: kernel 2024-09-11T07:16:37.766 INFO:teuthology.orchestra.run.smithi082.stdout:Installed-Size: 21 2024-09-11T07:16:37.766 INFO:teuthology.orchestra.run.smithi082.stdout:Maintainer: Ubuntu Kernel Team 2024-09-11T07:16:37.766 INFO:teuthology.orchestra.run.smithi082.stdout:Architecture: amd64 2024-09-11T07:16:37.766 INFO:teuthology.orchestra.run.smithi082.stdout:Source: linux-meta-hwe-5.15 2024-09-11T07:16:37.766 INFO:teuthology.orchestra.run.smithi082.stdout:Version: 5.15.0.119.129~20.04.1 2024-09-11T07:16:37.766 INFO:teuthology.orchestra.run.smithi082.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-11T07:16:37.766 INFO:teuthology.orchestra.run.smithi082.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-11T07:16:37.767 INFO:teuthology.orchestra.run.smithi082.stdout:Recommends: thermald 2024-09-11T07:16:37.767 INFO:teuthology.orchestra.run.smithi082.stdout:Description: Generic Linux kernel image 2024-09-11T07:16:37.767 INFO:teuthology.orchestra.run.smithi082.stdout: This package will always depend on the latest generic kernel image 2024-09-11T07:16:37.767 INFO:teuthology.orchestra.run.smithi082.stdout: available. 2024-09-11T07:16:37.767 DEBUG:teuthology.orchestra.run.smithi082:> mktemp 2024-09-11T07:16:37.812 INFO:teuthology.orchestra.run.smithi082.stdout:/tmp/tmp.zMSC9tyEpP 2024-09-11T07:16:37.813 DEBUG:teuthology.orchestra.run.smithi082:> sudo cp /boot/grub/grub.cfg /tmp/tmp.zMSC9tyEpP 2024-09-11T07:16:37.828 DEBUG:teuthology.orchestra.run.smithi082:> sudo chmod 0666 /tmp/tmp.zMSC9tyEpP 2024-09-11T07:16:37.879 DEBUG:teuthology.orchestra.remote:smithi082:/tmp/tmp.zMSC9tyEpP is 9KB 2024-09-11T07:16:37.894 DEBUG:teuthology.orchestra.run.smithi082:> rm -fr /tmp/tmp.zMSC9tyEpP 2024-09-11T07:16:37.900 DEBUG:teuthology.orchestra.run.smithi082:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-09-11T07:16:37.906 INFO:teuthology.orchestra.run.smithi189.stderr:Sourcing file `/etc/default/grub' 2024-09-11T07:16:37.912 INFO:teuthology.orchestra.run.smithi189.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-11T07:16:37.925 INFO:teuthology.orchestra.run.smithi189.stderr:Generating grub configuration file ... 2024-09-11T07:16:37.955 DEBUG:teuthology.orchestra.run.smithi082:> set -ex 2024-09-11T07:16:37.955 DEBUG:teuthology.orchestra.run.smithi082:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-09-11T07:16:37.955 DEBUG:teuthology.orchestra.run.smithi082:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-09-11T07:16:37.987 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-119-generic 2024-09-11T07:16:37.987 DEBUG:teuthology.orchestra.run.smithi082:> sudo update-grub 2024-09-11T07:16:38.162 INFO:teuthology.orchestra.run.smithi189.stderr:Found linux image: /boot/vmlinuz-5.15.0-119-generic 2024-09-11T07:16:38.174 INFO:teuthology.orchestra.run.smithi189.stderr:Found initrd image: /boot/initrd.img-5.15.0-119-generic 2024-09-11T07:16:38.509 INFO:teuthology.orchestra.run.smithi189.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2024-09-11T07:16:38.521 INFO:teuthology.orchestra.run.smithi189.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2024-09-11T07:16:39.266 INFO:teuthology.orchestra.run.smithi189.stderr:done 2024-09-11T07:16:39.268 DEBUG:teuthology.orchestra.run.smithi189:> sudo shutdown -r now 2024-09-11T07:16:39.448 INFO:teuthology.orchestra.run.smithi082.stderr:Sourcing file `/etc/default/grub' 2024-09-11T07:16:39.455 INFO:teuthology.orchestra.run.smithi082.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-11T07:16:39.466 INFO:teuthology.orchestra.run.smithi082.stderr:Generating grub configuration file ... 2024-09-11T07:16:39.791 INFO:teuthology.orchestra.run.smithi082.stderr:Found linux image: /boot/vmlinuz-5.15.0-119-generic 2024-09-11T07:16:39.803 INFO:teuthology.orchestra.run.smithi082.stderr:Found initrd image: /boot/initrd.img-5.15.0-119-generic 2024-09-11T07:16:40.196 INFO:teuthology.orchestra.run.smithi082.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2024-09-11T07:16:40.207 INFO:teuthology.orchestra.run.smithi082.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2024-09-11T07:16:41.139 INFO:teuthology.orchestra.run.smithi082.stderr:done 2024-09-11T07:16:41.141 DEBUG:teuthology.orchestra.run.smithi082:> sudo shutdown -r now 2024-09-11T07:17:09.298 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-09-11T07:17:09.299 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi189.front.sepia.ceph.com' 2024-09-11T07:17:09.300 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi189.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T07:17:11.145 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-09-11T07:17:11.145 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi082.front.sepia.ceph.com' 2024-09-11T07:17:11.146 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi082.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T07:17:43.873 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.189 2024-09-11T07:17:52.880 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi189.front.sepia.ceph.com' 2024-09-11T07:17:52.881 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi189.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T07:18:11.167 DEBUG:teuthology.orchestra.remote:timed out 2024-09-11T07:18:20.173 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi082.front.sepia.ceph.com' 2024-09-11T07:18:20.174 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi082.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T07:18:20.438 DEBUG:teuthology.orchestra.run.smithi082:> true 2024-09-11T07:18:21.111 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi082.front.sepia.ceph.com' 2024-09-11T07:18:21.111 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-119-generic"... 2024-09-11T07:18:21.111 DEBUG:teuthology.orchestra.run.smithi082:> uname -r 2024-09-11T07:18:21.159 INFO:teuthology.orchestra.run.smithi082.stdout:5.15.0-119-generic 2024-09-11T07:18:21.159 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-119-generic vs 5.15.0-119-generic 2024-09-11T07:18:21.159 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-11T07:18:21.159 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-09-11T07:18:22.160 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-09-11T07:18:22.160 DEBUG:teuthology.orchestra.run.smithi082:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-11T07:18:22.314 INFO:teuthology.orchestra.run.smithi082.stdout:ttyS1 2024-09-11T07:18:22.339 DEBUG:teuthology.parallel:result is None 2024-09-11T07:18:52.884 DEBUG:teuthology.orchestra.remote:timed out 2024-09-11T07:19:04.885 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi189.front.sepia.ceph.com' 2024-09-11T07:19:04.886 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi189.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T07:19:05.219 DEBUG:teuthology.orchestra.run.smithi189:> true 2024-09-11T07:19:05.768 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi189.front.sepia.ceph.com' 2024-09-11T07:19:05.768 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-119-generic"... 2024-09-11T07:19:05.768 DEBUG:teuthology.orchestra.run.smithi189:> uname -r 2024-09-11T07:19:05.773 INFO:teuthology.orchestra.run.smithi189.stdout:5.15.0-119-generic 2024-09-11T07:19:05.773 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-119-generic vs 5.15.0-119-generic 2024-09-11T07:19:05.773 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-11T07:19:05.773 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-09-11T07:19:06.774 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-09-11T07:19:06.775 DEBUG:teuthology.orchestra.run.smithi189:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-11T07:19:07.164 INFO:teuthology.orchestra.run.smithi189.stdout:ttyS1 2024-09-11T07:19:07.191 DEBUG:teuthology.parallel:result is None 2024-09-11T07:19:07.191 INFO:teuthology.run_tasks:Running task internal.base... 2024-09-11T07:19:07.198 INFO:teuthology.task.internal:Creating test directory... 2024-09-11T07:19:07.198 DEBUG:teuthology.orchestra.run.smithi082:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-11T07:19:07.201 DEBUG:teuthology.orchestra.run.smithi189:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-11T07:19:07.208 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-09-11T07:19:07.215 INFO:teuthology.run_tasks:Running task internal.archive... 2024-09-11T07:19:07.222 INFO:teuthology.task.internal:Creating archive directory... 2024-09-11T07:19:07.222 DEBUG:teuthology.orchestra.run.smithi082:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-11T07:19:07.250 DEBUG:teuthology.orchestra.run.smithi189:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-11T07:19:07.514 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-09-11T07:19:07.521 INFO:teuthology.task.internal:Enabling coredump saving... 2024-09-11T07:19:07.521 DEBUG:teuthology.orchestra.run.smithi082:> 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-11T07:19:07.524 DEBUG:teuthology.orchestra.run.smithi189:> 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-11T07:19:07.541 INFO:teuthology.orchestra.run.smithi189.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-11T07:19:07.542 INFO:teuthology.orchestra.run.smithi082.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-11T07:19:07.548 INFO:teuthology.orchestra.run.smithi082.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-11T07:19:07.548 INFO:teuthology.orchestra.run.smithi189.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-11T07:19:07.550 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-09-11T07:19:07.565 INFO:teuthology.task.internal:Configuring sudo... 2024-09-11T07:19:07.565 DEBUG:teuthology.orchestra.run.smithi082:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-11T07:19:07.598 DEBUG:teuthology.orchestra.run.smithi189:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-11T07:19:07.614 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-09-11T07:19:07.629 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-09-11T07:19:07.630 DEBUG:teuthology.orchestra.run.smithi082:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-11T07:19:07.654 DEBUG:teuthology.orchestra.run.smithi189:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-11T07:19:07.663 DEBUG:teuthology.orchestra.run.smithi082:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-11T07:19:07.708 DEBUG:teuthology.orchestra.run.smithi082:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-11T07:19:07.759 DEBUG:teuthology.orchestra.run.smithi082:> set -ex 2024-09-11T07:19:07.760 DEBUG:teuthology.orchestra.run.smithi082:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-11T07:19:07.852 DEBUG:teuthology.orchestra.run.smithi189:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-11T07:19:07.859 DEBUG:teuthology.orchestra.run.smithi189:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-11T07:19:07.907 DEBUG:teuthology.orchestra.run.smithi189:> set -ex 2024-09-11T07:19:07.907 DEBUG:teuthology.orchestra.run.smithi189:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-11T07:19:07.972 DEBUG:teuthology.orchestra.run.smithi082:> sudo service rsyslog restart 2024-09-11T07:19:07.974 DEBUG:teuthology.orchestra.run.smithi189:> sudo service rsyslog restart 2024-09-11T07:19:08.059 INFO:teuthology.run_tasks:Running task internal.timer... 2024-09-11T07:19:08.066 INFO:teuthology.task.internal:Starting timer... 2024-09-11T07:19:08.066 INFO:teuthology.run_tasks:Running task pcp... 2024-09-11T07:19:08.077 INFO:teuthology.run_tasks:Running task selinux... 2024-09-11T07:19:08.086 DEBUG:teuthology.task.selinux:Excluding smithi082: OS 'ubuntu' does not support SELinux 2024-09-11T07:19:08.086 DEBUG:teuthology.task.selinux:Excluding smithi189: OS 'ubuntu' does not support SELinux 2024-09-11T07:19:08.086 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-09-11T07:19:08.086 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-09-11T07:19:08.086 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-09-11T07:19:08.086 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-09-11T07:19:08.095 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-09-11T07:19:08.106 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-11T07:19:08.107 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi082.front.sepia.ceph.com,smithi189.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-09-11T07:24:42.793 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi082.front.sepia.ceph.com'), Remote(name='ubuntu@smithi189.front.sepia.ceph.com')] 2024-09-11T07:24:42.795 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi082.front.sepia.ceph.com' 2024-09-11T07:24:42.797 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi082.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T07:24:42.894 DEBUG:teuthology.orchestra.run.smithi082:> true 2024-09-11T07:24:43.015 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi082.front.sepia.ceph.com' 2024-09-11T07:24:43.016 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi189.front.sepia.ceph.com' 2024-09-11T07:24:43.016 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi189.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T07:24:43.106 DEBUG:teuthology.orchestra.run.smithi189:> true 2024-09-11T07:24:43.226 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi189.front.sepia.ceph.com' 2024-09-11T07:24:43.227 INFO:teuthology.run_tasks:Running task clock... 2024-09-11T07:24:43.238 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-09-11T07:24:43.238 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-11T07:24:43.239 DEBUG:teuthology.orchestra.run.smithi082:> 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-11T07:24:43.241 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-11T07:24:43.241 DEBUG:teuthology.orchestra.run.smithi189:> 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-11T07:24:43.272 INFO:teuthology.orchestra.run.smithi082.stdout:11 Sep 07:24:43 ntpd[13513]: ntpd 4.2.8p12@1.3728-o (1): Starting 2024-09-11T07:24:43.272 INFO:teuthology.orchestra.run.smithi082.stdout:11 Sep 07:24:43 ntpd[13513]: Command line: ntpd -gq 2024-09-11T07:24:43.272 INFO:teuthology.orchestra.run.smithi082.stdout:11 Sep 07:24:43 ntpd[13513]: proto: precision = 0.103 usec (-23) 2024-09-11T07:24:43.273 INFO:teuthology.orchestra.run.smithi082.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-11T07:24:43.273 INFO:teuthology.orchestra.run.smithi082.stdout:11 Sep 07:24:43 ntpd[13513]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-11T07:24:43.273 INFO:teuthology.orchestra.run.smithi082.stderr:restrict ::: KOD does nothing without LIMITED. 2024-09-11T07:24:43.274 INFO:teuthology.orchestra.run.smithi082.stdout:11 Sep 07:24:43 ntpd[13513]: restrict ::: KOD does nothing without LIMITED. 2024-09-11T07:24:43.274 INFO:teuthology.orchestra.run.smithi082.stdout:11 Sep 07:24:43 ntpd[13513]: Listen and drop on 0 v6wildcard [::]:123 2024-09-11T07:24:43.274 INFO:teuthology.orchestra.run.smithi082.stdout:11 Sep 07:24:43 ntpd[13513]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-09-11T07:24:43.274 INFO:teuthology.orchestra.run.smithi082.stdout:11 Sep 07:24:43 ntpd[13513]: Listen normally on 2 lo 127.0.0.1:123 2024-09-11T07:24:43.274 INFO:teuthology.orchestra.run.smithi082.stdout:11 Sep 07:24:43 ntpd[13513]: Listen normally on 3 enp3s0f1 172.21.15.82:123 2024-09-11T07:24:43.274 INFO:teuthology.orchestra.run.smithi082.stdout:11 Sep 07:24:43 ntpd[13513]: Listen normally on 4 lo [::1]:123 2024-09-11T07:24:43.275 INFO:teuthology.orchestra.run.smithi082.stdout:11 Sep 07:24:43 ntpd[13513]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:d3ff%5]:123 2024-09-11T07:24:43.275 INFO:teuthology.orchestra.run.smithi082.stdout:11 Sep 07:24:43 ntpd[13513]: Listening on routing socket on fd #22 for interface updates 2024-09-11T07:24:43.301 INFO:teuthology.orchestra.run.smithi189.stdout:11 Sep 07:24:43 ntpd[13522]: ntpd 4.2.8p12@1.3728-o (1): Starting 2024-09-11T07:24:43.301 INFO:teuthology.orchestra.run.smithi189.stdout:11 Sep 07:24:43 ntpd[13522]: Command line: ntpd -gq 2024-09-11T07:24:43.302 INFO:teuthology.orchestra.run.smithi189.stdout:11 Sep 07:24:43 ntpd[13522]: proto: precision = 0.093 usec (-23) 2024-09-11T07:24:43.302 INFO:teuthology.orchestra.run.smithi189.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-11T07:24:43.303 INFO:teuthology.orchestra.run.smithi189.stdout:11 Sep 07:24:43 ntpd[13522]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-11T07:24:43.303 INFO:teuthology.orchestra.run.smithi189.stderr:restrict ::: KOD does nothing without LIMITED. 2024-09-11T07:24:43.304 INFO:teuthology.orchestra.run.smithi189.stdout:11 Sep 07:24:43 ntpd[13522]: restrict ::: KOD does nothing without LIMITED. 2024-09-11T07:24:43.304 INFO:teuthology.orchestra.run.smithi189.stdout:11 Sep 07:24:43 ntpd[13522]: Listen and drop on 0 v6wildcard [::]:123 2024-09-11T07:24:43.304 INFO:teuthology.orchestra.run.smithi189.stdout:11 Sep 07:24:43 ntpd[13522]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-09-11T07:24:43.304 INFO:teuthology.orchestra.run.smithi189.stdout:11 Sep 07:24:43 ntpd[13522]: Listen normally on 2 lo 127.0.0.1:123 2024-09-11T07:24:43.304 INFO:teuthology.orchestra.run.smithi189.stdout:11 Sep 07:24:43 ntpd[13522]: Listen normally on 3 enp3s0f1 172.21.15.189:123 2024-09-11T07:24:43.305 INFO:teuthology.orchestra.run.smithi189.stdout:11 Sep 07:24:43 ntpd[13522]: Listen normally on 4 lo [::1]:123 2024-09-11T07:24:43.305 INFO:teuthology.orchestra.run.smithi189.stdout:11 Sep 07:24:43 ntpd[13522]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:6df1%5]:123 2024-09-11T07:24:43.305 INFO:teuthology.orchestra.run.smithi189.stdout:11 Sep 07:24:43 ntpd[13522]: Listening on routing socket on fd #22 for interface updates 2024-09-11T07:24:44.273 INFO:teuthology.orchestra.run.smithi082.stderr:11 Sep 07:24:44 ntpd[13513]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-11T07:24:44.273 INFO:teuthology.orchestra.run.smithi082.stderr:11 Sep 07:24:44 ntpd[13513]: can't open /var/log/ntpstats/rawstats.20240911: Permission denied 2024-09-11T07:24:44.274 INFO:teuthology.orchestra.run.smithi082.stderr:11 Sep 07:24:44 ntpd[13513]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-11T07:24:44.274 INFO:teuthology.orchestra.run.smithi082.stderr:11 Sep 07:24:44 ntpd[13513]: can't open /var/log/ntpstats/rawstats.20240911: Permission denied 2024-09-11T07:24:44.274 INFO:teuthology.orchestra.run.smithi082.stderr:11 Sep 07:24:44 ntpd[13513]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-11T07:24:44.274 INFO:teuthology.orchestra.run.smithi082.stderr:11 Sep 07:24:44 ntpd[13513]: can't open /var/log/ntpstats/rawstats.20240911: Permission denied 2024-09-11T07:24:44.274 INFO:teuthology.orchestra.run.smithi082.stderr:11 Sep 07:24:44 ntpd[13513]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-11T07:24:44.274 INFO:teuthology.orchestra.run.smithi082.stderr:11 Sep 07:24:44 ntpd[13513]: can't open /var/log/ntpstats/peerstats.20240911: Permission denied 2024-09-11T07:24:44.274 INFO:teuthology.orchestra.run.smithi082.stderr:11 Sep 07:24:44 ntpd[13513]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-11T07:24:44.274 INFO:teuthology.orchestra.run.smithi082.stderr:11 Sep 07:24:44 ntpd[13513]: can't open /var/log/ntpstats/rawstats.20240911: Permission denied 2024-09-11T07:24:44.275 INFO:teuthology.orchestra.run.smithi082.stderr:11 Sep 07:24:44 ntpd[13513]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-11T07:24:44.275 INFO:teuthology.orchestra.run.smithi082.stderr:11 Sep 07:24:44 ntpd[13513]: can't open /var/log/ntpstats/peerstats.20240911: Permission denied 2024-09-11T07:24:45.302 INFO:teuthology.orchestra.run.smithi189.stderr:11 Sep 07:24:45 ntpd[13522]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-11T07:24:45.302 INFO:teuthology.orchestra.run.smithi189.stderr:11 Sep 07:24:45 ntpd[13522]: can't open /var/log/ntpstats/rawstats.20240911: Permission denied 2024-09-11T07:24:45.302 INFO:teuthology.orchestra.run.smithi189.stderr:11 Sep 07:24:45 ntpd[13522]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-11T07:24:45.302 INFO:teuthology.orchestra.run.smithi189.stderr:11 Sep 07:24:45 ntpd[13522]: can't open /var/log/ntpstats/rawstats.20240911: Permission denied 2024-09-11T07:24:45.302 INFO:teuthology.orchestra.run.smithi189.stderr:11 Sep 07:24:45 ntpd[13522]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-11T07:24:45.302 INFO:teuthology.orchestra.run.smithi189.stderr:11 Sep 07:24:45 ntpd[13522]: can't open /var/log/ntpstats/peerstats.20240911: Permission denied 2024-09-11T07:24:46.273 INFO:teuthology.orchestra.run.smithi082.stderr:11 Sep 07:24:46 ntpd[13513]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-11T07:24:46.273 INFO:teuthology.orchestra.run.smithi082.stderr:11 Sep 07:24:46 ntpd[13513]: can't open /var/log/ntpstats/rawstats.20240911: Permission denied 2024-09-11T07:24:46.273 INFO:teuthology.orchestra.run.smithi082.stderr:11 Sep 07:24:46 ntpd[13513]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-11T07:24:46.273 INFO:teuthology.orchestra.run.smithi082.stderr:11 Sep 07:24:46 ntpd[13513]: can't open /var/log/ntpstats/rawstats.20240911: Permission denied 2024-09-11T07:24:46.274 INFO:teuthology.orchestra.run.smithi082.stderr:11 Sep 07:24:46 ntpd[13513]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-11T07:24:46.274 INFO:teuthology.orchestra.run.smithi082.stderr:11 Sep 07:24:46 ntpd[13513]: can't open /var/log/ntpstats/rawstats.20240911: Permission denied 2024-09-11T07:24:46.274 INFO:teuthology.orchestra.run.smithi082.stderr:11 Sep 07:24:46 ntpd[13513]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-11T07:24:46.274 INFO:teuthology.orchestra.run.smithi082.stderr:11 Sep 07:24:46 ntpd[13513]: can't open /var/log/ntpstats/rawstats.20240911: Permission denied 2024-09-11T07:24:46.274 INFO:teuthology.orchestra.run.smithi082.stderr:11 Sep 07:24:46 ntpd[13513]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-11T07:24:46.274 INFO:teuthology.orchestra.run.smithi082.stderr:11 Sep 07:24:46 ntpd[13513]: can't open /var/log/ntpstats/peerstats.20240911: Permission denied 2024-09-11T07:24:46.274 INFO:teuthology.orchestra.run.smithi082.stderr:11 Sep 07:24:46 ntpd[13513]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-11T07:24:46.274 INFO:teuthology.orchestra.run.smithi082.stderr:11 Sep 07:24:46 ntpd[13513]: can't open /var/log/ntpstats/rawstats.20240911: Permission denied 2024-09-11T07:24:46.274 INFO:teuthology.orchestra.run.smithi082.stderr:11 Sep 07:24:46 ntpd[13513]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-11T07:24:46.274 INFO:teuthology.orchestra.run.smithi082.stderr:11 Sep 07:24:46 ntpd[13513]: can't open /var/log/ntpstats/peerstats.20240911: Permission denied 2024-09-11T07:24:46.302 INFO:teuthology.orchestra.run.smithi189.stderr:11 Sep 07:24:46 ntpd[13522]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-11T07:24:46.302 INFO:teuthology.orchestra.run.smithi189.stderr:11 Sep 07:24:46 ntpd[13522]: can't open /var/log/ntpstats/rawstats.20240911: Permission denied 2024-09-11T07:24:46.302 INFO:teuthology.orchestra.run.smithi189.stderr:11 Sep 07:24:46 ntpd[13522]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-11T07:24:46.302 INFO:teuthology.orchestra.run.smithi189.stderr:11 Sep 07:24:46 ntpd[13522]: can't open /var/log/ntpstats/rawstats.20240911: Permission denied 2024-09-11T07:24:46.302 INFO:teuthology.orchestra.run.smithi189.stderr:11 Sep 07:24:46 ntpd[13522]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-11T07:24:46.302 INFO:teuthology.orchestra.run.smithi189.stderr:11 Sep 07:24:46 ntpd[13522]: can't open /var/log/ntpstats/peerstats.20240911: Permission denied 2024-09-11T07:24:47.302 INFO:teuthology.orchestra.run.smithi189.stderr:11 Sep 07:24:47 ntpd[13522]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-11T07:24:47.302 INFO:teuthology.orchestra.run.smithi189.stderr:11 Sep 07:24:47 ntpd[13522]: can't open /var/log/ntpstats/rawstats.20240911: Permission denied 2024-09-11T07:24:47.302 INFO:teuthology.orchestra.run.smithi189.stderr:11 Sep 07:24:47 ntpd[13522]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-11T07:24:47.303 INFO:teuthology.orchestra.run.smithi189.stderr:11 Sep 07:24:47 ntpd[13522]: can't open /var/log/ntpstats/rawstats.20240911: Permission denied 2024-09-11T07:24:47.303 INFO:teuthology.orchestra.run.smithi189.stderr:11 Sep 07:24:47 ntpd[13522]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-11T07:24:47.303 INFO:teuthology.orchestra.run.smithi189.stderr:11 Sep 07:24:47 ntpd[13522]: can't open /var/log/ntpstats/rawstats.20240911: Permission denied 2024-09-11T07:24:47.303 INFO:teuthology.orchestra.run.smithi189.stderr:11 Sep 07:24:47 ntpd[13522]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-11T07:24:47.303 INFO:teuthology.orchestra.run.smithi189.stderr:11 Sep 07:24:47 ntpd[13522]: can't open /var/log/ntpstats/peerstats.20240911: Permission denied 2024-09-11T07:24:47.303 INFO:teuthology.orchestra.run.smithi189.stderr:11 Sep 07:24:47 ntpd[13522]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-11T07:24:47.303 INFO:teuthology.orchestra.run.smithi189.stderr:11 Sep 07:24:47 ntpd[13522]: can't open /var/log/ntpstats/rawstats.20240911: Permission denied 2024-09-11T07:24:47.303 INFO:teuthology.orchestra.run.smithi189.stderr:11 Sep 07:24:47 ntpd[13522]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-11T07:24:47.303 INFO:teuthology.orchestra.run.smithi189.stderr:11 Sep 07:24:47 ntpd[13522]: can't open /var/log/ntpstats/peerstats.20240911: Permission denied 2024-09-11T07:24:48.274 INFO:teuthology.orchestra.run.smithi082.stderr:11 Sep 07:24:48 ntpd[13513]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-11T07:24:48.274 INFO:teuthology.orchestra.run.smithi082.stderr:11 Sep 07:24:48 ntpd[13513]: can't open /var/log/ntpstats/rawstats.20240911: Permission denied 2024-09-11T07:24:48.274 INFO:teuthology.orchestra.run.smithi082.stderr:11 Sep 07:24:48 ntpd[13513]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-11T07:24:48.274 INFO:teuthology.orchestra.run.smithi082.stderr:11 Sep 07:24:48 ntpd[13513]: can't open /var/log/ntpstats/rawstats.20240911: Permission denied 2024-09-11T07:24:48.274 INFO:teuthology.orchestra.run.smithi082.stderr:11 Sep 07:24:48 ntpd[13513]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-11T07:24:48.274 INFO:teuthology.orchestra.run.smithi082.stderr:11 Sep 07:24:48 ntpd[13513]: can't open /var/log/ntpstats/rawstats.20240911: Permission denied 2024-09-11T07:24:48.274 INFO:teuthology.orchestra.run.smithi082.stderr:11 Sep 07:24:48 ntpd[13513]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-11T07:24:48.274 INFO:teuthology.orchestra.run.smithi082.stderr:11 Sep 07:24:48 ntpd[13513]: can't open /var/log/ntpstats/rawstats.20240911: Permission denied 2024-09-11T07:24:48.274 INFO:teuthology.orchestra.run.smithi082.stderr:11 Sep 07:24:48 ntpd[13513]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-11T07:24:48.274 INFO:teuthology.orchestra.run.smithi082.stderr:11 Sep 07:24:48 ntpd[13513]: can't open /var/log/ntpstats/peerstats.20240911: Permission denied 2024-09-11T07:24:48.274 INFO:teuthology.orchestra.run.smithi082.stderr:11 Sep 07:24:48 ntpd[13513]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-11T07:24:48.274 INFO:teuthology.orchestra.run.smithi082.stderr:11 Sep 07:24:48 ntpd[13513]: can't open /var/log/ntpstats/rawstats.20240911: Permission denied 2024-09-11T07:24:48.275 INFO:teuthology.orchestra.run.smithi082.stderr:11 Sep 07:24:48 ntpd[13513]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-11T07:24:48.275 INFO:teuthology.orchestra.run.smithi082.stderr:11 Sep 07:24:48 ntpd[13513]: can't open /var/log/ntpstats/peerstats.20240911: Permission denied 2024-09-11T07:24:48.275 INFO:teuthology.orchestra.run.smithi082.stderr:11 Sep 07:24:48 ntpd[13513]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-11T07:24:48.275 INFO:teuthology.orchestra.run.smithi082.stderr:11 Sep 07:24:48 ntpd[13513]: can't open /var/log/ntpstats/rawstats.20240911: Permission denied 2024-09-11T07:24:48.275 INFO:teuthology.orchestra.run.smithi082.stderr:11 Sep 07:24:48 ntpd[13513]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-11T07:24:48.275 INFO:teuthology.orchestra.run.smithi082.stderr:11 Sep 07:24:48 ntpd[13513]: can't open /var/log/ntpstats/peerstats.20240911: Permission denied 2024-09-11T07:24:48.302 INFO:teuthology.orchestra.run.smithi189.stderr:11 Sep 07:24:48 ntpd[13522]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-11T07:24:48.302 INFO:teuthology.orchestra.run.smithi189.stderr:11 Sep 07:24:48 ntpd[13522]: can't open /var/log/ntpstats/rawstats.20240911: Permission denied 2024-09-11T07:24:48.302 INFO:teuthology.orchestra.run.smithi189.stderr:11 Sep 07:24:48 ntpd[13522]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-11T07:24:48.302 INFO:teuthology.orchestra.run.smithi189.stderr:11 Sep 07:24:48 ntpd[13522]: can't open /var/log/ntpstats/rawstats.20240911: Permission denied 2024-09-11T07:24:48.302 INFO:teuthology.orchestra.run.smithi189.stderr:11 Sep 07:24:48 ntpd[13522]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-11T07:24:48.302 INFO:teuthology.orchestra.run.smithi189.stderr:11 Sep 07:24:48 ntpd[13522]: can't open /var/log/ntpstats/rawstats.20240911: Permission denied 2024-09-11T07:24:48.302 INFO:teuthology.orchestra.run.smithi189.stderr:11 Sep 07:24:48 ntpd[13522]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-11T07:24:48.302 INFO:teuthology.orchestra.run.smithi189.stderr:11 Sep 07:24:48 ntpd[13522]: can't open /var/log/ntpstats/peerstats.20240911: Permission denied 2024-09-11T07:24:49.302 INFO:teuthology.orchestra.run.smithi189.stderr:11 Sep 07:24:49 ntpd[13522]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-11T07:24:49.302 INFO:teuthology.orchestra.run.smithi189.stderr:11 Sep 07:24:49 ntpd[13522]: can't open /var/log/ntpstats/rawstats.20240911: Permission denied 2024-09-11T07:24:49.303 INFO:teuthology.orchestra.run.smithi189.stderr:11 Sep 07:24:49 ntpd[13522]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-11T07:24:49.303 INFO:teuthology.orchestra.run.smithi189.stderr:11 Sep 07:24:49 ntpd[13522]: can't open /var/log/ntpstats/rawstats.20240911: Permission denied 2024-09-11T07:24:49.303 INFO:teuthology.orchestra.run.smithi189.stderr:11 Sep 07:24:49 ntpd[13522]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-11T07:24:49.303 INFO:teuthology.orchestra.run.smithi189.stderr:11 Sep 07:24:49 ntpd[13522]: can't open /var/log/ntpstats/rawstats.20240911: Permission denied 2024-09-11T07:24:49.303 INFO:teuthology.orchestra.run.smithi189.stderr:11 Sep 07:24:49 ntpd[13522]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-11T07:24:49.303 INFO:teuthology.orchestra.run.smithi189.stderr:11 Sep 07:24:49 ntpd[13522]: can't open /var/log/ntpstats/peerstats.20240911: Permission denied 2024-09-11T07:24:49.303 INFO:teuthology.orchestra.run.smithi189.stderr:11 Sep 07:24:49 ntpd[13522]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-11T07:24:49.303 INFO:teuthology.orchestra.run.smithi189.stderr:11 Sep 07:24:49 ntpd[13522]: can't open /var/log/ntpstats/rawstats.20240911: Permission denied 2024-09-11T07:24:49.303 INFO:teuthology.orchestra.run.smithi189.stderr:11 Sep 07:24:49 ntpd[13522]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-11T07:24:49.303 INFO:teuthology.orchestra.run.smithi189.stderr:11 Sep 07:24:49 ntpd[13522]: can't open /var/log/ntpstats/peerstats.20240911: Permission denied 2024-09-11T07:24:50.273 INFO:teuthology.orchestra.run.smithi082.stderr:11 Sep 07:24:50 ntpd[13513]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-11T07:24:50.273 INFO:teuthology.orchestra.run.smithi082.stderr:11 Sep 07:24:50 ntpd[13513]: can't open /var/log/ntpstats/rawstats.20240911: Permission denied 2024-09-11T07:24:50.273 INFO:teuthology.orchestra.run.smithi082.stderr:11 Sep 07:24:50 ntpd[13513]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-11T07:24:50.273 INFO:teuthology.orchestra.run.smithi082.stderr:11 Sep 07:24:50 ntpd[13513]: can't open /var/log/ntpstats/rawstats.20240911: Permission denied 2024-09-11T07:24:50.274 INFO:teuthology.orchestra.run.smithi082.stderr:11 Sep 07:24:50 ntpd[13513]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-11T07:24:50.274 INFO:teuthology.orchestra.run.smithi082.stderr:11 Sep 07:24:50 ntpd[13513]: can't open /var/log/ntpstats/rawstats.20240911: Permission denied 2024-09-11T07:24:50.274 INFO:teuthology.orchestra.run.smithi082.stderr:11 Sep 07:24:50 ntpd[13513]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-11T07:24:50.274 INFO:teuthology.orchestra.run.smithi082.stderr:11 Sep 07:24:50 ntpd[13513]: can't open /var/log/ntpstats/rawstats.20240911: Permission denied 2024-09-11T07:24:50.274 INFO:teuthology.orchestra.run.smithi082.stderr:11 Sep 07:24:50 ntpd[13513]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-11T07:24:50.274 INFO:teuthology.orchestra.run.smithi082.stderr:11 Sep 07:24:50 ntpd[13513]: can't open /var/log/ntpstats/peerstats.20240911: Permission denied 2024-09-11T07:24:50.274 INFO:teuthology.orchestra.run.smithi082.stderr:11 Sep 07:24:50 ntpd[13513]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-11T07:24:50.274 INFO:teuthology.orchestra.run.smithi082.stderr:11 Sep 07:24:50 ntpd[13513]: can't open /var/log/ntpstats/rawstats.20240911: Permission denied 2024-09-11T07:24:50.274 INFO:teuthology.orchestra.run.smithi082.stderr:11 Sep 07:24:50 ntpd[13513]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-11T07:24:50.274 INFO:teuthology.orchestra.run.smithi082.stderr:11 Sep 07:24:50 ntpd[13513]: can't open /var/log/ntpstats/peerstats.20240911: Permission denied 2024-09-11T07:24:50.274 INFO:teuthology.orchestra.run.smithi082.stdout:11 Sep 07:24:50 ntpd[13513]: ntpd: time slew -0.000938 s 2024-09-11T07:24:50.275 INFO:teuthology.orchestra.run.smithi082.stdout:ntpd: time slew -0.000938s 2024-09-11T07:24:50.275 INFO:teuthology.orchestra.run.smithi082.stderr:11 Sep 07:24:50 ntpd[13513]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-09-11T07:24:50.275 INFO:teuthology.orchestra.run.smithi082.stderr:11 Sep 07:24:50 ntpd[13513]: can't open /var/log/ntpstats/loopstats.20240911: Permission denied 2024-09-11T07:24:50.301 INFO:teuthology.orchestra.run.smithi189.stderr:11 Sep 07:24:50 ntpd[13522]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-11T07:24:50.302 INFO:teuthology.orchestra.run.smithi189.stderr:11 Sep 07:24:50 ntpd[13522]: can't open /var/log/ntpstats/rawstats.20240911: Permission denied 2024-09-11T07:24:50.302 INFO:teuthology.orchestra.run.smithi189.stderr:11 Sep 07:24:50 ntpd[13522]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-11T07:24:50.302 INFO:teuthology.orchestra.run.smithi189.stderr:11 Sep 07:24:50 ntpd[13522]: can't open /var/log/ntpstats/rawstats.20240911: Permission denied 2024-09-11T07:24:50.302 INFO:teuthology.orchestra.run.smithi189.stderr:11 Sep 07:24:50 ntpd[13522]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-11T07:24:50.302 INFO:teuthology.orchestra.run.smithi189.stderr:11 Sep 07:24:50 ntpd[13522]: can't open /var/log/ntpstats/peerstats.20240911: Permission denied 2024-09-11T07:24:50.428 INFO:teuthology.orchestra.run.smithi082.stdout: remote refid st t when poll reach delay offset jitter 2024-09-11T07:24:50.428 INFO:teuthology.orchestra.run.smithi082.stdout:============================================================================== 2024-09-11T07:24:50.428 INFO:teuthology.orchestra.run.smithi082.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-09-11T07:24:50.428 INFO:teuthology.orchestra.run.smithi082.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-09-11T07:24:50.428 INFO:teuthology.orchestra.run.smithi082.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-09-11T07:24:50.429 INFO:teuthology.orchestra.run.smithi082.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-09-11T07:24:51.303 INFO:teuthology.orchestra.run.smithi189.stderr:11 Sep 07:24:51 ntpd[13522]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-11T07:24:51.303 INFO:teuthology.orchestra.run.smithi189.stderr:11 Sep 07:24:51 ntpd[13522]: can't open /var/log/ntpstats/rawstats.20240911: Permission denied 2024-09-11T07:24:51.303 INFO:teuthology.orchestra.run.smithi189.stderr:11 Sep 07:24:51 ntpd[13522]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-11T07:24:51.303 INFO:teuthology.orchestra.run.smithi189.stderr:11 Sep 07:24:51 ntpd[13522]: can't open /var/log/ntpstats/rawstats.20240911: Permission denied 2024-09-11T07:24:51.303 INFO:teuthology.orchestra.run.smithi189.stderr:11 Sep 07:24:51 ntpd[13522]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-11T07:24:51.303 INFO:teuthology.orchestra.run.smithi189.stderr:11 Sep 07:24:51 ntpd[13522]: can't open /var/log/ntpstats/rawstats.20240911: Permission denied 2024-09-11T07:24:51.303 INFO:teuthology.orchestra.run.smithi189.stderr:11 Sep 07:24:51 ntpd[13522]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-11T07:24:51.303 INFO:teuthology.orchestra.run.smithi189.stderr:11 Sep 07:24:51 ntpd[13522]: can't open /var/log/ntpstats/peerstats.20240911: Permission denied 2024-09-11T07:24:51.303 INFO:teuthology.orchestra.run.smithi189.stderr:11 Sep 07:24:51 ntpd[13522]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-11T07:24:51.303 INFO:teuthology.orchestra.run.smithi189.stderr:11 Sep 07:24:51 ntpd[13522]: can't open /var/log/ntpstats/rawstats.20240911: Permission denied 2024-09-11T07:24:51.304 INFO:teuthology.orchestra.run.smithi189.stderr:11 Sep 07:24:51 ntpd[13522]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-11T07:24:51.304 INFO:teuthology.orchestra.run.smithi189.stderr:11 Sep 07:24:51 ntpd[13522]: can't open /var/log/ntpstats/peerstats.20240911: Permission denied 2024-09-11T07:24:51.304 INFO:teuthology.orchestra.run.smithi189.stdout:11 Sep 07:24:51 ntpd[13522]: ntpd: time slew +0.000463 s 2024-09-11T07:24:51.304 INFO:teuthology.orchestra.run.smithi189.stdout:ntpd: time slew +0.000463s 2024-09-11T07:24:51.306 INFO:teuthology.orchestra.run.smithi189.stderr:11 Sep 07:24:51 ntpd[13522]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-09-11T07:24:51.306 INFO:teuthology.orchestra.run.smithi189.stderr:11 Sep 07:24:51 ntpd[13522]: can't open /var/log/ntpstats/loopstats.20240911: Permission denied 2024-09-11T07:24:51.382 INFO:teuthology.orchestra.run.smithi189.stdout: remote refid st t when poll reach delay offset jitter 2024-09-11T07:24:51.383 INFO:teuthology.orchestra.run.smithi189.stdout:============================================================================== 2024-09-11T07:24:51.383 INFO:teuthology.orchestra.run.smithi189.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-09-11T07:24:51.383 INFO:teuthology.orchestra.run.smithi189.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-09-11T07:24:51.383 INFO:teuthology.orchestra.run.smithi189.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-09-11T07:24:51.383 INFO:teuthology.orchestra.run.smithi189.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-09-11T07:24:51.384 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-09-11T07:24:51.398 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-09-11T07:24:51.398 DEBUG:teuthology.orchestra.run.smithi082:> set -ex 2024-09-11T07:24:51.399 DEBUG:teuthology.orchestra.run.smithi082:> dd if=/scratch_devs of=/dev/stdout 2024-09-11T07:24:51.406 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-11T07:24:51.406 DEBUG:teuthology.orchestra.run.smithi082:> stat /dev/vg_nvme/lv_1 2024-09-11T07:24:51.454 INFO:teuthology.orchestra.run.smithi082.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-11T07:24:51.454 INFO:teuthology.orchestra.run.smithi082.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-11T07:24:51.454 INFO:teuthology.orchestra.run.smithi082.stdout:Device: 5h/5d Inode: 494 Links: 1 2024-09-11T07:24:51.454 INFO:teuthology.orchestra.run.smithi082.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-11T07:24:51.454 INFO:teuthology.orchestra.run.smithi082.stdout:Access: 2024-09-11 07:23:18.645514764 +0000 2024-09-11T07:24:51.454 INFO:teuthology.orchestra.run.smithi082.stdout:Modify: 2024-09-11 07:23:18.397520471 +0000 2024-09-11T07:24:51.454 INFO:teuthology.orchestra.run.smithi082.stdout:Change: 2024-09-11 07:23:18.397520471 +0000 2024-09-11T07:24:51.454 INFO:teuthology.orchestra.run.smithi082.stdout: Birth: - 2024-09-11T07:24:51.455 DEBUG:teuthology.orchestra.run.smithi082:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-11T07:24:51.513 INFO:teuthology.orchestra.run.smithi082.stderr:1+0 records in 2024-09-11T07:24:51.513 INFO:teuthology.orchestra.run.smithi082.stderr:1+0 records out 2024-09-11T07:24:51.513 INFO:teuthology.orchestra.run.smithi082.stderr:512 bytes copied, 0.000422683 s, 1.2 MB/s 2024-09-11T07:24:51.514 DEBUG:teuthology.orchestra.run.smithi082:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-11T07:24:51.567 DEBUG:teuthology.orchestra.run.smithi082:> stat /dev/vg_nvme/lv_2 2024-09-11T07:24:51.617 INFO:teuthology.orchestra.run.smithi082.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-11T07:24:51.617 INFO:teuthology.orchestra.run.smithi082.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-11T07:24:51.617 INFO:teuthology.orchestra.run.smithi082.stdout:Device: 5h/5d Inode: 500 Links: 1 2024-09-11T07:24:51.617 INFO:teuthology.orchestra.run.smithi082.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-11T07:24:51.617 INFO:teuthology.orchestra.run.smithi082.stdout:Access: 2024-09-11 07:23:18.865509701 +0000 2024-09-11T07:24:51.617 INFO:teuthology.orchestra.run.smithi082.stdout:Modify: 2024-09-11 07:23:18.861509792 +0000 2024-09-11T07:24:51.617 INFO:teuthology.orchestra.run.smithi082.stdout:Change: 2024-09-11 07:23:18.861509792 +0000 2024-09-11T07:24:51.618 INFO:teuthology.orchestra.run.smithi082.stdout: Birth: - 2024-09-11T07:24:51.618 DEBUG:teuthology.orchestra.run.smithi082:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-11T07:24:51.673 INFO:teuthology.orchestra.run.smithi082.stderr:1+0 records in 2024-09-11T07:24:51.673 INFO:teuthology.orchestra.run.smithi082.stderr:1+0 records out 2024-09-11T07:24:51.673 INFO:teuthology.orchestra.run.smithi082.stderr:512 bytes copied, 0.000424676 s, 1.2 MB/s 2024-09-11T07:24:51.674 DEBUG:teuthology.orchestra.run.smithi082:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-11T07:24:51.727 DEBUG:teuthology.orchestra.run.smithi082:> stat /dev/vg_nvme/lv_3 2024-09-11T07:24:51.777 INFO:teuthology.orchestra.run.smithi082.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-11T07:24:51.777 INFO:teuthology.orchestra.run.smithi082.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-11T07:24:51.777 INFO:teuthology.orchestra.run.smithi082.stdout:Device: 5h/5d Inode: 506 Links: 1 2024-09-11T07:24:51.777 INFO:teuthology.orchestra.run.smithi082.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-11T07:24:51.777 INFO:teuthology.orchestra.run.smithi082.stdout:Access: 2024-09-11 07:23:19.573493407 +0000 2024-09-11T07:24:51.778 INFO:teuthology.orchestra.run.smithi082.stdout:Modify: 2024-09-11 07:23:19.329499023 +0000 2024-09-11T07:24:51.778 INFO:teuthology.orchestra.run.smithi082.stdout:Change: 2024-09-11 07:23:19.329499023 +0000 2024-09-11T07:24:51.778 INFO:teuthology.orchestra.run.smithi082.stdout: Birth: - 2024-09-11T07:24:51.778 DEBUG:teuthology.orchestra.run.smithi082:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-11T07:24:51.833 INFO:teuthology.orchestra.run.smithi082.stderr:1+0 records in 2024-09-11T07:24:51.833 INFO:teuthology.orchestra.run.smithi082.stderr:1+0 records out 2024-09-11T07:24:51.833 INFO:teuthology.orchestra.run.smithi082.stderr:512 bytes copied, 0.000397526 s, 1.3 MB/s 2024-09-11T07:24:51.834 DEBUG:teuthology.orchestra.run.smithi082:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-11T07:24:51.886 DEBUG:teuthology.orchestra.run.smithi082:> stat /dev/vg_nvme/lv_4 2024-09-11T07:24:51.937 INFO:teuthology.orchestra.run.smithi082.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-11T07:24:51.937 INFO:teuthology.orchestra.run.smithi082.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-11T07:24:51.937 INFO:teuthology.orchestra.run.smithi082.stdout:Device: 5h/5d Inode: 513 Links: 1 2024-09-11T07:24:51.937 INFO:teuthology.orchestra.run.smithi082.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-11T07:24:51.937 INFO:teuthology.orchestra.run.smithi082.stdout:Access: 2024-09-11 07:23:20.021483097 +0000 2024-09-11T07:24:51.937 INFO:teuthology.orchestra.run.smithi082.stdout:Modify: 2024-09-11 07:23:19.781488620 +0000 2024-09-11T07:24:51.938 INFO:teuthology.orchestra.run.smithi082.stdout:Change: 2024-09-11 07:23:19.781488620 +0000 2024-09-11T07:24:51.938 INFO:teuthology.orchestra.run.smithi082.stdout: Birth: - 2024-09-11T07:24:51.938 DEBUG:teuthology.orchestra.run.smithi082:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-11T07:24:51.993 INFO:teuthology.orchestra.run.smithi082.stderr:1+0 records in 2024-09-11T07:24:51.993 INFO:teuthology.orchestra.run.smithi082.stderr:1+0 records out 2024-09-11T07:24:51.993 INFO:teuthology.orchestra.run.smithi082.stderr:512 bytes copied, 0.000368748 s, 1.4 MB/s 2024-09-11T07:24:51.994 DEBUG:teuthology.orchestra.run.smithi082:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-11T07:24:52.049 DEBUG:teuthology.orchestra.run.smithi082:> 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-11T07:24:52.181 INFO:teuthology.orchestra.run.smithi082.stdout:loop 2024-09-11T07:24:52.183 INFO:tasks.nvme_loop:Connecting nvme_loop smithi082:/dev/vg_nvme/lv_1... 2024-09-11T07:24:52.183 DEBUG:teuthology.orchestra.run.smithi082:> 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 /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-11T07:24:52.203 INFO:teuthology.orchestra.run.smithi082.stdout:1 2024-09-11T07:24:52.221 INFO:teuthology.orchestra.run.smithi082.stdout:/dev/vg_nvme/lv_1 2024-09-11T07:24:52.227 INFO:teuthology.orchestra.run.smithi082.stdout:1 2024-09-11T07:24:52.249 INFO:tasks.nvme_loop:Connecting nvme_loop smithi082:/dev/vg_nvme/lv_2... 2024-09-11T07:24:52.250 DEBUG:teuthology.orchestra.run.smithi082:> 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 /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-11T07:24:52.312 INFO:teuthology.orchestra.run.smithi082.stdout:1 2024-09-11T07:24:52.326 INFO:teuthology.orchestra.run.smithi082.stdout:/dev/vg_nvme/lv_2 2024-09-11T07:24:52.333 INFO:teuthology.orchestra.run.smithi082.stdout:1 2024-09-11T07:24:52.357 INFO:tasks.nvme_loop:Connecting nvme_loop smithi082:/dev/vg_nvme/lv_3... 2024-09-11T07:24:52.357 DEBUG:teuthology.orchestra.run.smithi082:> 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 /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-11T07:24:52.419 INFO:teuthology.orchestra.run.smithi082.stdout:1 2024-09-11T07:24:52.437 INFO:teuthology.orchestra.run.smithi082.stdout:/dev/vg_nvme/lv_3 2024-09-11T07:24:52.445 INFO:teuthology.orchestra.run.smithi082.stdout:1 2024-09-11T07:24:52.467 INFO:tasks.nvme_loop:Connecting nvme_loop smithi082:/dev/vg_nvme/lv_4... 2024-09-11T07:24:52.468 DEBUG:teuthology.orchestra.run.smithi082:> 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 /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-11T07:24:52.532 INFO:teuthology.orchestra.run.smithi082.stdout:1 2024-09-11T07:24:52.548 INFO:teuthology.orchestra.run.smithi082.stdout:/dev/vg_nvme/lv_4 2024-09-11T07:24:52.557 INFO:teuthology.orchestra.run.smithi082.stdout:1 2024-09-11T07:24:52.581 DEBUG:teuthology.orchestra.run.smithi082:> set -ex 2024-09-11T07:24:52.581 DEBUG:teuthology.orchestra.run.smithi082:> dd if=/scratch_devs of=/dev/stdout 2024-09-11T07:24:52.633 DEBUG:teuthology.orchestra.run.smithi082:> sudo nvme list -o json 2024-09-11T07:24:52.689 INFO:teuthology.orchestra.run.smithi082.stdout:{ 2024-09-11T07:24:52.689 INFO:teuthology.orchestra.run.smithi082.stdout: "Devices" : [ 2024-09-11T07:24:52.689 INFO:teuthology.orchestra.run.smithi082.stdout: { 2024-09-11T07:24:52.690 INFO:teuthology.orchestra.run.smithi082.stdout: "DevicePath" : "/dev/nvme0n1", 2024-09-11T07:24:52.690 INFO:teuthology.orchestra.run.smithi082.stdout: "Firmware" : "8DV101H0", 2024-09-11T07:24:52.690 INFO:teuthology.orchestra.run.smithi082.stdout: "Index" : 0, 2024-09-11T07:24:52.690 INFO:teuthology.orchestra.run.smithi082.stdout: "ModelNumber" : "INTEL SSDPEDMD400G4", 2024-09-11T07:24:52.690 INFO:teuthology.orchestra.run.smithi082.stdout: "ProductName" : "Unknown Device", 2024-09-11T07:24:52.690 INFO:teuthology.orchestra.run.smithi082.stdout: "SerialNumber" : "PHFT620400SD400BGN" 2024-09-11T07:24:52.690 INFO:teuthology.orchestra.run.smithi082.stdout: }, 2024-09-11T07:24:52.690 INFO:teuthology.orchestra.run.smithi082.stdout: { 2024-09-11T07:24:52.690 INFO:teuthology.orchestra.run.smithi082.stdout: "DevicePath" : "/dev/nvme1n1", 2024-09-11T07:24:52.690 INFO:teuthology.orchestra.run.smithi082.stdout: "Firmware" : "5.15.0-1", 2024-09-11T07:24:52.690 INFO:teuthology.orchestra.run.smithi082.stdout: "Index" : 1, 2024-09-11T07:24:52.690 INFO:teuthology.orchestra.run.smithi082.stdout: "ModelNumber" : "Linux", 2024-09-11T07:24:52.690 INFO:teuthology.orchestra.run.smithi082.stdout: "ProductName" : "Unknown Device", 2024-09-11T07:24:52.691 INFO:teuthology.orchestra.run.smithi082.stdout: "SerialNumber" : "234a81b25060ff4c092a" 2024-09-11T07:24:52.691 INFO:teuthology.orchestra.run.smithi082.stdout: }, 2024-09-11T07:24:52.691 INFO:teuthology.orchestra.run.smithi082.stdout: { 2024-09-11T07:24:52.691 INFO:teuthology.orchestra.run.smithi082.stdout: "DevicePath" : "/dev/nvme2n1", 2024-09-11T07:24:52.691 INFO:teuthology.orchestra.run.smithi082.stdout: "Firmware" : "5.15.0-1", 2024-09-11T07:24:52.691 INFO:teuthology.orchestra.run.smithi082.stdout: "Index" : 2, 2024-09-11T07:24:52.691 INFO:teuthology.orchestra.run.smithi082.stdout: "ModelNumber" : "Linux", 2024-09-11T07:24:52.691 INFO:teuthology.orchestra.run.smithi082.stdout: "ProductName" : "Unknown Device", 2024-09-11T07:24:52.691 INFO:teuthology.orchestra.run.smithi082.stdout: "SerialNumber" : "db9bd6a74e7143ffa7c3" 2024-09-11T07:24:52.691 INFO:teuthology.orchestra.run.smithi082.stdout: }, 2024-09-11T07:24:52.691 INFO:teuthology.orchestra.run.smithi082.stdout: { 2024-09-11T07:24:52.691 INFO:teuthology.orchestra.run.smithi082.stdout: "DevicePath" : "/dev/nvme3n1", 2024-09-11T07:24:52.691 INFO:teuthology.orchestra.run.smithi082.stdout: "Firmware" : "5.15.0-1", 2024-09-11T07:24:52.691 INFO:teuthology.orchestra.run.smithi082.stdout: "Index" : 3, 2024-09-11T07:24:52.692 INFO:teuthology.orchestra.run.smithi082.stdout: "ModelNumber" : "Linux", 2024-09-11T07:24:52.692 INFO:teuthology.orchestra.run.smithi082.stdout: "ProductName" : "Unknown Device", 2024-09-11T07:24:52.692 INFO:teuthology.orchestra.run.smithi082.stdout: "SerialNumber" : "69e0d832dc4e72bc8650" 2024-09-11T07:24:52.692 INFO:teuthology.orchestra.run.smithi082.stdout: }, 2024-09-11T07:24:52.692 INFO:teuthology.orchestra.run.smithi082.stdout: { 2024-09-11T07:24:52.692 INFO:teuthology.orchestra.run.smithi082.stdout: "DevicePath" : "/dev/nvme4n1", 2024-09-11T07:24:52.692 INFO:teuthology.orchestra.run.smithi082.stdout: "Firmware" : "5.15.0-1", 2024-09-11T07:24:52.692 INFO:teuthology.orchestra.run.smithi082.stdout: "Index" : 4, 2024-09-11T07:24:52.692 INFO:teuthology.orchestra.run.smithi082.stdout: "ModelNumber" : "Linux", 2024-09-11T07:24:52.692 INFO:teuthology.orchestra.run.smithi082.stdout: "ProductName" : "Unknown Device", 2024-09-11T07:24:52.692 INFO:teuthology.orchestra.run.smithi082.stdout: "SerialNumber" : "848397da85c6bf9732b5" 2024-09-11T07:24:52.692 INFO:teuthology.orchestra.run.smithi082.stdout: } 2024-09-11T07:24:52.692 INFO:teuthology.orchestra.run.smithi082.stdout: ] 2024-09-11T07:24:52.693 INFO:teuthology.orchestra.run.smithi082.stdout:} 2024-09-11T07:24:52.694 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-09-11T07:24:52.694 DEBUG:teuthology.orchestra.run.smithi082:> set -ex 2024-09-11T07:24:52.694 DEBUG:teuthology.orchestra.run.smithi082:> sudo dd of=/scratch_devs 2024-09-11T07:24:52.749 DEBUG:teuthology.orchestra.run.smithi189:> set -ex 2024-09-11T07:24:52.749 DEBUG:teuthology.orchestra.run.smithi189:> dd if=/scratch_devs of=/dev/stdout 2024-09-11T07:24:52.756 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-11T07:24:52.756 DEBUG:teuthology.orchestra.run.smithi189:> stat /dev/vg_nvme/lv_1 2024-09-11T07:24:52.804 INFO:teuthology.orchestra.run.smithi189.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-11T07:24:52.804 INFO:teuthology.orchestra.run.smithi189.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-11T07:24:52.804 INFO:teuthology.orchestra.run.smithi189.stdout:Device: 5h/5d Inode: 490 Links: 1 2024-09-11T07:24:52.804 INFO:teuthology.orchestra.run.smithi189.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-11T07:24:52.804 INFO:teuthology.orchestra.run.smithi189.stdout:Access: 2024-09-11 07:23:17.802176398 +0000 2024-09-11T07:24:52.804 INFO:teuthology.orchestra.run.smithi189.stdout:Modify: 2024-09-11 07:23:17.558182025 +0000 2024-09-11T07:24:52.805 INFO:teuthology.orchestra.run.smithi189.stdout:Change: 2024-09-11 07:23:17.558182025 +0000 2024-09-11T07:24:52.805 INFO:teuthology.orchestra.run.smithi189.stdout: Birth: - 2024-09-11T07:24:52.805 DEBUG:teuthology.orchestra.run.smithi189:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-11T07:24:52.860 INFO:teuthology.orchestra.run.smithi189.stderr:1+0 records in 2024-09-11T07:24:52.860 INFO:teuthology.orchestra.run.smithi189.stderr:1+0 records out 2024-09-11T07:24:52.860 INFO:teuthology.orchestra.run.smithi189.stderr:512 bytes copied, 0.000435579 s, 1.2 MB/s 2024-09-11T07:24:52.861 DEBUG:teuthology.orchestra.run.smithi189:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-11T07:24:52.914 DEBUG:teuthology.orchestra.run.smithi189:> stat /dev/vg_nvme/lv_2 2024-09-11T07:24:52.964 INFO:teuthology.orchestra.run.smithi189.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-11T07:24:52.964 INFO:teuthology.orchestra.run.smithi189.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-11T07:24:52.964 INFO:teuthology.orchestra.run.smithi189.stdout:Device: 5h/5d Inode: 496 Links: 1 2024-09-11T07:24:52.964 INFO:teuthology.orchestra.run.smithi189.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-11T07:24:52.964 INFO:teuthology.orchestra.run.smithi189.stdout:Access: 2024-09-11 07:23:18.254165975 +0000 2024-09-11T07:24:52.964 INFO:teuthology.orchestra.run.smithi189.stdout:Modify: 2024-09-11 07:23:18.010171601 +0000 2024-09-11T07:24:52.964 INFO:teuthology.orchestra.run.smithi189.stdout:Change: 2024-09-11 07:23:18.010171601 +0000 2024-09-11T07:24:52.965 INFO:teuthology.orchestra.run.smithi189.stdout: Birth: - 2024-09-11T07:24:52.965 DEBUG:teuthology.orchestra.run.smithi189:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-11T07:24:53.019 INFO:teuthology.orchestra.run.smithi189.stderr:1+0 records in 2024-09-11T07:24:53.019 INFO:teuthology.orchestra.run.smithi189.stderr:1+0 records out 2024-09-11T07:24:53.019 INFO:teuthology.orchestra.run.smithi189.stderr:512 bytes copied, 0.000409212 s, 1.3 MB/s 2024-09-11T07:24:53.020 DEBUG:teuthology.orchestra.run.smithi189:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-11T07:24:53.073 DEBUG:teuthology.orchestra.run.smithi189:> stat /dev/vg_nvme/lv_3 2024-09-11T07:24:53.124 INFO:teuthology.orchestra.run.smithi189.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-11T07:24:53.124 INFO:teuthology.orchestra.run.smithi189.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-11T07:24:53.124 INFO:teuthology.orchestra.run.smithi189.stdout:Device: 5h/5d Inode: 502 Links: 1 2024-09-11T07:24:53.124 INFO:teuthology.orchestra.run.smithi189.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-11T07:24:53.124 INFO:teuthology.orchestra.run.smithi189.stdout:Access: 2024-09-11 07:23:18.694155828 +0000 2024-09-11T07:24:53.124 INFO:teuthology.orchestra.run.smithi189.stdout:Modify: 2024-09-11 07:23:18.462161177 +0000 2024-09-11T07:24:53.124 INFO:teuthology.orchestra.run.smithi189.stdout:Change: 2024-09-11 07:23:18.462161177 +0000 2024-09-11T07:24:53.125 INFO:teuthology.orchestra.run.smithi189.stdout: Birth: - 2024-09-11T07:24:53.125 DEBUG:teuthology.orchestra.run.smithi189:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-11T07:24:53.178 INFO:teuthology.orchestra.run.smithi189.stderr:1+0 records in 2024-09-11T07:24:53.178 INFO:teuthology.orchestra.run.smithi189.stderr:1+0 records out 2024-09-11T07:24:53.178 INFO:teuthology.orchestra.run.smithi189.stderr:512 bytes copied, 0.000435504 s, 1.2 MB/s 2024-09-11T07:24:53.179 DEBUG:teuthology.orchestra.run.smithi189:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-11T07:24:53.229 DEBUG:teuthology.orchestra.run.smithi189:> stat /dev/vg_nvme/lv_4 2024-09-11T07:24:53.284 INFO:teuthology.orchestra.run.smithi189.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-11T07:24:53.284 INFO:teuthology.orchestra.run.smithi189.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-11T07:24:53.284 INFO:teuthology.orchestra.run.smithi189.stdout:Device: 5h/5d Inode: 508 Links: 1 2024-09-11T07:24:53.284 INFO:teuthology.orchestra.run.smithi189.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-11T07:24:53.284 INFO:teuthology.orchestra.run.smithi189.stdout:Access: 2024-09-11 07:23:19.154145219 +0000 2024-09-11T07:24:53.284 INFO:teuthology.orchestra.run.smithi189.stdout:Modify: 2024-09-11 07:23:18.902151031 +0000 2024-09-11T07:24:53.284 INFO:teuthology.orchestra.run.smithi189.stdout:Change: 2024-09-11 07:23:18.902151031 +0000 2024-09-11T07:24:53.284 INFO:teuthology.orchestra.run.smithi189.stdout: Birth: - 2024-09-11T07:24:53.284 DEBUG:teuthology.orchestra.run.smithi189:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-11T07:24:53.339 INFO:teuthology.orchestra.run.smithi189.stderr:1+0 records in 2024-09-11T07:24:53.339 INFO:teuthology.orchestra.run.smithi189.stderr:1+0 records out 2024-09-11T07:24:53.339 INFO:teuthology.orchestra.run.smithi189.stderr:512 bytes copied, 0.000361009 s, 1.4 MB/s 2024-09-11T07:24:53.340 DEBUG:teuthology.orchestra.run.smithi189:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-11T07:24:53.389 DEBUG:teuthology.orchestra.run.smithi189:> 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-11T07:24:53.572 INFO:teuthology.orchestra.run.smithi189.stdout:loop 2024-09-11T07:24:53.573 INFO:tasks.nvme_loop:Connecting nvme_loop smithi189:/dev/vg_nvme/lv_1... 2024-09-11T07:24:53.573 DEBUG:teuthology.orchestra.run.smithi189:> 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 /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-11T07:24:53.595 INFO:teuthology.orchestra.run.smithi189.stdout:1 2024-09-11T07:24:53.611 INFO:teuthology.orchestra.run.smithi189.stdout:/dev/vg_nvme/lv_1 2024-09-11T07:24:53.621 INFO:teuthology.orchestra.run.smithi189.stdout:1 2024-09-11T07:24:53.645 INFO:tasks.nvme_loop:Connecting nvme_loop smithi189:/dev/vg_nvme/lv_2... 2024-09-11T07:24:53.646 DEBUG:teuthology.orchestra.run.smithi189:> 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 /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-11T07:24:53.710 INFO:teuthology.orchestra.run.smithi189.stdout:1 2024-09-11T07:24:53.727 INFO:teuthology.orchestra.run.smithi189.stdout:/dev/vg_nvme/lv_2 2024-09-11T07:24:53.734 INFO:teuthology.orchestra.run.smithi189.stdout:1 2024-09-11T07:24:53.757 INFO:tasks.nvme_loop:Connecting nvme_loop smithi189:/dev/vg_nvme/lv_3... 2024-09-11T07:24:53.758 DEBUG:teuthology.orchestra.run.smithi189:> 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 /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-11T07:24:53.826 INFO:teuthology.orchestra.run.smithi189.stdout:1 2024-09-11T07:24:53.843 INFO:teuthology.orchestra.run.smithi189.stdout:/dev/vg_nvme/lv_3 2024-09-11T07:24:53.849 INFO:teuthology.orchestra.run.smithi189.stdout:1 2024-09-11T07:24:53.872 INFO:tasks.nvme_loop:Connecting nvme_loop smithi189:/dev/vg_nvme/lv_4... 2024-09-11T07:24:53.873 DEBUG:teuthology.orchestra.run.smithi189:> 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 /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-11T07:24:53.939 INFO:teuthology.orchestra.run.smithi189.stdout:1 2024-09-11T07:24:53.957 INFO:teuthology.orchestra.run.smithi189.stdout:/dev/vg_nvme/lv_4 2024-09-11T07:24:53.964 INFO:teuthology.orchestra.run.smithi189.stdout:1 2024-09-11T07:24:53.988 DEBUG:teuthology.orchestra.run.smithi189:> set -ex 2024-09-11T07:24:53.988 DEBUG:teuthology.orchestra.run.smithi189:> dd if=/scratch_devs of=/dev/stdout 2024-09-11T07:24:54.036 DEBUG:teuthology.orchestra.run.smithi189:> sudo nvme list -o json 2024-09-11T07:24:54.096 INFO:teuthology.orchestra.run.smithi189.stdout:{ 2024-09-11T07:24:54.096 INFO:teuthology.orchestra.run.smithi189.stdout: "Devices" : [ 2024-09-11T07:24:54.096 INFO:teuthology.orchestra.run.smithi189.stdout: { 2024-09-11T07:24:54.096 INFO:teuthology.orchestra.run.smithi189.stdout: "DevicePath" : "/dev/nvme0n1", 2024-09-11T07:24:54.096 INFO:teuthology.orchestra.run.smithi189.stdout: "Firmware" : "8DV101H0", 2024-09-11T07:24:54.096 INFO:teuthology.orchestra.run.smithi189.stdout: "Index" : 0, 2024-09-11T07:24:54.096 INFO:teuthology.orchestra.run.smithi189.stdout: "ModelNumber" : "INTEL SSDPEDMD400G4", 2024-09-11T07:24:54.096 INFO:teuthology.orchestra.run.smithi189.stdout: "ProductName" : "Unknown Device", 2024-09-11T07:24:54.096 INFO:teuthology.orchestra.run.smithi189.stdout: "SerialNumber" : "CVFT6232004L400BGN" 2024-09-11T07:24:54.096 INFO:teuthology.orchestra.run.smithi189.stdout: }, 2024-09-11T07:24:54.097 INFO:teuthology.orchestra.run.smithi189.stdout: { 2024-09-11T07:24:54.097 INFO:teuthology.orchestra.run.smithi189.stdout: "DevicePath" : "/dev/nvme1n1", 2024-09-11T07:24:54.097 INFO:teuthology.orchestra.run.smithi189.stdout: "Firmware" : "5.15.0-1", 2024-09-11T07:24:54.097 INFO:teuthology.orchestra.run.smithi189.stdout: "Index" : 1, 2024-09-11T07:24:54.097 INFO:teuthology.orchestra.run.smithi189.stdout: "ModelNumber" : "Linux", 2024-09-11T07:24:54.097 INFO:teuthology.orchestra.run.smithi189.stdout: "ProductName" : "Unknown Device", 2024-09-11T07:24:54.097 INFO:teuthology.orchestra.run.smithi189.stdout: "SerialNumber" : "b634067e39e007ecb123" 2024-09-11T07:24:54.097 INFO:teuthology.orchestra.run.smithi189.stdout: }, 2024-09-11T07:24:54.097 INFO:teuthology.orchestra.run.smithi189.stdout: { 2024-09-11T07:24:54.097 INFO:teuthology.orchestra.run.smithi189.stdout: "DevicePath" : "/dev/nvme2n1", 2024-09-11T07:24:54.097 INFO:teuthology.orchestra.run.smithi189.stdout: "Firmware" : "5.15.0-1", 2024-09-11T07:24:54.097 INFO:teuthology.orchestra.run.smithi189.stdout: "Index" : 2, 2024-09-11T07:24:54.097 INFO:teuthology.orchestra.run.smithi189.stdout: "ModelNumber" : "Linux", 2024-09-11T07:24:54.098 INFO:teuthology.orchestra.run.smithi189.stdout: "ProductName" : "Unknown Device", 2024-09-11T07:24:54.098 INFO:teuthology.orchestra.run.smithi189.stdout: "SerialNumber" : "c9bec4617a8f4dcd2836" 2024-09-11T07:24:54.098 INFO:teuthology.orchestra.run.smithi189.stdout: }, 2024-09-11T07:24:54.098 INFO:teuthology.orchestra.run.smithi189.stdout: { 2024-09-11T07:24:54.098 INFO:teuthology.orchestra.run.smithi189.stdout: "DevicePath" : "/dev/nvme3n1", 2024-09-11T07:24:54.098 INFO:teuthology.orchestra.run.smithi189.stdout: "Firmware" : "5.15.0-1", 2024-09-11T07:24:54.098 INFO:teuthology.orchestra.run.smithi189.stdout: "Index" : 3, 2024-09-11T07:24:54.098 INFO:teuthology.orchestra.run.smithi189.stdout: "ModelNumber" : "Linux", 2024-09-11T07:24:54.098 INFO:teuthology.orchestra.run.smithi189.stdout: "ProductName" : "Unknown Device", 2024-09-11T07:24:54.098 INFO:teuthology.orchestra.run.smithi189.stdout: "SerialNumber" : "7c32885f732590ca5ffe" 2024-09-11T07:24:54.098 INFO:teuthology.orchestra.run.smithi189.stdout: }, 2024-09-11T07:24:54.098 INFO:teuthology.orchestra.run.smithi189.stdout: { 2024-09-11T07:24:54.098 INFO:teuthology.orchestra.run.smithi189.stdout: "DevicePath" : "/dev/nvme4n1", 2024-09-11T07:24:54.099 INFO:teuthology.orchestra.run.smithi189.stdout: "Firmware" : "5.15.0-1", 2024-09-11T07:24:54.099 INFO:teuthology.orchestra.run.smithi189.stdout: "Index" : 4, 2024-09-11T07:24:54.099 INFO:teuthology.orchestra.run.smithi189.stdout: "ModelNumber" : "Linux", 2024-09-11T07:24:54.099 INFO:teuthology.orchestra.run.smithi189.stdout: "ProductName" : "Unknown Device", 2024-09-11T07:24:54.099 INFO:teuthology.orchestra.run.smithi189.stdout: "SerialNumber" : "1e96abbd8a3003831d7f" 2024-09-11T07:24:54.099 INFO:teuthology.orchestra.run.smithi189.stdout: } 2024-09-11T07:24:54.099 INFO:teuthology.orchestra.run.smithi189.stdout: ] 2024-09-11T07:24:54.100 INFO:teuthology.orchestra.run.smithi189.stdout:} 2024-09-11T07:24:54.100 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-09-11T07:24:54.100 DEBUG:teuthology.orchestra.run.smithi189:> set -ex 2024-09-11T07:24:54.100 DEBUG:teuthology.orchestra.run.smithi189:> sudo dd of=/scratch_devs 2024-09-11T07:24:54.160 INFO:teuthology.run_tasks:Running task cephadm... 2024-09-11T07:24:54.254 INFO:tasks.cephadm:Config: {'roleless': True, 'conf': {'mgr': {'debug mgr': 20, 'debug ms': 1}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20, 'osd shutdown pgref assert': True}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': 'd0e6828a2016d48cf25ad84064e50742bb1c39b9'} 2024-09-11T07:24:54.254 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T07:24:54.255 INFO:tasks.cephadm:Cluster fsid is f0bd109a-700e-11ef-bcea-c7b262605968 2024-09-11T07:24:54.255 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-09-11T07:24:54.255 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-09-11T07:24:54.255 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi082': '172.21.15.82', 'mon.smithi189': '172.21.15.189'} 2024-09-11T07:24:54.255 INFO:tasks.cephadm:Normalizing hostnames... 2024-09-11T07:24:54.256 DEBUG:teuthology.orchestra.run.smithi082:> sudo hostname $(hostname -s) 2024-09-11T07:24:54.271 DEBUG:teuthology.orchestra.run.smithi189:> sudo hostname $(hostname -s) 2024-09-11T07:24:54.288 INFO:tasks.cephadm:Downloading cephadm (repo https://git.ceph.com/ceph-ci.git ref d0e6828a2016d48cf25ad84064e50742bb1c39b9)... 2024-09-11T07:24:54.288 DEBUG:teuthology.orchestra.run.smithi082:> git clone https://git.ceph.com/ceph-ci.git testrepo && cd testrepo && git show d0e6828a2016d48cf25ad84064e50742bb1c39b9:src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-11T07:24:54.321 INFO:teuthology.orchestra.run.smithi082.stderr:Cloning into 'testrepo'... 2024-09-11T07:25:55.419 INFO:teuthology.orchestra.run.smithi082.stdout:-rw-rw-r-- 1 ubuntu ubuntu 378585 Sep 11 07:25 /home/ubuntu/cephtest/cephadm 2024-09-11T07:25:55.420 DEBUG:teuthology.orchestra.run.smithi189:> git clone https://git.ceph.com/ceph-ci.git testrepo && cd testrepo && git show d0e6828a2016d48cf25ad84064e50742bb1c39b9:src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-11T07:25:55.429 INFO:teuthology.orchestra.run.smithi189.stderr:Cloning into 'testrepo'... 2024-09-11T07:26:56.542 INFO:teuthology.orchestra.run.smithi189.stdout:-rw-rw-r-- 1 ubuntu ubuntu 378585 Sep 11 07:26 /home/ubuntu/cephtest/cephadm 2024-09-11T07:26:56.543 DEBUG:teuthology.orchestra.run.smithi082:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-11T07:26:56.553 DEBUG:teuthology.orchestra.run.smithi189:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-11T07:26:56.601 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 on all hosts... 2024-09-11T07:26:56.601 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 pull 2024-09-11T07:26:56.604 DEBUG:teuthology.orchestra.run.smithi189:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 pull 2024-09-11T07:26:56.895 INFO:teuthology.orchestra.run.smithi082.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9... 2024-09-11T07:26:57.002 INFO:teuthology.orchestra.run.smithi189.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9... 2024-09-11T07:27:45.077 INFO:teuthology.orchestra.run.smithi189.stdout:{ 2024-09-11T07:27:45.078 INFO:teuthology.orchestra.run.smithi189.stdout: "ceph_version": "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)", 2024-09-11T07:27:45.078 INFO:teuthology.orchestra.run.smithi189.stdout: "image_id": "4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b", 2024-09-11T07:27:45.078 INFO:teuthology.orchestra.run.smithi189.stdout: "repo_digests": [ 2024-09-11T07:27:45.078 INFO:teuthology.orchestra.run.smithi189.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40" 2024-09-11T07:27:45.078 INFO:teuthology.orchestra.run.smithi189.stdout: ] 2024-09-11T07:27:45.078 INFO:teuthology.orchestra.run.smithi189.stdout:} 2024-09-11T07:27:47.925 INFO:teuthology.orchestra.run.smithi082.stdout:{ 2024-09-11T07:27:47.925 INFO:teuthology.orchestra.run.smithi082.stdout: "ceph_version": "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)", 2024-09-11T07:27:47.925 INFO:teuthology.orchestra.run.smithi082.stdout: "image_id": "4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b", 2024-09-11T07:27:47.926 INFO:teuthology.orchestra.run.smithi082.stdout: "repo_digests": [ 2024-09-11T07:27:47.926 INFO:teuthology.orchestra.run.smithi082.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40" 2024-09-11T07:27:47.926 INFO:teuthology.orchestra.run.smithi082.stdout: ] 2024-09-11T07:27:47.926 INFO:teuthology.orchestra.run.smithi082.stdout:} 2024-09-11T07:27:47.949 DEBUG:teuthology.orchestra.run.smithi082:> sudo mkdir -p /etc/ceph 2024-09-11T07:27:47.964 DEBUG:teuthology.orchestra.run.smithi189:> sudo mkdir -p /etc/ceph 2024-09-11T07:27:47.981 DEBUG:teuthology.orchestra.run.smithi082:> sudo chmod 777 /etc/ceph 2024-09-11T07:27:48.022 DEBUG:teuthology.orchestra.run.smithi189:> sudo chmod 777 /etc/ceph 2024-09-11T07:27:48.040 INFO:tasks.cephadm:Writing seed config... 2024-09-11T07:27:48.041 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-09-11T07:27:48.041 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-09-11T07:27:48.042 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-09-11T07:27:48.042 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-09-11T07:27:48.042 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-09-11T07:27:48.042 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-09-11T07:27:48.042 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-09-11T07:27:48.042 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-09-11T07:27:48.042 DEBUG:teuthology.orchestra.run.smithi082:> set -ex 2024-09-11T07:27:48.042 DEBUG:teuthology.orchestra.run.smithi082:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-09-11T07:27:48.070 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 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 = f0bd109a-700e-11ef-bcea-c7b262605968 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = True bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-09-11T07:27:48.070 DEBUG:teuthology.orchestra.run.smithi082:mon.smithi082> sudo journalctl -f -n 0 -u ceph-f0bd109a-700e-11ef-bcea-c7b262605968@mon.smithi082.service 2024-09-11T07:27:48.113 INFO:tasks.cephadm:Bootstrapping... 2024-09-11T07:27:48.113 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 -v bootstrap --fsid f0bd109a-700e-11ef-bcea-c7b262605968 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-ip 172.21.15.82 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-09-11T07:27:48.323 INFO:teuthology.orchestra.run.smithi082.stdout:-------------------------------------------------------------------------------- 2024-09-11T07:27:48.323 INFO:teuthology.orchestra.run.smithi082.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9', '-v', 'bootstrap', '--fsid', 'f0bd109a-700e-11ef-bcea-c7b262605968', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-ip', '172.21.15.82', '--skip-admin-label'] 2024-09-11T07:27:48.323 INFO:teuthology.orchestra.run.smithi082.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-09-11T07:27:48.324 INFO:teuthology.orchestra.run.smithi082.stdout:Verifying podman|docker is present... 2024-09-11T07:27:48.324 INFO:teuthology.orchestra.run.smithi082.stdout:Verifying lvm2 is present... 2024-09-11T07:27:48.324 INFO:teuthology.orchestra.run.smithi082.stdout:Verifying time synchronization is in place... 2024-09-11T07:27:48.330 INFO:teuthology.orchestra.run.smithi082.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-09-11T07:27:48.330 INFO:teuthology.orchestra.run.smithi082.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-11T07:27:48.336 INFO:teuthology.orchestra.run.smithi082.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-09-11T07:27:48.337 INFO:teuthology.orchestra.run.smithi082.stdout:systemctl: stdout inactive 2024-09-11T07:27:48.342 INFO:teuthology.orchestra.run.smithi082.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-09-11T07:27:48.342 INFO:teuthology.orchestra.run.smithi082.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-09-11T07:27:48.348 INFO:teuthology.orchestra.run.smithi082.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-09-11T07:27:48.348 INFO:teuthology.orchestra.run.smithi082.stdout:systemctl: stdout inactive 2024-09-11T07:27:48.350 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-09-11T07:27:48.353 INFO:teuthology.orchestra.run.smithi082.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-09-11T07:27:48.353 INFO:teuthology.orchestra.run.smithi082.stdout:systemctl: stdout masked 2024-09-11T07:27:48.359 INFO:teuthology.orchestra.run.smithi082.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-09-11T07:27:48.359 INFO:teuthology.orchestra.run.smithi082.stdout:systemctl: stdout inactive 2024-09-11T07:27:48.364 INFO:teuthology.orchestra.run.smithi082.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-09-11T07:27:48.364 INFO:teuthology.orchestra.run.smithi082.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-09-11T07:27:48.370 INFO:teuthology.orchestra.run.smithi082.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-09-11T07:27:48.370 INFO:teuthology.orchestra.run.smithi082.stdout:systemctl: stdout inactive 2024-09-11T07:27:48.377 INFO:teuthology.orchestra.run.smithi082.stdout:systemctl: stdout enabled 2024-09-11T07:27:48.384 INFO:teuthology.orchestra.run.smithi082.stdout:systemctl: stdout active 2024-09-11T07:27:48.384 INFO:teuthology.orchestra.run.smithi082.stdout:Unit ntp.service is enabled and running 2024-09-11T07:27:48.384 INFO:teuthology.orchestra.run.smithi082.stdout:Repeating the final host check... 2024-09-11T07:27:48.384 INFO:teuthology.orchestra.run.smithi082.stdout:docker (/usr/bin/docker) is present 2024-09-11T07:27:48.384 INFO:teuthology.orchestra.run.smithi082.stdout:systemctl is present 2024-09-11T07:27:48.384 INFO:teuthology.orchestra.run.smithi082.stdout:lvcreate is present 2024-09-11T07:27:48.391 INFO:teuthology.orchestra.run.smithi082.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-09-11T07:27:48.391 INFO:teuthology.orchestra.run.smithi082.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-11T07:27:48.398 INFO:teuthology.orchestra.run.smithi082.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-09-11T07:27:48.399 INFO:teuthology.orchestra.run.smithi082.stdout:systemctl: stdout inactive 2024-09-11T07:27:48.405 INFO:teuthology.orchestra.run.smithi082.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-09-11T07:27:48.405 INFO:teuthology.orchestra.run.smithi082.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-09-11T07:27:48.412 INFO:teuthology.orchestra.run.smithi082.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-09-11T07:27:48.412 INFO:teuthology.orchestra.run.smithi082.stdout:systemctl: stdout inactive 2024-09-11T07:27:48.420 INFO:teuthology.orchestra.run.smithi082.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-09-11T07:27:48.420 INFO:teuthology.orchestra.run.smithi082.stdout:systemctl: stdout masked 2024-09-11T07:27:48.427 INFO:teuthology.orchestra.run.smithi082.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-09-11T07:27:48.427 INFO:teuthology.orchestra.run.smithi082.stdout:systemctl: stdout inactive 2024-09-11T07:27:48.434 INFO:teuthology.orchestra.run.smithi082.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-09-11T07:27:48.434 INFO:teuthology.orchestra.run.smithi082.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-09-11T07:27:48.440 INFO:teuthology.orchestra.run.smithi082.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-09-11T07:27:48.440 INFO:teuthology.orchestra.run.smithi082.stdout:systemctl: stdout inactive 2024-09-11T07:27:48.447 INFO:teuthology.orchestra.run.smithi082.stdout:systemctl: stdout enabled 2024-09-11T07:27:48.455 INFO:teuthology.orchestra.run.smithi082.stdout:systemctl: stdout active 2024-09-11T07:27:48.455 INFO:teuthology.orchestra.run.smithi082.stdout:Unit ntp.service is enabled and running 2024-09-11T07:27:48.455 INFO:teuthology.orchestra.run.smithi082.stdout:Host looks OK 2024-09-11T07:27:48.455 INFO:teuthology.orchestra.run.smithi082.stdout:Cluster fsid: f0bd109a-700e-11ef-bcea-c7b262605968 2024-09-11T07:27:48.455 INFO:teuthology.orchestra.run.smithi082.stdout:Acquiring lock 140322654548560 on /run/cephadm/f0bd109a-700e-11ef-bcea-c7b262605968.lock 2024-09-11T07:27:48.455 INFO:teuthology.orchestra.run.smithi082.stdout:Lock 140322654548560 acquired on /run/cephadm/f0bd109a-700e-11ef-bcea-c7b262605968.lock 2024-09-11T07:27:48.456 INFO:teuthology.orchestra.run.smithi082.stdout:Verifying IP 172.21.15.82 port 3300 ... 2024-09-11T07:27:48.456 INFO:teuthology.orchestra.run.smithi082.stdout:Verifying IP 172.21.15.82 port 6789 ... 2024-09-11T07:27:48.456 INFO:teuthology.orchestra.run.smithi082.stdout:Base mon IP(s) is [172.21.15.82:3300, 172.21.15.82:6789], mon addrv is [v2:172.21.15.82:3300,v1:172.21.15.82:6789] 2024-09-11T07:27:48.461 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 2024-09-11T07:27:48.461 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.82 metric 100 2024-09-11T07:27:48.461 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/sbin/ip: stdout 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-09-11T07:27:48.461 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/sbin/ip: stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.82 2024-09-11T07:27:48.461 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/sbin/ip: stdout 172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.82 metric 100 2024-09-11T07:27:48.465 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-09-11T07:27:48.465 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/sbin/ip: stdout fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2024-09-11T07:27:48.466 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 expires 1749sec pref medium 2024-09-11T07:27:48.470 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-09-11T07:27:48.470 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/sbin/ip: stdout inet6 ::1/128 scope host 2024-09-11T07:27:48.470 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-09-11T07:27:48.470 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/sbin/ip: stdout 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-09-11T07:27:48.470 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/sbin/ip: stdout inet6 fe80::ec4:7aff:fe8f:d3ff/64 scope link 2024-09-11T07:27:48.470 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-09-11T07:27:48.471 INFO:teuthology.orchestra.run.smithi082.stdout:Mon IP `172.21.15.82` is in CIDR network `172.21.0.0/20` 2024-09-11T07:27:48.471 INFO:teuthology.orchestra.run.smithi082.stdout:Mon IP `172.21.15.82` is in CIDR network `172.21.0.0/20` 2024-09-11T07:27:48.471 INFO:teuthology.orchestra.run.smithi082.stdout:Mon IP `172.21.15.82` is in CIDR network `172.21.15.254/32` 2024-09-11T07:27:48.471 INFO:teuthology.orchestra.run.smithi082.stdout:Mon IP `172.21.15.82` is in CIDR network `172.21.15.254/32` 2024-09-11T07:27:48.471 INFO:teuthology.orchestra.run.smithi082.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20', '172.21.15.254/32', '172.21.15.254/32'] 2024-09-11T07:27:48.472 INFO:teuthology.orchestra.run.smithi082.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-09-11T07:27:48.472 INFO:teuthology.orchestra.run.smithi082.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9... 2024-09-11T07:27:48.754 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/docker: stdout d0e6828a2016d48cf25ad84064e50742bb1c39b9: Pulling from ceph-ci/ceph 2024-09-11T07:27:48.754 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/docker: stdout Digest: sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40 2024-09-11T07:27:48.754 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/docker: stdout Status: Image is up to date for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T07:27:48.754 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/docker: stdout quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T07:27:50.604 INFO:teuthology.orchestra.run.smithi082.stdout:ceph: stdout ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable) 2024-09-11T07:27:50.604 INFO:teuthology.orchestra.run.smithi082.stdout:Ceph version: ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable) 2024-09-11T07:27:50.604 INFO:teuthology.orchestra.run.smithi082.stdout:Extracting ceph user uid/gid from container image... 2024-09-11T07:27:52.285 INFO:teuthology.orchestra.run.smithi082.stdout:stat: stdout 167 167 2024-09-11T07:27:52.285 INFO:teuthology.orchestra.run.smithi082.stdout:Creating initial keys... 2024-09-11T07:27:53.915 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-authtool: stdout AQB5RuFmUKwUFRAA7ZZ9eO0oK6zUBnqEdloRYw== 2024-09-11T07:27:55.629 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-authtool: stdout AQB6RuFm3BsMORAA9yf6DSn9MJNZqSoLgxSxyQ== 2024-09-11T07:27:57.345 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-authtool: stdout AQB8RuFmBodiJhAAFmSFBq6bru4HAAkhv3updQ== 2024-09-11T07:27:57.347 INFO:teuthology.orchestra.run.smithi082.stdout:Creating initial monmap... 2024-09-11T07:27:58.975 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-11T07:27:58.975 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = octopus 2024-09-11T07:27:58.975 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to f0bd109a-700e-11ef-bcea-c7b262605968 2024-09-11T07:27:58.975 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-11T07:27:58.975 INFO:teuthology.orchestra.run.smithi082.stdout:monmaptool for smithi082 [v2:172.21.15.82:3300,v1:172.21.15.82:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-11T07:27:58.976 INFO:teuthology.orchestra.run.smithi082.stdout:setting min_mon_release = octopus 2024-09-11T07:27:58.976 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/monmaptool: set fsid to f0bd109a-700e-11ef-bcea-c7b262605968 2024-09-11T07:27:58.976 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-11T07:27:58.976 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-09-11T07:27:58.976 INFO:teuthology.orchestra.run.smithi082.stdout:Creating mon... 2024-09-11T07:28:00.770 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-11T07:28:00.771 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 1 imported monmap: 2024-09-11T07:28:00.771 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr epoch 0 2024-09-11T07:28:00.771 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr fsid f0bd109a-700e-11ef-bcea-c7b262605968 2024-09-11T07:28:00.771 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr last_changed 2024-09-11T07:27:58.415797+0000 2024-09-11T07:28:00.771 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr created 2024-09-11T07:27:58.415797+0000 2024-09-11T07:28:00.771 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr min_mon_release 15 (octopus) 2024-09-11T07:28:00.771 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr election_strategy: 1 2024-09-11T07:28:00.771 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr 0: [v2:172.21.15.82:3300/0,v1:172.21.15.82:6789/0] mon.smithi082 2024-09-11T07:28:00.771 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr 2024-09-11T07:28:00.771 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 0 /usr/bin/ceph-mon: set fsid to f0bd109a-700e-11ef-bcea-c7b262605968 2024-09-11T07:28:00.771 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: RocksDB version: 6.15.5 2024-09-11T07:28:00.772 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr 2024-09-11T07:28:00.772 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-09-11T07:28:00.772 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Compile date Sep 10 2024 2024-09-11T07:28:00.772 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: DB SUMMARY 2024-09-11T07:28:00.772 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr 2024-09-11T07:28:00.772 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: DB Session ID: CJ59LAM2Y8ZHYQVIM7VU 2024-09-11T07:28:00.772 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr 2024-09-11T07:28:00.772 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi082/store.db dir, Total Num: 0, files: 2024-09-11T07:28:00.772 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr 2024-09-11T07:28:00.772 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi082/store.db: 2024-09-11T07:28:00.772 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr 2024-09-11T07:28:00.772 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.error_if_exists: 0 2024-09-11T07:28:00.773 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.create_if_missing: 1 2024-09-11T07:28:00.773 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.paranoid_checks: 1 2024-09-11T07:28:00.773 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-11T07:28:00.773 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.env: 0x55fbd609e440 2024-09-11T07:28:00.773 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.fs: Posix File System 2024-09-11T07:28:00.773 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.info_log: 0x55fbd6e32740 2024-09-11T07:28:00.773 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-11T07:28:00.773 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.statistics: (nil) 2024-09-11T07:28:00.773 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.use_fsync: 0 2024-09-11T07:28:00.773 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.max_log_file_size: 0 2024-09-11T07:28:00.773 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-11T07:28:00.774 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-11T07:28:00.774 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-11T07:28:00.774 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-11T07:28:00.774 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.allow_fallocate: 1 2024-09-11T07:28:00.774 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-11T07:28:00.774 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-11T07:28:00.774 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.use_direct_reads: 0 2024-09-11T07:28:00.774 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-11T07:28:00.774 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.create_missing_column_families: 0 2024-09-11T07:28:00.774 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.db_log_dir: 2024-09-11T07:28:00.774 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi082/store.db 2024-09-11T07:28:00.774 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-11T07:28:00.775 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-11T07:28:00.775 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-11T07:28:00.775 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-11T07:28:00.775 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-11T07:28:00.775 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-11T07:28:00.775 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.advise_random_on_open: 1 2024-09-11T07:28:00.775 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-11T07:28:00.775 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.write_buffer_manager: 0x55fbd6e7bec0 2024-09-11T07:28:00.775 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-11T07:28:00.775 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-09-11T07:28:00.775 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-11T07:28:00.776 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-11T07:28:00.776 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.rate_limiter: (nil) 2024-09-11T07:28:00.776 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-11T07:28:00.776 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-11T07:28:00.776 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-11T07:28:00.776 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-11T07:28:00.776 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.unordered_write: 0 2024-09-11T07:28:00.776 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-11T07:28:00.776 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-11T07:28:00.776 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-11T07:28:00.776 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-11T07:28:00.777 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.row_cache: None 2024-09-11T07:28:00.777 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.wal_filter: None 2024-09-11T07:28:00.777 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-11T07:28:00.777 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-11T07:28:00.777 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.preserve_deletes: 0 2024-09-11T07:28:00.777 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.two_write_queues: 0 2024-09-11T07:28:00.777 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.manual_wal_flush: 0 2024-09-11T07:28:00.777 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.atomic_flush: 0 2024-09-11T07:28:00.777 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-11T07:28:00.777 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.persist_stats_to_disk: 0 2024-09-11T07:28:00.777 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-09-11T07:28:00.777 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.log_readahead_size: 0 2024-09-11T07:28:00.778 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-11T07:28:00.778 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.best_efforts_recovery: 0 2024-09-11T07:28:00.778 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-11T07:28:00.778 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-11T07:28:00.778 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.allow_data_in_errors: 0 2024-09-11T07:28:00.778 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.db_host_id: __hostname__ 2024-09-11T07:28:00.778 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.max_background_jobs: 2 2024-09-11T07:28:00.778 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.max_background_compactions: -1 2024-09-11T07:28:00.779 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.max_subcompactions: 1 2024-09-11T07:28:00.779 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-11T07:28:00.779 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-11T07:28:00.779 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-11T07:28:00.779 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.max_total_wal_size: 0 2024-09-11T07:28:00.779 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-11T07:28:00.779 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-11T07:28:00.779 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-11T07:28:00.779 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-11T07:28:00.779 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.max_open_files: -1 2024-09-11T07:28:00.780 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.bytes_per_sync: 0 2024-09-11T07:28:00.780 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-11T07:28:00.780 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-09-11T07:28:00.780 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-11T07:28:00.780 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.max_background_flushes: -1 2024-09-11T07:28:00.780 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Compression algorithms supported: 2024-09-11T07:28:00.780 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: kZSTD supported: 0 2024-09-11T07:28:00.780 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: kXpressCompression supported: 0 2024-09-11T07:28:00.780 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: kBZip2Compression supported: 0 2024-09-11T07:28:00.780 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-11T07:28:00.781 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: kLZ4Compression supported: 1 2024-09-11T07:28:00.781 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: kZlibCompression supported: 1 2024-09-11T07:28:00.781 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-11T07:28:00.781 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: kSnappyCompression supported: 1 2024-09-11T07:28:00.781 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-11T07:28:00.781 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: [db/db_impl/db_impl_open.cc:281] Creating manifest 1 2024-09-11T07:28:00.781 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr 2024-09-11T07:28:00.781 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: [db/version_set.cc:4724] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi082/store.db/MANIFEST-000001 2024-09-11T07:28:00.781 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr 2024-09-11T07:28:00.781 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: [db/column_family.cc:595] --------------- Options for column family [default]: 2024-09-11T07:28:00.781 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr 2024-09-11T07:28:00.782 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-11T07:28:00.782 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.merge_operator: 2024-09-11T07:28:00.782 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.compaction_filter: None 2024-09-11T07:28:00.782 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.compaction_filter_factory: None 2024-09-11T07:28:00.782 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.sst_partitioner_factory: None 2024-09-11T07:28:00.782 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-11T07:28:00.782 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-11T07:28:00.782 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55fbd6dd2ee0) 2024-09-11T07:28:00.782 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2024-09-11T07:28:00.782 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 0 2024-09-11T07:28:00.782 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-11T07:28:00.782 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2024-09-11T07:28:00.782 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr index_type: 0 2024-09-11T07:28:00.783 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2024-09-11T07:28:00.783 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr index_shortening: 1 2024-09-11T07:28:00.783 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2024-09-11T07:28:00.783 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr hash_index_allow_collision: 1 2024-09-11T07:28:00.783 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr checksum: 1 2024-09-11T07:28:00.783 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr no_block_cache: 0 2024-09-11T07:28:00.783 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr block_cache: 0x55fbd6e0b090 2024-09-11T07:28:00.783 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2024-09-11T07:28:00.783 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr block_cache_options: 2024-09-11T07:28:00.783 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr capacity : 536870912 2024-09-11T07:28:00.783 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2024-09-11T07:28:00.783 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2024-09-11T07:28:00.784 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2024-09-11T07:28:00.784 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2024-09-11T07:28:00.784 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2024-09-11T07:28:00.784 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr block_size: 4096 2024-09-11T07:28:00.784 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2024-09-11T07:28:00.784 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2024-09-11T07:28:00.784 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2024-09-11T07:28:00.784 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2024-09-11T07:28:00.784 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr partition_filters: 0 2024-09-11T07:28:00.784 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2024-09-11T07:28:00.784 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr filter_policy: rocksdb.BuiltinBloomFilter 2024-09-11T07:28:00.784 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2024-09-11T07:28:00.784 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr verify_compression: 0 2024-09-11T07:28:00.785 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2024-09-11T07:28:00.785 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr format_version: 4 2024-09-11T07:28:00.785 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2024-09-11T07:28:00.785 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr block_align: 0 2024-09-11T07:28:00.785 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr 2024-09-11T07:28:00.785 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-11T07:28:00.785 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-11T07:28:00.785 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.compression: NoCompression 2024-09-11T07:28:00.785 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-11T07:28:00.785 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-11T07:28:00.785 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-11T07:28:00.785 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.num_levels: 7 2024-09-11T07:28:00.785 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-11T07:28:00.786 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-11T07:28:00.786 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-11T07:28:00.786 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-11T07:28:00.786 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-11T07:28:00.786 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-11T07:28:00.786 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-11T07:28:00.786 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-11T07:28:00.786 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-11T07:28:00.786 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-11T07:28:00.786 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-11T07:28:00.786 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.compression_opts.level: 32767 2024-09-11T07:28:00.786 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-11T07:28:00.786 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-11T07:28:00.787 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-11T07:28:00.787 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-11T07:28:00.787 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.compression_opts.enabled: false 2024-09-11T07:28:00.787 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-11T07:28:00.787 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-11T07:28:00.787 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-11T07:28:00.787 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-11T07:28:00.787 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-11T07:28:00.787 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-11T07:28:00.787 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-11T07:28:00.787 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-11T07:28:00.787 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-11T07:28:00.787 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-11T07:28:00.788 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-11T07:28:00.788 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-11T07:28:00.788 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-11T07:28:00.788 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-11T07:28:00.788 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-11T07:28:00.788 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-11T07:28:00.788 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-11T07:28:00.788 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.arena_block_size: 4194304 2024-09-11T07:28:00.788 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-11T07:28:00.788 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-11T07:28:00.788 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-09-11T07:28:00.788 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-11T07:28:00.788 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-11T07:28:00.789 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-11T07:28:00.789 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-11T07:28:00.789 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-11T07:28:00.789 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-11T07:28:00.789 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-11T07:28:00.789 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-11T07:28:00.789 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-11T07:28:00.789 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-11T07:28:00.789 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-11T07:28:00.789 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-11T07:28:00.789 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.inplace_update_support: 0 2024-09-11T07:28:00.789 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-11T07:28:00.790 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-11T07:28:00.790 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-11T07:28:00.790 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-11T07:28:00.790 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.bloom_locality: 0 2024-09-11T07:28:00.790 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.max_successive_merges: 0 2024-09-11T07:28:00.790 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-11T07:28:00.790 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-11T07:28:00.790 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.force_consistency_checks: 1 2024-09-11T07:28:00.790 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-11T07:28:00.790 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.ttl: 2592000 2024-09-11T07:28:00.790 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-09-11T07:28:00.791 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.enable_blob_files: false 2024-09-11T07:28:00.791 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.min_blob_size: 0 2024-09-11T07:28:00.791 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.blob_file_size: 268435456 2024-09-11T07:28:00.791 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.blob_compression_type: NoCompression 2024-09-11T07:28:00.791 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-09-11T07:28:00.791 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.050+0000 7fc9696c6900 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-11T07:28:00.791 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.054+0000 7fc9696c6900 4 rocksdb: [db/version_set.cc:4764] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi082/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-11T07:28:00.791 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr 2024-09-11T07:28:00.791 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.054+0000 7fc9696c6900 4 rocksdb: [db/version_set.cc:4779] Column family [default] (ID 0), log number is 0 2024-09-11T07:28:00.791 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr 2024-09-11T07:28:00.792 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.054+0000 7fc9696c6900 4 rocksdb: [db/version_set.cc:4082] Creating manifest 3 2024-09-11T07:28:00.792 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr 2024-09-11T07:28:00.792 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.054+0000 7fc9696c6900 4 rocksdb: [db/db_impl/db_impl_open.cc:1700] SstFileManager instance 0x55fbd6e3c700 2024-09-11T07:28:00.792 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.054+0000 7fc9696c6900 4 rocksdb: DB pointer 0x55fbd6e0e000 2024-09-11T07:28:00.792 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.054+0000 7fc960e54640 4 rocksdb: [db/db_impl/db_impl.cc:901] ------- DUMPING STATS ------- 2024-09-11T07:28:00.792 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.054+0000 7fc960e54640 4 rocksdb: [db/db_impl/db_impl.cc:903] 2024-09-11T07:28:00.792 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr ** DB Stats ** 2024-09-11T07:28:00.792 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-09-11T07:28:00.792 INFO:teuthology.orchestra.run.smithi082.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-11T07:28:00.792 INFO:teuthology.orchestra.run.smithi082.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-11T07:28:00.793 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-11T07:28:00.793 INFO:teuthology.orchestra.run.smithi082.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-11T07:28:00.793 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-09-11T07:28:00.793 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-11T07:28:00.793 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr 2024-09-11T07:28:00.793 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-09-11T07:28:00.793 INFO:teuthology.orchestra.run.smithi082.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 2024-09-11T07:28:00.793 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T07:28:00.793 INFO:teuthology.orchestra.run.smithi082.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 2024-09-11T07:28:00.793 INFO:teuthology.orchestra.run.smithi082.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 2024-09-11T07:28:00.793 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr 2024-09-11T07:28:00.794 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-09-11T07:28:00.794 INFO:teuthology.orchestra.run.smithi082.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 2024-09-11T07:28:00.794 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T07:28:00.794 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-09-11T07:28:00.794 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2024-09-11T07:28:00.794 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-09-11T07:28:00.794 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2024-09-11T07:28:00.794 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2024-09-11T07:28:00.794 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2024-09-11T07:28:00.794 INFO:teuthology.orchestra.run.smithi082.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-11T07:28:00.794 INFO:teuthology.orchestra.run.smithi082.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-11T07:28:00.794 INFO:teuthology.orchestra.run.smithi082.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-11T07:28:00.794 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr 2024-09-11T07:28:00.795 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2024-09-11T07:28:00.795 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr 2024-09-11T07:28:00.795 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-09-11T07:28:00.795 INFO:teuthology.orchestra.run.smithi082.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 2024-09-11T07:28:00.795 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T07:28:00.795 INFO:teuthology.orchestra.run.smithi082.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 2024-09-11T07:28:00.795 INFO:teuthology.orchestra.run.smithi082.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 2024-09-11T07:28:00.795 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr 2024-09-11T07:28:00.795 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-09-11T07:28:00.795 INFO:teuthology.orchestra.run.smithi082.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 2024-09-11T07:28:00.795 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T07:28:00.795 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-09-11T07:28:00.796 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2024-09-11T07:28:00.796 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-09-11T07:28:00.796 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2024-09-11T07:28:00.796 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2024-09-11T07:28:00.796 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2024-09-11T07:28:00.796 INFO:teuthology.orchestra.run.smithi082.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-11T07:28:00.796 INFO:teuthology.orchestra.run.smithi082.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-11T07:28:00.796 INFO:teuthology.orchestra.run.smithi082.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-11T07:28:00.796 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr 2024-09-11T07:28:00.796 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2024-09-11T07:28:00.796 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr 2024-09-11T07:28:00.796 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.058+0000 7fc9696c6900 4 rocksdb: [db/db_impl/db_impl.cc:446] Shutdown: canceling all background work 2024-09-11T07:28:00.797 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.058+0000 7fc9696c6900 4 rocksdb: [db/db_impl/db_impl.cc:625] Shutdown complete 2024-09-11T07:28:00.797 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-11T07:28:00.058+0000 7fc9696c6900 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi082 for mon.smithi082 2024-09-11T07:28:00.797 INFO:teuthology.orchestra.run.smithi082.stdout:create mon.smithi082 on 2024-09-11T07:28:01.183 INFO:teuthology.orchestra.run.smithi082.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-09-11T07:28:01.394 INFO:teuthology.orchestra.run.smithi082.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-f0bd109a-700e-11ef-bcea-c7b262605968.target -> /etc/systemd/system/ceph-f0bd109a-700e-11ef-bcea-c7b262605968.target. 2024-09-11T07:28:01.394 INFO:teuthology.orchestra.run.smithi082.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-f0bd109a-700e-11ef-bcea-c7b262605968.target -> /etc/systemd/system/ceph-f0bd109a-700e-11ef-bcea-c7b262605968.target. 2024-09-11T07:28:01.636 INFO:teuthology.orchestra.run.smithi082.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-f0bd109a-700e-11ef-bcea-c7b262605968@mon.smithi082 2024-09-11T07:28:01.636 INFO:teuthology.orchestra.run.smithi082.stdout:systemctl: stderr Failed to reset failed state of unit ceph-f0bd109a-700e-11ef-bcea-c7b262605968@mon.smithi082.service: Unit ceph-f0bd109a-700e-11ef-bcea-c7b262605968@mon.smithi082.service not loaded. 2024-09-11T07:28:01.855 INFO:teuthology.orchestra.run.smithi082.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-f0bd109a-700e-11ef-bcea-c7b262605968.target.wants/ceph-f0bd109a-700e-11ef-bcea-c7b262605968@mon.smithi082.service -> /etc/systemd/system/ceph-f0bd109a-700e-11ef-bcea-c7b262605968@.service. 2024-09-11T07:28:01.867 INFO:teuthology.orchestra.run.smithi082.stdout:firewalld does not appear to be present 2024-09-11T07:28:01.867 INFO:teuthology.orchestra.run.smithi082.stdout:Not possible to enable service . firewalld.service is not available 2024-09-11T07:28:01.867 INFO:teuthology.orchestra.run.smithi082.stdout:Waiting for mon to start... 2024-09-11T07:28:01.867 INFO:teuthology.orchestra.run.smithi082.stdout:Waiting for mon... 2024-09-11T07:28:01.903 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:01 smithi082 systemd[1]: Started Ceph mon.smithi082 for f0bd109a-700e-11ef-bcea-c7b262605968. 2024-09-11T07:28:03.978 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:03 smithi082 bash[14592]: cluster 2024-09-11T07:28:03.714847+0000 mon.smithi082 (mon.0) 0 : cluster [INF] mkfs f0bd109a-700e-11ef-bcea-c7b262605968 2024-09-11T07:28:03.978 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:03 smithi082 bash[14592]: cluster 2024-09-11T07:28:03.702179+0000 mon.smithi082 (mon.0) 1 : cluster [INF] mon.smithi082 is new leader, mons smithi082 in quorum (ranks 0) 2024-09-11T07:28:04.551 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout cluster: 2024-09-11T07:28:04.551 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout id: f0bd109a-700e-11ef-bcea-c7b262605968 2024-09-11T07:28:04.551 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-09-11T07:28:04.551 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout 2024-09-11T07:28:04.551 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout services: 2024-09-11T07:28:04.552 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum smithi082 (age 0.197623s) 2024-09-11T07:28:04.552 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-09-11T07:28:04.552 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-09-11T07:28:04.555 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout 2024-09-11T07:28:04.555 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout data: 2024-09-11T07:28:04.555 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-09-11T07:28:04.555 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-09-11T07:28:04.555 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-09-11T07:28:04.555 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout pgs: 2024-09-11T07:28:04.556 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout 2024-09-11T07:28:04.556 INFO:teuthology.orchestra.run.smithi082.stdout:mon is available 2024-09-11T07:28:04.556 INFO:teuthology.orchestra.run.smithi082.stdout:Assimilating anything we can from ceph.conf... 2024-09-11T07:28:05.153 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:04 smithi082 bash[14592]: cluster 2024-09-11T07:28:03.713540+0000 mon.smithi082 (mon.0) 2 : cluster [INF] mon.smithi082 is new leader, mons smithi082 in quorum (ranks 0) 2024-09-11T07:28:05.153 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:04 smithi082 bash[14592]: cluster 2024-09-11T07:28:03.713758+0000 mon.smithi082 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi082=[v2:172.21.15.82:3300/0,v1:172.21.15.82:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-11T07:28:05.153 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:04 smithi082 bash[14592]: cluster 2024-09-11T07:28:03.717580+0000 mon.smithi082 (mon.0) 4 : cluster [DBG] fsmap 2024-09-11T07:28:05.154 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:04 smithi082 bash[14592]: cluster 2024-09-11T07:28:03.721365+0000 mon.smithi082 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-09-11T07:28:05.154 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:04 smithi082 bash[14592]: cluster 2024-09-11T07:28:03.721766+0000 mon.smithi082 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-09-11T07:28:05.154 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:04 smithi082 bash[14592]: audit 2024-09-11T07:28:03.911108+0000 mon.smithi082 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.82:0/1659859973' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-11T07:28:06.403 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:06 smithi082 bash[14592]: audit 2024-09-11T07:28:05.965359+0000 mon.smithi082 (mon.0) 8 : audit [INF] from='client.? 172.21.15.82:0/2774307294' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-09-11T07:28:06.403 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:06 smithi082 bash[14592]: audit 2024-09-11T07:28:05.971818+0000 mon.smithi082 (mon.0) 9 : audit [INF] from='client.? 172.21.15.82:0/2774307294' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-11T07:28:06.649 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout 2024-09-11T07:28:06.650 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout [global] 2024-09-11T07:28:06.650 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout fsid = f0bd109a-700e-11ef-bcea-c7b262605968 2024-09-11T07:28:06.650 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-09-11T07:28:06.650 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.82:3300,v1:172.21.15.82:6789] 2024-09-11T07:28:06.650 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-09-11T07:28:06.650 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-09-11T07:28:06.650 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-09-11T07:28:06.650 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-09-11T07:28:06.650 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout 2024-09-11T07:28:06.650 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout [mgr] 2024-09-11T07:28:06.650 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-09-11T07:28:06.650 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout 2024-09-11T07:28:06.650 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout [osd] 2024-09-11T07:28:06.651 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-09-11T07:28:06.651 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-09-11T07:28:06.651 INFO:teuthology.orchestra.run.smithi082.stdout:Generating new minimal ceph.conf... 2024-09-11T07:28:08.403 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:08 smithi082 bash[14592]: audit 2024-09-11T07:28:07.958498+0000 mon.smithi082 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.82:0/2384432446' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:28:08.585 INFO:teuthology.orchestra.run.smithi082.stdout:Restarting the monitor... 2024-09-11T07:28:08.903 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:08 smithi082 systemd[1]: Stopping Ceph mon.smithi082 for f0bd109a-700e-11ef-bcea-c7b262605968... 2024-09-11T07:28:08.903 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:08 smithi082 bash[14592]: debug 2024-09-11T07:28:08.737+0000 7f2d57bc3640 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi082 -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-11T07:28:08.904 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:08 smithi082 bash[14592]: debug 2024-09-11T07:28:08.737+0000 7f2d57bc3640 -1 mon.smithi082@0(leader) e1 *** Got Signal Terminated *** 2024-09-11T07:28:09.588 INFO:teuthology.orchestra.run.smithi082.stdout:Setting public_network to 172.21.15.254/32,172.21.0.0/20 in mon config section 2024-09-11T07:28:09.712 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:09 smithi082 bash[15001]: ceph-f0bd109a-700e-11ef-bcea-c7b262605968-mon-smithi082 2024-09-11T07:28:09.712 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:09 smithi082 bash[15066]: Error response from daemon: No such container: ceph-f0bd109a-700e-11ef-bcea-c7b262605968-mon-smithi082 2024-09-11T07:28:09.712 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:09 smithi082 systemd[1]: ceph-f0bd109a-700e-11ef-bcea-c7b262605968@mon.smithi082.service: Succeeded. 2024-09-11T07:28:09.712 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:09 smithi082 systemd[1]: Stopped Ceph mon.smithi082 for f0bd109a-700e-11ef-bcea-c7b262605968. 2024-09-11T07:28:09.712 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:09 smithi082 systemd[1]: Started Ceph mon.smithi082 for f0bd109a-700e-11ef-bcea-c7b262605968. 2024-09-11T07:28:11.404 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.177+0000 7f40683f9900 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-11T07:28:11.404 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.177+0000 7f40683f9900 0 ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable), process ceph-mon, pid 7 2024-09-11T07:28:11.404 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.177+0000 7f40683f9900 0 pidfile_write: ignore empty --pid-file 2024-09-11T07:28:11.404 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 0 load: jerasure load: lrc 2024-09-11T07:28:11.404 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: RocksDB version: 6.15.5 2024-09-11T07:28:11.404 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-09-11T07:28:11.404 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Compile date Sep 10 2024 2024-09-11T07:28:11.404 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: DB SUMMARY 2024-09-11T07:28:11.404 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: DB Session ID: J8FJNZPC6DASG58K2YPK 2024-09-11T07:28:11.405 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: CURRENT file: CURRENT 2024-09-11T07:28:11.405 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: IDENTITY file: IDENTITY 2024-09-11T07:28:11.405 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: MANIFEST file: MANIFEST-000009 size: 131 Bytes 2024-09-11T07:28:11.405 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi082/store.db dir, Total Num: 1, files: 000008.sst 2024-09-11T07:28:11.405 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi082/store.db: 000010.log size: 82946 ; 2024-09-11T07:28:11.405 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.error_if_exists: 0 2024-09-11T07:28:11.405 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.create_if_missing: 0 2024-09-11T07:28:11.405 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.paranoid_checks: 1 2024-09-11T07:28:11.405 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-11T07:28:11.405 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.env: 0x55b126005440 2024-09-11T07:28:11.405 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.fs: Posix File System 2024-09-11T07:28:11.405 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.info_log: 0x55b126df10e0 2024-09-11T07:28:11.405 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-11T07:28:11.405 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.statistics: (nil) 2024-09-11T07:28:11.406 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.use_fsync: 0 2024-09-11T07:28:11.406 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.max_log_file_size: 0 2024-09-11T07:28:11.406 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-11T07:28:11.406 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-11T07:28:11.407 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-11T07:28:11.407 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-11T07:28:11.407 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.allow_fallocate: 1 2024-09-11T07:28:11.407 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-11T07:28:11.407 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-11T07:28:11.407 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.use_direct_reads: 0 2024-09-11T07:28:11.407 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-11T07:28:11.407 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.create_missing_column_families: 0 2024-09-11T07:28:11.408 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.db_log_dir: 2024-09-11T07:28:11.408 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi082/store.db 2024-09-11T07:28:11.408 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-11T07:28:11.408 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-11T07:28:11.408 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-11T07:28:11.408 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-11T07:28:11.408 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-11T07:28:11.408 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-11T07:28:11.408 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.advise_random_on_open: 1 2024-09-11T07:28:11.408 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-11T07:28:11.408 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.write_buffer_manager: 0x55b126eae870 2024-09-11T07:28:11.408 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-11T07:28:11.409 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-09-11T07:28:11.409 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-11T07:28:11.409 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-11T07:28:11.409 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.rate_limiter: (nil) 2024-09-11T07:28:11.409 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-11T07:28:11.409 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-11T07:28:11.409 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-11T07:28:11.409 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-11T07:28:11.409 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.unordered_write: 0 2024-09-11T07:28:11.409 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-11T07:28:11.409 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-11T07:28:11.409 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-11T07:28:11.409 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-11T07:28:11.410 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.row_cache: None 2024-09-11T07:28:11.410 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.wal_filter: None 2024-09-11T07:28:11.410 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-11T07:28:11.410 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-11T07:28:11.410 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.preserve_deletes: 0 2024-09-11T07:28:11.410 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.two_write_queues: 0 2024-09-11T07:28:11.410 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.manual_wal_flush: 0 2024-09-11T07:28:11.410 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.atomic_flush: 0 2024-09-11T07:28:11.410 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-11T07:28:11.410 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.persist_stats_to_disk: 0 2024-09-11T07:28:11.410 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-09-11T07:28:11.410 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.log_readahead_size: 0 2024-09-11T07:28:11.410 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-11T07:28:11.411 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.best_efforts_recovery: 0 2024-09-11T07:28:11.411 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-11T07:28:11.411 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-11T07:28:11.411 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.allow_data_in_errors: 0 2024-09-11T07:28:11.411 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.db_host_id: __hostname__ 2024-09-11T07:28:11.411 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.max_background_jobs: 2 2024-09-11T07:28:11.411 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.max_background_compactions: -1 2024-09-11T07:28:11.411 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.max_subcompactions: 1 2024-09-11T07:28:11.412 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-11T07:28:11.412 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-11T07:28:11.412 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-11T07:28:11.412 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.max_total_wal_size: 0 2024-09-11T07:28:11.412 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-11T07:28:11.412 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-11T07:28:11.412 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-11T07:28:11.412 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-11T07:28:11.412 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.max_open_files: -1 2024-09-11T07:28:11.412 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.bytes_per_sync: 0 2024-09-11T07:28:11.412 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-11T07:28:11.413 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-09-11T07:28:11.413 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-11T07:28:11.413 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.max_background_flushes: -1 2024-09-11T07:28:11.413 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Compression algorithms supported: 2024-09-11T07:28:11.413 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: kZSTD supported: 0 2024-09-11T07:28:11.413 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: kXpressCompression supported: 0 2024-09-11T07:28:11.413 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: kBZip2Compression supported: 0 2024-09-11T07:28:11.413 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-11T07:28:11.413 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: kLZ4Compression supported: 1 2024-09-11T07:28:11.413 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: kZlibCompression supported: 1 2024-09-11T07:28:11.413 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-11T07:28:11.414 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: kSnappyCompression supported: 1 2024-09-11T07:28:11.414 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-11T07:28:11.414 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: [db/version_set.cc:4724] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi082/store.db/MANIFEST-000009 2024-09-11T07:28:11.414 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: [db/column_family.cc:595] --------------- Options for column family [default]: 2024-09-11T07:28:11.414 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-11T07:28:11.414 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.merge_operator: 2024-09-11T07:28:11.414 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.compaction_filter: None 2024-09-11T07:28:11.414 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.compaction_filter_factory: None 2024-09-11T07:28:11.414 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.sst_partitioner_factory: None 2024-09-11T07:28:11.414 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-11T07:28:11.414 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-11T07:28:11.414 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55b126d99a38) 2024-09-11T07:28:11.414 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: cache_index_and_filter_blocks: 1 2024-09-11T07:28:11.414 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-11T07:28:11.414 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-11T07:28:11.415 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: pin_top_level_index_and_filter: 1 2024-09-11T07:28:11.415 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: index_type: 0 2024-09-11T07:28:11.415 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: data_block_index_type: 0 2024-09-11T07:28:11.415 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: index_shortening: 1 2024-09-11T07:28:11.415 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: data_block_hash_table_util_ratio: 0.750000 2024-09-11T07:28:11.415 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: hash_index_allow_collision: 1 2024-09-11T07:28:11.415 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: checksum: 1 2024-09-11T07:28:11.415 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: no_block_cache: 0 2024-09-11T07:28:11.415 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: block_cache: 0x55b126dcd1f0 2024-09-11T07:28:11.415 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: block_cache_name: BinnedLRUCache 2024-09-11T07:28:11.415 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: block_cache_options: 2024-09-11T07:28:11.415 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: capacity : 536870912 2024-09-11T07:28:11.415 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: num_shard_bits : 4 2024-09-11T07:28:11.416 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: strict_capacity_limit : 0 2024-09-11T07:28:11.416 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: high_pri_pool_ratio: 0.000 2024-09-11T07:28:11.416 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: block_cache_compressed: (nil) 2024-09-11T07:28:11.416 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: persistent_cache: (nil) 2024-09-11T07:28:11.416 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: block_size: 4096 2024-09-11T07:28:11.416 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: block_size_deviation: 10 2024-09-11T07:28:11.416 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: block_restart_interval: 16 2024-09-11T07:28:11.416 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: index_block_restart_interval: 1 2024-09-11T07:28:11.416 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: metadata_block_size: 4096 2024-09-11T07:28:11.416 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: partition_filters: 0 2024-09-11T07:28:11.416 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: use_delta_encoding: 1 2024-09-11T07:28:11.416 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: filter_policy: rocksdb.BuiltinBloomFilter 2024-09-11T07:28:11.416 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: whole_key_filtering: 1 2024-09-11T07:28:11.416 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: verify_compression: 0 2024-09-11T07:28:11.416 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: read_amp_bytes_per_bit: 0 2024-09-11T07:28:11.417 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: format_version: 4 2024-09-11T07:28:11.417 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: enable_index_compression: 1 2024-09-11T07:28:11.417 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: block_align: 0 2024-09-11T07:28:11.417 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-11T07:28:11.417 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-11T07:28:11.417 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.compression: NoCompression 2024-09-11T07:28:11.417 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-11T07:28:11.417 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-11T07:28:11.417 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-11T07:28:11.417 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.num_levels: 7 2024-09-11T07:28:11.417 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-11T07:28:11.417 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-11T07:28:11.417 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-11T07:28:11.417 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-11T07:28:11.418 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-11T07:28:11.418 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-11T07:28:11.418 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-11T07:28:11.418 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-11T07:28:11.418 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-11T07:28:11.418 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-11T07:28:11.418 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-11T07:28:11.418 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.compression_opts.level: 32767 2024-09-11T07:28:11.418 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-11T07:28:11.418 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-11T07:28:11.418 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-11T07:28:11.418 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-11T07:28:11.418 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.compression_opts.enabled: false 2024-09-11T07:28:11.418 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-11T07:28:11.418 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-11T07:28:11.419 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-11T07:28:11.419 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-11T07:28:11.419 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-11T07:28:11.419 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-11T07:28:11.419 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-11T07:28:11.419 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-11T07:28:11.419 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-11T07:28:11.419 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-11T07:28:11.419 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-11T07:28:11.419 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-11T07:28:11.419 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-11T07:28:11.419 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-11T07:28:11.419 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-11T07:28:11.419 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-11T07:28:11.420 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-11T07:28:11.420 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.arena_block_size: 4194304 2024-09-11T07:28:11.420 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-11T07:28:11.420 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-11T07:28:11.420 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-09-11T07:28:11.420 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-11T07:28:11.420 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-11T07:28:11.420 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-11T07:28:11.420 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-11T07:28:11.420 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-11T07:28:11.420 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-11T07:28:11.420 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-11T07:28:11.420 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-11T07:28:11.420 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-11T07:28:11.421 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-11T07:28:11.421 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-11T07:28:11.421 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-11T07:28:11.421 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.inplace_update_support: 0 2024-09-11T07:28:11.421 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-11T07:28:11.422 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-11T07:28:11.422 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-11T07:28:11.422 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-11T07:28:11.422 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.bloom_locality: 0 2024-09-11T07:28:11.422 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.max_successive_merges: 0 2024-09-11T07:28:11.422 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-11T07:28:11.422 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-11T07:28:11.422 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.force_consistency_checks: 1 2024-09-11T07:28:11.422 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-11T07:28:11.422 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.ttl: 2592000 2024-09-11T07:28:11.422 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-09-11T07:28:11.422 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.enable_blob_files: false 2024-09-11T07:28:11.422 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.min_blob_size: 0 2024-09-11T07:28:11.422 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.blob_file_size: 268435456 2024-09-11T07:28:11.422 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.blob_compression_type: NoCompression 2024-09-11T07:28:11.423 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-09-11T07:28:11.423 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.181+0000 7f40683f9900 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-11T07:28:11.423 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.185+0000 7f40683f9900 4 rocksdb: [db/version_set.cc:4764] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi082/store.db/MANIFEST-000009 succeeded,manifest_file_number is 9, next_file_number is 11, last_sequence is 5, log_number is 5,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-09-11T07:28:11.423 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.185+0000 7f40683f9900 4 rocksdb: [db/version_set.cc:4779] Column family [default] (ID 0), log number is 5 2024-09-11T07:28:11.423 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.185+0000 7f40683f9900 4 rocksdb: [db/version_set.cc:4082] Creating manifest 13 2024-09-11T07:28:11.423 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.185+0000 7f40683f9900 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726039691190007, "job": 1, "event": "recovery_started", "wal_files": [10]} 2024-09-11T07:28:11.423 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.185+0000 7f40683f9900 4 rocksdb: [db/db_impl/db_impl_open.cc:845] Recovering log #10 mode 2 2024-09-11T07:28:11.423 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.185+0000 7f40683f9900 3 rocksdb: [table/block_based/filter_policy.cc:991] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2024-09-11T07:28:11.423 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.185+0000 7f40683f9900 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726039691191065, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 14, "file_size": 79782, "file_checksum": "", "file_checksum_func_name": "Unknown", "table_properties": {"data_size": 78017, "index_size": 227, "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": 9616, "raw_average_key_size": 46, "raw_value_size": 72448, "raw_average_value_size": 353, "num_data_blocks": 10, "num_entries": 205, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "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; ", "creation_time": 1726039691, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "2d797a0f-0fe9-4c38-bec0-130cb61a6ed6", "db_session_id": "J8FJNZPC6DASG58K2YPK"}} 2024-09-11T07:28:11.423 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.185+0000 7f40683f9900 4 rocksdb: [db/version_set.cc:4082] Creating manifest 15 2024-09-11T07:28:11.423 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.185+0000 7f40683f9900 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726039691191608, "job": 1, "event": "recovery_finished"} 2024-09-11T07:28:11.423 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.185+0000 7f40683f9900 4 rocksdb: [file/delete_scheduler.cc:69] Deleted file /var/lib/ceph/mon/ceph-smithi082/store.db/000010.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-09-11T07:28:11.423 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.185+0000 7f40683f9900 4 rocksdb: [db/db_impl/db_impl_open.cc:1700] SstFileManager instance 0x55b126e02700 2024-09-11T07:28:11.423 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.185+0000 7f40683f9900 4 rocksdb: DB pointer 0x55b126dd0000 2024-09-11T07:28:11.424 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.189+0000 7f40683f9900 0 starting mon.smithi082 rank 0 at public addrs [v2:172.21.15.82:3300/0,v1:172.21.15.82:6789/0] at bind addrs [v2:172.21.15.82:3300/0,v1:172.21.15.82:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi082 fsid f0bd109a-700e-11ef-bcea-c7b262605968 2024-09-11T07:28:11.424 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.189+0000 7f405e1c5640 4 rocksdb: [db/db_impl/db_impl.cc:901] ------- DUMPING STATS ------- 2024-09-11T07:28:11.424 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.189+0000 7f405e1c5640 4 rocksdb: [db/db_impl/db_impl.cc:903] 2024-09-11T07:28:11.424 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: ** DB Stats ** 2024-09-11T07:28:11.424 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-11T07:28:11.424 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: 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-11T07:28:11.424 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-11T07:28:11.424 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-11T07:28:11.424 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: 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-11T07:28:11.424 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-09-11T07:28:11.424 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-11T07:28:11.424 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: ** Compaction Stats [default] ** 2024-09-11T07:28:11.425 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: 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 2024-09-11T07:28:11.425 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T07:28:11.425 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: L0 2/0 79.74 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 111.9 0.00 0.00 1 0.001 0 0 2024-09-11T07:28:11.425 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: Sum 2/0 79.74 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 111.9 0.00 0.00 1 0.001 0 0 2024-09-11T07:28:11.425 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 111.9 0.00 0.00 1 0.001 0 0 2024-09-11T07:28:11.425 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: ** Compaction Stats [default] ** 2024-09-11T07:28:11.425 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: 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 2024-09-11T07:28:11.425 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T07:28:11.425 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 111.9 0.00 0.00 1 0.001 0 0 2024-09-11T07:28:11.425 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-11T07:28:11.425 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: Flush(GB): cumulative 0.000, interval 0.000 2024-09-11T07:28:11.425 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-11T07:28:11.425 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: AddFile(Total Files): cumulative 0, interval 0 2024-09-11T07:28:11.425 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-11T07:28:11.426 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: AddFile(Keys): cumulative 0, interval 0 2024-09-11T07:28:11.426 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: Cumulative compaction: 0.00 GB write, 14.18 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-11T07:28:11.426 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: Interval compaction: 0.00 GB write, 14.18 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-11T07:28:11.426 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: 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-11T07:28:11.426 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: ** File Read Latency Histogram By Level [default] ** 2024-09-11T07:28:11.426 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: ** Compaction Stats [default] ** 2024-09-11T07:28:11.426 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: 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 2024-09-11T07:28:11.426 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T07:28:11.426 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: L0 2/0 79.74 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 111.9 0.00 0.00 1 0.001 0 0 2024-09-11T07:28:11.426 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: Sum 2/0 79.74 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 111.9 0.00 0.00 1 0.001 0 0 2024-09-11T07:28:11.426 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: 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 2024-09-11T07:28:11.426 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: ** Compaction Stats [default] ** 2024-09-11T07:28:11.426 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: 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 2024-09-11T07:28:11.426 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T07:28:11.426 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 111.9 0.00 0.00 1 0.001 0 0 2024-09-11T07:28:11.427 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-11T07:28:11.427 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: Flush(GB): cumulative 0.000, interval 0.000 2024-09-11T07:28:11.427 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-11T07:28:11.427 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: AddFile(Total Files): cumulative 0, interval 0 2024-09-11T07:28:11.427 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-11T07:28:11.427 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: AddFile(Keys): cumulative 0, interval 0 2024-09-11T07:28:11.427 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: Cumulative compaction: 0.00 GB write, 14.06 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-11T07:28:11.427 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: 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-11T07:28:11.427 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: 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-11T07:28:11.427 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: ** File Read Latency Histogram By Level [default] ** 2024-09-11T07:28:11.427 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.189+0000 7f40683f9900 1 mon.smithi082@-1(???) e1 preinit fsid f0bd109a-700e-11ef-bcea-c7b262605968 2024-09-11T07:28:11.427 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.189+0000 7f40683f9900 0 mon.smithi082@-1(???).mds e1 new map 2024-09-11T07:28:11.427 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.189+0000 7f40683f9900 0 mon.smithi082@-1(???).mds e1 print_map 2024-09-11T07:28:11.427 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: e1 2024-09-11T07:28:11.427 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: enable_multiple, ever_enabled_multiple: 1,1 2024-09-11T07:28:11.427 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: 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} 2024-09-11T07:28:11.428 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: legacy client fscid: -1 2024-09-11T07:28:11.428 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: 2024-09-11T07:28:11.428 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: No filesystems configured 2024-09-11T07:28:11.428 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.189+0000 7f40683f9900 0 mon.smithi082@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-11T07:28:11.428 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.189+0000 7f40683f9900 0 mon.smithi082@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-11T07:28:11.428 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.189+0000 7f40683f9900 0 mon.smithi082@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-11T07:28:11.428 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.189+0000 7f40683f9900 0 mon.smithi082@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-11T07:28:11.428 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: debug 2024-09-11T07:28:11.189+0000 7f40683f9900 1 mon.smithi082@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-09-11T07:28:11.428 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: cluster 2024-09-11T07:28:11.218000+0000 mon.smithi082 (mon.0) 1 : cluster [INF] mon.smithi082 is new leader, mons smithi082 in quorum (ranks 0) 2024-09-11T07:28:11.428 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: cluster 2024-09-11T07:28:11.218270+0000 mon.smithi082 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi082=[v2:172.21.15.82:3300/0,v1:172.21.15.82:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-11T07:28:11.428 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: cluster 2024-09-11T07:28:11.219309+0000 mon.smithi082 (mon.0) 3 : cluster [DBG] fsmap 2024-09-11T07:28:11.429 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: cluster 2024-09-11T07:28:11.219536+0000 mon.smithi082 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-09-11T07:28:11.429 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:11 smithi082 bash[15107]: cluster 2024-09-11T07:28:11.220886+0000 mon.smithi082 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-09-11T07:28:12.209 INFO:teuthology.orchestra.run.smithi082.stdout:Wrote config to /etc/ceph/ceph.conf 2024-09-11T07:28:12.209 INFO:teuthology.orchestra.run.smithi082.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-09-11T07:28:12.209 INFO:teuthology.orchestra.run.smithi082.stdout:Creating mgr... 2024-09-11T07:28:12.210 INFO:teuthology.orchestra.run.smithi082.stdout:Verifying port 0.0.0.0:9283 ... 2024-09-11T07:28:12.210 INFO:teuthology.orchestra.run.smithi082.stdout:Verifying port 0.0.0.0:8765 ... 2024-09-11T07:28:12.210 INFO:teuthology.orchestra.run.smithi082.stdout:Verifying port 0.0.0.0:8443 ... 2024-09-11T07:28:12.435 INFO:teuthology.orchestra.run.smithi082.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-f0bd109a-700e-11ef-bcea-c7b262605968@mgr.smithi082.szoofc 2024-09-11T07:28:12.435 INFO:teuthology.orchestra.run.smithi082.stdout:systemctl: stderr Failed to reset failed state of unit ceph-f0bd109a-700e-11ef-bcea-c7b262605968@mgr.smithi082.szoofc.service: Unit ceph-f0bd109a-700e-11ef-bcea-c7b262605968@mgr.smithi082.szoofc.service not loaded. 2024-09-11T07:28:12.651 INFO:teuthology.orchestra.run.smithi082.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-f0bd109a-700e-11ef-bcea-c7b262605968.target.wants/ceph-f0bd109a-700e-11ef-bcea-c7b262605968@mgr.smithi082.szoofc.service -> /etc/systemd/system/ceph-f0bd109a-700e-11ef-bcea-c7b262605968@.service. 2024-09-11T07:28:12.664 INFO:teuthology.orchestra.run.smithi082.stdout:firewalld does not appear to be present 2024-09-11T07:28:12.664 INFO:teuthology.orchestra.run.smithi082.stdout:Not possible to enable service . firewalld.service is not available 2024-09-11T07:28:12.664 INFO:teuthology.orchestra.run.smithi082.stdout:firewalld does not appear to be present 2024-09-11T07:28:12.664 INFO:teuthology.orchestra.run.smithi082.stdout:Not possible to open ports <[9283, 8765, 8443]>. firewalld.service is not available 2024-09-11T07:28:12.664 INFO:teuthology.orchestra.run.smithi082.stdout:Waiting for mgr to start... 2024-09-11T07:28:12.664 INFO:teuthology.orchestra.run.smithi082.stdout:Waiting for mgr... 2024-09-11T07:28:12.780 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:12 smithi082 bash[15107]: audit 2024-09-11T07:28:11.486474+0000 mon.smithi082 (mon.0) 6 : audit [INF] from='client.? 172.21.15.82:0/2933389264' entity='client.admin' 2024-09-11T07:28:14.653 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:14 smithi082 bash[15107]: audit 2024-09-11T07:28:14.545506+0000 mon.smithi082 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.82:0/1129690210' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-09-11T07:28:15.209 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout 2024-09-11T07:28:15.210 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout { 2024-09-11T07:28:15.210 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "fsid": "f0bd109a-700e-11ef-bcea-c7b262605968", 2024-09-11T07:28:15.210 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "health": { 2024-09-11T07:28:15.210 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-11T07:28:15.210 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-11T07:28:15.210 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-11T07:28:15.210 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout }, 2024-09-11T07:28:15.210 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-11T07:28:15.210 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-11T07:28:15.210 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout 0 2024-09-11T07:28:15.210 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout ], 2024-09-11T07:28:15.210 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-11T07:28:15.210 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "smithi082" 2024-09-11T07:28:15.211 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout ], 2024-09-11T07:28:15.211 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "quorum_age": 3, 2024-09-11T07:28:15.211 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-11T07:28:15.211 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-11T07:28:15.211 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "quincy", 2024-09-11T07:28:15.211 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-11T07:28:15.211 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout }, 2024-09-11T07:28:15.211 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-11T07:28:15.211 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-11T07:28:15.211 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-11T07:28:15.212 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-11T07:28:15.212 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-11T07:28:15.212 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-11T07:28:15.212 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-11T07:28:15.212 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-11T07:28:15.215 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout }, 2024-09-11T07:28:15.215 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-11T07:28:15.215 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-11T07:28:15.215 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-11T07:28:15.216 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-11T07:28:15.216 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-11T07:28:15.216 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-11T07:28:15.216 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-11T07:28:15.216 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-11T07:28:15.216 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-11T07:28:15.216 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout }, 2024-09-11T07:28:15.216 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-11T07:28:15.216 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-11T07:28:15.216 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-11T07:28:15.216 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-11T07:28:15.216 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout }, 2024-09-11T07:28:15.217 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-11T07:28:15.217 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "available": false, 2024-09-11T07:28:15.217 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-11T07:28:15.217 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-11T07:28:15.217 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-11T07:28:15.217 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-11T07:28:15.217 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "restful" 2024-09-11T07:28:15.217 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout ], 2024-09-11T07:28:15.217 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-11T07:28:15.217 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout }, 2024-09-11T07:28:15.217 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-11T07:28:15.217 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-11T07:28:15.217 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "modified": "2024-09-11T07:28:03.715396+0000", 2024-09-11T07:28:15.218 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-11T07:28:15.218 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout }, 2024-09-11T07:28:15.218 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-11T07:28:15.218 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout } 2024-09-11T07:28:15.218 INFO:teuthology.orchestra.run.smithi082.stdout:mgr not available, waiting (1/15)... 2024-09-11T07:28:18.845 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:18 smithi082 bash[15107]: audit 2024-09-11T07:28:18.624716+0000 mon.smithi082 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.82:0/4018637403' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-09-11T07:28:19.260 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout 2024-09-11T07:28:19.260 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout { 2024-09-11T07:28:19.261 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "fsid": "f0bd109a-700e-11ef-bcea-c7b262605968", 2024-09-11T07:28:19.261 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "health": { 2024-09-11T07:28:19.261 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-11T07:28:19.261 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-11T07:28:19.261 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-11T07:28:19.261 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout }, 2024-09-11T07:28:19.261 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-11T07:28:19.261 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-11T07:28:19.261 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout 0 2024-09-11T07:28:19.261 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout ], 2024-09-11T07:28:19.261 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-11T07:28:19.262 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "smithi082" 2024-09-11T07:28:19.262 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout ], 2024-09-11T07:28:19.262 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "quorum_age": 7, 2024-09-11T07:28:19.262 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-11T07:28:19.262 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-11T07:28:19.262 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "quincy", 2024-09-11T07:28:19.262 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-11T07:28:19.262 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout }, 2024-09-11T07:28:19.262 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-11T07:28:19.262 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-11T07:28:19.262 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-11T07:28:19.262 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-11T07:28:19.262 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-11T07:28:19.263 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-11T07:28:19.263 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-11T07:28:19.263 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-11T07:28:19.266 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout }, 2024-09-11T07:28:19.266 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-11T07:28:19.266 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-11T07:28:19.266 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-11T07:28:19.267 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-11T07:28:19.267 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-11T07:28:19.267 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-11T07:28:19.267 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-11T07:28:19.267 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-11T07:28:19.267 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-11T07:28:19.267 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout }, 2024-09-11T07:28:19.267 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-11T07:28:19.267 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-11T07:28:19.267 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-11T07:28:19.267 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-11T07:28:19.267 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout }, 2024-09-11T07:28:19.267 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-11T07:28:19.268 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "available": false, 2024-09-11T07:28:19.268 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-11T07:28:19.268 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-11T07:28:19.268 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-11T07:28:19.268 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-11T07:28:19.268 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "restful" 2024-09-11T07:28:19.268 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout ], 2024-09-11T07:28:19.268 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-11T07:28:19.268 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout }, 2024-09-11T07:28:19.268 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-11T07:28:19.268 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-11T07:28:19.268 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "modified": "2024-09-11T07:28:03.715396+0000", 2024-09-11T07:28:19.268 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-11T07:28:19.269 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout }, 2024-09-11T07:28:19.269 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-11T07:28:19.269 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout } 2024-09-11T07:28:19.269 INFO:teuthology.orchestra.run.smithi082.stdout:mgr not available, waiting (2/15)... 2024-09-11T07:28:19.903 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:19 smithi082 bash[15107]: cluster 2024-09-11T07:28:19.563639+0000 mon.smithi082 (mon.0) 9 : cluster [INF] Activating manager daemon smithi082.szoofc 2024-09-11T07:28:19.903 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:19 smithi082 bash[15107]: cluster 2024-09-11T07:28:19.570433+0000 mon.smithi082 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi082.szoofc(active, starting, since 0.0070875s) 2024-09-11T07:28:19.903 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:19 smithi082 bash[15107]: audit 2024-09-11T07:28:19.572532+0000 mon.smithi082 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.82:0/794639643' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-11T07:28:19.903 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:19 smithi082 bash[15107]: audit 2024-09-11T07:28:19.572847+0000 mon.smithi082 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.82:0/794639643' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-11T07:28:19.903 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:19 smithi082 bash[15107]: audit 2024-09-11T07:28:19.573163+0000 mon.smithi082 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.82:0/794639643' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-11T07:28:19.903 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:19 smithi082 bash[15107]: audit 2024-09-11T07:28:19.573491+0000 mon.smithi082 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.82:0/794639643' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "mon metadata", "id": "smithi082"}]: dispatch 2024-09-11T07:28:19.903 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:19 smithi082 bash[15107]: audit 2024-09-11T07:28:19.574197+0000 mon.smithi082 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.82:0/794639643' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "mgr metadata", "who": "smithi082.szoofc", "id": "smithi082.szoofc"}]: dispatch 2024-09-11T07:28:19.904 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:19 smithi082 bash[15107]: cluster 2024-09-11T07:28:19.605335+0000 mon.smithi082 (mon.0) 16 : cluster [INF] Manager daemon smithi082.szoofc is now available 2024-09-11T07:28:19.904 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:19 smithi082 bash[15107]: audit 2024-09-11T07:28:19.623340+0000 mon.smithi082 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.82:0/794639643' entity='mgr.smithi082.szoofc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi082.szoofc/mirror_snapshot_schedule"}]: dispatch 2024-09-11T07:28:19.904 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:19 smithi082 bash[15107]: audit 2024-09-11T07:28:19.627075+0000 mon.smithi082 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.82:0/794639643' entity='mgr.smithi082.szoofc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi082.szoofc/trash_purge_schedule"}]: dispatch 2024-09-11T07:28:19.904 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:19 smithi082 bash[15107]: audit 2024-09-11T07:28:19.632036+0000 mon.smithi082 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.82:0/794639643' entity='mgr.smithi082.szoofc' 2024-09-11T07:28:19.904 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:19 smithi082 bash[15107]: audit 2024-09-11T07:28:19.635568+0000 mon.smithi082 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.82:0/794639643' entity='mgr.smithi082.szoofc' 2024-09-11T07:28:19.904 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:19 smithi082 bash[15107]: audit 2024-09-11T07:28:19.638619+0000 mon.smithi082 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.82:0/794639643' entity='mgr.smithi082.szoofc' 2024-09-11T07:28:21.653 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:21 smithi082 bash[15107]: cluster 2024-09-11T07:28:20.576695+0000 mon.smithi082 (mon.0) 22 : cluster [DBG] mgrmap e3: smithi082.szoofc(active, since 1.01335s) 2024-09-11T07:28:23.642 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout 2024-09-11T07:28:23.642 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout { 2024-09-11T07:28:23.642 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "fsid": "f0bd109a-700e-11ef-bcea-c7b262605968", 2024-09-11T07:28:23.642 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "health": { 2024-09-11T07:28:23.642 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-11T07:28:23.642 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-11T07:28:23.643 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-11T07:28:23.643 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout }, 2024-09-11T07:28:23.643 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-11T07:28:23.643 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-11T07:28:23.643 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout 0 2024-09-11T07:28:23.643 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout ], 2024-09-11T07:28:23.643 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-11T07:28:23.643 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "smithi082" 2024-09-11T07:28:23.643 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout ], 2024-09-11T07:28:23.643 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "quorum_age": 11, 2024-09-11T07:28:23.643 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-11T07:28:23.643 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-11T07:28:23.643 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "quincy", 2024-09-11T07:28:23.644 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-11T07:28:23.644 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout }, 2024-09-11T07:28:23.644 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-11T07:28:23.644 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-11T07:28:23.644 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-11T07:28:23.644 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-11T07:28:23.644 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-11T07:28:23.644 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-11T07:28:23.644 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-11T07:28:23.644 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-11T07:28:23.647 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout }, 2024-09-11T07:28:23.648 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-11T07:28:23.648 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-11T07:28:23.648 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-11T07:28:23.648 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-11T07:28:23.648 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-11T07:28:23.648 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-11T07:28:23.648 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-11T07:28:23.648 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-11T07:28:23.648 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-11T07:28:23.648 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout }, 2024-09-11T07:28:23.648 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-11T07:28:23.648 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-11T07:28:23.648 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-11T07:28:23.649 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-11T07:28:23.649 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout }, 2024-09-11T07:28:23.649 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-11T07:28:23.649 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-11T07:28:23.649 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-11T07:28:23.649 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-11T07:28:23.649 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-11T07:28:23.649 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-11T07:28:23.649 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "restful" 2024-09-11T07:28:23.649 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout ], 2024-09-11T07:28:23.649 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-11T07:28:23.649 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout }, 2024-09-11T07:28:23.649 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-11T07:28:23.650 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-11T07:28:23.650 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "modified": "2024-09-11T07:28:03.715396+0000", 2024-09-11T07:28:23.650 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-11T07:28:23.650 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout }, 2024-09-11T07:28:23.650 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-11T07:28:23.650 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout } 2024-09-11T07:28:23.650 INFO:teuthology.orchestra.run.smithi082.stdout:mgr is available 2024-09-11T07:28:23.903 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:23 smithi082 bash[15107]: cluster 2024-09-11T07:28:22.576431+0000 mon.smithi082 (mon.0) 23 : cluster [DBG] mgrmap e4: smithi082.szoofc(active, since 3s) 2024-09-11T07:28:23.903 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:23 smithi082 bash[15107]: audit 2024-09-11T07:28:23.000413+0000 mon.smithi082 (mon.0) 24 : audit [DBG] from='client.? 172.21.15.82:0/2207318259' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-09-11T07:28:25.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:25 smithi082 bash[15107]: audit 2024-09-11T07:28:25.216288+0000 mon.smithi082 (mon.0) 25 : audit [INF] from='client.? 172.21.15.82:0/2703004943' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-09-11T07:28:25.857 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout 2024-09-11T07:28:25.858 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout [global] 2024-09-11T07:28:25.858 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout fsid = f0bd109a-700e-11ef-bcea-c7b262605968 2024-09-11T07:28:25.858 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-09-11T07:28:25.858 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-09-11T07:28:25.858 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-09-11T07:28:25.858 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-09-11T07:28:25.858 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-09-11T07:28:25.858 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout 2024-09-11T07:28:25.858 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout [mgr] 2024-09-11T07:28:25.858 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-09-11T07:28:25.858 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout 2024-09-11T07:28:25.858 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout [osd] 2024-09-11T07:28:25.859 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-09-11T07:28:25.859 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-09-11T07:28:25.859 INFO:teuthology.orchestra.run.smithi082.stdout:Enabling cephadm module... 2024-09-11T07:28:27.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:27 smithi082 bash[15107]: audit 2024-09-11T07:28:27.477742+0000 mon.smithi082 (mon.0) 26 : audit [INF] from='client.? 172.21.15.82:0/103063017' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-09-11T07:28:28.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:28 smithi082 bash[15107]: audit 2024-09-11T07:28:27.535259+0000 mon.smithi082 (mon.0) 27 : audit [INF] from='client.? 172.21.15.82:0/103063017' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-09-11T07:28:28.903 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:28 smithi082 bash[15107]: cluster 2024-09-11T07:28:27.535409+0000 mon.smithi082 (mon.0) 28 : cluster [DBG] mgrmap e5: smithi082.szoofc(active, since 7s) 2024-09-11T07:28:30.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:29 smithi082 bash[15107]: audit 2024-09-11T07:28:29.758580+0000 mon.smithi082 (mon.0) 29 : audit [DBG] from='client.? 172.21.15.82:0/2247246170' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-09-11T07:28:30.463 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout { 2024-09-11T07:28:30.463 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-09-11T07:28:30.464 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-11T07:28:30.464 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "active_name": "smithi082.szoofc", 2024-09-11T07:28:30.464 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-09-11T07:28:30.464 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout } 2024-09-11T07:28:30.464 INFO:teuthology.orchestra.run.smithi082.stdout:Waiting for the mgr to restart... 2024-09-11T07:28:30.464 INFO:teuthology.orchestra.run.smithi082.stdout:Waiting for mgr epoch 5... 2024-09-11T07:28:33.153 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:32 smithi082 bash[15107]: cluster 2024-09-11T07:28:32.879456+0000 mon.smithi082 (mon.0) 30 : cluster [INF] Active manager daemon smithi082.szoofc restarted 2024-09-11T07:28:33.153 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:32 smithi082 bash[15107]: cluster 2024-09-11T07:28:32.880004+0000 mon.smithi082 (mon.0) 31 : cluster [INF] Activating manager daemon smithi082.szoofc 2024-09-11T07:28:33.153 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:32 smithi082 bash[15107]: cluster 2024-09-11T07:28:32.886671+0000 mon.smithi082 (mon.0) 32 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-09-11T07:28:33.153 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:32 smithi082 bash[15107]: cluster 2024-09-11T07:28:32.886825+0000 mon.smithi082 (mon.0) 33 : cluster [DBG] mgrmap e6: smithi082.szoofc(active, starting, since 0.00700475s) 2024-09-11T07:28:33.153 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:32 smithi082 bash[15107]: audit 2024-09-11T07:28:32.888427+0000 mon.smithi082 (mon.0) 34 : audit [DBG] from='mgr.14118 172.21.15.82:0/3620426825' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "mon metadata", "id": "smithi082"}]: dispatch 2024-09-11T07:28:33.153 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:32 smithi082 bash[15107]: audit 2024-09-11T07:28:32.889446+0000 mon.smithi082 (mon.0) 35 : audit [DBG] from='mgr.14118 172.21.15.82:0/3620426825' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "mgr metadata", "who": "smithi082.szoofc", "id": "smithi082.szoofc"}]: dispatch 2024-09-11T07:28:33.153 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:32 smithi082 bash[15107]: audit 2024-09-11T07:28:32.890631+0000 mon.smithi082 (mon.0) 36 : audit [DBG] from='mgr.14118 172.21.15.82:0/3620426825' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-11T07:28:33.153 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:32 smithi082 bash[15107]: audit 2024-09-11T07:28:32.890802+0000 mon.smithi082 (mon.0) 37 : audit [DBG] from='mgr.14118 172.21.15.82:0/3620426825' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-11T07:28:33.153 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:32 smithi082 bash[15107]: audit 2024-09-11T07:28:32.890982+0000 mon.smithi082 (mon.0) 38 : audit [DBG] from='mgr.14118 172.21.15.82:0/3620426825' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-11T07:28:33.154 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:32 smithi082 bash[15107]: cluster 2024-09-11T07:28:32.917418+0000 mon.smithi082 (mon.0) 39 : cluster [INF] Manager daemon smithi082.szoofc is now available 2024-09-11T07:28:34.401 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:33 smithi082 bash[15107]: cephadm 2024-09-11T07:28:32.933743+0000 mgr.smithi082.szoofc (mgr.14118) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-09-11T07:28:34.401 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:33 smithi082 bash[15107]: audit 2024-09-11T07:28:32.943988+0000 mon.smithi082 (mon.0) 40 : audit [INF] from='mgr.14118 172.21.15.82:0/3620426825' entity='mgr.smithi082.szoofc' 2024-09-11T07:28:34.401 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:33 smithi082 bash[15107]: audit 2024-09-11T07:28:32.951120+0000 mon.smithi082 (mon.0) 41 : audit [INF] from='mgr.14118 172.21.15.82:0/3620426825' entity='mgr.smithi082.szoofc' 2024-09-11T07:28:34.401 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:33 smithi082 bash[15107]: audit 2024-09-11T07:28:32.954895+0000 mon.smithi082 (mon.0) 42 : audit [DBG] from='mgr.14118 172.21.15.82:0/3620426825' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:28:34.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:33 smithi082 bash[15107]: audit 2024-09-11T07:28:32.958398+0000 mon.smithi082 (mon.0) 43 : audit [DBG] from='mgr.14118 172.21.15.82:0/3620426825' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:28:34.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:33 smithi082 bash[15107]: audit 2024-09-11T07:28:32.976656+0000 mon.smithi082 (mon.0) 44 : audit [INF] from='mgr.14118 172.21.15.82:0/3620426825' entity='mgr.smithi082.szoofc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi082.szoofc/mirror_snapshot_schedule"}]: dispatch 2024-09-11T07:28:34.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:33 smithi082 bash[15107]: audit 2024-09-11T07:28:32.980090+0000 mon.smithi082 (mon.0) 45 : audit [INF] from='mgr.14118 172.21.15.82:0/3620426825' entity='mgr.smithi082.szoofc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi082.szoofc/trash_purge_schedule"}]: dispatch 2024-09-11T07:28:34.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:33 smithi082 bash[15107]: cluster 2024-09-11T07:28:33.891577+0000 mon.smithi082 (mon.0) 46 : cluster [DBG] mgrmap e7: smithi082.szoofc(active, since 1.01174s) 2024-09-11T07:28:34.565 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout { 2024-09-11T07:28:34.565 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-09-11T07:28:34.565 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "initialized": true 2024-09-11T07:28:34.565 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout } 2024-09-11T07:28:34.565 INFO:teuthology.orchestra.run.smithi082.stdout:mgr epoch 5 is available 2024-09-11T07:28:34.565 INFO:teuthology.orchestra.run.smithi082.stdout:Setting orchestrator backend to cephadm... 2024-09-11T07:28:35.655 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:35 smithi082 bash[15107]: audit 2024-09-11T07:28:33.888995+0000 mgr.smithi082.szoofc (mgr.14118) 2 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-09-11T07:28:35.656 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:35 smithi082 bash[15107]: audit 2024-09-11T07:28:33.901560+0000 mgr.smithi082.szoofc (mgr.14118) 3 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-09-11T07:28:35.656 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:35 smithi082 bash[15107]: cephadm 2024-09-11T07:28:34.278303+0000 mgr.smithi082.szoofc (mgr.14118) 4 : cephadm [INF] [11/Sep/2024:07:28:34] ENGINE Bus STARTING 2024-09-11T07:28:35.656 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:35 smithi082 bash[15107]: cephadm 2024-09-11T07:28:34.395751+0000 mgr.smithi082.szoofc (mgr.14118) 5 : cephadm [INF] [11/Sep/2024:07:28:34] ENGINE Serving on https://172.21.15.82:7150 2024-09-11T07:28:35.656 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:35 smithi082 bash[15107]: cephadm 2024-09-11T07:28:34.396006+0000 mgr.smithi082.szoofc (mgr.14118) 6 : cephadm [INF] [11/Sep/2024:07:28:34] ENGINE Bus STARTED 2024-09-11T07:28:35.656 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:35 smithi082 bash[15107]: cephadm 2024-09-11T07:28:34.399357+0000 mgr.smithi082.szoofc (mgr.14118) 7 : cephadm [ERR] [11/Sep/2024:07:28:34] ENGINE Error in HTTPServer.serve 2024-09-11T07:28:35.656 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:35 smithi082 bash[15107]: Traceback (most recent call last): 2024-09-11T07:28:35.656 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:35 smithi082 bash[15107]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-11T07:28:35.656 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:35 smithi082 bash[15107]: self._connections.run(self.expiration_interval) 2024-09-11T07:28:35.656 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:35 smithi082 bash[15107]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-11T07:28:35.657 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:35 smithi082 bash[15107]: self._run(expiration_interval) 2024-09-11T07:28:35.657 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:35 smithi082 bash[15107]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-11T07:28:35.657 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:35 smithi082 bash[15107]: new_conn = self._from_server_socket(self.server.socket) 2024-09-11T07:28:35.657 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:35 smithi082 bash[15107]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-11T07:28:35.657 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:35 smithi082 bash[15107]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-11T07:28:35.657 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:35 smithi082 bash[15107]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-11T07:28:35.657 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:35 smithi082 bash[15107]: s = self.context.wrap_socket( 2024-09-11T07:28:35.657 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:35 smithi082 bash[15107]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-11T07:28:35.657 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:35 smithi082 bash[15107]: return self.sslsocket_class._create( 2024-09-11T07:28:35.657 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:35 smithi082 bash[15107]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-11T07:28:35.657 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:35 smithi082 bash[15107]: self.do_handshake() 2024-09-11T07:28:35.657 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:35 smithi082 bash[15107]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-11T07:28:35.658 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:35 smithi082 bash[15107]: self._sslobj.do_handshake() 2024-09-11T07:28:35.658 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:35 smithi082 bash[15107]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-11T07:28:35.658 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:35 smithi082 bash[15107]: audit 2024-09-11T07:28:34.405284+0000 mon.smithi082 (mon.0) 47 : audit [INF] from='mgr.14118 172.21.15.82:0/3620426825' entity='mgr.smithi082.szoofc' 2024-09-11T07:28:35.658 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:35 smithi082 bash[15107]: audit 2024-09-11T07:28:34.406357+0000 mon.smithi082 (mon.0) 48 : audit [DBG] from='mgr.14118 172.21.15.82:0/3620426825' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:28:36.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:36 smithi082 bash[15107]: cluster 2024-09-11T07:28:35.413370+0000 mon.smithi082 (mon.0) 49 : cluster [DBG] mgrmap e8: smithi082.szoofc(active, since 2s) 2024-09-11T07:28:36.653 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:36 smithi082 bash[15107]: audit 2024-09-11T07:28:36.177985+0000 mon.smithi082 (mon.0) 50 : audit [INF] from='mgr.14118 172.21.15.82:0/3620426825' entity='mgr.smithi082.szoofc' 2024-09-11T07:28:36.653 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:36 smithi082 bash[15107]: audit 2024-09-11T07:28:36.193204+0000 mon.smithi082 (mon.0) 51 : audit [DBG] from='mgr.14118 172.21.15.82:0/3620426825' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:28:37.784 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:37 smithi082 bash[15107]: audit 2024-09-11T07:28:36.167850+0000 mgr.smithi082.szoofc (mgr.14118) 8 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:28:38.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:38 smithi082 bash[15107]: audit 2024-09-11T07:28:38.321923+0000 mgr.smithi082.szoofc (mgr.14118) 9 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:28:38.946 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout value unchanged 2024-09-11T07:28:38.946 INFO:teuthology.orchestra.run.smithi082.stdout:Generating ssh key... 2024-09-11T07:28:40.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:40 smithi082 bash[15107]: audit 2024-09-11T07:28:40.440848+0000 mgr.smithi082.szoofc (mgr.14118) 10 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:28:40.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:40 smithi082 bash[15107]: cephadm 2024-09-11T07:28:40.441092+0000 mgr.smithi082.szoofc (mgr.14118) 11 : cephadm [INF] Generating ssh key... 2024-09-11T07:28:41.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:41 smithi082 bash[15107]: audit 2024-09-11T07:28:40.843481+0000 mon.smithi082 (mon.0) 52 : audit [INF] from='mgr.14118 172.21.15.82:0/3620426825' entity='mgr.smithi082.szoofc' 2024-09-11T07:28:41.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:41 smithi082 bash[15107]: audit 2024-09-11T07:28:40.848874+0000 mon.smithi082 (mon.0) 53 : audit [INF] from='mgr.14118 172.21.15.82:0/3620426825' entity='mgr.smithi082.szoofc' 2024-09-11T07:28:43.710 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC6q+TVnc4wI63jHdZSq+Dc3XvnHGqrFWrYGYcE+O+H9CD+sq1namkllBwc0QXBuLHskFjr++NdDxzY1eE2FUPsAQQ29TYD9vRi6cykAenp8bqbIsum8xe3qhXe2bVdbzrLO/CuamqHOtBQh3Wz1lGQ1NIiz+DuCHjZInlDZeRAXqerErSW/GJx83CgvTMglKbQqX/eDNbgvdPKR7VixHl3qONkj9BjNNnZ10RlmXKfN++8TFtLiwalfrKEL7XpicVr25gTAZaZ3T8qzg7pI0Y/0pIDGQ8kHC9edJXLHIVKNL4ZW3WaeaFSmR5kQSeatDPOT0uQDUFdQzlN5R3A8GiACI9mGgE7bPsG4PNqclT2ed/JNtjKSaOvdtn022eoE9Tez6wpkrDrGJpM6o5DMqTlN0o/B2PdJVS9KK2OYmtiadXYzWR/H+RQgcXupFgegwu105A4NnluMgyekSTXD4wf1DprTLV5srSpyU3VT6BeMIkZheu1HhE176vYMgCK+U0= ceph-f0bd109a-700e-11ef-bcea-c7b262605968 2024-09-11T07:28:43.710 INFO:teuthology.orchestra.run.smithi082.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-09-11T07:28:43.710 INFO:teuthology.orchestra.run.smithi082.stdout:Adding key to root@localhost authorized_keys... 2024-09-11T07:28:43.711 INFO:teuthology.orchestra.run.smithi082.stdout:Adding host smithi082... 2024-09-11T07:28:43.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:43 smithi082 bash[15107]: audit 2024-09-11T07:28:43.061396+0000 mgr.smithi082.szoofc (mgr.14118) 12 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:28:45.698 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:45 smithi082 bash[15107]: audit 2024-09-11T07:28:45.307185+0000 mgr.smithi082.szoofc (mgr.14118) 13 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi082", "addr": "172.21.15.82", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:28:46.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:46 smithi082 bash[15107]: cephadm 2024-09-11T07:28:46.487075+0000 mgr.smithi082.szoofc (mgr.14118) 14 : cephadm [INF] Deploying cephadm binary to smithi082 2024-09-11T07:28:50.002 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout Added host 'smithi082' with addr '172.21.15.82' 2024-09-11T07:28:50.002 INFO:teuthology.orchestra.run.smithi082.stdout:Deploying mon service with default placement... 2024-09-11T07:28:50.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:50 smithi082 bash[15107]: audit 2024-09-11T07:28:49.002579+0000 mon.smithi082 (mon.0) 54 : audit [INF] from='mgr.14118 172.21.15.82:0/3620426825' entity='mgr.smithi082.szoofc' 2024-09-11T07:28:50.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:50 smithi082 bash[15107]: cephadm 2024-09-11T07:28:49.003249+0000 mgr.smithi082.szoofc (mgr.14118) 15 : cephadm [INF] Added host smithi082 2024-09-11T07:28:50.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:50 smithi082 bash[15107]: audit 2024-09-11T07:28:49.003815+0000 mon.smithi082 (mon.0) 55 : audit [DBG] from='mgr.14118 172.21.15.82:0/3620426825' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:28:53.138 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-09-11T07:28:53.138 INFO:teuthology.orchestra.run.smithi082.stdout:Deploying mgr service with default placement... 2024-09-11T07:28:53.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:53 smithi082 bash[15107]: audit 2024-09-11T07:28:52.373821+0000 mgr.smithi082.szoofc (mgr.14118) 16 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:28:53.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:53 smithi082 bash[15107]: cephadm 2024-09-11T07:28:52.376703+0000 mgr.smithi082.szoofc (mgr.14118) 17 : cephadm [INF] Saving service mon spec with placement count:5 2024-09-11T07:28:53.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:53 smithi082 bash[15107]: audit 2024-09-11T07:28:52.381742+0000 mon.smithi082 (mon.0) 56 : audit [INF] from='mgr.14118 172.21.15.82:0/3620426825' entity='mgr.smithi082.szoofc' 2024-09-11T07:28:53.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:53 smithi082 bash[15107]: audit 2024-09-11T07:28:52.719140+0000 mon.smithi082 (mon.0) 57 : audit [INF] from='mgr.14118 172.21.15.82:0/3620426825' entity='mgr.smithi082.szoofc' 2024-09-11T07:28:53.653 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:53 smithi082 bash[15107]: audit 2024-09-11T07:28:53.008149+0000 mon.smithi082 (mon.0) 58 : audit [INF] from='mgr.14118 172.21.15.82:0/3620426825' entity='mgr.smithi082.szoofc' 2024-09-11T07:28:54.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:54 smithi082 bash[15107]: cluster 2024-09-11T07:28:52.892309+0000 mgr.smithi082.szoofc (mgr.14118) 18 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:28:55.401 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-09-11T07:28:55.401 INFO:teuthology.orchestra.run.smithi082.stdout:Deploying crash service with default placement... 2024-09-11T07:28:56.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:55 smithi082 bash[15107]: audit 2024-09-11T07:28:54.760354+0000 mgr.smithi082.szoofc (mgr.14118) 19 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:28:56.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:55 smithi082 bash[15107]: cephadm 2024-09-11T07:28:54.762374+0000 mgr.smithi082.szoofc (mgr.14118) 20 : cephadm [INF] Saving service mgr spec with placement count:2 2024-09-11T07:28:56.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:55 smithi082 bash[15107]: audit 2024-09-11T07:28:54.767920+0000 mon.smithi082 (mon.0) 59 : audit [INF] from='mgr.14118 172.21.15.82:0/3620426825' entity='mgr.smithi082.szoofc' 2024-09-11T07:28:56.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:55 smithi082 bash[15107]: cluster 2024-09-11T07:28:54.892636+0000 mgr.smithi082.szoofc (mgr.14118) 21 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:28:57.785 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout Scheduled crash update... 2024-09-11T07:28:57.785 INFO:teuthology.orchestra.run.smithi082.stdout:Deploying prometheus service with default placement... 2024-09-11T07:28:58.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:58 smithi082 bash[15107]: cluster 2024-09-11T07:28:56.893011+0000 mgr.smithi082.szoofc (mgr.14118) 22 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:28:58.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:58 smithi082 bash[15107]: audit 2024-09-11T07:28:57.070764+0000 mgr.smithi082.szoofc (mgr.14118) 23 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:28:58.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:58 smithi082 bash[15107]: cephadm 2024-09-11T07:28:57.072404+0000 mgr.smithi082.szoofc (mgr.14118) 24 : cephadm [INF] Saving service crash spec with placement * 2024-09-11T07:28:58.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:58 smithi082 bash[15107]: audit 2024-09-11T07:28:57.077105+0000 mon.smithi082 (mon.0) 60 : audit [INF] from='mgr.14118 172.21.15.82:0/3620426825' entity='mgr.smithi082.szoofc' 2024-09-11T07:28:59.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:59 smithi082 bash[15107]: audit 2024-09-11T07:28:58.492141+0000 mon.smithi082 (mon.0) 61 : audit [INF] from='mgr.14118 172.21.15.82:0/3620426825' entity='mgr.smithi082.szoofc' 2024-09-11T07:28:59.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:59 smithi082 bash[15107]: audit 2024-09-11T07:28:59.156639+0000 mon.smithi082 (mon.0) 62 : audit [INF] from='mgr.14118 172.21.15.82:0/3620426825' entity='mgr.smithi082.szoofc' 2024-09-11T07:28:59.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:28:59 smithi082 bash[15107]: audit 2024-09-11T07:28:59.383304+0000 mon.smithi082 (mon.0) 63 : audit [INF] from='mgr.14118 172.21.15.82:0/3620426825' entity='mgr.smithi082.szoofc' 2024-09-11T07:29:00.062 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout Scheduled prometheus update... 2024-09-11T07:29:00.062 INFO:teuthology.orchestra.run.smithi082.stdout:Deploying grafana service with default placement... 2024-09-11T07:29:00.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:29:00 smithi082 bash[15107]: cluster 2024-09-11T07:28:58.893383+0000 mgr.smithi082.szoofc (mgr.14118) 25 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:29:00.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:29:00 smithi082 bash[15107]: audit 2024-09-11T07:28:59.377555+0000 mgr.smithi082.szoofc (mgr.14118) 26 : audit [DBG] from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:29:00.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:29:00 smithi082 bash[15107]: cephadm 2024-09-11T07:28:59.379352+0000 mgr.smithi082.szoofc (mgr.14118) 27 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-09-11T07:29:02.265 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout Scheduled grafana update... 2024-09-11T07:29:02.266 INFO:teuthology.orchestra.run.smithi082.stdout:Deploying node-exporter service with default placement... 2024-09-11T07:29:02.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:29:02 smithi082 bash[15107]: cluster 2024-09-11T07:29:00.893833+0000 mgr.smithi082.szoofc (mgr.14118) 28 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:29:02.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:29:02 smithi082 bash[15107]: audit 2024-09-11T07:29:01.611673+0000 mon.smithi082 (mon.0) 64 : audit [INF] from='mgr.14118 172.21.15.82:0/3620426825' entity='mgr.smithi082.szoofc' 2024-09-11T07:29:03.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:29:03 smithi082 bash[15107]: audit 2024-09-11T07:29:01.604974+0000 mgr.smithi082.szoofc (mgr.14118) 29 : audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:29:03.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:29:03 smithi082 bash[15107]: cephadm 2024-09-11T07:29:01.607312+0000 mgr.smithi082.szoofc (mgr.14118) 30 : cephadm [INF] Saving service grafana spec with placement count:1 2024-09-11T07:29:04.580 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout Scheduled node-exporter update... 2024-09-11T07:29:04.581 INFO:teuthology.orchestra.run.smithi082.stdout:Deploying alertmanager service with default placement... 2024-09-11T07:29:04.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:29:04 smithi082 bash[15107]: cluster 2024-09-11T07:29:02.894236+0000 mgr.smithi082.szoofc (mgr.14118) 31 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:29:04.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:29:04 smithi082 bash[15107]: audit 2024-09-11T07:29:03.908973+0000 mon.smithi082 (mon.0) 65 : audit [INF] from='mgr.14118 172.21.15.82:0/3620426825' entity='mgr.smithi082.szoofc' 2024-09-11T07:29:05.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:29:05 smithi082 bash[15107]: audit 2024-09-11T07:29:03.899622+0000 mgr.smithi082.szoofc (mgr.14118) 32 : audit [DBG] from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:29:05.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:29:05 smithi082 bash[15107]: cephadm 2024-09-11T07:29:03.901719+0000 mgr.smithi082.szoofc (mgr.14118) 33 : cephadm [INF] Saving service node-exporter spec with placement * 2024-09-11T07:29:06.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:29:06 smithi082 bash[15107]: cluster 2024-09-11T07:29:04.894645+0000 mgr.smithi082.szoofc (mgr.14118) 34 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:29:07.762 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout Scheduled alertmanager update... 2024-09-11T07:29:07.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:29:07 smithi082 bash[15107]: audit 2024-09-11T07:29:06.820947+0000 mgr.smithi082.szoofc (mgr.14118) 35 : audit [DBG] from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:29:07.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:29:07 smithi082 bash[15107]: cephadm 2024-09-11T07:29:06.822742+0000 mgr.smithi082.szoofc (mgr.14118) 36 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-09-11T07:29:07.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:29:07 smithi082 bash[15107]: audit 2024-09-11T07:29:06.830075+0000 mon.smithi082 (mon.0) 66 : audit [INF] from='mgr.14118 172.21.15.82:0/3620426825' entity='mgr.smithi082.szoofc' 2024-09-11T07:29:07.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:29:07 smithi082 bash[15107]: cluster 2024-09-11T07:29:06.894874+0000 mgr.smithi082.szoofc (mgr.14118) 37 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:29:10.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:29:10 smithi082 bash[15107]: cluster 2024-09-11T07:29:08.895098+0000 mgr.smithi082.szoofc (mgr.14118) 38 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:29:10.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:29:10 smithi082 bash[15107]: audit 2024-09-11T07:29:09.435512+0000 mon.smithi082 (mon.0) 67 : audit [INF] from='client.? 172.21.15.82:0/4066960657' entity='client.admin' 2024-09-11T07:29:12.225 INFO:teuthology.orchestra.run.smithi082.stdout:Enabling the dashboard module... 2024-09-11T07:29:12.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:29:12 smithi082 bash[15107]: cluster 2024-09-11T07:29:10.895486+0000 mgr.smithi082.szoofc (mgr.14118) 39 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:29:12.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:29:12 smithi082 bash[15107]: audit 2024-09-11T07:29:11.605132+0000 mon.smithi082 (mon.0) 68 : audit [INF] from='client.? 172.21.15.82:0/1121319596' entity='client.admin' 2024-09-11T07:29:14.732 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:29:14 smithi082 bash[15107]: cluster 2024-09-11T07:29:12.895876+0000 mgr.smithi082.szoofc (mgr.14118) 40 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:29:14.732 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:29:14 smithi082 bash[15107]: audit 2024-09-11T07:29:13.898650+0000 mon.smithi082 (mon.0) 69 : audit [INF] from='client.? 172.21.15.82:0/858023293' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-09-11T07:29:15.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:29:15 smithi082 bash[15107]: audit 2024-09-11T07:29:14.443117+0000 mon.smithi082 (mon.0) 70 : audit [INF] from='client.? 172.21.15.82:0/858023293' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-09-11T07:29:15.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:29:15 smithi082 bash[15107]: cluster 2024-09-11T07:29:14.443223+0000 mon.smithi082 (mon.0) 71 : cluster [DBG] mgrmap e9: smithi082.szoofc(active, since 41s) 2024-09-11T07:29:17.065 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:29:16 smithi082 bash[15107]: audit 2024-09-11T07:29:16.823526+0000 mon.smithi082 (mon.0) 72 : audit [DBG] from='client.? 172.21.15.82:0/1311019119' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-09-11T07:29:17.530 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout { 2024-09-11T07:29:17.530 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-09-11T07:29:17.530 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-11T07:29:17.530 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "active_name": "smithi082.szoofc", 2024-09-11T07:29:17.530 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-09-11T07:29:17.531 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout } 2024-09-11T07:29:17.531 INFO:teuthology.orchestra.run.smithi082.stdout:Waiting for the mgr to restart... 2024-09-11T07:29:17.531 INFO:teuthology.orchestra.run.smithi082.stdout:Waiting for mgr epoch 9... 2024-09-11T07:29:20.232 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:29:19 smithi082 bash[15107]: cluster 2024-09-11T07:29:19.939377+0000 mon.smithi082 (mon.0) 73 : cluster [INF] Active manager daemon smithi082.szoofc restarted 2024-09-11T07:29:20.232 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:29:19 smithi082 bash[15107]: cluster 2024-09-11T07:29:19.939813+0000 mon.smithi082 (mon.0) 74 : cluster [INF] Activating manager daemon smithi082.szoofc 2024-09-11T07:29:20.233 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:29:19 smithi082 bash[15107]: cluster 2024-09-11T07:29:19.945548+0000 mon.smithi082 (mon.0) 75 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-09-11T07:29:20.233 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:29:19 smithi082 bash[15107]: cluster 2024-09-11T07:29:19.945800+0000 mon.smithi082 (mon.0) 76 : cluster [DBG] mgrmap e10: smithi082.szoofc(active, starting, since 0.00617564s) 2024-09-11T07:29:20.233 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:29:19 smithi082 bash[15107]: audit 2024-09-11T07:29:19.948054+0000 mon.smithi082 (mon.0) 77 : audit [DBG] from='mgr.14160 172.21.15.82:0/2396744616' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "mon metadata", "id": "smithi082"}]: dispatch 2024-09-11T07:29:20.233 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:29:19 smithi082 bash[15107]: audit 2024-09-11T07:29:19.949425+0000 mon.smithi082 (mon.0) 78 : audit [DBG] from='mgr.14160 172.21.15.82:0/2396744616' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "mgr metadata", "who": "smithi082.szoofc", "id": "smithi082.szoofc"}]: dispatch 2024-09-11T07:29:20.233 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:29:19 smithi082 bash[15107]: audit 2024-09-11T07:29:19.950548+0000 mon.smithi082 (mon.0) 79 : audit [DBG] from='mgr.14160 172.21.15.82:0/2396744616' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-11T07:29:20.233 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:29:19 smithi082 bash[15107]: audit 2024-09-11T07:29:19.950716+0000 mon.smithi082 (mon.0) 80 : audit [DBG] from='mgr.14160 172.21.15.82:0/2396744616' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-11T07:29:20.233 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:29:19 smithi082 bash[15107]: audit 2024-09-11T07:29:19.950862+0000 mon.smithi082 (mon.0) 81 : audit [DBG] from='mgr.14160 172.21.15.82:0/2396744616' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-11T07:29:20.233 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:29:19 smithi082 bash[15107]: cluster 2024-09-11T07:29:19.959781+0000 mon.smithi082 (mon.0) 82 : cluster [INF] Manager daemon smithi082.szoofc is now available 2024-09-11T07:29:20.233 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:29:19 smithi082 bash[15107]: audit 2024-09-11T07:29:19.987453+0000 mon.smithi082 (mon.0) 83 : audit [DBG] from='mgr.14160 172.21.15.82:0/2396744616' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:29:21.339 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:29:20 smithi082 bash[15107]: audit 2024-09-11T07:29:20.006297+0000 mon.smithi082 (mon.0) 84 : audit [INF] from='mgr.14160 172.21.15.82:0/2396744616' entity='mgr.smithi082.szoofc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi082.szoofc/mirror_snapshot_schedule"}]: dispatch 2024-09-11T07:29:21.339 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:29:20 smithi082 bash[15107]: audit 2024-09-11T07:29:20.010214+0000 mon.smithi082 (mon.0) 85 : audit [INF] from='mgr.14160 172.21.15.82:0/2396744616' entity='mgr.smithi082.szoofc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi082.szoofc/trash_purge_schedule"}]: dispatch 2024-09-11T07:29:21.339 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:29:20 smithi082 bash[15107]: cluster 2024-09-11T07:29:20.950612+0000 mon.smithi082 (mon.0) 86 : cluster [DBG] mgrmap e11: smithi082.szoofc(active, since 1.01099s) 2024-09-11T07:29:21.713 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout { 2024-09-11T07:29:21.713 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-09-11T07:29:21.713 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout "initialized": true 2024-09-11T07:29:21.713 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout } 2024-09-11T07:29:21.713 INFO:teuthology.orchestra.run.smithi082.stdout:mgr epoch 9 is available 2024-09-11T07:29:21.714 INFO:teuthology.orchestra.run.smithi082.stdout:Generating a dashboard self-signed certificate... 2024-09-11T07:29:22.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:29:22 smithi082 bash[15107]: cephadm 2024-09-11T07:29:21.209368+0000 mgr.smithi082.szoofc (mgr.14160) 3 : cephadm [INF] [11/Sep/2024:07:29:21] ENGINE Bus STARTING 2024-09-11T07:29:22.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:29:22 smithi082 bash[15107]: cephadm 2024-09-11T07:29:21.336045+0000 mgr.smithi082.szoofc (mgr.14160) 4 : cephadm [INF] [11/Sep/2024:07:29:21] ENGINE Serving on https://172.21.15.82:7150 2024-09-11T07:29:22.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:29:22 smithi082 bash[15107]: cephadm 2024-09-11T07:29:21.336257+0000 mgr.smithi082.szoofc (mgr.14160) 5 : cephadm [INF] [11/Sep/2024:07:29:21] ENGINE Bus STARTED 2024-09-11T07:29:22.653 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:29:22 smithi082 bash[15107]: cephadm 2024-09-11T07:29:21.337840+0000 mgr.smithi082.szoofc (mgr.14160) 6 : cephadm [ERR] [11/Sep/2024:07:29:21] ENGINE Error in HTTPServer.serve 2024-09-11T07:29:22.653 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:29:22 smithi082 bash[15107]: Traceback (most recent call last): 2024-09-11T07:29:22.653 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:29:22 smithi082 bash[15107]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-11T07:29:22.653 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:29:22 smithi082 bash[15107]: self._connections.run(self.expiration_interval) 2024-09-11T07:29:22.653 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:29:22 smithi082 bash[15107]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-11T07:29:22.653 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:29:22 smithi082 bash[15107]: self._run(expiration_interval) 2024-09-11T07:29:22.653 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:29:22 smithi082 bash[15107]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-11T07:29:22.653 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:29:22 smithi082 bash[15107]: new_conn = self._from_server_socket(self.server.socket) 2024-09-11T07:29:22.653 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:29:22 smithi082 bash[15107]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-11T07:29:22.653 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:29:22 smithi082 bash[15107]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-11T07:29:22.653 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:29:22 smithi082 bash[15107]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-11T07:29:22.653 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:29:22 smithi082 bash[15107]: s = self.context.wrap_socket( 2024-09-11T07:29:22.653 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:29:22 smithi082 bash[15107]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-11T07:29:22.654 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:29:22 smithi082 bash[15107]: return self.sslsocket_class._create( 2024-09-11T07:29:22.654 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:29:22 smithi082 bash[15107]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-11T07:29:22.654 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:29:22 smithi082 bash[15107]: self.do_handshake() 2024-09-11T07:29:22.654 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:29:22 smithi082 bash[15107]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-11T07:29:22.654 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:29:22 smithi082 bash[15107]: self._sslobj.do_handshake() 2024-09-11T07:29:22.654 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:29:22 smithi082 bash[15107]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-11T07:29:22.654 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:29:22 smithi082 bash[15107]: audit 2024-09-11T07:29:21.343672+0000 mon.smithi082 (mon.0) 87 : audit [INF] from='mgr.14160 172.21.15.82:0/2396744616' entity='mgr.smithi082.szoofc' 2024-09-11T07:29:23.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:29:23 smithi082 bash[15107]: cluster 2024-09-11T07:29:22.346648+0000 mon.smithi082 (mon.0) 88 : cluster [DBG] mgrmap e12: smithi082.szoofc(active, since 2s) 2024-09-11T07:29:24.219 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-09-11T07:29:24.219 INFO:teuthology.orchestra.run.smithi082.stdout:Creating initial admin user... 2024-09-11T07:29:24.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:29:24 smithi082 bash[15107]: audit 2024-09-11T07:29:23.326050+0000 mgr.smithi082.szoofc (mgr.14160) 7 : audit [DBG] from='client.14172 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:29:24.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:29:24 smithi082 bash[15107]: audit 2024-09-11T07:29:23.462810+0000 mon.smithi082 (mon.0) 89 : audit [INF] from='mgr.14160 172.21.15.82:0/2396744616' entity='mgr.smithi082.szoofc' 2024-09-11T07:29:24.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:29:24 smithi082 bash[15107]: audit 2024-09-11T07:29:23.466694+0000 mon.smithi082 (mon.0) 90 : audit [INF] from='mgr.14160 172.21.15.82:0/2396744616' entity='mgr.smithi082.szoofc' 2024-09-11T07:29:26.799 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$M.DTGrS3muthGfY1koPCNOOKec7J3qud.Q7QTFcMePp8o1uaRBoQy", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1726039766, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-09-11T07:29:26.799 INFO:teuthology.orchestra.run.smithi082.stdout:Fetching dashboard port number... 2024-09-11T07:29:27.151 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:29:26 smithi082 bash[15107]: audit 2024-09-11T07:29:25.869258+0000 mgr.smithi082.szoofc (mgr.14160) 8 : 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-11T07:29:27.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:29:26 smithi082 bash[15107]: audit 2024-09-11T07:29:25.988259+0000 mon.smithi082 (mon.0) 91 : audit [INF] from='mgr.14160 172.21.15.82:0/2396744616' entity='mgr.smithi082.szoofc' 2024-09-11T07:29:27.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:29:26 smithi082 bash[15107]: audit 2024-09-11T07:29:26.101594+0000 mon.smithi082 (mon.0) 92 : audit [INF] from='mgr.14160 172.21.15.82:0/2396744616' entity='mgr.smithi082.szoofc' 2024-09-11T07:29:27.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:29:26 smithi082 bash[15107]: audit 2024-09-11T07:29:26.585365+0000 mon.smithi082 (mon.0) 93 : audit [INF] from='mgr.14160 172.21.15.82:0/2396744616' entity='mgr.smithi082.szoofc' 2024-09-11T07:29:28.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:29:27 smithi082 bash[15107]: cluster 2024-09-11T07:29:26.992296+0000 mon.smithi082 (mon.0) 94 : cluster [DBG] mgrmap e13: smithi082.szoofc(active, since 7s) 2024-09-11T07:29:29.075 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stdout 8443 2024-09-11T07:29:29.075 INFO:teuthology.orchestra.run.smithi082.stdout:firewalld does not appear to be present 2024-09-11T07:29:29.075 INFO:teuthology.orchestra.run.smithi082.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-09-11T07:29:29.077 INFO:teuthology.orchestra.run.smithi082.stdout:Ceph Dashboard is now available at: 2024-09-11T07:29:29.077 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-09-11T07:29:29.077 INFO:teuthology.orchestra.run.smithi082.stdout: URL: https://smithi082.front.sepia.ceph.com:8443/ 2024-09-11T07:29:29.077 INFO:teuthology.orchestra.run.smithi082.stdout: User: admin 2024-09-11T07:29:29.077 INFO:teuthology.orchestra.run.smithi082.stdout: Password: h0vf2b2w19 2024-09-11T07:29:29.078 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-09-11T07:29:29.078 INFO:teuthology.orchestra.run.smithi082.stdout:Saving cluster configuration to /var/lib/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/config directory 2024-09-11T07:29:29.078 INFO:teuthology.orchestra.run.smithi082.stdout:Enabling autotune for osd_memory_target 2024-09-11T07:29:29.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:29:28 smithi082 bash[15107]: audit 2024-09-11T07:29:28.417739+0000 mon.smithi082 (mon.0) 95 : audit [DBG] from='client.? 172.21.15.82:0/1057090479' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-09-11T07:29:34.704 INFO:teuthology.orchestra.run.smithi082.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-09-11T07:29:34.704 INFO:teuthology.orchestra.run.smithi082.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-09-11T07:29:34.704 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-09-11T07:29:34.705 INFO:teuthology.orchestra.run.smithi082.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid f0bd109a-700e-11ef-bcea-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-09-11T07:29:34.705 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-09-11T07:29:34.705 INFO:teuthology.orchestra.run.smithi082.stdout:Or, if you are only running a single cluster on this host: 2024-09-11T07:29:34.705 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-09-11T07:29:34.705 INFO:teuthology.orchestra.run.smithi082.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-09-11T07:29:34.705 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-09-11T07:29:34.705 INFO:teuthology.orchestra.run.smithi082.stdout:Please consider enabling telemetry to help improve Ceph: 2024-09-11T07:29:34.705 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-09-11T07:29:34.705 INFO:teuthology.orchestra.run.smithi082.stdout: ceph telemetry on 2024-09-11T07:29:34.705 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-09-11T07:29:34.705 INFO:teuthology.orchestra.run.smithi082.stdout:For more information see: 2024-09-11T07:29:34.705 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-09-11T07:29:34.705 INFO:teuthology.orchestra.run.smithi082.stdout: https://docs.ceph.com/docs/master/mgr/telemetry/ 2024-09-11T07:29:34.705 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-09-11T07:29:34.706 INFO:teuthology.orchestra.run.smithi082.stdout:Bootstrap complete. 2024-09-11T07:29:34.737 INFO:tasks.cephadm:Fetching config... 2024-09-11T07:29:34.737 DEBUG:teuthology.orchestra.run.smithi082:> set -ex 2024-09-11T07:29:34.738 DEBUG:teuthology.orchestra.run.smithi082:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-09-11T07:29:34.743 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-09-11T07:29:34.743 DEBUG:teuthology.orchestra.run.smithi082:> set -ex 2024-09-11T07:29:34.743 DEBUG:teuthology.orchestra.run.smithi082:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-09-11T07:29:34.796 INFO:tasks.cephadm:Fetching mon keyring... 2024-09-11T07:29:34.796 DEBUG:teuthology.orchestra.run.smithi082:> set -ex 2024-09-11T07:29:34.796 DEBUG:teuthology.orchestra.run.smithi082:> sudo dd if=/var/lib/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/mon.smithi082/keyring of=/dev/stdout 2024-09-11T07:29:34.852 INFO:tasks.cephadm:Fetching pub ssh key... 2024-09-11T07:29:34.853 DEBUG:teuthology.orchestra.run.smithi082:> set -ex 2024-09-11T07:29:34.853 DEBUG:teuthology.orchestra.run.smithi082:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-09-11T07:29:34.900 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-09-11T07:29:34.901 DEBUG:teuthology.orchestra.run.smithi082:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC6q+TVnc4wI63jHdZSq+Dc3XvnHGqrFWrYGYcE+O+H9CD+sq1namkllBwc0QXBuLHskFjr++NdDxzY1eE2FUPsAQQ29TYD9vRi6cykAenp8bqbIsum8xe3qhXe2bVdbzrLO/CuamqHOtBQh3Wz1lGQ1NIiz+DuCHjZInlDZeRAXqerErSW/GJx83CgvTMglKbQqX/eDNbgvdPKR7VixHl3qONkj9BjNNnZ10RlmXKfN++8TFtLiwalfrKEL7XpicVr25gTAZaZ3T8qzg7pI0Y/0pIDGQ8kHC9edJXLHIVKNL4ZW3WaeaFSmR5kQSeatDPOT0uQDUFdQzlN5R3A8GiACI9mGgE7bPsG4PNqclT2ed/JNtjKSaOvdtn022eoE9Tez6wpkrDrGJpM6o5DMqTlN0o/B2PdJVS9KK2OYmtiadXYzWR/H+RQgcXupFgegwu105A4NnluMgyekSTXD4wf1DprTLV5srSpyU3VT6BeMIkZheu1HhE176vYMgCK+U0= ceph-f0bd109a-700e-11ef-bcea-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-11T07:29:34.959 INFO:teuthology.orchestra.run.smithi082.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC6q+TVnc4wI63jHdZSq+Dc3XvnHGqrFWrYGYcE+O+H9CD+sq1namkllBwc0QXBuLHskFjr++NdDxzY1eE2FUPsAQQ29TYD9vRi6cykAenp8bqbIsum8xe3qhXe2bVdbzrLO/CuamqHOtBQh3Wz1lGQ1NIiz+DuCHjZInlDZeRAXqerErSW/GJx83CgvTMglKbQqX/eDNbgvdPKR7VixHl3qONkj9BjNNnZ10RlmXKfN++8TFtLiwalfrKEL7XpicVr25gTAZaZ3T8qzg7pI0Y/0pIDGQ8kHC9edJXLHIVKNL4ZW3WaeaFSmR5kQSeatDPOT0uQDUFdQzlN5R3A8GiACI9mGgE7bPsG4PNqclT2ed/JNtjKSaOvdtn022eoE9Tez6wpkrDrGJpM6o5DMqTlN0o/B2PdJVS9KK2OYmtiadXYzWR/H+RQgcXupFgegwu105A4NnluMgyekSTXD4wf1DprTLV5srSpyU3VT6BeMIkZheu1HhE176vYMgCK+U0= ceph-f0bd109a-700e-11ef-bcea-c7b262605968 2024-09-11T07:29:34.967 DEBUG:teuthology.orchestra.run.smithi189:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC6q+TVnc4wI63jHdZSq+Dc3XvnHGqrFWrYGYcE+O+H9CD+sq1namkllBwc0QXBuLHskFjr++NdDxzY1eE2FUPsAQQ29TYD9vRi6cykAenp8bqbIsum8xe3qhXe2bVdbzrLO/CuamqHOtBQh3Wz1lGQ1NIiz+DuCHjZInlDZeRAXqerErSW/GJx83CgvTMglKbQqX/eDNbgvdPKR7VixHl3qONkj9BjNNnZ10RlmXKfN++8TFtLiwalfrKEL7XpicVr25gTAZaZ3T8qzg7pI0Y/0pIDGQ8kHC9edJXLHIVKNL4ZW3WaeaFSmR5kQSeatDPOT0uQDUFdQzlN5R3A8GiACI9mGgE7bPsG4PNqclT2ed/JNtjKSaOvdtn022eoE9Tez6wpkrDrGJpM6o5DMqTlN0o/B2PdJVS9KK2OYmtiadXYzWR/H+RQgcXupFgegwu105A4NnluMgyekSTXD4wf1DprTLV5srSpyU3VT6BeMIkZheu1HhE176vYMgCK+U0= ceph-f0bd109a-700e-11ef-bcea-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-11T07:29:34.989 INFO:teuthology.orchestra.run.smithi189.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC6q+TVnc4wI63jHdZSq+Dc3XvnHGqrFWrYGYcE+O+H9CD+sq1namkllBwc0QXBuLHskFjr++NdDxzY1eE2FUPsAQQ29TYD9vRi6cykAenp8bqbIsum8xe3qhXe2bVdbzrLO/CuamqHOtBQh3Wz1lGQ1NIiz+DuCHjZInlDZeRAXqerErSW/GJx83CgvTMglKbQqX/eDNbgvdPKR7VixHl3qONkj9BjNNnZ10RlmXKfN++8TFtLiwalfrKEL7XpicVr25gTAZaZ3T8qzg7pI0Y/0pIDGQ8kHC9edJXLHIVKNL4ZW3WaeaFSmR5kQSeatDPOT0uQDUFdQzlN5R3A8GiACI9mGgE7bPsG4PNqclT2ed/JNtjKSaOvdtn022eoE9Tez6wpkrDrGJpM6o5DMqTlN0o/B2PdJVS9KK2OYmtiadXYzWR/H+RQgcXupFgegwu105A4NnluMgyekSTXD4wf1DprTLV5srSpyU3VT6BeMIkZheu1HhE176vYMgCK+U0= ceph-f0bd109a-700e-11ef-bcea-c7b262605968 2024-09-11T07:29:35.000 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f0bd109a-700e-11ef-bcea-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-09-11T07:29:35.086 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:29:34 smithi082 bash[15107]: audit 2024-09-11T07:29:33.713568+0000 mon.smithi082 (mon.0) 96 : audit [INF] from='client.? 172.21.15.82:0/163294743' entity='client.admin' 2024-09-11T07:29:39.720 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/mon.smithi082/config 2024-09-11T07:29:41.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:29:41 smithi082 bash[15107]: cluster 2024-09-11T07:29:39.952183+0000 mgr.smithi082.szoofc (mgr.14160) 9 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:29:43.562 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:29:43 smithi082 bash[15107]: cluster 2024-09-11T07:29:41.952494+0000 mgr.smithi082.szoofc (mgr.14160) 10 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:29:43.562 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:29:43 smithi082 bash[15107]: audit 2024-09-11T07:29:42.293318+0000 mon.smithi082 (mon.0) 97 : audit [INF] from='mgr.14160 172.21.15.82:0/2396744616' entity='mgr.smithi082.szoofc' 2024-09-11T07:29:43.562 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:29:43 smithi082 bash[15107]: audit 2024-09-11T07:29:42.296118+0000 mon.smithi082 (mon.0) 98 : audit [INF] from='mgr.14160 172.21.15.82:0/2396744616' entity='mgr.smithi082.szoofc' 2024-09-11T07:29:43.563 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:29:43 smithi082 bash[15107]: audit 2024-09-11T07:29:42.296894+0000 mon.smithi082 (mon.0) 99 : audit [INF] from='mgr.14160 172.21.15.82:0/2396744616' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config rm", "who": "osd/host:smithi082", "name": "osd_memory_target"}]: dispatch 2024-09-11T07:29:43.563 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:29:43 smithi082 bash[15107]: audit 2024-09-11T07:29:42.301263+0000 mon.smithi082 (mon.0) 100 : audit [INF] from='mgr.14160 172.21.15.82:0/2396744616' entity='mgr.smithi082.szoofc' 2024-09-11T07:29:43.563 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:29:43 smithi082 bash[15107]: audit 2024-09-11T07:29:42.302910+0000 mon.smithi082 (mon.0) 101 : audit [INF] from='mgr.14160 172.21.15.82:0/2396744616' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi082", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-09-11T07:29:43.563 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:29:43 smithi082 bash[15107]: audit 2024-09-11T07:29:42.305080+0000 mon.smithi082 (mon.0) 102 : audit [INF] from='mgr.14160 172.21.15.82:0/2396744616' entity='mgr.smithi082.szoofc' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi082", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-09-11T07:29:43.563 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:29:43 smithi082 bash[15107]: audit 2024-09-11T07:29:42.305952+0000 mon.smithi082 (mon.0) 103 : audit [DBG] from='mgr.14160 172.21.15.82:0/2396744616' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:29:43.563 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:29:43 smithi082 bash[15107]: cephadm 2024-09-11T07:29:42.306934+0000 mgr.smithi082.szoofc (mgr.14160) 11 : cephadm [INF] Deploying daemon crash.smithi082 on smithi082 2024-09-11T07:29:44.949 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-09-11T07:29:44.950 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f0bd109a-700e-11ef-bcea-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-09-11T07:29:44.957 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:29:44 smithi082 bash[15107]: audit 2024-09-11T07:29:43.859946+0000 mon.smithi082 (mon.0) 104 : audit [INF] from='client.? 172.21.15.82:0/1875678219' entity='client.admin' 2024-09-11T07:29:44.957 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:29:44 smithi082 bash[15107]: cluster 2024-09-11T07:29:43.952776+0000 mgr.smithi082.szoofc (mgr.14160) 12 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:29:46.876 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:29:46 smithi082 bash[15107]: audit 2024-09-11T07:29:45.505178+0000 mon.smithi082 (mon.0) 105 : audit [INF] from='mgr.14160 172.21.15.82:0/2396744616' entity='mgr.smithi082.szoofc' 2024-09-11T07:29:46.876 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:29:46 smithi082 bash[15107]: audit 2024-09-11T07:29:45.512525+0000 mon.smithi082 (mon.0) 106 : audit [INF] from='mgr.14160 172.21.15.82:0/2396744616' entity='mgr.smithi082.szoofc' 2024-09-11T07:29:46.877 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:29:46 smithi082 bash[15107]: audit 2024-09-11T07:29:45.518928+0000 mon.smithi082 (mon.0) 107 : audit [INF] from='mgr.14160 172.21.15.82:0/2396744616' entity='mgr.smithi082.szoofc' 2024-09-11T07:29:46.877 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:29:46 smithi082 bash[15107]: audit 2024-09-11T07:29:45.524183+0000 mon.smithi082 (mon.0) 108 : audit [INF] from='mgr.14160 172.21.15.82:0/2396744616' entity='mgr.smithi082.szoofc' 2024-09-11T07:29:46.877 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:29:46 smithi082 bash[15107]: audit 2024-09-11T07:29:46.226438+0000 mon.smithi082 (mon.0) 109 : audit [INF] from='mgr.14160 172.21.15.82:0/2396744616' entity='mgr.smithi082.szoofc' 2024-09-11T07:29:46.877 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:29:46 smithi082 bash[15107]: audit 2024-09-11T07:29:46.232597+0000 mon.smithi082 (mon.0) 110 : audit [INF] from='mgr.14160 172.21.15.82:0/2396744616' entity='mgr.smithi082.szoofc' 2024-09-11T07:29:46.877 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:29:46 smithi082 bash[15107]: audit 2024-09-11T07:29:46.238600+0000 mon.smithi082 (mon.0) 111 : audit [INF] from='mgr.14160 172.21.15.82:0/2396744616' entity='mgr.smithi082.szoofc' 2024-09-11T07:29:46.877 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:29:46 smithi082 bash[15107]: audit 2024-09-11T07:29:46.241504+0000 mon.smithi082 (mon.0) 112 : audit [INF] from='mgr.14160 172.21.15.82:0/2396744616' entity='mgr.smithi082.szoofc' 2024-09-11T07:29:47.651 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:29:47 smithi082 bash[15107]: cephadm 2024-09-11T07:29:45.525849+0000 mgr.smithi082.szoofc (mgr.14160) 13 : cephadm [INF] Deploying daemon node-exporter.smithi082 on smithi082 2024-09-11T07:29:47.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:29:47 smithi082 bash[15107]: cluster 2024-09-11T07:29:45.953045+0000 mgr.smithi082.szoofc (mgr.14160) 14 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:29:47.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:29:47 smithi082 bash[15107]: cephadm 2024-09-11T07:29:46.253312+0000 mgr.smithi082.szoofc (mgr.14160) 15 : cephadm [INF] Deploying daemon alertmanager.smithi082 on smithi082 2024-09-11T07:29:49.651 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:29:49 smithi082 bash[15107]: cluster 2024-09-11T07:29:47.953414+0000 mgr.smithi082.szoofc (mgr.14160) 16 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:29:50.671 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/mon.smithi082/config 2024-09-11T07:29:51.401 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:29:51 smithi082 bash[15107]: cluster 2024-09-11T07:29:49.953775+0000 mgr.smithi082.szoofc (mgr.14160) 17 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:29:51.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:29:51 smithi082 bash[15107]: audit 2024-09-11T07:29:50.005322+0000 mon.smithi082 (mon.0) 113 : audit [INF] from='mgr.14160 172.21.15.82:0/2396744616' entity='mgr.smithi082.szoofc' 2024-09-11T07:29:53.054 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:29:53 smithi082 bash[15107]: cluster 2024-09-11T07:29:51.954243+0000 mgr.smithi082.szoofc (mgr.14160) 18 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:29:55.424 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:29:55 smithi082 bash[15107]: cluster 2024-09-11T07:29:53.954697+0000 mgr.smithi082.szoofc (mgr.14160) 19 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:29:57.128 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:29:57 smithi082 bash[15107]: cluster 2024-09-11T07:29:55.955148+0000 mgr.smithi082.szoofc (mgr.14160) 20 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:29:57.128 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:29:57 smithi082 bash[15107]: audit 2024-09-11T07:29:56.841474+0000 mon.smithi082 (mon.0) 114 : audit [INF] from='mgr.14160 172.21.15.82:0/2396744616' entity='mgr.smithi082.szoofc' 2024-09-11T07:29:58.139 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi189 2024-09-11T07:29:58.140 DEBUG:teuthology.orchestra.run.smithi189:> set -ex 2024-09-11T07:29:58.140 DEBUG:teuthology.orchestra.run.smithi189:> dd of=/etc/ceph/ceph.conf 2024-09-11T07:29:58.148 DEBUG:teuthology.orchestra.run.smithi189:> set -ex 2024-09-11T07:29:58.148 DEBUG:teuthology.orchestra.run.smithi189:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-11T07:29:58.196 INFO:tasks.cephadm:Adding host smithi189 to orchestrator... 2024-09-11T07:29:58.196 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f0bd109a-700e-11ef-bcea-c7b262605968 -- ceph orch host add smithi189 2024-09-11T07:29:58.330 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:29:58 smithi082 bash[15107]: audit 2024-09-11T07:29:56.836324+0000 mgr.smithi082.szoofc (mgr.14160) 21 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:29:59.401 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:29:59 smithi082 bash[15107]: cluster 2024-09-11T07:29:57.955576+0000 mgr.smithi082.szoofc (mgr.14160) 22 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:30:00.981 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:00 smithi082 bash[15107]: audit 2024-09-11T07:29:59.690305+0000 mon.smithi082 (mon.0) 115 : audit [INF] from='mgr.14160 172.21.15.82:0/2396744616' entity='mgr.smithi082.szoofc' 2024-09-11T07:30:00.981 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:00 smithi082 bash[15107]: audit 2024-09-11T07:29:59.694858+0000 mon.smithi082 (mon.0) 116 : audit [INF] from='mgr.14160 172.21.15.82:0/2396744616' entity='mgr.smithi082.szoofc' 2024-09-11T07:30:00.981 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:00 smithi082 bash[15107]: audit 2024-09-11T07:29:59.700671+0000 mon.smithi082 (mon.0) 117 : audit [INF] from='mgr.14160 172.21.15.82:0/2396744616' entity='mgr.smithi082.szoofc' 2024-09-11T07:30:00.981 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:00 smithi082 bash[15107]: audit 2024-09-11T07:29:59.705660+0000 mon.smithi082 (mon.0) 118 : audit [INF] from='mgr.14160 172.21.15.82:0/2396744616' entity='mgr.smithi082.szoofc' 2024-09-11T07:30:00.981 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:00 smithi082 bash[15107]: audit 2024-09-11T07:29:59.769797+0000 mon.smithi082 (mon.0) 119 : audit [INF] from='mgr.14160 172.21.15.82:0/2396744616' entity='mgr.smithi082.szoofc' 2024-09-11T07:30:00.981 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:00 smithi082 bash[15107]: audit 2024-09-11T07:29:59.773220+0000 mon.smithi082 (mon.0) 120 : audit [INF] from='mgr.14160 172.21.15.82:0/2396744616' entity='mgr.smithi082.szoofc' 2024-09-11T07:30:00.981 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:00 smithi082 bash[15107]: audit 2024-09-11T07:29:59.777910+0000 mon.smithi082 (mon.0) 121 : audit [INF] from='mgr.14160 172.21.15.82:0/2396744616' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-11T07:30:00.981 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:00 smithi082 bash[15107]: audit 2024-09-11T07:29:59.778659+0000 mgr.smithi082.szoofc (mgr.14160) 23 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-11T07:30:00.982 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:00 smithi082 bash[15107]: audit 2024-09-11T07:29:59.783975+0000 mon.smithi082 (mon.0) 122 : audit [INF] from='mgr.14160 172.21.15.82:0/2396744616' entity='mgr.smithi082.szoofc' 2024-09-11T07:30:00.982 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:00 smithi082 bash[15107]: cephadm 2024-09-11T07:29:59.798507+0000 mgr.smithi082.szoofc (mgr.14160) 24 : cephadm [INF] Deploying daemon grafana.smithi082 on smithi082 2024-09-11T07:30:00.982 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:00 smithi082 bash[15107]: cluster 2024-09-11T07:29:59.955943+0000 mgr.smithi082.szoofc (mgr.14160) 25 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:30:00.982 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:00 smithi082 bash[15107]: audit 2024-09-11T07:30:00.012874+0000 mon.smithi082 (mon.0) 123 : audit [INF] from='mgr.14160 172.21.15.82:0/2396744616' entity='mgr.smithi082.szoofc' 2024-09-11T07:30:02.937 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/mon.smithi082/config 2024-09-11T07:30:03.401 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:03 smithi082 bash[15107]: cluster 2024-09-11T07:30:01.956415+0000 mgr.smithi082.szoofc (mgr.14160) 26 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:30:05.401 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:05 smithi082 bash[15107]: cluster 2024-09-11T07:30:03.956884+0000 mgr.smithi082.szoofc (mgr.14160) 27 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:30:07.279 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:07 smithi082 bash[15107]: cluster 2024-09-11T07:30:05.957171+0000 mgr.smithi082.szoofc (mgr.14160) 28 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:30:09.401 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:09 smithi082 bash[15107]: cluster 2024-09-11T07:30:07.957526+0000 mgr.smithi082.szoofc (mgr.14160) 29 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:30:11.401 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:11 smithi082 bash[15107]: cluster 2024-09-11T07:30:09.957830+0000 mgr.smithi082.szoofc (mgr.14160) 30 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:30:13.285 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:13 smithi082 bash[15107]: cluster 2024-09-11T07:30:11.958245+0000 mgr.smithi082.szoofc (mgr.14160) 31 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:30:15.151 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:15 smithi082 bash[15107]: cluster 2024-09-11T07:30:13.958540+0000 mgr.smithi082.szoofc (mgr.14160) 32 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:30:15.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:15 smithi082 bash[15107]: audit 2024-09-11T07:30:14.113474+0000 mgr.smithi082.szoofc (mgr.14160) 33 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi189", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:30:16.401 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:16 smithi082 bash[15107]: cephadm 2024-09-11T07:30:15.317778+0000 mgr.smithi082.szoofc (mgr.14160) 34 : cephadm [INF] Deploying cephadm binary to smithi189 2024-09-11T07:30:17.151 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:17 smithi082 bash[15107]: cluster 2024-09-11T07:30:15.958971+0000 mgr.smithi082.szoofc (mgr.14160) 35 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:30:17.843 INFO:teuthology.orchestra.run.smithi082.stdout:Added host 'smithi189' with addr '172.21.15.189' 2024-09-11T07:30:18.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:18 smithi082 bash[15107]: audit 2024-09-11T07:30:17.820625+0000 mon.smithi082 (mon.0) 124 : audit [INF] from='mgr.14160 172.21.15.82:0/2396744616' entity='mgr.smithi082.szoofc' 2024-09-11T07:30:18.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:18 smithi082 bash[15107]: audit 2024-09-11T07:30:17.828951+0000 mon.smithi082 (mon.0) 125 : audit [INF] from='mgr.14160 172.21.15.82:0/2396744616' entity='mgr.smithi082.szoofc' 2024-09-11T07:30:18.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:18 smithi082 bash[15107]: audit 2024-09-11T07:30:17.833252+0000 mon.smithi082 (mon.0) 126 : audit [INF] from='mgr.14160 172.21.15.82:0/2396744616' entity='mgr.smithi082.szoofc' 2024-09-11T07:30:18.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:18 smithi082 bash[15107]: audit 2024-09-11T07:30:17.840033+0000 mon.smithi082 (mon.0) 127 : audit [INF] from='mgr.14160 172.21.15.82:0/2396744616' entity='mgr.smithi082.szoofc' 2024-09-11T07:30:18.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:18 smithi082 bash[15107]: audit 2024-09-11T07:30:17.842348+0000 mon.smithi082 (mon.0) 128 : audit [INF] from='mgr.14160 172.21.15.82:0/2396744616' entity='mgr.smithi082.szoofc' 2024-09-11T07:30:18.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:18 smithi082 bash[15107]: cephadm 2024-09-11T07:30:17.842761+0000 mgr.smithi082.szoofc (mgr.14160) 36 : cephadm [INF] Added host smithi189 2024-09-11T07:30:18.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:18 smithi082 bash[15107]: audit 2024-09-11T07:30:17.848017+0000 mon.smithi082 (mon.0) 129 : audit [INF] from='mgr.14160 172.21.15.82:0/2396744616' entity='mgr.smithi082.szoofc' 2024-09-11T07:30:18.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:18 smithi082 bash[15107]: audit 2024-09-11T07:30:17.851800+0000 mon.smithi082 (mon.0) 130 : audit [INF] from='mgr.14160 172.21.15.82:0/2396744616' entity='mgr.smithi082.szoofc' 2024-09-11T07:30:18.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:18 smithi082 bash[15107]: cephadm 2024-09-11T07:30:17.862089+0000 mgr.smithi082.szoofc (mgr.14160) 37 : cephadm [INF] Deploying daemon prometheus.smithi082 on smithi082 2024-09-11T07:30:18.903 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:18 smithi082 bash[15107]: cluster 2024-09-11T07:30:17.959276+0000 mgr.smithi082.szoofc (mgr.14160) 38 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:30:19.192 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f0bd109a-700e-11ef-bcea-c7b262605968 -- ceph orch host ls --format=json 2024-09-11T07:30:21.278 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:21 smithi082 bash[15107]: cluster 2024-09-11T07:30:19.959587+0000 mgr.smithi082.szoofc (mgr.14160) 39 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:30:21.278 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:21 smithi082 bash[15107]: audit 2024-09-11T07:30:20.020131+0000 mon.smithi082 (mon.0) 131 : audit [INF] from='mgr.14160 172.21.15.82:0/2396744616' entity='mgr.smithi082.szoofc' 2024-09-11T07:30:23.129 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:23 smithi082 bash[15107]: cluster 2024-09-11T07:30:21.960055+0000 mgr.smithi082.szoofc (mgr.14160) 40 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:30:23.921 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/mon.smithi082/config 2024-09-11T07:30:25.193 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:25 smithi082 bash[15107]: cluster 2024-09-11T07:30:23.960499+0000 mgr.smithi082.szoofc (mgr.14160) 41 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:30:27.353 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:27 smithi082 bash[15107]: cluster 2024-09-11T07:30:25.960928+0000 mgr.smithi082.szoofc (mgr.14160) 42 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:30:29.292 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:29 smithi082 bash[15107]: cluster 2024-09-11T07:30:27.961309+0000 mgr.smithi082.szoofc (mgr.14160) 43 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:30:31.306 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:31 smithi082 bash[15107]: cluster 2024-09-11T07:30:29.961690+0000 mgr.smithi082.szoofc (mgr.14160) 44 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:30:32.010 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-09-11T07:30:32.011 INFO:teuthology.orchestra.run.smithi082.stdout:[{"addr": "172.21.15.82", "hostname": "smithi082", "labels": [], "status": ""}, {"addr": "172.21.15.189", "hostname": "smithi189", "labels": [], "status": ""}] 2024-09-11T07:30:33.334 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:33 smithi082 bash[15107]: cluster 2024-09-11T07:30:31.961980+0000 mgr.smithi082.szoofc (mgr.14160) 45 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:30:33.335 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:33 smithi082 bash[15107]: audit 2024-09-11T07:30:32.009248+0000 mgr.smithi082.szoofc (mgr.14160) 46 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T07:30:33.491 INFO:tasks.cephadm:Setting crush tunables to default 2024-09-11T07:30:33.491 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f0bd109a-700e-11ef-bcea-c7b262605968 -- ceph osd crush tunables default 2024-09-11T07:30:35.299 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:35 smithi082 bash[15107]: cluster 2024-09-11T07:30:33.962267+0000 mgr.smithi082.szoofc (mgr.14160) 47 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:30:37.284 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:37 smithi082 bash[15107]: cluster 2024-09-11T07:30:35.962681+0000 mgr.smithi082.szoofc (mgr.14160) 48 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:30:38.785 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/mon.smithi082/config 2024-09-11T07:30:39.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:39 smithi082 bash[15107]: cluster 2024-09-11T07:30:37.963135+0000 mgr.smithi082.szoofc (mgr.14160) 49 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:30:39.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:39 smithi082 bash[15107]: audit 2024-09-11T07:30:38.873068+0000 mon.smithi082 (mon.0) 132 : audit [INF] from='mgr.14160 172.21.15.82:0/2396744616' entity='mgr.smithi082.szoofc' 2024-09-11T07:30:39.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:39 smithi082 bash[15107]: audit 2024-09-11T07:30:38.877998+0000 mon.smithi082 (mon.0) 133 : audit [INF] from='mgr.14160 172.21.15.82:0/2396744616' entity='mgr.smithi082.szoofc' 2024-09-11T07:30:39.153 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:39 smithi082 bash[15107]: audit 2024-09-11T07:30:38.882272+0000 mon.smithi082 (mon.0) 134 : audit [INF] from='mgr.14160 172.21.15.82:0/2396744616' entity='mgr.smithi082.szoofc' 2024-09-11T07:30:39.153 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:39 smithi082 bash[15107]: audit 2024-09-11T07:30:38.884198+0000 mon.smithi082 (mon.0) 135 : audit [INF] from='mgr.14160 172.21.15.82:0/2396744616' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-09-11T07:30:41.151 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:40 smithi082 bash[15107]: audit 2024-09-11T07:30:39.885831+0000 mon.smithi082 (mon.0) 136 : audit [INF] from='mgr.14160 172.21.15.82:0/2396744616' entity='mgr.smithi082.szoofc' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-09-11T07:30:41.151 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:40 smithi082 bash[15107]: cluster 2024-09-11T07:30:39.885903+0000 mon.smithi082 (mon.0) 137 : cluster [DBG] mgrmap e14: smithi082.szoofc(active, since 79s) 2024-09-11T07:30:45.167 INFO:teuthology.orchestra.run.smithi082.stderr:adjusted tunables profile to default 2024-09-11T07:30:45.215 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:45 smithi082 bash[15107]: audit 2024-09-11T07:30:45.110666+0000 mon.smithi082 (mon.0) 138 : audit [INF] from='client.? 172.21.15.82:0/2362342144' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-09-11T07:30:46.288 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:46 smithi082 bash[15107]: audit 2024-09-11T07:30:45.165630+0000 mon.smithi082 (mon.0) 139 : audit [INF] from='client.? 172.21.15.82:0/2362342144' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-11T07:30:46.288 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:46 smithi082 bash[15107]: cluster 2024-09-11T07:30:45.165675+0000 mon.smithi082 (mon.0) 140 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-11T07:30:46.288 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:46 smithi082 bash[15107]: cluster 2024-09-11T07:30:45.358170+0000 mon.smithi082 (mon.0) 141 : cluster [INF] Active manager daemon smithi082.szoofc restarted 2024-09-11T07:30:46.288 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:46 smithi082 bash[15107]: cluster 2024-09-11T07:30:45.358422+0000 mon.smithi082 (mon.0) 142 : cluster [INF] Activating manager daemon smithi082.szoofc 2024-09-11T07:30:46.288 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:46 smithi082 bash[15107]: cluster 2024-09-11T07:30:45.361500+0000 mon.smithi082 (mon.0) 143 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-09-11T07:30:46.288 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:46 smithi082 bash[15107]: cluster 2024-09-11T07:30:45.361613+0000 mon.smithi082 (mon.0) 144 : cluster [DBG] mgrmap e15: smithi082.szoofc(active, starting, since 0.00330194s) 2024-09-11T07:30:46.288 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:46 smithi082 bash[15107]: audit 2024-09-11T07:30:45.364609+0000 mon.smithi082 (mon.0) 145 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "mon metadata", "id": "smithi082"}]: dispatch 2024-09-11T07:30:46.288 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:46 smithi082 bash[15107]: audit 2024-09-11T07:30:45.365616+0000 mon.smithi082 (mon.0) 146 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "mgr metadata", "who": "smithi082.szoofc", "id": "smithi082.szoofc"}]: dispatch 2024-09-11T07:30:46.288 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:46 smithi082 bash[15107]: audit 2024-09-11T07:30:45.366417+0000 mon.smithi082 (mon.0) 147 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-11T07:30:46.288 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:46 smithi082 bash[15107]: audit 2024-09-11T07:30:45.366605+0000 mon.smithi082 (mon.0) 148 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-11T07:30:46.288 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:46 smithi082 bash[15107]: audit 2024-09-11T07:30:45.366720+0000 mon.smithi082 (mon.0) 149 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-11T07:30:46.289 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:46 smithi082 bash[15107]: cluster 2024-09-11T07:30:45.373519+0000 mon.smithi082 (mon.0) 150 : cluster [INF] Manager daemon smithi082.szoofc is now available 2024-09-11T07:30:46.289 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:46 smithi082 bash[15107]: audit 2024-09-11T07:30:45.396038+0000 mon.smithi082 (mon.0) 151 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:30:46.289 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:46 smithi082 bash[15107]: audit 2024-09-11T07:30:45.412328+0000 mon.smithi082 (mon.0) 152 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:30:46.289 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:46 smithi082 bash[15107]: audit 2024-09-11T07:30:45.413981+0000 mon.smithi082 (mon.0) 153 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:30:46.289 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:46 smithi082 bash[15107]: audit 2024-09-11T07:30:45.426655+0000 mon.smithi082 (mon.0) 154 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi082.szoofc/mirror_snapshot_schedule"}]: dispatch 2024-09-11T07:30:46.289 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:46 smithi082 bash[15107]: audit 2024-09-11T07:30:45.430202+0000 mon.smithi082 (mon.0) 155 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi082.szoofc/trash_purge_schedule"}]: dispatch 2024-09-11T07:30:46.289 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:46 smithi082 bash[15107]: audit 2024-09-11T07:30:46.055353+0000 mon.smithi082 (mon.0) 156 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:30:46.442 INFO:tasks.cephadm:Adding mon.smithi082 on smithi082 2024-09-11T07:30:46.442 INFO:tasks.cephadm:Adding mon.smithi189 on smithi189 2024-09-11T07:30:46.443 DEBUG:teuthology.orchestra.run.smithi189:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f0bd109a-700e-11ef-bcea-c7b262605968 -- ceph orch apply mon '2;smithi082:172.21.15.82=smithi082;smithi189:172.21.15.189=smithi189' 2024-09-11T07:30:47.576 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:47 smithi082 bash[15107]: cluster 2024-09-11T07:30:46.367880+0000 mon.smithi082 (mon.0) 157 : cluster [DBG] mgrmap e16: smithi082.szoofc(active, since 1.00956s) 2024-09-11T07:30:47.577 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:47 smithi082 bash[15107]: cephadm 2024-09-11T07:30:46.486227+0000 mgr.smithi082.szoofc (mgr.14190) 1 : cephadm [INF] [11/Sep/2024:07:30:46] ENGINE Bus STARTING 2024-09-11T07:30:47.577 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:47 smithi082 bash[15107]: cephadm 2024-09-11T07:30:46.610390+0000 mgr.smithi082.szoofc (mgr.14190) 2 : cephadm [INF] [11/Sep/2024:07:30:46] ENGINE Serving on https://172.21.15.82:7150 2024-09-11T07:30:47.577 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:47 smithi082 bash[15107]: cephadm 2024-09-11T07:30:46.610599+0000 mgr.smithi082.szoofc (mgr.14190) 3 : cephadm [INF] [11/Sep/2024:07:30:46] ENGINE Bus STARTED 2024-09-11T07:30:47.577 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:47 smithi082 bash[15107]: cephadm 2024-09-11T07:30:46.613041+0000 mgr.smithi082.szoofc (mgr.14190) 4 : cephadm [ERR] [11/Sep/2024:07:30:46] ENGINE Error in HTTPServer.serve 2024-09-11T07:30:47.577 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:47 smithi082 bash[15107]: Traceback (most recent call last): 2024-09-11T07:30:47.577 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:47 smithi082 bash[15107]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-11T07:30:47.577 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:47 smithi082 bash[15107]: self._connections.run(self.expiration_interval) 2024-09-11T07:30:47.577 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:47 smithi082 bash[15107]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-11T07:30:47.577 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:47 smithi082 bash[15107]: self._run(expiration_interval) 2024-09-11T07:30:47.577 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:47 smithi082 bash[15107]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-11T07:30:47.577 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:47 smithi082 bash[15107]: new_conn = self._from_server_socket(self.server.socket) 2024-09-11T07:30:47.577 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:47 smithi082 bash[15107]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-11T07:30:47.578 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:47 smithi082 bash[15107]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-11T07:30:47.578 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:47 smithi082 bash[15107]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-11T07:30:47.578 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:47 smithi082 bash[15107]: s = self.context.wrap_socket( 2024-09-11T07:30:47.578 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:47 smithi082 bash[15107]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-11T07:30:47.578 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:47 smithi082 bash[15107]: return self.sslsocket_class._create( 2024-09-11T07:30:47.578 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:47 smithi082 bash[15107]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-11T07:30:47.578 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:47 smithi082 bash[15107]: self.do_handshake() 2024-09-11T07:30:47.578 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:47 smithi082 bash[15107]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-11T07:30:47.578 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:47 smithi082 bash[15107]: self._sslobj.do_handshake() 2024-09-11T07:30:47.578 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:47 smithi082 bash[15107]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-11T07:30:47.578 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:47 smithi082 bash[15107]: audit 2024-09-11T07:30:46.616914+0000 mon.smithi082 (mon.0) 158 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:30:47.578 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:47 smithi082 bash[15107]: audit 2024-09-11T07:30:47.329996+0000 mon.smithi082 (mon.0) 159 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:30:47.678 INFO:teuthology.orchestra.run.smithi189.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-11T07:30:48.733 INFO:teuthology.orchestra.run.smithi189.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-11T07:30:49.154 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:49 smithi082 bash[15107]: audit 2024-09-11T07:30:48.069272+0000 mon.smithi082 (mon.0) 160 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:30:49.154 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:49 smithi082 bash[15107]: cluster 2024-09-11T07:30:48.332583+0000 mon.smithi082 (mon.0) 161 : cluster [DBG] mgrmap e17: smithi082.szoofc(active, since 2s) 2024-09-11T07:30:52.884 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:52 smithi082 bash[15107]: audit 2024-09-11T07:30:51.640914+0000 mon.smithi082 (mon.0) 162 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:30:52.884 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:52 smithi082 bash[15107]: audit 2024-09-11T07:30:51.645015+0000 mon.smithi082 (mon.0) 163 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:30:52.885 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:52 smithi082 bash[15107]: audit 2024-09-11T07:30:52.266901+0000 mon.smithi082 (mon.0) 164 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:30:52.885 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:52 smithi082 bash[15107]: audit 2024-09-11T07:30:52.270392+0000 mon.smithi082 (mon.0) 165 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:30:52.885 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:52 smithi082 bash[15107]: audit 2024-09-11T07:30:52.271396+0000 mon.smithi082 (mon.0) 166 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config rm", "who": "osd/host:smithi082", "name": "osd_memory_target"}]: dispatch 2024-09-11T07:30:54.240 INFO:teuthology.orchestra.run.smithi189.stdout:Scheduled mon update... 2024-09-11T07:30:54.990 DEBUG:teuthology.orchestra.run.smithi189:mon.smithi189> sudo journalctl -f -n 0 -u ceph-f0bd109a-700e-11ef-bcea-c7b262605968@mon.smithi189.service 2024-09-11T07:30:54.992 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-11T07:30:54.992 DEBUG:teuthology.orchestra.run.smithi189:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f0bd109a-700e-11ef-bcea-c7b262605968 -- ceph mon dump -f json 2024-09-11T07:30:55.051 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-09-11T07:30:55.651 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:55 smithi082 bash[15107]: audit 2024-09-11T07:30:54.230109+0000 mgr.smithi082.szoofc (mgr.14190) 5 : audit [DBG] from='client.14200 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi082:172.21.15.82=smithi082;smithi189:172.21.15.189=smithi189", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:30:55.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:55 smithi082 bash[15107]: cephadm 2024-09-11T07:30:54.235387+0000 mgr.smithi082.szoofc (mgr.14190) 6 : cephadm [INF] Saving service mon spec with placement smithi082:172.21.15.82=smithi082;smithi189:172.21.15.189=smithi189;count:2 2024-09-11T07:30:55.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:55 smithi082 bash[15107]: audit 2024-09-11T07:30:54.238799+0000 mon.smithi082 (mon.0) 167 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:30:57.504 INFO:teuthology.orchestra.run.smithi189.stderr:Inferring config /var/lib/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-11T07:30:57.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:57 smithi082 bash[15107]: audit 2024-09-11T07:30:56.569325+0000 mon.smithi082 (mon.0) 168 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:30:57.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:57 smithi082 bash[15107]: audit 2024-09-11T07:30:56.575401+0000 mon.smithi082 (mon.0) 169 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:30:57.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:57 smithi082 bash[15107]: audit 2024-09-11T07:30:56.582196+0000 mon.smithi082 (mon.0) 170 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:30:57.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:57 smithi082 bash[15107]: audit 2024-09-11T07:30:56.587962+0000 mon.smithi082 (mon.0) 171 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:30:57.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:57 smithi082 bash[15107]: audit 2024-09-11T07:30:56.589106+0000 mon.smithi082 (mon.0) 172 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config rm", "who": "osd/host:smithi189", "name": "osd_memory_target"}]: dispatch 2024-09-11T07:30:57.903 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:57 smithi082 bash[15107]: audit 2024-09-11T07:30:56.590973+0000 mon.smithi082 (mon.0) 173 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:30:57.903 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:57 smithi082 bash[15107]: audit 2024-09-11T07:30:56.592426+0000 mon.smithi082 (mon.0) 174 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:30:57.903 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:57 smithi082 bash[15107]: cephadm 2024-09-11T07:30:56.594453+0000 mgr.smithi082.szoofc (mgr.14190) 7 : cephadm [INF] Updating smithi082:/etc/ceph/ceph.conf 2024-09-11T07:30:57.903 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:57 smithi082 bash[15107]: cephadm 2024-09-11T07:30:56.594802+0000 mgr.smithi082.szoofc (mgr.14190) 8 : cephadm [INF] Updating smithi189:/etc/ceph/ceph.conf 2024-09-11T07:30:57.903 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:57 smithi082 bash[15107]: cephadm 2024-09-11T07:30:56.728546+0000 mgr.smithi082.szoofc (mgr.14190) 9 : cephadm [INF] Updating smithi082:/var/lib/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-11T07:30:57.903 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:57 smithi082 bash[15107]: cephadm 2024-09-11T07:30:56.741912+0000 mgr.smithi082.szoofc (mgr.14190) 10 : cephadm [INF] Updating smithi189:/var/lib/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-11T07:30:57.903 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:57 smithi082 bash[15107]: cephadm 2024-09-11T07:30:56.860391+0000 mgr.smithi082.szoofc (mgr.14190) 11 : cephadm [INF] Updating smithi082:/etc/ceph/ceph.client.admin.keyring 2024-09-11T07:30:57.903 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:57 smithi082 bash[15107]: cephadm 2024-09-11T07:30:56.874640+0000 mgr.smithi082.szoofc (mgr.14190) 12 : cephadm [INF] Updating smithi189:/etc/ceph/ceph.client.admin.keyring 2024-09-11T07:30:57.903 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:57 smithi082 bash[15107]: audit 2024-09-11T07:30:57.128139+0000 mon.smithi082 (mon.0) 175 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:30:57.903 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:57 smithi082 bash[15107]: audit 2024-09-11T07:30:57.132923+0000 mon.smithi082 (mon.0) 176 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:30:57.903 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:57 smithi082 bash[15107]: audit 2024-09-11T07:30:57.155117+0000 mon.smithi082 (mon.0) 177 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:30:57.903 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:57 smithi082 bash[15107]: audit 2024-09-11T07:30:57.158326+0000 mon.smithi082 (mon.0) 178 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:30:57.903 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:57 smithi082 bash[15107]: audit 2024-09-11T07:30:57.161738+0000 mon.smithi082 (mon.0) 179 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:30:57.903 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:57 smithi082 bash[15107]: audit 2024-09-11T07:30:57.163470+0000 mon.smithi082 (mon.0) 180 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi189", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-09-11T07:30:57.903 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:57 smithi082 bash[15107]: audit 2024-09-11T07:30:57.167166+0000 mon.smithi082 (mon.0) 181 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi189", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-09-11T07:30:57.904 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:57 smithi082 bash[15107]: audit 2024-09-11T07:30:57.168386+0000 mon.smithi082 (mon.0) 182 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:30:58.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:58 smithi082 bash[15107]: cephadm 2024-09-11T07:30:56.985822+0000 mgr.smithi082.szoofc (mgr.14190) 13 : cephadm [INF] Updating smithi082:/var/lib/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/config/ceph.client.admin.keyring 2024-09-11T07:30:58.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:58 smithi082 bash[15107]: cephadm 2024-09-11T07:30:57.009282+0000 mgr.smithi082.szoofc (mgr.14190) 14 : cephadm [INF] Updating smithi189:/var/lib/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/config/ceph.client.admin.keyring 2024-09-11T07:30:58.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:30:58 smithi082 bash[15107]: cephadm 2024-09-11T07:30:57.169531+0000 mgr.smithi082.szoofc (mgr.14190) 15 : cephadm [INF] Deploying daemon crash.smithi189 on smithi189 2024-09-11T07:31:00.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:00 smithi082 bash[15107]: audit 2024-09-11T07:31:00.415128+0000 mon.smithi082 (mon.0) 183 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:31:02.210 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-09-11T07:31:02.210 INFO:teuthology.orchestra.run.smithi189.stdout:{"epoch":1,"fsid":"f0bd109a-700e-11ef-bcea-c7b262605968","modified":"2024-09-11T07:27:58.415797Z","created":"2024-09-11T07:27:58.415797Z","min_mon_release":17,"min_mon_release_name":"quincy","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"],"optional":[]},"mons":[{"rank":0,"name":"smithi082","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:3300","nonce":0},{"type":"v1","addr":"172.21.15.82:6789","nonce":0}]},"addr":"172.21.15.82:6789/0","public_addr":"172.21.15.82:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-11T07:31:02.211 INFO:teuthology.orchestra.run.smithi189.stderr:dumped monmap epoch 1 2024-09-11T07:31:02.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:02 smithi082 bash[15107]: audit 2024-09-11T07:31:01.487481+0000 mon.smithi082 (mon.0) 184 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:31:02.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:02 smithi082 bash[15107]: audit 2024-09-11T07:31:01.490958+0000 mon.smithi082 (mon.0) 185 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:31:02.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:02 smithi082 bash[15107]: audit 2024-09-11T07:31:01.494753+0000 mon.smithi082 (mon.0) 186 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:31:02.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:02 smithi082 bash[15107]: audit 2024-09-11T07:31:01.498181+0000 mon.smithi082 (mon.0) 187 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:31:02.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:02 smithi082 bash[15107]: cephadm 2024-09-11T07:31:01.500219+0000 mgr.smithi082.szoofc (mgr.14190) 16 : cephadm [INF] Deploying daemon node-exporter.smithi189 on smithi189 2024-09-11T07:31:02.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:02 smithi082 bash[15107]: audit 2024-09-11T07:31:02.208580+0000 mon.smithi082 (mon.0) 188 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:31:02.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:02 smithi082 bash[15107]: audit 2024-09-11T07:31:02.209020+0000 mon.smithi082 (mon.0) 189 : audit [DBG] from='client.? 172.21.15.189:0/2576730619' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-11T07:31:02.903 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:02 smithi082 bash[15107]: audit 2024-09-11T07:31:02.212939+0000 mon.smithi082 (mon.0) 190 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:31:02.903 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:02 smithi082 bash[15107]: audit 2024-09-11T07:31:02.217315+0000 mon.smithi082 (mon.0) 191 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:31:02.903 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:02 smithi082 bash[15107]: audit 2024-09-11T07:31:02.221073+0000 mon.smithi082 (mon.0) 192 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:31:02.903 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:02 smithi082 bash[15107]: audit 2024-09-11T07:31:02.223824+0000 mon.smithi082 (mon.0) 193 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi189.skbamy", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T07:31:02.903 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:02 smithi082 bash[15107]: audit 2024-09-11T07:31:02.227606+0000 mon.smithi082 (mon.0) 194 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi189.skbamy", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-11T07:31:02.903 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:02 smithi082 bash[15107]: audit 2024-09-11T07:31:02.228912+0000 mon.smithi082 (mon.0) 195 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-11T07:31:02.903 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:02 smithi082 bash[15107]: audit 2024-09-11T07:31:02.230335+0000 mon.smithi082 (mon.0) 196 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:31:03.901 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:03 smithi082 bash[15107]: cephadm 2024-09-11T07:31:02.231869+0000 mgr.smithi082.szoofc (mgr.14190) 17 : cephadm [INF] Deploying daemon mgr.smithi189.skbamy on smithi189 2024-09-11T07:31:04.617 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-11T07:31:04.618 DEBUG:teuthology.orchestra.run.smithi189:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f0bd109a-700e-11ef-bcea-c7b262605968 -- ceph mon dump -f json 2024-09-11T07:31:06.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:06 smithi082 bash[15107]: cluster 2024-09-11T07:31:05.368281+0000 mgr.smithi082.szoofc (mgr.14190) 18 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:31:06.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:06 smithi082 bash[15107]: audit 2024-09-11T07:31:05.415192+0000 mon.smithi082 (mon.0) 197 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:31:07.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:07 smithi082 bash[15107]: audit 2024-09-11T07:31:06.421648+0000 mon.smithi082 (mon.0) 198 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:31:07.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:07 smithi082 bash[15107]: audit 2024-09-11T07:31:06.425239+0000 mon.smithi082 (mon.0) 199 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:31:07.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:07 smithi082 bash[15107]: audit 2024-09-11T07:31:06.428879+0000 mon.smithi082 (mon.0) 200 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:31:07.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:07 smithi082 bash[15107]: audit 2024-09-11T07:31:06.432732+0000 mon.smithi082 (mon.0) 201 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:31:07.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:07 smithi082 bash[15107]: audit 2024-09-11T07:31:06.435865+0000 mon.smithi082 (mon.0) 202 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T07:31:07.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:07 smithi082 bash[15107]: audit 2024-09-11T07:31:06.437272+0000 mon.smithi082 (mon.0) 203 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:31:07.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:07 smithi082 bash[15107]: cephadm 2024-09-11T07:31:06.438682+0000 mgr.smithi082.szoofc (mgr.14190) 19 : cephadm [INF] Deploying daemon mon.smithi189 on smithi189 2024-09-11T07:31:08.321 INFO:teuthology.orchestra.run.smithi189.stderr:Inferring config /var/lib/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-11T07:31:08.901 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:08 smithi082 bash[15107]: cluster 2024-09-11T07:31:07.368747+0000 mgr.smithi082.szoofc (mgr.14190) 20 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:31:10.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:10 smithi082 bash[15107]: cluster 2024-09-11T07:31:09.369194+0000 mgr.smithi082.szoofc (mgr.14190) 21 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:31:10.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:10 smithi082 bash[15107]: audit 2024-09-11T07:31:10.421590+0000 mon.smithi082 (mon.0) 204 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:31:12.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:12 smithi082 bash[15107]: cluster 2024-09-11T07:31:11.369552+0000 mgr.smithi082.szoofc (mgr.14190) 22 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:31:14.048 INFO:teuthology.orchestra.run.smithi189.stderr:dumped monmap epoch 1 2024-09-11T07:31:14.048 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-09-11T07:31:14.048 INFO:teuthology.orchestra.run.smithi189.stdout:{"epoch":1,"fsid":"f0bd109a-700e-11ef-bcea-c7b262605968","modified":"2024-09-11T07:27:58.415797Z","created":"2024-09-11T07:27:58.415797Z","min_mon_release":17,"min_mon_release_name":"quincy","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"],"optional":[]},"mons":[{"rank":0,"name":"smithi082","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:3300","nonce":0},{"type":"v1","addr":"172.21.15.82:6789","nonce":0}]},"addr":"172.21.15.82:6789/0","public_addr":"172.21.15.82:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-11T07:31:14.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:14 smithi082 bash[15107]: cluster 2024-09-11T07:31:13.369955+0000 mgr.smithi082.szoofc (mgr.14190) 23 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:31:14.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:14 smithi082 bash[15107]: audit 2024-09-11T07:31:14.046336+0000 mon.smithi082 (mon.0) 205 : audit [DBG] from='client.? 172.21.15.189:0/2479786180' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-11T07:31:15.129 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:15 smithi189 systemd[1]: Started Ceph mon.smithi189 for f0bd109a-700e-11ef-bcea-c7b262605968. 2024-09-11T07:31:15.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:15 smithi082 bash[15107]: cluster 2024-09-11T07:31:14.519915+0000 mon.smithi082 (mon.0) 206 : cluster [DBG] Standby manager daemon smithi189.skbamy started 2024-09-11T07:31:15.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:15 smithi082 bash[15107]: audit 2024-09-11T07:31:14.524210+0000 mon.smithi082 (mon.0) 207 : audit [DBG] from='mgr.? 172.21.15.189:0/4008808712' entity='mgr.smithi189.skbamy' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi189.skbamy/crt"}]: dispatch 2024-09-11T07:31:15.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:15 smithi082 bash[15107]: audit 2024-09-11T07:31:14.525189+0000 mon.smithi082 (mon.0) 208 : audit [DBG] from='mgr.? 172.21.15.189:0/4008808712' entity='mgr.smithi189.skbamy' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T07:31:15.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:15 smithi082 bash[15107]: audit 2024-09-11T07:31:14.528019+0000 mon.smithi082 (mon.0) 209 : audit [DBG] from='mgr.? 172.21.15.189:0/4008808712' entity='mgr.smithi189.skbamy' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi189.skbamy/key"}]: dispatch 2024-09-11T07:31:15.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:15 smithi082 bash[15107]: audit 2024-09-11T07:31:14.528803+0000 mon.smithi082 (mon.0) 210 : audit [DBG] from='mgr.? 172.21.15.189:0/4008808712' entity='mgr.smithi189.skbamy' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T07:31:15.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:15 smithi082 bash[15107]: audit 2024-09-11T07:31:15.111640+0000 mon.smithi082 (mon.0) 211 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:31:15.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:15 smithi082 bash[15107]: audit 2024-09-11T07:31:15.117057+0000 mon.smithi082 (mon.0) 212 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:31:15.903 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:15 smithi082 bash[15107]: audit 2024-09-11T07:31:15.122441+0000 mon.smithi082 (mon.0) 213 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:31:15.903 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:15 smithi082 bash[15107]: audit 2024-09-11T07:31:15.129201+0000 mon.smithi082 (mon.0) 214 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:31:15.903 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:15 smithi082 bash[15107]: audit 2024-09-11T07:31:15.138625+0000 mon.smithi082 (mon.0) 215 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:31:15.903 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:15 smithi082 bash[15107]: audit 2024-09-11T07:31:15.181378+0000 mon.smithi082 (mon.0) 216 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:31:15.903 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:15 smithi082 bash[15107]: audit 2024-09-11T07:31:15.415479+0000 mon.smithi082 (mon.0) 217 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:31:15.903 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:15 smithi082 bash[15107]: audit 2024-09-11T07:31:15.430599+0000 mon.smithi082 (mon.0) 218 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:31:16.131 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-11T07:31:16.131 DEBUG:teuthology.orchestra.run.smithi189:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f0bd109a-700e-11ef-bcea-c7b262605968 -- ceph mon dump -f json 2024-09-11T07:31:16.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.291+0000 7f5c06194900 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-11T07:31:16.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.291+0000 7f5c06194900 0 ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable), process ceph-mon, pid 7 2024-09-11T07:31:16.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.291+0000 7f5c06194900 0 pidfile_write: ignore empty --pid-file 2024-09-11T07:31:16.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 0 load: jerasure load: lrc 2024-09-11T07:31:16.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: RocksDB version: 6.15.5 2024-09-11T07:31:16.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-09-11T07:31:16.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Compile date Sep 10 2024 2024-09-11T07:31:16.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: DB SUMMARY 2024-09-11T07:31:16.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: DB Session ID: ACO72YG1SERB7FYHYXCQ 2024-09-11T07:31:16.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: CURRENT file: CURRENT 2024-09-11T07:31:16.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: IDENTITY file: IDENTITY 2024-09-11T07:31:16.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: MANIFEST file: MANIFEST-000003 size: 57 Bytes 2024-09-11T07:31:16.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi189/store.db dir, Total Num: 0, files: 2024-09-11T07:31:16.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi189/store.db: 000004.log size: 511 ; 2024-09-11T07:31:16.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.error_if_exists: 0 2024-09-11T07:31:16.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.create_if_missing: 0 2024-09-11T07:31:16.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.paranoid_checks: 1 2024-09-11T07:31:16.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-11T07:31:16.415 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.env: 0x555b6d4ac440 2024-09-11T07:31:16.415 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.fs: Posix File System 2024-09-11T07:31:16.415 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.info_log: 0x555b6e6770e0 2024-09-11T07:31:16.415 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-11T07:31:16.415 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.statistics: (nil) 2024-09-11T07:31:16.415 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.use_fsync: 0 2024-09-11T07:31:16.415 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.max_log_file_size: 0 2024-09-11T07:31:16.415 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-11T07:31:16.415 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-11T07:31:16.416 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-11T07:31:16.417 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-11T07:31:16.417 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.allow_fallocate: 1 2024-09-11T07:31:16.417 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-11T07:31:16.417 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-11T07:31:16.417 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.use_direct_reads: 0 2024-09-11T07:31:16.417 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-11T07:31:16.417 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.create_missing_column_families: 0 2024-09-11T07:31:16.417 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.db_log_dir: 2024-09-11T07:31:16.417 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi189/store.db 2024-09-11T07:31:16.418 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-11T07:31:16.418 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-11T07:31:16.418 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-11T07:31:16.418 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-11T07:31:16.418 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-11T07:31:16.418 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-11T07:31:16.418 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.advise_random_on_open: 1 2024-09-11T07:31:16.418 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-11T07:31:16.418 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.write_buffer_manager: 0x555b6e734870 2024-09-11T07:31:16.418 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-11T07:31:16.419 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-09-11T07:31:16.419 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-11T07:31:16.419 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-11T07:31:16.419 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.rate_limiter: (nil) 2024-09-11T07:31:16.419 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-11T07:31:16.419 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-11T07:31:16.419 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-11T07:31:16.419 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-11T07:31:16.419 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.unordered_write: 0 2024-09-11T07:31:16.419 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-11T07:31:16.419 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-11T07:31:16.419 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-11T07:31:16.419 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-11T07:31:16.420 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.row_cache: None 2024-09-11T07:31:16.420 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.wal_filter: None 2024-09-11T07:31:16.420 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-11T07:31:16.420 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-11T07:31:16.420 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.preserve_deletes: 0 2024-09-11T07:31:16.420 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.two_write_queues: 0 2024-09-11T07:31:16.420 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.manual_wal_flush: 0 2024-09-11T07:31:16.420 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.atomic_flush: 0 2024-09-11T07:31:16.420 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-11T07:31:16.420 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.persist_stats_to_disk: 0 2024-09-11T07:31:16.420 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-09-11T07:31:16.420 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.log_readahead_size: 0 2024-09-11T07:31:16.421 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-11T07:31:16.421 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.best_efforts_recovery: 0 2024-09-11T07:31:16.421 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-11T07:31:16.421 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-11T07:31:16.421 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.allow_data_in_errors: 0 2024-09-11T07:31:16.421 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.db_host_id: __hostname__ 2024-09-11T07:31:16.421 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.max_background_jobs: 2 2024-09-11T07:31:16.421 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.max_background_compactions: -1 2024-09-11T07:31:16.421 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.max_subcompactions: 1 2024-09-11T07:31:16.421 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-11T07:31:16.421 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-11T07:31:16.421 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-11T07:31:16.422 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.max_total_wal_size: 0 2024-09-11T07:31:16.422 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-11T07:31:16.422 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-11T07:31:16.422 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-11T07:31:16.422 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-11T07:31:16.422 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.max_open_files: -1 2024-09-11T07:31:16.422 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.bytes_per_sync: 0 2024-09-11T07:31:16.422 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-11T07:31:16.422 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-09-11T07:31:16.422 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-11T07:31:16.422 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.max_background_flushes: -1 2024-09-11T07:31:16.422 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Compression algorithms supported: 2024-09-11T07:31:16.422 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: kZSTD supported: 0 2024-09-11T07:31:16.422 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: kXpressCompression supported: 0 2024-09-11T07:31:16.423 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: kBZip2Compression supported: 0 2024-09-11T07:31:16.423 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-11T07:31:16.423 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: kLZ4Compression supported: 1 2024-09-11T07:31:16.423 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: kZlibCompression supported: 1 2024-09-11T07:31:16.423 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-11T07:31:16.423 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: kSnappyCompression supported: 1 2024-09-11T07:31:16.423 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-11T07:31:16.423 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: [db/version_set.cc:4724] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi189/store.db/MANIFEST-000003 2024-09-11T07:31:16.423 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: [db/column_family.cc:595] --------------- Options for column family [default]: 2024-09-11T07:31:16.423 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-11T07:31:16.423 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.merge_operator: 2024-09-11T07:31:16.423 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.compaction_filter: None 2024-09-11T07:31:16.423 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.compaction_filter_factory: None 2024-09-11T07:31:16.423 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.sst_partitioner_factory: None 2024-09-11T07:31:16.423 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-11T07:31:16.424 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-11T07:31:16.424 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x555b6e61fa38) 2024-09-11T07:31:16.424 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: cache_index_and_filter_blocks: 1 2024-09-11T07:31:16.424 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-11T07:31:16.424 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-11T07:31:16.424 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: pin_top_level_index_and_filter: 1 2024-09-11T07:31:16.424 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: index_type: 0 2024-09-11T07:31:16.424 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: data_block_index_type: 0 2024-09-11T07:31:16.424 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: index_shortening: 1 2024-09-11T07:31:16.424 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: data_block_hash_table_util_ratio: 0.750000 2024-09-11T07:31:16.424 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: hash_index_allow_collision: 1 2024-09-11T07:31:16.424 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: checksum: 1 2024-09-11T07:31:16.424 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: no_block_cache: 0 2024-09-11T07:31:16.424 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: block_cache: 0x555b6e6531f0 2024-09-11T07:31:16.424 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: block_cache_name: BinnedLRUCache 2024-09-11T07:31:16.425 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: block_cache_options: 2024-09-11T07:31:16.425 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: capacity : 536870912 2024-09-11T07:31:16.425 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: num_shard_bits : 4 2024-09-11T07:31:16.425 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: strict_capacity_limit : 0 2024-09-11T07:31:16.425 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: high_pri_pool_ratio: 0.000 2024-09-11T07:31:16.425 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: block_cache_compressed: (nil) 2024-09-11T07:31:16.425 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: persistent_cache: (nil) 2024-09-11T07:31:16.425 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: block_size: 4096 2024-09-11T07:31:16.425 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: block_size_deviation: 10 2024-09-11T07:31:16.425 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: block_restart_interval: 16 2024-09-11T07:31:16.425 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: index_block_restart_interval: 1 2024-09-11T07:31:16.425 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: metadata_block_size: 4096 2024-09-11T07:31:16.425 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: partition_filters: 0 2024-09-11T07:31:16.425 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: use_delta_encoding: 1 2024-09-11T07:31:16.426 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: filter_policy: rocksdb.BuiltinBloomFilter 2024-09-11T07:31:16.426 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: whole_key_filtering: 1 2024-09-11T07:31:16.426 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: verify_compression: 0 2024-09-11T07:31:16.426 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: read_amp_bytes_per_bit: 0 2024-09-11T07:31:16.426 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: format_version: 4 2024-09-11T07:31:16.426 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: enable_index_compression: 1 2024-09-11T07:31:16.426 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: block_align: 0 2024-09-11T07:31:16.426 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-11T07:31:16.426 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-11T07:31:16.426 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.compression: NoCompression 2024-09-11T07:31:16.426 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-11T07:31:16.426 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-11T07:31:16.427 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-11T07:31:16.427 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.num_levels: 7 2024-09-11T07:31:16.427 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-11T07:31:16.427 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-11T07:31:16.427 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-11T07:31:16.427 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-11T07:31:16.427 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-11T07:31:16.427 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-11T07:31:16.427 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-11T07:31:16.427 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-11T07:31:16.427 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-11T07:31:16.427 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-11T07:31:16.427 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-11T07:31:16.428 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.compression_opts.level: 32767 2024-09-11T07:31:16.428 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-11T07:31:16.428 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-11T07:31:16.428 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-11T07:31:16.428 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-11T07:31:16.428 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.compression_opts.enabled: false 2024-09-11T07:31:16.428 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-11T07:31:16.428 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-11T07:31:16.428 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-11T07:31:16.428 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-11T07:31:16.428 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-11T07:31:16.428 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-11T07:31:16.428 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-11T07:31:16.428 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-11T07:31:16.429 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-11T07:31:16.429 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-11T07:31:16.429 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-11T07:31:16.429 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-11T07:31:16.429 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-11T07:31:16.429 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-11T07:31:16.429 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-11T07:31:16.429 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-11T07:31:16.429 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-11T07:31:16.429 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.arena_block_size: 4194304 2024-09-11T07:31:16.429 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-11T07:31:16.429 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-11T07:31:16.429 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-09-11T07:31:16.430 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-11T07:31:16.430 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-11T07:31:16.430 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-11T07:31:16.430 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-11T07:31:16.430 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-11T07:31:16.430 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-11T07:31:16.430 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-11T07:31:16.430 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-11T07:31:16.430 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-11T07:31:16.430 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-11T07:31:16.430 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-11T07:31:16.430 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-11T07:31:16.430 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.inplace_update_support: 0 2024-09-11T07:31:16.431 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-11T07:31:16.431 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-11T07:31:16.431 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-11T07:31:16.432 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-11T07:31:16.432 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.bloom_locality: 0 2024-09-11T07:31:16.432 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.max_successive_merges: 0 2024-09-11T07:31:16.432 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-11T07:31:16.432 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-11T07:31:16.432 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.force_consistency_checks: 1 2024-09-11T07:31:16.432 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-11T07:31:16.432 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.ttl: 2592000 2024-09-11T07:31:16.432 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-09-11T07:31:16.432 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.enable_blob_files: false 2024-09-11T07:31:16.432 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.min_blob_size: 0 2024-09-11T07:31:16.432 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.blob_file_size: 268435456 2024-09-11T07:31:16.433 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.blob_compression_type: NoCompression 2024-09-11T07:31:16.433 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-09-11T07:31:16.433 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-11T07:31:16.433 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: [db/version_set.cc:4764] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi189/store.db/MANIFEST-000003 succeeded,manifest_file_number is 3, next_file_number is 5, 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-11T07:31:16.433 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: [db/version_set.cc:4779] Column family [default] (ID 0), log number is 0 2024-09-11T07:31:16.433 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: [db/version_set.cc:4082] Creating manifest 7 2024-09-11T07:31:16.433 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726039876299684, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-09-11T07:31:16.433 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: [db/db_impl/db_impl_open.cc:845] Recovering log #4 mode 2 2024-09-11T07:31:16.433 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 3 rocksdb: [table/block_based/filter_policy.cc:991] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2024-09-11T07:31:16.433 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726039876300068, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1571, "file_checksum": "", "file_checksum_func_name": "Unknown", "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_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "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; ", "creation_time": 1726039876, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "9340c5ee-7e80-4958-b0d0-37382fc96205", "db_session_id": "ACO72YG1SERB7FYHYXCQ"}} 2024-09-11T07:31:16.433 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: [db/version_set.cc:4082] Creating manifest 9 2024-09-11T07:31:16.433 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726039876300488, "job": 1, "event": "recovery_finished"} 2024-09-11T07:31:16.433 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.295+0000 7f5c06194900 4 rocksdb: [file/delete_scheduler.cc:69] Deleted file /var/lib/ceph/mon/ceph-smithi189/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-09-11T07:31:16.434 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.299+0000 7f5c06194900 4 rocksdb: [db/db_impl/db_impl_open.cc:1700] SstFileManager instance 0x555b6e688700 2024-09-11T07:31:16.434 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.299+0000 7f5c06194900 4 rocksdb: DB pointer 0x555b6e656000 2024-09-11T07:31:16.434 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.299+0000 7f5bfbf60640 4 rocksdb: [db/db_impl/db_impl.cc:901] ------- DUMPING STATS ------- 2024-09-11T07:31:16.434 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.299+0000 7f5bfbf60640 4 rocksdb: [db/db_impl/db_impl.cc:903] 2024-09-11T07:31:16.434 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: ** DB Stats ** 2024-09-11T07:31:16.434 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-11T07:31:16.434 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: 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-11T07:31:16.434 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-11T07:31:16.434 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-11T07:31:16.434 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: 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-11T07:31:16.434 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-09-11T07:31:16.434 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-11T07:31:16.434 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: ** Compaction Stats [default] ** 2024-09-11T07:31:16.434 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: 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 2024-09-11T07:31:16.435 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T07:31:16.435 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: L0 1/0 1.53 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.2 0.00 0.00 1 0.000 0 0 2024-09-11T07:31:16.435 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: Sum 1/0 1.53 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.2 0.00 0.00 1 0.000 0 0 2024-09-11T07:31:16.435 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.2 0.00 0.00 1 0.000 0 0 2024-09-11T07:31:16.435 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: ** Compaction Stats [default] ** 2024-09-11T07:31:16.435 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: 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 2024-09-11T07:31:16.435 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T07:31:16.435 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 4.2 0.00 0.00 1 0.000 0 0 2024-09-11T07:31:16.435 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-11T07:31:16.435 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: Flush(GB): cumulative 0.000, interval 0.000 2024-09-11T07:31:16.435 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-11T07:31:16.435 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: AddFile(Total Files): cumulative 0, interval 0 2024-09-11T07:31:16.436 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-11T07:31:16.436 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: AddFile(Keys): cumulative 0, interval 0 2024-09-11T07:31:16.436 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: Cumulative compaction: 0.00 GB write, 0.44 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-11T07:31:16.436 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: Interval compaction: 0.00 GB write, 0.44 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-11T07:31:16.436 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: 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-11T07:31:16.436 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: ** File Read Latency Histogram By Level [default] ** 2024-09-11T07:31:16.436 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: ** Compaction Stats [default] ** 2024-09-11T07:31:16.436 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: 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 2024-09-11T07:31:16.436 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T07:31:16.436 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: L0 1/0 1.53 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.2 0.00 0.00 1 0.000 0 0 2024-09-11T07:31:16.436 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: Sum 1/0 1.53 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.2 0.00 0.00 1 0.000 0 0 2024-09-11T07:31:16.436 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: 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 2024-09-11T07:31:16.437 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: ** Compaction Stats [default] ** 2024-09-11T07:31:16.437 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: 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 2024-09-11T07:31:16.437 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T07:31:16.437 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 4.2 0.00 0.00 1 0.000 0 0 2024-09-11T07:31:16.437 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-11T07:31:16.437 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: Flush(GB): cumulative 0.000, interval 0.000 2024-09-11T07:31:16.437 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-11T07:31:16.437 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: AddFile(Total Files): cumulative 0, interval 0 2024-09-11T07:31:16.437 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-11T07:31:16.437 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: AddFile(Keys): cumulative 0, interval 0 2024-09-11T07:31:16.437 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: Cumulative compaction: 0.00 GB write, 0.44 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-11T07:31:16.437 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: 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-11T07:31:16.437 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: 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-11T07:31:16.437 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: ** File Read Latency Histogram By Level [default] ** 2024-09-11T07:31:16.438 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.299+0000 7f5c06194900 0 mon.smithi189 does not exist in monmap, will attempt to join an existing cluster 2024-09-11T07:31:16.438 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.299+0000 7f5c06194900 0 using public_addr v2:172.21.15.189:0/0 -> [v2:172.21.15.189:3300/0,v1:172.21.15.189:6789/0] 2024-09-11T07:31:16.438 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.299+0000 7f5c06194900 0 starting mon.smithi189 rank -1 at public addrs [v2:172.21.15.189:3300/0,v1:172.21.15.189:6789/0] at bind addrs [v2:172.21.15.189:3300/0,v1:172.21.15.189:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi189 fsid f0bd109a-700e-11ef-bcea-c7b262605968 2024-09-11T07:31:16.438 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.299+0000 7f5c06194900 1 mon.smithi189@-1(???) e0 preinit fsid f0bd109a-700e-11ef-bcea-c7b262605968 2024-09-11T07:31:16.438 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.339+0000 7f5bfef66640 0 mon.smithi189@-1(synchronizing).mds e1 new map 2024-09-11T07:31:16.438 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.339+0000 7f5bfef66640 0 mon.smithi189@-1(synchronizing).mds e1 print_map 2024-09-11T07:31:16.438 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: e1 2024-09-11T07:31:16.438 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: enable_multiple, ever_enabled_multiple: 1,1 2024-09-11T07:31:16.438 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: 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} 2024-09-11T07:31:16.438 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: legacy client fscid: -1 2024-09-11T07:31:16.438 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: 2024-09-11T07:31:16.438 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: No filesystems configured 2024-09-11T07:31:16.438 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.339+0000 7f5bfef66640 1 mon.smithi189@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-09-11T07:31:16.438 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.339+0000 7f5bfef66640 1 mon.smithi189@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-09-11T07:31:16.439 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.339+0000 7f5bfef66640 1 mon.smithi189@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-09-11T07:31:16.439 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.339+0000 7f5bfef66640 1 mon.smithi189@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-09-11T07:31:16.439 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.339+0000 7f5bfef66640 1 mon.smithi189@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-09-11T07:31:16.439 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.339+0000 7f5bfef66640 1 mon.smithi189@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-09-11T07:31:16.439 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.339+0000 7f5bfef66640 1 mon.smithi189@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2024-09-11T07:31:16.439 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.339+0000 7f5bfef66640 0 mon.smithi189@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-11T07:31:16.439 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.339+0000 7f5bfef66640 0 mon.smithi189@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-09-11T07:31:16.439 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.339+0000 7f5bfef66640 0 mon.smithi189@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-09-11T07:31:16.439 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.339+0000 7f5bfef66640 0 mon.smithi189@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-09-11T07:31:16.439 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: cluster 2024-09-11T07:31:09.369194+0000 mgr.smithi082.szoofc (mgr.14190) 21 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:31:16.439 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: audit 2024-09-11T07:31:10.421590+0000 mon.smithi082 (mon.0) 204 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:31:16.439 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: cluster 2024-09-11T07:31:11.369552+0000 mgr.smithi082.szoofc (mgr.14190) 22 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:31:16.439 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: cluster 2024-09-11T07:31:13.369955+0000 mgr.smithi082.szoofc (mgr.14190) 23 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:31:16.439 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: audit 2024-09-11T07:31:14.046336+0000 mon.smithi082 (mon.0) 205 : audit [DBG] from='client.? 172.21.15.189:0/2479786180' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-11T07:31:16.440 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: cluster 2024-09-11T07:31:14.519915+0000 mon.smithi082 (mon.0) 206 : cluster [DBG] Standby manager daemon smithi189.skbamy started 2024-09-11T07:31:16.440 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: audit 2024-09-11T07:31:14.524210+0000 mon.smithi082 (mon.0) 207 : audit [DBG] from='mgr.? 172.21.15.189:0/4008808712' entity='mgr.smithi189.skbamy' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi189.skbamy/crt"}]: dispatch 2024-09-11T07:31:16.440 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: audit 2024-09-11T07:31:14.525189+0000 mon.smithi082 (mon.0) 208 : audit [DBG] from='mgr.? 172.21.15.189:0/4008808712' entity='mgr.smithi189.skbamy' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T07:31:16.440 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: audit 2024-09-11T07:31:14.528019+0000 mon.smithi082 (mon.0) 209 : audit [DBG] from='mgr.? 172.21.15.189:0/4008808712' entity='mgr.smithi189.skbamy' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi189.skbamy/key"}]: dispatch 2024-09-11T07:31:16.440 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: audit 2024-09-11T07:31:14.528803+0000 mon.smithi082 (mon.0) 210 : audit [DBG] from='mgr.? 172.21.15.189:0/4008808712' entity='mgr.smithi189.skbamy' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T07:31:16.440 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: audit 2024-09-11T07:31:15.111640+0000 mon.smithi082 (mon.0) 211 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:31:16.440 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: audit 2024-09-11T07:31:15.117057+0000 mon.smithi082 (mon.0) 212 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:31:16.440 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: audit 2024-09-11T07:31:15.122441+0000 mon.smithi082 (mon.0) 213 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:31:16.440 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: audit 2024-09-11T07:31:15.129201+0000 mon.smithi082 (mon.0) 214 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:31:16.440 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: audit 2024-09-11T07:31:15.138625+0000 mon.smithi082 (mon.0) 215 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:31:16.440 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: audit 2024-09-11T07:31:15.181378+0000 mon.smithi082 (mon.0) 216 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:31:16.440 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: audit 2024-09-11T07:31:15.415479+0000 mon.smithi082 (mon.0) 217 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:31:16.440 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: audit 2024-09-11T07:31:15.430599+0000 mon.smithi082 (mon.0) 218 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:31:16.441 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:16 smithi189 bash[22590]: debug 2024-09-11T07:31:16.343+0000 7f5bfef66640 1 mon.smithi189@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-09-11T07:31:19.923 INFO:teuthology.orchestra.run.smithi189.stderr:Inferring config /var/lib/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/mon.smithi189/config 2024-09-11T07:31:21.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:21 smithi082 bash[15107]: audit 2024-09-11T07:31:16.358815+0000 mon.smithi082 (mon.0) 221 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "mon metadata", "id": "smithi189"}]: dispatch 2024-09-11T07:31:21.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:21 smithi082 bash[15107]: audit 2024-09-11T07:31:16.359203+0000 mon.smithi082 (mon.0) 222 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "mon metadata", "id": "smithi082"}]: dispatch 2024-09-11T07:31:21.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:21 smithi082 bash[15107]: cluster 2024-09-11T07:31:16.359514+0000 mon.smithi082 (mon.0) 223 : cluster [INF] mon.smithi082 calling monitor election 2024-09-11T07:31:21.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:21 smithi082 bash[15107]: audit 2024-09-11T07:31:17.354153+0000 mon.smithi082 (mon.0) 224 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "mon metadata", "id": "smithi189"}]: dispatch 2024-09-11T07:31:21.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:21 smithi082 bash[15107]: cluster 2024-09-11T07:31:17.370932+0000 mgr.smithi082.szoofc (mgr.14190) 25 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:31:21.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:21 smithi082 bash[15107]: audit 2024-09-11T07:31:18.354016+0000 mon.smithi082 (mon.0) 225 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "mon metadata", "id": "smithi189"}]: dispatch 2024-09-11T07:31:21.903 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:21 smithi082 bash[15107]: cluster 2024-09-11T07:31:18.354357+0000 mon.smithi189 (mon.1) 1 : cluster [INF] mon.smithi189 calling monitor election 2024-09-11T07:31:21.903 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:21 smithi082 bash[15107]: audit 2024-09-11T07:31:19.354026+0000 mon.smithi082 (mon.0) 226 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "mon metadata", "id": "smithi189"}]: dispatch 2024-09-11T07:31:21.903 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:21 smithi082 bash[15107]: cluster 2024-09-11T07:31:19.371317+0000 mgr.smithi082.szoofc (mgr.14190) 26 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:31:21.903 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:21 smithi082 bash[15107]: audit 2024-09-11T07:31:20.353907+0000 mon.smithi082 (mon.0) 227 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "mon metadata", "id": "smithi189"}]: dispatch 2024-09-11T07:31:21.903 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:21 smithi082 bash[15107]: audit 2024-09-11T07:31:21.354431+0000 mon.smithi082 (mon.0) 228 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "mon metadata", "id": "smithi189"}]: dispatch 2024-09-11T07:31:21.903 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:21 smithi082 bash[15107]: cluster 2024-09-11T07:31:21.398662+0000 mon.smithi082 (mon.0) 229 : cluster [INF] mon.smithi082 is new leader, mons smithi082,smithi189 in quorum (ranks 0,1) 2024-09-11T07:31:21.903 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:21 smithi082 bash[15107]: cluster 2024-09-11T07:31:21.404820+0000 mon.smithi082 (mon.0) 230 : cluster [DBG] monmap e2: 2 mons at {smithi082=[v2:172.21.15.82:3300/0,v1:172.21.15.82:6789/0],smithi189=[v2:172.21.15.189:3300/0,v1:172.21.15.189:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-11T07:31:21.903 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:21 smithi082 bash[15107]: cluster 2024-09-11T07:31:21.422061+0000 mon.smithi082 (mon.0) 231 : cluster [DBG] fsmap 2024-09-11T07:31:21.903 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:21 smithi082 bash[15107]: cluster 2024-09-11T07:31:21.422112+0000 mon.smithi082 (mon.0) 232 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-09-11T07:31:21.903 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:21 smithi082 bash[15107]: cluster 2024-09-11T07:31:21.422689+0000 mon.smithi082 (mon.0) 233 : cluster [DBG] mgrmap e18: smithi082.szoofc(active, since 36s), standbys: smithi189.skbamy 2024-09-11T07:31:21.903 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:21 smithi082 bash[15107]: cluster 2024-09-11T07:31:21.422931+0000 mon.smithi082 (mon.0) 234 : cluster [INF] overall HEALTH_OK 2024-09-11T07:31:21.903 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:21 smithi082 bash[15107]: audit 2024-09-11T07:31:21.430354+0000 mon.smithi082 (mon.0) 235 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:31:21.903 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:21 smithi082 bash[15107]: audit 2024-09-11T07:31:21.436321+0000 mon.smithi082 (mon.0) 236 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:31:21.903 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:21 smithi082 bash[15107]: audit 2024-09-11T07:31:21.437619+0000 mon.smithi082 (mon.0) 237 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:31:21.903 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:21 smithi082 bash[15107]: audit 2024-09-11T07:31:21.438985+0000 mon.smithi082 (mon.0) 238 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:31:21.912 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:21 smithi189 bash[22590]: audit 2024-09-11T07:31:16.358815+0000 mon.smithi082 (mon.0) 221 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "mon metadata", "id": "smithi189"}]: dispatch 2024-09-11T07:31:21.912 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:21 smithi189 bash[22590]: audit 2024-09-11T07:31:16.359203+0000 mon.smithi082 (mon.0) 222 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "mon metadata", "id": "smithi082"}]: dispatch 2024-09-11T07:31:21.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:21 smithi189 bash[22590]: cluster 2024-09-11T07:31:16.359514+0000 mon.smithi082 (mon.0) 223 : cluster [INF] mon.smithi082 calling monitor election 2024-09-11T07:31:21.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:21 smithi189 bash[22590]: audit 2024-09-11T07:31:17.354153+0000 mon.smithi082 (mon.0) 224 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "mon metadata", "id": "smithi189"}]: dispatch 2024-09-11T07:31:21.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:21 smithi189 bash[22590]: cluster 2024-09-11T07:31:17.370932+0000 mgr.smithi082.szoofc (mgr.14190) 25 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:31:21.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:21 smithi189 bash[22590]: audit 2024-09-11T07:31:18.354016+0000 mon.smithi082 (mon.0) 225 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "mon metadata", "id": "smithi189"}]: dispatch 2024-09-11T07:31:21.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:21 smithi189 bash[22590]: cluster 2024-09-11T07:31:18.354357+0000 mon.smithi189 (mon.1) 1 : cluster [INF] mon.smithi189 calling monitor election 2024-09-11T07:31:21.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:21 smithi189 bash[22590]: audit 2024-09-11T07:31:19.354026+0000 mon.smithi082 (mon.0) 226 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "mon metadata", "id": "smithi189"}]: dispatch 2024-09-11T07:31:21.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:21 smithi189 bash[22590]: cluster 2024-09-11T07:31:19.371317+0000 mgr.smithi082.szoofc (mgr.14190) 26 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:31:21.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:21 smithi189 bash[22590]: audit 2024-09-11T07:31:20.353907+0000 mon.smithi082 (mon.0) 227 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "mon metadata", "id": "smithi189"}]: dispatch 2024-09-11T07:31:21.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:21 smithi189 bash[22590]: audit 2024-09-11T07:31:21.354431+0000 mon.smithi082 (mon.0) 228 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "mon metadata", "id": "smithi189"}]: dispatch 2024-09-11T07:31:21.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:21 smithi189 bash[22590]: cluster 2024-09-11T07:31:21.398662+0000 mon.smithi082 (mon.0) 229 : cluster [INF] mon.smithi082 is new leader, mons smithi082,smithi189 in quorum (ranks 0,1) 2024-09-11T07:31:21.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:21 smithi189 bash[22590]: cluster 2024-09-11T07:31:21.404820+0000 mon.smithi082 (mon.0) 230 : cluster [DBG] monmap e2: 2 mons at {smithi082=[v2:172.21.15.82:3300/0,v1:172.21.15.82:6789/0],smithi189=[v2:172.21.15.189:3300/0,v1:172.21.15.189:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-11T07:31:21.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:21 smithi189 bash[22590]: cluster 2024-09-11T07:31:21.422061+0000 mon.smithi082 (mon.0) 231 : cluster [DBG] fsmap 2024-09-11T07:31:21.914 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:21 smithi189 bash[22590]: cluster 2024-09-11T07:31:21.422112+0000 mon.smithi082 (mon.0) 232 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-09-11T07:31:21.914 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:21 smithi189 bash[22590]: cluster 2024-09-11T07:31:21.422689+0000 mon.smithi082 (mon.0) 233 : cluster [DBG] mgrmap e18: smithi082.szoofc(active, since 36s), standbys: smithi189.skbamy 2024-09-11T07:31:21.914 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:21 smithi189 bash[22590]: cluster 2024-09-11T07:31:21.422931+0000 mon.smithi082 (mon.0) 234 : cluster [INF] overall HEALTH_OK 2024-09-11T07:31:21.914 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:21 smithi189 bash[22590]: audit 2024-09-11T07:31:21.430354+0000 mon.smithi082 (mon.0) 235 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:31:21.914 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:21 smithi189 bash[22590]: audit 2024-09-11T07:31:21.436321+0000 mon.smithi082 (mon.0) 236 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:31:21.914 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:21 smithi189 bash[22590]: audit 2024-09-11T07:31:21.437619+0000 mon.smithi082 (mon.0) 237 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:31:21.914 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:21 smithi189 bash[22590]: audit 2024-09-11T07:31:21.438985+0000 mon.smithi082 (mon.0) 238 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:31:23.084 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:22 smithi189 bash[22590]: cluster 2024-09-11T07:31:21.371716+0000 mgr.smithi082.szoofc (mgr.14190) 27 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:31:23.084 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:22 smithi189 bash[22590]: cephadm 2024-09-11T07:31:21.440615+0000 mgr.smithi082.szoofc (mgr.14190) 28 : cephadm [INF] Updating smithi082:/etc/ceph/ceph.conf 2024-09-11T07:31:23.084 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:22 smithi189 bash[22590]: cephadm 2024-09-11T07:31:21.440994+0000 mgr.smithi082.szoofc (mgr.14190) 29 : cephadm [INF] Updating smithi189:/etc/ceph/ceph.conf 2024-09-11T07:31:23.084 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:22 smithi189 bash[22590]: cephadm 2024-09-11T07:31:21.581423+0000 mgr.smithi082.szoofc (mgr.14190) 30 : cephadm [INF] Updating smithi082:/var/lib/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-11T07:31:23.084 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:22 smithi189 bash[22590]: cephadm 2024-09-11T07:31:21.600822+0000 mgr.smithi082.szoofc (mgr.14190) 31 : cephadm [INF] Updating smithi189:/var/lib/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-11T07:31:23.084 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:22 smithi189 bash[22590]: audit 2024-09-11T07:31:21.727148+0000 mon.smithi082 (mon.0) 239 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:31:23.084 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:22 smithi189 bash[22590]: audit 2024-09-11T07:31:21.734787+0000 mon.smithi082 (mon.0) 240 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:31:23.084 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:22 smithi189 bash[22590]: audit 2024-09-11T07:31:21.740762+0000 mon.smithi082 (mon.0) 241 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:31:23.084 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:22 smithi189 bash[22590]: audit 2024-09-11T07:31:21.745524+0000 mon.smithi082 (mon.0) 242 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:31:23.084 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:22 smithi189 bash[22590]: audit 2024-09-11T07:31:21.750328+0000 mon.smithi082 (mon.0) 243 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:31:23.085 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:22 smithi189 bash[22590]: cephadm 2024-09-11T07:31:21.795025+0000 mgr.smithi082.szoofc (mgr.14190) 32 : cephadm [INF] Reconfiguring mon.smithi082 (unknown last config time)... 2024-09-11T07:31:23.085 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:22 smithi189 bash[22590]: audit 2024-09-11T07:31:21.795639+0000 mon.smithi082 (mon.0) 244 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T07:31:23.085 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:22 smithi189 bash[22590]: audit 2024-09-11T07:31:21.797114+0000 mon.smithi082 (mon.0) 245 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T07:31:23.085 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:22 smithi189 bash[22590]: audit 2024-09-11T07:31:21.798586+0000 mon.smithi082 (mon.0) 246 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:31:23.085 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:22 smithi189 bash[22590]: cephadm 2024-09-11T07:31:21.799970+0000 mgr.smithi082.szoofc (mgr.14190) 33 : cephadm [INF] Reconfiguring daemon mon.smithi082 on smithi082 2024-09-11T07:31:23.085 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:22 smithi189 bash[22590]: audit 2024-09-11T07:31:22.354497+0000 mon.smithi082 (mon.0) 247 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "mon metadata", "id": "smithi189"}]: dispatch 2024-09-11T07:31:23.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:22 smithi082 bash[15107]: cluster 2024-09-11T07:31:21.371716+0000 mgr.smithi082.szoofc (mgr.14190) 27 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:31:23.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:22 smithi082 bash[15107]: cephadm 2024-09-11T07:31:21.440615+0000 mgr.smithi082.szoofc (mgr.14190) 28 : cephadm [INF] Updating smithi082:/etc/ceph/ceph.conf 2024-09-11T07:31:23.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:22 smithi082 bash[15107]: cephadm 2024-09-11T07:31:21.440994+0000 mgr.smithi082.szoofc (mgr.14190) 29 : cephadm [INF] Updating smithi189:/etc/ceph/ceph.conf 2024-09-11T07:31:23.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:22 smithi082 bash[15107]: cephadm 2024-09-11T07:31:21.581423+0000 mgr.smithi082.szoofc (mgr.14190) 30 : cephadm [INF] Updating smithi082:/var/lib/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-11T07:31:23.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:22 smithi082 bash[15107]: cephadm 2024-09-11T07:31:21.600822+0000 mgr.smithi082.szoofc (mgr.14190) 31 : cephadm [INF] Updating smithi189:/var/lib/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-11T07:31:23.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:22 smithi082 bash[15107]: audit 2024-09-11T07:31:21.727148+0000 mon.smithi082 (mon.0) 239 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:31:23.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:22 smithi082 bash[15107]: audit 2024-09-11T07:31:21.734787+0000 mon.smithi082 (mon.0) 240 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:31:23.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:22 smithi082 bash[15107]: audit 2024-09-11T07:31:21.740762+0000 mon.smithi082 (mon.0) 241 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:31:23.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:22 smithi082 bash[15107]: audit 2024-09-11T07:31:21.745524+0000 mon.smithi082 (mon.0) 242 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:31:23.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:22 smithi082 bash[15107]: audit 2024-09-11T07:31:21.750328+0000 mon.smithi082 (mon.0) 243 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:31:23.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:22 smithi082 bash[15107]: cephadm 2024-09-11T07:31:21.795025+0000 mgr.smithi082.szoofc (mgr.14190) 32 : cephadm [INF] Reconfiguring mon.smithi082 (unknown last config time)... 2024-09-11T07:31:23.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:22 smithi082 bash[15107]: audit 2024-09-11T07:31:21.795639+0000 mon.smithi082 (mon.0) 244 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T07:31:23.153 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:22 smithi082 bash[15107]: audit 2024-09-11T07:31:21.797114+0000 mon.smithi082 (mon.0) 245 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T07:31:23.153 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:22 smithi082 bash[15107]: audit 2024-09-11T07:31:21.798586+0000 mon.smithi082 (mon.0) 246 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:31:23.153 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:22 smithi082 bash[15107]: cephadm 2024-09-11T07:31:21.799970+0000 mgr.smithi082.szoofc (mgr.14190) 33 : cephadm [INF] Reconfiguring daemon mon.smithi082 on smithi082 2024-09-11T07:31:23.153 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:22 smithi082 bash[15107]: audit 2024-09-11T07:31:22.354497+0000 mon.smithi082 (mon.0) 247 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "mon metadata", "id": "smithi189"}]: dispatch 2024-09-11T07:31:23.477 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-09-11T07:31:23.477 INFO:teuthology.orchestra.run.smithi189.stdout:{"epoch":2,"fsid":"f0bd109a-700e-11ef-bcea-c7b262605968","modified":"2024-09-11T07:31:16.353273Z","created":"2024-09-11T07:27:58.415797Z","min_mon_release":17,"min_mon_release_name":"quincy","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"],"optional":[]},"mons":[{"rank":0,"name":"smithi082","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:3300","nonce":0},{"type":"v1","addr":"172.21.15.82:6789","nonce":0}]},"addr":"172.21.15.82:6789/0","public_addr":"172.21.15.82:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi189","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:3300","nonce":0},{"type":"v1","addr":"172.21.15.189:6789","nonce":0}]},"addr":"172.21.15.189:6789/0","public_addr":"172.21.15.189:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-09-11T07:31:23.477 INFO:teuthology.orchestra.run.smithi189.stderr:dumped monmap epoch 2 2024-09-11T07:31:23.901 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:23 smithi082 bash[15107]: audit 2024-09-11T07:31:23.475307+0000 mon.smithi082 (mon.0) 248 : audit [DBG] from='client.? 172.21.15.189:0/3018084365' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-11T07:31:23.912 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:23 smithi189 bash[22590]: audit 2024-09-11T07:31:23.475307+0000 mon.smithi082 (mon.0) 248 : audit [DBG] from='client.? 172.21.15.189:0/3018084365' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-11T07:31:24.162 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-09-11T07:31:24.162 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f0bd109a-700e-11ef-bcea-c7b262605968 -- ceph config generate-minimal-conf 2024-09-11T07:31:25.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:24 smithi082 bash[15107]: cluster 2024-09-11T07:31:23.372189+0000 mgr.smithi082.szoofc (mgr.14190) 34 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:31:25.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:24 smithi082 bash[15107]: audit 2024-09-11T07:31:24.079549+0000 mon.smithi082 (mon.0) 249 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:31:25.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:24 smithi082 bash[15107]: audit 2024-09-11T07:31:24.086098+0000 mon.smithi082 (mon.0) 250 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:31:25.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:24 smithi082 bash[15107]: audit 2024-09-11T07:31:24.087592+0000 mon.smithi082 (mon.0) 251 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi082.szoofc", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T07:31:25.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:24 smithi082 bash[15107]: audit 2024-09-11T07:31:24.088880+0000 mon.smithi082 (mon.0) 252 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-11T07:31:25.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:24 smithi082 bash[15107]: audit 2024-09-11T07:31:24.089973+0000 mon.smithi082 (mon.0) 253 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:31:25.162 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:24 smithi189 bash[22590]: cluster 2024-09-11T07:31:23.372189+0000 mgr.smithi082.szoofc (mgr.14190) 34 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:31:25.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:24 smithi189 bash[22590]: audit 2024-09-11T07:31:24.079549+0000 mon.smithi082 (mon.0) 249 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:31:25.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:24 smithi189 bash[22590]: audit 2024-09-11T07:31:24.086098+0000 mon.smithi082 (mon.0) 250 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:31:25.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:24 smithi189 bash[22590]: audit 2024-09-11T07:31:24.087592+0000 mon.smithi082 (mon.0) 251 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi082.szoofc", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T07:31:25.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:24 smithi189 bash[22590]: audit 2024-09-11T07:31:24.088880+0000 mon.smithi082 (mon.0) 252 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-11T07:31:25.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:24 smithi189 bash[22590]: audit 2024-09-11T07:31:24.089973+0000 mon.smithi082 (mon.0) 253 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:31:26.162 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:25 smithi189 bash[22590]: cephadm 2024-09-11T07:31:24.087166+0000 mgr.smithi082.szoofc (mgr.14190) 35 : cephadm [INF] Reconfiguring mgr.smithi082.szoofc (unknown last config time)... 2024-09-11T07:31:26.162 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:25 smithi189 bash[22590]: cephadm 2024-09-11T07:31:24.091158+0000 mgr.smithi082.szoofc (mgr.14190) 36 : cephadm [INF] Reconfiguring daemon mgr.smithi082.szoofc on smithi082 2024-09-11T07:31:26.167 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:25 smithi082 bash[15107]: cephadm 2024-09-11T07:31:24.087166+0000 mgr.smithi082.szoofc (mgr.14190) 35 : cephadm [INF] Reconfiguring mgr.smithi082.szoofc (unknown last config time)... 2024-09-11T07:31:26.167 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:25 smithi082 bash[15107]: cephadm 2024-09-11T07:31:24.091158+0000 mgr.smithi082.szoofc (mgr.14190) 36 : cephadm [INF] Reconfiguring daemon mgr.smithi082.szoofc on smithi082 2024-09-11T07:31:27.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:26 smithi082 bash[15107]: cluster 2024-09-11T07:31:25.372562+0000 mgr.smithi082.szoofc (mgr.14190) 37 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:31:27.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:26 smithi082 bash[15107]: audit 2024-09-11T07:31:26.436329+0000 mon.smithi082 (mon.0) 254 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:31:27.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:26 smithi082 bash[15107]: audit 2024-09-11T07:31:26.442364+0000 mon.smithi082 (mon.0) 255 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:31:27.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:26 smithi082 bash[15107]: audit 2024-09-11T07:31:26.443923+0000 mon.smithi082 (mon.0) 256 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi082", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-09-11T07:31:27.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:26 smithi082 bash[15107]: audit 2024-09-11T07:31:26.445341+0000 mon.smithi082 (mon.0) 257 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:31:27.162 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:26 smithi189 bash[22590]: cluster 2024-09-11T07:31:25.372562+0000 mgr.smithi082.szoofc (mgr.14190) 37 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:31:27.162 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:26 smithi189 bash[22590]: audit 2024-09-11T07:31:26.436329+0000 mon.smithi082 (mon.0) 254 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:31:27.162 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:26 smithi189 bash[22590]: audit 2024-09-11T07:31:26.442364+0000 mon.smithi082 (mon.0) 255 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:31:27.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:26 smithi189 bash[22590]: audit 2024-09-11T07:31:26.443923+0000 mon.smithi082 (mon.0) 256 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi082", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-09-11T07:31:27.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:26 smithi189 bash[22590]: audit 2024-09-11T07:31:26.445341+0000 mon.smithi082 (mon.0) 257 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:31:28.102 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:27 smithi082 bash[15107]: cephadm 2024-09-11T07:31:26.443422+0000 mgr.smithi082.szoofc (mgr.14190) 38 : cephadm [INF] Reconfiguring crash.smithi082 (monmap changed)... 2024-09-11T07:31:28.102 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:27 smithi082 bash[15107]: cephadm 2024-09-11T07:31:26.446617+0000 mgr.smithi082.szoofc (mgr.14190) 39 : cephadm [INF] Reconfiguring daemon crash.smithi082 on smithi082 2024-09-11T07:31:28.162 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:27 smithi189 bash[22590]: cephadm 2024-09-11T07:31:26.443422+0000 mgr.smithi082.szoofc (mgr.14190) 38 : cephadm [INF] Reconfiguring crash.smithi082 (monmap changed)... 2024-09-11T07:31:28.162 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:27 smithi189 bash[22590]: cephadm 2024-09-11T07:31:26.446617+0000 mgr.smithi082.szoofc (mgr.14190) 39 : cephadm [INF] Reconfiguring daemon crash.smithi082 on smithi082 2024-09-11T07:31:29.095 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/mon.smithi082/config 2024-09-11T07:31:29.151 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:28 smithi082 bash[15107]: cluster 2024-09-11T07:31:27.372982+0000 mgr.smithi082.szoofc (mgr.14190) 40 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:31:29.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:28 smithi082 bash[15107]: audit 2024-09-11T07:31:28.635670+0000 mon.smithi082 (mon.0) 258 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:31:29.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:28 smithi082 bash[15107]: audit 2024-09-11T07:31:28.641973+0000 mon.smithi082 (mon.0) 259 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:31:29.162 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:28 smithi189 bash[22590]: cluster 2024-09-11T07:31:27.372982+0000 mgr.smithi082.szoofc (mgr.14190) 40 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:31:29.162 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:28 smithi189 bash[22590]: audit 2024-09-11T07:31:28.635670+0000 mon.smithi082 (mon.0) 258 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:31:29.162 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:28 smithi189 bash[22590]: audit 2024-09-11T07:31:28.641973+0000 mon.smithi082 (mon.0) 259 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:31:30.151 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:29 smithi082 bash[15107]: cephadm 2024-09-11T07:31:28.643609+0000 mgr.smithi082.szoofc (mgr.14190) 41 : cephadm [INF] Reconfiguring alertmanager.smithi082 (dependencies changed)... 2024-09-11T07:31:30.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:29 smithi082 bash[15107]: cephadm 2024-09-11T07:31:28.660823+0000 mgr.smithi082.szoofc (mgr.14190) 42 : cephadm [INF] Reconfiguring daemon alertmanager.smithi082 on smithi082 2024-09-11T07:31:30.162 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:29 smithi189 bash[22590]: cephadm 2024-09-11T07:31:28.643609+0000 mgr.smithi082.szoofc (mgr.14190) 41 : cephadm [INF] Reconfiguring alertmanager.smithi082 (dependencies changed)... 2024-09-11T07:31:30.162 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:29 smithi189 bash[22590]: cephadm 2024-09-11T07:31:28.660823+0000 mgr.smithi082.szoofc (mgr.14190) 42 : cephadm [INF] Reconfiguring daemon alertmanager.smithi082 on smithi082 2024-09-11T07:31:31.039 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:30 smithi082 bash[15107]: cluster 2024-09-11T07:31:29.373472+0000 mgr.smithi082.szoofc (mgr.14190) 43 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:31:31.039 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:30 smithi082 bash[15107]: audit 2024-09-11T07:31:30.415962+0000 mon.smithi082 (mon.0) 260 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:31:31.162 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:30 smithi189 bash[22590]: cluster 2024-09-11T07:31:29.373472+0000 mgr.smithi082.szoofc (mgr.14190) 43 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:31:31.162 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:30 smithi189 bash[22590]: audit 2024-09-11T07:31:30.415962+0000 mon.smithi082 (mon.0) 260 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:31:32.901 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:32 smithi082 bash[15107]: cluster 2024-09-11T07:31:31.373856+0000 mgr.smithi082.szoofc (mgr.14190) 44 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:31:33.162 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:32 smithi189 bash[22590]: cluster 2024-09-11T07:31:31.373856+0000 mgr.smithi082.szoofc (mgr.14190) 44 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:31:34.518 INFO:teuthology.orchestra.run.smithi082.stdout:# minimal ceph.conf for f0bd109a-700e-11ef-bcea-c7b262605968 2024-09-11T07:31:34.519 INFO:teuthology.orchestra.run.smithi082.stdout:[global] 2024-09-11T07:31:34.519 INFO:teuthology.orchestra.run.smithi082.stdout: fsid = f0bd109a-700e-11ef-bcea-c7b262605968 2024-09-11T07:31:34.519 INFO:teuthology.orchestra.run.smithi082.stdout: mon_host = [v2:172.21.15.82:3300/0,v1:172.21.15.82:6789/0] [v2:172.21.15.189:3300/0,v1:172.21.15.189:6789/0] 2024-09-11T07:31:35.151 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:34 smithi082 bash[15107]: cluster 2024-09-11T07:31:33.374265+0000 mgr.smithi082.szoofc (mgr.14190) 45 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:31:35.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:34 smithi082 bash[15107]: audit 2024-09-11T07:31:34.517292+0000 mon.smithi082 (mon.0) 261 : audit [DBG] from='client.? 172.21.15.82:0/1019232095' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:31:35.162 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:34 smithi189 bash[22590]: cluster 2024-09-11T07:31:33.374265+0000 mgr.smithi082.szoofc (mgr.14190) 45 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:31:35.162 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:34 smithi189 bash[22590]: audit 2024-09-11T07:31:34.517292+0000 mon.smithi082 (mon.0) 261 : audit [DBG] from='client.? 172.21.15.82:0/1019232095' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:31:35.740 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-09-11T07:31:35.740 DEBUG:teuthology.orchestra.run.smithi082:> set -ex 2024-09-11T07:31:35.740 DEBUG:teuthology.orchestra.run.smithi082:> sudo dd of=/etc/ceph/ceph.conf 2024-09-11T07:31:35.754 DEBUG:teuthology.orchestra.run.smithi082:> set -ex 2024-09-11T07:31:35.754 DEBUG:teuthology.orchestra.run.smithi082:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-11T07:31:35.812 DEBUG:teuthology.orchestra.run.smithi189:> set -ex 2024-09-11T07:31:35.812 DEBUG:teuthology.orchestra.run.smithi189:> sudo dd of=/etc/ceph/ceph.conf 2024-09-11T07:31:35.829 DEBUG:teuthology.orchestra.run.smithi189:> set -ex 2024-09-11T07:31:35.829 DEBUG:teuthology.orchestra.run.smithi189:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-11T07:31:35.889 INFO:tasks.cephadm:Deploying OSDs... 2024-09-11T07:31:35.890 DEBUG:teuthology.orchestra.run.smithi082:> set -ex 2024-09-11T07:31:35.890 DEBUG:teuthology.orchestra.run.smithi082:> dd if=/scratch_devs of=/dev/stdout 2024-09-11T07:31:35.897 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-09-11T07:31:35.898 DEBUG:teuthology.orchestra.run.smithi082:> stat /dev/nvme1n1 2024-09-11T07:31:35.948 INFO:teuthology.orchestra.run.smithi082.stdout: File: /dev/nvme1n1 2024-09-11T07:31:35.948 INFO:teuthology.orchestra.run.smithi082.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-09-11T07:31:35.949 INFO:teuthology.orchestra.run.smithi082.stdout:Device: 5h/5d Inode: 525 Links: 1 Device type: 103,2 2024-09-11T07:31:35.949 INFO:teuthology.orchestra.run.smithi082.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-09-11T07:31:35.949 INFO:teuthology.orchestra.run.smithi082.stdout:Access: 2024-09-11 07:29:36.685492815 +0000 2024-09-11T07:31:35.949 INFO:teuthology.orchestra.run.smithi082.stdout:Modify: 2024-09-11 07:24:52.250762767 +0000 2024-09-11T07:31:35.949 INFO:teuthology.orchestra.run.smithi082.stdout:Change: 2024-09-11 07:24:52.250762767 +0000 2024-09-11T07:31:35.949 INFO:teuthology.orchestra.run.smithi082.stdout: Birth: - 2024-09-11T07:31:35.949 DEBUG:teuthology.orchestra.run.smithi082:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-09-11T07:31:36.004 INFO:teuthology.orchestra.run.smithi082.stderr:1+0 records in 2024-09-11T07:31:36.004 INFO:teuthology.orchestra.run.smithi082.stderr:1+0 records out 2024-09-11T07:31:36.004 INFO:teuthology.orchestra.run.smithi082.stderr:512 bytes copied, 0.00049296 s, 1.0 MB/s 2024-09-11T07:31:36.005 DEBUG:teuthology.orchestra.run.smithi082:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-09-11T07:31:36.058 DEBUG:teuthology.orchestra.run.smithi082:> stat /dev/nvme2n1 2024-09-11T07:31:36.108 INFO:teuthology.orchestra.run.smithi082.stdout: File: /dev/nvme2n1 2024-09-11T07:31:36.108 INFO:teuthology.orchestra.run.smithi082.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-09-11T07:31:36.109 INFO:teuthology.orchestra.run.smithi082.stdout:Device: 5h/5d Inode: 533 Links: 1 Device type: 103,4 2024-09-11T07:31:36.109 INFO:teuthology.orchestra.run.smithi082.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-09-11T07:31:36.109 INFO:teuthology.orchestra.run.smithi082.stdout:Access: 2024-09-11 07:29:36.701492591 +0000 2024-09-11T07:31:36.109 INFO:teuthology.orchestra.run.smithi082.stdout:Modify: 2024-09-11 07:24:52.354714821 +0000 2024-09-11T07:31:36.109 INFO:teuthology.orchestra.run.smithi082.stdout:Change: 2024-09-11 07:24:52.354714821 +0000 2024-09-11T07:31:36.109 INFO:teuthology.orchestra.run.smithi082.stdout: Birth: - 2024-09-11T07:31:36.109 DEBUG:teuthology.orchestra.run.smithi082:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-09-11T07:31:36.164 INFO:teuthology.orchestra.run.smithi082.stderr:1+0 records in 2024-09-11T07:31:36.164 INFO:teuthology.orchestra.run.smithi082.stderr:1+0 records out 2024-09-11T07:31:36.164 INFO:teuthology.orchestra.run.smithi082.stderr:512 bytes copied, 0.00050541 s, 1.0 MB/s 2024-09-11T07:31:36.165 DEBUG:teuthology.orchestra.run.smithi082:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-09-11T07:31:36.216 DEBUG:teuthology.orchestra.run.smithi082:> stat /dev/nvme3n1 2024-09-11T07:31:36.265 INFO:teuthology.orchestra.run.smithi082.stdout: File: /dev/nvme3n1 2024-09-11T07:31:36.265 INFO:teuthology.orchestra.run.smithi082.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-09-11T07:31:36.265 INFO:teuthology.orchestra.run.smithi082.stdout:Device: 5h/5d Inode: 541 Links: 1 Device type: 103,6 2024-09-11T07:31:36.265 INFO:teuthology.orchestra.run.smithi082.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-09-11T07:31:36.265 INFO:teuthology.orchestra.run.smithi082.stdout:Access: 2024-09-11 07:29:36.721492310 +0000 2024-09-11T07:31:36.265 INFO:teuthology.orchestra.run.smithi082.stdout:Modify: 2024-09-11 07:24:52.466663187 +0000 2024-09-11T07:31:36.265 INFO:teuthology.orchestra.run.smithi082.stdout:Change: 2024-09-11 07:24:52.466663187 +0000 2024-09-11T07:31:36.265 INFO:teuthology.orchestra.run.smithi082.stdout: Birth: - 2024-09-11T07:31:36.266 DEBUG:teuthology.orchestra.run.smithi082:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-09-11T07:31:36.317 INFO:teuthology.orchestra.run.smithi082.stderr:1+0 records in 2024-09-11T07:31:36.317 INFO:teuthology.orchestra.run.smithi082.stderr:1+0 records out 2024-09-11T07:31:36.317 INFO:teuthology.orchestra.run.smithi082.stderr:512 bytes copied, 0.000472374 s, 1.1 MB/s 2024-09-11T07:31:36.319 DEBUG:teuthology.orchestra.run.smithi082:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-09-11T07:31:36.369 DEBUG:teuthology.orchestra.run.smithi082:> stat /dev/nvme4n1 2024-09-11T07:31:36.420 INFO:teuthology.orchestra.run.smithi082.stdout: File: /dev/nvme4n1 2024-09-11T07:31:36.421 INFO:teuthology.orchestra.run.smithi082.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-09-11T07:31:36.421 INFO:teuthology.orchestra.run.smithi082.stdout:Device: 5h/5d Inode: 549 Links: 1 Device type: 103,8 2024-09-11T07:31:36.421 INFO:teuthology.orchestra.run.smithi082.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-09-11T07:31:36.421 INFO:teuthology.orchestra.run.smithi082.stdout:Access: 2024-09-11 07:29:36.741492030 +0000 2024-09-11T07:31:36.421 INFO:teuthology.orchestra.run.smithi082.stdout:Modify: 2024-09-11 07:24:52.582609711 +0000 2024-09-11T07:31:36.421 INFO:teuthology.orchestra.run.smithi082.stdout:Change: 2024-09-11 07:24:52.582609711 +0000 2024-09-11T07:31:36.421 INFO:teuthology.orchestra.run.smithi082.stdout: Birth: - 2024-09-11T07:31:36.422 DEBUG:teuthology.orchestra.run.smithi082:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-09-11T07:31:36.469 INFO:teuthology.orchestra.run.smithi082.stderr:1+0 records in 2024-09-11T07:31:36.469 INFO:teuthology.orchestra.run.smithi082.stderr:1+0 records out 2024-09-11T07:31:36.469 INFO:teuthology.orchestra.run.smithi082.stderr:512 bytes copied, 0.0002405 s, 2.1 MB/s 2024-09-11T07:31:36.470 DEBUG:teuthology.orchestra.run.smithi082:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-09-11T07:31:36.520 DEBUG:teuthology.orchestra.run.smithi189:> set -ex 2024-09-11T07:31:36.521 DEBUG:teuthology.orchestra.run.smithi189:> dd if=/scratch_devs of=/dev/stdout 2024-09-11T07:31:36.528 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-09-11T07:31:36.528 DEBUG:teuthology.orchestra.run.smithi189:> stat /dev/nvme1n1 2024-09-11T07:31:36.577 INFO:teuthology.orchestra.run.smithi189.stdout: File: /dev/nvme1n1 2024-09-11T07:31:36.577 INFO:teuthology.orchestra.run.smithi189.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-09-11T07:31:36.577 INFO:teuthology.orchestra.run.smithi189.stdout:Device: 5h/5d Inode: 522 Links: 1 Device type: 103,2 2024-09-11T07:31:36.578 INFO:teuthology.orchestra.run.smithi189.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-09-11T07:31:36.578 INFO:teuthology.orchestra.run.smithi189.stdout:Access: 2024-09-11 07:30:54.715843798 +0000 2024-09-11T07:31:36.578 INFO:teuthology.orchestra.run.smithi189.stdout:Modify: 2024-09-11 07:24:53.648419581 +0000 2024-09-11T07:31:36.578 INFO:teuthology.orchestra.run.smithi189.stdout:Change: 2024-09-11 07:24:53.648419581 +0000 2024-09-11T07:31:36.578 INFO:teuthology.orchestra.run.smithi189.stdout: Birth: - 2024-09-11T07:31:36.578 DEBUG:teuthology.orchestra.run.smithi189:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-09-11T07:31:36.633 INFO:teuthology.orchestra.run.smithi189.stderr:1+0 records in 2024-09-11T07:31:36.633 INFO:teuthology.orchestra.run.smithi189.stderr:1+0 records out 2024-09-11T07:31:36.633 INFO:teuthology.orchestra.run.smithi189.stderr:512 bytes copied, 0.000488541 s, 1.0 MB/s 2024-09-11T07:31:36.634 DEBUG:teuthology.orchestra.run.smithi189:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-09-11T07:31:36.687 DEBUG:teuthology.orchestra.run.smithi189:> stat /dev/nvme2n1 2024-09-11T07:31:36.737 INFO:teuthology.orchestra.run.smithi189.stdout: File: /dev/nvme2n1 2024-09-11T07:31:36.737 INFO:teuthology.orchestra.run.smithi189.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-09-11T07:31:36.737 INFO:teuthology.orchestra.run.smithi189.stdout:Device: 5h/5d Inode: 530 Links: 1 Device type: 103,4 2024-09-11T07:31:36.737 INFO:teuthology.orchestra.run.smithi189.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-09-11T07:31:36.737 INFO:teuthology.orchestra.run.smithi189.stdout:Access: 2024-09-11 07:30:54.735843315 +0000 2024-09-11T07:31:36.738 INFO:teuthology.orchestra.run.smithi189.stdout:Modify: 2024-09-11 07:24:53.760416998 +0000 2024-09-11T07:31:36.738 INFO:teuthology.orchestra.run.smithi189.stdout:Change: 2024-09-11 07:24:53.760416998 +0000 2024-09-11T07:31:36.738 INFO:teuthology.orchestra.run.smithi189.stdout: Birth: - 2024-09-11T07:31:36.738 DEBUG:teuthology.orchestra.run.smithi189:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-09-11T07:31:36.794 INFO:teuthology.orchestra.run.smithi189.stderr:1+0 records in 2024-09-11T07:31:36.794 INFO:teuthology.orchestra.run.smithi189.stderr:1+0 records out 2024-09-11T07:31:36.794 INFO:teuthology.orchestra.run.smithi189.stderr:512 bytes copied, 0.000514334 s, 995 kB/s 2024-09-11T07:31:36.795 DEBUG:teuthology.orchestra.run.smithi189:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-09-11T07:31:36.847 DEBUG:teuthology.orchestra.run.smithi189:> stat /dev/nvme3n1 2024-09-11T07:31:36.897 INFO:teuthology.orchestra.run.smithi189.stdout: File: /dev/nvme3n1 2024-09-11T07:31:36.897 INFO:teuthology.orchestra.run.smithi189.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-09-11T07:31:36.897 INFO:teuthology.orchestra.run.smithi189.stdout:Device: 5h/5d Inode: 538 Links: 1 Device type: 103,6 2024-09-11T07:31:36.897 INFO:teuthology.orchestra.run.smithi189.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-09-11T07:31:36.898 INFO:teuthology.orchestra.run.smithi189.stdout:Access: 2024-09-11 07:30:54.751842928 +0000 2024-09-11T07:31:36.898 INFO:teuthology.orchestra.run.smithi189.stdout:Modify: 2024-09-11 07:24:53.876414323 +0000 2024-09-11T07:31:36.898 INFO:teuthology.orchestra.run.smithi189.stdout:Change: 2024-09-11 07:24:53.876414323 +0000 2024-09-11T07:31:36.898 INFO:teuthology.orchestra.run.smithi189.stdout: Birth: - 2024-09-11T07:31:36.898 DEBUG:teuthology.orchestra.run.smithi189:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-09-11T07:31:36.912 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:36 smithi189 bash[22590]: cluster 2024-09-11T07:31:35.374712+0000 mgr.smithi082.szoofc (mgr.14190) 46 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:31:36.912 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:36 smithi189 bash[22590]: audit 2024-09-11T07:31:36.419967+0000 mon.smithi082 (mon.0) 262 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:31:36.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:36 smithi189 bash[22590]: audit 2024-09-11T07:31:36.428867+0000 mon.smithi082 (mon.0) 263 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:31:36.925 INFO:teuthology.orchestra.run.smithi189.stderr:1+0 records in 2024-09-11T07:31:36.925 INFO:teuthology.orchestra.run.smithi189.stderr:1+0 records out 2024-09-11T07:31:36.925 INFO:teuthology.orchestra.run.smithi189.stderr:512 bytes copied, 0.000467874 s, 1.1 MB/s 2024-09-11T07:31:36.926 DEBUG:teuthology.orchestra.run.smithi189:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-09-11T07:31:36.979 DEBUG:teuthology.orchestra.run.smithi189:> stat /dev/nvme4n1 2024-09-11T07:31:37.029 INFO:teuthology.orchestra.run.smithi189.stdout: File: /dev/nvme4n1 2024-09-11T07:31:37.029 INFO:teuthology.orchestra.run.smithi189.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-09-11T07:31:37.029 INFO:teuthology.orchestra.run.smithi189.stdout:Device: 5h/5d Inode: 546 Links: 1 Device type: 103,8 2024-09-11T07:31:37.029 INFO:teuthology.orchestra.run.smithi189.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-09-11T07:31:37.029 INFO:teuthology.orchestra.run.smithi189.stdout:Access: 2024-09-11 07:30:54.767842543 +0000 2024-09-11T07:31:37.030 INFO:teuthology.orchestra.run.smithi189.stdout:Modify: 2024-09-11 07:24:53.992411647 +0000 2024-09-11T07:31:37.030 INFO:teuthology.orchestra.run.smithi189.stdout:Change: 2024-09-11 07:24:53.992411647 +0000 2024-09-11T07:31:37.030 INFO:teuthology.orchestra.run.smithi189.stdout: Birth: - 2024-09-11T07:31:37.030 DEBUG:teuthology.orchestra.run.smithi189:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-09-11T07:31:37.085 INFO:teuthology.orchestra.run.smithi189.stderr:1+0 records in 2024-09-11T07:31:37.085 INFO:teuthology.orchestra.run.smithi189.stderr:1+0 records out 2024-09-11T07:31:37.085 INFO:teuthology.orchestra.run.smithi189.stderr:512 bytes copied, 0.000424588 s, 1.2 MB/s 2024-09-11T07:31:37.086 DEBUG:teuthology.orchestra.run.smithi189:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-09-11T07:31:37.139 DEBUG:teuthology.orchestra.run.smithi189:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f0bd109a-700e-11ef-bcea-c7b262605968 -- ceph orch apply osd --all-available-devices 2024-09-11T07:31:37.151 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:36 smithi082 bash[15107]: cluster 2024-09-11T07:31:35.374712+0000 mgr.smithi082.szoofc (mgr.14190) 46 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:31:37.151 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:36 smithi082 bash[15107]: audit 2024-09-11T07:31:36.419967+0000 mon.smithi082 (mon.0) 262 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:31:37.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:36 smithi082 bash[15107]: audit 2024-09-11T07:31:36.428867+0000 mon.smithi082 (mon.0) 263 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:31:38.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:37 smithi082 bash[15107]: cephadm 2024-09-11T07:31:36.429992+0000 mgr.smithi082.szoofc (mgr.14190) 47 : cephadm [INF] Reconfiguring grafana.smithi082 (dependencies changed)... 2024-09-11T07:31:38.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:37 smithi082 bash[15107]: cephadm 2024-09-11T07:31:36.484178+0000 mgr.smithi082.szoofc (mgr.14190) 48 : cephadm [INF] Reconfiguring daemon grafana.smithi082 on smithi082 2024-09-11T07:31:38.162 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:37 smithi189 bash[22590]: cephadm 2024-09-11T07:31:36.429992+0000 mgr.smithi082.szoofc (mgr.14190) 47 : cephadm [INF] Reconfiguring grafana.smithi082 (dependencies changed)... 2024-09-11T07:31:38.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:37 smithi189 bash[22590]: cephadm 2024-09-11T07:31:36.484178+0000 mgr.smithi082.szoofc (mgr.14190) 48 : cephadm [INF] Reconfiguring daemon grafana.smithi082 on smithi082 2024-09-11T07:31:38.977 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:38 smithi082 bash[15107]: cluster 2024-09-11T07:31:37.375151+0000 mgr.smithi082.szoofc (mgr.14190) 49 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:31:39.162 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:38 smithi189 bash[22590]: cluster 2024-09-11T07:31:37.375151+0000 mgr.smithi082.szoofc (mgr.14190) 49 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:31:41.083 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:40 smithi082 bash[15107]: cluster 2024-09-11T07:31:39.375535+0000 mgr.smithi082.szoofc (mgr.14190) 50 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:31:41.162 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:40 smithi189 bash[22590]: cluster 2024-09-11T07:31:39.375535+0000 mgr.smithi082.szoofc (mgr.14190) 50 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:31:41.917 INFO:teuthology.orchestra.run.smithi189.stderr:Inferring config /var/lib/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/mon.smithi189/config 2024-09-11T07:31:42.901 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:42 smithi082 bash[15107]: cluster 2024-09-11T07:31:41.376024+0000 mgr.smithi082.szoofc (mgr.14190) 51 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:31:42.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:42 smithi082 bash[15107]: audit 2024-09-11T07:31:42.490177+0000 mon.smithi082 (mon.0) 264 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:31:42.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:42 smithi082 bash[15107]: audit 2024-09-11T07:31:42.498295+0000 mon.smithi082 (mon.0) 265 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:31:43.063 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:42 smithi189 bash[22590]: cluster 2024-09-11T07:31:41.376024+0000 mgr.smithi082.szoofc (mgr.14190) 51 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:31:43.063 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:42 smithi189 bash[22590]: audit 2024-09-11T07:31:42.490177+0000 mon.smithi082 (mon.0) 264 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:31:43.063 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:42 smithi189 bash[22590]: audit 2024-09-11T07:31:42.498295+0000 mon.smithi082 (mon.0) 265 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:31:44.097 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:43 smithi082 bash[15107]: cephadm 2024-09-11T07:31:42.499602+0000 mgr.smithi082.szoofc (mgr.14190) 52 : cephadm [INF] Reconfiguring prometheus.smithi082 (dependencies changed)... 2024-09-11T07:31:44.097 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:43 smithi082 bash[15107]: cephadm 2024-09-11T07:31:42.512971+0000 mgr.smithi082.szoofc (mgr.14190) 53 : cephadm [INF] Reconfiguring daemon prometheus.smithi082 on smithi082 2024-09-11T07:31:44.162 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:43 smithi189 bash[22590]: cephadm 2024-09-11T07:31:42.499602+0000 mgr.smithi082.szoofc (mgr.14190) 52 : cephadm [INF] Reconfiguring prometheus.smithi082 (dependencies changed)... 2024-09-11T07:31:44.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:43 smithi189 bash[22590]: cephadm 2024-09-11T07:31:42.512971+0000 mgr.smithi082.szoofc (mgr.14190) 53 : cephadm [INF] Reconfiguring daemon prometheus.smithi082 on smithi082 2024-09-11T07:31:45.071 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:44 smithi082 bash[15107]: cluster 2024-09-11T07:31:43.376528+0000 mgr.smithi082.szoofc (mgr.14190) 54 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:31:45.162 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:44 smithi189 bash[22590]: cluster 2024-09-11T07:31:43.376528+0000 mgr.smithi082.szoofc (mgr.14190) 54 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:31:45.314 INFO:teuthology.orchestra.run.smithi189.stdout:Scheduled osd.all-available-devices update... 2024-09-11T07:31:45.977 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-09-11T07:31:45.978 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f0bd109a-700e-11ef-bcea-c7b262605968 -- ceph osd stat -f json 2024-09-11T07:31:46.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:46 smithi082 bash[15107]: audit 2024-09-11T07:31:45.303544+0000 mgr.smithi082.szoofc (mgr.14190) 55 : audit [DBG] from='client.14218 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:31:46.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:46 smithi082 bash[15107]: cephadm 2024-09-11T07:31:45.306123+0000 mgr.smithi082.szoofc (mgr.14190) 56 : cephadm [INF] Marking host: smithi082 for OSDSpec preview refresh. 2024-09-11T07:31:46.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:46 smithi082 bash[15107]: cephadm 2024-09-11T07:31:45.306188+0000 mgr.smithi082.szoofc (mgr.14190) 57 : cephadm [INF] Marking host: smithi189 for OSDSpec preview refresh. 2024-09-11T07:31:46.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:46 smithi082 bash[15107]: cephadm 2024-09-11T07:31:45.306522+0000 mgr.smithi082.szoofc (mgr.14190) 58 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-09-11T07:31:46.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:46 smithi082 bash[15107]: audit 2024-09-11T07:31:45.312824+0000 mon.smithi082 (mon.0) 266 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:31:46.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:46 smithi082 bash[15107]: cluster 2024-09-11T07:31:45.376862+0000 mgr.smithi082.szoofc (mgr.14190) 59 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:31:46.403 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:46 smithi082 bash[15107]: audit 2024-09-11T07:31:45.415418+0000 mon.smithi082 (mon.0) 267 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:31:46.663 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:46 smithi189 bash[22590]: audit 2024-09-11T07:31:45.303544+0000 mgr.smithi082.szoofc (mgr.14190) 55 : audit [DBG] from='client.14218 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:31:46.663 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:46 smithi189 bash[22590]: cephadm 2024-09-11T07:31:45.306123+0000 mgr.smithi082.szoofc (mgr.14190) 56 : cephadm [INF] Marking host: smithi082 for OSDSpec preview refresh. 2024-09-11T07:31:46.663 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:46 smithi189 bash[22590]: cephadm 2024-09-11T07:31:45.306188+0000 mgr.smithi082.szoofc (mgr.14190) 57 : cephadm [INF] Marking host: smithi189 for OSDSpec preview refresh. 2024-09-11T07:31:46.663 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:46 smithi189 bash[22590]: cephadm 2024-09-11T07:31:45.306522+0000 mgr.smithi082.szoofc (mgr.14190) 58 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-09-11T07:31:46.663 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:46 smithi189 bash[22590]: audit 2024-09-11T07:31:45.312824+0000 mon.smithi082 (mon.0) 266 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:31:46.663 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:46 smithi189 bash[22590]: cluster 2024-09-11T07:31:45.376862+0000 mgr.smithi082.szoofc (mgr.14190) 59 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:31:46.663 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:46 smithi189 bash[22590]: audit 2024-09-11T07:31:45.415418+0000 mon.smithi082 (mon.0) 267 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:31:48.598 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:48 smithi082 bash[15107]: cluster 2024-09-11T07:31:47.377317+0000 mgr.smithi082.szoofc (mgr.14190) 60 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:31:48.912 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:48 smithi189 bash[22590]: cluster 2024-09-11T07:31:47.377317+0000 mgr.smithi082.szoofc (mgr.14190) 60 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:31:50.493 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:50 smithi189 bash[22590]: audit 2024-09-11T07:31:49.173782+0000 mon.smithi082 (mon.0) 268 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:31:50.494 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:50 smithi189 bash[22590]: audit 2024-09-11T07:31:49.180194+0000 mon.smithi082 (mon.0) 269 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:31:50.494 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:50 smithi189 bash[22590]: cephadm 2024-09-11T07:31:49.181400+0000 mgr.smithi082.szoofc (mgr.14190) 61 : cephadm [INF] Reconfiguring crash.smithi189 (monmap changed)... 2024-09-11T07:31:50.494 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:50 smithi189 bash[22590]: audit 2024-09-11T07:31:49.181864+0000 mon.smithi082 (mon.0) 270 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi189", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-09-11T07:31:50.494 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:50 smithi189 bash[22590]: audit 2024-09-11T07:31:49.183288+0000 mon.smithi082 (mon.0) 271 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:31:50.494 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:50 smithi189 bash[22590]: cephadm 2024-09-11T07:31:49.184509+0000 mgr.smithi082.szoofc (mgr.14190) 62 : cephadm [INF] Reconfiguring daemon crash.smithi189 on smithi189 2024-09-11T07:31:50.494 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:50 smithi189 bash[22590]: cluster 2024-09-11T07:31:49.377715+0000 mgr.smithi082.szoofc (mgr.14190) 63 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:31:50.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:50 smithi082 bash[15107]: audit 2024-09-11T07:31:49.173782+0000 mon.smithi082 (mon.0) 268 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:31:50.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:50 smithi082 bash[15107]: audit 2024-09-11T07:31:49.180194+0000 mon.smithi082 (mon.0) 269 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:31:50.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:50 smithi082 bash[15107]: cephadm 2024-09-11T07:31:49.181400+0000 mgr.smithi082.szoofc (mgr.14190) 61 : cephadm [INF] Reconfiguring crash.smithi189 (monmap changed)... 2024-09-11T07:31:50.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:50 smithi082 bash[15107]: audit 2024-09-11T07:31:49.181864+0000 mon.smithi082 (mon.0) 270 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi189", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-09-11T07:31:50.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:50 smithi082 bash[15107]: audit 2024-09-11T07:31:49.183288+0000 mon.smithi082 (mon.0) 271 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:31:50.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:50 smithi082 bash[15107]: cephadm 2024-09-11T07:31:49.184509+0000 mgr.smithi082.szoofc (mgr.14190) 62 : cephadm [INF] Reconfiguring daemon crash.smithi189 on smithi189 2024-09-11T07:31:50.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:50 smithi082 bash[15107]: cluster 2024-09-11T07:31:49.377715+0000 mgr.smithi082.szoofc (mgr.14190) 63 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:31:50.707 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/mon.smithi082/config 2024-09-11T07:31:52.497 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:52 smithi189 bash[22590]: audit 2024-09-11T07:31:51.206627+0000 mon.smithi082 (mon.0) 272 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:31:52.497 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:52 smithi189 bash[22590]: audit 2024-09-11T07:31:51.212387+0000 mon.smithi082 (mon.0) 273 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:31:52.497 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:52 smithi189 bash[22590]: cephadm 2024-09-11T07:31:51.213307+0000 mgr.smithi082.szoofc (mgr.14190) 64 : cephadm [INF] Reconfiguring mgr.smithi189.skbamy (monmap changed)... 2024-09-11T07:31:52.497 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:52 smithi189 bash[22590]: audit 2024-09-11T07:31:51.213680+0000 mon.smithi082 (mon.0) 274 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi189.skbamy", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T07:31:52.497 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:52 smithi189 bash[22590]: audit 2024-09-11T07:31:51.215149+0000 mon.smithi082 (mon.0) 275 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-11T07:31:52.498 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:52 smithi189 bash[22590]: audit 2024-09-11T07:31:51.216303+0000 mon.smithi082 (mon.0) 276 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:31:52.498 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:52 smithi189 bash[22590]: cephadm 2024-09-11T07:31:51.217587+0000 mgr.smithi082.szoofc (mgr.14190) 65 : cephadm [INF] Reconfiguring daemon mgr.smithi189.skbamy on smithi189 2024-09-11T07:31:52.498 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:52 smithi189 bash[22590]: cluster 2024-09-11T07:31:51.378058+0000 mgr.smithi082.szoofc (mgr.14190) 66 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:31:52.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:52 smithi082 bash[15107]: audit 2024-09-11T07:31:51.206627+0000 mon.smithi082 (mon.0) 272 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:31:52.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:52 smithi082 bash[15107]: audit 2024-09-11T07:31:51.212387+0000 mon.smithi082 (mon.0) 273 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:31:52.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:52 smithi082 bash[15107]: cephadm 2024-09-11T07:31:51.213307+0000 mgr.smithi082.szoofc (mgr.14190) 64 : cephadm [INF] Reconfiguring mgr.smithi189.skbamy (monmap changed)... 2024-09-11T07:31:52.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:52 smithi082 bash[15107]: audit 2024-09-11T07:31:51.213680+0000 mon.smithi082 (mon.0) 274 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi189.skbamy", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T07:31:52.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:52 smithi082 bash[15107]: audit 2024-09-11T07:31:51.215149+0000 mon.smithi082 (mon.0) 275 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-11T07:31:52.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:52 smithi082 bash[15107]: audit 2024-09-11T07:31:51.216303+0000 mon.smithi082 (mon.0) 276 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:31:52.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:52 smithi082 bash[15107]: cephadm 2024-09-11T07:31:51.217587+0000 mgr.smithi082.szoofc (mgr.14190) 65 : cephadm [INF] Reconfiguring daemon mgr.smithi189.skbamy on smithi189 2024-09-11T07:31:52.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:52 smithi082 bash[15107]: cluster 2024-09-11T07:31:51.378058+0000 mgr.smithi082.szoofc (mgr.14190) 66 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:31:54.155 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-09-11T07:31:54.543 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:54 smithi189 bash[22590]: audit 2024-09-11T07:31:53.280033+0000 mon.smithi082 (mon.0) 277 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:31:54.543 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:54 smithi189 bash[22590]: audit 2024-09-11T07:31:53.285116+0000 mon.smithi082 (mon.0) 278 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:31:54.543 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:54 smithi189 bash[22590]: cephadm 2024-09-11T07:31:53.286080+0000 mgr.smithi082.szoofc (mgr.14190) 67 : cephadm [INF] Reconfiguring mon.smithi189 (monmap changed)... 2024-09-11T07:31:54.543 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:54 smithi189 bash[22590]: audit 2024-09-11T07:31:53.286374+0000 mon.smithi082 (mon.0) 279 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T07:31:54.543 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:54 smithi189 bash[22590]: audit 2024-09-11T07:31:53.287409+0000 mon.smithi082 (mon.0) 280 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T07:31:54.544 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:54 smithi189 bash[22590]: audit 2024-09-11T07:31:53.288380+0000 mon.smithi082 (mon.0) 281 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:31:54.544 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:54 smithi189 bash[22590]: cephadm 2024-09-11T07:31:53.289564+0000 mgr.smithi082.szoofc (mgr.14190) 68 : cephadm [INF] Reconfiguring daemon mon.smithi189 on smithi189 2024-09-11T07:31:54.544 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:54 smithi189 bash[22590]: cluster 2024-09-11T07:31:53.378452+0000 mgr.smithi082.szoofc (mgr.14190) 69 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:31:54.544 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:54 smithi189 bash[22590]: audit 2024-09-11T07:31:54.153691+0000 mon.smithi082 (mon.0) 282 : audit [DBG] from='client.? 172.21.15.82:0/2632687271' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-11T07:31:54.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:54 smithi082 bash[15107]: audit 2024-09-11T07:31:53.280033+0000 mon.smithi082 (mon.0) 277 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:31:54.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:54 smithi082 bash[15107]: audit 2024-09-11T07:31:53.285116+0000 mon.smithi082 (mon.0) 278 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:31:54.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:54 smithi082 bash[15107]: cephadm 2024-09-11T07:31:53.286080+0000 mgr.smithi082.szoofc (mgr.14190) 67 : cephadm [INF] Reconfiguring mon.smithi189 (monmap changed)... 2024-09-11T07:31:54.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:54 smithi082 bash[15107]: audit 2024-09-11T07:31:53.286374+0000 mon.smithi082 (mon.0) 279 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T07:31:54.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:54 smithi082 bash[15107]: audit 2024-09-11T07:31:53.287409+0000 mon.smithi082 (mon.0) 280 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T07:31:54.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:54 smithi082 bash[15107]: audit 2024-09-11T07:31:53.288380+0000 mon.smithi082 (mon.0) 281 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:31:54.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:54 smithi082 bash[15107]: cephadm 2024-09-11T07:31:53.289564+0000 mgr.smithi082.szoofc (mgr.14190) 68 : cephadm [INF] Reconfiguring daemon mon.smithi189 on smithi189 2024-09-11T07:31:54.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:54 smithi082 bash[15107]: cluster 2024-09-11T07:31:53.378452+0000 mgr.smithi082.szoofc (mgr.14190) 69 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:31:54.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:54 smithi082 bash[15107]: audit 2024-09-11T07:31:54.153691+0000 mon.smithi082 (mon.0) 282 : audit [DBG] from='client.? 172.21.15.82:0/2632687271' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-11T07:31:54.913 INFO:teuthology.orchestra.run.smithi082.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-11T07:31:55.914 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f0bd109a-700e-11ef-bcea-c7b262605968 -- ceph osd stat -f json 2024-09-11T07:31:56.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:56 smithi082 bash[15107]: audit 2024-09-11T07:31:55.313987+0000 mon.smithi082 (mon.0) 283 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:31:56.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:56 smithi082 bash[15107]: audit 2024-09-11T07:31:55.319749+0000 mon.smithi082 (mon.0) 284 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:31:56.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:56 smithi082 bash[15107]: audit 2024-09-11T07:31:55.324599+0000 mon.smithi082 (mon.0) 285 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-11T07:31:56.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:56 smithi082 bash[15107]: audit 2024-09-11T07:31:55.325427+0000 mgr.smithi082.szoofc (mgr.14190) 70 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-11T07:31:56.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:56 smithi082 bash[15107]: audit 2024-09-11T07:31:55.327261+0000 mon.smithi082 (mon.0) 286 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi082.front.sepia.ceph.com:9093"}]: dispatch 2024-09-11T07:31:56.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:56 smithi082 bash[15107]: audit 2024-09-11T07:31:55.327903+0000 mgr.smithi082.szoofc (mgr.14190) 71 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi082.front.sepia.ceph.com:9093"}]: dispatch 2024-09-11T07:31:56.653 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:56 smithi082 bash[15107]: audit 2024-09-11T07:31:55.334357+0000 mon.smithi082 (mon.0) 287 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:31:56.653 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:56 smithi082 bash[15107]: audit 2024-09-11T07:31:55.352483+0000 mon.smithi082 (mon.0) 288 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-11T07:31:56.653 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:56 smithi082 bash[15107]: audit 2024-09-11T07:31:55.353319+0000 mgr.smithi082.szoofc (mgr.14190) 72 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-11T07:31:56.653 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:56 smithi082 bash[15107]: audit 2024-09-11T07:31:55.356272+0000 mon.smithi082 (mon.0) 289 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi082.front.sepia.ceph.com:3000"}]: dispatch 2024-09-11T07:31:56.653 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:56 smithi082 bash[15107]: audit 2024-09-11T07:31:55.356915+0000 mgr.smithi082.szoofc (mgr.14190) 73 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi082.front.sepia.ceph.com:3000"}]: dispatch 2024-09-11T07:31:56.653 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:56 smithi082 bash[15107]: audit 2024-09-11T07:31:55.363940+0000 mon.smithi082 (mon.0) 290 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:31:56.653 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:56 smithi082 bash[15107]: audit 2024-09-11T07:31:55.377428+0000 mon.smithi082 (mon.0) 291 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-11T07:31:56.653 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:56 smithi082 bash[15107]: audit 2024-09-11T07:31:55.378195+0000 mgr.smithi082.szoofc (mgr.14190) 74 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-11T07:31:56.653 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:56 smithi082 bash[15107]: cluster 2024-09-11T07:31:55.378747+0000 mgr.smithi082.szoofc (mgr.14190) 75 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:31:56.653 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:56 smithi082 bash[15107]: audit 2024-09-11T07:31:55.381746+0000 mon.smithi082 (mon.0) 292 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi082.front.sepia.ceph.com:9095"}]: dispatch 2024-09-11T07:31:56.653 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:56 smithi082 bash[15107]: audit 2024-09-11T07:31:55.382451+0000 mgr.smithi082.szoofc (mgr.14190) 76 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi082.front.sepia.ceph.com:9095"}]: dispatch 2024-09-11T07:31:56.653 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:56 smithi082 bash[15107]: audit 2024-09-11T07:31:55.389592+0000 mon.smithi082 (mon.0) 293 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:31:56.654 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:56 smithi082 bash[15107]: audit 2024-09-11T07:31:55.396948+0000 mon.smithi082 (mon.0) 294 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:31:56.663 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:56 smithi189 bash[22590]: audit 2024-09-11T07:31:55.313987+0000 mon.smithi082 (mon.0) 283 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:31:56.663 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:56 smithi189 bash[22590]: audit 2024-09-11T07:31:55.319749+0000 mon.smithi082 (mon.0) 284 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:31:56.663 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:56 smithi189 bash[22590]: audit 2024-09-11T07:31:55.324599+0000 mon.smithi082 (mon.0) 285 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-11T07:31:56.663 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:56 smithi189 bash[22590]: audit 2024-09-11T07:31:55.325427+0000 mgr.smithi082.szoofc (mgr.14190) 70 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-11T07:31:56.663 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:56 smithi189 bash[22590]: audit 2024-09-11T07:31:55.327261+0000 mon.smithi082 (mon.0) 286 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi082.front.sepia.ceph.com:9093"}]: dispatch 2024-09-11T07:31:56.663 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:56 smithi189 bash[22590]: audit 2024-09-11T07:31:55.327903+0000 mgr.smithi082.szoofc (mgr.14190) 71 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi082.front.sepia.ceph.com:9093"}]: dispatch 2024-09-11T07:31:56.663 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:56 smithi189 bash[22590]: audit 2024-09-11T07:31:55.334357+0000 mon.smithi082 (mon.0) 287 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:31:56.663 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:56 smithi189 bash[22590]: audit 2024-09-11T07:31:55.352483+0000 mon.smithi082 (mon.0) 288 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-11T07:31:56.663 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:56 smithi189 bash[22590]: audit 2024-09-11T07:31:55.353319+0000 mgr.smithi082.szoofc (mgr.14190) 72 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-11T07:31:56.663 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:56 smithi189 bash[22590]: audit 2024-09-11T07:31:55.356272+0000 mon.smithi082 (mon.0) 289 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi082.front.sepia.ceph.com:3000"}]: dispatch 2024-09-11T07:31:56.664 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:56 smithi189 bash[22590]: audit 2024-09-11T07:31:55.356915+0000 mgr.smithi082.szoofc (mgr.14190) 73 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi082.front.sepia.ceph.com:3000"}]: dispatch 2024-09-11T07:31:56.664 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:56 smithi189 bash[22590]: audit 2024-09-11T07:31:55.363940+0000 mon.smithi082 (mon.0) 290 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:31:56.664 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:56 smithi189 bash[22590]: audit 2024-09-11T07:31:55.377428+0000 mon.smithi082 (mon.0) 291 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-11T07:31:56.664 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:56 smithi189 bash[22590]: audit 2024-09-11T07:31:55.378195+0000 mgr.smithi082.szoofc (mgr.14190) 74 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-11T07:31:56.664 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:56 smithi189 bash[22590]: cluster 2024-09-11T07:31:55.378747+0000 mgr.smithi082.szoofc (mgr.14190) 75 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:31:56.664 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:56 smithi189 bash[22590]: audit 2024-09-11T07:31:55.381746+0000 mon.smithi082 (mon.0) 292 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi082.front.sepia.ceph.com:9095"}]: dispatch 2024-09-11T07:31:56.664 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:56 smithi189 bash[22590]: audit 2024-09-11T07:31:55.382451+0000 mgr.smithi082.szoofc (mgr.14190) 76 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi082.front.sepia.ceph.com:9095"}]: dispatch 2024-09-11T07:31:56.664 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:56 smithi189 bash[22590]: audit 2024-09-11T07:31:55.389592+0000 mon.smithi082 (mon.0) 293 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:31:56.664 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:56 smithi189 bash[22590]: audit 2024-09-11T07:31:55.396948+0000 mon.smithi082 (mon.0) 294 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:31:58.904 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:31:58 smithi082 bash[15107]: cluster 2024-09-11T07:31:57.379252+0000 mgr.smithi082.szoofc (mgr.14190) 77 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:31:58.912 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:31:58 smithi189 bash[22590]: cluster 2024-09-11T07:31:57.379252+0000 mgr.smithi082.szoofc (mgr.14190) 77 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:32:00.191 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/mon.smithi082/config 2024-09-11T07:32:00.651 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:00 smithi082 bash[15107]: cluster 2024-09-11T07:31:59.379740+0000 mgr.smithi082.szoofc (mgr.14190) 78 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:32:00.651 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:00 smithi082 bash[15107]: audit 2024-09-11T07:32:00.416242+0000 mon.smithi082 (mon.0) 295 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:32:00.912 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:00 smithi189 bash[22590]: cluster 2024-09-11T07:31:59.379740+0000 mgr.smithi082.szoofc (mgr.14190) 78 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:32:00.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:00 smithi189 bash[22590]: audit 2024-09-11T07:32:00.416242+0000 mon.smithi082 (mon.0) 295 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:32:01.844 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:01 smithi082 bash[15107]: audit 2024-09-11T07:32:00.681150+0000 mon.smithi082 (mon.0) 296 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:32:01.845 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:01 smithi082 bash[15107]: audit 2024-09-11T07:32:00.686303+0000 mon.smithi082 (mon.0) 297 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:32:01.845 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:01 smithi082 bash[15107]: audit 2024-09-11T07:32:01.124601+0000 mon.smithi082 (mon.0) 298 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:32:01.845 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:01 smithi082 bash[15107]: audit 2024-09-11T07:32:01.130292+0000 mon.smithi082 (mon.0) 299 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:32:01.845 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:01 smithi082 bash[15107]: audit 2024-09-11T07:32:01.220027+0000 mon.smithi082 (mon.0) 300 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:32:01.845 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:01 smithi082 bash[15107]: audit 2024-09-11T07:32:01.226778+0000 mon.smithi082 (mon.0) 301 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:32:01.845 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:01 smithi082 bash[15107]: audit 2024-09-11T07:32:01.621667+0000 mon.smithi082 (mon.0) 302 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:32:01.845 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:01 smithi082 bash[15107]: audit 2024-09-11T07:32:01.627713+0000 mon.smithi082 (mon.0) 303 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:32:01.845 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:01 smithi082 bash[15107]: audit 2024-09-11T07:32:01.628995+0000 mon.smithi082 (mon.0) 304 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:32:01.845 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:01 smithi082 bash[15107]: audit 2024-09-11T07:32:01.629973+0000 mon.smithi082 (mon.0) 305 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:32:01.845 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:01 smithi082 bash[15107]: audit 2024-09-11T07:32:01.634864+0000 mon.smithi082 (mon.0) 306 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:32:01.845 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:01 smithi082 bash[15107]: audit 2024-09-11T07:32:01.639007+0000 mon.smithi082 (mon.0) 307 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-11T07:32:01.846 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:01 smithi082 bash[15107]: audit 2024-09-11T07:32:01.645527+0000 mon.smithi082 (mon.0) 308 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T07:32:01.846 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:01 smithi082 bash[15107]: audit 2024-09-11T07:32:01.646403+0000 mon.smithi082 (mon.0) 309 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:32:01.846 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:01 smithi082 bash[15107]: audit 2024-09-11T07:32:01.650677+0000 mon.smithi082 (mon.0) 310 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T07:32:01.846 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:01 smithi082 bash[15107]: audit 2024-09-11T07:32:01.651506+0000 mon.smithi082 (mon.0) 311 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:32:02.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:01 smithi189 bash[22590]: audit 2024-09-11T07:32:00.681150+0000 mon.smithi082 (mon.0) 296 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:32:02.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:01 smithi189 bash[22590]: audit 2024-09-11T07:32:00.686303+0000 mon.smithi082 (mon.0) 297 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:32:02.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:01 smithi189 bash[22590]: audit 2024-09-11T07:32:01.124601+0000 mon.smithi082 (mon.0) 298 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:32:02.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:01 smithi189 bash[22590]: audit 2024-09-11T07:32:01.130292+0000 mon.smithi082 (mon.0) 299 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:32:02.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:01 smithi189 bash[22590]: audit 2024-09-11T07:32:01.220027+0000 mon.smithi082 (mon.0) 300 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:32:02.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:01 smithi189 bash[22590]: audit 2024-09-11T07:32:01.226778+0000 mon.smithi082 (mon.0) 301 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:32:02.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:01 smithi189 bash[22590]: audit 2024-09-11T07:32:01.621667+0000 mon.smithi082 (mon.0) 302 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:32:02.164 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:01 smithi189 bash[22590]: audit 2024-09-11T07:32:01.627713+0000 mon.smithi082 (mon.0) 303 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:32:02.164 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:01 smithi189 bash[22590]: audit 2024-09-11T07:32:01.628995+0000 mon.smithi082 (mon.0) 304 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:32:02.164 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:01 smithi189 bash[22590]: audit 2024-09-11T07:32:01.629973+0000 mon.smithi082 (mon.0) 305 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:32:02.164 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:01 smithi189 bash[22590]: audit 2024-09-11T07:32:01.634864+0000 mon.smithi082 (mon.0) 306 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:32:02.164 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:01 smithi189 bash[22590]: audit 2024-09-11T07:32:01.639007+0000 mon.smithi082 (mon.0) 307 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-11T07:32:02.164 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:01 smithi189 bash[22590]: audit 2024-09-11T07:32:01.645527+0000 mon.smithi082 (mon.0) 308 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T07:32:02.164 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:01 smithi189 bash[22590]: audit 2024-09-11T07:32:01.646403+0000 mon.smithi082 (mon.0) 309 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:32:02.164 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:01 smithi189 bash[22590]: audit 2024-09-11T07:32:01.650677+0000 mon.smithi082 (mon.0) 310 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T07:32:02.164 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:01 smithi189 bash[22590]: audit 2024-09-11T07:32:01.651506+0000 mon.smithi082 (mon.0) 311 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:32:02.901 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:02 smithi082 bash[15107]: cluster 2024-09-11T07:32:01.380115+0000 mgr.smithi082.szoofc (mgr.14190) 79 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:32:03.162 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:02 smithi189 bash[22590]: cluster 2024-09-11T07:32:01.380115+0000 mgr.smithi082.szoofc (mgr.14190) 79 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:32:03.891 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-09-11T07:32:04.655 INFO:teuthology.orchestra.run.smithi082.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-11T07:32:05.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:04 smithi082 bash[15107]: cluster 2024-09-11T07:32:03.380528+0000 mgr.smithi082.szoofc (mgr.14190) 80 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:32:05.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:04 smithi082 bash[15107]: audit 2024-09-11T07:32:03.890299+0000 mon.smithi082 (mon.0) 312 : audit [DBG] from='client.? 172.21.15.82:0/4059194441' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-11T07:32:05.162 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:04 smithi189 bash[22590]: cluster 2024-09-11T07:32:03.380528+0000 mgr.smithi082.szoofc (mgr.14190) 80 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:32:05.162 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:04 smithi189 bash[22590]: audit 2024-09-11T07:32:03.890299+0000 mon.smithi082 (mon.0) 312 : audit [DBG] from='client.? 172.21.15.82:0/4059194441' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-11T07:32:05.655 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f0bd109a-700e-11ef-bcea-c7b262605968 -- ceph osd stat -f json 2024-09-11T07:32:07.151 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:06 smithi082 bash[15107]: cluster 2024-09-11T07:32:05.380964+0000 mgr.smithi082.szoofc (mgr.14190) 81 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:32:07.162 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:06 smithi189 bash[22590]: cluster 2024-09-11T07:32:05.380964+0000 mgr.smithi082.szoofc (mgr.14190) 81 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:32:08.912 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:08 smithi189 bash[22590]: cluster 2024-09-11T07:32:07.381450+0000 mgr.smithi082.szoofc (mgr.14190) 82 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:32:09.109 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:08 smithi082 bash[15107]: cluster 2024-09-11T07:32:07.381450+0000 mgr.smithi082.szoofc (mgr.14190) 82 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:32:10.049 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/mon.smithi082/config 2024-09-11T07:32:11.151 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:10 smithi082 bash[15107]: cluster 2024-09-11T07:32:09.381986+0000 mgr.smithi082.szoofc (mgr.14190) 83 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:32:11.162 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:10 smithi189 bash[22590]: cluster 2024-09-11T07:32:09.381986+0000 mgr.smithi082.szoofc (mgr.14190) 83 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:32:12.059 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:11 smithi082 bash[15107]: audit 2024-09-11T07:32:10.971067+0000 mon.smithi189 (mon.1) 2 : audit [INF] from='client.? 172.21.15.189:0/1960072718' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2b3c15c8-7fe6-4d93-9425-e50184a095d7"}]: dispatch 2024-09-11T07:32:12.059 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:11 smithi082 bash[15107]: audit 2024-09-11T07:32:10.972923+0000 mon.smithi082 (mon.0) 313 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2b3c15c8-7fe6-4d93-9425-e50184a095d7"}]: dispatch 2024-09-11T07:32:12.059 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:11 smithi082 bash[15107]: audit 2024-09-11T07:32:10.981894+0000 mon.smithi082 (mon.0) 314 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2b3c15c8-7fe6-4d93-9425-e50184a095d7"}]': finished 2024-09-11T07:32:12.059 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:11 smithi082 bash[15107]: cluster 2024-09-11T07:32:10.981960+0000 mon.smithi082 (mon.0) 315 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-09-11T07:32:12.059 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:11 smithi082 bash[15107]: audit 2024-09-11T07:32:10.982066+0000 mon.smithi082 (mon.0) 316 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T07:32:12.162 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:11 smithi189 bash[22590]: audit 2024-09-11T07:32:10.971067+0000 mon.smithi189 (mon.1) 2 : audit [INF] from='client.? 172.21.15.189:0/1960072718' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2b3c15c8-7fe6-4d93-9425-e50184a095d7"}]: dispatch 2024-09-11T07:32:12.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:11 smithi189 bash[22590]: audit 2024-09-11T07:32:10.972923+0000 mon.smithi082 (mon.0) 313 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2b3c15c8-7fe6-4d93-9425-e50184a095d7"}]: dispatch 2024-09-11T07:32:12.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:11 smithi189 bash[22590]: audit 2024-09-11T07:32:10.981894+0000 mon.smithi082 (mon.0) 314 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2b3c15c8-7fe6-4d93-9425-e50184a095d7"}]': finished 2024-09-11T07:32:12.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:11 smithi189 bash[22590]: cluster 2024-09-11T07:32:10.981960+0000 mon.smithi082 (mon.0) 315 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-09-11T07:32:12.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:11 smithi189 bash[22590]: audit 2024-09-11T07:32:10.982066+0000 mon.smithi082 (mon.0) 316 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T07:32:13.154 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:12 smithi082 bash[15107]: cluster 2024-09-11T07:32:11.382305+0000 mgr.smithi082.szoofc (mgr.14190) 84 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:32:13.154 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:12 smithi082 bash[15107]: audit 2024-09-11T07:32:12.535166+0000 mon.smithi189 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.189:0/653010645' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T07:32:13.162 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:12 smithi189 bash[22590]: cluster 2024-09-11T07:32:11.382305+0000 mgr.smithi082.szoofc (mgr.14190) 84 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:32:13.162 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:12 smithi189 bash[22590]: audit 2024-09-11T07:32:12.535166+0000 mon.smithi189 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.189:0/653010645' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T07:32:14.128 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:13 smithi082 bash[15107]: audit 2024-09-11T07:32:12.894102+0000 mon.smithi082 (mon.0) 317 : audit [INF] from='client.? 172.21.15.82:0/1161134700' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5f0ee256-973f-4a87-b09f-16e73851d1d8"}]: dispatch 2024-09-11T07:32:14.128 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:13 smithi082 bash[15107]: audit 2024-09-11T07:32:12.899080+0000 mon.smithi082 (mon.0) 318 : audit [INF] from='client.? 172.21.15.82:0/1161134700' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5f0ee256-973f-4a87-b09f-16e73851d1d8"}]': finished 2024-09-11T07:32:14.129 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:13 smithi082 bash[15107]: cluster 2024-09-11T07:32:12.899118+0000 mon.smithi082 (mon.0) 319 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-09-11T07:32:14.129 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:13 smithi082 bash[15107]: audit 2024-09-11T07:32:12.899203+0000 mon.smithi082 (mon.0) 320 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T07:32:14.129 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:13 smithi082 bash[15107]: audit 2024-09-11T07:32:12.899499+0000 mon.smithi082 (mon.0) 321 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T07:32:14.162 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:13 smithi189 bash[22590]: audit 2024-09-11T07:32:12.894102+0000 mon.smithi082 (mon.0) 317 : audit [INF] from='client.? 172.21.15.82:0/1161134700' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5f0ee256-973f-4a87-b09f-16e73851d1d8"}]: dispatch 2024-09-11T07:32:14.162 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:13 smithi189 bash[22590]: audit 2024-09-11T07:32:12.899080+0000 mon.smithi082 (mon.0) 318 : audit [INF] from='client.? 172.21.15.82:0/1161134700' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5f0ee256-973f-4a87-b09f-16e73851d1d8"}]': finished 2024-09-11T07:32:14.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:13 smithi189 bash[22590]: cluster 2024-09-11T07:32:12.899118+0000 mon.smithi082 (mon.0) 319 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-09-11T07:32:14.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:13 smithi189 bash[22590]: audit 2024-09-11T07:32:12.899203+0000 mon.smithi082 (mon.0) 320 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T07:32:14.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:13 smithi189 bash[22590]: audit 2024-09-11T07:32:12.899499+0000 mon.smithi082 (mon.0) 321 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T07:32:14.457 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-09-11T07:32:15.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:14 smithi082 bash[15107]: cluster 2024-09-11T07:32:13.382672+0000 mgr.smithi082.szoofc (mgr.14190) 85 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:32:15.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:14 smithi082 bash[15107]: audit 2024-09-11T07:32:14.456211+0000 mon.smithi082 (mon.0) 322 : audit [DBG] from='client.? 172.21.15.82:0/3040541124' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-11T07:32:15.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:14 smithi082 bash[15107]: audit 2024-09-11T07:32:14.864360+0000 mon.smithi082 (mon.0) 323 : audit [DBG] from='client.? 172.21.15.82:0/82122553' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T07:32:15.162 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:14 smithi189 bash[22590]: cluster 2024-09-11T07:32:13.382672+0000 mgr.smithi082.szoofc (mgr.14190) 85 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:32:15.162 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:14 smithi189 bash[22590]: audit 2024-09-11T07:32:14.456211+0000 mon.smithi082 (mon.0) 322 : audit [DBG] from='client.? 172.21.15.82:0/3040541124' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-11T07:32:15.162 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:14 smithi189 bash[22590]: audit 2024-09-11T07:32:14.864360+0000 mon.smithi082 (mon.0) 323 : audit [DBG] from='client.? 172.21.15.82:0/82122553' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T07:32:15.297 INFO:teuthology.orchestra.run.smithi082.stdout:{"epoch":7,"num_osds":2,"num_up_osds":0,"osd_up_since":0,"num_in_osds":2,"osd_in_since":1726039932,"num_remapped_pgs":0} 2024-09-11T07:32:16.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:15 smithi189 bash[22590]: audit 2024-09-11T07:32:15.287344+0000 mon.smithi189 (mon.1) 4 : audit [INF] from='client.? 172.21.15.189:0/3947686451' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "62b2669c-ebe3-47c6-bc39-86eeb7a7e6f6"}]: dispatch 2024-09-11T07:32:16.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:15 smithi189 bash[22590]: audit 2024-09-11T07:32:15.289390+0000 mon.smithi082 (mon.0) 324 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "62b2669c-ebe3-47c6-bc39-86eeb7a7e6f6"}]: dispatch 2024-09-11T07:32:16.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:15 smithi189 bash[22590]: audit 2024-09-11T07:32:15.296768+0000 mon.smithi082 (mon.0) 325 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "62b2669c-ebe3-47c6-bc39-86eeb7a7e6f6"}]': finished 2024-09-11T07:32:16.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:15 smithi189 bash[22590]: cluster 2024-09-11T07:32:15.296878+0000 mon.smithi082 (mon.0) 326 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-09-11T07:32:16.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:15 smithi189 bash[22590]: audit 2024-09-11T07:32:15.297083+0000 mon.smithi082 (mon.0) 327 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T07:32:16.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:15 smithi189 bash[22590]: audit 2024-09-11T07:32:15.297738+0000 mon.smithi082 (mon.0) 328 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T07:32:16.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:15 smithi189 bash[22590]: audit 2024-09-11T07:32:15.298085+0000 mon.smithi082 (mon.0) 329 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T07:32:16.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:15 smithi189 bash[22590]: audit 2024-09-11T07:32:15.416954+0000 mon.smithi082 (mon.0) 330 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:32:16.298 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f0bd109a-700e-11ef-bcea-c7b262605968 -- ceph osd stat -f json 2024-09-11T07:32:16.308 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:15 smithi082 bash[15107]: audit 2024-09-11T07:32:15.287344+0000 mon.smithi189 (mon.1) 4 : audit [INF] from='client.? 172.21.15.189:0/3947686451' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "62b2669c-ebe3-47c6-bc39-86eeb7a7e6f6"}]: dispatch 2024-09-11T07:32:16.308 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:15 smithi082 bash[15107]: audit 2024-09-11T07:32:15.289390+0000 mon.smithi082 (mon.0) 324 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "62b2669c-ebe3-47c6-bc39-86eeb7a7e6f6"}]: dispatch 2024-09-11T07:32:16.308 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:15 smithi082 bash[15107]: audit 2024-09-11T07:32:15.296768+0000 mon.smithi082 (mon.0) 325 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "62b2669c-ebe3-47c6-bc39-86eeb7a7e6f6"}]': finished 2024-09-11T07:32:16.308 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:15 smithi082 bash[15107]: cluster 2024-09-11T07:32:15.296878+0000 mon.smithi082 (mon.0) 326 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-09-11T07:32:16.308 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:15 smithi082 bash[15107]: audit 2024-09-11T07:32:15.297083+0000 mon.smithi082 (mon.0) 327 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T07:32:16.308 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:15 smithi082 bash[15107]: audit 2024-09-11T07:32:15.297738+0000 mon.smithi082 (mon.0) 328 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T07:32:16.308 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:15 smithi082 bash[15107]: audit 2024-09-11T07:32:15.298085+0000 mon.smithi082 (mon.0) 329 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T07:32:16.308 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:15 smithi082 bash[15107]: audit 2024-09-11T07:32:15.416954+0000 mon.smithi082 (mon.0) 330 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:32:17.162 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:16 smithi189 bash[22590]: cluster 2024-09-11T07:32:15.383098+0000 mgr.smithi082.szoofc (mgr.14190) 86 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:32:17.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:16 smithi189 bash[22590]: audit 2024-09-11T07:32:16.779227+0000 mon.smithi189 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.189:0/4262411553' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T07:32:17.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:16 smithi082 bash[15107]: cluster 2024-09-11T07:32:15.383098+0000 mgr.smithi082.szoofc (mgr.14190) 86 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:32:17.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:16 smithi082 bash[15107]: audit 2024-09-11T07:32:16.779227+0000 mon.smithi189 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.189:0/4262411553' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T07:32:18.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:17 smithi082 bash[15107]: audit 2024-09-11T07:32:17.648451+0000 mon.smithi082 (mon.0) 331 : audit [INF] from='client.? 172.21.15.82:0/994944277' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a94bc0bb-6df7-49a1-ad84-5193af0cd133"}]: dispatch 2024-09-11T07:32:18.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:17 smithi082 bash[15107]: audit 2024-09-11T07:32:17.656307+0000 mon.smithi082 (mon.0) 332 : audit [INF] from='client.? 172.21.15.82:0/994944277' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a94bc0bb-6df7-49a1-ad84-5193af0cd133"}]': finished 2024-09-11T07:32:18.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:17 smithi082 bash[15107]: cluster 2024-09-11T07:32:17.656401+0000 mon.smithi082 (mon.0) 333 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-09-11T07:32:18.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:17 smithi082 bash[15107]: audit 2024-09-11T07:32:17.656596+0000 mon.smithi082 (mon.0) 334 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T07:32:18.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:17 smithi082 bash[15107]: audit 2024-09-11T07:32:17.657186+0000 mon.smithi082 (mon.0) 335 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T07:32:18.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:17 smithi082 bash[15107]: audit 2024-09-11T07:32:17.657532+0000 mon.smithi082 (mon.0) 336 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T07:32:18.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:17 smithi082 bash[15107]: audit 2024-09-11T07:32:17.657879+0000 mon.smithi082 (mon.0) 337 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T07:32:18.412 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:17 smithi189 bash[22590]: audit 2024-09-11T07:32:17.648451+0000 mon.smithi082 (mon.0) 331 : audit [INF] from='client.? 172.21.15.82:0/994944277' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a94bc0bb-6df7-49a1-ad84-5193af0cd133"}]: dispatch 2024-09-11T07:32:18.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:17 smithi189 bash[22590]: audit 2024-09-11T07:32:17.656307+0000 mon.smithi082 (mon.0) 332 : audit [INF] from='client.? 172.21.15.82:0/994944277' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a94bc0bb-6df7-49a1-ad84-5193af0cd133"}]': finished 2024-09-11T07:32:18.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:17 smithi189 bash[22590]: cluster 2024-09-11T07:32:17.656401+0000 mon.smithi082 (mon.0) 333 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-09-11T07:32:18.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:17 smithi189 bash[22590]: audit 2024-09-11T07:32:17.656596+0000 mon.smithi082 (mon.0) 334 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T07:32:18.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:17 smithi189 bash[22590]: audit 2024-09-11T07:32:17.657186+0000 mon.smithi082 (mon.0) 335 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T07:32:18.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:17 smithi189 bash[22590]: audit 2024-09-11T07:32:17.657532+0000 mon.smithi082 (mon.0) 336 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T07:32:18.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:17 smithi189 bash[22590]: audit 2024-09-11T07:32:17.657879+0000 mon.smithi082 (mon.0) 337 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T07:32:19.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:18 smithi082 bash[15107]: cluster 2024-09-11T07:32:17.383571+0000 mgr.smithi082.szoofc (mgr.14190) 87 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:32:19.412 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:18 smithi189 bash[22590]: cluster 2024-09-11T07:32:17.383571+0000 mgr.smithi082.szoofc (mgr.14190) 87 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:32:20.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:19 smithi189 bash[22590]: audit 2024-09-11T07:32:19.240638+0000 mon.smithi082 (mon.0) 338 : audit [DBG] from='client.? 172.21.15.82:0/691337927' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T07:32:20.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:19 smithi189 bash[22590]: audit 2024-09-11T07:32:19.538838+0000 mon.smithi189 (mon.1) 6 : audit [INF] from='client.? 172.21.15.189:0/4288906515' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "af8fe740-5f1d-4865-a5a7-1f60751e11e5"}]: dispatch 2024-09-11T07:32:20.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:19 smithi189 bash[22590]: audit 2024-09-11T07:32:19.540776+0000 mon.smithi082 (mon.0) 339 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "af8fe740-5f1d-4865-a5a7-1f60751e11e5"}]: dispatch 2024-09-11T07:32:20.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:19 smithi189 bash[22590]: audit 2024-09-11T07:32:19.548263+0000 mon.smithi082 (mon.0) 340 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "af8fe740-5f1d-4865-a5a7-1f60751e11e5"}]': finished 2024-09-11T07:32:20.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:19 smithi189 bash[22590]: cluster 2024-09-11T07:32:19.548369+0000 mon.smithi082 (mon.0) 341 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-09-11T07:32:20.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:19 smithi189 bash[22590]: audit 2024-09-11T07:32:19.548551+0000 mon.smithi082 (mon.0) 342 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T07:32:20.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:19 smithi189 bash[22590]: audit 2024-09-11T07:32:19.549076+0000 mon.smithi082 (mon.0) 343 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T07:32:20.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:19 smithi189 bash[22590]: audit 2024-09-11T07:32:19.549467+0000 mon.smithi082 (mon.0) 344 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T07:32:20.164 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:19 smithi189 bash[22590]: audit 2024-09-11T07:32:19.549848+0000 mon.smithi082 (mon.0) 345 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T07:32:20.164 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:19 smithi189 bash[22590]: audit 2024-09-11T07:32:19.550164+0000 mon.smithi082 (mon.0) 346 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T07:32:20.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:19 smithi082 bash[15107]: audit 2024-09-11T07:32:19.240638+0000 mon.smithi082 (mon.0) 338 : audit [DBG] from='client.? 172.21.15.82:0/691337927' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T07:32:20.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:19 smithi082 bash[15107]: audit 2024-09-11T07:32:19.538838+0000 mon.smithi189 (mon.1) 6 : audit [INF] from='client.? 172.21.15.189:0/4288906515' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "af8fe740-5f1d-4865-a5a7-1f60751e11e5"}]: dispatch 2024-09-11T07:32:20.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:19 smithi082 bash[15107]: audit 2024-09-11T07:32:19.540776+0000 mon.smithi082 (mon.0) 339 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "af8fe740-5f1d-4865-a5a7-1f60751e11e5"}]: dispatch 2024-09-11T07:32:20.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:19 smithi082 bash[15107]: audit 2024-09-11T07:32:19.548263+0000 mon.smithi082 (mon.0) 340 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "af8fe740-5f1d-4865-a5a7-1f60751e11e5"}]': finished 2024-09-11T07:32:20.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:19 smithi082 bash[15107]: cluster 2024-09-11T07:32:19.548369+0000 mon.smithi082 (mon.0) 341 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-09-11T07:32:20.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:19 smithi082 bash[15107]: audit 2024-09-11T07:32:19.548551+0000 mon.smithi082 (mon.0) 342 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T07:32:20.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:19 smithi082 bash[15107]: audit 2024-09-11T07:32:19.549076+0000 mon.smithi082 (mon.0) 343 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T07:32:20.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:19 smithi082 bash[15107]: audit 2024-09-11T07:32:19.549467+0000 mon.smithi082 (mon.0) 344 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T07:32:20.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:19 smithi082 bash[15107]: audit 2024-09-11T07:32:19.549848+0000 mon.smithi082 (mon.0) 345 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T07:32:20.403 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:19 smithi082 bash[15107]: audit 2024-09-11T07:32:19.550164+0000 mon.smithi082 (mon.0) 346 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T07:32:21.051 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/mon.smithi082/config 2024-09-11T07:32:21.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:20 smithi082 bash[15107]: cluster 2024-09-11T07:32:19.383938+0000 mgr.smithi082.szoofc (mgr.14190) 88 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:32:21.412 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:20 smithi189 bash[22590]: cluster 2024-09-11T07:32:19.383938+0000 mgr.smithi082.szoofc (mgr.14190) 88 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:32:22.205 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:21 smithi082 bash[15107]: audit 2024-09-11T07:32:21.100267+0000 mon.smithi189 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.189:0/587522862' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T07:32:22.412 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:21 smithi189 bash[22590]: audit 2024-09-11T07:32:21.100267+0000 mon.smithi189 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.189:0/587522862' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T07:32:23.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:22 smithi082 bash[15107]: cluster 2024-09-11T07:32:21.384357+0000 mgr.smithi082.szoofc (mgr.14190) 89 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:32:23.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:22 smithi082 bash[15107]: audit 2024-09-11T07:32:21.989672+0000 mon.smithi082 (mon.0) 347 : audit [INF] from='client.? 172.21.15.82:0/3479150964' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e290d8d2-0fc2-4832-91a6-f4b240dff843"}]: dispatch 2024-09-11T07:32:23.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:22 smithi082 bash[15107]: audit 2024-09-11T07:32:21.995091+0000 mon.smithi082 (mon.0) 348 : audit [INF] from='client.? 172.21.15.82:0/3479150964' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e290d8d2-0fc2-4832-91a6-f4b240dff843"}]': finished 2024-09-11T07:32:23.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:22 smithi082 bash[15107]: cluster 2024-09-11T07:32:21.995129+0000 mon.smithi082 (mon.0) 349 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-09-11T07:32:23.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:22 smithi082 bash[15107]: audit 2024-09-11T07:32:21.995213+0000 mon.smithi082 (mon.0) 350 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T07:32:23.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:22 smithi082 bash[15107]: audit 2024-09-11T07:32:21.995439+0000 mon.smithi082 (mon.0) 351 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T07:32:23.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:22 smithi082 bash[15107]: audit 2024-09-11T07:32:21.995642+0000 mon.smithi082 (mon.0) 352 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T07:32:23.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:22 smithi082 bash[15107]: audit 2024-09-11T07:32:21.995803+0000 mon.smithi082 (mon.0) 353 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T07:32:23.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:22 smithi082 bash[15107]: audit 2024-09-11T07:32:21.995995+0000 mon.smithi082 (mon.0) 354 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T07:32:23.403 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:22 smithi082 bash[15107]: audit 2024-09-11T07:32:21.996158+0000 mon.smithi082 (mon.0) 355 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T07:32:23.412 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:22 smithi189 bash[22590]: cluster 2024-09-11T07:32:21.384357+0000 mgr.smithi082.szoofc (mgr.14190) 89 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:32:23.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:22 smithi189 bash[22590]: audit 2024-09-11T07:32:21.989672+0000 mon.smithi082 (mon.0) 347 : audit [INF] from='client.? 172.21.15.82:0/3479150964' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e290d8d2-0fc2-4832-91a6-f4b240dff843"}]: dispatch 2024-09-11T07:32:23.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:22 smithi189 bash[22590]: audit 2024-09-11T07:32:21.995091+0000 mon.smithi082 (mon.0) 348 : audit [INF] from='client.? 172.21.15.82:0/3479150964' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e290d8d2-0fc2-4832-91a6-f4b240dff843"}]': finished 2024-09-11T07:32:23.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:22 smithi189 bash[22590]: cluster 2024-09-11T07:32:21.995129+0000 mon.smithi082 (mon.0) 349 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-09-11T07:32:23.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:22 smithi189 bash[22590]: audit 2024-09-11T07:32:21.995213+0000 mon.smithi082 (mon.0) 350 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T07:32:23.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:22 smithi189 bash[22590]: audit 2024-09-11T07:32:21.995439+0000 mon.smithi082 (mon.0) 351 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T07:32:23.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:22 smithi189 bash[22590]: audit 2024-09-11T07:32:21.995642+0000 mon.smithi082 (mon.0) 352 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T07:32:23.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:22 smithi189 bash[22590]: audit 2024-09-11T07:32:21.995803+0000 mon.smithi082 (mon.0) 353 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T07:32:23.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:22 smithi189 bash[22590]: audit 2024-09-11T07:32:21.995995+0000 mon.smithi082 (mon.0) 354 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T07:32:23.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:22 smithi189 bash[22590]: audit 2024-09-11T07:32:21.996158+0000 mon.smithi082 (mon.0) 355 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T07:32:24.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:23 smithi082 bash[15107]: audit 2024-09-11T07:32:23.882174+0000 mon.smithi189 (mon.1) 8 : audit [INF] from='client.? 172.21.15.189:0/1053366629' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "84fbae19-54be-42f6-a46f-b282b26626e6"}]: dispatch 2024-09-11T07:32:24.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:23 smithi082 bash[15107]: audit 2024-09-11T07:32:23.884083+0000 mon.smithi082 (mon.0) 356 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "84fbae19-54be-42f6-a46f-b282b26626e6"}]: dispatch 2024-09-11T07:32:24.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:23 smithi082 bash[15107]: audit 2024-09-11T07:32:23.892991+0000 mon.smithi082 (mon.0) 357 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "84fbae19-54be-42f6-a46f-b282b26626e6"}]': finished 2024-09-11T07:32:24.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:23 smithi082 bash[15107]: cluster 2024-09-11T07:32:23.893081+0000 mon.smithi082 (mon.0) 358 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-09-11T07:32:24.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:23 smithi082 bash[15107]: audit 2024-09-11T07:32:23.893261+0000 mon.smithi082 (mon.0) 359 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T07:32:24.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:23 smithi082 bash[15107]: audit 2024-09-11T07:32:23.893673+0000 mon.smithi082 (mon.0) 360 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T07:32:24.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:23 smithi082 bash[15107]: audit 2024-09-11T07:32:23.893916+0000 mon.smithi082 (mon.0) 361 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T07:32:24.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:23 smithi082 bash[15107]: audit 2024-09-11T07:32:23.894142+0000 mon.smithi082 (mon.0) 362 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T07:32:24.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:23 smithi082 bash[15107]: audit 2024-09-11T07:32:23.894373+0000 mon.smithi082 (mon.0) 363 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T07:32:24.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:23 smithi082 bash[15107]: audit 2024-09-11T07:32:23.894606+0000 mon.smithi082 (mon.0) 364 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T07:32:24.153 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:23 smithi082 bash[15107]: audit 2024-09-11T07:32:23.894833+0000 mon.smithi082 (mon.0) 365 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T07:32:24.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:23 smithi189 bash[22590]: audit 2024-09-11T07:32:23.882174+0000 mon.smithi189 (mon.1) 8 : audit [INF] from='client.? 172.21.15.189:0/1053366629' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "84fbae19-54be-42f6-a46f-b282b26626e6"}]: dispatch 2024-09-11T07:32:24.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:23 smithi189 bash[22590]: audit 2024-09-11T07:32:23.884083+0000 mon.smithi082 (mon.0) 356 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "84fbae19-54be-42f6-a46f-b282b26626e6"}]: dispatch 2024-09-11T07:32:24.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:23 smithi189 bash[22590]: audit 2024-09-11T07:32:23.892991+0000 mon.smithi082 (mon.0) 357 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "84fbae19-54be-42f6-a46f-b282b26626e6"}]': finished 2024-09-11T07:32:24.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:23 smithi189 bash[22590]: cluster 2024-09-11T07:32:23.893081+0000 mon.smithi082 (mon.0) 358 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-09-11T07:32:24.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:23 smithi189 bash[22590]: audit 2024-09-11T07:32:23.893261+0000 mon.smithi082 (mon.0) 359 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T07:32:24.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:23 smithi189 bash[22590]: audit 2024-09-11T07:32:23.893673+0000 mon.smithi082 (mon.0) 360 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T07:32:24.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:23 smithi189 bash[22590]: audit 2024-09-11T07:32:23.893916+0000 mon.smithi082 (mon.0) 361 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T07:32:24.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:23 smithi189 bash[22590]: audit 2024-09-11T07:32:23.894142+0000 mon.smithi082 (mon.0) 362 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T07:32:24.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:23 smithi189 bash[22590]: audit 2024-09-11T07:32:23.894373+0000 mon.smithi082 (mon.0) 363 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T07:32:24.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:23 smithi189 bash[22590]: audit 2024-09-11T07:32:23.894606+0000 mon.smithi082 (mon.0) 364 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T07:32:24.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:23 smithi189 bash[22590]: audit 2024-09-11T07:32:23.894833+0000 mon.smithi082 (mon.0) 365 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T07:32:25.151 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:24 smithi082 bash[15107]: cluster 2024-09-11T07:32:23.384813+0000 mgr.smithi082.szoofc (mgr.14190) 90 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:32:25.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:24 smithi082 bash[15107]: audit 2024-09-11T07:32:24.339664+0000 mon.smithi082 (mon.0) 366 : audit [DBG] from='client.? 172.21.15.82:0/20983810' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T07:32:25.263 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-09-11T07:32:25.412 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:24 smithi189 bash[22590]: cluster 2024-09-11T07:32:23.384813+0000 mgr.smithi082.szoofc (mgr.14190) 90 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:32:25.412 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:24 smithi189 bash[22590]: audit 2024-09-11T07:32:24.339664+0000 mon.smithi082 (mon.0) 366 : audit [DBG] from='client.? 172.21.15.82:0/20983810' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T07:32:26.091 INFO:teuthology.orchestra.run.smithi082.stdout:{"epoch":12,"num_osds":7,"num_up_osds":0,"osd_up_since":0,"num_in_osds":7,"osd_in_since":1726039943,"num_remapped_pgs":0} 2024-09-11T07:32:26.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:25 smithi082 bash[15107]: audit 2024-09-11T07:32:25.261963+0000 mon.smithi082 (mon.0) 367 : audit [DBG] from='client.? 172.21.15.82:0/2269072320' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-11T07:32:26.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:25 smithi082 bash[15107]: audit 2024-09-11T07:32:25.557370+0000 mon.smithi189 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.189:0/1036298293' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T07:32:26.412 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:25 smithi189 bash[22590]: audit 2024-09-11T07:32:25.261963+0000 mon.smithi082 (mon.0) 367 : audit [DBG] from='client.? 172.21.15.82:0/2269072320' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-11T07:32:26.412 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:25 smithi189 bash[22590]: audit 2024-09-11T07:32:25.557370+0000 mon.smithi189 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.189:0/1036298293' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T07:32:27.092 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f0bd109a-700e-11ef-bcea-c7b262605968 -- ceph osd stat -f json 2024-09-11T07:32:27.349 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:26 smithi082 bash[15107]: cluster 2024-09-11T07:32:25.385233+0000 mgr.smithi082.szoofc (mgr.14190) 91 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:32:27.412 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:26 smithi189 bash[22590]: cluster 2024-09-11T07:32:25.385233+0000 mgr.smithi082.szoofc (mgr.14190) 91 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:32:28.264 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:27 smithi189 bash[22590]: audit 2024-09-11T07:32:27.165090+0000 mon.smithi082 (mon.0) 368 : audit [INF] from='client.? 172.21.15.82:0/3212891806' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1dd7cc49-0cf2-43b0-8e61-5cd12f072247"}]: dispatch 2024-09-11T07:32:28.264 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:27 smithi189 bash[22590]: audit 2024-09-11T07:32:27.170850+0000 mon.smithi082 (mon.0) 369 : audit [INF] from='client.? 172.21.15.82:0/3212891806' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1dd7cc49-0cf2-43b0-8e61-5cd12f072247"}]': finished 2024-09-11T07:32:28.265 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:27 smithi189 bash[22590]: cluster 2024-09-11T07:32:27.170895+0000 mon.smithi082 (mon.0) 370 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-09-11T07:32:28.265 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:27 smithi189 bash[22590]: audit 2024-09-11T07:32:27.171084+0000 mon.smithi082 (mon.0) 371 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T07:32:28.265 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:27 smithi189 bash[22590]: audit 2024-09-11T07:32:27.171792+0000 mon.smithi082 (mon.0) 372 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T07:32:28.265 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:27 smithi189 bash[22590]: audit 2024-09-11T07:32:27.172244+0000 mon.smithi082 (mon.0) 373 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T07:32:28.265 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:27 smithi189 bash[22590]: audit 2024-09-11T07:32:27.172695+0000 mon.smithi082 (mon.0) 374 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T07:32:28.265 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:27 smithi189 bash[22590]: audit 2024-09-11T07:32:27.173166+0000 mon.smithi082 (mon.0) 375 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T07:32:28.265 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:27 smithi189 bash[22590]: audit 2024-09-11T07:32:27.173595+0000 mon.smithi082 (mon.0) 376 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T07:32:28.265 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:27 smithi189 bash[22590]: audit 2024-09-11T07:32:27.174024+0000 mon.smithi082 (mon.0) 377 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T07:32:28.265 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:27 smithi189 bash[22590]: audit 2024-09-11T07:32:27.174336+0000 mon.smithi082 (mon.0) 378 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T07:32:28.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:27 smithi082 bash[15107]: audit 2024-09-11T07:32:27.165090+0000 mon.smithi082 (mon.0) 368 : audit [INF] from='client.? 172.21.15.82:0/3212891806' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1dd7cc49-0cf2-43b0-8e61-5cd12f072247"}]: dispatch 2024-09-11T07:32:28.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:27 smithi082 bash[15107]: audit 2024-09-11T07:32:27.170850+0000 mon.smithi082 (mon.0) 369 : audit [INF] from='client.? 172.21.15.82:0/3212891806' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1dd7cc49-0cf2-43b0-8e61-5cd12f072247"}]': finished 2024-09-11T07:32:28.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:27 smithi082 bash[15107]: cluster 2024-09-11T07:32:27.170895+0000 mon.smithi082 (mon.0) 370 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-09-11T07:32:28.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:27 smithi082 bash[15107]: audit 2024-09-11T07:32:27.171084+0000 mon.smithi082 (mon.0) 371 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T07:32:28.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:27 smithi082 bash[15107]: audit 2024-09-11T07:32:27.171792+0000 mon.smithi082 (mon.0) 372 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T07:32:28.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:27 smithi082 bash[15107]: audit 2024-09-11T07:32:27.172244+0000 mon.smithi082 (mon.0) 373 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T07:32:28.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:27 smithi082 bash[15107]: audit 2024-09-11T07:32:27.172695+0000 mon.smithi082 (mon.0) 374 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T07:32:28.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:27 smithi082 bash[15107]: audit 2024-09-11T07:32:27.173166+0000 mon.smithi082 (mon.0) 375 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T07:32:28.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:27 smithi082 bash[15107]: audit 2024-09-11T07:32:27.173595+0000 mon.smithi082 (mon.0) 376 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T07:32:28.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:27 smithi082 bash[15107]: audit 2024-09-11T07:32:27.174024+0000 mon.smithi082 (mon.0) 377 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T07:32:28.403 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:27 smithi082 bash[15107]: audit 2024-09-11T07:32:27.174336+0000 mon.smithi082 (mon.0) 378 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T07:32:29.401 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:28 smithi082 bash[15107]: cluster 2024-09-11T07:32:27.385598+0000 mgr.smithi082.szoofc (mgr.14190) 92 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:32:29.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:28 smithi082 bash[15107]: audit 2024-09-11T07:32:28.737884+0000 mon.smithi082 (mon.0) 379 : audit [DBG] from='client.? 172.21.15.82:0/3407879603' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T07:32:29.412 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:28 smithi189 bash[22590]: cluster 2024-09-11T07:32:27.385598+0000 mgr.smithi082.szoofc (mgr.14190) 92 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:32:29.412 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:28 smithi189 bash[22590]: audit 2024-09-11T07:32:28.737884+0000 mon.smithi082 (mon.0) 379 : audit [DBG] from='client.? 172.21.15.82:0/3407879603' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T07:32:30.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:29 smithi082 bash[15107]: cluster 2024-09-11T07:32:29.385978+0000 mgr.smithi082.szoofc (mgr.14190) 93 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:32:30.412 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:29 smithi189 bash[22590]: cluster 2024-09-11T07:32:29.385978+0000 mgr.smithi082.szoofc (mgr.14190) 93 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:32:31.242 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:30 smithi082 bash[15107]: audit 2024-09-11T07:32:30.417300+0000 mon.smithi082 (mon.0) 380 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:32:31.412 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:30 smithi189 bash[22590]: audit 2024-09-11T07:32:30.417300+0000 mon.smithi082 (mon.0) 380 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:32:32.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:31 smithi082 bash[15107]: cluster 2024-09-11T07:32:31.386312+0000 mgr.smithi082.szoofc (mgr.14190) 94 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:32:32.412 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:31 smithi189 bash[22590]: cluster 2024-09-11T07:32:31.386312+0000 mgr.smithi082.szoofc (mgr.14190) 94 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:32:32.564 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/mon.smithi082/config 2024-09-11T07:32:34.695 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:34 smithi189 bash[22590]: cluster 2024-09-11T07:32:33.386668+0000 mgr.smithi082.szoofc (mgr.14190) 95 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:32:34.901 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:34 smithi082 bash[15107]: cluster 2024-09-11T07:32:33.386668+0000 mgr.smithi082.szoofc (mgr.14190) 95 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:32:35.979 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-09-11T07:32:36.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:36 smithi082 bash[15107]: cluster 2024-09-11T07:32:35.387085+0000 mgr.smithi082.szoofc (mgr.14190) 96 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:32:36.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:36 smithi082 bash[15107]: audit 2024-09-11T07:32:35.978017+0000 mon.smithi082 (mon.0) 381 : audit [DBG] from='client.? 172.21.15.82:0/258278126' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-11T07:32:36.745 INFO:teuthology.orchestra.run.smithi082.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1726039947,"num_remapped_pgs":0} 2024-09-11T07:32:36.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:36 smithi189 bash[22590]: cluster 2024-09-11T07:32:35.387085+0000 mgr.smithi082.szoofc (mgr.14190) 96 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:32:36.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:36 smithi189 bash[22590]: audit 2024-09-11T07:32:35.978017+0000 mon.smithi082 (mon.0) 381 : audit [DBG] from='client.? 172.21.15.82:0/258278126' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-11T07:32:37.746 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f0bd109a-700e-11ef-bcea-c7b262605968 -- ceph osd stat -f json 2024-09-11T07:32:38.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:38 smithi082 bash[15107]: cluster 2024-09-11T07:32:37.387542+0000 mgr.smithi082.szoofc (mgr.14190) 97 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:32:38.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:38 smithi082 bash[15107]: audit 2024-09-11T07:32:37.559337+0000 mon.smithi082 (mon.0) 382 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-11T07:32:38.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:38 smithi082 bash[15107]: audit 2024-09-11T07:32:37.560940+0000 mon.smithi082 (mon.0) 383 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:32:38.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:38 smithi082 bash[15107]: cephadm 2024-09-11T07:32:37.562267+0000 mgr.smithi082.szoofc (mgr.14190) 98 : cephadm [INF] Deploying daemon osd.0 on smithi189 2024-09-11T07:32:38.896 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:38 smithi189 bash[22590]: cluster 2024-09-11T07:32:37.387542+0000 mgr.smithi082.szoofc (mgr.14190) 97 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:32:38.896 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:38 smithi189 bash[22590]: audit 2024-09-11T07:32:37.559337+0000 mon.smithi082 (mon.0) 382 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-11T07:32:38.896 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:38 smithi189 bash[22590]: audit 2024-09-11T07:32:37.560940+0000 mon.smithi082 (mon.0) 383 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:32:38.896 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:38 smithi189 bash[22590]: cephadm 2024-09-11T07:32:37.562267+0000 mgr.smithi082.szoofc (mgr.14190) 98 : cephadm [INF] Deploying daemon osd.0 on smithi189 2024-09-11T07:32:40.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:40 smithi082 bash[15107]: cluster 2024-09-11T07:32:39.387867+0000 mgr.smithi082.szoofc (mgr.14190) 99 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:32:40.878 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:40 smithi189 bash[22590]: cluster 2024-09-11T07:32:39.387867+0000 mgr.smithi082.szoofc (mgr.14190) 99 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:32:42.845 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:42 smithi082 bash[15107]: cluster 2024-09-11T07:32:41.388255+0000 mgr.smithi082.szoofc (mgr.14190) 100 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:32:42.845 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:42 smithi082 bash[15107]: audit 2024-09-11T07:32:41.510521+0000 mon.smithi082 (mon.0) 384 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-11T07:32:42.845 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:42 smithi082 bash[15107]: audit 2024-09-11T07:32:41.511755+0000 mon.smithi082 (mon.0) 385 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:32:42.845 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:42 smithi082 bash[15107]: cephadm 2024-09-11T07:32:41.512744+0000 mgr.smithi082.szoofc (mgr.14190) 101 : cephadm [INF] Deploying daemon osd.1 on smithi082 2024-09-11T07:32:42.846 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:42 smithi082 bash[15107]: audit 2024-09-11T07:32:42.404113+0000 mon.smithi082 (mon.0) 386 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:32:42.846 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:42 smithi082 bash[15107]: audit 2024-09-11T07:32:42.410956+0000 mon.smithi082 (mon.0) 387 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:32:42.846 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:42 smithi082 bash[15107]: audit 2024-09-11T07:32:42.411929+0000 mon.smithi082 (mon.0) 388 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-11T07:32:42.846 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:42 smithi082 bash[15107]: audit 2024-09-11T07:32:42.413103+0000 mon.smithi082 (mon.0) 389 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:32:42.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:42 smithi189 bash[22590]: cluster 2024-09-11T07:32:41.388255+0000 mgr.smithi082.szoofc (mgr.14190) 100 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:32:42.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:42 smithi189 bash[22590]: audit 2024-09-11T07:32:41.510521+0000 mon.smithi082 (mon.0) 384 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-11T07:32:42.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:42 smithi189 bash[22590]: audit 2024-09-11T07:32:41.511755+0000 mon.smithi082 (mon.0) 385 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:32:42.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:42 smithi189 bash[22590]: cephadm 2024-09-11T07:32:41.512744+0000 mgr.smithi082.szoofc (mgr.14190) 101 : cephadm [INF] Deploying daemon osd.1 on smithi082 2024-09-11T07:32:42.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:42 smithi189 bash[22590]: audit 2024-09-11T07:32:42.404113+0000 mon.smithi082 (mon.0) 386 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:32:42.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:42 smithi189 bash[22590]: audit 2024-09-11T07:32:42.410956+0000 mon.smithi082 (mon.0) 387 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:32:42.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:42 smithi189 bash[22590]: audit 2024-09-11T07:32:42.411929+0000 mon.smithi082 (mon.0) 388 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-11T07:32:42.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:42 smithi189 bash[22590]: audit 2024-09-11T07:32:42.413103+0000 mon.smithi082 (mon.0) 389 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:32:43.007 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/mon.smithi082/config 2024-09-11T07:32:43.901 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:43 smithi082 bash[15107]: cephadm 2024-09-11T07:32:42.414391+0000 mgr.smithi082.szoofc (mgr.14190) 102 : cephadm [INF] Deploying daemon osd.2 on smithi189 2024-09-11T07:32:43.912 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:43 smithi189 bash[22590]: cephadm 2024-09-11T07:32:42.414391+0000 mgr.smithi082.szoofc (mgr.14190) 102 : cephadm [INF] Deploying daemon osd.2 on smithi189 2024-09-11T07:32:44.662 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:44 smithi189 bash[22590]: cluster 2024-09-11T07:32:43.388645+0000 mgr.smithi082.szoofc (mgr.14190) 103 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:32:44.908 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:44 smithi082 bash[15107]: cluster 2024-09-11T07:32:43.388645+0000 mgr.smithi082.szoofc (mgr.14190) 103 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:32:45.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:45 smithi082 bash[15107]: audit 2024-09-11T07:32:45.417470+0000 mon.smithi082 (mon.0) 390 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:32:45.662 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:45 smithi189 bash[22590]: audit 2024-09-11T07:32:45.417470+0000 mon.smithi082 (mon.0) 390 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:32:46.663 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:46 smithi189 bash[22590]: cluster 2024-09-11T07:32:45.388872+0000 mgr.smithi082.szoofc (mgr.14190) 104 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:32:46.809 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:46 smithi082 bash[15107]: cluster 2024-09-11T07:32:45.388872+0000 mgr.smithi082.szoofc (mgr.14190) 104 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:32:48.497 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:48 smithi082 bash[15107]: cluster 2024-09-11T07:32:47.389230+0000 mgr.smithi082.szoofc (mgr.14190) 105 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:32:48.662 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:48 smithi189 bash[22590]: cluster 2024-09-11T07:32:47.389230+0000 mgr.smithi082.szoofc (mgr.14190) 105 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:32:48.694 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-09-11T07:32:49.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:49 smithi082 bash[15107]: audit 2024-09-11T07:32:48.693113+0000 mon.smithi082 (mon.0) 391 : audit [DBG] from='client.? 172.21.15.82:0/3075923837' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-11T07:32:49.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:49 smithi082 bash[15107]: audit 2024-09-11T07:32:48.766435+0000 mon.smithi082 (mon.0) 392 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:32:49.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:49 smithi082 bash[15107]: audit 2024-09-11T07:32:48.774309+0000 mon.smithi082 (mon.0) 393 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:32:49.903 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:49 smithi082 bash[15107]: audit 2024-09-11T07:32:48.775496+0000 mon.smithi082 (mon.0) 394 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-11T07:32:49.903 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:49 smithi082 bash[15107]: audit 2024-09-11T07:32:48.776507+0000 mon.smithi082 (mon.0) 395 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:32:49.903 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:49 smithi082 bash[15107]: cephadm 2024-09-11T07:32:48.777255+0000 mgr.smithi082.szoofc (mgr.14190) 106 : cephadm [INF] Deploying daemon osd.3 on smithi082 2024-09-11T07:32:49.903 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:49 smithi082 bash[15107]: audit 2024-09-11T07:32:48.969783+0000 mon.smithi082 (mon.0) 396 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:32:49.903 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:49 smithi082 bash[15107]: audit 2024-09-11T07:32:48.978718+0000 mon.smithi082 (mon.0) 397 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:32:49.903 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:49 smithi082 bash[15107]: audit 2024-09-11T07:32:48.979542+0000 mon.smithi082 (mon.0) 398 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-09-11T07:32:49.903 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:49 smithi082 bash[15107]: audit 2024-09-11T07:32:48.980383+0000 mon.smithi082 (mon.0) 399 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:32:49.912 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:49 smithi189 bash[22590]: audit 2024-09-11T07:32:48.693113+0000 mon.smithi082 (mon.0) 391 : audit [DBG] from='client.? 172.21.15.82:0/3075923837' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-11T07:32:49.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:49 smithi189 bash[22590]: audit 2024-09-11T07:32:48.766435+0000 mon.smithi082 (mon.0) 392 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:32:49.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:49 smithi189 bash[22590]: audit 2024-09-11T07:32:48.774309+0000 mon.smithi082 (mon.0) 393 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:32:49.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:49 smithi189 bash[22590]: audit 2024-09-11T07:32:48.775496+0000 mon.smithi082 (mon.0) 394 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-11T07:32:49.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:49 smithi189 bash[22590]: audit 2024-09-11T07:32:48.776507+0000 mon.smithi082 (mon.0) 395 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:32:49.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:49 smithi189 bash[22590]: cephadm 2024-09-11T07:32:48.777255+0000 mgr.smithi082.szoofc (mgr.14190) 106 : cephadm [INF] Deploying daemon osd.3 on smithi082 2024-09-11T07:32:49.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:49 smithi189 bash[22590]: audit 2024-09-11T07:32:48.969783+0000 mon.smithi082 (mon.0) 396 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:32:49.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:49 smithi189 bash[22590]: audit 2024-09-11T07:32:48.978718+0000 mon.smithi082 (mon.0) 397 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:32:49.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:49 smithi189 bash[22590]: audit 2024-09-11T07:32:48.979542+0000 mon.smithi082 (mon.0) 398 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-09-11T07:32:49.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:49 smithi189 bash[22590]: audit 2024-09-11T07:32:48.980383+0000 mon.smithi082 (mon.0) 399 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:32:50.365 INFO:teuthology.orchestra.run.smithi082.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1726039947,"num_remapped_pgs":0} 2024-09-11T07:32:50.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:50 smithi082 bash[15107]: cephadm 2024-09-11T07:32:48.981125+0000 mgr.smithi082.szoofc (mgr.14190) 107 : cephadm [INF] Deploying daemon osd.4 on smithi189 2024-09-11T07:32:50.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:50 smithi082 bash[15107]: cluster 2024-09-11T07:32:49.389662+0000 mgr.smithi082.szoofc (mgr.14190) 108 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:32:50.886 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:50 smithi189 bash[22590]: cephadm 2024-09-11T07:32:48.981125+0000 mgr.smithi082.szoofc (mgr.14190) 107 : cephadm [INF] Deploying daemon osd.4 on smithi189 2024-09-11T07:32:50.887 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:50 smithi189 bash[22590]: cluster 2024-09-11T07:32:49.389662+0000 mgr.smithi082.szoofc (mgr.14190) 108 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:32:51.367 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f0bd109a-700e-11ef-bcea-c7b262605968 -- ceph osd stat -f json 2024-09-11T07:32:51.853 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:51 smithi082 bash[15107]: audit 2024-09-11T07:32:51.307368+0000 mon.smithi189 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.189:6800/3063226267,v1:172.21.15.189:6801/3063226267]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-11T07:32:51.853 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:51 smithi082 bash[15107]: audit 2024-09-11T07:32:51.309568+0000 mon.smithi082 (mon.0) 400 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-11T07:32:51.912 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:51 smithi189 bash[22590]: audit 2024-09-11T07:32:51.307368+0000 mon.smithi189 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.189:6800/3063226267,v1:172.21.15.189:6801/3063226267]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-11T07:32:51.912 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:51 smithi189 bash[22590]: audit 2024-09-11T07:32:51.309568+0000 mon.smithi082 (mon.0) 400 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-11T07:32:52.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:52 smithi082 bash[15107]: cluster 2024-09-11T07:32:51.390073+0000 mgr.smithi082.szoofc (mgr.14190) 109 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:32:52.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:52 smithi082 bash[15107]: audit 2024-09-11T07:32:51.505838+0000 mon.smithi189 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.189:6800/3063226267,v1:172.21.15.189:6801/3063226267]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi189", "root=default"]}]: dispatch 2024-09-11T07:32:52.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:52 smithi082 bash[15107]: audit 2024-09-11T07:32:51.506097+0000 mon.smithi082 (mon.0) 401 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-11T07:32:52.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:52 smithi082 bash[15107]: cluster 2024-09-11T07:32:51.506169+0000 mon.smithi082 (mon.0) 402 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-09-11T07:32:52.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:52 smithi082 bash[15107]: audit 2024-09-11T07:32:51.506280+0000 mon.smithi082 (mon.0) 403 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T07:32:52.653 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:52 smithi082 bash[15107]: audit 2024-09-11T07:32:51.506554+0000 mon.smithi082 (mon.0) 404 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T07:32:52.653 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:52 smithi082 bash[15107]: audit 2024-09-11T07:32:51.506750+0000 mon.smithi082 (mon.0) 405 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T07:32:52.653 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:52 smithi082 bash[15107]: audit 2024-09-11T07:32:51.506902+0000 mon.smithi082 (mon.0) 406 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T07:32:52.653 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:52 smithi082 bash[15107]: audit 2024-09-11T07:32:51.507112+0000 mon.smithi082 (mon.0) 407 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T07:32:52.653 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:52 smithi082 bash[15107]: audit 2024-09-11T07:32:51.507295+0000 mon.smithi082 (mon.0) 408 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T07:32:52.653 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:52 smithi082 bash[15107]: audit 2024-09-11T07:32:51.507609+0000 mon.smithi082 (mon.0) 409 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi189", "root=default"]}]: dispatch 2024-09-11T07:32:52.653 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:52 smithi082 bash[15107]: audit 2024-09-11T07:32:51.507815+0000 mon.smithi082 (mon.0) 410 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T07:32:52.653 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:52 smithi082 bash[15107]: audit 2024-09-11T07:32:51.507976+0000 mon.smithi082 (mon.0) 411 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T07:32:52.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:52 smithi189 bash[22590]: cluster 2024-09-11T07:32:51.390073+0000 mgr.smithi082.szoofc (mgr.14190) 109 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:32:52.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:52 smithi189 bash[22590]: audit 2024-09-11T07:32:51.505838+0000 mon.smithi189 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.189:6800/3063226267,v1:172.21.15.189:6801/3063226267]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi189", "root=default"]}]: dispatch 2024-09-11T07:32:52.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:52 smithi189 bash[22590]: audit 2024-09-11T07:32:51.506097+0000 mon.smithi082 (mon.0) 401 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-11T07:32:52.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:52 smithi189 bash[22590]: cluster 2024-09-11T07:32:51.506169+0000 mon.smithi082 (mon.0) 402 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-09-11T07:32:52.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:52 smithi189 bash[22590]: audit 2024-09-11T07:32:51.506280+0000 mon.smithi082 (mon.0) 403 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T07:32:52.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:52 smithi189 bash[22590]: audit 2024-09-11T07:32:51.506554+0000 mon.smithi082 (mon.0) 404 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T07:32:52.914 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:52 smithi189 bash[22590]: audit 2024-09-11T07:32:51.506750+0000 mon.smithi082 (mon.0) 405 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T07:32:52.914 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:52 smithi189 bash[22590]: audit 2024-09-11T07:32:51.506902+0000 mon.smithi082 (mon.0) 406 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T07:32:52.914 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:52 smithi189 bash[22590]: audit 2024-09-11T07:32:51.507112+0000 mon.smithi082 (mon.0) 407 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T07:32:52.914 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:52 smithi189 bash[22590]: audit 2024-09-11T07:32:51.507295+0000 mon.smithi082 (mon.0) 408 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T07:32:52.914 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:52 smithi189 bash[22590]: audit 2024-09-11T07:32:51.507609+0000 mon.smithi082 (mon.0) 409 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi189", "root=default"]}]: dispatch 2024-09-11T07:32:52.914 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:52 smithi189 bash[22590]: audit 2024-09-11T07:32:51.507815+0000 mon.smithi082 (mon.0) 410 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T07:32:52.914 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:52 smithi189 bash[22590]: audit 2024-09-11T07:32:51.507976+0000 mon.smithi082 (mon.0) 411 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T07:32:53.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:53 smithi082 bash[15107]: audit 2024-09-11T07:32:52.507221+0000 mon.smithi082 (mon.0) 412 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi189", "root=default"]}]': finished 2024-09-11T07:32:53.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:53 smithi082 bash[15107]: cluster 2024-09-11T07:32:52.507352+0000 mon.smithi082 (mon.0) 413 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-09-11T07:32:53.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:53 smithi082 bash[15107]: audit 2024-09-11T07:32:52.507834+0000 mon.smithi082 (mon.0) 414 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T07:32:53.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:53 smithi082 bash[15107]: audit 2024-09-11T07:32:52.508077+0000 mon.smithi082 (mon.0) 415 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T07:32:53.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:53 smithi082 bash[15107]: audit 2024-09-11T07:32:52.508243+0000 mon.smithi082 (mon.0) 416 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T07:32:53.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:53 smithi082 bash[15107]: audit 2024-09-11T07:32:52.508435+0000 mon.smithi082 (mon.0) 417 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T07:32:53.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:53 smithi082 bash[15107]: audit 2024-09-11T07:32:52.508607+0000 mon.smithi082 (mon.0) 418 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T07:32:53.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:53 smithi082 bash[15107]: audit 2024-09-11T07:32:52.508762+0000 mon.smithi082 (mon.0) 419 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T07:32:53.653 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:53 smithi082 bash[15107]: audit 2024-09-11T07:32:52.508931+0000 mon.smithi082 (mon.0) 420 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T07:32:53.653 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:53 smithi082 bash[15107]: audit 2024-09-11T07:32:52.509087+0000 mon.smithi082 (mon.0) 421 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T07:32:53.653 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:53 smithi082 bash[15107]: audit 2024-09-11T07:32:52.515414+0000 mon.smithi082 (mon.0) 422 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T07:32:53.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:53 smithi189 bash[22590]: audit 2024-09-11T07:32:52.507221+0000 mon.smithi082 (mon.0) 412 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi189", "root=default"]}]': finished 2024-09-11T07:32:53.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:53 smithi189 bash[22590]: cluster 2024-09-11T07:32:52.507352+0000 mon.smithi082 (mon.0) 413 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-09-11T07:32:53.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:53 smithi189 bash[22590]: audit 2024-09-11T07:32:52.507834+0000 mon.smithi082 (mon.0) 414 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T07:32:53.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:53 smithi189 bash[22590]: audit 2024-09-11T07:32:52.508077+0000 mon.smithi082 (mon.0) 415 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T07:32:53.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:53 smithi189 bash[22590]: audit 2024-09-11T07:32:52.508243+0000 mon.smithi082 (mon.0) 416 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T07:32:53.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:53 smithi189 bash[22590]: audit 2024-09-11T07:32:52.508435+0000 mon.smithi082 (mon.0) 417 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T07:32:53.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:53 smithi189 bash[22590]: audit 2024-09-11T07:32:52.508607+0000 mon.smithi082 (mon.0) 418 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T07:32:53.914 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:53 smithi189 bash[22590]: audit 2024-09-11T07:32:52.508762+0000 mon.smithi082 (mon.0) 419 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T07:32:53.914 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:53 smithi189 bash[22590]: audit 2024-09-11T07:32:52.508931+0000 mon.smithi082 (mon.0) 420 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T07:32:53.914 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:53 smithi189 bash[22590]: audit 2024-09-11T07:32:52.509087+0000 mon.smithi082 (mon.0) 421 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T07:32:53.914 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:53 smithi189 bash[22590]: audit 2024-09-11T07:32:52.515414+0000 mon.smithi082 (mon.0) 422 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T07:32:54.611 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:54 smithi082 bash[15107]: cluster 2024-09-11T07:32:52.317656+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T07:32:54.611 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:54 smithi082 bash[15107]: cluster 2024-09-11T07:32:52.317737+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T07:32:54.611 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:54 smithi082 bash[15107]: cluster 2024-09-11T07:32:53.390456+0000 mgr.smithi082.szoofc (mgr.14190) 110 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:32:54.612 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:54 smithi082 bash[15107]: audit 2024-09-11T07:32:53.515001+0000 mon.smithi082 (mon.0) 423 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T07:32:54.612 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:54 smithi082 bash[15107]: cluster 2024-09-11T07:32:53.525560+0000 mon.smithi082 (mon.0) 424 : cluster [INF] osd.0 [v2:172.21.15.189:6800/3063226267,v1:172.21.15.189:6801/3063226267] boot 2024-09-11T07:32:54.612 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:54 smithi082 bash[15107]: cluster 2024-09-11T07:32:53.525592+0000 mon.smithi082 (mon.0) 425 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-09-11T07:32:54.612 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:54 smithi082 bash[15107]: audit 2024-09-11T07:32:53.525703+0000 mon.smithi082 (mon.0) 426 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T07:32:54.612 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:54 smithi082 bash[15107]: audit 2024-09-11T07:32:53.526185+0000 mon.smithi082 (mon.0) 427 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T07:32:54.612 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:54 smithi082 bash[15107]: audit 2024-09-11T07:32:53.526398+0000 mon.smithi082 (mon.0) 428 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T07:32:54.612 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:54 smithi082 bash[15107]: audit 2024-09-11T07:32:53.526602+0000 mon.smithi082 (mon.0) 429 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T07:32:54.612 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:54 smithi082 bash[15107]: audit 2024-09-11T07:32:53.526808+0000 mon.smithi082 (mon.0) 430 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T07:32:54.612 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:54 smithi082 bash[15107]: audit 2024-09-11T07:32:53.526993+0000 mon.smithi082 (mon.0) 431 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T07:32:54.612 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:54 smithi082 bash[15107]: audit 2024-09-11T07:32:53.527179+0000 mon.smithi082 (mon.0) 432 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T07:32:54.612 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:54 smithi082 bash[15107]: audit 2024-09-11T07:32:53.527360+0000 mon.smithi082 (mon.0) 433 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T07:32:54.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:54 smithi189 bash[22590]: cluster 2024-09-11T07:32:52.317656+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T07:32:54.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:54 smithi189 bash[22590]: cluster 2024-09-11T07:32:52.317737+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T07:32:54.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:54 smithi189 bash[22590]: cluster 2024-09-11T07:32:53.390456+0000 mgr.smithi082.szoofc (mgr.14190) 110 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:32:54.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:54 smithi189 bash[22590]: audit 2024-09-11T07:32:53.515001+0000 mon.smithi082 (mon.0) 423 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T07:32:54.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:54 smithi189 bash[22590]: cluster 2024-09-11T07:32:53.525560+0000 mon.smithi082 (mon.0) 424 : cluster [INF] osd.0 [v2:172.21.15.189:6800/3063226267,v1:172.21.15.189:6801/3063226267] boot 2024-09-11T07:32:54.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:54 smithi189 bash[22590]: cluster 2024-09-11T07:32:53.525592+0000 mon.smithi082 (mon.0) 425 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-09-11T07:32:54.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:54 smithi189 bash[22590]: audit 2024-09-11T07:32:53.525703+0000 mon.smithi082 (mon.0) 426 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T07:32:54.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:54 smithi189 bash[22590]: audit 2024-09-11T07:32:53.526185+0000 mon.smithi082 (mon.0) 427 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T07:32:54.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:54 smithi189 bash[22590]: audit 2024-09-11T07:32:53.526398+0000 mon.smithi082 (mon.0) 428 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T07:32:54.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:54 smithi189 bash[22590]: audit 2024-09-11T07:32:53.526602+0000 mon.smithi082 (mon.0) 429 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T07:32:54.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:54 smithi189 bash[22590]: audit 2024-09-11T07:32:53.526808+0000 mon.smithi082 (mon.0) 430 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T07:32:54.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:54 smithi189 bash[22590]: audit 2024-09-11T07:32:53.526993+0000 mon.smithi082 (mon.0) 431 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T07:32:54.914 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:54 smithi189 bash[22590]: audit 2024-09-11T07:32:53.527179+0000 mon.smithi082 (mon.0) 432 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T07:32:54.914 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:54 smithi189 bash[22590]: audit 2024-09-11T07:32:53.527360+0000 mon.smithi082 (mon.0) 433 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T07:32:55.538 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:55 smithi082 bash[15107]: cluster 2024-09-11T07:32:54.533460+0000 mon.smithi082 (mon.0) 434 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-09-11T07:32:55.538 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:55 smithi082 bash[15107]: audit 2024-09-11T07:32:54.533652+0000 mon.smithi082 (mon.0) 435 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T07:32:55.538 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:55 smithi082 bash[15107]: audit 2024-09-11T07:32:54.534025+0000 mon.smithi082 (mon.0) 436 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T07:32:55.852 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:55 smithi189 bash[22590]: cluster 2024-09-11T07:32:54.533460+0000 mon.smithi082 (mon.0) 434 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-09-11T07:32:55.853 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:55 smithi189 bash[22590]: audit 2024-09-11T07:32:54.533652+0000 mon.smithi082 (mon.0) 435 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T07:32:55.853 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:55 smithi189 bash[22590]: audit 2024-09-11T07:32:54.534025+0000 mon.smithi082 (mon.0) 436 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T07:32:55.853 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:55 smithi189 bash[22590]: audit 2024-09-11T07:32:54.534260+0000 mon.smithi082 (mon.0) 437 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T07:32:55.853 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:55 smithi189 bash[22590]: audit 2024-09-11T07:32:54.534487+0000 mon.smithi082 (mon.0) 438 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T07:32:55.853 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:55 smithi189 bash[22590]: audit 2024-09-11T07:32:54.534720+0000 mon.smithi082 (mon.0) 439 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T07:32:55.853 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:55 smithi189 bash[22590]: audit 2024-09-11T07:32:54.534942+0000 mon.smithi082 (mon.0) 440 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T07:32:55.853 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:55 smithi189 bash[22590]: audit 2024-09-11T07:32:54.535172+0000 mon.smithi082 (mon.0) 441 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T07:32:55.901 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:55 smithi082 bash[15107]: audit 2024-09-11T07:32:54.534260+0000 mon.smithi082 (mon.0) 437 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T07:32:55.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:55 smithi082 bash[15107]: audit 2024-09-11T07:32:54.534487+0000 mon.smithi082 (mon.0) 438 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T07:32:55.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:55 smithi082 bash[15107]: audit 2024-09-11T07:32:54.534720+0000 mon.smithi082 (mon.0) 439 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T07:32:55.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:55 smithi082 bash[15107]: audit 2024-09-11T07:32:54.534942+0000 mon.smithi082 (mon.0) 440 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T07:32:55.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:55 smithi082 bash[15107]: audit 2024-09-11T07:32:54.535172+0000 mon.smithi082 (mon.0) 441 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T07:32:56.883 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/mon.smithi082/config 2024-09-11T07:32:57.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:56 smithi082 bash[15107]: cluster 2024-09-11T07:32:55.390848+0000 mgr.smithi082.szoofc (mgr.14190) 111 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 291 MiB used, 89 GiB / 89 GiB avail 2024-09-11T07:32:57.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:56 smithi082 bash[15107]: audit 2024-09-11T07:32:55.887883+0000 mon.smithi082 (mon.0) 442 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:32:57.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:56 smithi082 bash[15107]: audit 2024-09-11T07:32:55.894447+0000 mon.smithi082 (mon.0) 443 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:32:57.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:56 smithi082 bash[15107]: audit 2024-09-11T07:32:55.895290+0000 mon.smithi082 (mon.0) 444 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-09-11T07:32:57.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:56 smithi082 bash[15107]: audit 2024-09-11T07:32:55.896045+0000 mon.smithi082 (mon.0) 445 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:32:57.153 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:56 smithi082 bash[15107]: cephadm 2024-09-11T07:32:55.896652+0000 mgr.smithi082.szoofc (mgr.14190) 112 : cephadm [INF] Deploying daemon osd.6 on smithi189 2024-09-11T07:32:57.153 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:56 smithi082 bash[15107]: audit 2024-09-11T07:32:56.029804+0000 mon.smithi082 (mon.0) 446 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:32:57.153 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:56 smithi082 bash[15107]: audit 2024-09-11T07:32:56.036249+0000 mon.smithi082 (mon.0) 447 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:32:57.153 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:56 smithi082 bash[15107]: audit 2024-09-11T07:32:56.037334+0000 mon.smithi082 (mon.0) 448 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-11T07:32:57.153 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:56 smithi082 bash[15107]: audit 2024-09-11T07:32:56.038455+0000 mon.smithi082 (mon.0) 449 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:32:57.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:56 smithi189 bash[22590]: cluster 2024-09-11T07:32:55.390848+0000 mgr.smithi082.szoofc (mgr.14190) 111 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 291 MiB used, 89 GiB / 89 GiB avail 2024-09-11T07:32:57.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:56 smithi189 bash[22590]: audit 2024-09-11T07:32:55.887883+0000 mon.smithi082 (mon.0) 442 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:32:57.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:56 smithi189 bash[22590]: audit 2024-09-11T07:32:55.894447+0000 mon.smithi082 (mon.0) 443 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:32:57.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:56 smithi189 bash[22590]: audit 2024-09-11T07:32:55.895290+0000 mon.smithi082 (mon.0) 444 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-09-11T07:32:57.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:56 smithi189 bash[22590]: audit 2024-09-11T07:32:55.896045+0000 mon.smithi082 (mon.0) 445 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:32:57.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:56 smithi189 bash[22590]: cephadm 2024-09-11T07:32:55.896652+0000 mgr.smithi082.szoofc (mgr.14190) 112 : cephadm [INF] Deploying daemon osd.6 on smithi189 2024-09-11T07:32:57.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:56 smithi189 bash[22590]: audit 2024-09-11T07:32:56.029804+0000 mon.smithi082 (mon.0) 446 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:32:57.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:56 smithi189 bash[22590]: audit 2024-09-11T07:32:56.036249+0000 mon.smithi082 (mon.0) 447 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:32:57.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:56 smithi189 bash[22590]: audit 2024-09-11T07:32:56.037334+0000 mon.smithi082 (mon.0) 448 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-11T07:32:57.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:56 smithi189 bash[22590]: audit 2024-09-11T07:32:56.038455+0000 mon.smithi082 (mon.0) 449 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:32:58.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:57 smithi082 bash[15107]: cephadm 2024-09-11T07:32:56.039321+0000 mgr.smithi082.szoofc (mgr.14190) 113 : cephadm [INF] Deploying daemon osd.5 on smithi082 2024-09-11T07:32:58.162 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:57 smithi189 bash[22590]: cephadm 2024-09-11T07:32:56.039321+0000 mgr.smithi082.szoofc (mgr.14190) 113 : cephadm [INF] Deploying daemon osd.5 on smithi082 2024-09-11T07:32:59.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:58 smithi189 bash[22590]: cluster 2024-09-11T07:32:57.391296+0000 mgr.smithi082.szoofc (mgr.14190) 114 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 291 MiB used, 89 GiB / 89 GiB avail 2024-09-11T07:32:59.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:58 smithi189 bash[22590]: audit 2024-09-11T07:32:58.179045+0000 mon.smithi189 (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.189:6808/1699272969,v1:172.21.15.189:6809/1699272969]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-11T07:32:59.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:58 smithi189 bash[22590]: audit 2024-09-11T07:32:58.180801+0000 mon.smithi082 (mon.0) 450 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-11T07:32:59.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:58 smithi189 bash[22590]: audit 2024-09-11T07:32:58.304070+0000 mon.smithi082 (mon.0) 451 : audit [INF] from='osd.1 [v2:172.21.15.82:6802/1554782669,v1:172.21.15.82:6803/1554782669]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-11T07:32:59.210 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:58 smithi082 bash[15107]: cluster 2024-09-11T07:32:57.391296+0000 mgr.smithi082.szoofc (mgr.14190) 114 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 291 MiB used, 89 GiB / 89 GiB avail 2024-09-11T07:32:59.210 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:58 smithi082 bash[15107]: audit 2024-09-11T07:32:58.179045+0000 mon.smithi189 (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.189:6808/1699272969,v1:172.21.15.189:6809/1699272969]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-11T07:32:59.210 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:58 smithi082 bash[15107]: audit 2024-09-11T07:32:58.180801+0000 mon.smithi082 (mon.0) 450 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-11T07:32:59.210 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:58 smithi082 bash[15107]: audit 2024-09-11T07:32:58.304070+0000 mon.smithi082 (mon.0) 451 : audit [INF] from='osd.1 [v2:172.21.15.82:6802/1554782669,v1:172.21.15.82:6803/1554782669]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-11T07:33:00.074 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:59 smithi082 bash[15107]: audit 2024-09-11T07:32:58.901575+0000 mon.smithi189 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.189:6808/1699272969,v1:172.21.15.189:6809/1699272969]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi189", "root=default"]}]: dispatch 2024-09-11T07:33:00.074 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:59 smithi082 bash[15107]: audit 2024-09-11T07:32:58.901784+0000 mon.smithi082 (mon.0) 452 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-11T07:33:00.074 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:59 smithi082 bash[15107]: audit 2024-09-11T07:32:58.901949+0000 mon.smithi082 (mon.0) 453 : audit [INF] from='osd.1 [v2:172.21.15.82:6802/1554782669,v1:172.21.15.82:6803/1554782669]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-11T07:33:00.075 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:59 smithi082 bash[15107]: cluster 2024-09-11T07:32:58.902038+0000 mon.smithi082 (mon.0) 454 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2024-09-11T07:33:00.075 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:59 smithi082 bash[15107]: audit 2024-09-11T07:32:58.902553+0000 mon.smithi082 (mon.0) 455 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T07:33:00.075 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:59 smithi082 bash[15107]: audit 2024-09-11T07:32:58.902804+0000 mon.smithi082 (mon.0) 456 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T07:33:00.075 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:59 smithi082 bash[15107]: audit 2024-09-11T07:32:58.903008+0000 mon.smithi082 (mon.0) 457 : audit [INF] from='osd.1 [v2:172.21.15.82:6802/1554782669,v1:172.21.15.82:6803/1554782669]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi082", "root=default"]}]: dispatch 2024-09-11T07:33:00.075 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:59 smithi082 bash[15107]: audit 2024-09-11T07:32:58.903318+0000 mon.smithi082 (mon.0) 458 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T07:33:00.075 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:59 smithi082 bash[15107]: audit 2024-09-11T07:32:58.903504+0000 mon.smithi082 (mon.0) 459 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi189", "root=default"]}]: dispatch 2024-09-11T07:33:00.075 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:59 smithi082 bash[15107]: audit 2024-09-11T07:32:58.907110+0000 mon.smithi082 (mon.0) 460 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T07:33:00.075 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:59 smithi082 bash[15107]: audit 2024-09-11T07:32:58.907491+0000 mon.smithi082 (mon.0) 461 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T07:33:00.075 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:59 smithi082 bash[15107]: audit 2024-09-11T07:32:58.907731+0000 mon.smithi082 (mon.0) 462 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T07:33:00.075 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:59 smithi082 bash[15107]: audit 2024-09-11T07:32:58.908030+0000 mon.smithi082 (mon.0) 463 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T07:33:00.075 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:59 smithi082 bash[15107]: audit 2024-09-11T07:32:59.901624+0000 mon.smithi082 (mon.0) 464 : audit [INF] from='osd.1 [v2:172.21.15.82:6802/1554782669,v1:172.21.15.82:6803/1554782669]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi082", "root=default"]}]': finished 2024-09-11T07:33:00.075 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:59 smithi082 bash[15107]: audit 2024-09-11T07:32:59.901706+0000 mon.smithi082 (mon.0) 465 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi189", "root=default"]}]': finished 2024-09-11T07:33:00.075 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:59 smithi082 bash[15107]: cluster 2024-09-11T07:32:59.901759+0000 mon.smithi082 (mon.0) 466 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2024-09-11T07:33:00.076 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:59 smithi082 bash[15107]: audit 2024-09-11T07:32:59.901887+0000 mon.smithi082 (mon.0) 467 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T07:33:00.076 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:59 smithi082 bash[15107]: audit 2024-09-11T07:32:59.902268+0000 mon.smithi082 (mon.0) 468 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T07:33:00.076 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:59 smithi082 bash[15107]: audit 2024-09-11T07:32:59.902470+0000 mon.smithi082 (mon.0) 469 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T07:33:00.076 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:59 smithi082 bash[15107]: audit 2024-09-11T07:32:59.903029+0000 mon.smithi082 (mon.0) 470 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T07:33:00.076 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:59 smithi082 bash[15107]: audit 2024-09-11T07:32:59.903259+0000 mon.smithi082 (mon.0) 471 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T07:33:00.076 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:32:59 smithi082 bash[15107]: audit 2024-09-11T07:32:59.903491+0000 mon.smithi082 (mon.0) 472 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T07:33:00.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:59 smithi189 bash[22590]: audit 2024-09-11T07:32:58.901575+0000 mon.smithi189 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.189:6808/1699272969,v1:172.21.15.189:6809/1699272969]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi189", "root=default"]}]: dispatch 2024-09-11T07:33:00.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:59 smithi189 bash[22590]: audit 2024-09-11T07:32:58.901784+0000 mon.smithi082 (mon.0) 452 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-11T07:33:00.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:59 smithi189 bash[22590]: audit 2024-09-11T07:32:58.901949+0000 mon.smithi082 (mon.0) 453 : audit [INF] from='osd.1 [v2:172.21.15.82:6802/1554782669,v1:172.21.15.82:6803/1554782669]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-11T07:33:00.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:59 smithi189 bash[22590]: cluster 2024-09-11T07:32:58.902038+0000 mon.smithi082 (mon.0) 454 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2024-09-11T07:33:00.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:59 smithi189 bash[22590]: audit 2024-09-11T07:32:58.902553+0000 mon.smithi082 (mon.0) 455 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T07:33:00.164 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:59 smithi189 bash[22590]: audit 2024-09-11T07:32:58.902804+0000 mon.smithi082 (mon.0) 456 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T07:33:00.164 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:59 smithi189 bash[22590]: audit 2024-09-11T07:32:58.903008+0000 mon.smithi082 (mon.0) 457 : audit [INF] from='osd.1 [v2:172.21.15.82:6802/1554782669,v1:172.21.15.82:6803/1554782669]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi082", "root=default"]}]: dispatch 2024-09-11T07:33:00.164 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:59 smithi189 bash[22590]: audit 2024-09-11T07:32:58.903318+0000 mon.smithi082 (mon.0) 458 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T07:33:00.164 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:59 smithi189 bash[22590]: audit 2024-09-11T07:32:58.903504+0000 mon.smithi082 (mon.0) 459 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi189", "root=default"]}]: dispatch 2024-09-11T07:33:00.164 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:59 smithi189 bash[22590]: audit 2024-09-11T07:32:58.907110+0000 mon.smithi082 (mon.0) 460 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T07:33:00.164 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:59 smithi189 bash[22590]: audit 2024-09-11T07:32:58.907491+0000 mon.smithi082 (mon.0) 461 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T07:33:00.164 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:59 smithi189 bash[22590]: audit 2024-09-11T07:32:58.907731+0000 mon.smithi082 (mon.0) 462 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T07:33:00.164 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:59 smithi189 bash[22590]: audit 2024-09-11T07:32:58.908030+0000 mon.smithi082 (mon.0) 463 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T07:33:00.165 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:59 smithi189 bash[22590]: audit 2024-09-11T07:32:59.901624+0000 mon.smithi082 (mon.0) 464 : audit [INF] from='osd.1 [v2:172.21.15.82:6802/1554782669,v1:172.21.15.82:6803/1554782669]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi082", "root=default"]}]': finished 2024-09-11T07:33:00.165 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:59 smithi189 bash[22590]: audit 2024-09-11T07:32:59.901706+0000 mon.smithi082 (mon.0) 465 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi189", "root=default"]}]': finished 2024-09-11T07:33:00.165 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:59 smithi189 bash[22590]: cluster 2024-09-11T07:32:59.901759+0000 mon.smithi082 (mon.0) 466 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2024-09-11T07:33:00.165 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:59 smithi189 bash[22590]: audit 2024-09-11T07:32:59.901887+0000 mon.smithi082 (mon.0) 467 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T07:33:00.165 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:59 smithi189 bash[22590]: audit 2024-09-11T07:32:59.902268+0000 mon.smithi082 (mon.0) 468 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T07:33:00.165 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:59 smithi189 bash[22590]: audit 2024-09-11T07:32:59.902470+0000 mon.smithi082 (mon.0) 469 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T07:33:00.165 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:59 smithi189 bash[22590]: audit 2024-09-11T07:32:59.903029+0000 mon.smithi082 (mon.0) 470 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T07:33:00.165 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:59 smithi189 bash[22590]: audit 2024-09-11T07:32:59.903259+0000 mon.smithi082 (mon.0) 471 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T07:33:00.165 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:32:59 smithi189 bash[22590]: audit 2024-09-11T07:32:59.903491+0000 mon.smithi082 (mon.0) 472 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T07:33:01.301 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:00 smithi189 bash[22590]: cluster 2024-09-11T07:32:59.391697+0000 mgr.smithi082.szoofc (mgr.14190) 115 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 291 MiB used, 89 GiB / 89 GiB avail 2024-09-11T07:33:01.301 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:00 smithi189 bash[22590]: audit 2024-09-11T07:32:59.903691+0000 mon.smithi082 (mon.0) 473 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T07:33:01.301 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:00 smithi189 bash[22590]: audit 2024-09-11T07:32:59.908298+0000 mon.smithi082 (mon.0) 474 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T07:33:01.301 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:00 smithi189 bash[22590]: audit 2024-09-11T07:32:59.914422+0000 mon.smithi082 (mon.0) 475 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T07:33:01.301 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:00 smithi189 bash[22590]: audit 2024-09-11T07:33:00.418340+0000 mon.smithi082 (mon.0) 476 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:33:01.301 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:00 smithi189 bash[22590]: audit 2024-09-11T07:33:00.907030+0000 mon.smithi082 (mon.0) 477 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T07:33:01.356 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:00 smithi082 bash[15107]: cluster 2024-09-11T07:32:59.391697+0000 mgr.smithi082.szoofc (mgr.14190) 115 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 291 MiB used, 89 GiB / 89 GiB avail 2024-09-11T07:33:01.356 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:00 smithi082 bash[15107]: audit 2024-09-11T07:32:59.903691+0000 mon.smithi082 (mon.0) 473 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T07:33:01.357 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:00 smithi082 bash[15107]: audit 2024-09-11T07:32:59.908298+0000 mon.smithi082 (mon.0) 474 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T07:33:01.357 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:00 smithi082 bash[15107]: audit 2024-09-11T07:32:59.914422+0000 mon.smithi082 (mon.0) 475 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T07:33:01.357 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:00 smithi082 bash[15107]: audit 2024-09-11T07:33:00.418340+0000 mon.smithi082 (mon.0) 476 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:33:01.357 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:00 smithi082 bash[15107]: audit 2024-09-11T07:33:00.907030+0000 mon.smithi082 (mon.0) 477 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T07:33:02.005 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:01 smithi189 bash[22590]: cluster 2024-09-11T07:32:59.138117+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T07:33:02.005 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:01 smithi189 bash[22590]: cluster 2024-09-11T07:32:59.138192+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T07:33:02.005 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:01 smithi189 bash[22590]: cluster 2024-09-11T07:32:59.336617+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T07:33:02.005 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:01 smithi189 bash[22590]: cluster 2024-09-11T07:32:59.336684+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T07:33:02.005 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:01 smithi189 bash[22590]: audit 2024-09-11T07:33:00.909837+0000 mon.smithi082 (mon.0) 478 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T07:33:02.005 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:01 smithi189 bash[22590]: cluster 2024-09-11T07:33:00.913774+0000 mon.smithi082 (mon.0) 479 : cluster [INF] osd.1 [v2:172.21.15.82:6802/1554782669,v1:172.21.15.82:6803/1554782669] boot 2024-09-11T07:33:02.006 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:01 smithi189 bash[22590]: cluster 2024-09-11T07:33:00.913825+0000 mon.smithi082 (mon.0) 480 : cluster [INF] osd.2 [v2:172.21.15.189:6808/1699272969,v1:172.21.15.189:6809/1699272969] boot 2024-09-11T07:33:02.006 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:01 smithi189 bash[22590]: cluster 2024-09-11T07:33:00.913856+0000 mon.smithi082 (mon.0) 481 : cluster [DBG] osdmap e20: 8 total, 3 up, 8 in 2024-09-11T07:33:02.006 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:01 smithi189 bash[22590]: audit 2024-09-11T07:33:00.914194+0000 mon.smithi082 (mon.0) 482 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T07:33:02.006 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:01 smithi189 bash[22590]: audit 2024-09-11T07:33:00.914677+0000 mon.smithi082 (mon.0) 483 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T07:33:02.006 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:01 smithi189 bash[22590]: audit 2024-09-11T07:33:00.915136+0000 mon.smithi082 (mon.0) 484 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T07:33:02.006 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:01 smithi189 bash[22590]: audit 2024-09-11T07:33:00.915470+0000 mon.smithi082 (mon.0) 485 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T07:33:02.006 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:01 smithi189 bash[22590]: audit 2024-09-11T07:33:00.915725+0000 mon.smithi082 (mon.0) 486 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T07:33:02.006 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:01 smithi189 bash[22590]: audit 2024-09-11T07:33:00.915963+0000 mon.smithi082 (mon.0) 487 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T07:33:02.006 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:01 smithi189 bash[22590]: audit 2024-09-11T07:33:00.916251+0000 mon.smithi082 (mon.0) 488 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T07:33:02.006 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:01 smithi189 bash[22590]: audit 2024-09-11T07:33:01.464156+0000 mon.smithi082 (mon.0) 489 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-09-11T07:33:02.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:01 smithi082 bash[15107]: cluster 2024-09-11T07:32:59.138117+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T07:33:02.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:01 smithi082 bash[15107]: cluster 2024-09-11T07:32:59.138192+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T07:33:02.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:01 smithi082 bash[15107]: cluster 2024-09-11T07:32:59.336617+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T07:33:02.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:01 smithi082 bash[15107]: cluster 2024-09-11T07:32:59.336684+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T07:33:02.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:01 smithi082 bash[15107]: audit 2024-09-11T07:33:00.909837+0000 mon.smithi082 (mon.0) 478 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T07:33:02.153 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:01 smithi082 bash[15107]: cluster 2024-09-11T07:33:00.913774+0000 mon.smithi082 (mon.0) 479 : cluster [INF] osd.1 [v2:172.21.15.82:6802/1554782669,v1:172.21.15.82:6803/1554782669] boot 2024-09-11T07:33:02.153 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:01 smithi082 bash[15107]: cluster 2024-09-11T07:33:00.913825+0000 mon.smithi082 (mon.0) 480 : cluster [INF] osd.2 [v2:172.21.15.189:6808/1699272969,v1:172.21.15.189:6809/1699272969] boot 2024-09-11T07:33:02.153 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:01 smithi082 bash[15107]: cluster 2024-09-11T07:33:00.913856+0000 mon.smithi082 (mon.0) 481 : cluster [DBG] osdmap e20: 8 total, 3 up, 8 in 2024-09-11T07:33:02.153 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:01 smithi082 bash[15107]: audit 2024-09-11T07:33:00.914194+0000 mon.smithi082 (mon.0) 482 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T07:33:02.153 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:01 smithi082 bash[15107]: audit 2024-09-11T07:33:00.914677+0000 mon.smithi082 (mon.0) 483 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T07:33:02.153 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:01 smithi082 bash[15107]: audit 2024-09-11T07:33:00.915136+0000 mon.smithi082 (mon.0) 484 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T07:33:02.153 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:01 smithi082 bash[15107]: audit 2024-09-11T07:33:00.915470+0000 mon.smithi082 (mon.0) 485 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T07:33:02.154 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:01 smithi082 bash[15107]: audit 2024-09-11T07:33:00.915725+0000 mon.smithi082 (mon.0) 486 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T07:33:02.154 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:01 smithi082 bash[15107]: audit 2024-09-11T07:33:00.915963+0000 mon.smithi082 (mon.0) 487 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T07:33:02.154 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:01 smithi082 bash[15107]: audit 2024-09-11T07:33:00.916251+0000 mon.smithi082 (mon.0) 488 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T07:33:02.154 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:01 smithi082 bash[15107]: audit 2024-09-11T07:33:01.464156+0000 mon.smithi082 (mon.0) 489 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-09-11T07:33:03.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:02 smithi189 bash[22590]: cluster 2024-09-11T07:33:01.392134+0000 mgr.smithi082.szoofc (mgr.14190) 116 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 291 MiB used, 89 GiB / 89 GiB avail 2024-09-11T07:33:03.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:02 smithi189 bash[22590]: audit 2024-09-11T07:33:01.928988+0000 mon.smithi082 (mon.0) 490 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2024-09-11T07:33:03.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:02 smithi189 bash[22590]: cluster 2024-09-11T07:33:01.929050+0000 mon.smithi082 (mon.0) 491 : cluster [DBG] osdmap e21: 8 total, 3 up, 8 in 2024-09-11T07:33:03.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:02 smithi189 bash[22590]: audit 2024-09-11T07:33:01.929185+0000 mon.smithi082 (mon.0) 492 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T07:33:03.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:02 smithi189 bash[22590]: audit 2024-09-11T07:33:01.929413+0000 mon.smithi082 (mon.0) 493 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T07:33:03.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:02 smithi189 bash[22590]: audit 2024-09-11T07:33:01.929545+0000 mon.smithi082 (mon.0) 494 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T07:33:03.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:02 smithi189 bash[22590]: audit 2024-09-11T07:33:01.929713+0000 mon.smithi082 (mon.0) 495 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T07:33:03.164 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:02 smithi189 bash[22590]: audit 2024-09-11T07:33:01.929916+0000 mon.smithi082 (mon.0) 496 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T07:33:03.164 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:02 smithi189 bash[22590]: audit 2024-09-11T07:33:01.930718+0000 mon.smithi082 (mon.0) 497 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-11T07:33:03.164 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:02 smithi189 bash[22590]: audit 2024-09-11T07:33:02.892800+0000 mon.smithi082 (mon.0) 498 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:33:03.164 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:02 smithi189 bash[22590]: audit 2024-09-11T07:33:02.898649+0000 mon.smithi082 (mon.0) 499 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:33:03.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:02 smithi082 bash[15107]: cluster 2024-09-11T07:33:01.392134+0000 mgr.smithi082.szoofc (mgr.14190) 116 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 291 MiB used, 89 GiB / 89 GiB avail 2024-09-11T07:33:03.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:02 smithi082 bash[15107]: audit 2024-09-11T07:33:01.928988+0000 mon.smithi082 (mon.0) 490 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2024-09-11T07:33:03.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:02 smithi082 bash[15107]: cluster 2024-09-11T07:33:01.929050+0000 mon.smithi082 (mon.0) 491 : cluster [DBG] osdmap e21: 8 total, 3 up, 8 in 2024-09-11T07:33:03.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:02 smithi082 bash[15107]: audit 2024-09-11T07:33:01.929185+0000 mon.smithi082 (mon.0) 492 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T07:33:03.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:02 smithi082 bash[15107]: audit 2024-09-11T07:33:01.929413+0000 mon.smithi082 (mon.0) 493 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T07:33:03.403 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:02 smithi082 bash[15107]: audit 2024-09-11T07:33:01.929545+0000 mon.smithi082 (mon.0) 494 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T07:33:03.403 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:02 smithi082 bash[15107]: audit 2024-09-11T07:33:01.929713+0000 mon.smithi082 (mon.0) 495 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T07:33:03.403 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:02 smithi082 bash[15107]: audit 2024-09-11T07:33:01.929916+0000 mon.smithi082 (mon.0) 496 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T07:33:03.403 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:02 smithi082 bash[15107]: audit 2024-09-11T07:33:01.930718+0000 mon.smithi082 (mon.0) 497 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-11T07:33:03.403 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:02 smithi082 bash[15107]: audit 2024-09-11T07:33:02.892800+0000 mon.smithi082 (mon.0) 498 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:33:03.403 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:02 smithi082 bash[15107]: audit 2024-09-11T07:33:02.898649+0000 mon.smithi082 (mon.0) 499 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:33:04.106 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-09-11T07:33:04.281 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:03 smithi082 bash[15107]: audit 2024-09-11T07:33:02.933792+0000 mon.smithi082 (mon.0) 500 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-11T07:33:04.282 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:03 smithi082 bash[15107]: cluster 2024-09-11T07:33:02.933927+0000 mon.smithi082 (mon.0) 501 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2024-09-11T07:33:04.282 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:03 smithi082 bash[15107]: audit 2024-09-11T07:33:02.934464+0000 mon.smithi082 (mon.0) 502 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T07:33:04.282 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:03 smithi082 bash[15107]: audit 2024-09-11T07:33:02.934771+0000 mon.smithi082 (mon.0) 503 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T07:33:04.282 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:03 smithi082 bash[15107]: audit 2024-09-11T07:33:02.935018+0000 mon.smithi082 (mon.0) 504 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T07:33:04.282 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:03 smithi082 bash[15107]: audit 2024-09-11T07:33:02.935224+0000 mon.smithi082 (mon.0) 505 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T07:33:04.282 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:03 smithi082 bash[15107]: audit 2024-09-11T07:33:02.940221+0000 mon.smithi082 (mon.0) 506 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T07:33:04.416 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:03 smithi189 bash[22590]: audit 2024-09-11T07:33:02.933792+0000 mon.smithi082 (mon.0) 500 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-11T07:33:04.416 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:03 smithi189 bash[22590]: cluster 2024-09-11T07:33:02.933927+0000 mon.smithi082 (mon.0) 501 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2024-09-11T07:33:04.416 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:03 smithi189 bash[22590]: audit 2024-09-11T07:33:02.934464+0000 mon.smithi082 (mon.0) 502 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T07:33:04.416 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:03 smithi189 bash[22590]: audit 2024-09-11T07:33:02.934771+0000 mon.smithi082 (mon.0) 503 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T07:33:04.416 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:03 smithi189 bash[22590]: audit 2024-09-11T07:33:02.935018+0000 mon.smithi082 (mon.0) 504 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T07:33:04.417 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:03 smithi189 bash[22590]: audit 2024-09-11T07:33:02.935224+0000 mon.smithi082 (mon.0) 505 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T07:33:04.417 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:03 smithi189 bash[22590]: audit 2024-09-11T07:33:02.940221+0000 mon.smithi082 (mon.0) 506 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T07:33:05.150 INFO:teuthology.orchestra.run.smithi082.stdout:{"epoch":23,"num_osds":8,"num_up_osds":3,"osd_up_since":1726039980,"num_in_osds":8,"osd_in_since":1726039947,"num_remapped_pgs":0} 2024-09-11T07:33:05.162 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:04 smithi189 bash[22590]: cluster 2024-09-11T07:33:03.392474+0000 mgr.smithi082.szoofc (mgr.14190) 117 : cluster [DBG] pgmap v79: 1 pgs: 1 unknown; 0 B data, 872 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:33:05.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:04 smithi189 bash[22590]: cluster 2024-09-11T07:33:03.948638+0000 mon.smithi082 (mon.0) 507 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2024-09-11T07:33:05.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:04 smithi189 bash[22590]: audit 2024-09-11T07:33:03.948829+0000 mon.smithi082 (mon.0) 508 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T07:33:05.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:04 smithi189 bash[22590]: audit 2024-09-11T07:33:03.949272+0000 mon.smithi082 (mon.0) 509 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T07:33:05.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:04 smithi189 bash[22590]: audit 2024-09-11T07:33:03.949476+0000 mon.smithi082 (mon.0) 510 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T07:33:05.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:04 smithi189 bash[22590]: audit 2024-09-11T07:33:03.949682+0000 mon.smithi082 (mon.0) 511 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T07:33:05.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:04 smithi189 bash[22590]: audit 2024-09-11T07:33:03.949887+0000 mon.smithi082 (mon.0) 512 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T07:33:05.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:04 smithi189 bash[22590]: audit 2024-09-11T07:33:04.105124+0000 mon.smithi082 (mon.0) 513 : audit [DBG] from='client.? 172.21.15.82:0/1094095606' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-11T07:33:05.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:04 smithi189 bash[22590]: audit 2024-09-11T07:33:04.237022+0000 mon.smithi082 (mon.0) 514 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:33:05.233 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:04 smithi082 bash[15107]: cluster 2024-09-11T07:33:03.392474+0000 mgr.smithi082.szoofc (mgr.14190) 117 : cluster [DBG] pgmap v79: 1 pgs: 1 unknown; 0 B data, 872 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:33:05.233 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:04 smithi082 bash[15107]: cluster 2024-09-11T07:33:03.948638+0000 mon.smithi082 (mon.0) 507 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2024-09-11T07:33:05.233 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:04 smithi082 bash[15107]: audit 2024-09-11T07:33:03.948829+0000 mon.smithi082 (mon.0) 508 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T07:33:05.233 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:04 smithi082 bash[15107]: audit 2024-09-11T07:33:03.949272+0000 mon.smithi082 (mon.0) 509 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T07:33:05.233 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:04 smithi082 bash[15107]: audit 2024-09-11T07:33:03.949476+0000 mon.smithi082 (mon.0) 510 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T07:33:05.233 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:04 smithi082 bash[15107]: audit 2024-09-11T07:33:03.949682+0000 mon.smithi082 (mon.0) 511 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T07:33:05.233 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:04 smithi082 bash[15107]: audit 2024-09-11T07:33:03.949887+0000 mon.smithi082 (mon.0) 512 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T07:33:05.233 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:04 smithi082 bash[15107]: audit 2024-09-11T07:33:04.105124+0000 mon.smithi082 (mon.0) 513 : audit [DBG] from='client.? 172.21.15.82:0/1094095606' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-11T07:33:05.233 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:04 smithi082 bash[15107]: audit 2024-09-11T07:33:04.237022+0000 mon.smithi082 (mon.0) 514 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:33:06.151 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f0bd109a-700e-11ef-bcea-c7b262605968 -- ceph osd stat -f json 2024-09-11T07:33:06.153 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:05 smithi082 bash[15107]: audit 2024-09-11T07:33:05.049267+0000 mon.smithi189 (mon.1) 14 : audit [INF] from='osd.4 [v2:172.21.15.189:6816/2631515340,v1:172.21.15.189:6817/2631515340]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-11T07:33:06.153 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:05 smithi082 bash[15107]: audit 2024-09-11T07:33:05.050863+0000 mon.smithi082 (mon.0) 515 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-11T07:33:06.153 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:05 smithi082 bash[15107]: audit 2024-09-11T07:33:05.187785+0000 mon.smithi082 (mon.0) 516 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:33:06.153 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:05 smithi082 bash[15107]: cluster 2024-09-11T07:33:05.247420+0000 mon.smithi082 (mon.0) 517 : cluster [DBG] mgrmap e19: smithi082.szoofc(active, since 2m), standbys: smithi189.skbamy 2024-09-11T07:33:06.153 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:05 smithi082 bash[15107]: audit 2024-09-11T07:33:05.765489+0000 mon.smithi082 (mon.0) 518 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:33:06.153 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:05 smithi082 bash[15107]: audit 2024-09-11T07:33:05.770843+0000 mon.smithi082 (mon.0) 519 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:33:06.153 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:05 smithi082 bash[15107]: audit 2024-09-11T07:33:05.771769+0000 mon.smithi082 (mon.0) 520 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-09-11T07:33:06.153 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:05 smithi082 bash[15107]: audit 2024-09-11T07:33:05.772627+0000 mon.smithi082 (mon.0) 521 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:33:06.342 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:05 smithi189 bash[22590]: audit 2024-09-11T07:33:05.049267+0000 mon.smithi189 (mon.1) 14 : audit [INF] from='osd.4 [v2:172.21.15.189:6816/2631515340,v1:172.21.15.189:6817/2631515340]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-11T07:33:06.342 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:05 smithi189 bash[22590]: audit 2024-09-11T07:33:05.050863+0000 mon.smithi082 (mon.0) 515 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-11T07:33:06.342 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:05 smithi189 bash[22590]: audit 2024-09-11T07:33:05.187785+0000 mon.smithi082 (mon.0) 516 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:33:06.342 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:05 smithi189 bash[22590]: cluster 2024-09-11T07:33:05.247420+0000 mon.smithi082 (mon.0) 517 : cluster [DBG] mgrmap e19: smithi082.szoofc(active, since 2m), standbys: smithi189.skbamy 2024-09-11T07:33:06.342 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:05 smithi189 bash[22590]: audit 2024-09-11T07:33:05.765489+0000 mon.smithi082 (mon.0) 518 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:33:06.342 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:05 smithi189 bash[22590]: audit 2024-09-11T07:33:05.770843+0000 mon.smithi082 (mon.0) 519 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:33:06.343 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:05 smithi189 bash[22590]: audit 2024-09-11T07:33:05.771769+0000 mon.smithi082 (mon.0) 520 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-09-11T07:33:06.343 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:05 smithi189 bash[22590]: audit 2024-09-11T07:33:05.772627+0000 mon.smithi082 (mon.0) 521 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:33:07.331 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:07 smithi082 bash[15107]: cluster 2024-09-11T07:33:05.392909+0000 mgr.smithi082.szoofc (mgr.14190) 118 : cluster [DBG] pgmap v81: 1 pgs: 1 unknown; 0 B data, 872 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:33:07.331 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:07 smithi082 bash[15107]: cephadm 2024-09-11T07:33:05.773310+0000 mgr.smithi082.szoofc (mgr.14190) 119 : cephadm [INF] Deploying daemon osd.7 on smithi082 2024-09-11T07:33:07.332 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:07 smithi082 bash[15107]: audit 2024-09-11T07:33:05.954662+0000 mon.smithi082 (mon.0) 522 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-11T07:33:07.332 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:07 smithi082 bash[15107]: cluster 2024-09-11T07:33:05.954754+0000 mon.smithi082 (mon.0) 523 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2024-09-11T07:33:07.332 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:07 smithi082 bash[15107]: audit 2024-09-11T07:33:05.954869+0000 mon.smithi082 (mon.0) 524 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T07:33:07.332 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:07 smithi082 bash[15107]: audit 2024-09-11T07:33:05.955036+0000 mon.smithi189 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.189:6816/2631515340,v1:172.21.15.189:6817/2631515340]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi189", "root=default"]}]: dispatch 2024-09-11T07:33:07.332 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:07 smithi082 bash[15107]: audit 2024-09-11T07:33:05.955065+0000 mon.smithi082 (mon.0) 525 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T07:33:07.333 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:07 smithi082 bash[15107]: audit 2024-09-11T07:33:05.955222+0000 mon.smithi082 (mon.0) 526 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T07:33:07.333 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:07 smithi082 bash[15107]: audit 2024-09-11T07:33:05.955361+0000 mon.smithi082 (mon.0) 527 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T07:33:07.333 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:07 smithi082 bash[15107]: audit 2024-09-11T07:33:05.955483+0000 mon.smithi082 (mon.0) 528 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T07:33:07.333 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:07 smithi082 bash[15107]: audit 2024-09-11T07:33:05.956482+0000 mon.smithi082 (mon.0) 529 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi189", "root=default"]}]: dispatch 2024-09-11T07:33:07.333 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:07 smithi082 bash[15107]: audit 2024-09-11T07:33:06.132685+0000 mon.smithi082 (mon.0) 530 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:33:07.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:07 smithi189 bash[22590]: cluster 2024-09-11T07:33:05.392909+0000 mgr.smithi082.szoofc (mgr.14190) 118 : cluster [DBG] pgmap v81: 1 pgs: 1 unknown; 0 B data, 872 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:33:07.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:07 smithi189 bash[22590]: cephadm 2024-09-11T07:33:05.773310+0000 mgr.smithi082.szoofc (mgr.14190) 119 : cephadm [INF] Deploying daemon osd.7 on smithi082 2024-09-11T07:33:07.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:07 smithi189 bash[22590]: audit 2024-09-11T07:33:05.954662+0000 mon.smithi082 (mon.0) 522 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-11T07:33:07.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:07 smithi189 bash[22590]: cluster 2024-09-11T07:33:05.954754+0000 mon.smithi082 (mon.0) 523 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2024-09-11T07:33:07.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:07 smithi189 bash[22590]: audit 2024-09-11T07:33:05.954869+0000 mon.smithi082 (mon.0) 524 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T07:33:07.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:07 smithi189 bash[22590]: audit 2024-09-11T07:33:05.955036+0000 mon.smithi189 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.189:6816/2631515340,v1:172.21.15.189:6817/2631515340]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi189", "root=default"]}]: dispatch 2024-09-11T07:33:07.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:07 smithi189 bash[22590]: audit 2024-09-11T07:33:05.955065+0000 mon.smithi082 (mon.0) 525 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T07:33:07.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:07 smithi189 bash[22590]: audit 2024-09-11T07:33:05.955222+0000 mon.smithi082 (mon.0) 526 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T07:33:07.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:07 smithi189 bash[22590]: audit 2024-09-11T07:33:05.955361+0000 mon.smithi082 (mon.0) 527 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T07:33:07.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:07 smithi189 bash[22590]: audit 2024-09-11T07:33:05.955483+0000 mon.smithi082 (mon.0) 528 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T07:33:07.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:07 smithi189 bash[22590]: audit 2024-09-11T07:33:05.956482+0000 mon.smithi082 (mon.0) 529 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi189", "root=default"]}]: dispatch 2024-09-11T07:33:07.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:07 smithi189 bash[22590]: audit 2024-09-11T07:33:06.132685+0000 mon.smithi082 (mon.0) 530 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:33:08.164 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:08 smithi082 bash[15107]: cluster 2024-09-11T07:33:06.073326+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T07:33:08.164 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:08 smithi082 bash[15107]: cluster 2024-09-11T07:33:06.073398+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T07:33:08.164 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:08 smithi082 bash[15107]: audit 2024-09-11T07:33:06.135867+0000 mon.smithi082 (mon.0) 531 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-11T07:33:08.164 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:08 smithi082 bash[15107]: audit 2024-09-11T07:33:07.049452+0000 mon.smithi082 (mon.0) 532 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-11T07:33:08.165 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:08 smithi082 bash[15107]: audit 2024-09-11T07:33:07.049622+0000 mon.smithi082 (mon.0) 533 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "mon metadata", "id": "smithi082"}]: dispatch 2024-09-11T07:33:08.165 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:08 smithi082 bash[15107]: audit 2024-09-11T07:33:07.051271+0000 mon.smithi082 (mon.0) 534 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "mon metadata", "id": "smithi189"}]: dispatch 2024-09-11T07:33:08.165 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:08 smithi082 bash[15107]: audit 2024-09-11T07:33:07.062103+0000 mon.smithi082 (mon.0) 535 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi189", "root=default"]}]': finished 2024-09-11T07:33:08.165 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:08 smithi082 bash[15107]: cluster 2024-09-11T07:33:07.062203+0000 mon.smithi082 (mon.0) 536 : cluster [DBG] osdmap e25: 8 total, 3 up, 8 in 2024-09-11T07:33:08.165 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:08 smithi082 bash[15107]: audit 2024-09-11T07:33:07.062770+0000 mon.smithi082 (mon.0) 537 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T07:33:08.165 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:08 smithi082 bash[15107]: audit 2024-09-11T07:33:07.063083+0000 mon.smithi082 (mon.0) 538 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T07:33:08.165 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:08 smithi082 bash[15107]: audit 2024-09-11T07:33:07.063213+0000 mon.smithi082 (mon.0) 539 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T07:33:08.165 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:08 smithi082 bash[15107]: audit 2024-09-11T07:33:07.063380+0000 mon.smithi082 (mon.0) 540 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T07:33:08.166 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:08 smithi082 bash[15107]: audit 2024-09-11T07:33:07.063566+0000 mon.smithi082 (mon.0) 541 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T07:33:08.166 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:08 smithi082 bash[15107]: audit 2024-09-11T07:33:07.071451+0000 mon.smithi082 (mon.0) 542 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T07:33:08.166 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:08 smithi082 bash[15107]: audit 2024-09-11T07:33:07.335475+0000 mon.smithi082 (mon.0) 543 : audit [INF] from='osd.3 [v2:172.21.15.82:6810/456247390,v1:172.21.15.82:6811/456247390]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-11T07:33:08.166 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:08 smithi082 bash[15107]: cluster 2024-09-11T07:33:07.393363+0000 mgr.smithi082.szoofc (mgr.14190) 120 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 875 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:33:08.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:08 smithi189 bash[22590]: cluster 2024-09-11T07:33:06.073326+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T07:33:08.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:08 smithi189 bash[22590]: cluster 2024-09-11T07:33:06.073398+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T07:33:08.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:08 smithi189 bash[22590]: audit 2024-09-11T07:33:06.135867+0000 mon.smithi082 (mon.0) 531 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-11T07:33:08.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:08 smithi189 bash[22590]: audit 2024-09-11T07:33:07.049452+0000 mon.smithi082 (mon.0) 532 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-11T07:33:08.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:08 smithi189 bash[22590]: audit 2024-09-11T07:33:07.049622+0000 mon.smithi082 (mon.0) 533 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "mon metadata", "id": "smithi082"}]: dispatch 2024-09-11T07:33:08.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:08 smithi189 bash[22590]: audit 2024-09-11T07:33:07.051271+0000 mon.smithi082 (mon.0) 534 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "mon metadata", "id": "smithi189"}]: dispatch 2024-09-11T07:33:08.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:08 smithi189 bash[22590]: audit 2024-09-11T07:33:07.062103+0000 mon.smithi082 (mon.0) 535 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi189", "root=default"]}]': finished 2024-09-11T07:33:08.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:08 smithi189 bash[22590]: cluster 2024-09-11T07:33:07.062203+0000 mon.smithi082 (mon.0) 536 : cluster [DBG] osdmap e25: 8 total, 3 up, 8 in 2024-09-11T07:33:08.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:08 smithi189 bash[22590]: audit 2024-09-11T07:33:07.062770+0000 mon.smithi082 (mon.0) 537 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T07:33:08.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:08 smithi189 bash[22590]: audit 2024-09-11T07:33:07.063083+0000 mon.smithi082 (mon.0) 538 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T07:33:08.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:08 smithi189 bash[22590]: audit 2024-09-11T07:33:07.063213+0000 mon.smithi082 (mon.0) 539 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T07:33:08.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:08 smithi189 bash[22590]: audit 2024-09-11T07:33:07.063380+0000 mon.smithi082 (mon.0) 540 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T07:33:08.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:08 smithi189 bash[22590]: audit 2024-09-11T07:33:07.063566+0000 mon.smithi082 (mon.0) 541 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T07:33:08.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:08 smithi189 bash[22590]: audit 2024-09-11T07:33:07.071451+0000 mon.smithi082 (mon.0) 542 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T07:33:08.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:08 smithi189 bash[22590]: audit 2024-09-11T07:33:07.335475+0000 mon.smithi082 (mon.0) 543 : audit [INF] from='osd.3 [v2:172.21.15.82:6810/456247390,v1:172.21.15.82:6811/456247390]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-11T07:33:08.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:08 smithi189 bash[22590]: cluster 2024-09-11T07:33:07.393363+0000 mgr.smithi082.szoofc (mgr.14190) 120 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 875 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:33:09.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:09 smithi189 bash[22590]: cluster 2024-09-11T07:33:08.063778+0000 mon.smithi082 (mon.0) 544 : cluster [INF] osd.4 [v2:172.21.15.189:6816/2631515340,v1:172.21.15.189:6817/2631515340] boot 2024-09-11T07:33:09.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:09 smithi189 bash[22590]: audit 2024-09-11T07:33:08.063943+0000 mon.smithi082 (mon.0) 545 : audit [INF] from='osd.3 [v2:172.21.15.82:6810/456247390,v1:172.21.15.82:6811/456247390]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-11T07:33:09.164 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:09 smithi189 bash[22590]: cluster 2024-09-11T07:33:08.064140+0000 mon.smithi082 (mon.0) 546 : cluster [DBG] osdmap e26: 8 total, 4 up, 8 in 2024-09-11T07:33:09.164 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:09 smithi189 bash[22590]: audit 2024-09-11T07:33:08.064916+0000 mon.smithi082 (mon.0) 547 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T07:33:09.164 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:09 smithi189 bash[22590]: audit 2024-09-11T07:33:08.065387+0000 mon.smithi082 (mon.0) 548 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T07:33:09.164 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:09 smithi189 bash[22590]: audit 2024-09-11T07:33:08.065804+0000 mon.smithi082 (mon.0) 549 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T07:33:09.164 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:09 smithi189 bash[22590]: audit 2024-09-11T07:33:08.066032+0000 mon.smithi082 (mon.0) 550 : audit [INF] from='osd.3 [v2:172.21.15.82:6810/456247390,v1:172.21.15.82:6811/456247390]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi082", "root=default"]}]: dispatch 2024-09-11T07:33:09.164 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:09 smithi189 bash[22590]: audit 2024-09-11T07:33:08.066446+0000 mon.smithi082 (mon.0) 551 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T07:33:09.164 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:09 smithi189 bash[22590]: audit 2024-09-11T07:33:08.066744+0000 mon.smithi082 (mon.0) 552 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T07:33:09.164 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:09 smithi189 bash[22590]: audit 2024-09-11T07:33:08.090255+0000 mon.smithi082 (mon.0) 553 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:33:09.164 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:09 smithi189 bash[22590]: audit 2024-09-11T07:33:08.090935+0000 mon.smithi189 (mon.1) 16 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-11T07:33:09.164 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:09 smithi189 bash[22590]: audit 2024-09-11T07:33:08.092306+0000 mon.smithi082 (mon.0) 554 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "mon metadata", "id": "smithi082"}]: dispatch 2024-09-11T07:33:09.164 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:09 smithi189 bash[22590]: audit 2024-09-11T07:33:08.092573+0000 mon.smithi082 (mon.0) 555 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "mon metadata", "id": "smithi189"}]: dispatch 2024-09-11T07:33:09.164 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:09 smithi189 bash[22590]: audit 2024-09-11T07:33:09.020407+0000 mon.smithi189 (mon.1) 17 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-11T07:33:09.164 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:09 smithi189 bash[22590]: audit 2024-09-11T07:33:09.049941+0000 mon.smithi082 (mon.0) 556 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:33:09.165 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:09 smithi189 bash[22590]: audit 2024-09-11T07:33:09.065270+0000 mon.smithi082 (mon.0) 557 : audit [INF] from='osd.3 [v2:172.21.15.82:6810/456247390,v1:172.21.15.82:6811/456247390]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi082", "root=default"]}]': finished 2024-09-11T07:33:09.165 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:09 smithi189 bash[22590]: cluster 2024-09-11T07:33:09.065370+0000 mon.smithi082 (mon.0) 558 : cluster [DBG] osdmap e27: 8 total, 4 up, 8 in 2024-09-11T07:33:09.165 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:09 smithi189 bash[22590]: audit 2024-09-11T07:33:09.066028+0000 mon.smithi082 (mon.0) 559 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T07:33:09.165 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:09 smithi189 bash[22590]: audit 2024-09-11T07:33:09.066476+0000 mon.smithi082 (mon.0) 560 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T07:33:09.165 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:09 smithi189 bash[22590]: audit 2024-09-11T07:33:09.067225+0000 mon.smithi082 (mon.0) 561 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T07:33:09.165 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:09 smithi189 bash[22590]: audit 2024-09-11T07:33:09.067452+0000 mon.smithi082 (mon.0) 562 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T07:33:09.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:09 smithi082 bash[15107]: cluster 2024-09-11T07:33:08.063778+0000 mon.smithi082 (mon.0) 544 : cluster [INF] osd.4 [v2:172.21.15.189:6816/2631515340,v1:172.21.15.189:6817/2631515340] boot 2024-09-11T07:33:09.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:09 smithi082 bash[15107]: audit 2024-09-11T07:33:08.063943+0000 mon.smithi082 (mon.0) 545 : audit [INF] from='osd.3 [v2:172.21.15.82:6810/456247390,v1:172.21.15.82:6811/456247390]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-11T07:33:09.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:09 smithi082 bash[15107]: cluster 2024-09-11T07:33:08.064140+0000 mon.smithi082 (mon.0) 546 : cluster [DBG] osdmap e26: 8 total, 4 up, 8 in 2024-09-11T07:33:09.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:09 smithi082 bash[15107]: audit 2024-09-11T07:33:08.064916+0000 mon.smithi082 (mon.0) 547 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T07:33:09.403 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:09 smithi082 bash[15107]: audit 2024-09-11T07:33:08.065387+0000 mon.smithi082 (mon.0) 548 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T07:33:09.403 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:09 smithi082 bash[15107]: audit 2024-09-11T07:33:08.065804+0000 mon.smithi082 (mon.0) 549 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T07:33:09.403 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:09 smithi082 bash[15107]: audit 2024-09-11T07:33:08.066032+0000 mon.smithi082 (mon.0) 550 : audit [INF] from='osd.3 [v2:172.21.15.82:6810/456247390,v1:172.21.15.82:6811/456247390]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi082", "root=default"]}]: dispatch 2024-09-11T07:33:09.403 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:09 smithi082 bash[15107]: audit 2024-09-11T07:33:08.066446+0000 mon.smithi082 (mon.0) 551 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T07:33:09.403 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:09 smithi082 bash[15107]: audit 2024-09-11T07:33:08.066744+0000 mon.smithi082 (mon.0) 552 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T07:33:09.403 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:09 smithi082 bash[15107]: audit 2024-09-11T07:33:08.090255+0000 mon.smithi082 (mon.0) 553 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:33:09.403 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:09 smithi082 bash[15107]: audit 2024-09-11T07:33:08.090935+0000 mon.smithi189 (mon.1) 16 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-11T07:33:09.403 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:09 smithi082 bash[15107]: audit 2024-09-11T07:33:08.092306+0000 mon.smithi082 (mon.0) 554 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "mon metadata", "id": "smithi082"}]: dispatch 2024-09-11T07:33:09.403 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:09 smithi082 bash[15107]: audit 2024-09-11T07:33:08.092573+0000 mon.smithi082 (mon.0) 555 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "mon metadata", "id": "smithi189"}]: dispatch 2024-09-11T07:33:09.403 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:09 smithi082 bash[15107]: audit 2024-09-11T07:33:09.020407+0000 mon.smithi189 (mon.1) 17 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-11T07:33:09.403 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:09 smithi082 bash[15107]: audit 2024-09-11T07:33:09.049941+0000 mon.smithi082 (mon.0) 556 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:33:09.403 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:09 smithi082 bash[15107]: audit 2024-09-11T07:33:09.065270+0000 mon.smithi082 (mon.0) 557 : audit [INF] from='osd.3 [v2:172.21.15.82:6810/456247390,v1:172.21.15.82:6811/456247390]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi082", "root=default"]}]': finished 2024-09-11T07:33:09.403 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:09 smithi082 bash[15107]: cluster 2024-09-11T07:33:09.065370+0000 mon.smithi082 (mon.0) 558 : cluster [DBG] osdmap e27: 8 total, 4 up, 8 in 2024-09-11T07:33:09.404 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:09 smithi082 bash[15107]: audit 2024-09-11T07:33:09.066028+0000 mon.smithi082 (mon.0) 559 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T07:33:09.404 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:09 smithi082 bash[15107]: audit 2024-09-11T07:33:09.066476+0000 mon.smithi082 (mon.0) 560 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T07:33:09.404 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:09 smithi082 bash[15107]: audit 2024-09-11T07:33:09.067225+0000 mon.smithi082 (mon.0) 561 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T07:33:09.404 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:09 smithi082 bash[15107]: audit 2024-09-11T07:33:09.067452+0000 mon.smithi082 (mon.0) 562 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T07:33:10.162 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:10 smithi189 bash[22590]: audit 2024-09-11T07:33:09.074868+0000 mon.smithi082 (mon.0) 563 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T07:33:10.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:10 smithi189 bash[22590]: cluster 2024-09-11T07:33:09.393722+0000 mgr.smithi082.szoofc (mgr.14190) 121 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-11T07:33:10.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:10 smithi189 bash[22590]: audit 2024-09-11T07:33:09.906944+0000 mon.smithi189 (mon.1) 18 : audit [INF] from='osd.6 [v2:172.21.15.189:6824/2216019917,v1:172.21.15.189:6825/2216019917]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-11T07:33:10.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:10 smithi189 bash[22590]: audit 2024-09-11T07:33:09.908886+0000 mon.smithi082 (mon.0) 564 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-11T07:33:10.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:10 smithi189 bash[22590]: cluster 2024-09-11T07:33:10.067429+0000 mon.smithi082 (mon.0) 565 : cluster [INF] osd.3 [v2:172.21.15.82:6810/456247390,v1:172.21.15.82:6811/456247390] boot 2024-09-11T07:33:10.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:10 smithi189 bash[22590]: audit 2024-09-11T07:33:10.067480+0000 mon.smithi082 (mon.0) 566 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-09-11T07:33:10.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:10 smithi189 bash[22590]: cluster 2024-09-11T07:33:10.067574+0000 mon.smithi082 (mon.0) 567 : cluster [DBG] osdmap e28: 8 total, 5 up, 8 in 2024-09-11T07:33:10.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:10 smithi189 bash[22590]: audit 2024-09-11T07:33:10.068144+0000 mon.smithi082 (mon.0) 568 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T07:33:10.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:10 smithi189 bash[22590]: audit 2024-09-11T07:33:10.068785+0000 mon.smithi082 (mon.0) 569 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T07:33:10.401 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:10 smithi082 bash[15107]: audit 2024-09-11T07:33:09.074868+0000 mon.smithi082 (mon.0) 563 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T07:33:10.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:10 smithi082 bash[15107]: cluster 2024-09-11T07:33:09.393722+0000 mgr.smithi082.szoofc (mgr.14190) 121 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-11T07:33:10.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:10 smithi082 bash[15107]: audit 2024-09-11T07:33:09.906944+0000 mon.smithi189 (mon.1) 18 : audit [INF] from='osd.6 [v2:172.21.15.189:6824/2216019917,v1:172.21.15.189:6825/2216019917]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-11T07:33:10.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:10 smithi082 bash[15107]: audit 2024-09-11T07:33:09.908886+0000 mon.smithi082 (mon.0) 564 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-11T07:33:10.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:10 smithi082 bash[15107]: cluster 2024-09-11T07:33:10.067429+0000 mon.smithi082 (mon.0) 565 : cluster [INF] osd.3 [v2:172.21.15.82:6810/456247390,v1:172.21.15.82:6811/456247390] boot 2024-09-11T07:33:10.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:10 smithi082 bash[15107]: audit 2024-09-11T07:33:10.067480+0000 mon.smithi082 (mon.0) 566 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-09-11T07:33:10.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:10 smithi082 bash[15107]: cluster 2024-09-11T07:33:10.067574+0000 mon.smithi082 (mon.0) 567 : cluster [DBG] osdmap e28: 8 total, 5 up, 8 in 2024-09-11T07:33:10.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:10 smithi082 bash[15107]: audit 2024-09-11T07:33:10.068144+0000 mon.smithi082 (mon.0) 568 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T07:33:10.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:10 smithi082 bash[15107]: audit 2024-09-11T07:33:10.068785+0000 mon.smithi082 (mon.0) 569 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T07:33:11.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:11 smithi082 bash[15107]: cluster 2024-09-11T07:33:08.324806+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T07:33:11.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:11 smithi082 bash[15107]: cluster 2024-09-11T07:33:08.324892+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T07:33:11.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:11 smithi082 bash[15107]: audit 2024-09-11T07:33:10.069224+0000 mon.smithi082 (mon.0) 570 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T07:33:11.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:11 smithi082 bash[15107]: audit 2024-09-11T07:33:10.069628+0000 mon.smithi189 (mon.1) 19 : audit [INF] from='osd.6 [v2:172.21.15.189:6824/2216019917,v1:172.21.15.189:6825/2216019917]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi189", "root=default"]}]: dispatch 2024-09-11T07:33:11.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:11 smithi082 bash[15107]: audit 2024-09-11T07:33:10.070015+0000 mon.smithi082 (mon.0) 571 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T07:33:11.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:11 smithi082 bash[15107]: audit 2024-09-11T07:33:10.074549+0000 mon.smithi082 (mon.0) 572 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi189", "root=default"]}]: dispatch 2024-09-11T07:33:11.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:11 smithi082 bash[15107]: audit 2024-09-11T07:33:11.069666+0000 mon.smithi082 (mon.0) 573 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi189", "root=default"]}]': finished 2024-09-11T07:33:11.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:11 smithi082 bash[15107]: cluster 2024-09-11T07:33:11.069741+0000 mon.smithi082 (mon.0) 574 : cluster [DBG] osdmap e29: 8 total, 5 up, 8 in 2024-09-11T07:33:11.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:11 smithi082 bash[15107]: audit 2024-09-11T07:33:11.069915+0000 mon.smithi082 (mon.0) 575 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T07:33:11.403 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:11 smithi082 bash[15107]: audit 2024-09-11T07:33:11.070161+0000 mon.smithi082 (mon.0) 576 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T07:33:11.403 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:11 smithi082 bash[15107]: audit 2024-09-11T07:33:11.070434+0000 mon.smithi082 (mon.0) 577 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T07:33:11.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:11 smithi189 bash[22590]: cluster 2024-09-11T07:33:08.324806+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T07:33:11.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:11 smithi189 bash[22590]: cluster 2024-09-11T07:33:08.324892+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T07:33:11.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:11 smithi189 bash[22590]: audit 2024-09-11T07:33:10.069224+0000 mon.smithi082 (mon.0) 570 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T07:33:11.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:11 smithi189 bash[22590]: audit 2024-09-11T07:33:10.069628+0000 mon.smithi189 (mon.1) 19 : audit [INF] from='osd.6 [v2:172.21.15.189:6824/2216019917,v1:172.21.15.189:6825/2216019917]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi189", "root=default"]}]: dispatch 2024-09-11T07:33:11.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:11 smithi189 bash[22590]: audit 2024-09-11T07:33:10.070015+0000 mon.smithi082 (mon.0) 571 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T07:33:11.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:11 smithi189 bash[22590]: audit 2024-09-11T07:33:10.074549+0000 mon.smithi082 (mon.0) 572 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi189", "root=default"]}]: dispatch 2024-09-11T07:33:11.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:11 smithi189 bash[22590]: audit 2024-09-11T07:33:11.069666+0000 mon.smithi082 (mon.0) 573 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi189", "root=default"]}]': finished 2024-09-11T07:33:11.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:11 smithi189 bash[22590]: cluster 2024-09-11T07:33:11.069741+0000 mon.smithi082 (mon.0) 574 : cluster [DBG] osdmap e29: 8 total, 5 up, 8 in 2024-09-11T07:33:11.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:11 smithi189 bash[22590]: audit 2024-09-11T07:33:11.069915+0000 mon.smithi082 (mon.0) 575 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T07:33:11.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:11 smithi189 bash[22590]: audit 2024-09-11T07:33:11.070161+0000 mon.smithi082 (mon.0) 576 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T07:33:11.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:11 smithi189 bash[22590]: audit 2024-09-11T07:33:11.070434+0000 mon.smithi082 (mon.0) 577 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T07:33:12.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:12 smithi082 bash[15107]: audit 2024-09-11T07:33:11.081479+0000 mon.smithi082 (mon.0) 578 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T07:33:12.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:12 smithi082 bash[15107]: cluster 2024-09-11T07:33:11.394021+0000 mgr.smithi082.szoofc (mgr.14190) 122 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-09-11T07:33:12.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:12 smithi082 bash[15107]: cluster 2024-09-11T07:33:12.073943+0000 mon.smithi082 (mon.0) 579 : cluster [INF] osd.6 [v2:172.21.15.189:6824/2216019917,v1:172.21.15.189:6825/2216019917] boot 2024-09-11T07:33:12.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:12 smithi082 bash[15107]: cluster 2024-09-11T07:33:12.073998+0000 mon.smithi082 (mon.0) 580 : cluster [DBG] osdmap e30: 8 total, 6 up, 8 in 2024-09-11T07:33:12.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:12 smithi082 bash[15107]: audit 2024-09-11T07:33:12.074172+0000 mon.smithi082 (mon.0) 581 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T07:33:12.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:12 smithi082 bash[15107]: audit 2024-09-11T07:33:12.074449+0000 mon.smithi082 (mon.0) 582 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T07:33:12.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:12 smithi082 bash[15107]: audit 2024-09-11T07:33:12.074666+0000 mon.smithi082 (mon.0) 583 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T07:33:12.412 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:12 smithi189 bash[22590]: audit 2024-09-11T07:33:11.081479+0000 mon.smithi082 (mon.0) 578 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T07:33:12.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:12 smithi189 bash[22590]: cluster 2024-09-11T07:33:11.394021+0000 mgr.smithi082.szoofc (mgr.14190) 122 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-09-11T07:33:12.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:12 smithi189 bash[22590]: cluster 2024-09-11T07:33:12.073943+0000 mon.smithi082 (mon.0) 579 : cluster [INF] osd.6 [v2:172.21.15.189:6824/2216019917,v1:172.21.15.189:6825/2216019917] boot 2024-09-11T07:33:12.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:12 smithi189 bash[22590]: cluster 2024-09-11T07:33:12.073998+0000 mon.smithi082 (mon.0) 580 : cluster [DBG] osdmap e30: 8 total, 6 up, 8 in 2024-09-11T07:33:12.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:12 smithi189 bash[22590]: audit 2024-09-11T07:33:12.074172+0000 mon.smithi082 (mon.0) 581 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T07:33:12.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:12 smithi189 bash[22590]: audit 2024-09-11T07:33:12.074449+0000 mon.smithi082 (mon.0) 582 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T07:33:12.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:12 smithi189 bash[22590]: audit 2024-09-11T07:33:12.074666+0000 mon.smithi082 (mon.0) 583 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T07:33:13.134 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:13 smithi082 bash[15107]: cluster 2024-09-11T07:33:10.880540+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T07:33:13.134 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:13 smithi082 bash[15107]: cluster 2024-09-11T07:33:10.880628+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T07:33:13.412 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:13 smithi189 bash[22590]: cluster 2024-09-11T07:33:10.880540+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T07:33:13.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:13 smithi189 bash[22590]: cluster 2024-09-11T07:33:10.880628+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T07:33:14.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:14 smithi082 bash[15107]: cluster 2024-09-11T07:33:13.089693+0000 mon.smithi082 (mon.0) 584 : cluster [DBG] osdmap e31: 8 total, 6 up, 8 in 2024-09-11T07:33:14.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:14 smithi082 bash[15107]: audit 2024-09-11T07:33:13.090124+0000 mon.smithi082 (mon.0) 585 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T07:33:14.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:14 smithi082 bash[15107]: audit 2024-09-11T07:33:13.090423+0000 mon.smithi082 (mon.0) 586 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T07:33:14.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:14 smithi082 bash[15107]: cluster 2024-09-11T07:33:13.394399+0000 mgr.smithi082.szoofc (mgr.14190) 123 : cluster [DBG] pgmap v93: 1 pgs: 1 remapped+peering; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail; 6.2 KiB/s rd, 326 KiB/s wr, 20 op/s 2024-09-11T07:33:14.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:14 smithi082 bash[15107]: audit 2024-09-11T07:33:13.410689+0000 mon.smithi082 (mon.0) 587 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:33:14.403 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:14 smithi082 bash[15107]: audit 2024-09-11T07:33:13.417776+0000 mon.smithi082 (mon.0) 588 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:33:14.403 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:14 smithi082 bash[15107]: audit 2024-09-11T07:33:13.457467+0000 mon.smithi082 (mon.0) 589 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:33:14.403 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:14 smithi082 bash[15107]: audit 2024-09-11T07:33:13.463893+0000 mon.smithi082 (mon.0) 590 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:33:14.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:14 smithi189 bash[22590]: cluster 2024-09-11T07:33:13.089693+0000 mon.smithi082 (mon.0) 584 : cluster [DBG] osdmap e31: 8 total, 6 up, 8 in 2024-09-11T07:33:14.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:14 smithi189 bash[22590]: audit 2024-09-11T07:33:13.090124+0000 mon.smithi082 (mon.0) 585 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T07:33:14.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:14 smithi189 bash[22590]: audit 2024-09-11T07:33:13.090423+0000 mon.smithi082 (mon.0) 586 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T07:33:14.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:14 smithi189 bash[22590]: cluster 2024-09-11T07:33:13.394399+0000 mgr.smithi082.szoofc (mgr.14190) 123 : cluster [DBG] pgmap v93: 1 pgs: 1 remapped+peering; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail; 6.2 KiB/s rd, 326 KiB/s wr, 20 op/s 2024-09-11T07:33:14.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:14 smithi189 bash[22590]: audit 2024-09-11T07:33:13.410689+0000 mon.smithi082 (mon.0) 587 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:33:14.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:14 smithi189 bash[22590]: audit 2024-09-11T07:33:13.417776+0000 mon.smithi082 (mon.0) 588 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:33:14.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:14 smithi189 bash[22590]: audit 2024-09-11T07:33:13.457467+0000 mon.smithi082 (mon.0) 589 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:33:14.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:14 smithi189 bash[22590]: audit 2024-09-11T07:33:13.463893+0000 mon.smithi082 (mon.0) 590 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:33:15.361 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:15 smithi082 bash[15107]: cluster 2024-09-11T07:33:14.105583+0000 mon.smithi082 (mon.0) 591 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2024-09-11T07:33:15.361 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:15 smithi082 bash[15107]: audit 2024-09-11T07:33:14.105794+0000 mon.smithi082 (mon.0) 592 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T07:33:15.361 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:15 smithi082 bash[15107]: audit 2024-09-11T07:33:14.106090+0000 mon.smithi082 (mon.0) 593 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T07:33:15.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:15 smithi189 bash[22590]: cluster 2024-09-11T07:33:14.105583+0000 mon.smithi082 (mon.0) 591 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2024-09-11T07:33:15.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:15 smithi189 bash[22590]: audit 2024-09-11T07:33:14.105794+0000 mon.smithi082 (mon.0) 592 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T07:33:15.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:15 smithi189 bash[22590]: audit 2024-09-11T07:33:14.106090+0000 mon.smithi082 (mon.0) 593 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T07:33:16.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:16 smithi082 bash[15107]: cluster 2024-09-11T07:33:15.394916+0000 mgr.smithi082.szoofc (mgr.14190) 124 : cluster [DBG] pgmap v95: 1 pgs: 1 remapped+peering; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail; 5.8 KiB/s rd, 302 KiB/s wr, 19 op/s 2024-09-11T07:33:16.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:16 smithi082 bash[15107]: audit 2024-09-11T07:33:15.418767+0000 mon.smithi082 (mon.0) 594 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:33:16.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:16 smithi082 bash[15107]: audit 2024-09-11T07:33:15.674283+0000 mon.smithi082 (mon.0) 595 : audit [INF] from='osd.5 [v2:172.21.15.82:6818/175184248,v1:172.21.15.82:6819/175184248]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-11T07:33:16.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:16 smithi189 bash[22590]: cluster 2024-09-11T07:33:15.394916+0000 mgr.smithi082.szoofc (mgr.14190) 124 : cluster [DBG] pgmap v95: 1 pgs: 1 remapped+peering; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail; 5.8 KiB/s rd, 302 KiB/s wr, 19 op/s 2024-09-11T07:33:16.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:16 smithi189 bash[22590]: audit 2024-09-11T07:33:15.418767+0000 mon.smithi082 (mon.0) 594 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:33:16.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:16 smithi189 bash[22590]: audit 2024-09-11T07:33:15.674283+0000 mon.smithi082 (mon.0) 595 : audit [INF] from='osd.5 [v2:172.21.15.82:6818/175184248,v1:172.21.15.82:6819/175184248]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-11T07:33:16.506 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/mon.smithi082/config 2024-09-11T07:33:17.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:17 smithi082 bash[15107]: audit 2024-09-11T07:33:16.115046+0000 mon.smithi082 (mon.0) 596 : audit [INF] from='osd.5 [v2:172.21.15.82:6818/175184248,v1:172.21.15.82:6819/175184248]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-11T07:33:17.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:17 smithi082 bash[15107]: cluster 2024-09-11T07:33:16.115134+0000 mon.smithi082 (mon.0) 597 : cluster [DBG] osdmap e33: 8 total, 6 up, 8 in 2024-09-11T07:33:17.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:17 smithi082 bash[15107]: audit 2024-09-11T07:33:16.115364+0000 mon.smithi082 (mon.0) 598 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T07:33:17.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:17 smithi082 bash[15107]: audit 2024-09-11T07:33:16.115703+0000 mon.smithi082 (mon.0) 599 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T07:33:17.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:17 smithi082 bash[15107]: audit 2024-09-11T07:33:16.115968+0000 mon.smithi082 (mon.0) 600 : audit [INF] from='osd.5 [v2:172.21.15.82:6818/175184248,v1:172.21.15.82:6819/175184248]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi082", "root=default"]}]: dispatch 2024-09-11T07:33:17.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:17 smithi189 bash[22590]: audit 2024-09-11T07:33:16.115046+0000 mon.smithi082 (mon.0) 596 : audit [INF] from='osd.5 [v2:172.21.15.82:6818/175184248,v1:172.21.15.82:6819/175184248]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-11T07:33:17.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:17 smithi189 bash[22590]: cluster 2024-09-11T07:33:16.115134+0000 mon.smithi082 (mon.0) 597 : cluster [DBG] osdmap e33: 8 total, 6 up, 8 in 2024-09-11T07:33:17.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:17 smithi189 bash[22590]: audit 2024-09-11T07:33:16.115364+0000 mon.smithi082 (mon.0) 598 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T07:33:17.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:17 smithi189 bash[22590]: audit 2024-09-11T07:33:16.115703+0000 mon.smithi082 (mon.0) 599 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T07:33:17.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:17 smithi189 bash[22590]: audit 2024-09-11T07:33:16.115968+0000 mon.smithi082 (mon.0) 600 : audit [INF] from='osd.5 [v2:172.21.15.82:6818/175184248,v1:172.21.15.82:6819/175184248]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi082", "root=default"]}]: dispatch 2024-09-11T07:33:18.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:18 smithi082 bash[15107]: audit 2024-09-11T07:33:17.118802+0000 mon.smithi082 (mon.0) 601 : audit [INF] from='osd.5 [v2:172.21.15.82:6818/175184248,v1:172.21.15.82:6819/175184248]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi082", "root=default"]}]': finished 2024-09-11T07:33:18.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:18 smithi082 bash[15107]: cluster 2024-09-11T07:33:17.118889+0000 mon.smithi082 (mon.0) 602 : cluster [DBG] osdmap e34: 8 total, 6 up, 8 in 2024-09-11T07:33:18.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:18 smithi082 bash[15107]: audit 2024-09-11T07:33:17.119367+0000 mon.smithi082 (mon.0) 603 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T07:33:18.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:18 smithi082 bash[15107]: audit 2024-09-11T07:33:17.119752+0000 mon.smithi082 (mon.0) 604 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T07:33:18.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:18 smithi082 bash[15107]: audit 2024-09-11T07:33:17.126291+0000 mon.smithi082 (mon.0) 605 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T07:33:18.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:18 smithi082 bash[15107]: cluster 2024-09-11T07:33:17.395476+0000 mgr.smithi082.szoofc (mgr.14190) 125 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail; 712 B/s rd, 237 B/s wr, 1 op/s; 134 KiB/s, 0 objects/s recovering 2024-09-11T07:33:18.412 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:18 smithi189 bash[22590]: audit 2024-09-11T07:33:17.118802+0000 mon.smithi082 (mon.0) 601 : audit [INF] from='osd.5 [v2:172.21.15.82:6818/175184248,v1:172.21.15.82:6819/175184248]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi082", "root=default"]}]': finished 2024-09-11T07:33:18.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:18 smithi189 bash[22590]: cluster 2024-09-11T07:33:17.118889+0000 mon.smithi082 (mon.0) 602 : cluster [DBG] osdmap e34: 8 total, 6 up, 8 in 2024-09-11T07:33:18.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:18 smithi189 bash[22590]: audit 2024-09-11T07:33:17.119367+0000 mon.smithi082 (mon.0) 603 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T07:33:18.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:18 smithi189 bash[22590]: audit 2024-09-11T07:33:17.119752+0000 mon.smithi082 (mon.0) 604 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T07:33:18.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:18 smithi189 bash[22590]: audit 2024-09-11T07:33:17.126291+0000 mon.smithi082 (mon.0) 605 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T07:33:18.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:18 smithi189 bash[22590]: cluster 2024-09-11T07:33:17.395476+0000 mgr.smithi082.szoofc (mgr.14190) 125 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail; 712 B/s rd, 237 B/s wr, 1 op/s; 134 KiB/s, 0 objects/s recovering 2024-09-11T07:33:19.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:19 smithi082 bash[15107]: cluster 2024-09-11T07:33:16.673331+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T07:33:19.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:19 smithi082 bash[15107]: cluster 2024-09-11T07:33:16.673417+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T07:33:19.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:19 smithi082 bash[15107]: cluster 2024-09-11T07:33:18.128156+0000 mon.smithi082 (mon.0) 606 : cluster [INF] osd.5 [v2:172.21.15.82:6818/175184248,v1:172.21.15.82:6819/175184248] boot 2024-09-11T07:33:19.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:19 smithi082 bash[15107]: cluster 2024-09-11T07:33:18.128208+0000 mon.smithi082 (mon.0) 607 : cluster [DBG] osdmap e35: 8 total, 7 up, 8 in 2024-09-11T07:33:19.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:19 smithi082 bash[15107]: audit 2024-09-11T07:33:18.129040+0000 mon.smithi082 (mon.0) 608 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T07:33:19.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:19 smithi082 bash[15107]: audit 2024-09-11T07:33:18.129591+0000 mon.smithi082 (mon.0) 609 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T07:33:19.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:19 smithi189 bash[22590]: cluster 2024-09-11T07:33:16.673331+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T07:33:19.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:19 smithi189 bash[22590]: cluster 2024-09-11T07:33:16.673417+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T07:33:19.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:19 smithi189 bash[22590]: cluster 2024-09-11T07:33:18.128156+0000 mon.smithi082 (mon.0) 606 : cluster [INF] osd.5 [v2:172.21.15.82:6818/175184248,v1:172.21.15.82:6819/175184248] boot 2024-09-11T07:33:19.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:19 smithi189 bash[22590]: cluster 2024-09-11T07:33:18.128208+0000 mon.smithi082 (mon.0) 607 : cluster [DBG] osdmap e35: 8 total, 7 up, 8 in 2024-09-11T07:33:19.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:19 smithi189 bash[22590]: audit 2024-09-11T07:33:18.129040+0000 mon.smithi082 (mon.0) 608 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T07:33:19.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:19 smithi189 bash[22590]: audit 2024-09-11T07:33:18.129591+0000 mon.smithi082 (mon.0) 609 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T07:33:20.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:20 smithi082 bash[15107]: cluster 2024-09-11T07:33:19.141621+0000 mon.smithi082 (mon.0) 610 : cluster [DBG] osdmap e36: 8 total, 7 up, 8 in 2024-09-11T07:33:20.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:20 smithi082 bash[15107]: audit 2024-09-11T07:33:19.141749+0000 mon.smithi082 (mon.0) 611 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T07:33:20.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:20 smithi082 bash[15107]: cluster 2024-09-11T07:33:19.396009+0000 mgr.smithi082.szoofc (mgr.14190) 126 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 2.0 GiB used, 624 GiB / 626 GiB avail; 767 B/s rd, 255 B/s wr, 1 op/s; 144 KiB/s, 0 objects/s recovering 2024-09-11T07:33:20.412 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:20 smithi189 bash[22590]: cluster 2024-09-11T07:33:19.141621+0000 mon.smithi082 (mon.0) 610 : cluster [DBG] osdmap e36: 8 total, 7 up, 8 in 2024-09-11T07:33:20.412 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:20 smithi189 bash[22590]: audit 2024-09-11T07:33:19.141749+0000 mon.smithi082 (mon.0) 611 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T07:33:20.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:20 smithi189 bash[22590]: cluster 2024-09-11T07:33:19.396009+0000 mgr.smithi082.szoofc (mgr.14190) 126 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 2.0 GiB used, 624 GiB / 626 GiB avail; 767 B/s rd, 255 B/s wr, 1 op/s; 144 KiB/s, 0 objects/s recovering 2024-09-11T07:33:21.240 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-09-11T07:33:21.509 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:21 smithi082 bash[15107]: audit 2024-09-11T07:33:21.238970+0000 mon.smithi082 (mon.0) 612 : audit [DBG] from='client.? 172.21.15.82:0/791577422' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-11T07:33:21.662 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:21 smithi189 bash[22590]: audit 2024-09-11T07:33:21.238970+0000 mon.smithi082 (mon.0) 612 : audit [DBG] from='client.? 172.21.15.82:0/791577422' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-11T07:33:22.365 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:22 smithi082 bash[15107]: cluster 2024-09-11T07:33:21.396387+0000 mgr.smithi082.szoofc (mgr.14190) 127 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 2.0 GiB used, 624 GiB / 626 GiB avail; 581 B/s rd, 193 B/s wr, 1 op/s; 109 KiB/s, 0 objects/s recovering 2024-09-11T07:33:22.365 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:22 smithi082 bash[15107]: audit 2024-09-11T07:33:21.428931+0000 mon.smithi082 (mon.0) 613 : audit [INF] from='osd.7 [v2:172.21.15.82:6826/470839610,v1:172.21.15.82:6827/470839610]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-11T07:33:22.366 INFO:teuthology.orchestra.run.smithi082.stdout:{"epoch":36,"num_osds":8,"num_up_osds":7,"osd_up_since":1726039998,"num_in_osds":8,"osd_in_since":1726039947,"num_remapped_pgs":0} 2024-09-11T07:33:22.663 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:22 smithi189 bash[22590]: cluster 2024-09-11T07:33:21.396387+0000 mgr.smithi082.szoofc (mgr.14190) 127 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 2.0 GiB used, 624 GiB / 626 GiB avail; 581 B/s rd, 193 B/s wr, 1 op/s; 109 KiB/s, 0 objects/s recovering 2024-09-11T07:33:22.663 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:22 smithi189 bash[22590]: audit 2024-09-11T07:33:21.428931+0000 mon.smithi082 (mon.0) 613 : audit [INF] from='osd.7 [v2:172.21.15.82:6826/470839610,v1:172.21.15.82:6827/470839610]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-11T07:33:23.367 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f0bd109a-700e-11ef-bcea-c7b262605968 -- ceph osd stat -f json 2024-09-11T07:33:23.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:23 smithi082 bash[15107]: audit 2024-09-11T07:33:22.301821+0000 mon.smithi082 (mon.0) 614 : audit [INF] from='osd.7 [v2:172.21.15.82:6826/470839610,v1:172.21.15.82:6827/470839610]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-09-11T07:33:23.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:23 smithi082 bash[15107]: cluster 2024-09-11T07:33:22.301873+0000 mon.smithi082 (mon.0) 615 : cluster [DBG] osdmap e37: 8 total, 7 up, 8 in 2024-09-11T07:33:23.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:23 smithi082 bash[15107]: audit 2024-09-11T07:33:22.302045+0000 mon.smithi082 (mon.0) 616 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T07:33:23.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:23 smithi082 bash[15107]: audit 2024-09-11T07:33:22.302729+0000 mon.smithi082 (mon.0) 617 : audit [INF] from='osd.7 [v2:172.21.15.82:6826/470839610,v1:172.21.15.82:6827/470839610]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi082", "root=default"]}]: dispatch 2024-09-11T07:33:23.662 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:23 smithi189 bash[22590]: audit 2024-09-11T07:33:22.301821+0000 mon.smithi082 (mon.0) 614 : audit [INF] from='osd.7 [v2:172.21.15.82:6826/470839610,v1:172.21.15.82:6827/470839610]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-09-11T07:33:23.663 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:23 smithi189 bash[22590]: cluster 2024-09-11T07:33:22.301873+0000 mon.smithi082 (mon.0) 615 : cluster [DBG] osdmap e37: 8 total, 7 up, 8 in 2024-09-11T07:33:23.663 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:23 smithi189 bash[22590]: audit 2024-09-11T07:33:22.302045+0000 mon.smithi082 (mon.0) 616 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T07:33:23.663 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:23 smithi189 bash[22590]: audit 2024-09-11T07:33:22.302729+0000 mon.smithi082 (mon.0) 617 : audit [INF] from='osd.7 [v2:172.21.15.82:6826/470839610,v1:172.21.15.82:6827/470839610]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi082", "root=default"]}]: dispatch 2024-09-11T07:33:24.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:24 smithi082 bash[15107]: audit 2024-09-11T07:33:23.306425+0000 mon.smithi082 (mon.0) 618 : audit [INF] from='osd.7 [v2:172.21.15.82:6826/470839610,v1:172.21.15.82:6827/470839610]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi082", "root=default"]}]': finished 2024-09-11T07:33:24.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:24 smithi082 bash[15107]: cluster 2024-09-11T07:33:23.306549+0000 mon.smithi082 (mon.0) 619 : cluster [DBG] osdmap e38: 8 total, 7 up, 8 in 2024-09-11T07:33:24.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:24 smithi082 bash[15107]: audit 2024-09-11T07:33:23.307019+0000 mon.smithi082 (mon.0) 620 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T07:33:24.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:24 smithi082 bash[15107]: audit 2024-09-11T07:33:23.313444+0000 mon.smithi082 (mon.0) 621 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T07:33:24.653 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:24 smithi082 bash[15107]: cluster 2024-09-11T07:33:23.396892+0000 mgr.smithi082.szoofc (mgr.14190) 128 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-09-11T07:33:24.663 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:24 smithi189 bash[22590]: audit 2024-09-11T07:33:23.306425+0000 mon.smithi082 (mon.0) 618 : audit [INF] from='osd.7 [v2:172.21.15.82:6826/470839610,v1:172.21.15.82:6827/470839610]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi082", "root=default"]}]': finished 2024-09-11T07:33:24.663 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:24 smithi189 bash[22590]: cluster 2024-09-11T07:33:23.306549+0000 mon.smithi082 (mon.0) 619 : cluster [DBG] osdmap e38: 8 total, 7 up, 8 in 2024-09-11T07:33:24.663 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:24 smithi189 bash[22590]: audit 2024-09-11T07:33:23.307019+0000 mon.smithi082 (mon.0) 620 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T07:33:24.663 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:24 smithi189 bash[22590]: audit 2024-09-11T07:33:23.313444+0000 mon.smithi082 (mon.0) 621 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T07:33:24.663 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:24 smithi189 bash[22590]: cluster 2024-09-11T07:33:23.396892+0000 mgr.smithi082.szoofc (mgr.14190) 128 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-09-11T07:33:25.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:25 smithi082 bash[15107]: cluster 2024-09-11T07:33:22.463834+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T07:33:25.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:25 smithi082 bash[15107]: cluster 2024-09-11T07:33:22.463947+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T07:33:25.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:25 smithi082 bash[15107]: audit 2024-09-11T07:33:24.314383+0000 mon.smithi082 (mon.0) 622 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T07:33:25.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:25 smithi082 bash[15107]: cluster 2024-09-11T07:33:24.321106+0000 mon.smithi082 (mon.0) 623 : cluster [INF] osd.7 [v2:172.21.15.82:6826/470839610,v1:172.21.15.82:6827/470839610] boot 2024-09-11T07:33:25.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:25 smithi082 bash[15107]: cluster 2024-09-11T07:33:24.321157+0000 mon.smithi082 (mon.0) 624 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2024-09-11T07:33:25.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:25 smithi082 bash[15107]: audit 2024-09-11T07:33:24.321515+0000 mon.smithi082 (mon.0) 625 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T07:33:25.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:25 smithi082 bash[15107]: audit 2024-09-11T07:33:24.987320+0000 mon.smithi082 (mon.0) 626 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:33:25.653 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:25 smithi082 bash[15107]: audit 2024-09-11T07:33:24.993425+0000 mon.smithi082 (mon.0) 627 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:33:25.653 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:25 smithi082 bash[15107]: audit 2024-09-11T07:33:25.038630+0000 mon.smithi082 (mon.0) 628 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:33:25.663 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:25 smithi189 bash[22590]: cluster 2024-09-11T07:33:22.463834+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T07:33:25.663 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:25 smithi189 bash[22590]: cluster 2024-09-11T07:33:22.463947+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T07:33:25.663 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:25 smithi189 bash[22590]: audit 2024-09-11T07:33:24.314383+0000 mon.smithi082 (mon.0) 622 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T07:33:25.663 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:25 smithi189 bash[22590]: cluster 2024-09-11T07:33:24.321106+0000 mon.smithi082 (mon.0) 623 : cluster [INF] osd.7 [v2:172.21.15.82:6826/470839610,v1:172.21.15.82:6827/470839610] boot 2024-09-11T07:33:25.663 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:25 smithi189 bash[22590]: cluster 2024-09-11T07:33:24.321157+0000 mon.smithi082 (mon.0) 624 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2024-09-11T07:33:25.663 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:25 smithi189 bash[22590]: audit 2024-09-11T07:33:24.321515+0000 mon.smithi082 (mon.0) 625 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T07:33:25.663 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:25 smithi189 bash[22590]: audit 2024-09-11T07:33:24.987320+0000 mon.smithi082 (mon.0) 626 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:33:25.663 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:25 smithi189 bash[22590]: audit 2024-09-11T07:33:24.993425+0000 mon.smithi082 (mon.0) 627 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:33:25.663 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:25 smithi189 bash[22590]: audit 2024-09-11T07:33:25.038630+0000 mon.smithi082 (mon.0) 628 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:33:26.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:26 smithi082 bash[15107]: cluster 2024-09-11T07:33:25.323866+0000 mon.smithi082 (mon.0) 629 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2024-09-11T07:33:26.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:26 smithi082 bash[15107]: cluster 2024-09-11T07:33:25.397445+0000 mgr.smithi082.szoofc (mgr.14190) 129 : cluster [DBG] pgmap v108: 1 pgs: 1 remapped+peering; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:33:26.663 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:26 smithi189 bash[22590]: cluster 2024-09-11T07:33:25.323866+0000 mon.smithi082 (mon.0) 629 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2024-09-11T07:33:26.663 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:26 smithi189 bash[22590]: cluster 2024-09-11T07:33:25.397445+0000 mgr.smithi082.szoofc (mgr.14190) 129 : cluster [DBG] pgmap v108: 1 pgs: 1 remapped+peering; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:33:27.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:27 smithi082 bash[15107]: cluster 2024-09-11T07:33:26.332370+0000 mon.smithi082 (mon.0) 630 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2024-09-11T07:33:27.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:27 smithi082 bash[15107]: cluster 2024-09-11T07:33:27.060821+0000 mon.smithi082 (mon.0) 631 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2024-09-11T07:33:27.662 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:27 smithi189 bash[22590]: cluster 2024-09-11T07:33:26.332370+0000 mon.smithi082 (mon.0) 630 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2024-09-11T07:33:27.662 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:27 smithi189 bash[22590]: cluster 2024-09-11T07:33:27.060821+0000 mon.smithi082 (mon.0) 631 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2024-09-11T07:33:28.503 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/mon.smithi082/config 2024-09-11T07:33:28.606 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:28 smithi082 bash[15107]: cluster 2024-09-11T07:33:27.398022+0000 mgr.smithi082.szoofc (mgr.14190) 130 : cluster [DBG] pgmap v111: 1 pgs: 1 remapped+peering; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:33:28.606 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:28 smithi082 bash[15107]: cluster 2024-09-11T07:33:28.063662+0000 mon.smithi082 (mon.0) 632 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2024-09-11T07:33:28.662 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:28 smithi189 bash[22590]: cluster 2024-09-11T07:33:27.398022+0000 mgr.smithi082.szoofc (mgr.14190) 130 : cluster [DBG] pgmap v111: 1 pgs: 1 remapped+peering; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:33:28.663 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:28 smithi189 bash[22590]: cluster 2024-09-11T07:33:28.063662+0000 mon.smithi082 (mon.0) 632 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2024-09-11T07:33:30.901 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:30 smithi082 bash[15107]: cluster 2024-09-11T07:33:29.398532+0000 mgr.smithi082.szoofc (mgr.14190) 131 : cluster [DBG] pgmap v113: 1 pgs: 1 remapped+peering; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:33:30.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:30 smithi082 bash[15107]: audit 2024-09-11T07:33:30.418271+0000 mon.smithi082 (mon.0) 633 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:33:30.912 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:30 smithi189 bash[22590]: cluster 2024-09-11T07:33:29.398532+0000 mgr.smithi082.szoofc (mgr.14190) 131 : cluster [DBG] pgmap v113: 1 pgs: 1 remapped+peering; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:33:30.912 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:30 smithi189 bash[22590]: audit 2024-09-11T07:33:30.418271+0000 mon.smithi082 (mon.0) 633 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:33:31.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:31 smithi082 bash[15107]: audit 2024-09-11T07:33:30.503706+0000 mon.smithi082 (mon.0) 634 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:33:31.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:31 smithi082 bash[15107]: audit 2024-09-11T07:33:30.512910+0000 mon.smithi082 (mon.0) 635 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:33:31.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:31 smithi082 bash[15107]: audit 2024-09-11T07:33:30.685681+0000 mon.smithi082 (mon.0) 636 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:33:31.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:31 smithi082 bash[15107]: audit 2024-09-11T07:33:30.693119+0000 mon.smithi082 (mon.0) 637 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:33:31.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:31 smithi189 bash[22590]: audit 2024-09-11T07:33:30.503706+0000 mon.smithi082 (mon.0) 634 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:33:31.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:31 smithi189 bash[22590]: audit 2024-09-11T07:33:30.512910+0000 mon.smithi082 (mon.0) 635 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:33:31.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:31 smithi189 bash[22590]: audit 2024-09-11T07:33:30.685681+0000 mon.smithi082 (mon.0) 636 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:33:31.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:31 smithi189 bash[22590]: audit 2024-09-11T07:33:30.693119+0000 mon.smithi082 (mon.0) 637 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:33:31.964 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-09-11T07:33:32.748 INFO:teuthology.orchestra.run.smithi082.stdout:{"epoch":43,"num_osds":8,"num_up_osds":8,"osd_up_since":1726040004,"num_in_osds":8,"osd_in_since":1726039947,"num_remapped_pgs":0} 2024-09-11T07:33:32.749 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 shell --fsid f0bd109a-700e-11ef-bcea-c7b262605968 -- ceph osd dump --format=json 2024-09-11T07:33:33.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:32 smithi082 bash[15107]: cluster 2024-09-11T07:33:31.399076+0000 mgr.smithi082.szoofc (mgr.14190) 132 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-09-11T07:33:33.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:32 smithi082 bash[15107]: audit 2024-09-11T07:33:31.962778+0000 mon.smithi082 (mon.0) 638 : audit [DBG] from='client.? 172.21.15.82:0/2141251800' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-11T07:33:33.162 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:32 smithi189 bash[22590]: cluster 2024-09-11T07:33:31.399076+0000 mgr.smithi082.szoofc (mgr.14190) 132 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-09-11T07:33:33.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:32 smithi189 bash[22590]: audit 2024-09-11T07:33:31.962778+0000 mon.smithi082 (mon.0) 638 : audit [DBG] from='client.? 172.21.15.82:0/2141251800' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-11T07:33:35.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:34 smithi082 bash[15107]: cluster 2024-09-11T07:33:33.399690+0000 mgr.smithi082.szoofc (mgr.14190) 133 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 82 KiB/s, 0 objects/s recovering 2024-09-11T07:33:35.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:34 smithi189 bash[22590]: cluster 2024-09-11T07:33:33.399690+0000 mgr.smithi082.szoofc (mgr.14190) 133 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 82 KiB/s, 0 objects/s recovering 2024-09-11T07:33:36.966 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:36 smithi189 bash[22590]: cluster 2024-09-11T07:33:35.400304+0000 mgr.smithi082.szoofc (mgr.14190) 134 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 69 KiB/s, 0 objects/s recovering 2024-09-11T07:33:37.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:36 smithi082 bash[15107]: cluster 2024-09-11T07:33:35.400304+0000 mgr.smithi082.szoofc (mgr.14190) 134 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 69 KiB/s, 0 objects/s recovering 2024-09-11T07:33:37.295 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/mon.smithi082/config 2024-09-11T07:33:39.043 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:38 smithi189 bash[22590]: cluster 2024-09-11T07:33:37.401013+0000 mgr.smithi082.szoofc (mgr.14190) 135 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-09-11T07:33:39.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:38 smithi082 bash[15107]: cluster 2024-09-11T07:33:37.401013+0000 mgr.smithi082.szoofc (mgr.14190) 135 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-09-11T07:33:41.041 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:40 smithi082 bash[15107]: cluster 2024-09-11T07:33:39.401615+0000 mgr.smithi082.szoofc (mgr.14190) 136 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 51 KiB/s, 0 objects/s recovering 2024-09-11T07:33:41.162 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:40 smithi189 bash[22590]: cluster 2024-09-11T07:33:39.401615+0000 mgr.smithi082.szoofc (mgr.14190) 136 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 51 KiB/s, 0 objects/s recovering 2024-09-11T07:33:42.735 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-09-11T07:33:42.735 INFO:teuthology.orchestra.run.smithi082.stdout:{"epoch":43,"fsid":"f0bd109a-700e-11ef-bcea-c7b262605968","created":"2024-09-11T07:28:03.714668+0000","modified":"2024-09-11T07:33:28.056147+0000","last_up_change":"2024-09-11T07:33:24.308676+0000","last_in_change":"2024-09-11T07:32:27.166181+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":16,"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":"quincy","pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-09-11T07:33:01.878312+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"23","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":{}}}],"osds":[{"osd":0,"uuid":"2b3c15c8-7fe6-4d93-9425-e50184a095d7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":41,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:6800","nonce":3063226267},{"type":"v1","addr":"172.21.15.189:6801","nonce":3063226267}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:6802","nonce":3063226267},{"type":"v1","addr":"172.21.15.189:6803","nonce":3063226267}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:6806","nonce":3063226267},{"type":"v1","addr":"172.21.15.189:6807","nonce":3063226267}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:6804","nonce":3063226267},{"type":"v1","addr":"172.21.15.189:6805","nonce":3063226267}]},"public_addr":"172.21.15.189:6801/3063226267","cluster_addr":"172.21.15.189:6803/3063226267","heartbeat_back_addr":"172.21.15.189:6807/3063226267","heartbeat_front_addr":"172.21.15.189:6805/3063226267","state":["exists","up"]},{"osd":1,"uuid":"5f0ee256-973f-4a87-b09f-16e73851d1d8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":31,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6802","nonce":1554782669},{"type":"v1","addr":"172.21.15.82:6803","nonce":1554782669}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6804","nonce":1554782669},{"type":"v1","addr":"172.21.15.82:6805","nonce":1554782669}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6808","nonce":1554782669},{"type":"v1","addr":"172.21.15.82:6809","nonce":1554782669}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6806","nonce":1554782669},{"type":"v1","addr":"172.21.15.82:6807","nonce":1554782669}]},"public_addr":"172.21.15.82:6803/1554782669","cluster_addr":"172.21.15.82:6805/1554782669","heartbeat_back_addr":"172.21.15.82:6809/1554782669","heartbeat_front_addr":"172.21.15.82:6807/1554782669","state":["exists","up"]},{"osd":2,"uuid":"62b2669c-ebe3-47c6-bc39-86eeb7a7e6f6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":25,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:6808","nonce":1699272969},{"type":"v1","addr":"172.21.15.189:6809","nonce":1699272969}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:6810","nonce":1699272969},{"type":"v1","addr":"172.21.15.189:6811","nonce":1699272969}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:6814","nonce":1699272969},{"type":"v1","addr":"172.21.15.189:6815","nonce":1699272969}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:6812","nonce":1699272969},{"type":"v1","addr":"172.21.15.189:6813","nonce":1699272969}]},"public_addr":"172.21.15.189:6809/1699272969","cluster_addr":"172.21.15.189:6811/1699272969","heartbeat_back_addr":"172.21.15.189:6815/1699272969","heartbeat_front_addr":"172.21.15.189:6813/1699272969","state":["exists","up"]},{"osd":3,"uuid":"a94bc0bb-6df7-49a1-ad84-5193af0cd133","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":28,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6810","nonce":456247390},{"type":"v1","addr":"172.21.15.82:6811","nonce":456247390}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6812","nonce":456247390},{"type":"v1","addr":"172.21.15.82:6813","nonce":456247390}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6816","nonce":456247390},{"type":"v1","addr":"172.21.15.82:6817","nonce":456247390}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6814","nonce":456247390},{"type":"v1","addr":"172.21.15.82:6815","nonce":456247390}]},"public_addr":"172.21.15.82:6811/456247390","cluster_addr":"172.21.15.82:6813/456247390","heartbeat_back_addr":"172.21.15.82:6817/456247390","heartbeat_front_addr":"172.21.15.82:6815/456247390","state":["exists","up"]},{"osd":4,"uuid":"af8fe740-5f1d-4865-a5a7-1f60751e11e5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:6816","nonce":2631515340},{"type":"v1","addr":"172.21.15.189:6817","nonce":2631515340}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:6818","nonce":2631515340},{"type":"v1","addr":"172.21.15.189:6819","nonce":2631515340}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:6822","nonce":2631515340},{"type":"v1","addr":"172.21.15.189:6823","nonce":2631515340}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:6820","nonce":2631515340},{"type":"v1","addr":"172.21.15.189:6821","nonce":2631515340}]},"public_addr":"172.21.15.189:6817/2631515340","cluster_addr":"172.21.15.189:6819/2631515340","heartbeat_back_addr":"172.21.15.189:6823/2631515340","heartbeat_front_addr":"172.21.15.189:6821/2631515340","state":["exists","up"]},{"osd":5,"uuid":"e290d8d2-0fc2-4832-91a6-f4b240dff843","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":35,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6818","nonce":175184248},{"type":"v1","addr":"172.21.15.82:6819","nonce":175184248}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6820","nonce":175184248},{"type":"v1","addr":"172.21.15.82:6821","nonce":175184248}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6824","nonce":175184248},{"type":"v1","addr":"172.21.15.82:6825","nonce":175184248}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6822","nonce":175184248},{"type":"v1","addr":"172.21.15.82:6823","nonce":175184248}]},"public_addr":"172.21.15.82:6819/175184248","cluster_addr":"172.21.15.82:6821/175184248","heartbeat_back_addr":"172.21.15.82:6825/175184248","heartbeat_front_addr":"172.21.15.82:6823/175184248","state":["exists","up"]},{"osd":6,"uuid":"84fbae19-54be-42f6-a46f-b282b26626e6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:6824","nonce":2216019917},{"type":"v1","addr":"172.21.15.189:6825","nonce":2216019917}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:6826","nonce":2216019917},{"type":"v1","addr":"172.21.15.189:6827","nonce":2216019917}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:6830","nonce":2216019917},{"type":"v1","addr":"172.21.15.189:6831","nonce":2216019917}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:6828","nonce":2216019917},{"type":"v1","addr":"172.21.15.189:6829","nonce":2216019917}]},"public_addr":"172.21.15.189:6825/2216019917","cluster_addr":"172.21.15.189:6827/2216019917","heartbeat_back_addr":"172.21.15.189:6831/2216019917","heartbeat_front_addr":"172.21.15.189:6829/2216019917","state":["exists","up"]},{"osd":7,"uuid":"1dd7cc49-0cf2-43b0-8e61-5cd12f072247","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":39,"up_thru":42,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6826","nonce":470839610},{"type":"v1","addr":"172.21.15.82:6827","nonce":470839610}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6828","nonce":470839610},{"type":"v1","addr":"172.21.15.82:6829","nonce":470839610}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6832","nonce":470839610},{"type":"v1","addr":"172.21.15.82:6833","nonce":470839610}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6830","nonce":470839610},{"type":"v1","addr":"172.21.15.82:6831","nonce":470839610}]},"public_addr":"172.21.15.82:6827/470839610","cluster_addr":"172.21.15.82:6829/470839610","heartbeat_back_addr":"172.21.15.82:6833/470839610","heartbeat_front_addr":"172.21.15.82:6831/470839610","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-11T07:32:52.317742+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-11T07:32:59.336688+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-11T07:32:59.138196+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-11T07:33:08.324896+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-11T07:33:06.073402+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-11T07:33:16.673425+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-11T07:33:10.880634+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-11T07:33:22.463955+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.82:0/1855591414":"2024-09-12T07:30:45.358184+0000","172.21.15.82:0/786334316":"2024-09-12T07:28:32.879503+0000","172.21.15.82:6801/329686066":"2024-09-12T07:29:19.939408+0000","172.21.15.82:6800/839228345":"2024-09-12T07:28:32.879503+0000","172.21.15.82:6800/329686066":"2024-09-12T07:29:19.939408+0000","172.21.15.82:0/3298770915":"2024-09-12T07:29:19.939408+0000","172.21.15.82:0/2361687518":"2024-09-12T07:30:45.358184+0000","172.21.15.82:6801/839228345":"2024-09-12T07:28:32.879503+0000","172.21.15.82:0/3873330046":"2024-09-12T07:29:19.939408+0000","172.21.15.82:0/3232495814":"2024-09-12T07:28:32.879503+0000","172.21.15.82:0/601901217":"2024-09-12T07:28:32.879503+0000","172.21.15.82:0/1545308739":"2024-09-12T07:29:19.939408+0000","172.21.15.82:0/1642278944":"2024-09-12T07:30:45.358184+0000","172.21.15.82:6800/3805044110":"2024-09-12T07:30:45.358184+0000","172.21.15.82:6801/3805044110":"2024-09-12T07:30:45.358184+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-11T07:33:42.973 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:42 smithi082 bash[15107]: cluster 2024-09-11T07:33:41.402277+0000 mgr.smithi082.szoofc (mgr.14190) 137 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-11T07:33:42.973 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:42 smithi082 bash[15107]: audit 2024-09-11T07:33:42.107836+0000 mon.smithi082 (mon.0) 639 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:33:42.973 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:42 smithi082 bash[15107]: audit 2024-09-11T07:33:42.115660+0000 mon.smithi082 (mon.0) 640 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:33:42.973 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:42 smithi082 bash[15107]: audit 2024-09-11T07:33:42.116854+0000 mon.smithi082 (mon.0) 641 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-11T07:33:42.973 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:42 smithi082 bash[15107]: audit 2024-09-11T07:33:42.117763+0000 mon.smithi082 (mon.0) 642 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-11T07:33:42.973 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:42 smithi082 bash[15107]: audit 2024-09-11T07:33:42.118596+0000 mon.smithi082 (mon.0) 643 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-11T07:33:42.973 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:42 smithi082 bash[15107]: audit 2024-09-11T07:33:42.119412+0000 mon.smithi082 (mon.0) 644 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-09-11T07:33:42.973 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:42 smithi082 bash[15107]: audit 2024-09-11T07:33:42.127462+0000 mon.smithi082 (mon.0) 645 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:33:43.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:42 smithi189 bash[22590]: cluster 2024-09-11T07:33:41.402277+0000 mgr.smithi082.szoofc (mgr.14190) 137 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-11T07:33:43.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:42 smithi189 bash[22590]: audit 2024-09-11T07:33:42.107836+0000 mon.smithi082 (mon.0) 639 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:33:43.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:42 smithi189 bash[22590]: audit 2024-09-11T07:33:42.115660+0000 mon.smithi082 (mon.0) 640 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:33:43.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:42 smithi189 bash[22590]: audit 2024-09-11T07:33:42.116854+0000 mon.smithi082 (mon.0) 641 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-11T07:33:43.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:42 smithi189 bash[22590]: audit 2024-09-11T07:33:42.117763+0000 mon.smithi082 (mon.0) 642 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-11T07:33:43.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:42 smithi189 bash[22590]: audit 2024-09-11T07:33:42.118596+0000 mon.smithi082 (mon.0) 643 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-11T07:33:43.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:42 smithi189 bash[22590]: audit 2024-09-11T07:33:42.119412+0000 mon.smithi082 (mon.0) 644 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-09-11T07:33:43.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:42 smithi189 bash[22590]: audit 2024-09-11T07:33:42.127462+0000 mon.smithi082 (mon.0) 645 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:33:43.538 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-09-11T07:33:01.878312+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '23', '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': {}}}] 2024-09-11T07:33:43.538 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 shell --fsid f0bd109a-700e-11ef-bcea-c7b262605968 -- ceph osd pool get .mgr pg_num 2024-09-11T07:33:43.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:43 smithi082 bash[15107]: cephadm 2024-09-11T07:33:42.098965+0000 mgr.smithi082.szoofc (mgr.14190) 138 : cephadm [INF] Detected new or changed devices on smithi189 2024-09-11T07:33:43.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:43 smithi082 bash[15107]: cephadm 2024-09-11T07:33:42.120026+0000 mgr.smithi082.szoofc (mgr.14190) 139 : cephadm [INF] Adjusting osd_memory_target on smithi189 to 4028M 2024-09-11T07:33:43.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:43 smithi082 bash[15107]: audit 2024-09-11T07:33:42.731886+0000 mon.smithi082 (mon.0) 646 : audit [DBG] from='client.? 172.21.15.82:0/2335864441' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-11T07:33:44.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:43 smithi189 bash[22590]: cephadm 2024-09-11T07:33:42.098965+0000 mgr.smithi082.szoofc (mgr.14190) 138 : cephadm [INF] Detected new or changed devices on smithi189 2024-09-11T07:33:44.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:43 smithi189 bash[22590]: cephadm 2024-09-11T07:33:42.120026+0000 mgr.smithi082.szoofc (mgr.14190) 139 : cephadm [INF] Adjusting osd_memory_target on smithi189 to 4028M 2024-09-11T07:33:44.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:43 smithi189 bash[22590]: audit 2024-09-11T07:33:42.731886+0000 mon.smithi082 (mon.0) 646 : audit [DBG] from='client.? 172.21.15.82:0/2335864441' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-11T07:33:45.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:44 smithi082 bash[15107]: cluster 2024-09-11T07:33:43.402811+0000 mgr.smithi082.szoofc (mgr.14190) 140 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:33:45.162 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:44 smithi189 bash[22590]: cluster 2024-09-11T07:33:43.402811+0000 mgr.smithi082.szoofc (mgr.14190) 140 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:33:46.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:45 smithi082 bash[15107]: cephadm 2024-09-11T07:33:44.851128+0000 mgr.smithi082.szoofc (mgr.14190) 141 : cephadm [INF] Detected new or changed devices on smithi082 2024-09-11T07:33:46.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:45 smithi082 bash[15107]: audit 2024-09-11T07:33:44.861440+0000 mon.smithi082 (mon.0) 647 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:33:46.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:45 smithi082 bash[15107]: audit 2024-09-11T07:33:44.868336+0000 mon.smithi082 (mon.0) 648 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:33:46.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:45 smithi082 bash[15107]: audit 2024-09-11T07:33:44.870038+0000 mon.smithi082 (mon.0) 649 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-11T07:33:46.153 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:45 smithi082 bash[15107]: audit 2024-09-11T07:33:44.871371+0000 mon.smithi082 (mon.0) 650 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-09-11T07:33:46.153 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:45 smithi082 bash[15107]: audit 2024-09-11T07:33:44.872442+0000 mon.smithi082 (mon.0) 651 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-09-11T07:33:46.153 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:45 smithi082 bash[15107]: audit 2024-09-11T07:33:44.873472+0000 mon.smithi082 (mon.0) 652 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-09-11T07:33:46.153 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:45 smithi082 bash[15107]: cephadm 2024-09-11T07:33:44.874196+0000 mgr.smithi082.szoofc (mgr.14190) 142 : cephadm [INF] Adjusting osd_memory_target on smithi082 to 3260M 2024-09-11T07:33:46.153 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:45 smithi082 bash[15107]: audit 2024-09-11T07:33:44.879655+0000 mon.smithi082 (mon.0) 653 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:33:46.153 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:45 smithi082 bash[15107]: audit 2024-09-11T07:33:44.881544+0000 mon.smithi082 (mon.0) 654 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:33:46.153 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:45 smithi082 bash[15107]: audit 2024-09-11T07:33:44.882723+0000 mon.smithi082 (mon.0) 655 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:33:46.153 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:45 smithi082 bash[15107]: audit 2024-09-11T07:33:44.889421+0000 mon.smithi082 (mon.0) 656 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:33:46.153 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:45 smithi082 bash[15107]: audit 2024-09-11T07:33:44.893434+0000 mon.smithi082 (mon.0) 657 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-11T07:33:46.153 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:45 smithi082 bash[15107]: audit 2024-09-11T07:33:44.899530+0000 mon.smithi082 (mon.0) 658 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T07:33:46.153 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:45 smithi082 bash[15107]: audit 2024-09-11T07:33:44.900654+0000 mon.smithi082 (mon.0) 659 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:33:46.153 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:45 smithi082 bash[15107]: audit 2024-09-11T07:33:44.905466+0000 mon.smithi082 (mon.0) 660 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T07:33:46.154 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:45 smithi082 bash[15107]: audit 2024-09-11T07:33:44.906596+0000 mon.smithi082 (mon.0) 661 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:33:46.154 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:45 smithi082 bash[15107]: audit 2024-09-11T07:33:45.424676+0000 mon.smithi082 (mon.0) 662 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:33:46.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:45 smithi189 bash[22590]: cephadm 2024-09-11T07:33:44.851128+0000 mgr.smithi082.szoofc (mgr.14190) 141 : cephadm [INF] Detected new or changed devices on smithi082 2024-09-11T07:33:46.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:45 smithi189 bash[22590]: audit 2024-09-11T07:33:44.861440+0000 mon.smithi082 (mon.0) 647 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:33:46.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:45 smithi189 bash[22590]: audit 2024-09-11T07:33:44.868336+0000 mon.smithi082 (mon.0) 648 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:33:46.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:45 smithi189 bash[22590]: audit 2024-09-11T07:33:44.870038+0000 mon.smithi082 (mon.0) 649 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-11T07:33:46.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:45 smithi189 bash[22590]: audit 2024-09-11T07:33:44.871371+0000 mon.smithi082 (mon.0) 650 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-09-11T07:33:46.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:45 smithi189 bash[22590]: audit 2024-09-11T07:33:44.872442+0000 mon.smithi082 (mon.0) 651 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-09-11T07:33:46.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:45 smithi189 bash[22590]: audit 2024-09-11T07:33:44.873472+0000 mon.smithi082 (mon.0) 652 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-09-11T07:33:46.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:45 smithi189 bash[22590]: cephadm 2024-09-11T07:33:44.874196+0000 mgr.smithi082.szoofc (mgr.14190) 142 : cephadm [INF] Adjusting osd_memory_target on smithi082 to 3260M 2024-09-11T07:33:46.164 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:45 smithi189 bash[22590]: audit 2024-09-11T07:33:44.879655+0000 mon.smithi082 (mon.0) 653 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:33:46.164 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:45 smithi189 bash[22590]: audit 2024-09-11T07:33:44.881544+0000 mon.smithi082 (mon.0) 654 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:33:46.164 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:45 smithi189 bash[22590]: audit 2024-09-11T07:33:44.882723+0000 mon.smithi082 (mon.0) 655 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:33:46.164 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:45 smithi189 bash[22590]: audit 2024-09-11T07:33:44.889421+0000 mon.smithi082 (mon.0) 656 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:33:46.164 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:45 smithi189 bash[22590]: audit 2024-09-11T07:33:44.893434+0000 mon.smithi082 (mon.0) 657 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-11T07:33:46.164 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:45 smithi189 bash[22590]: audit 2024-09-11T07:33:44.899530+0000 mon.smithi082 (mon.0) 658 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T07:33:46.164 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:45 smithi189 bash[22590]: audit 2024-09-11T07:33:44.900654+0000 mon.smithi082 (mon.0) 659 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:33:46.164 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:45 smithi189 bash[22590]: audit 2024-09-11T07:33:44.905466+0000 mon.smithi082 (mon.0) 660 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T07:33:46.164 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:45 smithi189 bash[22590]: audit 2024-09-11T07:33:44.906596+0000 mon.smithi082 (mon.0) 661 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:33:46.164 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:45 smithi189 bash[22590]: audit 2024-09-11T07:33:45.424676+0000 mon.smithi082 (mon.0) 662 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:33:47.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:46 smithi082 bash[15107]: cluster 2024-09-11T07:33:45.403417+0000 mgr.smithi082.szoofc (mgr.14190) 143 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:33:47.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:46 smithi189 bash[22590]: cluster 2024-09-11T07:33:45.403417+0000 mgr.smithi082.szoofc (mgr.14190) 143 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:33:48.383 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/mon.smithi082/config 2024-09-11T07:33:49.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:48 smithi082 bash[15107]: cluster 2024-09-11T07:33:47.403943+0000 mgr.smithi082.szoofc (mgr.14190) 144 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:33:49.162 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:48 smithi189 bash[22590]: cluster 2024-09-11T07:33:47.403943+0000 mgr.smithi082.szoofc (mgr.14190) 144 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:33:51.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:50 smithi082 bash[15107]: cluster 2024-09-11T07:33:49.404501+0000 mgr.smithi082.szoofc (mgr.14190) 145 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:33:51.162 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:50 smithi189 bash[22590]: cluster 2024-09-11T07:33:49.404501+0000 mgr.smithi082.szoofc (mgr.14190) 145 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:33:53.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:52 smithi189 bash[22590]: cluster 2024-09-11T07:33:51.404898+0000 mgr.smithi082.szoofc (mgr.14190) 146 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:33:53.401 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:52 smithi082 bash[15107]: cluster 2024-09-11T07:33:51.404898+0000 mgr.smithi082.szoofc (mgr.14190) 146 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:33:53.889 INFO:teuthology.orchestra.run.smithi082.stdout:pg_num: 1 2024-09-11T07:33:54.227 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:53 smithi082 bash[15107]: audit 2024-09-11T07:33:53.887777+0000 mon.smithi082 (mon.0) 663 : audit [DBG] from='client.? 172.21.15.82:0/3401074582' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-09-11T07:33:54.321 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:53 smithi189 bash[22590]: audit 2024-09-11T07:33:53.887777+0000 mon.smithi082 (mon.0) 663 : audit [DBG] from='client.? 172.21.15.82:0/3401074582' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-09-11T07:33:54.899 INFO:tasks.cephadm:Setting up client nodes... 2024-09-11T07:33:54.900 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f0bd109a-700e-11ef-bcea-c7b262605968 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-09-11T07:33:55.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:54 smithi082 bash[15107]: cluster 2024-09-11T07:33:53.405351+0000 mgr.smithi082.szoofc (mgr.14190) 147 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:33:55.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:54 smithi189 bash[22590]: cluster 2024-09-11T07:33:53.405351+0000 mgr.smithi082.szoofc (mgr.14190) 147 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:33:57.151 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:56 smithi082 bash[15107]: cluster 2024-09-11T07:33:55.405832+0000 mgr.smithi082.szoofc (mgr.14190) 148 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:33:57.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:56 smithi189 bash[22590]: cluster 2024-09-11T07:33:55.405832+0000 mgr.smithi082.szoofc (mgr.14190) 148 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:33:59.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:33:58 smithi082 bash[15107]: cluster 2024-09-11T07:33:57.406306+0000 mgr.smithi082.szoofc (mgr.14190) 149 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:33:59.412 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:33:58 smithi189 bash[22590]: cluster 2024-09-11T07:33:57.406306+0000 mgr.smithi082.szoofc (mgr.14190) 149 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:33:59.915 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/mon.smithi082/config 2024-09-11T07:34:01.228 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:34:00 smithi082 bash[15107]: cluster 2024-09-11T07:33:59.406811+0000 mgr.smithi082.szoofc (mgr.14190) 150 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:34:01.228 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:34:00 smithi082 bash[15107]: audit 2024-09-11T07:34:00.425010+0000 mon.smithi082 (mon.0) 664 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:34:01.310 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:34:00 smithi189 bash[22590]: cluster 2024-09-11T07:33:59.406811+0000 mgr.smithi082.szoofc (mgr.14190) 150 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:34:01.310 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:34:00 smithi189 bash[22590]: audit 2024-09-11T07:34:00.425010+0000 mon.smithi082 (mon.0) 664 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:34:03.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:34:02 smithi082 bash[15107]: cluster 2024-09-11T07:34:01.407346+0000 mgr.smithi082.szoofc (mgr.14190) 151 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:34:03.412 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:34:02 smithi189 bash[22590]: cluster 2024-09-11T07:34:01.407346+0000 mgr.smithi082.szoofc (mgr.14190) 151 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:34:04.142 INFO:teuthology.orchestra.run.smithi082.stdout:[client.0] 2024-09-11T07:34:04.142 INFO:teuthology.orchestra.run.smithi082.stdout: key = AQDsR+FmCGQLCBAAr0P7m+fdhlrev1TG8KrF4w== 2024-09-11T07:34:05.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:34:04 smithi082 bash[15107]: cluster 2024-09-11T07:34:03.407870+0000 mgr.smithi082.szoofc (mgr.14190) 152 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:34:05.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:34:04 smithi082 bash[15107]: audit 2024-09-11T07:34:04.134797+0000 mon.smithi082 (mon.0) 665 : audit [INF] from='client.? 172.21.15.82:0/1323253923' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-09-11T07:34:05.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:34:04 smithi082 bash[15107]: audit 2024-09-11T07:34:04.140598+0000 mon.smithi082 (mon.0) 666 : audit [INF] from='client.? 172.21.15.82:0/1323253923' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-09-11T07:34:05.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:34:04 smithi189 bash[22590]: cluster 2024-09-11T07:34:03.407870+0000 mgr.smithi082.szoofc (mgr.14190) 152 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:34:05.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:34:04 smithi189 bash[22590]: audit 2024-09-11T07:34:04.134797+0000 mon.smithi082 (mon.0) 665 : audit [INF] from='client.? 172.21.15.82:0/1323253923' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-09-11T07:34:05.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:34:04 smithi189 bash[22590]: audit 2024-09-11T07:34:04.140598+0000 mon.smithi082 (mon.0) 666 : audit [INF] from='client.? 172.21.15.82:0/1323253923' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-09-11T07:34:05.546 DEBUG:teuthology.orchestra.run.smithi082:> set -ex 2024-09-11T07:34:05.546 DEBUG:teuthology.orchestra.run.smithi082:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-09-11T07:34:05.546 DEBUG:teuthology.orchestra.run.smithi082:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-09-11T07:34:05.569 DEBUG:teuthology.orchestra.run.smithi189:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f0bd109a-700e-11ef-bcea-c7b262605968 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-09-11T07:34:07.267 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:34:06 smithi082 bash[15107]: cluster 2024-09-11T07:34:05.408449+0000 mgr.smithi082.szoofc (mgr.14190) 153 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:34:07.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:34:06 smithi189 bash[22590]: cluster 2024-09-11T07:34:05.408449+0000 mgr.smithi082.szoofc (mgr.14190) 153 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:34:09.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:34:08 smithi082 bash[15107]: cluster 2024-09-11T07:34:07.409073+0000 mgr.smithi082.szoofc (mgr.14190) 154 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:34:09.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:34:08 smithi189 bash[22590]: cluster 2024-09-11T07:34:07.409073+0000 mgr.smithi082.szoofc (mgr.14190) 154 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:34:10.017 INFO:teuthology.orchestra.run.smithi189.stderr:Inferring config /var/lib/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/mon.smithi189/config 2024-09-11T07:34:11.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:34:10 smithi082 bash[15107]: cluster 2024-09-11T07:34:09.409653+0000 mgr.smithi082.szoofc (mgr.14190) 155 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:34:11.412 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:34:10 smithi189 bash[22590]: cluster 2024-09-11T07:34:09.409653+0000 mgr.smithi082.szoofc (mgr.14190) 155 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:34:13.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:34:12 smithi082 bash[15107]: cluster 2024-09-11T07:34:11.410174+0000 mgr.smithi082.szoofc (mgr.14190) 156 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:34:13.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:34:12 smithi189 bash[22590]: cluster 2024-09-11T07:34:11.410174+0000 mgr.smithi082.szoofc (mgr.14190) 156 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:34:15.265 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:34:14 smithi189 bash[22590]: cluster 2024-09-11T07:34:13.410736+0000 mgr.smithi082.szoofc (mgr.14190) 157 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:34:15.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:34:14 smithi082 bash[15107]: cluster 2024-09-11T07:34:13.410736+0000 mgr.smithi082.szoofc (mgr.14190) 157 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:34:15.720 INFO:teuthology.orchestra.run.smithi189.stdout:[client.1] 2024-09-11T07:34:15.720 INFO:teuthology.orchestra.run.smithi189.stdout: key = AQD3R+Fmj7tnKhAAaMI2UrbDZ8LcH9rYz/JrTg== 2024-09-11T07:34:16.489 DEBUG:teuthology.orchestra.run.smithi189:> set -ex 2024-09-11T07:34:16.489 DEBUG:teuthology.orchestra.run.smithi189:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2024-09-11T07:34:16.489 DEBUG:teuthology.orchestra.run.smithi189:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2024-09-11T07:34:16.516 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-09-11T07:34:16.516 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-09-11T07:34:16.516 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 shell --fsid f0bd109a-700e-11ef-bcea-c7b262605968 -- ceph mgr dump --format=json 2024-09-11T07:34:16.562 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:34:16 smithi082 bash[15107]: audit 2024-09-11T07:34:15.286378+0000 mon.smithi082 (mon.0) 667 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:34:16.562 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:34:16 smithi082 bash[15107]: audit 2024-09-11T07:34:15.292512+0000 mon.smithi082 (mon.0) 668 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:34:16.562 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:34:16 smithi082 bash[15107]: cluster 2024-09-11T07:34:15.411296+0000 mgr.smithi082.szoofc (mgr.14190) 158 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:34:16.562 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:34:16 smithi082 bash[15107]: audit 2024-09-11T07:34:15.425588+0000 mon.smithi082 (mon.0) 669 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:34:16.562 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:34:16 smithi082 bash[15107]: audit 2024-09-11T07:34:15.711067+0000 mon.smithi082 (mon.0) 670 : audit [INF] from='client.? 172.21.15.189:0/2743785599' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-09-11T07:34:16.562 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:34:16 smithi082 bash[15107]: audit 2024-09-11T07:34:15.718366+0000 mon.smithi082 (mon.0) 671 : audit [INF] from='client.? 172.21.15.189:0/2743785599' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-09-11T07:34:16.663 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:34:16 smithi189 bash[22590]: audit 2024-09-11T07:34:15.286378+0000 mon.smithi082 (mon.0) 667 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:34:16.663 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:34:16 smithi189 bash[22590]: audit 2024-09-11T07:34:15.292512+0000 mon.smithi082 (mon.0) 668 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:34:16.663 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:34:16 smithi189 bash[22590]: cluster 2024-09-11T07:34:15.411296+0000 mgr.smithi082.szoofc (mgr.14190) 158 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:34:16.663 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:34:16 smithi189 bash[22590]: audit 2024-09-11T07:34:15.425588+0000 mon.smithi082 (mon.0) 669 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:34:16.663 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:34:16 smithi189 bash[22590]: audit 2024-09-11T07:34:15.711067+0000 mon.smithi082 (mon.0) 670 : audit [INF] from='client.? 172.21.15.189:0/2743785599' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-09-11T07:34:16.663 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:34:16 smithi189 bash[22590]: audit 2024-09-11T07:34:15.718366+0000 mon.smithi082 (mon.0) 671 : audit [INF] from='client.? 172.21.15.189:0/2743785599' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-09-11T07:34:18.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:34:18 smithi082 bash[15107]: audit 2024-09-11T07:34:17.384857+0000 mon.smithi082 (mon.0) 672 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:34:18.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:34:18 smithi082 bash[15107]: audit 2024-09-11T07:34:17.392475+0000 mon.smithi082 (mon.0) 673 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:34:18.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:34:18 smithi082 bash[15107]: cluster 2024-09-11T07:34:17.411756+0000 mgr.smithi082.szoofc (mgr.14190) 159 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:34:18.663 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:34:18 smithi189 bash[22590]: audit 2024-09-11T07:34:17.384857+0000 mon.smithi082 (mon.0) 672 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:34:18.663 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:34:18 smithi189 bash[22590]: audit 2024-09-11T07:34:17.392475+0000 mon.smithi082 (mon.0) 673 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:34:18.663 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:34:18 smithi189 bash[22590]: cluster 2024-09-11T07:34:17.411756+0000 mgr.smithi082.szoofc (mgr.14190) 159 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:34:20.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:34:20 smithi082 bash[15107]: cluster 2024-09-11T07:34:19.412360+0000 mgr.smithi082.szoofc (mgr.14190) 160 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:34:20.912 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:34:20 smithi189 bash[22590]: cluster 2024-09-11T07:34:19.412360+0000 mgr.smithi082.szoofc (mgr.14190) 160 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:34:21.290 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/mon.smithi082/config 2024-09-11T07:34:22.753 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:34:22 smithi082 bash[15107]: cluster 2024-09-11T07:34:21.412860+0000 mgr.smithi082.szoofc (mgr.14190) 161 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:34:22.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:34:22 smithi189 bash[22590]: cluster 2024-09-11T07:34:21.412860+0000 mgr.smithi082.szoofc (mgr.14190) 161 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:34:24.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:34:24 smithi082 bash[15107]: cluster 2024-09-11T07:34:23.413395+0000 mgr.smithi082.szoofc (mgr.14190) 162 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:34:24.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:34:24 smithi189 bash[22590]: cluster 2024-09-11T07:34:23.413395+0000 mgr.smithi082.szoofc (mgr.14190) 162 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:34:25.057 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-09-11T07:34:25.667 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:34:25 smithi082 bash[15107]: audit 2024-09-11T07:34:25.047870+0000 mon.smithi082 (mon.0) 674 : audit [DBG] from='client.? 172.21.15.82:0/2032265009' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-11T07:34:25.895 INFO:teuthology.orchestra.run.smithi082.stdout:{"epoch":19,"flags":0,"active_gid":14190,"active_name":"smithi082.szoofc","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6800","nonce":3937072749},{"type":"v1","addr":"172.21.15.82:6801","nonce":3937072749}]},"active_addr":"172.21.15.82:6801/3937072749","active_change":"2024-09-11T07:30:45.358304+0000","active_mgr_features":4540138320759226367,"available":true,"standbys":[{"gid":14204,"name":"smithi189.skbamy","mgr_features":4540138320759226367,"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]},"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":"7","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 or 7 = 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":"2400","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":"7","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 or 7 = 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","upmap"],"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":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/ceph-grafana:9.4.7","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_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.1.5","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"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":[]},"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":[]},"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":[]},"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":"False","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":[]},"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":"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":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_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":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_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":[]},"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":[]},"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":{"drive_group_interval":{"name":"drive_group_interval","type":"float","level":"advanced","flags":0,"default_value":"300.0","min":"","max":"","enum_allowed":[],"desc":"interval in seconds between re-application of applied drive_groups","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":[]},"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":"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":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}]}],"modules":["cephadm","dashboard","iostat","nfs","prometheus","restful"],"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","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":"7","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 or 7 = 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":"2400","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":"7","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 or 7 = 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","upmap"],"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":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/ceph-grafana:9.4.7","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_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.1.5","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"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":[]},"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":[]},"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":[]},"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":"False","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":[]},"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":"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":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_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":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_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":[]},"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":[]},"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":{"drive_group_interval":{"name":"drive_group_interval","type":"float","level":"advanced","flags":0,"default_value":"300.0","min":"","max":"","enum_allowed":[],"desc":"interval in seconds between re-application of applied drive_groups","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":[]},"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":"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":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"services":{"dashboard":"https://172.21.15.82:8443/","prometheus":"http://172.21.15.82: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"]},"last_failure_osd_epoch":5,"active_clients":[{"name":"devicehealth","addrvec":[{"type":"v2","addr":"172.21.15.82:0","nonce":3984445680}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.82:0","nonce":2101657055}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.82:0","nonce":633377926}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.82:0","nonce":2417082099}]}]} 2024-09-11T07:34:25.899 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-09-11T07:34:25.899 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-09-11T07:34:25.900 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 shell --fsid f0bd109a-700e-11ef-bcea-c7b262605968 -- ceph osd dump --format=json 2024-09-11T07:34:25.912 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:34:25 smithi189 bash[22590]: audit 2024-09-11T07:34:25.047870+0000 mon.smithi082 (mon.0) 674 : audit [DBG] from='client.? 172.21.15.82:0/2032265009' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-11T07:34:26.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:34:26 smithi082 bash[15107]: cluster 2024-09-11T07:34:25.413896+0000 mgr.smithi082.szoofc (mgr.14190) 163 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:34:26.912 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:34:26 smithi189 bash[22590]: cluster 2024-09-11T07:34:25.413896+0000 mgr.smithi082.szoofc (mgr.14190) 163 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:34:28.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:34:28 smithi082 bash[15107]: cluster 2024-09-11T07:34:27.414496+0000 mgr.smithi082.szoofc (mgr.14190) 164 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:34:28.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:34:28 smithi189 bash[22590]: cluster 2024-09-11T07:34:27.414496+0000 mgr.smithi082.szoofc (mgr.14190) 164 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:34:30.685 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/mon.smithi082/config 2024-09-11T07:34:30.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:34:30 smithi082 bash[15107]: cluster 2024-09-11T07:34:29.415074+0000 mgr.smithi082.szoofc (mgr.14190) 165 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:34:30.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:34:30 smithi082 bash[15107]: audit 2024-09-11T07:34:30.426085+0000 mon.smithi082 (mon.0) 675 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:34:30.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:34:30 smithi189 bash[22590]: cluster 2024-09-11T07:34:29.415074+0000 mgr.smithi082.szoofc (mgr.14190) 165 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:34:30.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:34:30 smithi189 bash[22590]: audit 2024-09-11T07:34:30.426085+0000 mon.smithi082 (mon.0) 675 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:34:32.791 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:34:32 smithi082 bash[15107]: cluster 2024-09-11T07:34:31.415676+0000 mgr.smithi082.szoofc (mgr.14190) 166 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:34:32.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:34:32 smithi189 bash[22590]: cluster 2024-09-11T07:34:31.415676+0000 mgr.smithi082.szoofc (mgr.14190) 166 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:34:34.220 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-09-11T07:34:34.220 INFO:teuthology.orchestra.run.smithi082.stdout:{"epoch":43,"fsid":"f0bd109a-700e-11ef-bcea-c7b262605968","created":"2024-09-11T07:28:03.714668+0000","modified":"2024-09-11T07:33:28.056147+0000","last_up_change":"2024-09-11T07:33:24.308676+0000","last_in_change":"2024-09-11T07:32:27.166181+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":16,"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":"quincy","pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-09-11T07:33:01.878312+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"23","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":{}}}],"osds":[{"osd":0,"uuid":"2b3c15c8-7fe6-4d93-9425-e50184a095d7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":41,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:6800","nonce":3063226267},{"type":"v1","addr":"172.21.15.189:6801","nonce":3063226267}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:6802","nonce":3063226267},{"type":"v1","addr":"172.21.15.189:6803","nonce":3063226267}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:6806","nonce":3063226267},{"type":"v1","addr":"172.21.15.189:6807","nonce":3063226267}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:6804","nonce":3063226267},{"type":"v1","addr":"172.21.15.189:6805","nonce":3063226267}]},"public_addr":"172.21.15.189:6801/3063226267","cluster_addr":"172.21.15.189:6803/3063226267","heartbeat_back_addr":"172.21.15.189:6807/3063226267","heartbeat_front_addr":"172.21.15.189:6805/3063226267","state":["exists","up"]},{"osd":1,"uuid":"5f0ee256-973f-4a87-b09f-16e73851d1d8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":31,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6802","nonce":1554782669},{"type":"v1","addr":"172.21.15.82:6803","nonce":1554782669}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6804","nonce":1554782669},{"type":"v1","addr":"172.21.15.82:6805","nonce":1554782669}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6808","nonce":1554782669},{"type":"v1","addr":"172.21.15.82:6809","nonce":1554782669}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6806","nonce":1554782669},{"type":"v1","addr":"172.21.15.82:6807","nonce":1554782669}]},"public_addr":"172.21.15.82:6803/1554782669","cluster_addr":"172.21.15.82:6805/1554782669","heartbeat_back_addr":"172.21.15.82:6809/1554782669","heartbeat_front_addr":"172.21.15.82:6807/1554782669","state":["exists","up"]},{"osd":2,"uuid":"62b2669c-ebe3-47c6-bc39-86eeb7a7e6f6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":25,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:6808","nonce":1699272969},{"type":"v1","addr":"172.21.15.189:6809","nonce":1699272969}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:6810","nonce":1699272969},{"type":"v1","addr":"172.21.15.189:6811","nonce":1699272969}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:6814","nonce":1699272969},{"type":"v1","addr":"172.21.15.189:6815","nonce":1699272969}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:6812","nonce":1699272969},{"type":"v1","addr":"172.21.15.189:6813","nonce":1699272969}]},"public_addr":"172.21.15.189:6809/1699272969","cluster_addr":"172.21.15.189:6811/1699272969","heartbeat_back_addr":"172.21.15.189:6815/1699272969","heartbeat_front_addr":"172.21.15.189:6813/1699272969","state":["exists","up"]},{"osd":3,"uuid":"a94bc0bb-6df7-49a1-ad84-5193af0cd133","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":28,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6810","nonce":456247390},{"type":"v1","addr":"172.21.15.82:6811","nonce":456247390}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6812","nonce":456247390},{"type":"v1","addr":"172.21.15.82:6813","nonce":456247390}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6816","nonce":456247390},{"type":"v1","addr":"172.21.15.82:6817","nonce":456247390}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6814","nonce":456247390},{"type":"v1","addr":"172.21.15.82:6815","nonce":456247390}]},"public_addr":"172.21.15.82:6811/456247390","cluster_addr":"172.21.15.82:6813/456247390","heartbeat_back_addr":"172.21.15.82:6817/456247390","heartbeat_front_addr":"172.21.15.82:6815/456247390","state":["exists","up"]},{"osd":4,"uuid":"af8fe740-5f1d-4865-a5a7-1f60751e11e5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:6816","nonce":2631515340},{"type":"v1","addr":"172.21.15.189:6817","nonce":2631515340}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:6818","nonce":2631515340},{"type":"v1","addr":"172.21.15.189:6819","nonce":2631515340}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:6822","nonce":2631515340},{"type":"v1","addr":"172.21.15.189:6823","nonce":2631515340}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:6820","nonce":2631515340},{"type":"v1","addr":"172.21.15.189:6821","nonce":2631515340}]},"public_addr":"172.21.15.189:6817/2631515340","cluster_addr":"172.21.15.189:6819/2631515340","heartbeat_back_addr":"172.21.15.189:6823/2631515340","heartbeat_front_addr":"172.21.15.189:6821/2631515340","state":["exists","up"]},{"osd":5,"uuid":"e290d8d2-0fc2-4832-91a6-f4b240dff843","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":35,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6818","nonce":175184248},{"type":"v1","addr":"172.21.15.82:6819","nonce":175184248}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6820","nonce":175184248},{"type":"v1","addr":"172.21.15.82:6821","nonce":175184248}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6824","nonce":175184248},{"type":"v1","addr":"172.21.15.82:6825","nonce":175184248}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6822","nonce":175184248},{"type":"v1","addr":"172.21.15.82:6823","nonce":175184248}]},"public_addr":"172.21.15.82:6819/175184248","cluster_addr":"172.21.15.82:6821/175184248","heartbeat_back_addr":"172.21.15.82:6825/175184248","heartbeat_front_addr":"172.21.15.82:6823/175184248","state":["exists","up"]},{"osd":6,"uuid":"84fbae19-54be-42f6-a46f-b282b26626e6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:6824","nonce":2216019917},{"type":"v1","addr":"172.21.15.189:6825","nonce":2216019917}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:6826","nonce":2216019917},{"type":"v1","addr":"172.21.15.189:6827","nonce":2216019917}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:6830","nonce":2216019917},{"type":"v1","addr":"172.21.15.189:6831","nonce":2216019917}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:6828","nonce":2216019917},{"type":"v1","addr":"172.21.15.189:6829","nonce":2216019917}]},"public_addr":"172.21.15.189:6825/2216019917","cluster_addr":"172.21.15.189:6827/2216019917","heartbeat_back_addr":"172.21.15.189:6831/2216019917","heartbeat_front_addr":"172.21.15.189:6829/2216019917","state":["exists","up"]},{"osd":7,"uuid":"1dd7cc49-0cf2-43b0-8e61-5cd12f072247","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":39,"up_thru":42,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6826","nonce":470839610},{"type":"v1","addr":"172.21.15.82:6827","nonce":470839610}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6828","nonce":470839610},{"type":"v1","addr":"172.21.15.82:6829","nonce":470839610}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6832","nonce":470839610},{"type":"v1","addr":"172.21.15.82:6833","nonce":470839610}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6830","nonce":470839610},{"type":"v1","addr":"172.21.15.82:6831","nonce":470839610}]},"public_addr":"172.21.15.82:6827/470839610","cluster_addr":"172.21.15.82:6829/470839610","heartbeat_back_addr":"172.21.15.82:6833/470839610","heartbeat_front_addr":"172.21.15.82:6831/470839610","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-11T07:32:52.317742+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-11T07:32:59.336688+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-11T07:32:59.138196+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-11T07:33:08.324896+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-11T07:33:06.073402+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-11T07:33:16.673425+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-11T07:33:10.880634+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-11T07:33:22.463955+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.82:0/1855591414":"2024-09-12T07:30:45.358184+0000","172.21.15.82:0/786334316":"2024-09-12T07:28:32.879503+0000","172.21.15.82:6801/329686066":"2024-09-12T07:29:19.939408+0000","172.21.15.82:6800/839228345":"2024-09-12T07:28:32.879503+0000","172.21.15.82:6800/329686066":"2024-09-12T07:29:19.939408+0000","172.21.15.82:0/3298770915":"2024-09-12T07:29:19.939408+0000","172.21.15.82:0/2361687518":"2024-09-12T07:30:45.358184+0000","172.21.15.82:6801/839228345":"2024-09-12T07:28:32.879503+0000","172.21.15.82:0/3873330046":"2024-09-12T07:29:19.939408+0000","172.21.15.82:0/3232495814":"2024-09-12T07:28:32.879503+0000","172.21.15.82:0/601901217":"2024-09-12T07:28:32.879503+0000","172.21.15.82:0/1545308739":"2024-09-12T07:29:19.939408+0000","172.21.15.82:0/1642278944":"2024-09-12T07:30:45.358184+0000","172.21.15.82:6800/3805044110":"2024-09-12T07:30:45.358184+0000","172.21.15.82:6801/3805044110":"2024-09-12T07:30:45.358184+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-11T07:34:34.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:34:34 smithi082 bash[15107]: cluster 2024-09-11T07:34:33.416088+0000 mgr.smithi082.szoofc (mgr.14190) 167 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:34:34.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:34:34 smithi082 bash[15107]: audit 2024-09-11T07:34:34.216785+0000 mon.smithi082 (mon.0) 676 : audit [DBG] from='client.? 172.21.15.82:0/992589081' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-11T07:34:34.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:34:34 smithi189 bash[22590]: cluster 2024-09-11T07:34:33.416088+0000 mgr.smithi082.szoofc (mgr.14190) 167 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:34:34.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:34:34 smithi189 bash[22590]: audit 2024-09-11T07:34:34.216785+0000 mon.smithi082 (mon.0) 676 : audit [DBG] from='client.? 172.21.15.82:0/992589081' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-11T07:34:35.050 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-09-11T07:34:35.050 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 shell --fsid f0bd109a-700e-11ef-bcea-c7b262605968 -- ceph osd dump --format=json 2024-09-11T07:34:36.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:34:36 smithi082 bash[15107]: cluster 2024-09-11T07:34:35.416592+0000 mgr.smithi082.szoofc (mgr.14190) 168 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:34:36.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:34:36 smithi189 bash[22590]: cluster 2024-09-11T07:34:35.416592+0000 mgr.smithi082.szoofc (mgr.14190) 168 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:34:38.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:34:38 smithi082 bash[15107]: cluster 2024-09-11T07:34:37.417234+0000 mgr.smithi082.szoofc (mgr.14190) 169 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:34:38.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:34:38 smithi189 bash[22590]: cluster 2024-09-11T07:34:37.417234+0000 mgr.smithi082.szoofc (mgr.14190) 169 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:34:39.836 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/mon.smithi082/config 2024-09-11T07:34:40.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:34:40 smithi082 bash[15107]: cluster 2024-09-11T07:34:39.417780+0000 mgr.smithi082.szoofc (mgr.14190) 170 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:34:40.912 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:34:40 smithi189 bash[22590]: cluster 2024-09-11T07:34:39.417780+0000 mgr.smithi082.szoofc (mgr.14190) 170 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:34:42.904 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:34:42 smithi082 bash[15107]: cluster 2024-09-11T07:34:41.418172+0000 mgr.smithi082.szoofc (mgr.14190) 171 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:34:42.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:34:42 smithi189 bash[22590]: cluster 2024-09-11T07:34:41.418172+0000 mgr.smithi082.szoofc (mgr.14190) 171 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:34:43.377 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-09-11T07:34:43.377 INFO:teuthology.orchestra.run.smithi082.stdout:{"epoch":43,"fsid":"f0bd109a-700e-11ef-bcea-c7b262605968","created":"2024-09-11T07:28:03.714668+0000","modified":"2024-09-11T07:33:28.056147+0000","last_up_change":"2024-09-11T07:33:24.308676+0000","last_in_change":"2024-09-11T07:32:27.166181+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":16,"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":"quincy","pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-09-11T07:33:01.878312+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"23","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":{}}}],"osds":[{"osd":0,"uuid":"2b3c15c8-7fe6-4d93-9425-e50184a095d7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":41,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:6800","nonce":3063226267},{"type":"v1","addr":"172.21.15.189:6801","nonce":3063226267}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:6802","nonce":3063226267},{"type":"v1","addr":"172.21.15.189:6803","nonce":3063226267}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:6806","nonce":3063226267},{"type":"v1","addr":"172.21.15.189:6807","nonce":3063226267}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:6804","nonce":3063226267},{"type":"v1","addr":"172.21.15.189:6805","nonce":3063226267}]},"public_addr":"172.21.15.189:6801/3063226267","cluster_addr":"172.21.15.189:6803/3063226267","heartbeat_back_addr":"172.21.15.189:6807/3063226267","heartbeat_front_addr":"172.21.15.189:6805/3063226267","state":["exists","up"]},{"osd":1,"uuid":"5f0ee256-973f-4a87-b09f-16e73851d1d8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":31,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6802","nonce":1554782669},{"type":"v1","addr":"172.21.15.82:6803","nonce":1554782669}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6804","nonce":1554782669},{"type":"v1","addr":"172.21.15.82:6805","nonce":1554782669}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6808","nonce":1554782669},{"type":"v1","addr":"172.21.15.82:6809","nonce":1554782669}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6806","nonce":1554782669},{"type":"v1","addr":"172.21.15.82:6807","nonce":1554782669}]},"public_addr":"172.21.15.82:6803/1554782669","cluster_addr":"172.21.15.82:6805/1554782669","heartbeat_back_addr":"172.21.15.82:6809/1554782669","heartbeat_front_addr":"172.21.15.82:6807/1554782669","state":["exists","up"]},{"osd":2,"uuid":"62b2669c-ebe3-47c6-bc39-86eeb7a7e6f6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":25,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:6808","nonce":1699272969},{"type":"v1","addr":"172.21.15.189:6809","nonce":1699272969}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:6810","nonce":1699272969},{"type":"v1","addr":"172.21.15.189:6811","nonce":1699272969}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:6814","nonce":1699272969},{"type":"v1","addr":"172.21.15.189:6815","nonce":1699272969}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:6812","nonce":1699272969},{"type":"v1","addr":"172.21.15.189:6813","nonce":1699272969}]},"public_addr":"172.21.15.189:6809/1699272969","cluster_addr":"172.21.15.189:6811/1699272969","heartbeat_back_addr":"172.21.15.189:6815/1699272969","heartbeat_front_addr":"172.21.15.189:6813/1699272969","state":["exists","up"]},{"osd":3,"uuid":"a94bc0bb-6df7-49a1-ad84-5193af0cd133","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":28,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6810","nonce":456247390},{"type":"v1","addr":"172.21.15.82:6811","nonce":456247390}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6812","nonce":456247390},{"type":"v1","addr":"172.21.15.82:6813","nonce":456247390}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6816","nonce":456247390},{"type":"v1","addr":"172.21.15.82:6817","nonce":456247390}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6814","nonce":456247390},{"type":"v1","addr":"172.21.15.82:6815","nonce":456247390}]},"public_addr":"172.21.15.82:6811/456247390","cluster_addr":"172.21.15.82:6813/456247390","heartbeat_back_addr":"172.21.15.82:6817/456247390","heartbeat_front_addr":"172.21.15.82:6815/456247390","state":["exists","up"]},{"osd":4,"uuid":"af8fe740-5f1d-4865-a5a7-1f60751e11e5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:6816","nonce":2631515340},{"type":"v1","addr":"172.21.15.189:6817","nonce":2631515340}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:6818","nonce":2631515340},{"type":"v1","addr":"172.21.15.189:6819","nonce":2631515340}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:6822","nonce":2631515340},{"type":"v1","addr":"172.21.15.189:6823","nonce":2631515340}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:6820","nonce":2631515340},{"type":"v1","addr":"172.21.15.189:6821","nonce":2631515340}]},"public_addr":"172.21.15.189:6817/2631515340","cluster_addr":"172.21.15.189:6819/2631515340","heartbeat_back_addr":"172.21.15.189:6823/2631515340","heartbeat_front_addr":"172.21.15.189:6821/2631515340","state":["exists","up"]},{"osd":5,"uuid":"e290d8d2-0fc2-4832-91a6-f4b240dff843","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":35,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6818","nonce":175184248},{"type":"v1","addr":"172.21.15.82:6819","nonce":175184248}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6820","nonce":175184248},{"type":"v1","addr":"172.21.15.82:6821","nonce":175184248}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6824","nonce":175184248},{"type":"v1","addr":"172.21.15.82:6825","nonce":175184248}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6822","nonce":175184248},{"type":"v1","addr":"172.21.15.82:6823","nonce":175184248}]},"public_addr":"172.21.15.82:6819/175184248","cluster_addr":"172.21.15.82:6821/175184248","heartbeat_back_addr":"172.21.15.82:6825/175184248","heartbeat_front_addr":"172.21.15.82:6823/175184248","state":["exists","up"]},{"osd":6,"uuid":"84fbae19-54be-42f6-a46f-b282b26626e6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:6824","nonce":2216019917},{"type":"v1","addr":"172.21.15.189:6825","nonce":2216019917}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:6826","nonce":2216019917},{"type":"v1","addr":"172.21.15.189:6827","nonce":2216019917}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:6830","nonce":2216019917},{"type":"v1","addr":"172.21.15.189:6831","nonce":2216019917}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:6828","nonce":2216019917},{"type":"v1","addr":"172.21.15.189:6829","nonce":2216019917}]},"public_addr":"172.21.15.189:6825/2216019917","cluster_addr":"172.21.15.189:6827/2216019917","heartbeat_back_addr":"172.21.15.189:6831/2216019917","heartbeat_front_addr":"172.21.15.189:6829/2216019917","state":["exists","up"]},{"osd":7,"uuid":"1dd7cc49-0cf2-43b0-8e61-5cd12f072247","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":39,"up_thru":42,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6826","nonce":470839610},{"type":"v1","addr":"172.21.15.82:6827","nonce":470839610}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6828","nonce":470839610},{"type":"v1","addr":"172.21.15.82:6829","nonce":470839610}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6832","nonce":470839610},{"type":"v1","addr":"172.21.15.82:6833","nonce":470839610}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.82:6830","nonce":470839610},{"type":"v1","addr":"172.21.15.82:6831","nonce":470839610}]},"public_addr":"172.21.15.82:6827/470839610","cluster_addr":"172.21.15.82:6829/470839610","heartbeat_back_addr":"172.21.15.82:6833/470839610","heartbeat_front_addr":"172.21.15.82:6831/470839610","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-11T07:32:52.317742+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-11T07:32:59.336688+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-11T07:32:59.138196+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-11T07:33:08.324896+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-11T07:33:06.073402+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-11T07:33:16.673425+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-11T07:33:10.880634+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-11T07:33:22.463955+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.82:0/1855591414":"2024-09-12T07:30:45.358184+0000","172.21.15.82:0/786334316":"2024-09-12T07:28:32.879503+0000","172.21.15.82:6801/329686066":"2024-09-12T07:29:19.939408+0000","172.21.15.82:6800/839228345":"2024-09-12T07:28:32.879503+0000","172.21.15.82:6800/329686066":"2024-09-12T07:29:19.939408+0000","172.21.15.82:0/3298770915":"2024-09-12T07:29:19.939408+0000","172.21.15.82:0/2361687518":"2024-09-12T07:30:45.358184+0000","172.21.15.82:6801/839228345":"2024-09-12T07:28:32.879503+0000","172.21.15.82:0/3873330046":"2024-09-12T07:29:19.939408+0000","172.21.15.82:0/3232495814":"2024-09-12T07:28:32.879503+0000","172.21.15.82:0/601901217":"2024-09-12T07:28:32.879503+0000","172.21.15.82:0/1545308739":"2024-09-12T07:29:19.939408+0000","172.21.15.82:0/1642278944":"2024-09-12T07:30:45.358184+0000","172.21.15.82:6800/3805044110":"2024-09-12T07:30:45.358184+0000","172.21.15.82:6801/3805044110":"2024-09-12T07:30:45.358184+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-11T07:34:43.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:34:43 smithi082 bash[15107]: audit 2024-09-11T07:34:43.373989+0000 mon.smithi082 (mon.0) 677 : audit [DBG] from='client.? 172.21.15.82:0/2889932568' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-11T07:34:43.912 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:34:43 smithi189 bash[22590]: audit 2024-09-11T07:34:43.373989+0000 mon.smithi082 (mon.0) 677 : audit [DBG] from='client.? 172.21.15.82:0/2889932568' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-11T07:34:44.156 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 shell --fsid f0bd109a-700e-11ef-bcea-c7b262605968 -- ceph tell osd.0 flush_pg_stats 2024-09-11T07:34:44.156 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 shell --fsid f0bd109a-700e-11ef-bcea-c7b262605968 -- ceph tell osd.1 flush_pg_stats 2024-09-11T07:34:44.157 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 shell --fsid f0bd109a-700e-11ef-bcea-c7b262605968 -- ceph tell osd.2 flush_pg_stats 2024-09-11T07:34:44.157 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 shell --fsid f0bd109a-700e-11ef-bcea-c7b262605968 -- ceph tell osd.3 flush_pg_stats 2024-09-11T07:34:44.157 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 shell --fsid f0bd109a-700e-11ef-bcea-c7b262605968 -- ceph tell osd.4 flush_pg_stats 2024-09-11T07:34:44.158 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 shell --fsid f0bd109a-700e-11ef-bcea-c7b262605968 -- ceph tell osd.5 flush_pg_stats 2024-09-11T07:34:44.158 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 shell --fsid f0bd109a-700e-11ef-bcea-c7b262605968 -- ceph tell osd.6 flush_pg_stats 2024-09-11T07:34:44.159 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 shell --fsid f0bd109a-700e-11ef-bcea-c7b262605968 -- ceph tell osd.7 flush_pg_stats 2024-09-11T07:34:44.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:34:44 smithi082 bash[15107]: cluster 2024-09-11T07:34:43.418512+0000 mgr.smithi082.szoofc (mgr.14190) 172 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:34:44.912 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:34:44 smithi189 bash[22590]: cluster 2024-09-11T07:34:43.418512+0000 mgr.smithi082.szoofc (mgr.14190) 172 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:34:45.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:34:45 smithi082 bash[15107]: audit 2024-09-11T07:34:45.431265+0000 mon.smithi082 (mon.0) 678 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:34:45.912 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:34:45 smithi189 bash[22590]: audit 2024-09-11T07:34:45.431265+0000 mon.smithi082 (mon.0) 678 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:34:46.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:34:46 smithi082 bash[15107]: cluster 2024-09-11T07:34:45.419034+0000 mgr.smithi082.szoofc (mgr.14190) 173 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:34:46.912 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:34:46 smithi189 bash[22590]: cluster 2024-09-11T07:34:45.419034+0000 mgr.smithi082.szoofc (mgr.14190) 173 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:34:48.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:34:48 smithi082 bash[15107]: cluster 2024-09-11T07:34:47.419628+0000 mgr.smithi082.szoofc (mgr.14190) 174 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:34:48.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:34:48 smithi189 bash[22590]: cluster 2024-09-11T07:34:47.419628+0000 mgr.smithi082.szoofc (mgr.14190) 174 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:34:49.048 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/mon.smithi082/config 2024-09-11T07:34:49.049 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/mon.smithi082/config 2024-09-11T07:34:49.049 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/mon.smithi082/config 2024-09-11T07:34:49.053 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/mon.smithi082/config 2024-09-11T07:34:49.054 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/mon.smithi082/config 2024-09-11T07:34:49.054 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/mon.smithi082/config 2024-09-11T07:34:49.054 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/mon.smithi082/config 2024-09-11T07:34:49.054 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/mon.smithi082/config 2024-09-11T07:34:50.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:34:50 smithi082 bash[15107]: cluster 2024-09-11T07:34:49.420077+0000 mgr.smithi082.szoofc (mgr.14190) 175 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:34:50.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:34:50 smithi189 bash[22590]: cluster 2024-09-11T07:34:49.420077+0000 mgr.smithi082.szoofc (mgr.14190) 175 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:34:52.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:34:52 smithi082 bash[15107]: cluster 2024-09-11T07:34:51.420598+0000 mgr.smithi082.szoofc (mgr.14190) 176 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:34:52.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:34:52 smithi189 bash[22590]: cluster 2024-09-11T07:34:51.420598+0000 mgr.smithi082.szoofc (mgr.14190) 176 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:34:54.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:34:54 smithi189 bash[22590]: cluster 2024-09-11T07:34:53.421053+0000 mgr.smithi082.szoofc (mgr.14190) 177 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:34:54.921 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:34:54 smithi082 bash[15107]: cluster 2024-09-11T07:34:53.421053+0000 mgr.smithi082.szoofc (mgr.14190) 177 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:34:56.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:34:56 smithi082 bash[15107]: cluster 2024-09-11T07:34:55.421608+0000 mgr.smithi082.szoofc (mgr.14190) 178 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:34:56.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:34:56 smithi189 bash[22590]: cluster 2024-09-11T07:34:55.421608+0000 mgr.smithi082.szoofc (mgr.14190) 178 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:34:58.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:34:58 smithi082 bash[15107]: cluster 2024-09-11T07:34:57.422113+0000 mgr.smithi082.szoofc (mgr.14190) 179 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:34:58.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:34:58 smithi189 bash[22590]: cluster 2024-09-11T07:34:57.422113+0000 mgr.smithi082.szoofc (mgr.14190) 179 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:35:00.854 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:35:00 smithi082 bash[15107]: cluster 2024-09-11T07:34:59.422653+0000 mgr.smithi082.szoofc (mgr.14190) 180 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:35:00.855 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:35:00 smithi082 bash[15107]: audit 2024-09-11T07:35:00.431197+0000 mon.smithi082 (mon.0) 679 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:35:00.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:35:00 smithi189 bash[22590]: cluster 2024-09-11T07:34:59.422653+0000 mgr.smithi082.szoofc (mgr.14190) 180 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:35:00.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:35:00 smithi189 bash[22590]: audit 2024-09-11T07:35:00.431197+0000 mon.smithi082 (mon.0) 679 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:35:02.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:35:02 smithi082 bash[15107]: cluster 2024-09-11T07:35:01.423035+0000 mgr.smithi082.szoofc (mgr.14190) 181 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:35:02.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:35:02 smithi189 bash[22590]: cluster 2024-09-11T07:35:01.423035+0000 mgr.smithi082.szoofc (mgr.14190) 181 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:35:04.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:35:04 smithi189 bash[22590]: cluster 2024-09-11T07:35:03.423538+0000 mgr.smithi082.szoofc (mgr.14190) 182 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:35:05.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:35:04 smithi082 bash[15107]: cluster 2024-09-11T07:35:03.423538+0000 mgr.smithi082.szoofc (mgr.14190) 182 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:35:05.239 INFO:teuthology.orchestra.run.smithi082.stdout:85899345947 2024-09-11T07:35:05.240 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 shell --fsid f0bd109a-700e-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.1 2024-09-11T07:35:06.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:35:06 smithi082 bash[15107]: cluster 2024-09-11T07:35:05.424030+0000 mgr.smithi082.szoofc (mgr.14190) 183 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:35:06.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:35:06 smithi189 bash[22590]: cluster 2024-09-11T07:35:05.424030+0000 mgr.smithi082.szoofc (mgr.14190) 183 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:35:07.032 INFO:teuthology.orchestra.run.smithi082.stdout:150323855383 2024-09-11T07:35:07.032 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 shell --fsid f0bd109a-700e-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.5 2024-09-11T07:35:08.480 INFO:teuthology.orchestra.run.smithi082.stdout:120259084313 2024-09-11T07:35:08.480 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 shell --fsid f0bd109a-700e-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.3 2024-09-11T07:35:08.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:35:08 smithi082 bash[15107]: cluster 2024-09-11T07:35:07.424370+0000 mgr.smithi082.szoofc (mgr.14190) 184 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:35:08.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:35:08 smithi189 bash[22590]: cluster 2024-09-11T07:35:07.424370+0000 mgr.smithi082.szoofc (mgr.14190) 184 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:35:09.460 INFO:teuthology.orchestra.run.smithi082.stdout:68719476765 2024-09-11T07:35:09.460 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 shell --fsid f0bd109a-700e-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.0 2024-09-11T07:35:09.777 INFO:teuthology.orchestra.run.smithi082.stdout:85899345948 2024-09-11T07:35:09.778 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 shell --fsid f0bd109a-700e-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.2 2024-09-11T07:35:09.779 INFO:teuthology.orchestra.run.smithi082.stdout:167503724567 2024-09-11T07:35:09.780 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 shell --fsid f0bd109a-700e-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.7 2024-09-11T07:35:10.041 INFO:teuthology.orchestra.run.smithi082.stdout:128849018906 2024-09-11T07:35:10.042 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 shell --fsid f0bd109a-700e-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.6 2024-09-11T07:35:10.364 INFO:teuthology.orchestra.run.smithi082.stdout:111669149721 2024-09-11T07:35:10.365 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 shell --fsid f0bd109a-700e-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.4 2024-09-11T07:35:10.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:35:10 smithi082 bash[15107]: cluster 2024-09-11T07:35:09.424733+0000 mgr.smithi082.szoofc (mgr.14190) 185 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:35:10.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:35:10 smithi189 bash[22590]: cluster 2024-09-11T07:35:09.424733+0000 mgr.smithi082.szoofc (mgr.14190) 185 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:35:12.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:35:12 smithi082 bash[15107]: cluster 2024-09-11T07:35:11.425262+0000 mgr.smithi082.szoofc (mgr.14190) 186 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:35:12.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:35:12 smithi189 bash[22590]: cluster 2024-09-11T07:35:11.425262+0000 mgr.smithi082.szoofc (mgr.14190) 186 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:35:13.047 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/mon.smithi082/config 2024-09-11T07:35:13.048 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/mon.smithi082/config 2024-09-11T07:35:13.048 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/mon.smithi082/config 2024-09-11T07:35:14.067 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/mon.smithi082/config 2024-09-11T07:35:14.067 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/mon.smithi082/config 2024-09-11T07:35:14.068 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/mon.smithi082/config 2024-09-11T07:35:14.070 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/mon.smithi082/config 2024-09-11T07:35:14.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:35:14 smithi082 bash[15107]: cluster 2024-09-11T07:35:13.425680+0000 mgr.smithi082.szoofc (mgr.14190) 187 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:35:14.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:35:14 smithi189 bash[22590]: cluster 2024-09-11T07:35:13.425680+0000 mgr.smithi082.szoofc (mgr.14190) 187 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:35:15.080 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/mon.smithi082/config 2024-09-11T07:35:15.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:35:15 smithi082 bash[15107]: audit 2024-09-11T07:35:15.431253+0000 mon.smithi082 (mon.0) 680 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:35:15.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:35:15 smithi189 bash[22590]: audit 2024-09-11T07:35:15.431253+0000 mon.smithi082 (mon.0) 680 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:35:16.904 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:35:16 smithi082 bash[15107]: cluster 2024-09-11T07:35:15.425987+0000 mgr.smithi082.szoofc (mgr.14190) 188 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:35:16.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:35:16 smithi189 bash[22590]: cluster 2024-09-11T07:35:15.425987+0000 mgr.smithi082.szoofc (mgr.14190) 188 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:35:17.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:35:17 smithi082 bash[15107]: audit 2024-09-11T07:35:17.442293+0000 mon.smithi082 (mon.0) 681 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:35:17.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:35:17 smithi189 bash[22590]: audit 2024-09-11T07:35:17.442293+0000 mon.smithi082 (mon.0) 681 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:35:18.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:35:18 smithi082 bash[15107]: cluster 2024-09-11T07:35:17.426438+0000 mgr.smithi082.szoofc (mgr.14190) 189 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:35:18.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:35:18 smithi189 bash[22590]: cluster 2024-09-11T07:35:17.426438+0000 mgr.smithi082.szoofc (mgr.14190) 189 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:35:20.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:35:20 smithi082 bash[15107]: cluster 2024-09-11T07:35:19.426795+0000 mgr.smithi082.szoofc (mgr.14190) 190 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:35:20.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:35:20 smithi189 bash[22590]: cluster 2024-09-11T07:35:19.426795+0000 mgr.smithi082.szoofc (mgr.14190) 190 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:35:22.788 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:35:22 smithi082 bash[15107]: cluster 2024-09-11T07:35:21.427193+0000 mgr.smithi082.szoofc (mgr.14190) 191 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:35:22.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:35:22 smithi189 bash[22590]: cluster 2024-09-11T07:35:21.427193+0000 mgr.smithi082.szoofc (mgr.14190) 191 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:35:24.256 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:35:23 smithi082 bash[15107]: audit 2024-09-11T07:35:22.922409+0000 mon.smithi082 (mon.0) 682 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:35:24.256 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:35:23 smithi082 bash[15107]: audit 2024-09-11T07:35:22.927593+0000 mon.smithi082 (mon.0) 683 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:35:24.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:35:23 smithi189 bash[22590]: audit 2024-09-11T07:35:22.922409+0000 mon.smithi082 (mon.0) 682 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:35:24.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:35:23 smithi189 bash[22590]: audit 2024-09-11T07:35:22.927593+0000 mon.smithi082 (mon.0) 683 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:35:25.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:35:24 smithi082 bash[15107]: cluster 2024-09-11T07:35:23.427494+0000 mgr.smithi082.szoofc (mgr.14190) 192 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:35:25.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:35:24 smithi189 bash[22590]: cluster 2024-09-11T07:35:23.427494+0000 mgr.smithi082.szoofc (mgr.14190) 192 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:35:27.160 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:35:26 smithi082 bash[15107]: cluster 2024-09-11T07:35:25.427794+0000 mgr.smithi082.szoofc (mgr.14190) 193 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:35:27.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:35:26 smithi189 bash[22590]: cluster 2024-09-11T07:35:25.427794+0000 mgr.smithi082.szoofc (mgr.14190) 193 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:35:29.142 INFO:teuthology.orchestra.run.smithi082.stdout:150323855388 2024-09-11T07:35:29.151 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:35:28 smithi082 bash[15107]: cluster 2024-09-11T07:35:27.428288+0000 mgr.smithi082.szoofc (mgr.14190) 194 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:35:29.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:35:28 smithi189 bash[22590]: cluster 2024-09-11T07:35:27.428288+0000 mgr.smithi082.szoofc (mgr.14190) 194 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:35:29.491 INFO:teuthology.orchestra.run.smithi082.stdout:120259084318 2024-09-11T07:35:30.149 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:35:29 smithi082 bash[15107]: audit 2024-09-11T07:35:29.140965+0000 mon.smithi082 (mon.0) 684 : audit [DBG] from='client.? 172.21.15.82:0/184099261' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-09-11T07:35:30.149 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:35:29 smithi082 bash[15107]: audit 2024-09-11T07:35:29.489478+0000 mon.smithi082 (mon.0) 685 : audit [DBG] from='client.? 172.21.15.82:0/2135008130' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-09-11T07:35:30.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:35:29 smithi189 bash[22590]: audit 2024-09-11T07:35:29.140965+0000 mon.smithi082 (mon.0) 684 : audit [DBG] from='client.? 172.21.15.82:0/184099261' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-09-11T07:35:30.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:35:29 smithi189 bash[22590]: audit 2024-09-11T07:35:29.489478+0000 mon.smithi082 (mon.0) 685 : audit [DBG] from='client.? 172.21.15.82:0/2135008130' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-09-11T07:35:30.460 INFO:teuthology.orchestra.run.smithi082.stdout:85899345952 2024-09-11T07:35:31.374 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:35:30 smithi082 bash[15107]: cluster 2024-09-11T07:35:29.428647+0000 mgr.smithi082.szoofc (mgr.14190) 195 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:35:31.374 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:35:30 smithi082 bash[15107]: audit 2024-09-11T07:35:30.431540+0000 mon.smithi082 (mon.0) 686 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:35:31.374 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:35:30 smithi082 bash[15107]: audit 2024-09-11T07:35:30.458884+0000 mon.smithi082 (mon.0) 687 : audit [DBG] from='client.? 172.21.15.82:0/2276503362' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-09-11T07:35:31.375 INFO:tasks.cephadm.ceph_manager.ceph:need seq 150323855383 got 150323855388 for osd.5 2024-09-11T07:35:31.375 DEBUG:teuthology.parallel:result is None 2024-09-11T07:35:31.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:35:30 smithi189 bash[22590]: cluster 2024-09-11T07:35:29.428647+0000 mgr.smithi082.szoofc (mgr.14190) 195 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:35:31.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:35:30 smithi189 bash[22590]: audit 2024-09-11T07:35:30.431540+0000 mon.smithi082 (mon.0) 686 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:35:31.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:35:30 smithi189 bash[22590]: audit 2024-09-11T07:35:30.458884+0000 mon.smithi082 (mon.0) 687 : audit [DBG] from='client.? 172.21.15.82:0/2276503362' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-09-11T07:35:31.738 INFO:teuthology.orchestra.run.smithi082.stdout:167503724572 2024-09-11T07:35:31.995 INFO:teuthology.orchestra.run.smithi082.stdout:85899345953 2024-09-11T07:35:32.021 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:35:31 smithi082 bash[15107]: audit 2024-09-11T07:35:31.736542+0000 mon.smithi082 (mon.0) 688 : audit [DBG] from='client.? 172.21.15.82:0/3889288800' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-09-11T07:35:32.070 INFO:teuthology.orchestra.run.smithi082.stdout:128849018910 2024-09-11T07:35:32.350 INFO:teuthology.orchestra.run.smithi082.stdout:68719476771 2024-09-11T07:35:32.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:35:31 smithi189 bash[22590]: audit 2024-09-11T07:35:31.736542+0000 mon.smithi082 (mon.0) 688 : audit [DBG] from='client.? 172.21.15.82:0/3889288800' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-09-11T07:35:33.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:35:32 smithi082 bash[15107]: cluster 2024-09-11T07:35:31.429101+0000 mgr.smithi082.szoofc (mgr.14190) 196 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:35:33.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:35:32 smithi082 bash[15107]: audit 2024-09-11T07:35:31.993698+0000 mon.smithi082 (mon.0) 689 : audit [DBG] from='client.? 172.21.15.82:0/4212378995' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-09-11T07:35:33.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:35:32 smithi082 bash[15107]: audit 2024-09-11T07:35:32.068521+0000 mon.smithi082 (mon.0) 690 : audit [DBG] from='client.? 172.21.15.82:0/1505425425' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-09-11T07:35:33.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:35:32 smithi082 bash[15107]: audit 2024-09-11T07:35:32.349158+0000 mon.smithi082 (mon.0) 691 : audit [DBG] from='client.? 172.21.15.82:0/3676250215' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-09-11T07:35:33.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:35:32 smithi189 bash[22590]: cluster 2024-09-11T07:35:31.429101+0000 mgr.smithi082.szoofc (mgr.14190) 196 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:35:33.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:35:32 smithi189 bash[22590]: audit 2024-09-11T07:35:31.993698+0000 mon.smithi082 (mon.0) 689 : audit [DBG] from='client.? 172.21.15.82:0/4212378995' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-09-11T07:35:33.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:35:32 smithi189 bash[22590]: audit 2024-09-11T07:35:32.068521+0000 mon.smithi082 (mon.0) 690 : audit [DBG] from='client.? 172.21.15.82:0/1505425425' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-09-11T07:35:33.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:35:32 smithi189 bash[22590]: audit 2024-09-11T07:35:32.349158+0000 mon.smithi082 (mon.0) 691 : audit [DBG] from='client.? 172.21.15.82:0/3676250215' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-09-11T07:35:33.854 INFO:tasks.cephadm.ceph_manager.ceph:need seq 120259084313 got 120259084318 for osd.3 2024-09-11T07:35:33.854 DEBUG:teuthology.parallel:result is None 2024-09-11T07:35:33.855 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345947 got 85899345952 for osd.1 2024-09-11T07:35:33.855 DEBUG:teuthology.parallel:result is None 2024-09-11T07:35:33.914 INFO:tasks.cephadm.ceph_manager.ceph:need seq 167503724567 got 167503724572 for osd.7 2024-09-11T07:35:33.914 DEBUG:teuthology.parallel:result is None 2024-09-11T07:35:34.210 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476765 got 68719476771 for osd.0 2024-09-11T07:35:34.211 DEBUG:teuthology.parallel:result is None 2024-09-11T07:35:35.100 INFO:tasks.cephadm.ceph_manager.ceph:need seq 128849018906 got 128849018910 for osd.6 2024-09-11T07:35:35.100 DEBUG:teuthology.parallel:result is None 2024-09-11T07:35:35.120 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345948 got 85899345953 for osd.2 2024-09-11T07:35:35.120 DEBUG:teuthology.parallel:result is None 2024-09-11T07:35:35.303 INFO:teuthology.orchestra.run.smithi082.stdout:111669149727 2024-09-11T07:35:35.354 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:35:34 smithi082 bash[15107]: cluster 2024-09-11T07:35:33.429525+0000 mgr.smithi082.szoofc (mgr.14190) 197 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:35:35.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:35:34 smithi189 bash[22590]: cluster 2024-09-11T07:35:33.429525+0000 mgr.smithi082.szoofc (mgr.14190) 197 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:35:36.121 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149721 got 111669149727 for osd.4 2024-09-11T07:35:36.121 DEBUG:teuthology.parallel:result is None 2024-09-11T07:35:36.121 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-09-11T07:35:36.122 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 shell --fsid f0bd109a-700e-11ef-bcea-c7b262605968 -- ceph pg dump --format=json 2024-09-11T07:35:36.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:35:35 smithi082 bash[15107]: audit 2024-09-11T07:35:35.301104+0000 mon.smithi082 (mon.0) 692 : audit [DBG] from='client.? 172.21.15.82:0/306614029' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-09-11T07:35:36.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:35:35 smithi189 bash[22590]: audit 2024-09-11T07:35:35.301104+0000 mon.smithi082 (mon.0) 692 : audit [DBG] from='client.? 172.21.15.82:0/306614029' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-09-11T07:35:37.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:35:36 smithi082 bash[15107]: cluster 2024-09-11T07:35:35.430027+0000 mgr.smithi082.szoofc (mgr.14190) 198 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:35:37.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:35:36 smithi082 bash[15107]: audit 2024-09-11T07:35:36.637088+0000 mon.smithi082 (mon.0) 693 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:35:37.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:35:36 smithi082 bash[15107]: audit 2024-09-11T07:35:36.645398+0000 mon.smithi082 (mon.0) 694 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:35:37.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:35:36 smithi189 bash[22590]: cluster 2024-09-11T07:35:35.430027+0000 mgr.smithi082.szoofc (mgr.14190) 198 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:35:37.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:35:36 smithi189 bash[22590]: audit 2024-09-11T07:35:36.637088+0000 mon.smithi082 (mon.0) 693 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:35:37.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:35:36 smithi189 bash[22590]: audit 2024-09-11T07:35:36.645398+0000 mon.smithi082 (mon.0) 694 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:35:38.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:35:37 smithi082 bash[15107]: audit 2024-09-11T07:35:37.051923+0000 mon.smithi082 (mon.0) 695 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:35:38.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:35:37 smithi082 bash[15107]: audit 2024-09-11T07:35:37.053277+0000 mon.smithi082 (mon.0) 696 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:35:38.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:35:37 smithi082 bash[15107]: audit 2024-09-11T07:35:37.061751+0000 mon.smithi082 (mon.0) 697 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:35:38.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:35:37 smithi082 bash[15107]: audit 2024-09-11T07:35:37.064976+0000 mon.smithi082 (mon.0) 698 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-11T07:35:38.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:35:37 smithi189 bash[22590]: audit 2024-09-11T07:35:37.051923+0000 mon.smithi082 (mon.0) 695 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:35:38.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:35:37 smithi189 bash[22590]: audit 2024-09-11T07:35:37.053277+0000 mon.smithi082 (mon.0) 696 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:35:38.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:35:37 smithi189 bash[22590]: audit 2024-09-11T07:35:37.061751+0000 mon.smithi082 (mon.0) 697 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:35:38.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:35:37 smithi189 bash[22590]: audit 2024-09-11T07:35:37.064976+0000 mon.smithi082 (mon.0) 698 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-11T07:35:39.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:35:38 smithi082 bash[15107]: cluster 2024-09-11T07:35:37.430492+0000 mgr.smithi082.szoofc (mgr.14190) 199 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:35:39.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:35:38 smithi189 bash[22590]: cluster 2024-09-11T07:35:37.430492+0000 mgr.smithi082.szoofc (mgr.14190) 199 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:35:40.905 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/mon.smithi082/config 2024-09-11T07:35:41.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:35:40 smithi082 bash[15107]: cluster 2024-09-11T07:35:39.430995+0000 mgr.smithi082.szoofc (mgr.14190) 200 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:35:41.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:35:40 smithi189 bash[22590]: cluster 2024-09-11T07:35:39.430995+0000 mgr.smithi082.szoofc (mgr.14190) 200 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:35:43.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:35:42 smithi082 bash[15107]: cluster 2024-09-11T07:35:41.431530+0000 mgr.smithi082.szoofc (mgr.14190) 201 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:35:43.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:35:42 smithi189 bash[22590]: cluster 2024-09-11T07:35:41.431530+0000 mgr.smithi082.szoofc (mgr.14190) 201 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:35:44.412 INFO:teuthology.orchestra.run.smithi082.stderr:dumped all 2024-09-11T07:35:44.413 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-09-11T07:35:45.147 INFO:teuthology.orchestra.run.smithi082.stdout:{"pg_ready":true,"pg_map":{"version":180,"stamp":"2024-09-11T07:35:43.431803+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":97,"num_read_kb":83,"num_write":168,"num_write_kb":3194,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":590368,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":133,"ondisk_log_size":133,"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":2383988,"kb_used_data":5132,"kb_used_omap":13,"kb_used_meta":2378738,"kb_avail":747544460,"statfs":{"total":767926730752,"available":765485527040,"internally_reserved":0,"allocated":5255168,"data_stored":3186224,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":13632,"internal_metadata":2435828416},"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.002937"},"pg_stats":[{"pgid":"1.0","version":"30'133","reported_seq":213,"reported_epoch":43,"state":"active+clean","last_fresh":"2024-09-11T07:33:28.067809+0000","last_change":"2024-09-11T07:33:28.067809+0000","last_active":"2024-09-11T07:33:28.067809+0000","last_peered":"2024-09-11T07:33:28.067809+0000","last_clean":"2024-09-11T07:33:28.067809+0000","last_became_active":"2024-09-11T07:33:28.067129+0000","last_became_peered":"2024-09-11T07:33:28.067129+0000","last_unstale":"2024-09-11T07:33:28.067809+0000","last_undegraded":"2024-09-11T07:33:28.067809+0000","last_fullsized":"2024-09-11T07:33:28.067809+0000","mapping_epoch":42,"log_start":"0'0","ondisk_log_start":"0'0","created":21,"last_epoch_clean":43,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-11T07:33:01.917650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-11T07:33:01.917650+0000","last_clean_scrub_stamp":"2024-09-11T07:33:01.917650+0000","objects_scrubbed":0,"log_size":133,"log_dups_size":0,"ondisk_log_size":133,"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-12T13:55:41.322116+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":97,"num_read_kb":83,"num_write":168,"num_write_kb":3194,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":590368,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":97,"num_read_kb":83,"num_write":168,"num_write_kb":3194,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":590368,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":2969600,"data_stored":2951840,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":133,"ondisk_log_size":133,"up":3,"acting":3,"num_store_stats":5}],"osd_stats":[{"osd":7,"up_from":39,"seq":167503724575,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":298360,"kb_used_data":1004,"kb_used_omap":1,"kb_used_meta":297342,"kb_avail":93442696,"statfs":{"total":95990841344,"available":95685320704,"internally_reserved":0,"allocated":1028096,"data_stored":767258,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1704,"internal_metadata":304478552},"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":[],"network_ping_times":[{"osd":0,"last update":"Wed Sep 11 07:35:31 2024","interfaces":[{"interface":"back","average":{"1min":0.755,"5min":0.79100000000000004,"15min":0.79700000000000004},"min":{"1min":0.53800000000000003,"5min":0.53000000000000003,"15min":0.53000000000000003},"max":{"1min":1.0369999999999999,"5min":1.101,"15min":1.101},"last":0.82099999999999995},{"interface":"front","average":{"1min":0.83099999999999996,"5min":0.83499999999999996,"15min":0.83499999999999996},"min":{"1min":0.51700000000000002,"5min":0.51700000000000002,"15min":0.51700000000000002},"max":{"1min":1.573,"5min":1.573,"15min":1.573},"last":0.79900000000000004}]},{"osd":1,"last update":"Wed Sep 11 07:35:31 2024","interfaces":[{"interface":"back","average":{"1min":0.54900000000000004,"5min":0.68600000000000005,"15min":0.70899999999999996},"min":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"max":{"1min":0.97099999999999997,"5min":1.141,"15min":1.141},"last":0.622},{"interface":"front","average":{"1min":0.58599999999999997,"5min":0.71299999999999997,"15min":0.73399999999999999},"min":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":0.93400000000000005,"5min":1.321,"15min":1.321},"last":0.65400000000000003}]},{"osd":2,"last update":"Wed Sep 11 07:35:31 2024","interfaces":[{"interface":"back","average":{"1min":0.83199999999999996,"5min":0.86599999999999999,"15min":0.872},"min":{"1min":0.53600000000000003,"5min":0.53600000000000003,"15min":0.53600000000000003},"max":{"1min":1.4390000000000001,"5min":1.4390000000000001,"15min":1.4390000000000001},"last":0.88700000000000001},{"interface":"front","average":{"1min":0.76700000000000002,"5min":0.85899999999999999,"15min":0.874},"min":{"1min":0.51900000000000002,"5min":0.51900000000000002,"15min":0.51900000000000002},"max":{"1min":1.149,"5min":1.149,"15min":1.149},"last":0.77500000000000002}]},{"osd":3,"last update":"Wed Sep 11 07:35:31 2024","interfaces":[{"interface":"back","average":{"1min":0.60799999999999998,"5min":0.76300000000000001,"15min":0.78900000000000003},"min":{"1min":0.314,"5min":0.314,"15min":0.314},"max":{"1min":1.1220000000000001,"5min":1.137,"15min":1.137},"last":0.54200000000000004},{"interface":"front","average":{"1min":0.65100000000000002,"5min":0.78700000000000003,"15min":0.80900000000000005},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":1.1830000000000001,"5min":1.1830000000000001,"15min":1.1830000000000001},"last":0.71099999999999997}]},{"osd":4,"last update":"Wed Sep 11 07:35:31 2024","interfaces":[{"interface":"back","average":{"1min":0.84699999999999998,"5min":0.96099999999999997,"15min":0.97999999999999998},"min":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"max":{"1min":1.1830000000000001,"5min":1.294,"15min":1.294},"last":0.98799999999999999},{"interface":"front","average":{"1min":0.84699999999999998,"5min":0.99299999999999999,"15min":1.0169999999999999},"min":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"max":{"1min":1.5029999999999999,"5min":1.5029999999999999,"15min":1.5029999999999999},"last":0.94099999999999995}]},{"osd":5,"last update":"Wed Sep 11 07:35:31 2024","interfaces":[{"interface":"back","average":{"1min":0.67600000000000005,"5min":0.92100000000000004,"15min":0.96199999999999997},"min":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"max":{"1min":1.254,"5min":1.321,"15min":1.321},"last":0.84899999999999998},{"interface":"front","average":{"1min":0.74299999999999999,"5min":0.92400000000000004,"15min":0.95399999999999996},"min":{"1min":0.372,"5min":0.372,"15min":0.372},"max":{"1min":1.2110000000000001,"5min":1.383,"15min":1.383},"last":0.749}]},{"osd":6,"last update":"Wed Sep 11 07:35:31 2024","interfaces":[{"interface":"back","average":{"1min":0.91700000000000004,"5min":1.0589999999999999,"15min":1.083},"min":{"1min":0.50900000000000001,"5min":0.50900000000000001,"15min":0.50900000000000001},"max":{"1min":1.653,"5min":1.653,"15min":1.653},"last":0.873},{"interface":"front","average":{"1min":0.89100000000000001,"5min":1.0940000000000001,"15min":1.1279999999999999},"min":{"1min":0.58599999999999997,"5min":0.58599999999999997,"15min":0.58599999999999997},"max":{"1min":1.242,"5min":1.6100000000000001,"15min":1.6100000000000001},"last":1.1799999999999999}]}]},{"osd":5,"up_from":35,"seq":150323855391,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297780,"kb_used_data":424,"kb_used_omap":1,"kb_used_meta":297342,"kb_avail":93443276,"statfs":{"total":95990841344,"available":95685914624,"internally_reserved":0,"allocated":434176,"data_stored":176890,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1704,"internal_metadata":304478552},"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":[],"network_ping_times":[{"osd":0,"last update":"Wed Sep 11 07:35:20 2024","interfaces":[{"interface":"back","average":{"1min":0.79700000000000004,"5min":0.84099999999999997,"15min":0.84799999999999998},"min":{"1min":0.60099999999999998,"5min":0.52800000000000002,"15min":0.52800000000000002},"max":{"1min":1.0549999999999999,"5min":1.0600000000000001,"15min":1.0600000000000001},"last":0.85799999999999998},{"interface":"front","average":{"1min":0.84799999999999998,"5min":0.88400000000000001,"15min":0.89000000000000001},"min":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"max":{"1min":1.478,"5min":1.478,"15min":1.478},"last":1.0029999999999999}]},{"osd":1,"last update":"Wed Sep 11 07:35:20 2024","interfaces":[{"interface":"back","average":{"1min":0.59799999999999998,"5min":0.69599999999999995,"15min":0.71199999999999997},"min":{"1min":0.43099999999999999,"5min":0.43099999999999999,"15min":0.43099999999999999},"max":{"1min":1.274,"5min":1.274,"15min":1.274},"last":0.82899999999999996},{"interface":"front","average":{"1min":0.70699999999999996,"5min":0.72299999999999998,"15min":0.72599999999999998},"min":{"1min":0.48699999999999999,"5min":0.46800000000000003,"15min":0.46800000000000003},"max":{"1min":1.0640000000000001,"5min":1.2230000000000001,"15min":1.2230000000000001},"last":0.68600000000000005}]},{"osd":2,"last update":"Wed Sep 11 07:35:20 2024","interfaces":[{"interface":"back","average":{"1min":0.84899999999999998,"5min":0.91800000000000004,"15min":0.93000000000000005},"min":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"max":{"1min":1.1890000000000001,"5min":1.496,"15min":1.496},"last":0.755},{"interface":"front","average":{"1min":0.84499999999999997,"5min":0.89300000000000002,"15min":0.90100000000000002},"min":{"1min":0.69399999999999995,"5min":0.66200000000000003,"15min":0.66200000000000003},"max":{"1min":1.1020000000000001,"5min":1.21,"15min":1.21},"last":0.92800000000000005}]},{"osd":3,"last update":"Wed Sep 11 07:35:20 2024","interfaces":[{"interface":"back","average":{"1min":0.66800000000000004,"5min":0.72899999999999998,"15min":0.73899999999999999},"min":{"1min":0.317,"5min":0.317,"15min":0.317},"max":{"1min":1.0449999999999999,"5min":1.179,"15min":1.179},"last":0.72599999999999998},{"interface":"front","average":{"1min":0.72299999999999998,"5min":0.80200000000000005,"15min":0.81499999999999995},"min":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":1.238,"5min":1.4410000000000001,"15min":1.4410000000000001},"last":0.97199999999999998}]},{"osd":4,"last update":"Wed Sep 11 07:35:20 2024","interfaces":[{"interface":"back","average":{"1min":0.88300000000000001,"5min":0.95999999999999996,"15min":0.97299999999999998},"min":{"1min":0.65000000000000002,"5min":0.65000000000000002,"15min":0.65000000000000002},"max":{"1min":1.1870000000000001,"5min":1.659,"15min":1.659},"last":0.80400000000000005},{"interface":"front","average":{"1min":0.97499999999999998,"5min":0.999,"15min":1.0029999999999999},"min":{"1min":0.64100000000000001,"5min":0.628,"15min":0.628},"max":{"1min":1.583,"5min":1.601,"15min":1.601},"last":1.0289999999999999}]},{"osd":6,"last update":"Wed Sep 11 07:35:20 2024","interfaces":[{"interface":"back","average":{"1min":0.93300000000000005,"5min":1,"15min":1.0109999999999999},"min":{"1min":0.68899999999999995,"5min":0.55800000000000005,"15min":0.55800000000000005},"max":{"1min":1.1619999999999999,"5min":1.4319999999999999,"15min":1.4319999999999999},"last":1.0740000000000001},{"interface":"front","average":{"1min":0.98299999999999998,"5min":1.089,"15min":1.107},"min":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"max":{"1min":1.1950000000000001,"5min":1.599,"15min":1.599},"last":1.141}]},{"osd":7,"last update":"Wed Sep 11 07:35:30 2024","interfaces":[{"interface":"back","average":{"1min":0.69999999999999996,"5min":0.91400000000000003,"15min":0.94999999999999996},"min":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"max":{"1min":1.0900000000000001,"5min":1.5600000000000001,"15min":1.5600000000000001},"last":0.878},{"interface":"front","average":{"1min":0.82299999999999995,"5min":0.95399999999999996,"15min":0.97599999999999998},"min":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"max":{"1min":1.2330000000000001,"5min":1.3169999999999999,"15min":1.3169999999999999},"last":1.093}]}]},{"osd":6,"up_from":30,"seq":128849018913,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297780,"kb_used_data":424,"kb_used_omap":1,"kb_used_meta":297342,"kb_avail":93443276,"statfs":{"total":95990841344,"available":95685914624,"internally_reserved":0,"allocated":434176,"data_stored":176890,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1704,"internal_metadata":304478552},"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":[],"network_ping_times":[{"osd":0,"last update":"Wed Sep 11 07:35:13 2024","interfaces":[{"interface":"back","average":{"1min":0.65400000000000003,"5min":0.72699999999999998,"15min":0.73899999999999999},"min":{"1min":0.48299999999999998,"5min":0.436,"15min":0.436},"max":{"1min":0.97099999999999997,"5min":1.127,"15min":1.127},"last":0.70299999999999996},{"interface":"front","average":{"1min":0.72799999999999998,"5min":0.752,"15min":0.75600000000000001},"min":{"1min":0.51100000000000001,"5min":0.46600000000000003,"15min":0.46600000000000003},"max":{"1min":1.1180000000000001,"5min":1.1180000000000001,"15min":1.1180000000000001},"last":0.91500000000000004}]},{"osd":1,"last update":"Wed Sep 11 07:35:13 2024","interfaces":[{"interface":"back","average":{"1min":0.88500000000000001,"5min":0.877,"15min":0.875},"min":{"1min":0.64200000000000002,"5min":0.64200000000000002,"15min":0.64200000000000002},"max":{"1min":1.1579999999999999,"5min":1.2150000000000001,"15min":1.2150000000000001},"last":1.268},{"interface":"front","average":{"1min":0.98399999999999999,"5min":0.96799999999999997,"15min":0.96499999999999997},"min":{"1min":0.77600000000000002,"5min":0.65300000000000002,"15min":0.65300000000000002},"max":{"1min":1.153,"5min":1.2589999999999999,"15min":1.2589999999999999},"last":0.95699999999999996}]},{"osd":2,"last update":"Wed Sep 11 07:35:13 2024","interfaces":[{"interface":"back","average":{"1min":0.84999999999999998,"5min":0.83399999999999996,"15min":0.83099999999999996},"min":{"1min":0.627,"5min":0.44800000000000001,"15min":0.44800000000000001},"max":{"1min":1.1579999999999999,"5min":1.224,"15min":1.224},"last":0.60599999999999998},{"interface":"front","average":{"1min":0.79200000000000004,"5min":0.76800000000000002,"15min":0.76400000000000001},"min":{"1min":0.504,"5min":0.48699999999999999,"15min":0.48699999999999999},"max":{"1min":1.129,"5min":1.129,"15min":1.129},"last":0.72999999999999998}]},{"osd":3,"last update":"Wed Sep 11 07:35:13 2024","interfaces":[{"interface":"back","average":{"1min":0.86799999999999999,"5min":0.876,"15min":0.877},"min":{"1min":0.65900000000000003,"5min":0.61099999999999999,"15min":0.61099999999999999},"max":{"1min":1.1619999999999999,"5min":1.1619999999999999,"15min":1.1619999999999999},"last":1.0229999999999999},{"interface":"front","average":{"1min":0.98199999999999998,"5min":0.998,"15min":1},"min":{"1min":0.68200000000000005,"5min":0.68200000000000005,"15min":0.68200000000000005},"max":{"1min":1.4079999999999999,"5min":1.4079999999999999,"15min":1.4079999999999999},"last":0.78200000000000003}]},{"osd":4,"last update":"Wed Sep 11 07:35:13 2024","interfaces":[{"interface":"back","average":{"1min":0.88200000000000001,"5min":0.90200000000000002,"15min":0.90500000000000003},"min":{"1min":0.64200000000000002,"5min":0.60099999999999998,"15min":0.60099999999999998},"max":{"1min":1.0860000000000001,"5min":1.252,"15min":1.252},"last":0.80800000000000005},{"interface":"front","average":{"1min":0.94599999999999995,"5min":1.002,"15min":1.0109999999999999},"min":{"1min":0.68999999999999995,"5min":0.68999999999999995,"15min":0.68999999999999995},"max":{"1min":1.226,"5min":1.3600000000000001,"15min":1.3600000000000001},"last":0.97699999999999998}]},{"osd":5,"last update":"Wed Sep 11 07:35:24 2024","interfaces":[{"interface":"back","average":{"1min":1.022,"5min":1.0720000000000001,"15min":1.0800000000000001},"min":{"1min":0.76700000000000002,"5min":0.76700000000000002,"15min":0.76700000000000002},"max":{"1min":1.3600000000000001,"5min":1.367,"15min":1.367},"last":1.0600000000000001},{"interface":"front","average":{"1min":1.032,"5min":1.0800000000000001,"15min":1.0880000000000001},"min":{"1min":0.80700000000000005,"5min":0.80700000000000005,"15min":0.80700000000000005},"max":{"1min":1.222,"5min":1.377,"15min":1.377},"last":1.0960000000000001}]},{"osd":7,"last update":"Wed Sep 11 07:35:34 2024","interfaces":[{"interface":"back","average":{"1min":1.0589999999999999,"5min":1.1060000000000001,"15min":1.1140000000000001},"min":{"1min":0.80200000000000005,"5min":0.80200000000000005,"15min":0.80200000000000005},"max":{"1min":1.268,"5min":1.3240000000000001,"15min":1.3240000000000001},"last":1.202},{"interface":"front","average":{"1min":1.034,"5min":1.1060000000000001,"15min":1.1180000000000001},"min":{"1min":0.84799999999999998,"5min":0.81200000000000006,"15min":0.81200000000000006},"max":{"1min":1.288,"5min":1.3740000000000001,"15min":1.3740000000000001},"last":1.1499999999999999}]}]},{"osd":3,"up_from":28,"seq":120259084321,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":298368,"kb_used_data":1004,"kb_used_omap":1,"kb_used_meta":297342,"kb_avail":93442688,"statfs":{"total":95990841344,"available":95685312512,"internally_reserved":0,"allocated":1028096,"data_stored":767258,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1704,"internal_metadata":304478552},"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":[],"network_ping_times":[{"osd":0,"last update":"Wed Sep 11 07:35:17 2024","interfaces":[{"interface":"back","average":{"1min":0.752,"5min":0.88200000000000001,"15min":0.90400000000000003},"min":{"1min":0.501,"5min":0.501,"15min":0.501},"max":{"1min":0.97299999999999998,"5min":1.4279999999999999,"15min":1.4279999999999999},"last":1.2949999999999999},{"interface":"front","average":{"1min":0.89000000000000001,"5min":0.84799999999999998,"15min":0.84099999999999997},"min":{"1min":0.60099999999999998,"5min":0.51500000000000001,"15min":0.51500000000000001},"max":{"1min":1.2609999999999999,"5min":1.306,"15min":1.306},"last":0.84799999999999998}]},{"osd":1,"last update":"Wed Sep 11 07:35:17 2024","interfaces":[{"interface":"back","average":{"1min":0.60799999999999998,"5min":0.628,"15min":0.63200000000000001},"min":{"1min":0.38,"5min":0.38,"15min":0.38},"max":{"1min":0.91600000000000004,"5min":1.0820000000000001,"15min":1.0820000000000001},"last":0.98699999999999999},{"interface":"front","average":{"1min":0.72999999999999998,"5min":0.68899999999999995,"15min":0.68200000000000005},"min":{"1min":0.34300000000000003,"5min":0.34300000000000003,"15min":0.34300000000000003},"max":{"1min":1.165,"5min":1.165,"15min":1.165},"last":1.1000000000000001}]},{"osd":2,"last update":"Wed Sep 11 07:35:17 2024","interfaces":[{"interface":"back","average":{"1min":0.85599999999999998,"5min":0.91500000000000004,"15min":0.92500000000000004},"min":{"1min":0.67600000000000005,"5min":0.66400000000000003,"15min":0.66400000000000003},"max":{"1min":1.0229999999999999,"5min":1.2629999999999999,"15min":1.2629999999999999},"last":0.71799999999999997},{"interface":"front","average":{"1min":0.85999999999999999,"5min":0.92000000000000004,"15min":0.93000000000000005},"min":{"1min":0.70899999999999996,"5min":0.64700000000000002,"15min":0.64700000000000002},"max":{"1min":0.97699999999999998,"5min":2.1440000000000001,"15min":2.1440000000000001},"last":1.198}]},{"osd":4,"last update":"Wed Sep 11 07:35:17 2024","interfaces":[{"interface":"back","average":{"1min":0.89700000000000002,"5min":0.98499999999999999,"15min":1},"min":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"max":{"1min":1.1779999999999999,"5min":1.7969999999999999,"15min":1.7969999999999999},"last":1.2430000000000001},{"interface":"front","average":{"1min":0.81000000000000005,"5min":0.88200000000000001,"15min":0.89400000000000002},"min":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"max":{"1min":1.145,"5min":1.333,"15min":1.333},"last":0.81100000000000005}]},{"osd":5,"last update":"Wed Sep 11 07:35:23 2024","interfaces":[{"interface":"back","average":{"1min":0.78600000000000003,"5min":0.83399999999999996,"15min":0.84199999999999997},"min":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":1.1439999999999999,"5min":1.2969999999999999,"15min":1.2969999999999999},"last":0.93300000000000005},{"interface":"front","average":{"1min":0.71999999999999997,"5min":0.77000000000000002,"15min":0.77800000000000002},"min":{"1min":0.44800000000000001,"5min":0.433,"15min":0.433},"max":{"1min":1.149,"5min":1.254,"15min":1.254},"last":0.89100000000000001}]},{"osd":6,"last update":"Wed Sep 11 07:35:17 2024","interfaces":[{"interface":"back","average":{"1min":0.89500000000000002,"5min":0.96599999999999997,"15min":0.97799999999999998},"min":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"max":{"1min":1.204,"5min":1.4790000000000001,"15min":1.4790000000000001},"last":1.0609999999999999},{"interface":"front","average":{"1min":0.98299999999999998,"5min":1.0349999999999999,"15min":1.0429999999999999},"min":{"1min":0.61699999999999999,"5min":0.61699999999999999,"15min":0.61699999999999999},"max":{"1min":1.2110000000000001,"5min":1.7010000000000001,"15min":1.7010000000000001},"last":1.333}]},{"osd":7,"last update":"Wed Sep 11 07:35:28 2024","interfaces":[{"interface":"back","average":{"1min":0.86799999999999999,"5min":0.97699999999999998,"15min":0.995},"min":{"1min":0.433,"5min":0.433,"15min":0.433},"max":{"1min":1.228,"5min":1.399,"15min":1.399},"last":1.383},{"interface":"front","average":{"1min":0.80600000000000005,"5min":0.88,"15min":0.89200000000000002},"min":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"max":{"1min":1.2010000000000001,"5min":1.333,"15min":1.333},"last":1.151}]}]},{"osd":4,"up_from":26,"seq":111669149729,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297780,"kb_used_data":424,"kb_used_omap":1,"kb_used_meta":297342,"kb_avail":93443276,"statfs":{"total":95990841344,"available":95685914624,"internally_reserved":0,"allocated":434176,"data_stored":176890,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1704,"internal_metadata":304478552},"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":[],"network_ping_times":[{"osd":0,"last update":"Wed Sep 11 07:35:12 2024","interfaces":[{"interface":"back","average":{"1min":0.72399999999999998,"5min":0.73499999999999999,"15min":0.73699999999999999},"min":{"1min":0.47299999999999998,"5min":0.47299999999999998,"15min":0.47299999999999998},"max":{"1min":1.234,"5min":1.234,"15min":1.234},"last":0.85799999999999998},{"interface":"front","average":{"1min":0.86699999999999999,"5min":0.875,"15min":0.877},"min":{"1min":0.66000000000000003,"5min":0.66000000000000003,"15min":0.66000000000000003},"max":{"1min":1.1120000000000001,"5min":1.2350000000000001,"15min":1.2350000000000001},"last":0.73199999999999998}]},{"osd":1,"last update":"Wed Sep 11 07:35:12 2024","interfaces":[{"interface":"back","average":{"1min":0.92700000000000005,"5min":0.89200000000000002,"15min":0.88600000000000001},"min":{"1min":0.71699999999999997,"5min":0.53700000000000003,"15min":0.53700000000000003},"max":{"1min":1.129,"5min":1.1619999999999999,"15min":1.1619999999999999},"last":0.88400000000000001},{"interface":"front","average":{"1min":0.87,"5min":0.91400000000000003,"15min":0.92200000000000004},"min":{"1min":0.64800000000000002,"5min":0.64800000000000002,"15min":0.64800000000000002},"max":{"1min":1.0209999999999999,"5min":1.214,"15min":1.214},"last":1.004}]},{"osd":2,"last update":"Wed Sep 11 07:35:12 2024","interfaces":[{"interface":"back","average":{"1min":0.72499999999999998,"5min":0.71299999999999997,"15min":0.71099999999999997},"min":{"1min":0.59599999999999997,"5min":0.58999999999999997,"15min":0.58999999999999997},"max":{"1min":0.97899999999999998,"5min":0.97899999999999998,"15min":0.97899999999999998},"last":0.64400000000000002},{"interface":"front","average":{"1min":0.872,"5min":0.82799999999999996,"15min":0.82099999999999995},"min":{"1min":0.56999999999999995,"5min":0.56200000000000006,"15min":0.56200000000000006},"max":{"1min":1.3089999999999999,"5min":1.3600000000000001,"15min":1.3600000000000001},"last":0.81100000000000005}]},{"osd":3,"last update":"Wed Sep 11 07:35:12 2024","interfaces":[{"interface":"back","average":{"1min":0.96199999999999997,"5min":0.91700000000000004,"15min":0.90900000000000003},"min":{"1min":0.75900000000000001,"5min":0.67600000000000005,"15min":0.67600000000000005},"max":{"1min":1.119,"5min":1.123,"15min":1.123},"last":1.0549999999999999},{"interface":"front","average":{"1min":0.91500000000000004,"5min":0.94199999999999995,"15min":0.94599999999999995},"min":{"1min":0.749,"5min":0.65500000000000003,"15min":0.65500000000000003},"max":{"1min":1.224,"5min":1.274,"15min":1.274},"last":0.67200000000000004}]},{"osd":5,"last update":"Wed Sep 11 07:35:23 2024","interfaces":[{"interface":"back","average":{"1min":1.048,"5min":1.004,"15min":0.996},"min":{"1min":0.88900000000000001,"5min":0.77300000000000002,"15min":0.77300000000000002},"max":{"1min":1.27,"5min":1.27,"15min":1.27},"last":0.95799999999999996},{"interface":"front","average":{"1min":0.94799999999999995,"5min":0.94499999999999995,"15min":0.94499999999999995},"min":{"1min":0.67700000000000005,"5min":0.63800000000000001,"15min":0.63800000000000001},"max":{"1min":1.107,"5min":1.238,"15min":1.238},"last":0.84199999999999997}]},{"osd":6,"last update":"Wed Sep 11 07:35:19 2024","interfaces":[{"interface":"back","average":{"1min":1.004,"5min":0.98099999999999998,"15min":0.97699999999999998},"min":{"1min":0.73799999999999999,"5min":0.55500000000000005,"15min":0.55500000000000005},"max":{"1min":1.29,"5min":1.3149999999999999,"15min":1.3149999999999999},"last":0.745},{"interface":"front","average":{"1min":0.998,"5min":0.95799999999999996,"15min":0.95099999999999996},"min":{"1min":0.84899999999999998,"5min":0.70899999999999996,"15min":0.70899999999999996},"max":{"1min":1.1439999999999999,"5min":1.1599999999999999,"15min":1.1599999999999999},"last":0.78500000000000003}]},{"osd":7,"last update":"Wed Sep 11 07:35:26 2024","interfaces":[{"interface":"back","average":{"1min":1.0680000000000001,"5min":1.044,"15min":1.04},"min":{"1min":0.81499999999999995,"5min":0.81499999999999995,"15min":0.81499999999999995},"max":{"1min":1.2090000000000001,"5min":1.3109999999999999,"15min":1.3109999999999999},"last":0.90700000000000003},{"interface":"front","average":{"1min":1.0369999999999999,"5min":1.0629999999999999,"15min":1.0669999999999999},"min":{"1min":0.83599999999999997,"5min":0.83599999999999997,"15min":0.83599999999999997},"max":{"1min":1.3660000000000001,"5min":1.3660000000000001,"15min":1.3660000000000001},"last":0.93899999999999995}]}]},{"osd":2,"up_from":20,"seq":85899345956,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297780,"kb_used_data":424,"kb_used_omap":1,"kb_used_meta":297342,"kb_avail":93443276,"statfs":{"total":95990841344,"available":95685914624,"internally_reserved":0,"allocated":434176,"data_stored":176890,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1704,"internal_metadata":304478552},"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":[],"network_ping_times":[{"osd":0,"last update":"Wed Sep 11 07:35:04 2024","interfaces":[{"interface":"back","average":{"1min":0.68700000000000006,"5min":0.65300000000000002,"15min":0.64700000000000002},"min":{"1min":0.439,"5min":0.27900000000000003,"15min":0.27900000000000003},"max":{"1min":1.056,"5min":1.056,"15min":1.056},"last":0.61099999999999999},{"interface":"front","average":{"1min":0.67200000000000004,"5min":0.68600000000000005,"15min":0.68799999999999994},"min":{"1min":0.44,"5min":0.39000000000000001,"15min":0.39000000000000001},"max":{"1min":0.91400000000000003,"5min":1.105,"15min":1.105},"last":0.503}]},{"osd":1,"last update":"Wed Sep 11 07:35:04 2024","interfaces":[{"interface":"back","average":{"1min":0.82999999999999996,"5min":0.79800000000000004,"15min":0.79300000000000004},"min":{"1min":0.55900000000000005,"5min":0.48899999999999999,"15min":0.48899999999999999},"max":{"1min":1.175,"5min":1.175,"15min":1.175},"last":0.747},{"interface":"front","average":{"1min":0.84299999999999997,"5min":0.876,"15min":0.88200000000000001},"min":{"1min":0.55900000000000005,"5min":0.54400000000000004,"15min":0.54400000000000004},"max":{"1min":1.0980000000000001,"5min":1.246,"15min":1.246},"last":0.79600000000000004}]},{"osd":3,"last update":"Wed Sep 11 07:35:12 2024","interfaces":[{"interface":"back","average":{"1min":0.90300000000000002,"5min":0.96399999999999997,"15min":0.97399999999999998},"min":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"max":{"1min":1.143,"5min":1.214,"15min":1.214},"last":0.98699999999999999},{"interface":"front","average":{"1min":0.86899999999999999,"5min":0.88900000000000001,"15min":0.89200000000000002},"min":{"1min":0.59199999999999997,"5min":0.54600000000000004,"15min":0.54600000000000004},"max":{"1min":1.1950000000000001,"5min":1.25,"15min":1.25},"last":0.71599999999999997}]},{"osd":4,"last update":"Wed Sep 11 07:35:09 2024","interfaces":[{"interface":"back","average":{"1min":0.81299999999999994,"5min":0.86799999999999999,"15min":0.877},"min":{"1min":0.45400000000000001,"5min":0.45400000000000001,"15min":0.45400000000000001},"max":{"1min":1.151,"5min":1.264,"15min":1.264},"last":0.93799999999999994},{"interface":"front","average":{"1min":0.80100000000000005,"5min":0.86099999999999999,"15min":0.871},"min":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"max":{"1min":1.1279999999999999,"5min":1.538,"15min":1.538},"last":0.57899999999999996}]},{"osd":5,"last update":"Wed Sep 11 07:35:21 2024","interfaces":[{"interface":"back","average":{"1min":1.02,"5min":1.022,"15min":1.022},"min":{"1min":0.76800000000000002,"5min":0.66300000000000003,"15min":0.66300000000000003},"max":{"1min":1.256,"5min":1.3320000000000001,"15min":1.3320000000000001},"last":1.032},{"interface":"front","average":{"1min":0.96999999999999997,"5min":0.99299999999999999,"15min":0.997},"min":{"1min":0.71299999999999997,"5min":0.69399999999999995,"15min":0.69399999999999995},"max":{"1min":1.1799999999999999,"5min":1.4550000000000001,"15min":1.4550000000000001},"last":0.77000000000000002}]},{"osd":6,"last update":"Wed Sep 11 07:35:15 2024","interfaces":[{"interface":"back","average":{"1min":0.95299999999999996,"5min":0.92700000000000005,"15min":0.92300000000000004},"min":{"1min":0.64900000000000002,"5min":0.64900000000000002,"15min":0.64900000000000002},"max":{"1min":1.2,"5min":1.355,"15min":1.355},"last":0.65400000000000003},{"interface":"front","average":{"1min":0.88800000000000001,"5min":0.96799999999999997,"15min":0.98099999999999998},"min":{"1min":0.64300000000000002,"5min":0.57199999999999995,"15min":0.57199999999999995},"max":{"1min":1.1140000000000001,"5min":1.228,"15min":1.228},"last":0.85099999999999998}]},{"osd":7,"last update":"Wed Sep 11 07:35:27 2024","interfaces":[{"interface":"back","average":{"1min":0.94699999999999995,"5min":0.97499999999999998,"15min":0.97899999999999998},"min":{"1min":0.69099999999999995,"5min":0.69099999999999995,"15min":0.69099999999999995},"max":{"1min":1.1950000000000001,"5min":1.2390000000000001,"15min":1.2390000000000001},"last":0.91400000000000003},{"interface":"front","average":{"1min":1.087,"5min":1.0880000000000001,"15min":1.0880000000000001},"min":{"1min":0.83099999999999996,"5min":0.81000000000000005,"15min":0.81000000000000005},"max":{"1min":1.3740000000000001,"5min":1.595,"15min":1.595},"last":0.88400000000000001}]}]},{"osd":1,"up_from":20,"seq":85899345955,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297780,"kb_used_data":424,"kb_used_omap":1,"kb_used_meta":297342,"kb_avail":93443276,"statfs":{"total":95990841344,"available":95685914624,"internally_reserved":0,"allocated":434176,"data_stored":176890,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1704,"internal_metadata":304478552},"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":[],"network_ping_times":[{"osd":0,"last update":"Wed Sep 11 07:35:07 2024","interfaces":[{"interface":"back","average":{"1min":0.88400000000000001,"5min":0.874,"15min":0.872},"min":{"1min":0.56000000000000005,"5min":0.45900000000000002,"15min":0.45900000000000002},"max":{"1min":1.5840000000000001,"5min":1.5840000000000001,"15min":1.5840000000000001},"last":0.71099999999999997},{"interface":"front","average":{"1min":0.78100000000000003,"5min":0.76500000000000001,"15min":0.76300000000000001},"min":{"1min":0.56899999999999995,"5min":0.56499999999999995,"15min":0.56499999999999995},"max":{"1min":1.103,"5min":1.103,"15min":1.103},"last":0.90700000000000003}]},{"osd":2,"last update":"Wed Sep 11 07:35:07 2024","interfaces":[{"interface":"back","average":{"1min":0.91800000000000004,"5min":0.91600000000000004,"15min":0.91600000000000004},"min":{"1min":0.65600000000000003,"5min":0.60299999999999998,"15min":0.60299999999999998},"max":{"1min":1.2130000000000001,"5min":1.266,"15min":1.266},"last":0.873},{"interface":"front","average":{"1min":0.88400000000000001,"5min":0.80200000000000005,"15min":0.78800000000000003},"min":{"1min":0.47099999999999997,"5min":0.47099999999999997,"15min":0.47099999999999997},"max":{"1min":1.623,"5min":1.623,"15min":1.623},"last":0.79400000000000004}]},{"osd":3,"last update":"Wed Sep 11 07:35:13 2024","interfaces":[{"interface":"back","average":{"1min":0.69999999999999996,"5min":0.754,"15min":0.76300000000000001},"min":{"1min":0.47299999999999998,"5min":0.47299999999999998,"15min":0.47299999999999998},"max":{"1min":1.079,"5min":1.1819999999999999,"15min":1.1819999999999999},"last":0.88900000000000001},{"interface":"front","average":{"1min":0.70299999999999996,"5min":0.69499999999999995,"15min":0.69399999999999995},"min":{"1min":0.33400000000000002,"5min":0.33400000000000002,"15min":0.33400000000000002},"max":{"1min":1.2030000000000001,"5min":1.2030000000000001,"15min":1.2030000000000001},"last":0.61499999999999999}]},{"osd":4,"last update":"Wed Sep 11 07:35:13 2024","interfaces":[{"interface":"back","average":{"1min":0.89500000000000002,"5min":0.92700000000000005,"15min":0.93300000000000005},"min":{"1min":0.61099999999999999,"5min":0.61099999999999999,"15min":0.61099999999999999},"max":{"1min":1.167,"5min":1.2330000000000001,"15min":1.2330000000000001},"last":0.82499999999999996},{"interface":"front","average":{"1min":0.91200000000000003,"5min":0.88500000000000001,"15min":0.88100000000000001},"min":{"1min":0.64000000000000001,"5min":0.63200000000000001,"15min":0.63200000000000001},"max":{"1min":1.145,"5min":1.2310000000000001,"15min":1.2310000000000001},"last":0.84599999999999997}]},{"osd":5,"last update":"Wed Sep 11 07:35:23 2024","interfaces":[{"interface":"back","average":{"1min":0.73499999999999999,"5min":0.90300000000000002,"15min":0.93100000000000005},"min":{"1min":0.42799999999999999,"5min":0.42799999999999999,"15min":0.42799999999999999},"max":{"1min":1.022,"5min":1.228,"15min":1.228},"last":0.51400000000000001},{"interface":"front","average":{"1min":0.77300000000000002,"5min":0.878,"15min":0.89600000000000002},"min":{"1min":0.44500000000000001,"5min":0.44500000000000001,"15min":0.44500000000000001},"max":{"1min":1.238,"5min":1.272,"15min":1.272},"last":0.66000000000000003}]},{"osd":6,"last update":"Wed Sep 11 07:35:20 2024","interfaces":[{"interface":"back","average":{"1min":0.85599999999999998,"5min":0.90900000000000003,"15min":0.91800000000000004},"min":{"1min":0.54900000000000004,"5min":0.50800000000000001,"15min":0.50800000000000001},"max":{"1min":1.107,"5min":1.726,"15min":1.726},"last":0.754},{"interface":"front","average":{"1min":0.98199999999999998,"5min":1.0620000000000001,"15min":1.0760000000000001},"min":{"1min":0.71199999999999997,"5min":0.61199999999999999,"15min":0.61199999999999999},"max":{"1min":1.321,"5min":1.341,"15min":1.341},"last":0.94099999999999995}]},{"osd":7,"last update":"Wed Sep 11 07:35:27 2024","interfaces":[{"interface":"back","average":{"1min":0.78900000000000003,"5min":0.96499999999999997,"15min":0.99399999999999999},"min":{"1min":0.47399999999999998,"5min":0.47399999999999998,"15min":0.47399999999999998},"max":{"1min":1.2,"5min":1.3089999999999999,"15min":1.3089999999999999},"last":0.95899999999999996},{"interface":"front","average":{"1min":0.80600000000000005,"5min":1.034,"15min":1.0720000000000001},"min":{"1min":0.42099999999999999,"5min":0.42099999999999999,"15min":0.42099999999999999},"max":{"1min":1.2569999999999999,"5min":1.365,"15min":1.365},"last":0.97799999999999998}]}]},{"osd":0,"up_from":16,"seq":68719476773,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":298360,"kb_used_data":1004,"kb_used_omap":1,"kb_used_meta":297342,"kb_avail":93442696,"statfs":{"total":95990841344,"available":95685320704,"internally_reserved":0,"allocated":1028096,"data_stored":767258,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1704,"internal_metadata":304478552},"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":[],"network_ping_times":[{"osd":1,"last update":"Wed Sep 11 07:35:05 2024","interfaces":[{"interface":"back","average":{"1min":0.81100000000000005,"5min":0.79600000000000004,"15min":0.79400000000000004},"min":{"1min":0.45100000000000001,"5min":0.45100000000000001,"15min":0.45100000000000001},"max":{"1min":1.1599999999999999,"5min":1.1599999999999999,"15min":1.1599999999999999},"last":0.76500000000000001},{"interface":"front","average":{"1min":0.73999999999999999,"5min":0.81999999999999995,"15min":0.83299999999999996},"min":{"1min":0.46000000000000002,"5min":0.46000000000000002,"15min":0.46000000000000002},"max":{"1min":1.0569999999999999,"5min":1.2589999999999999,"15min":1.2589999999999999},"last":0.876}]},{"osd":2,"last update":"Wed Sep 11 07:35:05 2024","interfaces":[{"interface":"back","average":{"1min":0.73299999999999998,"5min":0.71299999999999997,"15min":0.70899999999999996},"min":{"1min":0.35199999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"max":{"1min":1.006,"5min":1.0149999999999999,"15min":1.0149999999999999},"last":0.96999999999999997},{"interface":"front","average":{"1min":0.72899999999999998,"5min":0.80000000000000004,"15min":0.81200000000000006},"min":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"max":{"1min":1.196,"5min":1.196,"15min":1.196},"last":0.85599999999999998}]},{"osd":3,"last update":"Wed Sep 11 07:35:17 2024","interfaces":[{"interface":"back","average":{"1min":0.83899999999999997,"5min":0.86799999999999999,"15min":0.873},"min":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"max":{"1min":1.1499999999999999,"5min":1.1499999999999999,"15min":1.1499999999999999},"last":0.81499999999999995},{"interface":"front","average":{"1min":0.91600000000000004,"5min":0.88,"15min":0.874},"min":{"1min":0.68899999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"max":{"1min":1.165,"5min":1.165,"15min":1.165},"last":0.60399999999999998}]},{"osd":4,"last update":"Wed Sep 11 07:35:11 2024","interfaces":[{"interface":"back","average":{"1min":0.81100000000000005,"5min":0.82699999999999996,"15min":0.82999999999999996},"min":{"1min":0.437,"5min":0.437,"15min":0.437},"max":{"1min":1.129,"5min":1.1850000000000001,"15min":1.1850000000000001},"last":0.94899999999999995},{"interface":"front","average":{"1min":0.78400000000000003,"5min":0.78400000000000003,"15min":0.78400000000000003},"min":{"1min":0.32700000000000001,"5min":0.32700000000000001,"15min":0.32700000000000001},"max":{"1min":1.133,"5min":1.1399999999999999,"15min":1.1399999999999999},"last":0.71999999999999997}]},{"osd":5,"last update":"Wed Sep 11 07:35:22 2024","interfaces":[{"interface":"back","average":{"1min":0.88800000000000001,"5min":0.89000000000000001,"15min":0.89000000000000001},"min":{"1min":0.66100000000000003,"5min":0.63900000000000001,"15min":0.63900000000000001},"max":{"1min":1.077,"5min":1.2050000000000001,"15min":1.2050000000000001},"last":0.64000000000000001},{"interface":"front","average":{"1min":0.998,"5min":0.99099999999999999,"15min":0.98999999999999999},"min":{"1min":0.753,"5min":0.626,"15min":0.626},"max":{"1min":1.286,"5min":1.286,"15min":1.286},"last":1.004}]},{"osd":6,"last update":"Wed Sep 11 07:35:17 2024","interfaces":[{"interface":"back","average":{"1min":0.93700000000000006,"5min":0.879,"15min":0.86899999999999999},"min":{"1min":0.379,"5min":0.379,"15min":0.379},"max":{"1min":1.1990000000000001,"5min":1.1990000000000001,"15min":1.1990000000000001},"last":0.93000000000000005},{"interface":"front","average":{"1min":1.0309999999999999,"5min":1.0129999999999999,"15min":1.01},"min":{"1min":0.42099999999999999,"5min":0.42099999999999999,"15min":0.42099999999999999},"max":{"1min":1.1619999999999999,"5min":1.2430000000000001,"15min":1.2430000000000001},"last":1.0389999999999999}]},{"osd":7,"last update":"Wed Sep 11 07:35:28 2024","interfaces":[{"interface":"back","average":{"1min":1.0629999999999999,"5min":1.0660000000000001,"15min":1.0660000000000001},"min":{"1min":0.83799999999999997,"5min":0.59499999999999997,"15min":0.59499999999999997},"max":{"1min":1.2849999999999999,"5min":1.6759999999999999,"15min":1.6759999999999999},"last":0.90400000000000003},{"interface":"front","average":{"1min":1.091,"5min":1.091,"15min":1.091},"min":{"1min":0.86899999999999999,"5min":0.66500000000000004,"15min":0.66500000000000004},"max":{"1min":1.2430000000000001,"5min":1.429,"15min":1.429},"last":1.069}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-09-11T07:35:45.149 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 shell --fsid f0bd109a-700e-11ef-bcea-c7b262605968 -- ceph pg dump --format=json 2024-09-11T07:35:45.404 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:35:44 smithi082 bash[15107]: cluster 2024-09-11T07:35:43.432063+0000 mgr.smithi082.szoofc (mgr.14190) 202 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:35:45.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:35:44 smithi189 bash[22590]: cluster 2024-09-11T07:35:43.432063+0000 mgr.smithi082.szoofc (mgr.14190) 202 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:35:46.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:35:45 smithi082 bash[15107]: audit 2024-09-11T07:35:44.405247+0000 mgr.smithi082.szoofc (mgr.14190) 203 : audit [DBG] from='client.14458 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T07:35:46.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:35:45 smithi082 bash[15107]: audit 2024-09-11T07:35:45.432562+0000 mon.smithi082 (mon.0) 699 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:35:46.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:35:45 smithi189 bash[22590]: audit 2024-09-11T07:35:44.405247+0000 mgr.smithi082.szoofc (mgr.14190) 203 : audit [DBG] from='client.14458 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T07:35:46.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:35:45 smithi189 bash[22590]: audit 2024-09-11T07:35:45.432562+0000 mon.smithi082 (mon.0) 699 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:35:47.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:35:46 smithi082 bash[15107]: cluster 2024-09-11T07:35:45.432682+0000 mgr.smithi082.szoofc (mgr.14190) 204 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:35:47.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:35:46 smithi189 bash[22590]: cluster 2024-09-11T07:35:45.432682+0000 mgr.smithi082.szoofc (mgr.14190) 204 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:35:48.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:35:48 smithi082 bash[15107]: cluster 2024-09-11T07:35:47.433316+0000 mgr.smithi082.szoofc (mgr.14190) 205 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:35:48.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:35:48 smithi189 bash[22590]: cluster 2024-09-11T07:35:47.433316+0000 mgr.smithi082.szoofc (mgr.14190) 205 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:35:49.933 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/mon.smithi082/config 2024-09-11T07:35:50.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:35:50 smithi082 bash[15107]: cluster 2024-09-11T07:35:49.433887+0000 mgr.smithi082.szoofc (mgr.14190) 206 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:35:50.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:35:50 smithi189 bash[22590]: cluster 2024-09-11T07:35:49.433887+0000 mgr.smithi082.szoofc (mgr.14190) 206 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:35:52.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:35:52 smithi082 bash[15107]: cluster 2024-09-11T07:35:51.434486+0000 mgr.smithi082.szoofc (mgr.14190) 207 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:35:52.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:35:52 smithi189 bash[22590]: cluster 2024-09-11T07:35:51.434486+0000 mgr.smithi082.szoofc (mgr.14190) 207 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:35:53.373 INFO:teuthology.orchestra.run.smithi082.stderr:dumped all 2024-09-11T07:35:53.374 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-09-11T07:35:54.187 INFO:teuthology.orchestra.run.smithi082.stdout:{"pg_ready":true,"pg_map":{"version":184,"stamp":"2024-09-11T07:35:51.434137+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":97,"num_read_kb":83,"num_write":168,"num_write_kb":3194,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":590368,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":133,"ondisk_log_size":133,"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":2383988,"kb_used_data":5132,"kb_used_omap":13,"kb_used_meta":2378738,"kb_avail":747544460,"statfs":{"total":767926730752,"available":765485527040,"internally_reserved":0,"allocated":5255168,"data_stored":3186224,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":13632,"internal_metadata":2435828416},"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.003384"},"pg_stats":[{"pgid":"1.0","version":"30'133","reported_seq":213,"reported_epoch":43,"state":"active+clean","last_fresh":"2024-09-11T07:33:28.067809+0000","last_change":"2024-09-11T07:33:28.067809+0000","last_active":"2024-09-11T07:33:28.067809+0000","last_peered":"2024-09-11T07:33:28.067809+0000","last_clean":"2024-09-11T07:33:28.067809+0000","last_became_active":"2024-09-11T07:33:28.067129+0000","last_became_peered":"2024-09-11T07:33:28.067129+0000","last_unstale":"2024-09-11T07:33:28.067809+0000","last_undegraded":"2024-09-11T07:33:28.067809+0000","last_fullsized":"2024-09-11T07:33:28.067809+0000","mapping_epoch":42,"log_start":"0'0","ondisk_log_start":"0'0","created":21,"last_epoch_clean":43,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-11T07:33:01.917650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-11T07:33:01.917650+0000","last_clean_scrub_stamp":"2024-09-11T07:33:01.917650+0000","objects_scrubbed":0,"log_size":133,"log_dups_size":0,"ondisk_log_size":133,"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-12T13:55:41.322116+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":97,"num_read_kb":83,"num_write":168,"num_write_kb":3194,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":590368,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":97,"num_read_kb":83,"num_write":168,"num_write_kb":3194,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":590368,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":2969600,"data_stored":2951840,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":133,"ondisk_log_size":133,"up":3,"acting":3,"num_store_stats":5}],"osd_stats":[{"osd":7,"up_from":39,"seq":167503724577,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":298360,"kb_used_data":1004,"kb_used_omap":1,"kb_used_meta":297342,"kb_avail":93442696,"statfs":{"total":95990841344,"available":95685320704,"internally_reserved":0,"allocated":1028096,"data_stored":767258,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1704,"internal_metadata":304478552},"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":[],"network_ping_times":[{"osd":0,"last update":"Wed Sep 11 07:35:31 2024","interfaces":[{"interface":"back","average":{"1min":0.755,"5min":0.79100000000000004,"15min":0.79700000000000004},"min":{"1min":0.53800000000000003,"5min":0.53000000000000003,"15min":0.53000000000000003},"max":{"1min":1.0369999999999999,"5min":1.101,"15min":1.101},"last":0.72699999999999998},{"interface":"front","average":{"1min":0.83099999999999996,"5min":0.83499999999999996,"15min":0.83499999999999996},"min":{"1min":0.51700000000000002,"5min":0.51700000000000002,"15min":0.51700000000000002},"max":{"1min":1.573,"5min":1.573,"15min":1.573},"last":0.69999999999999996}]},{"osd":1,"last update":"Wed Sep 11 07:35:31 2024","interfaces":[{"interface":"back","average":{"1min":0.54900000000000004,"5min":0.68600000000000005,"15min":0.70899999999999996},"min":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"max":{"1min":0.97099999999999997,"5min":1.141,"15min":1.141},"last":0.57699999999999996},{"interface":"front","average":{"1min":0.58599999999999997,"5min":0.71299999999999997,"15min":0.73399999999999999},"min":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":0.93400000000000005,"5min":1.321,"15min":1.321},"last":0.76400000000000001}]},{"osd":2,"last update":"Wed Sep 11 07:35:31 2024","interfaces":[{"interface":"back","average":{"1min":0.83199999999999996,"5min":0.86599999999999999,"15min":0.872},"min":{"1min":0.53600000000000003,"5min":0.53600000000000003,"15min":0.53600000000000003},"max":{"1min":1.4390000000000001,"5min":1.4390000000000001,"15min":1.4390000000000001},"last":0.999},{"interface":"front","average":{"1min":0.76700000000000002,"5min":0.85899999999999999,"15min":0.874},"min":{"1min":0.51900000000000002,"5min":0.51900000000000002,"15min":0.51900000000000002},"max":{"1min":1.149,"5min":1.149,"15min":1.149},"last":0.66800000000000004}]},{"osd":3,"last update":"Wed Sep 11 07:35:31 2024","interfaces":[{"interface":"back","average":{"1min":0.60799999999999998,"5min":0.76300000000000001,"15min":0.78900000000000003},"min":{"1min":0.314,"5min":0.314,"15min":0.314},"max":{"1min":1.1220000000000001,"5min":1.137,"15min":1.137},"last":1.024},{"interface":"front","average":{"1min":0.65100000000000002,"5min":0.78700000000000003,"15min":0.80900000000000005},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":1.1830000000000001,"5min":1.1830000000000001,"15min":1.1830000000000001},"last":0.84199999999999997}]},{"osd":4,"last update":"Wed Sep 11 07:35:31 2024","interfaces":[{"interface":"back","average":{"1min":0.84699999999999998,"5min":0.96099999999999997,"15min":0.97999999999999998},"min":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"max":{"1min":1.1830000000000001,"5min":1.294,"15min":1.294},"last":0.94399999999999995},{"interface":"front","average":{"1min":0.84699999999999998,"5min":0.99299999999999999,"15min":1.0169999999999999},"min":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"max":{"1min":1.5029999999999999,"5min":1.5029999999999999,"15min":1.5029999999999999},"last":0.86499999999999999}]},{"osd":5,"last update":"Wed Sep 11 07:35:31 2024","interfaces":[{"interface":"back","average":{"1min":0.67600000000000005,"5min":0.92100000000000004,"15min":0.96199999999999997},"min":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"max":{"1min":1.254,"5min":1.321,"15min":1.321},"last":0.79200000000000004},{"interface":"front","average":{"1min":0.74299999999999999,"5min":0.92400000000000004,"15min":0.95399999999999996},"min":{"1min":0.372,"5min":0.372,"15min":0.372},"max":{"1min":1.2110000000000001,"5min":1.383,"15min":1.383},"last":0.90400000000000003}]},{"osd":6,"last update":"Wed Sep 11 07:35:31 2024","interfaces":[{"interface":"back","average":{"1min":0.91700000000000004,"5min":1.0589999999999999,"15min":1.083},"min":{"1min":0.50900000000000001,"5min":0.50900000000000001,"15min":0.50900000000000001},"max":{"1min":1.653,"5min":1.653,"15min":1.653},"last":0.81999999999999995},{"interface":"front","average":{"1min":0.89100000000000001,"5min":1.0940000000000001,"15min":1.1279999999999999},"min":{"1min":0.58599999999999997,"5min":0.58599999999999997,"15min":0.58599999999999997},"max":{"1min":1.242,"5min":1.6100000000000001,"15min":1.6100000000000001},"last":1.165}]}]},{"osd":5,"up_from":35,"seq":150323855393,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297780,"kb_used_data":424,"kb_used_omap":1,"kb_used_meta":297342,"kb_avail":93443276,"statfs":{"total":95990841344,"available":95685914624,"internally_reserved":0,"allocated":434176,"data_stored":176890,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1704,"internal_metadata":304478552},"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":[],"network_ping_times":[{"osd":0,"last update":"Wed Sep 11 07:35:20 2024","interfaces":[{"interface":"back","average":{"1min":0.79700000000000004,"5min":0.84099999999999997,"15min":0.84799999999999998},"min":{"1min":0.60099999999999998,"5min":0.52800000000000002,"15min":0.52800000000000002},"max":{"1min":1.0549999999999999,"5min":1.0600000000000001,"15min":1.0600000000000001},"last":0.98299999999999998},{"interface":"front","average":{"1min":0.84799999999999998,"5min":0.88400000000000001,"15min":0.89000000000000001},"min":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"max":{"1min":1.478,"5min":1.478,"15min":1.478},"last":0.93500000000000005}]},{"osd":1,"last update":"Wed Sep 11 07:35:20 2024","interfaces":[{"interface":"back","average":{"1min":0.59799999999999998,"5min":0.69599999999999995,"15min":0.71199999999999997},"min":{"1min":0.43099999999999999,"5min":0.43099999999999999,"15min":0.43099999999999999},"max":{"1min":1.274,"5min":1.274,"15min":1.274},"last":1.143},{"interface":"front","average":{"1min":0.70699999999999996,"5min":0.72299999999999998,"15min":0.72599999999999998},"min":{"1min":0.48699999999999999,"5min":0.46800000000000003,"15min":0.46800000000000003},"max":{"1min":1.0640000000000001,"5min":1.2230000000000001,"15min":1.2230000000000001},"last":0.74099999999999999}]},{"osd":2,"last update":"Wed Sep 11 07:35:20 2024","interfaces":[{"interface":"back","average":{"1min":0.84899999999999998,"5min":0.91800000000000004,"15min":0.93000000000000005},"min":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"max":{"1min":1.1890000000000001,"5min":1.496,"15min":1.496},"last":0.80900000000000005},{"interface":"front","average":{"1min":0.84499999999999997,"5min":0.89300000000000002,"15min":0.90100000000000002},"min":{"1min":0.69399999999999995,"5min":0.66200000000000003,"15min":0.66200000000000003},"max":{"1min":1.1020000000000001,"5min":1.21,"15min":1.21},"last":0.84099999999999997}]},{"osd":3,"last update":"Wed Sep 11 07:35:20 2024","interfaces":[{"interface":"back","average":{"1min":0.66800000000000004,"5min":0.72899999999999998,"15min":0.73899999999999999},"min":{"1min":0.317,"5min":0.317,"15min":0.317},"max":{"1min":1.0449999999999999,"5min":1.179,"15min":1.179},"last":1.069},{"interface":"front","average":{"1min":0.72299999999999998,"5min":0.80200000000000005,"15min":0.81499999999999995},"min":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":1.238,"5min":1.4410000000000001,"15min":1.4410000000000001},"last":0.90300000000000002}]},{"osd":4,"last update":"Wed Sep 11 07:35:20 2024","interfaces":[{"interface":"back","average":{"1min":0.88300000000000001,"5min":0.95999999999999996,"15min":0.97299999999999998},"min":{"1min":0.65000000000000002,"5min":0.65000000000000002,"15min":0.65000000000000002},"max":{"1min":1.1870000000000001,"5min":1.659,"15min":1.659},"last":1.169},{"interface":"front","average":{"1min":0.97499999999999998,"5min":0.999,"15min":1.0029999999999999},"min":{"1min":0.64100000000000001,"5min":0.628,"15min":0.628},"max":{"1min":1.583,"5min":1.601,"15min":1.601},"last":1.0249999999999999}]},{"osd":6,"last update":"Wed Sep 11 07:35:20 2024","interfaces":[{"interface":"back","average":{"1min":0.93300000000000005,"5min":1,"15min":1.0109999999999999},"min":{"1min":0.68899999999999995,"5min":0.55800000000000005,"15min":0.55800000000000005},"max":{"1min":1.1619999999999999,"5min":1.4319999999999999,"15min":1.4319999999999999},"last":1.131},{"interface":"front","average":{"1min":0.98299999999999998,"5min":1.089,"15min":1.107},"min":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"max":{"1min":1.1950000000000001,"5min":1.599,"15min":1.599},"last":1.194}]},{"osd":7,"last update":"Wed Sep 11 07:35:30 2024","interfaces":[{"interface":"back","average":{"1min":0.69999999999999996,"5min":0.91400000000000003,"15min":0.94999999999999996},"min":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"max":{"1min":1.0900000000000001,"5min":1.5600000000000001,"15min":1.5600000000000001},"last":1.2210000000000001},{"interface":"front","average":{"1min":0.82299999999999995,"5min":0.95399999999999996,"15min":0.97599999999999998},"min":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"max":{"1min":1.2330000000000001,"5min":1.3169999999999999,"15min":1.3169999999999999},"last":1.1020000000000001}]}]},{"osd":6,"up_from":30,"seq":128849018914,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297780,"kb_used_data":424,"kb_used_omap":1,"kb_used_meta":297342,"kb_avail":93443276,"statfs":{"total":95990841344,"available":95685914624,"internally_reserved":0,"allocated":434176,"data_stored":176890,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1704,"internal_metadata":304478552},"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":[],"network_ping_times":[{"osd":0,"last update":"Wed Sep 11 07:35:13 2024","interfaces":[{"interface":"back","average":{"1min":0.65400000000000003,"5min":0.72699999999999998,"15min":0.73899999999999999},"min":{"1min":0.48299999999999998,"5min":0.436,"15min":0.436},"max":{"1min":0.97099999999999997,"5min":1.127,"15min":1.127},"last":0.63100000000000001},{"interface":"front","average":{"1min":0.72799999999999998,"5min":0.752,"15min":0.75600000000000001},"min":{"1min":0.51100000000000001,"5min":0.46600000000000003,"15min":0.46600000000000003},"max":{"1min":1.1180000000000001,"5min":1.1180000000000001,"15min":1.1180000000000001},"last":0.92000000000000004}]},{"osd":1,"last update":"Wed Sep 11 07:35:13 2024","interfaces":[{"interface":"back","average":{"1min":0.88500000000000001,"5min":0.877,"15min":0.875},"min":{"1min":0.64200000000000002,"5min":0.64200000000000002,"15min":0.64200000000000002},"max":{"1min":1.1579999999999999,"5min":1.2150000000000001,"15min":1.2150000000000001},"last":0.76900000000000002},{"interface":"front","average":{"1min":0.98399999999999999,"5min":0.96799999999999997,"15min":0.96499999999999997},"min":{"1min":0.77600000000000002,"5min":0.65300000000000002,"15min":0.65300000000000002},"max":{"1min":1.153,"5min":1.2589999999999999,"15min":1.2589999999999999},"last":0.72699999999999998}]},{"osd":2,"last update":"Wed Sep 11 07:35:13 2024","interfaces":[{"interface":"back","average":{"1min":0.84999999999999998,"5min":0.83399999999999996,"15min":0.83099999999999996},"min":{"1min":0.627,"5min":0.44800000000000001,"15min":0.44800000000000001},"max":{"1min":1.1579999999999999,"5min":1.224,"15min":1.224},"last":0.94899999999999995},{"interface":"front","average":{"1min":0.79200000000000004,"5min":0.76800000000000002,"15min":0.76400000000000001},"min":{"1min":0.504,"5min":0.48699999999999999,"15min":0.48699999999999999},"max":{"1min":1.129,"5min":1.129,"15min":1.129},"last":0.66200000000000003}]},{"osd":3,"last update":"Wed Sep 11 07:35:13 2024","interfaces":[{"interface":"back","average":{"1min":0.86799999999999999,"5min":0.876,"15min":0.877},"min":{"1min":0.65900000000000003,"5min":0.61099999999999999,"15min":0.61099999999999999},"max":{"1min":1.1619999999999999,"5min":1.1619999999999999,"15min":1.1619999999999999},"last":0.69899999999999995},{"interface":"front","average":{"1min":0.98199999999999998,"5min":0.998,"15min":1},"min":{"1min":0.68200000000000005,"5min":0.68200000000000005,"15min":0.68200000000000005},"max":{"1min":1.4079999999999999,"5min":1.4079999999999999,"15min":1.4079999999999999},"last":0.84599999999999997}]},{"osd":4,"last update":"Wed Sep 11 07:35:13 2024","interfaces":[{"interface":"back","average":{"1min":0.88200000000000001,"5min":0.90200000000000002,"15min":0.90500000000000003},"min":{"1min":0.64200000000000002,"5min":0.60099999999999998,"15min":0.60099999999999998},"max":{"1min":1.0860000000000001,"5min":1.252,"15min":1.252},"last":0.81799999999999995},{"interface":"front","average":{"1min":0.94599999999999995,"5min":1.002,"15min":1.0109999999999999},"min":{"1min":0.68999999999999995,"5min":0.68999999999999995,"15min":0.68999999999999995},"max":{"1min":1.226,"5min":1.3600000000000001,"15min":1.3600000000000001},"last":0.89300000000000002}]},{"osd":5,"last update":"Wed Sep 11 07:35:24 2024","interfaces":[{"interface":"back","average":{"1min":1.022,"5min":1.0720000000000001,"15min":1.0800000000000001},"min":{"1min":0.76700000000000002,"5min":0.76700000000000002,"15min":0.76700000000000002},"max":{"1min":1.3600000000000001,"5min":1.367,"15min":1.367},"last":1.002},{"interface":"front","average":{"1min":1.032,"5min":1.0800000000000001,"15min":1.0880000000000001},"min":{"1min":0.80700000000000005,"5min":0.80700000000000005,"15min":0.80700000000000005},"max":{"1min":1.222,"5min":1.377,"15min":1.377},"last":1.028}]},{"osd":7,"last update":"Wed Sep 11 07:35:34 2024","interfaces":[{"interface":"back","average":{"1min":1.0589999999999999,"5min":1.1060000000000001,"15min":1.1140000000000001},"min":{"1min":0.80200000000000005,"5min":0.80200000000000005,"15min":0.80200000000000005},"max":{"1min":1.268,"5min":1.3240000000000001,"15min":1.3240000000000001},"last":0.96999999999999997},{"interface":"front","average":{"1min":1.034,"5min":1.1060000000000001,"15min":1.1180000000000001},"min":{"1min":0.84799999999999998,"5min":0.81200000000000006,"15min":0.81200000000000006},"max":{"1min":1.288,"5min":1.3740000000000001,"15min":1.3740000000000001},"last":1.093}]}]},{"osd":3,"up_from":28,"seq":120259084323,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":298368,"kb_used_data":1004,"kb_used_omap":1,"kb_used_meta":297342,"kb_avail":93442688,"statfs":{"total":95990841344,"available":95685312512,"internally_reserved":0,"allocated":1028096,"data_stored":767258,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1704,"internal_metadata":304478552},"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":[],"network_ping_times":[{"osd":0,"last update":"Wed Sep 11 07:35:17 2024","interfaces":[{"interface":"back","average":{"1min":0.752,"5min":0.88200000000000001,"15min":0.90400000000000003},"min":{"1min":0.501,"5min":0.501,"15min":0.501},"max":{"1min":0.97299999999999998,"5min":1.4279999999999999,"15min":1.4279999999999999},"last":0.79200000000000004},{"interface":"front","average":{"1min":0.89000000000000001,"5min":0.84799999999999998,"15min":0.84099999999999997},"min":{"1min":0.60099999999999998,"5min":0.51500000000000001,"15min":0.51500000000000001},"max":{"1min":1.2609999999999999,"5min":1.306,"15min":1.306},"last":1.1719999999999999}]},{"osd":1,"last update":"Wed Sep 11 07:35:17 2024","interfaces":[{"interface":"back","average":{"1min":0.60799999999999998,"5min":0.628,"15min":0.63200000000000001},"min":{"1min":0.38,"5min":0.38,"15min":0.38},"max":{"1min":0.91600000000000004,"5min":1.0820000000000001,"15min":1.0820000000000001},"last":0.58099999999999996},{"interface":"front","average":{"1min":0.72999999999999998,"5min":0.68899999999999995,"15min":0.68200000000000005},"min":{"1min":0.34300000000000003,"5min":0.34300000000000003,"15min":0.34300000000000003},"max":{"1min":1.165,"5min":1.165,"15min":1.165},"last":1.012}]},{"osd":2,"last update":"Wed Sep 11 07:35:17 2024","interfaces":[{"interface":"back","average":{"1min":0.85599999999999998,"5min":0.91500000000000004,"15min":0.92500000000000004},"min":{"1min":0.67600000000000005,"5min":0.66400000000000003,"15min":0.66400000000000003},"max":{"1min":1.0229999999999999,"5min":1.2629999999999999,"15min":1.2629999999999999},"last":0.97999999999999998},{"interface":"front","average":{"1min":0.85999999999999999,"5min":0.92000000000000004,"15min":0.93000000000000005},"min":{"1min":0.70899999999999996,"5min":0.64700000000000002,"15min":0.64700000000000002},"max":{"1min":0.97699999999999998,"5min":2.1440000000000001,"15min":2.1440000000000001},"last":0.94699999999999995}]},{"osd":4,"last update":"Wed Sep 11 07:35:17 2024","interfaces":[{"interface":"back","average":{"1min":0.89700000000000002,"5min":0.98499999999999999,"15min":1},"min":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"max":{"1min":1.1779999999999999,"5min":1.7969999999999999,"15min":1.7969999999999999},"last":0.81399999999999995},{"interface":"front","average":{"1min":0.81000000000000005,"5min":0.88200000000000001,"15min":0.89400000000000002},"min":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"max":{"1min":1.145,"5min":1.333,"15min":1.333},"last":1.0509999999999999}]},{"osd":5,"last update":"Wed Sep 11 07:35:23 2024","interfaces":[{"interface":"back","average":{"1min":0.78600000000000003,"5min":0.83399999999999996,"15min":0.84199999999999997},"min":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":1.1439999999999999,"5min":1.2969999999999999,"15min":1.2969999999999999},"last":0.65200000000000002},{"interface":"front","average":{"1min":0.71999999999999997,"5min":0.77000000000000002,"15min":0.77800000000000002},"min":{"1min":0.44800000000000001,"5min":0.433,"15min":0.433},"max":{"1min":1.149,"5min":1.254,"15min":1.254},"last":0.748}]},{"osd":6,"last update":"Wed Sep 11 07:35:17 2024","interfaces":[{"interface":"back","average":{"1min":0.89500000000000002,"5min":0.96599999999999997,"15min":0.97799999999999998},"min":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"max":{"1min":1.204,"5min":1.4790000000000001,"15min":1.4790000000000001},"last":0.92100000000000004},{"interface":"front","average":{"1min":0.98299999999999998,"5min":1.0349999999999999,"15min":1.0429999999999999},"min":{"1min":0.61699999999999999,"5min":0.61699999999999999,"15min":0.61699999999999999},"max":{"1min":1.2110000000000001,"5min":1.7010000000000001,"15min":1.7010000000000001},"last":1.1040000000000001}]},{"osd":7,"last update":"Wed Sep 11 07:35:28 2024","interfaces":[{"interface":"back","average":{"1min":0.86799999999999999,"5min":0.97699999999999998,"15min":0.995},"min":{"1min":0.433,"5min":0.433,"15min":0.433},"max":{"1min":1.228,"5min":1.399,"15min":1.399},"last":0.88200000000000001},{"interface":"front","average":{"1min":0.80600000000000005,"5min":0.88,"15min":0.89200000000000002},"min":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"max":{"1min":1.2010000000000001,"5min":1.333,"15min":1.333},"last":0.83999999999999997}]}]},{"osd":4,"up_from":26,"seq":111669149730,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297780,"kb_used_data":424,"kb_used_omap":1,"kb_used_meta":297342,"kb_avail":93443276,"statfs":{"total":95990841344,"available":95685914624,"internally_reserved":0,"allocated":434176,"data_stored":176890,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1704,"internal_metadata":304478552},"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":[],"network_ping_times":[{"osd":0,"last update":"Wed Sep 11 07:35:12 2024","interfaces":[{"interface":"back","average":{"1min":0.72399999999999998,"5min":0.73499999999999999,"15min":0.73699999999999999},"min":{"1min":0.47299999999999998,"5min":0.47299999999999998,"15min":0.47299999999999998},"max":{"1min":1.234,"5min":1.234,"15min":1.234},"last":0.78700000000000003},{"interface":"front","average":{"1min":0.86699999999999999,"5min":0.875,"15min":0.877},"min":{"1min":0.66000000000000003,"5min":0.66000000000000003,"15min":0.66000000000000003},"max":{"1min":1.1120000000000001,"5min":1.2350000000000001,"15min":1.2350000000000001},"last":0.81799999999999995}]},{"osd":1,"last update":"Wed Sep 11 07:35:12 2024","interfaces":[{"interface":"back","average":{"1min":0.92700000000000005,"5min":0.89200000000000002,"15min":0.88600000000000001},"min":{"1min":0.71699999999999997,"5min":0.53700000000000003,"15min":0.53700000000000003},"max":{"1min":1.129,"5min":1.1619999999999999,"15min":1.1619999999999999},"last":0.752},{"interface":"front","average":{"1min":0.87,"5min":0.91400000000000003,"15min":0.92200000000000004},"min":{"1min":0.64800000000000002,"5min":0.64800000000000002,"15min":0.64800000000000002},"max":{"1min":1.0209999999999999,"5min":1.214,"15min":1.214},"last":1.0329999999999999}]},{"osd":2,"last update":"Wed Sep 11 07:35:12 2024","interfaces":[{"interface":"back","average":{"1min":0.72499999999999998,"5min":0.71299999999999997,"15min":0.71099999999999997},"min":{"1min":0.59599999999999997,"5min":0.58999999999999997,"15min":0.58999999999999997},"max":{"1min":0.97899999999999998,"5min":0.97899999999999998,"15min":0.97899999999999998},"last":0.65800000000000003},{"interface":"front","average":{"1min":0.872,"5min":0.82799999999999996,"15min":0.82099999999999995},"min":{"1min":0.56999999999999995,"5min":0.56200000000000006,"15min":0.56200000000000006},"max":{"1min":1.3089999999999999,"5min":1.3600000000000001,"15min":1.3600000000000001},"last":0.871}]},{"osd":3,"last update":"Wed Sep 11 07:35:12 2024","interfaces":[{"interface":"back","average":{"1min":0.96199999999999997,"5min":0.91700000000000004,"15min":0.90900000000000003},"min":{"1min":0.75900000000000001,"5min":0.67600000000000005,"15min":0.67600000000000005},"max":{"1min":1.119,"5min":1.123,"15min":1.123},"last":0.84999999999999998},{"interface":"front","average":{"1min":0.91500000000000004,"5min":0.94199999999999995,"15min":0.94599999999999995},"min":{"1min":0.749,"5min":0.65500000000000003,"15min":0.65500000000000003},"max":{"1min":1.224,"5min":1.274,"15min":1.274},"last":0.96699999999999997}]},{"osd":5,"last update":"Wed Sep 11 07:35:23 2024","interfaces":[{"interface":"back","average":{"1min":1.048,"5min":1.004,"15min":0.996},"min":{"1min":0.88900000000000001,"5min":0.77300000000000002,"15min":0.77300000000000002},"max":{"1min":1.27,"5min":1.27,"15min":1.27},"last":1.085},{"interface":"front","average":{"1min":0.94799999999999995,"5min":0.94499999999999995,"15min":0.94499999999999995},"min":{"1min":0.67700000000000005,"5min":0.63800000000000001,"15min":0.63800000000000001},"max":{"1min":1.107,"5min":1.238,"15min":1.238},"last":0.92000000000000004}]},{"osd":6,"last update":"Wed Sep 11 07:35:19 2024","interfaces":[{"interface":"back","average":{"1min":1.004,"5min":0.98099999999999998,"15min":0.97699999999999998},"min":{"1min":0.73799999999999999,"5min":0.55500000000000005,"15min":0.55500000000000005},"max":{"1min":1.29,"5min":1.3149999999999999,"15min":1.3149999999999999},"last":0.94599999999999995},{"interface":"front","average":{"1min":0.998,"5min":0.95799999999999996,"15min":0.95099999999999996},"min":{"1min":0.84899999999999998,"5min":0.70899999999999996,"15min":0.70899999999999996},"max":{"1min":1.1439999999999999,"5min":1.1599999999999999,"15min":1.1599999999999999},"last":0.99299999999999999}]},{"osd":7,"last update":"Wed Sep 11 07:35:26 2024","interfaces":[{"interface":"back","average":{"1min":1.0680000000000001,"5min":1.044,"15min":1.04},"min":{"1min":0.81499999999999995,"5min":0.81499999999999995,"15min":0.81499999999999995},"max":{"1min":1.2090000000000001,"5min":1.3109999999999999,"15min":1.3109999999999999},"last":1.0609999999999999},{"interface":"front","average":{"1min":1.0369999999999999,"5min":1.0629999999999999,"15min":1.0669999999999999},"min":{"1min":0.83599999999999997,"5min":0.83599999999999997,"15min":0.83599999999999997},"max":{"1min":1.3660000000000001,"5min":1.3660000000000001,"15min":1.3660000000000001},"last":1.016}]}]},{"osd":2,"up_from":20,"seq":85899345957,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297780,"kb_used_data":424,"kb_used_omap":1,"kb_used_meta":297342,"kb_avail":93443276,"statfs":{"total":95990841344,"available":95685914624,"internally_reserved":0,"allocated":434176,"data_stored":176890,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1704,"internal_metadata":304478552},"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":[],"network_ping_times":[{"osd":0,"last update":"Wed Sep 11 07:35:04 2024","interfaces":[{"interface":"back","average":{"1min":0.68700000000000006,"5min":0.65300000000000002,"15min":0.64700000000000002},"min":{"1min":0.439,"5min":0.27900000000000003,"15min":0.27900000000000003},"max":{"1min":1.056,"5min":1.056,"15min":1.056},"last":0.52200000000000002},{"interface":"front","average":{"1min":0.67200000000000004,"5min":0.68600000000000005,"15min":0.68799999999999994},"min":{"1min":0.44,"5min":0.39000000000000001,"15min":0.39000000000000001},"max":{"1min":0.91400000000000003,"5min":1.105,"15min":1.105},"last":0.63600000000000001}]},{"osd":1,"last update":"Wed Sep 11 07:35:04 2024","interfaces":[{"interface":"back","average":{"1min":0.82999999999999996,"5min":0.79800000000000004,"15min":0.79300000000000004},"min":{"1min":0.55900000000000005,"5min":0.48899999999999999,"15min":0.48899999999999999},"max":{"1min":1.175,"5min":1.175,"15min":1.175},"last":0.75800000000000001},{"interface":"front","average":{"1min":0.84299999999999997,"5min":0.876,"15min":0.88200000000000001},"min":{"1min":0.55900000000000005,"5min":0.54400000000000004,"15min":0.54400000000000004},"max":{"1min":1.0980000000000001,"5min":1.246,"15min":1.246},"last":0.72299999999999998}]},{"osd":3,"last update":"Wed Sep 11 07:35:12 2024","interfaces":[{"interface":"back","average":{"1min":0.90300000000000002,"5min":0.96399999999999997,"15min":0.97399999999999998},"min":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"max":{"1min":1.143,"5min":1.214,"15min":1.214},"last":0.83499999999999996},{"interface":"front","average":{"1min":0.86899999999999999,"5min":0.88900000000000001,"15min":0.89200000000000002},"min":{"1min":0.59199999999999997,"5min":0.54600000000000004,"15min":0.54600000000000004},"max":{"1min":1.1950000000000001,"5min":1.25,"15min":1.25},"last":1}]},{"osd":4,"last update":"Wed Sep 11 07:35:09 2024","interfaces":[{"interface":"back","average":{"1min":0.81299999999999994,"5min":0.86799999999999999,"15min":0.877},"min":{"1min":0.45400000000000001,"5min":0.45400000000000001,"15min":0.45400000000000001},"max":{"1min":1.151,"5min":1.264,"15min":1.264},"last":0.90100000000000002},{"interface":"front","average":{"1min":0.80100000000000005,"5min":0.86099999999999999,"15min":0.871},"min":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"max":{"1min":1.1279999999999999,"5min":1.538,"15min":1.538},"last":1.077}]},{"osd":5,"last update":"Wed Sep 11 07:35:21 2024","interfaces":[{"interface":"back","average":{"1min":1.02,"5min":1.022,"15min":1.022},"min":{"1min":0.76800000000000002,"5min":0.66300000000000003,"15min":0.66300000000000003},"max":{"1min":1.256,"5min":1.3320000000000001,"15min":1.3320000000000001},"last":1.1240000000000001},{"interface":"front","average":{"1min":0.96999999999999997,"5min":0.99299999999999999,"15min":0.997},"min":{"1min":0.71299999999999997,"5min":0.69399999999999995,"15min":0.69399999999999995},"max":{"1min":1.1799999999999999,"5min":1.4550000000000001,"15min":1.4550000000000001},"last":0.80400000000000005}]},{"osd":6,"last update":"Wed Sep 11 07:35:15 2024","interfaces":[{"interface":"back","average":{"1min":0.95299999999999996,"5min":0.92700000000000005,"15min":0.92300000000000004},"min":{"1min":0.64900000000000002,"5min":0.64900000000000002,"15min":0.64900000000000002},"max":{"1min":1.2,"5min":1.355,"15min":1.355},"last":0.92900000000000005},{"interface":"front","average":{"1min":0.88800000000000001,"5min":0.96799999999999997,"15min":0.98099999999999998},"min":{"1min":0.64300000000000002,"5min":0.57199999999999995,"15min":0.57199999999999995},"max":{"1min":1.1140000000000001,"5min":1.228,"15min":1.228},"last":0.86599999999999999}]},{"osd":7,"last update":"Wed Sep 11 07:35:27 2024","interfaces":[{"interface":"back","average":{"1min":0.94699999999999995,"5min":0.97499999999999998,"15min":0.97899999999999998},"min":{"1min":0.69099999999999995,"5min":0.69099999999999995,"15min":0.69099999999999995},"max":{"1min":1.1950000000000001,"5min":1.2390000000000001,"15min":1.2390000000000001},"last":0.96699999999999997},{"interface":"front","average":{"1min":1.087,"5min":1.0880000000000001,"15min":1.0880000000000001},"min":{"1min":0.83099999999999996,"5min":0.81000000000000005,"15min":0.81000000000000005},"max":{"1min":1.3740000000000001,"5min":1.595,"15min":1.595},"last":1.04}]}]},{"osd":1,"up_from":20,"seq":85899345956,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297780,"kb_used_data":424,"kb_used_omap":1,"kb_used_meta":297342,"kb_avail":93443276,"statfs":{"total":95990841344,"available":95685914624,"internally_reserved":0,"allocated":434176,"data_stored":176890,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1704,"internal_metadata":304478552},"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":[],"network_ping_times":[{"osd":0,"last update":"Wed Sep 11 07:35:07 2024","interfaces":[{"interface":"back","average":{"1min":0.88400000000000001,"5min":0.874,"15min":0.872},"min":{"1min":0.56000000000000005,"5min":0.45900000000000002,"15min":0.45900000000000002},"max":{"1min":1.5840000000000001,"5min":1.5840000000000001,"15min":1.5840000000000001},"last":0.91300000000000003},{"interface":"front","average":{"1min":0.78100000000000003,"5min":0.76500000000000001,"15min":0.76300000000000001},"min":{"1min":0.56899999999999995,"5min":0.56499999999999995,"15min":0.56499999999999995},"max":{"1min":1.103,"5min":1.103,"15min":1.103},"last":0.63400000000000001}]},{"osd":2,"last update":"Wed Sep 11 07:35:07 2024","interfaces":[{"interface":"back","average":{"1min":0.91800000000000004,"5min":0.91600000000000004,"15min":0.91600000000000004},"min":{"1min":0.65600000000000003,"5min":0.60299999999999998,"15min":0.60299999999999998},"max":{"1min":1.2130000000000001,"5min":1.266,"15min":1.266},"last":1.002},{"interface":"front","average":{"1min":0.88400000000000001,"5min":0.80200000000000005,"15min":0.78800000000000003},"min":{"1min":0.47099999999999997,"5min":0.47099999999999997,"15min":0.47099999999999997},"max":{"1min":1.623,"5min":1.623,"15min":1.623},"last":0.66300000000000003}]},{"osd":3,"last update":"Wed Sep 11 07:35:13 2024","interfaces":[{"interface":"back","average":{"1min":0.69999999999999996,"5min":0.754,"15min":0.76300000000000001},"min":{"1min":0.47299999999999998,"5min":0.47299999999999998,"15min":0.47299999999999998},"max":{"1min":1.079,"5min":1.1819999999999999,"15min":1.1819999999999999},"last":0.88500000000000001},{"interface":"front","average":{"1min":0.70299999999999996,"5min":0.69499999999999995,"15min":0.69399999999999995},"min":{"1min":0.33400000000000002,"5min":0.33400000000000002,"15min":0.33400000000000002},"max":{"1min":1.2030000000000001,"5min":1.2030000000000001,"15min":1.2030000000000001},"last":0.81499999999999995}]},{"osd":4,"last update":"Wed Sep 11 07:35:13 2024","interfaces":[{"interface":"back","average":{"1min":0.89500000000000002,"5min":0.92700000000000005,"15min":0.93300000000000005},"min":{"1min":0.61099999999999999,"5min":0.61099999999999999,"15min":0.61099999999999999},"max":{"1min":1.167,"5min":1.2330000000000001,"15min":1.2330000000000001},"last":1.1419999999999999},{"interface":"front","average":{"1min":0.91200000000000003,"5min":0.88500000000000001,"15min":0.88100000000000001},"min":{"1min":0.64000000000000001,"5min":0.63200000000000001,"15min":0.63200000000000001},"max":{"1min":1.145,"5min":1.2310000000000001,"15min":1.2310000000000001},"last":1.032}]},{"osd":5,"last update":"Wed Sep 11 07:35:23 2024","interfaces":[{"interface":"back","average":{"1min":0.73499999999999999,"5min":0.90300000000000002,"15min":0.93100000000000005},"min":{"1min":0.42799999999999999,"5min":0.42799999999999999,"15min":0.42799999999999999},"max":{"1min":1.022,"5min":1.228,"15min":1.228},"last":1.077},{"interface":"front","average":{"1min":0.77300000000000002,"5min":0.878,"15min":0.89600000000000002},"min":{"1min":0.44500000000000001,"5min":0.44500000000000001,"15min":0.44500000000000001},"max":{"1min":1.238,"5min":1.272,"15min":1.272},"last":1.103}]},{"osd":6,"last update":"Wed Sep 11 07:35:20 2024","interfaces":[{"interface":"back","average":{"1min":0.85599999999999998,"5min":0.90900000000000003,"15min":0.91800000000000004},"min":{"1min":0.54900000000000004,"5min":0.50800000000000001,"15min":0.50800000000000001},"max":{"1min":1.107,"5min":1.726,"15min":1.726},"last":0.85699999999999998},{"interface":"front","average":{"1min":0.98199999999999998,"5min":1.0620000000000001,"15min":1.0760000000000001},"min":{"1min":0.71199999999999997,"5min":0.61199999999999999,"15min":0.61199999999999999},"max":{"1min":1.321,"5min":1.341,"15min":1.341},"last":1.2230000000000001}]},{"osd":7,"last update":"Wed Sep 11 07:35:27 2024","interfaces":[{"interface":"back","average":{"1min":0.78900000000000003,"5min":0.96499999999999997,"15min":0.99399999999999999},"min":{"1min":0.47399999999999998,"5min":0.47399999999999998,"15min":0.47399999999999998},"max":{"1min":1.2,"5min":1.3089999999999999,"15min":1.3089999999999999},"last":1.173},{"interface":"front","average":{"1min":0.80600000000000005,"5min":1.034,"15min":1.0720000000000001},"min":{"1min":0.42099999999999999,"5min":0.42099999999999999,"15min":0.42099999999999999},"max":{"1min":1.2569999999999999,"5min":1.365,"15min":1.365},"last":1.2889999999999999}]}]},{"osd":0,"up_from":16,"seq":68719476775,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":298360,"kb_used_data":1004,"kb_used_omap":1,"kb_used_meta":297342,"kb_avail":93442696,"statfs":{"total":95990841344,"available":95685320704,"internally_reserved":0,"allocated":1028096,"data_stored":767258,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1704,"internal_metadata":304478552},"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":[],"network_ping_times":[{"osd":1,"last update":"Wed Sep 11 07:35:05 2024","interfaces":[{"interface":"back","average":{"1min":0.81100000000000005,"5min":0.79600000000000004,"15min":0.79400000000000004},"min":{"1min":0.45100000000000001,"5min":0.45100000000000001,"15min":0.45100000000000001},"max":{"1min":1.1599999999999999,"5min":1.1599999999999999,"15min":1.1599999999999999},"last":0.81599999999999995},{"interface":"front","average":{"1min":0.73999999999999999,"5min":0.81999999999999995,"15min":0.83299999999999996},"min":{"1min":0.46000000000000002,"5min":0.46000000000000002,"15min":0.46000000000000002},"max":{"1min":1.0569999999999999,"5min":1.2589999999999999,"15min":1.2589999999999999},"last":0.69399999999999995}]},{"osd":2,"last update":"Wed Sep 11 07:35:05 2024","interfaces":[{"interface":"back","average":{"1min":0.73299999999999998,"5min":0.71299999999999997,"15min":0.70899999999999996},"min":{"1min":0.35199999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"max":{"1min":1.006,"5min":1.0149999999999999,"15min":1.0149999999999999},"last":0.498},{"interface":"front","average":{"1min":0.72899999999999998,"5min":0.80000000000000004,"15min":0.81200000000000006},"min":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"max":{"1min":1.196,"5min":1.196,"15min":1.196},"last":0.625}]},{"osd":3,"last update":"Wed Sep 11 07:35:17 2024","interfaces":[{"interface":"back","average":{"1min":0.83899999999999997,"5min":0.86799999999999999,"15min":0.873},"min":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"max":{"1min":1.1499999999999999,"5min":1.1499999999999999,"15min":1.1499999999999999},"last":0.78100000000000003},{"interface":"front","average":{"1min":0.91600000000000004,"5min":0.88,"15min":0.874},"min":{"1min":0.68899999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"max":{"1min":1.165,"5min":1.165,"15min":1.165},"last":0.89800000000000002}]},{"osd":4,"last update":"Wed Sep 11 07:35:11 2024","interfaces":[{"interface":"back","average":{"1min":0.81100000000000005,"5min":0.82699999999999996,"15min":0.82999999999999996},"min":{"1min":0.437,"5min":0.437,"15min":0.437},"max":{"1min":1.129,"5min":1.1850000000000001,"15min":1.1850000000000001},"last":0.72399999999999998},{"interface":"front","average":{"1min":0.78400000000000003,"5min":0.78400000000000003,"15min":0.78400000000000003},"min":{"1min":0.32700000000000001,"5min":0.32700000000000001,"15min":0.32700000000000001},"max":{"1min":1.133,"5min":1.1399999999999999,"15min":1.1399999999999999},"last":0.58299999999999996}]},{"osd":5,"last update":"Wed Sep 11 07:35:22 2024","interfaces":[{"interface":"back","average":{"1min":0.88800000000000001,"5min":0.89000000000000001,"15min":0.89000000000000001},"min":{"1min":0.66100000000000003,"5min":0.63900000000000001,"15min":0.63900000000000001},"max":{"1min":1.077,"5min":1.2050000000000001,"15min":1.2050000000000001},"last":0.97099999999999997},{"interface":"front","average":{"1min":0.998,"5min":0.99099999999999999,"15min":0.98999999999999999},"min":{"1min":0.753,"5min":0.626,"15min":0.626},"max":{"1min":1.286,"5min":1.286,"15min":1.286},"last":0.94099999999999995}]},{"osd":6,"last update":"Wed Sep 11 07:35:17 2024","interfaces":[{"interface":"back","average":{"1min":0.93700000000000006,"5min":0.879,"15min":0.86899999999999999},"min":{"1min":0.379,"5min":0.379,"15min":0.379},"max":{"1min":1.1990000000000001,"5min":1.1990000000000001,"15min":1.1990000000000001},"last":0.75800000000000001},{"interface":"front","average":{"1min":1.0309999999999999,"5min":1.0129999999999999,"15min":1.01},"min":{"1min":0.42099999999999999,"5min":0.42099999999999999,"15min":0.42099999999999999},"max":{"1min":1.1619999999999999,"5min":1.2430000000000001,"15min":1.2430000000000001},"last":1.0529999999999999}]},{"osd":7,"last update":"Wed Sep 11 07:35:28 2024","interfaces":[{"interface":"back","average":{"1min":1.0629999999999999,"5min":1.0660000000000001,"15min":1.0660000000000001},"min":{"1min":0.83799999999999997,"5min":0.59499999999999997,"15min":0.59499999999999997},"max":{"1min":1.2849999999999999,"5min":1.6759999999999999,"15min":1.6759999999999999},"last":0.86899999999999999},{"interface":"front","average":{"1min":1.091,"5min":1.091,"15min":1.091},"min":{"1min":0.86899999999999999,"5min":0.66500000000000004,"15min":0.66500000000000004},"max":{"1min":1.2430000000000001,"5min":1.429,"15min":1.429},"last":1.0089999999999999}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-09-11T07:35:54.189 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-09-11T07:35:54.190 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-09-11T07:35:54.190 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-09-11T07:35:54.191 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 shell --fsid f0bd109a-700e-11ef-bcea-c7b262605968 -- ceph health --format=json 2024-09-11T07:35:54.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:35:54 smithi082 bash[15107]: audit 2024-09-11T07:35:53.365845+0000 mgr.smithi082.szoofc (mgr.14190) 208 : audit [DBG] from='client.14462 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T07:35:54.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:35:54 smithi082 bash[15107]: cluster 2024-09-11T07:35:53.434937+0000 mgr.smithi082.szoofc (mgr.14190) 209 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:35:54.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:35:54 smithi189 bash[22590]: audit 2024-09-11T07:35:53.365845+0000 mgr.smithi082.szoofc (mgr.14190) 208 : audit [DBG] from='client.14462 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T07:35:54.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:35:54 smithi189 bash[22590]: cluster 2024-09-11T07:35:53.434937+0000 mgr.smithi082.szoofc (mgr.14190) 209 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:35:56.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:35:56 smithi082 bash[15107]: cluster 2024-09-11T07:35:55.435453+0000 mgr.smithi082.szoofc (mgr.14190) 210 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:35:56.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:35:56 smithi189 bash[22590]: cluster 2024-09-11T07:35:55.435453+0000 mgr.smithi082.szoofc (mgr.14190) 210 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:35:58.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:35:58 smithi082 bash[15107]: cluster 2024-09-11T07:35:57.436062+0000 mgr.smithi082.szoofc (mgr.14190) 211 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:35:58.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:35:58 smithi189 bash[22590]: cluster 2024-09-11T07:35:57.436062+0000 mgr.smithi082.szoofc (mgr.14190) 211 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:35:58.972 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/mon.smithi082/config 2024-09-11T07:36:00.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:36:00 smithi082 bash[15107]: cluster 2024-09-11T07:35:59.436661+0000 mgr.smithi082.szoofc (mgr.14190) 212 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:36:00.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:36:00 smithi082 bash[15107]: audit 2024-09-11T07:36:00.432920+0000 mon.smithi082 (mon.0) 700 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:36:00.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:36:00 smithi189 bash[22590]: cluster 2024-09-11T07:35:59.436661+0000 mgr.smithi082.szoofc (mgr.14190) 212 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:36:00.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:36:00 smithi189 bash[22590]: audit 2024-09-11T07:36:00.432920+0000 mon.smithi082 (mon.0) 700 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:36:02.651 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-09-11T07:36:02.651 INFO:teuthology.orchestra.run.smithi082.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-09-11T07:36:02.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:36:02 smithi082 bash[15107]: cluster 2024-09-11T07:36:01.437294+0000 mgr.smithi082.szoofc (mgr.14190) 213 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:36:02.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:36:02 smithi189 bash[22590]: cluster 2024-09-11T07:36:01.437294+0000 mgr.smithi082.szoofc (mgr.14190) 213 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:36:03.409 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-09-11T07:36:03.409 INFO:tasks.cephadm:Setup complete, yielding 2024-09-11T07:36:03.409 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-11T07:36:03.419 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi082.front.sepia.ceph.com 2024-09-11T07:36:03.420 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f0bd109a-700e-11ef-bcea-c7b262605968 -- bash -c 'ceph orch status' 2024-09-11T07:36:03.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:36:03 smithi082 bash[15107]: audit 2024-09-11T07:36:02.649261+0000 mon.smithi082 (mon.0) 701 : audit [DBG] from='client.? 172.21.15.82:0/1718183595' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-09-11T07:36:03.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:36:03 smithi189 bash[22590]: audit 2024-09-11T07:36:02.649261+0000 mon.smithi082 (mon.0) 701 : audit [DBG] from='client.? 172.21.15.82:0/1718183595' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-09-11T07:36:04.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:36:04 smithi082 bash[15107]: cluster 2024-09-11T07:36:03.437787+0000 mgr.smithi082.szoofc (mgr.14190) 214 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:36:04.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:36:04 smithi189 bash[22590]: cluster 2024-09-11T07:36:03.437787+0000 mgr.smithi082.szoofc (mgr.14190) 214 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:36:06.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:36:06 smithi082 bash[15107]: cluster 2024-09-11T07:36:05.438457+0000 mgr.smithi082.szoofc (mgr.14190) 215 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:36:06.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:36:06 smithi189 bash[22590]: cluster 2024-09-11T07:36:05.438457+0000 mgr.smithi082.szoofc (mgr.14190) 215 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:36:08.210 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/mon.smithi082/config 2024-09-11T07:36:08.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:36:08 smithi082 bash[15107]: cluster 2024-09-11T07:36:07.439048+0000 mgr.smithi082.szoofc (mgr.14190) 216 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:36:08.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:36:08 smithi189 bash[22590]: cluster 2024-09-11T07:36:07.439048+0000 mgr.smithi082.szoofc (mgr.14190) 216 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:36:10.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:36:10 smithi082 bash[15107]: cluster 2024-09-11T07:36:09.439565+0000 mgr.smithi082.szoofc (mgr.14190) 217 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:36:10.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:36:10 smithi189 bash[22590]: cluster 2024-09-11T07:36:09.439565+0000 mgr.smithi082.szoofc (mgr.14190) 217 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:36:11.814 INFO:teuthology.orchestra.run.smithi082.stdout:Backend: cephadm 2024-09-11T07:36:11.814 INFO:teuthology.orchestra.run.smithi082.stdout:Available: Yes 2024-09-11T07:36:11.814 INFO:teuthology.orchestra.run.smithi082.stdout:Paused: No 2024-09-11T07:36:12.675 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f0bd109a-700e-11ef-bcea-c7b262605968 -- bash -c 'ceph orch ps' 2024-09-11T07:36:12.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:36:12 smithi082 bash[15107]: cluster 2024-09-11T07:36:11.440124+0000 mgr.smithi082.szoofc (mgr.14190) 218 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:36:12.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:36:12 smithi082 bash[15107]: audit 2024-09-11T07:36:11.811970+0000 mgr.smithi082.szoofc (mgr.14190) 219 : audit [DBG] from='client.14470 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:36:12.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:36:12 smithi189 bash[22590]: cluster 2024-09-11T07:36:11.440124+0000 mgr.smithi082.szoofc (mgr.14190) 218 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:36:12.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:36:12 smithi189 bash[22590]: audit 2024-09-11T07:36:11.811970+0000 mgr.smithi082.szoofc (mgr.14190) 219 : audit [DBG] from='client.14470 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:36:14.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:36:14 smithi082 bash[15107]: cluster 2024-09-11T07:36:13.440651+0000 mgr.smithi082.szoofc (mgr.14190) 220 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:36:14.917 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:36:14 smithi189 bash[22590]: cluster 2024-09-11T07:36:13.440651+0000 mgr.smithi082.szoofc (mgr.14190) 220 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:36:15.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:36:15 smithi082 bash[15107]: audit 2024-09-11T07:36:15.433037+0000 mon.smithi082 (mon.0) 702 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:36:15.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:36:15 smithi189 bash[22590]: audit 2024-09-11T07:36:15.433037+0000 mon.smithi082 (mon.0) 702 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:36:16.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:36:16 smithi082 bash[15107]: cluster 2024-09-11T07:36:15.441214+0000 mgr.smithi082.szoofc (mgr.14190) 221 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:36:16.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:36:16 smithi189 bash[22590]: cluster 2024-09-11T07:36:15.441214+0000 mgr.smithi082.szoofc (mgr.14190) 221 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:36:17.470 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/mon.smithi082/config 2024-09-11T07:36:18.771 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:36:18 smithi082 bash[15107]: cluster 2024-09-11T07:36:17.441713+0000 mgr.smithi082.szoofc (mgr.14190) 222 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:36:18.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:36:18 smithi189 bash[22590]: cluster 2024-09-11T07:36:17.441713+0000 mgr.smithi082.szoofc (mgr.14190) 222 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:36:20.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:36:20 smithi082 bash[15107]: cluster 2024-09-11T07:36:19.442256+0000 mgr.smithi082.szoofc (mgr.14190) 223 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:36:20.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:36:20 smithi189 bash[22590]: cluster 2024-09-11T07:36:19.442256+0000 mgr.smithi082.szoofc (mgr.14190) 223 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:36:20.967 INFO:teuthology.orchestra.run.smithi082.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T07:36:20.967 INFO:teuthology.orchestra.run.smithi082.stdout:alertmanager.smithi082 smithi082 *:9093,9094 running (4m) 44s ago 6m 14.3M - 0.25.0 c8568f914cd2 461d164bfc63 2024-09-11T07:36:20.967 INFO:teuthology.orchestra.run.smithi082.stdout:crash.smithi082 smithi082 running (6m) 44s ago 6m 7212k - 17.2.7-1623-gd0e6828a 4a918172a497 8d086e1d32c3 2024-09-11T07:36:20.967 INFO:teuthology.orchestra.run.smithi082.stdout:crash.smithi189 smithi189 running (5m) 58s ago 5m 7224k - 17.2.7-1623-gd0e6828a 4a918172a497 9ccdb887c229 2024-09-11T07:36:20.967 INFO:teuthology.orchestra.run.smithi082.stdout:grafana.smithi082 smithi082 *:3000 running (4m) 44s ago 6m 75.3M - 9.4.7 954c08fa6188 195ec9b6d2c0 2024-09-11T07:36:20.967 INFO:teuthology.orchestra.run.smithi082.stdout:mgr.smithi082.szoofc smithi082 *:9283,8765,8443 running (8m) 44s ago 8m 437M - 17.2.7-1623-gd0e6828a 4a918172a497 a05c5a58504c 2024-09-11T07:36:20.967 INFO:teuthology.orchestra.run.smithi082.stdout:mgr.smithi189.skbamy smithi189 *:8443,9283 running (5m) 58s ago 5m 388M - 17.2.7-1623-gd0e6828a 4a918172a497 9875a7749902 2024-09-11T07:36:20.968 INFO:teuthology.orchestra.run.smithi082.stdout:mon.smithi082 smithi082 running (8m) 44s ago 8m 45.0M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 7c9272300bec 2024-09-11T07:36:20.968 INFO:teuthology.orchestra.run.smithi082.stdout:mon.smithi189 smithi189 running (5m) 58s ago 5m 38.9M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 d86a2aae6ae2 2024-09-11T07:36:20.968 INFO:teuthology.orchestra.run.smithi082.stdout:node-exporter.smithi082 smithi082 *:9100 running (6m) 44s ago 6m 8727k - 1.5.0 0da6a335fe13 300973cbf8e9 2024-09-11T07:36:20.968 INFO:teuthology.orchestra.run.smithi082.stdout:node-exporter.smithi189 smithi189 *:9100 running (5m) 58s ago 5m 8555k - 1.5.0 0da6a335fe13 64776199502c 2024-09-11T07:36:20.968 INFO:teuthology.orchestra.run.smithi082.stdout:osd.0 smithi189 running (3m) 58s ago 3m 39.8M 4028M 17.2.7-1623-gd0e6828a 4a918172a497 7860517c6a26 2024-09-11T07:36:20.968 INFO:teuthology.orchestra.run.smithi082.stdout:osd.1 smithi082 running (3m) 44s ago 3m 37.1M 3260M 17.2.7-1623-gd0e6828a 4a918172a497 4462716f8763 2024-09-11T07:36:20.968 INFO:teuthology.orchestra.run.smithi082.stdout:osd.2 smithi189 running (3m) 58s ago 3m 37.5M 4028M 17.2.7-1623-gd0e6828a 4a918172a497 b1b72fb80550 2024-09-11T07:36:20.968 INFO:teuthology.orchestra.run.smithi082.stdout:osd.3 smithi082 running (3m) 44s ago 3m 36.7M 3260M 17.2.7-1623-gd0e6828a 4a918172a497 44b488015eb1 2024-09-11T07:36:20.968 INFO:teuthology.orchestra.run.smithi082.stdout:osd.4 smithi189 running (3m) 58s ago 3m 34.2M 4028M 17.2.7-1623-gd0e6828a 4a918172a497 8c105e5b226e 2024-09-11T07:36:20.968 INFO:teuthology.orchestra.run.smithi082.stdout:osd.5 smithi082 running (3m) 44s ago 3m 35.0M 3260M 17.2.7-1623-gd0e6828a 4a918172a497 5a9975888fde 2024-09-11T07:36:20.968 INFO:teuthology.orchestra.run.smithi082.stdout:osd.6 smithi189 running (3m) 58s ago 3m 34.7M 4028M 17.2.7-1623-gd0e6828a 4a918172a497 d381fec68b81 2024-09-11T07:36:20.968 INFO:teuthology.orchestra.run.smithi082.stdout:osd.7 smithi082 running (3m) 44s ago 3m 36.7M 3260M 17.2.7-1623-gd0e6828a 4a918172a497 8e0ac6a83a63 2024-09-11T07:36:20.969 INFO:teuthology.orchestra.run.smithi082.stdout:prometheus.smithi082 smithi082 *:9095 running (4m) 44s ago 5m 47.4M - 2.43.0 a07b618ecd1d fd048e521b20 2024-09-11T07:36:21.749 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:36:21 smithi082 bash[15107]: audit 2024-09-11T07:36:20.946532+0000 mgr.smithi082.szoofc (mgr.14190) 224 : audit [DBG] from='client.14474 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:36:21.750 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f0bd109a-700e-11ef-bcea-c7b262605968 -- bash -c 'ceph orch ls' 2024-09-11T07:36:21.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:36:21 smithi189 bash[22590]: audit 2024-09-11T07:36:20.946532+0000 mgr.smithi082.szoofc (mgr.14190) 224 : audit [DBG] from='client.14474 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:36:22.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:36:22 smithi082 bash[15107]: cluster 2024-09-11T07:36:21.442834+0000 mgr.smithi082.szoofc (mgr.14190) 225 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:36:22.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:36:22 smithi189 bash[22590]: cluster 2024-09-11T07:36:21.442834+0000 mgr.smithi082.szoofc (mgr.14190) 225 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:36:24.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:36:24 smithi082 bash[15107]: cluster 2024-09-11T07:36:23.443405+0000 mgr.smithi082.szoofc (mgr.14190) 226 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:36:24.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:36:24 smithi189 bash[22590]: cluster 2024-09-11T07:36:23.443405+0000 mgr.smithi082.szoofc (mgr.14190) 226 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:36:26.535 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/mon.smithi082/config 2024-09-11T07:36:26.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:36:26 smithi082 bash[15107]: cluster 2024-09-11T07:36:25.444055+0000 mgr.smithi082.szoofc (mgr.14190) 227 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:36:26.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:36:26 smithi189 bash[22590]: cluster 2024-09-11T07:36:25.444055+0000 mgr.smithi082.szoofc (mgr.14190) 227 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:36:28.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:36:28 smithi082 bash[15107]: cluster 2024-09-11T07:36:27.444699+0000 mgr.smithi082.szoofc (mgr.14190) 228 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:36:28.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:36:28 smithi189 bash[22590]: cluster 2024-09-11T07:36:27.444699+0000 mgr.smithi082.szoofc (mgr.14190) 228 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:36:30.180 INFO:teuthology.orchestra.run.smithi082.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-09-11T07:36:30.180 INFO:teuthology.orchestra.run.smithi082.stdout:alertmanager ?:9093,9094 1/1 53s ago 7m count:1 2024-09-11T07:36:30.180 INFO:teuthology.orchestra.run.smithi082.stdout:crash 2/2 67s ago 7m * 2024-09-11T07:36:30.181 INFO:teuthology.orchestra.run.smithi082.stdout:grafana ?:3000 1/1 53s ago 7m count:1 2024-09-11T07:36:30.181 INFO:teuthology.orchestra.run.smithi082.stdout:mgr 2/2 67s ago 7m count:2 2024-09-11T07:36:30.181 INFO:teuthology.orchestra.run.smithi082.stdout:mon 2/2 67s ago 5m smithi082:172.21.15.82=smithi082;smithi189:172.21.15.189=smithi189;count:2 2024-09-11T07:36:30.181 INFO:teuthology.orchestra.run.smithi082.stdout:node-exporter ?:9100 2/2 67s ago 7m * 2024-09-11T07:36:30.181 INFO:teuthology.orchestra.run.smithi082.stdout:osd.all-available-devices 8 67s ago 4m * 2024-09-11T07:36:30.181 INFO:teuthology.orchestra.run.smithi082.stdout:prometheus ?:9095 1/1 53s ago 7m count:1 2024-09-11T07:36:30.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:36:30 smithi082 bash[15107]: cluster 2024-09-11T07:36:29.445291+0000 mgr.smithi082.szoofc (mgr.14190) 229 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:36:30.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:36:30 smithi082 bash[15107]: audit 2024-09-11T07:36:30.433206+0000 mon.smithi082 (mon.0) 703 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:36:30.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:36:30 smithi189 bash[22590]: cluster 2024-09-11T07:36:29.445291+0000 mgr.smithi082.szoofc (mgr.14190) 229 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:36:30.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:36:30 smithi189 bash[22590]: audit 2024-09-11T07:36:30.433206+0000 mon.smithi082 (mon.0) 703 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:36:31.048 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f0bd109a-700e-11ef-bcea-c7b262605968 -- bash -c 'ceph orch host ls' 2024-09-11T07:36:31.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:36:31 smithi082 bash[15107]: audit 2024-09-11T07:36:30.168006+0000 mgr.smithi082.szoofc (mgr.14190) 230 : audit [DBG] from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:36:31.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:36:31 smithi189 bash[22590]: audit 2024-09-11T07:36:30.168006+0000 mgr.smithi082.szoofc (mgr.14190) 230 : audit [DBG] from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:36:32.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:36:32 smithi082 bash[15107]: cluster 2024-09-11T07:36:31.445926+0000 mgr.smithi082.szoofc (mgr.14190) 231 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:36:32.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:36:32 smithi189 bash[22590]: cluster 2024-09-11T07:36:31.445926+0000 mgr.smithi082.szoofc (mgr.14190) 231 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:36:34.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:36:34 smithi082 bash[15107]: cluster 2024-09-11T07:36:33.446500+0000 mgr.smithi082.szoofc (mgr.14190) 232 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:36:34.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:36:34 smithi189 bash[22590]: cluster 2024-09-11T07:36:33.446500+0000 mgr.smithi082.szoofc (mgr.14190) 232 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:36:35.845 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/mon.smithi082/config 2024-09-11T07:36:36.892 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:36:36 smithi082 bash[15107]: cluster 2024-09-11T07:36:35.447045+0000 mgr.smithi082.szoofc (mgr.14190) 233 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:36:36.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:36:36 smithi189 bash[22590]: cluster 2024-09-11T07:36:35.447045+0000 mgr.smithi082.szoofc (mgr.14190) 233 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:36:37.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:36:37 smithi082 bash[15107]: audit 2024-09-11T07:36:37.118123+0000 mon.smithi082 (mon.0) 704 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:36:37.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:36:37 smithi189 bash[22590]: audit 2024-09-11T07:36:37.118123+0000 mon.smithi082 (mon.0) 704 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:36:38.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:36:38 smithi082 bash[15107]: cluster 2024-09-11T07:36:37.447616+0000 mgr.smithi082.szoofc (mgr.14190) 234 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:36:38.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:36:38 smithi189 bash[22590]: cluster 2024-09-11T07:36:37.447616+0000 mgr.smithi082.szoofc (mgr.14190) 234 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:36:39.385 INFO:teuthology.orchestra.run.smithi082.stdout:HOST ADDR LABELS STATUS 2024-09-11T07:36:39.385 INFO:teuthology.orchestra.run.smithi082.stdout:smithi082 172.21.15.82 2024-09-11T07:36:39.385 INFO:teuthology.orchestra.run.smithi082.stdout:smithi189 172.21.15.189 2024-09-11T07:36:39.386 INFO:teuthology.orchestra.run.smithi082.stdout:2 hosts in cluster 2024-09-11T07:36:40.154 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f0bd109a-700e-11ef-bcea-c7b262605968 -- bash -c 'ceph orch device ls' 2024-09-11T07:36:40.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:36:40 smithi082 bash[15107]: audit 2024-09-11T07:36:39.383071+0000 mgr.smithi082.szoofc (mgr.14190) 235 : audit [DBG] from='client.14482 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:36:40.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:36:40 smithi082 bash[15107]: cluster 2024-09-11T07:36:39.448177+0000 mgr.smithi082.szoofc (mgr.14190) 236 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:36:40.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:36:40 smithi189 bash[22590]: audit 2024-09-11T07:36:39.383071+0000 mgr.smithi082.szoofc (mgr.14190) 235 : audit [DBG] from='client.14482 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:36:40.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:36:40 smithi189 bash[22590]: cluster 2024-09-11T07:36:39.448177+0000 mgr.smithi082.szoofc (mgr.14190) 236 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:36:42.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:36:42 smithi082 bash[15107]: cluster 2024-09-11T07:36:41.448808+0000 mgr.smithi082.szoofc (mgr.14190) 237 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:36:42.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:36:42 smithi189 bash[22590]: cluster 2024-09-11T07:36:41.448808+0000 mgr.smithi082.szoofc (mgr.14190) 237 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:36:43.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:36:43 smithi082 bash[15107]: audit 2024-09-11T07:36:42.599597+0000 mon.smithi082 (mon.0) 705 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:36:43.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:36:43 smithi082 bash[15107]: audit 2024-09-11T07:36:42.612045+0000 mon.smithi082 (mon.0) 706 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:36:43.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:36:43 smithi189 bash[22590]: audit 2024-09-11T07:36:42.599597+0000 mon.smithi082 (mon.0) 705 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:36:43.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:36:43 smithi189 bash[22590]: audit 2024-09-11T07:36:42.612045+0000 mon.smithi082 (mon.0) 706 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:36:43.973 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/mon.smithi082/config 2024-09-11T07:36:44.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:36:44 smithi082 bash[15107]: cluster 2024-09-11T07:36:43.449382+0000 mgr.smithi082.szoofc (mgr.14190) 238 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:36:44.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:36:44 smithi082 bash[15107]: audit 2024-09-11T07:36:44.202918+0000 mon.smithi082 (mon.0) 707 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:36:44.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:36:44 smithi082 bash[15107]: audit 2024-09-11T07:36:44.208157+0000 mon.smithi082 (mon.0) 708 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:36:44.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:36:44 smithi082 bash[15107]: audit 2024-09-11T07:36:44.606657+0000 mon.smithi082 (mon.0) 709 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:36:44.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:36:44 smithi082 bash[15107]: audit 2024-09-11T07:36:44.607813+0000 mon.smithi082 (mon.0) 710 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:36:44.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:36:44 smithi189 bash[22590]: cluster 2024-09-11T07:36:43.449382+0000 mgr.smithi082.szoofc (mgr.14190) 238 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:36:44.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:36:44 smithi189 bash[22590]: audit 2024-09-11T07:36:44.202918+0000 mon.smithi082 (mon.0) 707 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:36:44.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:36:44 smithi189 bash[22590]: audit 2024-09-11T07:36:44.208157+0000 mon.smithi082 (mon.0) 708 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:36:44.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:36:44 smithi189 bash[22590]: audit 2024-09-11T07:36:44.606657+0000 mon.smithi082 (mon.0) 709 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:36:44.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:36:44 smithi189 bash[22590]: audit 2024-09-11T07:36:44.607813+0000 mon.smithi082 (mon.0) 710 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:36:45.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:36:45 smithi082 bash[15107]: audit 2024-09-11T07:36:44.615135+0000 mon.smithi082 (mon.0) 711 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:36:45.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:36:45 smithi082 bash[15107]: audit 2024-09-11T07:36:44.620689+0000 mon.smithi082 (mon.0) 712 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-11T07:36:45.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:36:45 smithi082 bash[15107]: audit 2024-09-11T07:36:45.433913+0000 mon.smithi082 (mon.0) 713 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:36:45.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:36:45 smithi189 bash[22590]: audit 2024-09-11T07:36:44.615135+0000 mon.smithi082 (mon.0) 711 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:36:45.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:36:45 smithi189 bash[22590]: audit 2024-09-11T07:36:44.620689+0000 mon.smithi082 (mon.0) 712 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-11T07:36:45.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:36:45 smithi189 bash[22590]: audit 2024-09-11T07:36:45.433913+0000 mon.smithi082 (mon.0) 713 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:36:46.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:36:46 smithi082 bash[15107]: cluster 2024-09-11T07:36:45.449730+0000 mgr.smithi082.szoofc (mgr.14190) 239 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:36:46.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:36:46 smithi189 bash[22590]: cluster 2024-09-11T07:36:45.449730+0000 mgr.smithi082.szoofc (mgr.14190) 239 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:36:47.493 INFO:teuthology.orchestra.run.smithi082.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-09-11T07:36:47.494 INFO:teuthology.orchestra.run.smithi082.stdout:smithi082 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_PHFT620400SD400BGN 372G No 3m ago Has a FileSystem, LVM detected 2024-09-11T07:36:47.494 INFO:teuthology.orchestra.run.smithi082.stdout:smithi082 /dev/nvme1n1 ssd Linux_234a81b25060ff4c092a 89.4G No 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-11T07:36:47.494 INFO:teuthology.orchestra.run.smithi082.stdout:smithi082 /dev/nvme2n1 ssd Linux_db9bd6a74e7143ffa7c3 89.4G No 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-11T07:36:47.494 INFO:teuthology.orchestra.run.smithi082.stdout:smithi082 /dev/nvme3n1 ssd Linux_69e0d832dc4e72bc8650 89.4G No 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-11T07:36:47.494 INFO:teuthology.orchestra.run.smithi082.stdout:smithi082 /dev/nvme4n1 ssd Linux_848397da85c6bf9732b5 89.4G No 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-11T07:36:47.494 INFO:teuthology.orchestra.run.smithi082.stdout:smithi189 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_CVFT6232004L400BGN 372G No 3m ago Has a FileSystem, LVM detected 2024-09-11T07:36:47.494 INFO:teuthology.orchestra.run.smithi082.stdout:smithi189 /dev/nvme1n1 ssd Linux_b634067e39e007ecb123 89.4G No 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-11T07:36:47.494 INFO:teuthology.orchestra.run.smithi082.stdout:smithi189 /dev/nvme2n1 ssd Linux_c9bec4617a8f4dcd2836 89.4G No 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-11T07:36:47.494 INFO:teuthology.orchestra.run.smithi082.stdout:smithi189 /dev/nvme3n1 ssd Linux_7c32885f732590ca5ffe 89.4G No 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-11T07:36:47.494 INFO:teuthology.orchestra.run.smithi082.stdout:smithi189 /dev/nvme4n1 ssd Linux_1e96abbd8a3003831d7f 89.4G No 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-11T07:36:48.236 INFO:teuthology.run_tasks:Running task vip... 2024-09-11T07:36:48.246 INFO:tasks.vip:Allocating static IPs for each host... 2024-09-11T07:36:48.246 INFO:tasks.vip:peername 172.21.15.82 2024-09-11T07:36:48.249 INFO:tasks.vip:172.21.15.82 in 172.21.0.0/20, pos 3921 2024-09-11T07:36:48.253 INFO:tasks.vip:smithi082.front.sepia.ceph.com static 10.0.15.82, vnet 10.0.0.0/16 2024-09-11T07:36:48.254 INFO:tasks.vip:VIPs are {map(str, vips)} 2024-09-11T07:36:48.254 DEBUG:teuthology.orchestra.run.smithi082:> sudo ip route ls 2024-09-11T07:36:48.269 INFO:teuthology.orchestra.run.smithi082.stdout:default via 172.21.15.254 dev enp3s0f1 2024-09-11T07:36:48.269 INFO:teuthology.orchestra.run.smithi082.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.82 metric 100 2024-09-11T07:36:48.269 INFO:teuthology.orchestra.run.smithi082.stdout:172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-09-11T07:36:48.269 INFO:teuthology.orchestra.run.smithi082.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.82 2024-09-11T07:36:48.270 INFO:teuthology.orchestra.run.smithi082.stdout:172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.82 metric 100 2024-09-11T07:36:48.270 INFO:tasks.vip:Configuring 10.0.15.82 on smithi082.front.sepia.ceph.com iface enp3s0f1... 2024-09-11T07:36:48.271 DEBUG:teuthology.orchestra.run.smithi082:> sudo ip addr add 10.0.15.82/16 dev enp3s0f1 2024-09-11T07:36:48.329 INFO:tasks.vip:peername 172.21.15.189 2024-09-11T07:36:48.331 INFO:tasks.vip:172.21.15.189 in 172.21.0.0/20, pos 4028 2024-09-11T07:36:48.336 INFO:tasks.vip:smithi189.front.sepia.ceph.com static 10.0.15.189, vnet 10.0.0.0/16 2024-09-11T07:36:48.336 DEBUG:teuthology.orchestra.run.smithi189:> sudo ip route ls 2024-09-11T07:36:48.351 INFO:teuthology.orchestra.run.smithi189.stdout:default via 172.21.15.254 dev enp3s0f1 2024-09-11T07:36:48.351 INFO:teuthology.orchestra.run.smithi189.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.189 metric 100 2024-09-11T07:36:48.352 INFO:teuthology.orchestra.run.smithi189.stdout:172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-09-11T07:36:48.352 INFO:teuthology.orchestra.run.smithi189.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.189 2024-09-11T07:36:48.352 INFO:teuthology.orchestra.run.smithi189.stdout:172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.189 metric 100 2024-09-11T07:36:48.353 INFO:tasks.vip:Configuring 10.0.15.189 on smithi189.front.sepia.ceph.com iface enp3s0f1... 2024-09-11T07:36:48.353 DEBUG:teuthology.orchestra.run.smithi189:> sudo ip addr add 10.0.15.189/16 dev enp3s0f1 2024-09-11T07:36:48.411 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-11T07:36:48.420 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi082.front.sepia.ceph.com 2024-09-11T07:36:48.420 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f0bd109a-700e-11ef-bcea-c7b262605968 -- bash -c 'ceph orch device ls --refresh' 2024-09-11T07:36:48.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:36:48 smithi082 bash[15107]: cluster 2024-09-11T07:36:47.450214+0000 mgr.smithi082.szoofc (mgr.14190) 240 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:36:48.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:36:48 smithi082 bash[15107]: audit 2024-09-11T07:36:47.483403+0000 mgr.smithi082.szoofc (mgr.14190) 241 : audit [DBG] from='client.14486 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:36:48.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:36:48 smithi189 bash[22590]: cluster 2024-09-11T07:36:47.450214+0000 mgr.smithi082.szoofc (mgr.14190) 240 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:36:48.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:36:48 smithi189 bash[22590]: audit 2024-09-11T07:36:47.483403+0000 mgr.smithi082.szoofc (mgr.14190) 241 : audit [DBG] from='client.14486 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:36:50.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:36:50 smithi082 bash[15107]: cluster 2024-09-11T07:36:49.450771+0000 mgr.smithi082.szoofc (mgr.14190) 242 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:36:50.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:36:50 smithi189 bash[22590]: cluster 2024-09-11T07:36:49.450771+0000 mgr.smithi082.szoofc (mgr.14190) 242 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:36:52.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:36:52 smithi082 bash[15107]: cluster 2024-09-11T07:36:51.451332+0000 mgr.smithi082.szoofc (mgr.14190) 243 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:36:52.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:36:52 smithi189 bash[22590]: cluster 2024-09-11T07:36:51.451332+0000 mgr.smithi082.szoofc (mgr.14190) 243 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:36:53.205 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/mon.smithi082/config 2024-09-11T07:36:54.837 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:36:54 smithi082 bash[15107]: cluster 2024-09-11T07:36:53.451948+0000 mgr.smithi082.szoofc (mgr.14190) 244 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:36:54.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:36:54 smithi189 bash[22590]: cluster 2024-09-11T07:36:53.451948+0000 mgr.smithi082.szoofc (mgr.14190) 244 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:36:56.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:36:56 smithi082 bash[15107]: cluster 2024-09-11T07:36:55.452557+0000 mgr.smithi082.szoofc (mgr.14190) 245 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:36:56.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:36:56 smithi189 bash[22590]: cluster 2024-09-11T07:36:55.452557+0000 mgr.smithi082.szoofc (mgr.14190) 245 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:36:56.971 INFO:teuthology.orchestra.run.smithi082.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-09-11T07:36:56.971 INFO:teuthology.orchestra.run.smithi082.stdout:smithi082 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_PHFT620400SD400BGN 372G No 3m ago Has a FileSystem, LVM detected 2024-09-11T07:36:56.971 INFO:teuthology.orchestra.run.smithi082.stdout:smithi082 /dev/nvme1n1 ssd Linux_234a81b25060ff4c092a 89.4G No 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-11T07:36:56.971 INFO:teuthology.orchestra.run.smithi082.stdout:smithi082 /dev/nvme2n1 ssd Linux_db9bd6a74e7143ffa7c3 89.4G No 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-11T07:36:56.971 INFO:teuthology.orchestra.run.smithi082.stdout:smithi082 /dev/nvme3n1 ssd Linux_69e0d832dc4e72bc8650 89.4G No 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-11T07:36:56.971 INFO:teuthology.orchestra.run.smithi082.stdout:smithi082 /dev/nvme4n1 ssd Linux_848397da85c6bf9732b5 89.4G No 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-11T07:36:56.971 INFO:teuthology.orchestra.run.smithi082.stdout:smithi189 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_CVFT6232004L400BGN 372G No 3m ago Has a FileSystem, LVM detected 2024-09-11T07:36:56.971 INFO:teuthology.orchestra.run.smithi082.stdout:smithi189 /dev/nvme1n1 ssd Linux_b634067e39e007ecb123 89.4G No 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-11T07:36:56.971 INFO:teuthology.orchestra.run.smithi082.stdout:smithi189 /dev/nvme2n1 ssd Linux_c9bec4617a8f4dcd2836 89.4G No 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-11T07:36:56.971 INFO:teuthology.orchestra.run.smithi082.stdout:smithi189 /dev/nvme3n1 ssd Linux_7c32885f732590ca5ffe 89.4G No 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-11T07:36:56.972 INFO:teuthology.orchestra.run.smithi082.stdout:smithi189 /dev/nvme4n1 ssd Linux_1e96abbd8a3003831d7f 89.4G No 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-11T07:36:57.752 INFO:teuthology.run_tasks:Running task vip.exec... 2024-09-11T07:36:57.762 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi082.front.sepia.ceph.com 2024-09-11T07:36:57.762 DEBUG:teuthology.orchestra.run.smithi082:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-09-11T07:36:57.777 INFO:teuthology.orchestra.run.smithi082.stderr:+ systemctl stop nfs-server 2024-09-11T07:36:57.907 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:36:57 smithi082 bash[15107]: audit 2024-09-11T07:36:56.965420+0000 mgr.smithi082.szoofc (mgr.14190) 246 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:36:57.907 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:36:57 smithi082 bash[15107]: audit 2024-09-11T07:36:56.970036+0000 mon.smithi082 (mon.0) 714 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:36:57.909 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi189.front.sepia.ceph.com 2024-09-11T07:36:57.909 DEBUG:teuthology.orchestra.run.smithi189:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-09-11T07:36:57.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:36:57 smithi189 bash[22590]: audit 2024-09-11T07:36:56.965420+0000 mgr.smithi082.szoofc (mgr.14190) 246 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:36:57.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:36:57 smithi189 bash[22590]: audit 2024-09-11T07:36:56.970036+0000 mon.smithi082 (mon.0) 714 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:36:57.926 INFO:teuthology.orchestra.run.smithi189.stderr:+ systemctl stop nfs-server 2024-09-11T07:36:58.062 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-11T07:36:58.070 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi082.front.sepia.ceph.com 2024-09-11T07:36:58.071 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f0bd109a-700e-11ef-bcea-c7b262605968 -- bash -c 'ceph fs volume create foofs' 2024-09-11T07:36:58.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:36:58 smithi189 bash[22590]: cluster 2024-09-11T07:36:57.453205+0000 mgr.smithi082.szoofc (mgr.14190) 247 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:36:59.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:36:58 smithi082 bash[15107]: cluster 2024-09-11T07:36:57.453205+0000 mgr.smithi082.szoofc (mgr.14190) 247 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:37:01.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:00 smithi082 bash[15107]: cluster 2024-09-11T07:36:59.453779+0000 mgr.smithi082.szoofc (mgr.14190) 248 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:37:01.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:00 smithi082 bash[15107]: audit 2024-09-11T07:37:00.434488+0000 mon.smithi082 (mon.0) 715 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:37:01.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:00 smithi189 bash[22590]: cluster 2024-09-11T07:36:59.453779+0000 mgr.smithi082.szoofc (mgr.14190) 248 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:37:01.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:00 smithi189 bash[22590]: audit 2024-09-11T07:37:00.434488+0000 mon.smithi082 (mon.0) 715 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:37:02.785 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/mon.smithi082/config 2024-09-11T07:37:03.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:02 smithi082 bash[15107]: cluster 2024-09-11T07:37:01.454351+0000 mgr.smithi082.szoofc (mgr.14190) 249 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:37:03.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:02 smithi082 bash[15107]: audit 2024-09-11T07:37:02.412718+0000 mon.smithi082 (mon.0) 716 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:37:03.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:02 smithi082 bash[15107]: audit 2024-09-11T07:37:02.418829+0000 mon.smithi082 (mon.0) 717 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:37:03.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:02 smithi082 bash[15107]: audit 2024-09-11T07:37:02.649730+0000 mon.smithi082 (mon.0) 718 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:37:03.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:02 smithi082 bash[15107]: audit 2024-09-11T07:37:02.656476+0000 mon.smithi082 (mon.0) 719 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:37:03.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:02 smithi189 bash[22590]: cluster 2024-09-11T07:37:01.454351+0000 mgr.smithi082.szoofc (mgr.14190) 249 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:37:03.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:02 smithi189 bash[22590]: audit 2024-09-11T07:37:02.412718+0000 mon.smithi082 (mon.0) 716 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:37:03.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:02 smithi189 bash[22590]: audit 2024-09-11T07:37:02.418829+0000 mon.smithi082 (mon.0) 717 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:37:03.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:02 smithi189 bash[22590]: audit 2024-09-11T07:37:02.649730+0000 mon.smithi082 (mon.0) 718 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:37:03.164 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:02 smithi189 bash[22590]: audit 2024-09-11T07:37:02.656476+0000 mon.smithi082 (mon.0) 719 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:37:04.335 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:04 smithi082 bash[15107]: audit 2024-09-11T07:37:03.042995+0000 mon.smithi082 (mon.0) 720 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:37:04.335 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:04 smithi082 bash[15107]: audit 2024-09-11T07:37:03.050205+0000 mon.smithi082 (mon.0) 721 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:37:04.336 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:04 smithi082 bash[15107]: audit 2024-09-11T07:37:03.270095+0000 mon.smithi082 (mon.0) 722 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:37:04.336 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:04 smithi082 bash[15107]: audit 2024-09-11T07:37:03.275919+0000 mon.smithi082 (mon.0) 723 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:37:04.336 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:04 smithi082 bash[15107]: cluster 2024-09-11T07:37:03.454717+0000 mgr.smithi082.szoofc (mgr.14190) 250 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:37:04.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:04 smithi189 bash[22590]: audit 2024-09-11T07:37:03.042995+0000 mon.smithi082 (mon.0) 720 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:37:04.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:04 smithi189 bash[22590]: audit 2024-09-11T07:37:03.050205+0000 mon.smithi082 (mon.0) 721 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:37:04.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:04 smithi189 bash[22590]: audit 2024-09-11T07:37:03.270095+0000 mon.smithi082 (mon.0) 722 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:37:04.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:04 smithi189 bash[22590]: audit 2024-09-11T07:37:03.275919+0000 mon.smithi082 (mon.0) 723 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:37:04.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:04 smithi189 bash[22590]: cluster 2024-09-11T07:37:03.454717+0000 mgr.smithi082.szoofc (mgr.14190) 250 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:37:07.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:06 smithi082 bash[15107]: cluster 2024-09-11T07:37:05.455227+0000 mgr.smithi082.szoofc (mgr.14190) 251 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:37:07.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:06 smithi189 bash[22590]: cluster 2024-09-11T07:37:05.455227+0000 mgr.smithi082.szoofc (mgr.14190) 251 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:37:08.201 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:07 smithi082 bash[15107]: audit 2024-09-11T07:37:06.507800+0000 mgr.smithi082.szoofc (mgr.14190) 252 : audit [DBG] from='client.14494 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:37:08.201 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:07 smithi082 bash[15107]: audit 2024-09-11T07:37:06.508483+0000 mon.smithi082 (mon.0) 724 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2024-09-11T07:37:08.201 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:07 smithi082 bash[15107]: audit 2024-09-11T07:37:07.003264+0000 mon.smithi082 (mon.0) 725 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-09-11T07:37:08.201 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:07 smithi082 bash[15107]: cluster 2024-09-11T07:37:07.003438+0000 mon.smithi082 (mon.0) 726 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2024-09-11T07:37:08.201 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:07 smithi082 bash[15107]: audit 2024-09-11T07:37:07.007337+0000 mon.smithi082 (mon.0) 727 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2024-09-11T07:37:08.201 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:08 smithi082 bash[15107]: debug 2024-09-11T07:37:08.015+0000 7f40611cb640 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-09-11T07:37:08.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:07 smithi189 bash[22590]: audit 2024-09-11T07:37:06.507800+0000 mgr.smithi082.szoofc (mgr.14190) 252 : audit [DBG] from='client.14494 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:37:08.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:07 smithi189 bash[22590]: audit 2024-09-11T07:37:06.508483+0000 mon.smithi082 (mon.0) 724 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2024-09-11T07:37:08.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:07 smithi189 bash[22590]: audit 2024-09-11T07:37:07.003264+0000 mon.smithi082 (mon.0) 725 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-09-11T07:37:08.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:07 smithi189 bash[22590]: cluster 2024-09-11T07:37:07.003438+0000 mon.smithi082 (mon.0) 726 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2024-09-11T07:37:08.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:07 smithi189 bash[22590]: audit 2024-09-11T07:37:07.007337+0000 mon.smithi082 (mon.0) 727 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2024-09-11T07:37:09.043 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:08 smithi189 bash[22590]: cluster 2024-09-11T07:37:07.455807+0000 mgr.smithi082.szoofc (mgr.14190) 253 : cluster [DBG] pgmap v223: 33 pgs: 6 creating+peering, 26 unknown, 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:37:09.043 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:08 smithi189 bash[22590]: cluster 2024-09-11T07:37:07.998740+0000 mon.smithi082 (mon.0) 728 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-11T07:37:09.044 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:08 smithi189 bash[22590]: audit 2024-09-11T07:37:08.010812+0000 mon.smithi082 (mon.0) 729 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-09-11T07:37:09.044 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:08 smithi189 bash[22590]: cluster 2024-09-11T07:37:08.011163+0000 mon.smithi082 (mon.0) 730 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2024-09-11T07:37:09.044 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:08 smithi189 bash[22590]: audit 2024-09-11T07:37:08.016630+0000 mon.smithi082 (mon.0) 731 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2024-09-11T07:37:09.044 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:08 smithi189 bash[22590]: cluster 2024-09-11T07:37:08.017887+0000 mon.smithi082 (mon.0) 732 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-09-11T07:37:09.044 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:08 smithi189 bash[22590]: cluster 2024-09-11T07:37:08.018242+0000 mon.smithi082 (mon.0) 733 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-09-11T07:37:09.044 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:08 smithi189 bash[22590]: cluster 2024-09-11T07:37:08.030247+0000 mon.smithi082 (mon.0) 734 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2024-09-11T07:37:09.044 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:08 smithi189 bash[22590]: audit 2024-09-11T07:37:08.030626+0000 mon.smithi082 (mon.0) 735 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-09-11T07:37:09.044 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:08 smithi189 bash[22590]: cluster 2024-09-11T07:37:08.031273+0000 mon.smithi082 (mon.0) 736 : cluster [DBG] fsmap foofs:0 2024-09-11T07:37:09.044 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:08 smithi189 bash[22590]: audit 2024-09-11T07:37:08.043286+0000 mon.smithi082 (mon.0) 737 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:37:09.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:08 smithi082 bash[15107]: cluster 2024-09-11T07:37:07.455807+0000 mgr.smithi082.szoofc (mgr.14190) 253 : cluster [DBG] pgmap v223: 33 pgs: 6 creating+peering, 26 unknown, 1 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:37:09.403 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:08 smithi082 bash[15107]: cluster 2024-09-11T07:37:07.998740+0000 mon.smithi082 (mon.0) 728 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-11T07:37:09.403 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:08 smithi082 bash[15107]: audit 2024-09-11T07:37:08.010812+0000 mon.smithi082 (mon.0) 729 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-09-11T07:37:09.403 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:08 smithi082 bash[15107]: cluster 2024-09-11T07:37:08.011163+0000 mon.smithi082 (mon.0) 730 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2024-09-11T07:37:09.403 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:08 smithi082 bash[15107]: audit 2024-09-11T07:37:08.016630+0000 mon.smithi082 (mon.0) 731 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2024-09-11T07:37:09.403 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:08 smithi082 bash[15107]: cluster 2024-09-11T07:37:08.017887+0000 mon.smithi082 (mon.0) 732 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-09-11T07:37:09.403 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:08 smithi082 bash[15107]: cluster 2024-09-11T07:37:08.018242+0000 mon.smithi082 (mon.0) 733 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-09-11T07:37:09.403 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:08 smithi082 bash[15107]: cluster 2024-09-11T07:37:08.030247+0000 mon.smithi082 (mon.0) 734 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2024-09-11T07:37:09.403 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:08 smithi082 bash[15107]: audit 2024-09-11T07:37:08.030626+0000 mon.smithi082 (mon.0) 735 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-09-11T07:37:09.403 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:08 smithi082 bash[15107]: cluster 2024-09-11T07:37:08.031273+0000 mon.smithi082 (mon.0) 736 : cluster [DBG] fsmap foofs:0 2024-09-11T07:37:09.403 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:08 smithi082 bash[15107]: audit 2024-09-11T07:37:08.043286+0000 mon.smithi082 (mon.0) 737 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:37:09.452 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f0bd109a-700e-11ef-bcea-c7b262605968 -- bash -c 'ceph nfs cluster create foo --ingress --virtual-ip 10.0.31.82/16 --port 2999' 2024-09-11T07:37:10.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:09 smithi082 bash[15107]: cephadm 2024-09-11T07:37:08.037847+0000 mgr.smithi082.szoofc (mgr.14190) 254 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2024-09-11T07:37:10.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:09 smithi082 bash[15107]: cluster 2024-09-11T07:37:09.028984+0000 mon.smithi082 (mon.0) 738 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-09-11T07:37:10.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:09 smithi189 bash[22590]: cephadm 2024-09-11T07:37:08.037847+0000 mgr.smithi082.szoofc (mgr.14190) 254 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2024-09-11T07:37:10.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:09 smithi189 bash[22590]: cluster 2024-09-11T07:37:09.028984+0000 mon.smithi082 (mon.0) 738 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-09-11T07:37:11.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:10 smithi189 bash[22590]: cluster 2024-09-11T07:37:09.456356+0000 mgr.smithi082.szoofc (mgr.14190) 255 : cluster [DBG] pgmap v227: 65 pgs: 1 creating+activating, 11 creating+peering, 40 unknown, 13 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:37:11.164 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:10 smithi189 bash[22590]: cluster 2024-09-11T07:37:10.026045+0000 mon.smithi082 (mon.0) 739 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-11T07:37:11.164 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:10 smithi189 bash[22590]: cluster 2024-09-11T07:37:10.035901+0000 mon.smithi082 (mon.0) 740 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-09-11T07:37:11.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:11 smithi082 bash[15107]: cluster 2024-09-11T07:37:09.456356+0000 mgr.smithi082.szoofc (mgr.14190) 255 : cluster [DBG] pgmap v227: 65 pgs: 1 creating+activating, 11 creating+peering, 40 unknown, 13 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:37:11.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:11 smithi082 bash[15107]: cluster 2024-09-11T07:37:10.026045+0000 mon.smithi082 (mon.0) 739 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-11T07:37:11.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:11 smithi082 bash[15107]: cluster 2024-09-11T07:37:10.035901+0000 mon.smithi082 (mon.0) 740 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-09-11T07:37:13.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:12 smithi082 bash[15107]: cluster 2024-09-11T07:37:11.456946+0000 mgr.smithi082.szoofc (mgr.14190) 256 : cluster [DBG] pgmap v229: 65 pgs: 1 creating+activating, 11 creating+peering, 13 unknown, 40 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:37:13.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:12 smithi189 bash[22590]: cluster 2024-09-11T07:37:11.456946+0000 mgr.smithi082.szoofc (mgr.14190) 256 : cluster [DBG] pgmap v229: 65 pgs: 1 creating+activating, 11 creating+peering, 13 unknown, 40 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:37:14.229 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/mon.smithi082/config 2024-09-11T07:37:15.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:14 smithi082 bash[15107]: cluster 2024-09-11T07:37:13.457653+0000 mgr.smithi082.szoofc (mgr.14190) 257 : cluster [DBG] pgmap v230: 65 pgs: 1 creating+activating, 64 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:37:15.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:14 smithi082 bash[15107]: audit 2024-09-11T07:37:14.161051+0000 mon.smithi082 (mon.0) 741 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:37:15.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:14 smithi082 bash[15107]: audit 2024-09-11T07:37:14.168374+0000 mon.smithi082 (mon.0) 742 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:37:15.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:14 smithi189 bash[22590]: cluster 2024-09-11T07:37:13.457653+0000 mgr.smithi082.szoofc (mgr.14190) 257 : cluster [DBG] pgmap v230: 65 pgs: 1 creating+activating, 64 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:37:15.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:14 smithi189 bash[22590]: audit 2024-09-11T07:37:14.161051+0000 mon.smithi082 (mon.0) 741 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:37:15.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:14 smithi189 bash[22590]: audit 2024-09-11T07:37:14.168374+0000 mon.smithi082 (mon.0) 742 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:37:16.653 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:16 smithi082 bash[15107]: audit 2024-09-11T07:37:15.440131+0000 mon.smithi082 (mon.0) 743 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:37:16.653 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:16 smithi082 bash[15107]: audit 2024-09-11T07:37:15.441242+0000 mon.smithi082 (mon.0) 744 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:37:16.653 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:16 smithi082 bash[15107]: cluster 2024-09-11T07:37:15.458544+0000 mgr.smithi082.szoofc (mgr.14190) 258 : cluster [DBG] pgmap v231: 65 pgs: 65 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:37:16.653 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:16 smithi082 bash[15107]: audit 2024-09-11T07:37:16.186034+0000 mon.smithi082 (mon.0) 745 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:37:16.653 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:16 smithi082 bash[15107]: audit 2024-09-11T07:37:16.191608+0000 mon.smithi082 (mon.0) 746 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:37:16.653 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:16 smithi082 bash[15107]: audit 2024-09-11T07:37:16.192720+0000 mon.smithi082 (mon.0) 747 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:37:16.653 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:16 smithi082 bash[15107]: audit 2024-09-11T07:37:16.193689+0000 mon.smithi082 (mon.0) 748 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:37:16.653 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:16 smithi082 bash[15107]: audit 2024-09-11T07:37:16.199298+0000 mon.smithi082 (mon.0) 749 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:37:16.653 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:16 smithi082 bash[15107]: audit 2024-09-11T07:37:16.202391+0000 mon.smithi082 (mon.0) 750 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-11T07:37:16.654 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:16 smithi082 bash[15107]: audit 2024-09-11T07:37:16.211429+0000 mon.smithi082 (mon.0) 751 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi189.jhdvqb", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-09-11T07:37:16.654 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:16 smithi082 bash[15107]: audit 2024-09-11T07:37:16.216126+0000 mon.smithi082 (mon.0) 752 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi189.jhdvqb", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-11T07:37:16.654 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:16 smithi082 bash[15107]: audit 2024-09-11T07:37:16.217100+0000 mon.smithi082 (mon.0) 753 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:37:16.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:16 smithi189 bash[22590]: audit 2024-09-11T07:37:15.440131+0000 mon.smithi082 (mon.0) 743 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:37:16.914 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:16 smithi189 bash[22590]: audit 2024-09-11T07:37:15.441242+0000 mon.smithi082 (mon.0) 744 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:37:16.914 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:16 smithi189 bash[22590]: cluster 2024-09-11T07:37:15.458544+0000 mgr.smithi082.szoofc (mgr.14190) 258 : cluster [DBG] pgmap v231: 65 pgs: 65 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:37:16.914 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:16 smithi189 bash[22590]: audit 2024-09-11T07:37:16.186034+0000 mon.smithi082 (mon.0) 745 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:37:16.914 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:16 smithi189 bash[22590]: audit 2024-09-11T07:37:16.191608+0000 mon.smithi082 (mon.0) 746 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:37:16.914 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:16 smithi189 bash[22590]: audit 2024-09-11T07:37:16.192720+0000 mon.smithi082 (mon.0) 747 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:37:16.914 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:16 smithi189 bash[22590]: audit 2024-09-11T07:37:16.193689+0000 mon.smithi082 (mon.0) 748 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:37:16.914 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:16 smithi189 bash[22590]: audit 2024-09-11T07:37:16.199298+0000 mon.smithi082 (mon.0) 749 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:37:16.914 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:16 smithi189 bash[22590]: audit 2024-09-11T07:37:16.202391+0000 mon.smithi082 (mon.0) 750 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-11T07:37:16.914 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:16 smithi189 bash[22590]: audit 2024-09-11T07:37:16.211429+0000 mon.smithi082 (mon.0) 751 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi189.jhdvqb", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-09-11T07:37:16.915 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:16 smithi189 bash[22590]: audit 2024-09-11T07:37:16.216126+0000 mon.smithi082 (mon.0) 752 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi189.jhdvqb", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-11T07:37:16.915 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:16 smithi189 bash[22590]: audit 2024-09-11T07:37:16.217100+0000 mon.smithi082 (mon.0) 753 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:37:17.705 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:17 smithi189 bash[22590]: cephadm 2024-09-11T07:37:16.218149+0000 mgr.smithi082.szoofc (mgr.14190) 259 : cephadm [INF] Deploying daemon mds.foofs.smithi189.jhdvqb on smithi189 2024-09-11T07:37:17.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:17 smithi082 bash[15107]: cephadm 2024-09-11T07:37:16.218149+0000 mgr.smithi082.szoofc (mgr.14190) 259 : cephadm [INF] Deploying daemon mds.foofs.smithi189.jhdvqb on smithi189 2024-09-11T07:37:18.620 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:18 smithi189 bash[22590]: cluster 2024-09-11T07:37:17.459575+0000 mgr.smithi082.szoofc (mgr.14190) 260 : cluster [DBG] pgmap v232: 65 pgs: 65 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:37:18.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:18 smithi082 bash[15107]: cluster 2024-09-11T07:37:17.459575+0000 mgr.smithi082.szoofc (mgr.14190) 260 : cluster [DBG] pgmap v232: 65 pgs: 65 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:37:20.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:19 smithi082 bash[15107]: audit 2024-09-11T07:37:18.900547+0000 mon.smithi082 (mon.0) 754 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:37:20.153 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:19 smithi082 bash[15107]: audit 2024-09-11T07:37:18.906851+0000 mon.smithi082 (mon.0) 755 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:37:20.153 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:19 smithi082 bash[15107]: audit 2024-09-11T07:37:18.912123+0000 mon.smithi082 (mon.0) 756 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:37:20.153 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:19 smithi082 bash[15107]: audit 2024-09-11T07:37:18.912939+0000 mon.smithi082 (mon.0) 757 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi082.lyxbuq", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-09-11T07:37:20.153 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:19 smithi082 bash[15107]: audit 2024-09-11T07:37:18.919433+0000 mon.smithi082 (mon.0) 758 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi082.lyxbuq", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-11T07:37:20.153 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:19 smithi082 bash[15107]: audit 2024-09-11T07:37:18.920450+0000 mon.smithi082 (mon.0) 759 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:37:20.153 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:19 smithi082 bash[15107]: cephadm 2024-09-11T07:37:18.921525+0000 mgr.smithi082.szoofc (mgr.14190) 261 : cephadm [INF] Deploying daemon mds.foofs.smithi082.lyxbuq on smithi082 2024-09-11T07:37:20.153 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:19 smithi082 bash[15107]: audit 2024-09-11T07:37:18.987658+0000 mgr.smithi082.szoofc (mgr.14190) 262 : audit [DBG] from='client.14498 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.82/16", "port": 2999, "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:37:20.153 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:19 smithi082 bash[15107]: audit 2024-09-11T07:37:18.990422+0000 mon.smithi082 (mon.0) 760 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-09-11T07:37:20.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:19 smithi189 bash[22590]: audit 2024-09-11T07:37:18.900547+0000 mon.smithi082 (mon.0) 754 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:37:20.164 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:19 smithi189 bash[22590]: audit 2024-09-11T07:37:18.906851+0000 mon.smithi082 (mon.0) 755 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:37:20.164 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:19 smithi189 bash[22590]: audit 2024-09-11T07:37:18.912123+0000 mon.smithi082 (mon.0) 756 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:37:20.164 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:19 smithi189 bash[22590]: audit 2024-09-11T07:37:18.912939+0000 mon.smithi082 (mon.0) 757 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi082.lyxbuq", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-09-11T07:37:20.164 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:19 smithi189 bash[22590]: audit 2024-09-11T07:37:18.919433+0000 mon.smithi082 (mon.0) 758 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi082.lyxbuq", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-11T07:37:20.164 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:19 smithi189 bash[22590]: audit 2024-09-11T07:37:18.920450+0000 mon.smithi082 (mon.0) 759 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:37:20.164 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:19 smithi189 bash[22590]: cephadm 2024-09-11T07:37:18.921525+0000 mgr.smithi082.szoofc (mgr.14190) 261 : cephadm [INF] Deploying daemon mds.foofs.smithi082.lyxbuq on smithi082 2024-09-11T07:37:20.164 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:19 smithi189 bash[22590]: audit 2024-09-11T07:37:18.987658+0000 mgr.smithi082.szoofc (mgr.14190) 262 : audit [DBG] from='client.14498 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.82/16", "port": 2999, "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:37:20.164 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:19 smithi189 bash[22590]: audit 2024-09-11T07:37:18.990422+0000 mon.smithi082 (mon.0) 760 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-09-11T07:37:20.991 INFO:teuthology.orchestra.run.smithi082.stdout:NFS Cluster Created Successfully 2024-09-11T07:37:21.023 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:20 smithi082 bash[15107]: cluster 2024-09-11T07:37:19.460120+0000 mgr.smithi082.szoofc (mgr.14190) 263 : cluster [DBG] pgmap v233: 65 pgs: 65 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:37:21.024 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:20 smithi082 bash[15107]: audit 2024-09-11T07:37:19.926859+0000 mon.smithi082 (mon.0) 761 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2024-09-11T07:37:21.024 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:20 smithi082 bash[15107]: cluster 2024-09-11T07:37:19.926942+0000 mon.smithi082 (mon.0) 762 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-09-11T07:37:21.024 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:20 smithi082 bash[15107]: audit 2024-09-11T07:37:19.928550+0000 mon.smithi082 (mon.0) 763 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-09-11T07:37:21.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:20 smithi189 bash[22590]: cluster 2024-09-11T07:37:19.460120+0000 mgr.smithi082.szoofc (mgr.14190) 263 : cluster [DBG] pgmap v233: 65 pgs: 65 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:37:21.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:20 smithi189 bash[22590]: audit 2024-09-11T07:37:19.926859+0000 mon.smithi082 (mon.0) 761 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2024-09-11T07:37:21.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:20 smithi189 bash[22590]: cluster 2024-09-11T07:37:19.926942+0000 mon.smithi082 (mon.0) 762 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-09-11T07:37:21.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:20 smithi189 bash[22590]: audit 2024-09-11T07:37:19.928550+0000 mon.smithi082 (mon.0) 763 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-09-11T07:37:22.062 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:21 smithi082 bash[15107]: cluster 2024-09-11T07:37:20.931367+0000 mon.smithi082 (mon.0) 764 : cluster [DBG] mds.? [v2:172.21.15.189:6832/3243422030,v1:172.21.15.189:6833/3243422030] up:boot 2024-09-11T07:37:22.062 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:21 smithi082 bash[15107]: cluster 2024-09-11T07:37:20.931496+0000 mon.smithi082 (mon.0) 765 : cluster [INF] daemon mds.foofs.smithi189.jhdvqb assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-09-11T07:37:22.062 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:21 smithi082 bash[15107]: cluster 2024-09-11T07:37:20.931644+0000 mon.smithi082 (mon.0) 766 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-09-11T07:37:22.062 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:21 smithi082 bash[15107]: cluster 2024-09-11T07:37:20.931708+0000 mon.smithi082 (mon.0) 767 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-09-11T07:37:22.062 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:21 smithi082 bash[15107]: cluster 2024-09-11T07:37:20.931754+0000 mon.smithi082 (mon.0) 768 : cluster [INF] Cluster is now healthy 2024-09-11T07:37:22.062 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:21 smithi082 bash[15107]: cluster 2024-09-11T07:37:20.932324+0000 mon.smithi082 (mon.0) 769 : cluster [DBG] fsmap foofs:0 1 up:standby 2024-09-11T07:37:22.062 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:21 smithi082 bash[15107]: audit 2024-09-11T07:37:20.932602+0000 mon.smithi082 (mon.0) 770 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi189.jhdvqb"}]: dispatch 2024-09-11T07:37:22.062 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:21 smithi082 bash[15107]: audit 2024-09-11T07:37:20.938925+0000 mon.smithi082 (mon.0) 771 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-09-11T07:37:22.062 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:21 smithi082 bash[15107]: cluster 2024-09-11T07:37:20.939185+0000 mon.smithi082 (mon.0) 772 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-09-11T07:37:22.062 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:21 smithi082 bash[15107]: cluster 2024-09-11T07:37:20.939887+0000 mon.smithi082 (mon.0) 773 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi189.jhdvqb=up:creating} 2024-09-11T07:37:22.062 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:21 smithi082 bash[15107]: cluster 2024-09-11T07:37:20.972138+0000 mon.smithi082 (mon.0) 774 : cluster [INF] daemon mds.foofs.smithi189.jhdvqb is now active in filesystem foofs as rank 0 2024-09-11T07:37:22.062 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:21 smithi082 bash[15107]: cephadm 2024-09-11T07:37:20.979048+0000 mgr.smithi082.szoofc (mgr.14190) 264 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2024-09-11T07:37:22.063 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:21 smithi082 bash[15107]: audit 2024-09-11T07:37:20.983360+0000 mon.smithi082 (mon.0) 775 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:37:22.063 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:21 smithi082 bash[15107]: cephadm 2024-09-11T07:37:20.985124+0000 mgr.smithi082.szoofc (mgr.14190) 265 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2024-09-11T07:37:22.063 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:21 smithi082 bash[15107]: audit 2024-09-11T07:37:20.988994+0000 mon.smithi082 (mon.0) 776 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:37:22.064 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f0bd109a-700e-11ef-bcea-c7b262605968 -- bash -c 'ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake' 2024-09-11T07:37:22.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:21 smithi189 bash[22590]: cluster 2024-09-11T07:37:20.931367+0000 mon.smithi082 (mon.0) 764 : cluster [DBG] mds.? [v2:172.21.15.189:6832/3243422030,v1:172.21.15.189:6833/3243422030] up:boot 2024-09-11T07:37:22.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:21 smithi189 bash[22590]: cluster 2024-09-11T07:37:20.931496+0000 mon.smithi082 (mon.0) 765 : cluster [INF] daemon mds.foofs.smithi189.jhdvqb assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-09-11T07:37:22.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:21 smithi189 bash[22590]: cluster 2024-09-11T07:37:20.931644+0000 mon.smithi082 (mon.0) 766 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-09-11T07:37:22.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:21 smithi189 bash[22590]: cluster 2024-09-11T07:37:20.931708+0000 mon.smithi082 (mon.0) 767 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-09-11T07:37:22.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:21 smithi189 bash[22590]: cluster 2024-09-11T07:37:20.931754+0000 mon.smithi082 (mon.0) 768 : cluster [INF] Cluster is now healthy 2024-09-11T07:37:22.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:21 smithi189 bash[22590]: cluster 2024-09-11T07:37:20.932324+0000 mon.smithi082 (mon.0) 769 : cluster [DBG] fsmap foofs:0 1 up:standby 2024-09-11T07:37:22.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:21 smithi189 bash[22590]: audit 2024-09-11T07:37:20.932602+0000 mon.smithi082 (mon.0) 770 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi189.jhdvqb"}]: dispatch 2024-09-11T07:37:22.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:21 smithi189 bash[22590]: audit 2024-09-11T07:37:20.938925+0000 mon.smithi082 (mon.0) 771 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-09-11T07:37:22.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:21 smithi189 bash[22590]: cluster 2024-09-11T07:37:20.939185+0000 mon.smithi082 (mon.0) 772 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-09-11T07:37:22.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:21 smithi189 bash[22590]: cluster 2024-09-11T07:37:20.939887+0000 mon.smithi082 (mon.0) 773 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi189.jhdvqb=up:creating} 2024-09-11T07:37:22.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:21 smithi189 bash[22590]: cluster 2024-09-11T07:37:20.972138+0000 mon.smithi082 (mon.0) 774 : cluster [INF] daemon mds.foofs.smithi189.jhdvqb is now active in filesystem foofs as rank 0 2024-09-11T07:37:22.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:21 smithi189 bash[22590]: cephadm 2024-09-11T07:37:20.979048+0000 mgr.smithi082.szoofc (mgr.14190) 264 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2024-09-11T07:37:22.415 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:21 smithi189 bash[22590]: audit 2024-09-11T07:37:20.983360+0000 mon.smithi082 (mon.0) 775 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:37:22.415 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:21 smithi189 bash[22590]: cephadm 2024-09-11T07:37:20.985124+0000 mgr.smithi082.szoofc (mgr.14190) 265 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2024-09-11T07:37:22.415 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:21 smithi189 bash[22590]: audit 2024-09-11T07:37:20.988994+0000 mon.smithi082 (mon.0) 776 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:37:23.248 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:22 smithi082 bash[15107]: cluster 2024-09-11T07:37:21.460791+0000 mgr.smithi082.szoofc (mgr.14190) 266 : cluster [DBG] pgmap v236: 97 pgs: 8 creating+peering, 24 unknown, 65 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:37:23.248 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:22 smithi082 bash[15107]: cluster 2024-09-11T07:37:21.940263+0000 mon.smithi082 (mon.0) 777 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-09-11T07:37:23.249 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:22 smithi082 bash[15107]: cluster 2024-09-11T07:37:21.947896+0000 mon.smithi082 (mon.0) 778 : cluster [DBG] mds.? [v2:172.21.15.189:6832/3243422030,v1:172.21.15.189:6833/3243422030] up:active 2024-09-11T07:37:23.249 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:22 smithi082 bash[15107]: cluster 2024-09-11T07:37:21.947960+0000 mon.smithi082 (mon.0) 779 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi189.jhdvqb=up:active} 2024-09-11T07:37:23.249 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:22 smithi082 bash[15107]: audit 2024-09-11T07:37:21.969486+0000 mon.smithi082 (mon.0) 780 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:37:23.249 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:22 smithi082 bash[15107]: audit 2024-09-11T07:37:21.978286+0000 mon.smithi082 (mon.0) 781 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:37:23.249 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:22 smithi082 bash[15107]: audit 2024-09-11T07:37:21.985254+0000 mon.smithi082 (mon.0) 782 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:37:23.249 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:22 smithi082 bash[15107]: audit 2024-09-11T07:37:21.991617+0000 mon.smithi082 (mon.0) 783 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:37:23.249 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:22 smithi082 bash[15107]: audit 2024-09-11T07:37:22.001754+0000 mon.smithi082 (mon.0) 784 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:37:23.249 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:22 smithi082 bash[15107]: audit 2024-09-11T07:37:22.041257+0000 mon.smithi082 (mon.0) 785 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:37:23.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:22 smithi189 bash[22590]: cluster 2024-09-11T07:37:21.460791+0000 mgr.smithi082.szoofc (mgr.14190) 266 : cluster [DBG] pgmap v236: 97 pgs: 8 creating+peering, 24 unknown, 65 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:37:23.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:22 smithi189 bash[22590]: cluster 2024-09-11T07:37:21.940263+0000 mon.smithi082 (mon.0) 777 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-09-11T07:37:23.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:22 smithi189 bash[22590]: cluster 2024-09-11T07:37:21.947896+0000 mon.smithi082 (mon.0) 778 : cluster [DBG] mds.? [v2:172.21.15.189:6832/3243422030,v1:172.21.15.189:6833/3243422030] up:active 2024-09-11T07:37:23.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:22 smithi189 bash[22590]: cluster 2024-09-11T07:37:21.947960+0000 mon.smithi082 (mon.0) 779 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi189.jhdvqb=up:active} 2024-09-11T07:37:23.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:22 smithi189 bash[22590]: audit 2024-09-11T07:37:21.969486+0000 mon.smithi082 (mon.0) 780 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:37:23.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:22 smithi189 bash[22590]: audit 2024-09-11T07:37:21.978286+0000 mon.smithi082 (mon.0) 781 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:37:23.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:22 smithi189 bash[22590]: audit 2024-09-11T07:37:21.985254+0000 mon.smithi082 (mon.0) 782 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:37:23.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:22 smithi189 bash[22590]: audit 2024-09-11T07:37:21.991617+0000 mon.smithi082 (mon.0) 783 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:37:23.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:22 smithi189 bash[22590]: audit 2024-09-11T07:37:22.001754+0000 mon.smithi082 (mon.0) 784 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:37:23.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:22 smithi189 bash[22590]: audit 2024-09-11T07:37:22.041257+0000 mon.smithi082 (mon.0) 785 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:37:24.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:24 smithi082 bash[15107]: cluster 2024-09-11T07:37:23.015889+0000 mon.smithi082 (mon.0) 786 : cluster [DBG] mgrmap e20: smithi082.szoofc(active, since 6m), standbys: smithi189.skbamy 2024-09-11T07:37:24.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:24 smithi189 bash[22590]: cluster 2024-09-11T07:37:23.015889+0000 mon.smithi082 (mon.0) 786 : cluster [DBG] mgrmap e20: smithi082.szoofc(active, since 6m), standbys: smithi189.skbamy 2024-09-11T07:37:25.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:25 smithi082 bash[15107]: cluster 2024-09-11T07:37:23.461740+0000 mgr.smithi082.szoofc (mgr.14190) 267 : cluster [DBG] pgmap v238: 97 pgs: 8 creating+peering, 9 unknown, 80 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 511 B/s wr, 3 op/s 2024-09-11T07:37:25.403 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:25 smithi082 bash[15107]: cluster 2024-09-11T07:37:24.017125+0000 mon.smithi082 (mon.0) 787 : cluster [DBG] mds.? [v2:172.21.15.82:6834/467976506,v1:172.21.15.82:6835/467976506] up:boot 2024-09-11T07:37:25.403 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:25 smithi082 bash[15107]: cluster 2024-09-11T07:37:24.017184+0000 mon.smithi082 (mon.0) 788 : cluster [INF] Dropping low affinity active daemon mds.foofs.smithi189.jhdvqb in favor of higher affinity standby. 2024-09-11T07:37:25.403 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:25 smithi082 bash[15107]: cluster 2024-09-11T07:37:24.017206+0000 mon.smithi082 (mon.0) 789 : cluster [WRN] Replacing daemon mds.foofs.smithi189.jhdvqb as rank 0 with standby daemon mds.foofs.smithi082.lyxbuq 2024-09-11T07:37:25.403 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:25 smithi082 bash[15107]: cluster 2024-09-11T07:37:24.017521+0000 mon.smithi082 (mon.0) 790 : cluster [WRN] Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2024-09-11T07:37:25.403 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:25 smithi082 bash[15107]: cluster 2024-09-11T07:37:24.017537+0000 mon.smithi082 (mon.0) 791 : cluster [WRN] Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2024-09-11T07:37:25.403 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:25 smithi082 bash[15107]: cluster 2024-09-11T07:37:24.017793+0000 mon.smithi082 (mon.0) 792 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi189.jhdvqb=up:active} 1 up:standby 2024-09-11T07:37:25.403 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:25 smithi082 bash[15107]: audit 2024-09-11T07:37:24.018303+0000 mon.smithi082 (mon.0) 793 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi082.lyxbuq"}]: dispatch 2024-09-11T07:37:25.403 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:25 smithi082 bash[15107]: cluster 2024-09-11T07:37:24.026786+0000 mon.smithi082 (mon.0) 794 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-09-11T07:37:25.403 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:25 smithi082 bash[15107]: cluster 2024-09-11T07:37:24.026889+0000 mon.smithi082 (mon.0) 795 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi082.lyxbuq=up:replay} 2024-09-11T07:37:25.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:25 smithi189 bash[22590]: cluster 2024-09-11T07:37:23.461740+0000 mgr.smithi082.szoofc (mgr.14190) 267 : cluster [DBG] pgmap v238: 97 pgs: 8 creating+peering, 9 unknown, 80 active+clean; 577 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 511 B/s wr, 3 op/s 2024-09-11T07:37:25.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:25 smithi189 bash[22590]: cluster 2024-09-11T07:37:24.017125+0000 mon.smithi082 (mon.0) 787 : cluster [DBG] mds.? [v2:172.21.15.82:6834/467976506,v1:172.21.15.82:6835/467976506] up:boot 2024-09-11T07:37:25.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:25 smithi189 bash[22590]: cluster 2024-09-11T07:37:24.017184+0000 mon.smithi082 (mon.0) 788 : cluster [INF] Dropping low affinity active daemon mds.foofs.smithi189.jhdvqb in favor of higher affinity standby. 2024-09-11T07:37:25.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:25 smithi189 bash[22590]: cluster 2024-09-11T07:37:24.017206+0000 mon.smithi082 (mon.0) 789 : cluster [WRN] Replacing daemon mds.foofs.smithi189.jhdvqb as rank 0 with standby daemon mds.foofs.smithi082.lyxbuq 2024-09-11T07:37:25.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:25 smithi189 bash[22590]: cluster 2024-09-11T07:37:24.017521+0000 mon.smithi082 (mon.0) 790 : cluster [WRN] Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2024-09-11T07:37:25.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:25 smithi189 bash[22590]: cluster 2024-09-11T07:37:24.017537+0000 mon.smithi082 (mon.0) 791 : cluster [WRN] Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2024-09-11T07:37:25.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:25 smithi189 bash[22590]: cluster 2024-09-11T07:37:24.017793+0000 mon.smithi082 (mon.0) 792 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi189.jhdvqb=up:active} 1 up:standby 2024-09-11T07:37:25.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:25 smithi189 bash[22590]: audit 2024-09-11T07:37:24.018303+0000 mon.smithi082 (mon.0) 793 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi082.lyxbuq"}]: dispatch 2024-09-11T07:37:25.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:25 smithi189 bash[22590]: cluster 2024-09-11T07:37:24.026786+0000 mon.smithi082 (mon.0) 794 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-09-11T07:37:25.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:25 smithi189 bash[22590]: cluster 2024-09-11T07:37:24.026889+0000 mon.smithi082 (mon.0) 795 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi082.lyxbuq=up:replay} 2024-09-11T07:37:26.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:26 smithi082 bash[15107]: cluster 2024-09-11T07:37:25.023455+0000 mon.smithi082 (mon.0) 796 : cluster [INF] Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2024-09-11T07:37:26.403 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:26 smithi082 bash[15107]: cluster 2024-09-11T07:37:25.027022+0000 mon.smithi082 (mon.0) 797 : cluster [DBG] mds.? [v2:172.21.15.82:6834/467976506,v1:172.21.15.82:6835/467976506] up:reconnect 2024-09-11T07:37:26.403 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:26 smithi082 bash[15107]: cluster 2024-09-11T07:37:25.027058+0000 mon.smithi082 (mon.0) 798 : cluster [DBG] mds.? [v2:172.21.15.189:6832/542209213,v1:172.21.15.189:6833/542209213] up:boot 2024-09-11T07:37:26.403 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:26 smithi082 bash[15107]: cluster 2024-09-11T07:37:25.027106+0000 mon.smithi082 (mon.0) 799 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi082.lyxbuq=up:reconnect} 1 up:standby 2024-09-11T07:37:26.403 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:26 smithi082 bash[15107]: audit 2024-09-11T07:37:25.027282+0000 mon.smithi082 (mon.0) 800 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi189.jhdvqb"}]: dispatch 2024-09-11T07:37:26.403 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:26 smithi082 bash[15107]: cluster 2024-09-11T07:37:25.462765+0000 mgr.smithi082.szoofc (mgr.14190) 268 : cluster [DBG] pgmap v240: 97 pgs: 97 active+clean; 579 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.3 KiB/s rd, 2.3 KiB/s wr, 9 op/s 2024-09-11T07:37:26.403 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:26 smithi082 bash[15107]: audit 2024-09-11T07:37:25.498742+0000 mon.smithi082 (mon.0) 801 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:37:26.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:26 smithi189 bash[22590]: cluster 2024-09-11T07:37:25.023455+0000 mon.smithi082 (mon.0) 796 : cluster [INF] Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2024-09-11T07:37:26.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:26 smithi189 bash[22590]: cluster 2024-09-11T07:37:25.027022+0000 mon.smithi082 (mon.0) 797 : cluster [DBG] mds.? [v2:172.21.15.82:6834/467976506,v1:172.21.15.82:6835/467976506] up:reconnect 2024-09-11T07:37:26.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:26 smithi189 bash[22590]: cluster 2024-09-11T07:37:25.027058+0000 mon.smithi082 (mon.0) 798 : cluster [DBG] mds.? [v2:172.21.15.189:6832/542209213,v1:172.21.15.189:6833/542209213] up:boot 2024-09-11T07:37:26.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:26 smithi189 bash[22590]: cluster 2024-09-11T07:37:25.027106+0000 mon.smithi082 (mon.0) 799 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi082.lyxbuq=up:reconnect} 1 up:standby 2024-09-11T07:37:26.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:26 smithi189 bash[22590]: audit 2024-09-11T07:37:25.027282+0000 mon.smithi082 (mon.0) 800 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi189.jhdvqb"}]: dispatch 2024-09-11T07:37:26.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:26 smithi189 bash[22590]: cluster 2024-09-11T07:37:25.462765+0000 mgr.smithi082.szoofc (mgr.14190) 268 : cluster [DBG] pgmap v240: 97 pgs: 97 active+clean; 579 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.3 KiB/s rd, 2.3 KiB/s wr, 9 op/s 2024-09-11T07:37:26.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:26 smithi189 bash[22590]: audit 2024-09-11T07:37:25.498742+0000 mon.smithi082 (mon.0) 801 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:37:27.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:27 smithi082 bash[15107]: cluster 2024-09-11T07:37:26.031321+0000 mon.smithi082 (mon.0) 802 : cluster [DBG] mds.? [v2:172.21.15.82:6834/467976506,v1:172.21.15.82:6835/467976506] up:rejoin 2024-09-11T07:37:27.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:27 smithi082 bash[15107]: cluster 2024-09-11T07:37:26.031379+0000 mon.smithi082 (mon.0) 803 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi082.lyxbuq=up:rejoin} 1 up:standby 2024-09-11T07:37:27.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:27 smithi082 bash[15107]: cluster 2024-09-11T07:37:26.031565+0000 mon.smithi082 (mon.0) 804 : cluster [INF] daemon mds.foofs.smithi082.lyxbuq is now active in filesystem foofs as rank 0 2024-09-11T07:37:27.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:27 smithi189 bash[22590]: cluster 2024-09-11T07:37:26.031321+0000 mon.smithi082 (mon.0) 802 : cluster [DBG] mds.? [v2:172.21.15.82:6834/467976506,v1:172.21.15.82:6835/467976506] up:rejoin 2024-09-11T07:37:27.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:27 smithi189 bash[22590]: cluster 2024-09-11T07:37:26.031379+0000 mon.smithi082 (mon.0) 803 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi082.lyxbuq=up:rejoin} 1 up:standby 2024-09-11T07:37:27.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:27 smithi189 bash[22590]: cluster 2024-09-11T07:37:26.031565+0000 mon.smithi082 (mon.0) 804 : cluster [INF] daemon mds.foofs.smithi082.lyxbuq is now active in filesystem foofs as rank 0 2024-09-11T07:37:27.845 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/mon.smithi082/config 2024-09-11T07:37:28.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:28 smithi082 bash[15107]: cluster 2024-09-11T07:37:27.030004+0000 mon.smithi082 (mon.0) 805 : cluster [INF] Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2024-09-11T07:37:28.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:28 smithi082 bash[15107]: cluster 2024-09-11T07:37:27.030061+0000 mon.smithi082 (mon.0) 806 : cluster [INF] Cluster is now healthy 2024-09-11T07:37:28.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:28 smithi082 bash[15107]: cluster 2024-09-11T07:37:27.041817+0000 mon.smithi082 (mon.0) 807 : cluster [DBG] mds.? [v2:172.21.15.82:6834/467976506,v1:172.21.15.82:6835/467976506] up:active 2024-09-11T07:37:28.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:28 smithi082 bash[15107]: cluster 2024-09-11T07:37:27.041879+0000 mon.smithi082 (mon.0) 808 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi082.lyxbuq=up:active} 1 up:standby 2024-09-11T07:37:28.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:28 smithi082 bash[15107]: cluster 2024-09-11T07:37:27.463746+0000 mgr.smithi082.szoofc (mgr.14190) 269 : cluster [DBG] pgmap v241: 97 pgs: 97 active+clean; 579 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.8 KiB/s rd, 2.0 KiB/s wr, 8 op/s 2024-09-11T07:37:28.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:28 smithi082 bash[15107]: audit 2024-09-11T07:37:27.532274+0000 mon.smithi082 (mon.0) 809 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:37:28.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:28 smithi082 bash[15107]: audit 2024-09-11T07:37:27.539025+0000 mon.smithi082 (mon.0) 810 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:37:28.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:28 smithi189 bash[22590]: cluster 2024-09-11T07:37:27.030004+0000 mon.smithi082 (mon.0) 805 : cluster [INF] Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2024-09-11T07:37:28.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:28 smithi189 bash[22590]: cluster 2024-09-11T07:37:27.030061+0000 mon.smithi082 (mon.0) 806 : cluster [INF] Cluster is now healthy 2024-09-11T07:37:28.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:28 smithi189 bash[22590]: cluster 2024-09-11T07:37:27.041817+0000 mon.smithi082 (mon.0) 807 : cluster [DBG] mds.? [v2:172.21.15.82:6834/467976506,v1:172.21.15.82:6835/467976506] up:active 2024-09-11T07:37:28.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:28 smithi189 bash[22590]: cluster 2024-09-11T07:37:27.041879+0000 mon.smithi082 (mon.0) 808 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi082.lyxbuq=up:active} 1 up:standby 2024-09-11T07:37:28.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:28 smithi189 bash[22590]: cluster 2024-09-11T07:37:27.463746+0000 mgr.smithi082.szoofc (mgr.14190) 269 : cluster [DBG] pgmap v241: 97 pgs: 97 active+clean; 579 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.8 KiB/s rd, 2.0 KiB/s wr, 8 op/s 2024-09-11T07:37:28.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:28 smithi189 bash[22590]: audit 2024-09-11T07:37:27.532274+0000 mon.smithi082 (mon.0) 809 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:37:28.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:28 smithi189 bash[22590]: audit 2024-09-11T07:37:27.539025+0000 mon.smithi082 (mon.0) 810 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:37:30.403 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:30 smithi082 bash[15107]: audit 2024-09-11T07:37:29.056854+0000 mon.smithi082 (mon.0) 811 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:37:30.403 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:30 smithi082 bash[15107]: audit 2024-09-11T07:37:29.064976+0000 mon.smithi082 (mon.0) 812 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:37:30.403 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:30 smithi082 bash[15107]: audit 2024-09-11T07:37:29.066367+0000 mon.smithi082 (mon.0) 813 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:37:30.403 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:30 smithi082 bash[15107]: audit 2024-09-11T07:37:29.067418+0000 mon.smithi082 (mon.0) 814 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:37:30.403 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:30 smithi082 bash[15107]: audit 2024-09-11T07:37:29.076649+0000 mon.smithi082 (mon.0) 815 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:37:30.403 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:30 smithi082 bash[15107]: audit 2024-09-11T07:37:29.080518+0000 mon.smithi082 (mon.0) 816 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-11T07:37:30.403 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:30 smithi082 bash[15107]: audit 2024-09-11T07:37:29.095119+0000 mon.smithi082 (mon.0) 817 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:37:30.403 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:30 smithi082 bash[15107]: cephadm 2024-09-11T07:37:29.095617+0000 mgr.smithi082.szoofc (mgr.14190) 270 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi082.phfxvp 2024-09-11T07:37:30.404 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:30 smithi082 bash[15107]: audit 2024-09-11T07:37:29.095902+0000 mon.smithi082 (mon.0) 818 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi082.phfxvp", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-09-11T07:37:30.404 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:30 smithi082 bash[15107]: audit 2024-09-11T07:37:29.102149+0000 mon.smithi082 (mon.0) 819 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi082.phfxvp", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-09-11T07:37:30.404 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:30 smithi082 bash[15107]: cephadm 2024-09-11T07:37:29.103073+0000 mgr.smithi082.szoofc (mgr.14190) 271 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-09-11T07:37:30.404 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:30 smithi082 bash[15107]: audit 2024-09-11T07:37:29.103547+0000 mon.smithi082 (mon.0) 820 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-09-11T07:37:30.404 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:30 smithi082 bash[15107]: audit 2024-09-11T07:37:29.110637+0000 mon.smithi082 (mon.0) 821 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-09-11T07:37:30.404 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:30 smithi082 bash[15107]: audit 2024-09-11T07:37:29.112304+0000 mon.smithi082 (mon.0) 822 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:37:30.404 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:30 smithi082 bash[15107]: audit 2024-09-11T07:37:29.177087+0000 mon.smithi082 (mon.0) 823 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-09-11T07:37:30.404 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:30 smithi082 bash[15107]: audit 2024-09-11T07:37:29.183086+0000 mon.smithi082 (mon.0) 824 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-09-11T07:37:30.404 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:30 smithi082 bash[15107]: cephadm 2024-09-11T07:37:29.247015+0000 mgr.smithi082.szoofc (mgr.14190) 272 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-09-11T07:37:30.404 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:30 smithi082 bash[15107]: cephadm 2024-09-11T07:37:29.247221+0000 mgr.smithi082.szoofc (mgr.14190) 273 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi082.phfxvp-rgw 2024-09-11T07:37:30.404 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:30 smithi082 bash[15107]: audit 2024-09-11T07:37:29.247837+0000 mon.smithi082 (mon.0) 825 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi082.phfxvp-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-11T07:37:30.404 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:30 smithi082 bash[15107]: audit 2024-09-11T07:37:29.253769+0000 mon.smithi082 (mon.0) 826 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi082.phfxvp-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-11T07:37:30.404 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:30 smithi082 bash[15107]: cephadm 2024-09-11T07:37:29.254817+0000 mgr.smithi082.szoofc (mgr.14190) 274 : cephadm [WRN] Bind address in nfs.foo.0.0.smithi082.phfxvp's ganesha conf is defaulting to empty 2024-09-11T07:37:30.405 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:30 smithi082 bash[15107]: audit 2024-09-11T07:37:29.259038+0000 mon.smithi082 (mon.0) 827 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:37:30.405 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:30 smithi082 bash[15107]: cephadm 2024-09-11T07:37:29.261007+0000 mgr.smithi082.szoofc (mgr.14190) 275 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi082.phfxvp on smithi082 2024-09-11T07:37:30.405 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:30 smithi082 bash[15107]: cluster 2024-09-11T07:37:29.464931+0000 mgr.smithi082.szoofc (mgr.14190) 276 : cluster [DBG] pgmap v242: 97 pgs: 97 active+clean; 579 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.0 KiB/s rd, 1.6 KiB/s wr, 7 op/s 2024-09-11T07:37:30.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:30 smithi189 bash[22590]: audit 2024-09-11T07:37:29.056854+0000 mon.smithi082 (mon.0) 811 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:37:30.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:30 smithi189 bash[22590]: audit 2024-09-11T07:37:29.064976+0000 mon.smithi082 (mon.0) 812 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:37:30.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:30 smithi189 bash[22590]: audit 2024-09-11T07:37:29.066367+0000 mon.smithi082 (mon.0) 813 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:37:30.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:30 smithi189 bash[22590]: audit 2024-09-11T07:37:29.067418+0000 mon.smithi082 (mon.0) 814 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:37:30.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:30 smithi189 bash[22590]: audit 2024-09-11T07:37:29.076649+0000 mon.smithi082 (mon.0) 815 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:37:30.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:30 smithi189 bash[22590]: audit 2024-09-11T07:37:29.080518+0000 mon.smithi082 (mon.0) 816 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-11T07:37:30.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:30 smithi189 bash[22590]: audit 2024-09-11T07:37:29.095119+0000 mon.smithi082 (mon.0) 817 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:37:30.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:30 smithi189 bash[22590]: cephadm 2024-09-11T07:37:29.095617+0000 mgr.smithi082.szoofc (mgr.14190) 270 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi082.phfxvp 2024-09-11T07:37:30.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:30 smithi189 bash[22590]: audit 2024-09-11T07:37:29.095902+0000 mon.smithi082 (mon.0) 818 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi082.phfxvp", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-09-11T07:37:30.415 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:30 smithi189 bash[22590]: audit 2024-09-11T07:37:29.102149+0000 mon.smithi082 (mon.0) 819 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi082.phfxvp", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-09-11T07:37:30.415 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:30 smithi189 bash[22590]: cephadm 2024-09-11T07:37:29.103073+0000 mgr.smithi082.szoofc (mgr.14190) 271 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-09-11T07:37:30.415 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:30 smithi189 bash[22590]: audit 2024-09-11T07:37:29.103547+0000 mon.smithi082 (mon.0) 820 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-09-11T07:37:30.415 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:30 smithi189 bash[22590]: audit 2024-09-11T07:37:29.110637+0000 mon.smithi082 (mon.0) 821 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-09-11T07:37:30.415 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:30 smithi189 bash[22590]: audit 2024-09-11T07:37:29.112304+0000 mon.smithi082 (mon.0) 822 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:37:30.415 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:30 smithi189 bash[22590]: audit 2024-09-11T07:37:29.177087+0000 mon.smithi082 (mon.0) 823 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-09-11T07:37:30.415 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:30 smithi189 bash[22590]: audit 2024-09-11T07:37:29.183086+0000 mon.smithi082 (mon.0) 824 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-09-11T07:37:30.415 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:30 smithi189 bash[22590]: cephadm 2024-09-11T07:37:29.247015+0000 mgr.smithi082.szoofc (mgr.14190) 272 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-09-11T07:37:30.415 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:30 smithi189 bash[22590]: cephadm 2024-09-11T07:37:29.247221+0000 mgr.smithi082.szoofc (mgr.14190) 273 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi082.phfxvp-rgw 2024-09-11T07:37:30.415 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:30 smithi189 bash[22590]: audit 2024-09-11T07:37:29.247837+0000 mon.smithi082 (mon.0) 825 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi082.phfxvp-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-11T07:37:30.415 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:30 smithi189 bash[22590]: audit 2024-09-11T07:37:29.253769+0000 mon.smithi082 (mon.0) 826 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi082.phfxvp-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-11T07:37:30.415 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:30 smithi189 bash[22590]: cephadm 2024-09-11T07:37:29.254817+0000 mgr.smithi082.szoofc (mgr.14190) 274 : cephadm [WRN] Bind address in nfs.foo.0.0.smithi082.phfxvp's ganesha conf is defaulting to empty 2024-09-11T07:37:30.415 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:30 smithi189 bash[22590]: audit 2024-09-11T07:37:29.259038+0000 mon.smithi082 (mon.0) 827 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:37:30.415 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:30 smithi189 bash[22590]: cephadm 2024-09-11T07:37:29.261007+0000 mgr.smithi082.szoofc (mgr.14190) 275 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi082.phfxvp on smithi082 2024-09-11T07:37:30.416 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:30 smithi189 bash[22590]: cluster 2024-09-11T07:37:29.464931+0000 mgr.smithi082.szoofc (mgr.14190) 276 : cluster [DBG] pgmap v242: 97 pgs: 97 active+clean; 579 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.0 KiB/s rd, 1.6 KiB/s wr, 7 op/s 2024-09-11T07:37:31.819 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:31 smithi082 bash[15107]: audit 2024-09-11T07:37:30.440019+0000 mon.smithi082 (mon.0) 828 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:37:31.819 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:31 smithi082 bash[15107]: audit 2024-09-11T07:37:30.441207+0000 mon.smithi082 (mon.0) 829 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:37:31.819 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:31 smithi082 bash[15107]: audit 2024-09-11T07:37:30.505989+0000 mon.smithi082 (mon.0) 830 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:37:31.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:31 smithi189 bash[22590]: audit 2024-09-11T07:37:30.440019+0000 mon.smithi082 (mon.0) 828 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:37:31.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:31 smithi189 bash[22590]: audit 2024-09-11T07:37:30.441207+0000 mon.smithi082 (mon.0) 829 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:37:31.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:31 smithi189 bash[22590]: audit 2024-09-11T07:37:30.505989+0000 mon.smithi082 (mon.0) 830 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:37:32.581 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:32 smithi082 bash[15107]: cluster 2024-09-11T07:37:31.465640+0000 mgr.smithi082.szoofc (mgr.14190) 277 : cluster [DBG] pgmap v243: 97 pgs: 97 active+clean; 579 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.6 KiB/s rd, 1.3 KiB/s wr, 8 op/s 2024-09-11T07:37:32.598 INFO:teuthology.orchestra.run.smithi082.stdout:{ 2024-09-11T07:37:32.598 INFO:teuthology.orchestra.run.smithi082.stdout: "bind": "/fake", 2024-09-11T07:37:32.598 INFO:teuthology.orchestra.run.smithi082.stdout: "fs": "foofs", 2024-09-11T07:37:32.598 INFO:teuthology.orchestra.run.smithi082.stdout: "path": "/", 2024-09-11T07:37:32.598 INFO:teuthology.orchestra.run.smithi082.stdout: "cluster": "foo", 2024-09-11T07:37:32.598 INFO:teuthology.orchestra.run.smithi082.stdout: "mode": "RW" 2024-09-11T07:37:32.598 INFO:teuthology.orchestra.run.smithi082.stdout:} 2024-09-11T07:37:32.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:32 smithi189 bash[22590]: cluster 2024-09-11T07:37:31.465640+0000 mgr.smithi082.szoofc (mgr.14190) 277 : cluster [DBG] pgmap v243: 97 pgs: 97 active+clean; 579 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.6 KiB/s rd, 1.3 KiB/s wr, 8 op/s 2024-09-11T07:37:33.649 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:33 smithi082 bash[15107]: audit 2024-09-11T07:37:32.539299+0000 mgr.smithi082.szoofc (mgr.14190) 278 : audit [DBG] from='client.14524 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:37:33.649 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:33 smithi082 bash[15107]: audit 2024-09-11T07:37:32.585793+0000 mon.smithi082 (mon.0) 831 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]: dispatch 2024-09-11T07:37:33.649 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:33 smithi082 bash[15107]: audit 2024-09-11T07:37:32.590428+0000 mon.smithi082 (mon.0) 832 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]': finished 2024-09-11T07:37:33.650 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-09-11T07:37:33.661 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2024-09-11T07:37:33.661 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f0bd109a-700e-11ef-bcea-c7b262605968 -- ceph orch ls -f json 2024-09-11T07:37:33.914 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:33 smithi189 bash[22590]: audit 2024-09-11T07:37:32.539299+0000 mgr.smithi082.szoofc (mgr.14190) 278 : audit [DBG] from='client.14524 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:37:33.914 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:33 smithi189 bash[22590]: audit 2024-09-11T07:37:32.585793+0000 mon.smithi082 (mon.0) 831 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]: dispatch 2024-09-11T07:37:33.914 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:33 smithi189 bash[22590]: audit 2024-09-11T07:37:32.590428+0000 mon.smithi082 (mon.0) 832 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]': finished 2024-09-11T07:37:34.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:34 smithi082 bash[15107]: cluster 2024-09-11T07:37:33.466233+0000 mgr.smithi082.szoofc (mgr.14190) 279 : cluster [DBG] pgmap v244: 97 pgs: 97 active+clean; 579 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.0 KiB/s rd, 1.2 KiB/s wr, 7 op/s 2024-09-11T07:37:34.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:34 smithi082 bash[15107]: audit 2024-09-11T07:37:33.641408+0000 mon.smithi082 (mon.0) 833 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:37:34.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:34 smithi082 bash[15107]: audit 2024-09-11T07:37:33.648485+0000 mon.smithi082 (mon.0) 834 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:37:34.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:34 smithi082 bash[15107]: audit 2024-09-11T07:37:33.655321+0000 mon.smithi082 (mon.0) 835 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:37:34.903 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:34 smithi082 bash[15107]: audit 2024-09-11T07:37:33.688500+0000 mon.smithi082 (mon.0) 836 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:37:34.903 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:34 smithi082 bash[15107]: audit 2024-09-11T07:37:33.698695+0000 mon.smithi082 (mon.0) 837 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:37:34.903 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:34 smithi082 bash[15107]: cephadm 2024-09-11T07:37:33.711785+0000 mgr.smithi082.szoofc (mgr.14190) 280 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi082.liehac on smithi082 2024-09-11T07:37:34.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:34 smithi189 bash[22590]: cluster 2024-09-11T07:37:33.466233+0000 mgr.smithi082.szoofc (mgr.14190) 279 : cluster [DBG] pgmap v244: 97 pgs: 97 active+clean; 579 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.0 KiB/s rd, 1.2 KiB/s wr, 7 op/s 2024-09-11T07:37:34.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:34 smithi189 bash[22590]: audit 2024-09-11T07:37:33.641408+0000 mon.smithi082 (mon.0) 833 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:37:34.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:34 smithi189 bash[22590]: audit 2024-09-11T07:37:33.648485+0000 mon.smithi082 (mon.0) 834 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:37:34.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:34 smithi189 bash[22590]: audit 2024-09-11T07:37:33.655321+0000 mon.smithi082 (mon.0) 835 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:37:34.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:34 smithi189 bash[22590]: audit 2024-09-11T07:37:33.688500+0000 mon.smithi082 (mon.0) 836 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:37:34.914 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:34 smithi189 bash[22590]: audit 2024-09-11T07:37:33.698695+0000 mon.smithi082 (mon.0) 837 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:37:34.914 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:34 smithi189 bash[22590]: cephadm 2024-09-11T07:37:33.711785+0000 mgr.smithi082.szoofc (mgr.14190) 280 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi082.liehac on smithi082 2024-09-11T07:37:36.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:35 smithi082 bash[15107]: cluster 2024-09-11T07:37:34.709775+0000 mon.smithi082 (mon.0) 838 : cluster [DBG] mgrmap e21: smithi082.szoofc(active, since 6m), standbys: smithi189.skbamy 2024-09-11T07:37:36.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:35 smithi082 bash[15107]: audit 2024-09-11T07:37:35.513310+0000 mon.smithi082 (mon.0) 839 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:37:36.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:35 smithi189 bash[22590]: cluster 2024-09-11T07:37:34.709775+0000 mon.smithi082 (mon.0) 838 : cluster [DBG] mgrmap e21: smithi082.szoofc(active, since 6m), standbys: smithi189.skbamy 2024-09-11T07:37:36.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:35 smithi189 bash[22590]: audit 2024-09-11T07:37:35.513310+0000 mon.smithi082 (mon.0) 839 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:37:37.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:36 smithi082 bash[15107]: cluster 2024-09-11T07:37:35.467002+0000 mgr.smithi082.szoofc (mgr.14190) 281 : cluster [DBG] pgmap v245: 97 pgs: 97 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.5 KiB/s rd, 1.4 KiB/s wr, 6 op/s 2024-09-11T07:37:37.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:36 smithi189 bash[22590]: cluster 2024-09-11T07:37:35.467002+0000 mgr.smithi082.szoofc (mgr.14190) 281 : cluster [DBG] pgmap v245: 97 pgs: 97 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.5 KiB/s rd, 1.4 KiB/s wr, 6 op/s 2024-09-11T07:37:39.044 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:38 smithi189 bash[22590]: cluster 2024-09-11T07:37:37.467709+0000 mgr.smithi082.szoofc (mgr.14190) 282 : cluster [DBG] pgmap v246: 97 pgs: 97 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.4 KiB/s rd, 1023 B/s wr, 5 op/s 2024-09-11T07:37:39.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:38 smithi082 bash[15107]: cluster 2024-09-11T07:37:37.467709+0000 mgr.smithi082.szoofc (mgr.14190) 282 : cluster [DBG] pgmap v246: 97 pgs: 97 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.4 KiB/s rd, 1023 B/s wr, 5 op/s 2024-09-11T07:37:39.451 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/mon.smithi082/config 2024-09-11T07:37:41.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:40 smithi082 bash[15107]: cluster 2024-09-11T07:37:39.468428+0000 mgr.smithi082.szoofc (mgr.14190) 283 : cluster [DBG] pgmap v247: 97 pgs: 97 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.0 KiB/s rd, 1023 B/s wr, 4 op/s 2024-09-11T07:37:41.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:40 smithi189 bash[22590]: cluster 2024-09-11T07:37:39.468428+0000 mgr.smithi082.szoofc (mgr.14190) 283 : cluster [DBG] pgmap v247: 97 pgs: 97 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.0 KiB/s rd, 1023 B/s wr, 4 op/s 2024-09-11T07:37:42.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:42 smithi082 bash[15107]: cluster 2024-09-11T07:37:41.469127+0000 mgr.smithi082.szoofc (mgr.14190) 284 : cluster [DBG] pgmap v248: 97 pgs: 97 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.7 KiB/s rd, 1.2 KiB/s wr, 5 op/s 2024-09-11T07:37:43.164 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:42 smithi189 bash[22590]: cluster 2024-09-11T07:37:41.469127+0000 mgr.smithi082.szoofc (mgr.14190) 284 : cluster [DBG] pgmap v248: 97 pgs: 97 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.7 KiB/s rd, 1.2 KiB/s wr, 5 op/s 2024-09-11T07:37:44.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:44 smithi082 bash[15107]: cluster 2024-09-11T07:37:43.470023+0000 mgr.smithi082.szoofc (mgr.14190) 285 : cluster [DBG] pgmap v249: 97 pgs: 97 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.3 KiB/s rd, 1.2 KiB/s wr, 3 op/s 2024-09-11T07:37:44.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:44 smithi082 bash[15107]: audit 2024-09-11T07:37:43.565809+0000 mon.smithi082 (mon.0) 840 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:37:44.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:44 smithi082 bash[15107]: audit 2024-09-11T07:37:43.571818+0000 mon.smithi082 (mon.0) 841 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:37:44.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:44 smithi082 bash[15107]: audit 2024-09-11T07:37:43.576407+0000 mon.smithi082 (mon.0) 842 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:37:44.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:44 smithi082 bash[15107]: cephadm 2024-09-11T07:37:43.578710+0000 mgr.smithi082.szoofc (mgr.14190) 286 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi189.gfluud on smithi189 2024-09-11T07:37:44.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:44 smithi189 bash[22590]: cluster 2024-09-11T07:37:43.470023+0000 mgr.smithi082.szoofc (mgr.14190) 285 : cluster [DBG] pgmap v249: 97 pgs: 97 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.3 KiB/s rd, 1.2 KiB/s wr, 3 op/s 2024-09-11T07:37:44.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:44 smithi189 bash[22590]: audit 2024-09-11T07:37:43.565809+0000 mon.smithi082 (mon.0) 840 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:37:44.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:44 smithi189 bash[22590]: audit 2024-09-11T07:37:43.571818+0000 mon.smithi082 (mon.0) 841 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:37:44.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:44 smithi189 bash[22590]: audit 2024-09-11T07:37:43.576407+0000 mon.smithi082 (mon.0) 842 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:37:44.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:44 smithi189 bash[22590]: cephadm 2024-09-11T07:37:43.578710+0000 mgr.smithi082.szoofc (mgr.14190) 286 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi189.gfluud on smithi189 2024-09-11T07:37:45.556 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-09-11T07:37:45.556 INFO:teuthology.orchestra.run.smithi082.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-09-11T07:29:06.822765Z", "last_refresh": "2024-09-11T07:37:29.046840Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-09-11T07:31:01.498495Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-09-11T07:28:57.072429Z", "last_refresh": "2024-09-11T07:37:27.521371Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true}, "status": {"created": "2024-09-11T07:29:01.607341Z", "last_refresh": "2024-09-11T07:37:29.047056Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-09-11T07:37:43.576644Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.82/16"}, "status": {"created": "2024-09-11T07:37:20.985135Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.82/16"}}, {"events": ["2024-09-11T07:37:22.001945Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-09-11T07:37:08.037875Z", "last_refresh": "2024-09-11T07:37:27.523548Z", "running": 2, "size": 2}}, {"events": ["2024-09-11T07:31:06.433231Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-11T07:28:54.762406Z", "last_refresh": "2024-09-11T07:37:27.522012Z", "running": 2, "size": 2}}, {"events": ["2024-09-11T07:31:15.129534Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi082:172.21.15.82=smithi082", "smithi189:172.21.15.189=smithi189"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-11T07:30:54.235423Z", "last_refresh": "2024-09-11T07:37:27.522259Z", "running": 2, "size": 2}}, {"events": ["2024-09-11T07:37:33.688762Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-09-11T07:37:20.979064Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2024-09-11T07:31:02.221422Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-09-11T07:29:03.901755Z", "last_refresh": "2024-09-11T07:37:27.521753Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-09-11T07:31:45.313122Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-09-11T07:31:45.306538Z", "last_refresh": "2024-09-11T07:37:27.522581Z", "running": 8, "size": 8}}, {"events": ["2024-09-11T07:31:15.138939Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-09-11T07:28:59.379376Z", "last_refresh": "2024-09-11T07:37:29.047270Z", "ports": [9095], "running": 1, "size": 1}}] 2024-09-11T07:37:45.834 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:45 smithi082 bash[15107]: audit 2024-09-11T07:37:45.435967+0000 mon.smithi082 (mon.0) 843 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:37:45.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:45 smithi189 bash[22590]: audit 2024-09-11T07:37:45.435967+0000 mon.smithi082 (mon.0) 843 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:37:46.358 INFO:tasks.cephadm:nfs.foo has 0/1 2024-09-11T07:37:46.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:46 smithi082 bash[15107]: cluster 2024-09-11T07:37:45.470738+0000 mgr.smithi082.szoofc (mgr.14190) 287 : cluster [DBG] pgmap v250: 97 pgs: 97 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1023 B/s rd, 1.1 KiB/s wr, 2 op/s 2024-09-11T07:37:46.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:46 smithi082 bash[15107]: audit 2024-09-11T07:37:45.542767+0000 mgr.smithi082.szoofc (mgr.14190) 288 : audit [DBG] from='client.14544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T07:37:46.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:46 smithi189 bash[22590]: cluster 2024-09-11T07:37:45.470738+0000 mgr.smithi082.szoofc (mgr.14190) 287 : cluster [DBG] pgmap v250: 97 pgs: 97 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1023 B/s rd, 1.1 KiB/s wr, 2 op/s 2024-09-11T07:37:46.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:46 smithi189 bash[22590]: audit 2024-09-11T07:37:45.542767+0000 mgr.smithi082.szoofc (mgr.14190) 288 : audit [DBG] from='client.14544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T07:37:47.359 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f0bd109a-700e-11ef-bcea-c7b262605968 -- ceph orch ls -f json 2024-09-11T07:37:48.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:48 smithi082 bash[15107]: cluster 2024-09-11T07:37:47.471566+0000 mgr.smithi082.szoofc (mgr.14190) 289 : cluster [DBG] pgmap v251: 97 pgs: 97 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 938 B/s rd, 767 B/s wr, 1 op/s 2024-09-11T07:37:48.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:48 smithi189 bash[22590]: cluster 2024-09-11T07:37:47.471566+0000 mgr.smithi082.szoofc (mgr.14190) 289 : cluster [DBG] pgmap v251: 97 pgs: 97 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 938 B/s rd, 767 B/s wr, 1 op/s 2024-09-11T07:37:50.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:50 smithi082 bash[15107]: cluster 2024-09-11T07:37:49.472378+0000 mgr.smithi082.szoofc (mgr.14190) 290 : cluster [DBG] pgmap v252: 97 pgs: 97 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-09-11T07:37:50.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:50 smithi189 bash[22590]: cluster 2024-09-11T07:37:49.472378+0000 mgr.smithi082.szoofc (mgr.14190) 290 : cluster [DBG] pgmap v252: 97 pgs: 97 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-09-11T07:37:52.163 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/mon.smithi082/config 2024-09-11T07:37:52.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:52 smithi082 bash[15107]: cluster 2024-09-11T07:37:51.473266+0000 mgr.smithi082.szoofc (mgr.14190) 291 : cluster [DBG] pgmap v253: 97 pgs: 97 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-09-11T07:37:52.903 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:52 smithi082 bash[15107]: audit 2024-09-11T07:37:51.594674+0000 mon.smithi082 (mon.0) 844 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:37:52.903 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:52 smithi082 bash[15107]: audit 2024-09-11T07:37:51.600635+0000 mon.smithi082 (mon.0) 845 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:37:52.903 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:52 smithi082 bash[15107]: audit 2024-09-11T07:37:51.605710+0000 mon.smithi082 (mon.0) 846 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:37:52.903 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:52 smithi082 bash[15107]: audit 2024-09-11T07:37:51.612913+0000 mon.smithi082 (mon.0) 847 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:37:52.903 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:52 smithi082 bash[15107]: cephadm 2024-09-11T07:37:51.613696+0000 mgr.smithi082.szoofc (mgr.14190) 292 : cephadm [INF] 10.0.31.82 is in 10.0.0.0/16 on smithi082 interface enp3s0f1 2024-09-11T07:37:52.903 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:52 smithi082 bash[15107]: cephadm 2024-09-11T07:37:51.613877+0000 mgr.smithi082.szoofc (mgr.14190) 293 : cephadm [INF] 10.0.31.82 is in 10.0.0.0/16 on smithi189 interface enp3s0f1 2024-09-11T07:37:52.903 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:52 smithi082 bash[15107]: cephadm 2024-09-11T07:37:51.622733+0000 mgr.smithi082.szoofc (mgr.14190) 294 : cephadm [INF] Deploying daemon keepalived.nfs.foo.smithi082.gbcbys on smithi082 2024-09-11T07:37:52.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:52 smithi189 bash[22590]: cluster 2024-09-11T07:37:51.473266+0000 mgr.smithi082.szoofc (mgr.14190) 291 : cluster [DBG] pgmap v253: 97 pgs: 97 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-09-11T07:37:52.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:52 smithi189 bash[22590]: audit 2024-09-11T07:37:51.594674+0000 mon.smithi082 (mon.0) 844 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:37:52.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:52 smithi189 bash[22590]: audit 2024-09-11T07:37:51.600635+0000 mon.smithi082 (mon.0) 845 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:37:52.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:52 smithi189 bash[22590]: audit 2024-09-11T07:37:51.605710+0000 mon.smithi082 (mon.0) 846 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:37:52.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:52 smithi189 bash[22590]: audit 2024-09-11T07:37:51.612913+0000 mon.smithi082 (mon.0) 847 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:37:52.914 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:52 smithi189 bash[22590]: cephadm 2024-09-11T07:37:51.613696+0000 mgr.smithi082.szoofc (mgr.14190) 292 : cephadm [INF] 10.0.31.82 is in 10.0.0.0/16 on smithi082 interface enp3s0f1 2024-09-11T07:37:52.914 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:52 smithi189 bash[22590]: cephadm 2024-09-11T07:37:51.613877+0000 mgr.smithi082.szoofc (mgr.14190) 293 : cephadm [INF] 10.0.31.82 is in 10.0.0.0/16 on smithi189 interface enp3s0f1 2024-09-11T07:37:52.914 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:52 smithi189 bash[22590]: cephadm 2024-09-11T07:37:51.622733+0000 mgr.smithi082.szoofc (mgr.14190) 294 : cephadm [INF] Deploying daemon keepalived.nfs.foo.smithi082.gbcbys on smithi082 2024-09-11T07:37:54.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:54 smithi082 bash[15107]: cluster 2024-09-11T07:37:53.473870+0000 mgr.smithi082.szoofc (mgr.14190) 295 : cluster [DBG] pgmap v254: 97 pgs: 97 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:37:54.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:54 smithi189 bash[22590]: cluster 2024-09-11T07:37:53.473870+0000 mgr.smithi082.szoofc (mgr.14190) 295 : cluster [DBG] pgmap v254: 97 pgs: 97 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:37:56.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:56 smithi082 bash[15107]: cluster 2024-09-11T07:37:55.474639+0000 mgr.smithi082.szoofc (mgr.14190) 296 : cluster [DBG] pgmap v255: 97 pgs: 97 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T07:37:56.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:56 smithi189 bash[22590]: cluster 2024-09-11T07:37:55.474639+0000 mgr.smithi082.szoofc (mgr.14190) 296 : cluster [DBG] pgmap v255: 97 pgs: 97 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T07:37:58.298 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-09-11T07:37:58.298 INFO:teuthology.orchestra.run.smithi082.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-09-11T07:29:06.822765Z", "last_refresh": "2024-09-11T07:37:29.046840Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-09-11T07:31:01.498495Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-09-11T07:28:57.072429Z", "last_refresh": "2024-09-11T07:37:27.521371Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true}, "status": {"created": "2024-09-11T07:29:01.607341Z", "last_refresh": "2024-09-11T07:37:29.047056Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-09-11T07:37:51.606041Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.82/16"}, "status": {"created": "2024-09-11T07:37:20.985135Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.82/16"}}, {"events": ["2024-09-11T07:37:22.001945Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-09-11T07:37:08.037875Z", "last_refresh": "2024-09-11T07:37:27.523548Z", "running": 2, "size": 2}}, {"events": ["2024-09-11T07:31:06.433231Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-11T07:28:54.762406Z", "last_refresh": "2024-09-11T07:37:27.522012Z", "running": 2, "size": 2}}, {"events": ["2024-09-11T07:31:15.129534Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi082:172.21.15.82=smithi082", "smithi189:172.21.15.189=smithi189"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-11T07:30:54.235423Z", "last_refresh": "2024-09-11T07:37:27.522259Z", "running": 2, "size": 2}}, {"events": ["2024-09-11T07:37:33.688762Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-09-11T07:37:20.979064Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2024-09-11T07:31:02.221422Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-09-11T07:29:03.901755Z", "last_refresh": "2024-09-11T07:37:27.521753Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-09-11T07:31:45.313122Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-09-11T07:31:45.306538Z", "last_refresh": "2024-09-11T07:37:27.522581Z", "running": 8, "size": 8}}, {"events": ["2024-09-11T07:31:15.138939Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-09-11T07:28:59.379376Z", "last_refresh": "2024-09-11T07:37:29.047270Z", "ports": [9095], "running": 1, "size": 1}}] 2024-09-11T07:37:58.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:58 smithi082 bash[15107]: cluster 2024-09-11T07:37:57.475069+0000 mgr.smithi082.szoofc (mgr.14190) 297 : cluster [DBG] pgmap v256: 97 pgs: 97 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T07:37:58.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:58 smithi189 bash[22590]: cluster 2024-09-11T07:37:57.475069+0000 mgr.smithi082.szoofc (mgr.14190) 297 : cluster [DBG] pgmap v256: 97 pgs: 97 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T07:37:59.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:37:59 smithi189 bash[22590]: audit 2024-09-11T07:37:58.291233+0000 mgr.smithi082.szoofc (mgr.14190) 298 : audit [DBG] from='client.14548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T07:37:59.981 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:37:59 smithi082 bash[15107]: audit 2024-09-11T07:37:58.291233+0000 mgr.smithi082.szoofc (mgr.14190) 298 : audit [DBG] from='client.14548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T07:38:00.798 INFO:tasks.cephadm:nfs.foo has 0/1 2024-09-11T07:38:00.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:38:00 smithi082 bash[15107]: cluster 2024-09-11T07:37:59.475894+0000 mgr.smithi082.szoofc (mgr.14190) 299 : cluster [DBG] pgmap v257: 97 pgs: 97 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T07:38:00.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:38:00 smithi082 bash[15107]: audit 2024-09-11T07:38:00.436643+0000 mon.smithi082 (mon.0) 848 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:38:00.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:38:00 smithi189 bash[22590]: cluster 2024-09-11T07:37:59.475894+0000 mgr.smithi082.szoofc (mgr.14190) 299 : cluster [DBG] pgmap v257: 97 pgs: 97 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T07:38:00.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:38:00 smithi189 bash[22590]: audit 2024-09-11T07:38:00.436643+0000 mon.smithi082 (mon.0) 848 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:38:01.799 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f0bd109a-700e-11ef-bcea-c7b262605968 -- ceph orch ls -f json 2024-09-11T07:38:02.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:38:02 smithi082 bash[15107]: cluster 2024-09-11T07:38:01.476470+0000 mgr.smithi082.szoofc (mgr.14190) 300 : cluster [DBG] pgmap v258: 97 pgs: 97 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T07:38:02.916 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:38:02 smithi189 bash[22590]: cluster 2024-09-11T07:38:01.476470+0000 mgr.smithi082.szoofc (mgr.14190) 300 : cluster [DBG] pgmap v258: 97 pgs: 97 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T07:38:04.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:38:04 smithi082 bash[15107]: cluster 2024-09-11T07:38:03.477414+0000 mgr.smithi082.szoofc (mgr.14190) 301 : cluster [DBG] pgmap v259: 97 pgs: 97 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:38:04.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:38:04 smithi082 bash[15107]: audit 2024-09-11T07:38:04.125862+0000 mon.smithi082 (mon.0) 849 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:38:04.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:38:04 smithi082 bash[15107]: audit 2024-09-11T07:38:04.136917+0000 mon.smithi082 (mon.0) 850 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:38:04.903 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:38:04 smithi082 bash[15107]: audit 2024-09-11T07:38:04.143172+0000 mon.smithi082 (mon.0) 851 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:38:04.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:38:04 smithi189 bash[22590]: cluster 2024-09-11T07:38:03.477414+0000 mgr.smithi082.szoofc (mgr.14190) 301 : cluster [DBG] pgmap v259: 97 pgs: 97 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:38:04.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:38:04 smithi189 bash[22590]: audit 2024-09-11T07:38:04.125862+0000 mon.smithi082 (mon.0) 849 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:38:04.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:38:04 smithi189 bash[22590]: audit 2024-09-11T07:38:04.136917+0000 mon.smithi082 (mon.0) 850 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:38:04.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:38:04 smithi189 bash[22590]: audit 2024-09-11T07:38:04.143172+0000 mon.smithi082 (mon.0) 851 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:38:05.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:38:05 smithi082 bash[15107]: cephadm 2024-09-11T07:38:04.146246+0000 mgr.smithi082.szoofc (mgr.14190) 302 : cephadm [INF] 10.0.31.82 is in 10.0.0.0/16 on smithi189 interface enp3s0f1 2024-09-11T07:38:05.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:38:05 smithi082 bash[15107]: cephadm 2024-09-11T07:38:04.146424+0000 mgr.smithi082.szoofc (mgr.14190) 303 : cephadm [INF] 10.0.31.82 is in 10.0.0.0/16 on smithi082 interface enp3s0f1 2024-09-11T07:38:05.903 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:38:05 smithi082 bash[15107]: cephadm 2024-09-11T07:38:04.147063+0000 mgr.smithi082.szoofc (mgr.14190) 304 : cephadm [INF] Deploying daemon keepalived.nfs.foo.smithi189.puxxmo on smithi189 2024-09-11T07:38:05.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:38:05 smithi189 bash[22590]: cephadm 2024-09-11T07:38:04.146246+0000 mgr.smithi082.szoofc (mgr.14190) 302 : cephadm [INF] 10.0.31.82 is in 10.0.0.0/16 on smithi189 interface enp3s0f1 2024-09-11T07:38:05.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:38:05 smithi189 bash[22590]: cephadm 2024-09-11T07:38:04.146424+0000 mgr.smithi082.szoofc (mgr.14190) 303 : cephadm [INF] 10.0.31.82 is in 10.0.0.0/16 on smithi082 interface enp3s0f1 2024-09-11T07:38:05.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:38:05 smithi189 bash[22590]: cephadm 2024-09-11T07:38:04.147063+0000 mgr.smithi082.szoofc (mgr.14190) 304 : cephadm [INF] Deploying daemon keepalived.nfs.foo.smithi189.puxxmo on smithi189 2024-09-11T07:38:06.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:38:06 smithi082 bash[15107]: cluster 2024-09-11T07:38:05.478177+0000 mgr.smithi082.szoofc (mgr.14190) 305 : cluster [DBG] pgmap v260: 97 pgs: 97 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T07:38:06.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:38:06 smithi189 bash[22590]: cluster 2024-09-11T07:38:05.478177+0000 mgr.smithi082.szoofc (mgr.14190) 305 : cluster [DBG] pgmap v260: 97 pgs: 97 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T07:38:07.596 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/mon.smithi082/config 2024-09-11T07:38:08.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:38:08 smithi082 bash[15107]: cluster 2024-09-11T07:38:07.479012+0000 mgr.smithi082.szoofc (mgr.14190) 306 : cluster [DBG] pgmap v261: 97 pgs: 97 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T07:38:08.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:38:08 smithi189 bash[22590]: cluster 2024-09-11T07:38:07.479012+0000 mgr.smithi082.szoofc (mgr.14190) 306 : cluster [DBG] pgmap v261: 97 pgs: 97 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T07:38:10.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:38:10 smithi082 bash[15107]: cluster 2024-09-11T07:38:09.479837+0000 mgr.smithi082.szoofc (mgr.14190) 307 : cluster [DBG] pgmap v262: 97 pgs: 97 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T07:38:10.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:38:10 smithi189 bash[22590]: cluster 2024-09-11T07:38:09.479837+0000 mgr.smithi082.szoofc (mgr.14190) 307 : cluster [DBG] pgmap v262: 97 pgs: 97 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T07:38:11.413 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-09-11T07:38:11.413 INFO:teuthology.orchestra.run.smithi082.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-09-11T07:29:06.822765Z", "last_refresh": "2024-09-11T07:37:29.046840Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-09-11T07:31:01.498495Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-09-11T07:28:57.072429Z", "last_refresh": "2024-09-11T07:37:27.521371Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true}, "status": {"created": "2024-09-11T07:29:01.607341Z", "last_refresh": "2024-09-11T07:37:29.047056Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-09-11T07:38:04.143476Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.82/16"}, "status": {"created": "2024-09-11T07:37:20.985135Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.82/16"}}, {"events": ["2024-09-11T07:37:22.001945Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-09-11T07:37:08.037875Z", "last_refresh": "2024-09-11T07:37:27.523548Z", "running": 2, "size": 2}}, {"events": ["2024-09-11T07:31:06.433231Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-11T07:28:54.762406Z", "last_refresh": "2024-09-11T07:37:27.522012Z", "running": 2, "size": 2}}, {"events": ["2024-09-11T07:31:15.129534Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi082:172.21.15.82=smithi082", "smithi189:172.21.15.189=smithi189"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-11T07:30:54.235423Z", "last_refresh": "2024-09-11T07:37:27.522259Z", "running": 2, "size": 2}}, {"events": ["2024-09-11T07:37:33.688762Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-09-11T07:37:20.979064Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2024-09-11T07:31:02.221422Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-09-11T07:29:03.901755Z", "last_refresh": "2024-09-11T07:37:27.521753Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-09-11T07:31:45.313122Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-09-11T07:31:45.306538Z", "last_refresh": "2024-09-11T07:37:27.522581Z", "running": 8, "size": 8}}, {"events": ["2024-09-11T07:31:15.138939Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-09-11T07:28:59.379376Z", "last_refresh": "2024-09-11T07:37:29.047270Z", "ports": [9095], "running": 1, "size": 1}}] 2024-09-11T07:38:12.327 INFO:tasks.cephadm:nfs.foo has 0/1 2024-09-11T07:38:12.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:38:12 smithi082 bash[15107]: audit 2024-09-11T07:38:11.405693+0000 mgr.smithi082.szoofc (mgr.14190) 308 : audit [DBG] from='client.14552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T07:38:12.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:38:12 smithi082 bash[15107]: cluster 2024-09-11T07:38:11.480433+0000 mgr.smithi082.szoofc (mgr.14190) 309 : cluster [DBG] pgmap v263: 97 pgs: 97 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T07:38:12.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:38:12 smithi189 bash[22590]: audit 2024-09-11T07:38:11.405693+0000 mgr.smithi082.szoofc (mgr.14190) 308 : audit [DBG] from='client.14552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T07:38:12.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:38:12 smithi189 bash[22590]: cluster 2024-09-11T07:38:11.480433+0000 mgr.smithi082.szoofc (mgr.14190) 309 : cluster [DBG] pgmap v263: 97 pgs: 97 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T07:38:13.328 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f0bd109a-700e-11ef-bcea-c7b262605968 -- ceph orch ls -f json 2024-09-11T07:38:14.856 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:38:14 smithi189 bash[22590]: cluster 2024-09-11T07:38:13.481117+0000 mgr.smithi082.szoofc (mgr.14190) 310 : cluster [DBG] pgmap v264: 97 pgs: 97 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:38:15.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:38:14 smithi082 bash[15107]: cluster 2024-09-11T07:38:13.481117+0000 mgr.smithi082.szoofc (mgr.14190) 310 : cluster [DBG] pgmap v264: 97 pgs: 97 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:38:16.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:38:15 smithi082 bash[15107]: audit 2024-09-11T07:38:14.892115+0000 mon.smithi082 (mon.0) 852 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:38:16.153 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:38:15 smithi082 bash[15107]: audit 2024-09-11T07:38:14.899576+0000 mon.smithi082 (mon.0) 853 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:38:16.153 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:38:15 smithi082 bash[15107]: audit 2024-09-11T07:38:14.905217+0000 mon.smithi082 (mon.0) 854 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:38:16.153 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:38:15 smithi082 bash[15107]: audit 2024-09-11T07:38:14.910905+0000 mon.smithi082 (mon.0) 855 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:38:16.153 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:38:15 smithi082 bash[15107]: audit 2024-09-11T07:38:14.963686+0000 mon.smithi082 (mon.0) 856 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:38:16.153 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:38:15 smithi082 bash[15107]: audit 2024-09-11T07:38:15.437093+0000 mon.smithi082 (mon.0) 857 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:38:16.153 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:38:15 smithi082 bash[15107]: audit 2024-09-11T07:38:15.526486+0000 mon.smithi082 (mon.0) 858 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:38:16.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:38:15 smithi189 bash[22590]: audit 2024-09-11T07:38:14.892115+0000 mon.smithi082 (mon.0) 852 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:38:16.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:38:15 smithi189 bash[22590]: audit 2024-09-11T07:38:14.899576+0000 mon.smithi082 (mon.0) 853 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:38:16.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:38:15 smithi189 bash[22590]: audit 2024-09-11T07:38:14.905217+0000 mon.smithi082 (mon.0) 854 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:38:16.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:38:15 smithi189 bash[22590]: audit 2024-09-11T07:38:14.910905+0000 mon.smithi082 (mon.0) 855 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:38:16.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:38:15 smithi189 bash[22590]: audit 2024-09-11T07:38:14.963686+0000 mon.smithi082 (mon.0) 856 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:38:16.164 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:38:15 smithi189 bash[22590]: audit 2024-09-11T07:38:15.437093+0000 mon.smithi082 (mon.0) 857 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:38:16.164 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:38:15 smithi189 bash[22590]: audit 2024-09-11T07:38:15.526486+0000 mon.smithi082 (mon.0) 858 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:38:17.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:38:16 smithi082 bash[15107]: cluster 2024-09-11T07:38:15.481763+0000 mgr.smithi082.szoofc (mgr.14190) 311 : cluster [DBG] pgmap v265: 97 pgs: 97 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T07:38:17.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:38:16 smithi189 bash[22590]: cluster 2024-09-11T07:38:15.481763+0000 mgr.smithi082.szoofc (mgr.14190) 311 : cluster [DBG] pgmap v265: 97 pgs: 97 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T07:38:18.144 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/mon.smithi082/config 2024-09-11T07:38:18.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:38:18 smithi082 bash[15107]: cluster 2024-09-11T07:38:17.482601+0000 mgr.smithi082.szoofc (mgr.14190) 312 : cluster [DBG] pgmap v266: 97 pgs: 97 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T07:38:18.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:38:18 smithi189 bash[22590]: cluster 2024-09-11T07:38:17.482601+0000 mgr.smithi082.szoofc (mgr.14190) 312 : cluster [DBG] pgmap v266: 97 pgs: 97 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T07:38:20.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:38:20 smithi082 bash[15107]: cluster 2024-09-11T07:38:19.483145+0000 mgr.smithi082.szoofc (mgr.14190) 313 : cluster [DBG] pgmap v267: 97 pgs: 97 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T07:38:20.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:38:20 smithi189 bash[22590]: cluster 2024-09-11T07:38:19.483145+0000 mgr.smithi082.szoofc (mgr.14190) 313 : cluster [DBG] pgmap v267: 97 pgs: 97 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T07:38:21.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:38:21 smithi082 bash[15107]: audit 2024-09-11T07:38:20.635178+0000 mon.smithi082 (mon.0) 859 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:38:21.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:38:21 smithi082 bash[15107]: audit 2024-09-11T07:38:20.641624+0000 mon.smithi082 (mon.0) 860 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:38:21.752 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-09-11T07:38:21.752 INFO:teuthology.orchestra.run.smithi082.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-09-11T07:29:06.822765Z", "last_refresh": "2024-09-11T07:38:20.625035Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-09-11T07:31:01.498495Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-09-11T07:28:57.072429Z", "last_refresh": "2024-09-11T07:37:27.521371Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true}, "status": {"created": "2024-09-11T07:29:01.607341Z", "last_refresh": "2024-09-11T07:38:20.625293Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-09-11T07:38:14.911209Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.82/16"}, "status": {"created": "2024-09-11T07:37:20.985135Z", "ports": [2999, 9999], "running": 2, "size": 4, "virtual_ip": "10.0.31.82/16"}}, {"events": ["2024-09-11T07:37:22.001945Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-09-11T07:37:08.037875Z", "last_refresh": "2024-09-11T07:37:27.523548Z", "running": 2, "size": 2}}, {"events": ["2024-09-11T07:31:06.433231Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-11T07:28:54.762406Z", "last_refresh": "2024-09-11T07:37:27.522012Z", "running": 2, "size": 2}}, {"events": ["2024-09-11T07:31:15.129534Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi082:172.21.15.82=smithi082", "smithi189:172.21.15.189=smithi189"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-11T07:30:54.235423Z", "last_refresh": "2024-09-11T07:37:27.522259Z", "running": 2, "size": 2}}, {"events": ["2024-09-11T07:37:33.688762Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-09-11T07:37:20.979064Z", "last_refresh": "2024-09-11T07:38:20.626805Z", "ports": [12999], "running": 1, "size": 1}}, {"events": ["2024-09-11T07:31:02.221422Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-09-11T07:29:03.901755Z", "last_refresh": "2024-09-11T07:37:27.521753Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-09-11T07:31:45.313122Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-09-11T07:31:45.306538Z", "last_refresh": "2024-09-11T07:37:27.522581Z", "running": 8, "size": 8}}, {"events": ["2024-09-11T07:31:15.138939Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-09-11T07:28:59.379376Z", "last_refresh": "2024-09-11T07:38:20.625510Z", "ports": [9095], "running": 1, "size": 1}}] 2024-09-11T07:38:21.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:38:21 smithi189 bash[22590]: audit 2024-09-11T07:38:20.635178+0000 mon.smithi082 (mon.0) 859 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:38:21.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:38:21 smithi189 bash[22590]: audit 2024-09-11T07:38:20.641624+0000 mon.smithi082 (mon.0) 860 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:38:22.586 INFO:tasks.cephadm:nfs.foo has 1/1 2024-09-11T07:38:22.586 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-09-11T07:38:22.596 INFO:tasks.cephadm:Waiting for ceph service ingress.nfs.foo to start (timeout 300)... 2024-09-11T07:38:22.596 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f0bd109a-700e-11ef-bcea-c7b262605968 -- ceph orch ls -f json 2024-09-11T07:38:22.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:38:22 smithi082 bash[15107]: cluster 2024-09-11T07:38:21.483689+0000 mgr.smithi082.szoofc (mgr.14190) 314 : cluster [DBG] pgmap v268: 97 pgs: 97 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T07:38:22.903 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:38:22 smithi082 bash[15107]: audit 2024-09-11T07:38:21.729523+0000 mgr.smithi082.szoofc (mgr.14190) 315 : audit [DBG] from='client.14556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T07:38:22.903 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:38:22 smithi082 bash[15107]: audit 2024-09-11T07:38:21.767481+0000 mon.smithi082 (mon.0) 861 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:38:22.903 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:38:22 smithi082 bash[15107]: audit 2024-09-11T07:38:21.775221+0000 mon.smithi082 (mon.0) 862 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:38:22.903 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:38:22 smithi082 bash[15107]: audit 2024-09-11T07:38:22.192018+0000 mon.smithi082 (mon.0) 863 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:38:22.903 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:38:22 smithi082 bash[15107]: audit 2024-09-11T07:38:22.193401+0000 mon.smithi082 (mon.0) 864 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:38:22.903 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:38:22 smithi082 bash[15107]: audit 2024-09-11T07:38:22.201179+0000 mon.smithi082 (mon.0) 865 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:38:22.903 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:38:22 smithi082 bash[15107]: audit 2024-09-11T07:38:22.204889+0000 mon.smithi082 (mon.0) 866 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-11T07:38:22.903 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:38:22 smithi082 bash[15107]: audit 2024-09-11T07:38:22.220543+0000 mon.smithi082 (mon.0) 867 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:38:23.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:38:22 smithi189 bash[22590]: cluster 2024-09-11T07:38:21.483689+0000 mgr.smithi082.szoofc (mgr.14190) 314 : cluster [DBG] pgmap v268: 97 pgs: 97 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T07:38:23.164 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:38:22 smithi189 bash[22590]: audit 2024-09-11T07:38:21.729523+0000 mgr.smithi082.szoofc (mgr.14190) 315 : audit [DBG] from='client.14556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T07:38:23.164 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:38:22 smithi189 bash[22590]: audit 2024-09-11T07:38:21.767481+0000 mon.smithi082 (mon.0) 861 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:38:23.164 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:38:22 smithi189 bash[22590]: audit 2024-09-11T07:38:21.775221+0000 mon.smithi082 (mon.0) 862 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:38:23.164 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:38:22 smithi189 bash[22590]: audit 2024-09-11T07:38:22.192018+0000 mon.smithi082 (mon.0) 863 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:38:23.164 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:38:22 smithi189 bash[22590]: audit 2024-09-11T07:38:22.193401+0000 mon.smithi082 (mon.0) 864 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:38:23.164 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:38:22 smithi189 bash[22590]: audit 2024-09-11T07:38:22.201179+0000 mon.smithi082 (mon.0) 865 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:38:23.164 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:38:22 smithi189 bash[22590]: audit 2024-09-11T07:38:22.204889+0000 mon.smithi082 (mon.0) 866 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-11T07:38:23.164 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:38:22 smithi189 bash[22590]: audit 2024-09-11T07:38:22.220543+0000 mon.smithi082 (mon.0) 867 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:38:24.113 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:38:23 smithi082 bash[15107]: cephadm 2024-09-11T07:38:22.265051+0000 mgr.smithi082.szoofc (mgr.14190) 316 : cephadm [INF] Reconfiguring prometheus.smithi082 (dependencies changed)... 2024-09-11T07:38:24.113 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:38:23 smithi082 bash[15107]: cephadm 2024-09-11T07:38:22.273309+0000 mgr.smithi082.szoofc (mgr.14190) 317 : cephadm [INF] Reconfiguring daemon prometheus.smithi082 on smithi082 2024-09-11T07:38:24.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:38:23 smithi189 bash[22590]: cephadm 2024-09-11T07:38:22.265051+0000 mgr.smithi082.szoofc (mgr.14190) 316 : cephadm [INF] Reconfiguring prometheus.smithi082 (dependencies changed)... 2024-09-11T07:38:24.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:38:23 smithi189 bash[22590]: cephadm 2024-09-11T07:38:22.273309+0000 mgr.smithi082.szoofc (mgr.14190) 317 : cephadm [INF] Reconfiguring daemon prometheus.smithi082 on smithi082 2024-09-11T07:38:25.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:38:24 smithi082 bash[15107]: cluster 2024-09-11T07:38:23.484500+0000 mgr.smithi082.szoofc (mgr.14190) 318 : cluster [DBG] pgmap v269: 97 pgs: 97 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:38:25.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:38:24 smithi189 bash[22590]: cluster 2024-09-11T07:38:23.484500+0000 mgr.smithi082.szoofc (mgr.14190) 318 : cluster [DBG] pgmap v269: 97 pgs: 97 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:38:27.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:38:26 smithi082 bash[15107]: cluster 2024-09-11T07:38:25.485423+0000 mgr.smithi082.szoofc (mgr.14190) 319 : cluster [DBG] pgmap v270: 97 pgs: 97 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T07:38:27.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:38:26 smithi189 bash[22590]: cluster 2024-09-11T07:38:25.485423+0000 mgr.smithi082.szoofc (mgr.14190) 319 : cluster [DBG] pgmap v270: 97 pgs: 97 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T07:38:27.464 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/mon.smithi082/config 2024-09-11T07:38:29.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:38:28 smithi082 bash[15107]: cluster 2024-09-11T07:38:27.486156+0000 mgr.smithi082.szoofc (mgr.14190) 320 : cluster [DBG] pgmap v271: 97 pgs: 97 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T07:38:29.153 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:38:28 smithi082 bash[15107]: audit 2024-09-11T07:38:28.179836+0000 mon.smithi082 (mon.0) 868 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:38:29.153 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:38:28 smithi082 bash[15107]: audit 2024-09-11T07:38:28.190261+0000 mon.smithi082 (mon.0) 869 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:38:29.153 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:38:28 smithi082 bash[15107]: audit 2024-09-11T07:38:28.196016+0000 mon.smithi082 (mon.0) 870 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-11T07:38:29.153 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:38:28 smithi082 bash[15107]: audit 2024-09-11T07:38:28.198189+0000 mon.smithi082 (mon.0) 871 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:38:29.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:38:28 smithi189 bash[22590]: cluster 2024-09-11T07:38:27.486156+0000 mgr.smithi082.szoofc (mgr.14190) 320 : cluster [DBG] pgmap v271: 97 pgs: 97 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T07:38:29.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:38:28 smithi189 bash[22590]: audit 2024-09-11T07:38:28.179836+0000 mon.smithi082 (mon.0) 868 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:38:29.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:38:28 smithi189 bash[22590]: audit 2024-09-11T07:38:28.190261+0000 mon.smithi082 (mon.0) 869 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:38:29.164 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:38:28 smithi189 bash[22590]: audit 2024-09-11T07:38:28.196016+0000 mon.smithi082 (mon.0) 870 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-11T07:38:29.164 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:38:28 smithi189 bash[22590]: audit 2024-09-11T07:38:28.198189+0000 mon.smithi082 (mon.0) 871 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:38:30.086 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:38:29 smithi082 bash[15107]: audit 2024-09-11T07:38:28.196525+0000 mgr.smithi082.szoofc (mgr.14190) 321 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-11T07:38:30.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:38:29 smithi189 bash[22590]: audit 2024-09-11T07:38:28.196525+0000 mgr.smithi082.szoofc (mgr.14190) 321 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-11T07:38:31.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:38:30 smithi082 bash[15107]: cluster 2024-09-11T07:38:29.487000+0000 mgr.smithi082.szoofc (mgr.14190) 322 : cluster [DBG] pgmap v272: 97 pgs: 97 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T07:38:31.153 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:38:30 smithi082 bash[15107]: audit 2024-09-11T07:38:30.436687+0000 mon.smithi082 (mon.0) 872 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:38:31.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:38:30 smithi189 bash[22590]: cluster 2024-09-11T07:38:29.487000+0000 mgr.smithi082.szoofc (mgr.14190) 322 : cluster [DBG] pgmap v272: 97 pgs: 97 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T07:38:31.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:38:30 smithi189 bash[22590]: audit 2024-09-11T07:38:30.436687+0000 mon.smithi082 (mon.0) 872 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:38:32.724 INFO:teuthology.orchestra.run.smithi082.stdout: 2024-09-11T07:38:32.724 INFO:teuthology.orchestra.run.smithi082.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-09-11T07:29:06.822765Z", "last_refresh": "2024-09-11T07:38:20.625035Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-09-11T07:31:01.498495Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-09-11T07:28:57.072429Z", "last_refresh": "2024-09-11T07:38:20.624600Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true}, "status": {"created": "2024-09-11T07:29:01.607341Z", "last_refresh": "2024-09-11T07:38:20.625293Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-09-11T07:38:14.911209Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.82/16"}, "status": {"created": "2024-09-11T07:37:20.985135Z", "last_refresh": "2024-09-11T07:38:20.627017Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.82/16"}}, {"events": ["2024-09-11T07:37:22.001945Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-09-11T07:37:08.037875Z", "last_refresh": "2024-09-11T07:38:20.626595Z", "running": 2, "size": 2}}, {"events": ["2024-09-11T07:31:06.433231Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-11T07:28:54.762406Z", "last_refresh": "2024-09-11T07:38:20.624366Z", "running": 2, "size": 2}}, {"events": ["2024-09-11T07:31:15.129534Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi082:172.21.15.82=smithi082", "smithi189:172.21.15.189=smithi189"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-11T07:30:54.235423Z", "last_refresh": "2024-09-11T07:38:20.624022Z", "running": 2, "size": 2}}, {"events": ["2024-09-11T07:38:22.220997Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-09-11T07:37:20.979064Z", "last_refresh": "2024-09-11T07:38:20.626805Z", "ports": [12999], "running": 1, "size": 1}}, {"events": ["2024-09-11T07:31:02.221422Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-09-11T07:29:03.901755Z", "last_refresh": "2024-09-11T07:38:20.624821Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-09-11T07:31:45.313122Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-09-11T07:31:45.306538Z", "last_refresh": "2024-09-11T07:38:20.625721Z", "running": 8, "size": 8}}, {"events": ["2024-09-11T07:31:15.138939Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-09-11T07:28:59.379376Z", "ports": [9095], "running": 0, "size": 1}}] 2024-09-11T07:38:33.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:38:32 smithi082 bash[15107]: cluster 2024-09-11T07:38:31.487989+0000 mgr.smithi082.szoofc (mgr.14190) 323 : cluster [DBG] pgmap v273: 97 pgs: 97 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T07:38:33.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:38:32 smithi189 bash[22590]: cluster 2024-09-11T07:38:31.487989+0000 mgr.smithi082.szoofc (mgr.14190) 323 : cluster [DBG] pgmap v273: 97 pgs: 97 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T07:38:33.585 INFO:tasks.cephadm:ingress.nfs.foo has 4/4 2024-09-11T07:38:33.586 INFO:teuthology.run_tasks:Running task vip.exec... 2024-09-11T07:38:33.597 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi082.front.sepia.ceph.com 2024-09-11T07:38:33.597 DEBUG:teuthology.orchestra.run.smithi082:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mkdir /mnt/foo' 2024-09-11T07:38:33.612 INFO:teuthology.orchestra.run.smithi082.stderr:+ mkdir /mnt/foo 2024-09-11T07:38:33.625 DEBUG:teuthology.orchestra.run.smithi082:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'sleep 5' 2024-09-11T07:38:33.685 INFO:teuthology.orchestra.run.smithi082.stderr:+ sleep 5 2024-09-11T07:38:33.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:38:33 smithi082 bash[15107]: audit 2024-09-11T07:38:32.716241+0000 mgr.smithi082.szoofc (mgr.14190) 324 : audit [DBG] from='client.14560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T07:38:34.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:38:33 smithi189 bash[22590]: audit 2024-09-11T07:38:32.716241+0000 mgr.smithi082.szoofc (mgr.14190) 324 : audit [DBG] from='client.14560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T07:38:35.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:38:34 smithi082 bash[15107]: cluster 2024-09-11T07:38:33.488688+0000 mgr.smithi082.szoofc (mgr.14190) 325 : cluster [DBG] pgmap v274: 97 pgs: 97 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:38:35.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:38:34 smithi082 bash[15107]: audit 2024-09-11T07:38:33.971783+0000 mon.smithi082 (mon.0) 873 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:38:35.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:38:34 smithi082 bash[15107]: audit 2024-09-11T07:38:33.982388+0000 mon.smithi082 (mon.0) 874 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:38:35.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:38:34 smithi189 bash[22590]: cluster 2024-09-11T07:38:33.488688+0000 mgr.smithi082.szoofc (mgr.14190) 325 : cluster [DBG] pgmap v274: 97 pgs: 97 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:38:35.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:38:34 smithi189 bash[22590]: audit 2024-09-11T07:38:33.971783+0000 mon.smithi082 (mon.0) 873 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:38:35.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:38:34 smithi189 bash[22590]: audit 2024-09-11T07:38:33.982388+0000 mon.smithi082 (mon.0) 874 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:38:37.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:38:36 smithi082 bash[15107]: cluster 2024-09-11T07:38:35.489638+0000 mgr.smithi082.szoofc (mgr.14190) 326 : cluster [DBG] pgmap v275: 97 pgs: 97 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T07:38:37.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:38:36 smithi082 bash[15107]: audit 2024-09-11T07:38:35.843702+0000 mon.smithi082 (mon.0) 875 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:38:37.153 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:38:36 smithi082 bash[15107]: audit 2024-09-11T07:38:35.851762+0000 mon.smithi082 (mon.0) 876 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:38:37.153 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:38:36 smithi082 bash[15107]: audit 2024-09-11T07:38:35.853383+0000 mon.smithi082 (mon.0) 877 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:38:37.153 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:38:36 smithi082 bash[15107]: audit 2024-09-11T07:38:35.854952+0000 mon.smithi082 (mon.0) 878 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:38:37.153 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:38:36 smithi082 bash[15107]: audit 2024-09-11T07:38:35.862374+0000 mon.smithi082 (mon.0) 879 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:38:37.153 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:38:36 smithi082 bash[15107]: audit 2024-09-11T07:38:35.866368+0000 mon.smithi082 (mon.0) 880 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-11T07:38:37.153 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:38:36 smithi082 bash[15107]: audit 2024-09-11T07:38:35.884256+0000 mon.smithi082 (mon.0) 881 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:38:37.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:38:36 smithi189 bash[22590]: cluster 2024-09-11T07:38:35.489638+0000 mgr.smithi082.szoofc (mgr.14190) 326 : cluster [DBG] pgmap v275: 97 pgs: 97 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T07:38:37.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:38:36 smithi189 bash[22590]: audit 2024-09-11T07:38:35.843702+0000 mon.smithi082 (mon.0) 875 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:38:37.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:38:36 smithi189 bash[22590]: audit 2024-09-11T07:38:35.851762+0000 mon.smithi082 (mon.0) 876 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:38:37.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:38:36 smithi189 bash[22590]: audit 2024-09-11T07:38:35.853383+0000 mon.smithi082 (mon.0) 877 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:38:37.164 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:38:36 smithi189 bash[22590]: audit 2024-09-11T07:38:35.854952+0000 mon.smithi082 (mon.0) 878 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:38:37.164 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:38:36 smithi189 bash[22590]: audit 2024-09-11T07:38:35.862374+0000 mon.smithi082 (mon.0) 879 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:38:37.164 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:38:36 smithi189 bash[22590]: audit 2024-09-11T07:38:35.866368+0000 mon.smithi082 (mon.0) 880 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-11T07:38:37.164 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:38:36 smithi189 bash[22590]: audit 2024-09-11T07:38:35.884256+0000 mon.smithi082 (mon.0) 881 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:38:38.688 DEBUG:teuthology.orchestra.run.smithi082:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mount -t nfs 10.0.31.82:/fake /mnt/foo -o port=2999' 2024-09-11T07:38:38.745 INFO:teuthology.orchestra.run.smithi082.stderr:+ mount -t nfs 10.0.31.82:/fake /mnt/foo -o port=2999 2024-09-11T07:38:38.975 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:38:38 smithi082 bash[15107]: cluster 2024-09-11T07:38:37.490541+0000 mgr.smithi082.szoofc (mgr.14190) 327 : cluster [DBG] pgmap v276: 97 pgs: 97 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T07:38:39.066 DEBUG:teuthology.orchestra.run.smithi082:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'echo test > /mnt/foo/testfile' 2024-09-11T07:38:39.122 INFO:teuthology.orchestra.run.smithi082.stderr:+ echo test 2024-09-11T07:38:39.136 DEBUG:teuthology.orchestra.run.smithi082:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c sync 2024-09-11T07:38:39.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:38:38 smithi189 bash[22590]: cluster 2024-09-11T07:38:37.490541+0000 mgr.smithi082.szoofc (mgr.14190) 327 : cluster [DBG] pgmap v276: 97 pgs: 97 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T07:38:39.192 INFO:teuthology.orchestra.run.smithi082.stderr:+ sync 2024-09-11T07:38:39.520 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-11T07:38:39.531 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi082.front.sepia.ceph.com 2024-09-11T07:38:39.531 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f0bd109a-700e-11ef-bcea-c7b262605968 -v /mnt/foo:/mnt/foo -- bash -c 'echo "Check with each haproxy down in turn..." 2024-09-11T07:38:39.531 DEBUG:teuthology.orchestra.run.smithi082:> for haproxy in `ceph orch ps | grep ^haproxy.nfs.foo. | awk '"'"'{print $1}'"'"'`; do 2024-09-11T07:38:39.531 DEBUG:teuthology.orchestra.run.smithi082:> ceph orch daemon stop $haproxy 2024-09-11T07:38:39.531 DEBUG:teuthology.orchestra.run.smithi082:> while ! ceph orch ps | grep $haproxy | grep stopped; do sleep 1 ; done 2024-09-11T07:38:39.531 DEBUG:teuthology.orchestra.run.smithi082:> cat /mnt/foo/testfile 2024-09-11T07:38:39.531 DEBUG:teuthology.orchestra.run.smithi082:> echo $haproxy > /mnt/foo/testfile 2024-09-11T07:38:39.531 DEBUG:teuthology.orchestra.run.smithi082:> sync 2024-09-11T07:38:39.531 DEBUG:teuthology.orchestra.run.smithi082:> ceph orch daemon start $haproxy 2024-09-11T07:38:39.531 DEBUG:teuthology.orchestra.run.smithi082:> while ! ceph orch ps | grep $haproxy | grep running; do sleep 1 ; done 2024-09-11T07:38:39.532 DEBUG:teuthology.orchestra.run.smithi082:> done 2024-09-11T07:38:39.532 DEBUG:teuthology.orchestra.run.smithi082:> ' 2024-09-11T07:38:41.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:38:40 smithi082 bash[15107]: cluster 2024-09-11T07:38:39.491365+0000 mgr.smithi082.szoofc (mgr.14190) 328 : cluster [DBG] pgmap v277: 97 pgs: 97 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T07:38:41.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:38:40 smithi189 bash[22590]: cluster 2024-09-11T07:38:39.491365+0000 mgr.smithi082.szoofc (mgr.14190) 328 : cluster [DBG] pgmap v277: 97 pgs: 97 active+clean; 580 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T07:38:43.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:38:42 smithi082 bash[15107]: cluster 2024-09-11T07:38:41.492263+0000 mgr.smithi082.szoofc (mgr.14190) 329 : cluster [DBG] pgmap v278: 97 pgs: 97 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 597 B/s wr, 0 op/s 2024-09-11T07:38:43.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:38:42 smithi189 bash[22590]: cluster 2024-09-11T07:38:41.492263+0000 mgr.smithi082.szoofc (mgr.14190) 329 : cluster [DBG] pgmap v278: 97 pgs: 97 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 597 B/s wr, 0 op/s 2024-09-11T07:38:44.376 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/mon.smithi082/config 2024-09-11T07:38:45.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:38:44 smithi082 bash[15107]: cluster 2024-09-11T07:38:43.493183+0000 mgr.smithi082.szoofc (mgr.14190) 330 : cluster [DBG] pgmap v279: 97 pgs: 97 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 597 B/s wr, 0 op/s 2024-09-11T07:38:45.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:38:44 smithi189 bash[22590]: cluster 2024-09-11T07:38:43.493183+0000 mgr.smithi082.szoofc (mgr.14190) 330 : cluster [DBG] pgmap v279: 97 pgs: 97 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 597 B/s wr, 0 op/s 2024-09-11T07:38:46.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:38:45 smithi082 bash[15107]: audit 2024-09-11T07:38:45.437746+0000 mon.smithi082 (mon.0) 882 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:38:46.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:38:45 smithi189 bash[22590]: audit 2024-09-11T07:38:45.437746+0000 mon.smithi082 (mon.0) 882 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:38:46.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:38:46 smithi082 bash[15107]: cluster 2024-09-11T07:38:45.493760+0000 mgr.smithi082.szoofc (mgr.14190) 331 : cluster [DBG] pgmap v280: 97 pgs: 97 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 597 B/s wr, 0 op/s 2024-09-11T07:38:47.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:38:46 smithi189 bash[22590]: cluster 2024-09-11T07:38:45.493760+0000 mgr.smithi082.szoofc (mgr.14190) 331 : cluster [DBG] pgmap v280: 97 pgs: 97 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 597 B/s wr, 0 op/s 2024-09-11T07:38:47.747 INFO:teuthology.orchestra.run.smithi082.stdout:Check with each haproxy down in turn... 2024-09-11T07:38:48.404 INFO:teuthology.orchestra.run.smithi082.stdout:Scheduled to stop haproxy.nfs.foo.smithi082.liehac on host 'smithi082' 2024-09-11T07:38:49.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:38:48 smithi082 bash[15107]: cluster 2024-09-11T07:38:47.494823+0000 mgr.smithi082.szoofc (mgr.14190) 332 : cluster [DBG] pgmap v281: 97 pgs: 97 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 682 B/s wr, 0 op/s 2024-09-11T07:38:49.153 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:38:48 smithi082 bash[15107]: audit 2024-09-11T07:38:48.392514+0000 mon.smithi082 (mon.0) 883 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:38:49.153 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:38:48 smithi082 bash[15107]: audit 2024-09-11T07:38:48.401469+0000 mon.smithi082 (mon.0) 884 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:38:49.153 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:38:48 smithi082 bash[15107]: audit 2024-09-11T07:38:48.403215+0000 mon.smithi082 (mon.0) 885 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:38:49.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:38:48 smithi189 bash[22590]: cluster 2024-09-11T07:38:47.494823+0000 mgr.smithi082.szoofc (mgr.14190) 332 : cluster [DBG] pgmap v281: 97 pgs: 97 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 682 B/s wr, 0 op/s 2024-09-11T07:38:49.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:38:48 smithi189 bash[22590]: audit 2024-09-11T07:38:48.392514+0000 mon.smithi082 (mon.0) 883 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:38:49.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:38:48 smithi189 bash[22590]: audit 2024-09-11T07:38:48.401469+0000 mon.smithi082 (mon.0) 884 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:38:49.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:38:48 smithi189 bash[22590]: audit 2024-09-11T07:38:48.403215+0000 mon.smithi082 (mon.0) 885 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:38:50.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:38:49 smithi082 bash[15107]: audit 2024-09-11T07:38:48.046781+0000 mgr.smithi082.szoofc (mgr.14190) 333 : audit [DBG] from='client.14564 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:38:50.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:38:49 smithi082 bash[15107]: audit 2024-09-11T07:38:48.384720+0000 mgr.smithi082.szoofc (mgr.14190) 334 : audit [DBG] from='client.14568 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "haproxy.nfs.foo.smithi082.liehac", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:38:50.153 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:38:49 smithi082 bash[15107]: cephadm 2024-09-11T07:38:48.385167+0000 mgr.smithi082.szoofc (mgr.14190) 335 : cephadm [INF] Schedule stop daemon haproxy.nfs.foo.smithi082.liehac 2024-09-11T07:38:50.153 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:38:49 smithi082 bash[15107]: audit 2024-09-11T07:38:48.710608+0000 mgr.smithi082.szoofc (mgr.14190) 336 : audit [DBG] from='client.14572 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:38:50.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:38:49 smithi189 bash[22590]: audit 2024-09-11T07:38:48.046781+0000 mgr.smithi082.szoofc (mgr.14190) 333 : audit [DBG] from='client.14564 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:38:50.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:38:49 smithi189 bash[22590]: audit 2024-09-11T07:38:48.384720+0000 mgr.smithi082.szoofc (mgr.14190) 334 : audit [DBG] from='client.14568 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "haproxy.nfs.foo.smithi082.liehac", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:38:50.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:38:49 smithi189 bash[22590]: cephadm 2024-09-11T07:38:48.385167+0000 mgr.smithi082.szoofc (mgr.14190) 335 : cephadm [INF] Schedule stop daemon haproxy.nfs.foo.smithi082.liehac 2024-09-11T07:38:50.164 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:38:49 smithi189 bash[22590]: audit 2024-09-11T07:38:48.710608+0000 mgr.smithi082.szoofc (mgr.14190) 336 : audit [DBG] from='client.14572 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:38:51.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:38:50 smithi082 bash[15107]: cluster 2024-09-11T07:38:49.495714+0000 mgr.smithi082.szoofc (mgr.14190) 337 : cluster [DBG] pgmap v282: 97 pgs: 97 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 682 B/s wr, 0 op/s 2024-09-11T07:38:51.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:38:50 smithi189 bash[22590]: cluster 2024-09-11T07:38:49.495714+0000 mgr.smithi082.szoofc (mgr.14190) 337 : cluster [DBG] pgmap v282: 97 pgs: 97 active+clean; 584 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 682 B/s wr, 0 op/s 2024-09-11T07:38:52.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:38:51 smithi082 bash[15107]: audit 2024-09-11T07:38:50.045333+0000 mgr.smithi082.szoofc (mgr.14190) 338 : audit [DBG] from='client.14576 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:38:52.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:38:51 smithi189 bash[22590]: audit 2024-09-11T07:38:50.045333+0000 mgr.smithi082.szoofc (mgr.14190) 338 : audit [DBG] from='client.14576 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:38:53.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:38:52 smithi082 bash[15107]: audit 2024-09-11T07:38:51.371841+0000 mgr.smithi082.szoofc (mgr.14190) 339 : audit [DBG] from='client.14580 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:38:53.153 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:38:52 smithi082 bash[15107]: cluster 2024-09-11T07:38:51.496684+0000 mgr.smithi082.szoofc (mgr.14190) 340 : cluster [DBG] pgmap v283: 97 pgs: 97 active+clean; 585 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 852 B/s wr, 0 op/s 2024-09-11T07:38:53.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:38:52 smithi189 bash[22590]: audit 2024-09-11T07:38:51.371841+0000 mgr.smithi082.szoofc (mgr.14190) 339 : audit [DBG] from='client.14580 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:38:53.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:38:52 smithi189 bash[22590]: cluster 2024-09-11T07:38:51.496684+0000 mgr.smithi082.szoofc (mgr.14190) 340 : cluster [DBG] pgmap v283: 97 pgs: 97 active+clean; 585 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 852 B/s wr, 0 op/s 2024-09-11T07:38:54.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:38:53 smithi189 bash[22590]: audit 2024-09-11T07:38:52.708203+0000 mgr.smithi082.szoofc (mgr.14190) 341 : audit [DBG] from='client.14584 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:38:54.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:38:53 smithi082 bash[15107]: audit 2024-09-11T07:38:52.708203+0000 mgr.smithi082.szoofc (mgr.14190) 341 : audit [DBG] from='client.14584 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:38:55.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:38:54 smithi189 bash[22590]: cluster 2024-09-11T07:38:53.497286+0000 mgr.smithi082.szoofc (mgr.14190) 342 : cluster [DBG] pgmap v284: 97 pgs: 97 active+clean; 585 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-09-11T07:38:55.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:38:54 smithi189 bash[22590]: audit 2024-09-11T07:38:54.225895+0000 mon.smithi082 (mon.0) 886 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:38:55.164 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:38:54 smithi189 bash[22590]: audit 2024-09-11T07:38:54.232585+0000 mon.smithi082 (mon.0) 887 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:38:55.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:38:54 smithi082 bash[15107]: cluster 2024-09-11T07:38:53.497286+0000 mgr.smithi082.szoofc (mgr.14190) 342 : cluster [DBG] pgmap v284: 97 pgs: 97 active+clean; 585 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-09-11T07:38:55.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:38:54 smithi082 bash[15107]: audit 2024-09-11T07:38:54.225895+0000 mon.smithi082 (mon.0) 886 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:38:55.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:38:54 smithi082 bash[15107]: audit 2024-09-11T07:38:54.232585+0000 mon.smithi082 (mon.0) 887 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:38:56.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:38:56 smithi082 bash[15107]: audit 2024-09-11T07:38:54.058140+0000 mgr.smithi082.szoofc (mgr.14190) 343 : audit [DBG] from='client.14588 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:38:56.403 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:38:56 smithi082 bash[15107]: audit 2024-09-11T07:38:55.020245+0000 mon.smithi082 (mon.0) 888 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:38:56.403 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:38:56 smithi082 bash[15107]: audit 2024-09-11T07:38:55.028135+0000 mon.smithi082 (mon.0) 889 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:38:56.403 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:38:56 smithi082 bash[15107]: audit 2024-09-11T07:38:55.029728+0000 mon.smithi082 (mon.0) 890 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:38:56.403 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:38:56 smithi082 bash[15107]: audit 2024-09-11T07:38:55.030706+0000 mon.smithi082 (mon.0) 891 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:38:56.403 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:38:56 smithi082 bash[15107]: audit 2024-09-11T07:38:55.036825+0000 mon.smithi082 (mon.0) 892 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:38:56.403 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:38:56 smithi082 bash[15107]: audit 2024-09-11T07:38:55.040918+0000 mon.smithi082 (mon.0) 893 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-11T07:38:56.403 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:38:56 smithi082 bash[15107]: audit 2024-09-11T07:38:55.060754+0000 mon.smithi082 (mon.0) 894 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:38:56.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:38:56 smithi189 bash[22590]: audit 2024-09-11T07:38:54.058140+0000 mgr.smithi082.szoofc (mgr.14190) 343 : audit [DBG] from='client.14588 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:38:56.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:38:56 smithi189 bash[22590]: audit 2024-09-11T07:38:55.020245+0000 mon.smithi082 (mon.0) 888 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:38:56.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:38:56 smithi189 bash[22590]: audit 2024-09-11T07:38:55.028135+0000 mon.smithi082 (mon.0) 889 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:38:56.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:38:56 smithi189 bash[22590]: audit 2024-09-11T07:38:55.029728+0000 mon.smithi082 (mon.0) 890 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:38:56.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:38:56 smithi189 bash[22590]: audit 2024-09-11T07:38:55.030706+0000 mon.smithi082 (mon.0) 891 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:38:56.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:38:56 smithi189 bash[22590]: audit 2024-09-11T07:38:55.036825+0000 mon.smithi082 (mon.0) 892 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:38:56.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:38:56 smithi189 bash[22590]: audit 2024-09-11T07:38:55.040918+0000 mon.smithi082 (mon.0) 893 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-11T07:38:56.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:38:56 smithi189 bash[22590]: audit 2024-09-11T07:38:55.060754+0000 mon.smithi082 (mon.0) 894 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:38:57.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:38:57 smithi082 bash[15107]: audit 2024-09-11T07:38:55.399383+0000 mgr.smithi082.szoofc (mgr.14190) 344 : audit [DBG] from='client.14592 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:38:57.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:38:57 smithi082 bash[15107]: cluster 2024-09-11T07:38:55.498183+0000 mgr.smithi082.szoofc (mgr.14190) 345 : cluster [DBG] pgmap v285: 97 pgs: 97 active+clean; 585 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2024-09-11T07:38:57.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:38:57 smithi189 bash[22590]: audit 2024-09-11T07:38:55.399383+0000 mgr.smithi082.szoofc (mgr.14190) 344 : audit [DBG] from='client.14592 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:38:57.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:38:57 smithi189 bash[22590]: cluster 2024-09-11T07:38:55.498183+0000 mgr.smithi082.szoofc (mgr.14190) 345 : cluster [DBG] pgmap v285: 97 pgs: 97 active+clean; 585 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2024-09-11T07:38:58.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:38:58 smithi082 bash[15107]: audit 2024-09-11T07:38:56.732256+0000 mgr.smithi082.szoofc (mgr.14190) 346 : audit [DBG] from='client.14596 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:38:58.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:38:58 smithi189 bash[22590]: audit 2024-09-11T07:38:56.732256+0000 mgr.smithi082.szoofc (mgr.14190) 346 : audit [DBG] from='client.14596 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:38:59.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:38:59 smithi082 bash[15107]: cluster 2024-09-11T07:38:57.498992+0000 mgr.smithi082.szoofc (mgr.14190) 347 : cluster [DBG] pgmap v286: 97 pgs: 97 active+clean; 585 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2024-09-11T07:38:59.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:38:59 smithi189 bash[22590]: cluster 2024-09-11T07:38:57.498992+0000 mgr.smithi082.szoofc (mgr.14190) 347 : cluster [DBG] pgmap v286: 97 pgs: 97 active+clean; 585 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2024-09-11T07:39:00.376 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:00 smithi082 bash[15107]: audit 2024-09-11T07:38:58.066649+0000 mgr.smithi082.szoofc (mgr.14190) 348 : audit [DBG] from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:39:00.376 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:00 smithi082 bash[15107]: audit 2024-09-11T07:38:59.404862+0000 mgr.smithi082.szoofc (mgr.14190) 349 : audit [DBG] from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:39:00.376 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:00 smithi082 bash[15107]: cluster 2024-09-11T07:38:59.499713+0000 mgr.smithi082.szoofc (mgr.14190) 350 : cluster [DBG] pgmap v287: 97 pgs: 97 active+clean; 585 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T07:39:00.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:00 smithi189 bash[22590]: audit 2024-09-11T07:38:58.066649+0000 mgr.smithi082.szoofc (mgr.14190) 348 : audit [DBG] from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:39:00.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:00 smithi189 bash[22590]: audit 2024-09-11T07:38:59.404862+0000 mgr.smithi082.szoofc (mgr.14190) 349 : audit [DBG] from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:39:00.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:00 smithi189 bash[22590]: cluster 2024-09-11T07:38:59.499713+0000 mgr.smithi082.szoofc (mgr.14190) 350 : cluster [DBG] pgmap v287: 97 pgs: 97 active+clean; 585 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T07:39:01.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:01 smithi082 bash[15107]: audit 2024-09-11T07:39:00.437934+0000 mon.smithi082 (mon.0) 895 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:39:01.153 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:01 smithi082 bash[15107]: audit 2024-09-11T07:39:00.726805+0000 mgr.smithi082.szoofc (mgr.14190) 351 : audit [DBG] from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:39:01.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:01 smithi189 bash[22590]: audit 2024-09-11T07:39:00.437934+0000 mon.smithi082 (mon.0) 895 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:39:01.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:01 smithi189 bash[22590]: audit 2024-09-11T07:39:00.726805+0000 mgr.smithi082.szoofc (mgr.14190) 351 : audit [DBG] from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:39:02.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:02 smithi082 bash[15107]: audit 2024-09-11T07:39:01.075312+0000 mon.smithi082 (mon.0) 896 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:39:02.403 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:02 smithi082 bash[15107]: audit 2024-09-11T07:39:01.085101+0000 mon.smithi082 (mon.0) 897 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:39:02.403 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:02 smithi082 bash[15107]: audit 2024-09-11T07:39:01.088366+0000 mon.smithi082 (mon.0) 898 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:39:02.403 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:02 smithi082 bash[15107]: audit 2024-09-11T07:39:01.390876+0000 mon.smithi082 (mon.0) 899 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:39:02.403 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:02 smithi082 bash[15107]: audit 2024-09-11T07:39:01.398355+0000 mon.smithi082 (mon.0) 900 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:39:02.403 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:02 smithi082 bash[15107]: cluster 2024-09-11T07:39:01.500278+0000 mgr.smithi082.szoofc (mgr.14190) 352 : cluster [DBG] pgmap v288: 97 pgs: 97 active+clean; 585 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T07:39:02.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:02 smithi189 bash[22590]: audit 2024-09-11T07:39:01.075312+0000 mon.smithi082 (mon.0) 896 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:39:02.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:02 smithi189 bash[22590]: audit 2024-09-11T07:39:01.085101+0000 mon.smithi082 (mon.0) 897 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:39:02.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:02 smithi189 bash[22590]: audit 2024-09-11T07:39:01.088366+0000 mon.smithi082 (mon.0) 898 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:39:02.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:02 smithi189 bash[22590]: audit 2024-09-11T07:39:01.390876+0000 mon.smithi082 (mon.0) 899 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:39:02.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:02 smithi189 bash[22590]: audit 2024-09-11T07:39:01.398355+0000 mon.smithi082 (mon.0) 900 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:39:02.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:02 smithi189 bash[22590]: cluster 2024-09-11T07:39:01.500278+0000 mgr.smithi082.szoofc (mgr.14190) 352 : cluster [DBG] pgmap v288: 97 pgs: 97 active+clean; 585 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T07:39:03.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:03 smithi082 bash[15107]: audit 2024-09-11T07:39:02.065039+0000 mgr.smithi082.szoofc (mgr.14190) 353 : audit [DBG] from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:39:03.663 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:03 smithi189 bash[22590]: audit 2024-09-11T07:39:02.065039+0000 mgr.smithi082.szoofc (mgr.14190) 353 : audit [DBG] from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:39:04.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:04 smithi082 bash[15107]: audit 2024-09-11T07:39:03.409303+0000 mgr.smithi082.szoofc (mgr.14190) 354 : audit [DBG] from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:39:04.903 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:04 smithi082 bash[15107]: cluster 2024-09-11T07:39:03.415305+0000 mon.smithi082 (mon.0) 901 : cluster [DBG] mgrmap e22: smithi082.szoofc(active, since 8m), standbys: smithi189.skbamy 2024-09-11T07:39:04.903 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:04 smithi082 bash[15107]: cluster 2024-09-11T07:39:03.501280+0000 mgr.smithi082.szoofc (mgr.14190) 355 : cluster [DBG] pgmap v289: 97 pgs: 97 active+clean; 585 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 B/s wr, 0 op/s 2024-09-11T07:39:04.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:04 smithi189 bash[22590]: audit 2024-09-11T07:39:03.409303+0000 mgr.smithi082.szoofc (mgr.14190) 354 : audit [DBG] from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:39:04.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:04 smithi189 bash[22590]: cluster 2024-09-11T07:39:03.415305+0000 mon.smithi082 (mon.0) 901 : cluster [DBG] mgrmap e22: smithi082.szoofc(active, since 8m), standbys: smithi189.skbamy 2024-09-11T07:39:04.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:04 smithi189 bash[22590]: cluster 2024-09-11T07:39:03.501280+0000 mgr.smithi082.szoofc (mgr.14190) 355 : cluster [DBG] pgmap v289: 97 pgs: 97 active+clean; 585 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 B/s wr, 0 op/s 2024-09-11T07:39:05.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:05 smithi082 bash[15107]: audit 2024-09-11T07:39:04.748826+0000 mgr.smithi082.szoofc (mgr.14190) 356 : audit [DBG] from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:39:05.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:05 smithi189 bash[22590]: audit 2024-09-11T07:39:04.748826+0000 mgr.smithi082.szoofc (mgr.14190) 356 : audit [DBG] from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:39:06.816 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:06 smithi189 bash[22590]: cluster 2024-09-11T07:39:05.502309+0000 mgr.smithi082.szoofc (mgr.14190) 357 : cluster [DBG] pgmap v290: 97 pgs: 97 active+clean; 585 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T07:39:06.816 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:06 smithi082 bash[15107]: cluster 2024-09-11T07:39:05.502309+0000 mgr.smithi082.szoofc (mgr.14190) 357 : cluster [DBG] pgmap v290: 97 pgs: 97 active+clean; 585 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T07:39:08.303 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:07 smithi082 bash[15107]: audit 2024-09-11T07:39:06.075222+0000 mgr.smithi082.szoofc (mgr.14190) 358 : audit [DBG] from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:39:08.304 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:07 smithi082 bash[15107]: audit 2024-09-11T07:39:06.922436+0000 mon.smithi082 (mon.0) 902 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:39:08.304 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:07 smithi082 bash[15107]: audit 2024-09-11T07:39:06.930785+0000 mon.smithi082 (mon.0) 903 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:39:08.304 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:07 smithi082 bash[15107]: audit 2024-09-11T07:39:07.868916+0000 mon.smithi082 (mon.0) 904 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:39:08.304 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:07 smithi082 bash[15107]: audit 2024-09-11T07:39:07.876605+0000 mon.smithi082 (mon.0) 905 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:39:08.304 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:07 smithi082 bash[15107]: audit 2024-09-11T07:39:07.878410+0000 mon.smithi082 (mon.0) 906 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:39:08.304 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:07 smithi082 bash[15107]: audit 2024-09-11T07:39:07.879782+0000 mon.smithi082 (mon.0) 907 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:39:08.304 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:07 smithi082 bash[15107]: audit 2024-09-11T07:39:07.886739+0000 mon.smithi082 (mon.0) 908 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:39:08.304 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:07 smithi082 bash[15107]: audit 2024-09-11T07:39:07.890605+0000 mon.smithi082 (mon.0) 909 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-11T07:39:08.304 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:07 smithi082 bash[15107]: audit 2024-09-11T07:39:07.906661+0000 mon.smithi082 (mon.0) 910 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:39:08.333 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:07 smithi189 bash[22590]: audit 2024-09-11T07:39:06.075222+0000 mgr.smithi082.szoofc (mgr.14190) 358 : audit [DBG] from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:39:08.333 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:07 smithi189 bash[22590]: audit 2024-09-11T07:39:06.922436+0000 mon.smithi082 (mon.0) 902 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:39:08.333 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:07 smithi189 bash[22590]: audit 2024-09-11T07:39:06.930785+0000 mon.smithi082 (mon.0) 903 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:39:08.333 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:07 smithi189 bash[22590]: audit 2024-09-11T07:39:07.868916+0000 mon.smithi082 (mon.0) 904 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:39:08.333 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:07 smithi189 bash[22590]: audit 2024-09-11T07:39:07.876605+0000 mon.smithi082 (mon.0) 905 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:39:08.334 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:07 smithi189 bash[22590]: audit 2024-09-11T07:39:07.878410+0000 mon.smithi082 (mon.0) 906 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:39:08.334 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:07 smithi189 bash[22590]: audit 2024-09-11T07:39:07.879782+0000 mon.smithi082 (mon.0) 907 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:39:08.334 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:07 smithi189 bash[22590]: audit 2024-09-11T07:39:07.886739+0000 mon.smithi082 (mon.0) 908 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:39:08.334 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:07 smithi189 bash[22590]: audit 2024-09-11T07:39:07.890605+0000 mon.smithi082 (mon.0) 909 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-11T07:39:08.334 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:07 smithi189 bash[22590]: audit 2024-09-11T07:39:07.906661+0000 mon.smithi082 (mon.0) 910 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:39:08.793 INFO:teuthology.orchestra.run.smithi082.stdout:haproxy.nfs.foo.smithi082.liehac smithi082 *:2999,9999 stopped 0s ago 85s - - 2024-09-11T07:39:08.799 INFO:teuthology.orchestra.run.smithi082.stdout:test 2024-09-11T07:39:09.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:08 smithi082 bash[15107]: audit 2024-09-11T07:39:07.423512+0000 mgr.smithi082.szoofc (mgr.14190) 359 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:39:09.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:08 smithi082 bash[15107]: cluster 2024-09-11T07:39:07.503135+0000 mgr.smithi082.szoofc (mgr.14190) 360 : cluster [DBG] pgmap v291: 97 pgs: 97 active+clean; 585 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T07:39:09.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:08 smithi189 bash[22590]: audit 2024-09-11T07:39:07.423512+0000 mgr.smithi082.szoofc (mgr.14190) 359 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:39:09.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:08 smithi189 bash[22590]: cluster 2024-09-11T07:39:07.503135+0000 mgr.smithi082.szoofc (mgr.14190) 360 : cluster [DBG] pgmap v291: 97 pgs: 97 active+clean; 585 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T07:39:09.455 INFO:teuthology.orchestra.run.smithi082.stdout:Scheduled to start haproxy.nfs.foo.smithi082.liehac on host 'smithi082' 2024-09-11T07:39:10.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:09 smithi082 bash[15107]: audit 2024-09-11T07:39:08.749987+0000 mgr.smithi082.szoofc (mgr.14190) 361 : audit [DBG] from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:39:10.403 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:09 smithi082 bash[15107]: audit 2024-09-11T07:39:09.444590+0000 mon.smithi082 (mon.0) 911 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:39:10.403 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:09 smithi082 bash[15107]: audit 2024-09-11T07:39:09.452189+0000 mon.smithi082 (mon.0) 912 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:39:10.403 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:09 smithi082 bash[15107]: audit 2024-09-11T07:39:09.453891+0000 mon.smithi082 (mon.0) 913 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:39:10.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:09 smithi189 bash[22590]: audit 2024-09-11T07:39:08.749987+0000 mgr.smithi082.szoofc (mgr.14190) 361 : audit [DBG] from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:39:10.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:09 smithi189 bash[22590]: audit 2024-09-11T07:39:09.444590+0000 mon.smithi082 (mon.0) 911 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:39:10.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:09 smithi189 bash[22590]: audit 2024-09-11T07:39:09.452189+0000 mon.smithi082 (mon.0) 912 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:39:10.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:09 smithi189 bash[22590]: audit 2024-09-11T07:39:09.453891+0000 mon.smithi082 (mon.0) 913 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:39:11.403 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:10 smithi082 bash[15107]: audit 2024-09-11T07:39:09.435602+0000 mgr.smithi082.szoofc (mgr.14190) 362 : audit [DBG] from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "haproxy.nfs.foo.smithi082.liehac", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:39:11.403 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:10 smithi082 bash[15107]: cephadm 2024-09-11T07:39:09.436033+0000 mgr.smithi082.szoofc (mgr.14190) 363 : cephadm [INF] Schedule start daemon haproxy.nfs.foo.smithi082.liehac 2024-09-11T07:39:11.403 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:10 smithi082 bash[15107]: cluster 2024-09-11T07:39:09.503935+0000 mgr.smithi082.szoofc (mgr.14190) 364 : cluster [DBG] pgmap v292: 97 pgs: 97 active+clean; 585 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T07:39:11.403 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:10 smithi082 bash[15107]: audit 2024-09-11T07:39:09.759289+0000 mgr.smithi082.szoofc (mgr.14190) 365 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:39:11.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:10 smithi189 bash[22590]: audit 2024-09-11T07:39:09.435602+0000 mgr.smithi082.szoofc (mgr.14190) 362 : audit [DBG] from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "haproxy.nfs.foo.smithi082.liehac", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:39:11.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:10 smithi189 bash[22590]: cephadm 2024-09-11T07:39:09.436033+0000 mgr.smithi082.szoofc (mgr.14190) 363 : cephadm [INF] Schedule start daemon haproxy.nfs.foo.smithi082.liehac 2024-09-11T07:39:11.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:10 smithi189 bash[22590]: cluster 2024-09-11T07:39:09.503935+0000 mgr.smithi082.szoofc (mgr.14190) 364 : cluster [DBG] pgmap v292: 97 pgs: 97 active+clean; 585 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T07:39:11.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:10 smithi189 bash[22590]: audit 2024-09-11T07:39:09.759289+0000 mgr.smithi082.szoofc (mgr.14190) 365 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:39:13.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:12 smithi082 bash[15107]: audit 2024-09-11T07:39:11.101840+0000 mgr.smithi082.szoofc (mgr.14190) 366 : audit [DBG] from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:39:13.403 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:12 smithi082 bash[15107]: cluster 2024-09-11T07:39:11.504875+0000 mgr.smithi082.szoofc (mgr.14190) 367 : cluster [DBG] pgmap v293: 97 pgs: 97 active+clean; 594 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-09-11T07:39:13.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:12 smithi189 bash[22590]: audit 2024-09-11T07:39:11.101840+0000 mgr.smithi082.szoofc (mgr.14190) 366 : audit [DBG] from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:39:13.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:12 smithi189 bash[22590]: cluster 2024-09-11T07:39:11.504875+0000 mgr.smithi082.szoofc (mgr.14190) 367 : cluster [DBG] pgmap v293: 97 pgs: 97 active+clean; 594 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-09-11T07:39:14.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:13 smithi082 bash[15107]: audit 2024-09-11T07:39:12.435218+0000 mgr.smithi082.szoofc (mgr.14190) 368 : audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:39:14.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:13 smithi189 bash[22590]: audit 2024-09-11T07:39:12.435218+0000 mgr.smithi082.szoofc (mgr.14190) 368 : audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:39:15.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:14 smithi082 bash[15107]: cluster 2024-09-11T07:39:13.506070+0000 mgr.smithi082.szoofc (mgr.14190) 369 : cluster [DBG] pgmap v294: 97 pgs: 97 active+clean; 594 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-09-11T07:39:15.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:14 smithi082 bash[15107]: audit 2024-09-11T07:39:13.770370+0000 mgr.smithi082.szoofc (mgr.14190) 370 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:39:15.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:14 smithi189 bash[22590]: cluster 2024-09-11T07:39:13.506070+0000 mgr.smithi082.szoofc (mgr.14190) 369 : cluster [DBG] pgmap v294: 97 pgs: 97 active+clean; 594 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-09-11T07:39:15.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:14 smithi189 bash[22590]: audit 2024-09-11T07:39:13.770370+0000 mgr.smithi082.szoofc (mgr.14190) 370 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:39:16.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:15 smithi082 bash[15107]: audit 2024-09-11T07:39:15.438433+0000 mon.smithi082 (mon.0) 914 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:39:16.403 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:15 smithi082 bash[15107]: audit 2024-09-11T07:39:15.939537+0000 mon.smithi082 (mon.0) 915 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:39:16.403 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:15 smithi082 bash[15107]: audit 2024-09-11T07:39:15.948129+0000 mon.smithi082 (mon.0) 916 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:39:16.403 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:15 smithi082 bash[15107]: audit 2024-09-11T07:39:15.949715+0000 mon.smithi082 (mon.0) 917 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:39:16.403 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:15 smithi082 bash[15107]: audit 2024-09-11T07:39:15.951165+0000 mon.smithi082 (mon.0) 918 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:39:16.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:15 smithi189 bash[22590]: audit 2024-09-11T07:39:15.438433+0000 mon.smithi082 (mon.0) 914 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:39:16.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:15 smithi189 bash[22590]: audit 2024-09-11T07:39:15.939537+0000 mon.smithi082 (mon.0) 915 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:39:16.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:15 smithi189 bash[22590]: audit 2024-09-11T07:39:15.948129+0000 mon.smithi082 (mon.0) 916 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:39:16.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:15 smithi189 bash[22590]: audit 2024-09-11T07:39:15.949715+0000 mon.smithi082 (mon.0) 917 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:39:16.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:15 smithi189 bash[22590]: audit 2024-09-11T07:39:15.951165+0000 mon.smithi082 (mon.0) 918 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:39:17.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:16 smithi082 bash[15107]: audit 2024-09-11T07:39:15.128100+0000 mgr.smithi082.szoofc (mgr.14190) 371 : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:39:17.403 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:16 smithi082 bash[15107]: cluster 2024-09-11T07:39:15.507076+0000 mgr.smithi082.szoofc (mgr.14190) 372 : cluster [DBG] pgmap v295: 97 pgs: 97 active+clean; 594 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-09-11T07:39:17.403 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:16 smithi082 bash[15107]: audit 2024-09-11T07:39:15.965374+0000 mon.smithi082 (mon.0) 919 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:39:17.403 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:16 smithi082 bash[15107]: audit 2024-09-11T07:39:15.970484+0000 mon.smithi082 (mon.0) 920 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-11T07:39:17.403 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:16 smithi082 bash[15107]: audit 2024-09-11T07:39:15.988177+0000 mon.smithi082 (mon.0) 921 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:39:17.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:16 smithi189 bash[22590]: audit 2024-09-11T07:39:15.128100+0000 mgr.smithi082.szoofc (mgr.14190) 371 : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:39:17.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:16 smithi189 bash[22590]: cluster 2024-09-11T07:39:15.507076+0000 mgr.smithi082.szoofc (mgr.14190) 372 : cluster [DBG] pgmap v295: 97 pgs: 97 active+clean; 594 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-09-11T07:39:17.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:16 smithi189 bash[22590]: audit 2024-09-11T07:39:15.965374+0000 mon.smithi082 (mon.0) 919 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:39:17.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:16 smithi189 bash[22590]: audit 2024-09-11T07:39:15.970484+0000 mon.smithi082 (mon.0) 920 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-11T07:39:17.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:16 smithi189 bash[22590]: audit 2024-09-11T07:39:15.988177+0000 mon.smithi082 (mon.0) 921 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:39:18.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:17 smithi082 bash[15107]: audit 2024-09-11T07:39:16.451487+0000 mgr.smithi082.szoofc (mgr.14190) 373 : audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:39:18.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:17 smithi189 bash[22590]: audit 2024-09-11T07:39:16.451487+0000 mgr.smithi082.szoofc (mgr.14190) 373 : audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:39:19.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:18 smithi082 bash[15107]: cluster 2024-09-11T07:39:17.507917+0000 mgr.smithi082.szoofc (mgr.14190) 374 : cluster [DBG] pgmap v296: 97 pgs: 97 active+clean; 594 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 1.1 KiB/s wr, 0 op/s 2024-09-11T07:39:19.403 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:18 smithi082 bash[15107]: audit 2024-09-11T07:39:17.790390+0000 mgr.smithi082.szoofc (mgr.14190) 375 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:39:19.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:18 smithi189 bash[22590]: cluster 2024-09-11T07:39:17.507917+0000 mgr.smithi082.szoofc (mgr.14190) 374 : cluster [DBG] pgmap v296: 97 pgs: 97 active+clean; 594 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 1.1 KiB/s wr, 0 op/s 2024-09-11T07:39:19.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:18 smithi189 bash[22590]: audit 2024-09-11T07:39:17.790390+0000 mgr.smithi082.szoofc (mgr.14190) 375 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:39:21.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:20 smithi082 bash[15107]: audit 2024-09-11T07:39:19.131304+0000 mgr.smithi082.szoofc (mgr.14190) 376 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:39:21.403 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:20 smithi082 bash[15107]: cluster 2024-09-11T07:39:19.508737+0000 mgr.smithi082.szoofc (mgr.14190) 377 : cluster [DBG] pgmap v297: 97 pgs: 97 active+clean; 594 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 1.1 KiB/s wr, 0 op/s 2024-09-11T07:39:21.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:20 smithi189 bash[22590]: audit 2024-09-11T07:39:19.131304+0000 mgr.smithi082.szoofc (mgr.14190) 376 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:39:21.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:20 smithi189 bash[22590]: cluster 2024-09-11T07:39:19.508737+0000 mgr.smithi082.szoofc (mgr.14190) 377 : cluster [DBG] pgmap v297: 97 pgs: 97 active+clean; 594 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 1.1 KiB/s wr, 0 op/s 2024-09-11T07:39:22.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:21 smithi082 bash[15107]: audit 2024-09-11T07:39:20.472660+0000 mgr.smithi082.szoofc (mgr.14190) 378 : audit [DBG] from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:39:22.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:21 smithi189 bash[22590]: audit 2024-09-11T07:39:20.472660+0000 mgr.smithi082.szoofc (mgr.14190) 378 : audit [DBG] from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:39:23.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:22 smithi082 bash[15107]: cluster 2024-09-11T07:39:21.509568+0000 mgr.smithi082.szoofc (mgr.14190) 379 : cluster [DBG] pgmap v298: 97 pgs: 97 active+clean; 596 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 1.3 KiB/s wr, 0 op/s 2024-09-11T07:39:23.403 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:22 smithi082 bash[15107]: audit 2024-09-11T07:39:21.808601+0000 mgr.smithi082.szoofc (mgr.14190) 380 : audit [DBG] from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:39:23.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:22 smithi189 bash[22590]: cluster 2024-09-11T07:39:21.509568+0000 mgr.smithi082.szoofc (mgr.14190) 379 : cluster [DBG] pgmap v298: 97 pgs: 97 active+clean; 596 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 1.3 KiB/s wr, 0 op/s 2024-09-11T07:39:23.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:22 smithi189 bash[22590]: audit 2024-09-11T07:39:21.808601+0000 mgr.smithi082.szoofc (mgr.14190) 380 : audit [DBG] from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:39:25.403 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:24 smithi082 bash[15107]: audit 2024-09-11T07:39:23.148064+0000 mgr.smithi082.szoofc (mgr.14190) 381 : audit [DBG] from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:39:25.403 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:24 smithi082 bash[15107]: cluster 2024-09-11T07:39:23.513753+0000 mgr.smithi082.szoofc (mgr.14190) 382 : cluster [DBG] pgmap v299: 97 pgs: 97 active+clean; 596 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-09-11T07:39:25.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:24 smithi189 bash[22590]: audit 2024-09-11T07:39:23.148064+0000 mgr.smithi082.szoofc (mgr.14190) 381 : audit [DBG] from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:39:25.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:24 smithi189 bash[22590]: cluster 2024-09-11T07:39:23.513753+0000 mgr.smithi082.szoofc (mgr.14190) 382 : cluster [DBG] pgmap v299: 97 pgs: 97 active+clean; 596 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-09-11T07:39:26.279 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:26 smithi082 bash[15107]: audit 2024-09-11T07:39:24.491018+0000 mgr.smithi082.szoofc (mgr.14190) 383 : audit [DBG] from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:39:26.280 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:26 smithi082 bash[15107]: audit 2024-09-11T07:39:25.014005+0000 mon.smithi082 (mon.0) 922 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:39:26.280 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:26 smithi082 bash[15107]: audit 2024-09-11T07:39:25.021536+0000 mon.smithi082 (mon.0) 923 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:39:26.280 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:26 smithi082 bash[15107]: audit 2024-09-11T07:39:25.024022+0000 mon.smithi082 (mon.0) 924 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:39:26.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:26 smithi189 bash[22590]: audit 2024-09-11T07:39:24.491018+0000 mgr.smithi082.szoofc (mgr.14190) 383 : audit [DBG] from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:39:26.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:26 smithi189 bash[22590]: audit 2024-09-11T07:39:25.014005+0000 mon.smithi082 (mon.0) 922 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:39:26.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:26 smithi189 bash[22590]: audit 2024-09-11T07:39:25.021536+0000 mon.smithi082 (mon.0) 923 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:39:26.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:26 smithi189 bash[22590]: audit 2024-09-11T07:39:25.024022+0000 mon.smithi082 (mon.0) 924 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:39:27.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:27 smithi082 bash[15107]: cluster 2024-09-11T07:39:25.514724+0000 mgr.smithi082.szoofc (mgr.14190) 384 : cluster [DBG] pgmap v300: 97 pgs: 97 active+clean; 596 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 341 B/s wr, 0 op/s 2024-09-11T07:39:27.403 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:27 smithi082 bash[15107]: audit 2024-09-11T07:39:25.822891+0000 mgr.smithi082.szoofc (mgr.14190) 385 : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:39:27.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:27 smithi189 bash[22590]: cluster 2024-09-11T07:39:25.514724+0000 mgr.smithi082.szoofc (mgr.14190) 384 : cluster [DBG] pgmap v300: 97 pgs: 97 active+clean; 596 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 341 B/s wr, 0 op/s 2024-09-11T07:39:27.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:27 smithi189 bash[22590]: audit 2024-09-11T07:39:25.822891+0000 mgr.smithi082.szoofc (mgr.14190) 385 : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:39:29.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:29 smithi082 bash[15107]: audit 2024-09-11T07:39:27.157412+0000 mgr.smithi082.szoofc (mgr.14190) 386 : audit [DBG] from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:39:29.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:29 smithi082 bash[15107]: cluster 2024-09-11T07:39:27.515539+0000 mgr.smithi082.szoofc (mgr.14190) 387 : cluster [DBG] pgmap v301: 97 pgs: 97 active+clean; 596 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 341 B/s wr, 0 op/s 2024-09-11T07:39:29.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:29 smithi189 bash[22590]: audit 2024-09-11T07:39:27.157412+0000 mgr.smithi082.szoofc (mgr.14190) 386 : audit [DBG] from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:39:29.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:29 smithi189 bash[22590]: cluster 2024-09-11T07:39:27.515539+0000 mgr.smithi082.szoofc (mgr.14190) 387 : cluster [DBG] pgmap v301: 97 pgs: 97 active+clean; 596 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 341 B/s wr, 0 op/s 2024-09-11T07:39:30.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:30 smithi082 bash[15107]: audit 2024-09-11T07:39:28.497097+0000 mgr.smithi082.szoofc (mgr.14190) 388 : audit [DBG] from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:39:30.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:30 smithi189 bash[22590]: audit 2024-09-11T07:39:28.497097+0000 mgr.smithi082.szoofc (mgr.14190) 388 : audit [DBG] from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:39:31.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:31 smithi082 bash[15107]: cluster 2024-09-11T07:39:29.516312+0000 mgr.smithi082.szoofc (mgr.14190) 389 : cluster [DBG] pgmap v302: 97 pgs: 97 active+clean; 596 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2024-09-11T07:39:31.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:31 smithi082 bash[15107]: audit 2024-09-11T07:39:29.828359+0000 mgr.smithi082.szoofc (mgr.14190) 390 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:39:31.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:31 smithi082 bash[15107]: audit 2024-09-11T07:39:30.437899+0000 mon.smithi082 (mon.0) 925 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:39:31.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:31 smithi189 bash[22590]: cluster 2024-09-11T07:39:29.516312+0000 mgr.smithi082.szoofc (mgr.14190) 389 : cluster [DBG] pgmap v302: 97 pgs: 97 active+clean; 596 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2024-09-11T07:39:31.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:31 smithi189 bash[22590]: audit 2024-09-11T07:39:29.828359+0000 mgr.smithi082.szoofc (mgr.14190) 390 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:39:31.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:31 smithi189 bash[22590]: audit 2024-09-11T07:39:30.437899+0000 mon.smithi082 (mon.0) 925 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:39:32.534 INFO:teuthology.orchestra.run.smithi082.stdout:haproxy.nfs.foo.smithi082.liehac smithi082 *:2999,9999 running (7s) 0s ago 108s 4580k - 2.3.17-d1c9119 e85424b0d443 1fa36df11930 2024-09-11T07:39:32.850 INFO:teuthology.orchestra.run.smithi082.stdout:Scheduled to stop haproxy.nfs.foo.smithi189.gfluud on host 'smithi189' 2024-09-11T07:39:33.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:32 smithi082 bash[15107]: audit 2024-09-11T07:39:31.164306+0000 mgr.smithi082.szoofc (mgr.14190) 391 : audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:39:33.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:32 smithi082 bash[15107]: cluster 2024-09-11T07:39:31.517257+0000 mgr.smithi082.szoofc (mgr.14190) 392 : cluster [DBG] pgmap v303: 97 pgs: 97 active+clean; 596 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2024-09-11T07:39:33.153 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:32 smithi082 bash[15107]: audit 2024-09-11T07:39:31.740243+0000 mon.smithi082 (mon.0) 926 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:39:33.153 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:32 smithi082 bash[15107]: audit 2024-09-11T07:39:31.746775+0000 mon.smithi082 (mon.0) 927 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:39:33.153 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:32 smithi082 bash[15107]: audit 2024-09-11T07:39:32.169589+0000 mon.smithi082 (mon.0) 928 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:39:33.153 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:32 smithi082 bash[15107]: audit 2024-09-11T07:39:32.171092+0000 mon.smithi082 (mon.0) 929 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:39:33.153 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:32 smithi082 bash[15107]: audit 2024-09-11T07:39:32.179224+0000 mon.smithi082 (mon.0) 930 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:39:33.153 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:32 smithi082 bash[15107]: audit 2024-09-11T07:39:32.182913+0000 mon.smithi082 (mon.0) 931 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-11T07:39:33.153 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:32 smithi082 bash[15107]: audit 2024-09-11T07:39:32.198112+0000 mon.smithi082 (mon.0) 932 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:39:33.164 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:32 smithi189 bash[22590]: audit 2024-09-11T07:39:31.164306+0000 mgr.smithi082.szoofc (mgr.14190) 391 : audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:39:33.164 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:32 smithi189 bash[22590]: cluster 2024-09-11T07:39:31.517257+0000 mgr.smithi082.szoofc (mgr.14190) 392 : cluster [DBG] pgmap v303: 97 pgs: 97 active+clean; 596 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2024-09-11T07:39:33.164 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:32 smithi189 bash[22590]: audit 2024-09-11T07:39:31.740243+0000 mon.smithi082 (mon.0) 926 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:39:33.164 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:32 smithi189 bash[22590]: audit 2024-09-11T07:39:31.746775+0000 mon.smithi082 (mon.0) 927 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:39:33.164 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:32 smithi189 bash[22590]: audit 2024-09-11T07:39:32.169589+0000 mon.smithi082 (mon.0) 928 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:39:33.164 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:32 smithi189 bash[22590]: audit 2024-09-11T07:39:32.171092+0000 mon.smithi082 (mon.0) 929 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:39:33.164 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:32 smithi189 bash[22590]: audit 2024-09-11T07:39:32.179224+0000 mon.smithi082 (mon.0) 930 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:39:33.164 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:32 smithi189 bash[22590]: audit 2024-09-11T07:39:32.182913+0000 mon.smithi082 (mon.0) 931 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-11T07:39:33.164 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:32 smithi189 bash[22590]: audit 2024-09-11T07:39:32.198112+0000 mon.smithi082 (mon.0) 932 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:39:34.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:33 smithi082 bash[15107]: audit 2024-09-11T07:39:32.500408+0000 mgr.smithi082.szoofc (mgr.14190) 393 : audit [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:39:34.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:33 smithi082 bash[15107]: audit 2024-09-11T07:39:32.829984+0000 mgr.smithi082.szoofc (mgr.14190) 394 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "haproxy.nfs.foo.smithi189.gfluud", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:39:34.153 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:33 smithi082 bash[15107]: cephadm 2024-09-11T07:39:32.830607+0000 mgr.smithi082.szoofc (mgr.14190) 395 : cephadm [INF] Schedule stop daemon haproxy.nfs.foo.smithi189.gfluud 2024-09-11T07:39:34.153 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:33 smithi082 bash[15107]: audit 2024-09-11T07:39:32.840429+0000 mon.smithi082 (mon.0) 933 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:39:34.153 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:33 smithi082 bash[15107]: audit 2024-09-11T07:39:32.847174+0000 mon.smithi082 (mon.0) 934 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:39:34.153 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:33 smithi082 bash[15107]: audit 2024-09-11T07:39:32.848678+0000 mon.smithi082 (mon.0) 935 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:39:34.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:33 smithi189 bash[22590]: audit 2024-09-11T07:39:32.500408+0000 mgr.smithi082.szoofc (mgr.14190) 393 : audit [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:39:34.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:33 smithi189 bash[22590]: audit 2024-09-11T07:39:32.829984+0000 mgr.smithi082.szoofc (mgr.14190) 394 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "haproxy.nfs.foo.smithi189.gfluud", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:39:34.164 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:33 smithi189 bash[22590]: cephadm 2024-09-11T07:39:32.830607+0000 mgr.smithi082.szoofc (mgr.14190) 395 : cephadm [INF] Schedule stop daemon haproxy.nfs.foo.smithi189.gfluud 2024-09-11T07:39:34.164 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:33 smithi189 bash[22590]: audit 2024-09-11T07:39:32.840429+0000 mon.smithi082 (mon.0) 933 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:39:34.164 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:33 smithi189 bash[22590]: audit 2024-09-11T07:39:32.847174+0000 mon.smithi082 (mon.0) 934 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:39:34.164 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:33 smithi189 bash[22590]: audit 2024-09-11T07:39:32.848678+0000 mon.smithi082 (mon.0) 935 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:39:35.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:34 smithi082 bash[15107]: audit 2024-09-11T07:39:33.164562+0000 mgr.smithi082.szoofc (mgr.14190) 396 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:39:35.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:34 smithi082 bash[15107]: cluster 2024-09-11T07:39:33.518135+0000 mgr.smithi082.szoofc (mgr.14190) 397 : cluster [DBG] pgmap v304: 97 pgs: 97 active+clean; 596 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 B/s wr, 0 op/s 2024-09-11T07:39:35.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:34 smithi189 bash[22590]: audit 2024-09-11T07:39:33.164562+0000 mgr.smithi082.szoofc (mgr.14190) 396 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:39:35.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:34 smithi189 bash[22590]: cluster 2024-09-11T07:39:33.518135+0000 mgr.smithi082.szoofc (mgr.14190) 397 : cluster [DBG] pgmap v304: 97 pgs: 97 active+clean; 596 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 B/s wr, 0 op/s 2024-09-11T07:39:36.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:35 smithi082 bash[15107]: audit 2024-09-11T07:39:34.502477+0000 mgr.smithi082.szoofc (mgr.14190) 398 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:39:36.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:35 smithi189 bash[22590]: audit 2024-09-11T07:39:34.502477+0000 mgr.smithi082.szoofc (mgr.14190) 398 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:39:37.154 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:36 smithi082 bash[15107]: cluster 2024-09-11T07:39:35.519072+0000 mgr.smithi082.szoofc (mgr.14190) 399 : cluster [DBG] pgmap v305: 97 pgs: 97 active+clean; 596 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T07:39:37.154 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:36 smithi082 bash[15107]: audit 2024-09-11T07:39:35.842980+0000 mgr.smithi082.szoofc (mgr.14190) 400 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:39:37.164 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:36 smithi189 bash[22590]: cluster 2024-09-11T07:39:35.519072+0000 mgr.smithi082.szoofc (mgr.14190) 399 : cluster [DBG] pgmap v305: 97 pgs: 97 active+clean; 596 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T07:39:37.164 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:36 smithi189 bash[22590]: audit 2024-09-11T07:39:35.842980+0000 mgr.smithi082.szoofc (mgr.14190) 400 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:39:39.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:38 smithi082 bash[15107]: audit 2024-09-11T07:39:37.178699+0000 mgr.smithi082.szoofc (mgr.14190) 401 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:39:39.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:38 smithi082 bash[15107]: cluster 2024-09-11T07:39:37.519918+0000 mgr.smithi082.szoofc (mgr.14190) 402 : cluster [DBG] pgmap v306: 97 pgs: 97 active+clean; 596 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T07:39:39.164 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:38 smithi189 bash[22590]: audit 2024-09-11T07:39:37.178699+0000 mgr.smithi082.szoofc (mgr.14190) 401 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:39:39.164 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:38 smithi189 bash[22590]: cluster 2024-09-11T07:39:37.519918+0000 mgr.smithi082.szoofc (mgr.14190) 402 : cluster [DBG] pgmap v306: 97 pgs: 97 active+clean; 596 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T07:39:40.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:39 smithi082 bash[15107]: audit 2024-09-11T07:39:38.516867+0000 mgr.smithi082.szoofc (mgr.14190) 403 : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:39:40.153 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:39 smithi082 bash[15107]: audit 2024-09-11T07:39:39.355314+0000 mon.smithi082 (mon.0) 936 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:39:40.153 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:39 smithi082 bash[15107]: audit 2024-09-11T07:39:39.362767+0000 mon.smithi082 (mon.0) 937 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:39:40.153 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:39 smithi082 bash[15107]: audit 2024-09-11T07:39:39.364113+0000 mon.smithi082 (mon.0) 938 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:39:40.153 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:39 smithi082 bash[15107]: audit 2024-09-11T07:39:39.365257+0000 mon.smithi082 (mon.0) 939 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:39:40.153 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:39 smithi082 bash[15107]: audit 2024-09-11T07:39:39.371624+0000 mon.smithi082 (mon.0) 940 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:39:40.153 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:39 smithi082 bash[15107]: audit 2024-09-11T07:39:39.374985+0000 mon.smithi082 (mon.0) 941 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-11T07:39:40.153 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:39 smithi082 bash[15107]: audit 2024-09-11T07:39:39.393560+0000 mon.smithi082 (mon.0) 942 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:39:40.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:39 smithi189 bash[22590]: audit 2024-09-11T07:39:38.516867+0000 mgr.smithi082.szoofc (mgr.14190) 403 : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:39:40.164 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:39 smithi189 bash[22590]: audit 2024-09-11T07:39:39.355314+0000 mon.smithi082 (mon.0) 936 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:39:40.164 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:39 smithi189 bash[22590]: audit 2024-09-11T07:39:39.362767+0000 mon.smithi082 (mon.0) 937 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:39:40.164 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:39 smithi189 bash[22590]: audit 2024-09-11T07:39:39.364113+0000 mon.smithi082 (mon.0) 938 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:39:40.164 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:39 smithi189 bash[22590]: audit 2024-09-11T07:39:39.365257+0000 mon.smithi082 (mon.0) 939 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:39:40.164 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:39 smithi189 bash[22590]: audit 2024-09-11T07:39:39.371624+0000 mon.smithi082 (mon.0) 940 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:39:40.164 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:39 smithi189 bash[22590]: audit 2024-09-11T07:39:39.374985+0000 mon.smithi082 (mon.0) 941 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-11T07:39:40.164 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:39 smithi189 bash[22590]: audit 2024-09-11T07:39:39.393560+0000 mon.smithi082 (mon.0) 942 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:39:41.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:40 smithi082 bash[15107]: cluster 2024-09-11T07:39:39.520804+0000 mgr.smithi082.szoofc (mgr.14190) 404 : cluster [DBG] pgmap v307: 97 pgs: 97 active+clean; 596 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T07:39:41.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:40 smithi082 bash[15107]: audit 2024-09-11T07:39:39.850442+0000 mgr.smithi082.szoofc (mgr.14190) 405 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:39:41.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:40 smithi189 bash[22590]: cluster 2024-09-11T07:39:39.520804+0000 mgr.smithi082.szoofc (mgr.14190) 404 : cluster [DBG] pgmap v307: 97 pgs: 97 active+clean; 596 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T07:39:41.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:40 smithi189 bash[22590]: audit 2024-09-11T07:39:39.850442+0000 mgr.smithi082.szoofc (mgr.14190) 405 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:39:43.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:42 smithi082 bash[15107]: audit 2024-09-11T07:39:41.197651+0000 mgr.smithi082.szoofc (mgr.14190) 406 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:39:43.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:42 smithi082 bash[15107]: cluster 2024-09-11T07:39:41.521770+0000 mgr.smithi082.szoofc (mgr.14190) 407 : cluster [DBG] pgmap v308: 97 pgs: 97 active+clean; 596 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T07:39:43.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:42 smithi189 bash[22590]: audit 2024-09-11T07:39:41.197651+0000 mgr.smithi082.szoofc (mgr.14190) 406 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:39:43.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:42 smithi189 bash[22590]: cluster 2024-09-11T07:39:41.521770+0000 mgr.smithi082.szoofc (mgr.14190) 407 : cluster [DBG] pgmap v308: 97 pgs: 97 active+clean; 596 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T07:39:44.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:43 smithi082 bash[15107]: audit 2024-09-11T07:39:42.527973+0000 mgr.smithi082.szoofc (mgr.14190) 408 : audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:39:44.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:43 smithi189 bash[22590]: audit 2024-09-11T07:39:42.527973+0000 mgr.smithi082.szoofc (mgr.14190) 408 : audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:39:45.099 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:44 smithi189 bash[22590]: cluster 2024-09-11T07:39:43.522734+0000 mgr.smithi082.szoofc (mgr.14190) 409 : cluster [DBG] pgmap v309: 97 pgs: 97 active+clean; 596 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:39:45.099 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:44 smithi189 bash[22590]: audit 2024-09-11T07:39:43.862779+0000 mgr.smithi082.szoofc (mgr.14190) 410 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:39:45.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:44 smithi082 bash[15107]: cluster 2024-09-11T07:39:43.522734+0000 mgr.smithi082.szoofc (mgr.14190) 409 : cluster [DBG] pgmap v309: 97 pgs: 97 active+clean; 596 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:39:45.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:44 smithi082 bash[15107]: audit 2024-09-11T07:39:43.862779+0000 mgr.smithi082.szoofc (mgr.14190) 410 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:39:46.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:46 smithi082 bash[15107]: audit 2024-09-11T07:39:45.202983+0000 mgr.smithi082.szoofc (mgr.14190) 411 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:39:46.653 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:46 smithi082 bash[15107]: audit 2024-09-11T07:39:45.300189+0000 mon.smithi082 (mon.0) 943 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:39:46.653 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:46 smithi082 bash[15107]: audit 2024-09-11T07:39:45.307843+0000 mon.smithi082 (mon.0) 944 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:39:46.653 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:46 smithi082 bash[15107]: audit 2024-09-11T07:39:45.309842+0000 mon.smithi082 (mon.0) 945 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:39:46.653 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:46 smithi082 bash[15107]: audit 2024-09-11T07:39:45.438870+0000 mon.smithi082 (mon.0) 946 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:39:46.653 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:46 smithi082 bash[15107]: cluster 2024-09-11T07:39:45.523369+0000 mgr.smithi082.szoofc (mgr.14190) 412 : cluster [DBG] pgmap v310: 97 pgs: 97 active+clean; 596 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T07:39:46.663 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:46 smithi189 bash[22590]: audit 2024-09-11T07:39:45.202983+0000 mgr.smithi082.szoofc (mgr.14190) 411 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:39:46.663 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:46 smithi189 bash[22590]: audit 2024-09-11T07:39:45.300189+0000 mon.smithi082 (mon.0) 943 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:39:46.663 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:46 smithi189 bash[22590]: audit 2024-09-11T07:39:45.307843+0000 mon.smithi082 (mon.0) 944 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:39:46.664 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:46 smithi189 bash[22590]: audit 2024-09-11T07:39:45.309842+0000 mon.smithi082 (mon.0) 945 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:39:46.664 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:46 smithi189 bash[22590]: audit 2024-09-11T07:39:45.438870+0000 mon.smithi082 (mon.0) 946 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:39:46.664 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:46 smithi189 bash[22590]: cluster 2024-09-11T07:39:45.523369+0000 mgr.smithi082.szoofc (mgr.14190) 412 : cluster [DBG] pgmap v310: 97 pgs: 97 active+clean; 596 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T07:39:47.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:47 smithi082 bash[15107]: audit 2024-09-11T07:39:46.532362+0000 mgr.smithi082.szoofc (mgr.14190) 413 : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:39:47.663 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:47 smithi189 bash[22590]: audit 2024-09-11T07:39:46.532362+0000 mgr.smithi082.szoofc (mgr.14190) 413 : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:39:48.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:48 smithi082 bash[15107]: cluster 2024-09-11T07:39:47.524163+0000 mgr.smithi082.szoofc (mgr.14190) 414 : cluster [DBG] pgmap v311: 97 pgs: 97 active+clean; 596 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T07:39:48.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:48 smithi082 bash[15107]: audit 2024-09-11T07:39:47.868853+0000 mgr.smithi082.szoofc (mgr.14190) 415 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:39:48.663 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:48 smithi189 bash[22590]: cluster 2024-09-11T07:39:47.524163+0000 mgr.smithi082.szoofc (mgr.14190) 414 : cluster [DBG] pgmap v311: 97 pgs: 97 active+clean; 596 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T07:39:48.663 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:48 smithi189 bash[22590]: audit 2024-09-11T07:39:47.868853+0000 mgr.smithi082.szoofc (mgr.14190) 415 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:39:50.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:50 smithi082 bash[15107]: audit 2024-09-11T07:39:49.203628+0000 mgr.smithi082.szoofc (mgr.14190) 416 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:39:50.903 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:50 smithi082 bash[15107]: cluster 2024-09-11T07:39:49.524997+0000 mgr.smithi082.szoofc (mgr.14190) 417 : cluster [DBG] pgmap v312: 97 pgs: 97 active+clean; 596 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T07:39:50.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:50 smithi189 bash[22590]: audit 2024-09-11T07:39:49.203628+0000 mgr.smithi082.szoofc (mgr.14190) 416 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:39:50.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:50 smithi189 bash[22590]: cluster 2024-09-11T07:39:49.524997+0000 mgr.smithi082.szoofc (mgr.14190) 417 : cluster [DBG] pgmap v312: 97 pgs: 97 active+clean; 596 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T07:39:51.934 INFO:teuthology.orchestra.run.smithi082.stdout:haproxy.nfs.foo.smithi189.gfluud smithi189 *:2999,9999 stopped 0s ago 2m - - 2024-09-11T07:39:51.937 INFO:teuthology.orchestra.run.smithi082.stdout:haproxy.nfs.foo.smithi082.liehac 2024-09-11T07:39:52.403 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:52 smithi082 bash[15107]: audit 2024-09-11T07:39:50.547993+0000 mgr.smithi082.szoofc (mgr.14190) 418 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:39:52.403 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:52 smithi082 bash[15107]: audit 2024-09-11T07:39:51.043369+0000 mon.smithi082 (mon.0) 947 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:39:52.403 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:52 smithi082 bash[15107]: audit 2024-09-11T07:39:51.049870+0000 mon.smithi082 (mon.0) 948 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:39:52.403 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:52 smithi082 bash[15107]: audit 2024-09-11T07:39:51.807544+0000 mon.smithi082 (mon.0) 949 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:39:52.403 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:52 smithi082 bash[15107]: audit 2024-09-11T07:39:51.815740+0000 mon.smithi082 (mon.0) 950 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:39:52.403 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:52 smithi082 bash[15107]: audit 2024-09-11T07:39:51.817316+0000 mon.smithi082 (mon.0) 951 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:39:52.403 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:52 smithi082 bash[15107]: audit 2024-09-11T07:39:51.818237+0000 mon.smithi082 (mon.0) 952 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:39:52.403 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:52 smithi082 bash[15107]: audit 2024-09-11T07:39:51.825888+0000 mon.smithi082 (mon.0) 953 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:39:52.403 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:52 smithi082 bash[15107]: audit 2024-09-11T07:39:51.829497+0000 mon.smithi082 (mon.0) 954 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-11T07:39:52.404 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:52 smithi082 bash[15107]: audit 2024-09-11T07:39:51.846350+0000 mon.smithi082 (mon.0) 955 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:39:52.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:52 smithi189 bash[22590]: audit 2024-09-11T07:39:50.547993+0000 mgr.smithi082.szoofc (mgr.14190) 418 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:39:52.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:52 smithi189 bash[22590]: audit 2024-09-11T07:39:51.043369+0000 mon.smithi082 (mon.0) 947 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:39:52.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:52 smithi189 bash[22590]: audit 2024-09-11T07:39:51.049870+0000 mon.smithi082 (mon.0) 948 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:39:52.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:52 smithi189 bash[22590]: audit 2024-09-11T07:39:51.807544+0000 mon.smithi082 (mon.0) 949 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:39:52.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:52 smithi189 bash[22590]: audit 2024-09-11T07:39:51.815740+0000 mon.smithi082 (mon.0) 950 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:39:52.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:52 smithi189 bash[22590]: audit 2024-09-11T07:39:51.817316+0000 mon.smithi082 (mon.0) 951 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:39:52.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:52 smithi189 bash[22590]: audit 2024-09-11T07:39:51.818237+0000 mon.smithi082 (mon.0) 952 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:39:52.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:52 smithi189 bash[22590]: audit 2024-09-11T07:39:51.825888+0000 mon.smithi082 (mon.0) 953 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:39:52.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:52 smithi189 bash[22590]: audit 2024-09-11T07:39:51.829497+0000 mon.smithi082 (mon.0) 954 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-11T07:39:52.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:52 smithi189 bash[22590]: audit 2024-09-11T07:39:51.846350+0000 mon.smithi082 (mon.0) 955 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:39:52.525 INFO:teuthology.orchestra.run.smithi082.stdout:Scheduled to start haproxy.nfs.foo.smithi189.gfluud on host 'smithi189' 2024-09-11T07:39:53.403 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:53 smithi082 bash[15107]: cluster 2024-09-11T07:39:51.525584+0000 mgr.smithi082.szoofc (mgr.14190) 419 : cluster [DBG] pgmap v313: 97 pgs: 97 active+clean; 596 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T07:39:53.403 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:53 smithi082 bash[15107]: audit 2024-09-11T07:39:51.889033+0000 mgr.smithi082.szoofc (mgr.14190) 420 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:39:53.403 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:53 smithi082 bash[15107]: audit 2024-09-11T07:39:52.501238+0000 mgr.smithi082.szoofc (mgr.14190) 421 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "haproxy.nfs.foo.smithi189.gfluud", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:39:53.403 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:53 smithi082 bash[15107]: cephadm 2024-09-11T07:39:52.501848+0000 mgr.smithi082.szoofc (mgr.14190) 422 : cephadm [INF] Schedule start daemon haproxy.nfs.foo.smithi189.gfluud 2024-09-11T07:39:53.403 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:53 smithi082 bash[15107]: audit 2024-09-11T07:39:52.514969+0000 mon.smithi082 (mon.0) 956 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:39:53.403 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:53 smithi082 bash[15107]: audit 2024-09-11T07:39:52.522842+0000 mon.smithi082 (mon.0) 957 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:39:53.403 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:53 smithi082 bash[15107]: audit 2024-09-11T07:39:52.524532+0000 mon.smithi082 (mon.0) 958 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:39:53.403 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:53 smithi082 bash[15107]: audit 2024-09-11T07:39:52.527355+0000 mon.smithi082 (mon.0) 959 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:39:53.404 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:53 smithi082 bash[15107]: audit 2024-09-11T07:39:52.528724+0000 mon.smithi082 (mon.0) 960 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:39:53.404 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:53 smithi082 bash[15107]: audit 2024-09-11T07:39:52.537007+0000 mon.smithi082 (mon.0) 961 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:39:53.404 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:53 smithi082 bash[15107]: audit 2024-09-11T07:39:52.540665+0000 mon.smithi082 (mon.0) 962 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-11T07:39:53.404 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:53 smithi082 bash[15107]: audit 2024-09-11T07:39:52.558930+0000 mon.smithi082 (mon.0) 963 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:39:53.404 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:53 smithi082 bash[15107]: audit 2024-09-11T07:39:52.824173+0000 mgr.smithi082.szoofc (mgr.14190) 423 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:39:53.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:53 smithi189 bash[22590]: cluster 2024-09-11T07:39:51.525584+0000 mgr.smithi082.szoofc (mgr.14190) 419 : cluster [DBG] pgmap v313: 97 pgs: 97 active+clean; 596 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T07:39:53.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:53 smithi189 bash[22590]: audit 2024-09-11T07:39:51.889033+0000 mgr.smithi082.szoofc (mgr.14190) 420 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:39:53.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:53 smithi189 bash[22590]: audit 2024-09-11T07:39:52.501238+0000 mgr.smithi082.szoofc (mgr.14190) 421 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "haproxy.nfs.foo.smithi189.gfluud", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:39:53.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:53 smithi189 bash[22590]: cephadm 2024-09-11T07:39:52.501848+0000 mgr.smithi082.szoofc (mgr.14190) 422 : cephadm [INF] Schedule start daemon haproxy.nfs.foo.smithi189.gfluud 2024-09-11T07:39:53.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:53 smithi189 bash[22590]: audit 2024-09-11T07:39:52.514969+0000 mon.smithi082 (mon.0) 956 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:39:53.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:53 smithi189 bash[22590]: audit 2024-09-11T07:39:52.522842+0000 mon.smithi082 (mon.0) 957 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:39:53.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:53 smithi189 bash[22590]: audit 2024-09-11T07:39:52.524532+0000 mon.smithi082 (mon.0) 958 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:39:53.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:53 smithi189 bash[22590]: audit 2024-09-11T07:39:52.527355+0000 mon.smithi082 (mon.0) 959 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:39:53.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:53 smithi189 bash[22590]: audit 2024-09-11T07:39:52.528724+0000 mon.smithi082 (mon.0) 960 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:39:53.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:53 smithi189 bash[22590]: audit 2024-09-11T07:39:52.537007+0000 mon.smithi082 (mon.0) 961 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:39:53.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:53 smithi189 bash[22590]: audit 2024-09-11T07:39:52.540665+0000 mon.smithi082 (mon.0) 962 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-11T07:39:53.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:53 smithi189 bash[22590]: audit 2024-09-11T07:39:52.558930+0000 mon.smithi082 (mon.0) 963 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:39:53.415 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:53 smithi189 bash[22590]: audit 2024-09-11T07:39:52.824173+0000 mgr.smithi082.szoofc (mgr.14190) 423 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:39:54.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:54 smithi082 bash[15107]: cluster 2024-09-11T07:39:53.526424+0000 mgr.smithi082.szoofc (mgr.14190) 424 : cluster [DBG] pgmap v314: 97 pgs: 97 active+clean; 596 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:39:54.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:54 smithi189 bash[22590]: cluster 2024-09-11T07:39:53.526424+0000 mgr.smithi082.szoofc (mgr.14190) 424 : cluster [DBG] pgmap v314: 97 pgs: 97 active+clean; 596 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:39:55.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:55 smithi082 bash[15107]: audit 2024-09-11T07:39:54.163665+0000 mgr.smithi082.szoofc (mgr.14190) 425 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:39:55.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:55 smithi189 bash[22590]: audit 2024-09-11T07:39:54.163665+0000 mgr.smithi082.szoofc (mgr.14190) 425 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:39:56.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:56 smithi082 bash[15107]: audit 2024-09-11T07:39:55.493236+0000 mgr.smithi082.szoofc (mgr.14190) 426 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:39:56.403 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:56 smithi082 bash[15107]: cluster 2024-09-11T07:39:55.527132+0000 mgr.smithi082.szoofc (mgr.14190) 427 : cluster [DBG] pgmap v315: 97 pgs: 97 active+clean; 604 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 1.1 KiB/s wr, 0 op/s 2024-09-11T07:39:56.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:56 smithi189 bash[22590]: audit 2024-09-11T07:39:55.493236+0000 mgr.smithi082.szoofc (mgr.14190) 426 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:39:56.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:56 smithi189 bash[22590]: cluster 2024-09-11T07:39:55.527132+0000 mgr.smithi082.szoofc (mgr.14190) 427 : cluster [DBG] pgmap v315: 97 pgs: 97 active+clean; 604 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 1.1 KiB/s wr, 0 op/s 2024-09-11T07:39:57.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:57 smithi082 bash[15107]: audit 2024-09-11T07:39:56.825945+0000 mgr.smithi082.szoofc (mgr.14190) 428 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:39:57.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:57 smithi189 bash[22590]: audit 2024-09-11T07:39:56.825945+0000 mgr.smithi082.szoofc (mgr.14190) 428 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:39:58.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:58 smithi082 bash[15107]: cluster 2024-09-11T07:39:57.527988+0000 mgr.smithi082.szoofc (mgr.14190) 429 : cluster [DBG] pgmap v316: 97 pgs: 97 active+clean; 604 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-09-11T07:39:58.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:58 smithi189 bash[22590]: cluster 2024-09-11T07:39:57.527988+0000 mgr.smithi082.szoofc (mgr.14190) 429 : cluster [DBG] pgmap v316: 97 pgs: 97 active+clean; 604 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-09-11T07:39:59.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:39:59 smithi082 bash[15107]: audit 2024-09-11T07:39:58.163116+0000 mgr.smithi082.szoofc (mgr.14190) 430 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:39:59.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:39:59 smithi189 bash[22590]: audit 2024-09-11T07:39:58.163116+0000 mgr.smithi082.szoofc (mgr.14190) 430 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:40:00.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:40:00 smithi082 bash[15107]: audit 2024-09-11T07:39:59.491588+0000 mgr.smithi082.szoofc (mgr.14190) 431 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:40:00.403 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:40:00 smithi082 bash[15107]: cluster 2024-09-11T07:39:59.528752+0000 mgr.smithi082.szoofc (mgr.14190) 432 : cluster [DBG] pgmap v317: 97 pgs: 97 active+clean; 604 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-09-11T07:40:00.403 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:40:00 smithi082 bash[15107]: cluster 2024-09-11T07:40:00.000202+0000 mon.smithi082 (mon.0) 964 : cluster [INF] overall HEALTH_OK 2024-09-11T07:40:00.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:40:00 smithi189 bash[22590]: audit 2024-09-11T07:39:59.491588+0000 mgr.smithi082.szoofc (mgr.14190) 431 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:40:00.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:40:00 smithi189 bash[22590]: cluster 2024-09-11T07:39:59.528752+0000 mgr.smithi082.szoofc (mgr.14190) 432 : cluster [DBG] pgmap v317: 97 pgs: 97 active+clean; 604 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-09-11T07:40:00.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:40:00 smithi189 bash[22590]: cluster 2024-09-11T07:40:00.000202+0000 mon.smithi082 (mon.0) 964 : cluster [INF] overall HEALTH_OK 2024-09-11T07:40:01.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:40:01 smithi082 bash[15107]: audit 2024-09-11T07:40:00.439565+0000 mon.smithi082 (mon.0) 965 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:40:01.403 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:40:01 smithi082 bash[15107]: audit 2024-09-11T07:40:00.827262+0000 mgr.smithi082.szoofc (mgr.14190) 433 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:40:01.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:40:01 smithi189 bash[22590]: audit 2024-09-11T07:40:00.439565+0000 mon.smithi082 (mon.0) 965 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:40:01.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:40:01 smithi189 bash[22590]: audit 2024-09-11T07:40:00.827262+0000 mgr.smithi082.szoofc (mgr.14190) 433 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:40:02.868 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:40:02 smithi189 bash[22590]: audit 2024-09-11T07:40:01.524907+0000 mon.smithi082 (mon.0) 966 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:40:02.868 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:40:02 smithi189 bash[22590]: cluster 2024-09-11T07:40:01.529719+0000 mgr.smithi082.szoofc (mgr.14190) 434 : cluster [DBG] pgmap v318: 97 pgs: 97 active+clean; 606 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 1.3 KiB/s wr, 0 op/s 2024-09-11T07:40:02.868 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:40:02 smithi189 bash[22590]: audit 2024-09-11T07:40:01.533693+0000 mon.smithi082 (mon.0) 967 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:40:02.868 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:40:02 smithi189 bash[22590]: audit 2024-09-11T07:40:01.535756+0000 mon.smithi082 (mon.0) 968 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:40:02.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:40:02 smithi082 bash[15107]: audit 2024-09-11T07:40:01.524907+0000 mon.smithi082 (mon.0) 966 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:40:02.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:40:02 smithi082 bash[15107]: cluster 2024-09-11T07:40:01.529719+0000 mgr.smithi082.szoofc (mgr.14190) 434 : cluster [DBG] pgmap v318: 97 pgs: 97 active+clean; 606 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 1.3 KiB/s wr, 0 op/s 2024-09-11T07:40:02.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:40:02 smithi082 bash[15107]: audit 2024-09-11T07:40:01.533693+0000 mon.smithi082 (mon.0) 967 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:40:02.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:40:02 smithi082 bash[15107]: audit 2024-09-11T07:40:01.535756+0000 mon.smithi082 (mon.0) 968 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:40:03.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:40:03 smithi082 bash[15107]: audit 2024-09-11T07:40:02.166755+0000 mgr.smithi082.szoofc (mgr.14190) 435 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:40:03.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:40:03 smithi189 bash[22590]: audit 2024-09-11T07:40:02.166755+0000 mgr.smithi082.szoofc (mgr.14190) 435 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:40:04.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:40:04 smithi082 bash[15107]: audit 2024-09-11T07:40:03.495816+0000 mgr.smithi082.szoofc (mgr.14190) 436 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:40:04.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:40:04 smithi082 bash[15107]: cluster 2024-09-11T07:40:03.530321+0000 mgr.smithi082.szoofc (mgr.14190) 437 : cluster [DBG] pgmap v319: 97 pgs: 97 active+clean; 606 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-09-11T07:40:04.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:40:04 smithi189 bash[22590]: audit 2024-09-11T07:40:03.495816+0000 mgr.smithi082.szoofc (mgr.14190) 436 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:40:04.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:40:04 smithi189 bash[22590]: cluster 2024-09-11T07:40:03.530321+0000 mgr.smithi082.szoofc (mgr.14190) 437 : cluster [DBG] pgmap v319: 97 pgs: 97 active+clean; 606 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-09-11T07:40:05.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:40:05 smithi082 bash[15107]: audit 2024-09-11T07:40:04.835639+0000 mgr.smithi082.szoofc (mgr.14190) 438 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:40:05.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:40:05 smithi189 bash[22590]: audit 2024-09-11T07:40:04.835639+0000 mgr.smithi082.szoofc (mgr.14190) 438 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:40:06.903 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:40:06 smithi082 bash[15107]: cluster 2024-09-11T07:40:05.531269+0000 mgr.smithi082.szoofc (mgr.14190) 439 : cluster [DBG] pgmap v320: 97 pgs: 97 active+clean; 606 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-09-11T07:40:06.903 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:40:06 smithi082 bash[15107]: audit 2024-09-11T07:40:06.539376+0000 mon.smithi082 (mon.0) 969 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:40:06.903 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:40:06 smithi082 bash[15107]: audit 2024-09-11T07:40:06.546970+0000 mon.smithi082 (mon.0) 970 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:40:06.903 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:40:06 smithi082 bash[15107]: audit 2024-09-11T07:40:06.548443+0000 mon.smithi082 (mon.0) 971 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:40:06.903 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:40:06 smithi082 bash[15107]: audit 2024-09-11T07:40:06.549863+0000 mon.smithi082 (mon.0) 972 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:40:06.903 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:40:06 smithi082 bash[15107]: audit 2024-09-11T07:40:06.557123+0000 mon.smithi082 (mon.0) 973 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:40:06.903 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:40:06 smithi082 bash[15107]: audit 2024-09-11T07:40:06.561043+0000 mon.smithi082 (mon.0) 974 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-11T07:40:06.903 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:40:06 smithi082 bash[15107]: audit 2024-09-11T07:40:06.578238+0000 mon.smithi082 (mon.0) 975 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:40:06.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:40:06 smithi189 bash[22590]: cluster 2024-09-11T07:40:05.531269+0000 mgr.smithi082.szoofc (mgr.14190) 439 : cluster [DBG] pgmap v320: 97 pgs: 97 active+clean; 606 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-09-11T07:40:06.914 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:40:06 smithi189 bash[22590]: audit 2024-09-11T07:40:06.539376+0000 mon.smithi082 (mon.0) 969 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:40:06.914 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:40:06 smithi189 bash[22590]: audit 2024-09-11T07:40:06.546970+0000 mon.smithi082 (mon.0) 970 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:40:06.914 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:40:06 smithi189 bash[22590]: audit 2024-09-11T07:40:06.548443+0000 mon.smithi082 (mon.0) 971 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:40:06.914 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:40:06 smithi189 bash[22590]: audit 2024-09-11T07:40:06.549863+0000 mon.smithi082 (mon.0) 972 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:40:06.914 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:40:06 smithi189 bash[22590]: audit 2024-09-11T07:40:06.557123+0000 mon.smithi082 (mon.0) 973 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:40:06.914 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:40:06 smithi189 bash[22590]: audit 2024-09-11T07:40:06.561043+0000 mon.smithi082 (mon.0) 974 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-11T07:40:06.914 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:40:06 smithi189 bash[22590]: audit 2024-09-11T07:40:06.578238+0000 mon.smithi082 (mon.0) 975 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:40:07.552 INFO:teuthology.orchestra.run.smithi082.stdout:haproxy.nfs.foo.smithi189.gfluud smithi189 *:2999,9999 running (5s) 0s ago 2m - - 2.3.17-d1c9119 e85424b0d443 83a0be050057 2024-09-11T07:40:07.903 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:40:07 smithi082 bash[15107]: audit 2024-09-11T07:40:06.173770+0000 mgr.smithi082.szoofc (mgr.14190) 440 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:40:07.914 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:40:07 smithi189 bash[22590]: audit 2024-09-11T07:40:06.173770+0000 mgr.smithi082.szoofc (mgr.14190) 440 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:40:08.307 INFO:teuthology.run_tasks:Running task vip.exec... 2024-09-11T07:40:08.494 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi082.front.sepia.ceph.com 2024-09-11T07:40:08.495 DEBUG:teuthology.orchestra.run.smithi082:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'echo "Check with $(hostname) ganesha(s) down..." 2024-09-11T07:40:08.495 DEBUG:teuthology.orchestra.run.smithi082:> for c in `systemctl | grep ceph- | grep @nfs | awk '"'"'{print $1}'"'"'`; do 2024-09-11T07:40:08.495 DEBUG:teuthology.orchestra.run.smithi082:> cid=`echo $c | sed '"'"'s/@/-/'"'"'` 2024-09-11T07:40:08.495 DEBUG:teuthology.orchestra.run.smithi082:> id=`echo $c | cut -d @ -f 2 | sed '"'"'s/.service$//'"'"'` 2024-09-11T07:40:08.495 DEBUG:teuthology.orchestra.run.smithi082:> fsid=`echo $c | cut -d @ -f 1 | cut -d - -f 2-` 2024-09-11T07:40:08.495 DEBUG:teuthology.orchestra.run.smithi082:> echo "Removing daemon $id fsid $fsid..." 2024-09-11T07:40:08.495 DEBUG:teuthology.orchestra.run.smithi082:> sudo $TESTDIR/cephadm rm-daemon --fsid $fsid --name $id 2024-09-11T07:40:08.495 DEBUG:teuthology.orchestra.run.smithi082:> 2024-09-11T07:40:08.495 DEBUG:teuthology.orchestra.run.smithi082:> echo "Waking up cephadm..." 2024-09-11T07:40:08.495 DEBUG:teuthology.orchestra.run.smithi082:> sudo $TESTDIR/cephadm shell -- ceph orch ps --refresh 2024-09-11T07:40:08.496 DEBUG:teuthology.orchestra.run.smithi082:> 2024-09-11T07:40:08.496 DEBUG:teuthology.orchestra.run.smithi082:> while ! timeout 1 cat /mnt/foo/testfile ; do true ; done 2024-09-11T07:40:08.496 DEBUG:teuthology.orchestra.run.smithi082:> echo "Mount is back!" 2024-09-11T07:40:08.496 DEBUG:teuthology.orchestra.run.smithi082:> done 2024-09-11T07:40:08.496 DEBUG:teuthology.orchestra.run.smithi082:> ' 2024-09-11T07:40:08.511 INFO:teuthology.orchestra.run.smithi082.stderr:++ hostname 2024-09-11T07:40:08.512 INFO:teuthology.orchestra.run.smithi082.stderr:+ echo 'Check with smithi082 ganesha(s) down...' 2024-09-11T07:40:08.512 INFO:teuthology.orchestra.run.smithi082.stdout:Check with smithi082 ganesha(s) down... 2024-09-11T07:40:08.513 INFO:teuthology.orchestra.run.smithi082.stderr:++ systemctl 2024-09-11T07:40:08.513 INFO:teuthology.orchestra.run.smithi082.stderr:++ grep ceph- 2024-09-11T07:40:08.513 INFO:teuthology.orchestra.run.smithi082.stderr:++ grep @nfs 2024-09-11T07:40:08.514 INFO:teuthology.orchestra.run.smithi082.stderr:++ awk '{print $1}' 2024-09-11T07:40:08.524 INFO:teuthology.orchestra.run.smithi082.stderr:+ for c in `systemctl | grep ceph- | grep @nfs | awk '{print $1}'` 2024-09-11T07:40:08.525 INFO:teuthology.orchestra.run.smithi082.stderr:++ echo ceph-f0bd109a-700e-11ef-bcea-c7b262605968@nfs.foo.0.0.smithi082.phfxvp.service 2024-09-11T07:40:08.525 INFO:teuthology.orchestra.run.smithi082.stderr:++ sed s/@/-/ 2024-09-11T07:40:08.527 INFO:teuthology.orchestra.run.smithi082.stderr:+ cid=ceph-f0bd109a-700e-11ef-bcea-c7b262605968-nfs.foo.0.0.smithi082.phfxvp.service 2024-09-11T07:40:08.528 INFO:teuthology.orchestra.run.smithi082.stderr:++ echo ceph-f0bd109a-700e-11ef-bcea-c7b262605968@nfs.foo.0.0.smithi082.phfxvp.service 2024-09-11T07:40:08.528 INFO:teuthology.orchestra.run.smithi082.stderr:++ cut -d @ -f 2 2024-09-11T07:40:08.528 INFO:teuthology.orchestra.run.smithi082.stderr:++ sed 's/.service$//' 2024-09-11T07:40:08.530 INFO:teuthology.orchestra.run.smithi082.stderr:+ id=nfs.foo.0.0.smithi082.phfxvp 2024-09-11T07:40:08.531 INFO:teuthology.orchestra.run.smithi082.stderr:++ echo ceph-f0bd109a-700e-11ef-bcea-c7b262605968@nfs.foo.0.0.smithi082.phfxvp.service 2024-09-11T07:40:08.531 INFO:teuthology.orchestra.run.smithi082.stderr:++ cut -d @ -f 1 2024-09-11T07:40:08.531 INFO:teuthology.orchestra.run.smithi082.stderr:++ cut -d - -f 2- 2024-09-11T07:40:08.533 INFO:teuthology.orchestra.run.smithi082.stderr:+ fsid=f0bd109a-700e-11ef-bcea-c7b262605968 2024-09-11T07:40:08.533 INFO:teuthology.orchestra.run.smithi082.stderr:+ echo 'Removing daemon nfs.foo.0.0.smithi082.phfxvp fsid f0bd109a-700e-11ef-bcea-c7b262605968...' 2024-09-11T07:40:08.533 INFO:teuthology.orchestra.run.smithi082.stdout:Removing daemon nfs.foo.0.0.smithi082.phfxvp fsid f0bd109a-700e-11ef-bcea-c7b262605968... 2024-09-11T07:40:08.534 INFO:teuthology.orchestra.run.smithi082.stderr:+ sudo /home/ubuntu/cephtest/cephadm rm-daemon --fsid f0bd109a-700e-11ef-bcea-c7b262605968 --name nfs.foo.0.0.smithi082.phfxvp 2024-09-11T07:40:08.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:40:08 smithi082 bash[15107]: audit 2024-09-11T07:40:07.510333+0000 mgr.smithi082.szoofc (mgr.14190) 441 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:40:08.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:40:08 smithi082 bash[15107]: cluster 2024-09-11T07:40:07.531922+0000 mgr.smithi082.szoofc (mgr.14190) 442 : cluster [DBG] pgmap v321: 97 pgs: 97 active+clean; 606 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2024-09-11T07:40:08.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:40:08 smithi189 bash[22590]: audit 2024-09-11T07:40:07.510333+0000 mgr.smithi082.szoofc (mgr.14190) 441 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:40:08.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:40:08 smithi189 bash[22590]: cluster 2024-09-11T07:40:07.531922+0000 mgr.smithi082.szoofc (mgr.14190) 442 : cluster [DBG] pgmap v321: 97 pgs: 97 active+clean; 606 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2024-09-11T07:40:10.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:40:10 smithi082 bash[15107]: cluster 2024-09-11T07:40:09.532777+0000 mgr.smithi082.szoofc (mgr.14190) 443 : cluster [DBG] pgmap v322: 97 pgs: 97 active+clean; 606 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T07:40:10.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:40:10 smithi189 bash[22590]: cluster 2024-09-11T07:40:09.532777+0000 mgr.smithi082.szoofc (mgr.14190) 443 : cluster [DBG] pgmap v322: 97 pgs: 97 active+clean; 606 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T07:40:12.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:40:12 smithi082 bash[15107]: cluster 2024-09-11T07:40:11.533759+0000 mgr.smithi082.szoofc (mgr.14190) 444 : cluster [DBG] pgmap v323: 97 pgs: 97 active+clean; 606 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T07:40:12.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:40:12 smithi189 bash[22590]: cluster 2024-09-11T07:40:11.533759+0000 mgr.smithi082.szoofc (mgr.14190) 444 : cluster [DBG] pgmap v323: 97 pgs: 97 active+clean; 606 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T07:40:14.757 INFO:teuthology.orchestra.run.smithi082.stderr:+ echo 'Waking up cephadm...' 2024-09-11T07:40:14.758 INFO:teuthology.orchestra.run.smithi082.stdout:Waking up cephadm... 2024-09-11T07:40:14.758 INFO:teuthology.orchestra.run.smithi082.stderr:+ sudo /home/ubuntu/cephtest/cephadm shell -- ceph orch ps --refresh 2024-09-11T07:40:14.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:40:14 smithi082 bash[15107]: cluster 2024-09-11T07:40:13.534620+0000 mgr.smithi082.szoofc (mgr.14190) 445 : cluster [DBG] pgmap v324: 97 pgs: 97 active+clean; 606 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 B/s wr, 0 op/s 2024-09-11T07:40:14.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:40:14 smithi189 bash[22590]: cluster 2024-09-11T07:40:13.534620+0000 mgr.smithi082.szoofc (mgr.14190) 445 : cluster [DBG] pgmap v324: 97 pgs: 97 active+clean; 606 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 B/s wr, 0 op/s 2024-09-11T07:40:15.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:40:15 smithi082 bash[15107]: audit 2024-09-11T07:40:15.439946+0000 mon.smithi082 (mon.0) 976 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:40:15.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:40:15 smithi189 bash[22590]: audit 2024-09-11T07:40:15.439946+0000 mon.smithi082 (mon.0) 976 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:40:16.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:40:16 smithi082 bash[15107]: cluster 2024-09-11T07:40:15.535685+0000 mgr.smithi082.szoofc (mgr.14190) 446 : cluster [DBG] pgmap v325: 97 pgs: 97 active+clean; 606 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T07:40:16.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:40:16 smithi189 bash[22590]: cluster 2024-09-11T07:40:15.535685+0000 mgr.smithi082.szoofc (mgr.14190) 446 : cluster [DBG] pgmap v325: 97 pgs: 97 active+clean; 606 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T07:40:18.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:40:18 smithi082 bash[15107]: cluster 2024-09-11T07:40:17.536348+0000 mgr.smithi082.szoofc (mgr.14190) 447 : cluster [DBG] pgmap v326: 97 pgs: 97 active+clean; 606 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 426 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T07:40:18.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:40:18 smithi189 bash[22590]: cluster 2024-09-11T07:40:17.536348+0000 mgr.smithi082.szoofc (mgr.14190) 447 : cluster [DBG] pgmap v326: 97 pgs: 97 active+clean; 606 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 426 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T07:40:19.546 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring fsid f0bd109a-700e-11ef-bcea-c7b262605968 2024-09-11T07:40:20.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:40:20 smithi082 bash[15107]: cluster 2024-09-11T07:40:19.537191+0000 mgr.smithi082.szoofc (mgr.14190) 448 : cluster [DBG] pgmap v327: 97 pgs: 97 active+clean; 606 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 426 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T07:40:20.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:40:20 smithi189 bash[22590]: cluster 2024-09-11T07:40:19.537191+0000 mgr.smithi082.szoofc (mgr.14190) 448 : cluster [DBG] pgmap v327: 97 pgs: 97 active+clean; 606 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 426 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T07:40:22.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:40:22 smithi082 bash[15107]: cluster 2024-09-11T07:40:21.538112+0000 mgr.smithi082.szoofc (mgr.14190) 449 : cluster [DBG] pgmap v328: 97 pgs: 97 active+clean; 606 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 426 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T07:40:22.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:40:22 smithi189 bash[22590]: cluster 2024-09-11T07:40:21.538112+0000 mgr.smithi082.szoofc (mgr.14190) 449 : cluster [DBG] pgmap v328: 97 pgs: 97 active+clean; 606 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 426 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T07:40:23.641 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/mon.smithi082/config 2024-09-11T07:40:24.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:40:24 smithi082 bash[15107]: cluster 2024-09-11T07:40:23.539063+0000 mgr.smithi082.szoofc (mgr.14190) 450 : cluster [DBG] pgmap v329: 97 pgs: 97 active+clean; 606 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 426 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T07:40:24.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:40:24 smithi189 bash[22590]: cluster 2024-09-11T07:40:23.539063+0000 mgr.smithi082.szoofc (mgr.14190) 450 : cluster [DBG] pgmap v329: 97 pgs: 97 active+clean; 606 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 426 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T07:40:26.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:40:26 smithi082 bash[15107]: cluster 2024-09-11T07:40:25.540050+0000 mgr.smithi082.szoofc (mgr.14190) 451 : cluster [DBG] pgmap v330: 97 pgs: 97 active+clean; 606 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T07:40:26.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:40:26 smithi189 bash[22590]: cluster 2024-09-11T07:40:25.540050+0000 mgr.smithi082.szoofc (mgr.14190) 451 : cluster [DBG] pgmap v330: 97 pgs: 97 active+clean; 606 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T07:40:27.755 INFO:teuthology.orchestra.run.smithi082.stderr:Using ceph image with id '4a918172a497' and tag 'd0e6828a2016d48cf25ad84064e50742bb1c39b9' created on 2024-09-10 22:45:32 +0000 UTC 2024-09-11T07:40:27.756 INFO:teuthology.orchestra.run.smithi082.stderr:quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40 2024-09-11T07:40:28.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:40:28 smithi189 bash[22590]: cluster 2024-09-11T07:40:27.541032+0000 mgr.smithi082.szoofc (mgr.14190) 452 : cluster [DBG] pgmap v331: 97 pgs: 97 active+clean; 606 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T07:40:29.056 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:40:28 smithi082 bash[15107]: cluster 2024-09-11T07:40:27.541032+0000 mgr.smithi082.szoofc (mgr.14190) 452 : cluster [DBG] pgmap v331: 97 pgs: 97 active+clean; 606 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T07:40:30.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:40:30 smithi189 bash[22590]: cluster 2024-09-11T07:40:29.541832+0000 mgr.smithi082.szoofc (mgr.14190) 453 : cluster [DBG] pgmap v332: 97 pgs: 97 active+clean; 606 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:40:30.914 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:40:30 smithi189 bash[22590]: audit 2024-09-11T07:40:30.439211+0000 mon.smithi082 (mon.0) 977 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:40:31.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:40:30 smithi082 bash[15107]: cluster 2024-09-11T07:40:29.541832+0000 mgr.smithi082.szoofc (mgr.14190) 453 : cluster [DBG] pgmap v332: 97 pgs: 97 active+clean; 606 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:40:31.153 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:40:30 smithi082 bash[15107]: audit 2024-09-11T07:40:30.439211+0000 mon.smithi082 (mon.0) 977 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:40:31.588 INFO:teuthology.orchestra.run.smithi082.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T07:40:31.588 INFO:teuthology.orchestra.run.smithi082.stdout:alertmanager.smithi082 smithi082 *:9093,9094 running (8m) 39s ago 10m 13.5M - 0.25.0 c8568f914cd2 461d164bfc63 2024-09-11T07:40:31.588 INFO:teuthology.orchestra.run.smithi082.stdout:crash.smithi082 smithi082 running (10m) 39s ago 10m 7212k - 17.2.7-1623-gd0e6828a 4a918172a497 8d086e1d32c3 2024-09-11T07:40:31.588 INFO:teuthology.orchestra.run.smithi082.stdout:crash.smithi189 smithi189 running (9m) 25s ago 9m 7224k - 17.2.7-1623-gd0e6828a 4a918172a497 9ccdb887c229 2024-09-11T07:40:31.589 INFO:teuthology.orchestra.run.smithi082.stdout:grafana.smithi082 smithi082 *:3000 running (8m) 39s ago 10m 75.9M - 9.4.7 954c08fa6188 195ec9b6d2c0 2024-09-11T07:40:31.589 INFO:teuthology.orchestra.run.smithi082.stdout:haproxy.nfs.foo.smithi082.liehac smithi082 *:2999,9999 running (66s) 39s ago 2m 4987k - 2.3.17-d1c9119 e85424b0d443 1fa36df11930 2024-09-11T07:40:31.589 INFO:teuthology.orchestra.run.smithi082.stdout:haproxy.nfs.foo.smithi189.gfluud smithi189 *:2999,9999 running (30s) 25s ago 2m - - 2.3.17-d1c9119 e85424b0d443 83a0be050057 2024-09-11T07:40:31.589 INFO:teuthology.orchestra.run.smithi082.stdout:keepalived.nfs.foo.smithi082.gbcbys smithi082 running (2m) 39s ago 2m 2287k - 2.1.5 9f7bdb4a87fd 85062981a1f0 2024-09-11T07:40:31.589 INFO:teuthology.orchestra.run.smithi082.stdout:keepalived.nfs.foo.smithi189.puxxmo smithi189 running (2m) 25s ago 2m 2304k - 2.1.5 9f7bdb4a87fd 40dace17df92 2024-09-11T07:40:31.589 INFO:teuthology.orchestra.run.smithi082.stdout:mds.foofs.smithi082.lyxbuq smithi082 running (3m) 39s ago 3m 14.0M - 17.2.7-1623-gd0e6828a 4a918172a497 39e78627c9f2 2024-09-11T07:40:31.589 INFO:teuthology.orchestra.run.smithi082.stdout:mds.foofs.smithi189.jhdvqb smithi189 running (3m) 25s ago 3m 12.0M - 17.2.7-1623-gd0e6828a 4a918172a497 6e765bf196e2 2024-09-11T07:40:31.589 INFO:teuthology.orchestra.run.smithi082.stdout:mgr.smithi082.szoofc smithi082 *:9283,8765,8443 running (12m) 39s ago 12m 455M - 17.2.7-1623-gd0e6828a 4a918172a497 a05c5a58504c 2024-09-11T07:40:31.589 INFO:teuthology.orchestra.run.smithi082.stdout:mgr.smithi189.skbamy smithi189 *:8443,9283 running (9m) 25s ago 9m 390M - 17.2.7-1623-gd0e6828a 4a918172a497 9875a7749902 2024-09-11T07:40:31.589 INFO:teuthology.orchestra.run.smithi082.stdout:mon.smithi082 smithi082 running (12m) 39s ago 12m 48.5M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 7c9272300bec 2024-09-11T07:40:31.589 INFO:teuthology.orchestra.run.smithi082.stdout:mon.smithi189 smithi189 running (9m) 25s ago 9m 34.7M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 d86a2aae6ae2 2024-09-11T07:40:31.589 INFO:teuthology.orchestra.run.smithi082.stdout:nfs.foo.0.0.smithi082.phfxvp smithi082 *:12999 running (2m) 39s ago 2m 41.5M - 5.9 4a918172a497 e008c10b12e5 2024-09-11T07:40:31.590 INFO:teuthology.orchestra.run.smithi082.stdout:node-exporter.smithi082 smithi082 *:9100 running (10m) 39s ago 10m 8680k - 1.5.0 0da6a335fe13 300973cbf8e9 2024-09-11T07:40:31.590 INFO:teuthology.orchestra.run.smithi082.stdout:node-exporter.smithi189 smithi189 *:9100 running (9m) 25s ago 9m 8219k - 1.5.0 0da6a335fe13 64776199502c 2024-09-11T07:40:31.590 INFO:teuthology.orchestra.run.smithi082.stdout:osd.0 smithi189 running (7m) 25s ago 7m 47.1M 4028M 17.2.7-1623-gd0e6828a 4a918172a497 7860517c6a26 2024-09-11T07:40:31.590 INFO:teuthology.orchestra.run.smithi082.stdout:osd.1 smithi082 running (7m) 39s ago 7m 44.5M 3260M 17.2.7-1623-gd0e6828a 4a918172a497 4462716f8763 2024-09-11T07:40:31.590 INFO:teuthology.orchestra.run.smithi082.stdout:osd.2 smithi189 running (7m) 25s ago 7m 43.4M 4028M 17.2.7-1623-gd0e6828a 4a918172a497 b1b72fb80550 2024-09-11T07:40:31.590 INFO:teuthology.orchestra.run.smithi082.stdout:osd.3 smithi082 running (7m) 39s ago 7m 42.2M 3260M 17.2.7-1623-gd0e6828a 4a918172a497 44b488015eb1 2024-09-11T07:40:31.590 INFO:teuthology.orchestra.run.smithi082.stdout:osd.4 smithi189 running (7m) 25s ago 7m 41.0M 4028M 17.2.7-1623-gd0e6828a 4a918172a497 8c105e5b226e 2024-09-11T07:40:31.590 INFO:teuthology.orchestra.run.smithi082.stdout:osd.5 smithi082 running (7m) 39s ago 7m 41.4M 3260M 17.2.7-1623-gd0e6828a 4a918172a497 5a9975888fde 2024-09-11T07:40:31.590 INFO:teuthology.orchestra.run.smithi082.stdout:osd.6 smithi189 running (7m) 25s ago 7m 42.4M 4028M 17.2.7-1623-gd0e6828a 4a918172a497 d381fec68b81 2024-09-11T07:40:31.590 INFO:teuthology.orchestra.run.smithi082.stdout:osd.7 smithi082 running (7m) 39s ago 7m 42.7M 3260M 17.2.7-1623-gd0e6828a 4a918172a497 8e0ac6a83a63 2024-09-11T07:40:31.590 INFO:teuthology.orchestra.run.smithi082.stdout:prometheus.smithi082 smithi082 *:9095 running (2m) 39s ago 9m 47.2M - 2.43.0 a07b618ecd1d 7bb9a3016361 2024-09-11T07:40:31.896 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:40:31 smithi082 bash[15107]: audit 2024-09-11T07:40:31.563318+0000 mon.smithi082 (mon.0) 978 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:40:32.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:40:31 smithi189 bash[22590]: audit 2024-09-11T07:40:31.563318+0000 mon.smithi082 (mon.0) 978 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:40:32.446 INFO:teuthology.orchestra.run.smithi082.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-11T07:40:32.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:40:32 smithi082 bash[15107]: cluster 2024-09-11T07:40:31.542677+0000 mgr.smithi082.szoofc (mgr.14190) 454 : cluster [DBG] pgmap v333: 97 pgs: 97 active+clean; 606 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:40:32.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:40:32 smithi082 bash[15107]: audit 2024-09-11T07:40:31.559666+0000 mgr.smithi082.szoofc (mgr.14190) 455 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:40:33.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:40:32 smithi189 bash[22590]: cluster 2024-09-11T07:40:31.542677+0000 mgr.smithi082.szoofc (mgr.14190) 454 : cluster [DBG] pgmap v333: 97 pgs: 97 active+clean; 606 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:40:33.164 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:40:32 smithi189 bash[22590]: audit 2024-09-11T07:40:31.559666+0000 mgr.smithi082.szoofc (mgr.14190) 455 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:40:33.448 INFO:teuthology.orchestra.run.smithi082.stderr:+ true 2024-09-11T07:40:33.448 INFO:teuthology.orchestra.run.smithi082.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-11T07:40:34.450 INFO:teuthology.orchestra.run.smithi082.stderr:+ true 2024-09-11T07:40:34.451 INFO:teuthology.orchestra.run.smithi082.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-11T07:40:35.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:40:34 smithi082 bash[15107]: cluster 2024-09-11T07:40:33.543287+0000 mgr.smithi082.szoofc (mgr.14190) 456 : cluster [DBG] pgmap v334: 97 pgs: 97 active+clean; 606 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:40:35.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:40:34 smithi189 bash[22590]: cluster 2024-09-11T07:40:33.543287+0000 mgr.smithi082.szoofc (mgr.14190) 456 : cluster [DBG] pgmap v334: 97 pgs: 97 active+clean; 606 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:40:35.453 INFO:teuthology.orchestra.run.smithi082.stderr:+ true 2024-09-11T07:40:35.453 INFO:teuthology.orchestra.run.smithi082.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-11T07:40:36.455 INFO:teuthology.orchestra.run.smithi082.stderr:+ true 2024-09-11T07:40:36.455 INFO:teuthology.orchestra.run.smithi082.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-11T07:40:37.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:40:36 smithi082 bash[15107]: cluster 2024-09-11T07:40:35.544235+0000 mgr.smithi082.szoofc (mgr.14190) 457 : cluster [DBG] pgmap v335: 97 pgs: 97 active+clean; 606 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:40:37.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:40:36 smithi189 bash[22590]: cluster 2024-09-11T07:40:35.544235+0000 mgr.smithi082.szoofc (mgr.14190) 457 : cluster [DBG] pgmap v335: 97 pgs: 97 active+clean; 606 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:40:37.456 INFO:teuthology.orchestra.run.smithi082.stderr:+ true 2024-09-11T07:40:37.457 INFO:teuthology.orchestra.run.smithi082.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-11T07:40:38.458 INFO:teuthology.orchestra.run.smithi082.stderr:+ true 2024-09-11T07:40:38.458 INFO:teuthology.orchestra.run.smithi082.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-11T07:40:38.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:40:38 smithi082 bash[15107]: audit 2024-09-11T07:40:37.357062+0000 mon.smithi082 (mon.0) 979 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:40:38.653 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:40:38 smithi082 bash[15107]: audit 2024-09-11T07:40:37.365353+0000 mon.smithi082 (mon.0) 980 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:40:38.653 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:40:38 smithi082 bash[15107]: cluster 2024-09-11T07:40:37.544918+0000 mgr.smithi082.szoofc (mgr.14190) 458 : cluster [DBG] pgmap v336: 97 pgs: 97 active+clean; 606 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:40:38.653 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:40:38 smithi082 bash[15107]: audit 2024-09-11T07:40:38.050483+0000 mon.smithi082 (mon.0) 981 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:40:38.653 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:40:38 smithi082 bash[15107]: audit 2024-09-11T07:40:38.057897+0000 mon.smithi082 (mon.0) 982 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:40:38.663 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:40:38 smithi189 bash[22590]: audit 2024-09-11T07:40:37.357062+0000 mon.smithi082 (mon.0) 979 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:40:38.663 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:40:38 smithi189 bash[22590]: audit 2024-09-11T07:40:37.365353+0000 mon.smithi082 (mon.0) 980 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:40:38.664 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:40:38 smithi189 bash[22590]: cluster 2024-09-11T07:40:37.544918+0000 mgr.smithi082.szoofc (mgr.14190) 458 : cluster [DBG] pgmap v336: 97 pgs: 97 active+clean; 606 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:40:38.664 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:40:38 smithi189 bash[22590]: audit 2024-09-11T07:40:38.050483+0000 mon.smithi082 (mon.0) 981 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:40:38.664 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:40:38 smithi189 bash[22590]: audit 2024-09-11T07:40:38.057897+0000 mon.smithi082 (mon.0) 982 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:40:39.459 INFO:teuthology.orchestra.run.smithi082.stderr:+ true 2024-09-11T07:40:39.460 INFO:teuthology.orchestra.run.smithi082.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-11T07:40:39.653 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:40:39 smithi082 bash[15107]: audit 2024-09-11T07:40:38.445827+0000 mon.smithi082 (mon.0) 983 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:40:39.653 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:40:39 smithi082 bash[15107]: audit 2024-09-11T07:40:38.447319+0000 mon.smithi082 (mon.0) 984 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:40:39.653 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:40:39 smithi082 bash[15107]: audit 2024-09-11T07:40:38.457096+0000 mon.smithi082 (mon.0) 985 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:40:39.653 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:40:39 smithi082 bash[15107]: audit 2024-09-11T07:40:38.461944+0000 mon.smithi082 (mon.0) 986 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-11T07:40:39.653 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:40:39 smithi082 bash[15107]: audit 2024-09-11T07:40:38.484918+0000 mon.smithi082 (mon.0) 987 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:40:39.653 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:40:39 smithi082 bash[15107]: cephadm 2024-09-11T07:40:38.485467+0000 mgr.smithi082.szoofc (mgr.14190) 459 : cephadm [INF] Fencing old nfs.foo.0.0.smithi082.phfxvp 2024-09-11T07:40:39.653 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:40:39 smithi082 bash[15107]: audit 2024-09-11T07:40:38.485777+0000 mon.smithi082 (mon.0) 988 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi082.phfxvp"}]: dispatch 2024-09-11T07:40:39.654 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:40:39 smithi082 bash[15107]: audit 2024-09-11T07:40:38.491403+0000 mon.smithi082 (mon.0) 989 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi082.phfxvp"}]': finished 2024-09-11T07:40:39.654 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:40:39 smithi082 bash[15107]: audit 2024-09-11T07:40:38.495904+0000 mon.smithi082 (mon.0) 990 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:40:39.654 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:40:39 smithi082 bash[15107]: cephadm 2024-09-11T07:40:38.496465+0000 mgr.smithi082.szoofc (mgr.14190) 460 : cephadm [INF] Creating key for client.nfs.foo.0.1.smithi082.bwzyto 2024-09-11T07:40:39.654 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:40:39 smithi082 bash[15107]: audit 2024-09-11T07:40:38.496885+0000 mon.smithi082 (mon.0) 991 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi082.bwzyto", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-09-11T07:40:39.654 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:40:39 smithi082 bash[15107]: audit 2024-09-11T07:40:38.502284+0000 mon.smithi082 (mon.0) 992 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi082.bwzyto", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-09-11T07:40:39.654 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:40:39 smithi082 bash[15107]: cephadm 2024-09-11T07:40:38.503183+0000 mgr.smithi082.szoofc (mgr.14190) 461 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-09-11T07:40:39.654 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:40:39 smithi082 bash[15107]: audit 2024-09-11T07:40:38.503561+0000 mon.smithi082 (mon.0) 993 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-09-11T07:40:39.654 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:40:39 smithi082 bash[15107]: audit 2024-09-11T07:40:38.508024+0000 mon.smithi082 (mon.0) 994 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-09-11T07:40:39.654 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:40:39 smithi082 bash[15107]: audit 2024-09-11T07:40:38.509652+0000 mon.smithi082 (mon.0) 995 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:40:39.654 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:40:39 smithi082 bash[15107]: audit 2024-09-11T07:40:38.572202+0000 mon.smithi082 (mon.0) 996 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-09-11T07:40:39.654 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:40:39 smithi082 bash[15107]: audit 2024-09-11T07:40:38.578572+0000 mon.smithi082 (mon.0) 997 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-09-11T07:40:39.654 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:40:39 smithi082 bash[15107]: cephadm 2024-09-11T07:40:38.651713+0000 mgr.smithi082.szoofc (mgr.14190) 462 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-09-11T07:40:39.654 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:40:39 smithi082 bash[15107]: cephadm 2024-09-11T07:40:38.651894+0000 mgr.smithi082.szoofc (mgr.14190) 463 : cephadm [INF] Creating key for client.nfs.foo.0.1.smithi082.bwzyto-rgw 2024-09-11T07:40:39.654 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:40:39 smithi082 bash[15107]: audit 2024-09-11T07:40:38.652526+0000 mon.smithi082 (mon.0) 998 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi082.bwzyto-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-11T07:40:39.655 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:40:39 smithi082 bash[15107]: audit 2024-09-11T07:40:38.659961+0000 mon.smithi082 (mon.0) 999 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi082.bwzyto-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-11T07:40:39.655 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:40:39 smithi082 bash[15107]: cephadm 2024-09-11T07:40:38.661463+0000 mgr.smithi082.szoofc (mgr.14190) 464 : cephadm [WRN] Bind address in nfs.foo.0.1.smithi082.bwzyto's ganesha conf is defaulting to empty 2024-09-11T07:40:39.655 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:40:39 smithi082 bash[15107]: audit 2024-09-11T07:40:38.662743+0000 mon.smithi082 (mon.0) 1000 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:40:39.655 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:40:39 smithi082 bash[15107]: cephadm 2024-09-11T07:40:38.665093+0000 mgr.smithi082.szoofc (mgr.14190) 465 : cephadm [INF] Deploying daemon nfs.foo.0.1.smithi082.bwzyto on smithi082 2024-09-11T07:40:39.664 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:40:39 smithi189 bash[22590]: audit 2024-09-11T07:40:38.445827+0000 mon.smithi082 (mon.0) 983 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:40:39.664 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:40:39 smithi189 bash[22590]: audit 2024-09-11T07:40:38.447319+0000 mon.smithi082 (mon.0) 984 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:40:39.664 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:40:39 smithi189 bash[22590]: audit 2024-09-11T07:40:38.457096+0000 mon.smithi082 (mon.0) 985 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:40:39.664 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:40:39 smithi189 bash[22590]: audit 2024-09-11T07:40:38.461944+0000 mon.smithi082 (mon.0) 986 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-11T07:40:39.664 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:40:39 smithi189 bash[22590]: audit 2024-09-11T07:40:38.484918+0000 mon.smithi082 (mon.0) 987 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:40:39.664 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:40:39 smithi189 bash[22590]: cephadm 2024-09-11T07:40:38.485467+0000 mgr.smithi082.szoofc (mgr.14190) 459 : cephadm [INF] Fencing old nfs.foo.0.0.smithi082.phfxvp 2024-09-11T07:40:39.664 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:40:39 smithi189 bash[22590]: audit 2024-09-11T07:40:38.485777+0000 mon.smithi082 (mon.0) 988 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi082.phfxvp"}]: dispatch 2024-09-11T07:40:39.664 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:40:39 smithi189 bash[22590]: audit 2024-09-11T07:40:38.491403+0000 mon.smithi082 (mon.0) 989 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi082.phfxvp"}]': finished 2024-09-11T07:40:39.664 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:40:39 smithi189 bash[22590]: audit 2024-09-11T07:40:38.495904+0000 mon.smithi082 (mon.0) 990 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:40:39.664 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:40:39 smithi189 bash[22590]: cephadm 2024-09-11T07:40:38.496465+0000 mgr.smithi082.szoofc (mgr.14190) 460 : cephadm [INF] Creating key for client.nfs.foo.0.1.smithi082.bwzyto 2024-09-11T07:40:39.665 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:40:39 smithi189 bash[22590]: audit 2024-09-11T07:40:38.496885+0000 mon.smithi082 (mon.0) 991 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi082.bwzyto", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-09-11T07:40:39.665 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:40:39 smithi189 bash[22590]: audit 2024-09-11T07:40:38.502284+0000 mon.smithi082 (mon.0) 992 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi082.bwzyto", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-09-11T07:40:39.665 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:40:39 smithi189 bash[22590]: cephadm 2024-09-11T07:40:38.503183+0000 mgr.smithi082.szoofc (mgr.14190) 461 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-09-11T07:40:39.665 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:40:39 smithi189 bash[22590]: audit 2024-09-11T07:40:38.503561+0000 mon.smithi082 (mon.0) 993 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-09-11T07:40:39.665 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:40:39 smithi189 bash[22590]: audit 2024-09-11T07:40:38.508024+0000 mon.smithi082 (mon.0) 994 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-09-11T07:40:39.665 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:40:39 smithi189 bash[22590]: audit 2024-09-11T07:40:38.509652+0000 mon.smithi082 (mon.0) 995 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:40:39.665 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:40:39 smithi189 bash[22590]: audit 2024-09-11T07:40:38.572202+0000 mon.smithi082 (mon.0) 996 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-09-11T07:40:39.665 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:40:39 smithi189 bash[22590]: audit 2024-09-11T07:40:38.578572+0000 mon.smithi082 (mon.0) 997 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-09-11T07:40:39.665 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:40:39 smithi189 bash[22590]: cephadm 2024-09-11T07:40:38.651713+0000 mgr.smithi082.szoofc (mgr.14190) 462 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-09-11T07:40:39.665 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:40:39 smithi189 bash[22590]: cephadm 2024-09-11T07:40:38.651894+0000 mgr.smithi082.szoofc (mgr.14190) 463 : cephadm [INF] Creating key for client.nfs.foo.0.1.smithi082.bwzyto-rgw 2024-09-11T07:40:39.665 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:40:39 smithi189 bash[22590]: audit 2024-09-11T07:40:38.652526+0000 mon.smithi082 (mon.0) 998 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi082.bwzyto-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-11T07:40:39.665 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:40:39 smithi189 bash[22590]: audit 2024-09-11T07:40:38.659961+0000 mon.smithi082 (mon.0) 999 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi082.bwzyto-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-11T07:40:39.665 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:40:39 smithi189 bash[22590]: cephadm 2024-09-11T07:40:38.661463+0000 mgr.smithi082.szoofc (mgr.14190) 464 : cephadm [WRN] Bind address in nfs.foo.0.1.smithi082.bwzyto's ganesha conf is defaulting to empty 2024-09-11T07:40:39.665 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:40:39 smithi189 bash[22590]: audit 2024-09-11T07:40:38.662743+0000 mon.smithi082 (mon.0) 1000 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:40:39.666 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:40:39 smithi189 bash[22590]: cephadm 2024-09-11T07:40:38.665093+0000 mgr.smithi082.szoofc (mgr.14190) 465 : cephadm [INF] Deploying daemon nfs.foo.0.1.smithi082.bwzyto on smithi082 2024-09-11T07:40:40.462 INFO:teuthology.orchestra.run.smithi082.stderr:+ true 2024-09-11T07:40:40.462 INFO:teuthology.orchestra.run.smithi082.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-11T07:40:40.652 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:40:40 smithi082 bash[15107]: cluster 2024-09-11T07:40:39.545559+0000 mgr.smithi082.szoofc (mgr.14190) 466 : cluster [DBG] pgmap v337: 97 pgs: 97 active+clean; 606 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:40:40.663 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:40:40 smithi189 bash[22590]: cluster 2024-09-11T07:40:39.545559+0000 mgr.smithi082.szoofc (mgr.14190) 466 : cluster [DBG] pgmap v337: 97 pgs: 97 active+clean; 606 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:40:41.463 INFO:teuthology.orchestra.run.smithi082.stderr:+ true 2024-09-11T07:40:41.463 INFO:teuthology.orchestra.run.smithi082.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-11T07:40:42.466 INFO:teuthology.orchestra.run.smithi082.stderr:+ true 2024-09-11T07:40:42.466 INFO:teuthology.orchestra.run.smithi082.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-11T07:40:43.195 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:40:42 smithi082 bash[15107]: cluster 2024-09-11T07:40:41.546175+0000 mgr.smithi082.szoofc (mgr.14190) 467 : cluster [DBG] pgmap v338: 97 pgs: 97 active+clean; 606 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T07:40:43.195 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:40:42 smithi082 bash[15107]: audit 2024-09-11T07:40:41.943202+0000 mon.smithi082 (mon.0) 1001 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:40:43.195 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:40:42 smithi082 bash[15107]: audit 2024-09-11T07:40:41.952356+0000 mon.smithi082 (mon.0) 1002 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:40:43.196 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:40:42 smithi082 bash[15107]: audit 2024-09-11T07:40:41.958357+0000 mon.smithi082 (mon.0) 1003 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:40:43.196 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:40:42 smithi082 bash[15107]: audit 2024-09-11T07:40:41.965048+0000 mon.smithi082 (mon.0) 1004 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:40:43.196 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:40:42 smithi082 bash[15107]: audit 2024-09-11T07:40:42.004751+0000 mon.smithi082 (mon.0) 1005 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:40:43.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:40:42 smithi189 bash[22590]: cluster 2024-09-11T07:40:41.546175+0000 mgr.smithi082.szoofc (mgr.14190) 467 : cluster [DBG] pgmap v338: 97 pgs: 97 active+clean; 606 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T07:40:43.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:40:42 smithi189 bash[22590]: audit 2024-09-11T07:40:41.943202+0000 mon.smithi082 (mon.0) 1001 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:40:43.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:40:42 smithi189 bash[22590]: audit 2024-09-11T07:40:41.952356+0000 mon.smithi082 (mon.0) 1002 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:40:43.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:40:42 smithi189 bash[22590]: audit 2024-09-11T07:40:41.958357+0000 mon.smithi082 (mon.0) 1003 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:40:43.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:40:42 smithi189 bash[22590]: audit 2024-09-11T07:40:41.965048+0000 mon.smithi082 (mon.0) 1004 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:40:43.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:40:42 smithi189 bash[22590]: audit 2024-09-11T07:40:42.004751+0000 mon.smithi082 (mon.0) 1005 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:40:43.468 INFO:teuthology.orchestra.run.smithi082.stderr:+ true 2024-09-11T07:40:43.468 INFO:teuthology.orchestra.run.smithi082.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-11T07:40:44.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:40:43 smithi082 bash[15107]: audit 2024-09-11T07:40:43.454470+0000 mon.smithi082 (mon.0) 1006 : audit [INF] from='mds.? [v2:172.21.15.82:6834/467976506,v1:172.21.15.82:6835/467976506]' entity='mds.foofs.smithi082.lyxbuq' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.82:0/453166957"}]: dispatch 2024-09-11T07:40:44.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:40:43 smithi189 bash[22590]: audit 2024-09-11T07:40:43.454470+0000 mon.smithi082 (mon.0) 1006 : audit [INF] from='mds.? [v2:172.21.15.82:6834/467976506,v1:172.21.15.82:6835/467976506]' entity='mds.foofs.smithi082.lyxbuq' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.82:0/453166957"}]: dispatch 2024-09-11T07:40:44.470 INFO:teuthology.orchestra.run.smithi082.stderr:+ true 2024-09-11T07:40:44.470 INFO:teuthology.orchestra.run.smithi082.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-11T07:40:45.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:40:44 smithi082 bash[15107]: cluster 2024-09-11T07:40:43.454154+0000 mds.foofs.smithi082.lyxbuq (mds.0) 1 : cluster [INF] Evicting (and blocklisting) client session 14540 (172.21.15.82:0/453166957) 2024-09-11T07:40:45.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:40:44 smithi082 bash[15107]: cluster 2024-09-11T07:40:43.546976+0000 mgr.smithi082.szoofc (mgr.14190) 468 : cluster [DBG] pgmap v339: 97 pgs: 97 active+clean; 606 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:40:45.403 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:40:44 smithi082 bash[15107]: audit 2024-09-11T07:40:43.958433+0000 mon.smithi082 (mon.0) 1007 : audit [INF] from='mds.? [v2:172.21.15.82:6834/467976506,v1:172.21.15.82:6835/467976506]' entity='mds.foofs.smithi082.lyxbuq' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.82:0/453166957"}]': finished 2024-09-11T07:40:45.403 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:40:44 smithi082 bash[15107]: cluster 2024-09-11T07:40:43.958477+0000 mon.smithi082 (mon.0) 1008 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2024-09-11T07:40:45.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:40:44 smithi189 bash[22590]: cluster 2024-09-11T07:40:43.454154+0000 mds.foofs.smithi082.lyxbuq (mds.0) 1 : cluster [INF] Evicting (and blocklisting) client session 14540 (172.21.15.82:0/453166957) 2024-09-11T07:40:45.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:40:44 smithi189 bash[22590]: cluster 2024-09-11T07:40:43.546976+0000 mgr.smithi082.szoofc (mgr.14190) 468 : cluster [DBG] pgmap v339: 97 pgs: 97 active+clean; 606 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:40:45.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:40:44 smithi189 bash[22590]: audit 2024-09-11T07:40:43.958433+0000 mon.smithi082 (mon.0) 1007 : audit [INF] from='mds.? [v2:172.21.15.82:6834/467976506,v1:172.21.15.82:6835/467976506]' entity='mds.foofs.smithi082.lyxbuq' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.82:0/453166957"}]': finished 2024-09-11T07:40:45.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:40:44 smithi189 bash[22590]: cluster 2024-09-11T07:40:43.958477+0000 mon.smithi082 (mon.0) 1008 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2024-09-11T07:40:45.472 INFO:teuthology.orchestra.run.smithi082.stderr:+ true 2024-09-11T07:40:45.472 INFO:teuthology.orchestra.run.smithi082.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-11T07:40:46.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:40:45 smithi082 bash[15107]: audit 2024-09-11T07:40:45.440727+0000 mon.smithi082 (mon.0) 1009 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:40:46.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:40:45 smithi082 bash[15107]: audit 2024-09-11T07:40:45.539866+0000 mon.smithi082 (mon.0) 1010 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:40:46.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:40:45 smithi189 bash[22590]: audit 2024-09-11T07:40:45.440727+0000 mon.smithi082 (mon.0) 1009 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:40:46.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:40:45 smithi189 bash[22590]: audit 2024-09-11T07:40:45.539866+0000 mon.smithi082 (mon.0) 1010 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:40:46.475 INFO:teuthology.orchestra.run.smithi082.stderr:+ true 2024-09-11T07:40:46.475 INFO:teuthology.orchestra.run.smithi082.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-11T07:40:47.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:40:46 smithi082 bash[15107]: cluster 2024-09-11T07:40:45.547797+0000 mgr.smithi082.szoofc (mgr.14190) 469 : cluster [DBG] pgmap v341: 97 pgs: 97 active+clean; 607 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 511 B/s rd, 511 B/s wr, 1 op/s 2024-09-11T07:40:47.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:40:46 smithi189 bash[22590]: cluster 2024-09-11T07:40:45.547797+0000 mgr.smithi082.szoofc (mgr.14190) 469 : cluster [DBG] pgmap v341: 97 pgs: 97 active+clean; 607 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 511 B/s rd, 511 B/s wr, 1 op/s 2024-09-11T07:40:47.477 INFO:teuthology.orchestra.run.smithi082.stderr:+ true 2024-09-11T07:40:47.477 INFO:teuthology.orchestra.run.smithi082.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-11T07:40:48.479 INFO:teuthology.orchestra.run.smithi082.stderr:+ true 2024-09-11T07:40:48.480 INFO:teuthology.orchestra.run.smithi082.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-11T07:40:49.402 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:40:48 smithi082 bash[15107]: cluster 2024-09-11T07:40:47.548668+0000 mgr.smithi082.szoofc (mgr.14190) 470 : cluster [DBG] pgmap v342: 97 pgs: 97 active+clean; 607 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 818 B/s wr, 2 op/s 2024-09-11T07:40:49.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:40:48 smithi189 bash[22590]: cluster 2024-09-11T07:40:47.548668+0000 mgr.smithi082.szoofc (mgr.14190) 470 : cluster [DBG] pgmap v342: 97 pgs: 97 active+clean; 607 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 818 B/s wr, 2 op/s 2024-09-11T07:40:49.481 INFO:teuthology.orchestra.run.smithi082.stderr:+ true 2024-09-11T07:40:49.481 INFO:teuthology.orchestra.run.smithi082.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-11T07:40:50.484 INFO:teuthology.orchestra.run.smithi082.stderr:+ true 2024-09-11T07:40:50.484 INFO:teuthology.orchestra.run.smithi082.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-11T07:40:50.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:40:50 smithi082 bash[15107]: audit 2024-09-11T07:40:49.502478+0000 mon.smithi082 (mon.0) 1011 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:40:50.903 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:40:50 smithi082 bash[15107]: audit 2024-09-11T07:40:49.514982+0000 mon.smithi082 (mon.0) 1012 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:40:50.903 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:40:50 smithi082 bash[15107]: audit 2024-09-11T07:40:49.516718+0000 mon.smithi082 (mon.0) 1013 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:40:50.903 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:40:50 smithi082 bash[15107]: audit 2024-09-11T07:40:49.517807+0000 mon.smithi082 (mon.0) 1014 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:40:50.903 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:40:50 smithi082 bash[15107]: audit 2024-09-11T07:40:49.524547+0000 mon.smithi082 (mon.0) 1015 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:40:50.903 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:40:50 smithi082 bash[15107]: audit 2024-09-11T07:40:49.528715+0000 mon.smithi082 (mon.0) 1016 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-11T07:40:50.903 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:40:50 smithi082 bash[15107]: audit 2024-09-11T07:40:49.542197+0000 mon.smithi082 (mon.0) 1017 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:40:50.903 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:40:50 smithi082 bash[15107]: cluster 2024-09-11T07:40:49.549392+0000 mgr.smithi082.szoofc (mgr.14190) 471 : cluster [DBG] pgmap v343: 97 pgs: 97 active+clean; 607 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 818 B/s wr, 2 op/s 2024-09-11T07:40:50.903 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:40:50 smithi082 bash[15107]: cephadm 2024-09-11T07:40:49.590107+0000 mgr.smithi082.szoofc (mgr.14190) 472 : cephadm [INF] Reconfiguring haproxy.nfs.foo.smithi082.liehac (dependencies changed)... 2024-09-11T07:40:50.903 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:40:50 smithi082 bash[15107]: cephadm 2024-09-11T07:40:49.594315+0000 mgr.smithi082.szoofc (mgr.14190) 473 : cephadm [INF] Reconfiguring daemon haproxy.nfs.foo.smithi082.liehac on smithi082 2024-09-11T07:40:50.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:40:50 smithi189 bash[22590]: audit 2024-09-11T07:40:49.502478+0000 mon.smithi082 (mon.0) 1011 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:40:50.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:40:50 smithi189 bash[22590]: audit 2024-09-11T07:40:49.514982+0000 mon.smithi082 (mon.0) 1012 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:40:50.914 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:40:50 smithi189 bash[22590]: audit 2024-09-11T07:40:49.516718+0000 mon.smithi082 (mon.0) 1013 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:40:50.914 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:40:50 smithi189 bash[22590]: audit 2024-09-11T07:40:49.517807+0000 mon.smithi082 (mon.0) 1014 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:40:50.914 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:40:50 smithi189 bash[22590]: audit 2024-09-11T07:40:49.524547+0000 mon.smithi082 (mon.0) 1015 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:40:50.914 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:40:50 smithi189 bash[22590]: audit 2024-09-11T07:40:49.528715+0000 mon.smithi082 (mon.0) 1016 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-11T07:40:50.914 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:40:50 smithi189 bash[22590]: audit 2024-09-11T07:40:49.542197+0000 mon.smithi082 (mon.0) 1017 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:40:50.914 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:40:50 smithi189 bash[22590]: cluster 2024-09-11T07:40:49.549392+0000 mgr.smithi082.szoofc (mgr.14190) 471 : cluster [DBG] pgmap v343: 97 pgs: 97 active+clean; 607 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 818 B/s wr, 2 op/s 2024-09-11T07:40:50.914 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:40:50 smithi189 bash[22590]: cephadm 2024-09-11T07:40:49.590107+0000 mgr.smithi082.szoofc (mgr.14190) 472 : cephadm [INF] Reconfiguring haproxy.nfs.foo.smithi082.liehac (dependencies changed)... 2024-09-11T07:40:50.914 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:40:50 smithi189 bash[22590]: cephadm 2024-09-11T07:40:49.594315+0000 mgr.smithi082.szoofc (mgr.14190) 473 : cephadm [INF] Reconfiguring daemon haproxy.nfs.foo.smithi082.liehac on smithi082 2024-09-11T07:40:51.486 INFO:teuthology.orchestra.run.smithi082.stderr:+ true 2024-09-11T07:40:51.486 INFO:teuthology.orchestra.run.smithi082.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-11T07:40:52.488 INFO:teuthology.orchestra.run.smithi082.stderr:+ true 2024-09-11T07:40:52.488 INFO:teuthology.orchestra.run.smithi082.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-11T07:40:52.876 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:40:52 smithi082 bash[15107]: cluster 2024-09-11T07:40:51.550324+0000 mgr.smithi082.szoofc (mgr.14190) 474 : cluster [DBG] pgmap v344: 97 pgs: 97 active+clean; 607 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1023 B/s rd, 818 B/s wr, 1 op/s 2024-09-11T07:40:52.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:40:52 smithi189 bash[22590]: cluster 2024-09-11T07:40:51.550324+0000 mgr.smithi082.szoofc (mgr.14190) 474 : cluster [DBG] pgmap v344: 97 pgs: 97 active+clean; 607 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1023 B/s rd, 818 B/s wr, 1 op/s 2024-09-11T07:40:53.490 INFO:teuthology.orchestra.run.smithi082.stderr:+ true 2024-09-11T07:40:53.490 INFO:teuthology.orchestra.run.smithi082.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-11T07:40:54.342 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:40:54 smithi082 bash[15107]: audit 2024-09-11T07:40:53.125882+0000 mon.smithi082 (mon.0) 1018 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:40:54.342 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:40:54 smithi082 bash[15107]: audit 2024-09-11T07:40:53.133383+0000 mon.smithi082 (mon.0) 1019 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:40:54.342 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:40:54 smithi082 bash[15107]: cephadm 2024-09-11T07:40:53.135810+0000 mgr.smithi082.szoofc (mgr.14190) 475 : cephadm [INF] Reconfiguring haproxy.nfs.foo.smithi189.gfluud (dependencies changed)... 2024-09-11T07:40:54.342 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:40:54 smithi082 bash[15107]: cephadm 2024-09-11T07:40:53.138602+0000 mgr.smithi082.szoofc (mgr.14190) 476 : cephadm [INF] Reconfiguring daemon haproxy.nfs.foo.smithi189.gfluud on smithi189 2024-09-11T07:40:54.342 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:40:54 smithi082 bash[15107]: cluster 2024-09-11T07:40:53.551304+0000 mgr.smithi082.szoofc (mgr.14190) 477 : cluster [DBG] pgmap v345: 97 pgs: 97 active+clean; 607 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 921 B/s rd, 921 B/s wr, 2 op/s 2024-09-11T07:40:54.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:40:54 smithi189 bash[22590]: audit 2024-09-11T07:40:53.125882+0000 mon.smithi082 (mon.0) 1018 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:40:54.413 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:40:54 smithi189 bash[22590]: audit 2024-09-11T07:40:53.133383+0000 mon.smithi082 (mon.0) 1019 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:40:54.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:40:54 smithi189 bash[22590]: cephadm 2024-09-11T07:40:53.135810+0000 mgr.smithi082.szoofc (mgr.14190) 475 : cephadm [INF] Reconfiguring haproxy.nfs.foo.smithi189.gfluud (dependencies changed)... 2024-09-11T07:40:54.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:40:54 smithi189 bash[22590]: cephadm 2024-09-11T07:40:53.138602+0000 mgr.smithi082.szoofc (mgr.14190) 476 : cephadm [INF] Reconfiguring daemon haproxy.nfs.foo.smithi189.gfluud on smithi189 2024-09-11T07:40:54.414 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:40:54 smithi189 bash[22590]: cluster 2024-09-11T07:40:53.551304+0000 mgr.smithi082.szoofc (mgr.14190) 477 : cluster [DBG] pgmap v345: 97 pgs: 97 active+clean; 607 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 921 B/s rd, 921 B/s wr, 2 op/s 2024-09-11T07:40:54.492 INFO:teuthology.orchestra.run.smithi082.stderr:+ true 2024-09-11T07:40:54.492 INFO:teuthology.orchestra.run.smithi082.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-11T07:40:54.497 INFO:teuthology.orchestra.run.smithi082.stdout:haproxy.nfs.foo.smithi189.gfluud 2024-09-11T07:40:55.495 INFO:teuthology.orchestra.run.smithi082.stderr:+ true 2024-09-11T07:40:55.495 INFO:teuthology.orchestra.run.smithi082.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-11T07:40:56.498 INFO:teuthology.orchestra.run.smithi082.stderr:+ true 2024-09-11T07:40:56.498 INFO:teuthology.orchestra.run.smithi082.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-11T07:40:56.501 INFO:teuthology.orchestra.run.smithi082.stdout:haproxy.nfs.foo.smithi189.gfluud 2024-09-11T07:40:56.502 INFO:teuthology.orchestra.run.smithi082.stdout:Mount is back! 2024-09-11T07:40:56.502 INFO:teuthology.orchestra.run.smithi082.stderr:+ echo 'Mount is back!' 2024-09-11T07:40:56.504 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi189.front.sepia.ceph.com 2024-09-11T07:40:56.504 DEBUG:teuthology.orchestra.run.smithi189:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'echo "Check with $(hostname) ganesha(s) down..." 2024-09-11T07:40:56.505 DEBUG:teuthology.orchestra.run.smithi189:> for c in `systemctl | grep ceph- | grep @nfs | awk '"'"'{print $1}'"'"'`; do 2024-09-11T07:40:56.505 DEBUG:teuthology.orchestra.run.smithi189:> cid=`echo $c | sed '"'"'s/@/-/'"'"'` 2024-09-11T07:40:56.505 DEBUG:teuthology.orchestra.run.smithi189:> id=`echo $c | cut -d @ -f 2 | sed '"'"'s/.service$//'"'"'` 2024-09-11T07:40:56.505 DEBUG:teuthology.orchestra.run.smithi189:> fsid=`echo $c | cut -d @ -f 1 | cut -d - -f 2-` 2024-09-11T07:40:56.505 DEBUG:teuthology.orchestra.run.smithi189:> echo "Removing daemon $id fsid $fsid..." 2024-09-11T07:40:56.505 DEBUG:teuthology.orchestra.run.smithi189:> sudo $TESTDIR/cephadm rm-daemon --fsid $fsid --name $id 2024-09-11T07:40:56.505 DEBUG:teuthology.orchestra.run.smithi189:> 2024-09-11T07:40:56.505 DEBUG:teuthology.orchestra.run.smithi189:> echo "Waking up cephadm..." 2024-09-11T07:40:56.505 DEBUG:teuthology.orchestra.run.smithi189:> sudo $TESTDIR/cephadm shell -- ceph orch ps --refresh 2024-09-11T07:40:56.505 DEBUG:teuthology.orchestra.run.smithi189:> 2024-09-11T07:40:56.505 DEBUG:teuthology.orchestra.run.smithi189:> while ! timeout 1 cat /mnt/foo/testfile ; do true ; done 2024-09-11T07:40:56.505 DEBUG:teuthology.orchestra.run.smithi189:> echo "Mount is back!" 2024-09-11T07:40:56.505 DEBUG:teuthology.orchestra.run.smithi189:> done 2024-09-11T07:40:56.505 DEBUG:teuthology.orchestra.run.smithi189:> ' 2024-09-11T07:40:56.519 INFO:teuthology.orchestra.run.smithi189.stderr:++ hostname 2024-09-11T07:40:56.519 INFO:teuthology.orchestra.run.smithi189.stderr:+ echo 'Check with smithi189 ganesha(s) down...' 2024-09-11T07:40:56.519 INFO:teuthology.orchestra.run.smithi189.stdout:Check with smithi189 ganesha(s) down... 2024-09-11T07:40:56.520 INFO:teuthology.orchestra.run.smithi189.stderr:++ grep ceph- 2024-09-11T07:40:56.520 INFO:teuthology.orchestra.run.smithi189.stderr:++ systemctl 2024-09-11T07:40:56.520 INFO:teuthology.orchestra.run.smithi189.stderr:++ grep @nfs 2024-09-11T07:40:56.520 INFO:teuthology.orchestra.run.smithi189.stderr:++ awk '{print $1}' 2024-09-11T07:40:56.532 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-11T07:40:56.543 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi082.front.sepia.ceph.com 2024-09-11T07:40:56.543 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f0bd109a-700e-11ef-bcea-c7b262605968 -- bash -c 'stat -c '"'"'%u %g'"'"' /var/log/ceph | grep '"'"'167 167'"'"'' 2024-09-11T07:40:56.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:40:56 smithi082 bash[15107]: cluster 2024-09-11T07:40:55.552331+0000 mgr.smithi082.szoofc (mgr.14190) 478 : cluster [DBG] pgmap v346: 97 pgs: 97 active+clean; 607 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 794 B/s rd, 794 B/s wr, 1 op/s 2024-09-11T07:40:56.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:40:56 smithi082 bash[15107]: audit 2024-09-11T07:40:56.089622+0000 mon.smithi082 (mon.0) 1020 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:40:56.903 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:40:56 smithi082 bash[15107]: audit 2024-09-11T07:40:56.095772+0000 mon.smithi082 (mon.0) 1021 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:40:56.903 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:40:56 smithi082 bash[15107]: audit 2024-09-11T07:40:56.097940+0000 mon.smithi082 (mon.0) 1022 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:40:56.903 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:40:56 smithi082 bash[15107]: audit 2024-09-11T07:40:56.394291+0000 mon.smithi082 (mon.0) 1023 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:40:56.903 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:40:56 smithi082 bash[15107]: audit 2024-09-11T07:40:56.402792+0000 mon.smithi082 (mon.0) 1024 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:40:56.915 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:40:56 smithi189 bash[22590]: cluster 2024-09-11T07:40:55.552331+0000 mgr.smithi082.szoofc (mgr.14190) 478 : cluster [DBG] pgmap v346: 97 pgs: 97 active+clean; 607 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 794 B/s rd, 794 B/s wr, 1 op/s 2024-09-11T07:40:56.916 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:40:56 smithi189 bash[22590]: audit 2024-09-11T07:40:56.089622+0000 mon.smithi082 (mon.0) 1020 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:40:56.916 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:40:56 smithi189 bash[22590]: audit 2024-09-11T07:40:56.095772+0000 mon.smithi082 (mon.0) 1021 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:40:56.916 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:40:56 smithi189 bash[22590]: audit 2024-09-11T07:40:56.097940+0000 mon.smithi082 (mon.0) 1022 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:40:56.916 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:40:56 smithi189 bash[22590]: audit 2024-09-11T07:40:56.394291+0000 mon.smithi082 (mon.0) 1023 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:40:56.916 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:40:56 smithi189 bash[22590]: audit 2024-09-11T07:40:56.402792+0000 mon.smithi082 (mon.0) 1024 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:40:58.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:40:58 smithi082 bash[15107]: cluster 2024-09-11T07:40:57.553241+0000 mgr.smithi082.szoofc (mgr.14190) 479 : cluster [DBG] pgmap v347: 97 pgs: 97 active+clean; 607 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 597 B/s wr, 1 op/s 2024-09-11T07:40:58.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:40:58 smithi189 bash[22590]: cluster 2024-09-11T07:40:57.553241+0000 mgr.smithi082.szoofc (mgr.14190) 479 : cluster [DBG] pgmap v347: 97 pgs: 97 active+clean; 607 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 597 B/s wr, 1 op/s 2024-09-11T07:41:00.904 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:41:00 smithi082 bash[15107]: cluster 2024-09-11T07:40:59.554006+0000 mgr.smithi082.szoofc (mgr.14190) 480 : cluster [DBG] pgmap v348: 97 pgs: 97 active+clean; 607 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 341 B/s wr, 0 op/s 2024-09-11T07:41:00.905 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:41:00 smithi082 bash[15107]: audit 2024-09-11T07:41:00.440007+0000 mon.smithi082 (mon.0) 1025 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:41:00.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:41:00 smithi189 bash[22590]: cluster 2024-09-11T07:40:59.554006+0000 mgr.smithi082.szoofc (mgr.14190) 480 : cluster [DBG] pgmap v348: 97 pgs: 97 active+clean; 607 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 341 B/s wr, 0 op/s 2024-09-11T07:41:00.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:41:00 smithi189 bash[22590]: audit 2024-09-11T07:41:00.440007+0000 mon.smithi082 (mon.0) 1025 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:41:00.944 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/mon.smithi082/config 2024-09-11T07:41:02.903 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:41:02 smithi082 bash[15107]: cluster 2024-09-11T07:41:01.554699+0000 mgr.smithi082.szoofc (mgr.14190) 481 : cluster [DBG] pgmap v349: 97 pgs: 97 active+clean; 607 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 341 B/s wr, 0 op/s 2024-09-11T07:41:02.903 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:41:02 smithi082 bash[15107]: audit 2024-09-11T07:41:02.191651+0000 mon.smithi082 (mon.0) 1026 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:41:02.903 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:41:02 smithi082 bash[15107]: audit 2024-09-11T07:41:02.197912+0000 mon.smithi082 (mon.0) 1027 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:41:02.903 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:41:02 smithi082 bash[15107]: audit 2024-09-11T07:41:02.499766+0000 mon.smithi082 (mon.0) 1028 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:41:02.903 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:41:02 smithi082 bash[15107]: audit 2024-09-11T07:41:02.507513+0000 mon.smithi082 (mon.0) 1029 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:41:02.903 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:41:02 smithi082 bash[15107]: audit 2024-09-11T07:41:02.509011+0000 mon.smithi082 (mon.0) 1030 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:41:02.903 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:41:02 smithi082 bash[15107]: audit 2024-09-11T07:41:02.510174+0000 mon.smithi082 (mon.0) 1031 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:41:02.903 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:41:02 smithi082 bash[15107]: audit 2024-09-11T07:41:02.516556+0000 mon.smithi082 (mon.0) 1032 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:41:02.903 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:41:02 smithi082 bash[15107]: audit 2024-09-11T07:41:02.520298+0000 mon.smithi082 (mon.0) 1033 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-11T07:41:02.903 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:41:02 smithi082 bash[15107]: audit 2024-09-11T07:41:02.535240+0000 mon.smithi082 (mon.0) 1034 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:41:02.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:41:02 smithi189 bash[22590]: cluster 2024-09-11T07:41:01.554699+0000 mgr.smithi082.szoofc (mgr.14190) 481 : cluster [DBG] pgmap v349: 97 pgs: 97 active+clean; 607 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 341 B/s wr, 0 op/s 2024-09-11T07:41:02.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:41:02 smithi189 bash[22590]: audit 2024-09-11T07:41:02.191651+0000 mon.smithi082 (mon.0) 1026 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:41:02.914 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:41:02 smithi189 bash[22590]: audit 2024-09-11T07:41:02.197912+0000 mon.smithi082 (mon.0) 1027 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:41:02.914 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:41:02 smithi189 bash[22590]: audit 2024-09-11T07:41:02.499766+0000 mon.smithi082 (mon.0) 1028 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:41:02.914 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:41:02 smithi189 bash[22590]: audit 2024-09-11T07:41:02.507513+0000 mon.smithi082 (mon.0) 1029 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:41:02.914 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:41:02 smithi189 bash[22590]: audit 2024-09-11T07:41:02.509011+0000 mon.smithi082 (mon.0) 1030 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:41:02.914 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:41:02 smithi189 bash[22590]: audit 2024-09-11T07:41:02.510174+0000 mon.smithi082 (mon.0) 1031 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:41:02.914 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:41:02 smithi189 bash[22590]: audit 2024-09-11T07:41:02.516556+0000 mon.smithi082 (mon.0) 1032 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:41:02.914 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:41:02 smithi189 bash[22590]: audit 2024-09-11T07:41:02.520298+0000 mon.smithi082 (mon.0) 1033 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-11T07:41:02.914 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:41:02 smithi189 bash[22590]: audit 2024-09-11T07:41:02.535240+0000 mon.smithi082 (mon.0) 1034 : audit [INF] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' 2024-09-11T07:41:04.452 INFO:teuthology.orchestra.run.smithi082.stdout:167 167 2024-09-11T07:41:04.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:41:04 smithi082 bash[15107]: cluster 2024-09-11T07:41:03.555605+0000 mgr.smithi082.szoofc (mgr.14190) 482 : cluster [DBG] pgmap v350: 97 pgs: 97 active+clean; 607 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 341 B/s wr, 0 op/s 2024-09-11T07:41:04.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:41:04 smithi189 bash[22590]: cluster 2024-09-11T07:41:03.555605+0000 mgr.smithi082.szoofc (mgr.14190) 482 : cluster [DBG] pgmap v350: 97 pgs: 97 active+clean; 607 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 341 B/s wr, 0 op/s 2024-09-11T07:41:05.329 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f0bd109a-700e-11ef-bcea-c7b262605968 -- bash -c 'ceph orch status' 2024-09-11T07:41:06.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:41:06 smithi082 bash[15107]: cluster 2024-09-11T07:41:05.556530+0000 mgr.smithi082.szoofc (mgr.14190) 483 : cluster [DBG] pgmap v351: 97 pgs: 97 active+clean; 607 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-09-11T07:41:06.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:41:06 smithi189 bash[22590]: cluster 2024-09-11T07:41:05.556530+0000 mgr.smithi082.szoofc (mgr.14190) 483 : cluster [DBG] pgmap v351: 97 pgs: 97 active+clean; 607 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-09-11T07:41:08.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:41:08 smithi082 bash[15107]: cluster 2024-09-11T07:41:07.557636+0000 mgr.smithi082.szoofc (mgr.14190) 484 : cluster [DBG] pgmap v352: 97 pgs: 97 active+clean; 607 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 426 B/s rd, 255 B/s wr, 0 op/s 2024-09-11T07:41:08.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:41:08 smithi189 bash[22590]: cluster 2024-09-11T07:41:07.557636+0000 mgr.smithi082.szoofc (mgr.14190) 484 : cluster [DBG] pgmap v352: 97 pgs: 97 active+clean; 607 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 426 B/s rd, 255 B/s wr, 0 op/s 2024-09-11T07:41:10.140 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/mon.smithi082/config 2024-09-11T07:41:10.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:41:10 smithi082 bash[15107]: cluster 2024-09-11T07:41:09.558548+0000 mgr.smithi082.szoofc (mgr.14190) 485 : cluster [DBG] pgmap v353: 97 pgs: 97 active+clean; 607 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T07:41:10.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:41:10 smithi189 bash[22590]: cluster 2024-09-11T07:41:09.558548+0000 mgr.smithi082.szoofc (mgr.14190) 485 : cluster [DBG] pgmap v353: 97 pgs: 97 active+clean; 607 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T07:41:12.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:41:12 smithi082 bash[15107]: cluster 2024-09-11T07:41:11.559656+0000 mgr.smithi082.szoofc (mgr.14190) 486 : cluster [DBG] pgmap v354: 97 pgs: 97 active+clean; 607 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T07:41:12.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:41:12 smithi189 bash[22590]: cluster 2024-09-11T07:41:11.559656+0000 mgr.smithi082.szoofc (mgr.14190) 486 : cluster [DBG] pgmap v354: 97 pgs: 97 active+clean; 607 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T07:41:13.913 INFO:teuthology.orchestra.run.smithi082.stdout:Backend: cephadm 2024-09-11T07:41:13.913 INFO:teuthology.orchestra.run.smithi082.stdout:Available: Yes 2024-09-11T07:41:13.913 INFO:teuthology.orchestra.run.smithi082.stdout:Paused: No 2024-09-11T07:41:14.675 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f0bd109a-700e-11ef-bcea-c7b262605968 -- bash -c 'ceph orch ps' 2024-09-11T07:41:14.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:41:14 smithi082 bash[15107]: cluster 2024-09-11T07:41:13.560826+0000 mgr.smithi082.szoofc (mgr.14190) 487 : cluster [DBG] pgmap v355: 97 pgs: 97 active+clean; 607 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T07:41:14.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:41:14 smithi082 bash[15107]: audit 2024-09-11T07:41:13.910560+0000 mgr.smithi082.szoofc (mgr.14190) 488 : audit [DBG] from='client.14854 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:41:14.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:41:14 smithi189 bash[22590]: cluster 2024-09-11T07:41:13.560826+0000 mgr.smithi082.szoofc (mgr.14190) 487 : cluster [DBG] pgmap v355: 97 pgs: 97 active+clean; 607 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T07:41:14.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:41:14 smithi189 bash[22590]: audit 2024-09-11T07:41:13.910560+0000 mgr.smithi082.szoofc (mgr.14190) 488 : audit [DBG] from='client.14854 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:41:15.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:41:15 smithi189 bash[22590]: audit 2024-09-11T07:41:15.441288+0000 mon.smithi082 (mon.0) 1035 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:41:16.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:41:15 smithi082 bash[15107]: audit 2024-09-11T07:41:15.441288+0000 mon.smithi082 (mon.0) 1035 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:41:16.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:41:16 smithi189 bash[22590]: cluster 2024-09-11T07:41:15.562110+0000 mgr.smithi082.szoofc (mgr.14190) 489 : cluster [DBG] pgmap v356: 97 pgs: 97 active+clean; 607 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T07:41:17.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:41:16 smithi082 bash[15107]: cluster 2024-09-11T07:41:15.562110+0000 mgr.smithi082.szoofc (mgr.14190) 489 : cluster [DBG] pgmap v356: 97 pgs: 97 active+clean; 607 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T07:41:18.913 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:41:18 smithi189 bash[22590]: cluster 2024-09-11T07:41:17.563209+0000 mgr.smithi082.szoofc (mgr.14190) 490 : cluster [DBG] pgmap v357: 97 pgs: 97 active+clean; 607 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:41:19.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:41:18 smithi082 bash[15107]: cluster 2024-09-11T07:41:17.563209+0000 mgr.smithi082.szoofc (mgr.14190) 490 : cluster [DBG] pgmap v357: 97 pgs: 97 active+clean; 607 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:41:19.481 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/mon.smithi082/config 2024-09-11T07:41:20.958 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:41:20 smithi082 bash[15107]: cluster 2024-09-11T07:41:19.564123+0000 mgr.smithi082.szoofc (mgr.14190) 491 : cluster [DBG] pgmap v358: 97 pgs: 97 active+clean; 607 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T07:41:21.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:41:20 smithi189 bash[22590]: cluster 2024-09-11T07:41:19.564123+0000 mgr.smithi082.szoofc (mgr.14190) 491 : cluster [DBG] pgmap v358: 97 pgs: 97 active+clean; 607 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T07:41:22.944 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:41:22 smithi082 bash[15107]: cluster 2024-09-11T07:41:21.565040+0000 mgr.smithi082.szoofc (mgr.14190) 492 : cluster [DBG] pgmap v359: 97 pgs: 97 active+clean; 607 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T07:41:23.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:41:22 smithi189 bash[22590]: cluster 2024-09-11T07:41:21.565040+0000 mgr.smithi082.szoofc (mgr.14190) 492 : cluster [DBG] pgmap v359: 97 pgs: 97 active+clean; 607 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T07:41:23.316 INFO:teuthology.orchestra.run.smithi082.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T07:41:23.316 INFO:teuthology.orchestra.run.smithi082.stdout:alertmanager.smithi082 smithi082 *:9093,9094 running (9m) 20s ago 11m 13.6M - 0.25.0 c8568f914cd2 461d164bfc63 2024-09-11T07:41:23.316 INFO:teuthology.orchestra.run.smithi082.stdout:crash.smithi082 smithi082 running (11m) 20s ago 11m 7212k - 17.2.7-1623-gd0e6828a 4a918172a497 8d086e1d32c3 2024-09-11T07:41:23.316 INFO:teuthology.orchestra.run.smithi082.stdout:crash.smithi189 smithi189 running (10m) 21s ago 10m 7224k - 17.2.7-1623-gd0e6828a 4a918172a497 9ccdb887c229 2024-09-11T07:41:23.316 INFO:teuthology.orchestra.run.smithi082.stdout:grafana.smithi082 smithi082 *:3000 running (9m) 20s ago 11m 75.6M - 9.4.7 954c08fa6188 195ec9b6d2c0 2024-09-11T07:41:23.316 INFO:teuthology.orchestra.run.smithi082.stdout:haproxy.nfs.foo.smithi082.liehac smithi082 *:2999,9999 running (30s) 20s ago 3m 4696k - 2.3.17-d1c9119 e85424b0d443 6950ba06e426 2024-09-11T07:41:23.316 INFO:teuthology.orchestra.run.smithi082.stdout:haproxy.nfs.foo.smithi189.gfluud smithi189 *:2999,9999 running (27s) 21s ago 3m 4631k - 2.3.17-d1c9119 e85424b0d443 21e52f31fada 2024-09-11T07:41:23.316 INFO:teuthology.orchestra.run.smithi082.stdout:keepalived.nfs.foo.smithi082.gbcbys smithi082 running (3m) 20s ago 3m 2264k - 2.1.5 9f7bdb4a87fd 85062981a1f0 2024-09-11T07:41:23.317 INFO:teuthology.orchestra.run.smithi082.stdout:keepalived.nfs.foo.smithi189.puxxmo smithi189 running (3m) 21s ago 3m 2299k - 2.1.5 9f7bdb4a87fd 40dace17df92 2024-09-11T07:41:23.317 INFO:teuthology.orchestra.run.smithi082.stdout:mds.foofs.smithi082.lyxbuq smithi082 running (4m) 20s ago 4m 14.7M - 17.2.7-1623-gd0e6828a 4a918172a497 39e78627c9f2 2024-09-11T07:41:23.317 INFO:teuthology.orchestra.run.smithi082.stdout:mds.foofs.smithi189.jhdvqb smithi189 running (4m) 21s ago 4m 12.2M - 17.2.7-1623-gd0e6828a 4a918172a497 6e765bf196e2 2024-09-11T07:41:23.317 INFO:teuthology.orchestra.run.smithi082.stdout:mgr.smithi082.szoofc smithi082 *:9283,8765,8443 running (13m) 20s ago 13m 459M - 17.2.7-1623-gd0e6828a 4a918172a497 a05c5a58504c 2024-09-11T07:41:23.317 INFO:teuthology.orchestra.run.smithi082.stdout:mgr.smithi189.skbamy smithi189 *:8443,9283 running (10m) 21s ago 10m 390M - 17.2.7-1623-gd0e6828a 4a918172a497 9875a7749902 2024-09-11T07:41:23.317 INFO:teuthology.orchestra.run.smithi082.stdout:mon.smithi082 smithi082 running (13m) 20s ago 13m 49.7M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 7c9272300bec 2024-09-11T07:41:23.317 INFO:teuthology.orchestra.run.smithi082.stdout:mon.smithi189 smithi189 running (10m) 21s ago 10m 35.4M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 d86a2aae6ae2 2024-09-11T07:41:23.317 INFO:teuthology.orchestra.run.smithi082.stdout:nfs.foo.0.1.smithi082.bwzyto smithi082 *:12999 running (41s) 20s ago 41s 40.8M - 5.9 4a918172a497 81d16cd08bab 2024-09-11T07:41:23.317 INFO:teuthology.orchestra.run.smithi082.stdout:node-exporter.smithi082 smithi082 *:9100 running (11m) 20s ago 11m 8584k - 1.5.0 0da6a335fe13 300973cbf8e9 2024-09-11T07:41:23.317 INFO:teuthology.orchestra.run.smithi082.stdout:node-exporter.smithi189 smithi189 *:9100 running (10m) 21s ago 10m 8615k - 1.5.0 0da6a335fe13 64776199502c 2024-09-11T07:41:23.317 INFO:teuthology.orchestra.run.smithi082.stdout:osd.0 smithi189 running (8m) 21s ago 8m 47.6M 4028M 17.2.7-1623-gd0e6828a 4a918172a497 7860517c6a26 2024-09-11T07:41:23.317 INFO:teuthology.orchestra.run.smithi082.stdout:osd.1 smithi082 running (8m) 20s ago 8m 45.2M 3260M 17.2.7-1623-gd0e6828a 4a918172a497 4462716f8763 2024-09-11T07:41:23.318 INFO:teuthology.orchestra.run.smithi082.stdout:osd.2 smithi189 running (8m) 21s ago 8m 43.9M 4028M 17.2.7-1623-gd0e6828a 4a918172a497 b1b72fb80550 2024-09-11T07:41:23.318 INFO:teuthology.orchestra.run.smithi082.stdout:osd.3 smithi082 running (8m) 20s ago 8m 43.1M 3260M 17.2.7-1623-gd0e6828a 4a918172a497 44b488015eb1 2024-09-11T07:41:23.318 INFO:teuthology.orchestra.run.smithi082.stdout:osd.4 smithi189 running (8m) 21s ago 8m 41.5M 4028M 17.2.7-1623-gd0e6828a 4a918172a497 8c105e5b226e 2024-09-11T07:41:23.318 INFO:teuthology.orchestra.run.smithi082.stdout:osd.5 smithi082 running (8m) 20s ago 8m 42.1M 3260M 17.2.7-1623-gd0e6828a 4a918172a497 5a9975888fde 2024-09-11T07:41:23.318 INFO:teuthology.orchestra.run.smithi082.stdout:osd.6 smithi189 running (8m) 21s ago 8m 42.9M 4028M 17.2.7-1623-gd0e6828a 4a918172a497 d381fec68b81 2024-09-11T07:41:23.318 INFO:teuthology.orchestra.run.smithi082.stdout:osd.7 smithi082 running (8m) 20s ago 8m 43.1M 3260M 17.2.7-1623-gd0e6828a 4a918172a497 8e0ac6a83a63 2024-09-11T07:41:23.318 INFO:teuthology.orchestra.run.smithi082.stdout:prometheus.smithi082 smithi082 *:9095 running (2m) 20s ago 10m 49.4M - 2.43.0 a07b618ecd1d 7bb9a3016361 2024-09-11T07:41:24.144 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f0bd109a-700e-11ef-bcea-c7b262605968 -- bash -c 'ceph orch ls' 2024-09-11T07:41:25.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:41:24 smithi082 bash[15107]: audit 2024-09-11T07:41:23.291233+0000 mgr.smithi082.szoofc (mgr.14190) 493 : audit [DBG] from='client.14858 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:41:25.153 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:41:24 smithi082 bash[15107]: cluster 2024-09-11T07:41:23.565915+0000 mgr.smithi082.szoofc (mgr.14190) 494 : cluster [DBG] pgmap v360: 97 pgs: 97 active+clean; 607 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T07:41:25.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:41:24 smithi189 bash[22590]: audit 2024-09-11T07:41:23.291233+0000 mgr.smithi082.szoofc (mgr.14190) 493 : audit [DBG] from='client.14858 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:41:25.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:41:24 smithi189 bash[22590]: cluster 2024-09-11T07:41:23.565915+0000 mgr.smithi082.szoofc (mgr.14190) 494 : cluster [DBG] pgmap v360: 97 pgs: 97 active+clean; 607 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T07:41:27.153 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:41:26 smithi082 bash[15107]: cluster 2024-09-11T07:41:25.566970+0000 mgr.smithi082.szoofc (mgr.14190) 495 : cluster [DBG] pgmap v361: 97 pgs: 97 active+clean; 607 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T07:41:27.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:41:26 smithi189 bash[22590]: cluster 2024-09-11T07:41:25.566970+0000 mgr.smithi082.szoofc (mgr.14190) 495 : cluster [DBG] pgmap v361: 97 pgs: 97 active+clean; 607 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T07:41:28.962 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/mon.smithi082/config 2024-09-11T07:41:29.045 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:41:28 smithi189 bash[22590]: cluster 2024-09-11T07:41:27.567874+0000 mgr.smithi082.szoofc (mgr.14190) 496 : cluster [DBG] pgmap v362: 97 pgs: 97 active+clean; 607 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:41:29.091 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:41:28 smithi082 bash[15107]: cluster 2024-09-11T07:41:27.567874+0000 mgr.smithi082.szoofc (mgr.14190) 496 : cluster [DBG] pgmap v362: 97 pgs: 97 active+clean; 607 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:41:31.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:41:30 smithi082 bash[15107]: cluster 2024-09-11T07:41:29.568418+0000 mgr.smithi082.szoofc (mgr.14190) 497 : cluster [DBG] pgmap v363: 97 pgs: 97 active+clean; 607 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T07:41:31.153 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:41:30 smithi082 bash[15107]: audit 2024-09-11T07:41:30.441318+0000 mon.smithi082 (mon.0) 1036 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:41:31.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:41:30 smithi189 bash[22590]: cluster 2024-09-11T07:41:29.568418+0000 mgr.smithi082.szoofc (mgr.14190) 497 : cluster [DBG] pgmap v363: 97 pgs: 97 active+clean; 607 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T07:41:31.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:41:30 smithi189 bash[22590]: audit 2024-09-11T07:41:30.441318+0000 mon.smithi082 (mon.0) 1036 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:41:32.814 INFO:teuthology.orchestra.run.smithi082.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-09-11T07:41:32.814 INFO:teuthology.orchestra.run.smithi082.stdout:alertmanager ?:9093,9094 1/1 30s ago 12m count:1 2024-09-11T07:41:32.814 INFO:teuthology.orchestra.run.smithi082.stdout:crash 2/2 30s ago 12m * 2024-09-11T07:41:32.814 INFO:teuthology.orchestra.run.smithi082.stdout:grafana ?:3000 1/1 30s ago 12m count:1 2024-09-11T07:41:32.814 INFO:teuthology.orchestra.run.smithi082.stdout:ingress.nfs.foo 10.0.31.82:2999,9999 4/4 30s ago 4m count:2 2024-09-11T07:41:32.814 INFO:teuthology.orchestra.run.smithi082.stdout:mds.foofs 2/2 30s ago 4m count:2 2024-09-11T07:41:32.814 INFO:teuthology.orchestra.run.smithi082.stdout:mgr 2/2 30s ago 12m count:2 2024-09-11T07:41:32.814 INFO:teuthology.orchestra.run.smithi082.stdout:mon 2/2 30s ago 10m smithi082:172.21.15.82=smithi082;smithi189:172.21.15.189=smithi189;count:2 2024-09-11T07:41:32.814 INFO:teuthology.orchestra.run.smithi082.stdout:nfs.foo ?:12999 1/1 30s ago 4m count:1 2024-09-11T07:41:32.815 INFO:teuthology.orchestra.run.smithi082.stdout:node-exporter ?:9100 2/2 30s ago 12m * 2024-09-11T07:41:32.815 INFO:teuthology.orchestra.run.smithi082.stdout:osd.all-available-devices 8 30s ago 9m * 2024-09-11T07:41:32.815 INFO:teuthology.orchestra.run.smithi082.stdout:prometheus ?:9095 1/1 30s ago 12m count:1 2024-09-11T07:41:33.058 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:41:32 smithi082 bash[15107]: cluster 2024-09-11T07:41:31.568943+0000 mgr.smithi082.szoofc (mgr.14190) 498 : cluster [DBG] pgmap v364: 97 pgs: 97 active+clean; 607 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T07:41:33.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:41:32 smithi189 bash[22590]: cluster 2024-09-11T07:41:31.568943+0000 mgr.smithi082.szoofc (mgr.14190) 498 : cluster [DBG] pgmap v364: 97 pgs: 97 active+clean; 607 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T07:41:33.637 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f0bd109a-700e-11ef-bcea-c7b262605968 -- bash -c 'ceph orch host ls' 2024-09-11T07:41:33.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:41:33 smithi082 bash[15107]: audit 2024-09-11T07:41:32.799794+0000 mgr.smithi082.szoofc (mgr.14190) 499 : audit [DBG] from='client.14862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:41:34.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:41:33 smithi189 bash[22590]: audit 2024-09-11T07:41:32.799794+0000 mgr.smithi082.szoofc (mgr.14190) 499 : audit [DBG] from='client.14862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:41:35.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:41:34 smithi082 bash[15107]: cluster 2024-09-11T07:41:33.569477+0000 mgr.smithi082.szoofc (mgr.14190) 500 : cluster [DBG] pgmap v365: 97 pgs: 97 active+clean; 607 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T07:41:35.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:41:34 smithi189 bash[22590]: cluster 2024-09-11T07:41:33.569477+0000 mgr.smithi082.szoofc (mgr.14190) 500 : cluster [DBG] pgmap v365: 97 pgs: 97 active+clean; 607 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T07:41:37.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:41:36 smithi082 bash[15107]: cluster 2024-09-11T07:41:35.570397+0000 mgr.smithi082.szoofc (mgr.14190) 501 : cluster [DBG] pgmap v366: 97 pgs: 97 active+clean; 607 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T07:41:37.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:41:36 smithi189 bash[22590]: cluster 2024-09-11T07:41:35.570397+0000 mgr.smithi082.szoofc (mgr.14190) 501 : cluster [DBG] pgmap v366: 97 pgs: 97 active+clean; 607 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T07:41:38.444 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/mon.smithi082/config 2024-09-11T07:41:38.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:41:38 smithi082 bash[15107]: cluster 2024-09-11T07:41:37.570974+0000 mgr.smithi082.szoofc (mgr.14190) 502 : cluster [DBG] pgmap v367: 97 pgs: 97 active+clean; 607 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:41:39.044 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:41:38 smithi189 bash[22590]: cluster 2024-09-11T07:41:37.570974+0000 mgr.smithi082.szoofc (mgr.14190) 502 : cluster [DBG] pgmap v367: 97 pgs: 97 active+clean; 607 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:41:41.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:41:40 smithi082 bash[15107]: cluster 2024-09-11T07:41:39.571737+0000 mgr.smithi082.szoofc (mgr.14190) 503 : cluster [DBG] pgmap v368: 97 pgs: 97 active+clean; 607 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T07:41:41.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:41:40 smithi189 bash[22590]: cluster 2024-09-11T07:41:39.571737+0000 mgr.smithi082.szoofc (mgr.14190) 503 : cluster [DBG] pgmap v368: 97 pgs: 97 active+clean; 607 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T07:41:42.089 INFO:teuthology.orchestra.run.smithi082.stdout:HOST ADDR LABELS STATUS 2024-09-11T07:41:42.089 INFO:teuthology.orchestra.run.smithi082.stdout:smithi082 172.21.15.82 2024-09-11T07:41:42.089 INFO:teuthology.orchestra.run.smithi082.stdout:smithi189 172.21.15.189 2024-09-11T07:41:42.090 INFO:teuthology.orchestra.run.smithi082.stdout:2 hosts in cluster 2024-09-11T07:41:42.916 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f0bd109a-700e-11ef-bcea-c7b262605968 -- bash -c 'ceph orch device ls' 2024-09-11T07:41:43.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:41:42 smithi082 bash[15107]: cluster 2024-09-11T07:41:41.572667+0000 mgr.smithi082.szoofc (mgr.14190) 504 : cluster [DBG] pgmap v369: 97 pgs: 97 active+clean; 607 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T07:41:43.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:41:42 smithi189 bash[22590]: cluster 2024-09-11T07:41:41.572667+0000 mgr.smithi082.szoofc (mgr.14190) 504 : cluster [DBG] pgmap v369: 97 pgs: 97 active+clean; 607 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T07:41:44.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:41:43 smithi082 bash[15107]: audit 2024-09-11T07:41:42.085862+0000 mgr.smithi082.szoofc (mgr.14190) 505 : audit [DBG] from='client.14866 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:41:44.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:41:43 smithi189 bash[22590]: audit 2024-09-11T07:41:42.085862+0000 mgr.smithi082.szoofc (mgr.14190) 505 : audit [DBG] from='client.14866 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:41:45.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:41:44 smithi082 bash[15107]: cluster 2024-09-11T07:41:43.573340+0000 mgr.smithi082.szoofc (mgr.14190) 506 : cluster [DBG] pgmap v370: 97 pgs: 97 active+clean; 607 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T07:41:45.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:41:44 smithi189 bash[22590]: cluster 2024-09-11T07:41:43.573340+0000 mgr.smithi082.szoofc (mgr.14190) 506 : cluster [DBG] pgmap v370: 97 pgs: 97 active+clean; 607 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T07:41:46.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:41:45 smithi082 bash[15107]: audit 2024-09-11T07:41:45.441909+0000 mon.smithi082 (mon.0) 1037 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:41:46.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:41:45 smithi189 bash[22590]: audit 2024-09-11T07:41:45.441909+0000 mon.smithi082 (mon.0) 1037 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:41:47.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:41:46 smithi082 bash[15107]: cluster 2024-09-11T07:41:45.574239+0000 mgr.smithi082.szoofc (mgr.14190) 507 : cluster [DBG] pgmap v371: 97 pgs: 97 active+clean; 607 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T07:41:47.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:41:46 smithi189 bash[22590]: cluster 2024-09-11T07:41:45.574239+0000 mgr.smithi082.szoofc (mgr.14190) 507 : cluster [DBG] pgmap v371: 97 pgs: 97 active+clean; 607 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T07:41:47.723 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/mon.smithi082/config 2024-09-11T07:41:49.032 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:41:48 smithi082 bash[15107]: cluster 2024-09-11T07:41:47.575135+0000 mgr.smithi082.szoofc (mgr.14190) 508 : cluster [DBG] pgmap v372: 97 pgs: 97 active+clean; 607 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:41:49.044 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:41:48 smithi189 bash[22590]: cluster 2024-09-11T07:41:47.575135+0000 mgr.smithi082.szoofc (mgr.14190) 508 : cluster [DBG] pgmap v372: 97 pgs: 97 active+clean; 607 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:41:51.044 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:41:50 smithi082 bash[15107]: cluster 2024-09-11T07:41:49.575788+0000 mgr.smithi082.szoofc (mgr.14190) 509 : cluster [DBG] pgmap v373: 97 pgs: 97 active+clean; 607 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T07:41:51.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:41:50 smithi189 bash[22590]: cluster 2024-09-11T07:41:49.575788+0000 mgr.smithi082.szoofc (mgr.14190) 509 : cluster [DBG] pgmap v373: 97 pgs: 97 active+clean; 607 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T07:41:51.412 INFO:teuthology.orchestra.run.smithi082.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-09-11T07:41:51.412 INFO:teuthology.orchestra.run.smithi082.stdout:smithi082 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_PHFT620400SD400BGN 372G No 4m ago Has a FileSystem, LVM detected 2024-09-11T07:41:51.412 INFO:teuthology.orchestra.run.smithi082.stdout:smithi082 /dev/nvme1n1 ssd Linux_234a81b25060ff4c092a 89.4G No 4m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-11T07:41:51.412 INFO:teuthology.orchestra.run.smithi082.stdout:smithi082 /dev/nvme2n1 ssd Linux_db9bd6a74e7143ffa7c3 89.4G No 4m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-11T07:41:51.412 INFO:teuthology.orchestra.run.smithi082.stdout:smithi082 /dev/nvme3n1 ssd Linux_69e0d832dc4e72bc8650 89.4G No 4m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-11T07:41:51.412 INFO:teuthology.orchestra.run.smithi082.stdout:smithi082 /dev/nvme4n1 ssd Linux_848397da85c6bf9732b5 89.4G No 4m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-11T07:41:51.412 INFO:teuthology.orchestra.run.smithi082.stdout:smithi189 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_CVFT6232004L400BGN 372G No 4m ago Has a FileSystem, LVM detected 2024-09-11T07:41:51.413 INFO:teuthology.orchestra.run.smithi082.stdout:smithi189 /dev/nvme1n1 ssd Linux_b634067e39e007ecb123 89.4G No 4m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-11T07:41:51.413 INFO:teuthology.orchestra.run.smithi082.stdout:smithi189 /dev/nvme2n1 ssd Linux_c9bec4617a8f4dcd2836 89.4G No 4m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-11T07:41:51.413 INFO:teuthology.orchestra.run.smithi082.stdout:smithi189 /dev/nvme3n1 ssd Linux_7c32885f732590ca5ffe 89.4G No 4m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-11T07:41:51.413 INFO:teuthology.orchestra.run.smithi082.stdout:smithi189 /dev/nvme4n1 ssd Linux_1e96abbd8a3003831d7f 89.4G No 4m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-11T07:41:52.289 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f0bd109a-700e-11ef-bcea-c7b262605968 -- bash -c 'ceph orch ls | grep '"'"'^osd.all-available-devices '"'"'' 2024-09-11T07:41:53.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:41:52 smithi082 bash[15107]: audit 2024-09-11T07:41:51.402734+0000 mgr.smithi082.szoofc (mgr.14190) 510 : audit [DBG] from='client.14870 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:41:53.153 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:41:52 smithi082 bash[15107]: cluster 2024-09-11T07:41:51.576616+0000 mgr.smithi082.szoofc (mgr.14190) 511 : cluster [DBG] pgmap v374: 97 pgs: 97 active+clean; 607 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T07:41:53.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:41:52 smithi189 bash[22590]: audit 2024-09-11T07:41:51.402734+0000 mgr.smithi082.szoofc (mgr.14190) 510 : audit [DBG] from='client.14870 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:41:53.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:41:52 smithi189 bash[22590]: cluster 2024-09-11T07:41:51.576616+0000 mgr.smithi082.szoofc (mgr.14190) 511 : cluster [DBG] pgmap v374: 97 pgs: 97 active+clean; 607 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T07:41:55.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:41:54 smithi082 bash[15107]: cluster 2024-09-11T07:41:53.577589+0000 mgr.smithi082.szoofc (mgr.14190) 512 : cluster [DBG] pgmap v375: 97 pgs: 97 active+clean; 607 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T07:41:55.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:41:54 smithi189 bash[22590]: cluster 2024-09-11T07:41:53.577589+0000 mgr.smithi082.szoofc (mgr.14190) 512 : cluster [DBG] pgmap v375: 97 pgs: 97 active+clean; 607 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T07:41:57.093 INFO:teuthology.orchestra.run.smithi082.stderr:Inferring config /var/lib/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/mon.smithi082/config 2024-09-11T07:41:57.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:41:56 smithi082 bash[15107]: cluster 2024-09-11T07:41:55.578540+0000 mgr.smithi082.szoofc (mgr.14190) 513 : cluster [DBG] pgmap v376: 97 pgs: 97 active+clean; 607 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T07:41:57.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:41:56 smithi189 bash[22590]: cluster 2024-09-11T07:41:55.578540+0000 mgr.smithi082.szoofc (mgr.14190) 513 : cluster [DBG] pgmap v376: 97 pgs: 97 active+clean; 607 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T07:41:58.902 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:41:58 smithi082 bash[15107]: cluster 2024-09-11T07:41:57.579416+0000 mgr.smithi082.szoofc (mgr.14190) 514 : cluster [DBG] pgmap v377: 97 pgs: 97 active+clean; 607 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:41:59.044 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:41:58 smithi189 bash[22590]: cluster 2024-09-11T07:41:57.579416+0000 mgr.smithi082.szoofc (mgr.14190) 514 : cluster [DBG] pgmap v377: 97 pgs: 97 active+clean; 607 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:42:00.690 INFO:teuthology.orchestra.run.smithi082.stdout:osd.all-available-devices 8 58s ago 10m * 2024-09-11T07:42:01.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:42:00 smithi082 bash[15107]: cluster 2024-09-11T07:41:59.580360+0000 mgr.smithi082.szoofc (mgr.14190) 515 : cluster [DBG] pgmap v378: 97 pgs: 97 active+clean; 607 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T07:42:01.152 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:42:00 smithi082 bash[15107]: audit 2024-09-11T07:42:00.442184+0000 mon.smithi082 (mon.0) 1038 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:42:01.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:42:00 smithi189 bash[22590]: cluster 2024-09-11T07:41:59.580360+0000 mgr.smithi082.szoofc (mgr.14190) 515 : cluster [DBG] pgmap v378: 97 pgs: 97 active+clean; 607 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-11T07:42:01.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:42:00 smithi189 bash[22590]: audit 2024-09-11T07:42:00.442184+0000 mon.smithi082 (mon.0) 1038 : audit [DBG] from='mgr.14190 172.21.15.82:0/3123434344' entity='mgr.smithi082.szoofc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:42:01.412 DEBUG:teuthology.run_tasks:Unwinding manager vip 2024-09-11T07:42:01.429 INFO:tasks.vip:Removing 10.0.15.82 (and any VIPs) on smithi082.front.sepia.ceph.com iface enp3s0f1... 2024-09-11T07:42:01.429 DEBUG:teuthology.orchestra.run.smithi082:> sudo ip addr del 10.0.15.82/16 dev enp3s0f1 2024-09-11T07:42:01.447 DEBUG:teuthology.orchestra.run.smithi082:> sudo ip addr del 10.0.31.82/16 dev enp3s0f1 2024-09-11T07:42:01.507 INFO:tasks.vip:Removing 10.0.15.189 (and any VIPs) on smithi189.front.sepia.ceph.com iface enp3s0f1... 2024-09-11T07:42:01.507 DEBUG:teuthology.orchestra.run.smithi189:> sudo ip addr del 10.0.15.189/16 dev enp3s0f1 2024-09-11T07:42:01.524 DEBUG:teuthology.orchestra.run.smithi189:> sudo ip addr del 10.0.31.82/16 dev enp3s0f1 2024-09-11T07:42:01.581 INFO:teuthology.orchestra.run.smithi189.stderr:RTNETLINK answers: Cannot assign requested address 2024-09-11T07:42:01.582 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-09-11T07:42:01.582 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-09-11T07:42:01.592 INFO:tasks.cephadm:Teardown begin 2024-09-11T07:42:01.592 DEBUG:teuthology.orchestra.run.smithi082:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-11T07:42:01.607 DEBUG:teuthology.orchestra.run.smithi189:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-11T07:42:01.642 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-09-11T07:42:01.642 DEBUG:teuthology.orchestra.run.smithi082:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-11T07:42:01.657 DEBUG:teuthology.orchestra.run.smithi189:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-11T07:42:01.689 INFO:tasks.cephadm:Stopping all daemons... 2024-09-11T07:42:01.689 INFO:tasks.cephadm.mon.smithi082:Stopping mon.smithi082... 2024-09-11T07:42:01.689 DEBUG:teuthology.orchestra.run.smithi082:> sudo systemctl stop ceph-f0bd109a-700e-11ef-bcea-c7b262605968@mon.smithi082 2024-09-11T07:42:01.966 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:42:01 smithi082 systemd[1]: Stopping Ceph mon.smithi082 for f0bd109a-700e-11ef-bcea-c7b262605968... 2024-09-11T07:42:01.966 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:42:01 smithi082 bash[15107]: audit 2024-09-11T07:42:00.662626+0000 mgr.smithi082.szoofc (mgr.14190) 516 : audit [DBG] from='client.14874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:42:01.966 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:42:01 smithi082 bash[15107]: debug 2024-09-11T07:42:01.865+0000 7f40669d6640 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi082 -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-11T07:42:01.966 INFO:journalctl@ceph.mon.smithi082.smithi082.stdout:Sep 11 07:42:01 smithi082 bash[15107]: debug 2024-09-11T07:42:01.865+0000 7f40669d6640 -1 mon.smithi082@0(leader) e2 *** Got Signal Terminated *** 2024-09-11T07:42:02.163 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:42:01 smithi189 bash[22590]: audit 2024-09-11T07:42:00.662626+0000 mgr.smithi082.szoofc (mgr.14190) 516 : audit [DBG] from='client.14874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:42:02.925 DEBUG:teuthology.orchestra.run.smithi082:> sudo pkill -f 'journalctl -f -n 0 -u ceph-f0bd109a-700e-11ef-bcea-c7b262605968@mon.smithi082.service' 2024-09-11T07:42:02.968 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-11T07:42:02.968 INFO:tasks.cephadm.mon.smithi082:Stopped mon.smithi082 2024-09-11T07:42:02.968 INFO:tasks.cephadm.mon.smithi189:Stopping mon.smithi189... 2024-09-11T07:42:02.968 DEBUG:teuthology.orchestra.run.smithi189:> sudo systemctl stop ceph-f0bd109a-700e-11ef-bcea-c7b262605968@mon.smithi189 2024-09-11T07:42:03.333 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:42:02 smithi189 systemd[1]: Stopping Ceph mon.smithi189 for f0bd109a-700e-11ef-bcea-c7b262605968... 2024-09-11T07:42:03.333 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:42:03 smithi189 bash[22590]: debug 2024-09-11T07:42:03.133+0000 7f5c04771640 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi189 -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-11T07:42:03.333 INFO:journalctl@ceph.mon.smithi189.smithi189.stdout:Sep 11 07:42:03 smithi189 bash[22590]: debug 2024-09-11T07:42:03.133+0000 7f5c04771640 -1 mon.smithi189@1(peon) e2 *** Got Signal Terminated *** 2024-09-11T07:42:04.166 DEBUG:teuthology.orchestra.run.smithi189:> sudo pkill -f 'journalctl -f -n 0 -u ceph-f0bd109a-700e-11ef-bcea-c7b262605968@mon.smithi189.service' 2024-09-11T07:42:04.217 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-11T07:42:04.217 INFO:tasks.cephadm.mon.smithi189:Stopped mon.smithi189 2024-09-11T07:42:04.217 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid f0bd109a-700e-11ef-bcea-c7b262605968 --force --keep-logs 2024-09-11T07:43:13.311 DEBUG:teuthology.orchestra.run.smithi189:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid f0bd109a-700e-11ef-bcea-c7b262605968 --force --keep-logs 2024-09-11T07:44:04.970 DEBUG:teuthology.orchestra.run.smithi082:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-11T07:44:04.988 DEBUG:teuthology.orchestra.run.smithi189:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-11T07:44:05.003 INFO:tasks.cephadm:Archiving crash dumps... 2024-09-11T07:44:05.005 DEBUG:teuthology.misc:Transferring archived files from smithi082:/var/lib/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/crash to /home/teuthworker/archive/gabrioux-2024-09-11_06:53:43-orch:cephadm-wip-guits-quincy-2024-09-10-2008-quincy-distro-default-smithi/7901213/remote/smithi082/crash 2024-09-11T07:44:05.006 DEBUG:teuthology.orchestra.run.smithi082:> sudo tar c -f - -C /var/lib/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/crash -- . 2024-09-11T07:44:05.046 INFO:teuthology.orchestra.run.smithi082.stderr:tar: /var/lib/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/crash: Cannot open: No such file or directory 2024-09-11T07:44:05.046 INFO:teuthology.orchestra.run.smithi082.stderr:tar: Error is not recoverable: exiting now 2024-09-11T07:44:05.047 DEBUG:teuthology.misc:Transferring archived files from smithi189:/var/lib/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/crash to /home/teuthworker/archive/gabrioux-2024-09-11_06:53:43-orch:cephadm-wip-guits-quincy-2024-09-10-2008-quincy-distro-default-smithi/7901213/remote/smithi189/crash 2024-09-11T07:44:05.049 DEBUG:teuthology.orchestra.run.smithi189:> sudo tar c -f - -C /var/lib/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/crash -- . 2024-09-11T07:44:05.064 INFO:teuthology.orchestra.run.smithi189.stderr:tar: /var/lib/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/crash: Cannot open: No such file or directory 2024-09-11T07:44:05.064 INFO:teuthology.orchestra.run.smithi189.stderr:tar: Error is not recoverable: exiting now 2024-09-11T07:44:05.065 INFO:tasks.cephadm:Checking cluster log for badness... 2024-09-11T07:44:05.065 DEBUG:teuthology.orchestra.run.smithi082:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-09-11T07:44:05.106 INFO:teuthology.orchestra.run.smithi082.stderr:grep: /var/log/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/ceph.log: No such file or directory 2024-09-11T07:44:05.108 INFO:tasks.cephadm:Compressing logs... 2024-09-11T07:44:05.108 DEBUG:teuthology.orchestra.run.smithi082:> 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-11T07:44:05.152 DEBUG:teuthology.orchestra.run.smithi189:> 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-11T07:44:05.165 INFO:teuthology.orchestra.run.smithi082.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-09-11T07:44:05.166 INFO:teuthology.orchestra.run.smithi189.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-09-11T07:44:05.174 INFO:teuthology.orchestra.run.smithi189.stderr:gzip -5 --verbose -- /var/log/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/ceph-osd.6.log 2024-09-11T07:44:05.174 INFO:teuthology.orchestra.run.smithi189.stderr:gzip -5 --verbose -- /var/log/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/ceph-mgr.smithi189.skbamy.log 2024-09-11T07:44:05.175 INFO:teuthology.orchestra.run.smithi189.stderr:/var/log/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/ceph-mds.foofs.smithi189.jhdvqb.log 2024-09-11T07:44:05.175 INFO:teuthology.orchestra.run.smithi189.stderr:gzip -5 --verbose -- /var/log/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/ceph-osd.0.log 2024-09-11T07:44:05.176 INFO:teuthology.orchestra.run.smithi189.stderr:/var/log/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/ceph-mgr.smithi189.skbamy.log: gzip -5 --verbose -- /var/log/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/ceph-osd.4.log 2024-09-11T07:44:05.176 INFO:teuthology.orchestra.run.smithi189.stderr:/var/log/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/ceph-mds.foofs.smithi189.jhdvqb.log: /var/log/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/ceph-volume.log 2024-09-11T07:44:05.178 INFO:teuthology.orchestra.run.smithi189.stderr:/var/log/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/ceph-osd.4.log: gzip -5 --verbose -- /var/log/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/ceph-mon.smithi189.log 2024-09-11T07:44:05.178 INFO:teuthology.orchestra.run.smithi189.stderr:gzip -5 --verbose -- /var/log/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/ceph-volume.log: 86.6% -- replaced with /var/log/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/ceph-mds.foofs.smithi189.jhdvqb.log.gz 2024-09-11T07:44:05.178 INFO:teuthology.orchestra.run.smithi189.stderr:/var/log/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/ceph-osd.2.log 2024-09-11T07:44:05.179 INFO:teuthology.orchestra.run.smithi189.stderr:/var/log/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/ceph-mon.smithi189.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-11T07:44:05.179 INFO:teuthology.orchestra.run.smithi082.stderr:gzip -5 --verbose -- /var/log/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/ceph-osd.5.log 2024-09-11T07:44:05.179 INFO:teuthology.orchestra.run.smithi082.stderr:gzip -5 --verbose -- /var/log/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/ceph-osd.1.log 2024-09-11T07:44:05.181 INFO:teuthology.orchestra.run.smithi082.stderr:gzip -5 --verbose -- /var/log/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/ceph-mon.smithi082.log 2024-09-11T07:44:05.181 INFO:teuthology.orchestra.run.smithi082.stderr:/var/log/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/ceph-osd.5.log: gzip -5 --verbose -- /var/log/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/ceph-mgr.smithi082.szoofc.log 2024-09-11T07:44:05.181 INFO:teuthology.orchestra.run.smithi082.stderr:/var/log/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/ceph-osd.1.log: /var/log/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/ceph-mon.smithi082.log: gzip -5 --verbose -- /var/log/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/ceph-osd.3.log 2024-09-11T07:44:05.182 INFO:teuthology.orchestra.run.smithi189.stderr:/var/log/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/ceph-osd.2.log: /var/log/ceph/cephadm.log: 90.2% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-11T07:44:05.183 INFO:teuthology.orchestra.run.smithi082.stderr:gzip -5 --verbose -- /var/log/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/ceph-volume.log 2024-09-11T07:44:05.183 INFO:teuthology.orchestra.run.smithi082.stderr:/var/log/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/ceph-mgr.smithi082.szoofc.log: gzip -5 --verbose -- /var/log/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/ceph-mds.foofs.smithi082.lyxbuq.log 2024-09-11T07:44:05.183 INFO:teuthology.orchestra.run.smithi082.stderr:/var/log/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/ceph-osd.3.log: gzip -5 --verbose -- /var/log/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/ceph-osd.7.log 2024-09-11T07:44:05.184 INFO:teuthology.orchestra.run.smithi082.stderr:/var/log/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/ceph-volume.log: /var/log/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/ceph-mds.foofs.smithi082.lyxbuq.log: 77.7% -- replaced with /var/log/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/ceph-mds.foofs.smithi082.lyxbuq.log.gz 2024-09-11T07:44:05.184 INFO:teuthology.orchestra.run.smithi082.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-11T07:44:05.185 INFO:teuthology.orchestra.run.smithi189.stderr: 92.5% -- replaced with /var/log/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/ceph-mgr.smithi189.skbamy.log.gz 2024-09-11T07:44:05.189 INFO:teuthology.orchestra.run.smithi189.stderr: 91.7% -- replaced with /var/log/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/ceph-volume.log.gz 2024-09-11T07:44:05.190 INFO:teuthology.orchestra.run.smithi082.stderr:/var/log/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/ceph-osd.7.log: /var/log/ceph/cephadm.log: 91.6% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-11T07:44:05.198 INFO:teuthology.orchestra.run.smithi082.stderr: 91.6% -- replaced with /var/log/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/ceph-volume.log.gz 2024-09-11T07:44:05.306 INFO:teuthology.orchestra.run.smithi189.stderr: 92.8% -- replaced with /var/log/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/ceph-mon.smithi189.log.gz 2024-09-11T07:44:05.370 INFO:teuthology.orchestra.run.smithi189.stderr: 92.8% -- replaced with /var/log/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/ceph-osd.4.log.gz 2024-09-11T07:44:05.386 INFO:teuthology.orchestra.run.smithi082.stderr: 93.0% -- replaced with /var/log/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/ceph-osd.1.log.gz 2024-09-11T07:44:05.395 INFO:teuthology.orchestra.run.smithi082.stderr: 88.7% -- replaced with /var/log/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/ceph-mgr.smithi082.szoofc.log.gz 2024-09-11T07:44:05.402 INFO:teuthology.orchestra.run.smithi189.stderr: 92.9% -- replaced with /var/log/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/ceph-osd.0.log.gz 2024-09-11T07:44:05.427 INFO:teuthology.orchestra.run.smithi082.stderr: 92.9% -- replaced with /var/log/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/ceph-osd.5.log.gz 2024-09-11T07:44:05.452 INFO:teuthology.orchestra.run.smithi082.stderr: 92.9% -- replaced with /var/log/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/ceph-osd.7.log.gz 2024-09-11T07:44:05.473 INFO:teuthology.orchestra.run.smithi082.stderr: 93.1% -- replaced with /var/log/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/ceph-osd.3.log.gz 2024-09-11T07:44:05.475 INFO:teuthology.orchestra.run.smithi189.stderr: 92.9% -- replaced with /var/log/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/ceph-osd.2.log.gz 2024-09-11T07:44:05.495 INFO:teuthology.orchestra.run.smithi189.stderr: 92.9% -- replaced with /var/log/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/ceph-osd.6.log.gz 2024-09-11T07:44:05.498 INFO:teuthology.orchestra.run.smithi189.stderr: 2024-09-11T07:44:05.498 INFO:teuthology.orchestra.run.smithi189.stderr:real 0m0.340s 2024-09-11T07:44:05.498 INFO:teuthology.orchestra.run.smithi189.stderr:user 0m1.171s 2024-09-11T07:44:05.498 INFO:teuthology.orchestra.run.smithi189.stderr:sys 0m0.050s 2024-09-11T07:44:05.557 INFO:teuthology.orchestra.run.smithi082.stderr: 90.8% -- replaced with /var/log/ceph/f0bd109a-700e-11ef-bcea-c7b262605968/ceph-mon.smithi082.log.gz 2024-09-11T07:44:05.558 INFO:teuthology.orchestra.run.smithi082.stderr: 2024-09-11T07:44:05.558 INFO:teuthology.orchestra.run.smithi082.stderr:real 0m0.403s 2024-09-11T07:44:05.558 INFO:teuthology.orchestra.run.smithi082.stderr:user 0m1.568s 2024-09-11T07:44:05.558 INFO:teuthology.orchestra.run.smithi082.stderr:sys 0m0.088s 2024-09-11T07:44:05.559 INFO:tasks.cephadm:Archiving logs... 2024-09-11T07:44:05.560 DEBUG:teuthology.misc:Transferring archived files from smithi082:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-09-11_06:53:43-orch:cephadm-wip-guits-quincy-2024-09-10-2008-quincy-distro-default-smithi/7901213/remote/smithi082/log 2024-09-11T07:44:05.561 DEBUG:teuthology.orchestra.run.smithi082:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-11T07:44:05.843 DEBUG:teuthology.misc:Transferring archived files from smithi189:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-09-11_06:53:43-orch:cephadm-wip-guits-quincy-2024-09-10-2008-quincy-distro-default-smithi/7901213/remote/smithi189/log 2024-09-11T07:44:05.844 DEBUG:teuthology.orchestra.run.smithi189:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-11T07:44:06.009 INFO:tasks.cephadm:Removing cluster... 2024-09-11T07:44:06.009 DEBUG:teuthology.orchestra.run.smithi082:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid f0bd109a-700e-11ef-bcea-c7b262605968 --force 2024-09-11T07:44:07.384 DEBUG:teuthology.orchestra.run.smithi189:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid f0bd109a-700e-11ef-bcea-c7b262605968 --force 2024-09-11T07:44:08.741 INFO:tasks.cephadm:Removing cephadm ... 2024-09-11T07:44:08.742 DEBUG:teuthology.orchestra.run.smithi082:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-11T07:44:08.749 DEBUG:teuthology.orchestra.run.smithi189:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-11T07:44:08.756 INFO:tasks.cephadm:Teardown complete 2024-09-11T07:44:08.756 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-09-11T07:44:08.767 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi082:/dev/vg_nvme/lv_1... 2024-09-11T07:44:08.767 DEBUG:teuthology.orchestra.run.smithi082:> sudo nvme disconnect -n lv_1 2024-09-11T07:44:09.083 INFO:teuthology.orchestra.run.smithi082.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-09-11T07:44:09.084 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-11T07:44:09.085 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi082:/dev/vg_nvme/lv_2... 2024-09-11T07:44:09.085 DEBUG:teuthology.orchestra.run.smithi082:> sudo nvme disconnect -n lv_2 2024-09-11T07:44:09.375 INFO:teuthology.orchestra.run.smithi082.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-09-11T07:44:09.377 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-11T07:44:09.377 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi082:/dev/vg_nvme/lv_3... 2024-09-11T07:44:09.377 DEBUG:teuthology.orchestra.run.smithi082:> sudo nvme disconnect -n lv_3 2024-09-11T07:44:09.663 INFO:teuthology.orchestra.run.smithi082.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-09-11T07:44:09.664 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-11T07:44:09.665 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi082:/dev/vg_nvme/lv_4... 2024-09-11T07:44:09.665 DEBUG:teuthology.orchestra.run.smithi082:> sudo nvme disconnect -n lv_4 2024-09-11T07:44:09.943 INFO:teuthology.orchestra.run.smithi082.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-09-11T07:44:09.944 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-11T07:44:09.945 DEBUG:teuthology.orchestra.run.smithi082:> set -ex 2024-09-11T07:44:09.945 DEBUG:teuthology.orchestra.run.smithi082:> sudo dd of=/scratch_devs 2024-09-11T07:44:09.960 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi189:/dev/vg_nvme/lv_1... 2024-09-11T07:44:09.960 DEBUG:teuthology.orchestra.run.smithi189:> sudo nvme disconnect -n lv_1 2024-09-11T07:44:10.235 INFO:teuthology.orchestra.run.smithi189.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-09-11T07:44:10.236 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-11T07:44:10.237 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi189:/dev/vg_nvme/lv_2... 2024-09-11T07:44:10.237 DEBUG:teuthology.orchestra.run.smithi189:> sudo nvme disconnect -n lv_2 2024-09-11T07:44:10.563 INFO:teuthology.orchestra.run.smithi189.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-09-11T07:44:10.564 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-11T07:44:10.565 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi189:/dev/vg_nvme/lv_3... 2024-09-11T07:44:10.565 DEBUG:teuthology.orchestra.run.smithi189:> sudo nvme disconnect -n lv_3 2024-09-11T07:44:10.871 INFO:teuthology.orchestra.run.smithi189.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-09-11T07:44:10.872 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-11T07:44:10.873 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi189:/dev/vg_nvme/lv_4... 2024-09-11T07:44:10.873 DEBUG:teuthology.orchestra.run.smithi189:> sudo nvme disconnect -n lv_4 2024-09-11T07:44:11.195 INFO:teuthology.orchestra.run.smithi189.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-09-11T07:44:11.196 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-11T07:44:11.197 DEBUG:teuthology.orchestra.run.smithi189:> set -ex 2024-09-11T07:44:11.197 DEBUG:teuthology.orchestra.run.smithi189:> sudo dd of=/scratch_devs 2024-09-11T07:44:11.213 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-09-11T07:44:11.225 INFO:teuthology.task.clock:Checking final clock skew... 2024-09-11T07:44:11.225 DEBUG:teuthology.orchestra.run.smithi082:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-11T07:44:11.227 DEBUG:teuthology.orchestra.run.smithi189:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-11T07:44:11.245 INFO:teuthology.orchestra.run.smithi082.stdout: remote refid st t when poll reach delay offset jitter 2024-09-11T07:44:11.245 INFO:teuthology.orchestra.run.smithi082.stdout:============================================================================== 2024-09-11T07:44:11.245 INFO:teuthology.orchestra.run.smithi082.stdout:+hv01.front.sepi 67.205.162.81 3 u 44 64 377 0.095 0.924 0.358 2024-09-11T07:44:11.245 INFO:teuthology.orchestra.run.smithi082.stdout:+hv02.front.sepi 63.231.80.2 3 u 42 64 377 0.074 0.721 0.139 2024-09-11T07:44:11.245 INFO:teuthology.orchestra.run.smithi082.stdout:*hv03.front.sepi 74.6.168.72 3 u 39 64 377 0.090 1.105 0.123 2024-09-11T07:44:11.245 INFO:teuthology.orchestra.run.smithi082.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 0.000 0.000 2024-09-11T07:44:11.274 INFO:teuthology.orchestra.run.smithi189.stdout: remote refid st t when poll reach delay offset jitter 2024-09-11T07:44:11.274 INFO:teuthology.orchestra.run.smithi189.stdout:============================================================================== 2024-09-11T07:44:11.274 INFO:teuthology.orchestra.run.smithi189.stdout:+hv01.front.sepi 67.205.162.81 3 u 51 64 377 0.064 1.384 0.607 2024-09-11T07:44:11.274 INFO:teuthology.orchestra.run.smithi189.stdout:*hv02.front.sepi 63.231.80.2 3 u 49 64 377 0.089 1.826 0.310 2024-09-11T07:44:11.274 INFO:teuthology.orchestra.run.smithi189.stdout:+hv03.front.sepi 74.6.168.72 3 u 50 64 377 0.115 2.056 0.328 2024-09-11T07:44:11.274 INFO:teuthology.orchestra.run.smithi189.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 0.000 0.000 2024-09-11T07:44:11.275 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-09-11T07:44:11.286 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-09-11T07:44:11.287 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-09-11T07:44:11.296 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-09-11T07:44:11.307 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-09-11T07:44:11.322 INFO:teuthology.task.internal:Duration was 1503.255404 seconds 2024-09-11T07:44:11.322 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-09-11T07:44:11.339 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-09-11T07:44:11.339 DEBUG:teuthology.orchestra.run.smithi082:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-11T07:44:11.342 DEBUG:teuthology.orchestra.run.smithi189:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-11T07:44:11.387 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-09-11T07:44:11.387 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi082.front.sepia.ceph.com 2024-09-11T07:44:11.388 DEBUG:teuthology.orchestra.run.smithi082:> 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-11T07:44:11.444 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi189.front.sepia.ceph.com 2024-09-11T07:44:11.445 DEBUG:teuthology.orchestra.run.smithi189:> 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-11T07:44:11.460 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-09-11T07:44:11.460 DEBUG:teuthology.orchestra.run.smithi082:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-11T07:44:11.488 DEBUG:teuthology.orchestra.run.smithi189:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-11T07:44:11.552 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-09-11T07:44:11.552 DEBUG:teuthology.orchestra.run.smithi082:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-11T07:44:11.554 DEBUG:teuthology.orchestra.run.smithi189:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-11T07:44:11.668 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-09-11T07:44:11.680 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-09-11T07:44:11.680 DEBUG:teuthology.orchestra.run.smithi082:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-11T07:44:11.694 DEBUG:teuthology.orchestra.run.smithi189:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-11T07:44:11.711 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-09-11T07:44:11.722 DEBUG:teuthology.orchestra.run.smithi082:> 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-11T07:44:11.740 DEBUG:teuthology.orchestra.run.smithi189:> 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-11T07:44:11.752 INFO:teuthology.orchestra.run.smithi082.stdout:kernel.core_pattern = core 2024-09-11T07:44:11.768 INFO:teuthology.orchestra.run.smithi189.stdout:kernel.core_pattern = core 2024-09-11T07:44:11.785 DEBUG:teuthology.orchestra.run.smithi082:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-11T07:44:11.823 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-11T07:44:11.824 DEBUG:teuthology.orchestra.run.smithi189:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-11T07:44:11.831 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-11T07:44:11.832 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-09-11T07:44:11.843 INFO:teuthology.task.internal:Transferring archived files... 2024-09-11T07:44:11.844 DEBUG:teuthology.misc:Transferring archived files from smithi082:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-09-11_06:53:43-orch:cephadm-wip-guits-quincy-2024-09-10-2008-quincy-distro-default-smithi/7901213/remote/smithi082 2024-09-11T07:44:11.844 DEBUG:teuthology.orchestra.run.smithi082:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-11T07:44:11.903 DEBUG:teuthology.misc:Transferring archived files from smithi189:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-09-11_06:53:43-orch:cephadm-wip-guits-quincy-2024-09-10-2008-quincy-distro-default-smithi/7901213/remote/smithi189 2024-09-11T07:44:11.903 DEBUG:teuthology.orchestra.run.smithi189:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-11T07:44:11.930 INFO:teuthology.task.internal:Removing archive directory... 2024-09-11T07:44:11.931 DEBUG:teuthology.orchestra.run.smithi082:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-11T07:44:11.940 DEBUG:teuthology.orchestra.run.smithi189:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-11T07:44:11.973 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-09-11T07:44:11.984 INFO:teuthology.task.internal:Not uploading archives. 2024-09-11T07:44:11.984 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-09-11T07:44:11.995 INFO:teuthology.task.internal:Tidying up after the test... 2024-09-11T07:44:11.995 DEBUG:teuthology.orchestra.run.smithi082:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-11T07:44:11.997 DEBUG:teuthology.orchestra.run.smithi189:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-11T07:44:12.003 INFO:teuthology.orchestra.run.smithi082.stdout: 1048601 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 11 07:44 /home/ubuntu/cephtest 2024-09-11T07:44:12.021 INFO:teuthology.orchestra.run.smithi189.stdout: 1048601 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 11 07:44 /home/ubuntu/cephtest 2024-09-11T07:44:12.024 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-09-11T07:44:12.034 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-09-11T07:44:12.058 INFO:teuthology.run:Summary data: description: orch:cephadm/smoke-roleless/{0-distro/ubuntu_20.04 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} duration: 1503.2554037570953 owner: scheduled_gabrioux@teuthology success: true 2024-09-11T07:44:12.058 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-11T07:44:12.148 INFO:teuthology.run:pass