2024-04-24T17:05:33.846 INFO:root:teuthology version: 0.0.1.dev269+g9481b1d 2024-04-24T17:05:33.846 DEBUG:teuthology.run:Teuthology command: teuthology --description orch:cephadm/smoke-roleless/{0-distro/ubuntu_22.04 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} --verbose --name adking-2024-04-24_15:49:18-orch:cephadm-wip-adk-testing-2024-04-24-0937-distro-default-smithi --owner scheduled_adking@teuthology --archive /home/teuthworker/archive/adking-2024-04-24_15:49:18-orch:cephadm-wip-adk-testing-2024-04-24-0937-distro-default-smithi/7671843 -- /home/teuthworker/archive/adking-2024-04-24_15:49:18-orch:cephadm-wip-adk-testing-2024-04-24-0937-distro-default-smithi/7671843/orig.config.yaml 2024-04-24T17:05:33.881 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-24T17:05:33.960 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/adking-2024-04-24_15:49:18-orch:cephadm-wip-adk-testing-2024-04-24-0937-distro-default-smithi/7671843 branch: wip-adk-testing-2024-04-24-0937 description: orch:cephadm/smoke-roleless/{0-distro/ubuntu_22.04 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} email: adking@redhat.com first_in_suite: false job_id: '7671843' kernel: kdb: 1 sha1: distro ktype: distro last_in_suite: false machine_type: smithi name: adking-2024-04-24_15:49:18-orch:cephadm-wip-adk-testing-2024-04-24-0937-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: ubuntu os_version: '22.04' overrides: admin_socket: branch: wip-adk-testing-2024-04-24-0937 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\) log-only-match: - CEPHADM_ sha1: 5904d29475f5be602879d9fb26280e89b808d5cc ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 5904d29475f5be602879d9fb26280e89b808d5cc workunit: branch: wip-adk-testing-2024-04-24-0937 sha1: 5904d29475f5be602879d9fb26280e89b808d5cc owner: scheduled_adking@teuthology priority: 80 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 2532 sha1: 5904d29475f5be602879d9fb26280e89b808d5cc sleep_before_teardown: 0 subset: 1/16 suite: orch:cephadm suite_branch: wip-adk-testing-2024-04-24-0937 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_5904d29475f5be602879d9fb26280e89b808d5cc/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 5904d29475f5be602879d9fb26280e89b808d5cc targets: smithi057.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDVSNVqfpkr8ml/cdR1aR69CgGFKKX+RaOoxV3sKPjts1SLBvzjRjrLTkfqgMZep6kNhTZq2bNSgE3D9GcyO/6s= smithi088.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBD4/DwGxrU5b+HS/qn/3/xs17YR8dIBlLpxI1pEwt1yECeG00YhpCVBY3rVDzPdJ0S669L/7+1QQIwnClK0PMl4= 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: 9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17 timestamp: 2024-04-24_15:49:18 tube: smithi user: adking verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-04-24T17:05:33.960 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_5904d29475f5be602879d9fb26280e89b808d5cc/qa; will attempt to use it 2024-04-24T17:05:33.961 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_5904d29475f5be602879d9fb26280e89b808d5cc/qa/tasks 2024-04-24T17:05:33.961 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-04-24T17:05:33.963 INFO:teuthology.task.internal:Checking packages... 2024-04-24T17:05:33.992 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '5904d29475f5be602879d9fb26280e89b808d5cc' 2024-04-24T17:05:33.992 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-04-24T17:05:33.992 INFO:teuthology.packaging:ref: None 2024-04-24T17:05:33.992 INFO:teuthology.packaging:tag: None 2024-04-24T17:05:33.992 INFO:teuthology.packaging:branch: wip-adk-testing-2024-04-24-0937 2024-04-24T17:05:33.992 INFO:teuthology.packaging:sha1: 5904d29475f5be602879d9fb26280e89b808d5cc 2024-04-24T17:05:33.992 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&ref=wip-adk-testing-2024-04-24-0937 2024-04-24T17:05:34.213 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-3285-g5904d294-1jammy 2024-04-24T17:05:34.214 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-04-24T17:05:34.221 INFO:teuthology.task.internal:no buildpackages task found 2024-04-24T17:05:34.221 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-04-24T17:05:34.229 INFO:teuthology.task.internal:Saving configuration 2024-04-24T17:05:34.246 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-04-24T17:05:34.254 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-24T17:05:34.277 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi057.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-04-24_15:49:18-orch:cephadm-wip-adk-testing-2024-04-24-0937-distro-default-smithi/7671843', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-24 16:59:31.555535', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPCiJC8UMlbcgJm5MeAgvYJDPqGkRBZifEcmPwBNgG78'} 2024-04-24T17:05:34.298 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi088.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-04-24_15:49:18-orch:cephadm-wip-adk-testing-2024-04-24-0937-distro-default-smithi/7671843', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-24 16:59:31.553972', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHhVVwERG06HdU9lvceGGfxPxsVWQaCjIpIpmFiVX+VK'} 2024-04-24T17:05:34.298 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-04-24T17:05:34.307 INFO:teuthology.task.internal:roles: ubuntu@smithi057.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-04-24T17:05:34.307 INFO:teuthology.task.internal:roles: ubuntu@smithi088.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-04-24T17:05:34.307 INFO:teuthology.run_tasks:Running task console_log... 2024-04-24T17:05:34.382 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fcd5da8c4c0>, signals=[15]) 2024-04-24T17:05:34.382 INFO:teuthology.run_tasks:Running task internal.connect... 2024-04-24T17:05:34.389 INFO:teuthology.task.internal:Opening connections... 2024-04-24T17:05:34.389 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi057.front.sepia.ceph.com 2024-04-24T17:05:34.391 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi057.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-24T17:05:34.477 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi088.front.sepia.ceph.com 2024-04-24T17:05:34.477 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi088.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-24T17:05:34.557 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-04-24T17:05:34.563 DEBUG:teuthology.orchestra.run.smithi057:> uname -m 2024-04-24T17:05:34.568 INFO:teuthology.orchestra.run.smithi057.stdout:x86_64 2024-04-24T17:05:34.569 DEBUG:teuthology.orchestra.run.smithi057:> cat /etc/os-release 2024-04-24T17:05:34.616 INFO:teuthology.orchestra.run.smithi057.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-04-24T17:05:34.616 INFO:teuthology.orchestra.run.smithi057.stdout:NAME="Ubuntu" 2024-04-24T17:05:34.616 INFO:teuthology.orchestra.run.smithi057.stdout:VERSION_ID="22.04" 2024-04-24T17:05:34.618 INFO:teuthology.orchestra.run.smithi057.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-04-24T17:05:34.618 INFO:teuthology.orchestra.run.smithi057.stdout:VERSION_CODENAME=jammy 2024-04-24T17:05:34.618 INFO:teuthology.orchestra.run.smithi057.stdout:ID=ubuntu 2024-04-24T17:05:34.618 INFO:teuthology.orchestra.run.smithi057.stdout:ID_LIKE=debian 2024-04-24T17:05:34.618 INFO:teuthology.orchestra.run.smithi057.stdout:HOME_URL="https://www.ubuntu.com/" 2024-04-24T17:05:34.618 INFO:teuthology.orchestra.run.smithi057.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-04-24T17:05:34.619 INFO:teuthology.orchestra.run.smithi057.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-04-24T17:05:34.619 INFO:teuthology.orchestra.run.smithi057.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-04-24T17:05:34.619 INFO:teuthology.orchestra.run.smithi057.stdout:UBUNTU_CODENAME=jammy 2024-04-24T17:05:34.620 INFO:teuthology.lock.ops:Updating smithi057.front.sepia.ceph.com on lock server 2024-04-24T17:05:34.650 DEBUG:teuthology.orchestra.run.smithi088:> uname -m 2024-04-24T17:05:34.656 INFO:teuthology.orchestra.run.smithi088.stdout:x86_64 2024-04-24T17:05:34.656 DEBUG:teuthology.orchestra.run.smithi088:> cat /etc/os-release 2024-04-24T17:05:34.703 INFO:teuthology.orchestra.run.smithi088.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-04-24T17:05:34.703 INFO:teuthology.orchestra.run.smithi088.stdout:NAME="Ubuntu" 2024-04-24T17:05:34.703 INFO:teuthology.orchestra.run.smithi088.stdout:VERSION_ID="22.04" 2024-04-24T17:05:34.704 INFO:teuthology.orchestra.run.smithi088.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-04-24T17:05:34.704 INFO:teuthology.orchestra.run.smithi088.stdout:VERSION_CODENAME=jammy 2024-04-24T17:05:34.704 INFO:teuthology.orchestra.run.smithi088.stdout:ID=ubuntu 2024-04-24T17:05:34.704 INFO:teuthology.orchestra.run.smithi088.stdout:ID_LIKE=debian 2024-04-24T17:05:34.704 INFO:teuthology.orchestra.run.smithi088.stdout:HOME_URL="https://www.ubuntu.com/" 2024-04-24T17:05:34.704 INFO:teuthology.orchestra.run.smithi088.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-04-24T17:05:34.704 INFO:teuthology.orchestra.run.smithi088.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-04-24T17:05:34.704 INFO:teuthology.orchestra.run.smithi088.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-04-24T17:05:34.704 INFO:teuthology.orchestra.run.smithi088.stdout:UBUNTU_CODENAME=jammy 2024-04-24T17:05:34.704 INFO:teuthology.lock.ops:Updating smithi088.front.sepia.ceph.com on lock server 2024-04-24T17:05:34.733 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-04-24T17:05:34.742 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-04-24T17:05:34.751 INFO:teuthology.task.internal:Checking for old test directory... 2024-04-24T17:05:34.751 DEBUG:teuthology.orchestra.run.smithi057:> test '!' -e /home/ubuntu/cephtest 2024-04-24T17:05:34.754 DEBUG:teuthology.orchestra.run.smithi088:> test '!' -e /home/ubuntu/cephtest 2024-04-24T17:05:34.758 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-04-24T17:05:34.766 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-04-24T17:05:34.766 DEBUG:teuthology.orchestra.run.smithi057:> test -z $(ls -A /var/lib/ceph) 2024-04-24T17:05:34.800 DEBUG:teuthology.orchestra.run.smithi088:> test -z $(ls -A /var/lib/ceph) 2024-04-24T17:05:34.818 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-04-24T17:05:34.877 INFO:teuthology.run_tasks:Running task kernel... 2024-04-24T17:05:34.893 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-04-24T17:05:34.893 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-04-24T17:05:34.894 DEBUG:teuthology.orchestra.run.smithi057:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-24T17:05:34.894 DEBUG:teuthology.orchestra.run.smithi088:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-24T17:05:34.899 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-24T17:05:34.899 DEBUG:teuthology.orchestra.run.smithi057:> uname -r 2024-04-24T17:05:34.900 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-24T17:05:34.900 DEBUG:teuthology.orchestra.run.smithi088:> uname -r 2024-04-24T17:05:34.947 INFO:teuthology.orchestra.run.smithi057.stdout:5.15.0-56-generic 2024-04-24T17:05:34.948 INFO:teuthology.task.kernel:Running kernel on smithi057: 5.15.0-56-generic 2024-04-24T17:05:34.948 DEBUG:teuthology.orchestra.run.smithi057:> sudo apt-get clean 2024-04-24T17:05:34.949 INFO:teuthology.orchestra.run.smithi088.stdout:5.15.0-56-generic 2024-04-24T17:05:34.949 INFO:teuthology.task.kernel:Running kernel on smithi088: 5.15.0-56-generic 2024-04-24T17:05:34.949 DEBUG:teuthology.orchestra.run.smithi088:> sudo apt-get clean 2024-04-24T17:05:35.070 DEBUG:teuthology.orchestra.run.smithi057:> sudo apt-get update 2024-04-24T17:05:35.072 DEBUG:teuthology.orchestra.run.smithi088:> sudo apt-get update 2024-04-24T17:05:35.211 INFO:teuthology.orchestra.run.smithi057.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-24T17:05:35.222 INFO:teuthology.orchestra.run.smithi057.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-04-24T17:05:35.228 INFO:teuthology.orchestra.run.smithi088.stdout:Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-04-24T17:05:35.298 INFO:teuthology.orchestra.run.smithi057.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-04-24T17:05:35.332 INFO:teuthology.orchestra.run.smithi057.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-04-24T17:05:35.434 INFO:teuthology.orchestra.run.smithi057.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [618 kB] 2024-04-24T17:05:35.448 INFO:teuthology.orchestra.run.smithi088.stdout:Get:2 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [452 kB] 2024-04-24T17:05:35.517 INFO:teuthology.orchestra.run.smithi057.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,610 kB] 2024-04-24T17:05:35.529 INFO:teuthology.orchestra.run.smithi088.stdout:Get:3 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,392 kB] 2024-04-24T17:05:35.558 INFO:teuthology.orchestra.run.smithi057.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [303 kB] 2024-04-24T17:05:35.564 INFO:teuthology.orchestra.run.smithi057.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-04-24T17:05:35.565 INFO:teuthology.orchestra.run.smithi057.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,830 kB] 2024-04-24T17:05:35.578 INFO:teuthology.orchestra.run.smithi088.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [243 kB] 2024-04-24T17:05:35.583 INFO:teuthology.orchestra.run.smithi088.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-04-24T17:05:35.583 INFO:teuthology.orchestra.run.smithi088.stdout:Get:6 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,768 kB] 2024-04-24T17:05:35.590 INFO:teuthology.orchestra.run.smithi057.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [38.1 kB] 2024-04-24T17:05:35.591 INFO:teuthology.orchestra.run.smithi057.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [311 kB] 2024-04-24T17:05:35.595 INFO:teuthology.orchestra.run.smithi057.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-04-24T17:05:35.595 INFO:teuthology.orchestra.run.smithi057.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,070 kB] 2024-04-24T17:05:35.607 INFO:teuthology.orchestra.run.smithi057.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [700 kB] 2024-04-24T17:05:35.615 INFO:teuthology.orchestra.run.smithi057.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [244 kB] 2024-04-24T17:05:35.619 INFO:teuthology.orchestra.run.smithi057.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-04-24T17:05:35.622 INFO:teuthology.orchestra.run.smithi088.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [36.5 kB] 2024-04-24T17:05:35.623 INFO:teuthology.orchestra.run.smithi088.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [299 kB] 2024-04-24T17:05:35.629 INFO:teuthology.orchestra.run.smithi088.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-04-24T17:05:35.629 INFO:teuthology.orchestra.run.smithi088.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [848 kB] 2024-04-24T17:05:35.636 INFO:teuthology.orchestra.run.smithi088.stdout:Hit:11 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-24T17:05:35.641 INFO:teuthology.orchestra.run.smithi088.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [601 kB] 2024-04-24T17:05:35.646 INFO:teuthology.orchestra.run.smithi057.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,472 B] 2024-04-24T17:05:35.646 INFO:teuthology.orchestra.run.smithi057.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.7 kB] 2024-04-24T17:05:35.647 INFO:teuthology.orchestra.run.smithi057.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.4 kB] 2024-04-24T17:05:35.647 INFO:teuthology.orchestra.run.smithi057.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-04-24T17:05:35.648 INFO:teuthology.orchestra.run.smithi057.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [90.8 kB] 2024-04-24T17:05:35.648 INFO:teuthology.orchestra.run.smithi088.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [163 kB] 2024-04-24T17:05:35.649 INFO:teuthology.orchestra.run.smithi057.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [82.9 kB] 2024-04-24T17:05:35.651 INFO:teuthology.orchestra.run.smithi088.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-04-24T17:05:35.651 INFO:teuthology.orchestra.run.smithi057.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-04-24T17:05:35.651 INFO:teuthology.orchestra.run.smithi057.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-04-24T17:05:35.651 INFO:teuthology.orchestra.run.smithi057.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [29.8 kB] 2024-04-24T17:05:35.651 INFO:teuthology.orchestra.run.smithi057.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [18.5 kB] 2024-04-24T17:05:35.670 INFO:teuthology.orchestra.run.smithi088.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-04-24T17:05:35.671 INFO:teuthology.orchestra.run.smithi088.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-04-24T17:05:35.671 INFO:teuthology.orchestra.run.smithi088.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-04-24T17:05:35.671 INFO:teuthology.orchestra.run.smithi088.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-04-24T17:05:35.671 INFO:teuthology.orchestra.run.smithi057.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-04-24T17:05:35.671 INFO:teuthology.orchestra.run.smithi057.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-04-24T17:05:35.719 INFO:teuthology.orchestra.run.smithi088.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-04-24T17:05:35.781 INFO:teuthology.orchestra.run.smithi057.stdout:Get:29 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [452 kB] 2024-04-24T17:05:36.106 INFO:teuthology.orchestra.run.smithi057.stdout:Get:30 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,392 kB] 2024-04-24T17:05:36.257 INFO:teuthology.orchestra.run.smithi088.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-04-24T17:05:36.346 INFO:teuthology.orchestra.run.smithi057.stdout:Get:31 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [243 kB] 2024-04-24T17:05:36.367 INFO:teuthology.orchestra.run.smithi057.stdout:Get:32 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-04-24T17:05:36.367 INFO:teuthology.orchestra.run.smithi057.stdout:Get:33 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [36.5 kB] 2024-04-24T17:05:36.370 INFO:teuthology.orchestra.run.smithi057.stdout:Get:34 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,768 kB] 2024-04-24T17:05:36.475 INFO:teuthology.orchestra.run.smithi057.stdout:Get:35 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [299 kB] 2024-04-24T17:05:36.487 INFO:teuthology.orchestra.run.smithi057.stdout:Get:36 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-04-24T17:05:36.488 INFO:teuthology.orchestra.run.smithi057.stdout:Get:37 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [848 kB] 2024-04-24T17:05:36.526 INFO:teuthology.orchestra.run.smithi088.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [618 kB] 2024-04-24T17:05:36.527 INFO:teuthology.orchestra.run.smithi057.stdout:Get:38 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [601 kB] 2024-04-24T17:05:36.711 INFO:teuthology.orchestra.run.smithi057.stdout:Get:39 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [163 kB] 2024-04-24T17:05:37.117 INFO:teuthology.orchestra.run.smithi057.stdout:Get:40 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-04-24T17:05:37.122 INFO:teuthology.orchestra.run.smithi057.stdout:Get:41 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-04-24T17:05:37.147 INFO:teuthology.orchestra.run.smithi057.stdout:Get:42 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-04-24T17:05:37.147 INFO:teuthology.orchestra.run.smithi057.stdout:Get:43 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-04-24T17:05:37.150 INFO:teuthology.orchestra.run.smithi057.stdout:Get:44 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-04-24T17:05:37.195 INFO:teuthology.orchestra.run.smithi088.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,610 kB] 2024-04-24T17:05:38.509 INFO:teuthology.orchestra.run.smithi088.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [303 kB] 2024-04-24T17:05:38.783 INFO:teuthology.orchestra.run.smithi088.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-04-24T17:05:38.833 INFO:teuthology.orchestra.run.smithi088.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,830 kB] 2024-04-24T17:05:40.385 INFO:teuthology.orchestra.run.smithi088.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [38.1 kB] 2024-04-24T17:05:40.413 INFO:teuthology.orchestra.run.smithi088.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [311 kB] 2024-04-24T17:05:40.748 INFO:teuthology.orchestra.run.smithi088.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-04-24T17:05:40.922 INFO:teuthology.orchestra.run.smithi088.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,070 kB] 2024-04-24T17:05:41.632 INFO:teuthology.orchestra.run.smithi088.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [700 kB] 2024-04-24T17:05:41.699 INFO:teuthology.orchestra.run.smithi088.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [244 kB] 2024-04-24T17:05:41.721 INFO:teuthology.orchestra.run.smithi057.stdout:Fetched 13.3 MB in 2s (6,604 kB/s) 2024-04-24T17:05:41.721 INFO:teuthology.orchestra.run.smithi088.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-04-24T17:05:41.724 INFO:teuthology.orchestra.run.smithi088.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,472 B] 2024-04-24T17:05:41.724 INFO:teuthology.orchestra.run.smithi088.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.7 kB] 2024-04-24T17:05:41.727 INFO:teuthology.orchestra.run.smithi088.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.4 kB] 2024-04-24T17:05:41.729 INFO:teuthology.orchestra.run.smithi088.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-04-24T17:05:41.729 INFO:teuthology.orchestra.run.smithi088.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [90.8 kB] 2024-04-24T17:05:41.737 INFO:teuthology.orchestra.run.smithi088.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [82.9 kB] 2024-04-24T17:05:41.742 INFO:teuthology.orchestra.run.smithi088.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-04-24T17:05:41.909 INFO:teuthology.orchestra.run.smithi088.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-04-24T17:05:41.992 INFO:teuthology.orchestra.run.smithi088.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [18.5 kB] 2024-04-24T17:05:42.077 INFO:teuthology.orchestra.run.smithi088.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [29.8 kB] 2024-04-24T17:05:42.170 INFO:teuthology.orchestra.run.smithi088.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-04-24T17:05:42.199 INFO:teuthology.orchestra.run.smithi088.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-04-24T17:05:43.084 INFO:teuthology.orchestra.run.smithi057.stdout:Reading package lists... 2024-04-24T17:05:43.102 DEBUG:teuthology.orchestra.run.smithi057:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-24T17:05:43.153 INFO:teuthology.orchestra.run.smithi057.stdout:Reading package lists... 2024-04-24T17:05:43.335 INFO:teuthology.orchestra.run.smithi057.stdout:Building dependency tree... 2024-04-24T17:05:43.335 INFO:teuthology.orchestra.run.smithi057.stdout:Reading state information... 2024-04-24T17:05:43.498 INFO:teuthology.orchestra.run.smithi057.stdout:The following packages were automatically installed and are no longer required: 2024-04-24T17:05:43.498 INFO:teuthology.orchestra.run.smithi057.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-24T17:05:43.498 INFO:teuthology.orchestra.run.smithi057.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-24T17:05:43.499 INFO:teuthology.orchestra.run.smithi057.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-24T17:05:43.499 INFO:teuthology.orchestra.run.smithi057.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-04-24T17:05:43.499 INFO:teuthology.orchestra.run.smithi057.stdout: python2.7-minimal 2024-04-24T17:05:43.499 INFO:teuthology.orchestra.run.smithi057.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-24T17:05:43.500 INFO:teuthology.orchestra.run.smithi057.stdout:The following additional packages will be installed: 2024-04-24T17:05:43.500 INFO:teuthology.orchestra.run.smithi057.stdout: linux-generic linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-04-24T17:05:43.500 INFO:teuthology.orchestra.run.smithi057.stdout: linux-headers-generic linux-image-5.15.0-105-generic 2024-04-24T17:05:43.501 INFO:teuthology.orchestra.run.smithi057.stdout: linux-modules-5.15.0-105-generic linux-modules-extra-5.15.0-105-generic 2024-04-24T17:05:43.502 INFO:teuthology.orchestra.run.smithi057.stdout:Suggested packages: 2024-04-24T17:05:43.502 INFO:teuthology.orchestra.run.smithi057.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-04-24T17:05:43.502 INFO:teuthology.orchestra.run.smithi057.stdout:Recommended packages: 2024-04-24T17:05:43.502 INFO:teuthology.orchestra.run.smithi057.stdout: thermald 2024-04-24T17:05:43.552 INFO:teuthology.orchestra.run.smithi057.stdout:The following NEW packages will be installed: 2024-04-24T17:05:43.552 INFO:teuthology.orchestra.run.smithi057.stdout: linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-04-24T17:05:43.552 INFO:teuthology.orchestra.run.smithi057.stdout: linux-image-5.15.0-105-generic linux-modules-5.15.0-105-generic 2024-04-24T17:05:43.552 INFO:teuthology.orchestra.run.smithi057.stdout: linux-modules-extra-5.15.0-105-generic 2024-04-24T17:05:43.553 INFO:teuthology.orchestra.run.smithi057.stdout:The following packages will be upgraded: 2024-04-24T17:05:43.554 INFO:teuthology.orchestra.run.smithi057.stdout: linux-generic linux-headers-generic linux-image-generic 2024-04-24T17:05:43.619 INFO:teuthology.orchestra.run.smithi057.stdout:3 upgraded, 5 newly installed, 0 to remove and 315 not upgraded. 2024-04-24T17:05:43.619 INFO:teuthology.orchestra.run.smithi057.stdout:Need to get 113 MB of archives. 2024-04-24T17:05:43.620 INFO:teuthology.orchestra.run.smithi057.stdout:After this operation, 583 MB of additional disk space will be used. 2024-04-24T17:05:43.620 INFO:teuthology.orchestra.run.smithi057.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-105-generic amd64 5.15.0-105.115 [22.7 MB] 2024-04-24T17:05:44.133 INFO:teuthology.orchestra.run.smithi057.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-105-generic amd64 5.15.0-105.115 [11.5 MB] 2024-04-24T17:05:44.275 INFO:teuthology.orchestra.run.smithi057.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-105-generic amd64 5.15.0-105.115 [63.9 MB] 2024-04-24T17:05:45.598 INFO:teuthology.orchestra.run.smithi057.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.105.102 [1,694 B] 2024-04-24T17:05:45.599 INFO:teuthology.orchestra.run.smithi057.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.105.102 [2,530 B] 2024-04-24T17:05:45.599 INFO:teuthology.orchestra.run.smithi057.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105 all 5.15.0-105.115 [12.3 MB] 2024-04-24T17:05:46.160 INFO:teuthology.orchestra.run.smithi057.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105-generic amd64 5.15.0-105.115 [2,857 kB] 2024-04-24T17:05:46.240 INFO:teuthology.orchestra.run.smithi057.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.105.102 [2,382 B] 2024-04-24T17:05:46.464 INFO:teuthology.orchestra.run.smithi088.stdout:Fetched 13.3 MB in 7s (1,882 kB/s) 2024-04-24T17:05:46.658 INFO:teuthology.orchestra.run.smithi057.stdout:Fetched 113 MB in 3s (42.3 MB/s) 2024-04-24T17:05:46.828 INFO:teuthology.orchestra.run.smithi057.stdout:Selecting previously unselected package linux-modules-5.15.0-105-generic. 2024-04-24T17:05:47.870 INFO:teuthology.orchestra.run.smithi088.stdout:Reading package lists... 2024-04-24T17:05:47.886 DEBUG:teuthology.orchestra.run.smithi088:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-24T17:05:47.947 INFO:teuthology.orchestra.run.smithi088.stdout:Reading package lists... 2024-04-24T17:05:48.148 INFO:teuthology.orchestra.run.smithi088.stdout:Building dependency tree... 2024-04-24T17:05:48.148 INFO:teuthology.orchestra.run.smithi088.stdout:Reading state information... 2024-04-24T17:05:48.324 INFO:teuthology.orchestra.run.smithi088.stdout:The following packages were automatically installed and are no longer required: 2024-04-24T17:05:48.324 INFO:teuthology.orchestra.run.smithi088.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-24T17:05:48.325 INFO:teuthology.orchestra.run.smithi088.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-24T17:05:48.325 INFO:teuthology.orchestra.run.smithi088.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-24T17:05:48.325 INFO:teuthology.orchestra.run.smithi088.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-04-24T17:05:48.325 INFO:teuthology.orchestra.run.smithi088.stdout: python2.7-minimal 2024-04-24T17:05:48.325 INFO:teuthology.orchestra.run.smithi088.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-24T17:05:48.326 INFO:teuthology.orchestra.run.smithi088.stdout:The following additional packages will be installed: 2024-04-24T17:05:48.326 INFO:teuthology.orchestra.run.smithi088.stdout: linux-generic linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-04-24T17:05:48.326 INFO:teuthology.orchestra.run.smithi088.stdout: linux-headers-generic linux-image-5.15.0-105-generic 2024-04-24T17:05:48.327 INFO:teuthology.orchestra.run.smithi088.stdout: linux-modules-5.15.0-105-generic linux-modules-extra-5.15.0-105-generic 2024-04-24T17:05:48.328 INFO:teuthology.orchestra.run.smithi088.stdout:Suggested packages: 2024-04-24T17:05:48.328 INFO:teuthology.orchestra.run.smithi088.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-04-24T17:05:48.328 INFO:teuthology.orchestra.run.smithi088.stdout:Recommended packages: 2024-04-24T17:05:48.328 INFO:teuthology.orchestra.run.smithi088.stdout: thermald 2024-04-24T17:05:48.372 INFO:teuthology.orchestra.run.smithi088.stdout:The following NEW packages will be installed: 2024-04-24T17:05:48.373 INFO:teuthology.orchestra.run.smithi088.stdout: linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-04-24T17:05:48.373 INFO:teuthology.orchestra.run.smithi088.stdout: linux-image-5.15.0-105-generic linux-modules-5.15.0-105-generic 2024-04-24T17:05:48.373 INFO:teuthology.orchestra.run.smithi088.stdout: linux-modules-extra-5.15.0-105-generic 2024-04-24T17:05:48.374 INFO:teuthology.orchestra.run.smithi088.stdout:The following packages will be upgraded: 2024-04-24T17:05:48.374 INFO:teuthology.orchestra.run.smithi088.stdout: linux-generic linux-headers-generic linux-image-generic 2024-04-24T17:05:48.432 INFO:teuthology.orchestra.run.smithi088.stdout:3 upgraded, 5 newly installed, 0 to remove and 315 not upgraded. 2024-04-24T17:05:48.432 INFO:teuthology.orchestra.run.smithi088.stdout:Need to get 113 MB of archives. 2024-04-24T17:05:48.432 INFO:teuthology.orchestra.run.smithi088.stdout:After this operation, 583 MB of additional disk space will be used. 2024-04-24T17:05:48.433 INFO:teuthology.orchestra.run.smithi088.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-105-generic amd64 5.15.0-105.115 [22.7 MB] 2024-04-24T17:05:48.751 INFO:teuthology.orchestra.run.smithi057.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 129542 files and directories currently installed.) 2024-04-24T17:05:48.755 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../0-linux-modules-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-24T17:05:48.816 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T17:05:49.093 INFO:teuthology.orchestra.run.smithi088.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-105-generic amd64 5.15.0-105.115 [11.5 MB] 2024-04-24T17:05:49.230 INFO:teuthology.orchestra.run.smithi088.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-105-generic amd64 5.15.0-105.115 [63.9 MB] 2024-04-24T17:05:50.120 INFO:teuthology.orchestra.run.smithi088.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.105.102 [1,694 B] 2024-04-24T17:05:50.120 INFO:teuthology.orchestra.run.smithi088.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.105.102 [2,530 B] 2024-04-24T17:05:50.121 INFO:teuthology.orchestra.run.smithi088.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105 all 5.15.0-105.115 [12.3 MB] 2024-04-24T17:05:50.263 INFO:teuthology.orchestra.run.smithi088.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105-generic amd64 5.15.0-105.115 [2,857 kB] 2024-04-24T17:05:50.287 INFO:teuthology.orchestra.run.smithi088.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.105.102 [2,382 B] 2024-04-24T17:05:50.685 INFO:teuthology.orchestra.run.smithi088.stdout:Fetched 113 MB in 2s (59.4 MB/s) 2024-04-24T17:05:50.848 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package linux-modules-5.15.0-105-generic. 2024-04-24T17:05:51.034 INFO:teuthology.orchestra.run.smithi057.stdout:Selecting previously unselected package linux-image-5.15.0-105-generic. 2024-04-24T17:05:51.055 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../1-linux-image-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-24T17:05:51.145 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T17:05:51.595 INFO:teuthology.orchestra.run.smithi057.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-105-generic. 2024-04-24T17:05:51.616 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-24T17:05:51.654 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T17:05:52.861 INFO:teuthology.orchestra.run.smithi088.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 129542 files and directories currently installed.) 2024-04-24T17:05:52.865 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../0-linux-modules-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-24T17:05:52.955 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T17:05:55.156 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package linux-image-5.15.0-105-generic. 2024-04-24T17:05:55.177 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../1-linux-image-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-24T17:05:55.258 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T17:05:55.709 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-105-generic. 2024-04-24T17:05:55.730 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-24T17:05:55.768 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T17:05:57.826 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../3-linux-generic_5.15.0.105.102_amd64.deb ... 2024-04-24T17:05:57.943 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking linux-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-24T17:05:58.275 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.105.102_amd64.deb ... 2024-04-24T17:05:58.396 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking linux-image-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-24T17:05:58.674 INFO:teuthology.orchestra.run.smithi057.stdout:Selecting previously unselected package linux-headers-5.15.0-105. 2024-04-24T17:05:58.684 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../5-linux-headers-5.15.0-105_5.15.0-105.115_all.deb ... 2024-04-24T17:05:58.740 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-04-24T17:06:02.873 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../3-linux-generic_5.15.0.105.102_amd64.deb ... 2024-04-24T17:06:02.993 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking linux-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-24T17:06:03.334 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.105.102_amd64.deb ... 2024-04-24T17:06:03.463 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking linux-image-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-24T17:06:03.807 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package linux-headers-5.15.0-105. 2024-04-24T17:06:03.829 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../5-linux-headers-5.15.0-105_5.15.0-105.115_all.deb ... 2024-04-24T17:06:03.874 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-04-24T17:06:04.423 INFO:teuthology.orchestra.run.smithi057.stdout:Selecting previously unselected package linux-headers-5.15.0-105-generic. 2024-04-24T17:06:04.459 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../6-linux-headers-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-24T17:06:04.497 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T17:06:07.332 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.105.102_amd64.deb ... 2024-04-24T17:06:07.457 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking linux-headers-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-24T17:06:07.790 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-04-24T17:06:07.919 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T17:06:08.045 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up linux-headers-generic (5.15.0.105.102) ... 2024-04-24T17:06:08.190 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T17:06:09.570 INFO:teuthology.orchestra.run.smithi057.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-04-24T17:06:09.570 INFO:teuthology.orchestra.run.smithi057.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-04-24T17:06:09.570 INFO:teuthology.orchestra.run.smithi057.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-105-generic 2024-04-24T17:06:09.570 INFO:teuthology.orchestra.run.smithi057.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-105-generic 2024-04-24T17:06:09.733 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T17:06:10.163 INFO:teuthology.orchestra.run.smithi088.stdout:Selecting previously unselected package linux-headers-5.15.0-105-generic. 2024-04-24T17:06:10.200 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../6-linux-headers-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-24T17:06:10.238 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T17:06:11.411 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T17:06:12.844 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up linux-image-generic (5.15.0.105.102) ... 2024-04-24T17:06:12.970 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up linux-generic (5.15.0.105.102) ... 2024-04-24T17:06:13.096 INFO:teuthology.orchestra.run.smithi057.stdout:Processing triggers for linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T17:06:13.156 INFO:teuthology.orchestra.run.smithi057.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-04-24T17:06:13.156 INFO:teuthology.orchestra.run.smithi057.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-105-generic 2024-04-24T17:06:13.500 INFO:teuthology.orchestra.run.smithi088.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.105.102_amd64.deb ... 2024-04-24T17:06:13.615 INFO:teuthology.orchestra.run.smithi088.stdout:Unpacking linux-headers-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-24T17:06:13.990 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-04-24T17:06:14.120 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T17:06:14.271 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up linux-headers-generic (5.15.0.105.102) ... 2024-04-24T17:06:14.399 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T17:06:15.746 INFO:teuthology.orchestra.run.smithi088.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-04-24T17:06:15.746 INFO:teuthology.orchestra.run.smithi088.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-04-24T17:06:15.746 INFO:teuthology.orchestra.run.smithi088.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-105-generic 2024-04-24T17:06:15.747 INFO:teuthology.orchestra.run.smithi088.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-105-generic 2024-04-24T17:06:15.926 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T17:06:17.320 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T17:06:18.720 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up linux-image-generic (5.15.0.105.102) ... 2024-04-24T17:06:18.846 INFO:teuthology.orchestra.run.smithi088.stdout:Setting up linux-generic (5.15.0.105.102) ... 2024-04-24T17:06:18.989 INFO:teuthology.orchestra.run.smithi088.stdout:Processing triggers for linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T17:06:19.059 INFO:teuthology.orchestra.run.smithi088.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-04-24T17:06:19.059 INFO:teuthology.orchestra.run.smithi088.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-105-generic 2024-04-24T17:06:27.612 INFO:teuthology.orchestra.run.smithi057.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-04-24T17:06:27.612 INFO:teuthology.orchestra.run.smithi057.stdout:Sourcing file `/etc/default/grub' 2024-04-24T17:06:27.621 INFO:teuthology.orchestra.run.smithi057.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-24T17:06:27.645 INFO:teuthology.orchestra.run.smithi057.stdout:Generating grub configuration file ... 2024-04-24T17:06:27.920 INFO:teuthology.orchestra.run.smithi057.stdout:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-04-24T17:06:27.938 INFO:teuthology.orchestra.run.smithi057.stdout:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-04-24T17:06:28.220 INFO:teuthology.orchestra.run.smithi057.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-24T17:06:28.226 INFO:teuthology.orchestra.run.smithi057.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-24T17:06:28.290 INFO:teuthology.orchestra.run.smithi057.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-24T17:06:28.296 INFO:teuthology.orchestra.run.smithi057.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-24T17:06:28.458 INFO:teuthology.orchestra.run.smithi057.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-24T17:06:28.458 INFO:teuthology.orchestra.run.smithi057.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-04-24T17:06:28.458 INFO:teuthology.orchestra.run.smithi057.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-24T17:06:28.487 INFO:teuthology.orchestra.run.smithi057.stdout:done 2024-04-24T17:06:29.015 DEBUG:teuthology.orchestra.run.smithi057:> dpkg -s linux-image-generic 2024-04-24T17:06:29.039 INFO:teuthology.orchestra.run.smithi057.stdout:Package: linux-image-generic 2024-04-24T17:06:29.039 INFO:teuthology.orchestra.run.smithi057.stdout:Status: install ok installed 2024-04-24T17:06:29.039 INFO:teuthology.orchestra.run.smithi057.stdout:Priority: optional 2024-04-24T17:06:29.040 INFO:teuthology.orchestra.run.smithi057.stdout:Section: kernel 2024-04-24T17:06:29.040 INFO:teuthology.orchestra.run.smithi057.stdout:Installed-Size: 21 2024-04-24T17:06:29.040 INFO:teuthology.orchestra.run.smithi057.stdout:Maintainer: Ubuntu Kernel Team 2024-04-24T17:06:29.040 INFO:teuthology.orchestra.run.smithi057.stdout:Architecture: amd64 2024-04-24T17:06:29.040 INFO:teuthology.orchestra.run.smithi057.stdout:Source: linux-meta 2024-04-24T17:06:29.040 INFO:teuthology.orchestra.run.smithi057.stdout:Version: 5.15.0.105.102 2024-04-24T17:06:29.040 INFO:teuthology.orchestra.run.smithi057.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-24T17:06:29.040 INFO:teuthology.orchestra.run.smithi057.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-24T17:06:29.040 INFO:teuthology.orchestra.run.smithi057.stdout:Recommends: thermald 2024-04-24T17:06:29.040 INFO:teuthology.orchestra.run.smithi057.stdout:Description: Generic Linux kernel image 2024-04-24T17:06:29.040 INFO:teuthology.orchestra.run.smithi057.stdout: This package will always depend on the latest generic kernel image 2024-04-24T17:06:29.040 INFO:teuthology.orchestra.run.smithi057.stdout: available. 2024-04-24T17:06:29.041 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-105-generic 2024-04-24T17:06:29.041 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-24T17:06:29.041 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-24T17:06:29.041 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-04-24T17:06:29.041 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi057.front.sepia.ceph.com, path=None, version=distro) 2024-04-24T17:06:29.041 DEBUG:teuthology.orchestra.run.smithi057:> sudo apt-get clean 2024-04-24T17:06:29.179 DEBUG:teuthology.orchestra.run.smithi057:> sudo apt-get update 2024-04-24T17:06:29.403 INFO:teuthology.orchestra.run.smithi057.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-24T17:06:29.403 INFO:teuthology.orchestra.run.smithi057.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-24T17:06:29.435 INFO:teuthology.orchestra.run.smithi057.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-24T17:06:29.500 INFO:teuthology.orchestra.run.smithi057.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-24T17:06:30.825 INFO:teuthology.orchestra.run.smithi057.stdout:Reading package lists... 2024-04-24T17:06:30.842 DEBUG:teuthology.orchestra.run.smithi057:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-24T17:06:30.893 INFO:teuthology.orchestra.run.smithi057.stdout:Reading package lists... 2024-04-24T17:06:31.075 INFO:teuthology.orchestra.run.smithi057.stdout:Building dependency tree... 2024-04-24T17:06:31.076 INFO:teuthology.orchestra.run.smithi057.stdout:Reading state information... 2024-04-24T17:06:31.236 INFO:teuthology.orchestra.run.smithi057.stdout:linux-image-generic is already the newest version (5.15.0.105.102). 2024-04-24T17:06:31.236 INFO:teuthology.orchestra.run.smithi057.stdout:The following packages were automatically installed and are no longer required: 2024-04-24T17:06:31.236 INFO:teuthology.orchestra.run.smithi057.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-24T17:06:31.236 INFO:teuthology.orchestra.run.smithi057.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-24T17:06:31.236 INFO:teuthology.orchestra.run.smithi057.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-24T17:06:31.236 INFO:teuthology.orchestra.run.smithi057.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-24T17:06:31.237 INFO:teuthology.orchestra.run.smithi057.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-24T17:06:31.237 INFO:teuthology.orchestra.run.smithi057.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-24T17:06:31.276 INFO:teuthology.orchestra.run.smithi057.stdout:0 upgraded, 0 newly installed, 0 to remove and 315 not upgraded. 2024-04-24T17:06:31.278 DEBUG:teuthology.orchestra.run.smithi057:> dpkg -s linux-image-generic 2024-04-24T17:06:31.338 INFO:teuthology.orchestra.run.smithi057.stdout:Package: linux-image-generic 2024-04-24T17:06:31.338 INFO:teuthology.orchestra.run.smithi057.stdout:Status: install ok installed 2024-04-24T17:06:31.338 INFO:teuthology.orchestra.run.smithi057.stdout:Priority: optional 2024-04-24T17:06:31.338 INFO:teuthology.orchestra.run.smithi057.stdout:Section: kernel 2024-04-24T17:06:31.338 INFO:teuthology.orchestra.run.smithi057.stdout:Installed-Size: 21 2024-04-24T17:06:31.338 INFO:teuthology.orchestra.run.smithi057.stdout:Maintainer: Ubuntu Kernel Team 2024-04-24T17:06:31.339 INFO:teuthology.orchestra.run.smithi057.stdout:Architecture: amd64 2024-04-24T17:06:31.339 INFO:teuthology.orchestra.run.smithi057.stdout:Source: linux-meta 2024-04-24T17:06:31.339 INFO:teuthology.orchestra.run.smithi057.stdout:Version: 5.15.0.105.102 2024-04-24T17:06:31.339 INFO:teuthology.orchestra.run.smithi057.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-24T17:06:31.339 INFO:teuthology.orchestra.run.smithi057.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-24T17:06:31.339 INFO:teuthology.orchestra.run.smithi057.stdout:Recommends: thermald 2024-04-24T17:06:31.339 INFO:teuthology.orchestra.run.smithi057.stdout:Description: Generic Linux kernel image 2024-04-24T17:06:31.339 INFO:teuthology.orchestra.run.smithi057.stdout: This package will always depend on the latest generic kernel image 2024-04-24T17:06:31.339 INFO:teuthology.orchestra.run.smithi057.stdout: available. 2024-04-24T17:06:31.340 DEBUG:teuthology.orchestra.run.smithi057:> mktemp 2024-04-24T17:06:31.387 INFO:teuthology.orchestra.run.smithi057.stdout:/tmp/tmp.E7SkwLDv4k 2024-04-24T17:06:31.387 DEBUG:teuthology.orchestra.run.smithi057:> sudo cp /boot/grub/grub.cfg /tmp/tmp.E7SkwLDv4k 2024-04-24T17:06:31.443 DEBUG:teuthology.orchestra.run.smithi057:> sudo chmod 0666 /tmp/tmp.E7SkwLDv4k 2024-04-24T17:06:31.562 DEBUG:teuthology.orchestra.remote:smithi057:/tmp/tmp.E7SkwLDv4k is 10KB 2024-04-24T17:06:31.574 DEBUG:teuthology.orchestra.run.smithi057:> rm -fr /tmp/tmp.E7SkwLDv4k 2024-04-24T17:06:31.580 DEBUG:teuthology.orchestra.run.smithi057:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-04-24T17:06:31.634 DEBUG:teuthology.orchestra.run.smithi057:> set -ex 2024-04-24T17:06:31.634 DEBUG:teuthology.orchestra.run.smithi057:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-04-24T17:06:31.635 DEBUG:teuthology.orchestra.run.smithi057:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-04-24T17:06:31.710 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-105-generic 2024-04-24T17:06:31.710 DEBUG:teuthology.orchestra.run.smithi057:> sudo update-grub 2024-04-24T17:06:32.833 INFO:teuthology.orchestra.run.smithi057.stderr:Sourcing file `/etc/default/grub' 2024-04-24T17:06:32.834 INFO:teuthology.orchestra.run.smithi057.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-24T17:06:32.836 INFO:teuthology.orchestra.run.smithi057.stderr:Generating grub configuration file ... 2024-04-24T17:06:33.157 INFO:teuthology.orchestra.run.smithi057.stderr:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-04-24T17:06:33.164 INFO:teuthology.orchestra.run.smithi057.stderr:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-04-24T17:06:33.326 INFO:teuthology.orchestra.run.smithi088.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-04-24T17:06:33.326 INFO:teuthology.orchestra.run.smithi088.stdout:Sourcing file `/etc/default/grub' 2024-04-24T17:06:33.353 INFO:teuthology.orchestra.run.smithi088.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-24T17:06:33.380 INFO:teuthology.orchestra.run.smithi088.stdout:Generating grub configuration file ... 2024-04-24T17:06:33.394 INFO:teuthology.orchestra.run.smithi057.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-24T17:06:33.399 INFO:teuthology.orchestra.run.smithi057.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-24T17:06:33.442 INFO:teuthology.orchestra.run.smithi057.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-24T17:06:33.447 INFO:teuthology.orchestra.run.smithi057.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-24T17:06:33.598 INFO:teuthology.orchestra.run.smithi057.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-24T17:06:33.598 INFO:teuthology.orchestra.run.smithi057.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-04-24T17:06:33.598 INFO:teuthology.orchestra.run.smithi057.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-24T17:06:33.616 INFO:teuthology.orchestra.run.smithi057.stderr:done 2024-04-24T17:06:33.618 DEBUG:teuthology.orchestra.run.smithi057:> sudo shutdown -r now 2024-04-24T17:06:33.737 INFO:teuthology.orchestra.run.smithi088.stdout:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-04-24T17:06:33.757 INFO:teuthology.orchestra.run.smithi088.stdout:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-04-24T17:06:34.155 INFO:teuthology.orchestra.run.smithi088.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-24T17:06:34.161 INFO:teuthology.orchestra.run.smithi088.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-24T17:06:34.235 INFO:teuthology.orchestra.run.smithi088.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-24T17:06:34.240 INFO:teuthology.orchestra.run.smithi088.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-24T17:06:34.416 INFO:teuthology.orchestra.run.smithi088.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-24T17:06:34.469 INFO:teuthology.orchestra.run.smithi088.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-04-24T17:06:34.469 INFO:teuthology.orchestra.run.smithi088.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-24T17:06:34.469 INFO:teuthology.orchestra.run.smithi088.stdout:done 2024-04-24T17:06:34.969 DEBUG:teuthology.orchestra.run.smithi088:> dpkg -s linux-image-generic 2024-04-24T17:06:34.994 INFO:teuthology.orchestra.run.smithi088.stdout:Package: linux-image-generic 2024-04-24T17:06:34.994 INFO:teuthology.orchestra.run.smithi088.stdout:Status: install ok installed 2024-04-24T17:06:34.994 INFO:teuthology.orchestra.run.smithi088.stdout:Priority: optional 2024-04-24T17:06:34.994 INFO:teuthology.orchestra.run.smithi088.stdout:Section: kernel 2024-04-24T17:06:34.994 INFO:teuthology.orchestra.run.smithi088.stdout:Installed-Size: 21 2024-04-24T17:06:34.994 INFO:teuthology.orchestra.run.smithi088.stdout:Maintainer: Ubuntu Kernel Team 2024-04-24T17:06:34.994 INFO:teuthology.orchestra.run.smithi088.stdout:Architecture: amd64 2024-04-24T17:06:34.994 INFO:teuthology.orchestra.run.smithi088.stdout:Source: linux-meta 2024-04-24T17:06:34.994 INFO:teuthology.orchestra.run.smithi088.stdout:Version: 5.15.0.105.102 2024-04-24T17:06:34.994 INFO:teuthology.orchestra.run.smithi088.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-24T17:06:34.995 INFO:teuthology.orchestra.run.smithi088.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-24T17:06:34.995 INFO:teuthology.orchestra.run.smithi088.stdout:Recommends: thermald 2024-04-24T17:06:34.995 INFO:teuthology.orchestra.run.smithi088.stdout:Description: Generic Linux kernel image 2024-04-24T17:06:34.995 INFO:teuthology.orchestra.run.smithi088.stdout: This package will always depend on the latest generic kernel image 2024-04-24T17:06:34.995 INFO:teuthology.orchestra.run.smithi088.stdout: available. 2024-04-24T17:06:34.995 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-105-generic 2024-04-24T17:06:34.995 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-24T17:06:34.995 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-24T17:06:34.995 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-04-24T17:06:34.995 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi088.front.sepia.ceph.com, path=None, version=distro) 2024-04-24T17:06:34.995 DEBUG:teuthology.orchestra.run.smithi088:> sudo apt-get clean 2024-04-24T17:06:35.158 DEBUG:teuthology.orchestra.run.smithi088:> sudo apt-get update 2024-04-24T17:06:35.281 INFO:teuthology.orchestra.run.smithi088.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-24T17:06:35.291 INFO:teuthology.orchestra.run.smithi088.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-24T17:06:35.310 INFO:teuthology.orchestra.run.smithi088.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-24T17:06:35.396 INFO:teuthology.orchestra.run.smithi088.stdout:Hit:4 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-24T17:06:36.614 INFO:teuthology.orchestra.run.smithi088.stdout:Reading package lists... 2024-04-24T17:06:36.633 DEBUG:teuthology.orchestra.run.smithi088:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-24T17:06:36.691 INFO:teuthology.orchestra.run.smithi088.stdout:Reading package lists... 2024-04-24T17:06:36.906 INFO:teuthology.orchestra.run.smithi088.stdout:Building dependency tree... 2024-04-24T17:06:36.906 INFO:teuthology.orchestra.run.smithi088.stdout:Reading state information... 2024-04-24T17:06:37.073 INFO:teuthology.orchestra.run.smithi088.stdout:linux-image-generic is already the newest version (5.15.0.105.102). 2024-04-24T17:06:37.073 INFO:teuthology.orchestra.run.smithi088.stdout:The following packages were automatically installed and are no longer required: 2024-04-24T17:06:37.073 INFO:teuthology.orchestra.run.smithi088.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-24T17:06:37.073 INFO:teuthology.orchestra.run.smithi088.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-24T17:06:37.073 INFO:teuthology.orchestra.run.smithi088.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-24T17:06:37.073 INFO:teuthology.orchestra.run.smithi088.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-24T17:06:37.073 INFO:teuthology.orchestra.run.smithi088.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-24T17:06:37.073 INFO:teuthology.orchestra.run.smithi088.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-24T17:06:37.112 INFO:teuthology.orchestra.run.smithi088.stdout:0 upgraded, 0 newly installed, 0 to remove and 315 not upgraded. 2024-04-24T17:06:37.114 DEBUG:teuthology.orchestra.run.smithi088:> dpkg -s linux-image-generic 2024-04-24T17:06:37.129 INFO:teuthology.orchestra.run.smithi088.stdout:Package: linux-image-generic 2024-04-24T17:06:37.129 INFO:teuthology.orchestra.run.smithi088.stdout:Status: install ok installed 2024-04-24T17:06:37.129 INFO:teuthology.orchestra.run.smithi088.stdout:Priority: optional 2024-04-24T17:06:37.130 INFO:teuthology.orchestra.run.smithi088.stdout:Section: kernel 2024-04-24T17:06:37.130 INFO:teuthology.orchestra.run.smithi088.stdout:Installed-Size: 21 2024-04-24T17:06:37.130 INFO:teuthology.orchestra.run.smithi088.stdout:Maintainer: Ubuntu Kernel Team 2024-04-24T17:06:37.130 INFO:teuthology.orchestra.run.smithi088.stdout:Architecture: amd64 2024-04-24T17:06:37.130 INFO:teuthology.orchestra.run.smithi088.stdout:Source: linux-meta 2024-04-24T17:06:37.130 INFO:teuthology.orchestra.run.smithi088.stdout:Version: 5.15.0.105.102 2024-04-24T17:06:37.130 INFO:teuthology.orchestra.run.smithi088.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-24T17:06:37.130 INFO:teuthology.orchestra.run.smithi088.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-24T17:06:37.130 INFO:teuthology.orchestra.run.smithi088.stdout:Recommends: thermald 2024-04-24T17:06:37.130 INFO:teuthology.orchestra.run.smithi088.stdout:Description: Generic Linux kernel image 2024-04-24T17:06:37.130 INFO:teuthology.orchestra.run.smithi088.stdout: This package will always depend on the latest generic kernel image 2024-04-24T17:06:37.130 INFO:teuthology.orchestra.run.smithi088.stdout: available. 2024-04-24T17:06:37.131 DEBUG:teuthology.orchestra.run.smithi088:> mktemp 2024-04-24T17:06:37.175 INFO:teuthology.orchestra.run.smithi088.stdout:/tmp/tmp.jEVnPOkEsw 2024-04-24T17:06:37.175 DEBUG:teuthology.orchestra.run.smithi088:> sudo cp /boot/grub/grub.cfg /tmp/tmp.jEVnPOkEsw 2024-04-24T17:06:37.248 DEBUG:teuthology.orchestra.run.smithi088:> sudo chmod 0666 /tmp/tmp.jEVnPOkEsw 2024-04-24T17:06:37.373 DEBUG:teuthology.orchestra.remote:smithi088:/tmp/tmp.jEVnPOkEsw is 10KB 2024-04-24T17:06:37.386 DEBUG:teuthology.orchestra.run.smithi088:> rm -fr /tmp/tmp.jEVnPOkEsw 2024-04-24T17:06:37.391 DEBUG:teuthology.orchestra.run.smithi088:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-04-24T17:06:37.446 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2024-04-24T17:06:37.447 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-04-24T17:06:37.447 DEBUG:teuthology.orchestra.run.smithi088:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-04-24T17:06:37.531 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-105-generic 2024-04-24T17:06:37.532 DEBUG:teuthology.orchestra.run.smithi088:> sudo update-grub 2024-04-24T17:06:38.873 INFO:teuthology.orchestra.run.smithi088.stderr:Sourcing file `/etc/default/grub' 2024-04-24T17:06:38.874 INFO:teuthology.orchestra.run.smithi088.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-24T17:06:38.878 INFO:teuthology.orchestra.run.smithi088.stderr:Generating grub configuration file ... 2024-04-24T17:06:39.060 INFO:teuthology.orchestra.run.smithi088.stderr:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-04-24T17:06:39.066 INFO:teuthology.orchestra.run.smithi088.stderr:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-04-24T17:06:39.342 INFO:teuthology.orchestra.run.smithi088.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-24T17:06:39.348 INFO:teuthology.orchestra.run.smithi088.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-24T17:06:39.390 INFO:teuthology.orchestra.run.smithi088.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-24T17:06:39.395 INFO:teuthology.orchestra.run.smithi088.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-24T17:06:39.507 INFO:teuthology.orchestra.run.smithi088.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-24T17:06:39.507 INFO:teuthology.orchestra.run.smithi088.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-04-24T17:06:39.507 INFO:teuthology.orchestra.run.smithi088.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-24T17:06:39.517 INFO:teuthology.orchestra.run.smithi088.stderr:done 2024-04-24T17:06:39.518 DEBUG:teuthology.orchestra.run.smithi088:> sudo shutdown -r now 2024-04-24T17:07:03.642 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-04-24T17:07:03.643 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi057.front.sepia.ceph.com' 2024-04-24T17:07:03.644 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi057.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-24T17:07:09.526 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-04-24T17:07:09.526 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi088.front.sepia.ceph.com' 2024-04-24T17:07:09.527 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi088.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-24T17:07:22.014 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.57 2024-04-24T17:07:27.902 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.88 2024-04-24T17:07:31.018 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi057.front.sepia.ceph.com' 2024-04-24T17:07:31.019 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi057.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-24T17:07:34.078 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.57 2024-04-24T17:07:36.906 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi088.front.sepia.ceph.com' 2024-04-24T17:07:36.907 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi088.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-24T17:07:39.966 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.88 2024-04-24T17:07:46.082 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi057.front.sepia.ceph.com' 2024-04-24T17:07:46.083 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi057.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-24T17:07:51.970 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi088.front.sepia.ceph.com' 2024-04-24T17:07:51.971 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi088.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-24T17:07:55.042 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.88 2024-04-24T17:08:10.055 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi088.front.sepia.ceph.com' 2024-04-24T17:08:10.056 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi088.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-24T17:08:28.574 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.88 2024-04-24T17:08:46.100 DEBUG:teuthology.orchestra.remote:timed out 2024-04-24T17:08:46.576 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi088.front.sepia.ceph.com' 2024-04-24T17:08:46.577 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi088.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-24T17:08:46.838 DEBUG:teuthology.orchestra.run.smithi088:> true 2024-04-24T17:08:47.436 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi088.front.sepia.ceph.com' 2024-04-24T17:08:47.437 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-105-generic"... 2024-04-24T17:08:47.437 DEBUG:teuthology.orchestra.run.smithi088:> uname -r 2024-04-24T17:08:47.485 INFO:teuthology.orchestra.run.smithi088.stdout:5.15.0-105-generic 2024-04-24T17:08:47.485 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-105-generic vs 5.15.0-105-generic 2024-04-24T17:08:47.485 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-24T17:08:47.485 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-04-24T17:08:48.486 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-04-24T17:08:48.486 DEBUG:teuthology.orchestra.run.smithi088:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-24T17:08:48.567 INFO:teuthology.orchestra.run.smithi088.stdout:ttyS1 2024-04-24T17:08:48.602 DEBUG:teuthology.parallel:result is None 2024-04-24T17:09:01.101 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi057.front.sepia.ceph.com' 2024-04-24T17:09:01.102 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi057.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-24T17:09:01.314 DEBUG:teuthology.orchestra.run.smithi057:> true 2024-04-24T17:09:01.822 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi057.front.sepia.ceph.com' 2024-04-24T17:09:01.822 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-105-generic"... 2024-04-24T17:09:01.822 DEBUG:teuthology.orchestra.run.smithi057:> uname -r 2024-04-24T17:09:01.869 INFO:teuthology.orchestra.run.smithi057.stdout:5.15.0-105-generic 2024-04-24T17:09:01.870 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-105-generic vs 5.15.0-105-generic 2024-04-24T17:09:01.870 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-24T17:09:01.870 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-04-24T17:09:02.870 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-04-24T17:09:02.871 DEBUG:teuthology.orchestra.run.smithi057:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-24T17:09:02.966 INFO:teuthology.orchestra.run.smithi057.stdout:ttyS1 2024-04-24T17:09:02.987 DEBUG:teuthology.parallel:result is None 2024-04-24T17:09:02.988 INFO:teuthology.run_tasks:Running task internal.base... 2024-04-24T17:09:03.003 INFO:teuthology.task.internal:Creating test directory... 2024-04-24T17:09:03.003 DEBUG:teuthology.orchestra.run.smithi057:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-24T17:09:03.006 DEBUG:teuthology.orchestra.run.smithi088:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-24T17:09:03.012 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-04-24T17:09:03.018 INFO:teuthology.run_tasks:Running task internal.archive... 2024-04-24T17:09:03.028 INFO:teuthology.task.internal:Creating archive directory... 2024-04-24T17:09:03.028 DEBUG:teuthology.orchestra.run.smithi057:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-24T17:09:03.055 DEBUG:teuthology.orchestra.run.smithi088:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-24T17:09:03.131 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-04-24T17:09:03.138 INFO:teuthology.task.internal:Enabling coredump saving... 2024-04-24T17:09:03.138 DEBUG:teuthology.orchestra.run.smithi057:> 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-04-24T17:09:03.140 DEBUG:teuthology.orchestra.run.smithi088:> 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-04-24T17:09:03.158 INFO:teuthology.orchestra.run.smithi057.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-24T17:09:03.161 INFO:teuthology.orchestra.run.smithi088.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-24T17:09:03.167 INFO:teuthology.orchestra.run.smithi057.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-24T17:09:03.169 INFO:teuthology.orchestra.run.smithi088.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-24T17:09:03.171 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-04-24T17:09:03.178 INFO:teuthology.task.internal:Configuring sudo... 2024-04-24T17:09:03.178 DEBUG:teuthology.orchestra.run.smithi057:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-24T17:09:03.211 DEBUG:teuthology.orchestra.run.smithi088:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-24T17:09:03.243 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-04-24T17:09:03.251 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-04-24T17:09:03.251 DEBUG:teuthology.orchestra.run.smithi057:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-24T17:09:03.267 DEBUG:teuthology.orchestra.run.smithi088:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-24T17:09:03.288 DEBUG:teuthology.orchestra.run.smithi057:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-24T17:09:03.318 DEBUG:teuthology.orchestra.run.smithi057:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-24T17:09:03.366 DEBUG:teuthology.orchestra.run.smithi057:> set -ex 2024-04-24T17:09:03.366 DEBUG:teuthology.orchestra.run.smithi057:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-24T17:09:03.426 DEBUG:teuthology.orchestra.run.smithi088:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-24T17:09:03.431 DEBUG:teuthology.orchestra.run.smithi088:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-24T17:09:03.477 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2024-04-24T17:09:03.477 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-24T17:09:03.540 DEBUG:teuthology.orchestra.run.smithi057:> sudo service rsyslog restart 2024-04-24T17:09:03.542 DEBUG:teuthology.orchestra.run.smithi088:> sudo service rsyslog restart 2024-04-24T17:09:03.612 INFO:teuthology.run_tasks:Running task internal.timer... 2024-04-24T17:09:03.619 INFO:teuthology.task.internal:Starting timer... 2024-04-24T17:09:03.619 INFO:teuthology.run_tasks:Running task pcp... 2024-04-24T17:09:03.629 INFO:teuthology.run_tasks:Running task selinux... 2024-04-24T17:09:03.637 DEBUG:teuthology.task.selinux:Excluding smithi057: OS 'ubuntu' does not support SELinux 2024-04-24T17:09:03.637 DEBUG:teuthology.task.selinux:Excluding smithi088: OS 'ubuntu' does not support SELinux 2024-04-24T17:09:03.637 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-04-24T17:09:03.637 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-04-24T17:09:03.637 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-04-24T17:09:03.638 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-04-24T17:09:03.655 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-04-24T17:09:03.660 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-04-24T17:09:03.779 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-04-24T17:09:03.792 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-04-24T17:09:03.793 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi057.front.sepia.ceph.com,smithi088.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-04-24T17:16:05.688 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi057.front.sepia.ceph.com'), Remote(name='ubuntu@smithi088.front.sepia.ceph.com')] 2024-04-24T17:16:05.689 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi057.front.sepia.ceph.com' 2024-04-24T17:16:05.691 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi057.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-24T17:16:05.774 DEBUG:teuthology.orchestra.run.smithi057:> true 2024-04-24T17:16:05.854 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi057.front.sepia.ceph.com' 2024-04-24T17:16:05.856 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi088.front.sepia.ceph.com' 2024-04-24T17:16:05.857 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi088.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-24T17:16:05.938 DEBUG:teuthology.orchestra.run.smithi088:> true 2024-04-24T17:16:06.014 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi088.front.sepia.ceph.com' 2024-04-24T17:16:06.014 INFO:teuthology.run_tasks:Running task clock... 2024-04-24T17:16:06.026 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-04-24T17:16:06.026 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-24T17:16:06.027 DEBUG:teuthology.orchestra.run.smithi057:> 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-04-24T17:16:06.029 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-24T17:16:06.029 DEBUG:teuthology.orchestra.run.smithi088:> 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-04-24T17:16:06.056 INFO:teuthology.orchestra.run.smithi057.stdout:24 Apr 17:16:06 ntpd[17106]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-04-24T17:16:06.057 INFO:teuthology.orchestra.run.smithi057.stdout:24 Apr 17:16:06 ntpd[17106]: Command line: ntpd -gq 2024-04-24T17:16:06.057 INFO:teuthology.orchestra.run.smithi057.stdout:24 Apr 17:16:06 ntpd[17106]: ---------------------------------------------------- 2024-04-24T17:16:06.057 INFO:teuthology.orchestra.run.smithi057.stdout:24 Apr 17:16:06 ntpd[17106]: ntp-4 is maintained by Network Time Foundation, 2024-04-24T17:16:06.057 INFO:teuthology.orchestra.run.smithi057.stdout:24 Apr 17:16:06 ntpd[17106]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-04-24T17:16:06.057 INFO:teuthology.orchestra.run.smithi057.stdout:24 Apr 17:16:06 ntpd[17106]: corporation. Support and training for ntp-4 are 2024-04-24T17:16:06.057 INFO:teuthology.orchestra.run.smithi057.stdout:24 Apr 17:16:06 ntpd[17106]: available at https://www.nwtime.org/support 2024-04-24T17:16:06.057 INFO:teuthology.orchestra.run.smithi057.stdout:24 Apr 17:16:06 ntpd[17106]: ---------------------------------------------------- 2024-04-24T17:16:06.058 INFO:teuthology.orchestra.run.smithi057.stdout:24 Apr 17:16:06 ntpd[17106]: proto: precision = 0.063 usec (-24) 2024-04-24T17:16:06.058 INFO:teuthology.orchestra.run.smithi057.stdout:24 Apr 17:16:06 ntpd[17106]: basedate set to 2022-02-04 2024-04-24T17:16:06.058 INFO:teuthology.orchestra.run.smithi057.stdout:24 Apr 17:16:06 ntpd[17106]: gps base set to 2022-02-06 (week 2196) 2024-04-24T17:16:06.058 INFO:teuthology.orchestra.run.smithi057.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-24T17:16:06.059 INFO:teuthology.orchestra.run.smithi057.stdout:24 Apr 17:16:06 ntpd[17106]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-24T17:16:06.059 INFO:teuthology.orchestra.run.smithi057.stdout:24 Apr 17:16:06 ntpd[17106]: restrict ::: KOD does nothing without LIMITED. 2024-04-24T17:16:06.059 INFO:teuthology.orchestra.run.smithi057.stderr:restrict ::: KOD does nothing without LIMITED. 2024-04-24T17:16:06.060 INFO:teuthology.orchestra.run.smithi057.stdout:24 Apr 17:16:06 ntpd[17106]: Listen and drop on 0 v6wildcard [::]:123 2024-04-24T17:16:06.060 INFO:teuthology.orchestra.run.smithi057.stdout:24 Apr 17:16:06 ntpd[17106]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-04-24T17:16:06.061 INFO:teuthology.orchestra.run.smithi057.stdout:24 Apr 17:16:06 ntpd[17106]: Listen normally on 2 lo 127.0.0.1:123 2024-04-24T17:16:06.061 INFO:teuthology.orchestra.run.smithi057.stdout:24 Apr 17:16:06 ntpd[17106]: Listen normally on 3 ens1f0 172.21.15.57:123 2024-04-24T17:16:06.061 INFO:teuthology.orchestra.run.smithi057.stdout:24 Apr 17:16:06 ntpd[17106]: Listen normally on 4 lo [::1]:123 2024-04-24T17:16:06.061 INFO:teuthology.orchestra.run.smithi057.stdout:24 Apr 17:16:06 ntpd[17106]: Listen normally on 5 ens1f0 [fe80::ec4:7aff:febd:1562%4]:123 2024-04-24T17:16:06.061 INFO:teuthology.orchestra.run.smithi057.stdout:24 Apr 17:16:06 ntpd[17106]: Listening on routing socket on fd #22 for interface updates 2024-04-24T17:16:06.083 INFO:teuthology.orchestra.run.smithi088.stdout:24 Apr 17:16:06 ntpd[17204]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-04-24T17:16:06.083 INFO:teuthology.orchestra.run.smithi088.stdout:24 Apr 17:16:06 ntpd[17204]: Command line: ntpd -gq 2024-04-24T17:16:06.083 INFO:teuthology.orchestra.run.smithi088.stdout:24 Apr 17:16:06 ntpd[17204]: ---------------------------------------------------- 2024-04-24T17:16:06.083 INFO:teuthology.orchestra.run.smithi088.stdout:24 Apr 17:16:06 ntpd[17204]: ntp-4 is maintained by Network Time Foundation, 2024-04-24T17:16:06.084 INFO:teuthology.orchestra.run.smithi088.stdout:24 Apr 17:16:06 ntpd[17204]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-04-24T17:16:06.084 INFO:teuthology.orchestra.run.smithi088.stdout:24 Apr 17:16:06 ntpd[17204]: corporation. Support and training for ntp-4 are 2024-04-24T17:16:06.084 INFO:teuthology.orchestra.run.smithi088.stdout:24 Apr 17:16:06 ntpd[17204]: available at https://www.nwtime.org/support 2024-04-24T17:16:06.084 INFO:teuthology.orchestra.run.smithi088.stdout:24 Apr 17:16:06 ntpd[17204]: ---------------------------------------------------- 2024-04-24T17:16:06.084 INFO:teuthology.orchestra.run.smithi088.stdout:24 Apr 17:16:06 ntpd[17204]: proto: precision = 0.062 usec (-24) 2024-04-24T17:16:06.084 INFO:teuthology.orchestra.run.smithi088.stdout:24 Apr 17:16:06 ntpd[17204]: basedate set to 2022-02-04 2024-04-24T17:16:06.085 INFO:teuthology.orchestra.run.smithi088.stdout:24 Apr 17:16:06 ntpd[17204]: gps base set to 2022-02-06 (week 2196) 2024-04-24T17:16:06.085 INFO:teuthology.orchestra.run.smithi088.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-24T17:16:06.085 INFO:teuthology.orchestra.run.smithi088.stdout:24 Apr 17:16:06 ntpd[17204]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-24T17:16:06.085 INFO:teuthology.orchestra.run.smithi088.stderr:restrict ::: KOD does nothing without LIMITED. 2024-04-24T17:16:06.086 INFO:teuthology.orchestra.run.smithi088.stdout:24 Apr 17:16:06 ntpd[17204]: restrict ::: KOD does nothing without LIMITED. 2024-04-24T17:16:06.086 INFO:teuthology.orchestra.run.smithi088.stdout:24 Apr 17:16:06 ntpd[17204]: Listen and drop on 0 v6wildcard [::]:123 2024-04-24T17:16:06.086 INFO:teuthology.orchestra.run.smithi088.stdout:24 Apr 17:16:06 ntpd[17204]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-04-24T17:16:06.087 INFO:teuthology.orchestra.run.smithi088.stdout:24 Apr 17:16:06 ntpd[17204]: Listen normally on 2 lo 127.0.0.1:123 2024-04-24T17:16:06.087 INFO:teuthology.orchestra.run.smithi088.stdout:24 Apr 17:16:06 ntpd[17204]: Listen normally on 3 enp3s0f1 172.21.15.88:123 2024-04-24T17:16:06.087 INFO:teuthology.orchestra.run.smithi088.stdout:24 Apr 17:16:06 ntpd[17204]: Listen normally on 4 lo [::1]:123 2024-04-24T17:16:06.087 INFO:teuthology.orchestra.run.smithi088.stdout:24 Apr 17:16:06 ntpd[17204]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:d42d%5]:123 2024-04-24T17:16:06.087 INFO:teuthology.orchestra.run.smithi088.stdout:24 Apr 17:16:06 ntpd[17204]: Listening on routing socket on fd #22 for interface updates 2024-04-24T17:16:07.057 INFO:teuthology.orchestra.run.smithi057.stderr:24 Apr 17:16:07 ntpd[17106]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:16:07.058 INFO:teuthology.orchestra.run.smithi057.stderr:24 Apr 17:16:07 ntpd[17106]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:16:07.058 INFO:teuthology.orchestra.run.smithi057.stderr:24 Apr 17:16:07 ntpd[17106]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:16:07.058 INFO:teuthology.orchestra.run.smithi057.stderr:24 Apr 17:16:07 ntpd[17106]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:16:07.058 INFO:teuthology.orchestra.run.smithi057.stderr:24 Apr 17:16:07 ntpd[17106]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:16:07.058 INFO:teuthology.orchestra.run.smithi057.stderr:24 Apr 17:16:07 ntpd[17106]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:16:07.058 INFO:teuthology.orchestra.run.smithi057.stderr:24 Apr 17:16:07 ntpd[17106]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T17:16:07.058 INFO:teuthology.orchestra.run.smithi057.stderr:24 Apr 17:16:07 ntpd[17106]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T17:16:07.084 INFO:teuthology.orchestra.run.smithi088.stderr:24 Apr 17:16:07 ntpd[17204]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:16:07.084 INFO:teuthology.orchestra.run.smithi088.stderr:24 Apr 17:16:07 ntpd[17204]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:16:07.084 INFO:teuthology.orchestra.run.smithi088.stderr:24 Apr 17:16:07 ntpd[17204]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:16:07.084 INFO:teuthology.orchestra.run.smithi088.stderr:24 Apr 17:16:07 ntpd[17204]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:16:07.084 INFO:teuthology.orchestra.run.smithi088.stderr:24 Apr 17:16:07 ntpd[17204]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T17:16:07.084 INFO:teuthology.orchestra.run.smithi088.stderr:24 Apr 17:16:07 ntpd[17204]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T17:16:08.084 INFO:teuthology.orchestra.run.smithi088.stderr:24 Apr 17:16:08 ntpd[17204]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:16:08.084 INFO:teuthology.orchestra.run.smithi088.stderr:24 Apr 17:16:08 ntpd[17204]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:16:09.058 INFO:teuthology.orchestra.run.smithi057.stderr:24 Apr 17:16:09 ntpd[17106]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:16:09.058 INFO:teuthology.orchestra.run.smithi057.stderr:24 Apr 17:16:09 ntpd[17106]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:16:09.058 INFO:teuthology.orchestra.run.smithi057.stderr:24 Apr 17:16:09 ntpd[17106]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:16:09.058 INFO:teuthology.orchestra.run.smithi057.stderr:24 Apr 17:16:09 ntpd[17106]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:16:09.058 INFO:teuthology.orchestra.run.smithi057.stderr:24 Apr 17:16:09 ntpd[17106]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:16:09.058 INFO:teuthology.orchestra.run.smithi057.stderr:24 Apr 17:16:09 ntpd[17106]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:16:09.059 INFO:teuthology.orchestra.run.smithi057.stderr:24 Apr 17:16:09 ntpd[17106]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T17:16:09.059 INFO:teuthology.orchestra.run.smithi057.stderr:24 Apr 17:16:09 ntpd[17106]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T17:16:09.059 INFO:teuthology.orchestra.run.smithi057.stderr:24 Apr 17:16:09 ntpd[17106]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:16:09.059 INFO:teuthology.orchestra.run.smithi057.stderr:24 Apr 17:16:09 ntpd[17106]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:16:09.059 INFO:teuthology.orchestra.run.smithi057.stderr:24 Apr 17:16:09 ntpd[17106]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T17:16:09.059 INFO:teuthology.orchestra.run.smithi057.stderr:24 Apr 17:16:09 ntpd[17106]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T17:16:09.084 INFO:teuthology.orchestra.run.smithi088.stderr:24 Apr 17:16:09 ntpd[17204]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:16:09.084 INFO:teuthology.orchestra.run.smithi088.stderr:24 Apr 17:16:09 ntpd[17204]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:16:09.084 INFO:teuthology.orchestra.run.smithi088.stderr:24 Apr 17:16:09 ntpd[17204]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:16:09.084 INFO:teuthology.orchestra.run.smithi088.stderr:24 Apr 17:16:09 ntpd[17204]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:16:09.084 INFO:teuthology.orchestra.run.smithi088.stderr:24 Apr 17:16:09 ntpd[17204]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T17:16:09.084 INFO:teuthology.orchestra.run.smithi088.stderr:24 Apr 17:16:09 ntpd[17204]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T17:16:10.084 INFO:teuthology.orchestra.run.smithi088.stderr:24 Apr 17:16:10 ntpd[17204]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:16:10.084 INFO:teuthology.orchestra.run.smithi088.stderr:24 Apr 17:16:10 ntpd[17204]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:16:10.084 INFO:teuthology.orchestra.run.smithi088.stderr:24 Apr 17:16:10 ntpd[17204]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:16:10.084 INFO:teuthology.orchestra.run.smithi088.stderr:24 Apr 17:16:10 ntpd[17204]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:16:10.084 INFO:teuthology.orchestra.run.smithi088.stderr:24 Apr 17:16:10 ntpd[17204]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T17:16:10.085 INFO:teuthology.orchestra.run.smithi088.stderr:24 Apr 17:16:10 ntpd[17204]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T17:16:11.058 INFO:teuthology.orchestra.run.smithi057.stderr:24 Apr 17:16:11 ntpd[17106]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:16:11.059 INFO:teuthology.orchestra.run.smithi057.stderr:24 Apr 17:16:11 ntpd[17106]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:16:11.059 INFO:teuthology.orchestra.run.smithi057.stderr:24 Apr 17:16:11 ntpd[17106]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:16:11.059 INFO:teuthology.orchestra.run.smithi057.stderr:24 Apr 17:16:11 ntpd[17106]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:16:11.059 INFO:teuthology.orchestra.run.smithi057.stderr:24 Apr 17:16:11 ntpd[17106]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:16:11.059 INFO:teuthology.orchestra.run.smithi057.stderr:24 Apr 17:16:11 ntpd[17106]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:16:11.059 INFO:teuthology.orchestra.run.smithi057.stderr:24 Apr 17:16:11 ntpd[17106]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:16:11.059 INFO:teuthology.orchestra.run.smithi057.stderr:24 Apr 17:16:11 ntpd[17106]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:16:11.059 INFO:teuthology.orchestra.run.smithi057.stderr:24 Apr 17:16:11 ntpd[17106]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T17:16:11.059 INFO:teuthology.orchestra.run.smithi057.stderr:24 Apr 17:16:11 ntpd[17106]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T17:16:11.059 INFO:teuthology.orchestra.run.smithi057.stderr:24 Apr 17:16:11 ntpd[17106]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:16:11.059 INFO:teuthology.orchestra.run.smithi057.stderr:24 Apr 17:16:11 ntpd[17106]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:16:11.059 INFO:teuthology.orchestra.run.smithi057.stderr:24 Apr 17:16:11 ntpd[17106]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T17:16:11.059 INFO:teuthology.orchestra.run.smithi057.stderr:24 Apr 17:16:11 ntpd[17106]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T17:16:11.060 INFO:teuthology.orchestra.run.smithi057.stderr:24 Apr 17:16:11 ntpd[17106]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:16:11.060 INFO:teuthology.orchestra.run.smithi057.stderr:24 Apr 17:16:11 ntpd[17106]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:16:11.060 INFO:teuthology.orchestra.run.smithi057.stderr:24 Apr 17:16:11 ntpd[17106]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T17:16:11.060 INFO:teuthology.orchestra.run.smithi057.stderr:24 Apr 17:16:11 ntpd[17106]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T17:16:11.084 INFO:teuthology.orchestra.run.smithi088.stderr:24 Apr 17:16:11 ntpd[17204]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:16:11.085 INFO:teuthology.orchestra.run.smithi088.stderr:24 Apr 17:16:11 ntpd[17204]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:16:11.085 INFO:teuthology.orchestra.run.smithi088.stderr:24 Apr 17:16:11 ntpd[17204]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:16:11.085 INFO:teuthology.orchestra.run.smithi088.stderr:24 Apr 17:16:11 ntpd[17204]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:16:11.085 INFO:teuthology.orchestra.run.smithi088.stderr:24 Apr 17:16:11 ntpd[17204]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:16:11.085 INFO:teuthology.orchestra.run.smithi088.stderr:24 Apr 17:16:11 ntpd[17204]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:16:11.085 INFO:teuthology.orchestra.run.smithi088.stderr:24 Apr 17:16:11 ntpd[17204]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T17:16:11.085 INFO:teuthology.orchestra.run.smithi088.stderr:24 Apr 17:16:11 ntpd[17204]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T17:16:11.085 INFO:teuthology.orchestra.run.smithi088.stderr:24 Apr 17:16:11 ntpd[17204]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:16:11.085 INFO:teuthology.orchestra.run.smithi088.stderr:24 Apr 17:16:11 ntpd[17204]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:16:11.085 INFO:teuthology.orchestra.run.smithi088.stderr:24 Apr 17:16:11 ntpd[17204]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T17:16:11.085 INFO:teuthology.orchestra.run.smithi088.stderr:24 Apr 17:16:11 ntpd[17204]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T17:16:12.084 INFO:teuthology.orchestra.run.smithi088.stderr:24 Apr 17:16:12 ntpd[17204]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:16:12.084 INFO:teuthology.orchestra.run.smithi088.stderr:24 Apr 17:16:12 ntpd[17204]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:16:12.084 INFO:teuthology.orchestra.run.smithi088.stderr:24 Apr 17:16:12 ntpd[17204]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:16:12.084 INFO:teuthology.orchestra.run.smithi088.stderr:24 Apr 17:16:12 ntpd[17204]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:16:12.084 INFO:teuthology.orchestra.run.smithi088.stderr:24 Apr 17:16:12 ntpd[17204]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T17:16:12.084 INFO:teuthology.orchestra.run.smithi088.stderr:24 Apr 17:16:12 ntpd[17204]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T17:16:13.058 INFO:teuthology.orchestra.run.smithi057.stderr:24 Apr 17:16:13 ntpd[17106]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:16:13.058 INFO:teuthology.orchestra.run.smithi057.stderr:24 Apr 17:16:13 ntpd[17106]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:16:13.059 INFO:teuthology.orchestra.run.smithi057.stderr:24 Apr 17:16:13 ntpd[17106]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:16:13.059 INFO:teuthology.orchestra.run.smithi057.stderr:24 Apr 17:16:13 ntpd[17106]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:16:13.059 INFO:teuthology.orchestra.run.smithi057.stderr:24 Apr 17:16:13 ntpd[17106]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:16:13.059 INFO:teuthology.orchestra.run.smithi057.stderr:24 Apr 17:16:13 ntpd[17106]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:16:13.059 INFO:teuthology.orchestra.run.smithi057.stderr:24 Apr 17:16:13 ntpd[17106]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:16:13.059 INFO:teuthology.orchestra.run.smithi057.stderr:24 Apr 17:16:13 ntpd[17106]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:16:13.059 INFO:teuthology.orchestra.run.smithi057.stderr:24 Apr 17:16:13 ntpd[17106]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T17:16:13.059 INFO:teuthology.orchestra.run.smithi057.stderr:24 Apr 17:16:13 ntpd[17106]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T17:16:13.059 INFO:teuthology.orchestra.run.smithi057.stderr:24 Apr 17:16:13 ntpd[17106]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:16:13.059 INFO:teuthology.orchestra.run.smithi057.stderr:24 Apr 17:16:13 ntpd[17106]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:16:13.059 INFO:teuthology.orchestra.run.smithi057.stderr:24 Apr 17:16:13 ntpd[17106]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T17:16:13.059 INFO:teuthology.orchestra.run.smithi057.stderr:24 Apr 17:16:13 ntpd[17106]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T17:16:13.059 INFO:teuthology.orchestra.run.smithi057.stderr:24 Apr 17:16:13 ntpd[17106]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:16:13.059 INFO:teuthology.orchestra.run.smithi057.stderr:24 Apr 17:16:13 ntpd[17106]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:16:13.060 INFO:teuthology.orchestra.run.smithi057.stderr:24 Apr 17:16:13 ntpd[17106]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T17:16:13.060 INFO:teuthology.orchestra.run.smithi057.stderr:24 Apr 17:16:13 ntpd[17106]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T17:16:13.084 INFO:teuthology.orchestra.run.smithi088.stderr:24 Apr 17:16:13 ntpd[17204]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:16:13.085 INFO:teuthology.orchestra.run.smithi088.stderr:24 Apr 17:16:13 ntpd[17204]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:16:13.085 INFO:teuthology.orchestra.run.smithi088.stderr:24 Apr 17:16:13 ntpd[17204]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:16:13.085 INFO:teuthology.orchestra.run.smithi088.stderr:24 Apr 17:16:13 ntpd[17204]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:16:13.085 INFO:teuthology.orchestra.run.smithi088.stderr:24 Apr 17:16:13 ntpd[17204]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:16:13.085 INFO:teuthology.orchestra.run.smithi088.stderr:24 Apr 17:16:13 ntpd[17204]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:16:13.085 INFO:teuthology.orchestra.run.smithi088.stderr:24 Apr 17:16:13 ntpd[17204]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T17:16:13.085 INFO:teuthology.orchestra.run.smithi088.stderr:24 Apr 17:16:13 ntpd[17204]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T17:16:13.085 INFO:teuthology.orchestra.run.smithi088.stderr:24 Apr 17:16:13 ntpd[17204]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:16:13.085 INFO:teuthology.orchestra.run.smithi088.stderr:24 Apr 17:16:13 ntpd[17204]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:16:13.085 INFO:teuthology.orchestra.run.smithi088.stderr:24 Apr 17:16:13 ntpd[17204]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T17:16:13.085 INFO:teuthology.orchestra.run.smithi088.stderr:24 Apr 17:16:13 ntpd[17204]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T17:16:14.084 INFO:teuthology.orchestra.run.smithi088.stderr:24 Apr 17:16:14 ntpd[17204]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:16:14.084 INFO:teuthology.orchestra.run.smithi088.stderr:24 Apr 17:16:14 ntpd[17204]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:16:14.084 INFO:teuthology.orchestra.run.smithi088.stderr:24 Apr 17:16:14 ntpd[17204]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:16:14.084 INFO:teuthology.orchestra.run.smithi088.stderr:24 Apr 17:16:14 ntpd[17204]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:16:14.084 INFO:teuthology.orchestra.run.smithi088.stderr:24 Apr 17:16:14 ntpd[17204]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T17:16:14.084 INFO:teuthology.orchestra.run.smithi088.stderr:24 Apr 17:16:14 ntpd[17204]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T17:16:15.058 INFO:teuthology.orchestra.run.smithi057.stderr:24 Apr 17:16:15 ntpd[17106]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:16:15.058 INFO:teuthology.orchestra.run.smithi057.stderr:24 Apr 17:16:15 ntpd[17106]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:16:15.058 INFO:teuthology.orchestra.run.smithi057.stderr:24 Apr 17:16:15 ntpd[17106]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:16:15.058 INFO:teuthology.orchestra.run.smithi057.stderr:24 Apr 17:16:15 ntpd[17106]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:16:15.058 INFO:teuthology.orchestra.run.smithi057.stderr:24 Apr 17:16:15 ntpd[17106]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:16:15.058 INFO:teuthology.orchestra.run.smithi057.stderr:24 Apr 17:16:15 ntpd[17106]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:16:15.058 INFO:teuthology.orchestra.run.smithi057.stderr:24 Apr 17:16:15 ntpd[17106]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:16:15.058 INFO:teuthology.orchestra.run.smithi057.stderr:24 Apr 17:16:15 ntpd[17106]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:16:15.058 INFO:teuthology.orchestra.run.smithi057.stderr:24 Apr 17:16:15 ntpd[17106]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T17:16:15.058 INFO:teuthology.orchestra.run.smithi057.stderr:24 Apr 17:16:15 ntpd[17106]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T17:16:15.059 INFO:teuthology.orchestra.run.smithi057.stdout:24 Apr 17:16:15 ntpd[17106]: ntpd: time slew -0.000596 s 2024-04-24T17:16:15.059 INFO:teuthology.orchestra.run.smithi057.stdout:ntpd: time slew -0.000596s 2024-04-24T17:16:15.059 INFO:teuthology.orchestra.run.smithi057.stderr:24 Apr 17:16:15 ntpd[17106]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-04-24T17:16:15.059 INFO:teuthology.orchestra.run.smithi057.stderr:24 Apr 17:16:15 ntpd[17106]: can't open /var/log/ntpstats/loopstats.20240424: Permission denied 2024-04-24T17:16:15.084 INFO:teuthology.orchestra.run.smithi088.stderr:24 Apr 17:16:15 ntpd[17204]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:16:15.085 INFO:teuthology.orchestra.run.smithi088.stderr:24 Apr 17:16:15 ntpd[17204]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:16:15.085 INFO:teuthology.orchestra.run.smithi088.stderr:24 Apr 17:16:15 ntpd[17204]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:16:15.085 INFO:teuthology.orchestra.run.smithi088.stderr:24 Apr 17:16:15 ntpd[17204]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:16:15.085 INFO:teuthology.orchestra.run.smithi088.stderr:24 Apr 17:16:15 ntpd[17204]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:16:15.085 INFO:teuthology.orchestra.run.smithi088.stderr:24 Apr 17:16:15 ntpd[17204]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:16:15.085 INFO:teuthology.orchestra.run.smithi088.stderr:24 Apr 17:16:15 ntpd[17204]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T17:16:15.085 INFO:teuthology.orchestra.run.smithi088.stderr:24 Apr 17:16:15 ntpd[17204]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T17:16:15.085 INFO:teuthology.orchestra.run.smithi088.stderr:24 Apr 17:16:15 ntpd[17204]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:16:15.085 INFO:teuthology.orchestra.run.smithi088.stderr:24 Apr 17:16:15 ntpd[17204]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:16:15.085 INFO:teuthology.orchestra.run.smithi088.stderr:24 Apr 17:16:15 ntpd[17204]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T17:16:15.085 INFO:teuthology.orchestra.run.smithi088.stderr:24 Apr 17:16:15 ntpd[17204]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T17:16:15.086 INFO:teuthology.orchestra.run.smithi088.stdout:24 Apr 17:16:15 ntpd[17204]: ntpd: time slew -0.003088 s 2024-04-24T17:16:15.086 INFO:teuthology.orchestra.run.smithi088.stdout:ntpd: time slew -0.003088s 2024-04-24T17:16:15.086 INFO:teuthology.orchestra.run.smithi088.stderr:24 Apr 17:16:15 ntpd[17204]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-04-24T17:16:15.086 INFO:teuthology.orchestra.run.smithi088.stderr:24 Apr 17:16:15 ntpd[17204]: can't open /var/log/ntpstats/loopstats.20240424: Permission denied 2024-04-24T17:16:15.110 INFO:teuthology.orchestra.run.smithi057.stdout: remote refid st t when poll reach delay offset jitter 2024-04-24T17:16:15.111 INFO:teuthology.orchestra.run.smithi057.stdout:============================================================================== 2024-04-24T17:16:15.111 INFO:teuthology.orchestra.run.smithi057.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-24T17:16:15.111 INFO:teuthology.orchestra.run.smithi057.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-24T17:16:15.111 INFO:teuthology.orchestra.run.smithi057.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-24T17:16:15.111 INFO:teuthology.orchestra.run.smithi057.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-24T17:16:15.147 INFO:teuthology.orchestra.run.smithi088.stdout: remote refid st t when poll reach delay offset jitter 2024-04-24T17:16:15.147 INFO:teuthology.orchestra.run.smithi088.stdout:============================================================================== 2024-04-24T17:16:15.147 INFO:teuthology.orchestra.run.smithi088.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-24T17:16:15.148 INFO:teuthology.orchestra.run.smithi088.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-24T17:16:15.148 INFO:teuthology.orchestra.run.smithi088.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-24T17:16:15.148 INFO:teuthology.orchestra.run.smithi088.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-24T17:16:15.149 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-04-24T17:16:15.161 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-04-24T17:16:15.161 DEBUG:teuthology.orchestra.run.smithi057:> set -ex 2024-04-24T17:16:15.162 DEBUG:teuthology.orchestra.run.smithi057:> dd if=/scratch_devs of=/dev/stdout 2024-04-24T17:16:15.168 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-04-24T17:16:15.168 DEBUG:teuthology.orchestra.run.smithi057:> stat /dev/vg_nvme/lv_1 2024-04-24T17:16:15.216 INFO:teuthology.orchestra.run.smithi057.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-24T17:16:15.216 INFO:teuthology.orchestra.run.smithi057.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-24T17:16:15.216 INFO:teuthology.orchestra.run.smithi057.stdout:Device: 5h/5d Inode: 867 Links: 1 2024-04-24T17:16:15.216 INFO:teuthology.orchestra.run.smithi057.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-24T17:16:15.216 INFO:teuthology.orchestra.run.smithi057.stdout:Access: 2024-04-24 17:12:47.957590558 +0000 2024-04-24T17:16:15.216 INFO:teuthology.orchestra.run.smithi057.stdout:Modify: 2024-04-24 17:12:47.953590594 +0000 2024-04-24T17:16:15.216 INFO:teuthology.orchestra.run.smithi057.stdout:Change: 2024-04-24 17:12:47.953590594 +0000 2024-04-24T17:16:15.216 INFO:teuthology.orchestra.run.smithi057.stdout: Birth: - 2024-04-24T17:16:15.217 DEBUG:teuthology.orchestra.run.smithi057:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-24T17:16:15.270 INFO:teuthology.orchestra.run.smithi057.stderr:1+0 records in 2024-04-24T17:16:15.271 INFO:teuthology.orchestra.run.smithi057.stderr:1+0 records out 2024-04-24T17:16:15.271 INFO:teuthology.orchestra.run.smithi057.stderr:512 bytes copied, 0.000498744 s, 1.0 MB/s 2024-04-24T17:16:15.271 DEBUG:teuthology.orchestra.run.smithi057:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-24T17:16:15.321 DEBUG:teuthology.orchestra.run.smithi057:> stat /dev/vg_nvme/lv_2 2024-04-24T17:16:15.368 INFO:teuthology.orchestra.run.smithi057.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-24T17:16:15.368 INFO:teuthology.orchestra.run.smithi057.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-24T17:16:15.368 INFO:teuthology.orchestra.run.smithi057.stdout:Device: 5h/5d Inode: 877 Links: 1 2024-04-24T17:16:15.368 INFO:teuthology.orchestra.run.smithi057.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-24T17:16:15.368 INFO:teuthology.orchestra.run.smithi057.stdout:Access: 2024-04-24 17:12:48.729583663 +0000 2024-04-24T17:16:15.368 INFO:teuthology.orchestra.run.smithi057.stdout:Modify: 2024-04-24 17:12:48.469585985 +0000 2024-04-24T17:16:15.368 INFO:teuthology.orchestra.run.smithi057.stdout:Change: 2024-04-24 17:12:48.469585985 +0000 2024-04-24T17:16:15.369 INFO:teuthology.orchestra.run.smithi057.stdout: Birth: - 2024-04-24T17:16:15.369 DEBUG:teuthology.orchestra.run.smithi057:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-24T17:16:15.423 INFO:teuthology.orchestra.run.smithi057.stderr:1+0 records in 2024-04-24T17:16:15.423 INFO:teuthology.orchestra.run.smithi057.stderr:1+0 records out 2024-04-24T17:16:15.423 INFO:teuthology.orchestra.run.smithi057.stderr:512 bytes copied, 0.000501129 s, 1.0 MB/s 2024-04-24T17:16:15.424 DEBUG:teuthology.orchestra.run.smithi057:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-24T17:16:15.478 DEBUG:teuthology.orchestra.run.smithi057:> stat /dev/vg_nvme/lv_3 2024-04-24T17:16:15.524 INFO:teuthology.orchestra.run.smithi057.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-24T17:16:15.524 INFO:teuthology.orchestra.run.smithi057.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-24T17:16:15.524 INFO:teuthology.orchestra.run.smithi057.stdout:Device: 5h/5d Inode: 896 Links: 1 2024-04-24T17:16:15.524 INFO:teuthology.orchestra.run.smithi057.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-24T17:16:15.525 INFO:teuthology.orchestra.run.smithi057.stdout:Access: 2024-04-24 17:12:49.253578982 +0000 2024-04-24T17:16:15.525 INFO:teuthology.orchestra.run.smithi057.stdout:Modify: 2024-04-24 17:12:48.961581590 +0000 2024-04-24T17:16:15.525 INFO:teuthology.orchestra.run.smithi057.stdout:Change: 2024-04-24 17:12:48.961581590 +0000 2024-04-24T17:16:15.525 INFO:teuthology.orchestra.run.smithi057.stdout: Birth: - 2024-04-24T17:16:15.525 DEBUG:teuthology.orchestra.run.smithi057:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-24T17:16:15.579 INFO:teuthology.orchestra.run.smithi057.stderr:1+0 records in 2024-04-24T17:16:15.579 INFO:teuthology.orchestra.run.smithi057.stderr:1+0 records out 2024-04-24T17:16:15.579 INFO:teuthology.orchestra.run.smithi057.stderr:512 bytes copied, 0.000497547 s, 1.0 MB/s 2024-04-24T17:16:15.580 DEBUG:teuthology.orchestra.run.smithi057:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-24T17:16:15.630 DEBUG:teuthology.orchestra.run.smithi057:> stat /dev/vg_nvme/lv_4 2024-04-24T17:16:15.676 INFO:teuthology.orchestra.run.smithi057.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-24T17:16:15.676 INFO:teuthology.orchestra.run.smithi057.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-24T17:16:15.676 INFO:teuthology.orchestra.run.smithi057.stdout:Device: 5h/5d Inode: 911 Links: 1 2024-04-24T17:16:15.676 INFO:teuthology.orchestra.run.smithi057.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-24T17:16:15.676 INFO:teuthology.orchestra.run.smithi057.stdout:Access: 2024-04-24 17:12:49.745574587 +0000 2024-04-24T17:16:15.676 INFO:teuthology.orchestra.run.smithi057.stdout:Modify: 2024-04-24 17:12:49.497576802 +0000 2024-04-24T17:16:15.677 INFO:teuthology.orchestra.run.smithi057.stdout:Change: 2024-04-24 17:12:49.497576802 +0000 2024-04-24T17:16:15.677 INFO:teuthology.orchestra.run.smithi057.stdout: Birth: - 2024-04-24T17:16:15.677 DEBUG:teuthology.orchestra.run.smithi057:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-24T17:16:15.731 INFO:teuthology.orchestra.run.smithi057.stderr:1+0 records in 2024-04-24T17:16:15.731 INFO:teuthology.orchestra.run.smithi057.stderr:1+0 records out 2024-04-24T17:16:15.731 INFO:teuthology.orchestra.run.smithi057.stderr:512 bytes copied, 0.000421075 s, 1.2 MB/s 2024-04-24T17:16:15.733 DEBUG:teuthology.orchestra.run.smithi057:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-24T17:16:15.782 DEBUG:teuthology.orchestra.run.smithi057:> grep '^nvme_loop' /proc/modules || sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2024-04-24T17:16:15.916 INFO:teuthology.orchestra.run.smithi057.stdout:loop 2024-04-24T17:16:15.917 INFO:tasks.nvme_loop:Connecting nvme_loop smithi057:/dev/vg_nvme/lv_1... 2024-04-24T17:16:15.918 DEBUG:teuthology.orchestra.run.smithi057:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2024-04-24T17:16:15.934 INFO:teuthology.orchestra.run.smithi057.stdout:1 2024-04-24T17:16:15.953 INFO:teuthology.orchestra.run.smithi057.stdout:/dev/vg_nvme/lv_11 2024-04-24T17:16:15.969 INFO:tasks.nvme_loop:Connecting nvme_loop smithi057:/dev/vg_nvme/lv_2... 2024-04-24T17:16:15.969 DEBUG:teuthology.orchestra.run.smithi057:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2024-04-24T17:16:16.028 INFO:teuthology.orchestra.run.smithi057.stdout:1 2024-04-24T17:16:16.047 INFO:teuthology.orchestra.run.smithi057.stdout:/dev/vg_nvme/lv_21 2024-04-24T17:16:16.061 INFO:tasks.nvme_loop:Connecting nvme_loop smithi057:/dev/vg_nvme/lv_3... 2024-04-24T17:16:16.062 DEBUG:teuthology.orchestra.run.smithi057:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2024-04-24T17:16:16.119 INFO:teuthology.orchestra.run.smithi057.stdout:1 2024-04-24T17:16:16.138 INFO:teuthology.orchestra.run.smithi057.stdout:/dev/vg_nvme/lv_31 2024-04-24T17:16:16.154 INFO:tasks.nvme_loop:Connecting nvme_loop smithi057:/dev/vg_nvme/lv_4... 2024-04-24T17:16:16.154 DEBUG:teuthology.orchestra.run.smithi057:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2024-04-24T17:16:16.213 INFO:teuthology.orchestra.run.smithi057.stdout:1 2024-04-24T17:16:16.234 INFO:teuthology.orchestra.run.smithi057.stdout:/dev/vg_nvme/lv_41 2024-04-24T17:16:16.251 DEBUG:teuthology.orchestra.run.smithi057:> set -ex 2024-04-24T17:16:16.252 DEBUG:teuthology.orchestra.run.smithi057:> dd if=/scratch_devs of=/dev/stdout 2024-04-24T17:16:16.300 DEBUG:teuthology.orchestra.run.smithi057:> sudo nvme list 2024-04-24T17:16:16.354 INFO:teuthology.orchestra.run.smithi057.stdout:Node SN Model Namespace Usage Format FW Rev 2024-04-24T17:16:16.354 INFO:teuthology.orchestra.run.smithi057.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-04-24T17:16:16.354 INFO:teuthology.orchestra.run.smithi057.stdout:/dev/nvme0n1 BTLE7361049H4P0KGN INTEL SSDPEDKE040T7 1 4.00 TB / 4.00 TB 512 B + 0 B QDV1013D 2024-04-24T17:16:16.355 INFO:teuthology.orchestra.run.smithi057.stdout:/dev/nvme1n1 708f95b085ff9846e7ea Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-04-24T17:16:16.355 INFO:teuthology.orchestra.run.smithi057.stdout:/dev/nvme2n1 ebdcd8cd8ac65e1f0528 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-04-24T17:16:16.355 INFO:teuthology.orchestra.run.smithi057.stdout:/dev/nvme3n1 3cc47c309fbe5d93551f Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-04-24T17:16:16.355 INFO:teuthology.orchestra.run.smithi057.stdout:/dev/nvme4n1 3b37dd3d3c775a5d5f2f Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-04-24T17:16:16.355 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-04-24T17:16:16.356 DEBUG:teuthology.orchestra.run.smithi057:> set -ex 2024-04-24T17:16:16.356 DEBUG:teuthology.orchestra.run.smithi057:> sudo dd of=/scratch_devs 2024-04-24T17:16:16.412 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2024-04-24T17:16:16.412 DEBUG:teuthology.orchestra.run.smithi088:> dd if=/scratch_devs of=/dev/stdout 2024-04-24T17:16:16.418 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-04-24T17:16:16.418 DEBUG:teuthology.orchestra.run.smithi088:> stat /dev/vg_nvme/lv_1 2024-04-24T17:16:16.466 INFO:teuthology.orchestra.run.smithi088.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-24T17:16:16.466 INFO:teuthology.orchestra.run.smithi088.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-24T17:16:16.466 INFO:teuthology.orchestra.run.smithi088.stdout:Device: 5h/5d Inode: 892 Links: 1 2024-04-24T17:16:16.466 INFO:teuthology.orchestra.run.smithi088.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-24T17:16:16.466 INFO:teuthology.orchestra.run.smithi088.stdout:Access: 2024-04-24 17:12:44.174924913 +0000 2024-04-24T17:16:16.466 INFO:teuthology.orchestra.run.smithi088.stdout:Modify: 2024-04-24 17:12:43.934927057 +0000 2024-04-24T17:16:16.467 INFO:teuthology.orchestra.run.smithi088.stdout:Change: 2024-04-24 17:12:43.934927057 +0000 2024-04-24T17:16:16.467 INFO:teuthology.orchestra.run.smithi088.stdout: Birth: - 2024-04-24T17:16:16.467 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-24T17:16:16.521 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records in 2024-04-24T17:16:16.521 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records out 2024-04-24T17:16:16.521 INFO:teuthology.orchestra.run.smithi088.stderr:512 bytes copied, 0.00040202 s, 1.3 MB/s 2024-04-24T17:16:16.522 DEBUG:teuthology.orchestra.run.smithi088:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-24T17:16:16.571 DEBUG:teuthology.orchestra.run.smithi088:> stat /dev/vg_nvme/lv_2 2024-04-24T17:16:16.617 INFO:teuthology.orchestra.run.smithi088.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-24T17:16:16.618 INFO:teuthology.orchestra.run.smithi088.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-24T17:16:16.618 INFO:teuthology.orchestra.run.smithi088.stdout:Device: 5h/5d Inode: 909 Links: 1 2024-04-24T17:16:16.618 INFO:teuthology.orchestra.run.smithi088.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-24T17:16:16.618 INFO:teuthology.orchestra.run.smithi088.stdout:Access: 2024-04-24 17:12:44.658920590 +0000 2024-04-24T17:16:16.618 INFO:teuthology.orchestra.run.smithi088.stdout:Modify: 2024-04-24 17:12:44.406922840 +0000 2024-04-24T17:16:16.618 INFO:teuthology.orchestra.run.smithi088.stdout:Change: 2024-04-24 17:12:44.406922840 +0000 2024-04-24T17:16:16.618 INFO:teuthology.orchestra.run.smithi088.stdout: Birth: - 2024-04-24T17:16:16.618 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-24T17:16:16.671 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records in 2024-04-24T17:16:16.672 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records out 2024-04-24T17:16:16.672 INFO:teuthology.orchestra.run.smithi088.stderr:512 bytes copied, 0.000336971 s, 1.5 MB/s 2024-04-24T17:16:16.673 DEBUG:teuthology.orchestra.run.smithi088:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-24T17:16:16.723 DEBUG:teuthology.orchestra.run.smithi088:> stat /dev/vg_nvme/lv_3 2024-04-24T17:16:16.771 INFO:teuthology.orchestra.run.smithi088.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-24T17:16:16.772 INFO:teuthology.orchestra.run.smithi088.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-24T17:16:16.772 INFO:teuthology.orchestra.run.smithi088.stdout:Device: 5h/5d Inode: 927 Links: 1 2024-04-24T17:16:16.772 INFO:teuthology.orchestra.run.smithi088.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-24T17:16:16.772 INFO:teuthology.orchestra.run.smithi088.stdout:Access: 2024-04-24 17:12:45.138916302 +0000 2024-04-24T17:16:16.772 INFO:teuthology.orchestra.run.smithi088.stdout:Modify: 2024-04-24 17:12:44.894918482 +0000 2024-04-24T17:16:16.773 INFO:teuthology.orchestra.run.smithi088.stdout:Change: 2024-04-24 17:12:44.894918482 +0000 2024-04-24T17:16:16.773 INFO:teuthology.orchestra.run.smithi088.stdout: Birth: - 2024-04-24T17:16:16.773 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-24T17:16:16.824 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records in 2024-04-24T17:16:16.825 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records out 2024-04-24T17:16:16.825 INFO:teuthology.orchestra.run.smithi088.stderr:512 bytes copied, 0.000408945 s, 1.3 MB/s 2024-04-24T17:16:16.826 DEBUG:teuthology.orchestra.run.smithi088:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-24T17:16:16.875 DEBUG:teuthology.orchestra.run.smithi088:> stat /dev/vg_nvme/lv_4 2024-04-24T17:16:16.922 INFO:teuthology.orchestra.run.smithi088.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-24T17:16:16.922 INFO:teuthology.orchestra.run.smithi088.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-24T17:16:16.922 INFO:teuthology.orchestra.run.smithi088.stdout:Device: 5h/5d Inode: 936 Links: 1 2024-04-24T17:16:16.922 INFO:teuthology.orchestra.run.smithi088.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-24T17:16:16.922 INFO:teuthology.orchestra.run.smithi088.stdout:Access: 2024-04-24 17:12:45.646911765 +0000 2024-04-24T17:16:16.922 INFO:teuthology.orchestra.run.smithi088.stdout:Modify: 2024-04-24 17:12:45.382914123 +0000 2024-04-24T17:16:16.922 INFO:teuthology.orchestra.run.smithi088.stdout:Change: 2024-04-24 17:12:45.382914123 +0000 2024-04-24T17:16:16.923 INFO:teuthology.orchestra.run.smithi088.stdout: Birth: - 2024-04-24T17:16:16.923 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-24T17:16:16.976 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records in 2024-04-24T17:16:16.976 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records out 2024-04-24T17:16:16.976 INFO:teuthology.orchestra.run.smithi088.stderr:512 bytes copied, 0.000333973 s, 1.5 MB/s 2024-04-24T17:16:16.977 DEBUG:teuthology.orchestra.run.smithi088:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-24T17:16:17.027 DEBUG:teuthology.orchestra.run.smithi088:> grep '^nvme_loop' /proc/modules || sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2024-04-24T17:16:17.161 INFO:teuthology.orchestra.run.smithi088.stdout:loop 2024-04-24T17:16:17.162 INFO:tasks.nvme_loop:Connecting nvme_loop smithi088:/dev/vg_nvme/lv_1... 2024-04-24T17:16:17.162 DEBUG:teuthology.orchestra.run.smithi088:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2024-04-24T17:16:17.178 INFO:teuthology.orchestra.run.smithi088.stdout:1 2024-04-24T17:16:17.196 INFO:teuthology.orchestra.run.smithi088.stdout:/dev/vg_nvme/lv_11 2024-04-24T17:16:17.212 INFO:tasks.nvme_loop:Connecting nvme_loop smithi088:/dev/vg_nvme/lv_2... 2024-04-24T17:16:17.212 DEBUG:teuthology.orchestra.run.smithi088:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2024-04-24T17:16:17.269 INFO:teuthology.orchestra.run.smithi088.stdout:1 2024-04-24T17:16:17.288 INFO:teuthology.orchestra.run.smithi088.stdout:/dev/vg_nvme/lv_21 2024-04-24T17:16:17.304 INFO:tasks.nvme_loop:Connecting nvme_loop smithi088:/dev/vg_nvme/lv_3... 2024-04-24T17:16:17.304 DEBUG:teuthology.orchestra.run.smithi088:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2024-04-24T17:16:17.362 INFO:teuthology.orchestra.run.smithi088.stdout:1 2024-04-24T17:16:17.380 INFO:teuthology.orchestra.run.smithi088.stdout:/dev/vg_nvme/lv_31 2024-04-24T17:16:17.395 INFO:tasks.nvme_loop:Connecting nvme_loop smithi088:/dev/vg_nvme/lv_4... 2024-04-24T17:16:17.395 DEBUG:teuthology.orchestra.run.smithi088:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2024-04-24T17:16:17.452 INFO:teuthology.orchestra.run.smithi088.stdout:1 2024-04-24T17:16:17.473 INFO:teuthology.orchestra.run.smithi088.stdout:/dev/vg_nvme/lv_41 2024-04-24T17:16:17.488 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2024-04-24T17:16:17.488 DEBUG:teuthology.orchestra.run.smithi088:> dd if=/scratch_devs of=/dev/stdout 2024-04-24T17:16:17.533 DEBUG:teuthology.orchestra.run.smithi088:> sudo nvme list 2024-04-24T17:16:17.589 INFO:teuthology.orchestra.run.smithi088.stdout:Node SN Model Namespace Usage Format FW Rev 2024-04-24T17:16:17.589 INFO:teuthology.orchestra.run.smithi088.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-04-24T17:16:17.589 INFO:teuthology.orchestra.run.smithi088.stdout:/dev/nvme0n1 PHFT620400XD400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-04-24T17:16:17.589 INFO:teuthology.orchestra.run.smithi088.stdout:/dev/nvme1n1 e51387ba15f836fe60c2 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-04-24T17:16:17.589 INFO:teuthology.orchestra.run.smithi088.stdout:/dev/nvme2n1 fa80494c9f7aea14a28a Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-04-24T17:16:17.589 INFO:teuthology.orchestra.run.smithi088.stdout:/dev/nvme3n1 67103078e6d5243f04e0 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-04-24T17:16:17.590 INFO:teuthology.orchestra.run.smithi088.stdout:/dev/nvme4n1 a1c161d24803316ae47f Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-04-24T17:16:17.590 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-04-24T17:16:17.591 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2024-04-24T17:16:17.591 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd of=/scratch_devs 2024-04-24T17:16:17.645 INFO:teuthology.run_tasks:Running task cephadm... 2024-04-24T17:16:17.753 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\\)'], 'log-only-match': ['CEPHADM_'], 'sha1': '5904d29475f5be602879d9fb26280e89b808d5cc'} 2024-04-24T17:16:17.754 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc 2024-04-24T17:16:17.754 INFO:tasks.cephadm:Cluster fsid is 5cb8698a-025e-11ef-bc93-c7b262605968 2024-04-24T17:16:17.754 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-04-24T17:16:17.754 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-04-24T17:16:17.755 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi057': '172.21.15.57', 'mon.smithi088': '172.21.15.88'} 2024-04-24T17:16:17.755 INFO:tasks.cephadm:Normalizing hostnames... 2024-04-24T17:16:17.755 DEBUG:teuthology.orchestra.run.smithi057:> sudo hostname $(hostname -s) 2024-04-24T17:16:17.770 DEBUG:teuthology.orchestra.run.smithi088:> sudo hostname $(hostname -s) 2024-04-24T17:16:17.784 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-04-24T17:16:17.784 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=5904d29475f5be602879d9fb26280e89b808d5cc 2024-04-24T17:16:18.106 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '5904d29475f5be602879d9fb26280e89b808d5cc', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=jammy,DIST=jammy,MACHINE_SIZE=gigantic/78851/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-3285-g5904d294', 'node_name': '172.21.2.13+braggi13', 'job_name': 'ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=jammy,DIST=jammy,MACHINE_SIZE=gigantic', 'package_manager_version': '19.0.0-3285-g5904d294-1jammy'}, 'url': 'https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default/', 'distro_codename': 'jammy', 'modified': '2024-04-24 15:35:30.146514', 'distro_version': '22.04', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-adk-testing-2024-04-24-0937', 'chacra_url': 'https://1.chacra.ceph.com/repos/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default/', 'archs': ['x86_64'], 'distro': 'ubuntu'}] 2024-04-24T17:16:18.365 INFO:tasks.util.chacra:got chacra host 1.chacra.ceph.com, ref wip-adk-testing-2024-04-24-0937, sha1 5904d29475f5be602879d9fb26280e89b808d5cc from https://shaman.ceph.com/api/search/?project=ceph&distros=ubuntu%2F22.04%2Fx86_64&flavor=default&sha1=5904d29475f5be602879d9fb26280e89b808d5cc 2024-04-24T17:16:18.366 INFO:tasks.cephadm:Discovered cachra url: https://1.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-04-24T17:16:18.367 DEBUG:teuthology.orchestra.run.smithi057:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-24T17:16:19.000 INFO:teuthology.orchestra.run.smithi057.stdout:-rw-rw-r-- 1 ubuntu ubuntu 789946 Apr 24 17:16 /home/ubuntu/cephtest/cephadm 2024-04-24T17:16:19.000 DEBUG:teuthology.orchestra.run.smithi088:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-24T17:16:19.638 INFO:teuthology.orchestra.run.smithi088.stdout:-rw-rw-r-- 1 ubuntu ubuntu 789946 Apr 24 17:16 /home/ubuntu/cephtest/cephadm 2024-04-24T17:16:19.638 DEBUG:teuthology.orchestra.run.smithi057:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-24T17:16:19.646 DEBUG:teuthology.orchestra.run.smithi088:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-24T17:16:19.663 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc on all hosts... 2024-04-24T17:16:19.663 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc pull 2024-04-24T17:16:19.690 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc pull 2024-04-24T17:16:19.857 INFO:teuthology.orchestra.run.smithi057.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc... 2024-04-24T17:16:19.860 INFO:teuthology.orchestra.run.smithi088.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc... 2024-04-24T17:17:13.597 INFO:teuthology.orchestra.run.smithi057.stdout:{ 2024-04-24T17:17:13.598 INFO:teuthology.orchestra.run.smithi057.stdout: "ceph_version": "ceph version 19.0.0-3285-g5904d294 (5904d29475f5be602879d9fb26280e89b808d5cc) squid (dev)", 2024-04-24T17:17:13.598 INFO:teuthology.orchestra.run.smithi057.stdout: "image_id": "8bb2087275ff8b3edc22adaa46e72c303749ca6355b50780fa41551d025b2f8d", 2024-04-24T17:17:13.598 INFO:teuthology.orchestra.run.smithi057.stdout: "repo_digests": [ 2024-04-24T17:17:13.599 INFO:teuthology.orchestra.run.smithi057.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a" 2024-04-24T17:17:13.599 INFO:teuthology.orchestra.run.smithi057.stdout: ] 2024-04-24T17:17:13.599 INFO:teuthology.orchestra.run.smithi057.stdout:} 2024-04-24T17:17:16.969 INFO:teuthology.orchestra.run.smithi088.stdout:{ 2024-04-24T17:17:16.969 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph_version": "ceph version 19.0.0-3285-g5904d294 (5904d29475f5be602879d9fb26280e89b808d5cc) squid (dev)", 2024-04-24T17:17:16.970 INFO:teuthology.orchestra.run.smithi088.stdout: "image_id": "8bb2087275ff8b3edc22adaa46e72c303749ca6355b50780fa41551d025b2f8d", 2024-04-24T17:17:16.970 INFO:teuthology.orchestra.run.smithi088.stdout: "repo_digests": [ 2024-04-24T17:17:16.970 INFO:teuthology.orchestra.run.smithi088.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a" 2024-04-24T17:17:16.970 INFO:teuthology.orchestra.run.smithi088.stdout: ] 2024-04-24T17:17:16.970 INFO:teuthology.orchestra.run.smithi088.stdout:} 2024-04-24T17:17:17.001 DEBUG:teuthology.orchestra.run.smithi057:> sudo mkdir -p /etc/ceph 2024-04-24T17:17:17.016 DEBUG:teuthology.orchestra.run.smithi088:> sudo mkdir -p /etc/ceph 2024-04-24T17:17:17.031 DEBUG:teuthology.orchestra.run.smithi057:> sudo chmod 777 /etc/ceph 2024-04-24T17:17:17.072 DEBUG:teuthology.orchestra.run.smithi088:> sudo chmod 777 /etc/ceph 2024-04-24T17:17:17.086 INFO:tasks.cephadm:Writing seed config... 2024-04-24T17:17:17.087 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-04-24T17:17:17.087 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-04-24T17:17:17.088 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-04-24T17:17:17.088 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-04-24T17:17:17.088 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-04-24T17:17:17.088 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-04-24T17:17:17.088 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-04-24T17:17:17.088 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-04-24T17:17:17.088 DEBUG:teuthology.orchestra.run.smithi057:> set -ex 2024-04-24T17:17:17.089 DEBUG:teuthology.orchestra.run.smithi057:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-04-24T17:17:17.120 DEBUG:tasks.cephadm:Final config: [global] # make logging friendly to teuthology log_to_file = true log_to_stderr = false log to journald = false mon cluster log to file = true mon cluster log file level = debug mon clock drift allowed = 1.000 # replicate across OSDs, not hosts osd crush chooseleaf type = 0 #osd pool default size = 2 osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 crush-failure-domain=osd # enable some debugging auth debug = true ms die on old message = true ms die on bug = true debug asserts on shutdown = true # adjust warnings mon max pg per osd = 10000# >= luminous mon pg warn max object skew = 0 mon osd allow primary affinity = true mon osd allow pg remap = true mon warn on legacy crush tunables = false mon warn on crush straw calc version zero = false mon warn on no sortbitwise = false mon warn on osd down out interval zero = false mon warn on too few osds = false mon_warn_on_pool_pg_num_not_power_of_two = false # disable pg_autoscaler by default for new pools osd_pool_default_pg_autoscale_mode = off # tests delete pools mon allow pool delete = true fsid = 5cb8698a-025e-11ef-bc93-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-04-24T17:17:17.121 DEBUG:teuthology.orchestra.run.smithi057:mon.smithi057> sudo journalctl -f -n 0 -u ceph-5cb8698a-025e-11ef-bc93-c7b262605968@mon.smithi057.service 2024-04-24T17:17:17.165 INFO:tasks.cephadm:Bootstrapping... 2024-04-24T17:17:17.166 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc -v bootstrap --fsid 5cb8698a-025e-11ef-bc93-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.57 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-04-24T17:17:17.387 INFO:teuthology.orchestra.run.smithi057.stdout:-------------------------------------------------------------------------------- 2024-04-24T17:17:17.387 INFO:teuthology.orchestra.run.smithi057.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc', '-v', 'bootstrap', '--fsid', '5cb8698a-025e-11ef-bc93-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.57', '--skip-admin-label'] 2024-04-24T17:17:17.387 INFO:teuthology.orchestra.run.smithi057.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-04-24T17:17:17.388 INFO:teuthology.orchestra.run.smithi057.stdout:Verifying podman|docker is present... 2024-04-24T17:17:17.388 INFO:teuthology.orchestra.run.smithi057.stdout:Verifying lvm2 is present... 2024-04-24T17:17:17.388 INFO:teuthology.orchestra.run.smithi057.stdout:Verifying time synchronization is in place... 2024-04-24T17:17:17.392 INFO:teuthology.orchestra.run.smithi057.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-04-24T17:17:17.392 INFO:teuthology.orchestra.run.smithi057.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-04-24T17:17:17.397 INFO:teuthology.orchestra.run.smithi057.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-04-24T17:17:17.397 INFO:teuthology.orchestra.run.smithi057.stdout:systemctl: stdout inactive 2024-04-24T17:17:17.401 INFO:teuthology.orchestra.run.smithi057.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-04-24T17:17:17.401 INFO:teuthology.orchestra.run.smithi057.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-04-24T17:17:17.405 INFO:teuthology.orchestra.run.smithi057.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-04-24T17:17:17.405 INFO:teuthology.orchestra.run.smithi057.stdout:systemctl: stdout inactive 2024-04-24T17:17:17.409 INFO:teuthology.orchestra.run.smithi057.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-04-24T17:17:17.409 INFO:teuthology.orchestra.run.smithi057.stdout:systemctl: stdout masked 2024-04-24T17:17:17.413 INFO:teuthology.orchestra.run.smithi057.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-04-24T17:17:17.413 INFO:teuthology.orchestra.run.smithi057.stdout:systemctl: stdout inactive 2024-04-24T17:17:17.417 INFO:teuthology.orchestra.run.smithi057.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-04-24T17:17:17.417 INFO:teuthology.orchestra.run.smithi057.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-04-24T17:17:17.421 INFO:teuthology.orchestra.run.smithi057.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-04-24T17:17:17.421 INFO:teuthology.orchestra.run.smithi057.stdout:systemctl: stdout inactive 2024-04-24T17:17:17.425 INFO:teuthology.orchestra.run.smithi057.stdout:systemctl: stdout enabled 2024-04-24T17:17:17.429 INFO:teuthology.orchestra.run.smithi057.stdout:systemctl: stdout active 2024-04-24T17:17:17.429 INFO:teuthology.orchestra.run.smithi057.stdout:Unit ntp.service is enabled and running 2024-04-24T17:17:17.429 INFO:teuthology.orchestra.run.smithi057.stdout:Repeating the final host check... 2024-04-24T17:17:17.430 INFO:teuthology.orchestra.run.smithi057.stdout:docker (/usr/bin/docker) is present 2024-04-24T17:17:17.430 INFO:teuthology.orchestra.run.smithi057.stdout:systemctl is present 2024-04-24T17:17:17.430 INFO:teuthology.orchestra.run.smithi057.stdout:lvcreate is present 2024-04-24T17:17:17.433 INFO:teuthology.orchestra.run.smithi057.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-04-24T17:17:17.433 INFO:teuthology.orchestra.run.smithi057.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-04-24T17:17:17.436 INFO:teuthology.orchestra.run.smithi057.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-04-24T17:17:17.436 INFO:teuthology.orchestra.run.smithi057.stdout:systemctl: stdout inactive 2024-04-24T17:17:17.440 INFO:teuthology.orchestra.run.smithi057.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-04-24T17:17:17.440 INFO:teuthology.orchestra.run.smithi057.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-04-24T17:17:17.444 INFO:teuthology.orchestra.run.smithi057.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-04-24T17:17:17.444 INFO:teuthology.orchestra.run.smithi057.stdout:systemctl: stdout inactive 2024-04-24T17:17:17.447 INFO:teuthology.orchestra.run.smithi057.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-04-24T17:17:17.447 INFO:teuthology.orchestra.run.smithi057.stdout:systemctl: stdout masked 2024-04-24T17:17:17.451 INFO:teuthology.orchestra.run.smithi057.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-04-24T17:17:17.451 INFO:teuthology.orchestra.run.smithi057.stdout:systemctl: stdout inactive 2024-04-24T17:17:17.455 INFO:teuthology.orchestra.run.smithi057.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-04-24T17:17:17.455 INFO:teuthology.orchestra.run.smithi057.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-04-24T17:17:17.458 INFO:teuthology.orchestra.run.smithi057.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-04-24T17:17:17.458 INFO:teuthology.orchestra.run.smithi057.stdout:systemctl: stdout inactive 2024-04-24T17:17:17.463 INFO:teuthology.orchestra.run.smithi057.stdout:systemctl: stdout enabled 2024-04-24T17:17:17.467 INFO:teuthology.orchestra.run.smithi057.stdout:systemctl: stdout active 2024-04-24T17:17:17.467 INFO:teuthology.orchestra.run.smithi057.stdout:Unit ntp.service is enabled and running 2024-04-24T17:17:17.467 INFO:teuthology.orchestra.run.smithi057.stdout:Host looks OK 2024-04-24T17:17:17.468 INFO:teuthology.orchestra.run.smithi057.stdout:Cluster fsid: 5cb8698a-025e-11ef-bc93-c7b262605968 2024-04-24T17:17:17.468 INFO:teuthology.orchestra.run.smithi057.stdout:Acquiring lock 140486726379808 on /run/cephadm/5cb8698a-025e-11ef-bc93-c7b262605968.lock 2024-04-24T17:17:17.468 INFO:teuthology.orchestra.run.smithi057.stdout:Lock 140486726379808 acquired on /run/cephadm/5cb8698a-025e-11ef-bc93-c7b262605968.lock 2024-04-24T17:17:17.468 INFO:teuthology.orchestra.run.smithi057.stdout:Verifying IP 172.21.15.57 port 3300 ... 2024-04-24T17:17:17.468 INFO:teuthology.orchestra.run.smithi057.stdout:Verifying IP 172.21.15.57 port 6789 ... 2024-04-24T17:17:17.468 INFO:teuthology.orchestra.run.smithi057.stdout:Base mon IP(s) is [172.21.15.57:3300, 172.21.15.57:6789], mon addrv is [v2:172.21.15.57:3300,v1:172.21.15.57:6789] 2024-04-24T17:17:17.470 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 2024-04-24T17:17:17.470 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/sbin/ip: stdout 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-04-24T17:17:17.470 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.57 2024-04-24T17:17:17.472 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-04-24T17:17:17.472 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2024-04-24T17:17:17.472 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1796sec hoplimit 64 pref medium 2024-04-24T17:17:17.474 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-04-24T17:17:17.475 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/sbin/ip: stdout inet6 ::1/128 scope host 2024-04-24T17:17:17.475 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-04-24T17:17:17.475 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/sbin/ip: stdout 4: ens1f0: mtu 1500 state UP qlen 1000 2024-04-24T17:17:17.475 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/sbin/ip: stdout inet6 fe80::ec4:7aff:febd:1562/64 scope link 2024-04-24T17:17:17.475 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-04-24T17:17:17.475 INFO:teuthology.orchestra.run.smithi057.stdout:Mon IP `172.21.15.57` is in CIDR network `172.21.0.0/20` 2024-04-24T17:17:17.476 INFO:teuthology.orchestra.run.smithi057.stdout:Mon IP `172.21.15.57` is in CIDR network `172.21.0.0/20` 2024-04-24T17:17:17.476 INFO:teuthology.orchestra.run.smithi057.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-04-24T17:17:17.476 INFO:teuthology.orchestra.run.smithi057.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-04-24T17:17:17.477 INFO:teuthology.orchestra.run.smithi057.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc... 2024-04-24T17:17:17.720 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/docker: stdout 5904d29475f5be602879d9fb26280e89b808d5cc: Pulling from ceph-ci/ceph 2024-04-24T17:17:17.720 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/docker: stdout Digest: sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a 2024-04-24T17:17:17.720 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/docker: stdout Status: Image is up to date for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc 2024-04-24T17:17:17.720 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/docker: stdout quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc 2024-04-24T17:17:18.958 INFO:teuthology.orchestra.run.smithi057.stdout:ceph: stdout ceph version 19.0.0-3285-g5904d294 (5904d29475f5be602879d9fb26280e89b808d5cc) squid (dev) 2024-04-24T17:17:18.958 INFO:teuthology.orchestra.run.smithi057.stdout:Ceph version: ceph version 19.0.0-3285-g5904d294 (5904d29475f5be602879d9fb26280e89b808d5cc) squid (dev) 2024-04-24T17:17:18.958 INFO:teuthology.orchestra.run.smithi057.stdout:Extracting ceph user uid/gid from container image... 2024-04-24T17:17:20.271 INFO:teuthology.orchestra.run.smithi057.stdout:stat: stdout 167 167 2024-04-24T17:17:20.271 INFO:teuthology.orchestra.run.smithi057.stdout:Creating initial keys... 2024-04-24T17:17:21.477 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-authtool: stdout AQCgPilmC2cpNxAA6qb6c7oIAmKWu2beNl9IGg== 2024-04-24T17:17:22.604 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-authtool: stdout AQCiPilm7xPkCBAA0NOxS5MypFZkzIWW0x3FHg== 2024-04-24T17:17:23.808 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-authtool: stdout AQCjPilmi9wzDRAAv9zH09KMwPYjrp7rDPbD7w== 2024-04-24T17:17:23.810 INFO:teuthology.orchestra.run.smithi057.stdout:Creating initial monmap... 2024-04-24T17:17:24.955 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-24T17:17:24.956 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-04-24T17:17:24.956 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 5cb8698a-025e-11ef-bc93-c7b262605968 2024-04-24T17:17:24.956 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-24T17:17:24.956 INFO:teuthology.orchestra.run.smithi057.stdout:monmaptool for smithi057 [v2:172.21.15.57:3300,v1:172.21.15.57:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-24T17:17:24.956 INFO:teuthology.orchestra.run.smithi057.stdout:setting min_mon_release = quincy 2024-04-24T17:17:24.956 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/monmaptool: set fsid to 5cb8698a-025e-11ef-bc93-c7b262605968 2024-04-24T17:17:24.956 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-24T17:17:24.956 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:17:24.956 INFO:teuthology.orchestra.run.smithi057.stdout:Creating mon... 2024-04-24T17:17:26.262 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.709+0000 7efe8e448c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-04-24T17:17:26.262 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.709+0000 7efe8e448c80 1 imported monmap: 2024-04-24T17:17:26.262 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr epoch 0 2024-04-24T17:17:26.262 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr fsid 5cb8698a-025e-11ef-bc93-c7b262605968 2024-04-24T17:17:26.262 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr last_changed 2024-04-24T17:17:24.528063+0000 2024-04-24T17:17:26.262 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr created 2024-04-24T17:17:24.528063+0000 2024-04-24T17:17:26.262 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr min_mon_release 17 (quincy) 2024-04-24T17:17:26.262 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr election_strategy: 1 2024-04-24T17:17:26.262 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr 0: [v2:172.21.15.57:3300/0,v1:172.21.15.57:6789/0] mon.smithi057 2024-04-24T17:17:26.263 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr 2024-04-24T17:17:26.263 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.709+0000 7efe8e448c80 0 /usr/bin/ceph-mon: set fsid to 5cb8698a-025e-11ef-bc93-c7b262605968 2024-04-24T17:17:26.263 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.717+0000 7efe8e448c80 4 rocksdb: RocksDB version: 7.9.2 2024-04-24T17:17:26.263 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr 2024-04-24T17:17:26.263 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.717+0000 7efe8e448c80 4 rocksdb: Git sha 0 2024-04-24T17:17:26.272 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.717+0000 7efe8e448c80 4 rocksdb: Compile date 2024-04-24 13:56:12 2024-04-24T17:17:26.273 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.717+0000 7efe8e448c80 4 rocksdb: DB SUMMARY 2024-04-24T17:17:26.273 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr 2024-04-24T17:17:26.273 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.717+0000 7efe8e448c80 4 rocksdb: DB Session ID: 9DI9UWUI9S13AJJSTA33 2024-04-24T17:17:26.273 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr 2024-04-24T17:17:26.273 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.717+0000 7efe8e448c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi057/store.db dir, Total Num: 0, files: 2024-04-24T17:17:26.273 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr 2024-04-24T17:17:26.273 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.717+0000 7efe8e448c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi057/store.db: 2024-04-24T17:17:26.273 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr 2024-04-24T17:17:26.273 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.717+0000 7efe8e448c80 4 rocksdb: Options.error_if_exists: 0 2024-04-24T17:17:26.273 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.717+0000 7efe8e448c80 4 rocksdb: Options.create_if_missing: 1 2024-04-24T17:17:26.273 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.717+0000 7efe8e448c80 4 rocksdb: Options.paranoid_checks: 1 2024-04-24T17:17:26.273 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.717+0000 7efe8e448c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-04-24T17:17:26.273 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.717+0000 7efe8e448c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-24T17:17:26.273 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.717+0000 7efe8e448c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-24T17:17:26.274 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.717+0000 7efe8e448c80 4 rocksdb: Options.env: 0x5560a3f2ccc0 2024-04-24T17:17:26.274 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.717+0000 7efe8e448c80 4 rocksdb: Options.fs: PosixFileSystem 2024-04-24T17:17:26.274 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.717+0000 7efe8e448c80 4 rocksdb: Options.info_log: 0x5560a4ff0f00 2024-04-24T17:17:26.274 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.717+0000 7efe8e448c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-04-24T17:17:26.274 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.717+0000 7efe8e448c80 4 rocksdb: Options.statistics: (nil) 2024-04-24T17:17:26.274 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.717+0000 7efe8e448c80 4 rocksdb: Options.use_fsync: 0 2024-04-24T17:17:26.274 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.717+0000 7efe8e448c80 4 rocksdb: Options.max_log_file_size: 0 2024-04-24T17:17:26.274 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.717+0000 7efe8e448c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-24T17:17:26.274 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.717+0000 7efe8e448c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-04-24T17:17:26.274 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.717+0000 7efe8e448c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-04-24T17:17:26.274 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.717+0000 7efe8e448c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-04-24T17:17:26.274 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.717+0000 7efe8e448c80 4 rocksdb: Options.allow_fallocate: 1 2024-04-24T17:17:26.274 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.717+0000 7efe8e448c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-04-24T17:17:26.274 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.717+0000 7efe8e448c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-04-24T17:17:26.274 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.717+0000 7efe8e448c80 4 rocksdb: Options.use_direct_reads: 0 2024-04-24T17:17:26.275 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.717+0000 7efe8e448c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-24T17:17:26.275 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.717+0000 7efe8e448c80 4 rocksdb: Options.create_missing_column_families: 0 2024-04-24T17:17:26.275 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.717+0000 7efe8e448c80 4 rocksdb: Options.db_log_dir: 2024-04-24T17:17:26.275 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.717+0000 7efe8e448c80 4 rocksdb: Options.wal_dir: 2024-04-24T17:17:26.275 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.717+0000 7efe8e448c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-04-24T17:17:26.275 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.717+0000 7efe8e448c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-04-24T17:17:26.275 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.717+0000 7efe8e448c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-04-24T17:17:26.275 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.717+0000 7efe8e448c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-24T17:17:26.275 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.717+0000 7efe8e448c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-24T17:17:26.275 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.717+0000 7efe8e448c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-04-24T17:17:26.275 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.717+0000 7efe8e448c80 4 rocksdb: Options.advise_random_on_open: 1 2024-04-24T17:17:26.275 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.717+0000 7efe8e448c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-04-24T17:17:26.275 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.717+0000 7efe8e448c80 4 rocksdb: Options.write_buffer_manager: 0x5560a4fc0aa0 2024-04-24T17:17:26.275 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.717+0000 7efe8e448c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-24T17:17:26.275 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.717+0000 7efe8e448c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-24T17:17:26.276 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.717+0000 7efe8e448c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-04-24T17:17:26.276 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.717+0000 7efe8e448c80 4 rocksdb: Options.rate_limiter: (nil) 2024-04-24T17:17:26.276 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.717+0000 7efe8e448c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-24T17:17:26.276 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.717+0000 7efe8e448c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-04-24T17:17:26.276 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.717+0000 7efe8e448c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-04-24T17:17:26.276 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.717+0000 7efe8e448c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-04-24T17:17:26.276 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.717+0000 7efe8e448c80 4 rocksdb: Options.unordered_write: 0 2024-04-24T17:17:26.276 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.717+0000 7efe8e448c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-24T17:17:26.276 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.717+0000 7efe8e448c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-24T17:17:26.276 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.717+0000 7efe8e448c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-24T17:17:26.276 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.717+0000 7efe8e448c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-24T17:17:26.276 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.717+0000 7efe8e448c80 4 rocksdb: Options.row_cache: None 2024-04-24T17:17:26.276 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.717+0000 7efe8e448c80 4 rocksdb: Options.wal_filter: None 2024-04-24T17:17:26.276 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.717+0000 7efe8e448c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-24T17:17:26.276 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.717+0000 7efe8e448c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-04-24T17:17:26.277 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.717+0000 7efe8e448c80 4 rocksdb: Options.two_write_queues: 0 2024-04-24T17:17:26.277 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.717+0000 7efe8e448c80 4 rocksdb: Options.manual_wal_flush: 0 2024-04-24T17:17:26.277 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.717+0000 7efe8e448c80 4 rocksdb: Options.wal_compression: 0 2024-04-24T17:17:26.277 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.717+0000 7efe8e448c80 4 rocksdb: Options.atomic_flush: 0 2024-04-24T17:17:26.277 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.717+0000 7efe8e448c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-24T17:17:26.277 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.717+0000 7efe8e448c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-04-24T17:17:26.277 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.717+0000 7efe8e448c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-04-24T17:17:26.277 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.717+0000 7efe8e448c80 4 rocksdb: Options.log_readahead_size: 0 2024-04-24T17:17:26.277 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.717+0000 7efe8e448c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-24T17:17:26.277 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.717+0000 7efe8e448c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-04-24T17:17:26.277 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.717+0000 7efe8e448c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-24T17:17:26.277 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.717+0000 7efe8e448c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-24T17:17:26.277 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.717+0000 7efe8e448c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-04-24T17:17:26.277 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.717+0000 7efe8e448c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-04-24T17:17:26.277 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.717+0000 7efe8e448c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-04-24T17:17:26.278 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.717+0000 7efe8e448c80 4 rocksdb: Options.max_background_jobs: 2 2024-04-24T17:17:26.278 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.717+0000 7efe8e448c80 4 rocksdb: Options.max_background_compactions: -1 2024-04-24T17:17:26.278 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.717+0000 7efe8e448c80 4 rocksdb: Options.max_subcompactions: 1 2024-04-24T17:17:26.278 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.717+0000 7efe8e448c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-24T17:17:26.278 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.717+0000 7efe8e448c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-24T17:17:26.278 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.717+0000 7efe8e448c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-04-24T17:17:26.278 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.717+0000 7efe8e448c80 4 rocksdb: Options.max_total_wal_size: 0 2024-04-24T17:17:26.278 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.717+0000 7efe8e448c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-24T17:17:26.278 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.717+0000 7efe8e448c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-04-24T17:17:26.278 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.717+0000 7efe8e448c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-04-24T17:17:26.278 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.717+0000 7efe8e448c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-24T17:17:26.278 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.717+0000 7efe8e448c80 4 rocksdb: Options.max_open_files: -1 2024-04-24T17:17:26.278 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.717+0000 7efe8e448c80 4 rocksdb: Options.bytes_per_sync: 0 2024-04-24T17:17:26.279 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.717+0000 7efe8e448c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-04-24T17:17:26.279 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.717+0000 7efe8e448c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-04-24T17:17:26.279 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.717+0000 7efe8e448c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-04-24T17:17:26.279 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.717+0000 7efe8e448c80 4 rocksdb: Options.max_background_flushes: -1 2024-04-24T17:17:26.279 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.717+0000 7efe8e448c80 4 rocksdb: Compression algorithms supported: 2024-04-24T17:17:26.298 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.717+0000 7efe8e448c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-24T17:17:26.298 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.717+0000 7efe8e448c80 4 rocksdb: kZSTD supported: 0 2024-04-24T17:17:26.298 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.717+0000 7efe8e448c80 4 rocksdb: kXpressCompression supported: 0 2024-04-24T17:17:26.298 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.717+0000 7efe8e448c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-04-24T17:17:26.298 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.717+0000 7efe8e448c80 4 rocksdb: kZlibCompression supported: 1 2024-04-24T17:17:26.298 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.717+0000 7efe8e448c80 4 rocksdb: kSnappyCompression supported: 1 2024-04-24T17:17:26.298 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.717+0000 7efe8e448c80 4 rocksdb: kLZ4Compression supported: 1 2024-04-24T17:17:26.298 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.717+0000 7efe8e448c80 4 rocksdb: kBZip2Compression supported: 0 2024-04-24T17:17:26.298 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.717+0000 7efe8e448c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-04-24T17:17:26.299 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.717+0000 7efe8e448c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-04-24T17:17:26.299 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.721+0000 7efe8e448c80 4 rocksdb: [db/db_impl/db_impl_open.cc:317] Creating manifest 1 2024-04-24T17:17:26.299 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr 2024-04-24T17:17:26.299 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.721+0000 7efe8e448c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi057/store.db/MANIFEST-000001 2024-04-24T17:17:26.299 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr 2024-04-24T17:17:26.299 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.721+0000 7efe8e448c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-24T17:17:26.299 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr 2024-04-24T17:17:26.299 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.721+0000 7efe8e448c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-24T17:17:26.299 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.721+0000 7efe8e448c80 4 rocksdb: Options.merge_operator: 2024-04-24T17:17:26.299 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.721+0000 7efe8e448c80 4 rocksdb: Options.compaction_filter: None 2024-04-24T17:17:26.299 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.721+0000 7efe8e448c80 4 rocksdb: Options.compaction_filter_factory: None 2024-04-24T17:17:26.299 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.721+0000 7efe8e448c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-04-24T17:17:26.299 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.721+0000 7efe8e448c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-04-24T17:17:26.299 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.721+0000 7efe8e448c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-04-24T17:17:26.299 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.721+0000 7efe8e448c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5560a4ff10e0) 2024-04-24T17:17:26.299 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2024-04-24T17:17:26.300 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 0 2024-04-24T17:17:26.300 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-24T17:17:26.300 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2024-04-24T17:17:26.300 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr index_type: 0 2024-04-24T17:17:26.300 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2024-04-24T17:17:26.300 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr index_shortening: 1 2024-04-24T17:17:26.300 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2024-04-24T17:17:26.300 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr checksum: 4 2024-04-24T17:17:26.300 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr no_block_cache: 0 2024-04-24T17:17:26.300 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr block_cache: 0x5560a4ff31f0 2024-04-24T17:17:26.300 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2024-04-24T17:17:26.300 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr block_cache_options: 2024-04-24T17:17:26.300 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr capacity : 536870912 2024-04-24T17:17:26.300 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2024-04-24T17:17:26.300 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2024-04-24T17:17:26.300 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2024-04-24T17:17:26.300 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2024-04-24T17:17:26.301 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2024-04-24T17:17:26.301 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr block_size: 4096 2024-04-24T17:17:26.301 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2024-04-24T17:17:26.301 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2024-04-24T17:17:26.301 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2024-04-24T17:17:26.301 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2024-04-24T17:17:26.301 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr partition_filters: 0 2024-04-24T17:17:26.301 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2024-04-24T17:17:26.301 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr filter_policy: bloomfilter 2024-04-24T17:17:26.301 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2024-04-24T17:17:26.301 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr verify_compression: 0 2024-04-24T17:17:26.301 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2024-04-24T17:17:26.301 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr format_version: 5 2024-04-24T17:17:26.301 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2024-04-24T17:17:26.301 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr block_align: 0 2024-04-24T17:17:26.301 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr max_auto_readahead_size: 262144 2024-04-24T17:17:26.302 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr prepopulate_block_cache: 0 2024-04-24T17:17:26.302 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr initial_auto_readahead_size: 8192 2024-04-24T17:17:26.302 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr num_file_reads_for_auto_readahead: 2 2024-04-24T17:17:26.302 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr 2024-04-24T17:17:26.302 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.721+0000 7efe8e448c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-04-24T17:17:26.302 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.721+0000 7efe8e448c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-04-24T17:17:26.302 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.721+0000 7efe8e448c80 4 rocksdb: Options.compression: NoCompression 2024-04-24T17:17:26.302 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.721+0000 7efe8e448c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-04-24T17:17:26.302 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.721+0000 7efe8e448c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-04-24T17:17:26.302 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.721+0000 7efe8e448c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-24T17:17:26.302 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.721+0000 7efe8e448c80 4 rocksdb: Options.num_levels: 7 2024-04-24T17:17:26.302 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.721+0000 7efe8e448c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-24T17:17:26.302 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.721+0000 7efe8e448c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-24T17:17:26.302 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.721+0000 7efe8e448c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-24T17:17:26.302 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.721+0000 7efe8e448c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-24T17:17:26.303 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.721+0000 7efe8e448c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-24T17:17:26.303 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.721+0000 7efe8e448c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-24T17:17:26.303 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.721+0000 7efe8e448c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-24T17:17:26.303 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.721+0000 7efe8e448c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-24T17:17:26.303 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.721+0000 7efe8e448c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-24T17:17:26.303 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.721+0000 7efe8e448c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-24T17:17:26.303 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.721+0000 7efe8e448c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-24T17:17:26.303 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.721+0000 7efe8e448c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-24T17:17:26.303 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.721+0000 7efe8e448c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-04-24T17:17:26.303 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.721+0000 7efe8e448c80 4 rocksdb: Options.compression_opts.level: 32767 2024-04-24T17:17:26.303 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.721+0000 7efe8e448c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-04-24T17:17:26.303 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.721+0000 7efe8e448c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-24T17:17:26.303 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.721+0000 7efe8e448c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-24T17:17:26.303 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.721+0000 7efe8e448c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-24T17:17:26.304 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.721+0000 7efe8e448c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-24T17:17:26.304 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.721+0000 7efe8e448c80 4 rocksdb: Options.compression_opts.enabled: false 2024-04-24T17:17:26.304 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.721+0000 7efe8e448c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-24T17:17:26.304 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.721+0000 7efe8e448c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-24T17:17:26.304 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.721+0000 7efe8e448c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-24T17:17:26.304 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.721+0000 7efe8e448c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-24T17:17:26.304 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.721+0000 7efe8e448c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-04-24T17:17:26.304 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.721+0000 7efe8e448c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-04-24T17:17:26.304 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.721+0000 7efe8e448c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-24T17:17:26.304 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.721+0000 7efe8e448c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-24T17:17:26.304 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.721+0000 7efe8e448c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-24T17:17:26.304 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.721+0000 7efe8e448c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-24T17:17:26.304 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.721+0000 7efe8e448c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-24T17:17:26.305 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.721+0000 7efe8e448c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-24T17:17:26.305 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.721+0000 7efe8e448c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-24T17:17:26.305 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.721+0000 7efe8e448c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-24T17:17:26.305 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.721+0000 7efe8e448c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-24T17:17:26.305 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.721+0000 7efe8e448c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-24T17:17:26.305 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.721+0000 7efe8e448c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-24T17:17:26.305 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.721+0000 7efe8e448c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-24T17:17:26.305 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.721+0000 7efe8e448c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-24T17:17:26.305 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.721+0000 7efe8e448c80 4 rocksdb: Options.arena_block_size: 1048576 2024-04-24T17:17:26.305 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.721+0000 7efe8e448c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-24T17:17:26.305 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.721+0000 7efe8e448c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-24T17:17:26.305 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.721+0000 7efe8e448c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-04-24T17:17:26.305 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.721+0000 7efe8e448c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-24T17:17:26.305 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.721+0000 7efe8e448c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-24T17:17:26.306 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.721+0000 7efe8e448c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-24T17:17:26.306 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.721+0000 7efe8e448c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-24T17:17:26.306 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.721+0000 7efe8e448c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-24T17:17:26.306 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.721+0000 7efe8e448c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-24T17:17:26.306 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.721+0000 7efe8e448c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-24T17:17:26.306 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.721+0000 7efe8e448c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-24T17:17:26.306 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.721+0000 7efe8e448c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-24T17:17:26.306 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.721+0000 7efe8e448c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-24T17:17:26.306 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.721+0000 7efe8e448c80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-04-24T17:17:26.306 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.721+0000 7efe8e448c80 4 rocksdb: Options.inplace_update_support: 0 2024-04-24T17:17:26.306 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.721+0000 7efe8e448c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-04-24T17:17:26.306 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.721+0000 7efe8e448c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-24T17:17:26.306 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.721+0000 7efe8e448c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-24T17:17:26.306 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.721+0000 7efe8e448c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-04-24T17:17:26.307 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.721+0000 7efe8e448c80 4 rocksdb: Options.bloom_locality: 0 2024-04-24T17:17:26.307 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.721+0000 7efe8e448c80 4 rocksdb: Options.max_successive_merges: 0 2024-04-24T17:17:26.307 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.721+0000 7efe8e448c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-04-24T17:17:26.307 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.721+0000 7efe8e448c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-04-24T17:17:26.307 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.721+0000 7efe8e448c80 4 rocksdb: Options.force_consistency_checks: 1 2024-04-24T17:17:26.307 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.721+0000 7efe8e448c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-04-24T17:17:26.307 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.721+0000 7efe8e448c80 4 rocksdb: Options.ttl: 2592000 2024-04-24T17:17:26.307 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.721+0000 7efe8e448c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-04-24T17:17:26.307 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.721+0000 7efe8e448c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-24T17:17:26.307 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.721+0000 7efe8e448c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-24T17:17:26.307 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.721+0000 7efe8e448c80 4 rocksdb: Options.enable_blob_files: false 2024-04-24T17:17:26.307 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.721+0000 7efe8e448c80 4 rocksdb: Options.min_blob_size: 0 2024-04-24T17:17:26.307 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.721+0000 7efe8e448c80 4 rocksdb: Options.blob_file_size: 268435456 2024-04-24T17:17:26.307 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.721+0000 7efe8e448c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-04-24T17:17:26.308 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.721+0000 7efe8e448c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-04-24T17:17:26.308 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.721+0000 7efe8e448c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-24T17:17:26.308 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.721+0000 7efe8e448c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-24T17:17:26.308 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.721+0000 7efe8e448c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-24T17:17:26.308 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.721+0000 7efe8e448c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-04-24T17:17:26.308 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.721+0000 7efe8e448c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-24T17:17:26.308 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.721+0000 7efe8e448c80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi057/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-04-24T17:17:26.308 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr 2024-04-24T17:17:26.308 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.721+0000 7efe8e448c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-04-24T17:17:26.308 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr 2024-04-24T17:17:26.308 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.725+0000 7efe8e448c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 7d194790-8e66-41db-a775-d742b4ddd906 2024-04-24T17:17:26.308 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr 2024-04-24T17:17:26.308 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.725+0000 7efe8e448c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 5 2024-04-24T17:17:26.308 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr 2024-04-24T17:17:26.308 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.725+0000 7efe8e448c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5560a50ea000 2024-04-24T17:17:26.309 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.725+0000 7efe8e448c80 4 rocksdb: DB pointer 0x5560a50da000 2024-04-24T17:17:26.309 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.729+0000 7efe7e5a8700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-24T17:17:26.309 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.729+0000 7efe7e5a8700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-24T17:17:26.309 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr ** DB Stats ** 2024-04-24T17:17:26.309 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-04-24T17:17:26.309 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:17:26.309 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:17:26.309 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-24T17:17:26.309 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:17:26.309 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-24T17:17:26.309 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-24T17:17:26.309 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr 2024-04-24T17:17:26.309 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-04-24T17:17:26.309 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-04-24T17:17:26.310 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-24T17:17:26.310 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 0.0 0.0 2024-04-24T17:17:26.310 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 0.0 0.0 2024-04-24T17:17:26.310 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr 2024-04-24T17:17:26.310 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-04-24T17:17:26.310 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-04-24T17:17:26.310 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-24T17:17:26.310 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr 2024-04-24T17:17:26.310 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-04-24T17:17:26.310 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr 2024-04-24T17:17:26.310 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-04-24T17:17:26.310 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2024-04-24T17:17:26.310 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-04-24T17:17:26.310 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2024-04-24T17:17:26.311 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2024-04-24T17:17:26.311 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2024-04-24T17:17:26.311 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:17:26.311 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:17:26.311 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:17:26.311 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr Block cache BinnedLRUCache@0x5560a4ff31f0#7 capacity: 512.00 MB usage: 0.00 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.2e-05 secs_since: 0 2024-04-24T17:17:26.311 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr Block cache entry stats(count,size,portion): Misc(1,0.00 KB,0%) 2024-04-24T17:17:26.311 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr 2024-04-24T17:17:26.311 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2024-04-24T17:17:26.311 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr 2024-04-24T17:17:26.311 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.729+0000 7efe8e448c80 4 rocksdb: [db/db_impl/db_impl.cc:496] Shutdown: canceling all background work 2024-04-24T17:17:26.311 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.729+0000 7efe8e448c80 4 rocksdb: [db/db_impl/db_impl.cc:704] Shutdown complete 2024-04-24T17:17:26.311 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:17:25.729+0000 7efe8e448c80 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi057 for mon.smithi057 2024-04-24T17:17:26.311 INFO:teuthology.orchestra.run.smithi057.stdout:create mon.smithi057 on 2024-04-24T17:17:26.747 INFO:teuthology.orchestra.run.smithi057.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-04-24T17:17:26.992 INFO:teuthology.orchestra.run.smithi057.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-5cb8698a-025e-11ef-bc93-c7b262605968.target -> /etc/systemd/system/ceph-5cb8698a-025e-11ef-bc93-c7b262605968.target. 2024-04-24T17:17:26.992 INFO:teuthology.orchestra.run.smithi057.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-5cb8698a-025e-11ef-bc93-c7b262605968.target -> /etc/systemd/system/ceph-5cb8698a-025e-11ef-bc93-c7b262605968.target. 2024-04-24T17:17:27.291 INFO:teuthology.orchestra.run.smithi057.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-5cb8698a-025e-11ef-bc93-c7b262605968@mon.smithi057 2024-04-24T17:17:27.291 INFO:teuthology.orchestra.run.smithi057.stdout:systemctl: stderr Failed to reset failed state of unit ceph-5cb8698a-025e-11ef-bc93-c7b262605968@mon.smithi057.service: Unit ceph-5cb8698a-025e-11ef-bc93-c7b262605968@mon.smithi057.service not loaded. 2024-04-24T17:17:27.499 INFO:teuthology.orchestra.run.smithi057.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-5cb8698a-025e-11ef-bc93-c7b262605968.target.wants/ceph-5cb8698a-025e-11ef-bc93-c7b262605968@mon.smithi057.service -> /etc/systemd/system/ceph-5cb8698a-025e-11ef-bc93-c7b262605968@.service. 2024-04-24T17:17:27.508 INFO:teuthology.orchestra.run.smithi057.stdout:firewalld does not appear to be present 2024-04-24T17:17:27.508 INFO:teuthology.orchestra.run.smithi057.stdout:Not possible to enable service . firewalld.service is not available 2024-04-24T17:17:27.508 INFO:teuthology.orchestra.run.smithi057.stdout:Waiting for mon to start... 2024-04-24T17:17:27.508 INFO:teuthology.orchestra.run.smithi057.stdout:Waiting for mon... 2024-04-24T17:17:28.837 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:28 smithi057 bash[18114]: cluster 2024-04-24T17:17:28.690287+0000 mon.smithi057 (mon.0) 1 : cluster [INF] mon.smithi057 is new leader, mons smithi057 in quorum (ranks 0) 2024-04-24T17:17:29.590 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout cluster: 2024-04-24T17:17:29.590 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout id: 5cb8698a-025e-11ef-bc93-c7b262605968 2024-04-24T17:17:29.590 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-04-24T17:17:29.590 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout 2024-04-24T17:17:29.590 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout services: 2024-04-24T17:17:29.590 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum smithi057 (age 0.333663s) 2024-04-24T17:17:29.591 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-04-24T17:17:29.591 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-04-24T17:17:29.591 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout 2024-04-24T17:17:29.591 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout data: 2024-04-24T17:17:29.591 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-04-24T17:17:29.591 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-04-24T17:17:29.591 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-04-24T17:17:29.591 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout pgs: 2024-04-24T17:17:29.591 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout 2024-04-24T17:17:29.591 INFO:teuthology.orchestra.run.smithi057.stdout:mon is available 2024-04-24T17:17:29.591 INFO:teuthology.orchestra.run.smithi057.stdout:Assimilating anything we can from ceph.conf... 2024-04-24T17:17:30.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:29 smithi057 bash[18114]: cluster 2024-04-24T17:17:28.718200+0000 mon.smithi057 (mon.0) 2 : cluster [INF] mon.smithi057 is new leader, mons smithi057 in quorum (ranks 0) 2024-04-24T17:17:30.088 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:29 smithi057 bash[18114]: cluster 2024-04-24T17:17:28.718200+0000 mon.smithi057 (mon.0) 2 : cluster [INF] mon.smithi057 is new leader, mons smithi057 in quorum (ranks 0) 2024-04-24T17:17:30.088 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:29 smithi057 bash[18114]: cluster 2024-04-24T17:17:28.718411+0000 mon.smithi057 (mon.0) 3 : cluster [DBG] monmap epoch 1 2024-04-24T17:17:30.088 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:29 smithi057 bash[18114]: cluster 2024-04-24T17:17:28.718411+0000 mon.smithi057 (mon.0) 3 : cluster [DBG] monmap epoch 1 2024-04-24T17:17:30.088 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:29 smithi057 bash[18114]: cluster 2024-04-24T17:17:28.718423+0000 mon.smithi057 (mon.0) 4 : cluster [DBG] fsid 5cb8698a-025e-11ef-bc93-c7b262605968 2024-04-24T17:17:30.088 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:29 smithi057 bash[18114]: cluster 2024-04-24T17:17:28.718423+0000 mon.smithi057 (mon.0) 4 : cluster [DBG] fsid 5cb8698a-025e-11ef-bc93-c7b262605968 2024-04-24T17:17:30.088 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:29 smithi057 bash[18114]: cluster 2024-04-24T17:17:28.718434+0000 mon.smithi057 (mon.0) 5 : cluster [DBG] last_changed 2024-04-24T17:17:24.528063+0000 2024-04-24T17:17:30.088 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:29 smithi057 bash[18114]: cluster 2024-04-24T17:17:28.718434+0000 mon.smithi057 (mon.0) 5 : cluster [DBG] last_changed 2024-04-24T17:17:24.528063+0000 2024-04-24T17:17:30.088 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:29 smithi057 bash[18114]: cluster 2024-04-24T17:17:28.718443+0000 mon.smithi057 (mon.0) 6 : cluster [DBG] created 2024-04-24T17:17:24.528063+0000 2024-04-24T17:17:30.088 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:29 smithi057 bash[18114]: cluster 2024-04-24T17:17:28.718443+0000 mon.smithi057 (mon.0) 6 : cluster [DBG] created 2024-04-24T17:17:24.528063+0000 2024-04-24T17:17:30.088 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:29 smithi057 bash[18114]: cluster 2024-04-24T17:17:28.718452+0000 mon.smithi057 (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-04-24T17:17:30.088 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:29 smithi057 bash[18114]: cluster 2024-04-24T17:17:28.718452+0000 mon.smithi057 (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-04-24T17:17:30.088 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:29 smithi057 bash[18114]: cluster 2024-04-24T17:17:28.718459+0000 mon.smithi057 (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-04-24T17:17:30.089 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:29 smithi057 bash[18114]: cluster 2024-04-24T17:17:28.718459+0000 mon.smithi057 (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-04-24T17:17:30.089 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:29 smithi057 bash[18114]: cluster 2024-04-24T17:17:28.718467+0000 mon.smithi057 (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.57:3300/0,v1:172.21.15.57:6789/0] mon.smithi057 2024-04-24T17:17:30.089 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:29 smithi057 bash[18114]: cluster 2024-04-24T17:17:28.718467+0000 mon.smithi057 (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.57:3300/0,v1:172.21.15.57:6789/0] mon.smithi057 2024-04-24T17:17:30.089 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:29 smithi057 bash[18114]: cluster 2024-04-24T17:17:28.720655+0000 mon.smithi057 (mon.0) 10 : cluster [DBG] fsmap 2024-04-24T17:17:30.089 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:29 smithi057 bash[18114]: cluster 2024-04-24T17:17:28.720655+0000 mon.smithi057 (mon.0) 10 : cluster [DBG] fsmap 2024-04-24T17:17:30.089 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:29 smithi057 bash[18114]: cluster 2024-04-24T17:17:28.722967+0000 mon.smithi057 (mon.0) 11 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-04-24T17:17:30.089 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:29 smithi057 bash[18114]: cluster 2024-04-24T17:17:28.722967+0000 mon.smithi057 (mon.0) 11 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-04-24T17:17:30.089 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:29 smithi057 bash[18114]: cluster 2024-04-24T17:17:28.723456+0000 mon.smithi057 (mon.0) 12 : cluster [DBG] mgrmap e1: no daemons active 2024-04-24T17:17:30.089 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:29 smithi057 bash[18114]: cluster 2024-04-24T17:17:28.723456+0000 mon.smithi057 (mon.0) 12 : cluster [DBG] mgrmap e1: no daemons active 2024-04-24T17:17:30.089 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:29 smithi057 bash[18114]: audit 2024-04-24T17:17:29.051801+0000 mon.smithi057 (mon.0) 13 : audit [DBG] from='client.? 172.21.15.57:0/1290703345' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-04-24T17:17:30.089 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:29 smithi057 bash[18114]: audit 2024-04-24T17:17:29.051801+0000 mon.smithi057 (mon.0) 13 : audit [DBG] from='client.? 172.21.15.57:0/1290703345' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-04-24T17:17:30.837 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:30 smithi057 bash[18114]: audit 2024-04-24T17:17:30.513437+0000 mon.smithi057 (mon.0) 14 : audit [INF] from='client.? 172.21.15.57:0/3379804176' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-24T17:17:30.837 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:30 smithi057 bash[18114]: audit 2024-04-24T17:17:30.513437+0000 mon.smithi057 (mon.0) 14 : audit [INF] from='client.? 172.21.15.57:0/3379804176' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-24T17:17:30.837 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:30 smithi057 bash[18114]: audit 2024-04-24T17:17:30.518177+0000 mon.smithi057 (mon.0) 15 : audit [INF] from='client.? 172.21.15.57:0/3379804176' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-04-24T17:17:30.837 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:30 smithi057 bash[18114]: audit 2024-04-24T17:17:30.518177+0000 mon.smithi057 (mon.0) 15 : audit [INF] from='client.? 172.21.15.57:0/3379804176' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-04-24T17:17:31.036 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout 2024-04-24T17:17:31.036 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout [global] 2024-04-24T17:17:31.036 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout fsid = 5cb8698a-025e-11ef-bc93-c7b262605968 2024-04-24T17:17:31.036 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-04-24T17:17:31.037 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.57:3300,v1:172.21.15.57:6789] 2024-04-24T17:17:31.037 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-04-24T17:17:31.037 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-04-24T17:17:31.037 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-04-24T17:17:31.037 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-04-24T17:17:31.037 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout 2024-04-24T17:17:31.037 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout [mgr] 2024-04-24T17:17:31.038 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-04-24T17:17:31.038 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout 2024-04-24T17:17:31.038 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout [osd] 2024-04-24T17:17:31.038 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-04-24T17:17:31.038 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-04-24T17:17:31.038 INFO:teuthology.orchestra.run.smithi057.stdout:Generating new minimal ceph.conf... 2024-04-24T17:17:32.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:31 smithi057 bash[18114]: audit 2024-04-24T17:17:31.929902+0000 mon.smithi057 (mon.0) 16 : audit [DBG] from='client.? 172.21.15.57:0/2404675803' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:17:32.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:31 smithi057 bash[18114]: audit 2024-04-24T17:17:31.929902+0000 mon.smithi057 (mon.0) 16 : audit [DBG] from='client.? 172.21.15.57:0/2404675803' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:17:32.406 INFO:teuthology.orchestra.run.smithi057.stdout:Restarting the monitor... 2024-04-24T17:17:32.823 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:32 smithi057 systemd[1]: Stopping Ceph mon.smithi057 for 5cb8698a-025e-11ef-bc93-c7b262605968... 2024-04-24T17:17:32.823 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:32 smithi057 bash[18114]: debug 2024-04-24T17:17:32.529+0000 7f24f369a700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi057 -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-04-24T17:17:32.823 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:32 smithi057 bash[18114]: debug 2024-04-24T17:17:32.529+0000 7f24f369a700 -1 mon.smithi057@0(leader) e1 *** Got Signal Terminated *** 2024-04-24T17:17:33.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:33 smithi057 bash[18496]: ceph-5cb8698a-025e-11ef-bc93-c7b262605968-mon-smithi057 2024-04-24T17:17:33.158 INFO:teuthology.orchestra.run.smithi057.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-04-24T17:17:33.587 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:33 smithi057 bash[18557]: Error response from daemon: No such container: ceph-5cb8698a-025e-11ef-bc93-c7b262605968-mon-smithi057 2024-04-24T17:17:33.587 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:33 smithi057 systemd[1]: ceph-5cb8698a-025e-11ef-bc93-c7b262605968@mon.smithi057.service: Deactivated successfully. 2024-04-24T17:17:33.587 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:33 smithi057 systemd[1]: Stopped Ceph mon.smithi057 for 5cb8698a-025e-11ef-bc93-c7b262605968. 2024-04-24T17:17:33.587 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:33 smithi057 systemd[1]: Started Ceph mon.smithi057 for 5cb8698a-025e-11ef-bc93-c7b262605968. 2024-04-24T17:17:34.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.061+0000 7f761a398c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-04-24T17:17:34.338 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.061+0000 7f761a398c80 0 ceph version 19.0.0-3285-g5904d294 (5904d29475f5be602879d9fb26280e89b808d5cc) squid (dev), process ceph-mon, pid 7 2024-04-24T17:17:34.338 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.061+0000 7f761a398c80 0 pidfile_write: ignore empty --pid-file 2024-04-24T17:17:34.338 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 0 load: jerasure load: lrc 2024-04-24T17:17:34.338 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: RocksDB version: 7.9.2 2024-04-24T17:17:34.338 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Git sha 0 2024-04-24T17:17:34.338 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Compile date 2024-04-24 13:56:12 2024-04-24T17:17:34.338 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: DB SUMMARY 2024-04-24T17:17:34.338 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: DB Session ID: YKB3D467M3Q550SVEU4A 2024-04-24T17:17:34.338 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: CURRENT file: CURRENT 2024-04-24T17:17:34.338 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: IDENTITY file: IDENTITY 2024-04-24T17:17:34.339 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-04-24T17:17:34.339 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi057/store.db dir, Total Num: 1, files: 000008.sst 2024-04-24T17:17:34.339 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi057/store.db: 000009.log size: 88819 ; 2024-04-24T17:17:34.339 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.error_if_exists: 0 2024-04-24T17:17:34.339 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.create_if_missing: 0 2024-04-24T17:17:34.339 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.paranoid_checks: 1 2024-04-24T17:17:34.339 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-04-24T17:17:34.339 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-24T17:17:34.339 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-24T17:17:34.339 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.env: 0x563b23401cc0 2024-04-24T17:17:34.339 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.fs: PosixFileSystem 2024-04-24T17:17:34.339 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.info_log: 0x563b259f5ca0 2024-04-24T17:17:34.340 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-04-24T17:17:34.340 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.statistics: (nil) 2024-04-24T17:17:34.340 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.use_fsync: 0 2024-04-24T17:17:34.340 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.max_log_file_size: 0 2024-04-24T17:17:34.341 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-24T17:17:34.341 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-04-24T17:17:34.341 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-04-24T17:17:34.341 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-04-24T17:17:34.341 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.allow_fallocate: 1 2024-04-24T17:17:34.341 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-04-24T17:17:34.341 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-04-24T17:17:34.341 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.use_direct_reads: 0 2024-04-24T17:17:34.341 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-24T17:17:34.342 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.create_missing_column_families: 0 2024-04-24T17:17:34.342 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.db_log_dir: 2024-04-24T17:17:34.342 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.wal_dir: 2024-04-24T17:17:34.342 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-04-24T17:17:34.342 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-04-24T17:17:34.342 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-04-24T17:17:34.342 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-24T17:17:34.342 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-24T17:17:34.342 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-04-24T17:17:34.342 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.advise_random_on_open: 1 2024-04-24T17:17:34.342 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-04-24T17:17:34.342 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.write_buffer_manager: 0x563b259c70e0 2024-04-24T17:17:34.343 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-24T17:17:34.343 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-24T17:17:34.343 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-04-24T17:17:34.343 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.rate_limiter: (nil) 2024-04-24T17:17:34.343 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-24T17:17:34.343 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-04-24T17:17:34.343 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-04-24T17:17:34.343 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-04-24T17:17:34.343 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.unordered_write: 0 2024-04-24T17:17:34.343 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-24T17:17:34.343 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-24T17:17:34.343 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-24T17:17:34.344 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-24T17:17:34.344 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.row_cache: None 2024-04-24T17:17:34.344 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.wal_filter: None 2024-04-24T17:17:34.344 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-24T17:17:34.344 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-04-24T17:17:34.344 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.two_write_queues: 0 2024-04-24T17:17:34.344 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.manual_wal_flush: 0 2024-04-24T17:17:34.344 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.wal_compression: 0 2024-04-24T17:17:34.344 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.atomic_flush: 0 2024-04-24T17:17:34.344 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-24T17:17:34.344 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-04-24T17:17:34.344 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-04-24T17:17:34.344 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.log_readahead_size: 0 2024-04-24T17:17:34.345 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-24T17:17:34.345 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-04-24T17:17:34.345 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-24T17:17:34.345 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-24T17:17:34.345 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-04-24T17:17:34.345 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-04-24T17:17:34.345 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-04-24T17:17:34.345 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.max_background_jobs: 2 2024-04-24T17:17:34.345 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.max_background_compactions: -1 2024-04-24T17:17:34.345 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.max_subcompactions: 1 2024-04-24T17:17:34.345 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-24T17:17:34.345 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-24T17:17:34.345 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-04-24T17:17:34.346 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.max_total_wal_size: 0 2024-04-24T17:17:34.346 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-24T17:17:34.346 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-04-24T17:17:34.346 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-04-24T17:17:34.346 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-24T17:17:34.346 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.max_open_files: -1 2024-04-24T17:17:34.346 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.bytes_per_sync: 0 2024-04-24T17:17:34.346 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-04-24T17:17:34.346 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-04-24T17:17:34.346 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-04-24T17:17:34.346 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.max_background_flushes: -1 2024-04-24T17:17:34.346 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Compression algorithms supported: 2024-04-24T17:17:34.347 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-24T17:17:34.347 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: kZSTD supported: 0 2024-04-24T17:17:34.347 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: kXpressCompression supported: 0 2024-04-24T17:17:34.347 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-04-24T17:17:34.347 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: kZlibCompression supported: 1 2024-04-24T17:17:34.347 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: kSnappyCompression supported: 1 2024-04-24T17:17:34.347 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: kLZ4Compression supported: 1 2024-04-24T17:17:34.347 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: kBZip2Compression supported: 0 2024-04-24T17:17:34.347 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-04-24T17:17:34.347 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-04-24T17:17:34.347 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi057/store.db/MANIFEST-000010 2024-04-24T17:17:34.347 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-24T17:17:34.348 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-24T17:17:34.348 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.merge_operator: 2024-04-24T17:17:34.348 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.compaction_filter: None 2024-04-24T17:17:34.348 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.compaction_filter_factory: None 2024-04-24T17:17:34.348 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-04-24T17:17:34.348 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-04-24T17:17:34.348 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-04-24T17:17:34.348 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x563b259f5e60) 2024-04-24T17:17:34.348 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: cache_index_and_filter_blocks: 1 2024-04-24T17:17:34.348 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-24T17:17:34.348 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-24T17:17:34.348 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: pin_top_level_index_and_filter: 1 2024-04-24T17:17:34.349 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: index_type: 0 2024-04-24T17:17:34.349 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: data_block_index_type: 0 2024-04-24T17:17:34.349 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: index_shortening: 1 2024-04-24T17:17:34.349 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: data_block_hash_table_util_ratio: 0.750000 2024-04-24T17:17:34.349 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: checksum: 4 2024-04-24T17:17:34.349 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: no_block_cache: 0 2024-04-24T17:17:34.349 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: block_cache: 0x563b259f71f0 2024-04-24T17:17:34.349 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: block_cache_name: BinnedLRUCache 2024-04-24T17:17:34.349 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: block_cache_options: 2024-04-24T17:17:34.349 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: capacity : 536870912 2024-04-24T17:17:34.349 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: num_shard_bits : 4 2024-04-24T17:17:34.349 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: strict_capacity_limit : 0 2024-04-24T17:17:34.349 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: high_pri_pool_ratio: 0.000 2024-04-24T17:17:34.350 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: block_cache_compressed: (nil) 2024-04-24T17:17:34.350 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: persistent_cache: (nil) 2024-04-24T17:17:34.350 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: block_size: 4096 2024-04-24T17:17:34.350 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: block_size_deviation: 10 2024-04-24T17:17:34.350 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: block_restart_interval: 16 2024-04-24T17:17:34.350 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: index_block_restart_interval: 1 2024-04-24T17:17:34.350 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: metadata_block_size: 4096 2024-04-24T17:17:34.350 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: partition_filters: 0 2024-04-24T17:17:34.350 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: use_delta_encoding: 1 2024-04-24T17:17:34.350 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: filter_policy: bloomfilter 2024-04-24T17:17:34.350 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: whole_key_filtering: 1 2024-04-24T17:17:34.351 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: verify_compression: 0 2024-04-24T17:17:34.351 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: read_amp_bytes_per_bit: 0 2024-04-24T17:17:34.351 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: format_version: 5 2024-04-24T17:17:34.351 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: enable_index_compression: 1 2024-04-24T17:17:34.351 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: block_align: 0 2024-04-24T17:17:34.351 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: max_auto_readahead_size: 262144 2024-04-24T17:17:34.351 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: prepopulate_block_cache: 0 2024-04-24T17:17:34.351 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: initial_auto_readahead_size: 8192 2024-04-24T17:17:34.351 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: num_file_reads_for_auto_readahead: 2 2024-04-24T17:17:34.351 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-04-24T17:17:34.351 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-04-24T17:17:34.352 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.compression: NoCompression 2024-04-24T17:17:34.353 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-04-24T17:17:34.353 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-04-24T17:17:34.353 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-24T17:17:34.353 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.num_levels: 7 2024-04-24T17:17:34.353 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-24T17:17:34.353 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-24T17:17:34.353 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-24T17:17:34.353 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-24T17:17:34.353 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-24T17:17:34.353 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-24T17:17:34.353 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-24T17:17:34.353 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-24T17:17:34.354 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-24T17:17:34.354 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-24T17:17:34.354 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-24T17:17:34.354 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-24T17:17:34.354 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-04-24T17:17:34.354 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.compression_opts.level: 32767 2024-04-24T17:17:34.354 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-04-24T17:17:34.354 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-24T17:17:34.354 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-24T17:17:34.354 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-24T17:17:34.354 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-24T17:17:34.354 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.compression_opts.enabled: false 2024-04-24T17:17:34.355 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-24T17:17:34.355 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-24T17:17:34.355 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-24T17:17:34.355 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-24T17:17:34.355 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-04-24T17:17:34.355 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-04-24T17:17:34.355 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-24T17:17:34.355 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-24T17:17:34.355 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-24T17:17:34.355 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-24T17:17:34.355 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-24T17:17:34.355 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-24T17:17:34.355 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-24T17:17:34.356 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-24T17:17:34.356 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-24T17:17:34.356 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-24T17:17:34.356 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-24T17:17:34.356 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-24T17:17:34.356 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-24T17:17:34.356 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.arena_block_size: 1048576 2024-04-24T17:17:34.356 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-24T17:17:34.356 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-24T17:17:34.356 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-04-24T17:17:34.356 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-24T17:17:34.356 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-24T17:17:34.357 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-24T17:17:34.357 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-24T17:17:34.357 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-24T17:17:34.357 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-24T17:17:34.357 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-24T17:17:34.357 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-24T17:17:34.357 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-24T17:17:34.357 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-24T17:17:34.357 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-04-24T17:17:34.357 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.inplace_update_support: 0 2024-04-24T17:17:34.357 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-04-24T17:17:34.357 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-24T17:17:34.357 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-24T17:17:34.358 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-04-24T17:17:34.358 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.bloom_locality: 0 2024-04-24T17:17:34.358 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.max_successive_merges: 0 2024-04-24T17:17:34.358 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-04-24T17:17:34.358 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-04-24T17:17:34.358 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.force_consistency_checks: 1 2024-04-24T17:17:34.358 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-04-24T17:17:34.358 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.ttl: 2592000 2024-04-24T17:17:34.358 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-04-24T17:17:34.358 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-24T17:17:34.358 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-24T17:17:34.359 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.enable_blob_files: false 2024-04-24T17:17:34.359 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.min_blob_size: 0 2024-04-24T17:17:34.359 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.blob_file_size: 268435456 2024-04-24T17:17:34.359 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-04-24T17:17:34.359 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-04-24T17:17:34.359 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-24T17:17:34.359 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-24T17:17:34.359 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-24T17:17:34.359 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-04-24T17:17:34.359 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-24T17:17:34.359 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi057/store.db/MANIFEST-000010 succeeded,manifest_file_number is 10, next_file_number is 12, last_sequence is 5, log_number is 5,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 5 2024-04-24T17:17:34.359 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-04-24T17:17:34.359 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 7d194790-8e66-41db-a775-d742b4ddd906 2024-04-24T17:17:34.360 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1713979054072390, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-04-24T17:17:34.360 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.069+0000 7f761a398c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-04-24T17:17:34.360 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.073+0000 7f761a398c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1713979054073708, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 85589, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 254, "table_properties": {"data_size": 83729, "index_size": 244, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 581, "raw_key_size": 9921, "raw_average_key_size": 46, "raw_value_size": 78050, "raw_average_value_size": 366, "num_data_blocks": 11, "num_entries": 213, "num_filter_entries": 213, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[CompactOnDeletionCollector]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1713979054, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "7d194790-8e66-41db-a775-d742b4ddd906", "db_session_id": "YKB3D467M3Q550SVEU4A", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-04-24T17:17:34.360 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.073+0000 7f761a398c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1713979054073811, "job": 1, "event": "recovery_finished"} 2024-04-24T17:17:34.360 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.073+0000 7f761a398c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-04-24T17:17:34.360 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.073+0000 7f761a398c80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-smithi057/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-04-24T17:17:34.360 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.073+0000 7f761a398c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x563b25b18000 2024-04-24T17:17:34.360 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.073+0000 7f761a398c80 4 rocksdb: DB pointer 0x563b25b02000 2024-04-24T17:17:34.360 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.073+0000 7f7608af0700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-24T17:17:34.360 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.073+0000 7f7608af0700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-24T17:17:34.360 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: ** DB Stats ** 2024-04-24T17:17:34.360 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-24T17:17:34.360 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-04-24T17:17:34.361 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-24T17:17:34.361 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-24T17:17:34.361 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-04-24T17:17:34.361 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-24T17:17:34.361 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-24T17:17:34.361 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: ** Compaction Stats [default] ** 2024-04-24T17:17:34.361 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-04-24T17:17:34.361 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-24T17:17:34.361 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: L0 2/0 85.48 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 97.1 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-24T17:17:34.361 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: Sum 2/0 85.48 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 97.1 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-24T17:17:34.361 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 97.1 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-24T17:17:34.361 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: ** Compaction Stats [default] ** 2024-04-24T17:17:34.361 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-04-24T17:17:34.362 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-24T17:17:34.362 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 97.1 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-24T17:17:34.362 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-04-24T17:17:34.362 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-24T17:17:34.362 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: Flush(GB): cumulative 0.000, interval 0.000 2024-04-24T17:17:34.362 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-24T17:17:34.362 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: AddFile(Total Files): cumulative 0, interval 0 2024-04-24T17:17:34.362 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: AddFile(L0 Files): cumulative 0, interval 0 2024-04-24T17:17:34.362 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: AddFile(Keys): cumulative 0, interval 0 2024-04-24T17:17:34.362 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: Cumulative compaction: 0.00 GB write, 16.98 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-24T17:17:34.362 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: Interval compaction: 0.00 GB write, 16.98 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-24T17:17:34.362 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: 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-04-24T17:17:34.363 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: Block cache BinnedLRUCache@0x563b259f71f0#7 capacity: 512.00 MB usage: 1.20 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.2e-05 secs_since: 0 2024-04-24T17:17:34.363 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.44 KB,8.34465e-05%) Misc(1,0.00 KB,0%) 2024-04-24T17:17:34.363 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: ** File Read Latency Histogram By Level [default] ** 2024-04-24T17:17:34.363 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.073+0000 7f761a398c80 0 starting mon.smithi057 rank 0 at public addrs [v2:172.21.15.57:3300/0,v1:172.21.15.57:6789/0] at bind addrs [v2:172.21.15.57:3300/0,v1:172.21.15.57:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi057 fsid 5cb8698a-025e-11ef-bc93-c7b262605968 2024-04-24T17:17:34.363 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.077+0000 7f761a398c80 1 mon.smithi057@-1(???) e1 preinit fsid 5cb8698a-025e-11ef-bc93-c7b262605968 2024-04-24T17:17:34.363 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.077+0000 7f761a398c80 0 mon.smithi057@-1(???).mds e1 new map 2024-04-24T17:17:34.363 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.077+0000 7f761a398c80 0 mon.smithi057@-1(???).mds e1 print_map 2024-04-24T17:17:34.363 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: e1 2024-04-24T17:17:34.363 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: enable_multiple, ever_enabled_multiple: 1,1 2024-04-24T17:17:34.363 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2024-04-24T17:17:34.363 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: legacy client fscid: -1 2024-04-24T17:17:34.363 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: 2024-04-24T17:17:34.364 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: No filesystems configured 2024-04-24T17:17:34.364 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.077+0000 7f761a398c80 0 mon.smithi057@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-04-24T17:17:34.364 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.077+0000 7f761a398c80 0 mon.smithi057@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-24T17:17:34.364 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.077+0000 7f761a398c80 0 mon.smithi057@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-24T17:17:34.364 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.077+0000 7f761a398c80 0 mon.smithi057@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-24T17:17:34.364 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: debug 2024-04-24T17:17:34.077+0000 7f761a398c80 1 mon.smithi057@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-04-24T17:17:34.364 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: cluster 2024-04-24T17:17:34.098243+0000 mon.smithi057 (mon.0) 1 : cluster [INF] mon.smithi057 is new leader, mons smithi057 in quorum (ranks 0) 2024-04-24T17:17:34.364 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: cluster 2024-04-24T17:17:34.098243+0000 mon.smithi057 (mon.0) 1 : cluster [INF] mon.smithi057 is new leader, mons smithi057 in quorum (ranks 0) 2024-04-24T17:17:34.364 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: cluster 2024-04-24T17:17:34.098334+0000 mon.smithi057 (mon.0) 2 : cluster [DBG] monmap epoch 1 2024-04-24T17:17:34.364 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: cluster 2024-04-24T17:17:34.098334+0000 mon.smithi057 (mon.0) 2 : cluster [DBG] monmap epoch 1 2024-04-24T17:17:34.364 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: cluster 2024-04-24T17:17:34.098351+0000 mon.smithi057 (mon.0) 3 : cluster [DBG] fsid 5cb8698a-025e-11ef-bc93-c7b262605968 2024-04-24T17:17:34.364 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: cluster 2024-04-24T17:17:34.098351+0000 mon.smithi057 (mon.0) 3 : cluster [DBG] fsid 5cb8698a-025e-11ef-bc93-c7b262605968 2024-04-24T17:17:34.365 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: cluster 2024-04-24T17:17:34.098375+0000 mon.smithi057 (mon.0) 4 : cluster [DBG] last_changed 2024-04-24T17:17:24.528063+0000 2024-04-24T17:17:34.365 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: cluster 2024-04-24T17:17:34.098375+0000 mon.smithi057 (mon.0) 4 : cluster [DBG] last_changed 2024-04-24T17:17:24.528063+0000 2024-04-24T17:17:34.365 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: cluster 2024-04-24T17:17:34.098390+0000 mon.smithi057 (mon.0) 5 : cluster [DBG] created 2024-04-24T17:17:24.528063+0000 2024-04-24T17:17:34.365 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: cluster 2024-04-24T17:17:34.098390+0000 mon.smithi057 (mon.0) 5 : cluster [DBG] created 2024-04-24T17:17:24.528063+0000 2024-04-24T17:17:34.365 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: cluster 2024-04-24T17:17:34.098403+0000 mon.smithi057 (mon.0) 6 : cluster [DBG] min_mon_release 19 (squid) 2024-04-24T17:17:34.365 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: cluster 2024-04-24T17:17:34.098403+0000 mon.smithi057 (mon.0) 6 : cluster [DBG] min_mon_release 19 (squid) 2024-04-24T17:17:34.365 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: cluster 2024-04-24T17:17:34.098419+0000 mon.smithi057 (mon.0) 7 : cluster [DBG] election_strategy: 1 2024-04-24T17:17:34.365 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: cluster 2024-04-24T17:17:34.098419+0000 mon.smithi057 (mon.0) 7 : cluster [DBG] election_strategy: 1 2024-04-24T17:17:34.365 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: cluster 2024-04-24T17:17:34.098441+0000 mon.smithi057 (mon.0) 8 : cluster [DBG] 0: [v2:172.21.15.57:3300/0,v1:172.21.15.57:6789/0] mon.smithi057 2024-04-24T17:17:34.365 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: cluster 2024-04-24T17:17:34.098441+0000 mon.smithi057 (mon.0) 8 : cluster [DBG] 0: [v2:172.21.15.57:3300/0,v1:172.21.15.57:6789/0] mon.smithi057 2024-04-24T17:17:34.365 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: cluster 2024-04-24T17:17:34.098906+0000 mon.smithi057 (mon.0) 9 : cluster [DBG] fsmap 2024-04-24T17:17:34.365 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: cluster 2024-04-24T17:17:34.098906+0000 mon.smithi057 (mon.0) 9 : cluster [DBG] fsmap 2024-04-24T17:17:34.365 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: cluster 2024-04-24T17:17:34.098948+0000 mon.smithi057 (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-04-24T17:17:34.366 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: cluster 2024-04-24T17:17:34.098948+0000 mon.smithi057 (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-04-24T17:17:34.366 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: cluster 2024-04-24T17:17:34.099475+0000 mon.smithi057 (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2024-04-24T17:17:34.366 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:34 smithi057 bash[18598]: cluster 2024-04-24T17:17:34.099475+0000 mon.smithi057 (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2024-04-24T17:17:34.916 INFO:teuthology.orchestra.run.smithi057.stdout:Wrote config to /etc/ceph/ceph.conf 2024-04-24T17:17:34.941 INFO:teuthology.orchestra.run.smithi057.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-04-24T17:17:34.941 INFO:teuthology.orchestra.run.smithi057.stdout:Creating mgr... 2024-04-24T17:17:34.942 INFO:teuthology.orchestra.run.smithi057.stdout:Verifying port 0.0.0.0:9283 ... 2024-04-24T17:17:34.942 INFO:teuthology.orchestra.run.smithi057.stdout:Verifying port 0.0.0.0:8765 ... 2024-04-24T17:17:34.942 INFO:teuthology.orchestra.run.smithi057.stdout:Verifying port 0.0.0.0:8443 ... 2024-04-24T17:17:35.260 INFO:teuthology.orchestra.run.smithi057.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-5cb8698a-025e-11ef-bc93-c7b262605968@mgr.smithi057.tirlgq 2024-04-24T17:17:35.260 INFO:teuthology.orchestra.run.smithi057.stdout:systemctl: stderr Failed to reset failed state of unit ceph-5cb8698a-025e-11ef-bc93-c7b262605968@mgr.smithi057.tirlgq.service: Unit ceph-5cb8698a-025e-11ef-bc93-c7b262605968@mgr.smithi057.tirlgq.service not loaded. 2024-04-24T17:17:35.265 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:35 smithi057 systemd[1]: /etc/systemd/system/ceph-5cb8698a-025e-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-24T17:17:35.461 INFO:teuthology.orchestra.run.smithi057.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-5cb8698a-025e-11ef-bc93-c7b262605968.target.wants/ceph-5cb8698a-025e-11ef-bc93-c7b262605968@mgr.smithi057.tirlgq.service -> /etc/systemd/system/ceph-5cb8698a-025e-11ef-bc93-c7b262605968@.service. 2024-04-24T17:17:35.470 INFO:teuthology.orchestra.run.smithi057.stdout:firewalld does not appear to be present 2024-04-24T17:17:35.470 INFO:teuthology.orchestra.run.smithi057.stdout:Not possible to enable service . firewalld.service is not available 2024-04-24T17:17:35.470 INFO:teuthology.orchestra.run.smithi057.stdout:firewalld does not appear to be present 2024-04-24T17:17:35.470 INFO:teuthology.orchestra.run.smithi057.stdout:Not possible to open ports <[9283, 8765, 8443]>. firewalld.service is not available 2024-04-24T17:17:35.470 INFO:teuthology.orchestra.run.smithi057.stdout:Waiting for mgr to start... 2024-04-24T17:17:35.470 INFO:teuthology.orchestra.run.smithi057.stdout:Waiting for mgr... 2024-04-24T17:17:35.586 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:35 smithi057 bash[18598]: audit 2024-04-24T17:17:34.352534+0000 mon.smithi057 (mon.0) 12 : audit [INF] from='client.? 172.21.15.57:0/3406175739' entity='client.admin' 2024-04-24T17:17:35.587 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:35 smithi057 bash[18598]: audit 2024-04-24T17:17:34.352534+0000 mon.smithi057 (mon.0) 12 : audit [INF] from='client.? 172.21.15.57:0/3406175739' entity='client.admin' 2024-04-24T17:17:35.587 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:35 smithi057 systemd[1]: /etc/systemd/system/ceph-5cb8698a-025e-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-24T17:17:37.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:36 smithi057 bash[18598]: audit 2024-04-24T17:17:36.814573+0000 mon.smithi057 (mon.0) 13 : audit [DBG] from='client.? 172.21.15.57:0/639406972' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-24T17:17:37.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:36 smithi057 bash[18598]: audit 2024-04-24T17:17:36.814573+0000 mon.smithi057 (mon.0) 13 : audit [DBG] from='client.? 172.21.15.57:0/639406972' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-24T17:17:37.392 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout 2024-04-24T17:17:37.392 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout { 2024-04-24T17:17:37.392 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "fsid": "5cb8698a-025e-11ef-bc93-c7b262605968", 2024-04-24T17:17:37.392 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "health": { 2024-04-24T17:17:37.392 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-24T17:17:37.392 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-24T17:17:37.392 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-24T17:17:37.392 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout }, 2024-04-24T17:17:37.393 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-24T17:17:37.393 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-24T17:17:37.393 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout 0 2024-04-24T17:17:37.393 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout ], 2024-04-24T17:17:37.393 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-24T17:17:37.393 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "smithi057" 2024-04-24T17:17:37.393 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout ], 2024-04-24T17:17:37.393 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-04-24T17:17:37.393 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-24T17:17:37.393 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T17:17:37.393 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-24T17:17:37.393 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-24T17:17:37.394 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout }, 2024-04-24T17:17:37.394 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-24T17:17:37.394 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T17:17:37.394 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-24T17:17:37.394 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-24T17:17:37.394 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-24T17:17:37.394 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-24T17:17:37.394 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-24T17:17:37.395 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-24T17:17:37.398 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout }, 2024-04-24T17:17:37.398 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-24T17:17:37.398 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-24T17:17:37.398 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-24T17:17:37.398 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-24T17:17:37.398 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-24T17:17:37.399 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-24T17:17:37.399 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-24T17:17:37.399 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-24T17:17:37.399 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-24T17:17:37.399 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout }, 2024-04-24T17:17:37.399 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-24T17:17:37.399 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T17:17:37.399 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-24T17:17:37.399 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-24T17:17:37.399 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout }, 2024-04-24T17:17:37.399 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-24T17:17:37.399 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-24T17:17:37.399 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-24T17:17:37.399 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-24T17:17:37.399 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-24T17:17:37.400 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-24T17:17:37.400 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "restful" 2024-04-24T17:17:37.400 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout ], 2024-04-24T17:17:37.400 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-24T17:17:37.400 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout }, 2024-04-24T17:17:37.400 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-24T17:17:37.400 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T17:17:37.400 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "modified": "2024-04-24T17:17:28.719669+0000", 2024-04-24T17:17:37.400 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-24T17:17:37.400 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout }, 2024-04-24T17:17:37.400 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-24T17:17:37.400 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout } 2024-04-24T17:17:37.400 INFO:teuthology.orchestra.run.smithi057.stdout:mgr not available, waiting (1/15)... 2024-04-24T17:17:40.588 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:40 smithi057 bash[18598]: audit 2024-04-24T17:17:40.373365+0000 mon.smithi057 (mon.0) 14 : audit [DBG] from='client.? 172.21.15.57:0/3142817781' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-24T17:17:40.588 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:40 smithi057 bash[18598]: audit 2024-04-24T17:17:40.373365+0000 mon.smithi057 (mon.0) 14 : audit [DBG] from='client.? 172.21.15.57:0/3142817781' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-24T17:17:40.940 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout 2024-04-24T17:17:40.940 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout { 2024-04-24T17:17:40.940 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "fsid": "5cb8698a-025e-11ef-bc93-c7b262605968", 2024-04-24T17:17:40.940 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "health": { 2024-04-24T17:17:40.940 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-24T17:17:40.940 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-24T17:17:40.940 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-24T17:17:40.940 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout }, 2024-04-24T17:17:40.941 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-24T17:17:40.941 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-24T17:17:40.941 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout 0 2024-04-24T17:17:40.941 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout ], 2024-04-24T17:17:40.941 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-24T17:17:40.941 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "smithi057" 2024-04-24T17:17:40.941 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout ], 2024-04-24T17:17:40.941 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "quorum_age": 6, 2024-04-24T17:17:40.941 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-24T17:17:40.941 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T17:17:40.941 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-24T17:17:40.941 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-24T17:17:40.941 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout }, 2024-04-24T17:17:40.941 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-24T17:17:40.941 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T17:17:40.941 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-24T17:17:40.942 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-24T17:17:40.942 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-24T17:17:40.942 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-24T17:17:40.942 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-24T17:17:40.942 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-24T17:17:40.945 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout }, 2024-04-24T17:17:40.945 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-24T17:17:40.945 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-24T17:17:40.945 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-24T17:17:40.945 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-24T17:17:40.945 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-24T17:17:40.946 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-24T17:17:40.946 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-24T17:17:40.946 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-24T17:17:40.946 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-24T17:17:40.946 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout }, 2024-04-24T17:17:40.946 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-24T17:17:40.946 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T17:17:40.946 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-24T17:17:40.946 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-24T17:17:40.946 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout }, 2024-04-24T17:17:40.946 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-24T17:17:40.946 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-24T17:17:40.946 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-24T17:17:40.947 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-24T17:17:40.947 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-24T17:17:40.947 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-24T17:17:40.947 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "restful" 2024-04-24T17:17:40.947 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout ], 2024-04-24T17:17:40.947 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-24T17:17:40.947 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout }, 2024-04-24T17:17:40.947 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-24T17:17:40.947 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T17:17:40.947 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "modified": "2024-04-24T17:17:28.719669+0000", 2024-04-24T17:17:40.947 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-24T17:17:40.947 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout }, 2024-04-24T17:17:40.947 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-24T17:17:40.947 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout } 2024-04-24T17:17:40.947 INFO:teuthology.orchestra.run.smithi057.stdout:mgr not available, waiting (2/15)... 2024-04-24T17:17:44.089 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:43 smithi057 bash[18598]: audit 2024-04-24T17:17:43.900800+0000 mon.smithi057 (mon.0) 15 : audit [DBG] from='client.? 172.21.15.57:0/3425605695' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-24T17:17:44.089 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:43 smithi057 bash[18598]: audit 2024-04-24T17:17:43.900800+0000 mon.smithi057 (mon.0) 15 : audit [DBG] from='client.? 172.21.15.57:0/3425605695' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-24T17:17:44.453 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout 2024-04-24T17:17:44.453 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout { 2024-04-24T17:17:44.453 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "fsid": "5cb8698a-025e-11ef-bc93-c7b262605968", 2024-04-24T17:17:44.453 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "health": { 2024-04-24T17:17:44.453 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-24T17:17:44.453 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-24T17:17:44.453 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-24T17:17:44.454 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout }, 2024-04-24T17:17:44.454 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-24T17:17:44.454 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-24T17:17:44.454 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout 0 2024-04-24T17:17:44.454 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout ], 2024-04-24T17:17:44.454 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-24T17:17:44.454 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "smithi057" 2024-04-24T17:17:44.454 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout ], 2024-04-24T17:17:44.454 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "quorum_age": 9, 2024-04-24T17:17:44.454 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-24T17:17:44.454 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T17:17:44.454 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-24T17:17:44.454 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-24T17:17:44.454 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout }, 2024-04-24T17:17:44.455 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-24T17:17:44.455 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T17:17:44.455 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-24T17:17:44.455 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-24T17:17:44.455 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-24T17:17:44.455 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-24T17:17:44.455 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-24T17:17:44.455 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-24T17:17:44.459 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout }, 2024-04-24T17:17:44.459 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-24T17:17:44.459 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-24T17:17:44.459 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-24T17:17:44.460 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-24T17:17:44.460 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-24T17:17:44.460 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-24T17:17:44.460 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-24T17:17:44.462 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-24T17:17:44.462 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-24T17:17:44.462 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout }, 2024-04-24T17:17:44.462 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-24T17:17:44.462 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T17:17:44.462 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-24T17:17:44.462 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-24T17:17:44.462 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout }, 2024-04-24T17:17:44.463 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-24T17:17:44.463 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-24T17:17:44.463 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-24T17:17:44.463 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-24T17:17:44.463 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-24T17:17:44.463 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-24T17:17:44.463 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "restful" 2024-04-24T17:17:44.463 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout ], 2024-04-24T17:17:44.463 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-24T17:17:44.463 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout }, 2024-04-24T17:17:44.463 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-24T17:17:44.463 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T17:17:44.463 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "modified": "2024-04-24T17:17:28.719669+0000", 2024-04-24T17:17:44.463 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-24T17:17:44.464 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout }, 2024-04-24T17:17:44.464 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-24T17:17:44.464 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout } 2024-04-24T17:17:44.464 INFO:teuthology.orchestra.run.smithi057.stdout:mgr not available, waiting (3/15)... 2024-04-24T17:17:45.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:45 smithi057 bash[18598]: cluster 2024-04-24T17:17:45.000485+0000 mon.smithi057 (mon.0) 16 : cluster [INF] Activating manager daemon smithi057.tirlgq 2024-04-24T17:17:45.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:45 smithi057 bash[18598]: cluster 2024-04-24T17:17:45.000485+0000 mon.smithi057 (mon.0) 16 : cluster [INF] Activating manager daemon smithi057.tirlgq 2024-04-24T17:17:45.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:45 smithi057 bash[18598]: cluster 2024-04-24T17:17:45.004050+0000 mon.smithi057 (mon.0) 17 : cluster [DBG] mgrmap e2: smithi057.tirlgq(active, starting, since 0.00407272s) 2024-04-24T17:17:45.338 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:45 smithi057 bash[18598]: cluster 2024-04-24T17:17:45.004050+0000 mon.smithi057 (mon.0) 17 : cluster [DBG] mgrmap e2: smithi057.tirlgq(active, starting, since 0.00407272s) 2024-04-24T17:17:45.338 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:45 smithi057 bash[18598]: audit 2024-04-24T17:17:45.007058+0000 mon.smithi057 (mon.0) 18 : audit [DBG] from='mgr.14100 172.21.15.57:0/907706353' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-24T17:17:45.338 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:45 smithi057 bash[18598]: audit 2024-04-24T17:17:45.007058+0000 mon.smithi057 (mon.0) 18 : audit [DBG] from='mgr.14100 172.21.15.57:0/907706353' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-24T17:17:45.338 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:45 smithi057 bash[18598]: audit 2024-04-24T17:17:45.007263+0000 mon.smithi057 (mon.0) 19 : audit [DBG] from='mgr.14100 172.21.15.57:0/907706353' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-24T17:17:45.338 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:45 smithi057 bash[18598]: audit 2024-04-24T17:17:45.007263+0000 mon.smithi057 (mon.0) 19 : audit [DBG] from='mgr.14100 172.21.15.57:0/907706353' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-24T17:17:45.338 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:45 smithi057 bash[18598]: audit 2024-04-24T17:17:45.007561+0000 mon.smithi057 (mon.0) 20 : audit [DBG] from='mgr.14100 172.21.15.57:0/907706353' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-24T17:17:45.338 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:45 smithi057 bash[18598]: audit 2024-04-24T17:17:45.007561+0000 mon.smithi057 (mon.0) 20 : audit [DBG] from='mgr.14100 172.21.15.57:0/907706353' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-24T17:17:45.338 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:45 smithi057 bash[18598]: audit 2024-04-24T17:17:45.007917+0000 mon.smithi057 (mon.0) 21 : audit [DBG] from='mgr.14100 172.21.15.57:0/907706353' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "mon metadata", "id": "smithi057"}]: dispatch 2024-04-24T17:17:45.338 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:45 smithi057 bash[18598]: audit 2024-04-24T17:17:45.007917+0000 mon.smithi057 (mon.0) 21 : audit [DBG] from='mgr.14100 172.21.15.57:0/907706353' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "mon metadata", "id": "smithi057"}]: dispatch 2024-04-24T17:17:45.338 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:45 smithi057 bash[18598]: audit 2024-04-24T17:17:45.008512+0000 mon.smithi057 (mon.0) 22 : audit [DBG] from='mgr.14100 172.21.15.57:0/907706353' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "mgr metadata", "who": "smithi057.tirlgq", "id": "smithi057.tirlgq"}]: dispatch 2024-04-24T17:17:45.338 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:45 smithi057 bash[18598]: audit 2024-04-24T17:17:45.008512+0000 mon.smithi057 (mon.0) 22 : audit [DBG] from='mgr.14100 172.21.15.57:0/907706353' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "mgr metadata", "who": "smithi057.tirlgq", "id": "smithi057.tirlgq"}]: dispatch 2024-04-24T17:17:45.338 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:45 smithi057 bash[18598]: cluster 2024-04-24T17:17:45.032206+0000 mon.smithi057 (mon.0) 23 : cluster [INF] Manager daemon smithi057.tirlgq is now available 2024-04-24T17:17:45.338 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:45 smithi057 bash[18598]: cluster 2024-04-24T17:17:45.032206+0000 mon.smithi057 (mon.0) 23 : cluster [INF] Manager daemon smithi057.tirlgq is now available 2024-04-24T17:17:45.339 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:45 smithi057 bash[18598]: audit 2024-04-24T17:17:45.045065+0000 mon.smithi057 (mon.0) 24 : audit [INF] from='mgr.14100 172.21.15.57:0/907706353' entity='mgr.smithi057.tirlgq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi057.tirlgq/mirror_snapshot_schedule"}]: dispatch 2024-04-24T17:17:45.339 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:45 smithi057 bash[18598]: audit 2024-04-24T17:17:45.045065+0000 mon.smithi057 (mon.0) 24 : audit [INF] from='mgr.14100 172.21.15.57:0/907706353' entity='mgr.smithi057.tirlgq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi057.tirlgq/mirror_snapshot_schedule"}]: dispatch 2024-04-24T17:17:45.339 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:45 smithi057 bash[18598]: audit 2024-04-24T17:17:45.048190+0000 mon.smithi057 (mon.0) 25 : audit [INF] from='mgr.14100 172.21.15.57:0/907706353' entity='mgr.smithi057.tirlgq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi057.tirlgq/trash_purge_schedule"}]: dispatch 2024-04-24T17:17:45.339 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:45 smithi057 bash[18598]: audit 2024-04-24T17:17:45.048190+0000 mon.smithi057 (mon.0) 25 : audit [INF] from='mgr.14100 172.21.15.57:0/907706353' entity='mgr.smithi057.tirlgq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi057.tirlgq/trash_purge_schedule"}]: dispatch 2024-04-24T17:17:46.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:46 smithi057 bash[18598]: audit 2024-04-24T17:17:45.051675+0000 mon.smithi057 (mon.0) 26 : audit [INF] from='mgr.14100 172.21.15.57:0/907706353' entity='mgr.smithi057.tirlgq' 2024-04-24T17:17:46.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:46 smithi057 bash[18598]: audit 2024-04-24T17:17:45.051675+0000 mon.smithi057 (mon.0) 26 : audit [INF] from='mgr.14100 172.21.15.57:0/907706353' entity='mgr.smithi057.tirlgq' 2024-04-24T17:17:46.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:46 smithi057 bash[18598]: audit 2024-04-24T17:17:45.057235+0000 mon.smithi057 (mon.0) 27 : audit [INF] from='mgr.14100 172.21.15.57:0/907706353' entity='mgr.smithi057.tirlgq' 2024-04-24T17:17:46.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:46 smithi057 bash[18598]: audit 2024-04-24T17:17:45.057235+0000 mon.smithi057 (mon.0) 27 : audit [INF] from='mgr.14100 172.21.15.57:0/907706353' entity='mgr.smithi057.tirlgq' 2024-04-24T17:17:46.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:46 smithi057 bash[18598]: audit 2024-04-24T17:17:45.059906+0000 mon.smithi057 (mon.0) 28 : audit [INF] from='mgr.14100 172.21.15.57:0/907706353' entity='mgr.smithi057.tirlgq' 2024-04-24T17:17:46.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:46 smithi057 bash[18598]: audit 2024-04-24T17:17:45.059906+0000 mon.smithi057 (mon.0) 28 : audit [INF] from='mgr.14100 172.21.15.57:0/907706353' entity='mgr.smithi057.tirlgq' 2024-04-24T17:17:46.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:46 smithi057 bash[18598]: cluster 2024-04-24T17:17:46.019419+0000 mon.smithi057 (mon.0) 29 : cluster [DBG] mgrmap e3: smithi057.tirlgq(active, since 1.01943s) 2024-04-24T17:17:46.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:46 smithi057 bash[18598]: cluster 2024-04-24T17:17:46.019419+0000 mon.smithi057 (mon.0) 29 : cluster [DBG] mgrmap e3: smithi057.tirlgq(active, since 1.01943s) 2024-04-24T17:17:48.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:48 smithi057 bash[18598]: cluster 2024-04-24T17:17:47.062044+0000 mon.smithi057 (mon.0) 30 : cluster [DBG] mgrmap e4: smithi057.tirlgq(active, since 2s) 2024-04-24T17:17:48.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:48 smithi057 bash[18598]: cluster 2024-04-24T17:17:47.062044+0000 mon.smithi057 (mon.0) 30 : cluster [DBG] mgrmap e4: smithi057.tirlgq(active, since 2s) 2024-04-24T17:17:48.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:48 smithi057 bash[18598]: audit 2024-04-24T17:17:47.875833+0000 mon.smithi057 (mon.0) 31 : audit [DBG] from='client.? 172.21.15.57:0/933973722' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-24T17:17:48.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:48 smithi057 bash[18598]: audit 2024-04-24T17:17:47.875833+0000 mon.smithi057 (mon.0) 31 : audit [DBG] from='client.? 172.21.15.57:0/933973722' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-24T17:17:48.409 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout 2024-04-24T17:17:48.409 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout { 2024-04-24T17:17:48.409 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "fsid": "5cb8698a-025e-11ef-bc93-c7b262605968", 2024-04-24T17:17:48.409 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "health": { 2024-04-24T17:17:48.409 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-24T17:17:48.409 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-24T17:17:48.409 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-24T17:17:48.409 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout }, 2024-04-24T17:17:48.409 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-24T17:17:48.409 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-24T17:17:48.409 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout 0 2024-04-24T17:17:48.410 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout ], 2024-04-24T17:17:48.410 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-24T17:17:48.410 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "smithi057" 2024-04-24T17:17:48.410 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout ], 2024-04-24T17:17:48.410 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "quorum_age": 13, 2024-04-24T17:17:48.410 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-24T17:17:48.410 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T17:17:48.410 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-24T17:17:48.410 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-24T17:17:48.410 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout }, 2024-04-24T17:17:48.410 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-24T17:17:48.410 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T17:17:48.410 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-24T17:17:48.410 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-24T17:17:48.411 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-24T17:17:48.411 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-24T17:17:48.411 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-24T17:17:48.411 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-24T17:17:48.414 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout }, 2024-04-24T17:17:48.414 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-24T17:17:48.414 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-24T17:17:48.414 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-24T17:17:48.415 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-24T17:17:48.415 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-24T17:17:48.415 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-24T17:17:48.415 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-24T17:17:48.415 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-24T17:17:48.415 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-24T17:17:48.415 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout }, 2024-04-24T17:17:48.415 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-24T17:17:48.415 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T17:17:48.415 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-24T17:17:48.415 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-24T17:17:48.415 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout }, 2024-04-24T17:17:48.415 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-24T17:17:48.415 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-24T17:17:48.416 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-24T17:17:48.416 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-24T17:17:48.416 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-24T17:17:48.416 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-24T17:17:48.416 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "restful" 2024-04-24T17:17:48.416 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout ], 2024-04-24T17:17:48.416 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-24T17:17:48.416 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout }, 2024-04-24T17:17:48.416 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-24T17:17:48.416 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T17:17:48.416 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "modified": "2024-04-24T17:17:28.719669+0000", 2024-04-24T17:17:48.416 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-24T17:17:48.416 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout }, 2024-04-24T17:17:48.416 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-24T17:17:48.416 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout } 2024-04-24T17:17:48.417 INFO:teuthology.orchestra.run.smithi057.stdout:mgr is available 2024-04-24T17:17:50.086 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:49 smithi057 bash[18598]: audit 2024-04-24T17:17:49.600368+0000 mon.smithi057 (mon.0) 32 : audit [INF] from='client.? 172.21.15.57:0/343437234' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-24T17:17:50.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:49 smithi057 bash[18598]: audit 2024-04-24T17:17:49.600368+0000 mon.smithi057 (mon.0) 32 : audit [INF] from='client.? 172.21.15.57:0/343437234' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-24T17:17:50.136 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout 2024-04-24T17:17:50.137 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout [global] 2024-04-24T17:17:50.137 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout fsid = 5cb8698a-025e-11ef-bc93-c7b262605968 2024-04-24T17:17:50.137 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-04-24T17:17:50.137 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-04-24T17:17:50.137 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-04-24T17:17:50.137 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-04-24T17:17:50.137 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-04-24T17:17:50.137 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout 2024-04-24T17:17:50.137 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout [mgr] 2024-04-24T17:17:50.137 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-04-24T17:17:50.137 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout 2024-04-24T17:17:50.138 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout [osd] 2024-04-24T17:17:50.138 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-04-24T17:17:50.138 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-04-24T17:17:50.138 INFO:teuthology.orchestra.run.smithi057.stdout:Enabling cephadm module... 2024-04-24T17:17:51.836 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:51 smithi057 bash[18598]: audit 2024-04-24T17:17:51.461816+0000 mon.smithi057 (mon.0) 33 : audit [INF] from='client.? 172.21.15.57:0/3222577044' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-04-24T17:17:51.837 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:51 smithi057 bash[18598]: audit 2024-04-24T17:17:51.461816+0000 mon.smithi057 (mon.0) 33 : audit [INF] from='client.? 172.21.15.57:0/3222577044' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-04-24T17:17:52.836 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:52 smithi057 bash[18598]: audit 2024-04-24T17:17:51.514116+0000 mon.smithi057 (mon.0) 34 : audit [INF] from='client.? 172.21.15.57:0/3222577044' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-04-24T17:17:52.837 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:52 smithi057 bash[18598]: audit 2024-04-24T17:17:51.514116+0000 mon.smithi057 (mon.0) 34 : audit [INF] from='client.? 172.21.15.57:0/3222577044' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-04-24T17:17:52.837 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:52 smithi057 bash[18598]: cluster 2024-04-24T17:17:51.519235+0000 mon.smithi057 (mon.0) 35 : cluster [DBG] mgrmap e5: smithi057.tirlgq(active, since 6s) 2024-04-24T17:17:52.837 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:52 smithi057 bash[18598]: cluster 2024-04-24T17:17:51.519235+0000 mon.smithi057 (mon.0) 35 : cluster [DBG] mgrmap e5: smithi057.tirlgq(active, since 6s) 2024-04-24T17:17:53.586 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:53 smithi057 bash[18598]: audit 2024-04-24T17:17:53.276470+0000 mon.smithi057 (mon.0) 36 : audit [DBG] from='client.? 172.21.15.57:0/1810577102' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-24T17:17:53.587 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:53 smithi057 bash[18598]: audit 2024-04-24T17:17:53.276470+0000 mon.smithi057 (mon.0) 36 : audit [DBG] from='client.? 172.21.15.57:0/1810577102' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-24T17:17:53.813 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout { 2024-04-24T17:17:53.813 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-04-24T17:17:53.813 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-24T17:17:53.813 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "active_name": "smithi057.tirlgq", 2024-04-24T17:17:53.813 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-04-24T17:17:53.813 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout } 2024-04-24T17:17:53.813 INFO:teuthology.orchestra.run.smithi057.stdout:Waiting for the mgr to restart... 2024-04-24T17:17:53.813 INFO:teuthology.orchestra.run.smithi057.stdout:Waiting for mgr epoch 5... 2024-04-24T17:18:00.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:59 smithi057 bash[18598]: cluster 2024-04-24T17:17:59.879403+0000 mon.smithi057 (mon.0) 37 : cluster [INF] Active manager daemon smithi057.tirlgq restarted 2024-04-24T17:18:00.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:59 smithi057 bash[18598]: cluster 2024-04-24T17:17:59.879403+0000 mon.smithi057 (mon.0) 37 : cluster [INF] Active manager daemon smithi057.tirlgq restarted 2024-04-24T17:18:00.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:59 smithi057 bash[18598]: cluster 2024-04-24T17:17:59.879873+0000 mon.smithi057 (mon.0) 38 : cluster [INF] Activating manager daemon smithi057.tirlgq 2024-04-24T17:18:00.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:59 smithi057 bash[18598]: cluster 2024-04-24T17:17:59.879873+0000 mon.smithi057 (mon.0) 38 : cluster [INF] Activating manager daemon smithi057.tirlgq 2024-04-24T17:18:00.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:59 smithi057 bash[18598]: cluster 2024-04-24T17:17:59.889122+0000 mon.smithi057 (mon.0) 39 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-04-24T17:18:00.088 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:59 smithi057 bash[18598]: cluster 2024-04-24T17:17:59.889122+0000 mon.smithi057 (mon.0) 39 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-04-24T17:18:00.088 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:59 smithi057 bash[18598]: cluster 2024-04-24T17:17:59.889555+0000 mon.smithi057 (mon.0) 40 : cluster [DBG] mgrmap e6: smithi057.tirlgq(active, starting, since 0.00985482s) 2024-04-24T17:18:00.088 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:59 smithi057 bash[18598]: cluster 2024-04-24T17:17:59.889555+0000 mon.smithi057 (mon.0) 40 : cluster [DBG] mgrmap e6: smithi057.tirlgq(active, starting, since 0.00985482s) 2024-04-24T17:18:00.088 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:59 smithi057 bash[18598]: audit 2024-04-24T17:17:59.890382+0000 mon.smithi057 (mon.0) 41 : audit [DBG] from='mgr.14120 172.21.15.57:0/1419254793' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "mon metadata", "id": "smithi057"}]: dispatch 2024-04-24T17:18:00.088 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:59 smithi057 bash[18598]: audit 2024-04-24T17:17:59.890382+0000 mon.smithi057 (mon.0) 41 : audit [DBG] from='mgr.14120 172.21.15.57:0/1419254793' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "mon metadata", "id": "smithi057"}]: dispatch 2024-04-24T17:18:00.088 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:59 smithi057 bash[18598]: audit 2024-04-24T17:17:59.892696+0000 mon.smithi057 (mon.0) 42 : audit [DBG] from='mgr.14120 172.21.15.57:0/1419254793' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "mgr metadata", "who": "smithi057.tirlgq", "id": "smithi057.tirlgq"}]: dispatch 2024-04-24T17:18:00.088 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:59 smithi057 bash[18598]: audit 2024-04-24T17:17:59.892696+0000 mon.smithi057 (mon.0) 42 : audit [DBG] from='mgr.14120 172.21.15.57:0/1419254793' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "mgr metadata", "who": "smithi057.tirlgq", "id": "smithi057.tirlgq"}]: dispatch 2024-04-24T17:18:00.088 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:59 smithi057 bash[18598]: audit 2024-04-24T17:17:59.894647+0000 mon.smithi057 (mon.0) 43 : audit [DBG] from='mgr.14120 172.21.15.57:0/1419254793' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-24T17:18:00.088 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:59 smithi057 bash[18598]: audit 2024-04-24T17:17:59.894647+0000 mon.smithi057 (mon.0) 43 : audit [DBG] from='mgr.14120 172.21.15.57:0/1419254793' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-24T17:18:00.088 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:59 smithi057 bash[18598]: audit 2024-04-24T17:17:59.894983+0000 mon.smithi057 (mon.0) 44 : audit [DBG] from='mgr.14120 172.21.15.57:0/1419254793' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-24T17:18:00.088 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:59 smithi057 bash[18598]: audit 2024-04-24T17:17:59.894983+0000 mon.smithi057 (mon.0) 44 : audit [DBG] from='mgr.14120 172.21.15.57:0/1419254793' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-24T17:18:00.088 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:59 smithi057 bash[18598]: audit 2024-04-24T17:17:59.895258+0000 mon.smithi057 (mon.0) 45 : audit [DBG] from='mgr.14120 172.21.15.57:0/1419254793' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-24T17:18:00.088 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:59 smithi057 bash[18598]: audit 2024-04-24T17:17:59.895258+0000 mon.smithi057 (mon.0) 45 : audit [DBG] from='mgr.14120 172.21.15.57:0/1419254793' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-24T17:18:00.088 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:59 smithi057 bash[18598]: cluster 2024-04-24T17:17:59.924203+0000 mon.smithi057 (mon.0) 46 : cluster [INF] Manager daemon smithi057.tirlgq is now available 2024-04-24T17:18:00.088 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:17:59 smithi057 bash[18598]: cluster 2024-04-24T17:17:59.924203+0000 mon.smithi057 (mon.0) 46 : cluster [INF] Manager daemon smithi057.tirlgq is now available 2024-04-24T17:18:01.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:00 smithi057 bash[18598]: cephadm 2024-04-24T17:17:59.962931+0000 mgr.smithi057.tirlgq (mgr.14120) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-04-24T17:18:01.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:00 smithi057 bash[18598]: cephadm 2024-04-24T17:17:59.962931+0000 mgr.smithi057.tirlgq (mgr.14120) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-04-24T17:18:01.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:00 smithi057 bash[18598]: audit 2024-04-24T17:17:59.967167+0000 mon.smithi057 (mon.0) 47 : audit [INF] from='mgr.14120 172.21.15.57:0/1419254793' entity='mgr.smithi057.tirlgq' 2024-04-24T17:18:01.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:00 smithi057 bash[18598]: audit 2024-04-24T17:17:59.967167+0000 mon.smithi057 (mon.0) 47 : audit [INF] from='mgr.14120 172.21.15.57:0/1419254793' entity='mgr.smithi057.tirlgq' 2024-04-24T17:18:01.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:00 smithi057 bash[18598]: audit 2024-04-24T17:17:59.971603+0000 mon.smithi057 (mon.0) 48 : audit [INF] from='mgr.14120 172.21.15.57:0/1419254793' entity='mgr.smithi057.tirlgq' 2024-04-24T17:18:01.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:00 smithi057 bash[18598]: audit 2024-04-24T17:17:59.971603+0000 mon.smithi057 (mon.0) 48 : audit [INF] from='mgr.14120 172.21.15.57:0/1419254793' entity='mgr.smithi057.tirlgq' 2024-04-24T17:18:01.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:00 smithi057 bash[18598]: audit 2024-04-24T17:17:59.975769+0000 mon.smithi057 (mon.0) 49 : audit [DBG] from='mgr.14120 172.21.15.57:0/1419254793' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:18:01.338 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:00 smithi057 bash[18598]: audit 2024-04-24T17:17:59.975769+0000 mon.smithi057 (mon.0) 49 : audit [DBG] from='mgr.14120 172.21.15.57:0/1419254793' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:18:01.338 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:00 smithi057 bash[18598]: audit 2024-04-24T17:17:59.980513+0000 mon.smithi057 (mon.0) 50 : audit [DBG] from='mgr.14120 172.21.15.57:0/1419254793' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:18:01.338 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:00 smithi057 bash[18598]: audit 2024-04-24T17:17:59.980513+0000 mon.smithi057 (mon.0) 50 : audit [DBG] from='mgr.14120 172.21.15.57:0/1419254793' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:18:01.338 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:00 smithi057 bash[18598]: audit 2024-04-24T17:17:59.991479+0000 mon.smithi057 (mon.0) 51 : audit [INF] from='mgr.14120 172.21.15.57:0/1419254793' entity='mgr.smithi057.tirlgq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi057.tirlgq/mirror_snapshot_schedule"}]: dispatch 2024-04-24T17:18:01.338 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:00 smithi057 bash[18598]: audit 2024-04-24T17:17:59.991479+0000 mon.smithi057 (mon.0) 51 : audit [INF] from='mgr.14120 172.21.15.57:0/1419254793' entity='mgr.smithi057.tirlgq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi057.tirlgq/mirror_snapshot_schedule"}]: dispatch 2024-04-24T17:18:01.338 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:00 smithi057 bash[18598]: audit 2024-04-24T17:17:59.994392+0000 mon.smithi057 (mon.0) 52 : audit [INF] from='mgr.14120 172.21.15.57:0/1419254793' entity='mgr.smithi057.tirlgq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi057.tirlgq/trash_purge_schedule"}]: dispatch 2024-04-24T17:18:01.338 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:00 smithi057 bash[18598]: audit 2024-04-24T17:17:59.994392+0000 mon.smithi057 (mon.0) 52 : audit [INF] from='mgr.14120 172.21.15.57:0/1419254793' entity='mgr.smithi057.tirlgq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi057.tirlgq/trash_purge_schedule"}]: dispatch 2024-04-24T17:18:01.338 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:00 smithi057 bash[18598]: audit 2024-04-24T17:18:00.572643+0000 mon.smithi057 (mon.0) 53 : audit [INF] from='mgr.14120 172.21.15.57:0/1419254793' entity='mgr.smithi057.tirlgq' 2024-04-24T17:18:01.338 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:00 smithi057 bash[18598]: audit 2024-04-24T17:18:00.572643+0000 mon.smithi057 (mon.0) 53 : audit [INF] from='mgr.14120 172.21.15.57:0/1419254793' entity='mgr.smithi057.tirlgq' 2024-04-24T17:18:01.338 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:00 smithi057 bash[18598]: audit 2024-04-24T17:18:00.578454+0000 mon.smithi057 (mon.0) 54 : audit [INF] from='mgr.14120 172.21.15.57:0/1419254793' entity='mgr.smithi057.tirlgq' 2024-04-24T17:18:01.338 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:00 smithi057 bash[18598]: audit 2024-04-24T17:18:00.578454+0000 mon.smithi057 (mon.0) 54 : audit [INF] from='mgr.14120 172.21.15.57:0/1419254793' entity='mgr.smithi057.tirlgq' 2024-04-24T17:18:01.338 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:00 smithi057 bash[18598]: cluster 2024-04-24T17:18:00.894782+0000 mon.smithi057 (mon.0) 55 : cluster [DBG] mgrmap e7: smithi057.tirlgq(active, since 1.01508s) 2024-04-24T17:18:01.338 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:00 smithi057 bash[18598]: cluster 2024-04-24T17:18:00.894782+0000 mon.smithi057 (mon.0) 55 : cluster [DBG] mgrmap e7: smithi057.tirlgq(active, since 1.01508s) 2024-04-24T17:18:01.486 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout { 2024-04-24T17:18:01.486 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-04-24T17:18:01.486 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "initialized": true 2024-04-24T17:18:01.486 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout } 2024-04-24T17:18:01.486 INFO:teuthology.orchestra.run.smithi057.stdout:mgr epoch 5 is available 2024-04-24T17:18:01.486 INFO:teuthology.orchestra.run.smithi057.stdout:Setting orchestrator backend to cephadm... 2024-04-24T17:18:02.336 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:01 smithi057 bash[18598]: audit 2024-04-24T17:18:00.891905+0000 mgr.smithi057.tirlgq (mgr.14120) 2 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-04-24T17:18:02.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:01 smithi057 bash[18598]: audit 2024-04-24T17:18:00.891905+0000 mgr.smithi057.tirlgq (mgr.14120) 2 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-04-24T17:18:02.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:01 smithi057 bash[18598]: audit 2024-04-24T17:18:00.911413+0000 mgr.smithi057.tirlgq (mgr.14120) 3 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-04-24T17:18:02.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:01 smithi057 bash[18598]: audit 2024-04-24T17:18:00.911413+0000 mgr.smithi057.tirlgq (mgr.14120) 3 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-04-24T17:18:02.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:01 smithi057 bash[18598]: audit 2024-04-24T17:18:01.951349+0000 mon.smithi057 (mon.0) 56 : audit [DBG] from='mgr.14120 172.21.15.57:0/1419254793' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:18:02.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:01 smithi057 bash[18598]: audit 2024-04-24T17:18:01.951349+0000 mon.smithi057 (mon.0) 56 : audit [DBG] from='mgr.14120 172.21.15.57:0/1419254793' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:18:03.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:02 smithi057 bash[18598]: cephadm 2024-04-24T17:18:01.688613+0000 mgr.smithi057.tirlgq (mgr.14120) 4 : cephadm [INF] [24/Apr/2024:17:18:01] ENGINE Bus STARTING 2024-04-24T17:18:03.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:02 smithi057 bash[18598]: cephadm 2024-04-24T17:18:01.688613+0000 mgr.smithi057.tirlgq (mgr.14120) 4 : cephadm [INF] [24/Apr/2024:17:18:01] ENGINE Bus STARTING 2024-04-24T17:18:03.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:02 smithi057 bash[18598]: cephadm 2024-04-24T17:18:01.811165+0000 mgr.smithi057.tirlgq (mgr.14120) 5 : cephadm [INF] [24/Apr/2024:17:18:01] ENGINE Serving on https://172.21.15.57:7150 2024-04-24T17:18:03.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:02 smithi057 bash[18598]: cephadm 2024-04-24T17:18:01.811165+0000 mgr.smithi057.tirlgq (mgr.14120) 5 : cephadm [INF] [24/Apr/2024:17:18:01] ENGINE Serving on https://172.21.15.57:7150 2024-04-24T17:18:03.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:02 smithi057 bash[18598]: cephadm 2024-04-24T17:18:01.912643+0000 mgr.smithi057.tirlgq (mgr.14120) 6 : cephadm [INF] [24/Apr/2024:17:18:01] ENGINE Serving on http://172.21.15.57:8765 2024-04-24T17:18:03.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:02 smithi057 bash[18598]: cephadm 2024-04-24T17:18:01.912643+0000 mgr.smithi057.tirlgq (mgr.14120) 6 : cephadm [INF] [24/Apr/2024:17:18:01] ENGINE Serving on http://172.21.15.57:8765 2024-04-24T17:18:03.088 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:02 smithi057 bash[18598]: cephadm 2024-04-24T17:18:01.912820+0000 mgr.smithi057.tirlgq (mgr.14120) 7 : cephadm [INF] [24/Apr/2024:17:18:01] ENGINE Bus STARTED 2024-04-24T17:18:03.088 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:02 smithi057 bash[18598]: cephadm 2024-04-24T17:18:01.912820+0000 mgr.smithi057.tirlgq (mgr.14120) 7 : cephadm [INF] [24/Apr/2024:17:18:01] ENGINE Bus STARTED 2024-04-24T17:18:03.088 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:02 smithi057 bash[18598]: cluster 2024-04-24T17:18:01.978184+0000 mon.smithi057 (mon.0) 57 : cluster [DBG] mgrmap e8: smithi057.tirlgq(active, since 2s) 2024-04-24T17:18:03.088 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:02 smithi057 bash[18598]: cluster 2024-04-24T17:18:01.978184+0000 mon.smithi057 (mon.0) 57 : cluster [DBG] mgrmap e8: smithi057.tirlgq(active, since 2s) 2024-04-24T17:18:03.088 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:02 smithi057 bash[18598]: audit 2024-04-24T17:18:02.726703+0000 mon.smithi057 (mon.0) 58 : audit [INF] from='mgr.14120 172.21.15.57:0/1419254793' entity='mgr.smithi057.tirlgq' 2024-04-24T17:18:03.088 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:02 smithi057 bash[18598]: audit 2024-04-24T17:18:02.726703+0000 mon.smithi057 (mon.0) 58 : audit [INF] from='mgr.14120 172.21.15.57:0/1419254793' entity='mgr.smithi057.tirlgq' 2024-04-24T17:18:03.088 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:02 smithi057 bash[18598]: audit 2024-04-24T17:18:02.770892+0000 mon.smithi057 (mon.0) 59 : audit [DBG] from='mgr.14120 172.21.15.57:0/1419254793' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:18:03.088 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:02 smithi057 bash[18598]: audit 2024-04-24T17:18:02.770892+0000 mon.smithi057 (mon.0) 59 : audit [DBG] from='mgr.14120 172.21.15.57:0/1419254793' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:18:04.336 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:03 smithi057 bash[18598]: audit 2024-04-24T17:18:02.716444+0000 mgr.smithi057.tirlgq (mgr.14120) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T17:18:04.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:03 smithi057 bash[18598]: audit 2024-04-24T17:18:02.716444+0000 mgr.smithi057.tirlgq (mgr.14120) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T17:18:05.029 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout value unchanged 2024-04-24T17:18:05.029 INFO:teuthology.orchestra.run.smithi057.stdout:Generating ssh key... 2024-04-24T17:18:05.336 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:04 smithi057 bash[18598]: audit 2024-04-24T17:18:04.480519+0000 mgr.smithi057.tirlgq (mgr.14120) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T17:18:05.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:04 smithi057 bash[18598]: audit 2024-04-24T17:18:04.480519+0000 mgr.smithi057.tirlgq (mgr.14120) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T17:18:07.836 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:07 smithi057 bash[18598]: audit 2024-04-24T17:18:06.228044+0000 mgr.smithi057.tirlgq (mgr.14120) 10 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T17:18:07.837 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:07 smithi057 bash[18598]: audit 2024-04-24T17:18:06.228044+0000 mgr.smithi057.tirlgq (mgr.14120) 10 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T17:18:07.837 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:07 smithi057 bash[18598]: cephadm 2024-04-24T17:18:06.228472+0000 mgr.smithi057.tirlgq (mgr.14120) 11 : cephadm [INF] Generating ssh key... 2024-04-24T17:18:07.837 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:07 smithi057 bash[18598]: cephadm 2024-04-24T17:18:06.228472+0000 mgr.smithi057.tirlgq (mgr.14120) 11 : cephadm [INF] Generating ssh key... 2024-04-24T17:18:07.837 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:07 smithi057 bash[18598]: audit 2024-04-24T17:18:06.484775+0000 mon.smithi057 (mon.0) 60 : audit [INF] from='mgr.14120 172.21.15.57:0/1419254793' entity='mgr.smithi057.tirlgq' 2024-04-24T17:18:07.837 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:07 smithi057 bash[18598]: audit 2024-04-24T17:18:06.484775+0000 mon.smithi057 (mon.0) 60 : audit [INF] from='mgr.14120 172.21.15.57:0/1419254793' entity='mgr.smithi057.tirlgq' 2024-04-24T17:18:07.837 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:07 smithi057 bash[18598]: audit 2024-04-24T17:18:06.490225+0000 mon.smithi057 (mon.0) 61 : audit [INF] from='mgr.14120 172.21.15.57:0/1419254793' entity='mgr.smithi057.tirlgq' 2024-04-24T17:18:07.837 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:07 smithi057 bash[18598]: audit 2024-04-24T17:18:06.490225+0000 mon.smithi057 (mon.0) 61 : audit [INF] from='mgr.14120 172.21.15.57:0/1419254793' entity='mgr.smithi057.tirlgq' 2024-04-24T17:18:08.756 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDJl1htVGc3kRmhX3M9OBblEZTk541TSOMHISWWZi388wTJ02IqAY+W5WvURx6B1eJ6zshg1he80YnrZVzk5NvXZz8ZxDScd2QzG7+iUjsgeWYmSiopDLB8z8OjiOTPk8sTfnXV18E5O1fGX8pzRgCZ1dHKvpauZYMYNtFLN8buRjrIi8OuwNgzwmDLHhNu/hhint7YI5+CxFulEehQrTXZU5MVsNRJ/AXqqFixjCgwEJNLdJ3graI0nh19JiwAv3MM7nTuyvhZXmeua7YQGtg+zWHkbI6zaSwm1l3X4q3332I7A9S59ylYfLDQBUbJFT/IabcwIpoTZmPl9nfwXBinkscd9Ab0NDyhQsjx98oksyVzW/+QaUfW9PCkXSZimdLKulybQbGDFmrYFIomHyqxmRUWYGXIQKelsfbjwxcMZrZ/PFodb2NvEvZvnlzcrElWVqsc9aUmEusmfcaqSeKO5fbkzKhPJeMEKM5+P7H33q6Kq9xwyhK4ddlCZk64G1U= ceph-5cb8698a-025e-11ef-bc93-c7b262605968 2024-04-24T17:18:08.756 INFO:teuthology.orchestra.run.smithi057.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-04-24T17:18:08.756 INFO:teuthology.orchestra.run.smithi057.stdout:Adding key to root@localhost authorized_keys... 2024-04-24T17:18:08.757 INFO:teuthology.orchestra.run.smithi057.stdout:Adding host smithi057... 2024-04-24T17:18:09.086 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:08 smithi057 bash[18598]: audit 2024-04-24T17:18:08.239560+0000 mgr.smithi057.tirlgq (mgr.14120) 12 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T17:18:09.086 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:08 smithi057 bash[18598]: audit 2024-04-24T17:18:08.239560+0000 mgr.smithi057.tirlgq (mgr.14120) 12 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T17:18:10.936 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:10 smithi057 bash[18598]: audit 2024-04-24T17:18:10.026370+0000 mgr.smithi057.tirlgq (mgr.14120) 13 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi057", "addr": "172.21.15.57", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T17:18:10.936 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:10 smithi057 bash[18598]: audit 2024-04-24T17:18:10.026370+0000 mgr.smithi057.tirlgq (mgr.14120) 13 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi057", "addr": "172.21.15.57", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T17:18:12.086 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:11 smithi057 bash[18598]: cephadm 2024-04-24T17:18:10.633575+0000 mgr.smithi057.tirlgq (mgr.14120) 14 : cephadm [INF] Deploying cephadm binary to smithi057 2024-04-24T17:18:12.086 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:11 smithi057 bash[18598]: cephadm 2024-04-24T17:18:10.633575+0000 mgr.smithi057.tirlgq (mgr.14120) 14 : cephadm [INF] Deploying cephadm binary to smithi057 2024-04-24T17:18:16.231 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout Added host 'smithi057' with addr '172.21.15.57' 2024-04-24T17:18:16.231 INFO:teuthology.orchestra.run.smithi057.stdout:Deploying mon service with default placement... 2024-04-24T17:18:16.836 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:16 smithi057 bash[18598]: audit 2024-04-24T17:18:15.548642+0000 mon.smithi057 (mon.0) 62 : audit [INF] from='mgr.14120 172.21.15.57:0/1419254793' entity='mgr.smithi057.tirlgq' 2024-04-24T17:18:16.837 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:16 smithi057 bash[18598]: audit 2024-04-24T17:18:15.548642+0000 mon.smithi057 (mon.0) 62 : audit [INF] from='mgr.14120 172.21.15.57:0/1419254793' entity='mgr.smithi057.tirlgq' 2024-04-24T17:18:16.837 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:16 smithi057 bash[18598]: cephadm 2024-04-24T17:18:15.549162+0000 mgr.smithi057.tirlgq (mgr.14120) 15 : cephadm [INF] Added host smithi057 2024-04-24T17:18:16.837 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:16 smithi057 bash[18598]: cephadm 2024-04-24T17:18:15.549162+0000 mgr.smithi057.tirlgq (mgr.14120) 15 : cephadm [INF] Added host smithi057 2024-04-24T17:18:16.837 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:16 smithi057 bash[18598]: audit 2024-04-24T17:18:15.568977+0000 mon.smithi057 (mon.0) 63 : audit [DBG] from='mgr.14120 172.21.15.57:0/1419254793' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:18:16.837 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:16 smithi057 bash[18598]: audit 2024-04-24T17:18:15.568977+0000 mon.smithi057 (mon.0) 63 : audit [DBG] from='mgr.14120 172.21.15.57:0/1419254793' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:18:18.563 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-04-24T17:18:18.563 INFO:teuthology.orchestra.run.smithi057.stdout:Deploying mgr service with default placement... 2024-04-24T17:18:19.166 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:18 smithi057 bash[18598]: audit 2024-04-24T17:18:17.837998+0000 mgr.smithi057.tirlgq (mgr.14120) 16 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T17:18:19.166 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:18 smithi057 bash[18598]: audit 2024-04-24T17:18:17.837998+0000 mgr.smithi057.tirlgq (mgr.14120) 16 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T17:18:19.166 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:18 smithi057 bash[18598]: cephadm 2024-04-24T17:18:17.841280+0000 mgr.smithi057.tirlgq (mgr.14120) 17 : cephadm [INF] Saving service mon spec with placement count:5 2024-04-24T17:18:19.166 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:18 smithi057 bash[18598]: cephadm 2024-04-24T17:18:17.841280+0000 mgr.smithi057.tirlgq (mgr.14120) 17 : cephadm [INF] Saving service mon spec with placement count:5 2024-04-24T17:18:19.166 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:18 smithi057 bash[18598]: audit 2024-04-24T17:18:17.846740+0000 mon.smithi057 (mon.0) 64 : audit [INF] from='mgr.14120 172.21.15.57:0/1419254793' entity='mgr.smithi057.tirlgq' 2024-04-24T17:18:19.166 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:18 smithi057 bash[18598]: audit 2024-04-24T17:18:17.846740+0000 mon.smithi057 (mon.0) 64 : audit [INF] from='mgr.14120 172.21.15.57:0/1419254793' entity='mgr.smithi057.tirlgq' 2024-04-24T17:18:19.166 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:18 smithi057 bash[18598]: audit 2024-04-24T17:18:18.297349+0000 mon.smithi057 (mon.0) 65 : audit [INF] from='mgr.14120 172.21.15.57:0/1419254793' entity='mgr.smithi057.tirlgq' 2024-04-24T17:18:19.167 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:18 smithi057 bash[18598]: audit 2024-04-24T17:18:18.297349+0000 mon.smithi057 (mon.0) 65 : audit [INF] from='mgr.14120 172.21.15.57:0/1419254793' entity='mgr.smithi057.tirlgq' 2024-04-24T17:18:20.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:19 smithi057 bash[18598]: audit 2024-04-24T17:18:18.889105+0000 mon.smithi057 (mon.0) 66 : audit [INF] from='mgr.14120 172.21.15.57:0/1419254793' entity='mgr.smithi057.tirlgq' 2024-04-24T17:18:20.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:19 smithi057 bash[18598]: audit 2024-04-24T17:18:18.889105+0000 mon.smithi057 (mon.0) 66 : audit [INF] from='mgr.14120 172.21.15.57:0/1419254793' entity='mgr.smithi057.tirlgq' 2024-04-24T17:18:20.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:19 smithi057 bash[18598]: audit 2024-04-24T17:18:19.805884+0000 mon.smithi057 (mon.0) 67 : audit [INF] from='mgr.14120 172.21.15.57:0/1419254793' entity='mgr.smithi057.tirlgq' 2024-04-24T17:18:20.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:19 smithi057 bash[18598]: audit 2024-04-24T17:18:19.805884+0000 mon.smithi057 (mon.0) 67 : audit [INF] from='mgr.14120 172.21.15.57:0/1419254793' entity='mgr.smithi057.tirlgq' 2024-04-24T17:18:20.328 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-04-24T17:18:20.328 INFO:teuthology.orchestra.run.smithi057.stdout:Deploying crash service with default placement... 2024-04-24T17:18:21.336 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:20 smithi057 bash[18598]: audit 2024-04-24T17:18:19.798071+0000 mgr.smithi057.tirlgq (mgr.14120) 18 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T17:18:21.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:20 smithi057 bash[18598]: audit 2024-04-24T17:18:19.798071+0000 mgr.smithi057.tirlgq (mgr.14120) 18 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T17:18:21.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:20 smithi057 bash[18598]: cephadm 2024-04-24T17:18:19.800402+0000 mgr.smithi057.tirlgq (mgr.14120) 19 : cephadm [INF] Saving service mgr spec with placement count:2 2024-04-24T17:18:21.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:20 smithi057 bash[18598]: cephadm 2024-04-24T17:18:19.800402+0000 mgr.smithi057.tirlgq (mgr.14120) 19 : cephadm [INF] Saving service mgr spec with placement count:2 2024-04-24T17:18:21.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:20 smithi057 bash[18598]: cluster 2024-04-24T17:18:19.895822+0000 mgr.smithi057.tirlgq (mgr.14120) 20 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:21.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:20 smithi057 bash[18598]: cluster 2024-04-24T17:18:19.895822+0000 mgr.smithi057.tirlgq (mgr.14120) 20 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:22.008 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout Scheduled crash update... 2024-04-24T17:18:22.008 INFO:teuthology.orchestra.run.smithi057.stdout:Deploying ceph-exporter service with default placement... 2024-04-24T17:18:22.836 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:22 smithi057 bash[18598]: audit 2024-04-24T17:18:21.492092+0000 mgr.smithi057.tirlgq (mgr.14120) 21 : audit [DBG] from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T17:18:22.837 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:22 smithi057 bash[18598]: audit 2024-04-24T17:18:21.492092+0000 mgr.smithi057.tirlgq (mgr.14120) 21 : audit [DBG] from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T17:18:22.837 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:22 smithi057 bash[18598]: cephadm 2024-04-24T17:18:21.493155+0000 mgr.smithi057.tirlgq (mgr.14120) 22 : cephadm [INF] Saving service crash spec with placement * 2024-04-24T17:18:22.837 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:22 smithi057 bash[18598]: cephadm 2024-04-24T17:18:21.493155+0000 mgr.smithi057.tirlgq (mgr.14120) 22 : cephadm [INF] Saving service crash spec with placement * 2024-04-24T17:18:22.837 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:22 smithi057 bash[18598]: audit 2024-04-24T17:18:21.501034+0000 mon.smithi057 (mon.0) 68 : audit [INF] from='mgr.14120 172.21.15.57:0/1419254793' entity='mgr.smithi057.tirlgq' 2024-04-24T17:18:22.837 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:22 smithi057 bash[18598]: audit 2024-04-24T17:18:21.501034+0000 mon.smithi057 (mon.0) 68 : audit [INF] from='mgr.14120 172.21.15.57:0/1419254793' entity='mgr.smithi057.tirlgq' 2024-04-24T17:18:23.586 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:23 smithi057 bash[18598]: cluster 2024-04-24T17:18:21.896263+0000 mgr.smithi057.tirlgq (mgr.14120) 23 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:23.587 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:23 smithi057 bash[18598]: cluster 2024-04-24T17:18:21.896263+0000 mgr.smithi057.tirlgq (mgr.14120) 23 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:23.587 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:23 smithi057 bash[18598]: audit 2024-04-24T17:18:23.277517+0000 mon.smithi057 (mon.0) 69 : audit [INF] from='mgr.14120 172.21.15.57:0/1419254793' entity='mgr.smithi057.tirlgq' 2024-04-24T17:18:23.587 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:23 smithi057 bash[18598]: audit 2024-04-24T17:18:23.277517+0000 mon.smithi057 (mon.0) 69 : audit [INF] from='mgr.14120 172.21.15.57:0/1419254793' entity='mgr.smithi057.tirlgq' 2024-04-24T17:18:23.762 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout Scheduled ceph-exporter update... 2024-04-24T17:18:23.763 INFO:teuthology.orchestra.run.smithi057.stdout:Deploying prometheus service with default placement... 2024-04-24T17:18:24.836 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:24 smithi057 bash[18598]: audit 2024-04-24T17:18:23.265380+0000 mgr.smithi057.tirlgq (mgr.14120) 24 : audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "ceph-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T17:18:24.836 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:24 smithi057 bash[18598]: audit 2024-04-24T17:18:23.265380+0000 mgr.smithi057.tirlgq (mgr.14120) 24 : audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "ceph-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T17:18:24.837 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:24 smithi057 bash[18598]: cephadm 2024-04-24T17:18:23.268192+0000 mgr.smithi057.tirlgq (mgr.14120) 25 : cephadm [INF] Saving service ceph-exporter spec with placement * 2024-04-24T17:18:24.837 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:24 smithi057 bash[18598]: cephadm 2024-04-24T17:18:23.268192+0000 mgr.smithi057.tirlgq (mgr.14120) 25 : cephadm [INF] Saving service ceph-exporter spec with placement * 2024-04-24T17:18:25.618 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout Scheduled prometheus update... 2024-04-24T17:18:25.618 INFO:teuthology.orchestra.run.smithi057.stdout:Deploying grafana service with default placement... 2024-04-24T17:18:25.836 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:25 smithi057 bash[18598]: cluster 2024-04-24T17:18:23.896737+0000 mgr.smithi057.tirlgq (mgr.14120) 26 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:25.836 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:25 smithi057 bash[18598]: cluster 2024-04-24T17:18:23.896737+0000 mgr.smithi057.tirlgq (mgr.14120) 26 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:25.837 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:25 smithi057 bash[18598]: audit 2024-04-24T17:18:25.046530+0000 mon.smithi057 (mon.0) 70 : audit [INF] from='mgr.14120 172.21.15.57:0/1419254793' entity='mgr.smithi057.tirlgq' 2024-04-24T17:18:25.837 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:25 smithi057 bash[18598]: audit 2024-04-24T17:18:25.046530+0000 mon.smithi057 (mon.0) 70 : audit [INF] from='mgr.14120 172.21.15.57:0/1419254793' entity='mgr.smithi057.tirlgq' 2024-04-24T17:18:26.586 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:26 smithi057 bash[18598]: audit 2024-04-24T17:18:25.035059+0000 mgr.smithi057.tirlgq (mgr.14120) 27 : audit [DBG] from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T17:18:26.587 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:26 smithi057 bash[18598]: audit 2024-04-24T17:18:25.035059+0000 mgr.smithi057.tirlgq (mgr.14120) 27 : audit [DBG] from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T17:18:26.587 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:26 smithi057 bash[18598]: cephadm 2024-04-24T17:18:25.037531+0000 mgr.smithi057.tirlgq (mgr.14120) 28 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-04-24T17:18:26.587 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:26 smithi057 bash[18598]: cephadm 2024-04-24T17:18:25.037531+0000 mgr.smithi057.tirlgq (mgr.14120) 28 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-04-24T17:18:26.587 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:26 smithi057 bash[18598]: audit 2024-04-24T17:18:26.376238+0000 mon.smithi057 (mon.0) 71 : audit [INF] from='mgr.14120 172.21.15.57:0/1419254793' entity='mgr.smithi057.tirlgq' 2024-04-24T17:18:26.587 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:26 smithi057 bash[18598]: audit 2024-04-24T17:18:26.376238+0000 mon.smithi057 (mon.0) 71 : audit [INF] from='mgr.14120 172.21.15.57:0/1419254793' entity='mgr.smithi057.tirlgq' 2024-04-24T17:18:27.605 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout Scheduled grafana update... 2024-04-24T17:18:27.606 INFO:teuthology.orchestra.run.smithi057.stdout:Deploying node-exporter service with default placement... 2024-04-24T17:18:27.836 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:27 smithi057 bash[18598]: cluster 2024-04-24T17:18:25.897236+0000 mgr.smithi057.tirlgq (mgr.14120) 29 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:27.836 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:27 smithi057 bash[18598]: cluster 2024-04-24T17:18:25.897236+0000 mgr.smithi057.tirlgq (mgr.14120) 29 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:27.837 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:27 smithi057 bash[18598]: audit 2024-04-24T17:18:26.933990+0000 mon.smithi057 (mon.0) 72 : audit [INF] from='mgr.14120 172.21.15.57:0/1419254793' entity='mgr.smithi057.tirlgq' 2024-04-24T17:18:27.837 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:27 smithi057 bash[18598]: audit 2024-04-24T17:18:26.933990+0000 mon.smithi057 (mon.0) 72 : audit [INF] from='mgr.14120 172.21.15.57:0/1419254793' entity='mgr.smithi057.tirlgq' 2024-04-24T17:18:27.837 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:27 smithi057 bash[18598]: audit 2024-04-24T17:18:27.364551+0000 mon.smithi057 (mon.0) 73 : audit [INF] from='mgr.14120 172.21.15.57:0/1419254793' entity='mgr.smithi057.tirlgq' 2024-04-24T17:18:27.837 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:27 smithi057 bash[18598]: audit 2024-04-24T17:18:27.364551+0000 mon.smithi057 (mon.0) 73 : audit [INF] from='mgr.14120 172.21.15.57:0/1419254793' entity='mgr.smithi057.tirlgq' 2024-04-24T17:18:28.836 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:28 smithi057 bash[18598]: audit 2024-04-24T17:18:26.915101+0000 mgr.smithi057.tirlgq (mgr.14120) 30 : audit [DBG] from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T17:18:28.836 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:28 smithi057 bash[18598]: audit 2024-04-24T17:18:26.915101+0000 mgr.smithi057.tirlgq (mgr.14120) 30 : audit [DBG] from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T17:18:28.836 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:28 smithi057 bash[18598]: cephadm 2024-04-24T17:18:26.929331+0000 mgr.smithi057.tirlgq (mgr.14120) 31 : cephadm [INF] Saving service grafana spec with placement count:1 2024-04-24T17:18:28.837 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:28 smithi057 bash[18598]: cephadm 2024-04-24T17:18:26.929331+0000 mgr.smithi057.tirlgq (mgr.14120) 31 : cephadm [INF] Saving service grafana spec with placement count:1 2024-04-24T17:18:29.421 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout Scheduled node-exporter update... 2024-04-24T17:18:29.421 INFO:teuthology.orchestra.run.smithi057.stdout:Deploying alertmanager service with default placement... 2024-04-24T17:18:29.836 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:29 smithi057 bash[18598]: cluster 2024-04-24T17:18:27.897721+0000 mgr.smithi057.tirlgq (mgr.14120) 32 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:29.837 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:29 smithi057 bash[18598]: cluster 2024-04-24T17:18:27.897721+0000 mgr.smithi057.tirlgq (mgr.14120) 32 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:29.837 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:29 smithi057 bash[18598]: audit 2024-04-24T17:18:28.870926+0000 mon.smithi057 (mon.0) 74 : audit [INF] from='mgr.14120 172.21.15.57:0/1419254793' entity='mgr.smithi057.tirlgq' 2024-04-24T17:18:29.837 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:29 smithi057 bash[18598]: audit 2024-04-24T17:18:28.870926+0000 mon.smithi057 (mon.0) 74 : audit [INF] from='mgr.14120 172.21.15.57:0/1419254793' entity='mgr.smithi057.tirlgq' 2024-04-24T17:18:30.836 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:30 smithi057 bash[18598]: audit 2024-04-24T17:18:28.861305+0000 mgr.smithi057.tirlgq (mgr.14120) 33 : audit [DBG] from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T17:18:30.836 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:30 smithi057 bash[18598]: audit 2024-04-24T17:18:28.861305+0000 mgr.smithi057.tirlgq (mgr.14120) 33 : audit [DBG] from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T17:18:30.837 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:30 smithi057 bash[18598]: cephadm 2024-04-24T17:18:28.864150+0000 mgr.smithi057.tirlgq (mgr.14120) 34 : cephadm [INF] Saving service node-exporter spec with placement * 2024-04-24T17:18:30.837 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:30 smithi057 bash[18598]: cephadm 2024-04-24T17:18:28.864150+0000 mgr.smithi057.tirlgq (mgr.14120) 34 : cephadm [INF] Saving service node-exporter spec with placement * 2024-04-24T17:18:31.202 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout Scheduled alertmanager update... 2024-04-24T17:18:31.823 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:31 smithi057 bash[18598]: cluster 2024-04-24T17:18:29.898084+0000 mgr.smithi057.tirlgq (mgr.14120) 35 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:31.823 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:31 smithi057 bash[18598]: cluster 2024-04-24T17:18:29.898084+0000 mgr.smithi057.tirlgq (mgr.14120) 35 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:31.823 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:31 smithi057 bash[18598]: audit 2024-04-24T17:18:30.680001+0000 mon.smithi057 (mon.0) 75 : audit [INF] from='mgr.14120 172.21.15.57:0/1419254793' entity='mgr.smithi057.tirlgq' 2024-04-24T17:18:31.823 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:31 smithi057 bash[18598]: audit 2024-04-24T17:18:30.680001+0000 mon.smithi057 (mon.0) 75 : audit [INF] from='mgr.14120 172.21.15.57:0/1419254793' entity='mgr.smithi057.tirlgq' 2024-04-24T17:18:32.836 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:32 smithi057 bash[18598]: audit 2024-04-24T17:18:30.672792+0000 mgr.smithi057.tirlgq (mgr.14120) 36 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T17:18:32.836 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:32 smithi057 bash[18598]: audit 2024-04-24T17:18:30.672792+0000 mgr.smithi057.tirlgq (mgr.14120) 36 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T17:18:32.837 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:32 smithi057 bash[18598]: cephadm 2024-04-24T17:18:30.673834+0000 mgr.smithi057.tirlgq (mgr.14120) 37 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-04-24T17:18:32.837 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:32 smithi057 bash[18598]: cephadm 2024-04-24T17:18:30.673834+0000 mgr.smithi057.tirlgq (mgr.14120) 37 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-04-24T17:18:32.837 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:32 smithi057 bash[18598]: audit 2024-04-24T17:18:32.435071+0000 mon.smithi057 (mon.0) 76 : audit [INF] from='client.? 172.21.15.57:0/3802994132' entity='client.admin' 2024-04-24T17:18:32.837 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:32 smithi057 bash[18598]: audit 2024-04-24T17:18:32.435071+0000 mon.smithi057 (mon.0) 76 : audit [INF] from='client.? 172.21.15.57:0/3802994132' entity='client.admin' 2024-04-24T17:18:33.816 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:33 smithi057 bash[18598]: cluster 2024-04-24T17:18:31.898395+0000 mgr.smithi057.tirlgq (mgr.14120) 38 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:33.816 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:33 smithi057 bash[18598]: cluster 2024-04-24T17:18:31.898395+0000 mgr.smithi057.tirlgq (mgr.14120) 38 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:35.025 INFO:teuthology.orchestra.run.smithi057.stdout:Enabling the dashboard module... 2024-04-24T17:18:35.836 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:35 smithi057 bash[18598]: cluster 2024-04-24T17:18:33.898646+0000 mgr.smithi057.tirlgq (mgr.14120) 39 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:35.836 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:35 smithi057 bash[18598]: cluster 2024-04-24T17:18:33.898646+0000 mgr.smithi057.tirlgq (mgr.14120) 39 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:35.836 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:35 smithi057 bash[18598]: audit 2024-04-24T17:18:34.402048+0000 mon.smithi057 (mon.0) 77 : audit [INF] from='client.? 172.21.15.57:0/3100456132' entity='client.admin' 2024-04-24T17:18:35.836 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:35 smithi057 bash[18598]: audit 2024-04-24T17:18:34.402048+0000 mon.smithi057 (mon.0) 77 : audit [INF] from='client.? 172.21.15.57:0/3100456132' entity='client.admin' 2024-04-24T17:18:36.836 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:36 smithi057 bash[18598]: audit 2024-04-24T17:18:36.325539+0000 mon.smithi057 (mon.0) 78 : audit [INF] from='client.? 172.21.15.57:0/2881179204' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-04-24T17:18:36.836 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:36 smithi057 bash[18598]: audit 2024-04-24T17:18:36.325539+0000 mon.smithi057 (mon.0) 78 : audit [INF] from='client.? 172.21.15.57:0/2881179204' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-04-24T17:18:37.672 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:37 smithi057 bash[18598]: audit 2024-04-24T17:18:36.411062+0000 mon.smithi057 (mon.0) 79 : audit [INF] from='client.? 172.21.15.57:0/2881179204' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-04-24T17:18:37.672 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:37 smithi057 bash[18598]: audit 2024-04-24T17:18:36.411062+0000 mon.smithi057 (mon.0) 79 : audit [INF] from='client.? 172.21.15.57:0/2881179204' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-04-24T17:18:37.672 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:37 smithi057 bash[18598]: cluster 2024-04-24T17:18:36.416924+0000 mon.smithi057 (mon.0) 80 : cluster [DBG] mgrmap e9: smithi057.tirlgq(active, since 36s) 2024-04-24T17:18:37.672 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:37 smithi057 bash[18598]: cluster 2024-04-24T17:18:36.416924+0000 mon.smithi057 (mon.0) 80 : cluster [DBG] mgrmap e9: smithi057.tirlgq(active, since 36s) 2024-04-24T17:18:38.537 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:38 smithi057 bash[18598]: audit 2024-04-24T17:18:38.350374+0000 mon.smithi057 (mon.0) 81 : audit [DBG] from='client.? 172.21.15.57:0/620280475' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-24T17:18:38.537 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:38 smithi057 bash[18598]: audit 2024-04-24T17:18:38.350374+0000 mon.smithi057 (mon.0) 81 : audit [DBG] from='client.? 172.21.15.57:0/620280475' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-24T17:18:38.901 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout { 2024-04-24T17:18:38.901 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-04-24T17:18:38.901 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-24T17:18:38.901 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "active_name": "smithi057.tirlgq", 2024-04-24T17:18:38.902 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-04-24T17:18:38.902 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout } 2024-04-24T17:18:38.902 INFO:teuthology.orchestra.run.smithi057.stdout:Waiting for the mgr to restart... 2024-04-24T17:18:38.902 INFO:teuthology.orchestra.run.smithi057.stdout:Waiting for mgr epoch 9... 2024-04-24T17:18:44.943 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:44 smithi057 bash[18598]: cluster 2024-04-24T17:18:44.830817+0000 mon.smithi057 (mon.0) 82 : cluster [INF] Active manager daemon smithi057.tirlgq restarted 2024-04-24T17:18:44.944 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:44 smithi057 bash[18598]: cluster 2024-04-24T17:18:44.830817+0000 mon.smithi057 (mon.0) 82 : cluster [INF] Active manager daemon smithi057.tirlgq restarted 2024-04-24T17:18:44.944 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:44 smithi057 bash[18598]: cluster 2024-04-24T17:18:44.831184+0000 mon.smithi057 (mon.0) 83 : cluster [INF] Activating manager daemon smithi057.tirlgq 2024-04-24T17:18:44.944 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:44 smithi057 bash[18598]: cluster 2024-04-24T17:18:44.831184+0000 mon.smithi057 (mon.0) 83 : cluster [INF] Activating manager daemon smithi057.tirlgq 2024-04-24T17:18:44.944 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:44 smithi057 bash[18598]: cluster 2024-04-24T17:18:44.840805+0000 mon.smithi057 (mon.0) 84 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-04-24T17:18:44.944 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:44 smithi057 bash[18598]: cluster 2024-04-24T17:18:44.840805+0000 mon.smithi057 (mon.0) 84 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-04-24T17:18:44.944 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:44 smithi057 bash[18598]: cluster 2024-04-24T17:18:44.841061+0000 mon.smithi057 (mon.0) 85 : cluster [DBG] mgrmap e10: smithi057.tirlgq(active, starting, since 0.00998558s) 2024-04-24T17:18:44.944 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:44 smithi057 bash[18598]: cluster 2024-04-24T17:18:44.841061+0000 mon.smithi057 (mon.0) 85 : cluster [DBG] mgrmap e10: smithi057.tirlgq(active, starting, since 0.00998558s) 2024-04-24T17:18:44.944 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:44 smithi057 bash[18598]: audit 2024-04-24T17:18:44.842571+0000 mon.smithi057 (mon.0) 86 : audit [DBG] from='mgr.14164 172.21.15.57:0/2287912095' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "mon metadata", "id": "smithi057"}]: dispatch 2024-04-24T17:18:44.944 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:44 smithi057 bash[18598]: audit 2024-04-24T17:18:44.842571+0000 mon.smithi057 (mon.0) 86 : audit [DBG] from='mgr.14164 172.21.15.57:0/2287912095' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "mon metadata", "id": "smithi057"}]: dispatch 2024-04-24T17:18:44.944 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:44 smithi057 bash[18598]: audit 2024-04-24T17:18:44.844170+0000 mon.smithi057 (mon.0) 87 : audit [DBG] from='mgr.14164 172.21.15.57:0/2287912095' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "mgr metadata", "who": "smithi057.tirlgq", "id": "smithi057.tirlgq"}]: dispatch 2024-04-24T17:18:44.944 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:44 smithi057 bash[18598]: audit 2024-04-24T17:18:44.844170+0000 mon.smithi057 (mon.0) 87 : audit [DBG] from='mgr.14164 172.21.15.57:0/2287912095' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "mgr metadata", "who": "smithi057.tirlgq", "id": "smithi057.tirlgq"}]: dispatch 2024-04-24T17:18:44.945 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:44 smithi057 bash[18598]: audit 2024-04-24T17:18:44.845246+0000 mon.smithi057 (mon.0) 88 : audit [DBG] from='mgr.14164 172.21.15.57:0/2287912095' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-24T17:18:44.945 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:44 smithi057 bash[18598]: audit 2024-04-24T17:18:44.845246+0000 mon.smithi057 (mon.0) 88 : audit [DBG] from='mgr.14164 172.21.15.57:0/2287912095' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-24T17:18:44.945 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:44 smithi057 bash[18598]: audit 2024-04-24T17:18:44.845447+0000 mon.smithi057 (mon.0) 89 : audit [DBG] from='mgr.14164 172.21.15.57:0/2287912095' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-24T17:18:44.945 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:44 smithi057 bash[18598]: audit 2024-04-24T17:18:44.845447+0000 mon.smithi057 (mon.0) 89 : audit [DBG] from='mgr.14164 172.21.15.57:0/2287912095' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-24T17:18:44.945 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:44 smithi057 bash[18598]: audit 2024-04-24T17:18:44.845632+0000 mon.smithi057 (mon.0) 90 : audit [DBG] from='mgr.14164 172.21.15.57:0/2287912095' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-24T17:18:44.945 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:44 smithi057 bash[18598]: audit 2024-04-24T17:18:44.845632+0000 mon.smithi057 (mon.0) 90 : audit [DBG] from='mgr.14164 172.21.15.57:0/2287912095' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-24T17:18:44.945 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:44 smithi057 bash[18598]: cluster 2024-04-24T17:18:44.871527+0000 mon.smithi057 (mon.0) 91 : cluster [INF] Manager daemon smithi057.tirlgq is now available 2024-04-24T17:18:44.945 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:44 smithi057 bash[18598]: cluster 2024-04-24T17:18:44.871527+0000 mon.smithi057 (mon.0) 91 : cluster [INF] Manager daemon smithi057.tirlgq is now available 2024-04-24T17:18:46.336 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:45 smithi057 bash[18598]: audit 2024-04-24T17:18:44.897546+0000 mon.smithi057 (mon.0) 92 : audit [DBG] from='mgr.14164 172.21.15.57:0/2287912095' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:18:46.336 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:45 smithi057 bash[18598]: audit 2024-04-24T17:18:44.897546+0000 mon.smithi057 (mon.0) 92 : audit [DBG] from='mgr.14164 172.21.15.57:0/2287912095' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:18:46.336 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:45 smithi057 bash[18598]: audit 2024-04-24T17:18:44.917660+0000 mon.smithi057 (mon.0) 93 : audit [INF] from='mgr.14164 172.21.15.57:0/2287912095' entity='mgr.smithi057.tirlgq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi057.tirlgq/mirror_snapshot_schedule"}]: dispatch 2024-04-24T17:18:46.336 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:45 smithi057 bash[18598]: audit 2024-04-24T17:18:44.917660+0000 mon.smithi057 (mon.0) 93 : audit [INF] from='mgr.14164 172.21.15.57:0/2287912095' entity='mgr.smithi057.tirlgq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi057.tirlgq/mirror_snapshot_schedule"}]: dispatch 2024-04-24T17:18:46.336 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:45 smithi057 bash[18598]: audit 2024-04-24T17:18:44.920420+0000 mon.smithi057 (mon.0) 94 : audit [INF] from='mgr.14164 172.21.15.57:0/2287912095' entity='mgr.smithi057.tirlgq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi057.tirlgq/trash_purge_schedule"}]: dispatch 2024-04-24T17:18:46.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:45 smithi057 bash[18598]: audit 2024-04-24T17:18:44.920420+0000 mon.smithi057 (mon.0) 94 : audit [INF] from='mgr.14164 172.21.15.57:0/2287912095' entity='mgr.smithi057.tirlgq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi057.tirlgq/trash_purge_schedule"}]: dispatch 2024-04-24T17:18:46.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:45 smithi057 bash[18598]: cluster 2024-04-24T17:18:45.848097+0000 mon.smithi057 (mon.0) 95 : cluster [DBG] mgrmap e11: smithi057.tirlgq(active, since 1.01702s) 2024-04-24T17:18:46.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:45 smithi057 bash[18598]: cluster 2024-04-24T17:18:45.848097+0000 mon.smithi057 (mon.0) 95 : cluster [DBG] mgrmap e11: smithi057.tirlgq(active, since 1.01702s) 2024-04-24T17:18:46.432 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout { 2024-04-24T17:18:46.432 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-04-24T17:18:46.432 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "initialized": true 2024-04-24T17:18:46.432 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout } 2024-04-24T17:18:46.432 INFO:teuthology.orchestra.run.smithi057.stdout:mgr epoch 9 is available 2024-04-24T17:18:46.432 INFO:teuthology.orchestra.run.smithi057.stdout:Generating a dashboard self-signed certificate... 2024-04-24T17:18:47.336 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:46 smithi057 bash[18598]: cephadm 2024-04-24T17:18:46.478166+0000 mgr.smithi057.tirlgq (mgr.14164) 3 : cephadm [INF] [24/Apr/2024:17:18:46] ENGINE Bus STARTING 2024-04-24T17:18:47.336 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:46 smithi057 bash[18598]: cephadm 2024-04-24T17:18:46.478166+0000 mgr.smithi057.tirlgq (mgr.14164) 3 : cephadm [INF] [24/Apr/2024:17:18:46] ENGINE Bus STARTING 2024-04-24T17:18:48.086 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:47 smithi057 bash[18598]: cephadm 2024-04-24T17:18:46.597583+0000 mgr.smithi057.tirlgq (mgr.14164) 4 : cephadm [INF] [24/Apr/2024:17:18:46] ENGINE Serving on https://172.21.15.57:7150 2024-04-24T17:18:48.086 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:47 smithi057 bash[18598]: cephadm 2024-04-24T17:18:46.597583+0000 mgr.smithi057.tirlgq (mgr.14164) 4 : cephadm [INF] [24/Apr/2024:17:18:46] ENGINE Serving on https://172.21.15.57:7150 2024-04-24T17:18:48.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:47 smithi057 bash[18598]: cephadm 2024-04-24T17:18:46.699211+0000 mgr.smithi057.tirlgq (mgr.14164) 5 : cephadm [INF] [24/Apr/2024:17:18:46] ENGINE Serving on http://172.21.15.57:8765 2024-04-24T17:18:48.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:47 smithi057 bash[18598]: cephadm 2024-04-24T17:18:46.699211+0000 mgr.smithi057.tirlgq (mgr.14164) 5 : cephadm [INF] [24/Apr/2024:17:18:46] ENGINE Serving on http://172.21.15.57:8765 2024-04-24T17:18:48.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:47 smithi057 bash[18598]: cephadm 2024-04-24T17:18:46.699436+0000 mgr.smithi057.tirlgq (mgr.14164) 6 : cephadm [INF] [24/Apr/2024:17:18:46] ENGINE Bus STARTED 2024-04-24T17:18:48.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:47 smithi057 bash[18598]: cephadm 2024-04-24T17:18:46.699436+0000 mgr.smithi057.tirlgq (mgr.14164) 6 : cephadm [INF] [24/Apr/2024:17:18:46] ENGINE Bus STARTED 2024-04-24T17:18:48.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:47 smithi057 bash[18598]: cluster 2024-04-24T17:18:46.900982+0000 mon.smithi057 (mon.0) 96 : cluster [DBG] mgrmap e12: smithi057.tirlgq(active, since 2s) 2024-04-24T17:18:48.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:47 smithi057 bash[18598]: cluster 2024-04-24T17:18:46.900982+0000 mon.smithi057 (mon.0) 96 : cluster [DBG] mgrmap e12: smithi057.tirlgq(active, since 2s) 2024-04-24T17:18:48.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:47 smithi057 bash[18598]: audit 2024-04-24T17:18:47.681491+0000 mon.smithi057 (mon.0) 97 : audit [INF] from='mgr.14164 172.21.15.57:0/2287912095' entity='mgr.smithi057.tirlgq' 2024-04-24T17:18:48.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:47 smithi057 bash[18598]: audit 2024-04-24T17:18:47.681491+0000 mon.smithi057 (mon.0) 97 : audit [INF] from='mgr.14164 172.21.15.57:0/2287912095' entity='mgr.smithi057.tirlgq' 2024-04-24T17:18:48.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:47 smithi057 bash[18598]: audit 2024-04-24T17:18:47.686099+0000 mon.smithi057 (mon.0) 98 : audit [INF] from='mgr.14164 172.21.15.57:0/2287912095' entity='mgr.smithi057.tirlgq' 2024-04-24T17:18:48.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:47 smithi057 bash[18598]: audit 2024-04-24T17:18:47.686099+0000 mon.smithi057 (mon.0) 98 : audit [INF] from='mgr.14164 172.21.15.57:0/2287912095' entity='mgr.smithi057.tirlgq' 2024-04-24T17:18:48.237 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-04-24T17:18:48.238 INFO:teuthology.orchestra.run.smithi057.stdout:Creating initial admin user... 2024-04-24T17:18:49.336 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:48 smithi057 bash[18598]: audit 2024-04-24T17:18:47.600035+0000 mgr.smithi057.tirlgq (mgr.14164) 7 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T17:18:49.336 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:48 smithi057 bash[18598]: audit 2024-04-24T17:18:47.600035+0000 mgr.smithi057.tirlgq (mgr.14164) 7 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T17:18:50.401 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$sgFL/JCJ15o3b8deDgjNdO2Kjl3fOHR5qp/mAOMd2n3Emj4hto.Hy", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1713979129, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-04-24T17:18:50.401 INFO:teuthology.orchestra.run.smithi057.stdout:Fetching dashboard port number... 2024-04-24T17:18:51.086 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:50 smithi057 bash[18598]: audit 2024-04-24T17:18:49.547296+0000 mgr.smithi057.tirlgq (mgr.14164) 8 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T17:18:51.086 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:50 smithi057 bash[18598]: audit 2024-04-24T17:18:49.547296+0000 mgr.smithi057.tirlgq (mgr.14164) 8 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T17:18:51.086 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:50 smithi057 bash[18598]: audit 2024-04-24T17:18:49.835681+0000 mon.smithi057 (mon.0) 99 : audit [INF] from='mgr.14164 172.21.15.57:0/2287912095' entity='mgr.smithi057.tirlgq' 2024-04-24T17:18:51.086 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:50 smithi057 bash[18598]: audit 2024-04-24T17:18:49.835681+0000 mon.smithi057 (mon.0) 99 : audit [INF] from='mgr.14164 172.21.15.57:0/2287912095' entity='mgr.smithi057.tirlgq' 2024-04-24T17:18:52.179 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout 8443 2024-04-24T17:18:52.180 INFO:teuthology.orchestra.run.smithi057.stdout:firewalld does not appear to be present 2024-04-24T17:18:52.180 INFO:teuthology.orchestra.run.smithi057.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-04-24T17:18:52.183 INFO:teuthology.orchestra.run.smithi057.stdout:Ceph Dashboard is now available at: 2024-04-24T17:18:52.183 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:18:52.183 INFO:teuthology.orchestra.run.smithi057.stdout: URL: https://smithi057.front.sepia.ceph.com:8443/ 2024-04-24T17:18:52.183 INFO:teuthology.orchestra.run.smithi057.stdout: User: admin 2024-04-24T17:18:52.183 INFO:teuthology.orchestra.run.smithi057.stdout: Password: f8a186pqi5 2024-04-24T17:18:52.183 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:18:52.184 INFO:teuthology.orchestra.run.smithi057.stdout:Saving cluster configuration to /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/config directory 2024-04-24T17:18:52.184 INFO:teuthology.orchestra.run.smithi057.stdout:Enabling autotune for osd_memory_target 2024-04-24T17:18:52.784 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:52 smithi057 bash[18598]: audit 2024-04-24T17:18:51.505064+0000 mon.smithi057 (mon.0) 100 : audit [INF] from='mgr.14164 172.21.15.57:0/2287912095' entity='mgr.smithi057.tirlgq' 2024-04-24T17:18:52.784 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:52 smithi057 bash[18598]: audit 2024-04-24T17:18:51.505064+0000 mon.smithi057 (mon.0) 100 : audit [INF] from='mgr.14164 172.21.15.57:0/2287912095' entity='mgr.smithi057.tirlgq' 2024-04-24T17:18:52.784 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:52 smithi057 bash[18598]: audit 2024-04-24T17:18:51.617021+0000 mon.smithi057 (mon.0) 101 : audit [DBG] from='client.? 172.21.15.57:0/501935979' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-04-24T17:18:52.784 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:52 smithi057 bash[18598]: audit 2024-04-24T17:18:51.617021+0000 mon.smithi057 (mon.0) 101 : audit [DBG] from='client.? 172.21.15.57:0/501935979' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-04-24T17:18:52.784 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:52 smithi057 bash[18598]: cluster 2024-04-24T17:18:51.843686+0000 mon.smithi057 (mon.0) 102 : cluster [DBG] mgrmap e13: smithi057.tirlgq(active, since 7s) 2024-04-24T17:18:52.784 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:52 smithi057 bash[18598]: cluster 2024-04-24T17:18:51.843686+0000 mon.smithi057 (mon.0) 102 : cluster [DBG] mgrmap e13: smithi057.tirlgq(active, since 7s) 2024-04-24T17:18:53.836 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:53 smithi057 bash[18598]: audit 2024-04-24T17:18:52.605947+0000 mon.smithi057 (mon.0) 103 : audit [INF] from='mgr.14164 172.21.15.57:0/2287912095' entity='mgr.smithi057.tirlgq' 2024-04-24T17:18:53.836 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:53 smithi057 bash[18598]: audit 2024-04-24T17:18:52.605947+0000 mon.smithi057 (mon.0) 103 : audit [INF] from='mgr.14164 172.21.15.57:0/2287912095' entity='mgr.smithi057.tirlgq' 2024-04-24T17:18:55.750 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-04-24T17:18:55.751 INFO:teuthology.orchestra.run.smithi057.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-04-24T17:18:55.751 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:18:55.751 INFO:teuthology.orchestra.run.smithi057.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-04-24T17:18:55.751 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:18:55.751 INFO:teuthology.orchestra.run.smithi057.stdout:Or, if you are only running a single cluster on this host: 2024-04-24T17:18:55.751 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:18:55.751 INFO:teuthology.orchestra.run.smithi057.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-04-24T17:18:55.751 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:18:55.751 INFO:teuthology.orchestra.run.smithi057.stdout:Please consider enabling telemetry to help improve Ceph: 2024-04-24T17:18:55.751 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:18:55.751 INFO:teuthology.orchestra.run.smithi057.stdout: ceph telemetry on 2024-04-24T17:18:55.751 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:18:55.752 INFO:teuthology.orchestra.run.smithi057.stdout:For more information see: 2024-04-24T17:18:55.752 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:18:55.752 INFO:teuthology.orchestra.run.smithi057.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-04-24T17:18:55.752 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:18:55.752 INFO:teuthology.orchestra.run.smithi057.stdout:Bootstrap complete. 2024-04-24T17:18:55.809 INFO:tasks.cephadm:Fetching config... 2024-04-24T17:18:55.809 DEBUG:teuthology.orchestra.run.smithi057:> set -ex 2024-04-24T17:18:55.809 DEBUG:teuthology.orchestra.run.smithi057:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-04-24T17:18:55.815 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-04-24T17:18:55.816 DEBUG:teuthology.orchestra.run.smithi057:> set -ex 2024-04-24T17:18:55.816 DEBUG:teuthology.orchestra.run.smithi057:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-04-24T17:18:55.864 INFO:tasks.cephadm:Fetching mon keyring... 2024-04-24T17:18:55.864 DEBUG:teuthology.orchestra.run.smithi057:> set -ex 2024-04-24T17:18:55.864 DEBUG:teuthology.orchestra.run.smithi057:> sudo dd if=/var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/keyring of=/dev/stdout 2024-04-24T17:18:55.922 INFO:tasks.cephadm:Fetching pub ssh key... 2024-04-24T17:18:55.923 DEBUG:teuthology.orchestra.run.smithi057:> set -ex 2024-04-24T17:18:55.923 DEBUG:teuthology.orchestra.run.smithi057:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-04-24T17:18:55.968 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-04-24T17:18:55.968 DEBUG:teuthology.orchestra.run.smithi057:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDJl1htVGc3kRmhX3M9OBblEZTk541TSOMHISWWZi388wTJ02IqAY+W5WvURx6B1eJ6zshg1he80YnrZVzk5NvXZz8ZxDScd2QzG7+iUjsgeWYmSiopDLB8z8OjiOTPk8sTfnXV18E5O1fGX8pzRgCZ1dHKvpauZYMYNtFLN8buRjrIi8OuwNgzwmDLHhNu/hhint7YI5+CxFulEehQrTXZU5MVsNRJ/AXqqFixjCgwEJNLdJ3graI0nh19JiwAv3MM7nTuyvhZXmeua7YQGtg+zWHkbI6zaSwm1l3X4q3332I7A9S59ylYfLDQBUbJFT/IabcwIpoTZmPl9nfwXBinkscd9Ab0NDyhQsjx98oksyVzW/+QaUfW9PCkXSZimdLKulybQbGDFmrYFIomHyqxmRUWYGXIQKelsfbjwxcMZrZ/PFodb2NvEvZvnlzcrElWVqsc9aUmEusmfcaqSeKO5fbkzKhPJeMEKM5+P7H33q6Kq9xwyhK4ddlCZk64G1U= ceph-5cb8698a-025e-11ef-bc93-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-24T17:18:56.029 INFO:teuthology.orchestra.run.smithi057.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDJl1htVGc3kRmhX3M9OBblEZTk541TSOMHISWWZi388wTJ02IqAY+W5WvURx6B1eJ6zshg1he80YnrZVzk5NvXZz8ZxDScd2QzG7+iUjsgeWYmSiopDLB8z8OjiOTPk8sTfnXV18E5O1fGX8pzRgCZ1dHKvpauZYMYNtFLN8buRjrIi8OuwNgzwmDLHhNu/hhint7YI5+CxFulEehQrTXZU5MVsNRJ/AXqqFixjCgwEJNLdJ3graI0nh19JiwAv3MM7nTuyvhZXmeua7YQGtg+zWHkbI6zaSwm1l3X4q3332I7A9S59ylYfLDQBUbJFT/IabcwIpoTZmPl9nfwXBinkscd9Ab0NDyhQsjx98oksyVzW/+QaUfW9PCkXSZimdLKulybQbGDFmrYFIomHyqxmRUWYGXIQKelsfbjwxcMZrZ/PFodb2NvEvZvnlzcrElWVqsc9aUmEusmfcaqSeKO5fbkzKhPJeMEKM5+P7H33q6Kq9xwyhK4ddlCZk64G1U= ceph-5cb8698a-025e-11ef-bc93-c7b262605968 2024-04-24T17:18:56.039 DEBUG:teuthology.orchestra.run.smithi088:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDJl1htVGc3kRmhX3M9OBblEZTk541TSOMHISWWZi388wTJ02IqAY+W5WvURx6B1eJ6zshg1he80YnrZVzk5NvXZz8ZxDScd2QzG7+iUjsgeWYmSiopDLB8z8OjiOTPk8sTfnXV18E5O1fGX8pzRgCZ1dHKvpauZYMYNtFLN8buRjrIi8OuwNgzwmDLHhNu/hhint7YI5+CxFulEehQrTXZU5MVsNRJ/AXqqFixjCgwEJNLdJ3graI0nh19JiwAv3MM7nTuyvhZXmeua7YQGtg+zWHkbI6zaSwm1l3X4q3332I7A9S59ylYfLDQBUbJFT/IabcwIpoTZmPl9nfwXBinkscd9Ab0NDyhQsjx98oksyVzW/+QaUfW9PCkXSZimdLKulybQbGDFmrYFIomHyqxmRUWYGXIQKelsfbjwxcMZrZ/PFodb2NvEvZvnlzcrElWVqsc9aUmEusmfcaqSeKO5fbkzKhPJeMEKM5+P7H33q6Kq9xwyhK4ddlCZk64G1U= ceph-5cb8698a-025e-11ef-bc93-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-24T17:18:56.061 INFO:teuthology.orchestra.run.smithi088.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDJl1htVGc3kRmhX3M9OBblEZTk541TSOMHISWWZi388wTJ02IqAY+W5WvURx6B1eJ6zshg1he80YnrZVzk5NvXZz8ZxDScd2QzG7+iUjsgeWYmSiopDLB8z8OjiOTPk8sTfnXV18E5O1fGX8pzRgCZ1dHKvpauZYMYNtFLN8buRjrIi8OuwNgzwmDLHhNu/hhint7YI5+CxFulEehQrTXZU5MVsNRJ/AXqqFixjCgwEJNLdJ3graI0nh19JiwAv3MM7nTuyvhZXmeua7YQGtg+zWHkbI6zaSwm1l3X4q3332I7A9S59ylYfLDQBUbJFT/IabcwIpoTZmPl9nfwXBinkscd9Ab0NDyhQsjx98oksyVzW/+QaUfW9PCkXSZimdLKulybQbGDFmrYFIomHyqxmRUWYGXIQKelsfbjwxcMZrZ/PFodb2NvEvZvnlzcrElWVqsc9aUmEusmfcaqSeKO5fbkzKhPJeMEKM5+P7H33q6Kq9xwyhK4ddlCZk64G1U= ceph-5cb8698a-025e-11ef-bc93-c7b262605968 2024-04-24T17:18:56.071 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-04-24T17:18:56.586 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:56 smithi057 bash[18598]: audit 2024-04-24T17:18:55.253106+0000 mon.smithi057 (mon.0) 104 : audit [INF] from='client.? 172.21.15.57:0/3161970350' entity='client.admin' 2024-04-24T17:18:56.586 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:18:56 smithi057 bash[18598]: audit 2024-04-24T17:18:55.253106+0000 mon.smithi057 (mon.0) 104 : audit [INF] from='client.? 172.21.15.57:0/3161970350' entity='client.admin' 2024-04-24T17:19:00.743 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:19:00.763 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:00 smithi057 bash[18598]: audit 2024-04-24T17:19:00.392479+0000 mon.smithi057 (mon.0) 105 : audit [INF] from='mgr.14164 172.21.15.57:0/2287912095' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config rm", "who": "osd/host:smithi057", "name": "osd_memory_target"}]: dispatch 2024-04-24T17:19:00.764 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:00 smithi057 bash[18598]: audit 2024-04-24T17:19:00.392479+0000 mon.smithi057 (mon.0) 105 : audit [INF] from='mgr.14164 172.21.15.57:0/2287912095' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config rm", "who": "osd/host:smithi057", "name": "osd_memory_target"}]: dispatch 2024-04-24T17:19:00.764 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:00 smithi057 bash[18598]: audit 2024-04-24T17:19:00.401452+0000 mon.smithi057 (mon.0) 106 : audit [INF] from='mgr.14164 172.21.15.57:0/2287912095' entity='mgr.smithi057.tirlgq' 2024-04-24T17:19:00.764 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:00 smithi057 bash[18598]: audit 2024-04-24T17:19:00.401452+0000 mon.smithi057 (mon.0) 106 : audit [INF] from='mgr.14164 172.21.15.57:0/2287912095' entity='mgr.smithi057.tirlgq' 2024-04-24T17:19:00.764 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:00 smithi057 bash[18598]: audit 2024-04-24T17:19:00.404331+0000 mon.smithi057 (mon.0) 107 : audit [INF] from='mgr.14164 172.21.15.57:0/2287912095' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi057", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-04-24T17:19:00.764 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:00 smithi057 bash[18598]: audit 2024-04-24T17:19:00.404331+0000 mon.smithi057 (mon.0) 107 : audit [INF] from='mgr.14164 172.21.15.57:0/2287912095' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi057", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-04-24T17:19:00.764 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:00 smithi057 bash[18598]: audit 2024-04-24T17:19:00.406255+0000 mon.smithi057 (mon.0) 108 : audit [INF] from='mgr.14164 172.21.15.57:0/2287912095' entity='mgr.smithi057.tirlgq' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi057", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2024-04-24T17:19:00.764 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:00 smithi057 bash[18598]: audit 2024-04-24T17:19:00.406255+0000 mon.smithi057 (mon.0) 108 : audit [INF] from='mgr.14164 172.21.15.57:0/2287912095' entity='mgr.smithi057.tirlgq' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi057", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2024-04-24T17:19:00.764 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:00 smithi057 bash[18598]: audit 2024-04-24T17:19:00.410132+0000 mon.smithi057 (mon.0) 109 : audit [DBG] from='mgr.14164 172.21.15.57:0/2287912095' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:19:00.764 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:00 smithi057 bash[18598]: audit 2024-04-24T17:19:00.410132+0000 mon.smithi057 (mon.0) 109 : audit [DBG] from='mgr.14164 172.21.15.57:0/2287912095' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:19:01.737 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:01 smithi057 bash[18598]: cephadm 2024-04-24T17:19:00.412424+0000 mgr.smithi057.tirlgq (mgr.14164) 9 : cephadm [INF] Deploying daemon ceph-exporter.smithi057 on smithi057 2024-04-24T17:19:01.737 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:01 smithi057 bash[18598]: cephadm 2024-04-24T17:19:00.412424+0000 mgr.smithi057.tirlgq (mgr.14164) 9 : cephadm [INF] Deploying daemon ceph-exporter.smithi057 on smithi057 2024-04-24T17:19:02.907 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-04-24T17:19:02.908 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-04-24T17:19:03.046 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:02 smithi057 systemd[1]: /etc/systemd/system/ceph-5cb8698a-025e-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-24T17:19:03.161 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:03 smithi057 bash[18598]: audit 2024-04-24T17:19:02.132715+0000 mon.smithi057 (mon.0) 110 : audit [INF] from='client.? 172.21.15.57:0/2770729275' entity='client.admin' 2024-04-24T17:19:03.162 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:03 smithi057 bash[18598]: audit 2024-04-24T17:19:02.132715+0000 mon.smithi057 (mon.0) 110 : audit [INF] from='client.? 172.21.15.57:0/2770729275' entity='client.admin' 2024-04-24T17:19:03.162 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:03 smithi057 systemd[1]: /etc/systemd/system/ceph-5cb8698a-025e-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-24T17:19:04.601 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:04 smithi057 bash[18598]: audit 2024-04-24T17:19:03.307312+0000 mon.smithi057 (mon.0) 111 : audit [INF] from='mgr.14164 172.21.15.57:0/2287912095' entity='mgr.smithi057.tirlgq' 2024-04-24T17:19:04.601 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:04 smithi057 bash[18598]: audit 2024-04-24T17:19:03.307312+0000 mon.smithi057 (mon.0) 111 : audit [INF] from='mgr.14164 172.21.15.57:0/2287912095' entity='mgr.smithi057.tirlgq' 2024-04-24T17:19:04.601 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:04 smithi057 bash[18598]: audit 2024-04-24T17:19:03.335955+0000 mon.smithi057 (mon.0) 112 : audit [INF] from='mgr.14164 172.21.15.57:0/2287912095' entity='mgr.smithi057.tirlgq' 2024-04-24T17:19:04.601 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:04 smithi057 bash[18598]: audit 2024-04-24T17:19:03.335955+0000 mon.smithi057 (mon.0) 112 : audit [INF] from='mgr.14164 172.21.15.57:0/2287912095' entity='mgr.smithi057.tirlgq' 2024-04-24T17:19:04.602 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:04 smithi057 bash[18598]: audit 2024-04-24T17:19:03.338491+0000 mon.smithi057 (mon.0) 113 : audit [INF] from='mgr.14164 172.21.15.57:0/2287912095' entity='mgr.smithi057.tirlgq' 2024-04-24T17:19:04.602 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:04 smithi057 bash[18598]: audit 2024-04-24T17:19:03.338491+0000 mon.smithi057 (mon.0) 113 : audit [INF] from='mgr.14164 172.21.15.57:0/2287912095' entity='mgr.smithi057.tirlgq' 2024-04-24T17:19:04.602 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:04 smithi057 bash[18598]: audit 2024-04-24T17:19:03.339899+0000 mon.smithi057 (mon.0) 114 : audit [INF] from='mgr.14164 172.21.15.57:0/2287912095' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi057", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-24T17:19:04.602 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:04 smithi057 bash[18598]: audit 2024-04-24T17:19:03.339899+0000 mon.smithi057 (mon.0) 114 : audit [INF] from='mgr.14164 172.21.15.57:0/2287912095' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi057", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-24T17:19:04.602 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:04 smithi057 bash[18598]: audit 2024-04-24T17:19:03.340674+0000 mon.smithi057 (mon.0) 115 : audit [INF] from='mgr.14164 172.21.15.57:0/2287912095' entity='mgr.smithi057.tirlgq' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi057", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-04-24T17:19:04.602 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:04 smithi057 bash[18598]: audit 2024-04-24T17:19:03.340674+0000 mon.smithi057 (mon.0) 115 : audit [INF] from='mgr.14164 172.21.15.57:0/2287912095' entity='mgr.smithi057.tirlgq' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi057", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-04-24T17:19:04.602 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:04 smithi057 bash[18598]: audit 2024-04-24T17:19:03.342358+0000 mon.smithi057 (mon.0) 116 : audit [DBG] from='mgr.14164 172.21.15.57:0/2287912095' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:19:04.602 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:04 smithi057 bash[18598]: audit 2024-04-24T17:19:03.342358+0000 mon.smithi057 (mon.0) 116 : audit [DBG] from='mgr.14164 172.21.15.57:0/2287912095' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:19:04.602 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:04 smithi057 bash[18598]: cephadm 2024-04-24T17:19:03.343257+0000 mgr.smithi057.tirlgq (mgr.14164) 10 : cephadm [INF] Deploying daemon crash.smithi057 on smithi057 2024-04-24T17:19:04.602 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:04 smithi057 bash[18598]: cephadm 2024-04-24T17:19:03.343257+0000 mgr.smithi057.tirlgq (mgr.14164) 10 : cephadm [INF] Deploying daemon crash.smithi057 on smithi057 2024-04-24T17:19:05.592 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:05 smithi057 systemd[1]: /etc/systemd/system/ceph-5cb8698a-025e-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-24T17:19:05.854 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:05 smithi057 systemd[1]: /etc/systemd/system/ceph-5cb8698a-025e-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-24T17:19:06.254 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:05 smithi057 bash[18598]: audit 2024-04-24T17:19:04.919256+0000 mon.smithi057 (mon.0) 117 : audit [INF] from='mgr.14164 172.21.15.57:0/2287912095' entity='mgr.smithi057.tirlgq' 2024-04-24T17:19:06.254 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:05 smithi057 bash[18598]: audit 2024-04-24T17:19:04.919256+0000 mon.smithi057 (mon.0) 117 : audit [INF] from='mgr.14164 172.21.15.57:0/2287912095' entity='mgr.smithi057.tirlgq' 2024-04-24T17:19:06.254 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:05 smithi057 bash[18598]: audit 2024-04-24T17:19:05.850506+0000 mon.smithi057 (mon.0) 118 : audit [INF] from='mgr.14164 172.21.15.57:0/2287912095' entity='mgr.smithi057.tirlgq' 2024-04-24T17:19:06.255 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:05 smithi057 bash[18598]: audit 2024-04-24T17:19:05.850506+0000 mon.smithi057 (mon.0) 118 : audit [INF] from='mgr.14164 172.21.15.57:0/2287912095' entity='mgr.smithi057.tirlgq' 2024-04-24T17:19:06.255 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:05 smithi057 bash[18598]: audit 2024-04-24T17:19:05.865399+0000 mon.smithi057 (mon.0) 119 : audit [INF] from='mgr.14164 172.21.15.57:0/2287912095' entity='mgr.smithi057.tirlgq' 2024-04-24T17:19:06.255 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:05 smithi057 bash[18598]: audit 2024-04-24T17:19:05.865399+0000 mon.smithi057 (mon.0) 119 : audit [INF] from='mgr.14164 172.21.15.57:0/2287912095' entity='mgr.smithi057.tirlgq' 2024-04-24T17:19:06.255 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:05 smithi057 bash[18598]: audit 2024-04-24T17:19:05.867865+0000 mon.smithi057 (mon.0) 120 : audit [INF] from='mgr.14164 172.21.15.57:0/2287912095' entity='mgr.smithi057.tirlgq' 2024-04-24T17:19:06.255 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:05 smithi057 bash[18598]: audit 2024-04-24T17:19:05.867865+0000 mon.smithi057 (mon.0) 120 : audit [INF] from='mgr.14164 172.21.15.57:0/2287912095' entity='mgr.smithi057.tirlgq' 2024-04-24T17:19:06.870 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:06 smithi057 systemd[1]: /etc/systemd/system/ceph-5cb8698a-025e-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-24T17:19:07.336 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:06 smithi057 systemd[1]: /etc/systemd/system/ceph-5cb8698a-025e-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-24T17:19:07.336 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:06 smithi057 bash[18598]: cephadm 2024-04-24T17:19:05.869420+0000 mgr.smithi057.tirlgq (mgr.14164) 11 : cephadm [INF] Deploying daemon node-exporter.smithi057 on smithi057 2024-04-24T17:19:07.336 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:06 smithi057 bash[18598]: cephadm 2024-04-24T17:19:05.869420+0000 mgr.smithi057.tirlgq (mgr.14164) 11 : cephadm [INF] Deploying daemon node-exporter.smithi057 on smithi057 2024-04-24T17:19:07.336 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:06 smithi057 bash[18598]: cluster 2024-04-24T17:19:06.396164+0000 mgr.smithi057.tirlgq (mgr.14164) 12 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:19:07.336 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:06 smithi057 bash[18598]: cluster 2024-04-24T17:19:06.396164+0000 mgr.smithi057.tirlgq (mgr.14164) 12 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:19:08.068 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:07 smithi057 bash[18598]: cluster 2024-04-24T17:19:06.917254+0000 mon.smithi057 (mon.0) 121 : cluster [WRN] Health check failed: failed to probe daemons or devices (CEPHADM_REFRESH_FAILED) 2024-04-24T17:19:08.068 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:07 smithi057 bash[18598]: cluster 2024-04-24T17:19:06.917254+0000 mon.smithi057 (mon.0) 121 : cluster [WRN] Health check failed: failed to probe daemons or devices (CEPHADM_REFRESH_FAILED) 2024-04-24T17:19:08.068 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:07 smithi057 bash[18598]: audit 2024-04-24T17:19:07.022013+0000 mon.smithi057 (mon.0) 122 : audit [INF] from='mgr.14164 172.21.15.57:0/2287912095' entity='mgr.smithi057.tirlgq' 2024-04-24T17:19:08.069 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:07 smithi057 bash[18598]: audit 2024-04-24T17:19:07.022013+0000 mon.smithi057 (mon.0) 122 : audit [INF] from='mgr.14164 172.21.15.57:0/2287912095' entity='mgr.smithi057.tirlgq' 2024-04-24T17:19:08.069 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:07 smithi057 bash[18598]: audit 2024-04-24T17:19:07.037719+0000 mon.smithi057 (mon.0) 123 : audit [INF] from='mgr.14164 172.21.15.57:0/2287912095' entity='mgr.smithi057.tirlgq' 2024-04-24T17:19:08.069 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:07 smithi057 bash[18598]: audit 2024-04-24T17:19:07.037719+0000 mon.smithi057 (mon.0) 123 : audit [INF] from='mgr.14164 172.21.15.57:0/2287912095' entity='mgr.smithi057.tirlgq' 2024-04-24T17:19:08.069 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:07 smithi057 bash[18598]: audit 2024-04-24T17:19:07.039969+0000 mon.smithi057 (mon.0) 124 : audit [INF] from='mgr.14164 172.21.15.57:0/2287912095' entity='mgr.smithi057.tirlgq' 2024-04-24T17:19:08.069 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:07 smithi057 bash[18598]: audit 2024-04-24T17:19:07.039969+0000 mon.smithi057 (mon.0) 124 : audit [INF] from='mgr.14164 172.21.15.57:0/2287912095' entity='mgr.smithi057.tirlgq' 2024-04-24T17:19:08.069 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:07 smithi057 bash[18598]: cephadm 2024-04-24T17:19:07.050962+0000 mgr.smithi057.tirlgq (mgr.14164) 13 : cephadm [INF] Deploying daemon alertmanager.smithi057 on smithi057 2024-04-24T17:19:08.069 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:07 smithi057 bash[18598]: cephadm 2024-04-24T17:19:07.050962+0000 mgr.smithi057.tirlgq (mgr.14164) 13 : cephadm [INF] Deploying daemon alertmanager.smithi057 on smithi057 2024-04-24T17:19:08.636 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:19:09.336 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:08 smithi057 bash[18598]: cluster 2024-04-24T17:19:08.397017+0000 mgr.smithi057.tirlgq (mgr.14164) 14 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:19:09.336 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:08 smithi057 bash[18598]: cluster 2024-04-24T17:19:08.397017+0000 mgr.smithi057.tirlgq (mgr.14164) 14 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:19:11.086 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:10 smithi057 bash[18598]: audit 2024-04-24T17:19:09.926379+0000 mon.smithi057 (mon.0) 125 : audit [INF] from='mgr.14164 172.21.15.57:0/2287912095' entity='mgr.smithi057.tirlgq' 2024-04-24T17:19:11.086 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:10 smithi057 bash[18598]: audit 2024-04-24T17:19:09.926379+0000 mon.smithi057 (mon.0) 125 : audit [INF] from='mgr.14164 172.21.15.57:0/2287912095' entity='mgr.smithi057.tirlgq' 2024-04-24T17:19:11.086 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:10 smithi057 bash[18598]: cluster 2024-04-24T17:19:10.397864+0000 mgr.smithi057.tirlgq (mgr.14164) 15 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:19:11.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:10 smithi057 bash[18598]: cluster 2024-04-24T17:19:10.397864+0000 mgr.smithi057.tirlgq (mgr.14164) 15 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:19:11.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:10 smithi057 bash[18598]: audit 2024-04-24T17:19:10.918451+0000 mon.smithi057 (mon.0) 126 : audit [INF] from='mgr.14164 172.21.15.57:0/2287912095' entity='mgr.smithi057.tirlgq' 2024-04-24T17:19:11.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:10 smithi057 bash[18598]: audit 2024-04-24T17:19:10.918451+0000 mon.smithi057 (mon.0) 126 : audit [INF] from='mgr.14164 172.21.15.57:0/2287912095' entity='mgr.smithi057.tirlgq' 2024-04-24T17:19:12.336 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:11 smithi057 bash[18598]: audit 2024-04-24T17:19:10.913457+0000 mgr.smithi057.tirlgq (mgr.14164) 16 : audit [DBG] from='client.14189 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T17:19:12.336 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:11 smithi057 bash[18598]: audit 2024-04-24T17:19:10.913457+0000 mgr.smithi057.tirlgq (mgr.14164) 16 : audit [DBG] from='client.14189 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T17:19:12.465 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi088 2024-04-24T17:19:12.465 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2024-04-24T17:19:12.465 DEBUG:teuthology.orchestra.run.smithi088:> dd of=/etc/ceph/ceph.conf 2024-04-24T17:19:12.472 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2024-04-24T17:19:12.472 DEBUG:teuthology.orchestra.run.smithi088:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-24T17:19:12.518 INFO:tasks.cephadm:Adding host smithi088 to orchestrator... 2024-04-24T17:19:12.519 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph orch host add smithi088 2024-04-24T17:19:13.336 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:12 smithi057 bash[18598]: cluster 2024-04-24T17:19:12.398297+0000 mgr.smithi057.tirlgq (mgr.14164) 17 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:19:13.336 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:12 smithi057 bash[18598]: cluster 2024-04-24T17:19:12.398297+0000 mgr.smithi057.tirlgq (mgr.14164) 17 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:19:15.724 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:15 smithi057 bash[18598]: cluster 2024-04-24T17:19:14.399015+0000 mgr.smithi057.tirlgq (mgr.14164) 18 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:19:15.724 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:15 smithi057 bash[18598]: cluster 2024-04-24T17:19:14.399015+0000 mgr.smithi057.tirlgq (mgr.14164) 18 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:19:16.684 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:16 smithi057 systemd[1]: /etc/systemd/system/ceph-5cb8698a-025e-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-24T17:19:16.949 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:16 smithi057 systemd[1]: /etc/systemd/system/ceph-5cb8698a-025e-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-24T17:19:17.263 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:19:17.587 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:17 smithi057 bash[18598]: cluster 2024-04-24T17:19:16.399702+0000 mgr.smithi057.tirlgq (mgr.14164) 19 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:19:17.587 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:17 smithi057 bash[18598]: cluster 2024-04-24T17:19:16.399702+0000 mgr.smithi057.tirlgq (mgr.14164) 19 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:19:17.587 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:17 smithi057 bash[18598]: audit 2024-04-24T17:19:16.948933+0000 mon.smithi057 (mon.0) 127 : audit [INF] from='mgr.14164 172.21.15.57:0/2287912095' entity='mgr.smithi057.tirlgq' 2024-04-24T17:19:17.587 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:17 smithi057 bash[18598]: audit 2024-04-24T17:19:16.948933+0000 mon.smithi057 (mon.0) 127 : audit [INF] from='mgr.14164 172.21.15.57:0/2287912095' entity='mgr.smithi057.tirlgq' 2024-04-24T17:19:17.587 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:17 smithi057 bash[18598]: audit 2024-04-24T17:19:16.989350+0000 mon.smithi057 (mon.0) 128 : audit [INF] from='mgr.14164 172.21.15.57:0/2287912095' entity='mgr.smithi057.tirlgq' 2024-04-24T17:19:17.587 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:17 smithi057 bash[18598]: audit 2024-04-24T17:19:16.989350+0000 mon.smithi057 (mon.0) 128 : audit [INF] from='mgr.14164 172.21.15.57:0/2287912095' entity='mgr.smithi057.tirlgq' 2024-04-24T17:19:17.587 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:17 smithi057 bash[18598]: audit 2024-04-24T17:19:16.991976+0000 mon.smithi057 (mon.0) 129 : audit [INF] from='mgr.14164 172.21.15.57:0/2287912095' entity='mgr.smithi057.tirlgq' 2024-04-24T17:19:17.587 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:17 smithi057 bash[18598]: audit 2024-04-24T17:19:16.991976+0000 mon.smithi057 (mon.0) 129 : audit [INF] from='mgr.14164 172.21.15.57:0/2287912095' entity='mgr.smithi057.tirlgq' 2024-04-24T17:19:17.587 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:17 smithi057 bash[18598]: audit 2024-04-24T17:19:16.995035+0000 mon.smithi057 (mon.0) 130 : audit [INF] from='mgr.14164 172.21.15.57:0/2287912095' entity='mgr.smithi057.tirlgq' 2024-04-24T17:19:17.587 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:17 smithi057 bash[18598]: audit 2024-04-24T17:19:16.995035+0000 mon.smithi057 (mon.0) 130 : audit [INF] from='mgr.14164 172.21.15.57:0/2287912095' entity='mgr.smithi057.tirlgq' 2024-04-24T17:19:17.588 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:17 smithi057 bash[18598]: audit 2024-04-24T17:19:16.997026+0000 mon.smithi057 (mon.0) 131 : audit [INF] from='mgr.14164 172.21.15.57:0/2287912095' entity='mgr.smithi057.tirlgq' 2024-04-24T17:19:17.588 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:17 smithi057 bash[18598]: audit 2024-04-24T17:19:16.997026+0000 mon.smithi057 (mon.0) 131 : audit [INF] from='mgr.14164 172.21.15.57:0/2287912095' entity='mgr.smithi057.tirlgq' 2024-04-24T17:19:17.588 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:17 smithi057 bash[18598]: audit 2024-04-24T17:19:17.119944+0000 mon.smithi057 (mon.0) 132 : audit [INF] from='mgr.14164 172.21.15.57:0/2287912095' entity='mgr.smithi057.tirlgq' 2024-04-24T17:19:17.588 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:17 smithi057 bash[18598]: audit 2024-04-24T17:19:17.119944+0000 mon.smithi057 (mon.0) 132 : audit [INF] from='mgr.14164 172.21.15.57:0/2287912095' entity='mgr.smithi057.tirlgq' 2024-04-24T17:19:17.588 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:17 smithi057 bash[18598]: audit 2024-04-24T17:19:17.124844+0000 mon.smithi057 (mon.0) 133 : audit [INF] from='mgr.14164 172.21.15.57:0/2287912095' entity='mgr.smithi057.tirlgq' 2024-04-24T17:19:17.588 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:17 smithi057 bash[18598]: audit 2024-04-24T17:19:17.124844+0000 mon.smithi057 (mon.0) 133 : audit [INF] from='mgr.14164 172.21.15.57:0/2287912095' entity='mgr.smithi057.tirlgq' 2024-04-24T17:19:17.588 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:17 smithi057 bash[18598]: audit 2024-04-24T17:19:17.401889+0000 mon.smithi057 (mon.0) 134 : audit [INF] from='mgr.14164 172.21.15.57:0/2287912095' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-24T17:19:17.588 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:17 smithi057 bash[18598]: audit 2024-04-24T17:19:17.401889+0000 mon.smithi057 (mon.0) 134 : audit [INF] from='mgr.14164 172.21.15.57:0/2287912095' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-24T17:19:17.588 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:17 smithi057 bash[18598]: audit 2024-04-24T17:19:17.405852+0000 mon.smithi057 (mon.0) 135 : audit [INF] from='mgr.14164 172.21.15.57:0/2287912095' entity='mgr.smithi057.tirlgq' 2024-04-24T17:19:17.588 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:17 smithi057 bash[18598]: audit 2024-04-24T17:19:17.405852+0000 mon.smithi057 (mon.0) 135 : audit [INF] from='mgr.14164 172.21.15.57:0/2287912095' entity='mgr.smithi057.tirlgq' 2024-04-24T17:19:18.836 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:18 smithi057 bash[18598]: cephadm 2024-04-24T17:19:17.007712+0000 mgr.smithi057.tirlgq (mgr.14164) 20 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-04-24T17:19:18.836 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:18 smithi057 bash[18598]: cephadm 2024-04-24T17:19:17.007712+0000 mgr.smithi057.tirlgq (mgr.14164) 20 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-04-24T17:19:18.836 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:18 smithi057 bash[18598]: audit 2024-04-24T17:19:17.402777+0000 mgr.smithi057.tirlgq (mgr.14164) 21 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-24T17:19:18.836 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:18 smithi057 bash[18598]: audit 2024-04-24T17:19:17.402777+0000 mgr.smithi057.tirlgq (mgr.14164) 21 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-24T17:19:18.836 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:18 smithi057 bash[18598]: cephadm 2024-04-24T17:19:17.425173+0000 mgr.smithi057.tirlgq (mgr.14164) 22 : cephadm [INF] Deploying daemon grafana.smithi057 on smithi057 2024-04-24T17:19:18.836 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:18 smithi057 bash[18598]: cephadm 2024-04-24T17:19:17.425173+0000 mgr.smithi057.tirlgq (mgr.14164) 22 : cephadm [INF] Deploying daemon grafana.smithi057 on smithi057 2024-04-24T17:19:19.836 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:19 smithi057 bash[18598]: cluster 2024-04-24T17:19:18.400082+0000 mgr.smithi057.tirlgq (mgr.14164) 23 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:19:19.836 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:19 smithi057 bash[18598]: cluster 2024-04-24T17:19:18.400082+0000 mgr.smithi057.tirlgq (mgr.14164) 23 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:19:20.836 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:20 smithi057 bash[18598]: audit 2024-04-24T17:19:18.874836+0000 mgr.smithi057.tirlgq (mgr.14164) 24 : audit [DBG] from='client.14191 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi088", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T17:19:20.836 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:20 smithi057 bash[18598]: audit 2024-04-24T17:19:18.874836+0000 mgr.smithi057.tirlgq (mgr.14164) 24 : audit [DBG] from='client.14191 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi088", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T17:19:20.836 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:20 smithi057 bash[18598]: audit 2024-04-24T17:19:19.931254+0000 mon.smithi057 (mon.0) 136 : audit [INF] from='mgr.14164 172.21.15.57:0/2287912095' entity='mgr.smithi057.tirlgq' 2024-04-24T17:19:20.836 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:20 smithi057 bash[18598]: audit 2024-04-24T17:19:19.931254+0000 mon.smithi057 (mon.0) 136 : audit [INF] from='mgr.14164 172.21.15.57:0/2287912095' entity='mgr.smithi057.tirlgq' 2024-04-24T17:19:21.836 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:21 smithi057 bash[18598]: cephadm 2024-04-24T17:19:19.513144+0000 mgr.smithi057.tirlgq (mgr.14164) 25 : cephadm [INF] Deploying cephadm binary to smithi088 2024-04-24T17:19:21.836 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:21 smithi057 bash[18598]: cephadm 2024-04-24T17:19:19.513144+0000 mgr.smithi057.tirlgq (mgr.14164) 25 : cephadm [INF] Deploying cephadm binary to smithi088 2024-04-24T17:19:21.836 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:21 smithi057 bash[18598]: cluster 2024-04-24T17:19:20.400455+0000 mgr.smithi057.tirlgq (mgr.14164) 26 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:19:21.836 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:21 smithi057 bash[18598]: cluster 2024-04-24T17:19:20.400455+0000 mgr.smithi057.tirlgq (mgr.14164) 26 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:19:23.836 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:23 smithi057 bash[18598]: cluster 2024-04-24T17:19:22.400851+0000 mgr.smithi057.tirlgq (mgr.14164) 27 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:19:23.836 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:23 smithi057 bash[18598]: cluster 2024-04-24T17:19:22.400851+0000 mgr.smithi057.tirlgq (mgr.14164) 27 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:19:25.122 INFO:teuthology.orchestra.run.smithi057.stdout:Added host 'smithi088' with addr '172.21.15.88' 2024-04-24T17:19:25.836 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:25 smithi057 bash[18598]: cluster 2024-04-24T17:19:24.401462+0000 mgr.smithi057.tirlgq (mgr.14164) 28 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:19:25.836 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:25 smithi057 bash[18598]: cluster 2024-04-24T17:19:24.401462+0000 mgr.smithi057.tirlgq (mgr.14164) 28 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:19:25.837 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:25 smithi057 bash[18598]: audit 2024-04-24T17:19:25.122366+0000 mon.smithi057 (mon.0) 137 : audit [INF] from='mgr.14164 172.21.15.57:0/2287912095' entity='mgr.smithi057.tirlgq' 2024-04-24T17:19:25.837 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:25 smithi057 bash[18598]: audit 2024-04-24T17:19:25.122366+0000 mon.smithi057 (mon.0) 137 : audit [INF] from='mgr.14164 172.21.15.57:0/2287912095' entity='mgr.smithi057.tirlgq' 2024-04-24T17:19:26.836 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:26 smithi057 bash[18598]: cephadm 2024-04-24T17:19:25.123230+0000 mgr.smithi057.tirlgq (mgr.14164) 29 : cephadm [INF] Added host smithi088 2024-04-24T17:19:26.836 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:26 smithi057 bash[18598]: cephadm 2024-04-24T17:19:25.123230+0000 mgr.smithi057.tirlgq (mgr.14164) 29 : cephadm [INF] Added host smithi088 2024-04-24T17:19:27.523 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph orch host ls --format=json 2024-04-24T17:19:27.783 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:27 smithi057 bash[18598]: cluster 2024-04-24T17:19:26.402273+0000 mgr.smithi057.tirlgq (mgr.14164) 30 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:19:27.783 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:27 smithi057 bash[18598]: cluster 2024-04-24T17:19:26.402273+0000 mgr.smithi057.tirlgq (mgr.14164) 30 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:19:29.791 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:29 smithi057 bash[18598]: cluster 2024-04-24T17:19:28.402962+0000 mgr.smithi057.tirlgq (mgr.14164) 31 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:19:29.791 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:29 smithi057 bash[18598]: cluster 2024-04-24T17:19:28.402962+0000 mgr.smithi057.tirlgq (mgr.14164) 31 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:19:30.049 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:29 smithi057 systemd[1]: /etc/systemd/system/ceph-5cb8698a-025e-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-24T17:19:30.325 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:30 smithi057 systemd[1]: /etc/systemd/system/ceph-5cb8698a-025e-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-24T17:19:31.527 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:31 smithi057 bash[18598]: audit 2024-04-24T17:19:30.325207+0000 mon.smithi057 (mon.0) 138 : audit [INF] from='mgr.14164 172.21.15.57:0/2287912095' entity='mgr.smithi057.tirlgq' 2024-04-24T17:19:31.527 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:31 smithi057 bash[18598]: audit 2024-04-24T17:19:30.325207+0000 mon.smithi057 (mon.0) 138 : audit [INF] from='mgr.14164 172.21.15.57:0/2287912095' entity='mgr.smithi057.tirlgq' 2024-04-24T17:19:31.527 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:31 smithi057 bash[18598]: audit 2024-04-24T17:19:30.375279+0000 mon.smithi057 (mon.0) 139 : audit [INF] from='mgr.14164 172.21.15.57:0/2287912095' entity='mgr.smithi057.tirlgq' 2024-04-24T17:19:31.527 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:31 smithi057 bash[18598]: audit 2024-04-24T17:19:30.375279+0000 mon.smithi057 (mon.0) 139 : audit [INF] from='mgr.14164 172.21.15.57:0/2287912095' entity='mgr.smithi057.tirlgq' 2024-04-24T17:19:31.527 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:31 smithi057 bash[18598]: audit 2024-04-24T17:19:30.377828+0000 mon.smithi057 (mon.0) 140 : audit [INF] from='mgr.14164 172.21.15.57:0/2287912095' entity='mgr.smithi057.tirlgq' 2024-04-24T17:19:31.527 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:31 smithi057 bash[18598]: audit 2024-04-24T17:19:30.377828+0000 mon.smithi057 (mon.0) 140 : audit [INF] from='mgr.14164 172.21.15.57:0/2287912095' entity='mgr.smithi057.tirlgq' 2024-04-24T17:19:31.527 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:31 smithi057 bash[18598]: audit 2024-04-24T17:19:30.380685+0000 mon.smithi057 (mon.0) 141 : audit [INF] from='mgr.14164 172.21.15.57:0/2287912095' entity='mgr.smithi057.tirlgq' 2024-04-24T17:19:31.527 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:31 smithi057 bash[18598]: audit 2024-04-24T17:19:30.380685+0000 mon.smithi057 (mon.0) 141 : audit [INF] from='mgr.14164 172.21.15.57:0/2287912095' entity='mgr.smithi057.tirlgq' 2024-04-24T17:19:31.527 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:31 smithi057 bash[18598]: audit 2024-04-24T17:19:30.383571+0000 mon.smithi057 (mon.0) 142 : audit [INF] from='mgr.14164 172.21.15.57:0/2287912095' entity='mgr.smithi057.tirlgq' 2024-04-24T17:19:31.527 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:31 smithi057 bash[18598]: audit 2024-04-24T17:19:30.383571+0000 mon.smithi057 (mon.0) 142 : audit [INF] from='mgr.14164 172.21.15.57:0/2287912095' entity='mgr.smithi057.tirlgq' 2024-04-24T17:19:31.528 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:31 smithi057 bash[18598]: audit 2024-04-24T17:19:30.386553+0000 mon.smithi057 (mon.0) 143 : audit [INF] from='mgr.14164 172.21.15.57:0/2287912095' entity='mgr.smithi057.tirlgq' 2024-04-24T17:19:31.528 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:31 smithi057 bash[18598]: audit 2024-04-24T17:19:30.386553+0000 mon.smithi057 (mon.0) 143 : audit [INF] from='mgr.14164 172.21.15.57:0/2287912095' entity='mgr.smithi057.tirlgq' 2024-04-24T17:19:31.528 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:31 smithi057 bash[18598]: audit 2024-04-24T17:19:30.388809+0000 mon.smithi057 (mon.0) 144 : audit [INF] from='mgr.14164 172.21.15.57:0/2287912095' entity='mgr.smithi057.tirlgq' 2024-04-24T17:19:31.528 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:31 smithi057 bash[18598]: audit 2024-04-24T17:19:30.388809+0000 mon.smithi057 (mon.0) 144 : audit [INF] from='mgr.14164 172.21.15.57:0/2287912095' entity='mgr.smithi057.tirlgq' 2024-04-24T17:19:31.528 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:31 smithi057 bash[18598]: cluster 2024-04-24T17:19:30.403332+0000 mgr.smithi057.tirlgq (mgr.14164) 32 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:19:31.528 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:31 smithi057 bash[18598]: cluster 2024-04-24T17:19:30.403332+0000 mgr.smithi057.tirlgq (mgr.14164) 32 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:19:32.586 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:32 smithi057 bash[18598]: cephadm 2024-04-24T17:19:30.644552+0000 mgr.smithi057.tirlgq (mgr.14164) 33 : cephadm [INF] Deploying daemon prometheus.smithi057 on smithi057 2024-04-24T17:19:32.586 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:32 smithi057 bash[18598]: cephadm 2024-04-24T17:19:30.644552+0000 mgr.smithi057.tirlgq (mgr.14164) 33 : cephadm [INF] Deploying daemon prometheus.smithi057 on smithi057 2024-04-24T17:19:33.269 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:19:33.586 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:33 smithi057 bash[18598]: cluster 2024-04-24T17:19:32.404119+0000 mgr.smithi057.tirlgq (mgr.14164) 34 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:19:33.586 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:33 smithi057 bash[18598]: cluster 2024-04-24T17:19:32.404119+0000 mgr.smithi057.tirlgq (mgr.14164) 34 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:19:35.836 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:35 smithi057 bash[18598]: cluster 2024-04-24T17:19:34.404867+0000 mgr.smithi057.tirlgq (mgr.14164) 35 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:19:35.836 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:35 smithi057 bash[18598]: cluster 2024-04-24T17:19:34.404867+0000 mgr.smithi057.tirlgq (mgr.14164) 35 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:19:35.836 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:35 smithi057 bash[18598]: audit 2024-04-24T17:19:34.938789+0000 mon.smithi057 (mon.0) 145 : audit [INF] from='mgr.14164 172.21.15.57:0/2287912095' entity='mgr.smithi057.tirlgq' 2024-04-24T17:19:35.836 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:35 smithi057 bash[18598]: audit 2024-04-24T17:19:34.938789+0000 mon.smithi057 (mon.0) 145 : audit [INF] from='mgr.14164 172.21.15.57:0/2287912095' entity='mgr.smithi057.tirlgq' 2024-04-24T17:19:36.837 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:19:36.837 INFO:teuthology.orchestra.run.smithi057.stdout:[{"addr": "172.21.15.57", "hostname": "smithi057", "labels": [], "status": ""}, {"addr": "172.21.15.88", "hostname": "smithi088", "labels": [], "status": ""}] 2024-04-24T17:19:37.836 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:37 smithi057 bash[18598]: cluster 2024-04-24T17:19:36.405304+0000 mgr.smithi057.tirlgq (mgr.14164) 36 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:19:37.836 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:37 smithi057 bash[18598]: cluster 2024-04-24T17:19:36.405304+0000 mgr.smithi057.tirlgq (mgr.14164) 36 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:19:38.677 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:38 smithi057 bash[18598]: audit 2024-04-24T17:19:36.838115+0000 mgr.smithi057.tirlgq (mgr.14164) 37 : audit [DBG] from='client.14193 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-24T17:19:38.678 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:38 smithi057 bash[18598]: audit 2024-04-24T17:19:36.838115+0000 mgr.smithi057.tirlgq (mgr.14164) 37 : audit [DBG] from='client.14193 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-24T17:19:38.691 INFO:tasks.cephadm:Setting crush tunables to default 2024-04-24T17:19:38.691 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph osd crush tunables default 2024-04-24T17:19:39.555 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:39 smithi057 bash[18598]: cluster 2024-04-24T17:19:38.406028+0000 mgr.smithi057.tirlgq (mgr.14164) 38 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:19:39.556 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:39 smithi057 bash[18598]: cluster 2024-04-24T17:19:38.406028+0000 mgr.smithi057.tirlgq (mgr.14164) 38 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:19:41.768 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:41 smithi057 bash[18598]: cluster 2024-04-24T17:19:40.406712+0000 mgr.smithi057.tirlgq (mgr.14164) 39 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:19:41.768 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:41 smithi057 bash[18598]: cluster 2024-04-24T17:19:40.406712+0000 mgr.smithi057.tirlgq (mgr.14164) 39 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:19:43.457 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:19:43.586 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:43 smithi057 bash[18598]: cluster 2024-04-24T17:19:42.407457+0000 mgr.smithi057.tirlgq (mgr.14164) 40 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:19:43.586 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:43 smithi057 bash[18598]: cluster 2024-04-24T17:19:42.407457+0000 mgr.smithi057.tirlgq (mgr.14164) 40 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:19:45.495 INFO:teuthology.orchestra.run.smithi057.stderr:adjusted tunables profile to default 2024-04-24T17:19:45.836 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:45 smithi057 bash[18598]: cluster 2024-04-24T17:19:44.408212+0000 mgr.smithi057.tirlgq (mgr.14164) 41 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:19:45.836 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:45 smithi057 bash[18598]: cluster 2024-04-24T17:19:44.408212+0000 mgr.smithi057.tirlgq (mgr.14164) 41 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:19:45.836 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:45 smithi057 bash[18598]: audit 2024-04-24T17:19:45.363472+0000 mon.smithi057 (mon.0) 146 : audit [INF] from='client.? 172.21.15.57:0/2564673225' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-04-24T17:19:45.837 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:45 smithi057 bash[18598]: audit 2024-04-24T17:19:45.363472+0000 mon.smithi057 (mon.0) 146 : audit [INF] from='client.? 172.21.15.57:0/2564673225' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-04-24T17:19:46.521 INFO:tasks.cephadm:Adding mon.smithi057 on smithi057 2024-04-24T17:19:46.521 INFO:tasks.cephadm:Adding mon.smithi088 on smithi088 2024-04-24T17:19:46.522 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph orch apply mon '2;smithi057:172.21.15.57=smithi057;smithi088:172.21.15.88=smithi088' 2024-04-24T17:19:46.701 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:46 smithi057 bash[18598]: audit 2024-04-24T17:19:45.490986+0000 mon.smithi057 (mon.0) 147 : audit [INF] from='client.? 172.21.15.57:0/2564673225' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-04-24T17:19:46.701 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:46 smithi057 bash[18598]: audit 2024-04-24T17:19:45.490986+0000 mon.smithi057 (mon.0) 147 : audit [INF] from='client.? 172.21.15.57:0/2564673225' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-04-24T17:19:46.701 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:46 smithi057 bash[18598]: cluster 2024-04-24T17:19:45.495940+0000 mon.smithi057 (mon.0) 148 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-24T17:19:46.701 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:46 smithi057 bash[18598]: cluster 2024-04-24T17:19:45.495940+0000 mon.smithi057 (mon.0) 148 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-24T17:19:46.701 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:46 smithi057 bash[18598]: cluster 2024-04-24T17:19:46.408963+0000 mgr.smithi057.tirlgq (mgr.14164) 42 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:19:46.702 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:46 smithi057 bash[18598]: cluster 2024-04-24T17:19:46.408963+0000 mgr.smithi057.tirlgq (mgr.14164) 42 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:19:46.702 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:46 smithi057 systemd[1]: /etc/systemd/system/ceph-5cb8698a-025e-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-24T17:19:46.968 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:46 smithi057 systemd[1]: /etc/systemd/system/ceph-5cb8698a-025e-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-24T17:19:47.731 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-24T17:19:48.125 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:48 smithi057 bash[18598]: audit 2024-04-24T17:19:47.069244+0000 mon.smithi057 (mon.0) 149 : audit [INF] from='mgr.14164 172.21.15.57:0/2287912095' entity='mgr.smithi057.tirlgq' 2024-04-24T17:19:48.125 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:48 smithi057 bash[18598]: audit 2024-04-24T17:19:47.069244+0000 mon.smithi057 (mon.0) 149 : audit [INF] from='mgr.14164 172.21.15.57:0/2287912095' entity='mgr.smithi057.tirlgq' 2024-04-24T17:19:48.126 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:48 smithi057 bash[18598]: audit 2024-04-24T17:19:47.107627+0000 mon.smithi057 (mon.0) 150 : audit [INF] from='mgr.14164 172.21.15.57:0/2287912095' entity='mgr.smithi057.tirlgq' 2024-04-24T17:19:48.126 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:48 smithi057 bash[18598]: audit 2024-04-24T17:19:47.107627+0000 mon.smithi057 (mon.0) 150 : audit [INF] from='mgr.14164 172.21.15.57:0/2287912095' entity='mgr.smithi057.tirlgq' 2024-04-24T17:19:48.126 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:48 smithi057 bash[18598]: audit 2024-04-24T17:19:47.109807+0000 mon.smithi057 (mon.0) 151 : audit [INF] from='mgr.14164 172.21.15.57:0/2287912095' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-04-24T17:19:48.126 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:48 smithi057 bash[18598]: audit 2024-04-24T17:19:47.109807+0000 mon.smithi057 (mon.0) 151 : audit [INF] from='mgr.14164 172.21.15.57:0/2287912095' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-04-24T17:19:48.776 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-24T17:19:49.177 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:49 smithi057 bash[18598]: audit 2024-04-24T17:19:48.107942+0000 mon.smithi057 (mon.0) 152 : audit [INF] from='mgr.14164 172.21.15.57:0/2287912095' entity='mgr.smithi057.tirlgq' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-04-24T17:19:49.177 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:49 smithi057 bash[18598]: audit 2024-04-24T17:19:48.107942+0000 mon.smithi057 (mon.0) 152 : audit [INF] from='mgr.14164 172.21.15.57:0/2287912095' entity='mgr.smithi057.tirlgq' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-04-24T17:19:49.177 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:49 smithi057 bash[18598]: cluster 2024-04-24T17:19:48.113674+0000 mon.smithi057 (mon.0) 153 : cluster [DBG] mgrmap e14: smithi057.tirlgq(active, since 63s) 2024-04-24T17:19:49.177 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:49 smithi057 bash[18598]: cluster 2024-04-24T17:19:48.113674+0000 mon.smithi057 (mon.0) 153 : cluster [DBG] mgrmap e14: smithi057.tirlgq(active, since 63s) 2024-04-24T17:19:56.782 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:56 smithi057 bash[18598]: cluster 2024-04-24T17:19:56.700359+0000 mon.smithi057 (mon.0) 154 : cluster [INF] Active manager daemon smithi057.tirlgq restarted 2024-04-24T17:19:56.782 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:56 smithi057 bash[18598]: cluster 2024-04-24T17:19:56.700359+0000 mon.smithi057 (mon.0) 154 : cluster [INF] Active manager daemon smithi057.tirlgq restarted 2024-04-24T17:19:56.782 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:56 smithi057 bash[18598]: cluster 2024-04-24T17:19:56.700842+0000 mon.smithi057 (mon.0) 155 : cluster [INF] Activating manager daemon smithi057.tirlgq 2024-04-24T17:19:56.782 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:56 smithi057 bash[18598]: cluster 2024-04-24T17:19:56.700842+0000 mon.smithi057 (mon.0) 155 : cluster [INF] Activating manager daemon smithi057.tirlgq 2024-04-24T17:19:56.782 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:56 smithi057 bash[18598]: cluster 2024-04-24T17:19:56.707749+0000 mon.smithi057 (mon.0) 156 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-04-24T17:19:56.782 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:56 smithi057 bash[18598]: cluster 2024-04-24T17:19:56.707749+0000 mon.smithi057 (mon.0) 156 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-04-24T17:19:56.783 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:56 smithi057 bash[18598]: cluster 2024-04-24T17:19:56.708005+0000 mon.smithi057 (mon.0) 157 : cluster [DBG] mgrmap e15: smithi057.tirlgq(active, starting, since 0.00734982s) 2024-04-24T17:19:56.783 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:56 smithi057 bash[18598]: cluster 2024-04-24T17:19:56.708005+0000 mon.smithi057 (mon.0) 157 : cluster [DBG] mgrmap e15: smithi057.tirlgq(active, starting, since 0.00734982s) 2024-04-24T17:19:56.783 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:56 smithi057 bash[18598]: audit 2024-04-24T17:19:56.709151+0000 mon.smithi057 (mon.0) 158 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "mon metadata", "id": "smithi057"}]: dispatch 2024-04-24T17:19:56.783 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:56 smithi057 bash[18598]: audit 2024-04-24T17:19:56.709151+0000 mon.smithi057 (mon.0) 158 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "mon metadata", "id": "smithi057"}]: dispatch 2024-04-24T17:19:56.783 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:56 smithi057 bash[18598]: audit 2024-04-24T17:19:56.711459+0000 mon.smithi057 (mon.0) 159 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "mgr metadata", "who": "smithi057.tirlgq", "id": "smithi057.tirlgq"}]: dispatch 2024-04-24T17:19:56.783 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:56 smithi057 bash[18598]: audit 2024-04-24T17:19:56.711459+0000 mon.smithi057 (mon.0) 159 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "mgr metadata", "who": "smithi057.tirlgq", "id": "smithi057.tirlgq"}]: dispatch 2024-04-24T17:19:56.783 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:56 smithi057 bash[18598]: audit 2024-04-24T17:19:56.712465+0000 mon.smithi057 (mon.0) 160 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-24T17:19:56.783 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:56 smithi057 bash[18598]: audit 2024-04-24T17:19:56.712465+0000 mon.smithi057 (mon.0) 160 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-24T17:19:56.783 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:56 smithi057 bash[18598]: audit 2024-04-24T17:19:56.712675+0000 mon.smithi057 (mon.0) 161 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-24T17:19:56.783 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:56 smithi057 bash[18598]: audit 2024-04-24T17:19:56.712675+0000 mon.smithi057 (mon.0) 161 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-24T17:19:56.783 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:56 smithi057 bash[18598]: audit 2024-04-24T17:19:56.712875+0000 mon.smithi057 (mon.0) 162 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-24T17:19:56.783 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:56 smithi057 bash[18598]: audit 2024-04-24T17:19:56.712875+0000 mon.smithi057 (mon.0) 162 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-24T17:19:56.784 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:56 smithi057 bash[18598]: cluster 2024-04-24T17:19:56.736091+0000 mon.smithi057 (mon.0) 163 : cluster [INF] Manager daemon smithi057.tirlgq is now available 2024-04-24T17:19:56.784 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:56 smithi057 bash[18598]: cluster 2024-04-24T17:19:56.736091+0000 mon.smithi057 (mon.0) 163 : cluster [INF] Manager daemon smithi057.tirlgq is now available 2024-04-24T17:19:57.730 INFO:teuthology.orchestra.run.smithi088.stdout:Scheduled mon update... 2024-04-24T17:19:58.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:57 smithi057 bash[18598]: audit 2024-04-24T17:19:56.765843+0000 mon.smithi057 (mon.0) 164 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:19:58.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:57 smithi057 bash[18598]: audit 2024-04-24T17:19:56.765843+0000 mon.smithi057 (mon.0) 164 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:19:58.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:57 smithi057 bash[18598]: audit 2024-04-24T17:19:56.777893+0000 mon.smithi057 (mon.0) 165 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:19:58.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:57 smithi057 bash[18598]: audit 2024-04-24T17:19:56.777893+0000 mon.smithi057 (mon.0) 165 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:19:58.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:57 smithi057 bash[18598]: audit 2024-04-24T17:19:56.783397+0000 mon.smithi057 (mon.0) 166 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:19:58.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:57 smithi057 bash[18598]: audit 2024-04-24T17:19:56.783397+0000 mon.smithi057 (mon.0) 166 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:19:58.088 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:57 smithi057 bash[18598]: audit 2024-04-24T17:19:56.785717+0000 mon.smithi057 (mon.0) 167 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:19:58.088 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:57 smithi057 bash[18598]: audit 2024-04-24T17:19:56.785717+0000 mon.smithi057 (mon.0) 167 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:19:58.088 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:57 smithi057 bash[18598]: audit 2024-04-24T17:19:56.794932+0000 mon.smithi057 (mon.0) 168 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi057.tirlgq/mirror_snapshot_schedule"}]: dispatch 2024-04-24T17:19:58.088 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:57 smithi057 bash[18598]: audit 2024-04-24T17:19:56.794932+0000 mon.smithi057 (mon.0) 168 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi057.tirlgq/mirror_snapshot_schedule"}]: dispatch 2024-04-24T17:19:58.088 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:57 smithi057 bash[18598]: audit 2024-04-24T17:19:56.803617+0000 mon.smithi057 (mon.0) 169 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi057.tirlgq/trash_purge_schedule"}]: dispatch 2024-04-24T17:19:58.088 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:57 smithi057 bash[18598]: audit 2024-04-24T17:19:56.803617+0000 mon.smithi057 (mon.0) 169 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi057.tirlgq/trash_purge_schedule"}]: dispatch 2024-04-24T17:19:58.088 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:57 smithi057 bash[18598]: audit 2024-04-24T17:19:57.627035+0000 mon.smithi057 (mon.0) 170 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:19:58.088 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:57 smithi057 bash[18598]: audit 2024-04-24T17:19:57.627035+0000 mon.smithi057 (mon.0) 170 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:19:58.088 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:57 smithi057 bash[18598]: cluster 2024-04-24T17:19:57.714898+0000 mon.smithi057 (mon.0) 171 : cluster [DBG] mgrmap e16: smithi057.tirlgq(active, since 1.01424s) 2024-04-24T17:19:58.088 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:57 smithi057 bash[18598]: cluster 2024-04-24T17:19:57.714898+0000 mon.smithi057 (mon.0) 171 : cluster [DBG] mgrmap e16: smithi057.tirlgq(active, since 1.01424s) 2024-04-24T17:19:58.088 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:57 smithi057 bash[18598]: audit 2024-04-24T17:19:57.730554+0000 mon.smithi057 (mon.0) 172 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:19:58.088 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:57 smithi057 bash[18598]: audit 2024-04-24T17:19:57.730554+0000 mon.smithi057 (mon.0) 172 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:19:58.405 DEBUG:teuthology.orchestra.run.smithi088:mon.smithi088> sudo journalctl -f -n 0 -u ceph-5cb8698a-025e-11ef-bc93-c7b262605968@mon.smithi088.service 2024-04-24T17:19:58.408 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-24T17:19:58.408 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-24T17:19:58.936 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:58 smithi057 bash[18598]: cephadm 2024-04-24T17:19:57.277102+0000 mgr.smithi057.tirlgq (mgr.14197) 1 : cephadm [INF] [24/Apr/2024:17:19:57] ENGINE Bus STARTING 2024-04-24T17:19:58.937 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:58 smithi057 bash[18598]: cephadm 2024-04-24T17:19:57.277102+0000 mgr.smithi057.tirlgq (mgr.14197) 1 : cephadm [INF] [24/Apr/2024:17:19:57] ENGINE Bus STARTING 2024-04-24T17:19:58.937 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:58 smithi057 bash[18598]: cephadm 2024-04-24T17:19:57.398891+0000 mgr.smithi057.tirlgq (mgr.14197) 2 : cephadm [INF] [24/Apr/2024:17:19:57] ENGINE Serving on https://172.21.15.57:7150 2024-04-24T17:19:58.937 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:58 smithi057 bash[18598]: cephadm 2024-04-24T17:19:57.398891+0000 mgr.smithi057.tirlgq (mgr.14197) 2 : cephadm [INF] [24/Apr/2024:17:19:57] ENGINE Serving on https://172.21.15.57:7150 2024-04-24T17:19:58.937 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:58 smithi057 bash[18598]: cephadm 2024-04-24T17:19:57.500282+0000 mgr.smithi057.tirlgq (mgr.14197) 3 : cephadm [INF] [24/Apr/2024:17:19:57] ENGINE Serving on http://172.21.15.57:8765 2024-04-24T17:19:58.937 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:58 smithi057 bash[18598]: cephadm 2024-04-24T17:19:57.500282+0000 mgr.smithi057.tirlgq (mgr.14197) 3 : cephadm [INF] [24/Apr/2024:17:19:57] ENGINE Serving on http://172.21.15.57:8765 2024-04-24T17:19:58.937 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:58 smithi057 bash[18598]: cephadm 2024-04-24T17:19:57.500643+0000 mgr.smithi057.tirlgq (mgr.14197) 4 : cephadm [INF] [24/Apr/2024:17:19:57] ENGINE Bus STARTED 2024-04-24T17:19:58.937 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:58 smithi057 bash[18598]: cephadm 2024-04-24T17:19:57.500643+0000 mgr.smithi057.tirlgq (mgr.14197) 4 : cephadm [INF] [24/Apr/2024:17:19:57] ENGINE Bus STARTED 2024-04-24T17:19:58.937 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:58 smithi057 bash[18598]: audit 2024-04-24T17:19:57.713709+0000 mgr.smithi057.tirlgq (mgr.14197) 5 : audit [DBG] from='client.14199 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi057:172.21.15.57=smithi057;smithi088:172.21.15.88=smithi088", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T17:19:58.937 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:58 smithi057 bash[18598]: audit 2024-04-24T17:19:57.713709+0000 mgr.smithi057.tirlgq (mgr.14197) 5 : audit [DBG] from='client.14199 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi057:172.21.15.57=smithi057;smithi088:172.21.15.88=smithi088", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T17:19:58.937 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:58 smithi057 bash[18598]: cephadm 2024-04-24T17:19:57.720647+0000 mgr.smithi057.tirlgq (mgr.14197) 6 : cephadm [INF] Saving service mon spec with placement smithi057:172.21.15.57=smithi057;smithi088:172.21.15.88=smithi088;count:2 2024-04-24T17:19:58.937 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:58 smithi057 bash[18598]: cephadm 2024-04-24T17:19:57.720647+0000 mgr.smithi057.tirlgq (mgr.14197) 6 : cephadm [INF] Saving service mon spec with placement smithi057:172.21.15.57=smithi057;smithi088:172.21.15.88=smithi088;count:2 2024-04-24T17:19:59.662 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-24T17:20:00.086 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:59 smithi057 bash[18598]: cluster 2024-04-24T17:19:58.758824+0000 mon.smithi057 (mon.0) 173 : cluster [DBG] mgrmap e17: smithi057.tirlgq(active, since 2s) 2024-04-24T17:20:00.086 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:59 smithi057 bash[18598]: cluster 2024-04-24T17:19:58.758824+0000 mon.smithi057 (mon.0) 173 : cluster [DBG] mgrmap e17: smithi057.tirlgq(active, since 2s) 2024-04-24T17:20:00.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:59 smithi057 bash[18598]: audit 2024-04-24T17:19:59.451196+0000 mon.smithi057 (mon.0) 174 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:00.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:19:59 smithi057 bash[18598]: audit 2024-04-24T17:19:59.451196+0000 mon.smithi057 (mon.0) 174 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:00.703 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-24T17:20:01.837 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:01 smithi057 bash[18598]: audit 2024-04-24T17:20:00.550144+0000 mon.smithi057 (mon.0) 175 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:01.837 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:01 smithi057 bash[18598]: audit 2024-04-24T17:20:00.550144+0000 mon.smithi057 (mon.0) 175 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:01.891 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-04-24T17:20:01.891 INFO:teuthology.orchestra.run.smithi088.stdout:{"epoch":1,"fsid":"5cb8698a-025e-11ef-bc93-c7b262605968","modified":"2024-04-24T17:17:24.528063Z","created":"2024-04-24T17:17:24.528063Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi057","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.57:3300","nonce":0},{"type":"v1","addr":"172.21.15.57:6789","nonce":0}]},"addr":"172.21.15.57:6789/0","public_addr":"172.21.15.57:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-24T17:20:01.894 INFO:teuthology.orchestra.run.smithi088.stderr:dumped monmap epoch 1 2024-04-24T17:20:02.836 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:02 smithi057 bash[18598]: audit 2024-04-24T17:20:01.891791+0000 mon.smithi057 (mon.0) 176 : audit [DBG] from='client.? 172.21.15.88:0/2076499394' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-24T17:20:02.836 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:02 smithi057 bash[18598]: audit 2024-04-24T17:20:01.891791+0000 mon.smithi057 (mon.0) 176 : audit [DBG] from='client.? 172.21.15.88:0/2076499394' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-24T17:20:03.696 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-24T17:20:03.696 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-24T17:20:04.336 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:03 smithi057 bash[18598]: audit 2024-04-24T17:20:02.882173+0000 mon.smithi057 (mon.0) 177 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:04.336 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:03 smithi057 bash[18598]: audit 2024-04-24T17:20:02.882173+0000 mon.smithi057 (mon.0) 177 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:04.901 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-24T17:20:05.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:04 smithi057 bash[18598]: audit 2024-04-24T17:20:03.927443+0000 mon.smithi057 (mon.0) 178 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:05.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:04 smithi057 bash[18598]: audit 2024-04-24T17:20:03.927443+0000 mon.smithi057 (mon.0) 178 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:05.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:04 smithi057 bash[18598]: audit 2024-04-24T17:20:03.942475+0000 mon.smithi057 (mon.0) 179 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:05.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:04 smithi057 bash[18598]: audit 2024-04-24T17:20:03.942475+0000 mon.smithi057 (mon.0) 179 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:05.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:04 smithi057 bash[18598]: audit 2024-04-24T17:20:03.943857+0000 mon.smithi057 (mon.0) 180 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config rm", "who": "osd/host:smithi088", "name": "osd_memory_target"}]: dispatch 2024-04-24T17:20:05.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:04 smithi057 bash[18598]: audit 2024-04-24T17:20:03.943857+0000 mon.smithi057 (mon.0) 180 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config rm", "who": "osd/host:smithi088", "name": "osd_memory_target"}]: dispatch 2024-04-24T17:20:05.944 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-24T17:20:07.089 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-04-24T17:20:07.089 INFO:teuthology.orchestra.run.smithi088.stdout:{"epoch":1,"fsid":"5cb8698a-025e-11ef-bc93-c7b262605968","modified":"2024-04-24T17:17:24.528063Z","created":"2024-04-24T17:17:24.528063Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi057","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.57:3300","nonce":0},{"type":"v1","addr":"172.21.15.57:6789","nonce":0}]},"addr":"172.21.15.57:6789/0","public_addr":"172.21.15.57:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-24T17:20:07.092 INFO:teuthology.orchestra.run.smithi088.stderr:dumped monmap epoch 1 2024-04-24T17:20:07.587 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:07 smithi057 bash[18598]: audit 2024-04-24T17:20:07.089969+0000 mon.smithi057 (mon.0) 181 : audit [DBG] from='client.? 172.21.15.88:0/2474143650' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-24T17:20:07.587 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:07 smithi057 bash[18598]: audit 2024-04-24T17:20:07.089969+0000 mon.smithi057 (mon.0) 181 : audit [DBG] from='client.? 172.21.15.88:0/2474143650' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-24T17:20:08.636 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-24T17:20:08.637 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-24T17:20:09.847 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-24T17:20:10.891 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-24T17:20:11.086 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:10 smithi057 bash[18598]: audit 2024-04-24T17:20:10.762985+0000 mon.smithi057 (mon.0) 182 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config rm", "who": "osd/host:smithi057", "name": "osd_memory_target"}]: dispatch 2024-04-24T17:20:11.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:10 smithi057 bash[18598]: audit 2024-04-24T17:20:10.762985+0000 mon.smithi057 (mon.0) 182 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config rm", "who": "osd/host:smithi057", "name": "osd_memory_target"}]: dispatch 2024-04-24T17:20:11.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:10 smithi057 bash[18598]: audit 2024-04-24T17:20:10.764961+0000 mon.smithi057 (mon.0) 183 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:20:11.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:10 smithi057 bash[18598]: audit 2024-04-24T17:20:10.764961+0000 mon.smithi057 (mon.0) 183 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:20:11.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:10 smithi057 bash[18598]: audit 2024-04-24T17:20:10.766743+0000 mon.smithi057 (mon.0) 184 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:20:11.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:10 smithi057 bash[18598]: audit 2024-04-24T17:20:10.766743+0000 mon.smithi057 (mon.0) 184 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:20:12.022 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-04-24T17:20:12.022 INFO:teuthology.orchestra.run.smithi088.stdout:{"epoch":1,"fsid":"5cb8698a-025e-11ef-bc93-c7b262605968","modified":"2024-04-24T17:17:24.528063Z","created":"2024-04-24T17:17:24.528063Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi057","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.57:3300","nonce":0},{"type":"v1","addr":"172.21.15.57:6789","nonce":0}]},"addr":"172.21.15.57:6789/0","public_addr":"172.21.15.57:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-24T17:20:12.024 INFO:teuthology.orchestra.run.smithi088.stderr:dumped monmap epoch 1 2024-04-24T17:20:12.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:11 smithi057 bash[18598]: cephadm 2024-04-24T17:20:10.769367+0000 mgr.smithi057.tirlgq (mgr.14197) 7 : cephadm [INF] Updating smithi057:/etc/ceph/ceph.conf 2024-04-24T17:20:12.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:11 smithi057 bash[18598]: cephadm 2024-04-24T17:20:10.769367+0000 mgr.smithi057.tirlgq (mgr.14197) 7 : cephadm [INF] Updating smithi057:/etc/ceph/ceph.conf 2024-04-24T17:20:12.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:11 smithi057 bash[18598]: cephadm 2024-04-24T17:20:10.769817+0000 mgr.smithi057.tirlgq (mgr.14197) 8 : cephadm [INF] Updating smithi088:/etc/ceph/ceph.conf 2024-04-24T17:20:12.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:11 smithi057 bash[18598]: cephadm 2024-04-24T17:20:10.769817+0000 mgr.smithi057.tirlgq (mgr.14197) 8 : cephadm [INF] Updating smithi088:/etc/ceph/ceph.conf 2024-04-24T17:20:12.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:11 smithi057 bash[18598]: audit 2024-04-24T17:20:11.782107+0000 mon.smithi057 (mon.0) 185 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:20:12.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:11 smithi057 bash[18598]: audit 2024-04-24T17:20:11.782107+0000 mon.smithi057 (mon.0) 185 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:20:13.088 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:12 smithi057 bash[18598]: cephadm 2024-04-24T17:20:11.329480+0000 mgr.smithi057.tirlgq (mgr.14197) 9 : cephadm [INF] Updating smithi088:/var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T17:20:13.088 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:12 smithi057 bash[18598]: cephadm 2024-04-24T17:20:11.329480+0000 mgr.smithi057.tirlgq (mgr.14197) 9 : cephadm [INF] Updating smithi088:/var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T17:20:13.088 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:12 smithi057 bash[18598]: cephadm 2024-04-24T17:20:11.330529+0000 mgr.smithi057.tirlgq (mgr.14197) 10 : cephadm [INF] Updating smithi057:/var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T17:20:13.088 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:12 smithi057 bash[18598]: cephadm 2024-04-24T17:20:11.330529+0000 mgr.smithi057.tirlgq (mgr.14197) 10 : cephadm [INF] Updating smithi057:/var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T17:20:13.088 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:12 smithi057 bash[18598]: cephadm 2024-04-24T17:20:11.494218+0000 mgr.smithi057.tirlgq (mgr.14197) 11 : cephadm [INF] Updating smithi088:/etc/ceph/ceph.client.admin.keyring 2024-04-24T17:20:13.089 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:12 smithi057 bash[18598]: cephadm 2024-04-24T17:20:11.494218+0000 mgr.smithi057.tirlgq (mgr.14197) 11 : cephadm [INF] Updating smithi088:/etc/ceph/ceph.client.admin.keyring 2024-04-24T17:20:13.089 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:12 smithi057 bash[18598]: cephadm 2024-04-24T17:20:11.495641+0000 mgr.smithi057.tirlgq (mgr.14197) 12 : cephadm [INF] Updating smithi057:/etc/ceph/ceph.client.admin.keyring 2024-04-24T17:20:13.089 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:12 smithi057 bash[18598]: cephadm 2024-04-24T17:20:11.495641+0000 mgr.smithi057.tirlgq (mgr.14197) 12 : cephadm [INF] Updating smithi057:/etc/ceph/ceph.client.admin.keyring 2024-04-24T17:20:13.089 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:12 smithi057 bash[18598]: cephadm 2024-04-24T17:20:11.658941+0000 mgr.smithi057.tirlgq (mgr.14197) 13 : cephadm [INF] Updating smithi088:/var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-24T17:20:13.089 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:12 smithi057 bash[18598]: cephadm 2024-04-24T17:20:11.658941+0000 mgr.smithi057.tirlgq (mgr.14197) 13 : cephadm [INF] Updating smithi088:/var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-24T17:20:13.089 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:12 smithi057 bash[18598]: cephadm 2024-04-24T17:20:11.660445+0000 mgr.smithi057.tirlgq (mgr.14197) 14 : cephadm [INF] Updating smithi057:/var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-24T17:20:13.090 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:12 smithi057 bash[18598]: cephadm 2024-04-24T17:20:11.660445+0000 mgr.smithi057.tirlgq (mgr.14197) 14 : cephadm [INF] Updating smithi057:/var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-24T17:20:13.090 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:12 smithi057 bash[18598]: audit 2024-04-24T17:20:11.829790+0000 mon.smithi057 (mon.0) 186 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:13.090 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:12 smithi057 bash[18598]: audit 2024-04-24T17:20:11.829790+0000 mon.smithi057 (mon.0) 186 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:13.090 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:12 smithi057 bash[18598]: audit 2024-04-24T17:20:11.834477+0000 mon.smithi057 (mon.0) 187 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:13.090 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:12 smithi057 bash[18598]: audit 2024-04-24T17:20:11.834477+0000 mon.smithi057 (mon.0) 187 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:13.091 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:12 smithi057 bash[18598]: audit 2024-04-24T17:20:11.839031+0000 mon.smithi057 (mon.0) 188 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:13.091 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:12 smithi057 bash[18598]: audit 2024-04-24T17:20:11.839031+0000 mon.smithi057 (mon.0) 188 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:13.091 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:12 smithi057 bash[18598]: audit 2024-04-24T17:20:11.840902+0000 mon.smithi057 (mon.0) 189 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi088", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-04-24T17:20:13.091 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:12 smithi057 bash[18598]: audit 2024-04-24T17:20:11.840902+0000 mon.smithi057 (mon.0) 189 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi088", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-04-24T17:20:13.091 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:12 smithi057 bash[18598]: audit 2024-04-24T17:20:11.841936+0000 mon.smithi057 (mon.0) 190 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi088", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2024-04-24T17:20:13.091 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:12 smithi057 bash[18598]: audit 2024-04-24T17:20:11.841936+0000 mon.smithi057 (mon.0) 190 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi088", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2024-04-24T17:20:13.091 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:12 smithi057 bash[18598]: audit 2024-04-24T17:20:11.844212+0000 mon.smithi057 (mon.0) 191 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:20:13.092 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:12 smithi057 bash[18598]: audit 2024-04-24T17:20:11.844212+0000 mon.smithi057 (mon.0) 191 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:20:13.092 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:12 smithi057 bash[18598]: cephadm 2024-04-24T17:20:11.845393+0000 mgr.smithi057.tirlgq (mgr.14197) 15 : cephadm [INF] Deploying daemon ceph-exporter.smithi088 on smithi088 2024-04-24T17:20:13.092 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:12 smithi057 bash[18598]: cephadm 2024-04-24T17:20:11.845393+0000 mgr.smithi057.tirlgq (mgr.14197) 15 : cephadm [INF] Deploying daemon ceph-exporter.smithi088 on smithi088 2024-04-24T17:20:13.092 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:12 smithi057 bash[18598]: audit 2024-04-24T17:20:12.022824+0000 mon.smithi057 (mon.0) 192 : audit [DBG] from='client.? 172.21.15.88:0/1498947961' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-24T17:20:13.092 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:12 smithi057 bash[18598]: audit 2024-04-24T17:20:12.022824+0000 mon.smithi057 (mon.0) 192 : audit [DBG] from='client.? 172.21.15.88:0/1498947961' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-24T17:20:13.802 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-24T17:20:13.803 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-24T17:20:14.990 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T17:20:16.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:15 smithi057 bash[18598]: audit 2024-04-24T17:20:14.905402+0000 mon.smithi057 (mon.0) 193 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:16.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:15 smithi057 bash[18598]: audit 2024-04-24T17:20:14.905402+0000 mon.smithi057 (mon.0) 193 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:16.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:15 smithi057 bash[18598]: audit 2024-04-24T17:20:14.922611+0000 mon.smithi057 (mon.0) 194 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:16.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:15 smithi057 bash[18598]: audit 2024-04-24T17:20:14.922611+0000 mon.smithi057 (mon.0) 194 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:16.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:15 smithi057 bash[18598]: audit 2024-04-24T17:20:14.932826+0000 mon.smithi057 (mon.0) 195 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:16.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:15 smithi057 bash[18598]: audit 2024-04-24T17:20:14.932826+0000 mon.smithi057 (mon.0) 195 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:16.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:15 smithi057 bash[18598]: audit 2024-04-24T17:20:14.935932+0000 mon.smithi057 (mon.0) 196 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi088", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-24T17:20:16.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:15 smithi057 bash[18598]: audit 2024-04-24T17:20:14.935932+0000 mon.smithi057 (mon.0) 196 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi088", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-24T17:20:16.338 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:15 smithi057 bash[18598]: audit 2024-04-24T17:20:14.937869+0000 mon.smithi057 (mon.0) 197 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi088", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-04-24T17:20:16.338 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:15 smithi057 bash[18598]: audit 2024-04-24T17:20:14.937869+0000 mon.smithi057 (mon.0) 197 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi088", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-04-24T17:20:16.338 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:15 smithi057 bash[18598]: audit 2024-04-24T17:20:14.942355+0000 mon.smithi057 (mon.0) 198 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:20:16.338 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:15 smithi057 bash[18598]: audit 2024-04-24T17:20:14.942355+0000 mon.smithi057 (mon.0) 198 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:20:16.338 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:15 smithi057 bash[18598]: cephadm 2024-04-24T17:20:14.944451+0000 mgr.smithi057.tirlgq (mgr.14197) 16 : cephadm [INF] Deploying daemon crash.smithi088 on smithi088 2024-04-24T17:20:16.338 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:15 smithi057 bash[18598]: cephadm 2024-04-24T17:20:14.944451+0000 mgr.smithi057.tirlgq (mgr.14197) 16 : cephadm [INF] Deploying daemon crash.smithi088 on smithi088 2024-04-24T17:20:16.975 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-04-24T17:20:16.976 INFO:teuthology.orchestra.run.smithi088.stdout:{"epoch":1,"fsid":"5cb8698a-025e-11ef-bc93-c7b262605968","modified":"2024-04-24T17:17:24.528063Z","created":"2024-04-24T17:17:24.528063Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi057","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.57:3300","nonce":0},{"type":"v1","addr":"172.21.15.57:6789","nonce":0}]},"addr":"172.21.15.57:6789/0","public_addr":"172.21.15.57:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-24T17:20:16.978 INFO:teuthology.orchestra.run.smithi088.stderr:dumped monmap epoch 1 2024-04-24T17:20:18.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:17 smithi057 bash[18598]: audit 2024-04-24T17:20:16.784484+0000 mon.smithi057 (mon.0) 199 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:18.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:17 smithi057 bash[18598]: audit 2024-04-24T17:20:16.784484+0000 mon.smithi057 (mon.0) 199 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:18.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:17 smithi057 bash[18598]: audit 2024-04-24T17:20:16.976758+0000 mon.smithi057 (mon.0) 200 : audit [DBG] from='client.? 172.21.15.88:0/4025687218' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-24T17:20:18.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:17 smithi057 bash[18598]: audit 2024-04-24T17:20:16.976758+0000 mon.smithi057 (mon.0) 200 : audit [DBG] from='client.? 172.21.15.88:0/4025687218' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-24T17:20:18.896 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-24T17:20:18.896 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-24T17:20:19.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:18 smithi057 bash[18598]: cluster 2024-04-24T17:20:17.837112+0000 mgr.smithi057.tirlgq (mgr.14197) 17 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:20:19.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:18 smithi057 bash[18598]: cluster 2024-04-24T17:20:17.837112+0000 mgr.smithi057.tirlgq (mgr.14197) 17 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:20:19.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:18 smithi057 bash[18598]: audit 2024-04-24T17:20:18.415979+0000 mon.smithi057 (mon.0) 201 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:19.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:18 smithi057 bash[18598]: audit 2024-04-24T17:20:18.415979+0000 mon.smithi057 (mon.0) 201 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:19.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:18 smithi057 bash[18598]: audit 2024-04-24T17:20:18.428902+0000 mon.smithi057 (mon.0) 202 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:19.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:18 smithi057 bash[18598]: audit 2024-04-24T17:20:18.428902+0000 mon.smithi057 (mon.0) 202 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:19.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:18 smithi057 bash[18598]: audit 2024-04-24T17:20:18.436340+0000 mon.smithi057 (mon.0) 203 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:19.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:18 smithi057 bash[18598]: audit 2024-04-24T17:20:18.436340+0000 mon.smithi057 (mon.0) 203 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:20.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:19 smithi057 bash[18598]: cephadm 2024-04-24T17:20:18.440235+0000 mgr.smithi057.tirlgq (mgr.14197) 18 : cephadm [INF] Deploying daemon node-exporter.smithi088 on smithi088 2024-04-24T17:20:20.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:19 smithi057 bash[18598]: cephadm 2024-04-24T17:20:18.440235+0000 mgr.smithi057.tirlgq (mgr.14197) 18 : cephadm [INF] Deploying daemon node-exporter.smithi088 on smithi088 2024-04-24T17:20:20.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:19 smithi057 bash[18598]: audit 2024-04-24T17:20:19.547916+0000 mon.smithi057 (mon.0) 204 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:20.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:19 smithi057 bash[18598]: audit 2024-04-24T17:20:19.547916+0000 mon.smithi057 (mon.0) 204 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:20.088 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:19 smithi057 bash[18598]: audit 2024-04-24T17:20:19.565397+0000 mon.smithi057 (mon.0) 205 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:20.088 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:19 smithi057 bash[18598]: audit 2024-04-24T17:20:19.565397+0000 mon.smithi057 (mon.0) 205 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:20.088 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:19 smithi057 bash[18598]: audit 2024-04-24T17:20:19.571328+0000 mon.smithi057 (mon.0) 206 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:20.088 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:19 smithi057 bash[18598]: audit 2024-04-24T17:20:19.571328+0000 mon.smithi057 (mon.0) 206 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:20.088 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:19 smithi057 bash[18598]: audit 2024-04-24T17:20:19.576341+0000 mon.smithi057 (mon.0) 207 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi088.vazntp", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-24T17:20:20.088 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:19 smithi057 bash[18598]: audit 2024-04-24T17:20:19.576341+0000 mon.smithi057 (mon.0) 207 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi088.vazntp", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-24T17:20:20.088 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:19 smithi057 bash[18598]: audit 2024-04-24T17:20:19.579827+0000 mon.smithi057 (mon.0) 208 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi088.vazntp", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-24T17:20:20.088 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:19 smithi057 bash[18598]: audit 2024-04-24T17:20:19.579827+0000 mon.smithi057 (mon.0) 208 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi088.vazntp", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-24T17:20:20.088 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:19 smithi057 bash[18598]: audit 2024-04-24T17:20:19.584126+0000 mon.smithi057 (mon.0) 209 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-24T17:20:20.088 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:19 smithi057 bash[18598]: audit 2024-04-24T17:20:19.584126+0000 mon.smithi057 (mon.0) 209 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-24T17:20:20.088 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:19 smithi057 bash[18598]: audit 2024-04-24T17:20:19.586253+0000 mon.smithi057 (mon.0) 210 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:20:20.088 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:19 smithi057 bash[18598]: audit 2024-04-24T17:20:19.586253+0000 mon.smithi057 (mon.0) 210 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:20:21.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:20 smithi057 bash[18598]: cephadm 2024-04-24T17:20:19.588319+0000 mgr.smithi057.tirlgq (mgr.14197) 19 : cephadm [INF] Deploying daemon mgr.smithi088.vazntp on smithi088 2024-04-24T17:20:21.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:20 smithi057 bash[18598]: cephadm 2024-04-24T17:20:19.588319+0000 mgr.smithi057.tirlgq (mgr.14197) 19 : cephadm [INF] Deploying daemon mgr.smithi088.vazntp on smithi088 2024-04-24T17:20:21.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:20 smithi057 bash[18598]: cluster 2024-04-24T17:20:19.838099+0000 mgr.smithi057.tirlgq (mgr.14197) 20 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:20:21.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:20 smithi057 bash[18598]: cluster 2024-04-24T17:20:19.838099+0000 mgr.smithi057.tirlgq (mgr.14197) 20 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:20:23.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:22 smithi057 bash[18598]: audit 2024-04-24T17:20:21.791989+0000 mon.smithi057 (mon.0) 211 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:23.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:22 smithi057 bash[18598]: audit 2024-04-24T17:20:21.791989+0000 mon.smithi057 (mon.0) 211 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:23.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:22 smithi057 bash[18598]: cluster 2024-04-24T17:20:21.839068+0000 mgr.smithi057.tirlgq (mgr.14197) 21 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:20:23.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:22 smithi057 bash[18598]: cluster 2024-04-24T17:20:21.839068+0000 mgr.smithi057.tirlgq (mgr.14197) 21 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:20:23.586 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T17:20:23.665 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:23 smithi088 systemd[1]: /etc/systemd/system/ceph-5cb8698a-025e-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-24T17:20:24.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:23 smithi057 bash[18598]: audit 2024-04-24T17:20:22.826567+0000 mon.smithi057 (mon.0) 212 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:24.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:23 smithi057 bash[18598]: audit 2024-04-24T17:20:22.826567+0000 mon.smithi057 (mon.0) 212 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:24.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:23 smithi057 bash[18598]: audit 2024-04-24T17:20:22.865919+0000 mon.smithi057 (mon.0) 213 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:24.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:23 smithi057 bash[18598]: audit 2024-04-24T17:20:22.865919+0000 mon.smithi057 (mon.0) 213 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:24.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:23 smithi057 bash[18598]: audit 2024-04-24T17:20:22.871856+0000 mon.smithi057 (mon.0) 214 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:24.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:23 smithi057 bash[18598]: audit 2024-04-24T17:20:22.871856+0000 mon.smithi057 (mon.0) 214 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:24.088 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:23 smithi057 bash[18598]: audit 2024-04-24T17:20:22.875427+0000 mon.smithi057 (mon.0) 215 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-24T17:20:24.088 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:23 smithi057 bash[18598]: audit 2024-04-24T17:20:22.875427+0000 mon.smithi057 (mon.0) 215 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-24T17:20:24.088 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:23 smithi057 bash[18598]: audit 2024-04-24T17:20:22.877130+0000 mon.smithi057 (mon.0) 216 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:20:24.088 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:23 smithi057 bash[18598]: audit 2024-04-24T17:20:22.877130+0000 mon.smithi057 (mon.0) 216 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:20:24.088 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:23 smithi057 bash[18598]: cephadm 2024-04-24T17:20:22.879174+0000 mgr.smithi057.tirlgq (mgr.14197) 22 : cephadm [INF] Deploying daemon mon.smithi088 on smithi088 2024-04-24T17:20:24.088 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:23 smithi057 bash[18598]: cephadm 2024-04-24T17:20:22.879174+0000 mgr.smithi057.tirlgq (mgr.14197) 22 : cephadm [INF] Deploying daemon mon.smithi088 on smithi088 2024-04-24T17:20:25.086 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:24 smithi057 bash[18598]: cluster 2024-04-24T17:20:23.840103+0000 mgr.smithi057.tirlgq (mgr.14197) 23 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:20:25.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:24 smithi057 bash[18598]: cluster 2024-04-24T17:20:23.840103+0000 mgr.smithi057.tirlgq (mgr.14197) 23 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:20:25.348 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-04-24T17:20:25.348 INFO:teuthology.orchestra.run.smithi088.stdout:{"epoch":1,"fsid":"5cb8698a-025e-11ef-bc93-c7b262605968","modified":"2024-04-24T17:17:24.528063Z","created":"2024-04-24T17:17:24.528063Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi057","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.57:3300","nonce":0},{"type":"v1","addr":"172.21.15.57:6789","nonce":0}]},"addr":"172.21.15.57:6789/0","public_addr":"172.21.15.57:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-24T17:20:25.350 INFO:teuthology.orchestra.run.smithi088.stderr:dumped monmap epoch 1 2024-04-24T17:20:26.086 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:25 smithi057 bash[18598]: audit 2024-04-24T17:20:25.348856+0000 mon.smithi057 (mon.0) 217 : audit [DBG] from='client.? 172.21.15.88:0/2519684893' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-24T17:20:26.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:25 smithi057 bash[18598]: audit 2024-04-24T17:20:25.348856+0000 mon.smithi057 (mon.0) 217 : audit [DBG] from='client.? 172.21.15.88:0/2519684893' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-24T17:20:27.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:26 smithi057 bash[18598]: cluster 2024-04-24T17:20:25.841035+0000 mgr.smithi057.tirlgq (mgr.14197) 24 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:20:27.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:26 smithi057 bash[18598]: cluster 2024-04-24T17:20:25.841035+0000 mgr.smithi057.tirlgq (mgr.14197) 24 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:20:27.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:26 smithi057 bash[18598]: audit 2024-04-24T17:20:26.782767+0000 mon.smithi057 (mon.0) 218 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:20:27.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:26 smithi057 bash[18598]: audit 2024-04-24T17:20:26.782767+0000 mon.smithi057 (mon.0) 218 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:20:27.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:26 smithi057 bash[18598]: audit 2024-04-24T17:20:26.804835+0000 mon.smithi057 (mon.0) 219 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:27.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:26 smithi057 bash[18598]: audit 2024-04-24T17:20:26.804835+0000 mon.smithi057 (mon.0) 219 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:27.421 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-24T17:20:27.421 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-24T17:20:27.915 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:27 smithi088 systemd[1]: /etc/systemd/system/ceph-5cb8698a-025e-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-24T17:20:27.915 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:27 smithi088 systemd[1]: /etc/systemd/system/ceph-5cb8698a-025e-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-24T17:20:27.915 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:27 smithi088 systemd[1]: /etc/systemd/system/ceph-5cb8698a-025e-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-24T17:20:27.915 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:27 smithi088 systemd[1]: /etc/systemd/system/ceph-5cb8698a-025e-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-24T17:20:28.200 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:27 smithi088 systemd[1]: Started Ceph mon.smithi088 for 5cb8698a-025e-11ef-bc93-c7b262605968. 2024-04-24T17:20:28.914 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.897+0000 7f4168976c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-04-24T17:20:28.914 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.897+0000 7f4168976c80 0 ceph version 19.0.0-3285-g5904d294 (5904d29475f5be602879d9fb26280e89b808d5cc) squid (dev), process ceph-mon, pid 7 2024-04-24T17:20:28.914 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.897+0000 7f4168976c80 0 pidfile_write: ignore empty --pid-file 2024-04-24T17:20:28.914 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 0 load: jerasure load: lrc 2024-04-24T17:20:28.914 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: RocksDB version: 7.9.2 2024-04-24T17:20:28.914 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Git sha 0 2024-04-24T17:20:28.914 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Compile date 2024-04-24 13:56:12 2024-04-24T17:20:28.915 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: DB SUMMARY 2024-04-24T17:20:28.915 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: DB Session ID: RGRLTBYRAULF5023YY62 2024-04-24T17:20:28.915 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: CURRENT file: CURRENT 2024-04-24T17:20:28.915 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: IDENTITY file: IDENTITY 2024-04-24T17:20:28.915 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-04-24T17:20:28.915 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi088/store.db dir, Total Num: 0, files: 2024-04-24T17:20:28.915 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi088/store.db: 000004.log size: 511 ; 2024-04-24T17:20:28.915 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.error_if_exists: 0 2024-04-24T17:20:28.915 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.create_if_missing: 0 2024-04-24T17:20:28.915 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.paranoid_checks: 1 2024-04-24T17:20:28.915 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-04-24T17:20:28.915 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-24T17:20:28.915 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-24T17:20:28.915 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.env: 0x5636bea77cc0 2024-04-24T17:20:28.916 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.fs: PosixFileSystem 2024-04-24T17:20:28.916 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.info_log: 0x5636c0a07ca0 2024-04-24T17:20:28.916 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-04-24T17:20:28.916 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.statistics: (nil) 2024-04-24T17:20:28.916 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.use_fsync: 0 2024-04-24T17:20:28.916 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.max_log_file_size: 0 2024-04-24T17:20:28.916 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-24T17:20:28.916 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-04-24T17:20:28.916 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-04-24T17:20:28.916 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-04-24T17:20:28.916 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.allow_fallocate: 1 2024-04-24T17:20:28.916 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-04-24T17:20:28.916 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-04-24T17:20:28.916 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.use_direct_reads: 0 2024-04-24T17:20:28.916 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-24T17:20:28.917 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.create_missing_column_families: 0 2024-04-24T17:20:28.917 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.db_log_dir: 2024-04-24T17:20:28.917 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.wal_dir: 2024-04-24T17:20:28.917 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-04-24T17:20:28.917 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-04-24T17:20:28.917 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-04-24T17:20:28.917 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-24T17:20:28.917 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-24T17:20:28.917 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-04-24T17:20:28.917 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.advise_random_on_open: 1 2024-04-24T17:20:28.917 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-04-24T17:20:28.917 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.write_buffer_manager: 0x5636c09d90e0 2024-04-24T17:20:28.917 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-24T17:20:28.917 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-24T17:20:28.917 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-04-24T17:20:28.918 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.rate_limiter: (nil) 2024-04-24T17:20:28.918 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-24T17:20:28.918 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-04-24T17:20:28.918 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-04-24T17:20:28.918 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-04-24T17:20:28.918 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.unordered_write: 0 2024-04-24T17:20:28.918 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-24T17:20:28.918 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-24T17:20:28.918 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-24T17:20:28.918 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-24T17:20:28.918 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.row_cache: None 2024-04-24T17:20:28.918 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.wal_filter: None 2024-04-24T17:20:28.918 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-24T17:20:28.918 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-04-24T17:20:28.918 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.two_write_queues: 0 2024-04-24T17:20:28.919 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.manual_wal_flush: 0 2024-04-24T17:20:28.919 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.wal_compression: 0 2024-04-24T17:20:28.919 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.atomic_flush: 0 2024-04-24T17:20:28.919 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-24T17:20:28.919 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-04-24T17:20:28.919 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-04-24T17:20:28.919 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.log_readahead_size: 0 2024-04-24T17:20:28.919 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-24T17:20:28.919 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-04-24T17:20:28.919 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-24T17:20:28.919 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-24T17:20:28.919 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-04-24T17:20:28.919 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-04-24T17:20:28.919 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-04-24T17:20:28.919 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.max_background_jobs: 2 2024-04-24T17:20:28.920 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.max_background_compactions: -1 2024-04-24T17:20:28.920 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.max_subcompactions: 1 2024-04-24T17:20:28.920 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-24T17:20:28.920 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-24T17:20:28.920 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-04-24T17:20:28.920 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.max_total_wal_size: 0 2024-04-24T17:20:28.920 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-24T17:20:28.920 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-04-24T17:20:28.920 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-04-24T17:20:28.920 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-24T17:20:28.920 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.max_open_files: -1 2024-04-24T17:20:28.920 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.bytes_per_sync: 0 2024-04-24T17:20:28.920 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-04-24T17:20:28.920 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-04-24T17:20:28.920 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-04-24T17:20:28.921 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.max_background_flushes: -1 2024-04-24T17:20:28.921 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Compression algorithms supported: 2024-04-24T17:20:28.921 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-24T17:20:28.921 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: kZSTD supported: 0 2024-04-24T17:20:28.921 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: kXpressCompression supported: 0 2024-04-24T17:20:28.921 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-04-24T17:20:28.921 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: kZlibCompression supported: 1 2024-04-24T17:20:28.921 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: kSnappyCompression supported: 1 2024-04-24T17:20:28.921 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: kLZ4Compression supported: 1 2024-04-24T17:20:28.921 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: kBZip2Compression supported: 0 2024-04-24T17:20:28.921 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-04-24T17:20:28.921 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-04-24T17:20:28.921 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi088/store.db/MANIFEST-000005 2024-04-24T17:20:28.922 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-24T17:20:28.923 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-24T17:20:28.923 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.merge_operator: 2024-04-24T17:20:28.923 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.compaction_filter: None 2024-04-24T17:20:28.923 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.compaction_filter_factory: None 2024-04-24T17:20:28.923 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-04-24T17:20:28.923 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-04-24T17:20:28.923 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-04-24T17:20:28.924 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5636c0a07e60) 2024-04-24T17:20:28.924 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: cache_index_and_filter_blocks: 1 2024-04-24T17:20:28.924 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-24T17:20:28.924 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-24T17:20:28.924 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: pin_top_level_index_and_filter: 1 2024-04-24T17:20:28.924 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: index_type: 0 2024-04-24T17:20:28.924 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: data_block_index_type: 0 2024-04-24T17:20:28.924 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: index_shortening: 1 2024-04-24T17:20:28.924 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: data_block_hash_table_util_ratio: 0.750000 2024-04-24T17:20:28.924 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: checksum: 4 2024-04-24T17:20:28.924 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: no_block_cache: 0 2024-04-24T17:20:28.924 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: block_cache: 0x5636c0a091f0 2024-04-24T17:20:28.924 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: block_cache_name: BinnedLRUCache 2024-04-24T17:20:28.924 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: block_cache_options: 2024-04-24T17:20:28.924 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: capacity : 536870912 2024-04-24T17:20:28.925 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: num_shard_bits : 4 2024-04-24T17:20:28.925 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: strict_capacity_limit : 0 2024-04-24T17:20:28.925 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: high_pri_pool_ratio: 0.000 2024-04-24T17:20:28.925 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: block_cache_compressed: (nil) 2024-04-24T17:20:28.925 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: persistent_cache: (nil) 2024-04-24T17:20:28.925 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: block_size: 4096 2024-04-24T17:20:28.925 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: block_size_deviation: 10 2024-04-24T17:20:28.925 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: block_restart_interval: 16 2024-04-24T17:20:28.925 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: index_block_restart_interval: 1 2024-04-24T17:20:28.925 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: metadata_block_size: 4096 2024-04-24T17:20:28.925 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: partition_filters: 0 2024-04-24T17:20:28.925 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: use_delta_encoding: 1 2024-04-24T17:20:28.925 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: filter_policy: bloomfilter 2024-04-24T17:20:28.925 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: whole_key_filtering: 1 2024-04-24T17:20:28.925 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: verify_compression: 0 2024-04-24T17:20:28.926 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: read_amp_bytes_per_bit: 0 2024-04-24T17:20:28.926 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: format_version: 5 2024-04-24T17:20:28.926 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: enable_index_compression: 1 2024-04-24T17:20:28.926 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: block_align: 0 2024-04-24T17:20:28.926 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: max_auto_readahead_size: 262144 2024-04-24T17:20:28.926 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: prepopulate_block_cache: 0 2024-04-24T17:20:28.926 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: initial_auto_readahead_size: 8192 2024-04-24T17:20:28.926 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: num_file_reads_for_auto_readahead: 2 2024-04-24T17:20:28.926 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-04-24T17:20:28.926 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-04-24T17:20:28.926 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.compression: NoCompression 2024-04-24T17:20:28.926 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-04-24T17:20:28.926 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-04-24T17:20:28.926 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-24T17:20:28.927 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.num_levels: 7 2024-04-24T17:20:28.927 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-24T17:20:28.927 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-24T17:20:28.927 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-24T17:20:28.927 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-24T17:20:28.927 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-24T17:20:28.927 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-24T17:20:28.927 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-24T17:20:28.927 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-24T17:20:28.927 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-24T17:20:28.927 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-24T17:20:28.927 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-24T17:20:28.927 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-24T17:20:28.927 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-04-24T17:20:28.928 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.compression_opts.level: 32767 2024-04-24T17:20:28.928 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-04-24T17:20:28.928 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-24T17:20:28.928 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-24T17:20:28.928 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-24T17:20:28.928 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-24T17:20:28.928 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.compression_opts.enabled: false 2024-04-24T17:20:28.928 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-24T17:20:28.928 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-24T17:20:28.928 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-24T17:20:28.928 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-24T17:20:28.928 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-04-24T17:20:28.928 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-04-24T17:20:28.928 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-24T17:20:28.928 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-24T17:20:28.929 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-24T17:20:28.929 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-24T17:20:28.929 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-24T17:20:28.929 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-24T17:20:28.929 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-24T17:20:28.929 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-24T17:20:28.929 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-24T17:20:28.929 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-24T17:20:28.929 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-24T17:20:28.929 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-24T17:20:28.929 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-24T17:20:28.929 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.arena_block_size: 1048576 2024-04-24T17:20:28.929 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-24T17:20:28.929 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-24T17:20:28.929 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-04-24T17:20:28.929 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-24T17:20:28.930 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-24T17:20:28.930 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-24T17:20:28.930 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-24T17:20:28.930 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-24T17:20:28.930 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-24T17:20:28.930 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-24T17:20:28.930 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-24T17:20:28.930 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-24T17:20:28.930 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-24T17:20:28.930 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-04-24T17:20:28.930 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.inplace_update_support: 0 2024-04-24T17:20:28.930 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-04-24T17:20:28.930 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-24T17:20:28.930 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-24T17:20:28.931 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-04-24T17:20:28.931 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.bloom_locality: 0 2024-04-24T17:20:28.931 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.max_successive_merges: 0 2024-04-24T17:20:28.931 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-04-24T17:20:28.931 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-04-24T17:20:28.931 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.force_consistency_checks: 1 2024-04-24T17:20:28.931 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-04-24T17:20:28.931 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.ttl: 2592000 2024-04-24T17:20:28.931 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-04-24T17:20:28.931 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-24T17:20:28.931 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-24T17:20:28.931 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.enable_blob_files: false 2024-04-24T17:20:28.931 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.min_blob_size: 0 2024-04-24T17:20:28.931 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.blob_file_size: 268435456 2024-04-24T17:20:28.931 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-04-24T17:20:28.932 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-04-24T17:20:28.932 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-24T17:20:28.932 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-24T17:20:28.932 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-24T17:20:28.932 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-04-24T17:20:28.932 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-24T17:20:28.932 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi088/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-04-24T17:20:28.932 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-04-24T17:20:28.932 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 25d51728-5933-423e-aa14-18f6e0cb4cbf 2024-04-24T17:20:28.932 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1713979228905896, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-04-24T17:20:28.932 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-04-24T17:20:28.932 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1713979228906306, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1648, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 1, "largest_seqno": 5, "table_properties": {"data_size": 523, "index_size": 31, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 401, "raw_average_value_size": 80, "num_data_blocks": 1, "num_entries": 5, "num_filter_entries": 5, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[CompactOnDeletionCollector]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1713979228, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "25d51728-5933-423e-aa14-18f6e0cb4cbf", "db_session_id": "RGRLTBYRAULF5023YY62", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-04-24T17:20:28.932 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1713979228906398, "job": 1, "event": "recovery_finished"} 2024-04-24T17:20:28.932 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.901+0000 7f4168976c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-04-24T17:20:28.933 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.905+0000 7f4168976c80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-smithi088/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-04-24T17:20:28.933 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.905+0000 7f4168976c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5636c0b2a000 2024-04-24T17:20:28.933 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.905+0000 7f4168976c80 4 rocksdb: DB pointer 0x5636c0b14000 2024-04-24T17:20:28.933 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.905+0000 7f4168976c80 0 mon.smithi088 does not exist in monmap, will attempt to join an existing cluster 2024-04-24T17:20:28.933 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.905+0000 7f41570ce700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-24T17:20:28.933 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.905+0000 7f41570ce700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-24T17:20:28.933 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: ** DB Stats ** 2024-04-24T17:20:28.933 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-24T17:20:28.933 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-04-24T17:20:28.933 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-24T17:20:28.933 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-24T17:20:28.933 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-04-24T17:20:28.933 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-24T17:20:28.933 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-24T17:20:28.934 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: ** Compaction Stats [default] ** 2024-04-24T17:20:28.934 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-04-24T17:20:28.934 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-24T17:20:28.934 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: L0 1/0 1.61 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.1 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-24T17:20:28.934 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: Sum 1/0 1.61 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.1 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-24T17:20:28.934 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: 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.1 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-24T17:20:28.934 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: ** Compaction Stats [default] ** 2024-04-24T17:20:28.934 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-04-24T17:20:28.934 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-24T17:20:28.934 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: 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.1 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-24T17:20:28.934 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-04-24T17:20:28.934 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-24T17:20:28.934 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: Flush(GB): cumulative 0.000, interval 0.000 2024-04-24T17:20:28.934 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-24T17:20:28.935 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: AddFile(Total Files): cumulative 0, interval 0 2024-04-24T17:20:28.935 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: AddFile(L0 Files): cumulative 0, interval 0 2024-04-24T17:20:28.935 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: AddFile(Keys): cumulative 0, interval 0 2024-04-24T17:20:28.935 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: Cumulative compaction: 0.00 GB write, 0.53 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-24T17:20:28.935 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: Interval compaction: 0.00 GB write, 0.53 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-24T17:20:28.935 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: 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-04-24T17:20:28.935 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: Block cache BinnedLRUCache@0x5636c0a091f0#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.1e-05 secs_since: 0 2024-04-24T17:20:28.935 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: Block cache entry stats(count,size,portion): DataBlock(1,0.64 KB,0.00012219%) FilterBlock(1,0.11 KB,2.08616e-05%) IndexBlock(1,0.11 KB,2.08616e-05%) Misc(1,0.00 KB,0%) 2024-04-24T17:20:28.935 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: ** File Read Latency Histogram By Level [default] ** 2024-04-24T17:20:28.935 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.905+0000 7f4168976c80 0 using public_addr v2:172.21.15.88:0/0 -> [v2:172.21.15.88:3300/0,v1:172.21.15.88:6789/0] 2024-04-24T17:20:28.935 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.905+0000 7f4168976c80 0 starting mon.smithi088 rank -1 at public addrs [v2:172.21.15.88:3300/0,v1:172.21.15.88:6789/0] at bind addrs [v2:172.21.15.88:3300/0,v1:172.21.15.88:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi088 fsid 5cb8698a-025e-11ef-bc93-c7b262605968 2024-04-24T17:20:28.935 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.905+0000 7f4168976c80 1 mon.smithi088@-1(???) e0 preinit fsid 5cb8698a-025e-11ef-bc93-c7b262605968 2024-04-24T17:20:29.251 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.929+0000 7f415a0d4700 0 mon.smithi088@-1(synchronizing).mds e1 new map 2024-04-24T17:20:29.252 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.929+0000 7f415a0d4700 0 mon.smithi088@-1(synchronizing).mds e1 print_map 2024-04-24T17:20:29.252 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: e1 2024-04-24T17:20:29.252 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: enable_multiple, ever_enabled_multiple: 1,1 2024-04-24T17:20:29.252 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2024-04-24T17:20:29.252 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: legacy client fscid: -1 2024-04-24T17:20:29.252 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: 2024-04-24T17:20:29.252 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: No filesystems configured 2024-04-24T17:20:29.252 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.929+0000 7f415a0d4700 1 mon.smithi088@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-04-24T17:20:29.252 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.929+0000 7f415a0d4700 1 mon.smithi088@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-04-24T17:20:29.252 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.929+0000 7f415a0d4700 1 mon.smithi088@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-04-24T17:20:29.252 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.929+0000 7f415a0d4700 1 mon.smithi088@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-04-24T17:20:29.252 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.929+0000 7f415a0d4700 1 mon.smithi088@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-04-24T17:20:29.253 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.929+0000 7f415a0d4700 1 mon.smithi088@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-04-24T17:20:29.253 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.933+0000 7f415a0d4700 1 mon.smithi088@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2024-04-24T17:20:29.253 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.933+0000 7f415a0d4700 0 mon.smithi088@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2024-04-24T17:20:29.253 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.933+0000 7f415a0d4700 0 mon.smithi088@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-04-24T17:20:29.253 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.933+0000 7f415a0d4700 0 mon.smithi088@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-04-24T17:20:29.253 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.933+0000 7f415a0d4700 0 mon.smithi088@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-04-24T17:20:29.253 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: cephadm 2024-04-24T17:20:11.329480+0000 mgr.smithi057.tirlgq (mgr.14197) 9 : cephadm [INF] Updating smithi088:/var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T17:20:29.253 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: cephadm 2024-04-24T17:20:11.329480+0000 mgr.smithi057.tirlgq (mgr.14197) 9 : cephadm [INF] Updating smithi088:/var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T17:20:29.253 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: cephadm 2024-04-24T17:20:11.330529+0000 mgr.smithi057.tirlgq (mgr.14197) 10 : cephadm [INF] Updating smithi057:/var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T17:20:29.253 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: cephadm 2024-04-24T17:20:11.330529+0000 mgr.smithi057.tirlgq (mgr.14197) 10 : cephadm [INF] Updating smithi057:/var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T17:20:29.253 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: cephadm 2024-04-24T17:20:11.494218+0000 mgr.smithi057.tirlgq (mgr.14197) 11 : cephadm [INF] Updating smithi088:/etc/ceph/ceph.client.admin.keyring 2024-04-24T17:20:29.254 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: cephadm 2024-04-24T17:20:11.494218+0000 mgr.smithi057.tirlgq (mgr.14197) 11 : cephadm [INF] Updating smithi088:/etc/ceph/ceph.client.admin.keyring 2024-04-24T17:20:29.254 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: cephadm 2024-04-24T17:20:11.495641+0000 mgr.smithi057.tirlgq (mgr.14197) 12 : cephadm [INF] Updating smithi057:/etc/ceph/ceph.client.admin.keyring 2024-04-24T17:20:29.254 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: cephadm 2024-04-24T17:20:11.495641+0000 mgr.smithi057.tirlgq (mgr.14197) 12 : cephadm [INF] Updating smithi057:/etc/ceph/ceph.client.admin.keyring 2024-04-24T17:20:29.254 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: cephadm 2024-04-24T17:20:11.658941+0000 mgr.smithi057.tirlgq (mgr.14197) 13 : cephadm [INF] Updating smithi088:/var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-24T17:20:29.254 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: cephadm 2024-04-24T17:20:11.658941+0000 mgr.smithi057.tirlgq (mgr.14197) 13 : cephadm [INF] Updating smithi088:/var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-24T17:20:29.254 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: cephadm 2024-04-24T17:20:11.660445+0000 mgr.smithi057.tirlgq (mgr.14197) 14 : cephadm [INF] Updating smithi057:/var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-24T17:20:29.254 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: cephadm 2024-04-24T17:20:11.660445+0000 mgr.smithi057.tirlgq (mgr.14197) 14 : cephadm [INF] Updating smithi057:/var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-24T17:20:29.254 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: audit 2024-04-24T17:20:11.829790+0000 mon.smithi057 (mon.0) 186 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:29.255 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: audit 2024-04-24T17:20:11.829790+0000 mon.smithi057 (mon.0) 186 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:29.255 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: audit 2024-04-24T17:20:11.834477+0000 mon.smithi057 (mon.0) 187 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:29.255 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: audit 2024-04-24T17:20:11.834477+0000 mon.smithi057 (mon.0) 187 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:29.255 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: audit 2024-04-24T17:20:11.839031+0000 mon.smithi057 (mon.0) 188 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:29.255 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: audit 2024-04-24T17:20:11.839031+0000 mon.smithi057 (mon.0) 188 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:29.255 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: audit 2024-04-24T17:20:11.840902+0000 mon.smithi057 (mon.0) 189 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi088", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-04-24T17:20:29.255 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: audit 2024-04-24T17:20:11.840902+0000 mon.smithi057 (mon.0) 189 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi088", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-04-24T17:20:29.255 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: audit 2024-04-24T17:20:11.841936+0000 mon.smithi057 (mon.0) 190 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi088", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2024-04-24T17:20:29.255 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: audit 2024-04-24T17:20:11.841936+0000 mon.smithi057 (mon.0) 190 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi088", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2024-04-24T17:20:29.255 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: audit 2024-04-24T17:20:11.844212+0000 mon.smithi057 (mon.0) 191 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:20:29.255 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: audit 2024-04-24T17:20:11.844212+0000 mon.smithi057 (mon.0) 191 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:20:29.255 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: cephadm 2024-04-24T17:20:11.845393+0000 mgr.smithi057.tirlgq (mgr.14197) 15 : cephadm [INF] Deploying daemon ceph-exporter.smithi088 on smithi088 2024-04-24T17:20:29.255 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: cephadm 2024-04-24T17:20:11.845393+0000 mgr.smithi057.tirlgq (mgr.14197) 15 : cephadm [INF] Deploying daemon ceph-exporter.smithi088 on smithi088 2024-04-24T17:20:29.255 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: audit 2024-04-24T17:20:12.022824+0000 mon.smithi057 (mon.0) 192 : audit [DBG] from='client.? 172.21.15.88:0/1498947961' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-24T17:20:29.255 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: audit 2024-04-24T17:20:12.022824+0000 mon.smithi057 (mon.0) 192 : audit [DBG] from='client.? 172.21.15.88:0/1498947961' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-24T17:20:29.256 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: audit 2024-04-24T17:20:14.905402+0000 mon.smithi057 (mon.0) 193 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:29.256 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: audit 2024-04-24T17:20:14.905402+0000 mon.smithi057 (mon.0) 193 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:29.256 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: audit 2024-04-24T17:20:14.922611+0000 mon.smithi057 (mon.0) 194 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:29.256 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: audit 2024-04-24T17:20:14.922611+0000 mon.smithi057 (mon.0) 194 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:29.256 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: audit 2024-04-24T17:20:14.932826+0000 mon.smithi057 (mon.0) 195 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:29.256 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: audit 2024-04-24T17:20:14.932826+0000 mon.smithi057 (mon.0) 195 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:29.256 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: audit 2024-04-24T17:20:14.935932+0000 mon.smithi057 (mon.0) 196 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi088", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-24T17:20:29.256 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: audit 2024-04-24T17:20:14.935932+0000 mon.smithi057 (mon.0) 196 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi088", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-24T17:20:29.256 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: audit 2024-04-24T17:20:14.937869+0000 mon.smithi057 (mon.0) 197 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi088", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-04-24T17:20:29.256 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: audit 2024-04-24T17:20:14.937869+0000 mon.smithi057 (mon.0) 197 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi088", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-04-24T17:20:29.256 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: audit 2024-04-24T17:20:14.942355+0000 mon.smithi057 (mon.0) 198 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:20:29.256 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: audit 2024-04-24T17:20:14.942355+0000 mon.smithi057 (mon.0) 198 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:20:29.257 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: cephadm 2024-04-24T17:20:14.944451+0000 mgr.smithi057.tirlgq (mgr.14197) 16 : cephadm [INF] Deploying daemon crash.smithi088 on smithi088 2024-04-24T17:20:29.257 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: cephadm 2024-04-24T17:20:14.944451+0000 mgr.smithi057.tirlgq (mgr.14197) 16 : cephadm [INF] Deploying daemon crash.smithi088 on smithi088 2024-04-24T17:20:29.257 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: audit 2024-04-24T17:20:16.784484+0000 mon.smithi057 (mon.0) 199 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:29.257 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: audit 2024-04-24T17:20:16.784484+0000 mon.smithi057 (mon.0) 199 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:29.257 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: audit 2024-04-24T17:20:16.976758+0000 mon.smithi057 (mon.0) 200 : audit [DBG] from='client.? 172.21.15.88:0/4025687218' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-24T17:20:29.257 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: audit 2024-04-24T17:20:16.976758+0000 mon.smithi057 (mon.0) 200 : audit [DBG] from='client.? 172.21.15.88:0/4025687218' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-24T17:20:29.257 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: cluster 2024-04-24T17:20:17.837112+0000 mgr.smithi057.tirlgq (mgr.14197) 17 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:20:29.257 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: cluster 2024-04-24T17:20:17.837112+0000 mgr.smithi057.tirlgq (mgr.14197) 17 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:20:29.257 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: audit 2024-04-24T17:20:18.415979+0000 mon.smithi057 (mon.0) 201 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:29.257 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: audit 2024-04-24T17:20:18.415979+0000 mon.smithi057 (mon.0) 201 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:29.257 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: audit 2024-04-24T17:20:18.428902+0000 mon.smithi057 (mon.0) 202 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:29.257 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: audit 2024-04-24T17:20:18.428902+0000 mon.smithi057 (mon.0) 202 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:29.258 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: audit 2024-04-24T17:20:18.436340+0000 mon.smithi057 (mon.0) 203 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:29.258 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: audit 2024-04-24T17:20:18.436340+0000 mon.smithi057 (mon.0) 203 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:29.258 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: cephadm 2024-04-24T17:20:18.440235+0000 mgr.smithi057.tirlgq (mgr.14197) 18 : cephadm [INF] Deploying daemon node-exporter.smithi088 on smithi088 2024-04-24T17:20:29.258 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: cephadm 2024-04-24T17:20:18.440235+0000 mgr.smithi057.tirlgq (mgr.14197) 18 : cephadm [INF] Deploying daemon node-exporter.smithi088 on smithi088 2024-04-24T17:20:29.258 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: audit 2024-04-24T17:20:19.547916+0000 mon.smithi057 (mon.0) 204 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:29.258 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: audit 2024-04-24T17:20:19.547916+0000 mon.smithi057 (mon.0) 204 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:29.259 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: audit 2024-04-24T17:20:19.565397+0000 mon.smithi057 (mon.0) 205 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:29.259 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: audit 2024-04-24T17:20:19.565397+0000 mon.smithi057 (mon.0) 205 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:29.259 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: audit 2024-04-24T17:20:19.571328+0000 mon.smithi057 (mon.0) 206 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:29.259 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: audit 2024-04-24T17:20:19.571328+0000 mon.smithi057 (mon.0) 206 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:29.259 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: audit 2024-04-24T17:20:19.576341+0000 mon.smithi057 (mon.0) 207 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi088.vazntp", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-24T17:20:29.260 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: audit 2024-04-24T17:20:19.576341+0000 mon.smithi057 (mon.0) 207 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi088.vazntp", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-24T17:20:29.260 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: audit 2024-04-24T17:20:19.579827+0000 mon.smithi057 (mon.0) 208 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi088.vazntp", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-24T17:20:29.260 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: audit 2024-04-24T17:20:19.579827+0000 mon.smithi057 (mon.0) 208 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi088.vazntp", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-24T17:20:29.260 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: audit 2024-04-24T17:20:19.584126+0000 mon.smithi057 (mon.0) 209 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-24T17:20:29.260 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: audit 2024-04-24T17:20:19.584126+0000 mon.smithi057 (mon.0) 209 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-24T17:20:29.260 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: audit 2024-04-24T17:20:19.586253+0000 mon.smithi057 (mon.0) 210 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:20:29.260 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: audit 2024-04-24T17:20:19.586253+0000 mon.smithi057 (mon.0) 210 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:20:29.261 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: cephadm 2024-04-24T17:20:19.588319+0000 mgr.smithi057.tirlgq (mgr.14197) 19 : cephadm [INF] Deploying daemon mgr.smithi088.vazntp on smithi088 2024-04-24T17:20:29.261 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: cephadm 2024-04-24T17:20:19.588319+0000 mgr.smithi057.tirlgq (mgr.14197) 19 : cephadm [INF] Deploying daemon mgr.smithi088.vazntp on smithi088 2024-04-24T17:20:29.261 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: cluster 2024-04-24T17:20:19.838099+0000 mgr.smithi057.tirlgq (mgr.14197) 20 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:20:29.261 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: cluster 2024-04-24T17:20:19.838099+0000 mgr.smithi057.tirlgq (mgr.14197) 20 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:20:29.261 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: audit 2024-04-24T17:20:21.791989+0000 mon.smithi057 (mon.0) 211 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:29.262 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: audit 2024-04-24T17:20:21.791989+0000 mon.smithi057 (mon.0) 211 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:29.262 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: cluster 2024-04-24T17:20:21.839068+0000 mgr.smithi057.tirlgq (mgr.14197) 21 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:20:29.262 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: cluster 2024-04-24T17:20:21.839068+0000 mgr.smithi057.tirlgq (mgr.14197) 21 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:20:29.265 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: audit 2024-04-24T17:20:22.826567+0000 mon.smithi057 (mon.0) 212 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:29.265 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: audit 2024-04-24T17:20:22.826567+0000 mon.smithi057 (mon.0) 212 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:29.265 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: audit 2024-04-24T17:20:22.865919+0000 mon.smithi057 (mon.0) 213 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:29.265 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: audit 2024-04-24T17:20:22.865919+0000 mon.smithi057 (mon.0) 213 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:29.265 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: audit 2024-04-24T17:20:22.871856+0000 mon.smithi057 (mon.0) 214 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:29.265 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: audit 2024-04-24T17:20:22.871856+0000 mon.smithi057 (mon.0) 214 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:29.265 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: audit 2024-04-24T17:20:22.875427+0000 mon.smithi057 (mon.0) 215 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-24T17:20:29.266 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: audit 2024-04-24T17:20:22.875427+0000 mon.smithi057 (mon.0) 215 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-24T17:20:29.266 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: audit 2024-04-24T17:20:22.877130+0000 mon.smithi057 (mon.0) 216 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:20:29.266 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: audit 2024-04-24T17:20:22.877130+0000 mon.smithi057 (mon.0) 216 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:20:29.266 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: cephadm 2024-04-24T17:20:22.879174+0000 mgr.smithi057.tirlgq (mgr.14197) 22 : cephadm [INF] Deploying daemon mon.smithi088 on smithi088 2024-04-24T17:20:29.266 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: cephadm 2024-04-24T17:20:22.879174+0000 mgr.smithi057.tirlgq (mgr.14197) 22 : cephadm [INF] Deploying daemon mon.smithi088 on smithi088 2024-04-24T17:20:29.266 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: cluster 2024-04-24T17:20:23.840103+0000 mgr.smithi057.tirlgq (mgr.14197) 23 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:20:29.266 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: cluster 2024-04-24T17:20:23.840103+0000 mgr.smithi057.tirlgq (mgr.14197) 23 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:20:29.266 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: audit 2024-04-24T17:20:25.348856+0000 mon.smithi057 (mon.0) 217 : audit [DBG] from='client.? 172.21.15.88:0/2519684893' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-24T17:20:29.266 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: audit 2024-04-24T17:20:25.348856+0000 mon.smithi057 (mon.0) 217 : audit [DBG] from='client.? 172.21.15.88:0/2519684893' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-24T17:20:29.266 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: cluster 2024-04-24T17:20:25.841035+0000 mgr.smithi057.tirlgq (mgr.14197) 24 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:20:29.266 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: cluster 2024-04-24T17:20:25.841035+0000 mgr.smithi057.tirlgq (mgr.14197) 24 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:20:29.266 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: audit 2024-04-24T17:20:26.782767+0000 mon.smithi057 (mon.0) 218 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:20:29.267 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: audit 2024-04-24T17:20:26.782767+0000 mon.smithi057 (mon.0) 218 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:20:29.267 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: audit 2024-04-24T17:20:26.804835+0000 mon.smithi057 (mon.0) 219 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:29.267 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: audit 2024-04-24T17:20:26.804835+0000 mon.smithi057 (mon.0) 219 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:29.267 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:28 smithi088 bash[20239]: debug 2024-04-24T17:20:28.933+0000 7f415a0d4700 1 mon.smithi088@-1(synchronizing).paxosservice(auth 1..8) refresh upgraded, format 0 -> 3 2024-04-24T17:20:33.137 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi088/config 2024-04-24T17:20:34.204 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: audit 2024-04-24T17:20:28.943231+0000 mon.smithi057 (mon.0) 225 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2024-04-24T17:20:34.204 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: audit 2024-04-24T17:20:28.943231+0000 mon.smithi057 (mon.0) 225 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2024-04-24T17:20:34.204 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: audit 2024-04-24T17:20:28.948037+0000 mon.smithi057 (mon.0) 226 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "mon metadata", "id": "smithi057"}]: dispatch 2024-04-24T17:20:34.204 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: audit 2024-04-24T17:20:28.948037+0000 mon.smithi057 (mon.0) 226 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "mon metadata", "id": "smithi057"}]: dispatch 2024-04-24T17:20:34.204 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: cluster 2024-04-24T17:20:28.948323+0000 mon.smithi057 (mon.0) 227 : cluster [INF] mon.smithi057 calling monitor election 2024-04-24T17:20:34.204 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: cluster 2024-04-24T17:20:28.948323+0000 mon.smithi057 (mon.0) 227 : cluster [INF] mon.smithi057 calling monitor election 2024-04-24T17:20:34.204 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: audit 2024-04-24T17:20:28.970919+0000 mon.smithi057 (mon.0) 228 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2024-04-24T17:20:34.205 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: audit 2024-04-24T17:20:28.970919+0000 mon.smithi057 (mon.0) 228 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2024-04-24T17:20:34.205 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: cluster 2024-04-24T17:20:29.842994+0000 mgr.smithi057.tirlgq (mgr.14197) 26 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:20:34.205 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: cluster 2024-04-24T17:20:29.842994+0000 mgr.smithi057.tirlgq (mgr.14197) 26 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:20:34.205 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: audit 2024-04-24T17:20:29.942842+0000 mon.smithi057 (mon.0) 229 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2024-04-24T17:20:34.205 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: audit 2024-04-24T17:20:29.942842+0000 mon.smithi057 (mon.0) 229 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2024-04-24T17:20:34.205 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: audit 2024-04-24T17:20:30.942892+0000 mon.smithi057 (mon.0) 230 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2024-04-24T17:20:34.205 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: audit 2024-04-24T17:20:30.942892+0000 mon.smithi057 (mon.0) 230 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2024-04-24T17:20:34.205 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: cluster 2024-04-24T17:20:30.944875+0000 mon.smithi088 (mon.1) 1 : cluster [INF] mon.smithi088 calling monitor election 2024-04-24T17:20:34.205 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: cluster 2024-04-24T17:20:30.944875+0000 mon.smithi088 (mon.1) 1 : cluster [INF] mon.smithi088 calling monitor election 2024-04-24T17:20:34.205 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: cluster 2024-04-24T17:20:31.843898+0000 mgr.smithi057.tirlgq (mgr.14197) 27 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:20:34.205 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: cluster 2024-04-24T17:20:31.843898+0000 mgr.smithi057.tirlgq (mgr.14197) 27 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:20:34.206 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: audit 2024-04-24T17:20:31.942820+0000 mon.smithi057 (mon.0) 231 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2024-04-24T17:20:34.206 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: audit 2024-04-24T17:20:31.942820+0000 mon.smithi057 (mon.0) 231 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2024-04-24T17:20:34.206 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: audit 2024-04-24T17:20:32.943178+0000 mon.smithi057 (mon.0) 232 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2024-04-24T17:20:34.206 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: audit 2024-04-24T17:20:32.943178+0000 mon.smithi057 (mon.0) 232 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2024-04-24T17:20:34.206 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: audit 2024-04-24T17:20:33.246991+0000 mon.smithi057 (mon.0) 233 : audit [DBG] from='mgr.? 172.21.15.88:0/1818547066' entity='mgr.smithi088.vazntp' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi088.vazntp/crt"}]: dispatch 2024-04-24T17:20:34.206 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: audit 2024-04-24T17:20:33.246991+0000 mon.smithi057 (mon.0) 233 : audit [DBG] from='mgr.? 172.21.15.88:0/1818547066' entity='mgr.smithi088.vazntp' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi088.vazntp/crt"}]: dispatch 2024-04-24T17:20:34.206 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: audit 2024-04-24T17:20:33.942950+0000 mon.smithi057 (mon.0) 234 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2024-04-24T17:20:34.207 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: audit 2024-04-24T17:20:33.942950+0000 mon.smithi057 (mon.0) 234 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2024-04-24T17:20:34.207 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: cluster 2024-04-24T17:20:33.992730+0000 mon.smithi057 (mon.0) 235 : cluster [INF] mon.smithi057 is new leader, mons smithi057,smithi088 in quorum (ranks 0,1) 2024-04-24T17:20:34.207 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: cluster 2024-04-24T17:20:33.992730+0000 mon.smithi057 (mon.0) 235 : cluster [INF] mon.smithi057 is new leader, mons smithi057,smithi088 in quorum (ranks 0,1) 2024-04-24T17:20:34.207 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: cluster 2024-04-24T17:20:33.998115+0000 mon.smithi057 (mon.0) 236 : cluster [DBG] monmap epoch 2 2024-04-24T17:20:34.207 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: cluster 2024-04-24T17:20:33.998115+0000 mon.smithi057 (mon.0) 236 : cluster [DBG] monmap epoch 2 2024-04-24T17:20:34.207 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: cluster 2024-04-24T17:20:33.998134+0000 mon.smithi057 (mon.0) 237 : cluster [DBG] fsid 5cb8698a-025e-11ef-bc93-c7b262605968 2024-04-24T17:20:34.207 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: cluster 2024-04-24T17:20:33.998134+0000 mon.smithi057 (mon.0) 237 : cluster [DBG] fsid 5cb8698a-025e-11ef-bc93-c7b262605968 2024-04-24T17:20:34.207 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: cluster 2024-04-24T17:20:33.998143+0000 mon.smithi057 (mon.0) 238 : cluster [DBG] last_changed 2024-04-24T17:20:28.942401+0000 2024-04-24T17:20:34.207 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: cluster 2024-04-24T17:20:33.998143+0000 mon.smithi057 (mon.0) 238 : cluster [DBG] last_changed 2024-04-24T17:20:28.942401+0000 2024-04-24T17:20:34.207 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: cluster 2024-04-24T17:20:33.998151+0000 mon.smithi057 (mon.0) 239 : cluster [DBG] created 2024-04-24T17:17:24.528063+0000 2024-04-24T17:20:34.207 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: cluster 2024-04-24T17:20:33.998151+0000 mon.smithi057 (mon.0) 239 : cluster [DBG] created 2024-04-24T17:17:24.528063+0000 2024-04-24T17:20:34.207 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: cluster 2024-04-24T17:20:33.998159+0000 mon.smithi057 (mon.0) 240 : cluster [DBG] min_mon_release 19 (squid) 2024-04-24T17:20:34.207 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: cluster 2024-04-24T17:20:33.998159+0000 mon.smithi057 (mon.0) 240 : cluster [DBG] min_mon_release 19 (squid) 2024-04-24T17:20:34.207 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: cluster 2024-04-24T17:20:33.998168+0000 mon.smithi057 (mon.0) 241 : cluster [DBG] election_strategy: 1 2024-04-24T17:20:34.208 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: cluster 2024-04-24T17:20:33.998168+0000 mon.smithi057 (mon.0) 241 : cluster [DBG] election_strategy: 1 2024-04-24T17:20:34.208 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: cluster 2024-04-24T17:20:33.998176+0000 mon.smithi057 (mon.0) 242 : cluster [DBG] 0: [v2:172.21.15.57:3300/0,v1:172.21.15.57:6789/0] mon.smithi057 2024-04-24T17:20:34.208 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: cluster 2024-04-24T17:20:33.998176+0000 mon.smithi057 (mon.0) 242 : cluster [DBG] 0: [v2:172.21.15.57:3300/0,v1:172.21.15.57:6789/0] mon.smithi057 2024-04-24T17:20:34.208 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: cluster 2024-04-24T17:20:33.998186+0000 mon.smithi057 (mon.0) 243 : cluster [DBG] 1: [v2:172.21.15.88:3300/0,v1:172.21.15.88:6789/0] mon.smithi088 2024-04-24T17:20:34.208 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: cluster 2024-04-24T17:20:33.998186+0000 mon.smithi057 (mon.0) 243 : cluster [DBG] 1: [v2:172.21.15.88:3300/0,v1:172.21.15.88:6789/0] mon.smithi088 2024-04-24T17:20:34.208 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: cluster 2024-04-24T17:20:34.022197+0000 mon.smithi057 (mon.0) 244 : cluster [DBG] fsmap 2024-04-24T17:20:34.208 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: cluster 2024-04-24T17:20:34.022197+0000 mon.smithi057 (mon.0) 244 : cluster [DBG] fsmap 2024-04-24T17:20:34.208 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: cluster 2024-04-24T17:20:34.022226+0000 mon.smithi057 (mon.0) 245 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-04-24T17:20:34.208 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: cluster 2024-04-24T17:20:34.022226+0000 mon.smithi057 (mon.0) 245 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-04-24T17:20:34.208 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: cluster 2024-04-24T17:20:34.022402+0000 mon.smithi057 (mon.0) 246 : cluster [DBG] mgrmap e17: smithi057.tirlgq(active, since 37s) 2024-04-24T17:20:34.208 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: cluster 2024-04-24T17:20:34.022402+0000 mon.smithi057 (mon.0) 246 : cluster [DBG] mgrmap e17: smithi057.tirlgq(active, since 37s) 2024-04-24T17:20:34.208 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: cluster 2024-04-24T17:20:34.022546+0000 mon.smithi057 (mon.0) 247 : cluster [WRN] Health detail: HEALTH_WARN failed to probe daemons or devices 2024-04-24T17:20:34.209 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: cluster 2024-04-24T17:20:34.022546+0000 mon.smithi057 (mon.0) 247 : cluster [WRN] Health detail: HEALTH_WARN failed to probe daemons or devices 2024-04-24T17:20:34.209 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: cluster 2024-04-24T17:20:34.022565+0000 mon.smithi057 (mon.0) 248 : cluster [WRN] [WRN] CEPHADM_REFRESH_FAILED: failed to probe daemons or devices 2024-04-24T17:20:34.209 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: cluster 2024-04-24T17:20:34.022565+0000 mon.smithi057 (mon.0) 248 : cluster [WRN] [WRN] CEPHADM_REFRESH_FAILED: failed to probe daemons or devices 2024-04-24T17:20:34.209 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: cluster 2024-04-24T17:20:34.022575+0000 mon.smithi057 (mon.0) 249 : cluster [WRN] host smithi088 `cephadm ceph-volume` failed: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a -e NODE_NAME=smithi088 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/log/ceph/5cb8698a-025e-11ef-bc93-c7b262605968:/var/log/ceph:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs:slave -v /tmp/ceph-tmpvdxmcbzv:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a inventory --format=json-pretty --filter-for-batch 2024-04-24T17:20:34.209 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: cluster 2024-04-24T17:20:34.022575+0000 mon.smithi057 (mon.0) 249 : cluster [WRN] host smithi088 `cephadm ceph-volume` failed: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a -e NODE_NAME=smithi088 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/log/ceph/5cb8698a-025e-11ef-bc93-c7b262605968:/var/log/ceph:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs:slave -v /tmp/ceph-tmpvdxmcbzv:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a inventory --format=json-pretty --filter-for-batch 2024-04-24T17:20:34.209 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: cluster 2024-04-24T17:20:34.022584+0000 mon.smithi057 (mon.0) 250 : cluster [WRN] /usr/bin/docker: stderr docker: Error response from daemon: invalid mount config: must use either propagation mode "rslave" or "rshared" when mount source is within the daemon root, daemon root: "/var/lib/docker", bind mount source: "/", propagation: "slave". 2024-04-24T17:20:34.209 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: cluster 2024-04-24T17:20:34.022584+0000 mon.smithi057 (mon.0) 250 : cluster [WRN] /usr/bin/docker: stderr docker: Error response from daemon: invalid mount config: must use either propagation mode "rslave" or "rshared" when mount source is within the daemon root, daemon root: "/var/lib/docker", bind mount source: "/", propagation: "slave". 2024-04-24T17:20:34.209 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: cluster 2024-04-24T17:20:34.022593+0000 mon.smithi057 (mon.0) 251 : cluster [WRN] /usr/bin/docker: stderr See 'docker run --help'. 2024-04-24T17:20:34.209 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: cluster 2024-04-24T17:20:34.022593+0000 mon.smithi057 (mon.0) 251 : cluster [WRN] /usr/bin/docker: stderr See 'docker run --help'. 2024-04-24T17:20:34.209 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: cluster 2024-04-24T17:20:34.022602+0000 mon.smithi057 (mon.0) 252 : cluster [WRN] Traceback (most recent call last): 2024-04-24T17:20:34.209 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: cluster 2024-04-24T17:20:34.022602+0000 mon.smithi057 (mon.0) 252 : cluster [WRN] Traceback (most recent call last): 2024-04-24T17:20:34.210 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: cluster 2024-04-24T17:20:34.022611+0000 mon.smithi057 (mon.0) 253 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main 2024-04-24T17:20:34.210 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: cluster 2024-04-24T17:20:34.022611+0000 mon.smithi057 (mon.0) 253 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main 2024-04-24T17:20:34.210 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: cluster 2024-04-24T17:20:34.022623+0000 mon.smithi057 (mon.0) 254 : cluster [WRN] return _run_code(code, main_globals, None, 2024-04-24T17:20:34.210 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: cluster 2024-04-24T17:20:34.022623+0000 mon.smithi057 (mon.0) 254 : cluster [WRN] return _run_code(code, main_globals, None, 2024-04-24T17:20:34.210 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: cluster 2024-04-24T17:20:34.022637+0000 mon.smithi057 (mon.0) 255 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 86, in _run_code 2024-04-24T17:20:34.210 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: cluster 2024-04-24T17:20:34.022637+0000 mon.smithi057 (mon.0) 255 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 86, in _run_code 2024-04-24T17:20:34.210 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: cluster 2024-04-24T17:20:34.022647+0000 mon.smithi057 (mon.0) 256 : cluster [WRN] exec(code, run_globals) 2024-04-24T17:20:34.210 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: cluster 2024-04-24T17:20:34.022647+0000 mon.smithi057 (mon.0) 256 : cluster [WRN] exec(code, run_globals) 2024-04-24T17:20:34.210 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: cluster 2024-04-24T17:20:34.022657+0000 mon.smithi057 (mon.0) 257 : cluster [WRN] File "/var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 5642, in 2024-04-24T17:20:34.210 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: cluster 2024-04-24T17:20:34.022657+0000 mon.smithi057 (mon.0) 257 : cluster [WRN] File "/var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 5642, in 2024-04-24T17:20:34.210 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: cluster 2024-04-24T17:20:34.022667+0000 mon.smithi057 (mon.0) 258 : cluster [WRN] File "/var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 5630, in main 2024-04-24T17:20:34.210 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: cluster 2024-04-24T17:20:34.022667+0000 mon.smithi057 (mon.0) 258 : cluster [WRN] File "/var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 5630, in main 2024-04-24T17:20:34.210 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: cluster 2024-04-24T17:20:34.022680+0000 mon.smithi057 (mon.0) 259 : cluster [WRN] File "/var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 408, in _infer_config 2024-04-24T17:20:34.210 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: cluster 2024-04-24T17:20:34.022680+0000 mon.smithi057 (mon.0) 259 : cluster [WRN] File "/var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 408, in _infer_config 2024-04-24T17:20:34.211 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: cluster 2024-04-24T17:20:34.022691+0000 mon.smithi057 (mon.0) 260 : cluster [WRN] File "/var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 323, in _infer_fsid 2024-04-24T17:20:34.211 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: cluster 2024-04-24T17:20:34.022691+0000 mon.smithi057 (mon.0) 260 : cluster [WRN] File "/var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 323, in _infer_fsid 2024-04-24T17:20:34.211 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: cluster 2024-04-24T17:20:34.022699+0000 mon.smithi057 (mon.0) 261 : cluster [WRN] File "/var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 436, in _infer_image 2024-04-24T17:20:34.211 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: cluster 2024-04-24T17:20:34.022699+0000 mon.smithi057 (mon.0) 261 : cluster [WRN] File "/var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 436, in _infer_image 2024-04-24T17:20:34.211 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: cluster 2024-04-24T17:20:34.022710+0000 mon.smithi057 (mon.0) 262 : cluster [WRN] File "/var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 310, in _validate_fsid 2024-04-24T17:20:34.211 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: cluster 2024-04-24T17:20:34.022710+0000 mon.smithi057 (mon.0) 262 : cluster [WRN] File "/var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 310, in _validate_fsid 2024-04-24T17:20:34.211 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: cluster 2024-04-24T17:20:34.022721+0000 mon.smithi057 (mon.0) 263 : cluster [WRN] File "/var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 3380, in command_ceph_volume 2024-04-24T17:20:34.211 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: cluster 2024-04-24T17:20:34.022721+0000 mon.smithi057 (mon.0) 263 : cluster [WRN] File "/var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 3380, in command_ceph_volume 2024-04-24T17:20:34.211 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: cluster 2024-04-24T17:20:34.022733+0000 mon.smithi057 (mon.0) 264 : cluster [WRN] File "/var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/cephadmlib/call_wrappers.py", line 307, in call_throws 2024-04-24T17:20:34.211 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: cluster 2024-04-24T17:20:34.022733+0000 mon.smithi057 (mon.0) 264 : cluster [WRN] File "/var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/cephadmlib/call_wrappers.py", line 307, in call_throws 2024-04-24T17:20:34.212 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: cluster 2024-04-24T17:20:34.022744+0000 mon.smithi057 (mon.0) 265 : cluster [WRN] RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a -e NODE_NAME=smithi088 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/log/ceph/5cb8698a-025e-11ef-bc93-c7b262605968:/var/log/ceph:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs:slave -v /tmp/ceph-tmpvdxmcbzv:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a inventory --format=json-pretty --filter-for-batch: docker: Error response from daemon: invalid mount config: must use either propagation mode "rslave" or "rshared" when mount source is within the daemon root, daemon root: "/var/lib/docker", bind mount source: "/", propagation: "slave". 2024-04-24T17:20:34.212 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: cluster 2024-04-24T17:20:34.022744+0000 mon.smithi057 (mon.0) 265 : cluster [WRN] RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a -e NODE_NAME=smithi088 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/log/ceph/5cb8698a-025e-11ef-bc93-c7b262605968:/var/log/ceph:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs:slave -v /tmp/ceph-tmpvdxmcbzv:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a inventory --format=json-pretty --filter-for-batch: docker: Error response from daemon: invalid mount config: must use either propagation mode "rslave" or "rshared" when mount source is within the daemon root, daemon root: "/var/lib/docker", bind mount source: "/", propagation: "slave". 2024-04-24T17:20:34.212 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: cluster 2024-04-24T17:20:34.022755+0000 mon.smithi057 (mon.0) 266 : cluster [WRN] See 'docker run --help'. 2024-04-24T17:20:34.212 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: cluster 2024-04-24T17:20:34.022755+0000 mon.smithi057 (mon.0) 266 : cluster [WRN] See 'docker run --help'. 2024-04-24T17:20:34.212 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: cluster 2024-04-24T17:20:34.022766+0000 mon.smithi057 (mon.0) 267 : cluster [WRN] host smithi057 `cephadm ceph-volume` failed: cephadm exited with an error code: 1, stderr: Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:20:34.212 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: cluster 2024-04-24T17:20:34.022766+0000 mon.smithi057 (mon.0) 267 : cluster [WRN] host smithi057 `cephadm ceph-volume` failed: cephadm exited with an error code: 1, stderr: Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:20:34.212 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: cluster 2024-04-24T17:20:34.022779+0000 mon.smithi057 (mon.0) 268 : cluster [WRN] Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a -e NODE_NAME=smithi057 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/5cb8698a-025e-11ef-bc93-c7b262605968:/var/run/ceph:z -v /var/log/ceph/5cb8698a-025e-11ef-bc93-c7b262605968:/var/log/ceph:z -v /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs:slave -v /tmp/ceph-tmp_1bpriai:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a inventory --format=json-pretty --filter-for-batch 2024-04-24T17:20:34.213 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: cluster 2024-04-24T17:20:34.022779+0000 mon.smithi057 (mon.0) 268 : cluster [WRN] Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a -e NODE_NAME=smithi057 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/5cb8698a-025e-11ef-bc93-c7b262605968:/var/run/ceph:z -v /var/log/ceph/5cb8698a-025e-11ef-bc93-c7b262605968:/var/log/ceph:z -v /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs:slave -v /tmp/ceph-tmp_1bpriai:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a inventory --format=json-pretty --filter-for-batch 2024-04-24T17:20:34.213 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: cluster 2024-04-24T17:20:34.022790+0000 mon.smithi057 (mon.0) 269 : cluster [WRN] /usr/bin/docker: stderr docker: Error response from daemon: invalid mount config: must use either propagation mode "rslave" or "rshared" when mount source is within the daemon root, daemon root: "/var/lib/docker", bind mount source: "/", propagation: "slave". 2024-04-24T17:20:34.213 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: cluster 2024-04-24T17:20:34.022790+0000 mon.smithi057 (mon.0) 269 : cluster [WRN] /usr/bin/docker: stderr docker: Error response from daemon: invalid mount config: must use either propagation mode "rslave" or "rshared" when mount source is within the daemon root, daemon root: "/var/lib/docker", bind mount source: "/", propagation: "slave". 2024-04-24T17:20:34.213 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: cluster 2024-04-24T17:20:34.022802+0000 mon.smithi057 (mon.0) 270 : cluster [WRN] /usr/bin/docker: stderr See 'docker run --help'. 2024-04-24T17:20:34.213 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: cluster 2024-04-24T17:20:34.022802+0000 mon.smithi057 (mon.0) 270 : cluster [WRN] /usr/bin/docker: stderr See 'docker run --help'. 2024-04-24T17:20:34.213 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: cluster 2024-04-24T17:20:34.022811+0000 mon.smithi057 (mon.0) 271 : cluster [WRN] Traceback (most recent call last): 2024-04-24T17:20:34.213 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: cluster 2024-04-24T17:20:34.022811+0000 mon.smithi057 (mon.0) 271 : cluster [WRN] Traceback (most recent call last): 2024-04-24T17:20:34.213 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: cluster 2024-04-24T17:20:34.022822+0000 mon.smithi057 (mon.0) 272 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main 2024-04-24T17:20:34.213 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: cluster 2024-04-24T17:20:34.022822+0000 mon.smithi057 (mon.0) 272 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main 2024-04-24T17:20:34.213 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: cluster 2024-04-24T17:20:34.022832+0000 mon.smithi057 (mon.0) 273 : cluster [WRN] return _run_code(code, main_globals, None, 2024-04-24T17:20:34.213 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: cluster 2024-04-24T17:20:34.022832+0000 mon.smithi057 (mon.0) 273 : cluster [WRN] return _run_code(code, main_globals, None, 2024-04-24T17:20:34.213 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: cluster 2024-04-24T17:20:34.022842+0000 mon.smithi057 (mon.0) 274 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 86, in _run_code 2024-04-24T17:20:34.213 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: cluster 2024-04-24T17:20:34.022842+0000 mon.smithi057 (mon.0) 274 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 86, in _run_code 2024-04-24T17:20:34.213 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: cluster 2024-04-24T17:20:34.022850+0000 mon.smithi057 (mon.0) 275 : cluster [WRN] exec(code, run_globals) 2024-04-24T17:20:34.213 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: cluster 2024-04-24T17:20:34.022850+0000 mon.smithi057 (mon.0) 275 : cluster [WRN] exec(code, run_globals) 2024-04-24T17:20:34.214 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: cluster 2024-04-24T17:20:34.022859+0000 mon.smithi057 (mon.0) 276 : cluster [WRN] File "/var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 5642, in 2024-04-24T17:20:34.214 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: cluster 2024-04-24T17:20:34.022859+0000 mon.smithi057 (mon.0) 276 : cluster [WRN] File "/var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 5642, in 2024-04-24T17:20:34.214 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: cluster 2024-04-24T17:20:34.022869+0000 mon.smithi057 (mon.0) 277 : cluster [WRN] File "/var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 5630, in main 2024-04-24T17:20:34.214 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: cluster 2024-04-24T17:20:34.022869+0000 mon.smithi057 (mon.0) 277 : cluster [WRN] File "/var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 5630, in main 2024-04-24T17:20:34.214 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: cluster 2024-04-24T17:20:34.022879+0000 mon.smithi057 (mon.0) 278 : cluster [WRN] File "/var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 408, in _infer_config 2024-04-24T17:20:34.214 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: cluster 2024-04-24T17:20:34.022879+0000 mon.smithi057 (mon.0) 278 : cluster [WRN] File "/var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 408, in _infer_config 2024-04-24T17:20:34.214 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: cluster 2024-04-24T17:20:34.022897+0000 mon.smithi057 (mon.0) 279 : cluster [WRN] File "/var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 323, in _infer_fsid 2024-04-24T17:20:34.214 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: cluster 2024-04-24T17:20:34.022897+0000 mon.smithi057 (mon.0) 279 : cluster [WRN] File "/var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 323, in _infer_fsid 2024-04-24T17:20:34.214 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: cluster 2024-04-24T17:20:34.022908+0000 mon.smithi057 (mon.0) 280 : cluster [WRN] File "/var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 436, in _infer_image 2024-04-24T17:20:34.214 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: cluster 2024-04-24T17:20:34.022908+0000 mon.smithi057 (mon.0) 280 : cluster [WRN] File "/var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 436, in _infer_image 2024-04-24T17:20:34.214 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: cluster 2024-04-24T17:20:34.022919+0000 mon.smithi057 (mon.0) 281 : cluster [WRN] File "/var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 310, in _validate_fsid 2024-04-24T17:20:34.214 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: cluster 2024-04-24T17:20:34.022919+0000 mon.smithi057 (mon.0) 281 : cluster [WRN] File "/var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 310, in _validate_fsid 2024-04-24T17:20:34.214 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: cluster 2024-04-24T17:20:34.022929+0000 mon.smithi057 (mon.0) 282 : cluster [WRN] File "/var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 3380, in command_ceph_volume 2024-04-24T17:20:34.214 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: cluster 2024-04-24T17:20:34.022929+0000 mon.smithi057 (mon.0) 282 : cluster [WRN] File "/var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 3380, in command_ceph_volume 2024-04-24T17:20:34.215 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: cluster 2024-04-24T17:20:34.022945+0000 mon.smithi057 (mon.0) 283 : cluster [WRN] File "/var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/cephadmlib/call_wrappers.py", line 307, in call_throws 2024-04-24T17:20:34.215 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: cluster 2024-04-24T17:20:34.022945+0000 mon.smithi057 (mon.0) 283 : cluster [WRN] File "/var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/cephadmlib/call_wrappers.py", line 307, in call_throws 2024-04-24T17:20:34.215 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: cluster 2024-04-24T17:20:34.022955+0000 mon.smithi057 (mon.0) 284 : cluster [WRN] RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a -e NODE_NAME=smithi057 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/5cb8698a-025e-11ef-bc93-c7b262605968:/var/run/ceph:z -v /var/log/ceph/5cb8698a-025e-11ef-bc93-c7b262605968:/var/log/ceph:z -v /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs:slave -v /tmp/ceph-tmp_1bpriai:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a inventory --format=json-pretty --filter-for-batch: docker: Error response from daemon: invalid mount config: must use either propagation mode "rslave" or "rshared" when mount source is within the daemon root, daemon root: "/var/lib/docker", bind mount source: "/", propagation: "slave". 2024-04-24T17:20:34.215 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: cluster 2024-04-24T17:20:34.022955+0000 mon.smithi057 (mon.0) 284 : cluster [WRN] RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a -e NODE_NAME=smithi057 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/5cb8698a-025e-11ef-bc93-c7b262605968:/var/run/ceph:z -v /var/log/ceph/5cb8698a-025e-11ef-bc93-c7b262605968:/var/log/ceph:z -v /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs:slave -v /tmp/ceph-tmp_1bpriai:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a inventory --format=json-pretty --filter-for-batch: docker: Error response from daemon: invalid mount config: must use either propagation mode "rslave" or "rshared" when mount source is within the daemon root, daemon root: "/var/lib/docker", bind mount source: "/", propagation: "slave". 2024-04-24T17:20:34.215 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: cluster 2024-04-24T17:20:34.022967+0000 mon.smithi057 (mon.0) 285 : cluster [WRN] See 'docker run --help'. 2024-04-24T17:20:34.215 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: cluster 2024-04-24T17:20:34.022967+0000 mon.smithi057 (mon.0) 285 : cluster [WRN] See 'docker run --help'. 2024-04-24T17:20:34.215 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: cluster 2024-04-24T17:20:34.024378+0000 mon.smithi057 (mon.0) 286 : cluster [DBG] Standby manager daemon smithi088.vazntp started 2024-04-24T17:20:34.215 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: cluster 2024-04-24T17:20:34.024378+0000 mon.smithi057 (mon.0) 286 : cluster [DBG] Standby manager daemon smithi088.vazntp started 2024-04-24T17:20:34.215 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: audit 2024-04-24T17:20:34.027414+0000 mon.smithi057 (mon.0) 287 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:34.215 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: audit 2024-04-24T17:20:34.027414+0000 mon.smithi057 (mon.0) 287 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:34.215 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: audit 2024-04-24T17:20:34.030691+0000 mon.smithi057 (mon.0) 288 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:34.215 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: audit 2024-04-24T17:20:34.030691+0000 mon.smithi057 (mon.0) 288 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:34.215 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: audit 2024-04-24T17:20:34.032128+0000 mon.smithi057 (mon.0) 289 : audit [DBG] from='mgr.? 172.21.15.88:0/1818547066' entity='mgr.smithi088.vazntp' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-24T17:20:34.215 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: audit 2024-04-24T17:20:34.032128+0000 mon.smithi057 (mon.0) 289 : audit [DBG] from='mgr.? 172.21.15.88:0/1818547066' entity='mgr.smithi088.vazntp' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-24T17:20:34.216 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: audit 2024-04-24T17:20:34.033423+0000 mon.smithi057 (mon.0) 290 : audit [DBG] from='mgr.? 172.21.15.88:0/1818547066' entity='mgr.smithi088.vazntp' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi088.vazntp/key"}]: dispatch 2024-04-24T17:20:34.216 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: audit 2024-04-24T17:20:34.033423+0000 mon.smithi057 (mon.0) 290 : audit [DBG] from='mgr.? 172.21.15.88:0/1818547066' entity='mgr.smithi088.vazntp' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi088.vazntp/key"}]: dispatch 2024-04-24T17:20:34.216 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: audit 2024-04-24T17:20:34.033848+0000 mon.smithi057 (mon.0) 291 : audit [DBG] from='mgr.? 172.21.15.88:0/1818547066' entity='mgr.smithi088.vazntp' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-24T17:20:34.216 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:34 smithi057 bash[18598]: audit 2024-04-24T17:20:34.033848+0000 mon.smithi057 (mon.0) 291 : audit [DBG] from='mgr.? 172.21.15.88:0/1818547066' entity='mgr.smithi088.vazntp' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-24T17:20:34.415 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: audit 2024-04-24T17:20:28.943231+0000 mon.smithi057 (mon.0) 225 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2024-04-24T17:20:34.415 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: audit 2024-04-24T17:20:28.943231+0000 mon.smithi057 (mon.0) 225 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2024-04-24T17:20:34.415 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: audit 2024-04-24T17:20:28.948037+0000 mon.smithi057 (mon.0) 226 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "mon metadata", "id": "smithi057"}]: dispatch 2024-04-24T17:20:34.415 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: audit 2024-04-24T17:20:28.948037+0000 mon.smithi057 (mon.0) 226 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "mon metadata", "id": "smithi057"}]: dispatch 2024-04-24T17:20:34.415 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: cluster 2024-04-24T17:20:28.948323+0000 mon.smithi057 (mon.0) 227 : cluster [INF] mon.smithi057 calling monitor election 2024-04-24T17:20:34.415 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: cluster 2024-04-24T17:20:28.948323+0000 mon.smithi057 (mon.0) 227 : cluster [INF] mon.smithi057 calling monitor election 2024-04-24T17:20:34.415 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: audit 2024-04-24T17:20:28.970919+0000 mon.smithi057 (mon.0) 228 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2024-04-24T17:20:34.415 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: audit 2024-04-24T17:20:28.970919+0000 mon.smithi057 (mon.0) 228 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2024-04-24T17:20:34.415 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: cluster 2024-04-24T17:20:29.842994+0000 mgr.smithi057.tirlgq (mgr.14197) 26 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:20:34.415 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: cluster 2024-04-24T17:20:29.842994+0000 mgr.smithi057.tirlgq (mgr.14197) 26 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:20:34.416 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: audit 2024-04-24T17:20:29.942842+0000 mon.smithi057 (mon.0) 229 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2024-04-24T17:20:34.416 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: audit 2024-04-24T17:20:29.942842+0000 mon.smithi057 (mon.0) 229 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2024-04-24T17:20:34.416 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: audit 2024-04-24T17:20:30.942892+0000 mon.smithi057 (mon.0) 230 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2024-04-24T17:20:34.416 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: audit 2024-04-24T17:20:30.942892+0000 mon.smithi057 (mon.0) 230 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2024-04-24T17:20:34.416 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: cluster 2024-04-24T17:20:30.944875+0000 mon.smithi088 (mon.1) 1 : cluster [INF] mon.smithi088 calling monitor election 2024-04-24T17:20:34.416 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: cluster 2024-04-24T17:20:30.944875+0000 mon.smithi088 (mon.1) 1 : cluster [INF] mon.smithi088 calling monitor election 2024-04-24T17:20:34.416 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: cluster 2024-04-24T17:20:31.843898+0000 mgr.smithi057.tirlgq (mgr.14197) 27 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:20:34.416 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: cluster 2024-04-24T17:20:31.843898+0000 mgr.smithi057.tirlgq (mgr.14197) 27 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:20:34.416 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: audit 2024-04-24T17:20:31.942820+0000 mon.smithi057 (mon.0) 231 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2024-04-24T17:20:34.416 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: audit 2024-04-24T17:20:31.942820+0000 mon.smithi057 (mon.0) 231 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2024-04-24T17:20:34.416 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: audit 2024-04-24T17:20:32.943178+0000 mon.smithi057 (mon.0) 232 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2024-04-24T17:20:34.416 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: audit 2024-04-24T17:20:32.943178+0000 mon.smithi057 (mon.0) 232 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2024-04-24T17:20:34.416 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: audit 2024-04-24T17:20:33.246991+0000 mon.smithi057 (mon.0) 233 : audit [DBG] from='mgr.? 172.21.15.88:0/1818547066' entity='mgr.smithi088.vazntp' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi088.vazntp/crt"}]: dispatch 2024-04-24T17:20:34.416 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: audit 2024-04-24T17:20:33.246991+0000 mon.smithi057 (mon.0) 233 : audit [DBG] from='mgr.? 172.21.15.88:0/1818547066' entity='mgr.smithi088.vazntp' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi088.vazntp/crt"}]: dispatch 2024-04-24T17:20:34.417 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: audit 2024-04-24T17:20:33.942950+0000 mon.smithi057 (mon.0) 234 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2024-04-24T17:20:34.417 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: audit 2024-04-24T17:20:33.942950+0000 mon.smithi057 (mon.0) 234 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2024-04-24T17:20:34.417 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: cluster 2024-04-24T17:20:33.992730+0000 mon.smithi057 (mon.0) 235 : cluster [INF] mon.smithi057 is new leader, mons smithi057,smithi088 in quorum (ranks 0,1) 2024-04-24T17:20:34.417 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: cluster 2024-04-24T17:20:33.992730+0000 mon.smithi057 (mon.0) 235 : cluster [INF] mon.smithi057 is new leader, mons smithi057,smithi088 in quorum (ranks 0,1) 2024-04-24T17:20:34.417 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: cluster 2024-04-24T17:20:33.998115+0000 mon.smithi057 (mon.0) 236 : cluster [DBG] monmap epoch 2 2024-04-24T17:20:34.417 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: cluster 2024-04-24T17:20:33.998115+0000 mon.smithi057 (mon.0) 236 : cluster [DBG] monmap epoch 2 2024-04-24T17:20:34.417 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: cluster 2024-04-24T17:20:33.998134+0000 mon.smithi057 (mon.0) 237 : cluster [DBG] fsid 5cb8698a-025e-11ef-bc93-c7b262605968 2024-04-24T17:20:34.417 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: cluster 2024-04-24T17:20:33.998134+0000 mon.smithi057 (mon.0) 237 : cluster [DBG] fsid 5cb8698a-025e-11ef-bc93-c7b262605968 2024-04-24T17:20:34.417 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: cluster 2024-04-24T17:20:33.998143+0000 mon.smithi057 (mon.0) 238 : cluster [DBG] last_changed 2024-04-24T17:20:28.942401+0000 2024-04-24T17:20:34.417 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: cluster 2024-04-24T17:20:33.998143+0000 mon.smithi057 (mon.0) 238 : cluster [DBG] last_changed 2024-04-24T17:20:28.942401+0000 2024-04-24T17:20:34.417 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: cluster 2024-04-24T17:20:33.998151+0000 mon.smithi057 (mon.0) 239 : cluster [DBG] created 2024-04-24T17:17:24.528063+0000 2024-04-24T17:20:34.417 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: cluster 2024-04-24T17:20:33.998151+0000 mon.smithi057 (mon.0) 239 : cluster [DBG] created 2024-04-24T17:17:24.528063+0000 2024-04-24T17:20:34.417 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: cluster 2024-04-24T17:20:33.998159+0000 mon.smithi057 (mon.0) 240 : cluster [DBG] min_mon_release 19 (squid) 2024-04-24T17:20:34.417 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: cluster 2024-04-24T17:20:33.998159+0000 mon.smithi057 (mon.0) 240 : cluster [DBG] min_mon_release 19 (squid) 2024-04-24T17:20:34.417 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: cluster 2024-04-24T17:20:33.998168+0000 mon.smithi057 (mon.0) 241 : cluster [DBG] election_strategy: 1 2024-04-24T17:20:34.417 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: cluster 2024-04-24T17:20:33.998168+0000 mon.smithi057 (mon.0) 241 : cluster [DBG] election_strategy: 1 2024-04-24T17:20:34.418 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: cluster 2024-04-24T17:20:33.998176+0000 mon.smithi057 (mon.0) 242 : cluster [DBG] 0: [v2:172.21.15.57:3300/0,v1:172.21.15.57:6789/0] mon.smithi057 2024-04-24T17:20:34.418 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: cluster 2024-04-24T17:20:33.998176+0000 mon.smithi057 (mon.0) 242 : cluster [DBG] 0: [v2:172.21.15.57:3300/0,v1:172.21.15.57:6789/0] mon.smithi057 2024-04-24T17:20:34.418 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: cluster 2024-04-24T17:20:33.998186+0000 mon.smithi057 (mon.0) 243 : cluster [DBG] 1: [v2:172.21.15.88:3300/0,v1:172.21.15.88:6789/0] mon.smithi088 2024-04-24T17:20:34.418 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: cluster 2024-04-24T17:20:33.998186+0000 mon.smithi057 (mon.0) 243 : cluster [DBG] 1: [v2:172.21.15.88:3300/0,v1:172.21.15.88:6789/0] mon.smithi088 2024-04-24T17:20:34.418 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: cluster 2024-04-24T17:20:34.022197+0000 mon.smithi057 (mon.0) 244 : cluster [DBG] fsmap 2024-04-24T17:20:34.418 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: cluster 2024-04-24T17:20:34.022197+0000 mon.smithi057 (mon.0) 244 : cluster [DBG] fsmap 2024-04-24T17:20:34.418 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: cluster 2024-04-24T17:20:34.022226+0000 mon.smithi057 (mon.0) 245 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-04-24T17:20:34.418 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: cluster 2024-04-24T17:20:34.022226+0000 mon.smithi057 (mon.0) 245 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-04-24T17:20:34.418 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: cluster 2024-04-24T17:20:34.022402+0000 mon.smithi057 (mon.0) 246 : cluster [DBG] mgrmap e17: smithi057.tirlgq(active, since 37s) 2024-04-24T17:20:34.418 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: cluster 2024-04-24T17:20:34.022402+0000 mon.smithi057 (mon.0) 246 : cluster [DBG] mgrmap e17: smithi057.tirlgq(active, since 37s) 2024-04-24T17:20:34.418 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: cluster 2024-04-24T17:20:34.022546+0000 mon.smithi057 (mon.0) 247 : cluster [WRN] Health detail: HEALTH_WARN failed to probe daemons or devices 2024-04-24T17:20:34.418 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: cluster 2024-04-24T17:20:34.022546+0000 mon.smithi057 (mon.0) 247 : cluster [WRN] Health detail: HEALTH_WARN failed to probe daemons or devices 2024-04-24T17:20:34.418 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: cluster 2024-04-24T17:20:34.022565+0000 mon.smithi057 (mon.0) 248 : cluster [WRN] [WRN] CEPHADM_REFRESH_FAILED: failed to probe daemons or devices 2024-04-24T17:20:34.419 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: cluster 2024-04-24T17:20:34.022565+0000 mon.smithi057 (mon.0) 248 : cluster [WRN] [WRN] CEPHADM_REFRESH_FAILED: failed to probe daemons or devices 2024-04-24T17:20:34.419 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: cluster 2024-04-24T17:20:34.022575+0000 mon.smithi057 (mon.0) 249 : cluster [WRN] host smithi088 `cephadm ceph-volume` failed: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a -e NODE_NAME=smithi088 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/log/ceph/5cb8698a-025e-11ef-bc93-c7b262605968:/var/log/ceph:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs:slave -v /tmp/ceph-tmpvdxmcbzv:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a inventory --format=json-pretty --filter-for-batch 2024-04-24T17:20:34.419 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: cluster 2024-04-24T17:20:34.022575+0000 mon.smithi057 (mon.0) 249 : cluster [WRN] host smithi088 `cephadm ceph-volume` failed: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a -e NODE_NAME=smithi088 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/log/ceph/5cb8698a-025e-11ef-bc93-c7b262605968:/var/log/ceph:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs:slave -v /tmp/ceph-tmpvdxmcbzv:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a inventory --format=json-pretty --filter-for-batch 2024-04-24T17:20:34.419 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: cluster 2024-04-24T17:20:34.022584+0000 mon.smithi057 (mon.0) 250 : cluster [WRN] /usr/bin/docker: stderr docker: Error response from daemon: invalid mount config: must use either propagation mode "rslave" or "rshared" when mount source is within the daemon root, daemon root: "/var/lib/docker", bind mount source: "/", propagation: "slave". 2024-04-24T17:20:34.419 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: cluster 2024-04-24T17:20:34.022584+0000 mon.smithi057 (mon.0) 250 : cluster [WRN] /usr/bin/docker: stderr docker: Error response from daemon: invalid mount config: must use either propagation mode "rslave" or "rshared" when mount source is within the daemon root, daemon root: "/var/lib/docker", bind mount source: "/", propagation: "slave". 2024-04-24T17:20:34.419 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: cluster 2024-04-24T17:20:34.022593+0000 mon.smithi057 (mon.0) 251 : cluster [WRN] /usr/bin/docker: stderr See 'docker run --help'. 2024-04-24T17:20:34.419 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: cluster 2024-04-24T17:20:34.022593+0000 mon.smithi057 (mon.0) 251 : cluster [WRN] /usr/bin/docker: stderr See 'docker run --help'. 2024-04-24T17:20:34.419 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: cluster 2024-04-24T17:20:34.022602+0000 mon.smithi057 (mon.0) 252 : cluster [WRN] Traceback (most recent call last): 2024-04-24T17:20:34.419 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: cluster 2024-04-24T17:20:34.022602+0000 mon.smithi057 (mon.0) 252 : cluster [WRN] Traceback (most recent call last): 2024-04-24T17:20:34.419 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: cluster 2024-04-24T17:20:34.022611+0000 mon.smithi057 (mon.0) 253 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main 2024-04-24T17:20:34.419 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: cluster 2024-04-24T17:20:34.022611+0000 mon.smithi057 (mon.0) 253 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main 2024-04-24T17:20:34.419 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: cluster 2024-04-24T17:20:34.022623+0000 mon.smithi057 (mon.0) 254 : cluster [WRN] return _run_code(code, main_globals, None, 2024-04-24T17:20:34.419 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: cluster 2024-04-24T17:20:34.022623+0000 mon.smithi057 (mon.0) 254 : cluster [WRN] return _run_code(code, main_globals, None, 2024-04-24T17:20:34.419 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: cluster 2024-04-24T17:20:34.022637+0000 mon.smithi057 (mon.0) 255 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 86, in _run_code 2024-04-24T17:20:34.419 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: cluster 2024-04-24T17:20:34.022637+0000 mon.smithi057 (mon.0) 255 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 86, in _run_code 2024-04-24T17:20:34.420 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: cluster 2024-04-24T17:20:34.022647+0000 mon.smithi057 (mon.0) 256 : cluster [WRN] exec(code, run_globals) 2024-04-24T17:20:34.420 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: cluster 2024-04-24T17:20:34.022647+0000 mon.smithi057 (mon.0) 256 : cluster [WRN] exec(code, run_globals) 2024-04-24T17:20:34.420 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: cluster 2024-04-24T17:20:34.022657+0000 mon.smithi057 (mon.0) 257 : cluster [WRN] File "/var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 5642, in 2024-04-24T17:20:34.420 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: cluster 2024-04-24T17:20:34.022657+0000 mon.smithi057 (mon.0) 257 : cluster [WRN] File "/var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 5642, in 2024-04-24T17:20:34.420 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: cluster 2024-04-24T17:20:34.022667+0000 mon.smithi057 (mon.0) 258 : cluster [WRN] File "/var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 5630, in main 2024-04-24T17:20:34.421 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: cluster 2024-04-24T17:20:34.022667+0000 mon.smithi057 (mon.0) 258 : cluster [WRN] File "/var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 5630, in main 2024-04-24T17:20:34.421 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: cluster 2024-04-24T17:20:34.022680+0000 mon.smithi057 (mon.0) 259 : cluster [WRN] File "/var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 408, in _infer_config 2024-04-24T17:20:34.421 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: cluster 2024-04-24T17:20:34.022680+0000 mon.smithi057 (mon.0) 259 : cluster [WRN] File "/var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 408, in _infer_config 2024-04-24T17:20:34.421 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: cluster 2024-04-24T17:20:34.022691+0000 mon.smithi057 (mon.0) 260 : cluster [WRN] File "/var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 323, in _infer_fsid 2024-04-24T17:20:34.421 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: cluster 2024-04-24T17:20:34.022691+0000 mon.smithi057 (mon.0) 260 : cluster [WRN] File "/var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 323, in _infer_fsid 2024-04-24T17:20:34.421 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: cluster 2024-04-24T17:20:34.022699+0000 mon.smithi057 (mon.0) 261 : cluster [WRN] File "/var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 436, in _infer_image 2024-04-24T17:20:34.421 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: cluster 2024-04-24T17:20:34.022699+0000 mon.smithi057 (mon.0) 261 : cluster [WRN] File "/var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 436, in _infer_image 2024-04-24T17:20:34.421 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: cluster 2024-04-24T17:20:34.022710+0000 mon.smithi057 (mon.0) 262 : cluster [WRN] File "/var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 310, in _validate_fsid 2024-04-24T17:20:34.422 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: cluster 2024-04-24T17:20:34.022710+0000 mon.smithi057 (mon.0) 262 : cluster [WRN] File "/var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 310, in _validate_fsid 2024-04-24T17:20:34.422 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: cluster 2024-04-24T17:20:34.022721+0000 mon.smithi057 (mon.0) 263 : cluster [WRN] File "/var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 3380, in command_ceph_volume 2024-04-24T17:20:34.422 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: cluster 2024-04-24T17:20:34.022721+0000 mon.smithi057 (mon.0) 263 : cluster [WRN] File "/var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 3380, in command_ceph_volume 2024-04-24T17:20:34.422 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: cluster 2024-04-24T17:20:34.022733+0000 mon.smithi057 (mon.0) 264 : cluster [WRN] File "/var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/cephadmlib/call_wrappers.py", line 307, in call_throws 2024-04-24T17:20:34.422 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: cluster 2024-04-24T17:20:34.022733+0000 mon.smithi057 (mon.0) 264 : cluster [WRN] File "/var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/cephadmlib/call_wrappers.py", line 307, in call_throws 2024-04-24T17:20:34.422 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: cluster 2024-04-24T17:20:34.022744+0000 mon.smithi057 (mon.0) 265 : cluster [WRN] RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a -e NODE_NAME=smithi088 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/log/ceph/5cb8698a-025e-11ef-bc93-c7b262605968:/var/log/ceph:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs:slave -v /tmp/ceph-tmpvdxmcbzv:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a inventory --format=json-pretty --filter-for-batch: docker: Error response from daemon: invalid mount config: must use either propagation mode "rslave" or "rshared" when mount source is within the daemon root, daemon root: "/var/lib/docker", bind mount source: "/", propagation: "slave". 2024-04-24T17:20:34.422 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: cluster 2024-04-24T17:20:34.022744+0000 mon.smithi057 (mon.0) 265 : cluster [WRN] RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a -e NODE_NAME=smithi088 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/log/ceph/5cb8698a-025e-11ef-bc93-c7b262605968:/var/log/ceph:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs:slave -v /tmp/ceph-tmpvdxmcbzv:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a inventory --format=json-pretty --filter-for-batch: docker: Error response from daemon: invalid mount config: must use either propagation mode "rslave" or "rshared" when mount source is within the daemon root, daemon root: "/var/lib/docker", bind mount source: "/", propagation: "slave". 2024-04-24T17:20:34.422 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: cluster 2024-04-24T17:20:34.022755+0000 mon.smithi057 (mon.0) 266 : cluster [WRN] See 'docker run --help'. 2024-04-24T17:20:34.422 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: cluster 2024-04-24T17:20:34.022755+0000 mon.smithi057 (mon.0) 266 : cluster [WRN] See 'docker run --help'. 2024-04-24T17:20:34.422 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: cluster 2024-04-24T17:20:34.022766+0000 mon.smithi057 (mon.0) 267 : cluster [WRN] host smithi057 `cephadm ceph-volume` failed: cephadm exited with an error code: 1, stderr: Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:20:34.422 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: cluster 2024-04-24T17:20:34.022766+0000 mon.smithi057 (mon.0) 267 : cluster [WRN] host smithi057 `cephadm ceph-volume` failed: cephadm exited with an error code: 1, stderr: Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:20:34.422 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: cluster 2024-04-24T17:20:34.022779+0000 mon.smithi057 (mon.0) 268 : cluster [WRN] Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a -e NODE_NAME=smithi057 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/5cb8698a-025e-11ef-bc93-c7b262605968:/var/run/ceph:z -v /var/log/ceph/5cb8698a-025e-11ef-bc93-c7b262605968:/var/log/ceph:z -v /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs:slave -v /tmp/ceph-tmp_1bpriai:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a inventory --format=json-pretty --filter-for-batch 2024-04-24T17:20:34.422 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: cluster 2024-04-24T17:20:34.022779+0000 mon.smithi057 (mon.0) 268 : cluster [WRN] Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a -e NODE_NAME=smithi057 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/5cb8698a-025e-11ef-bc93-c7b262605968:/var/run/ceph:z -v /var/log/ceph/5cb8698a-025e-11ef-bc93-c7b262605968:/var/log/ceph:z -v /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs:slave -v /tmp/ceph-tmp_1bpriai:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a inventory --format=json-pretty --filter-for-batch 2024-04-24T17:20:34.423 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: cluster 2024-04-24T17:20:34.022790+0000 mon.smithi057 (mon.0) 269 : cluster [WRN] /usr/bin/docker: stderr docker: Error response from daemon: invalid mount config: must use either propagation mode "rslave" or "rshared" when mount source is within the daemon root, daemon root: "/var/lib/docker", bind mount source: "/", propagation: "slave". 2024-04-24T17:20:34.423 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: cluster 2024-04-24T17:20:34.022790+0000 mon.smithi057 (mon.0) 269 : cluster [WRN] /usr/bin/docker: stderr docker: Error response from daemon: invalid mount config: must use either propagation mode "rslave" or "rshared" when mount source is within the daemon root, daemon root: "/var/lib/docker", bind mount source: "/", propagation: "slave". 2024-04-24T17:20:34.423 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: cluster 2024-04-24T17:20:34.022802+0000 mon.smithi057 (mon.0) 270 : cluster [WRN] /usr/bin/docker: stderr See 'docker run --help'. 2024-04-24T17:20:34.423 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: cluster 2024-04-24T17:20:34.022802+0000 mon.smithi057 (mon.0) 270 : cluster [WRN] /usr/bin/docker: stderr See 'docker run --help'. 2024-04-24T17:20:34.423 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: cluster 2024-04-24T17:20:34.022811+0000 mon.smithi057 (mon.0) 271 : cluster [WRN] Traceback (most recent call last): 2024-04-24T17:20:34.423 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: cluster 2024-04-24T17:20:34.022811+0000 mon.smithi057 (mon.0) 271 : cluster [WRN] Traceback (most recent call last): 2024-04-24T17:20:34.423 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: cluster 2024-04-24T17:20:34.022822+0000 mon.smithi057 (mon.0) 272 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main 2024-04-24T17:20:34.423 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: cluster 2024-04-24T17:20:34.022822+0000 mon.smithi057 (mon.0) 272 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main 2024-04-24T17:20:34.423 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: cluster 2024-04-24T17:20:34.022832+0000 mon.smithi057 (mon.0) 273 : cluster [WRN] return _run_code(code, main_globals, None, 2024-04-24T17:20:34.423 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: cluster 2024-04-24T17:20:34.022832+0000 mon.smithi057 (mon.0) 273 : cluster [WRN] return _run_code(code, main_globals, None, 2024-04-24T17:20:34.423 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: cluster 2024-04-24T17:20:34.022842+0000 mon.smithi057 (mon.0) 274 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 86, in _run_code 2024-04-24T17:20:34.423 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: cluster 2024-04-24T17:20:34.022842+0000 mon.smithi057 (mon.0) 274 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 86, in _run_code 2024-04-24T17:20:34.423 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: cluster 2024-04-24T17:20:34.022850+0000 mon.smithi057 (mon.0) 275 : cluster [WRN] exec(code, run_globals) 2024-04-24T17:20:34.423 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: cluster 2024-04-24T17:20:34.022850+0000 mon.smithi057 (mon.0) 275 : cluster [WRN] exec(code, run_globals) 2024-04-24T17:20:34.423 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: cluster 2024-04-24T17:20:34.022859+0000 mon.smithi057 (mon.0) 276 : cluster [WRN] File "/var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 5642, in 2024-04-24T17:20:34.424 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: cluster 2024-04-24T17:20:34.022859+0000 mon.smithi057 (mon.0) 276 : cluster [WRN] File "/var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 5642, in 2024-04-24T17:20:34.424 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: cluster 2024-04-24T17:20:34.022869+0000 mon.smithi057 (mon.0) 277 : cluster [WRN] File "/var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 5630, in main 2024-04-24T17:20:34.424 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: cluster 2024-04-24T17:20:34.022869+0000 mon.smithi057 (mon.0) 277 : cluster [WRN] File "/var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 5630, in main 2024-04-24T17:20:34.424 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: cluster 2024-04-24T17:20:34.022879+0000 mon.smithi057 (mon.0) 278 : cluster [WRN] File "/var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 408, in _infer_config 2024-04-24T17:20:34.424 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: cluster 2024-04-24T17:20:34.022879+0000 mon.smithi057 (mon.0) 278 : cluster [WRN] File "/var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 408, in _infer_config 2024-04-24T17:20:34.424 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: cluster 2024-04-24T17:20:34.022897+0000 mon.smithi057 (mon.0) 279 : cluster [WRN] File "/var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 323, in _infer_fsid 2024-04-24T17:20:34.424 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: cluster 2024-04-24T17:20:34.022897+0000 mon.smithi057 (mon.0) 279 : cluster [WRN] File "/var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 323, in _infer_fsid 2024-04-24T17:20:34.424 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: cluster 2024-04-24T17:20:34.022908+0000 mon.smithi057 (mon.0) 280 : cluster [WRN] File "/var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 436, in _infer_image 2024-04-24T17:20:34.424 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: cluster 2024-04-24T17:20:34.022908+0000 mon.smithi057 (mon.0) 280 : cluster [WRN] File "/var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 436, in _infer_image 2024-04-24T17:20:34.424 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: cluster 2024-04-24T17:20:34.022919+0000 mon.smithi057 (mon.0) 281 : cluster [WRN] File "/var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 310, in _validate_fsid 2024-04-24T17:20:34.424 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: cluster 2024-04-24T17:20:34.022919+0000 mon.smithi057 (mon.0) 281 : cluster [WRN] File "/var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 310, in _validate_fsid 2024-04-24T17:20:34.424 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: cluster 2024-04-24T17:20:34.022929+0000 mon.smithi057 (mon.0) 282 : cluster [WRN] File "/var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 3380, in command_ceph_volume 2024-04-24T17:20:34.424 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: cluster 2024-04-24T17:20:34.022929+0000 mon.smithi057 (mon.0) 282 : cluster [WRN] File "/var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 3380, in command_ceph_volume 2024-04-24T17:20:34.424 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: cluster 2024-04-24T17:20:34.022945+0000 mon.smithi057 (mon.0) 283 : cluster [WRN] File "/var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/cephadmlib/call_wrappers.py", line 307, in call_throws 2024-04-24T17:20:34.425 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: cluster 2024-04-24T17:20:34.022945+0000 mon.smithi057 (mon.0) 283 : cluster [WRN] File "/var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/cephadmlib/call_wrappers.py", line 307, in call_throws 2024-04-24T17:20:34.425 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: cluster 2024-04-24T17:20:34.022955+0000 mon.smithi057 (mon.0) 284 : cluster [WRN] RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a -e NODE_NAME=smithi057 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/5cb8698a-025e-11ef-bc93-c7b262605968:/var/run/ceph:z -v /var/log/ceph/5cb8698a-025e-11ef-bc93-c7b262605968:/var/log/ceph:z -v /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs:slave -v /tmp/ceph-tmp_1bpriai:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a inventory --format=json-pretty --filter-for-batch: docker: Error response from daemon: invalid mount config: must use either propagation mode "rslave" or "rshared" when mount source is within the daemon root, daemon root: "/var/lib/docker", bind mount source: "/", propagation: "slave". 2024-04-24T17:20:34.425 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: cluster 2024-04-24T17:20:34.022955+0000 mon.smithi057 (mon.0) 284 : cluster [WRN] RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a -e NODE_NAME=smithi057 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/5cb8698a-025e-11ef-bc93-c7b262605968:/var/run/ceph:z -v /var/log/ceph/5cb8698a-025e-11ef-bc93-c7b262605968:/var/log/ceph:z -v /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs:slave -v /tmp/ceph-tmp_1bpriai:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a inventory --format=json-pretty --filter-for-batch: docker: Error response from daemon: invalid mount config: must use either propagation mode "rslave" or "rshared" when mount source is within the daemon root, daemon root: "/var/lib/docker", bind mount source: "/", propagation: "slave". 2024-04-24T17:20:34.425 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: cluster 2024-04-24T17:20:34.022967+0000 mon.smithi057 (mon.0) 285 : cluster [WRN] See 'docker run --help'. 2024-04-24T17:20:34.425 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: cluster 2024-04-24T17:20:34.022967+0000 mon.smithi057 (mon.0) 285 : cluster [WRN] See 'docker run --help'. 2024-04-24T17:20:34.425 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: cluster 2024-04-24T17:20:34.024378+0000 mon.smithi057 (mon.0) 286 : cluster [DBG] Standby manager daemon smithi088.vazntp started 2024-04-24T17:20:34.425 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: cluster 2024-04-24T17:20:34.024378+0000 mon.smithi057 (mon.0) 286 : cluster [DBG] Standby manager daemon smithi088.vazntp started 2024-04-24T17:20:34.425 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: audit 2024-04-24T17:20:34.027414+0000 mon.smithi057 (mon.0) 287 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:34.425 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: audit 2024-04-24T17:20:34.027414+0000 mon.smithi057 (mon.0) 287 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:34.425 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: audit 2024-04-24T17:20:34.030691+0000 mon.smithi057 (mon.0) 288 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:34.425 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: audit 2024-04-24T17:20:34.030691+0000 mon.smithi057 (mon.0) 288 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:34.425 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: audit 2024-04-24T17:20:34.032128+0000 mon.smithi057 (mon.0) 289 : audit [DBG] from='mgr.? 172.21.15.88:0/1818547066' entity='mgr.smithi088.vazntp' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-24T17:20:34.425 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: audit 2024-04-24T17:20:34.032128+0000 mon.smithi057 (mon.0) 289 : audit [DBG] from='mgr.? 172.21.15.88:0/1818547066' entity='mgr.smithi088.vazntp' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-24T17:20:34.425 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: audit 2024-04-24T17:20:34.033423+0000 mon.smithi057 (mon.0) 290 : audit [DBG] from='mgr.? 172.21.15.88:0/1818547066' entity='mgr.smithi088.vazntp' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi088.vazntp/key"}]: dispatch 2024-04-24T17:20:34.425 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: audit 2024-04-24T17:20:34.033423+0000 mon.smithi057 (mon.0) 290 : audit [DBG] from='mgr.? 172.21.15.88:0/1818547066' entity='mgr.smithi088.vazntp' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi088.vazntp/key"}]: dispatch 2024-04-24T17:20:34.426 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: audit 2024-04-24T17:20:34.033848+0000 mon.smithi057 (mon.0) 291 : audit [DBG] from='mgr.? 172.21.15.88:0/1818547066' entity='mgr.smithi088.vazntp' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-24T17:20:34.426 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:34 smithi088 bash[20239]: audit 2024-04-24T17:20:34.033848+0000 mon.smithi057 (mon.0) 291 : audit [DBG] from='mgr.? 172.21.15.88:0/1818547066' entity='mgr.smithi088.vazntp' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-24T17:20:34.486 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-04-24T17:20:34.486 INFO:teuthology.orchestra.run.smithi088.stdout:{"epoch":2,"fsid":"5cb8698a-025e-11ef-bc93-c7b262605968","modified":"2024-04-24T17:20:28.942401Z","created":"2024-04-24T17:17:24.528063Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi057","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.57:3300","nonce":0},{"type":"v1","addr":"172.21.15.57:6789","nonce":0}]},"addr":"172.21.15.57:6789/0","public_addr":"172.21.15.57:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi088","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:3300","nonce":0},{"type":"v1","addr":"172.21.15.88:6789","nonce":0}]},"addr":"172.21.15.88:6789/0","public_addr":"172.21.15.88:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-04-24T17:20:34.490 INFO:teuthology.orchestra.run.smithi088.stderr:dumped monmap epoch 2 2024-04-24T17:20:35.075 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-04-24T17:20:35.076 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph config generate-minimal-conf 2024-04-24T17:20:35.415 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:35 smithi088 bash[20239]: cluster 2024-04-24T17:20:33.844847+0000 mgr.smithi057.tirlgq (mgr.14197) 28 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:20:35.415 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:35 smithi088 bash[20239]: cluster 2024-04-24T17:20:33.844847+0000 mgr.smithi057.tirlgq (mgr.14197) 28 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:20:35.415 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:35 smithi088 bash[20239]: cluster 2024-04-24T17:20:34.090865+0000 mon.smithi057 (mon.0) 292 : cluster [DBG] mgrmap e18: smithi057.tirlgq(active, since 37s), standbys: smithi088.vazntp 2024-04-24T17:20:35.415 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:35 smithi088 bash[20239]: cluster 2024-04-24T17:20:34.090865+0000 mon.smithi057 (mon.0) 292 : cluster [DBG] mgrmap e18: smithi057.tirlgq(active, since 37s), standbys: smithi088.vazntp 2024-04-24T17:20:35.415 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:35 smithi088 bash[20239]: audit 2024-04-24T17:20:34.090998+0000 mon.smithi057 (mon.0) 293 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "mgr metadata", "who": "smithi088.vazntp", "id": "smithi088.vazntp"}]: dispatch 2024-04-24T17:20:35.415 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:35 smithi088 bash[20239]: audit 2024-04-24T17:20:34.090998+0000 mon.smithi057 (mon.0) 293 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "mgr metadata", "who": "smithi088.vazntp", "id": "smithi088.vazntp"}]: dispatch 2024-04-24T17:20:35.415 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:35 smithi088 bash[20239]: audit 2024-04-24T17:20:34.487348+0000 mon.smithi057 (mon.0) 294 : audit [DBG] from='client.? 172.21.15.88:0/2054399802' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-24T17:20:35.415 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:35 smithi088 bash[20239]: audit 2024-04-24T17:20:34.487348+0000 mon.smithi057 (mon.0) 294 : audit [DBG] from='client.? 172.21.15.88:0/2054399802' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-24T17:20:35.416 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:35 smithi088 bash[20239]: audit 2024-04-24T17:20:34.943529+0000 mon.smithi057 (mon.0) 295 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2024-04-24T17:20:35.416 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:35 smithi088 bash[20239]: audit 2024-04-24T17:20:34.943529+0000 mon.smithi057 (mon.0) 295 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2024-04-24T17:20:35.587 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:35 smithi057 bash[18598]: cluster 2024-04-24T17:20:33.844847+0000 mgr.smithi057.tirlgq (mgr.14197) 28 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:20:35.587 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:35 smithi057 bash[18598]: cluster 2024-04-24T17:20:33.844847+0000 mgr.smithi057.tirlgq (mgr.14197) 28 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:20:35.587 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:35 smithi057 bash[18598]: cluster 2024-04-24T17:20:34.090865+0000 mon.smithi057 (mon.0) 292 : cluster [DBG] mgrmap e18: smithi057.tirlgq(active, since 37s), standbys: smithi088.vazntp 2024-04-24T17:20:35.588 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:35 smithi057 bash[18598]: cluster 2024-04-24T17:20:34.090865+0000 mon.smithi057 (mon.0) 292 : cluster [DBG] mgrmap e18: smithi057.tirlgq(active, since 37s), standbys: smithi088.vazntp 2024-04-24T17:20:35.588 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:35 smithi057 bash[18598]: audit 2024-04-24T17:20:34.090998+0000 mon.smithi057 (mon.0) 293 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "mgr metadata", "who": "smithi088.vazntp", "id": "smithi088.vazntp"}]: dispatch 2024-04-24T17:20:35.588 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:35 smithi057 bash[18598]: audit 2024-04-24T17:20:34.090998+0000 mon.smithi057 (mon.0) 293 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "mgr metadata", "who": "smithi088.vazntp", "id": "smithi088.vazntp"}]: dispatch 2024-04-24T17:20:35.588 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:35 smithi057 bash[18598]: audit 2024-04-24T17:20:34.487348+0000 mon.smithi057 (mon.0) 294 : audit [DBG] from='client.? 172.21.15.88:0/2054399802' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-24T17:20:35.588 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:35 smithi057 bash[18598]: audit 2024-04-24T17:20:34.487348+0000 mon.smithi057 (mon.0) 294 : audit [DBG] from='client.? 172.21.15.88:0/2054399802' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-24T17:20:35.588 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:35 smithi057 bash[18598]: audit 2024-04-24T17:20:34.943529+0000 mon.smithi057 (mon.0) 295 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2024-04-24T17:20:35.588 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:35 smithi057 bash[18598]: audit 2024-04-24T17:20:34.943529+0000 mon.smithi057 (mon.0) 295 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2024-04-24T17:20:37.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:37 smithi057 bash[18598]: cluster 2024-04-24T17:20:35.845844+0000 mgr.smithi057.tirlgq (mgr.14197) 29 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:20:37.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:37 smithi057 bash[18598]: cluster 2024-04-24T17:20:35.845844+0000 mgr.smithi057.tirlgq (mgr.14197) 29 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:20:37.414 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:37 smithi088 bash[20239]: cluster 2024-04-24T17:20:35.845844+0000 mgr.smithi057.tirlgq (mgr.14197) 29 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:20:37.414 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:37 smithi088 bash[20239]: cluster 2024-04-24T17:20:35.845844+0000 mgr.smithi057.tirlgq (mgr.14197) 29 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:20:39.414 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:39 smithi088 bash[20239]: cluster 2024-04-24T17:20:37.846404+0000 mgr.smithi057.tirlgq (mgr.14197) 30 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:20:39.415 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:39 smithi088 bash[20239]: cluster 2024-04-24T17:20:37.846404+0000 mgr.smithi057.tirlgq (mgr.14197) 30 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:20:39.587 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:39 smithi057 bash[18598]: cluster 2024-04-24T17:20:37.846404+0000 mgr.smithi057.tirlgq (mgr.14197) 30 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:20:39.587 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:39 smithi057 bash[18598]: cluster 2024-04-24T17:20:37.846404+0000 mgr.smithi057.tirlgq (mgr.14197) 30 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:20:39.847 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:20:41.051 INFO:teuthology.orchestra.run.smithi057.stdout:# minimal ceph.conf for 5cb8698a-025e-11ef-bc93-c7b262605968 2024-04-24T17:20:41.052 INFO:teuthology.orchestra.run.smithi057.stdout:[global] 2024-04-24T17:20:41.052 INFO:teuthology.orchestra.run.smithi057.stdout: fsid = 5cb8698a-025e-11ef-bc93-c7b262605968 2024-04-24T17:20:41.052 INFO:teuthology.orchestra.run.smithi057.stdout: mon_host = [v2:172.21.15.57:3300/0,v1:172.21.15.57:6789/0] [v2:172.21.15.88:3300/0,v1:172.21.15.88:6789/0] 2024-04-24T17:20:41.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:41 smithi057 bash[18598]: cluster 2024-04-24T17:20:39.847466+0000 mgr.smithi057.tirlgq (mgr.14197) 31 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:20:41.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:41 smithi057 bash[18598]: cluster 2024-04-24T17:20:39.847466+0000 mgr.smithi057.tirlgq (mgr.14197) 31 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:20:41.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:41 smithi057 bash[18598]: audit 2024-04-24T17:20:40.813181+0000 mon.smithi057 (mon.0) 296 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:20:41.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:41 smithi057 bash[18598]: audit 2024-04-24T17:20:40.813181+0000 mon.smithi057 (mon.0) 296 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:20:41.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:41 smithi057 bash[18598]: audit 2024-04-24T17:20:40.814891+0000 mon.smithi057 (mon.0) 297 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:20:41.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:41 smithi057 bash[18598]: audit 2024-04-24T17:20:40.814891+0000 mon.smithi057 (mon.0) 297 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:20:41.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:41 smithi057 bash[18598]: audit 2024-04-24T17:20:41.052942+0000 mon.smithi057 (mon.0) 298 : audit [DBG] from='client.? 172.21.15.57:0/1525942562' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:20:41.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:41 smithi057 bash[18598]: audit 2024-04-24T17:20:41.052942+0000 mon.smithi057 (mon.0) 298 : audit [DBG] from='client.? 172.21.15.57:0/1525942562' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:20:41.415 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:41 smithi088 bash[20239]: cluster 2024-04-24T17:20:39.847466+0000 mgr.smithi057.tirlgq (mgr.14197) 31 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:20:41.415 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:41 smithi088 bash[20239]: cluster 2024-04-24T17:20:39.847466+0000 mgr.smithi057.tirlgq (mgr.14197) 31 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:20:41.415 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:41 smithi088 bash[20239]: audit 2024-04-24T17:20:40.813181+0000 mon.smithi057 (mon.0) 296 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:20:41.415 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:41 smithi088 bash[20239]: audit 2024-04-24T17:20:40.813181+0000 mon.smithi057 (mon.0) 296 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:20:41.415 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:41 smithi088 bash[20239]: audit 2024-04-24T17:20:40.814891+0000 mon.smithi057 (mon.0) 297 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:20:41.415 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:41 smithi088 bash[20239]: audit 2024-04-24T17:20:40.814891+0000 mon.smithi057 (mon.0) 297 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:20:41.415 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:41 smithi088 bash[20239]: audit 2024-04-24T17:20:41.052942+0000 mon.smithi057 (mon.0) 298 : audit [DBG] from='client.? 172.21.15.57:0/1525942562' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:20:41.415 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:41 smithi088 bash[20239]: audit 2024-04-24T17:20:41.052942+0000 mon.smithi057 (mon.0) 298 : audit [DBG] from='client.? 172.21.15.57:0/1525942562' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:20:41.643 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-04-24T17:20:41.644 DEBUG:teuthology.orchestra.run.smithi057:> set -ex 2024-04-24T17:20:41.644 DEBUG:teuthology.orchestra.run.smithi057:> sudo dd of=/etc/ceph/ceph.conf 2024-04-24T17:20:41.655 DEBUG:teuthology.orchestra.run.smithi057:> set -ex 2024-04-24T17:20:41.655 DEBUG:teuthology.orchestra.run.smithi057:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-24T17:20:41.704 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2024-04-24T17:20:41.704 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd of=/etc/ceph/ceph.conf 2024-04-24T17:20:41.755 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2024-04-24T17:20:41.755 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-24T17:20:41.810 INFO:tasks.cephadm:Deploying OSDs... 2024-04-24T17:20:41.810 DEBUG:teuthology.orchestra.run.smithi057:> set -ex 2024-04-24T17:20:41.810 DEBUG:teuthology.orchestra.run.smithi057:> dd if=/scratch_devs of=/dev/stdout 2024-04-24T17:20:41.815 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-04-24T17:20:41.816 DEBUG:teuthology.orchestra.run.smithi057:> stat /dev/nvme1n1 2024-04-24T17:20:41.865 INFO:teuthology.orchestra.run.smithi057.stdout: File: /dev/nvme1n1 2024-04-24T17:20:41.865 INFO:teuthology.orchestra.run.smithi057.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-04-24T17:20:41.865 INFO:teuthology.orchestra.run.smithi057.stdout:Device: 5h/5d Inode: 948 Links: 1 Device type: 103,2 2024-04-24T17:20:41.865 INFO:teuthology.orchestra.run.smithi057.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-04-24T17:20:41.865 INFO:teuthology.orchestra.run.smithi057.stdout:Access: 2024-04-24 17:16:15.970669345 +0000 2024-04-24T17:20:41.865 INFO:teuthology.orchestra.run.smithi057.stdout:Modify: 2024-04-24 17:16:15.970669345 +0000 2024-04-24T17:20:41.866 INFO:teuthology.orchestra.run.smithi057.stdout:Change: 2024-04-24 17:16:15.970669345 +0000 2024-04-24T17:20:41.866 INFO:teuthology.orchestra.run.smithi057.stdout: Birth: - 2024-04-24T17:20:41.866 DEBUG:teuthology.orchestra.run.smithi057:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-04-24T17:20:41.920 INFO:teuthology.orchestra.run.smithi057.stderr:1+0 records in 2024-04-24T17:20:41.920 INFO:teuthology.orchestra.run.smithi057.stderr:1+0 records out 2024-04-24T17:20:41.920 INFO:teuthology.orchestra.run.smithi057.stderr:512 bytes copied, 0.000564648 s, 907 kB/s 2024-04-24T17:20:41.921 DEBUG:teuthology.orchestra.run.smithi057:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-04-24T17:20:41.970 DEBUG:teuthology.orchestra.run.smithi057:> stat /dev/nvme2n1 2024-04-24T17:20:42.016 INFO:teuthology.orchestra.run.smithi057.stdout: File: /dev/nvme2n1 2024-04-24T17:20:42.016 INFO:teuthology.orchestra.run.smithi057.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-04-24T17:20:42.017 INFO:teuthology.orchestra.run.smithi057.stdout:Device: 5h/5d Inode: 957 Links: 1 Device type: 103,4 2024-04-24T17:20:42.017 INFO:teuthology.orchestra.run.smithi057.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-04-24T17:20:42.017 INFO:teuthology.orchestra.run.smithi057.stdout:Access: 2024-04-24 17:16:16.062640032 +0000 2024-04-24T17:20:42.017 INFO:teuthology.orchestra.run.smithi057.stdout:Modify: 2024-04-24 17:16:16.062640032 +0000 2024-04-24T17:20:42.017 INFO:teuthology.orchestra.run.smithi057.stdout:Change: 2024-04-24 17:16:16.062640032 +0000 2024-04-24T17:20:42.017 INFO:teuthology.orchestra.run.smithi057.stdout: Birth: - 2024-04-24T17:20:42.017 DEBUG:teuthology.orchestra.run.smithi057:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-04-24T17:20:42.071 INFO:teuthology.orchestra.run.smithi057.stderr:1+0 records in 2024-04-24T17:20:42.071 INFO:teuthology.orchestra.run.smithi057.stderr:1+0 records out 2024-04-24T17:20:42.071 INFO:teuthology.orchestra.run.smithi057.stderr:512 bytes copied, 0.000473744 s, 1.1 MB/s 2024-04-24T17:20:42.072 DEBUG:teuthology.orchestra.run.smithi057:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-04-24T17:20:42.126 DEBUG:teuthology.orchestra.run.smithi057:> stat /dev/nvme3n1 2024-04-24T17:20:42.174 INFO:teuthology.orchestra.run.smithi057.stdout: File: /dev/nvme3n1 2024-04-24T17:20:42.174 INFO:teuthology.orchestra.run.smithi057.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-04-24T17:20:42.174 INFO:teuthology.orchestra.run.smithi057.stdout:Device: 5h/5d Inode: 966 Links: 1 Device type: 103,6 2024-04-24T17:20:42.174 INFO:teuthology.orchestra.run.smithi057.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-04-24T17:20:42.174 INFO:teuthology.orchestra.run.smithi057.stdout:Access: 2024-04-24 17:16:16.154593210 +0000 2024-04-24T17:20:42.174 INFO:teuthology.orchestra.run.smithi057.stdout:Modify: 2024-04-24 17:16:16.154593210 +0000 2024-04-24T17:20:42.174 INFO:teuthology.orchestra.run.smithi057.stdout:Change: 2024-04-24 17:16:16.154593210 +0000 2024-04-24T17:20:42.175 INFO:teuthology.orchestra.run.smithi057.stdout: Birth: - 2024-04-24T17:20:42.175 DEBUG:teuthology.orchestra.run.smithi057:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-04-24T17:20:42.205 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:42 smithi057 bash[18598]: cephadm 2024-04-24T17:20:40.816903+0000 mgr.smithi057.tirlgq (mgr.14197) 32 : cephadm [INF] Updating smithi057:/etc/ceph/ceph.conf 2024-04-24T17:20:42.205 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:42 smithi057 bash[18598]: cephadm 2024-04-24T17:20:40.816903+0000 mgr.smithi057.tirlgq (mgr.14197) 32 : cephadm [INF] Updating smithi057:/etc/ceph/ceph.conf 2024-04-24T17:20:42.205 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:42 smithi057 bash[18598]: cephadm 2024-04-24T17:20:40.817205+0000 mgr.smithi057.tirlgq (mgr.14197) 33 : cephadm [INF] Updating smithi088:/etc/ceph/ceph.conf 2024-04-24T17:20:42.205 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:42 smithi057 bash[18598]: cephadm 2024-04-24T17:20:40.817205+0000 mgr.smithi057.tirlgq (mgr.14197) 33 : cephadm [INF] Updating smithi088:/etc/ceph/ceph.conf 2024-04-24T17:20:42.206 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:42 smithi057 bash[18598]: cephadm 2024-04-24T17:20:40.981225+0000 mgr.smithi057.tirlgq (mgr.14197) 34 : cephadm [INF] Updating smithi057:/var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T17:20:42.206 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:42 smithi057 bash[18598]: cephadm 2024-04-24T17:20:40.981225+0000 mgr.smithi057.tirlgq (mgr.14197) 34 : cephadm [INF] Updating smithi057:/var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T17:20:42.206 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:42 smithi057 bash[18598]: cephadm 2024-04-24T17:20:40.982177+0000 mgr.smithi057.tirlgq (mgr.14197) 35 : cephadm [INF] Updating smithi088:/var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T17:20:42.206 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:42 smithi057 bash[18598]: cephadm 2024-04-24T17:20:40.982177+0000 mgr.smithi057.tirlgq (mgr.14197) 35 : cephadm [INF] Updating smithi088:/var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T17:20:42.206 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:42 smithi057 bash[18598]: audit 2024-04-24T17:20:41.151498+0000 mon.smithi057 (mon.0) 299 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:42.206 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:42 smithi057 bash[18598]: audit 2024-04-24T17:20:41.151498+0000 mon.smithi057 (mon.0) 299 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:42.206 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:42 smithi057 bash[18598]: audit 2024-04-24T17:20:41.156260+0000 mon.smithi057 (mon.0) 300 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:42.206 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:42 smithi057 bash[18598]: audit 2024-04-24T17:20:41.156260+0000 mon.smithi057 (mon.0) 300 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:42.207 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:42 smithi057 bash[18598]: cluster 2024-04-24T17:20:41.156926+0000 mgr.smithi057.tirlgq (mgr.14197) 36 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:20:42.207 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:42 smithi057 bash[18598]: cluster 2024-04-24T17:20:41.156926+0000 mgr.smithi057.tirlgq (mgr.14197) 36 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:20:42.207 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:42 smithi057 bash[18598]: cluster 2024-04-24T17:20:41.157309+0000 mgr.smithi057.tirlgq (mgr.14197) 37 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:20:42.207 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:42 smithi057 bash[18598]: cluster 2024-04-24T17:20:41.157309+0000 mgr.smithi057.tirlgq (mgr.14197) 37 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:20:42.207 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:42 smithi057 bash[18598]: audit 2024-04-24T17:20:41.160748+0000 mon.smithi057 (mon.0) 301 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:42.207 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:42 smithi057 bash[18598]: audit 2024-04-24T17:20:41.160748+0000 mon.smithi057 (mon.0) 301 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:42.207 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:42 smithi057 bash[18598]: audit 2024-04-24T17:20:41.212573+0000 mon.smithi057 (mon.0) 302 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-24T17:20:42.207 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:42 smithi057 bash[18598]: audit 2024-04-24T17:20:41.212573+0000 mon.smithi057 (mon.0) 302 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-24T17:20:42.207 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:42 smithi057 bash[18598]: audit 2024-04-24T17:20:41.213387+0000 mon.smithi057 (mon.0) 303 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-24T17:20:42.207 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:42 smithi057 bash[18598]: audit 2024-04-24T17:20:41.213387+0000 mon.smithi057 (mon.0) 303 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-24T17:20:42.207 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:42 smithi057 bash[18598]: audit 2024-04-24T17:20:41.214146+0000 mon.smithi057 (mon.0) 304 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:20:42.207 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:42 smithi057 bash[18598]: audit 2024-04-24T17:20:41.214146+0000 mon.smithi057 (mon.0) 304 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:20:42.207 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:42 smithi057 bash[18598]: audit 2024-04-24T17:20:41.782881+0000 mon.smithi057 (mon.0) 305 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:20:42.207 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:42 smithi057 bash[18598]: audit 2024-04-24T17:20:41.782881+0000 mon.smithi057 (mon.0) 305 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:20:42.217 INFO:teuthology.orchestra.run.smithi057.stderr:1+0 records in 2024-04-24T17:20:42.217 INFO:teuthology.orchestra.run.smithi057.stderr:1+0 records out 2024-04-24T17:20:42.217 INFO:teuthology.orchestra.run.smithi057.stderr:512 bytes copied, 0.000395092 s, 1.3 MB/s 2024-04-24T17:20:42.218 DEBUG:teuthology.orchestra.run.smithi057:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-04-24T17:20:42.265 DEBUG:teuthology.orchestra.run.smithi057:> stat /dev/nvme4n1 2024-04-24T17:20:42.311 INFO:teuthology.orchestra.run.smithi057.stdout: File: /dev/nvme4n1 2024-04-24T17:20:42.312 INFO:teuthology.orchestra.run.smithi057.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-04-24T17:20:42.312 INFO:teuthology.orchestra.run.smithi057.stdout:Device: 5h/5d Inode: 975 Links: 1 Device type: 103,8 2024-04-24T17:20:42.312 INFO:teuthology.orchestra.run.smithi057.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-04-24T17:20:42.312 INFO:teuthology.orchestra.run.smithi057.stdout:Access: 2024-04-24 17:16:16.254542317 +0000 2024-04-24T17:20:42.312 INFO:teuthology.orchestra.run.smithi057.stdout:Modify: 2024-04-24 17:16:16.254542317 +0000 2024-04-24T17:20:42.312 INFO:teuthology.orchestra.run.smithi057.stdout:Change: 2024-04-24 17:16:16.254542317 +0000 2024-04-24T17:20:42.312 INFO:teuthology.orchestra.run.smithi057.stdout: Birth: - 2024-04-24T17:20:42.312 DEBUG:teuthology.orchestra.run.smithi057:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-04-24T17:20:42.368 INFO:teuthology.orchestra.run.smithi057.stderr:1+0 records in 2024-04-24T17:20:42.368 INFO:teuthology.orchestra.run.smithi057.stderr:1+0 records out 2024-04-24T17:20:42.369 INFO:teuthology.orchestra.run.smithi057.stderr:512 bytes copied, 0.000402808 s, 1.3 MB/s 2024-04-24T17:20:42.369 DEBUG:teuthology.orchestra.run.smithi057:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-04-24T17:20:42.415 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:42 smithi088 bash[20239]: cephadm 2024-04-24T17:20:40.816903+0000 mgr.smithi057.tirlgq (mgr.14197) 32 : cephadm [INF] Updating smithi057:/etc/ceph/ceph.conf 2024-04-24T17:20:42.415 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:42 smithi088 bash[20239]: cephadm 2024-04-24T17:20:40.816903+0000 mgr.smithi057.tirlgq (mgr.14197) 32 : cephadm [INF] Updating smithi057:/etc/ceph/ceph.conf 2024-04-24T17:20:42.415 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:42 smithi088 bash[20239]: cephadm 2024-04-24T17:20:40.817205+0000 mgr.smithi057.tirlgq (mgr.14197) 33 : cephadm [INF] Updating smithi088:/etc/ceph/ceph.conf 2024-04-24T17:20:42.415 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:42 smithi088 bash[20239]: cephadm 2024-04-24T17:20:40.817205+0000 mgr.smithi057.tirlgq (mgr.14197) 33 : cephadm [INF] Updating smithi088:/etc/ceph/ceph.conf 2024-04-24T17:20:42.415 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:42 smithi088 bash[20239]: cephadm 2024-04-24T17:20:40.981225+0000 mgr.smithi057.tirlgq (mgr.14197) 34 : cephadm [INF] Updating smithi057:/var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T17:20:42.415 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:42 smithi088 bash[20239]: cephadm 2024-04-24T17:20:40.981225+0000 mgr.smithi057.tirlgq (mgr.14197) 34 : cephadm [INF] Updating smithi057:/var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T17:20:42.415 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:42 smithi088 bash[20239]: cephadm 2024-04-24T17:20:40.982177+0000 mgr.smithi057.tirlgq (mgr.14197) 35 : cephadm [INF] Updating smithi088:/var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T17:20:42.416 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:42 smithi088 bash[20239]: cephadm 2024-04-24T17:20:40.982177+0000 mgr.smithi057.tirlgq (mgr.14197) 35 : cephadm [INF] Updating smithi088:/var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T17:20:42.416 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:42 smithi088 bash[20239]: audit 2024-04-24T17:20:41.151498+0000 mon.smithi057 (mon.0) 299 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:42.416 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:42 smithi088 bash[20239]: audit 2024-04-24T17:20:41.151498+0000 mon.smithi057 (mon.0) 299 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:42.416 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:42 smithi088 bash[20239]: audit 2024-04-24T17:20:41.156260+0000 mon.smithi057 (mon.0) 300 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:42.416 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:42 smithi088 bash[20239]: audit 2024-04-24T17:20:41.156260+0000 mon.smithi057 (mon.0) 300 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:42.416 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:42 smithi088 bash[20239]: cluster 2024-04-24T17:20:41.156926+0000 mgr.smithi057.tirlgq (mgr.14197) 36 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:20:42.416 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:42 smithi088 bash[20239]: cluster 2024-04-24T17:20:41.156926+0000 mgr.smithi057.tirlgq (mgr.14197) 36 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:20:42.416 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:42 smithi088 bash[20239]: cluster 2024-04-24T17:20:41.157309+0000 mgr.smithi057.tirlgq (mgr.14197) 37 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:20:42.416 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:42 smithi088 bash[20239]: cluster 2024-04-24T17:20:41.157309+0000 mgr.smithi057.tirlgq (mgr.14197) 37 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:20:42.416 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:42 smithi088 bash[20239]: audit 2024-04-24T17:20:41.160748+0000 mon.smithi057 (mon.0) 301 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:42.416 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:42 smithi088 bash[20239]: audit 2024-04-24T17:20:41.160748+0000 mon.smithi057 (mon.0) 301 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:42.416 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:42 smithi088 bash[20239]: audit 2024-04-24T17:20:41.212573+0000 mon.smithi057 (mon.0) 302 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-24T17:20:42.416 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:42 smithi088 bash[20239]: audit 2024-04-24T17:20:41.212573+0000 mon.smithi057 (mon.0) 302 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-24T17:20:42.416 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:42 smithi088 bash[20239]: audit 2024-04-24T17:20:41.213387+0000 mon.smithi057 (mon.0) 303 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-24T17:20:42.416 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:42 smithi088 bash[20239]: audit 2024-04-24T17:20:41.213387+0000 mon.smithi057 (mon.0) 303 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-24T17:20:42.417 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:42 smithi088 bash[20239]: audit 2024-04-24T17:20:41.214146+0000 mon.smithi057 (mon.0) 304 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:20:42.417 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:42 smithi088 bash[20239]: audit 2024-04-24T17:20:41.214146+0000 mon.smithi057 (mon.0) 304 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:20:42.417 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:42 smithi088 bash[20239]: audit 2024-04-24T17:20:41.782881+0000 mon.smithi057 (mon.0) 305 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:20:42.417 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:42 smithi088 bash[20239]: audit 2024-04-24T17:20:41.782881+0000 mon.smithi057 (mon.0) 305 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:20:42.418 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2024-04-24T17:20:42.418 DEBUG:teuthology.orchestra.run.smithi088:> dd if=/scratch_devs of=/dev/stdout 2024-04-24T17:20:42.424 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-04-24T17:20:42.424 DEBUG:teuthology.orchestra.run.smithi088:> stat /dev/nvme1n1 2024-04-24T17:20:42.470 INFO:teuthology.orchestra.run.smithi088.stdout: File: /dev/nvme1n1 2024-04-24T17:20:42.470 INFO:teuthology.orchestra.run.smithi088.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-04-24T17:20:42.470 INFO:teuthology.orchestra.run.smithi088.stdout:Device: 5h/5d Inode: 973 Links: 1 Device type: 103,2 2024-04-24T17:20:42.470 INFO:teuthology.orchestra.run.smithi088.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-04-24T17:20:42.470 INFO:teuthology.orchestra.run.smithi088.stdout:Access: 2024-04-24 17:16:17.214599182 +0000 2024-04-24T17:20:42.470 INFO:teuthology.orchestra.run.smithi088.stdout:Modify: 2024-04-24 17:16:17.214599182 +0000 2024-04-24T17:20:42.470 INFO:teuthology.orchestra.run.smithi088.stdout:Change: 2024-04-24 17:16:17.214599182 +0000 2024-04-24T17:20:42.471 INFO:teuthology.orchestra.run.smithi088.stdout: Birth: - 2024-04-24T17:20:42.471 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-04-24T17:20:42.526 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records in 2024-04-24T17:20:42.526 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records out 2024-04-24T17:20:42.526 INFO:teuthology.orchestra.run.smithi088.stderr:512 bytes copied, 0.000508196 s, 1.0 MB/s 2024-04-24T17:20:42.527 DEBUG:teuthology.orchestra.run.smithi088:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-04-24T17:20:42.575 DEBUG:teuthology.orchestra.run.smithi088:> stat /dev/nvme2n1 2024-04-24T17:20:42.622 INFO:teuthology.orchestra.run.smithi088.stdout: File: /dev/nvme2n1 2024-04-24T17:20:42.622 INFO:teuthology.orchestra.run.smithi088.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-04-24T17:20:42.622 INFO:teuthology.orchestra.run.smithi088.stdout:Device: 5h/5d Inode: 982 Links: 1 Device type: 103,4 2024-04-24T17:20:42.623 INFO:teuthology.orchestra.run.smithi088.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-04-24T17:20:42.623 INFO:teuthology.orchestra.run.smithi088.stdout:Access: 2024-04-24 17:16:17.306552360 +0000 2024-04-24T17:20:42.623 INFO:teuthology.orchestra.run.smithi088.stdout:Modify: 2024-04-24 17:16:17.306552360 +0000 2024-04-24T17:20:42.623 INFO:teuthology.orchestra.run.smithi088.stdout:Change: 2024-04-24 17:16:17.306552360 +0000 2024-04-24T17:20:42.623 INFO:teuthology.orchestra.run.smithi088.stdout: Birth: - 2024-04-24T17:20:42.623 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-04-24T17:20:42.676 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records in 2024-04-24T17:20:42.676 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records out 2024-04-24T17:20:42.676 INFO:teuthology.orchestra.run.smithi088.stderr:512 bytes copied, 0.000402122 s, 1.3 MB/s 2024-04-24T17:20:42.677 DEBUG:teuthology.orchestra.run.smithi088:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-04-24T17:20:42.728 DEBUG:teuthology.orchestra.run.smithi088:> stat /dev/nvme3n1 2024-04-24T17:20:42.778 INFO:teuthology.orchestra.run.smithi088.stdout: File: /dev/nvme3n1 2024-04-24T17:20:42.778 INFO:teuthology.orchestra.run.smithi088.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-04-24T17:20:42.778 INFO:teuthology.orchestra.run.smithi088.stdout:Device: 5h/5d Inode: 991 Links: 1 Device type: 103,6 2024-04-24T17:20:42.778 INFO:teuthology.orchestra.run.smithi088.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-04-24T17:20:42.778 INFO:teuthology.orchestra.run.smithi088.stdout:Access: 2024-04-24 17:16:17.398505539 +0000 2024-04-24T17:20:42.778 INFO:teuthology.orchestra.run.smithi088.stdout:Modify: 2024-04-24 17:16:17.398505539 +0000 2024-04-24T17:20:42.778 INFO:teuthology.orchestra.run.smithi088.stdout:Change: 2024-04-24 17:16:17.398505539 +0000 2024-04-24T17:20:42.778 INFO:teuthology.orchestra.run.smithi088.stdout: Birth: - 2024-04-24T17:20:42.778 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-04-24T17:20:42.832 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records in 2024-04-24T17:20:42.832 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records out 2024-04-24T17:20:42.832 INFO:teuthology.orchestra.run.smithi088.stderr:512 bytes copied, 0.000409072 s, 1.3 MB/s 2024-04-24T17:20:42.834 DEBUG:teuthology.orchestra.run.smithi088:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-04-24T17:20:42.884 DEBUG:teuthology.orchestra.run.smithi088:> stat /dev/nvme4n1 2024-04-24T17:20:42.929 INFO:teuthology.orchestra.run.smithi088.stdout: File: /dev/nvme4n1 2024-04-24T17:20:42.929 INFO:teuthology.orchestra.run.smithi088.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-04-24T17:20:42.929 INFO:teuthology.orchestra.run.smithi088.stdout:Device: 5h/5d Inode: 1000 Links: 1 Device type: 103,8 2024-04-24T17:20:42.929 INFO:teuthology.orchestra.run.smithi088.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-04-24T17:20:42.929 INFO:teuthology.orchestra.run.smithi088.stdout:Access: 2024-04-24 17:16:17.490458717 +0000 2024-04-24T17:20:42.930 INFO:teuthology.orchestra.run.smithi088.stdout:Modify: 2024-04-24 17:16:17.490458717 +0000 2024-04-24T17:20:42.930 INFO:teuthology.orchestra.run.smithi088.stdout:Change: 2024-04-24 17:16:17.490458717 +0000 2024-04-24T17:20:42.930 INFO:teuthology.orchestra.run.smithi088.stdout: Birth: - 2024-04-24T17:20:42.930 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-04-24T17:20:42.984 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records in 2024-04-24T17:20:42.984 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records out 2024-04-24T17:20:42.984 INFO:teuthology.orchestra.run.smithi088.stderr:512 bytes copied, 0.000477446 s, 1.1 MB/s 2024-04-24T17:20:42.985 DEBUG:teuthology.orchestra.run.smithi088:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-04-24T17:20:43.035 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph orch apply osd --all-available-devices 2024-04-24T17:20:43.415 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:43 smithi088 bash[20239]: cephadm 2024-04-24T17:20:41.212279+0000 mgr.smithi057.tirlgq (mgr.14197) 38 : cephadm [INF] Reconfiguring mon.smithi057 (unknown last config time)... 2024-04-24T17:20:43.415 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:43 smithi088 bash[20239]: cephadm 2024-04-24T17:20:41.212279+0000 mgr.smithi057.tirlgq (mgr.14197) 38 : cephadm [INF] Reconfiguring mon.smithi057 (unknown last config time)... 2024-04-24T17:20:43.415 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:43 smithi088 bash[20239]: cephadm 2024-04-24T17:20:41.214993+0000 mgr.smithi057.tirlgq (mgr.14197) 39 : cephadm [INF] Reconfiguring daemon mon.smithi057 on smithi057 2024-04-24T17:20:43.415 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:43 smithi088 bash[20239]: cephadm 2024-04-24T17:20:41.214993+0000 mgr.smithi057.tirlgq (mgr.14197) 39 : cephadm [INF] Reconfiguring daemon mon.smithi057 on smithi057 2024-04-24T17:20:43.415 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:43 smithi088 bash[20239]: audit 2024-04-24T17:20:42.971658+0000 mon.smithi057 (mon.0) 306 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:43.415 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:43 smithi088 bash[20239]: audit 2024-04-24T17:20:42.971658+0000 mon.smithi057 (mon.0) 306 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:43.416 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:43 smithi088 bash[20239]: audit 2024-04-24T17:20:42.983962+0000 mon.smithi057 (mon.0) 307 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi057.tirlgq", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-24T17:20:43.416 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:43 smithi088 bash[20239]: audit 2024-04-24T17:20:42.983962+0000 mon.smithi057 (mon.0) 307 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi057.tirlgq", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-24T17:20:43.416 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:43 smithi088 bash[20239]: audit 2024-04-24T17:20:42.985375+0000 mon.smithi057 (mon.0) 308 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-24T17:20:43.416 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:43 smithi088 bash[20239]: audit 2024-04-24T17:20:42.985375+0000 mon.smithi057 (mon.0) 308 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-24T17:20:43.416 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:43 smithi088 bash[20239]: audit 2024-04-24T17:20:42.986800+0000 mon.smithi057 (mon.0) 309 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:20:43.416 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:43 smithi088 bash[20239]: audit 2024-04-24T17:20:42.986800+0000 mon.smithi057 (mon.0) 309 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:20:43.432 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:43 smithi057 bash[18598]: cephadm 2024-04-24T17:20:41.212279+0000 mgr.smithi057.tirlgq (mgr.14197) 38 : cephadm [INF] Reconfiguring mon.smithi057 (unknown last config time)... 2024-04-24T17:20:43.432 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:43 smithi057 bash[18598]: cephadm 2024-04-24T17:20:41.212279+0000 mgr.smithi057.tirlgq (mgr.14197) 38 : cephadm [INF] Reconfiguring mon.smithi057 (unknown last config time)... 2024-04-24T17:20:43.433 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:43 smithi057 bash[18598]: cephadm 2024-04-24T17:20:41.214993+0000 mgr.smithi057.tirlgq (mgr.14197) 39 : cephadm [INF] Reconfiguring daemon mon.smithi057 on smithi057 2024-04-24T17:20:43.433 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:43 smithi057 bash[18598]: cephadm 2024-04-24T17:20:41.214993+0000 mgr.smithi057.tirlgq (mgr.14197) 39 : cephadm [INF] Reconfiguring daemon mon.smithi057 on smithi057 2024-04-24T17:20:43.433 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:43 smithi057 bash[18598]: audit 2024-04-24T17:20:42.971658+0000 mon.smithi057 (mon.0) 306 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:43.433 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:43 smithi057 bash[18598]: audit 2024-04-24T17:20:42.971658+0000 mon.smithi057 (mon.0) 306 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:43.433 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:43 smithi057 bash[18598]: audit 2024-04-24T17:20:42.983962+0000 mon.smithi057 (mon.0) 307 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi057.tirlgq", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-24T17:20:43.433 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:43 smithi057 bash[18598]: audit 2024-04-24T17:20:42.983962+0000 mon.smithi057 (mon.0) 307 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi057.tirlgq", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-24T17:20:43.433 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:43 smithi057 bash[18598]: audit 2024-04-24T17:20:42.985375+0000 mon.smithi057 (mon.0) 308 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-24T17:20:43.433 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:43 smithi057 bash[18598]: audit 2024-04-24T17:20:42.985375+0000 mon.smithi057 (mon.0) 308 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-24T17:20:43.433 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:43 smithi057 bash[18598]: audit 2024-04-24T17:20:42.986800+0000 mon.smithi057 (mon.0) 309 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:20:43.433 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:43 smithi057 bash[18598]: audit 2024-04-24T17:20:42.986800+0000 mon.smithi057 (mon.0) 309 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:20:44.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:44 smithi057 bash[18598]: cephadm 2024-04-24T17:20:42.983326+0000 mgr.smithi057.tirlgq (mgr.14197) 40 : cephadm [INF] Reconfiguring mgr.smithi057.tirlgq (unknown last config time)... 2024-04-24T17:20:44.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:44 smithi057 bash[18598]: cephadm 2024-04-24T17:20:42.983326+0000 mgr.smithi057.tirlgq (mgr.14197) 40 : cephadm [INF] Reconfiguring mgr.smithi057.tirlgq (unknown last config time)... 2024-04-24T17:20:44.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:44 smithi057 bash[18598]: cephadm 2024-04-24T17:20:42.988611+0000 mgr.smithi057.tirlgq (mgr.14197) 41 : cephadm [INF] Reconfiguring daemon mgr.smithi057.tirlgq on smithi057 2024-04-24T17:20:44.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:44 smithi057 bash[18598]: cephadm 2024-04-24T17:20:42.988611+0000 mgr.smithi057.tirlgq (mgr.14197) 41 : cephadm [INF] Reconfiguring daemon mgr.smithi057.tirlgq on smithi057 2024-04-24T17:20:44.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:44 smithi057 bash[18598]: cluster 2024-04-24T17:20:43.158235+0000 mgr.smithi057.tirlgq (mgr.14197) 42 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:20:44.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:44 smithi057 bash[18598]: cluster 2024-04-24T17:20:43.158235+0000 mgr.smithi057.tirlgq (mgr.14197) 42 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:20:44.664 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:44 smithi088 bash[20239]: cephadm 2024-04-24T17:20:42.983326+0000 mgr.smithi057.tirlgq (mgr.14197) 40 : cephadm [INF] Reconfiguring mgr.smithi057.tirlgq (unknown last config time)... 2024-04-24T17:20:44.665 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:44 smithi088 bash[20239]: cephadm 2024-04-24T17:20:42.983326+0000 mgr.smithi057.tirlgq (mgr.14197) 40 : cephadm [INF] Reconfiguring mgr.smithi057.tirlgq (unknown last config time)... 2024-04-24T17:20:44.665 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:44 smithi088 bash[20239]: cephadm 2024-04-24T17:20:42.988611+0000 mgr.smithi057.tirlgq (mgr.14197) 41 : cephadm [INF] Reconfiguring daemon mgr.smithi057.tirlgq on smithi057 2024-04-24T17:20:44.665 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:44 smithi088 bash[20239]: cephadm 2024-04-24T17:20:42.988611+0000 mgr.smithi057.tirlgq (mgr.14197) 41 : cephadm [INF] Reconfiguring daemon mgr.smithi057.tirlgq on smithi057 2024-04-24T17:20:44.665 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:44 smithi088 bash[20239]: cluster 2024-04-24T17:20:43.158235+0000 mgr.smithi057.tirlgq (mgr.14197) 42 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:20:44.665 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:44 smithi088 bash[20239]: cluster 2024-04-24T17:20:43.158235+0000 mgr.smithi057.tirlgq (mgr.14197) 42 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:20:46.057 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:45 smithi057 bash[18598]: audit 2024-04-24T17:20:44.747005+0000 mon.smithi057 (mon.0) 310 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:46.057 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:45 smithi057 bash[18598]: audit 2024-04-24T17:20:44.747005+0000 mon.smithi057 (mon.0) 310 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:46.057 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:45 smithi057 bash[18598]: cephadm 2024-04-24T17:20:44.757501+0000 mgr.smithi057.tirlgq (mgr.14197) 43 : cephadm [INF] Reconfiguring ceph-exporter.smithi057 (monmap changed)... 2024-04-24T17:20:46.057 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:45 smithi057 bash[18598]: cephadm 2024-04-24T17:20:44.757501+0000 mgr.smithi057.tirlgq (mgr.14197) 43 : cephadm [INF] Reconfiguring ceph-exporter.smithi057 (monmap changed)... 2024-04-24T17:20:46.057 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:45 smithi057 bash[18598]: audit 2024-04-24T17:20:44.758057+0000 mon.smithi057 (mon.0) 311 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi057", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-04-24T17:20:46.057 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:45 smithi057 bash[18598]: audit 2024-04-24T17:20:44.758057+0000 mon.smithi057 (mon.0) 311 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi057", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-04-24T17:20:46.057 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:45 smithi057 bash[18598]: audit 2024-04-24T17:20:44.759616+0000 mon.smithi057 (mon.0) 312 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:20:46.057 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:45 smithi057 bash[18598]: audit 2024-04-24T17:20:44.759616+0000 mon.smithi057 (mon.0) 312 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:20:46.057 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:45 smithi057 bash[18598]: cephadm 2024-04-24T17:20:44.761378+0000 mgr.smithi057.tirlgq (mgr.14197) 44 : cephadm [INF] Reconfiguring daemon ceph-exporter.smithi057 on smithi057 2024-04-24T17:20:46.057 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:45 smithi057 bash[18598]: cephadm 2024-04-24T17:20:44.761378+0000 mgr.smithi057.tirlgq (mgr.14197) 44 : cephadm [INF] Reconfiguring daemon ceph-exporter.smithi057 on smithi057 2024-04-24T17:20:46.058 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:45 smithi057 bash[18598]: cluster 2024-04-24T17:20:45.158840+0000 mgr.smithi057.tirlgq (mgr.14197) 45 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:20:46.058 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:45 smithi057 bash[18598]: cluster 2024-04-24T17:20:45.158840+0000 mgr.smithi057.tirlgq (mgr.14197) 45 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:20:46.165 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:45 smithi088 bash[20239]: audit 2024-04-24T17:20:44.747005+0000 mon.smithi057 (mon.0) 310 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:46.165 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:45 smithi088 bash[20239]: audit 2024-04-24T17:20:44.747005+0000 mon.smithi057 (mon.0) 310 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:46.165 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:45 smithi088 bash[20239]: cephadm 2024-04-24T17:20:44.757501+0000 mgr.smithi057.tirlgq (mgr.14197) 43 : cephadm [INF] Reconfiguring ceph-exporter.smithi057 (monmap changed)... 2024-04-24T17:20:46.165 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:45 smithi088 bash[20239]: cephadm 2024-04-24T17:20:44.757501+0000 mgr.smithi057.tirlgq (mgr.14197) 43 : cephadm [INF] Reconfiguring ceph-exporter.smithi057 (monmap changed)... 2024-04-24T17:20:46.165 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:45 smithi088 bash[20239]: audit 2024-04-24T17:20:44.758057+0000 mon.smithi057 (mon.0) 311 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi057", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-04-24T17:20:46.165 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:45 smithi088 bash[20239]: audit 2024-04-24T17:20:44.758057+0000 mon.smithi057 (mon.0) 311 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi057", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-04-24T17:20:46.165 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:45 smithi088 bash[20239]: audit 2024-04-24T17:20:44.759616+0000 mon.smithi057 (mon.0) 312 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:20:46.165 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:45 smithi088 bash[20239]: audit 2024-04-24T17:20:44.759616+0000 mon.smithi057 (mon.0) 312 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:20:46.165 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:45 smithi088 bash[20239]: cephadm 2024-04-24T17:20:44.761378+0000 mgr.smithi057.tirlgq (mgr.14197) 44 : cephadm [INF] Reconfiguring daemon ceph-exporter.smithi057 on smithi057 2024-04-24T17:20:46.165 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:45 smithi088 bash[20239]: cephadm 2024-04-24T17:20:44.761378+0000 mgr.smithi057.tirlgq (mgr.14197) 44 : cephadm [INF] Reconfiguring daemon ceph-exporter.smithi057 on smithi057 2024-04-24T17:20:46.166 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:45 smithi088 bash[20239]: cluster 2024-04-24T17:20:45.158840+0000 mgr.smithi057.tirlgq (mgr.14197) 45 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:20:46.166 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:45 smithi088 bash[20239]: cluster 2024-04-24T17:20:45.158840+0000 mgr.smithi057.tirlgq (mgr.14197) 45 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:20:47.811 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi088/config 2024-04-24T17:20:47.915 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:47 smithi088 bash[20239]: audit 2024-04-24T17:20:46.629696+0000 mon.smithi057 (mon.0) 313 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:47.915 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:47 smithi088 bash[20239]: audit 2024-04-24T17:20:46.629696+0000 mon.smithi057 (mon.0) 313 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:47.915 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:47 smithi088 bash[20239]: cephadm 2024-04-24T17:20:46.632017+0000 mgr.smithi057.tirlgq (mgr.14197) 46 : cephadm [INF] Reconfiguring crash.smithi057 (monmap changed)... 2024-04-24T17:20:47.915 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:47 smithi088 bash[20239]: cephadm 2024-04-24T17:20:46.632017+0000 mgr.smithi057.tirlgq (mgr.14197) 46 : cephadm [INF] Reconfiguring crash.smithi057 (monmap changed)... 2024-04-24T17:20:47.915 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:47 smithi088 bash[20239]: audit 2024-04-24T17:20:46.632759+0000 mon.smithi057 (mon.0) 314 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi057", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-24T17:20:47.915 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:47 smithi088 bash[20239]: audit 2024-04-24T17:20:46.632759+0000 mon.smithi057 (mon.0) 314 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi057", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-24T17:20:47.915 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:47 smithi088 bash[20239]: audit 2024-04-24T17:20:46.634962+0000 mon.smithi057 (mon.0) 315 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:20:47.915 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:47 smithi088 bash[20239]: audit 2024-04-24T17:20:46.634962+0000 mon.smithi057 (mon.0) 315 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:20:47.915 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:47 smithi088 bash[20239]: cephadm 2024-04-24T17:20:46.636780+0000 mgr.smithi057.tirlgq (mgr.14197) 47 : cephadm [INF] Reconfiguring daemon crash.smithi057 on smithi057 2024-04-24T17:20:47.915 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:47 smithi088 bash[20239]: cephadm 2024-04-24T17:20:46.636780+0000 mgr.smithi057.tirlgq (mgr.14197) 47 : cephadm [INF] Reconfiguring daemon crash.smithi057 on smithi057 2024-04-24T17:20:47.915 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:47 smithi088 bash[20239]: cluster 2024-04-24T17:20:47.160096+0000 mgr.smithi057.tirlgq (mgr.14197) 48 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:20:47.916 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:47 smithi088 bash[20239]: cluster 2024-04-24T17:20:47.160096+0000 mgr.smithi057.tirlgq (mgr.14197) 48 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:20:48.075 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:47 smithi057 bash[18598]: audit 2024-04-24T17:20:46.629696+0000 mon.smithi057 (mon.0) 313 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:48.075 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:47 smithi057 bash[18598]: audit 2024-04-24T17:20:46.629696+0000 mon.smithi057 (mon.0) 313 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:48.075 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:47 smithi057 bash[18598]: cephadm 2024-04-24T17:20:46.632017+0000 mgr.smithi057.tirlgq (mgr.14197) 46 : cephadm [INF] Reconfiguring crash.smithi057 (monmap changed)... 2024-04-24T17:20:48.075 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:47 smithi057 bash[18598]: cephadm 2024-04-24T17:20:46.632017+0000 mgr.smithi057.tirlgq (mgr.14197) 46 : cephadm [INF] Reconfiguring crash.smithi057 (monmap changed)... 2024-04-24T17:20:48.075 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:47 smithi057 bash[18598]: audit 2024-04-24T17:20:46.632759+0000 mon.smithi057 (mon.0) 314 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi057", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-24T17:20:48.075 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:47 smithi057 bash[18598]: audit 2024-04-24T17:20:46.632759+0000 mon.smithi057 (mon.0) 314 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi057", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-24T17:20:48.075 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:47 smithi057 bash[18598]: audit 2024-04-24T17:20:46.634962+0000 mon.smithi057 (mon.0) 315 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:20:48.075 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:47 smithi057 bash[18598]: audit 2024-04-24T17:20:46.634962+0000 mon.smithi057 (mon.0) 315 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:20:48.075 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:47 smithi057 bash[18598]: cephadm 2024-04-24T17:20:46.636780+0000 mgr.smithi057.tirlgq (mgr.14197) 47 : cephadm [INF] Reconfiguring daemon crash.smithi057 on smithi057 2024-04-24T17:20:48.075 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:47 smithi057 bash[18598]: cephadm 2024-04-24T17:20:46.636780+0000 mgr.smithi057.tirlgq (mgr.14197) 47 : cephadm [INF] Reconfiguring daemon crash.smithi057 on smithi057 2024-04-24T17:20:48.075 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:47 smithi057 bash[18598]: cluster 2024-04-24T17:20:47.160096+0000 mgr.smithi057.tirlgq (mgr.14197) 48 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:20:48.075 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:47 smithi057 bash[18598]: cluster 2024-04-24T17:20:47.160096+0000 mgr.smithi057.tirlgq (mgr.14197) 48 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:20:49.021 INFO:teuthology.orchestra.run.smithi088.stdout:Scheduled osd.all-available-devices update... 2024-04-24T17:20:49.531 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-04-24T17:20:49.532 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T17:20:49.543 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:49 smithi057 bash[18598]: audit 2024-04-24T17:20:48.400930+0000 mon.smithi057 (mon.0) 316 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:49.543 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:49 smithi057 bash[18598]: audit 2024-04-24T17:20:48.400930+0000 mon.smithi057 (mon.0) 316 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:49.543 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:49 smithi057 bash[18598]: cephadm 2024-04-24T17:20:48.405883+0000 mgr.smithi057.tirlgq (mgr.14197) 49 : cephadm [INF] Reconfiguring alertmanager.smithi057 (dependencies changed)... 2024-04-24T17:20:49.543 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:49 smithi057 bash[18598]: cephadm 2024-04-24T17:20:48.405883+0000 mgr.smithi057.tirlgq (mgr.14197) 49 : cephadm [INF] Reconfiguring alertmanager.smithi057 (dependencies changed)... 2024-04-24T17:20:49.544 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:49 smithi057 bash[18598]: cephadm 2024-04-24T17:20:48.436466+0000 mgr.smithi057.tirlgq (mgr.14197) 50 : cephadm [INF] Reconfiguring daemon alertmanager.smithi057 on smithi057 2024-04-24T17:20:49.544 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:49 smithi057 bash[18598]: cephadm 2024-04-24T17:20:48.436466+0000 mgr.smithi057.tirlgq (mgr.14197) 50 : cephadm [INF] Reconfiguring daemon alertmanager.smithi057 on smithi057 2024-04-24T17:20:49.544 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:49 smithi057 bash[18598]: audit 2024-04-24T17:20:49.010554+0000 mgr.smithi057.tirlgq (mgr.14197) 51 : audit [DBG] from='client.24099 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T17:20:49.544 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:49 smithi057 bash[18598]: audit 2024-04-24T17:20:49.010554+0000 mgr.smithi057.tirlgq (mgr.14197) 51 : audit [DBG] from='client.24099 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T17:20:49.544 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:49 smithi057 bash[18598]: cephadm 2024-04-24T17:20:49.015105+0000 mgr.smithi057.tirlgq (mgr.14197) 52 : cephadm [INF] Marking host: smithi057 for OSDSpec preview refresh. 2024-04-24T17:20:49.544 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:49 smithi057 bash[18598]: cephadm 2024-04-24T17:20:49.015105+0000 mgr.smithi057.tirlgq (mgr.14197) 52 : cephadm [INF] Marking host: smithi057 for OSDSpec preview refresh. 2024-04-24T17:20:49.544 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:49 smithi057 bash[18598]: cephadm 2024-04-24T17:20:49.015266+0000 mgr.smithi057.tirlgq (mgr.14197) 53 : cephadm [INF] Marking host: smithi088 for OSDSpec preview refresh. 2024-04-24T17:20:49.544 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:49 smithi057 bash[18598]: cephadm 2024-04-24T17:20:49.015266+0000 mgr.smithi057.tirlgq (mgr.14197) 53 : cephadm [INF] Marking host: smithi088 for OSDSpec preview refresh. 2024-04-24T17:20:49.544 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:49 smithi057 bash[18598]: cephadm 2024-04-24T17:20:49.016063+0000 mgr.smithi057.tirlgq (mgr.14197) 54 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-04-24T17:20:49.544 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:49 smithi057 bash[18598]: cephadm 2024-04-24T17:20:49.016063+0000 mgr.smithi057.tirlgq (mgr.14197) 54 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-04-24T17:20:49.544 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:49 smithi057 bash[18598]: audit 2024-04-24T17:20:49.021131+0000 mon.smithi057 (mon.0) 317 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:49.544 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:49 smithi057 bash[18598]: audit 2024-04-24T17:20:49.021131+0000 mon.smithi057 (mon.0) 317 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:49.544 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:49 smithi057 bash[18598]: cluster 2024-04-24T17:20:49.161096+0000 mgr.smithi057.tirlgq (mgr.14197) 55 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:20:49.544 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:49 smithi057 bash[18598]: cluster 2024-04-24T17:20:49.161096+0000 mgr.smithi057.tirlgq (mgr.14197) 55 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:20:49.665 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:49 smithi088 bash[20239]: audit 2024-04-24T17:20:48.400930+0000 mon.smithi057 (mon.0) 316 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:49.665 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:49 smithi088 bash[20239]: audit 2024-04-24T17:20:48.400930+0000 mon.smithi057 (mon.0) 316 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:49.665 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:49 smithi088 bash[20239]: cephadm 2024-04-24T17:20:48.405883+0000 mgr.smithi057.tirlgq (mgr.14197) 49 : cephadm [INF] Reconfiguring alertmanager.smithi057 (dependencies changed)... 2024-04-24T17:20:49.665 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:49 smithi088 bash[20239]: cephadm 2024-04-24T17:20:48.405883+0000 mgr.smithi057.tirlgq (mgr.14197) 49 : cephadm [INF] Reconfiguring alertmanager.smithi057 (dependencies changed)... 2024-04-24T17:20:49.665 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:49 smithi088 bash[20239]: cephadm 2024-04-24T17:20:48.436466+0000 mgr.smithi057.tirlgq (mgr.14197) 50 : cephadm [INF] Reconfiguring daemon alertmanager.smithi057 on smithi057 2024-04-24T17:20:49.665 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:49 smithi088 bash[20239]: cephadm 2024-04-24T17:20:48.436466+0000 mgr.smithi057.tirlgq (mgr.14197) 50 : cephadm [INF] Reconfiguring daemon alertmanager.smithi057 on smithi057 2024-04-24T17:20:49.665 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:49 smithi088 bash[20239]: audit 2024-04-24T17:20:49.010554+0000 mgr.smithi057.tirlgq (mgr.14197) 51 : audit [DBG] from='client.24099 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T17:20:49.665 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:49 smithi088 bash[20239]: audit 2024-04-24T17:20:49.010554+0000 mgr.smithi057.tirlgq (mgr.14197) 51 : audit [DBG] from='client.24099 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T17:20:49.665 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:49 smithi088 bash[20239]: cephadm 2024-04-24T17:20:49.015105+0000 mgr.smithi057.tirlgq (mgr.14197) 52 : cephadm [INF] Marking host: smithi057 for OSDSpec preview refresh. 2024-04-24T17:20:49.666 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:49 smithi088 bash[20239]: cephadm 2024-04-24T17:20:49.015105+0000 mgr.smithi057.tirlgq (mgr.14197) 52 : cephadm [INF] Marking host: smithi057 for OSDSpec preview refresh. 2024-04-24T17:20:49.666 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:49 smithi088 bash[20239]: cephadm 2024-04-24T17:20:49.015266+0000 mgr.smithi057.tirlgq (mgr.14197) 53 : cephadm [INF] Marking host: smithi088 for OSDSpec preview refresh. 2024-04-24T17:20:49.666 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:49 smithi088 bash[20239]: cephadm 2024-04-24T17:20:49.015266+0000 mgr.smithi057.tirlgq (mgr.14197) 53 : cephadm [INF] Marking host: smithi088 for OSDSpec preview refresh. 2024-04-24T17:20:49.666 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:49 smithi088 bash[20239]: cephadm 2024-04-24T17:20:49.016063+0000 mgr.smithi057.tirlgq (mgr.14197) 54 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-04-24T17:20:49.666 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:49 smithi088 bash[20239]: cephadm 2024-04-24T17:20:49.016063+0000 mgr.smithi057.tirlgq (mgr.14197) 54 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-04-24T17:20:49.666 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:49 smithi088 bash[20239]: audit 2024-04-24T17:20:49.021131+0000 mon.smithi057 (mon.0) 317 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:49.666 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:49 smithi088 bash[20239]: audit 2024-04-24T17:20:49.021131+0000 mon.smithi057 (mon.0) 317 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:49.666 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:49 smithi088 bash[20239]: cluster 2024-04-24T17:20:49.161096+0000 mgr.smithi057.tirlgq (mgr.14197) 55 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:20:49.666 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:49 smithi088 bash[20239]: cluster 2024-04-24T17:20:49.161096+0000 mgr.smithi057.tirlgq (mgr.14197) 55 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:20:51.342 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:51 smithi057 bash[18598]: cluster 2024-04-24T17:20:51.161716+0000 mgr.smithi057.tirlgq (mgr.14197) 56 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:20:51.343 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:51 smithi057 bash[18598]: cluster 2024-04-24T17:20:51.161716+0000 mgr.smithi057.tirlgq (mgr.14197) 56 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:20:51.664 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:51 smithi088 bash[20239]: cluster 2024-04-24T17:20:51.161716+0000 mgr.smithi057.tirlgq (mgr.14197) 56 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:20:51.664 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:51 smithi088 bash[20239]: cluster 2024-04-24T17:20:51.161716+0000 mgr.smithi057.tirlgq (mgr.14197) 56 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:20:53.837 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:53 smithi057 bash[18598]: audit 2024-04-24T17:20:52.426052+0000 mon.smithi057 (mon.0) 318 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:53.837 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:53 smithi057 bash[18598]: audit 2024-04-24T17:20:52.426052+0000 mon.smithi057 (mon.0) 318 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:53.837 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:53 smithi057 bash[18598]: cephadm 2024-04-24T17:20:52.465675+0000 mgr.smithi057.tirlgq (mgr.14197) 57 : cephadm [INF] Reconfiguring grafana.smithi057 (dependencies changed)... 2024-04-24T17:20:53.837 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:53 smithi057 bash[18598]: cephadm 2024-04-24T17:20:52.465675+0000 mgr.smithi057.tirlgq (mgr.14197) 57 : cephadm [INF] Reconfiguring grafana.smithi057 (dependencies changed)... 2024-04-24T17:20:53.838 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:53 smithi057 bash[18598]: cephadm 2024-04-24T17:20:52.482913+0000 mgr.smithi057.tirlgq (mgr.14197) 58 : cephadm [INF] Reconfiguring daemon grafana.smithi057 on smithi057 2024-04-24T17:20:53.838 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:53 smithi057 bash[18598]: cephadm 2024-04-24T17:20:52.482913+0000 mgr.smithi057.tirlgq (mgr.14197) 58 : cephadm [INF] Reconfiguring daemon grafana.smithi057 on smithi057 2024-04-24T17:20:53.838 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:53 smithi057 bash[18598]: cluster 2024-04-24T17:20:53.162194+0000 mgr.smithi057.tirlgq (mgr.14197) 59 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:20:53.838 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:53 smithi057 bash[18598]: cluster 2024-04-24T17:20:53.162194+0000 mgr.smithi057.tirlgq (mgr.14197) 59 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:20:53.914 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:53 smithi088 bash[20239]: audit 2024-04-24T17:20:52.426052+0000 mon.smithi057 (mon.0) 318 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:53.915 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:53 smithi088 bash[20239]: audit 2024-04-24T17:20:52.426052+0000 mon.smithi057 (mon.0) 318 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:53.915 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:53 smithi088 bash[20239]: cephadm 2024-04-24T17:20:52.465675+0000 mgr.smithi057.tirlgq (mgr.14197) 57 : cephadm [INF] Reconfiguring grafana.smithi057 (dependencies changed)... 2024-04-24T17:20:53.915 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:53 smithi088 bash[20239]: cephadm 2024-04-24T17:20:52.465675+0000 mgr.smithi057.tirlgq (mgr.14197) 57 : cephadm [INF] Reconfiguring grafana.smithi057 (dependencies changed)... 2024-04-24T17:20:53.915 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:53 smithi088 bash[20239]: cephadm 2024-04-24T17:20:52.482913+0000 mgr.smithi057.tirlgq (mgr.14197) 58 : cephadm [INF] Reconfiguring daemon grafana.smithi057 on smithi057 2024-04-24T17:20:53.915 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:53 smithi088 bash[20239]: cephadm 2024-04-24T17:20:52.482913+0000 mgr.smithi057.tirlgq (mgr.14197) 58 : cephadm [INF] Reconfiguring daemon grafana.smithi057 on smithi057 2024-04-24T17:20:53.915 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:53 smithi088 bash[20239]: cluster 2024-04-24T17:20:53.162194+0000 mgr.smithi057.tirlgq (mgr.14197) 59 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:20:53.915 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:53 smithi088 bash[20239]: cluster 2024-04-24T17:20:53.162194+0000 mgr.smithi057.tirlgq (mgr.14197) 59 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:20:55.334 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:20:55.587 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:55 smithi057 bash[18598]: cluster 2024-04-24T17:20:55.163136+0000 mgr.smithi057.tirlgq (mgr.14197) 60 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:20:55.587 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:55 smithi057 bash[18598]: cluster 2024-04-24T17:20:55.163136+0000 mgr.smithi057.tirlgq (mgr.14197) 60 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:20:55.664 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:55 smithi088 bash[20239]: cluster 2024-04-24T17:20:55.163136+0000 mgr.smithi057.tirlgq (mgr.14197) 60 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:20:55.664 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:55 smithi088 bash[20239]: cluster 2024-04-24T17:20:55.163136+0000 mgr.smithi057.tirlgq (mgr.14197) 60 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:20:56.956 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:20:57.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:56 smithi057 bash[18598]: audit 2024-04-24T17:20:56.782490+0000 mon.smithi057 (mon.0) 319 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:20:57.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:56 smithi057 bash[18598]: audit 2024-04-24T17:20:56.782490+0000 mon.smithi057 (mon.0) 319 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:20:57.164 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:56 smithi088 bash[20239]: audit 2024-04-24T17:20:56.782490+0000 mon.smithi057 (mon.0) 319 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:20:57.164 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:56 smithi088 bash[20239]: audit 2024-04-24T17:20:56.782490+0000 mon.smithi057 (mon.0) 319 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:20:58.162 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:57 smithi057 bash[18598]: audit 2024-04-24T17:20:56.957086+0000 mon.smithi057 (mon.0) 320 : audit [DBG] from='client.? 172.21.15.57:0/2141899762' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:20:58.162 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:57 smithi057 bash[18598]: audit 2024-04-24T17:20:56.957086+0000 mon.smithi057 (mon.0) 320 : audit [DBG] from='client.? 172.21.15.57:0/2141899762' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:20:58.162 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:57 smithi057 bash[18598]: cluster 2024-04-24T17:20:57.163803+0000 mgr.smithi057.tirlgq (mgr.14197) 61 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:20:58.163 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:57 smithi057 bash[18598]: cluster 2024-04-24T17:20:57.163803+0000 mgr.smithi057.tirlgq (mgr.14197) 61 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:20:58.163 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:57 smithi057 bash[18598]: audit 2024-04-24T17:20:57.485010+0000 mon.smithi057 (mon.0) 321 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:58.163 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:57 smithi057 bash[18598]: audit 2024-04-24T17:20:57.485010+0000 mon.smithi057 (mon.0) 321 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:58.163 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:20:58.164 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:57 smithi088 bash[20239]: audit 2024-04-24T17:20:56.957086+0000 mon.smithi057 (mon.0) 320 : audit [DBG] from='client.? 172.21.15.57:0/2141899762' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:20:58.164 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:57 smithi088 bash[20239]: audit 2024-04-24T17:20:56.957086+0000 mon.smithi057 (mon.0) 320 : audit [DBG] from='client.? 172.21.15.57:0/2141899762' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:20:58.164 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:57 smithi088 bash[20239]: cluster 2024-04-24T17:20:57.163803+0000 mgr.smithi057.tirlgq (mgr.14197) 61 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:20:58.164 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:57 smithi088 bash[20239]: cluster 2024-04-24T17:20:57.163803+0000 mgr.smithi057.tirlgq (mgr.14197) 61 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:20:58.164 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:57 smithi088 bash[20239]: audit 2024-04-24T17:20:57.485010+0000 mon.smithi057 (mon.0) 321 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:58.164 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:57 smithi088 bash[20239]: audit 2024-04-24T17:20:57.485010+0000 mon.smithi057 (mon.0) 321 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:20:59.164 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:58 smithi088 bash[20239]: cephadm 2024-04-24T17:20:57.513748+0000 mgr.smithi057.tirlgq (mgr.14197) 62 : cephadm [INF] Reconfiguring prometheus.smithi057 (dependencies changed)... 2024-04-24T17:20:59.164 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:58 smithi088 bash[20239]: cephadm 2024-04-24T17:20:57.513748+0000 mgr.smithi057.tirlgq (mgr.14197) 62 : cephadm [INF] Reconfiguring prometheus.smithi057 (dependencies changed)... 2024-04-24T17:20:59.165 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:58 smithi088 bash[20239]: cephadm 2024-04-24T17:20:57.771800+0000 mgr.smithi057.tirlgq (mgr.14197) 63 : cephadm [INF] Reconfiguring daemon prometheus.smithi057 on smithi057 2024-04-24T17:20:59.165 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:58 smithi088 bash[20239]: cephadm 2024-04-24T17:20:57.771800+0000 mgr.smithi057.tirlgq (mgr.14197) 63 : cephadm [INF] Reconfiguring daemon prometheus.smithi057 on smithi057 2024-04-24T17:20:59.165 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T17:20:59.166 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:58 smithi057 bash[18598]: cephadm 2024-04-24T17:20:57.513748+0000 mgr.smithi057.tirlgq (mgr.14197) 62 : cephadm [INF] Reconfiguring prometheus.smithi057 (dependencies changed)... 2024-04-24T17:20:59.166 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:58 smithi057 bash[18598]: cephadm 2024-04-24T17:20:57.513748+0000 mgr.smithi057.tirlgq (mgr.14197) 62 : cephadm [INF] Reconfiguring prometheus.smithi057 (dependencies changed)... 2024-04-24T17:20:59.166 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:58 smithi057 bash[18598]: cephadm 2024-04-24T17:20:57.771800+0000 mgr.smithi057.tirlgq (mgr.14197) 63 : cephadm [INF] Reconfiguring daemon prometheus.smithi057 on smithi057 2024-04-24T17:20:59.166 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:58 smithi057 bash[18598]: cephadm 2024-04-24T17:20:57.771800+0000 mgr.smithi057.tirlgq (mgr.14197) 63 : cephadm [INF] Reconfiguring daemon prometheus.smithi057 on smithi057 2024-04-24T17:21:00.165 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:59 smithi088 bash[20239]: cluster 2024-04-24T17:20:59.164414+0000 mgr.smithi057.tirlgq (mgr.14197) 64 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:00.166 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:20:59 smithi088 bash[20239]: cluster 2024-04-24T17:20:59.164414+0000 mgr.smithi057.tirlgq (mgr.14197) 64 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:00.225 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:59 smithi057 bash[18598]: cluster 2024-04-24T17:20:59.164414+0000 mgr.smithi057.tirlgq (mgr.14197) 64 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:00.226 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:20:59 smithi057 bash[18598]: cluster 2024-04-24T17:20:59.164414+0000 mgr.smithi057.tirlgq (mgr.14197) 64 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:01.489 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:01 smithi057 bash[18598]: cluster 2024-04-24T17:21:01.165352+0000 mgr.smithi057.tirlgq (mgr.14197) 65 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:01.489 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:01 smithi057 bash[18598]: cluster 2024-04-24T17:21:01.165352+0000 mgr.smithi057.tirlgq (mgr.14197) 65 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:01.664 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:01 smithi088 bash[20239]: cluster 2024-04-24T17:21:01.165352+0000 mgr.smithi057.tirlgq (mgr.14197) 65 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:01.664 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:01 smithi088 bash[20239]: cluster 2024-04-24T17:21:01.165352+0000 mgr.smithi057.tirlgq (mgr.14197) 65 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:03.398 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:03 smithi088 bash[20239]: audit 2024-04-24T17:21:02.099901+0000 mon.smithi057 (mon.0) 322 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:21:03.398 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:03 smithi088 bash[20239]: audit 2024-04-24T17:21:02.099901+0000 mon.smithi057 (mon.0) 322 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:21:03.398 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:03 smithi088 bash[20239]: cephadm 2024-04-24T17:21:02.106920+0000 mgr.smithi057.tirlgq (mgr.14197) 66 : cephadm [INF] Reconfiguring ceph-exporter.smithi088 (monmap changed)... 2024-04-24T17:21:03.398 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:03 smithi088 bash[20239]: cephadm 2024-04-24T17:21:02.106920+0000 mgr.smithi057.tirlgq (mgr.14197) 66 : cephadm [INF] Reconfiguring ceph-exporter.smithi088 (monmap changed)... 2024-04-24T17:21:03.398 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:03 smithi088 bash[20239]: audit 2024-04-24T17:21:02.107297+0000 mon.smithi057 (mon.0) 323 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi088", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-04-24T17:21:03.398 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:03 smithi088 bash[20239]: audit 2024-04-24T17:21:02.107297+0000 mon.smithi057 (mon.0) 323 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi088", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-04-24T17:21:03.398 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:03 smithi088 bash[20239]: audit 2024-04-24T17:21:02.108194+0000 mon.smithi057 (mon.0) 324 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:21:03.398 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:03 smithi088 bash[20239]: audit 2024-04-24T17:21:02.108194+0000 mon.smithi057 (mon.0) 324 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:21:03.398 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:03 smithi088 bash[20239]: cephadm 2024-04-24T17:21:02.109105+0000 mgr.smithi057.tirlgq (mgr.14197) 67 : cephadm [INF] Reconfiguring daemon ceph-exporter.smithi088 on smithi088 2024-04-24T17:21:03.399 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:03 smithi088 bash[20239]: cephadm 2024-04-24T17:21:02.109105+0000 mgr.smithi057.tirlgq (mgr.14197) 67 : cephadm [INF] Reconfiguring daemon ceph-exporter.smithi088 on smithi088 2024-04-24T17:21:03.587 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:03 smithi057 bash[18598]: audit 2024-04-24T17:21:02.099901+0000 mon.smithi057 (mon.0) 322 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:21:03.587 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:03 smithi057 bash[18598]: audit 2024-04-24T17:21:02.099901+0000 mon.smithi057 (mon.0) 322 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:21:03.587 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:03 smithi057 bash[18598]: cephadm 2024-04-24T17:21:02.106920+0000 mgr.smithi057.tirlgq (mgr.14197) 66 : cephadm [INF] Reconfiguring ceph-exporter.smithi088 (monmap changed)... 2024-04-24T17:21:03.587 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:03 smithi057 bash[18598]: cephadm 2024-04-24T17:21:02.106920+0000 mgr.smithi057.tirlgq (mgr.14197) 66 : cephadm [INF] Reconfiguring ceph-exporter.smithi088 (monmap changed)... 2024-04-24T17:21:03.588 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:03 smithi057 bash[18598]: audit 2024-04-24T17:21:02.107297+0000 mon.smithi057 (mon.0) 323 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi088", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-04-24T17:21:03.588 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:03 smithi057 bash[18598]: audit 2024-04-24T17:21:02.107297+0000 mon.smithi057 (mon.0) 323 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi088", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-04-24T17:21:03.588 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:03 smithi057 bash[18598]: audit 2024-04-24T17:21:02.108194+0000 mon.smithi057 (mon.0) 324 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:21:03.588 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:03 smithi057 bash[18598]: audit 2024-04-24T17:21:02.108194+0000 mon.smithi057 (mon.0) 324 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:21:03.588 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:03 smithi057 bash[18598]: cephadm 2024-04-24T17:21:02.109105+0000 mgr.smithi057.tirlgq (mgr.14197) 67 : cephadm [INF] Reconfiguring daemon ceph-exporter.smithi088 on smithi088 2024-04-24T17:21:03.588 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:03 smithi057 bash[18598]: cephadm 2024-04-24T17:21:02.109105+0000 mgr.smithi057.tirlgq (mgr.14197) 67 : cephadm [INF] Reconfiguring daemon ceph-exporter.smithi088 on smithi088 2024-04-24T17:21:04.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:04 smithi088 bash[20239]: cluster 2024-04-24T17:21:03.166364+0000 mgr.smithi057.tirlgq (mgr.14197) 68 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:04.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:04 smithi088 bash[20239]: cluster 2024-04-24T17:21:03.166364+0000 mgr.smithi057.tirlgq (mgr.14197) 68 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:04.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:04 smithi088 bash[20239]: audit 2024-04-24T17:21:03.960081+0000 mon.smithi057 (mon.0) 325 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:21:04.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:04 smithi088 bash[20239]: audit 2024-04-24T17:21:03.960081+0000 mon.smithi057 (mon.0) 325 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:21:04.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:04 smithi088 bash[20239]: audit 2024-04-24T17:21:03.978704+0000 mon.smithi057 (mon.0) 326 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi088", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-24T17:21:04.414 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:04 smithi088 bash[20239]: audit 2024-04-24T17:21:03.978704+0000 mon.smithi057 (mon.0) 326 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi088", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-24T17:21:04.414 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:04 smithi088 bash[20239]: audit 2024-04-24T17:21:03.980881+0000 mon.smithi057 (mon.0) 327 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:21:04.414 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:04 smithi088 bash[20239]: audit 2024-04-24T17:21:03.980881+0000 mon.smithi057 (mon.0) 327 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:21:04.587 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:04 smithi057 bash[18598]: cluster 2024-04-24T17:21:03.166364+0000 mgr.smithi057.tirlgq (mgr.14197) 68 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:04.587 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:04 smithi057 bash[18598]: cluster 2024-04-24T17:21:03.166364+0000 mgr.smithi057.tirlgq (mgr.14197) 68 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:04.588 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:04 smithi057 bash[18598]: audit 2024-04-24T17:21:03.960081+0000 mon.smithi057 (mon.0) 325 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:21:04.588 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:04 smithi057 bash[18598]: audit 2024-04-24T17:21:03.960081+0000 mon.smithi057 (mon.0) 325 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:21:04.588 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:04 smithi057 bash[18598]: audit 2024-04-24T17:21:03.978704+0000 mon.smithi057 (mon.0) 326 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi088", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-24T17:21:04.588 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:04 smithi057 bash[18598]: audit 2024-04-24T17:21:03.978704+0000 mon.smithi057 (mon.0) 326 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi088", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-24T17:21:04.588 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:04 smithi057 bash[18598]: audit 2024-04-24T17:21:03.980881+0000 mon.smithi057 (mon.0) 327 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:21:04.588 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:04 smithi057 bash[18598]: audit 2024-04-24T17:21:03.980881+0000 mon.smithi057 (mon.0) 327 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:21:04.933 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:21:05.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:05 smithi057 bash[18598]: cephadm 2024-04-24T17:21:03.977851+0000 mgr.smithi057.tirlgq (mgr.14197) 69 : cephadm [INF] Reconfiguring crash.smithi088 (monmap changed)... 2024-04-24T17:21:05.364 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:05 smithi057 bash[18598]: cephadm 2024-04-24T17:21:03.977851+0000 mgr.smithi057.tirlgq (mgr.14197) 69 : cephadm [INF] Reconfiguring crash.smithi088 (monmap changed)... 2024-04-24T17:21:05.364 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:05 smithi057 bash[18598]: cephadm 2024-04-24T17:21:03.983085+0000 mgr.smithi057.tirlgq (mgr.14197) 70 : cephadm [INF] Reconfiguring daemon crash.smithi088 on smithi088 2024-04-24T17:21:05.364 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:05 smithi057 bash[18598]: cephadm 2024-04-24T17:21:03.983085+0000 mgr.smithi057.tirlgq (mgr.14197) 70 : cephadm [INF] Reconfiguring daemon crash.smithi088 on smithi088 2024-04-24T17:21:05.414 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:05 smithi088 bash[20239]: cephadm 2024-04-24T17:21:03.977851+0000 mgr.smithi057.tirlgq (mgr.14197) 69 : cephadm [INF] Reconfiguring crash.smithi088 (monmap changed)... 2024-04-24T17:21:05.414 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:05 smithi088 bash[20239]: cephadm 2024-04-24T17:21:03.977851+0000 mgr.smithi057.tirlgq (mgr.14197) 69 : cephadm [INF] Reconfiguring crash.smithi088 (monmap changed)... 2024-04-24T17:21:05.414 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:05 smithi088 bash[20239]: cephadm 2024-04-24T17:21:03.983085+0000 mgr.smithi057.tirlgq (mgr.14197) 70 : cephadm [INF] Reconfiguring daemon crash.smithi088 on smithi088 2024-04-24T17:21:05.414 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:05 smithi088 bash[20239]: cephadm 2024-04-24T17:21:03.983085+0000 mgr.smithi057.tirlgq (mgr.14197) 70 : cephadm [INF] Reconfiguring daemon crash.smithi088 on smithi088 2024-04-24T17:21:06.163 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:21:06.414 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:06 smithi088 bash[20239]: cluster 2024-04-24T17:21:05.167333+0000 mgr.smithi057.tirlgq (mgr.14197) 71 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:06.415 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:06 smithi088 bash[20239]: cluster 2024-04-24T17:21:05.167333+0000 mgr.smithi057.tirlgq (mgr.14197) 71 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:06.415 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:06 smithi088 bash[20239]: audit 2024-04-24T17:21:05.810033+0000 mon.smithi057 (mon.0) 328 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:21:06.415 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:06 smithi088 bash[20239]: audit 2024-04-24T17:21:05.810033+0000 mon.smithi057 (mon.0) 328 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:21:06.415 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:06 smithi088 bash[20239]: audit 2024-04-24T17:21:05.854215+0000 mon.smithi057 (mon.0) 329 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi088.vazntp", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-24T17:21:06.415 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:06 smithi088 bash[20239]: audit 2024-04-24T17:21:05.854215+0000 mon.smithi057 (mon.0) 329 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi088.vazntp", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-24T17:21:06.415 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:06 smithi088 bash[20239]: audit 2024-04-24T17:21:05.855270+0000 mon.smithi057 (mon.0) 330 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-24T17:21:06.415 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:06 smithi088 bash[20239]: audit 2024-04-24T17:21:05.855270+0000 mon.smithi057 (mon.0) 330 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-24T17:21:06.415 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:06 smithi088 bash[20239]: audit 2024-04-24T17:21:05.856062+0000 mon.smithi057 (mon.0) 331 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:21:06.415 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:06 smithi088 bash[20239]: audit 2024-04-24T17:21:05.856062+0000 mon.smithi057 (mon.0) 331 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:21:06.587 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:06 smithi057 bash[18598]: cluster 2024-04-24T17:21:05.167333+0000 mgr.smithi057.tirlgq (mgr.14197) 71 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:06.587 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:06 smithi057 bash[18598]: cluster 2024-04-24T17:21:05.167333+0000 mgr.smithi057.tirlgq (mgr.14197) 71 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:06.587 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:06 smithi057 bash[18598]: audit 2024-04-24T17:21:05.810033+0000 mon.smithi057 (mon.0) 328 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:21:06.587 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:06 smithi057 bash[18598]: audit 2024-04-24T17:21:05.810033+0000 mon.smithi057 (mon.0) 328 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:21:06.588 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:06 smithi057 bash[18598]: audit 2024-04-24T17:21:05.854215+0000 mon.smithi057 (mon.0) 329 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi088.vazntp", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-24T17:21:06.588 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:06 smithi057 bash[18598]: audit 2024-04-24T17:21:05.854215+0000 mon.smithi057 (mon.0) 329 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi088.vazntp", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-24T17:21:06.588 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:06 smithi057 bash[18598]: audit 2024-04-24T17:21:05.855270+0000 mon.smithi057 (mon.0) 330 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-24T17:21:06.588 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:06 smithi057 bash[18598]: audit 2024-04-24T17:21:05.855270+0000 mon.smithi057 (mon.0) 330 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-24T17:21:06.588 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:06 smithi057 bash[18598]: audit 2024-04-24T17:21:05.856062+0000 mon.smithi057 (mon.0) 331 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:21:06.588 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:06 smithi057 bash[18598]: audit 2024-04-24T17:21:05.856062+0000 mon.smithi057 (mon.0) 331 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:21:06.776 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:21:07.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:07 smithi057 bash[18598]: cephadm 2024-04-24T17:21:05.853684+0000 mgr.smithi057.tirlgq (mgr.14197) 72 : cephadm [INF] Reconfiguring mgr.smithi088.vazntp (monmap changed)... 2024-04-24T17:21:07.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:07 smithi057 bash[18598]: cephadm 2024-04-24T17:21:05.853684+0000 mgr.smithi057.tirlgq (mgr.14197) 72 : cephadm [INF] Reconfiguring mgr.smithi088.vazntp (monmap changed)... 2024-04-24T17:21:07.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:07 smithi057 bash[18598]: cephadm 2024-04-24T17:21:05.857002+0000 mgr.smithi057.tirlgq (mgr.14197) 73 : cephadm [INF] Reconfiguring daemon mgr.smithi088.vazntp on smithi088 2024-04-24T17:21:07.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:07 smithi057 bash[18598]: cephadm 2024-04-24T17:21:05.857002+0000 mgr.smithi057.tirlgq (mgr.14197) 73 : cephadm [INF] Reconfiguring daemon mgr.smithi088.vazntp on smithi088 2024-04-24T17:21:07.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:07 smithi057 bash[18598]: audit 2024-04-24T17:21:06.163967+0000 mon.smithi057 (mon.0) 332 : audit [DBG] from='client.? 172.21.15.57:0/1229068752' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:21:07.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:07 smithi057 bash[18598]: audit 2024-04-24T17:21:06.163967+0000 mon.smithi057 (mon.0) 332 : audit [DBG] from='client.? 172.21.15.57:0/1229068752' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:21:07.419 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:07 smithi088 bash[20239]: cephadm 2024-04-24T17:21:05.853684+0000 mgr.smithi057.tirlgq (mgr.14197) 72 : cephadm [INF] Reconfiguring mgr.smithi088.vazntp (monmap changed)... 2024-04-24T17:21:07.419 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:07 smithi088 bash[20239]: cephadm 2024-04-24T17:21:05.853684+0000 mgr.smithi057.tirlgq (mgr.14197) 72 : cephadm [INF] Reconfiguring mgr.smithi088.vazntp (monmap changed)... 2024-04-24T17:21:07.419 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:07 smithi088 bash[20239]: cephadm 2024-04-24T17:21:05.857002+0000 mgr.smithi057.tirlgq (mgr.14197) 73 : cephadm [INF] Reconfiguring daemon mgr.smithi088.vazntp on smithi088 2024-04-24T17:21:07.419 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:07 smithi088 bash[20239]: cephadm 2024-04-24T17:21:05.857002+0000 mgr.smithi057.tirlgq (mgr.14197) 73 : cephadm [INF] Reconfiguring daemon mgr.smithi088.vazntp on smithi088 2024-04-24T17:21:07.419 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:07 smithi088 bash[20239]: audit 2024-04-24T17:21:06.163967+0000 mon.smithi057 (mon.0) 332 : audit [DBG] from='client.? 172.21.15.57:0/1229068752' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:21:07.419 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:07 smithi088 bash[20239]: audit 2024-04-24T17:21:06.163967+0000 mon.smithi057 (mon.0) 332 : audit [DBG] from='client.? 172.21.15.57:0/1229068752' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:21:07.777 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T17:21:08.414 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:08 smithi088 bash[20239]: cluster 2024-04-24T17:21:07.168338+0000 mgr.smithi057.tirlgq (mgr.14197) 74 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:08.415 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:08 smithi088 bash[20239]: cluster 2024-04-24T17:21:07.168338+0000 mgr.smithi057.tirlgq (mgr.14197) 74 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:08.415 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:08 smithi088 bash[20239]: audit 2024-04-24T17:21:07.655683+0000 mon.smithi057 (mon.0) 333 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:21:08.415 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:08 smithi088 bash[20239]: audit 2024-04-24T17:21:07.655683+0000 mon.smithi057 (mon.0) 333 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:21:08.415 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:08 smithi088 bash[20239]: audit 2024-04-24T17:21:07.676593+0000 mon.smithi057 (mon.0) 334 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-24T17:21:08.415 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:08 smithi088 bash[20239]: audit 2024-04-24T17:21:07.676593+0000 mon.smithi057 (mon.0) 334 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-24T17:21:08.415 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:08 smithi088 bash[20239]: audit 2024-04-24T17:21:07.678536+0000 mon.smithi057 (mon.0) 335 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-24T17:21:08.415 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:08 smithi088 bash[20239]: audit 2024-04-24T17:21:07.678536+0000 mon.smithi057 (mon.0) 335 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-24T17:21:08.415 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:08 smithi088 bash[20239]: audit 2024-04-24T17:21:07.680299+0000 mon.smithi057 (mon.0) 336 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:21:08.415 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:08 smithi088 bash[20239]: audit 2024-04-24T17:21:07.680299+0000 mon.smithi057 (mon.0) 336 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:21:08.587 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:08 smithi057 bash[18598]: cluster 2024-04-24T17:21:07.168338+0000 mgr.smithi057.tirlgq (mgr.14197) 74 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:08.587 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:08 smithi057 bash[18598]: cluster 2024-04-24T17:21:07.168338+0000 mgr.smithi057.tirlgq (mgr.14197) 74 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:08.587 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:08 smithi057 bash[18598]: audit 2024-04-24T17:21:07.655683+0000 mon.smithi057 (mon.0) 333 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:21:08.587 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:08 smithi057 bash[18598]: audit 2024-04-24T17:21:07.655683+0000 mon.smithi057 (mon.0) 333 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:21:08.588 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:08 smithi057 bash[18598]: audit 2024-04-24T17:21:07.676593+0000 mon.smithi057 (mon.0) 334 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-24T17:21:08.588 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:08 smithi057 bash[18598]: audit 2024-04-24T17:21:07.676593+0000 mon.smithi057 (mon.0) 334 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-24T17:21:08.588 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:08 smithi057 bash[18598]: audit 2024-04-24T17:21:07.678536+0000 mon.smithi057 (mon.0) 335 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-24T17:21:08.588 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:08 smithi057 bash[18598]: audit 2024-04-24T17:21:07.678536+0000 mon.smithi057 (mon.0) 335 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-24T17:21:08.588 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:08 smithi057 bash[18598]: audit 2024-04-24T17:21:07.680299+0000 mon.smithi057 (mon.0) 336 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:21:08.588 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:08 smithi057 bash[18598]: audit 2024-04-24T17:21:07.680299+0000 mon.smithi057 (mon.0) 336 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:21:09.164 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:09 smithi088 bash[20239]: cephadm 2024-04-24T17:21:07.675878+0000 mgr.smithi057.tirlgq (mgr.14197) 75 : cephadm [INF] Reconfiguring mon.smithi088 (monmap changed)... 2024-04-24T17:21:09.164 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:09 smithi088 bash[20239]: cephadm 2024-04-24T17:21:07.675878+0000 mgr.smithi057.tirlgq (mgr.14197) 75 : cephadm [INF] Reconfiguring mon.smithi088 (monmap changed)... 2024-04-24T17:21:09.164 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:09 smithi088 bash[20239]: cephadm 2024-04-24T17:21:07.682423+0000 mgr.smithi057.tirlgq (mgr.14197) 76 : cephadm [INF] Reconfiguring daemon mon.smithi088 on smithi088 2024-04-24T17:21:09.164 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:09 smithi088 bash[20239]: cephadm 2024-04-24T17:21:07.682423+0000 mgr.smithi057.tirlgq (mgr.14197) 76 : cephadm [INF] Reconfiguring daemon mon.smithi088 on smithi088 2024-04-24T17:21:09.587 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:09 smithi057 bash[18598]: cephadm 2024-04-24T17:21:07.675878+0000 mgr.smithi057.tirlgq (mgr.14197) 75 : cephadm [INF] Reconfiguring mon.smithi088 (monmap changed)... 2024-04-24T17:21:09.587 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:09 smithi057 bash[18598]: cephadm 2024-04-24T17:21:07.675878+0000 mgr.smithi057.tirlgq (mgr.14197) 75 : cephadm [INF] Reconfiguring mon.smithi088 (monmap changed)... 2024-04-24T17:21:09.587 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:09 smithi057 bash[18598]: cephadm 2024-04-24T17:21:07.682423+0000 mgr.smithi057.tirlgq (mgr.14197) 76 : cephadm [INF] Reconfiguring daemon mon.smithi088 on smithi088 2024-04-24T17:21:09.587 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:09 smithi057 bash[18598]: cephadm 2024-04-24T17:21:07.682423+0000 mgr.smithi057.tirlgq (mgr.14197) 76 : cephadm [INF] Reconfiguring daemon mon.smithi088 on smithi088 2024-04-24T17:21:10.338 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:10 smithi057 bash[18598]: cluster 2024-04-24T17:21:09.169306+0000 mgr.smithi057.tirlgq (mgr.14197) 77 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:10.338 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:10 smithi057 bash[18598]: cluster 2024-04-24T17:21:09.169306+0000 mgr.smithi057.tirlgq (mgr.14197) 77 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:10.338 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:10 smithi057 bash[18598]: audit 2024-04-24T17:21:09.652314+0000 mon.smithi057 (mon.0) 337 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:21:10.338 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:10 smithi057 bash[18598]: audit 2024-04-24T17:21:09.652314+0000 mon.smithi057 (mon.0) 337 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:21:10.338 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:10 smithi057 bash[18598]: audit 2024-04-24T17:21:09.710791+0000 mon.smithi057 (mon.0) 338 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-24T17:21:10.338 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:10 smithi057 bash[18598]: audit 2024-04-24T17:21:09.710791+0000 mon.smithi057 (mon.0) 338 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-24T17:21:10.338 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:10 smithi057 bash[18598]: audit 2024-04-24T17:21:09.714314+0000 mon.smithi057 (mon.0) 339 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi057.front.sepia.ceph.com:9093"}]: dispatch 2024-04-24T17:21:10.338 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:10 smithi057 bash[18598]: audit 2024-04-24T17:21:09.714314+0000 mon.smithi057 (mon.0) 339 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi057.front.sepia.ceph.com:9093"}]: dispatch 2024-04-24T17:21:10.338 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:10 smithi057 bash[18598]: audit 2024-04-24T17:21:09.722167+0000 mon.smithi057 (mon.0) 340 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:21:10.339 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:10 smithi057 bash[18598]: audit 2024-04-24T17:21:09.722167+0000 mon.smithi057 (mon.0) 340 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:21:10.339 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:10 smithi057 bash[18598]: audit 2024-04-24T17:21:09.748956+0000 mon.smithi057 (mon.0) 341 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-24T17:21:10.339 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:10 smithi057 bash[18598]: audit 2024-04-24T17:21:09.748956+0000 mon.smithi057 (mon.0) 341 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-24T17:21:10.339 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:10 smithi057 bash[18598]: audit 2024-04-24T17:21:09.760917+0000 mon.smithi057 (mon.0) 342 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi057.front.sepia.ceph.com:3000"}]: dispatch 2024-04-24T17:21:10.339 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:10 smithi057 bash[18598]: audit 2024-04-24T17:21:09.760917+0000 mon.smithi057 (mon.0) 342 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi057.front.sepia.ceph.com:3000"}]: dispatch 2024-04-24T17:21:10.339 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:10 smithi057 bash[18598]: audit 2024-04-24T17:21:09.771752+0000 mon.smithi057 (mon.0) 343 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:21:10.339 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:10 smithi057 bash[18598]: audit 2024-04-24T17:21:09.771752+0000 mon.smithi057 (mon.0) 343 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:21:10.339 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:10 smithi057 bash[18598]: audit 2024-04-24T17:21:09.790882+0000 mon.smithi057 (mon.0) 344 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-24T17:21:10.339 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:10 smithi057 bash[18598]: audit 2024-04-24T17:21:09.790882+0000 mon.smithi057 (mon.0) 344 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-24T17:21:10.339 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:10 smithi057 bash[18598]: audit 2024-04-24T17:21:09.795844+0000 mon.smithi057 (mon.0) 345 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi057.front.sepia.ceph.com:9095"}]: dispatch 2024-04-24T17:21:10.339 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:10 smithi057 bash[18598]: audit 2024-04-24T17:21:09.795844+0000 mon.smithi057 (mon.0) 345 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi057.front.sepia.ceph.com:9095"}]: dispatch 2024-04-24T17:21:10.339 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:10 smithi057 bash[18598]: audit 2024-04-24T17:21:09.802404+0000 mon.smithi057 (mon.0) 346 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:21:10.339 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:10 smithi057 bash[18598]: audit 2024-04-24T17:21:09.802404+0000 mon.smithi057 (mon.0) 346 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:21:10.339 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:10 smithi057 bash[18598]: audit 2024-04-24T17:21:09.823664+0000 mon.smithi057 (mon.0) 347 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:21:10.339 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:10 smithi057 bash[18598]: audit 2024-04-24T17:21:09.823664+0000 mon.smithi057 (mon.0) 347 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:21:10.415 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:10 smithi088 bash[20239]: cluster 2024-04-24T17:21:09.169306+0000 mgr.smithi057.tirlgq (mgr.14197) 77 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:10.415 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:10 smithi088 bash[20239]: cluster 2024-04-24T17:21:09.169306+0000 mgr.smithi057.tirlgq (mgr.14197) 77 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:10.415 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:10 smithi088 bash[20239]: audit 2024-04-24T17:21:09.652314+0000 mon.smithi057 (mon.0) 337 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:21:10.415 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:10 smithi088 bash[20239]: audit 2024-04-24T17:21:09.652314+0000 mon.smithi057 (mon.0) 337 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:21:10.415 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:10 smithi088 bash[20239]: audit 2024-04-24T17:21:09.710791+0000 mon.smithi057 (mon.0) 338 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-24T17:21:10.415 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:10 smithi088 bash[20239]: audit 2024-04-24T17:21:09.710791+0000 mon.smithi057 (mon.0) 338 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-24T17:21:10.415 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:10 smithi088 bash[20239]: audit 2024-04-24T17:21:09.714314+0000 mon.smithi057 (mon.0) 339 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi057.front.sepia.ceph.com:9093"}]: dispatch 2024-04-24T17:21:10.415 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:10 smithi088 bash[20239]: audit 2024-04-24T17:21:09.714314+0000 mon.smithi057 (mon.0) 339 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi057.front.sepia.ceph.com:9093"}]: dispatch 2024-04-24T17:21:10.415 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:10 smithi088 bash[20239]: audit 2024-04-24T17:21:09.722167+0000 mon.smithi057 (mon.0) 340 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:21:10.415 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:10 smithi088 bash[20239]: audit 2024-04-24T17:21:09.722167+0000 mon.smithi057 (mon.0) 340 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:21:10.416 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:10 smithi088 bash[20239]: audit 2024-04-24T17:21:09.748956+0000 mon.smithi057 (mon.0) 341 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-24T17:21:10.416 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:10 smithi088 bash[20239]: audit 2024-04-24T17:21:09.748956+0000 mon.smithi057 (mon.0) 341 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-24T17:21:10.416 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:10 smithi088 bash[20239]: audit 2024-04-24T17:21:09.760917+0000 mon.smithi057 (mon.0) 342 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi057.front.sepia.ceph.com:3000"}]: dispatch 2024-04-24T17:21:10.416 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:10 smithi088 bash[20239]: audit 2024-04-24T17:21:09.760917+0000 mon.smithi057 (mon.0) 342 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi057.front.sepia.ceph.com:3000"}]: dispatch 2024-04-24T17:21:10.416 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:10 smithi088 bash[20239]: audit 2024-04-24T17:21:09.771752+0000 mon.smithi057 (mon.0) 343 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:21:10.416 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:10 smithi088 bash[20239]: audit 2024-04-24T17:21:09.771752+0000 mon.smithi057 (mon.0) 343 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:21:10.416 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:10 smithi088 bash[20239]: audit 2024-04-24T17:21:09.790882+0000 mon.smithi057 (mon.0) 344 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-24T17:21:10.416 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:10 smithi088 bash[20239]: audit 2024-04-24T17:21:09.790882+0000 mon.smithi057 (mon.0) 344 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-24T17:21:10.416 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:10 smithi088 bash[20239]: audit 2024-04-24T17:21:09.795844+0000 mon.smithi057 (mon.0) 345 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi057.front.sepia.ceph.com:9095"}]: dispatch 2024-04-24T17:21:10.416 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:10 smithi088 bash[20239]: audit 2024-04-24T17:21:09.795844+0000 mon.smithi057 (mon.0) 345 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi057.front.sepia.ceph.com:9095"}]: dispatch 2024-04-24T17:21:10.416 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:10 smithi088 bash[20239]: audit 2024-04-24T17:21:09.802404+0000 mon.smithi057 (mon.0) 346 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:21:10.416 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:10 smithi088 bash[20239]: audit 2024-04-24T17:21:09.802404+0000 mon.smithi057 (mon.0) 346 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:21:10.416 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:10 smithi088 bash[20239]: audit 2024-04-24T17:21:09.823664+0000 mon.smithi057 (mon.0) 347 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:21:10.416 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:10 smithi088 bash[20239]: audit 2024-04-24T17:21:09.823664+0000 mon.smithi057 (mon.0) 347 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:21:11.414 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:11 smithi088 bash[20239]: audit 2024-04-24T17:21:09.711748+0000 mgr.smithi057.tirlgq (mgr.14197) 78 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-24T17:21:11.415 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:11 smithi088 bash[20239]: audit 2024-04-24T17:21:09.711748+0000 mgr.smithi057.tirlgq (mgr.14197) 78 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-24T17:21:11.415 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:11 smithi088 bash[20239]: audit 2024-04-24T17:21:09.715220+0000 mgr.smithi057.tirlgq (mgr.14197) 79 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi057.front.sepia.ceph.com:9093"}]: dispatch 2024-04-24T17:21:11.415 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:11 smithi088 bash[20239]: audit 2024-04-24T17:21:09.715220+0000 mgr.smithi057.tirlgq (mgr.14197) 79 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi057.front.sepia.ceph.com:9093"}]: dispatch 2024-04-24T17:21:11.415 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:11 smithi088 bash[20239]: audit 2024-04-24T17:21:09.750154+0000 mgr.smithi057.tirlgq (mgr.14197) 80 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-24T17:21:11.415 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:11 smithi088 bash[20239]: audit 2024-04-24T17:21:09.750154+0000 mgr.smithi057.tirlgq (mgr.14197) 80 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-24T17:21:11.415 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:11 smithi088 bash[20239]: audit 2024-04-24T17:21:09.761923+0000 mgr.smithi057.tirlgq (mgr.14197) 81 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi057.front.sepia.ceph.com:3000"}]: dispatch 2024-04-24T17:21:11.415 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:11 smithi088 bash[20239]: audit 2024-04-24T17:21:09.761923+0000 mgr.smithi057.tirlgq (mgr.14197) 81 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi057.front.sepia.ceph.com:3000"}]: dispatch 2024-04-24T17:21:11.415 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:11 smithi088 bash[20239]: audit 2024-04-24T17:21:09.791460+0000 mgr.smithi057.tirlgq (mgr.14197) 82 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-24T17:21:11.415 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:11 smithi088 bash[20239]: audit 2024-04-24T17:21:09.791460+0000 mgr.smithi057.tirlgq (mgr.14197) 82 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-24T17:21:11.415 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:11 smithi088 bash[20239]: audit 2024-04-24T17:21:09.796319+0000 mgr.smithi057.tirlgq (mgr.14197) 83 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi057.front.sepia.ceph.com:9095"}]: dispatch 2024-04-24T17:21:11.415 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:11 smithi088 bash[20239]: audit 2024-04-24T17:21:09.796319+0000 mgr.smithi057.tirlgq (mgr.14197) 83 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi057.front.sepia.ceph.com:9095"}]: dispatch 2024-04-24T17:21:11.587 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:11 smithi057 bash[18598]: audit 2024-04-24T17:21:09.711748+0000 mgr.smithi057.tirlgq (mgr.14197) 78 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-24T17:21:11.587 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:11 smithi057 bash[18598]: audit 2024-04-24T17:21:09.711748+0000 mgr.smithi057.tirlgq (mgr.14197) 78 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-24T17:21:11.587 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:11 smithi057 bash[18598]: audit 2024-04-24T17:21:09.715220+0000 mgr.smithi057.tirlgq (mgr.14197) 79 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi057.front.sepia.ceph.com:9093"}]: dispatch 2024-04-24T17:21:11.587 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:11 smithi057 bash[18598]: audit 2024-04-24T17:21:09.715220+0000 mgr.smithi057.tirlgq (mgr.14197) 79 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi057.front.sepia.ceph.com:9093"}]: dispatch 2024-04-24T17:21:11.588 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:11 smithi057 bash[18598]: audit 2024-04-24T17:21:09.750154+0000 mgr.smithi057.tirlgq (mgr.14197) 80 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-24T17:21:11.588 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:11 smithi057 bash[18598]: audit 2024-04-24T17:21:09.750154+0000 mgr.smithi057.tirlgq (mgr.14197) 80 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-24T17:21:11.588 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:11 smithi057 bash[18598]: audit 2024-04-24T17:21:09.761923+0000 mgr.smithi057.tirlgq (mgr.14197) 81 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi057.front.sepia.ceph.com:3000"}]: dispatch 2024-04-24T17:21:11.588 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:11 smithi057 bash[18598]: audit 2024-04-24T17:21:09.761923+0000 mgr.smithi057.tirlgq (mgr.14197) 81 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi057.front.sepia.ceph.com:3000"}]: dispatch 2024-04-24T17:21:11.588 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:11 smithi057 bash[18598]: audit 2024-04-24T17:21:09.791460+0000 mgr.smithi057.tirlgq (mgr.14197) 82 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-24T17:21:11.588 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:11 smithi057 bash[18598]: audit 2024-04-24T17:21:09.791460+0000 mgr.smithi057.tirlgq (mgr.14197) 82 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-24T17:21:11.588 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:11 smithi057 bash[18598]: audit 2024-04-24T17:21:09.796319+0000 mgr.smithi057.tirlgq (mgr.14197) 83 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi057.front.sepia.ceph.com:9095"}]: dispatch 2024-04-24T17:21:11.588 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:11 smithi057 bash[18598]: audit 2024-04-24T17:21:09.796319+0000 mgr.smithi057.tirlgq (mgr.14197) 83 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi057.front.sepia.ceph.com:9095"}]: dispatch 2024-04-24T17:21:12.414 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:12 smithi088 bash[20239]: cluster 2024-04-24T17:21:11.170405+0000 mgr.smithi057.tirlgq (mgr.14197) 84 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:12.414 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:12 smithi088 bash[20239]: cluster 2024-04-24T17:21:11.170405+0000 mgr.smithi057.tirlgq (mgr.14197) 84 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:12.414 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:12 smithi088 bash[20239]: audit 2024-04-24T17:21:11.783662+0000 mon.smithi057 (mon.0) 348 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:21:12.415 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:12 smithi088 bash[20239]: audit 2024-04-24T17:21:11.783662+0000 mon.smithi057 (mon.0) 348 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:21:12.543 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:21:12.562 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:12 smithi057 bash[18598]: cluster 2024-04-24T17:21:11.170405+0000 mgr.smithi057.tirlgq (mgr.14197) 84 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:12.563 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:12 smithi057 bash[18598]: cluster 2024-04-24T17:21:11.170405+0000 mgr.smithi057.tirlgq (mgr.14197) 84 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:12.563 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:12 smithi057 bash[18598]: audit 2024-04-24T17:21:11.783662+0000 mon.smithi057 (mon.0) 348 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:21:12.563 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:12 smithi057 bash[18598]: audit 2024-04-24T17:21:11.783662+0000 mon.smithi057 (mon.0) 348 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:21:13.587 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:13 smithi057 bash[18598]: cluster 2024-04-24T17:21:13.171441+0000 mgr.smithi057.tirlgq (mgr.14197) 85 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:13.587 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:13 smithi057 bash[18598]: cluster 2024-04-24T17:21:13.171441+0000 mgr.smithi057.tirlgq (mgr.14197) 85 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:13.664 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:13 smithi088 bash[20239]: cluster 2024-04-24T17:21:13.171441+0000 mgr.smithi057.tirlgq (mgr.14197) 85 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:13.664 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:13 smithi088 bash[20239]: cluster 2024-04-24T17:21:13.171441+0000 mgr.smithi057.tirlgq (mgr.14197) 85 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:13.758 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:21:14.304 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:21:14.587 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:14 smithi057 bash[18598]: audit 2024-04-24T17:21:13.759351+0000 mon.smithi057 (mon.0) 349 : audit [DBG] from='client.? 172.21.15.57:0/782695686' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:21:14.587 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:14 smithi057 bash[18598]: audit 2024-04-24T17:21:13.759351+0000 mon.smithi057 (mon.0) 349 : audit [DBG] from='client.? 172.21.15.57:0/782695686' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:21:14.664 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:14 smithi088 bash[20239]: audit 2024-04-24T17:21:13.759351+0000 mon.smithi057 (mon.0) 349 : audit [DBG] from='client.? 172.21.15.57:0/782695686' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:21:14.664 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:14 smithi088 bash[20239]: audit 2024-04-24T17:21:13.759351+0000 mon.smithi057 (mon.0) 349 : audit [DBG] from='client.? 172.21.15.57:0/782695686' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:21:15.305 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T17:21:15.586 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:15 smithi057 bash[18598]: cluster 2024-04-24T17:21:15.172096+0000 mgr.smithi057.tirlgq (mgr.14197) 86 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:15.587 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:15 smithi057 bash[18598]: cluster 2024-04-24T17:21:15.172096+0000 mgr.smithi057.tirlgq (mgr.14197) 86 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:15.587 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:15 smithi057 bash[18598]: audit 2024-04-24T17:21:15.208264+0000 mon.smithi057 (mon.0) 350 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:21:15.587 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:15 smithi057 bash[18598]: audit 2024-04-24T17:21:15.208264+0000 mon.smithi057 (mon.0) 350 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:21:15.664 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:15 smithi088 bash[20239]: cluster 2024-04-24T17:21:15.172096+0000 mgr.smithi057.tirlgq (mgr.14197) 86 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:15.664 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:15 smithi088 bash[20239]: cluster 2024-04-24T17:21:15.172096+0000 mgr.smithi057.tirlgq (mgr.14197) 86 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:15.664 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:15 smithi088 bash[20239]: audit 2024-04-24T17:21:15.208264+0000 mon.smithi057 (mon.0) 350 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:21:15.664 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:15 smithi088 bash[20239]: audit 2024-04-24T17:21:15.208264+0000 mon.smithi057 (mon.0) 350 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:21:17.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:16 smithi057 bash[18598]: audit 2024-04-24T17:21:15.671471+0000 mon.smithi057 (mon.0) 351 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:21:17.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:16 smithi057 bash[18598]: audit 2024-04-24T17:21:15.671471+0000 mon.smithi057 (mon.0) 351 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:21:17.164 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:16 smithi088 bash[20239]: audit 2024-04-24T17:21:15.671471+0000 mon.smithi057 (mon.0) 351 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:21:17.164 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:16 smithi088 bash[20239]: audit 2024-04-24T17:21:15.671471+0000 mon.smithi057 (mon.0) 351 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:21:18.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:17 smithi057 bash[18598]: cluster 2024-04-24T17:21:17.173049+0000 mgr.smithi057.tirlgq (mgr.14197) 87 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:18.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:17 smithi057 bash[18598]: cluster 2024-04-24T17:21:17.173049+0000 mgr.smithi057.tirlgq (mgr.14197) 87 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:18.164 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:17 smithi088 bash[20239]: cluster 2024-04-24T17:21:17.173049+0000 mgr.smithi057.tirlgq (mgr.14197) 87 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:18.164 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:17 smithi088 bash[20239]: cluster 2024-04-24T17:21:17.173049+0000 mgr.smithi057.tirlgq (mgr.14197) 87 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:19.587 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:19 smithi057 bash[18598]: cluster 2024-04-24T17:21:19.174073+0000 mgr.smithi057.tirlgq (mgr.14197) 88 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:19.587 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:19 smithi057 bash[18598]: cluster 2024-04-24T17:21:19.174073+0000 mgr.smithi057.tirlgq (mgr.14197) 88 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:19.664 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:19 smithi088 bash[20239]: cluster 2024-04-24T17:21:19.174073+0000 mgr.smithi057.tirlgq (mgr.14197) 88 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:19.664 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:19 smithi088 bash[20239]: cluster 2024-04-24T17:21:19.174073+0000 mgr.smithi057.tirlgq (mgr.14197) 88 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:20.053 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:21:21.144 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:21:21.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:21 smithi057 bash[18598]: audit 2024-04-24T17:21:21.145109+0000 mon.smithi057 (mon.0) 352 : audit [DBG] from='client.? 172.21.15.57:0/2364778721' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:21:21.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:21 smithi057 bash[18598]: audit 2024-04-24T17:21:21.145109+0000 mon.smithi057 (mon.0) 352 : audit [DBG] from='client.? 172.21.15.57:0/2364778721' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:21:21.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:21 smithi057 bash[18598]: cluster 2024-04-24T17:21:21.175029+0000 mgr.smithi057.tirlgq (mgr.14197) 89 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:21.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:21 smithi057 bash[18598]: cluster 2024-04-24T17:21:21.175029+0000 mgr.smithi057.tirlgq (mgr.14197) 89 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:21.454 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:21 smithi088 bash[20239]: audit 2024-04-24T17:21:21.145109+0000 mon.smithi057 (mon.0) 352 : audit [DBG] from='client.? 172.21.15.57:0/2364778721' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:21:21.454 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:21 smithi088 bash[20239]: audit 2024-04-24T17:21:21.145109+0000 mon.smithi057 (mon.0) 352 : audit [DBG] from='client.? 172.21.15.57:0/2364778721' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:21:21.454 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:21 smithi088 bash[20239]: cluster 2024-04-24T17:21:21.175029+0000 mgr.smithi057.tirlgq (mgr.14197) 89 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:21.454 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:21 smithi088 bash[20239]: cluster 2024-04-24T17:21:21.175029+0000 mgr.smithi057.tirlgq (mgr.14197) 89 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:21.998 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:21:23.000 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T17:21:23.837 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:23 smithi057 bash[18598]: audit 2024-04-24T17:21:22.578335+0000 mon.smithi057 (mon.0) 353 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:21:23.838 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:23 smithi057 bash[18598]: audit 2024-04-24T17:21:22.578335+0000 mon.smithi057 (mon.0) 353 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:21:23.838 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:23 smithi057 bash[18598]: cluster 2024-04-24T17:21:23.175793+0000 mgr.smithi057.tirlgq (mgr.14197) 90 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:23.838 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:23 smithi057 bash[18598]: cluster 2024-04-24T17:21:23.175793+0000 mgr.smithi057.tirlgq (mgr.14197) 90 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:23.838 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:23 smithi057 bash[18598]: audit 2024-04-24T17:21:23.246793+0000 mon.smithi057 (mon.0) 354 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:21:23.838 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:23 smithi057 bash[18598]: audit 2024-04-24T17:21:23.246793+0000 mon.smithi057 (mon.0) 354 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:21:23.838 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:23 smithi057 bash[18598]: audit 2024-04-24T17:21:23.248556+0000 mon.smithi057 (mon.0) 355 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:21:23.838 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:23 smithi057 bash[18598]: audit 2024-04-24T17:21:23.248556+0000 mon.smithi057 (mon.0) 355 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:21:23.838 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:23 smithi057 bash[18598]: audit 2024-04-24T17:21:23.249919+0000 mon.smithi057 (mon.0) 356 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:21:23.838 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:23 smithi057 bash[18598]: audit 2024-04-24T17:21:23.249919+0000 mon.smithi057 (mon.0) 356 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:21:23.838 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:23 smithi057 bash[18598]: audit 2024-04-24T17:21:23.262769+0000 mon.smithi057 (mon.0) 357 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:21:23.838 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:23 smithi057 bash[18598]: audit 2024-04-24T17:21:23.262769+0000 mon.smithi057 (mon.0) 357 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:21:23.838 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:23 smithi057 bash[18598]: audit 2024-04-24T17:21:23.270574+0000 mon.smithi057 (mon.0) 358 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-24T17:21:23.839 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:23 smithi057 bash[18598]: audit 2024-04-24T17:21:23.270574+0000 mon.smithi057 (mon.0) 358 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-24T17:21:23.914 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:23 smithi088 bash[20239]: audit 2024-04-24T17:21:22.578335+0000 mon.smithi057 (mon.0) 353 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:21:23.915 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:23 smithi088 bash[20239]: audit 2024-04-24T17:21:22.578335+0000 mon.smithi057 (mon.0) 353 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:21:23.915 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:23 smithi088 bash[20239]: cluster 2024-04-24T17:21:23.175793+0000 mgr.smithi057.tirlgq (mgr.14197) 90 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:23.915 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:23 smithi088 bash[20239]: cluster 2024-04-24T17:21:23.175793+0000 mgr.smithi057.tirlgq (mgr.14197) 90 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:23.915 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:23 smithi088 bash[20239]: audit 2024-04-24T17:21:23.246793+0000 mon.smithi057 (mon.0) 354 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:21:23.915 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:23 smithi088 bash[20239]: audit 2024-04-24T17:21:23.246793+0000 mon.smithi057 (mon.0) 354 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:21:23.915 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:23 smithi088 bash[20239]: audit 2024-04-24T17:21:23.248556+0000 mon.smithi057 (mon.0) 355 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:21:23.915 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:23 smithi088 bash[20239]: audit 2024-04-24T17:21:23.248556+0000 mon.smithi057 (mon.0) 355 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:21:23.915 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:23 smithi088 bash[20239]: audit 2024-04-24T17:21:23.249919+0000 mon.smithi057 (mon.0) 356 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:21:23.915 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:23 smithi088 bash[20239]: audit 2024-04-24T17:21:23.249919+0000 mon.smithi057 (mon.0) 356 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:21:23.915 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:23 smithi088 bash[20239]: audit 2024-04-24T17:21:23.262769+0000 mon.smithi057 (mon.0) 357 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:21:23.915 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:23 smithi088 bash[20239]: audit 2024-04-24T17:21:23.262769+0000 mon.smithi057 (mon.0) 357 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:21:23.916 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:23 smithi088 bash[20239]: audit 2024-04-24T17:21:23.270574+0000 mon.smithi057 (mon.0) 358 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-24T17:21:23.916 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:23 smithi088 bash[20239]: audit 2024-04-24T17:21:23.270574+0000 mon.smithi057 (mon.0) 358 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-24T17:21:24.914 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:24 smithi088 bash[20239]: cluster 2024-04-24T17:21:23.252417+0000 mgr.smithi057.tirlgq (mgr.14197) 91 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:24.914 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:24 smithi088 bash[20239]: cluster 2024-04-24T17:21:23.252417+0000 mgr.smithi057.tirlgq (mgr.14197) 91 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:24.914 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:24 smithi088 bash[20239]: cluster 2024-04-24T17:21:23.253141+0000 mgr.smithi057.tirlgq (mgr.14197) 92 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:24.914 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:24 smithi088 bash[20239]: cluster 2024-04-24T17:21:23.253141+0000 mgr.smithi057.tirlgq (mgr.14197) 92 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:24.992 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:24 smithi057 bash[18598]: cluster 2024-04-24T17:21:23.252417+0000 mgr.smithi057.tirlgq (mgr.14197) 91 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:24.992 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:24 smithi057 bash[18598]: cluster 2024-04-24T17:21:23.252417+0000 mgr.smithi057.tirlgq (mgr.14197) 91 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:24.992 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:24 smithi057 bash[18598]: cluster 2024-04-24T17:21:23.253141+0000 mgr.smithi057.tirlgq (mgr.14197) 92 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:24.992 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:24 smithi057 bash[18598]: cluster 2024-04-24T17:21:23.253141+0000 mgr.smithi057.tirlgq (mgr.14197) 92 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:26.914 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:26 smithi088 bash[20239]: cluster 2024-04-24T17:21:25.254131+0000 mgr.smithi057.tirlgq (mgr.14197) 93 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:26.914 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:26 smithi088 bash[20239]: cluster 2024-04-24T17:21:25.254131+0000 mgr.smithi057.tirlgq (mgr.14197) 93 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:27.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:26 smithi057 bash[18598]: cluster 2024-04-24T17:21:25.254131+0000 mgr.smithi057.tirlgq (mgr.14197) 93 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:27.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:26 smithi057 bash[18598]: cluster 2024-04-24T17:21:25.254131+0000 mgr.smithi057.tirlgq (mgr.14197) 93 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:27.774 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:21:27.914 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:27 smithi088 bash[20239]: audit 2024-04-24T17:21:26.784149+0000 mon.smithi057 (mon.0) 359 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:21:27.914 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:27 smithi088 bash[20239]: audit 2024-04-24T17:21:26.784149+0000 mon.smithi057 (mon.0) 359 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:21:28.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:27 smithi057 bash[18598]: audit 2024-04-24T17:21:26.784149+0000 mon.smithi057 (mon.0) 359 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:21:28.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:27 smithi057 bash[18598]: audit 2024-04-24T17:21:26.784149+0000 mon.smithi057 (mon.0) 359 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:21:28.837 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:28 smithi057 bash[18598]: cluster 2024-04-24T17:21:27.255155+0000 mgr.smithi057.tirlgq (mgr.14197) 94 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:28.837 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:28 smithi057 bash[18598]: cluster 2024-04-24T17:21:27.255155+0000 mgr.smithi057.tirlgq (mgr.14197) 94 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:28.885 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:21:28.914 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:28 smithi088 bash[20239]: cluster 2024-04-24T17:21:27.255155+0000 mgr.smithi057.tirlgq (mgr.14197) 94 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:28.914 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:28 smithi088 bash[20239]: cluster 2024-04-24T17:21:27.255155+0000 mgr.smithi057.tirlgq (mgr.14197) 94 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:29.442 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:21:29.837 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:29 smithi057 bash[18598]: audit 2024-04-24T17:21:28.885768+0000 mon.smithi057 (mon.0) 360 : audit [DBG] from='client.? 172.21.15.57:0/3110766333' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:21:29.837 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:29 smithi057 bash[18598]: audit 2024-04-24T17:21:28.885768+0000 mon.smithi057 (mon.0) 360 : audit [DBG] from='client.? 172.21.15.57:0/3110766333' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:21:29.914 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:29 smithi088 bash[20239]: audit 2024-04-24T17:21:28.885768+0000 mon.smithi057 (mon.0) 360 : audit [DBG] from='client.? 172.21.15.57:0/3110766333' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:21:29.914 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:29 smithi088 bash[20239]: audit 2024-04-24T17:21:28.885768+0000 mon.smithi057 (mon.0) 360 : audit [DBG] from='client.? 172.21.15.57:0/3110766333' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:21:30.443 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T17:21:30.837 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:30 smithi057 bash[18598]: cluster 2024-04-24T17:21:29.256136+0000 mgr.smithi057.tirlgq (mgr.14197) 95 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:30.837 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:30 smithi057 bash[18598]: cluster 2024-04-24T17:21:29.256136+0000 mgr.smithi057.tirlgq (mgr.14197) 95 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:30.914 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:30 smithi088 bash[20239]: cluster 2024-04-24T17:21:29.256136+0000 mgr.smithi057.tirlgq (mgr.14197) 95 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:30.915 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:30 smithi088 bash[20239]: cluster 2024-04-24T17:21:29.256136+0000 mgr.smithi057.tirlgq (mgr.14197) 95 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:32.914 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:32 smithi088 bash[20239]: cluster 2024-04-24T17:21:31.257115+0000 mgr.smithi057.tirlgq (mgr.14197) 96 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:32.914 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:32 smithi088 bash[20239]: cluster 2024-04-24T17:21:31.257115+0000 mgr.smithi057.tirlgq (mgr.14197) 96 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:33.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:32 smithi057 bash[18598]: cluster 2024-04-24T17:21:31.257115+0000 mgr.smithi057.tirlgq (mgr.14197) 96 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:33.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:32 smithi057 bash[18598]: cluster 2024-04-24T17:21:31.257115+0000 mgr.smithi057.tirlgq (mgr.14197) 96 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:34.914 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:34 smithi088 bash[20239]: cluster 2024-04-24T17:21:33.257892+0000 mgr.smithi057.tirlgq (mgr.14197) 97 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:34.914 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:34 smithi088 bash[20239]: cluster 2024-04-24T17:21:33.257892+0000 mgr.smithi057.tirlgq (mgr.14197) 97 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:35.027 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:34 smithi057 bash[18598]: cluster 2024-04-24T17:21:33.257892+0000 mgr.smithi057.tirlgq (mgr.14197) 97 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:35.027 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:34 smithi057 bash[18598]: cluster 2024-04-24T17:21:33.257892+0000 mgr.smithi057.tirlgq (mgr.14197) 97 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:35.215 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:21:36.326 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:21:36.897 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:36 smithi057 bash[18598]: cluster 2024-04-24T17:21:35.258436+0000 mgr.smithi057.tirlgq (mgr.14197) 98 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:36.897 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:36 smithi057 bash[18598]: cluster 2024-04-24T17:21:35.258436+0000 mgr.smithi057.tirlgq (mgr.14197) 98 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:36.897 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:36 smithi057 bash[18598]: audit 2024-04-24T17:21:36.326624+0000 mon.smithi057 (mon.0) 361 : audit [DBG] from='client.? 172.21.15.57:0/737847087' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:21:36.897 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:36 smithi057 bash[18598]: audit 2024-04-24T17:21:36.326624+0000 mon.smithi057 (mon.0) 361 : audit [DBG] from='client.? 172.21.15.57:0/737847087' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:21:36.898 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:21:36.914 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:36 smithi088 bash[20239]: cluster 2024-04-24T17:21:35.258436+0000 mgr.smithi057.tirlgq (mgr.14197) 98 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:36.914 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:36 smithi088 bash[20239]: cluster 2024-04-24T17:21:35.258436+0000 mgr.smithi057.tirlgq (mgr.14197) 98 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:36.914 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:36 smithi088 bash[20239]: audit 2024-04-24T17:21:36.326624+0000 mon.smithi057 (mon.0) 361 : audit [DBG] from='client.? 172.21.15.57:0/737847087' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:21:36.914 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:36 smithi088 bash[20239]: audit 2024-04-24T17:21:36.326624+0000 mon.smithi057 (mon.0) 361 : audit [DBG] from='client.? 172.21.15.57:0/737847087' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:21:37.900 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T17:21:38.914 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:38 smithi088 bash[20239]: cluster 2024-04-24T17:21:37.259420+0000 mgr.smithi057.tirlgq (mgr.14197) 99 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:38.914 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:38 smithi088 bash[20239]: cluster 2024-04-24T17:21:37.259420+0000 mgr.smithi057.tirlgq (mgr.14197) 99 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:39.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:38 smithi057 bash[18598]: cluster 2024-04-24T17:21:37.259420+0000 mgr.smithi057.tirlgq (mgr.14197) 99 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:39.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:38 smithi057 bash[18598]: cluster 2024-04-24T17:21:37.259420+0000 mgr.smithi057.tirlgq (mgr.14197) 99 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:40.914 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:40 smithi088 bash[20239]: cluster 2024-04-24T17:21:39.260452+0000 mgr.smithi057.tirlgq (mgr.14197) 100 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:40.914 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:40 smithi088 bash[20239]: cluster 2024-04-24T17:21:39.260452+0000 mgr.smithi057.tirlgq (mgr.14197) 100 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:41.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:40 smithi057 bash[18598]: cluster 2024-04-24T17:21:39.260452+0000 mgr.smithi057.tirlgq (mgr.14197) 100 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:41.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:40 smithi057 bash[18598]: cluster 2024-04-24T17:21:39.260452+0000 mgr.smithi057.tirlgq (mgr.14197) 100 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:42.679 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:21:42.914 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:42 smithi088 bash[20239]: cluster 2024-04-24T17:21:41.261406+0000 mgr.smithi057.tirlgq (mgr.14197) 101 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:42.914 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:42 smithi088 bash[20239]: cluster 2024-04-24T17:21:41.261406+0000 mgr.smithi057.tirlgq (mgr.14197) 101 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:42.914 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:42 smithi088 bash[20239]: audit 2024-04-24T17:21:41.784646+0000 mon.smithi057 (mon.0) 362 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:21:42.914 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:42 smithi088 bash[20239]: audit 2024-04-24T17:21:41.784646+0000 mon.smithi057 (mon.0) 362 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:21:43.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:42 smithi057 bash[18598]: cluster 2024-04-24T17:21:41.261406+0000 mgr.smithi057.tirlgq (mgr.14197) 101 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:43.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:42 smithi057 bash[18598]: cluster 2024-04-24T17:21:41.261406+0000 mgr.smithi057.tirlgq (mgr.14197) 101 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:43.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:42 smithi057 bash[18598]: audit 2024-04-24T17:21:41.784646+0000 mon.smithi057 (mon.0) 362 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:21:43.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:42 smithi057 bash[18598]: audit 2024-04-24T17:21:41.784646+0000 mon.smithi057 (mon.0) 362 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:21:43.822 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:21:44.380 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:21:45.070 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:44 smithi057 bash[18598]: cluster 2024-04-24T17:21:43.262428+0000 mgr.smithi057.tirlgq (mgr.14197) 102 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:45.070 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:44 smithi057 bash[18598]: cluster 2024-04-24T17:21:43.262428+0000 mgr.smithi057.tirlgq (mgr.14197) 102 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:45.070 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:44 smithi057 bash[18598]: audit 2024-04-24T17:21:43.819741+0000 mon.smithi057 (mon.0) 363 : audit [DBG] from='client.? 172.21.15.57:0/2459633771' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:21:45.070 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:44 smithi057 bash[18598]: audit 2024-04-24T17:21:43.819741+0000 mon.smithi057 (mon.0) 363 : audit [DBG] from='client.? 172.21.15.57:0/2459633771' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:21:45.164 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:44 smithi088 bash[20239]: cluster 2024-04-24T17:21:43.262428+0000 mgr.smithi057.tirlgq (mgr.14197) 102 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:45.164 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:44 smithi088 bash[20239]: cluster 2024-04-24T17:21:43.262428+0000 mgr.smithi057.tirlgq (mgr.14197) 102 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:45.164 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:44 smithi088 bash[20239]: audit 2024-04-24T17:21:43.819741+0000 mon.smithi057 (mon.0) 363 : audit [DBG] from='client.? 172.21.15.57:0/2459633771' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:21:45.164 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:44 smithi088 bash[20239]: audit 2024-04-24T17:21:43.819741+0000 mon.smithi057 (mon.0) 363 : audit [DBG] from='client.? 172.21.15.57:0/2459633771' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:21:45.381 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T17:21:47.089 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:46 smithi057 bash[18598]: cluster 2024-04-24T17:21:45.263402+0000 mgr.smithi057.tirlgq (mgr.14197) 103 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:47.089 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:46 smithi057 bash[18598]: cluster 2024-04-24T17:21:45.263402+0000 mgr.smithi057.tirlgq (mgr.14197) 103 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:47.164 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:46 smithi088 bash[20239]: cluster 2024-04-24T17:21:45.263402+0000 mgr.smithi057.tirlgq (mgr.14197) 103 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:47.164 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:46 smithi088 bash[20239]: cluster 2024-04-24T17:21:45.263402+0000 mgr.smithi057.tirlgq (mgr.14197) 103 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:49.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:48 smithi057 bash[18598]: cluster 2024-04-24T17:21:47.264364+0000 mgr.smithi057.tirlgq (mgr.14197) 104 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:49.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:48 smithi057 bash[18598]: cluster 2024-04-24T17:21:47.264364+0000 mgr.smithi057.tirlgq (mgr.14197) 104 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:49.164 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:48 smithi088 bash[20239]: cluster 2024-04-24T17:21:47.264364+0000 mgr.smithi057.tirlgq (mgr.14197) 104 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:49.164 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:48 smithi088 bash[20239]: cluster 2024-04-24T17:21:47.264364+0000 mgr.smithi057.tirlgq (mgr.14197) 104 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:50.155 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:21:51.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:50 smithi057 bash[18598]: cluster 2024-04-24T17:21:49.265348+0000 mgr.smithi057.tirlgq (mgr.14197) 105 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:51.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:50 smithi057 bash[18598]: cluster 2024-04-24T17:21:49.265348+0000 mgr.smithi057.tirlgq (mgr.14197) 105 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:51.164 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:50 smithi088 bash[20239]: cluster 2024-04-24T17:21:49.265348+0000 mgr.smithi057.tirlgq (mgr.14197) 105 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:51.164 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:50 smithi088 bash[20239]: cluster 2024-04-24T17:21:49.265348+0000 mgr.smithi057.tirlgq (mgr.14197) 105 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:51.226 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:21:51.802 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:21:52.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:51 smithi057 bash[18598]: audit 2024-04-24T17:21:51.226794+0000 mon.smithi057 (mon.0) 364 : audit [DBG] from='client.? 172.21.15.57:0/3342338360' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:21:52.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:51 smithi057 bash[18598]: audit 2024-04-24T17:21:51.226794+0000 mon.smithi057 (mon.0) 364 : audit [DBG] from='client.? 172.21.15.57:0/3342338360' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:21:52.164 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:51 smithi088 bash[20239]: audit 2024-04-24T17:21:51.226794+0000 mon.smithi057 (mon.0) 364 : audit [DBG] from='client.? 172.21.15.57:0/3342338360' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:21:52.164 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:51 smithi088 bash[20239]: audit 2024-04-24T17:21:51.226794+0000 mon.smithi057 (mon.0) 364 : audit [DBG] from='client.? 172.21.15.57:0/3342338360' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:21:52.803 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T17:21:53.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:52 smithi057 bash[18598]: cluster 2024-04-24T17:21:51.266126+0000 mgr.smithi057.tirlgq (mgr.14197) 106 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:53.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:52 smithi057 bash[18598]: cluster 2024-04-24T17:21:51.266126+0000 mgr.smithi057.tirlgq (mgr.14197) 106 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:53.164 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:52 smithi088 bash[20239]: cluster 2024-04-24T17:21:51.266126+0000 mgr.smithi057.tirlgq (mgr.14197) 106 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:53.164 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:52 smithi088 bash[20239]: cluster 2024-04-24T17:21:51.266126+0000 mgr.smithi057.tirlgq (mgr.14197) 106 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:55.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:54 smithi057 bash[18598]: cluster 2024-04-24T17:21:53.267096+0000 mgr.smithi057.tirlgq (mgr.14197) 107 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:55.088 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:54 smithi057 bash[18598]: cluster 2024-04-24T17:21:53.267096+0000 mgr.smithi057.tirlgq (mgr.14197) 107 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:55.164 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:54 smithi088 bash[20239]: cluster 2024-04-24T17:21:53.267096+0000 mgr.smithi057.tirlgq (mgr.14197) 107 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:55.164 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:54 smithi088 bash[20239]: cluster 2024-04-24T17:21:53.267096+0000 mgr.smithi057.tirlgq (mgr.14197) 107 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:57.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:56 smithi057 bash[18598]: cluster 2024-04-24T17:21:55.268090+0000 mgr.smithi057.tirlgq (mgr.14197) 108 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:57.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:56 smithi057 bash[18598]: cluster 2024-04-24T17:21:55.268090+0000 mgr.smithi057.tirlgq (mgr.14197) 108 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:57.164 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:56 smithi088 bash[20239]: cluster 2024-04-24T17:21:55.268090+0000 mgr.smithi057.tirlgq (mgr.14197) 108 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:57.164 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:56 smithi088 bash[20239]: cluster 2024-04-24T17:21:55.268090+0000 mgr.smithi057.tirlgq (mgr.14197) 108 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:57.580 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:21:58.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:57 smithi057 bash[18598]: audit 2024-04-24T17:21:56.785094+0000 mon.smithi057 (mon.0) 365 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:21:58.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:57 smithi057 bash[18598]: audit 2024-04-24T17:21:56.785094+0000 mon.smithi057 (mon.0) 365 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:21:58.164 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:57 smithi088 bash[20239]: audit 2024-04-24T17:21:56.785094+0000 mon.smithi057 (mon.0) 365 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:21:58.164 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:57 smithi088 bash[20239]: audit 2024-04-24T17:21:56.785094+0000 mon.smithi057 (mon.0) 365 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:21:58.739 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:21:59.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:58 smithi057 bash[18598]: cluster 2024-04-24T17:21:57.269064+0000 mgr.smithi057.tirlgq (mgr.14197) 109 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:59.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:58 smithi057 bash[18598]: cluster 2024-04-24T17:21:57.269064+0000 mgr.smithi057.tirlgq (mgr.14197) 109 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:59.164 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:58 smithi088 bash[20239]: cluster 2024-04-24T17:21:57.269064+0000 mgr.smithi057.tirlgq (mgr.14197) 109 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:59.164 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:58 smithi088 bash[20239]: cluster 2024-04-24T17:21:57.269064+0000 mgr.smithi057.tirlgq (mgr.14197) 109 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:21:59.268 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:22:00.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:59 smithi057 bash[18598]: audit 2024-04-24T17:21:58.739804+0000 mon.smithi057 (mon.0) 366 : audit [DBG] from='client.? 172.21.15.57:0/696633814' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:22:00.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:21:59 smithi057 bash[18598]: audit 2024-04-24T17:21:58.739804+0000 mon.smithi057 (mon.0) 366 : audit [DBG] from='client.? 172.21.15.57:0/696633814' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:22:00.164 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:59 smithi088 bash[20239]: audit 2024-04-24T17:21:58.739804+0000 mon.smithi057 (mon.0) 366 : audit [DBG] from='client.? 172.21.15.57:0/696633814' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:22:00.164 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:21:59 smithi088 bash[20239]: audit 2024-04-24T17:21:58.739804+0000 mon.smithi057 (mon.0) 366 : audit [DBG] from='client.? 172.21.15.57:0/696633814' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:22:00.270 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T17:22:01.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:22:00 smithi057 bash[18598]: cluster 2024-04-24T17:21:59.269733+0000 mgr.smithi057.tirlgq (mgr.14197) 110 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:01.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:22:00 smithi057 bash[18598]: cluster 2024-04-24T17:21:59.269733+0000 mgr.smithi057.tirlgq (mgr.14197) 110 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:01.164 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:22:00 smithi088 bash[20239]: cluster 2024-04-24T17:21:59.269733+0000 mgr.smithi057.tirlgq (mgr.14197) 110 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:01.164 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:22:00 smithi088 bash[20239]: cluster 2024-04-24T17:21:59.269733+0000 mgr.smithi057.tirlgq (mgr.14197) 110 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:03.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:22:02 smithi057 bash[18598]: cluster 2024-04-24T17:22:01.270668+0000 mgr.smithi057.tirlgq (mgr.14197) 111 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:03.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:22:02 smithi057 bash[18598]: cluster 2024-04-24T17:22:01.270668+0000 mgr.smithi057.tirlgq (mgr.14197) 111 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:03.164 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:22:02 smithi088 bash[20239]: cluster 2024-04-24T17:22:01.270668+0000 mgr.smithi057.tirlgq (mgr.14197) 111 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:03.164 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:22:02 smithi088 bash[20239]: cluster 2024-04-24T17:22:01.270668+0000 mgr.smithi057.tirlgq (mgr.14197) 111 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:05.044 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:22:05.066 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:22:04 smithi057 bash[18598]: cluster 2024-04-24T17:22:03.271665+0000 mgr.smithi057.tirlgq (mgr.14197) 112 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:05.066 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:22:04 smithi057 bash[18598]: cluster 2024-04-24T17:22:03.271665+0000 mgr.smithi057.tirlgq (mgr.14197) 112 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:05.165 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:22:04 smithi088 bash[20239]: cluster 2024-04-24T17:22:03.271665+0000 mgr.smithi057.tirlgq (mgr.14197) 112 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:05.165 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:22:04 smithi088 bash[20239]: cluster 2024-04-24T17:22:03.271665+0000 mgr.smithi057.tirlgq (mgr.14197) 112 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:06.186 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:22:06.749 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:22:07.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:22:06 smithi057 bash[18598]: cluster 2024-04-24T17:22:05.272657+0000 mgr.smithi057.tirlgq (mgr.14197) 113 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:07.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:22:06 smithi057 bash[18598]: cluster 2024-04-24T17:22:05.272657+0000 mgr.smithi057.tirlgq (mgr.14197) 113 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:07.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:22:06 smithi057 bash[18598]: audit 2024-04-24T17:22:06.186753+0000 mon.smithi057 (mon.0) 367 : audit [DBG] from='client.? 172.21.15.57:0/1951633983' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:22:07.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:22:06 smithi057 bash[18598]: audit 2024-04-24T17:22:06.186753+0000 mon.smithi057 (mon.0) 367 : audit [DBG] from='client.? 172.21.15.57:0/1951633983' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:22:07.164 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:22:06 smithi088 bash[20239]: cluster 2024-04-24T17:22:05.272657+0000 mgr.smithi057.tirlgq (mgr.14197) 113 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:07.164 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:22:06 smithi088 bash[20239]: cluster 2024-04-24T17:22:05.272657+0000 mgr.smithi057.tirlgq (mgr.14197) 113 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:07.164 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:22:06 smithi088 bash[20239]: audit 2024-04-24T17:22:06.186753+0000 mon.smithi057 (mon.0) 367 : audit [DBG] from='client.? 172.21.15.57:0/1951633983' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:22:07.164 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:22:06 smithi088 bash[20239]: audit 2024-04-24T17:22:06.186753+0000 mon.smithi057 (mon.0) 367 : audit [DBG] from='client.? 172.21.15.57:0/1951633983' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:22:07.750 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T17:22:09.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:22:08 smithi057 bash[18598]: cluster 2024-04-24T17:22:07.273613+0000 mgr.smithi057.tirlgq (mgr.14197) 114 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:09.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:22:08 smithi057 bash[18598]: cluster 2024-04-24T17:22:07.273613+0000 mgr.smithi057.tirlgq (mgr.14197) 114 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:09.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:22:08 smithi088 bash[20239]: cluster 2024-04-24T17:22:07.273613+0000 mgr.smithi057.tirlgq (mgr.14197) 114 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:09.164 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:22:08 smithi088 bash[20239]: cluster 2024-04-24T17:22:07.273613+0000 mgr.smithi057.tirlgq (mgr.14197) 114 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:11.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:22:10 smithi057 bash[18598]: cluster 2024-04-24T17:22:09.274596+0000 mgr.smithi057.tirlgq (mgr.14197) 115 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:11.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:22:10 smithi057 bash[18598]: cluster 2024-04-24T17:22:09.274596+0000 mgr.smithi057.tirlgq (mgr.14197) 115 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:11.164 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:22:10 smithi088 bash[20239]: cluster 2024-04-24T17:22:09.274596+0000 mgr.smithi057.tirlgq (mgr.14197) 115 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:11.164 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:22:10 smithi088 bash[20239]: cluster 2024-04-24T17:22:09.274596+0000 mgr.smithi057.tirlgq (mgr.14197) 115 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:12.519 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:22:12.837 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:22:12 smithi057 bash[18598]: cluster 2024-04-24T17:22:11.275560+0000 mgr.smithi057.tirlgq (mgr.14197) 116 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:12.837 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:22:12 smithi057 bash[18598]: cluster 2024-04-24T17:22:11.275560+0000 mgr.smithi057.tirlgq (mgr.14197) 116 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:12.837 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:22:12 smithi057 bash[18598]: audit 2024-04-24T17:22:11.785445+0000 mon.smithi057 (mon.0) 368 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:22:12.838 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:22:12 smithi057 bash[18598]: audit 2024-04-24T17:22:11.785445+0000 mon.smithi057 (mon.0) 368 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:22:13.164 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:22:12 smithi088 bash[20239]: cluster 2024-04-24T17:22:11.275560+0000 mgr.smithi057.tirlgq (mgr.14197) 116 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:13.164 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:22:12 smithi088 bash[20239]: cluster 2024-04-24T17:22:11.275560+0000 mgr.smithi057.tirlgq (mgr.14197) 116 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:13.164 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:22:12 smithi088 bash[20239]: audit 2024-04-24T17:22:11.785445+0000 mon.smithi057 (mon.0) 368 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:22:13.164 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:22:12 smithi088 bash[20239]: audit 2024-04-24T17:22:11.785445+0000 mon.smithi057 (mon.0) 368 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:22:13.659 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:22:14.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:22:13 smithi057 bash[18598]: audit 2024-04-24T17:22:13.659992+0000 mon.smithi057 (mon.0) 369 : audit [DBG] from='client.? 172.21.15.57:0/361554161' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:22:14.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:22:13 smithi057 bash[18598]: audit 2024-04-24T17:22:13.659992+0000 mon.smithi057 (mon.0) 369 : audit [DBG] from='client.? 172.21.15.57:0/361554161' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:22:14.164 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:22:13 smithi088 bash[20239]: audit 2024-04-24T17:22:13.659992+0000 mon.smithi057 (mon.0) 369 : audit [DBG] from='client.? 172.21.15.57:0/361554161' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:22:14.164 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:22:13 smithi088 bash[20239]: audit 2024-04-24T17:22:13.659992+0000 mon.smithi057 (mon.0) 369 : audit [DBG] from='client.? 172.21.15.57:0/361554161' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:22:14.257 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:22:15.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:22:14 smithi057 bash[18598]: cluster 2024-04-24T17:22:13.276060+0000 mgr.smithi057.tirlgq (mgr.14197) 117 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:15.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:22:14 smithi057 bash[18598]: cluster 2024-04-24T17:22:13.276060+0000 mgr.smithi057.tirlgq (mgr.14197) 117 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:15.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:22:14 smithi088 bash[20239]: cluster 2024-04-24T17:22:13.276060+0000 mgr.smithi057.tirlgq (mgr.14197) 117 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:15.164 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:22:14 smithi088 bash[20239]: cluster 2024-04-24T17:22:13.276060+0000 mgr.smithi057.tirlgq (mgr.14197) 117 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:15.258 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T17:22:17.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:22:16 smithi057 bash[18598]: cluster 2024-04-24T17:22:15.276643+0000 mgr.smithi057.tirlgq (mgr.14197) 118 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:17.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:22:16 smithi057 bash[18598]: cluster 2024-04-24T17:22:15.276643+0000 mgr.smithi057.tirlgq (mgr.14197) 118 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:17.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:22:16 smithi088 bash[20239]: cluster 2024-04-24T17:22:15.276643+0000 mgr.smithi057.tirlgq (mgr.14197) 118 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:17.164 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:22:16 smithi088 bash[20239]: cluster 2024-04-24T17:22:15.276643+0000 mgr.smithi057.tirlgq (mgr.14197) 118 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:19.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:22:18 smithi057 bash[18598]: cluster 2024-04-24T17:22:17.277601+0000 mgr.smithi057.tirlgq (mgr.14197) 119 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:19.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:22:18 smithi057 bash[18598]: cluster 2024-04-24T17:22:17.277601+0000 mgr.smithi057.tirlgq (mgr.14197) 119 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:19.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:22:18 smithi088 bash[20239]: cluster 2024-04-24T17:22:17.277601+0000 mgr.smithi057.tirlgq (mgr.14197) 119 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:19.164 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:22:18 smithi088 bash[20239]: cluster 2024-04-24T17:22:17.277601+0000 mgr.smithi057.tirlgq (mgr.14197) 119 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:20.035 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:22:21.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:22:20 smithi057 bash[18598]: cluster 2024-04-24T17:22:19.278573+0000 mgr.smithi057.tirlgq (mgr.14197) 120 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:21.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:22:20 smithi057 bash[18598]: cluster 2024-04-24T17:22:19.278573+0000 mgr.smithi057.tirlgq (mgr.14197) 120 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:21.127 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:22:21.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:22:20 smithi088 bash[20239]: cluster 2024-04-24T17:22:19.278573+0000 mgr.smithi057.tirlgq (mgr.14197) 120 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:21.164 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:22:20 smithi088 bash[20239]: cluster 2024-04-24T17:22:19.278573+0000 mgr.smithi057.tirlgq (mgr.14197) 120 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:21.716 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:22:22.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:22:21 smithi057 bash[18598]: audit 2024-04-24T17:22:21.127394+0000 mon.smithi057 (mon.0) 370 : audit [DBG] from='client.? 172.21.15.57:0/1988480038' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:22:22.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:22:21 smithi057 bash[18598]: audit 2024-04-24T17:22:21.127394+0000 mon.smithi057 (mon.0) 370 : audit [DBG] from='client.? 172.21.15.57:0/1988480038' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:22:22.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:22:21 smithi088 bash[20239]: audit 2024-04-24T17:22:21.127394+0000 mon.smithi057 (mon.0) 370 : audit [DBG] from='client.? 172.21.15.57:0/1988480038' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:22:22.164 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:22:21 smithi088 bash[20239]: audit 2024-04-24T17:22:21.127394+0000 mon.smithi057 (mon.0) 370 : audit [DBG] from='client.? 172.21.15.57:0/1988480038' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:22:22.717 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T17:22:23.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:22:22 smithi057 bash[18598]: cluster 2024-04-24T17:22:21.279459+0000 mgr.smithi057.tirlgq (mgr.14197) 121 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:23.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:22:22 smithi057 bash[18598]: cluster 2024-04-24T17:22:21.279459+0000 mgr.smithi057.tirlgq (mgr.14197) 121 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:23.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:22:22 smithi088 bash[20239]: cluster 2024-04-24T17:22:21.279459+0000 mgr.smithi057.tirlgq (mgr.14197) 121 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:23.164 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:22:22 smithi088 bash[20239]: cluster 2024-04-24T17:22:21.279459+0000 mgr.smithi057.tirlgq (mgr.14197) 121 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:24.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:22:23 smithi057 bash[18598]: audit 2024-04-24T17:22:23.369561+0000 mon.smithi057 (mon.0) 371 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:22:24.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:22:23 smithi057 bash[18598]: audit 2024-04-24T17:22:23.369561+0000 mon.smithi057 (mon.0) 371 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:22:24.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:22:23 smithi088 bash[20239]: audit 2024-04-24T17:22:23.369561+0000 mon.smithi057 (mon.0) 371 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:22:24.164 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:22:23 smithi088 bash[20239]: audit 2024-04-24T17:22:23.369561+0000 mon.smithi057 (mon.0) 371 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:22:25.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:22:24 smithi057 bash[18598]: cluster 2024-04-24T17:22:23.280518+0000 mgr.smithi057.tirlgq (mgr.14197) 122 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:25.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:22:24 smithi057 bash[18598]: cluster 2024-04-24T17:22:23.280518+0000 mgr.smithi057.tirlgq (mgr.14197) 122 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:25.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:22:24 smithi088 bash[20239]: cluster 2024-04-24T17:22:23.280518+0000 mgr.smithi057.tirlgq (mgr.14197) 122 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:25.164 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:22:24 smithi088 bash[20239]: cluster 2024-04-24T17:22:23.280518+0000 mgr.smithi057.tirlgq (mgr.14197) 122 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:27.164 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:22:26 smithi088 bash[20239]: cluster 2024-04-24T17:22:25.281527+0000 mgr.smithi057.tirlgq (mgr.14197) 123 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:27.164 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:22:26 smithi088 bash[20239]: cluster 2024-04-24T17:22:25.281527+0000 mgr.smithi057.tirlgq (mgr.14197) 123 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:27.164 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:22:26 smithi088 bash[20239]: audit 2024-04-24T17:22:26.785914+0000 mon.smithi057 (mon.0) 372 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:22:27.164 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:22:26 smithi088 bash[20239]: audit 2024-04-24T17:22:26.785914+0000 mon.smithi057 (mon.0) 372 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:22:27.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:22:26 smithi057 bash[18598]: cluster 2024-04-24T17:22:25.281527+0000 mgr.smithi057.tirlgq (mgr.14197) 123 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:27.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:22:26 smithi057 bash[18598]: cluster 2024-04-24T17:22:25.281527+0000 mgr.smithi057.tirlgq (mgr.14197) 123 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:27.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:22:26 smithi057 bash[18598]: audit 2024-04-24T17:22:26.785914+0000 mon.smithi057 (mon.0) 372 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:22:27.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:22:26 smithi057 bash[18598]: audit 2024-04-24T17:22:26.785914+0000 mon.smithi057 (mon.0) 372 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:22:27.490 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:22:28.549 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:22:29.142 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:22:28 smithi057 bash[18598]: cluster 2024-04-24T17:22:27.282468+0000 mgr.smithi057.tirlgq (mgr.14197) 124 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:29.142 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:22:28 smithi057 bash[18598]: cluster 2024-04-24T17:22:27.282468+0000 mgr.smithi057.tirlgq (mgr.14197) 124 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:29.142 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:22:28 smithi057 bash[18598]: audit 2024-04-24T17:22:28.366058+0000 mon.smithi057 (mon.0) 373 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:22:29.142 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:22:28 smithi057 bash[18598]: audit 2024-04-24T17:22:28.366058+0000 mon.smithi057 (mon.0) 373 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:22:29.142 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:22:28 smithi057 bash[18598]: audit 2024-04-24T17:22:28.549811+0000 mon.smithi057 (mon.0) 374 : audit [DBG] from='client.? 172.21.15.57:0/2115413831' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:22:29.142 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:22:28 smithi057 bash[18598]: audit 2024-04-24T17:22:28.549811+0000 mon.smithi057 (mon.0) 374 : audit [DBG] from='client.? 172.21.15.57:0/2115413831' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:22:29.143 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:22:29.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:22:28 smithi088 bash[20239]: cluster 2024-04-24T17:22:27.282468+0000 mgr.smithi057.tirlgq (mgr.14197) 124 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:29.164 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:22:28 smithi088 bash[20239]: cluster 2024-04-24T17:22:27.282468+0000 mgr.smithi057.tirlgq (mgr.14197) 124 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:29.164 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:22:28 smithi088 bash[20239]: audit 2024-04-24T17:22:28.366058+0000 mon.smithi057 (mon.0) 373 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:22:29.164 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:22:28 smithi088 bash[20239]: audit 2024-04-24T17:22:28.366058+0000 mon.smithi057 (mon.0) 373 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:22:29.164 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:22:28 smithi088 bash[20239]: audit 2024-04-24T17:22:28.549811+0000 mon.smithi057 (mon.0) 374 : audit [DBG] from='client.? 172.21.15.57:0/2115413831' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:22:29.164 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:22:28 smithi088 bash[20239]: audit 2024-04-24T17:22:28.549811+0000 mon.smithi057 (mon.0) 374 : audit [DBG] from='client.? 172.21.15.57:0/2115413831' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:22:30.146 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T17:22:30.157 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:22:29 smithi057 bash[18598]: audit 2024-04-24T17:22:28.869717+0000 mon.smithi057 (mon.0) 375 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:22:30.157 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:22:29 smithi057 bash[18598]: audit 2024-04-24T17:22:28.869717+0000 mon.smithi057 (mon.0) 375 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:22:30.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:22:29 smithi088 bash[20239]: audit 2024-04-24T17:22:28.869717+0000 mon.smithi057 (mon.0) 375 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:22:30.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:22:29 smithi088 bash[20239]: audit 2024-04-24T17:22:28.869717+0000 mon.smithi057 (mon.0) 375 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:22:31.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:22:30 smithi088 bash[20239]: cluster 2024-04-24T17:22:29.283024+0000 mgr.smithi057.tirlgq (mgr.14197) 125 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:31.164 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:22:30 smithi088 bash[20239]: cluster 2024-04-24T17:22:29.283024+0000 mgr.smithi057.tirlgq (mgr.14197) 125 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:31.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:22:30 smithi057 bash[18598]: cluster 2024-04-24T17:22:29.283024+0000 mgr.smithi057.tirlgq (mgr.14197) 125 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:31.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:22:30 smithi057 bash[18598]: cluster 2024-04-24T17:22:29.283024+0000 mgr.smithi057.tirlgq (mgr.14197) 125 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:33.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:22:32 smithi088 bash[20239]: cluster 2024-04-24T17:22:31.283970+0000 mgr.smithi057.tirlgq (mgr.14197) 126 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:33.164 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:22:32 smithi088 bash[20239]: cluster 2024-04-24T17:22:31.283970+0000 mgr.smithi057.tirlgq (mgr.14197) 126 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:33.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:22:32 smithi057 bash[18598]: cluster 2024-04-24T17:22:31.283970+0000 mgr.smithi057.tirlgq (mgr.14197) 126 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:33.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:22:32 smithi057 bash[18598]: cluster 2024-04-24T17:22:31.283970+0000 mgr.smithi057.tirlgq (mgr.14197) 126 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:33.971 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:22:35.152 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:22:34 smithi057 bash[18598]: cluster 2024-04-24T17:22:33.284875+0000 mgr.smithi057.tirlgq (mgr.14197) 127 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:35.153 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:22:34 smithi057 bash[18598]: cluster 2024-04-24T17:22:33.284875+0000 mgr.smithi057.tirlgq (mgr.14197) 127 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:35.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:22:34 smithi088 bash[20239]: cluster 2024-04-24T17:22:33.284875+0000 mgr.smithi057.tirlgq (mgr.14197) 127 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:35.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:22:34 smithi088 bash[20239]: cluster 2024-04-24T17:22:33.284875+0000 mgr.smithi057.tirlgq (mgr.14197) 127 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:35.429 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:22:36.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:22:35 smithi088 bash[20239]: audit 2024-04-24T17:22:35.430150+0000 mon.smithi057 (mon.0) 376 : audit [DBG] from='client.? 172.21.15.57:0/3429897808' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:22:36.164 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:22:35 smithi088 bash[20239]: audit 2024-04-24T17:22:35.430150+0000 mon.smithi057 (mon.0) 376 : audit [DBG] from='client.? 172.21.15.57:0/3429897808' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:22:36.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:22:35 smithi057 bash[18598]: audit 2024-04-24T17:22:35.430150+0000 mon.smithi057 (mon.0) 376 : audit [DBG] from='client.? 172.21.15.57:0/3429897808' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:22:36.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:22:35 smithi057 bash[18598]: audit 2024-04-24T17:22:35.430150+0000 mon.smithi057 (mon.0) 376 : audit [DBG] from='client.? 172.21.15.57:0/3429897808' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:22:36.513 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:22:37.164 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:22:36 smithi088 bash[20239]: cluster 2024-04-24T17:22:35.285342+0000 mgr.smithi057.tirlgq (mgr.14197) 128 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:37.164 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:22:36 smithi088 bash[20239]: cluster 2024-04-24T17:22:35.285342+0000 mgr.smithi057.tirlgq (mgr.14197) 128 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:37.164 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:22:36 smithi088 bash[20239]: audit 2024-04-24T17:22:36.525063+0000 mon.smithi057 (mon.0) 377 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:22:37.164 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:22:36 smithi088 bash[20239]: audit 2024-04-24T17:22:36.525063+0000 mon.smithi057 (mon.0) 377 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:22:37.164 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:22:36 smithi088 bash[20239]: audit 2024-04-24T17:22:36.526698+0000 mon.smithi057 (mon.0) 378 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:22:37.164 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:22:36 smithi088 bash[20239]: audit 2024-04-24T17:22:36.526698+0000 mon.smithi057 (mon.0) 378 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:22:37.164 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:22:36 smithi088 bash[20239]: audit 2024-04-24T17:22:36.536185+0000 mon.smithi057 (mon.0) 379 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:22:37.164 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:22:36 smithi088 bash[20239]: audit 2024-04-24T17:22:36.536185+0000 mon.smithi057 (mon.0) 379 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:22:37.165 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:22:36 smithi088 bash[20239]: audit 2024-04-24T17:22:36.543186+0000 mon.smithi057 (mon.0) 380 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-24T17:22:37.165 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:22:36 smithi088 bash[20239]: audit 2024-04-24T17:22:36.543186+0000 mon.smithi057 (mon.0) 380 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-24T17:22:37.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:22:36 smithi057 bash[18598]: cluster 2024-04-24T17:22:35.285342+0000 mgr.smithi057.tirlgq (mgr.14197) 128 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:37.338 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:22:36 smithi057 bash[18598]: cluster 2024-04-24T17:22:35.285342+0000 mgr.smithi057.tirlgq (mgr.14197) 128 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:37.338 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:22:36 smithi057 bash[18598]: audit 2024-04-24T17:22:36.525063+0000 mon.smithi057 (mon.0) 377 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:22:37.338 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:22:36 smithi057 bash[18598]: audit 2024-04-24T17:22:36.525063+0000 mon.smithi057 (mon.0) 377 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:22:37.338 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:22:36 smithi057 bash[18598]: audit 2024-04-24T17:22:36.526698+0000 mon.smithi057 (mon.0) 378 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:22:37.338 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:22:36 smithi057 bash[18598]: audit 2024-04-24T17:22:36.526698+0000 mon.smithi057 (mon.0) 378 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:22:37.338 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:22:36 smithi057 bash[18598]: audit 2024-04-24T17:22:36.536185+0000 mon.smithi057 (mon.0) 379 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:22:37.338 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:22:36 smithi057 bash[18598]: audit 2024-04-24T17:22:36.536185+0000 mon.smithi057 (mon.0) 379 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:22:37.338 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:22:36 smithi057 bash[18598]: audit 2024-04-24T17:22:36.543186+0000 mon.smithi057 (mon.0) 380 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-24T17:22:37.338 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:22:36 smithi057 bash[18598]: audit 2024-04-24T17:22:36.543186+0000 mon.smithi057 (mon.0) 380 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-24T17:22:37.514 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T17:22:38.204 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:22:37 smithi057 bash[18598]: cluster 2024-04-24T17:22:36.529361+0000 mgr.smithi057.tirlgq (mgr.14197) 129 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:38.204 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:22:37 smithi057 bash[18598]: cluster 2024-04-24T17:22:36.529361+0000 mgr.smithi057.tirlgq (mgr.14197) 129 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:38.204 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:22:37 smithi057 bash[18598]: cluster 2024-04-24T17:22:36.530531+0000 mgr.smithi057.tirlgq (mgr.14197) 130 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:38.204 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:22:37 smithi057 bash[18598]: cluster 2024-04-24T17:22:36.530531+0000 mgr.smithi057.tirlgq (mgr.14197) 130 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:38.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:22:37 smithi088 bash[20239]: cluster 2024-04-24T17:22:36.529361+0000 mgr.smithi057.tirlgq (mgr.14197) 129 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:38.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:22:37 smithi088 bash[20239]: cluster 2024-04-24T17:22:36.529361+0000 mgr.smithi057.tirlgq (mgr.14197) 129 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:38.414 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:22:37 smithi088 bash[20239]: cluster 2024-04-24T17:22:36.530531+0000 mgr.smithi057.tirlgq (mgr.14197) 130 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:38.414 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:22:37 smithi088 bash[20239]: cluster 2024-04-24T17:22:36.530531+0000 mgr.smithi057.tirlgq (mgr.14197) 130 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:40.255 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:22:39 smithi057 bash[18598]: cluster 2024-04-24T17:22:38.531475+0000 mgr.smithi057.tirlgq (mgr.14197) 131 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:40.255 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:22:39 smithi057 bash[18598]: cluster 2024-04-24T17:22:38.531475+0000 mgr.smithi057.tirlgq (mgr.14197) 131 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:40.414 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:22:39 smithi088 bash[20239]: cluster 2024-04-24T17:22:38.531475+0000 mgr.smithi057.tirlgq (mgr.14197) 131 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:40.414 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:22:39 smithi088 bash[20239]: cluster 2024-04-24T17:22:38.531475+0000 mgr.smithi057.tirlgq (mgr.14197) 131 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:42.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:22:41 smithi088 bash[20239]: cluster 2024-04-24T17:22:40.532523+0000 mgr.smithi057.tirlgq (mgr.14197) 132 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:42.164 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:22:41 smithi088 bash[20239]: cluster 2024-04-24T17:22:40.532523+0000 mgr.smithi057.tirlgq (mgr.14197) 132 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:42.164 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:22:41 smithi088 bash[20239]: audit 2024-04-24T17:22:41.785882+0000 mon.smithi057 (mon.0) 381 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:22:42.164 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:22:41 smithi088 bash[20239]: audit 2024-04-24T17:22:41.785882+0000 mon.smithi057 (mon.0) 381 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:22:42.283 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:22:42.305 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:22:41 smithi057 bash[18598]: cluster 2024-04-24T17:22:40.532523+0000 mgr.smithi057.tirlgq (mgr.14197) 132 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:42.305 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:22:41 smithi057 bash[18598]: cluster 2024-04-24T17:22:40.532523+0000 mgr.smithi057.tirlgq (mgr.14197) 132 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:42.305 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:22:41 smithi057 bash[18598]: audit 2024-04-24T17:22:41.785882+0000 mon.smithi057 (mon.0) 381 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:22:42.305 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:22:41 smithi057 bash[18598]: audit 2024-04-24T17:22:41.785882+0000 mon.smithi057 (mon.0) 381 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:22:43.510 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:22:44.081 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:22:44.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:22:43 smithi057 bash[18598]: cluster 2024-04-24T17:22:42.533699+0000 mgr.smithi057.tirlgq (mgr.14197) 133 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:44.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:22:43 smithi057 bash[18598]: cluster 2024-04-24T17:22:42.533699+0000 mgr.smithi057.tirlgq (mgr.14197) 133 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:44.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:22:43 smithi057 bash[18598]: audit 2024-04-24T17:22:43.511038+0000 mon.smithi057 (mon.0) 382 : audit [DBG] from='client.? 172.21.15.57:0/3181160566' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:22:44.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:22:43 smithi057 bash[18598]: audit 2024-04-24T17:22:43.511038+0000 mon.smithi057 (mon.0) 382 : audit [DBG] from='client.? 172.21.15.57:0/3181160566' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:22:44.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:22:43 smithi088 bash[20239]: cluster 2024-04-24T17:22:42.533699+0000 mgr.smithi057.tirlgq (mgr.14197) 133 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:44.414 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:22:43 smithi088 bash[20239]: cluster 2024-04-24T17:22:42.533699+0000 mgr.smithi057.tirlgq (mgr.14197) 133 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:44.414 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:22:43 smithi088 bash[20239]: audit 2024-04-24T17:22:43.511038+0000 mon.smithi057 (mon.0) 382 : audit [DBG] from='client.? 172.21.15.57:0/3181160566' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:22:44.414 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:22:43 smithi088 bash[20239]: audit 2024-04-24T17:22:43.511038+0000 mon.smithi057 (mon.0) 382 : audit [DBG] from='client.? 172.21.15.57:0/3181160566' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:22:45.082 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T17:22:46.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:22:45 smithi057 bash[18598]: cluster 2024-04-24T17:22:44.534768+0000 mgr.smithi057.tirlgq (mgr.14197) 134 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:46.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:22:45 smithi057 bash[18598]: cluster 2024-04-24T17:22:44.534768+0000 mgr.smithi057.tirlgq (mgr.14197) 134 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:46.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:22:45 smithi088 bash[20239]: cluster 2024-04-24T17:22:44.534768+0000 mgr.smithi057.tirlgq (mgr.14197) 134 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:46.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:22:45 smithi088 bash[20239]: cluster 2024-04-24T17:22:44.534768+0000 mgr.smithi057.tirlgq (mgr.14197) 134 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:48.203 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:22:47 smithi057 bash[18598]: cluster 2024-04-24T17:22:46.535863+0000 mgr.smithi057.tirlgq (mgr.14197) 135 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:48.203 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:22:47 smithi057 bash[18598]: cluster 2024-04-24T17:22:46.535863+0000 mgr.smithi057.tirlgq (mgr.14197) 135 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:48.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:22:47 smithi088 bash[20239]: cluster 2024-04-24T17:22:46.535863+0000 mgr.smithi057.tirlgq (mgr.14197) 135 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:48.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:22:47 smithi088 bash[20239]: cluster 2024-04-24T17:22:46.535863+0000 mgr.smithi057.tirlgq (mgr.14197) 135 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:49.853 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:22:50.271 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:22:49 smithi057 bash[18598]: cluster 2024-04-24T17:22:48.536987+0000 mgr.smithi057.tirlgq (mgr.14197) 136 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:50.271 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:22:49 smithi057 bash[18598]: cluster 2024-04-24T17:22:48.536987+0000 mgr.smithi057.tirlgq (mgr.14197) 136 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:50.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:22:49 smithi088 bash[20239]: cluster 2024-04-24T17:22:48.536987+0000 mgr.smithi057.tirlgq (mgr.14197) 136 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:50.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:22:49 smithi088 bash[20239]: cluster 2024-04-24T17:22:48.536987+0000 mgr.smithi057.tirlgq (mgr.14197) 136 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:51.049 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:22:51.611 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:22:52.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:22:51 smithi088 bash[20239]: cluster 2024-04-24T17:22:50.537784+0000 mgr.smithi057.tirlgq (mgr.14197) 137 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:52.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:22:51 smithi088 bash[20239]: cluster 2024-04-24T17:22:50.537784+0000 mgr.smithi057.tirlgq (mgr.14197) 137 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:52.164 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:22:51 smithi088 bash[20239]: audit 2024-04-24T17:22:51.049947+0000 mon.smithi057 (mon.0) 383 : audit [DBG] from='client.? 172.21.15.57:0/1825195385' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:22:52.164 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:22:51 smithi088 bash[20239]: audit 2024-04-24T17:22:51.049947+0000 mon.smithi057 (mon.0) 383 : audit [DBG] from='client.? 172.21.15.57:0/1825195385' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:22:52.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:22:51 smithi057 bash[18598]: cluster 2024-04-24T17:22:50.537784+0000 mgr.smithi057.tirlgq (mgr.14197) 137 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:52.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:22:51 smithi057 bash[18598]: cluster 2024-04-24T17:22:50.537784+0000 mgr.smithi057.tirlgq (mgr.14197) 137 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:52.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:22:51 smithi057 bash[18598]: audit 2024-04-24T17:22:51.049947+0000 mon.smithi057 (mon.0) 383 : audit [DBG] from='client.? 172.21.15.57:0/1825195385' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:22:52.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:22:51 smithi057 bash[18598]: audit 2024-04-24T17:22:51.049947+0000 mon.smithi057 (mon.0) 383 : audit [DBG] from='client.? 172.21.15.57:0/1825195385' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:22:52.612 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T17:22:54.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:22:53 smithi057 bash[18598]: cluster 2024-04-24T17:22:52.538816+0000 mgr.smithi057.tirlgq (mgr.14197) 138 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:54.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:22:53 smithi057 bash[18598]: cluster 2024-04-24T17:22:52.538816+0000 mgr.smithi057.tirlgq (mgr.14197) 138 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:54.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:22:53 smithi088 bash[20239]: cluster 2024-04-24T17:22:52.538816+0000 mgr.smithi057.tirlgq (mgr.14197) 138 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:54.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:22:53 smithi088 bash[20239]: cluster 2024-04-24T17:22:52.538816+0000 mgr.smithi057.tirlgq (mgr.14197) 138 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:56.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:22:55 smithi057 bash[18598]: cluster 2024-04-24T17:22:54.539785+0000 mgr.smithi057.tirlgq (mgr.14197) 139 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:56.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:22:55 smithi057 bash[18598]: cluster 2024-04-24T17:22:54.539785+0000 mgr.smithi057.tirlgq (mgr.14197) 139 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:56.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:22:55 smithi088 bash[20239]: cluster 2024-04-24T17:22:54.539785+0000 mgr.smithi057.tirlgq (mgr.14197) 139 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:56.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:22:55 smithi088 bash[20239]: cluster 2024-04-24T17:22:54.539785+0000 mgr.smithi057.tirlgq (mgr.14197) 139 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:57.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:22:56 smithi088 bash[20239]: audit 2024-04-24T17:22:56.786574+0000 mon.smithi057 (mon.0) 384 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:22:57.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:22:56 smithi088 bash[20239]: audit 2024-04-24T17:22:56.786574+0000 mon.smithi057 (mon.0) 384 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:22:57.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:22:56 smithi057 bash[18598]: audit 2024-04-24T17:22:56.786574+0000 mon.smithi057 (mon.0) 384 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:22:57.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:22:56 smithi057 bash[18598]: audit 2024-04-24T17:22:56.786574+0000 mon.smithi057 (mon.0) 384 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:22:57.392 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:22:58.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:22:57 smithi057 bash[18598]: cluster 2024-04-24T17:22:56.540729+0000 mgr.smithi057.tirlgq (mgr.14197) 140 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:58.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:22:57 smithi057 bash[18598]: cluster 2024-04-24T17:22:56.540729+0000 mgr.smithi057.tirlgq (mgr.14197) 140 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:58.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:22:57 smithi088 bash[20239]: cluster 2024-04-24T17:22:56.540729+0000 mgr.smithi057.tirlgq (mgr.14197) 140 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:58.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:22:57 smithi088 bash[20239]: cluster 2024-04-24T17:22:56.540729+0000 mgr.smithi057.tirlgq (mgr.14197) 140 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:22:58.457 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:22:59.058 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:22:59.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:22:58 smithi057 bash[18598]: audit 2024-04-24T17:22:58.458095+0000 mon.smithi057 (mon.0) 385 : audit [DBG] from='client.? 172.21.15.57:0/412761266' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:22:59.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:22:58 smithi057 bash[18598]: audit 2024-04-24T17:22:58.458095+0000 mon.smithi057 (mon.0) 385 : audit [DBG] from='client.? 172.21.15.57:0/412761266' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:22:59.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:22:58 smithi088 bash[20239]: audit 2024-04-24T17:22:58.458095+0000 mon.smithi057 (mon.0) 385 : audit [DBG] from='client.? 172.21.15.57:0/412761266' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:22:59.414 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:22:58 smithi088 bash[20239]: audit 2024-04-24T17:22:58.458095+0000 mon.smithi057 (mon.0) 385 : audit [DBG] from='client.? 172.21.15.57:0/412761266' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:23:00.059 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T17:23:00.307 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:22:59 smithi057 bash[18598]: cluster 2024-04-24T17:22:58.541484+0000 mgr.smithi057.tirlgq (mgr.14197) 141 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:00.307 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:22:59 smithi057 bash[18598]: cluster 2024-04-24T17:22:58.541484+0000 mgr.smithi057.tirlgq (mgr.14197) 141 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:00.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:23:00 smithi088 bash[20239]: cluster 2024-04-24T17:22:58.541484+0000 mgr.smithi057.tirlgq (mgr.14197) 141 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:00.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:23:00 smithi088 bash[20239]: cluster 2024-04-24T17:22:58.541484+0000 mgr.smithi057.tirlgq (mgr.14197) 141 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:02.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:23:02 smithi088 bash[20239]: cluster 2024-04-24T17:23:00.542446+0000 mgr.smithi057.tirlgq (mgr.14197) 142 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:02.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:23:02 smithi088 bash[20239]: cluster 2024-04-24T17:23:00.542446+0000 mgr.smithi057.tirlgq (mgr.14197) 142 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:02.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:23:02 smithi057 bash[18598]: cluster 2024-04-24T17:23:00.542446+0000 mgr.smithi057.tirlgq (mgr.14197) 142 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:02.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:23:02 smithi057 bash[18598]: cluster 2024-04-24T17:23:00.542446+0000 mgr.smithi057.tirlgq (mgr.14197) 142 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:04.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:23:04 smithi057 bash[18598]: cluster 2024-04-24T17:23:02.543436+0000 mgr.smithi057.tirlgq (mgr.14197) 143 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:04.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:23:04 smithi057 bash[18598]: cluster 2024-04-24T17:23:02.543436+0000 mgr.smithi057.tirlgq (mgr.14197) 143 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:04.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:23:04 smithi088 bash[20239]: cluster 2024-04-24T17:23:02.543436+0000 mgr.smithi057.tirlgq (mgr.14197) 143 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:04.414 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:23:04 smithi088 bash[20239]: cluster 2024-04-24T17:23:02.543436+0000 mgr.smithi057.tirlgq (mgr.14197) 143 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:04.836 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:23:05.962 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:23:06.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:23:06 smithi057 bash[18598]: cluster 2024-04-24T17:23:04.544454+0000 mgr.smithi057.tirlgq (mgr.14197) 144 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:06.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:23:06 smithi057 bash[18598]: cluster 2024-04-24T17:23:04.544454+0000 mgr.smithi057.tirlgq (mgr.14197) 144 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:06.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:23:06 smithi057 bash[18598]: audit 2024-04-24T17:23:05.962793+0000 mon.smithi057 (mon.0) 386 : audit [DBG] from='client.? 172.21.15.57:0/2313971945' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:23:06.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:23:06 smithi057 bash[18598]: audit 2024-04-24T17:23:05.962793+0000 mon.smithi057 (mon.0) 386 : audit [DBG] from='client.? 172.21.15.57:0/2313971945' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:23:06.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:23:06 smithi088 bash[20239]: cluster 2024-04-24T17:23:04.544454+0000 mgr.smithi057.tirlgq (mgr.14197) 144 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:06.414 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:23:06 smithi088 bash[20239]: cluster 2024-04-24T17:23:04.544454+0000 mgr.smithi057.tirlgq (mgr.14197) 144 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:06.414 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:23:06 smithi088 bash[20239]: audit 2024-04-24T17:23:05.962793+0000 mon.smithi057 (mon.0) 386 : audit [DBG] from='client.? 172.21.15.57:0/2313971945' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:23:06.414 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:23:06 smithi088 bash[20239]: audit 2024-04-24T17:23:05.962793+0000 mon.smithi057 (mon.0) 386 : audit [DBG] from='client.? 172.21.15.57:0/2313971945' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:23:06.577 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:23:07.578 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T17:23:08.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:23:08 smithi057 bash[18598]: cluster 2024-04-24T17:23:06.545467+0000 mgr.smithi057.tirlgq (mgr.14197) 145 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:08.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:23:08 smithi057 bash[18598]: cluster 2024-04-24T17:23:06.545467+0000 mgr.smithi057.tirlgq (mgr.14197) 145 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:08.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:23:08 smithi088 bash[20239]: cluster 2024-04-24T17:23:06.545467+0000 mgr.smithi057.tirlgq (mgr.14197) 145 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:08.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:23:08 smithi088 bash[20239]: cluster 2024-04-24T17:23:06.545467+0000 mgr.smithi057.tirlgq (mgr.14197) 145 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:10.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:23:10 smithi057 bash[18598]: cluster 2024-04-24T17:23:08.546448+0000 mgr.smithi057.tirlgq (mgr.14197) 146 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:10.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:23:10 smithi057 bash[18598]: cluster 2024-04-24T17:23:08.546448+0000 mgr.smithi057.tirlgq (mgr.14197) 146 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:10.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:23:10 smithi088 bash[20239]: cluster 2024-04-24T17:23:08.546448+0000 mgr.smithi057.tirlgq (mgr.14197) 146 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:10.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:23:10 smithi088 bash[20239]: cluster 2024-04-24T17:23:08.546448+0000 mgr.smithi057.tirlgq (mgr.14197) 146 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:12.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:23:12 smithi088 bash[20239]: cluster 2024-04-24T17:23:10.547417+0000 mgr.smithi057.tirlgq (mgr.14197) 147 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:12.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:23:12 smithi088 bash[20239]: cluster 2024-04-24T17:23:10.547417+0000 mgr.smithi057.tirlgq (mgr.14197) 147 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:12.164 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:23:12 smithi088 bash[20239]: audit 2024-04-24T17:23:11.787075+0000 mon.smithi057 (mon.0) 387 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:23:12.164 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:23:12 smithi088 bash[20239]: audit 2024-04-24T17:23:11.787075+0000 mon.smithi057 (mon.0) 387 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:23:12.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:23:12 smithi057 bash[18598]: cluster 2024-04-24T17:23:10.547417+0000 mgr.smithi057.tirlgq (mgr.14197) 147 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:12.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:23:12 smithi057 bash[18598]: cluster 2024-04-24T17:23:10.547417+0000 mgr.smithi057.tirlgq (mgr.14197) 147 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:12.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:23:12 smithi057 bash[18598]: audit 2024-04-24T17:23:11.787075+0000 mon.smithi057 (mon.0) 387 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:23:12.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:23:12 smithi057 bash[18598]: audit 2024-04-24T17:23:11.787075+0000 mon.smithi057 (mon.0) 387 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:23:12.351 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:23:13.496 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:23:14.047 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:23:14.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:23:14 smithi057 bash[18598]: cluster 2024-04-24T17:23:12.548445+0000 mgr.smithi057.tirlgq (mgr.14197) 148 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:14.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:23:14 smithi057 bash[18598]: cluster 2024-04-24T17:23:12.548445+0000 mgr.smithi057.tirlgq (mgr.14197) 148 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:14.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:23:14 smithi057 bash[18598]: audit 2024-04-24T17:23:13.496816+0000 mon.smithi057 (mon.0) 388 : audit [DBG] from='client.? 172.21.15.57:0/4022790817' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:23:14.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:23:14 smithi057 bash[18598]: audit 2024-04-24T17:23:13.496816+0000 mon.smithi057 (mon.0) 388 : audit [DBG] from='client.? 172.21.15.57:0/4022790817' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:23:14.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:23:14 smithi088 bash[20239]: cluster 2024-04-24T17:23:12.548445+0000 mgr.smithi057.tirlgq (mgr.14197) 148 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:14.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:23:14 smithi088 bash[20239]: cluster 2024-04-24T17:23:12.548445+0000 mgr.smithi057.tirlgq (mgr.14197) 148 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:14.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:23:14 smithi088 bash[20239]: audit 2024-04-24T17:23:13.496816+0000 mon.smithi057 (mon.0) 388 : audit [DBG] from='client.? 172.21.15.57:0/4022790817' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:23:14.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:23:14 smithi088 bash[20239]: audit 2024-04-24T17:23:13.496816+0000 mon.smithi057 (mon.0) 388 : audit [DBG] from='client.? 172.21.15.57:0/4022790817' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:23:15.049 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T17:23:16.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:23:16 smithi057 bash[18598]: cluster 2024-04-24T17:23:14.549438+0000 mgr.smithi057.tirlgq (mgr.14197) 149 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:16.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:23:16 smithi057 bash[18598]: cluster 2024-04-24T17:23:14.549438+0000 mgr.smithi057.tirlgq (mgr.14197) 149 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:16.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:23:16 smithi088 bash[20239]: cluster 2024-04-24T17:23:14.549438+0000 mgr.smithi057.tirlgq (mgr.14197) 149 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:16.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:23:16 smithi088 bash[20239]: cluster 2024-04-24T17:23:14.549438+0000 mgr.smithi057.tirlgq (mgr.14197) 149 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:18.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:23:18 smithi057 bash[18598]: cluster 2024-04-24T17:23:16.550443+0000 mgr.smithi057.tirlgq (mgr.14197) 150 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:18.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:23:18 smithi057 bash[18598]: cluster 2024-04-24T17:23:16.550443+0000 mgr.smithi057.tirlgq (mgr.14197) 150 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:18.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:23:18 smithi088 bash[20239]: cluster 2024-04-24T17:23:16.550443+0000 mgr.smithi057.tirlgq (mgr.14197) 150 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:18.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:23:18 smithi088 bash[20239]: cluster 2024-04-24T17:23:16.550443+0000 mgr.smithi057.tirlgq (mgr.14197) 150 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:19.819 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:23:20.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:23:20 smithi057 bash[18598]: cluster 2024-04-24T17:23:18.551411+0000 mgr.smithi057.tirlgq (mgr.14197) 151 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:20.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:23:20 smithi057 bash[18598]: cluster 2024-04-24T17:23:18.551411+0000 mgr.smithi057.tirlgq (mgr.14197) 151 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:20.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:23:20 smithi088 bash[20239]: cluster 2024-04-24T17:23:18.551411+0000 mgr.smithi057.tirlgq (mgr.14197) 151 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:20.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:23:20 smithi088 bash[20239]: cluster 2024-04-24T17:23:18.551411+0000 mgr.smithi057.tirlgq (mgr.14197) 151 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:21.018 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:23:21.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:23:21 smithi057 bash[18598]: audit 2024-04-24T17:23:21.018915+0000 mon.smithi057 (mon.0) 389 : audit [DBG] from='client.? 172.21.15.57:0/1504123137' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:23:21.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:23:21 smithi057 bash[18598]: audit 2024-04-24T17:23:21.018915+0000 mon.smithi057 (mon.0) 389 : audit [DBG] from='client.? 172.21.15.57:0/1504123137' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:23:21.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:23:21 smithi088 bash[20239]: audit 2024-04-24T17:23:21.018915+0000 mon.smithi057 (mon.0) 389 : audit [DBG] from='client.? 172.21.15.57:0/1504123137' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:23:21.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:23:21 smithi088 bash[20239]: audit 2024-04-24T17:23:21.018915+0000 mon.smithi057 (mon.0) 389 : audit [DBG] from='client.? 172.21.15.57:0/1504123137' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:23:21.597 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:23:22.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:23:22 smithi057 bash[18598]: cluster 2024-04-24T17:23:20.552456+0000 mgr.smithi057.tirlgq (mgr.14197) 152 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:22.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:23:22 smithi057 bash[18598]: cluster 2024-04-24T17:23:20.552456+0000 mgr.smithi057.tirlgq (mgr.14197) 152 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:22.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:23:22 smithi088 bash[20239]: cluster 2024-04-24T17:23:20.552456+0000 mgr.smithi057.tirlgq (mgr.14197) 152 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:22.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:23:22 smithi088 bash[20239]: cluster 2024-04-24T17:23:20.552456+0000 mgr.smithi057.tirlgq (mgr.14197) 152 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:22.599 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T17:23:24.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:23:24 smithi057 bash[18598]: cluster 2024-04-24T17:23:22.553538+0000 mgr.smithi057.tirlgq (mgr.14197) 153 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:24.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:23:24 smithi057 bash[18598]: cluster 2024-04-24T17:23:22.553538+0000 mgr.smithi057.tirlgq (mgr.14197) 153 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:24.414 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:23:24 smithi088 bash[20239]: cluster 2024-04-24T17:23:22.553538+0000 mgr.smithi057.tirlgq (mgr.14197) 153 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:24.414 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:23:24 smithi088 bash[20239]: cluster 2024-04-24T17:23:22.553538+0000 mgr.smithi057.tirlgq (mgr.14197) 153 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:26.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:23:26 smithi057 bash[18598]: cluster 2024-04-24T17:23:24.554578+0000 mgr.smithi057.tirlgq (mgr.14197) 154 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:26.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:23:26 smithi057 bash[18598]: cluster 2024-04-24T17:23:24.554578+0000 mgr.smithi057.tirlgq (mgr.14197) 154 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:26.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:23:26 smithi088 bash[20239]: cluster 2024-04-24T17:23:24.554578+0000 mgr.smithi057.tirlgq (mgr.14197) 154 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:26.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:23:26 smithi088 bash[20239]: cluster 2024-04-24T17:23:24.554578+0000 mgr.smithi057.tirlgq (mgr.14197) 154 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:27.378 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:23:27.402 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:23:27 smithi057 bash[18598]: audit 2024-04-24T17:23:26.787688+0000 mon.smithi057 (mon.0) 390 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:23:27.402 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:23:27 smithi057 bash[18598]: audit 2024-04-24T17:23:26.787688+0000 mon.smithi057 (mon.0) 390 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:23:27.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:23:27 smithi088 bash[20239]: audit 2024-04-24T17:23:26.787688+0000 mon.smithi057 (mon.0) 390 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:23:27.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:23:27 smithi088 bash[20239]: audit 2024-04-24T17:23:26.787688+0000 mon.smithi057 (mon.0) 390 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:23:28.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:23:28 smithi088 bash[20239]: cluster 2024-04-24T17:23:26.555569+0000 mgr.smithi057.tirlgq (mgr.14197) 155 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:28.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:23:28 smithi088 bash[20239]: cluster 2024-04-24T17:23:26.555569+0000 mgr.smithi057.tirlgq (mgr.14197) 155 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:28.516 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:23:28.532 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:23:28 smithi057 bash[18598]: cluster 2024-04-24T17:23:26.555569+0000 mgr.smithi057.tirlgq (mgr.14197) 155 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:28.532 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:23:28 smithi057 bash[18598]: cluster 2024-04-24T17:23:26.555569+0000 mgr.smithi057.tirlgq (mgr.14197) 155 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:29.086 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:23:29.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:23:29 smithi057 bash[18598]: audit 2024-04-24T17:23:28.517443+0000 mon.smithi057 (mon.0) 391 : audit [DBG] from='client.? 172.21.15.57:0/1117689027' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:23:29.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:23:29 smithi057 bash[18598]: audit 2024-04-24T17:23:28.517443+0000 mon.smithi057 (mon.0) 391 : audit [DBG] from='client.? 172.21.15.57:0/1117689027' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:23:29.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:23:29 smithi088 bash[20239]: audit 2024-04-24T17:23:28.517443+0000 mon.smithi057 (mon.0) 391 : audit [DBG] from='client.? 172.21.15.57:0/1117689027' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:23:29.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:23:29 smithi088 bash[20239]: audit 2024-04-24T17:23:28.517443+0000 mon.smithi057 (mon.0) 391 : audit [DBG] from='client.? 172.21.15.57:0/1117689027' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:23:30.087 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T17:23:30.389 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:23:30 smithi057 bash[18598]: cluster 2024-04-24T17:23:28.556398+0000 mgr.smithi057.tirlgq (mgr.14197) 156 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:30.389 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:23:30 smithi057 bash[18598]: cluster 2024-04-24T17:23:28.556398+0000 mgr.smithi057.tirlgq (mgr.14197) 156 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:30.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:23:30 smithi088 bash[20239]: cluster 2024-04-24T17:23:28.556398+0000 mgr.smithi057.tirlgq (mgr.14197) 156 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:30.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:23:30 smithi088 bash[20239]: cluster 2024-04-24T17:23:28.556398+0000 mgr.smithi057.tirlgq (mgr.14197) 156 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:32.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:23:32 smithi088 bash[20239]: cluster 2024-04-24T17:23:30.557347+0000 mgr.smithi057.tirlgq (mgr.14197) 157 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:32.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:23:32 smithi088 bash[20239]: cluster 2024-04-24T17:23:30.557347+0000 mgr.smithi057.tirlgq (mgr.14197) 157 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:32.587 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:23:32 smithi057 bash[18598]: cluster 2024-04-24T17:23:30.557347+0000 mgr.smithi057.tirlgq (mgr.14197) 157 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:32.587 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:23:32 smithi057 bash[18598]: cluster 2024-04-24T17:23:30.557347+0000 mgr.smithi057.tirlgq (mgr.14197) 157 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:34.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:23:34 smithi088 bash[20239]: cluster 2024-04-24T17:23:32.558372+0000 mgr.smithi057.tirlgq (mgr.14197) 158 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:34.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:23:34 smithi088 bash[20239]: cluster 2024-04-24T17:23:32.558372+0000 mgr.smithi057.tirlgq (mgr.14197) 158 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:34.587 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:23:34 smithi057 bash[18598]: cluster 2024-04-24T17:23:32.558372+0000 mgr.smithi057.tirlgq (mgr.14197) 158 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:34.587 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:23:34 smithi057 bash[18598]: cluster 2024-04-24T17:23:32.558372+0000 mgr.smithi057.tirlgq (mgr.14197) 158 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:34.868 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:23:35.951 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:23:36.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:23:36 smithi057 bash[18598]: cluster 2024-04-24T17:23:34.559332+0000 mgr.smithi057.tirlgq (mgr.14197) 159 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:36.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:23:36 smithi057 bash[18598]: cluster 2024-04-24T17:23:34.559332+0000 mgr.smithi057.tirlgq (mgr.14197) 159 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:36.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:23:36 smithi057 bash[18598]: audit 2024-04-24T17:23:35.951903+0000 mon.smithi057 (mon.0) 392 : audit [DBG] from='client.? 172.21.15.57:0/2543741543' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:23:36.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:23:36 smithi057 bash[18598]: audit 2024-04-24T17:23:35.951903+0000 mon.smithi057 (mon.0) 392 : audit [DBG] from='client.? 172.21.15.57:0/2543741543' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:23:36.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:23:36 smithi088 bash[20239]: cluster 2024-04-24T17:23:34.559332+0000 mgr.smithi057.tirlgq (mgr.14197) 159 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:36.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:23:36 smithi088 bash[20239]: cluster 2024-04-24T17:23:34.559332+0000 mgr.smithi057.tirlgq (mgr.14197) 159 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:36.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:23:36 smithi088 bash[20239]: audit 2024-04-24T17:23:35.951903+0000 mon.smithi057 (mon.0) 392 : audit [DBG] from='client.? 172.21.15.57:0/2543741543' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:23:36.414 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:23:36 smithi088 bash[20239]: audit 2024-04-24T17:23:35.951903+0000 mon.smithi057 (mon.0) 392 : audit [DBG] from='client.? 172.21.15.57:0/2543741543' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:23:36.549 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:23:37.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:23:37 smithi057 bash[18598]: audit 2024-04-24T17:23:36.636047+0000 mon.smithi057 (mon.0) 393 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:23:37.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:23:37 smithi057 bash[18598]: audit 2024-04-24T17:23:36.636047+0000 mon.smithi057 (mon.0) 393 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:23:37.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:23:37 smithi088 bash[20239]: audit 2024-04-24T17:23:36.636047+0000 mon.smithi057 (mon.0) 393 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:23:37.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:23:37 smithi088 bash[20239]: audit 2024-04-24T17:23:36.636047+0000 mon.smithi057 (mon.0) 393 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:23:37.551 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T17:23:38.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:23:38 smithi088 bash[20239]: cluster 2024-04-24T17:23:36.560401+0000 mgr.smithi057.tirlgq (mgr.14197) 160 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:38.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:23:38 smithi088 bash[20239]: cluster 2024-04-24T17:23:36.560401+0000 mgr.smithi057.tirlgq (mgr.14197) 160 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:38.587 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:23:38 smithi057 bash[18598]: cluster 2024-04-24T17:23:36.560401+0000 mgr.smithi057.tirlgq (mgr.14197) 160 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:38.587 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:23:38 smithi057 bash[18598]: cluster 2024-04-24T17:23:36.560401+0000 mgr.smithi057.tirlgq (mgr.14197) 160 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:40.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:23:40 smithi088 bash[20239]: cluster 2024-04-24T17:23:38.561400+0000 mgr.smithi057.tirlgq (mgr.14197) 161 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:40.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:23:40 smithi088 bash[20239]: cluster 2024-04-24T17:23:38.561400+0000 mgr.smithi057.tirlgq (mgr.14197) 161 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:40.425 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:23:40 smithi057 bash[18598]: cluster 2024-04-24T17:23:38.561400+0000 mgr.smithi057.tirlgq (mgr.14197) 161 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:40.425 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:23:40 smithi057 bash[18598]: cluster 2024-04-24T17:23:38.561400+0000 mgr.smithi057.tirlgq (mgr.14197) 161 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:41.692 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:23:42.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:23:42 smithi088 bash[20239]: cluster 2024-04-24T17:23:40.562425+0000 mgr.smithi057.tirlgq (mgr.14197) 162 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:42.414 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:23:42 smithi088 bash[20239]: cluster 2024-04-24T17:23:40.562425+0000 mgr.smithi057.tirlgq (mgr.14197) 162 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:42.414 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:23:42 smithi088 bash[20239]: audit 2024-04-24T17:23:41.787200+0000 mon.smithi057 (mon.0) 394 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:23:42.414 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:23:42 smithi088 bash[20239]: audit 2024-04-24T17:23:41.787200+0000 mon.smithi057 (mon.0) 394 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:23:42.414 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:23:42 smithi088 bash[20239]: audit 2024-04-24T17:23:42.124780+0000 mon.smithi057 (mon.0) 395 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:23:42.414 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:23:42 smithi088 bash[20239]: audit 2024-04-24T17:23:42.124780+0000 mon.smithi057 (mon.0) 395 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:23:42.457 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:23:42 smithi057 bash[18598]: cluster 2024-04-24T17:23:40.562425+0000 mgr.smithi057.tirlgq (mgr.14197) 162 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:42.457 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:23:42 smithi057 bash[18598]: cluster 2024-04-24T17:23:40.562425+0000 mgr.smithi057.tirlgq (mgr.14197) 162 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:42.457 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:23:42 smithi057 bash[18598]: audit 2024-04-24T17:23:41.787200+0000 mon.smithi057 (mon.0) 394 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:23:42.457 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:23:42 smithi057 bash[18598]: audit 2024-04-24T17:23:41.787200+0000 mon.smithi057 (mon.0) 394 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:23:42.457 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:23:42 smithi057 bash[18598]: audit 2024-04-24T17:23:42.124780+0000 mon.smithi057 (mon.0) 395 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:23:42.458 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:23:42 smithi057 bash[18598]: audit 2024-04-24T17:23:42.124780+0000 mon.smithi057 (mon.0) 395 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:23:42.882 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:23:43.479 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:23:43.837 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:23:43 smithi057 bash[18598]: cluster 2024-04-24T17:23:42.563054+0000 mgr.smithi057.tirlgq (mgr.14197) 163 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:43.837 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:23:43 smithi057 bash[18598]: cluster 2024-04-24T17:23:42.563054+0000 mgr.smithi057.tirlgq (mgr.14197) 163 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:43.837 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:23:43 smithi057 bash[18598]: audit 2024-04-24T17:23:42.630825+0000 mon.smithi057 (mon.0) 396 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:23:43.837 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:23:43 smithi057 bash[18598]: audit 2024-04-24T17:23:42.630825+0000 mon.smithi057 (mon.0) 396 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:23:43.837 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:23:43 smithi057 bash[18598]: audit 2024-04-24T17:23:42.882992+0000 mon.smithi057 (mon.0) 397 : audit [DBG] from='client.? 172.21.15.57:0/1042324719' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:23:43.837 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:23:43 smithi057 bash[18598]: audit 2024-04-24T17:23:42.882992+0000 mon.smithi057 (mon.0) 397 : audit [DBG] from='client.? 172.21.15.57:0/1042324719' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:23:43.913 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:23:43 smithi088 bash[20239]: cluster 2024-04-24T17:23:42.563054+0000 mgr.smithi057.tirlgq (mgr.14197) 163 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:43.913 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:23:43 smithi088 bash[20239]: cluster 2024-04-24T17:23:42.563054+0000 mgr.smithi057.tirlgq (mgr.14197) 163 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:43.913 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:23:43 smithi088 bash[20239]: audit 2024-04-24T17:23:42.630825+0000 mon.smithi057 (mon.0) 396 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:23:43.914 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:23:43 smithi088 bash[20239]: audit 2024-04-24T17:23:42.630825+0000 mon.smithi057 (mon.0) 396 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:23:43.914 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:23:43 smithi088 bash[20239]: audit 2024-04-24T17:23:42.882992+0000 mon.smithi057 (mon.0) 397 : audit [DBG] from='client.? 172.21.15.57:0/1042324719' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:23:43.914 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:23:43 smithi088 bash[20239]: audit 2024-04-24T17:23:42.882992+0000 mon.smithi057 (mon.0) 397 : audit [DBG] from='client.? 172.21.15.57:0/1042324719' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:23:44.480 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T17:23:45.837 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:23:45 smithi057 bash[18598]: cluster 2024-04-24T17:23:44.564022+0000 mgr.smithi057.tirlgq (mgr.14197) 164 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:45.837 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:23:45 smithi057 bash[18598]: cluster 2024-04-24T17:23:44.564022+0000 mgr.smithi057.tirlgq (mgr.14197) 164 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:45.913 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:23:45 smithi088 bash[20239]: cluster 2024-04-24T17:23:44.564022+0000 mgr.smithi057.tirlgq (mgr.14197) 164 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:45.913 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:23:45 smithi088 bash[20239]: cluster 2024-04-24T17:23:44.564022+0000 mgr.smithi057.tirlgq (mgr.14197) 164 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:47.915 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:23:47 smithi088 bash[20239]: cluster 2024-04-24T17:23:46.565035+0000 mgr.smithi057.tirlgq (mgr.14197) 165 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:47.915 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:23:47 smithi088 bash[20239]: cluster 2024-04-24T17:23:46.565035+0000 mgr.smithi057.tirlgq (mgr.14197) 165 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:48.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:23:47 smithi057 bash[18598]: cluster 2024-04-24T17:23:46.565035+0000 mgr.smithi057.tirlgq (mgr.14197) 165 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:48.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:23:47 smithi057 bash[18598]: cluster 2024-04-24T17:23:46.565035+0000 mgr.smithi057.tirlgq (mgr.14197) 165 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:48.255 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:23:49.601 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:23:49.837 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:23:49 smithi057 bash[18598]: cluster 2024-04-24T17:23:48.566098+0000 mgr.smithi057.tirlgq (mgr.14197) 166 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:49.837 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:23:49 smithi057 bash[18598]: cluster 2024-04-24T17:23:48.566098+0000 mgr.smithi057.tirlgq (mgr.14197) 166 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:49.837 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:23:49 smithi057 bash[18598]: audit 2024-04-24T17:23:49.602106+0000 mon.smithi057 (mon.0) 398 : audit [DBG] from='client.? 172.21.15.57:0/2923474342' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:23:49.837 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:23:49 smithi057 bash[18598]: audit 2024-04-24T17:23:49.602106+0000 mon.smithi057 (mon.0) 398 : audit [DBG] from='client.? 172.21.15.57:0/2923474342' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:23:49.913 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:23:49 smithi088 bash[20239]: cluster 2024-04-24T17:23:48.566098+0000 mgr.smithi057.tirlgq (mgr.14197) 166 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:49.913 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:23:49 smithi088 bash[20239]: cluster 2024-04-24T17:23:48.566098+0000 mgr.smithi057.tirlgq (mgr.14197) 166 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:49.913 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:23:49 smithi088 bash[20239]: audit 2024-04-24T17:23:49.602106+0000 mon.smithi057 (mon.0) 398 : audit [DBG] from='client.? 172.21.15.57:0/2923474342' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:23:49.913 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:23:49 smithi088 bash[20239]: audit 2024-04-24T17:23:49.602106+0000 mon.smithi057 (mon.0) 398 : audit [DBG] from='client.? 172.21.15.57:0/2923474342' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:23:50.465 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:23:50.837 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:23:50 smithi057 bash[18598]: audit 2024-04-24T17:23:50.462606+0000 mon.smithi057 (mon.0) 399 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:23:50.837 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:23:50 smithi057 bash[18598]: audit 2024-04-24T17:23:50.462606+0000 mon.smithi057 (mon.0) 399 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:23:50.837 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:23:50 smithi057 bash[18598]: audit 2024-04-24T17:23:50.464576+0000 mon.smithi057 (mon.0) 400 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:23:50.837 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:23:50 smithi057 bash[18598]: audit 2024-04-24T17:23:50.464576+0000 mon.smithi057 (mon.0) 400 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:23:50.837 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:23:50 smithi057 bash[18598]: audit 2024-04-24T17:23:50.473739+0000 mon.smithi057 (mon.0) 401 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:23:50.837 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:23:50 smithi057 bash[18598]: audit 2024-04-24T17:23:50.473739+0000 mon.smithi057 (mon.0) 401 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:23:50.837 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:23:50 smithi057 bash[18598]: audit 2024-04-24T17:23:50.483632+0000 mon.smithi057 (mon.0) 402 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-24T17:23:50.838 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:23:50 smithi057 bash[18598]: audit 2024-04-24T17:23:50.483632+0000 mon.smithi057 (mon.0) 402 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-24T17:23:50.913 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:23:50 smithi088 bash[20239]: audit 2024-04-24T17:23:50.462606+0000 mon.smithi057 (mon.0) 399 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:23:50.913 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:23:50 smithi088 bash[20239]: audit 2024-04-24T17:23:50.462606+0000 mon.smithi057 (mon.0) 399 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:23:50.913 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:23:50 smithi088 bash[20239]: audit 2024-04-24T17:23:50.464576+0000 mon.smithi057 (mon.0) 400 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:23:50.914 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:23:50 smithi088 bash[20239]: audit 2024-04-24T17:23:50.464576+0000 mon.smithi057 (mon.0) 400 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:23:50.914 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:23:50 smithi088 bash[20239]: audit 2024-04-24T17:23:50.473739+0000 mon.smithi057 (mon.0) 401 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:23:50.914 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:23:50 smithi088 bash[20239]: audit 2024-04-24T17:23:50.473739+0000 mon.smithi057 (mon.0) 401 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:23:50.914 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:23:50 smithi088 bash[20239]: audit 2024-04-24T17:23:50.483632+0000 mon.smithi057 (mon.0) 402 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-24T17:23:50.914 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:23:50 smithi088 bash[20239]: audit 2024-04-24T17:23:50.483632+0000 mon.smithi057 (mon.0) 402 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-24T17:23:51.467 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T17:23:51.837 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:23:51 smithi057 bash[18598]: cluster 2024-04-24T17:23:50.467221+0000 mgr.smithi057.tirlgq (mgr.14197) 167 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:51.837 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:23:51 smithi057 bash[18598]: cluster 2024-04-24T17:23:50.467221+0000 mgr.smithi057.tirlgq (mgr.14197) 167 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:51.837 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:23:51 smithi057 bash[18598]: cluster 2024-04-24T17:23:50.467853+0000 mgr.smithi057.tirlgq (mgr.14197) 168 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:51.837 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:23:51 smithi057 bash[18598]: cluster 2024-04-24T17:23:50.467853+0000 mgr.smithi057.tirlgq (mgr.14197) 168 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:51.913 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:23:51 smithi088 bash[20239]: cluster 2024-04-24T17:23:50.467221+0000 mgr.smithi057.tirlgq (mgr.14197) 167 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:51.913 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:23:51 smithi088 bash[20239]: cluster 2024-04-24T17:23:50.467221+0000 mgr.smithi057.tirlgq (mgr.14197) 167 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:51.913 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:23:51 smithi088 bash[20239]: cluster 2024-04-24T17:23:50.467853+0000 mgr.smithi057.tirlgq (mgr.14197) 168 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:51.913 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:23:51 smithi088 bash[20239]: cluster 2024-04-24T17:23:50.467853+0000 mgr.smithi057.tirlgq (mgr.14197) 168 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:54.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:23:53 smithi057 bash[18598]: cluster 2024-04-24T17:23:52.468835+0000 mgr.smithi057.tirlgq (mgr.14197) 169 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:54.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:23:53 smithi057 bash[18598]: cluster 2024-04-24T17:23:52.468835+0000 mgr.smithi057.tirlgq (mgr.14197) 169 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:54.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:23:53 smithi088 bash[20239]: cluster 2024-04-24T17:23:52.468835+0000 mgr.smithi057.tirlgq (mgr.14197) 169 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:54.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:23:53 smithi088 bash[20239]: cluster 2024-04-24T17:23:52.468835+0000 mgr.smithi057.tirlgq (mgr.14197) 169 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:55.837 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:23:55 smithi057 bash[18598]: cluster 2024-04-24T17:23:54.469869+0000 mgr.smithi057.tirlgq (mgr.14197) 170 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:55.837 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:23:55 smithi057 bash[18598]: cluster 2024-04-24T17:23:54.469869+0000 mgr.smithi057.tirlgq (mgr.14197) 170 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:56.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:23:55 smithi088 bash[20239]: cluster 2024-04-24T17:23:54.469869+0000 mgr.smithi057.tirlgq (mgr.14197) 170 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:56.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:23:55 smithi088 bash[20239]: cluster 2024-04-24T17:23:54.469869+0000 mgr.smithi057.tirlgq (mgr.14197) 170 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:56.239 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:23:57.393 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:23:57.977 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:23:57 smithi057 bash[18598]: cluster 2024-04-24T17:23:56.470989+0000 mgr.smithi057.tirlgq (mgr.14197) 171 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:57.978 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:23:57 smithi057 bash[18598]: cluster 2024-04-24T17:23:56.470989+0000 mgr.smithi057.tirlgq (mgr.14197) 171 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:57.978 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:23:57 smithi057 bash[18598]: audit 2024-04-24T17:23:56.788154+0000 mon.smithi057 (mon.0) 403 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:23:57.978 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:23:57 smithi057 bash[18598]: audit 2024-04-24T17:23:56.788154+0000 mon.smithi057 (mon.0) 403 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:23:57.978 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:23:57 smithi057 bash[18598]: audit 2024-04-24T17:23:57.394632+0000 mon.smithi057 (mon.0) 404 : audit [DBG] from='client.? 172.21.15.57:0/1946921803' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:23:57.978 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:23:57 smithi057 bash[18598]: audit 2024-04-24T17:23:57.394632+0000 mon.smithi057 (mon.0) 404 : audit [DBG] from='client.? 172.21.15.57:0/1946921803' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:23:57.979 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:23:58.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:23:57 smithi088 bash[20239]: cluster 2024-04-24T17:23:56.470989+0000 mgr.smithi057.tirlgq (mgr.14197) 171 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:58.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:23:57 smithi088 bash[20239]: cluster 2024-04-24T17:23:56.470989+0000 mgr.smithi057.tirlgq (mgr.14197) 171 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:23:58.164 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:23:57 smithi088 bash[20239]: audit 2024-04-24T17:23:56.788154+0000 mon.smithi057 (mon.0) 403 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:23:58.164 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:23:57 smithi088 bash[20239]: audit 2024-04-24T17:23:56.788154+0000 mon.smithi057 (mon.0) 403 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:23:58.164 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:23:57 smithi088 bash[20239]: audit 2024-04-24T17:23:57.394632+0000 mon.smithi057 (mon.0) 404 : audit [DBG] from='client.? 172.21.15.57:0/1946921803' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:23:58.164 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:23:57 smithi088 bash[20239]: audit 2024-04-24T17:23:57.394632+0000 mon.smithi057 (mon.0) 404 : audit [DBG] from='client.? 172.21.15.57:0/1946921803' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:23:58.980 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T17:24:00.086 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:23:59 smithi057 bash[18598]: cluster 2024-04-24T17:23:58.472047+0000 mgr.smithi057.tirlgq (mgr.14197) 172 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:24:00.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:23:59 smithi057 bash[18598]: cluster 2024-04-24T17:23:58.472047+0000 mgr.smithi057.tirlgq (mgr.14197) 172 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:24:00.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:23:59 smithi088 bash[20239]: cluster 2024-04-24T17:23:58.472047+0000 mgr.smithi057.tirlgq (mgr.14197) 172 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:24:00.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:23:59 smithi088 bash[20239]: cluster 2024-04-24T17:23:58.472047+0000 mgr.smithi057.tirlgq (mgr.14197) 172 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:24:02.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:24:01 smithi057 bash[18598]: cluster 2024-04-24T17:24:00.473057+0000 mgr.smithi057.tirlgq (mgr.14197) 173 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:24:02.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:24:01 smithi057 bash[18598]: cluster 2024-04-24T17:24:00.473057+0000 mgr.smithi057.tirlgq (mgr.14197) 173 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:24:02.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:24:01 smithi088 bash[20239]: cluster 2024-04-24T17:24:00.473057+0000 mgr.smithi057.tirlgq (mgr.14197) 173 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:24:02.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:24:01 smithi088 bash[20239]: cluster 2024-04-24T17:24:00.473057+0000 mgr.smithi057.tirlgq (mgr.14197) 173 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:24:03.748 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:24:04.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:24:03 smithi057 bash[18598]: cluster 2024-04-24T17:24:02.474102+0000 mgr.smithi057.tirlgq (mgr.14197) 174 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:24:04.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:24:03 smithi057 bash[18598]: cluster 2024-04-24T17:24:02.474102+0000 mgr.smithi057.tirlgq (mgr.14197) 174 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:24:04.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:24:03 smithi088 bash[20239]: cluster 2024-04-24T17:24:02.474102+0000 mgr.smithi057.tirlgq (mgr.14197) 174 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:24:04.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:24:03 smithi088 bash[20239]: cluster 2024-04-24T17:24:02.474102+0000 mgr.smithi057.tirlgq (mgr.14197) 174 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:24:04.910 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:24:05.484 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:24:05.837 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:24:05 smithi057 bash[18598]: cluster 2024-04-24T17:24:04.475114+0000 mgr.smithi057.tirlgq (mgr.14197) 175 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:24:05.837 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:24:05 smithi057 bash[18598]: cluster 2024-04-24T17:24:04.475114+0000 mgr.smithi057.tirlgq (mgr.14197) 175 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:24:05.837 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:24:05 smithi057 bash[18598]: audit 2024-04-24T17:24:04.911471+0000 mon.smithi057 (mon.0) 405 : audit [DBG] from='client.? 172.21.15.57:0/2757421195' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:24:05.837 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:24:05 smithi057 bash[18598]: audit 2024-04-24T17:24:04.911471+0000 mon.smithi057 (mon.0) 405 : audit [DBG] from='client.? 172.21.15.57:0/2757421195' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:24:06.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:24:05 smithi088 bash[20239]: cluster 2024-04-24T17:24:04.475114+0000 mgr.smithi057.tirlgq (mgr.14197) 175 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:24:06.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:24:05 smithi088 bash[20239]: cluster 2024-04-24T17:24:04.475114+0000 mgr.smithi057.tirlgq (mgr.14197) 175 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:24:06.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:24:05 smithi088 bash[20239]: audit 2024-04-24T17:24:04.911471+0000 mon.smithi057 (mon.0) 405 : audit [DBG] from='client.? 172.21.15.57:0/2757421195' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:24:06.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:24:05 smithi088 bash[20239]: audit 2024-04-24T17:24:04.911471+0000 mon.smithi057 (mon.0) 405 : audit [DBG] from='client.? 172.21.15.57:0/2757421195' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:24:06.485 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T17:24:08.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:24:07 smithi057 bash[18598]: cluster 2024-04-24T17:24:06.476119+0000 mgr.smithi057.tirlgq (mgr.14197) 176 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:24:08.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:24:07 smithi057 bash[18598]: cluster 2024-04-24T17:24:06.476119+0000 mgr.smithi057.tirlgq (mgr.14197) 176 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:24:08.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:24:07 smithi088 bash[20239]: cluster 2024-04-24T17:24:06.476119+0000 mgr.smithi057.tirlgq (mgr.14197) 176 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:24:08.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:24:07 smithi088 bash[20239]: cluster 2024-04-24T17:24:06.476119+0000 mgr.smithi057.tirlgq (mgr.14197) 176 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:24:10.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:24:09 smithi057 bash[18598]: cluster 2024-04-24T17:24:08.477126+0000 mgr.smithi057.tirlgq (mgr.14197) 177 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:24:10.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:24:09 smithi057 bash[18598]: cluster 2024-04-24T17:24:08.477126+0000 mgr.smithi057.tirlgq (mgr.14197) 177 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:24:10.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:24:09 smithi088 bash[20239]: cluster 2024-04-24T17:24:08.477126+0000 mgr.smithi057.tirlgq (mgr.14197) 177 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:24:10.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:24:09 smithi088 bash[20239]: cluster 2024-04-24T17:24:08.477126+0000 mgr.smithi057.tirlgq (mgr.14197) 177 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:24:11.263 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:24:11.985 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:24:11 smithi057 bash[18598]: cluster 2024-04-24T17:24:10.478150+0000 mgr.smithi057.tirlgq (mgr.14197) 178 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:24:11.985 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:24:11 smithi057 bash[18598]: cluster 2024-04-24T17:24:10.478150+0000 mgr.smithi057.tirlgq (mgr.14197) 178 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:24:12.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:24:11 smithi088 bash[20239]: cluster 2024-04-24T17:24:10.478150+0000 mgr.smithi057.tirlgq (mgr.14197) 178 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:24:12.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:24:11 smithi088 bash[20239]: cluster 2024-04-24T17:24:10.478150+0000 mgr.smithi057.tirlgq (mgr.14197) 178 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:24:12.363 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:24:12.955 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:24:13.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:24:12 smithi057 bash[18598]: audit 2024-04-24T17:24:11.788876+0000 mon.smithi057 (mon.0) 406 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:24:13.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:24:12 smithi057 bash[18598]: audit 2024-04-24T17:24:11.788876+0000 mon.smithi057 (mon.0) 406 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:24:13.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:24:12 smithi057 bash[18598]: audit 2024-04-24T17:24:12.364752+0000 mon.smithi057 (mon.0) 407 : audit [DBG] from='client.? 172.21.15.57:0/456455902' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:24:13.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:24:12 smithi057 bash[18598]: audit 2024-04-24T17:24:12.364752+0000 mon.smithi057 (mon.0) 407 : audit [DBG] from='client.? 172.21.15.57:0/456455902' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:24:13.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:24:12 smithi088 bash[20239]: audit 2024-04-24T17:24:11.788876+0000 mon.smithi057 (mon.0) 406 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:24:13.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:24:12 smithi088 bash[20239]: audit 2024-04-24T17:24:11.788876+0000 mon.smithi057 (mon.0) 406 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:24:13.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:24:12 smithi088 bash[20239]: audit 2024-04-24T17:24:12.364752+0000 mon.smithi057 (mon.0) 407 : audit [DBG] from='client.? 172.21.15.57:0/456455902' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:24:13.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:24:12 smithi088 bash[20239]: audit 2024-04-24T17:24:12.364752+0000 mon.smithi057 (mon.0) 407 : audit [DBG] from='client.? 172.21.15.57:0/456455902' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:24:13.956 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T17:24:14.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:24:13 smithi057 bash[18598]: cluster 2024-04-24T17:24:12.478809+0000 mgr.smithi057.tirlgq (mgr.14197) 179 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:24:14.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:24:13 smithi057 bash[18598]: cluster 2024-04-24T17:24:12.478809+0000 mgr.smithi057.tirlgq (mgr.14197) 179 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:24:14.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:24:13 smithi088 bash[20239]: cluster 2024-04-24T17:24:12.478809+0000 mgr.smithi057.tirlgq (mgr.14197) 179 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:24:14.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:24:13 smithi088 bash[20239]: cluster 2024-04-24T17:24:12.478809+0000 mgr.smithi057.tirlgq (mgr.14197) 179 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:24:15.837 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:24:15 smithi057 bash[18598]: cluster 2024-04-24T17:24:14.479785+0000 mgr.smithi057.tirlgq (mgr.14197) 180 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:24:15.837 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:24:15 smithi057 bash[18598]: cluster 2024-04-24T17:24:14.479785+0000 mgr.smithi057.tirlgq (mgr.14197) 180 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:24:16.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:24:15 smithi088 bash[20239]: cluster 2024-04-24T17:24:14.479785+0000 mgr.smithi057.tirlgq (mgr.14197) 180 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:24:16.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:24:15 smithi088 bash[20239]: cluster 2024-04-24T17:24:14.479785+0000 mgr.smithi057.tirlgq (mgr.14197) 180 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:24:18.086 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:24:17 smithi057 bash[18598]: cluster 2024-04-24T17:24:16.480932+0000 mgr.smithi057.tirlgq (mgr.14197) 181 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:24:18.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:24:17 smithi057 bash[18598]: cluster 2024-04-24T17:24:16.480932+0000 mgr.smithi057.tirlgq (mgr.14197) 181 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:24:18.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:24:17 smithi088 bash[20239]: cluster 2024-04-24T17:24:16.480932+0000 mgr.smithi057.tirlgq (mgr.14197) 181 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:24:18.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:24:17 smithi088 bash[20239]: cluster 2024-04-24T17:24:16.480932+0000 mgr.smithi057.tirlgq (mgr.14197) 181 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:24:18.732 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:24:19.884 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:24:20.086 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:24:19 smithi057 bash[18598]: cluster 2024-04-24T17:24:18.482037+0000 mgr.smithi057.tirlgq (mgr.14197) 182 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:24:20.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:24:19 smithi057 bash[18598]: cluster 2024-04-24T17:24:18.482037+0000 mgr.smithi057.tirlgq (mgr.14197) 182 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:24:20.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:24:19 smithi088 bash[20239]: cluster 2024-04-24T17:24:18.482037+0000 mgr.smithi057.tirlgq (mgr.14197) 182 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:24:20.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:24:19 smithi088 bash[20239]: cluster 2024-04-24T17:24:18.482037+0000 mgr.smithi057.tirlgq (mgr.14197) 182 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:24:20.501 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:24:20.837 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:24:20 smithi057 bash[18598]: audit 2024-04-24T17:24:19.885634+0000 mon.smithi057 (mon.0) 408 : audit [DBG] from='client.? 172.21.15.57:0/4221921874' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:24:20.837 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:24:20 smithi057 bash[18598]: audit 2024-04-24T17:24:19.885634+0000 mon.smithi057 (mon.0) 408 : audit [DBG] from='client.? 172.21.15.57:0/4221921874' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:24:21.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:24:20 smithi088 bash[20239]: audit 2024-04-24T17:24:19.885634+0000 mon.smithi057 (mon.0) 408 : audit [DBG] from='client.? 172.21.15.57:0/4221921874' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:24:21.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:24:20 smithi088 bash[20239]: audit 2024-04-24T17:24:19.885634+0000 mon.smithi057 (mon.0) 408 : audit [DBG] from='client.? 172.21.15.57:0/4221921874' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:24:21.502 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T17:24:22.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:24:21 smithi057 bash[18598]: cluster 2024-04-24T17:24:20.483176+0000 mgr.smithi057.tirlgq (mgr.14197) 183 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:24:22.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:24:21 smithi057 bash[18598]: cluster 2024-04-24T17:24:20.483176+0000 mgr.smithi057.tirlgq (mgr.14197) 183 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:24:22.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:24:21 smithi088 bash[20239]: cluster 2024-04-24T17:24:20.483176+0000 mgr.smithi057.tirlgq (mgr.14197) 183 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:24:22.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:24:21 smithi088 bash[20239]: cluster 2024-04-24T17:24:20.483176+0000 mgr.smithi057.tirlgq (mgr.14197) 183 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:24:24.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:24:23 smithi057 bash[18598]: cluster 2024-04-24T17:24:22.484169+0000 mgr.smithi057.tirlgq (mgr.14197) 184 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:24:24.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:24:23 smithi057 bash[18598]: cluster 2024-04-24T17:24:22.484169+0000 mgr.smithi057.tirlgq (mgr.14197) 184 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:24:24.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:24:23 smithi088 bash[20239]: cluster 2024-04-24T17:24:22.484169+0000 mgr.smithi057.tirlgq (mgr.14197) 184 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:24:24.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:24:23 smithi088 bash[20239]: cluster 2024-04-24T17:24:22.484169+0000 mgr.smithi057.tirlgq (mgr.14197) 184 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:24:25.837 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:24:25 smithi057 bash[18598]: cluster 2024-04-24T17:24:24.485192+0000 mgr.smithi057.tirlgq (mgr.14197) 185 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:24:25.837 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:24:25 smithi057 bash[18598]: cluster 2024-04-24T17:24:24.485192+0000 mgr.smithi057.tirlgq (mgr.14197) 185 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:24:26.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:24:25 smithi088 bash[20239]: cluster 2024-04-24T17:24:24.485192+0000 mgr.smithi057.tirlgq (mgr.14197) 185 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:24:26.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:24:25 smithi088 bash[20239]: cluster 2024-04-24T17:24:24.485192+0000 mgr.smithi057.tirlgq (mgr.14197) 185 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:24:26.272 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:24:27.280 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:24:27.820 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:24:28.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:24:27 smithi057 bash[18598]: cluster 2024-04-24T17:24:26.486251+0000 mgr.smithi057.tirlgq (mgr.14197) 186 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:24:28.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:24:27 smithi057 bash[18598]: cluster 2024-04-24T17:24:26.486251+0000 mgr.smithi057.tirlgq (mgr.14197) 186 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:24:28.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:24:27 smithi057 bash[18598]: audit 2024-04-24T17:24:26.789440+0000 mon.smithi057 (mon.0) 409 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:24:28.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:24:27 smithi057 bash[18598]: audit 2024-04-24T17:24:26.789440+0000 mon.smithi057 (mon.0) 409 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:24:28.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:24:27 smithi057 bash[18598]: audit 2024-04-24T17:24:27.281010+0000 mon.smithi057 (mon.0) 410 : audit [DBG] from='client.? 172.21.15.57:0/1221057428' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:24:28.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:24:27 smithi057 bash[18598]: audit 2024-04-24T17:24:27.281010+0000 mon.smithi057 (mon.0) 410 : audit [DBG] from='client.? 172.21.15.57:0/1221057428' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:24:28.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:24:27 smithi088 bash[20239]: cluster 2024-04-24T17:24:26.486251+0000 mgr.smithi057.tirlgq (mgr.14197) 186 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:24:28.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:24:27 smithi088 bash[20239]: cluster 2024-04-24T17:24:26.486251+0000 mgr.smithi057.tirlgq (mgr.14197) 186 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:24:28.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:24:27 smithi088 bash[20239]: audit 2024-04-24T17:24:26.789440+0000 mon.smithi057 (mon.0) 409 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:24:28.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:24:27 smithi088 bash[20239]: audit 2024-04-24T17:24:26.789440+0000 mon.smithi057 (mon.0) 409 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:24:28.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:24:27 smithi088 bash[20239]: audit 2024-04-24T17:24:27.281010+0000 mon.smithi057 (mon.0) 410 : audit [DBG] from='client.? 172.21.15.57:0/1221057428' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:24:28.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:24:27 smithi088 bash[20239]: audit 2024-04-24T17:24:27.281010+0000 mon.smithi057 (mon.0) 410 : audit [DBG] from='client.? 172.21.15.57:0/1221057428' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:24:28.821 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T17:24:30.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:24:29 smithi057 bash[18598]: cluster 2024-04-24T17:24:28.487272+0000 mgr.smithi057.tirlgq (mgr.14197) 187 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:24:30.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:24:29 smithi057 bash[18598]: cluster 2024-04-24T17:24:28.487272+0000 mgr.smithi057.tirlgq (mgr.14197) 187 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:24:30.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:24:29 smithi088 bash[20239]: cluster 2024-04-24T17:24:28.487272+0000 mgr.smithi057.tirlgq (mgr.14197) 187 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:24:30.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:24:29 smithi088 bash[20239]: cluster 2024-04-24T17:24:28.487272+0000 mgr.smithi057.tirlgq (mgr.14197) 187 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:24:32.086 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:24:31 smithi057 bash[18598]: cluster 2024-04-24T17:24:30.488293+0000 mgr.smithi057.tirlgq (mgr.14197) 188 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:24:32.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:24:31 smithi057 bash[18598]: cluster 2024-04-24T17:24:30.488293+0000 mgr.smithi057.tirlgq (mgr.14197) 188 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:24:32.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:24:31 smithi088 bash[20239]: cluster 2024-04-24T17:24:30.488293+0000 mgr.smithi057.tirlgq (mgr.14197) 188 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:24:32.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:24:31 smithi088 bash[20239]: cluster 2024-04-24T17:24:30.488293+0000 mgr.smithi057.tirlgq (mgr.14197) 188 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:24:33.596 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:24:34.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:24:33 smithi057 bash[18598]: cluster 2024-04-24T17:24:32.489316+0000 mgr.smithi057.tirlgq (mgr.14197) 189 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:24:34.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:24:33 smithi057 bash[18598]: cluster 2024-04-24T17:24:32.489316+0000 mgr.smithi057.tirlgq (mgr.14197) 189 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:24:34.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:24:33 smithi088 bash[20239]: cluster 2024-04-24T17:24:32.489316+0000 mgr.smithi057.tirlgq (mgr.14197) 189 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:24:34.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:24:33 smithi088 bash[20239]: cluster 2024-04-24T17:24:32.489316+0000 mgr.smithi057.tirlgq (mgr.14197) 189 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:24:34.697 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:24:35.086 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:24:34 smithi057 bash[18598]: audit 2024-04-24T17:24:34.698475+0000 mon.smithi057 (mon.0) 411 : audit [DBG] from='client.? 172.21.15.57:0/830472845' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:24:35.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:24:34 smithi057 bash[18598]: audit 2024-04-24T17:24:34.698475+0000 mon.smithi057 (mon.0) 411 : audit [DBG] from='client.? 172.21.15.57:0/830472845' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:24:35.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:24:34 smithi088 bash[20239]: audit 2024-04-24T17:24:34.698475+0000 mon.smithi057 (mon.0) 411 : audit [DBG] from='client.? 172.21.15.57:0/830472845' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:24:35.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:24:34 smithi088 bash[20239]: audit 2024-04-24T17:24:34.698475+0000 mon.smithi057 (mon.0) 411 : audit [DBG] from='client.? 172.21.15.57:0/830472845' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:24:35.287 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:24:36.086 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:24:35 smithi057 bash[18598]: cluster 2024-04-24T17:24:34.489820+0000 mgr.smithi057.tirlgq (mgr.14197) 190 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:24:36.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:24:35 smithi057 bash[18598]: cluster 2024-04-24T17:24:34.489820+0000 mgr.smithi057.tirlgq (mgr.14197) 190 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:24:36.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:24:35 smithi088 bash[20239]: cluster 2024-04-24T17:24:34.489820+0000 mgr.smithi057.tirlgq (mgr.14197) 190 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:24:36.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:24:35 smithi088 bash[20239]: cluster 2024-04-24T17:24:34.489820+0000 mgr.smithi057.tirlgq (mgr.14197) 190 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:24:36.288 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T17:24:38.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:24:37 smithi057 bash[18598]: cluster 2024-04-24T17:24:36.490352+0000 mgr.smithi057.tirlgq (mgr.14197) 191 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:24:38.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:24:37 smithi057 bash[18598]: cluster 2024-04-24T17:24:36.490352+0000 mgr.smithi057.tirlgq (mgr.14197) 191 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:24:38.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:24:37 smithi088 bash[20239]: cluster 2024-04-24T17:24:36.490352+0000 mgr.smithi057.tirlgq (mgr.14197) 191 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:24:38.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:24:37 smithi088 bash[20239]: cluster 2024-04-24T17:24:36.490352+0000 mgr.smithi057.tirlgq (mgr.14197) 191 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:24:40.086 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:24:39 smithi057 bash[18598]: cluster 2024-04-24T17:24:38.491354+0000 mgr.smithi057.tirlgq (mgr.14197) 192 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:24:40.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:24:39 smithi057 bash[18598]: cluster 2024-04-24T17:24:38.491354+0000 mgr.smithi057.tirlgq (mgr.14197) 192 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:24:40.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:24:39 smithi088 bash[20239]: cluster 2024-04-24T17:24:38.491354+0000 mgr.smithi057.tirlgq (mgr.14197) 192 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:24:40.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:24:39 smithi088 bash[20239]: cluster 2024-04-24T17:24:38.491354+0000 mgr.smithi057.tirlgq (mgr.14197) 192 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:24:41.058 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:24:42.086 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:24:41 smithi057 bash[18598]: cluster 2024-04-24T17:24:40.492415+0000 mgr.smithi057.tirlgq (mgr.14197) 193 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:24:42.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:24:41 smithi057 bash[18598]: cluster 2024-04-24T17:24:40.492415+0000 mgr.smithi057.tirlgq (mgr.14197) 193 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:24:42.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:24:41 smithi057 bash[18598]: audit 2024-04-24T17:24:41.788975+0000 mon.smithi057 (mon.0) 412 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:24:42.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:24:41 smithi057 bash[18598]: audit 2024-04-24T17:24:41.788975+0000 mon.smithi057 (mon.0) 412 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:24:42.106 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:24:42.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:24:41 smithi088 bash[20239]: cluster 2024-04-24T17:24:40.492415+0000 mgr.smithi057.tirlgq (mgr.14197) 193 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:24:42.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:24:41 smithi088 bash[20239]: cluster 2024-04-24T17:24:40.492415+0000 mgr.smithi057.tirlgq (mgr.14197) 193 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:24:42.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:24:41 smithi088 bash[20239]: audit 2024-04-24T17:24:41.788975+0000 mon.smithi057 (mon.0) 412 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:24:42.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:24:41 smithi088 bash[20239]: audit 2024-04-24T17:24:41.788975+0000 mon.smithi057 (mon.0) 412 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:24:42.700 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:24:43.086 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:24:42 smithi057 bash[18598]: audit 2024-04-24T17:24:42.107994+0000 mon.smithi057 (mon.0) 413 : audit [DBG] from='client.? 172.21.15.57:0/1766608776' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:24:43.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:24:42 smithi057 bash[18598]: audit 2024-04-24T17:24:42.107994+0000 mon.smithi057 (mon.0) 413 : audit [DBG] from='client.? 172.21.15.57:0/1766608776' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:24:43.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:24:42 smithi088 bash[20239]: audit 2024-04-24T17:24:42.107994+0000 mon.smithi057 (mon.0) 413 : audit [DBG] from='client.? 172.21.15.57:0/1766608776' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:24:43.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:24:42 smithi088 bash[20239]: audit 2024-04-24T17:24:42.107994+0000 mon.smithi057 (mon.0) 413 : audit [DBG] from='client.? 172.21.15.57:0/1766608776' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:24:43.701 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T17:24:44.086 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:24:43 smithi057 bash[18598]: cluster 2024-04-24T17:24:42.493400+0000 mgr.smithi057.tirlgq (mgr.14197) 194 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:24:44.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:24:43 smithi057 bash[18598]: cluster 2024-04-24T17:24:42.493400+0000 mgr.smithi057.tirlgq (mgr.14197) 194 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:24:44.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:24:43 smithi088 bash[20239]: cluster 2024-04-24T17:24:42.493400+0000 mgr.smithi057.tirlgq (mgr.14197) 194 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:24:44.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:24:43 smithi088 bash[20239]: cluster 2024-04-24T17:24:42.493400+0000 mgr.smithi057.tirlgq (mgr.14197) 194 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:24:46.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:24:45 smithi057 bash[18598]: cluster 2024-04-24T17:24:44.494376+0000 mgr.smithi057.tirlgq (mgr.14197) 195 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:24:46.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:24:45 smithi057 bash[18598]: cluster 2024-04-24T17:24:44.494376+0000 mgr.smithi057.tirlgq (mgr.14197) 195 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:24:46.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:24:45 smithi088 bash[20239]: cluster 2024-04-24T17:24:44.494376+0000 mgr.smithi057.tirlgq (mgr.14197) 195 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:24:46.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:24:45 smithi088 bash[20239]: cluster 2024-04-24T17:24:44.494376+0000 mgr.smithi057.tirlgq (mgr.14197) 195 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:24:48.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:24:47 smithi088 bash[20239]: cluster 2024-04-24T17:24:46.494925+0000 mgr.smithi057.tirlgq (mgr.14197) 196 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:24:48.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:24:47 smithi088 bash[20239]: cluster 2024-04-24T17:24:46.494925+0000 mgr.smithi057.tirlgq (mgr.14197) 196 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:24:48.203 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:24:47 smithi057 bash[18598]: cluster 2024-04-24T17:24:46.494925+0000 mgr.smithi057.tirlgq (mgr.14197) 196 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:24:48.203 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:24:47 smithi057 bash[18598]: cluster 2024-04-24T17:24:46.494925+0000 mgr.smithi057.tirlgq (mgr.14197) 196 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:24:48.476 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:24:49.593 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:24:50.151 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:24:49 smithi057 bash[18598]: cluster 2024-04-24T17:24:48.495413+0000 mgr.smithi057.tirlgq (mgr.14197) 197 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:24:50.151 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:24:49 smithi057 bash[18598]: cluster 2024-04-24T17:24:48.495413+0000 mgr.smithi057.tirlgq (mgr.14197) 197 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:24:50.151 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:24:49 smithi057 bash[18598]: audit 2024-04-24T17:24:49.594301+0000 mon.smithi057 (mon.0) 414 : audit [DBG] from='client.? 172.21.15.57:0/2959689972' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:24:50.151 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:24:49 smithi057 bash[18598]: audit 2024-04-24T17:24:49.594301+0000 mon.smithi057 (mon.0) 414 : audit [DBG] from='client.? 172.21.15.57:0/2959689972' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:24:50.152 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:24:50.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:24:49 smithi088 bash[20239]: cluster 2024-04-24T17:24:48.495413+0000 mgr.smithi057.tirlgq (mgr.14197) 197 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:24:50.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:24:49 smithi088 bash[20239]: cluster 2024-04-24T17:24:48.495413+0000 mgr.smithi057.tirlgq (mgr.14197) 197 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:24:50.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:24:49 smithi088 bash[20239]: audit 2024-04-24T17:24:49.594301+0000 mon.smithi057 (mon.0) 414 : audit [DBG] from='client.? 172.21.15.57:0/2959689972' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:24:50.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:24:49 smithi088 bash[20239]: audit 2024-04-24T17:24:49.594301+0000 mon.smithi057 (mon.0) 414 : audit [DBG] from='client.? 172.21.15.57:0/2959689972' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:24:51.086 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:24:50 smithi057 bash[18598]: audit 2024-04-24T17:24:50.579990+0000 mon.smithi057 (mon.0) 415 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:24:51.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:24:50 smithi057 bash[18598]: audit 2024-04-24T17:24:50.579990+0000 mon.smithi057 (mon.0) 415 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:24:51.153 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T17:24:51.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:24:50 smithi088 bash[20239]: audit 2024-04-24T17:24:50.579990+0000 mon.smithi057 (mon.0) 415 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:24:51.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:24:50 smithi088 bash[20239]: audit 2024-04-24T17:24:50.579990+0000 mon.smithi057 (mon.0) 415 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:24:52.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:24:51 smithi088 bash[20239]: cluster 2024-04-24T17:24:50.496407+0000 mgr.smithi057.tirlgq (mgr.14197) 198 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:24:52.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:24:51 smithi088 bash[20239]: cluster 2024-04-24T17:24:50.496407+0000 mgr.smithi057.tirlgq (mgr.14197) 198 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:24:52.336 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:24:51 smithi057 bash[18598]: cluster 2024-04-24T17:24:50.496407+0000 mgr.smithi057.tirlgq (mgr.14197) 198 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:24:52.336 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:24:51 smithi057 bash[18598]: cluster 2024-04-24T17:24:50.496407+0000 mgr.smithi057.tirlgq (mgr.14197) 198 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:24:54.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:24:53 smithi088 bash[20239]: cluster 2024-04-24T17:24:52.497427+0000 mgr.smithi057.tirlgq (mgr.14197) 199 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:24:54.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:24:53 smithi088 bash[20239]: cluster 2024-04-24T17:24:52.497427+0000 mgr.smithi057.tirlgq (mgr.14197) 199 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:24:54.336 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:24:53 smithi057 bash[18598]: cluster 2024-04-24T17:24:52.497427+0000 mgr.smithi057.tirlgq (mgr.14197) 199 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:24:54.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:24:53 smithi057 bash[18598]: cluster 2024-04-24T17:24:52.497427+0000 mgr.smithi057.tirlgq (mgr.14197) 199 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:24:55.904 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:24:56.086 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:24:55 smithi057 bash[18598]: cluster 2024-04-24T17:24:54.498454+0000 mgr.smithi057.tirlgq (mgr.14197) 200 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:24:56.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:24:55 smithi057 bash[18598]: cluster 2024-04-24T17:24:54.498454+0000 mgr.smithi057.tirlgq (mgr.14197) 200 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:24:56.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:24:55 smithi088 bash[20239]: cluster 2024-04-24T17:24:54.498454+0000 mgr.smithi057.tirlgq (mgr.14197) 200 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:24:56.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:24:55 smithi088 bash[20239]: cluster 2024-04-24T17:24:54.498454+0000 mgr.smithi057.tirlgq (mgr.14197) 200 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:24:57.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:24:57 smithi088 bash[20239]: audit 2024-04-24T17:24:56.038587+0000 mon.smithi057 (mon.0) 416 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:24:57.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:24:57 smithi088 bash[20239]: audit 2024-04-24T17:24:56.038587+0000 mon.smithi057 (mon.0) 416 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:24:57.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:24:57 smithi088 bash[20239]: audit 2024-04-24T17:24:56.789732+0000 mon.smithi057 (mon.0) 417 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:24:57.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:24:57 smithi088 bash[20239]: audit 2024-04-24T17:24:56.789732+0000 mon.smithi057 (mon.0) 417 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:24:57.220 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:24:57 smithi057 bash[18598]: audit 2024-04-24T17:24:56.038587+0000 mon.smithi057 (mon.0) 416 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:24:57.220 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:24:57 smithi057 bash[18598]: audit 2024-04-24T17:24:56.038587+0000 mon.smithi057 (mon.0) 416 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:24:57.220 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:24:57 smithi057 bash[18598]: audit 2024-04-24T17:24:56.789732+0000 mon.smithi057 (mon.0) 417 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:24:57.220 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:24:57 smithi057 bash[18598]: audit 2024-04-24T17:24:56.789732+0000 mon.smithi057 (mon.0) 417 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:24:57.267 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:24:58.176 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:24:58.336 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:24:58 smithi057 bash[18598]: cluster 2024-04-24T17:24:56.499502+0000 mgr.smithi057.tirlgq (mgr.14197) 201 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:24:58.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:24:58 smithi057 bash[18598]: cluster 2024-04-24T17:24:56.499502+0000 mgr.smithi057.tirlgq (mgr.14197) 201 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:24:58.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:24:58 smithi057 bash[18598]: audit 2024-04-24T17:24:57.268632+0000 mon.smithi057 (mon.0) 418 : audit [DBG] from='client.? 172.21.15.57:0/3383589435' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:24:58.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:24:58 smithi057 bash[18598]: audit 2024-04-24T17:24:57.268632+0000 mon.smithi057 (mon.0) 418 : audit [DBG] from='client.? 172.21.15.57:0/3383589435' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:24:58.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:24:58 smithi088 bash[20239]: cluster 2024-04-24T17:24:56.499502+0000 mgr.smithi057.tirlgq (mgr.14197) 201 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:24:58.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:24:58 smithi088 bash[20239]: cluster 2024-04-24T17:24:56.499502+0000 mgr.smithi057.tirlgq (mgr.14197) 201 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:24:58.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:24:58 smithi088 bash[20239]: audit 2024-04-24T17:24:57.268632+0000 mon.smithi057 (mon.0) 418 : audit [DBG] from='client.? 172.21.15.57:0/3383589435' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:24:58.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:24:58 smithi088 bash[20239]: audit 2024-04-24T17:24:57.268632+0000 mon.smithi057 (mon.0) 418 : audit [DBG] from='client.? 172.21.15.57:0/3383589435' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:24:59.176 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T17:25:00.336 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:25:00 smithi057 bash[18598]: cluster 2024-04-24T17:24:58.500588+0000 mgr.smithi057.tirlgq (mgr.14197) 202 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:00.336 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:25:00 smithi057 bash[18598]: cluster 2024-04-24T17:24:58.500588+0000 mgr.smithi057.tirlgq (mgr.14197) 202 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:00.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:25:00 smithi088 bash[20239]: cluster 2024-04-24T17:24:58.500588+0000 mgr.smithi057.tirlgq (mgr.14197) 202 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:00.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:25:00 smithi088 bash[20239]: cluster 2024-04-24T17:24:58.500588+0000 mgr.smithi057.tirlgq (mgr.14197) 202 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:02.336 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:25:02 smithi057 bash[18598]: cluster 2024-04-24T17:25:00.501622+0000 mgr.smithi057.tirlgq (mgr.14197) 203 : cluster [DBG] pgmap v150: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:02.336 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:25:02 smithi057 bash[18598]: cluster 2024-04-24T17:25:00.501622+0000 mgr.smithi057.tirlgq (mgr.14197) 203 : cluster [DBG] pgmap v150: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:02.382 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:25:02 smithi088 bash[20239]: cluster 2024-04-24T17:25:00.501622+0000 mgr.smithi057.tirlgq (mgr.14197) 203 : cluster [DBG] pgmap v150: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:02.382 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:25:02 smithi088 bash[20239]: cluster 2024-04-24T17:25:00.501622+0000 mgr.smithi057.tirlgq (mgr.14197) 203 : cluster [DBG] pgmap v150: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:03.952 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:25:04.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:25:04 smithi057 bash[18598]: cluster 2024-04-24T17:25:02.502614+0000 mgr.smithi057.tirlgq (mgr.14197) 204 : cluster [DBG] pgmap v151: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:04.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:25:04 smithi057 bash[18598]: cluster 2024-04-24T17:25:02.502614+0000 mgr.smithi057.tirlgq (mgr.14197) 204 : cluster [DBG] pgmap v151: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:04.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:25:04 smithi057 bash[18598]: audit 2024-04-24T17:25:03.446067+0000 mon.smithi057 (mon.0) 419 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:25:04.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:25:04 smithi057 bash[18598]: audit 2024-04-24T17:25:03.446067+0000 mon.smithi057 (mon.0) 419 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:25:04.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:25:04 smithi057 bash[18598]: audit 2024-04-24T17:25:03.447437+0000 mon.smithi057 (mon.0) 420 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:25:04.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:25:04 smithi057 bash[18598]: audit 2024-04-24T17:25:03.447437+0000 mon.smithi057 (mon.0) 420 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:25:04.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:25:04 smithi057 bash[18598]: audit 2024-04-24T17:25:03.456230+0000 mon.smithi057 (mon.0) 421 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:25:04.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:25:04 smithi057 bash[18598]: audit 2024-04-24T17:25:03.456230+0000 mon.smithi057 (mon.0) 421 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:25:04.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:25:04 smithi057 bash[18598]: audit 2024-04-24T17:25:03.461409+0000 mon.smithi057 (mon.0) 422 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-24T17:25:04.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:25:04 smithi057 bash[18598]: audit 2024-04-24T17:25:03.461409+0000 mon.smithi057 (mon.0) 422 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-24T17:25:04.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:25:04 smithi088 bash[20239]: cluster 2024-04-24T17:25:02.502614+0000 mgr.smithi057.tirlgq (mgr.14197) 204 : cluster [DBG] pgmap v151: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:04.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:25:04 smithi088 bash[20239]: cluster 2024-04-24T17:25:02.502614+0000 mgr.smithi057.tirlgq (mgr.14197) 204 : cluster [DBG] pgmap v151: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:04.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:25:04 smithi088 bash[20239]: audit 2024-04-24T17:25:03.446067+0000 mon.smithi057 (mon.0) 419 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:25:04.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:25:04 smithi088 bash[20239]: audit 2024-04-24T17:25:03.446067+0000 mon.smithi057 (mon.0) 419 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:25:04.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:25:04 smithi088 bash[20239]: audit 2024-04-24T17:25:03.447437+0000 mon.smithi057 (mon.0) 420 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:25:04.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:25:04 smithi088 bash[20239]: audit 2024-04-24T17:25:03.447437+0000 mon.smithi057 (mon.0) 420 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:25:04.414 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:25:04 smithi088 bash[20239]: audit 2024-04-24T17:25:03.456230+0000 mon.smithi057 (mon.0) 421 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:25:04.414 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:25:04 smithi088 bash[20239]: audit 2024-04-24T17:25:03.456230+0000 mon.smithi057 (mon.0) 421 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:25:04.415 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:25:04 smithi088 bash[20239]: audit 2024-04-24T17:25:03.461409+0000 mon.smithi057 (mon.0) 422 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-24T17:25:04.415 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:25:04 smithi088 bash[20239]: audit 2024-04-24T17:25:03.461409+0000 mon.smithi057 (mon.0) 422 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-24T17:25:05.221 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:25:05.336 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:25:05 smithi057 bash[18598]: cluster 2024-04-24T17:25:03.449751+0000 mgr.smithi057.tirlgq (mgr.14197) 205 : cluster [DBG] pgmap v152: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:05.336 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:25:05 smithi057 bash[18598]: cluster 2024-04-24T17:25:03.449751+0000 mgr.smithi057.tirlgq (mgr.14197) 205 : cluster [DBG] pgmap v152: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:05.336 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:25:05 smithi057 bash[18598]: cluster 2024-04-24T17:25:03.450383+0000 mgr.smithi057.tirlgq (mgr.14197) 206 : cluster [DBG] pgmap v153: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:05.336 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:25:05 smithi057 bash[18598]: cluster 2024-04-24T17:25:03.450383+0000 mgr.smithi057.tirlgq (mgr.14197) 206 : cluster [DBG] pgmap v153: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:05.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:25:05 smithi088 bash[20239]: cluster 2024-04-24T17:25:03.449751+0000 mgr.smithi057.tirlgq (mgr.14197) 205 : cluster [DBG] pgmap v152: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:05.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:25:05 smithi088 bash[20239]: cluster 2024-04-24T17:25:03.449751+0000 mgr.smithi057.tirlgq (mgr.14197) 205 : cluster [DBG] pgmap v152: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:05.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:25:05 smithi088 bash[20239]: cluster 2024-04-24T17:25:03.450383+0000 mgr.smithi057.tirlgq (mgr.14197) 206 : cluster [DBG] pgmap v153: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:05.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:25:05 smithi088 bash[20239]: cluster 2024-04-24T17:25:03.450383+0000 mgr.smithi057.tirlgq (mgr.14197) 206 : cluster [DBG] pgmap v153: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:05.813 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:25:06.336 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:25:06 smithi057 bash[18598]: audit 2024-04-24T17:25:05.222488+0000 mon.smithi057 (mon.0) 423 : audit [DBG] from='client.? 172.21.15.57:0/1114810779' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:25:06.336 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:25:06 smithi057 bash[18598]: audit 2024-04-24T17:25:05.222488+0000 mon.smithi057 (mon.0) 423 : audit [DBG] from='client.? 172.21.15.57:0/1114810779' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:25:06.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:25:06 smithi088 bash[20239]: audit 2024-04-24T17:25:05.222488+0000 mon.smithi057 (mon.0) 423 : audit [DBG] from='client.? 172.21.15.57:0/1114810779' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:25:06.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:25:06 smithi088 bash[20239]: audit 2024-04-24T17:25:05.222488+0000 mon.smithi057 (mon.0) 423 : audit [DBG] from='client.? 172.21.15.57:0/1114810779' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:25:06.814 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T17:25:07.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:25:07 smithi057 bash[18598]: cluster 2024-04-24T17:25:05.451351+0000 mgr.smithi057.tirlgq (mgr.14197) 207 : cluster [DBG] pgmap v154: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:07.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:25:07 smithi057 bash[18598]: cluster 2024-04-24T17:25:05.451351+0000 mgr.smithi057.tirlgq (mgr.14197) 207 : cluster [DBG] pgmap v154: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:07.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:25:07 smithi088 bash[20239]: cluster 2024-04-24T17:25:05.451351+0000 mgr.smithi057.tirlgq (mgr.14197) 207 : cluster [DBG] pgmap v154: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:07.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:25:07 smithi088 bash[20239]: cluster 2024-04-24T17:25:05.451351+0000 mgr.smithi057.tirlgq (mgr.14197) 207 : cluster [DBG] pgmap v154: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:09.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:25:09 smithi088 bash[20239]: cluster 2024-04-24T17:25:07.452354+0000 mgr.smithi057.tirlgq (mgr.14197) 208 : cluster [DBG] pgmap v155: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:09.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:25:09 smithi088 bash[20239]: cluster 2024-04-24T17:25:07.452354+0000 mgr.smithi057.tirlgq (mgr.14197) 208 : cluster [DBG] pgmap v155: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:09.586 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:25:09 smithi057 bash[18598]: cluster 2024-04-24T17:25:07.452354+0000 mgr.smithi057.tirlgq (mgr.14197) 208 : cluster [DBG] pgmap v155: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:09.586 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:25:09 smithi057 bash[18598]: cluster 2024-04-24T17:25:07.452354+0000 mgr.smithi057.tirlgq (mgr.14197) 208 : cluster [DBG] pgmap v155: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:11.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:25:11 smithi088 bash[20239]: cluster 2024-04-24T17:25:09.453343+0000 mgr.smithi057.tirlgq (mgr.14197) 209 : cluster [DBG] pgmap v156: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:11.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:25:11 smithi088 bash[20239]: cluster 2024-04-24T17:25:09.453343+0000 mgr.smithi057.tirlgq (mgr.14197) 209 : cluster [DBG] pgmap v156: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:11.586 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:25:11 smithi057 bash[18598]: cluster 2024-04-24T17:25:09.453343+0000 mgr.smithi057.tirlgq (mgr.14197) 209 : cluster [DBG] pgmap v156: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:11.587 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:25:11 smithi057 bash[18598]: cluster 2024-04-24T17:25:09.453343+0000 mgr.smithi057.tirlgq (mgr.14197) 209 : cluster [DBG] pgmap v156: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:11.595 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:25:12.388 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:25:12 smithi057 bash[18598]: audit 2024-04-24T17:25:11.790360+0000 mon.smithi057 (mon.0) 424 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:25:12.388 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:25:12 smithi057 bash[18598]: audit 2024-04-24T17:25:11.790360+0000 mon.smithi057 (mon.0) 424 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:25:12.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:25:12 smithi088 bash[20239]: audit 2024-04-24T17:25:11.790360+0000 mon.smithi057 (mon.0) 424 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:25:12.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:25:12 smithi088 bash[20239]: audit 2024-04-24T17:25:11.790360+0000 mon.smithi057 (mon.0) 424 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:25:12.800 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:25:13.358 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:25:13 smithi057 bash[18598]: cluster 2024-04-24T17:25:11.454409+0000 mgr.smithi057.tirlgq (mgr.14197) 210 : cluster [DBG] pgmap v157: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:13.358 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:25:13 smithi057 bash[18598]: cluster 2024-04-24T17:25:11.454409+0000 mgr.smithi057.tirlgq (mgr.14197) 210 : cluster [DBG] pgmap v157: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:13.358 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:25:13 smithi057 bash[18598]: audit 2024-04-24T17:25:12.801789+0000 mon.smithi057 (mon.0) 425 : audit [DBG] from='client.? 172.21.15.57:0/1351666006' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:25:13.358 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:25:13 smithi057 bash[18598]: audit 2024-04-24T17:25:12.801789+0000 mon.smithi057 (mon.0) 425 : audit [DBG] from='client.? 172.21.15.57:0/1351666006' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:25:13.359 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:25:13.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:25:13 smithi088 bash[20239]: cluster 2024-04-24T17:25:11.454409+0000 mgr.smithi057.tirlgq (mgr.14197) 210 : cluster [DBG] pgmap v157: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:13.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:25:13 smithi088 bash[20239]: cluster 2024-04-24T17:25:11.454409+0000 mgr.smithi057.tirlgq (mgr.14197) 210 : cluster [DBG] pgmap v157: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:13.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:25:13 smithi088 bash[20239]: audit 2024-04-24T17:25:12.801789+0000 mon.smithi057 (mon.0) 425 : audit [DBG] from='client.? 172.21.15.57:0/1351666006' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:25:13.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:25:13 smithi088 bash[20239]: audit 2024-04-24T17:25:12.801789+0000 mon.smithi057 (mon.0) 425 : audit [DBG] from='client.? 172.21.15.57:0/1351666006' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:25:14.360 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T17:25:15.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:25:15 smithi088 bash[20239]: cluster 2024-04-24T17:25:13.455514+0000 mgr.smithi057.tirlgq (mgr.14197) 211 : cluster [DBG] pgmap v158: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:15.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:25:15 smithi088 bash[20239]: cluster 2024-04-24T17:25:13.455514+0000 mgr.smithi057.tirlgq (mgr.14197) 211 : cluster [DBG] pgmap v158: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:15.586 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:25:15 smithi057 bash[18598]: cluster 2024-04-24T17:25:13.455514+0000 mgr.smithi057.tirlgq (mgr.14197) 211 : cluster [DBG] pgmap v158: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:15.587 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:25:15 smithi057 bash[18598]: cluster 2024-04-24T17:25:13.455514+0000 mgr.smithi057.tirlgq (mgr.14197) 211 : cluster [DBG] pgmap v158: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:17.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:25:17 smithi088 bash[20239]: cluster 2024-04-24T17:25:15.456666+0000 mgr.smithi057.tirlgq (mgr.14197) 212 : cluster [DBG] pgmap v159: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:17.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:25:17 smithi088 bash[20239]: cluster 2024-04-24T17:25:15.456666+0000 mgr.smithi057.tirlgq (mgr.14197) 212 : cluster [DBG] pgmap v159: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:17.586 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:25:17 smithi057 bash[18598]: cluster 2024-04-24T17:25:15.456666+0000 mgr.smithi057.tirlgq (mgr.14197) 212 : cluster [DBG] pgmap v159: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:17.586 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:25:17 smithi057 bash[18598]: cluster 2024-04-24T17:25:15.456666+0000 mgr.smithi057.tirlgq (mgr.14197) 212 : cluster [DBG] pgmap v159: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:19.132 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:25:19.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:25:19 smithi088 bash[20239]: cluster 2024-04-24T17:25:17.457720+0000 mgr.smithi057.tirlgq (mgr.14197) 213 : cluster [DBG] pgmap v160: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:19.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:25:19 smithi088 bash[20239]: cluster 2024-04-24T17:25:17.457720+0000 mgr.smithi057.tirlgq (mgr.14197) 213 : cluster [DBG] pgmap v160: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:19.586 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:25:19 smithi057 bash[18598]: cluster 2024-04-24T17:25:17.457720+0000 mgr.smithi057.tirlgq (mgr.14197) 213 : cluster [DBG] pgmap v160: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:19.586 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:25:19 smithi057 bash[18598]: cluster 2024-04-24T17:25:17.457720+0000 mgr.smithi057.tirlgq (mgr.14197) 213 : cluster [DBG] pgmap v160: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:20.233 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:25:20.731 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:25:21.138 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:25:21 smithi057 bash[18598]: cluster 2024-04-24T17:25:19.458688+0000 mgr.smithi057.tirlgq (mgr.14197) 214 : cluster [DBG] pgmap v161: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:21.139 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:25:21 smithi057 bash[18598]: cluster 2024-04-24T17:25:19.458688+0000 mgr.smithi057.tirlgq (mgr.14197) 214 : cluster [DBG] pgmap v161: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:21.139 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:25:21 smithi057 bash[18598]: audit 2024-04-24T17:25:20.234553+0000 mon.smithi057 (mon.0) 426 : audit [DBG] from='client.? 172.21.15.57:0/958944472' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:25:21.139 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:25:21 smithi057 bash[18598]: audit 2024-04-24T17:25:20.234553+0000 mon.smithi057 (mon.0) 426 : audit [DBG] from='client.? 172.21.15.57:0/958944472' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:25:21.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:25:21 smithi088 bash[20239]: cluster 2024-04-24T17:25:19.458688+0000 mgr.smithi057.tirlgq (mgr.14197) 214 : cluster [DBG] pgmap v161: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:21.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:25:21 smithi088 bash[20239]: cluster 2024-04-24T17:25:19.458688+0000 mgr.smithi057.tirlgq (mgr.14197) 214 : cluster [DBG] pgmap v161: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:21.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:25:21 smithi088 bash[20239]: audit 2024-04-24T17:25:20.234553+0000 mon.smithi057 (mon.0) 426 : audit [DBG] from='client.? 172.21.15.57:0/958944472' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:25:21.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:25:21 smithi088 bash[20239]: audit 2024-04-24T17:25:20.234553+0000 mon.smithi057 (mon.0) 426 : audit [DBG] from='client.? 172.21.15.57:0/958944472' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:25:21.732 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T17:25:23.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:25:23 smithi088 bash[20239]: cluster 2024-04-24T17:25:21.459702+0000 mgr.smithi057.tirlgq (mgr.14197) 215 : cluster [DBG] pgmap v162: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:23.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:25:23 smithi088 bash[20239]: cluster 2024-04-24T17:25:21.459702+0000 mgr.smithi057.tirlgq (mgr.14197) 215 : cluster [DBG] pgmap v162: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:23.586 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:25:23 smithi057 bash[18598]: cluster 2024-04-24T17:25:21.459702+0000 mgr.smithi057.tirlgq (mgr.14197) 215 : cluster [DBG] pgmap v162: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:23.586 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:25:23 smithi057 bash[18598]: cluster 2024-04-24T17:25:21.459702+0000 mgr.smithi057.tirlgq (mgr.14197) 215 : cluster [DBG] pgmap v162: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:25.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:25:25 smithi088 bash[20239]: cluster 2024-04-24T17:25:23.460701+0000 mgr.smithi057.tirlgq (mgr.14197) 216 : cluster [DBG] pgmap v163: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:25.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:25:25 smithi088 bash[20239]: cluster 2024-04-24T17:25:23.460701+0000 mgr.smithi057.tirlgq (mgr.14197) 216 : cluster [DBG] pgmap v163: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:25.586 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:25:25 smithi057 bash[18598]: cluster 2024-04-24T17:25:23.460701+0000 mgr.smithi057.tirlgq (mgr.14197) 216 : cluster [DBG] pgmap v163: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:25.586 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:25:25 smithi057 bash[18598]: cluster 2024-04-24T17:25:23.460701+0000 mgr.smithi057.tirlgq (mgr.14197) 216 : cluster [DBG] pgmap v163: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:26.502 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:25:27.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:25:27 smithi088 bash[20239]: cluster 2024-04-24T17:25:25.461617+0000 mgr.smithi057.tirlgq (mgr.14197) 217 : cluster [DBG] pgmap v164: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:27.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:25:27 smithi088 bash[20239]: cluster 2024-04-24T17:25:25.461617+0000 mgr.smithi057.tirlgq (mgr.14197) 217 : cluster [DBG] pgmap v164: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:27.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:25:27 smithi088 bash[20239]: audit 2024-04-24T17:25:26.790851+0000 mon.smithi057 (mon.0) 427 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:25:27.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:25:27 smithi088 bash[20239]: audit 2024-04-24T17:25:26.790851+0000 mon.smithi057 (mon.0) 427 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:25:27.586 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:25:27 smithi057 bash[18598]: cluster 2024-04-24T17:25:25.461617+0000 mgr.smithi057.tirlgq (mgr.14197) 217 : cluster [DBG] pgmap v164: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:27.586 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:25:27 smithi057 bash[18598]: cluster 2024-04-24T17:25:25.461617+0000 mgr.smithi057.tirlgq (mgr.14197) 217 : cluster [DBG] pgmap v164: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:27.586 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:25:27 smithi057 bash[18598]: audit 2024-04-24T17:25:26.790851+0000 mon.smithi057 (mon.0) 427 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:25:27.587 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:25:27 smithi057 bash[18598]: audit 2024-04-24T17:25:26.790851+0000 mon.smithi057 (mon.0) 427 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:25:27.636 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:25:28.205 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:25:28.586 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:25:28 smithi057 bash[18598]: audit 2024-04-24T17:25:27.637659+0000 mon.smithi057 (mon.0) 428 : audit [DBG] from='client.? 172.21.15.57:0/3441112777' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:25:28.586 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:25:28 smithi057 bash[18598]: audit 2024-04-24T17:25:27.637659+0000 mon.smithi057 (mon.0) 428 : audit [DBG] from='client.? 172.21.15.57:0/3441112777' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:25:28.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:25:28 smithi088 bash[20239]: audit 2024-04-24T17:25:27.637659+0000 mon.smithi057 (mon.0) 428 : audit [DBG] from='client.? 172.21.15.57:0/3441112777' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:25:28.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:25:28 smithi088 bash[20239]: audit 2024-04-24T17:25:27.637659+0000 mon.smithi057 (mon.0) 428 : audit [DBG] from='client.? 172.21.15.57:0/3441112777' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:25:29.206 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T17:25:29.586 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:25:29 smithi057 bash[18598]: cluster 2024-04-24T17:25:27.462362+0000 mgr.smithi057.tirlgq (mgr.14197) 218 : cluster [DBG] pgmap v165: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:29.586 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:25:29 smithi057 bash[18598]: cluster 2024-04-24T17:25:27.462362+0000 mgr.smithi057.tirlgq (mgr.14197) 218 : cluster [DBG] pgmap v165: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:29.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:25:29 smithi088 bash[20239]: cluster 2024-04-24T17:25:27.462362+0000 mgr.smithi057.tirlgq (mgr.14197) 218 : cluster [DBG] pgmap v165: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:29.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:25:29 smithi088 bash[20239]: cluster 2024-04-24T17:25:27.462362+0000 mgr.smithi057.tirlgq (mgr.14197) 218 : cluster [DBG] pgmap v165: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:31.586 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:25:31 smithi057 bash[18598]: cluster 2024-04-24T17:25:29.463362+0000 mgr.smithi057.tirlgq (mgr.14197) 219 : cluster [DBG] pgmap v166: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:31.586 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:25:31 smithi057 bash[18598]: cluster 2024-04-24T17:25:29.463362+0000 mgr.smithi057.tirlgq (mgr.14197) 219 : cluster [DBG] pgmap v166: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:31.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:25:31 smithi088 bash[20239]: cluster 2024-04-24T17:25:29.463362+0000 mgr.smithi057.tirlgq (mgr.14197) 219 : cluster [DBG] pgmap v166: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:31.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:25:31 smithi088 bash[20239]: cluster 2024-04-24T17:25:29.463362+0000 mgr.smithi057.tirlgq (mgr.14197) 219 : cluster [DBG] pgmap v166: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:33.586 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:25:33 smithi057 bash[18598]: cluster 2024-04-24T17:25:31.464251+0000 mgr.smithi057.tirlgq (mgr.14197) 220 : cluster [DBG] pgmap v167: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:33.586 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:25:33 smithi057 bash[18598]: cluster 2024-04-24T17:25:31.464251+0000 mgr.smithi057.tirlgq (mgr.14197) 220 : cluster [DBG] pgmap v167: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:33.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:25:33 smithi088 bash[20239]: cluster 2024-04-24T17:25:31.464251+0000 mgr.smithi057.tirlgq (mgr.14197) 220 : cluster [DBG] pgmap v167: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:33.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:25:33 smithi088 bash[20239]: cluster 2024-04-24T17:25:31.464251+0000 mgr.smithi057.tirlgq (mgr.14197) 220 : cluster [DBG] pgmap v167: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:33.977 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:25:35.246 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:25:35.586 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:25:35 smithi057 bash[18598]: cluster 2024-04-24T17:25:33.465228+0000 mgr.smithi057.tirlgq (mgr.14197) 221 : cluster [DBG] pgmap v168: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:35.586 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:25:35 smithi057 bash[18598]: cluster 2024-04-24T17:25:33.465228+0000 mgr.smithi057.tirlgq (mgr.14197) 221 : cluster [DBG] pgmap v168: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:35.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:25:35 smithi088 bash[20239]: cluster 2024-04-24T17:25:33.465228+0000 mgr.smithi057.tirlgq (mgr.14197) 221 : cluster [DBG] pgmap v168: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:35.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:25:35 smithi088 bash[20239]: cluster 2024-04-24T17:25:33.465228+0000 mgr.smithi057.tirlgq (mgr.14197) 221 : cluster [DBG] pgmap v168: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:35.839 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:25:36.586 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:25:36 smithi057 bash[18598]: audit 2024-04-24T17:25:35.247593+0000 mon.smithi057 (mon.0) 429 : audit [DBG] from='client.? 172.21.15.57:0/611192107' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:25:36.586 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:25:36 smithi057 bash[18598]: audit 2024-04-24T17:25:35.247593+0000 mon.smithi057 (mon.0) 429 : audit [DBG] from='client.? 172.21.15.57:0/611192107' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:25:36.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:25:36 smithi088 bash[20239]: audit 2024-04-24T17:25:35.247593+0000 mon.smithi057 (mon.0) 429 : audit [DBG] from='client.? 172.21.15.57:0/611192107' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:25:36.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:25:36 smithi088 bash[20239]: audit 2024-04-24T17:25:35.247593+0000 mon.smithi057 (mon.0) 429 : audit [DBG] from='client.? 172.21.15.57:0/611192107' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:25:36.840 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T17:25:37.586 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:25:37 smithi057 bash[18598]: cluster 2024-04-24T17:25:35.466228+0000 mgr.smithi057.tirlgq (mgr.14197) 222 : cluster [DBG] pgmap v169: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:37.586 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:25:37 smithi057 bash[18598]: cluster 2024-04-24T17:25:35.466228+0000 mgr.smithi057.tirlgq (mgr.14197) 222 : cluster [DBG] pgmap v169: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:37.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:25:37 smithi088 bash[20239]: cluster 2024-04-24T17:25:35.466228+0000 mgr.smithi057.tirlgq (mgr.14197) 222 : cluster [DBG] pgmap v169: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:37.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:25:37 smithi088 bash[20239]: cluster 2024-04-24T17:25:35.466228+0000 mgr.smithi057.tirlgq (mgr.14197) 222 : cluster [DBG] pgmap v169: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:39.586 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:25:39 smithi057 bash[18598]: cluster 2024-04-24T17:25:37.467322+0000 mgr.smithi057.tirlgq (mgr.14197) 223 : cluster [DBG] pgmap v170: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:39.586 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:25:39 smithi057 bash[18598]: cluster 2024-04-24T17:25:37.467322+0000 mgr.smithi057.tirlgq (mgr.14197) 223 : cluster [DBG] pgmap v170: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:39.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:25:39 smithi088 bash[20239]: cluster 2024-04-24T17:25:37.467322+0000 mgr.smithi057.tirlgq (mgr.14197) 223 : cluster [DBG] pgmap v170: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:39.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:25:39 smithi088 bash[20239]: cluster 2024-04-24T17:25:37.467322+0000 mgr.smithi057.tirlgq (mgr.14197) 223 : cluster [DBG] pgmap v170: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:41.586 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:25:41 smithi057 bash[18598]: cluster 2024-04-24T17:25:39.468361+0000 mgr.smithi057.tirlgq (mgr.14197) 224 : cluster [DBG] pgmap v171: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:41.586 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:25:41 smithi057 bash[18598]: cluster 2024-04-24T17:25:39.468361+0000 mgr.smithi057.tirlgq (mgr.14197) 224 : cluster [DBG] pgmap v171: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:41.616 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:25:41.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:25:41 smithi088 bash[20239]: cluster 2024-04-24T17:25:39.468361+0000 mgr.smithi057.tirlgq (mgr.14197) 224 : cluster [DBG] pgmap v171: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:41.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:25:41 smithi088 bash[20239]: cluster 2024-04-24T17:25:39.468361+0000 mgr.smithi057.tirlgq (mgr.14197) 224 : cluster [DBG] pgmap v171: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:42.586 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:25:42 smithi057 bash[18598]: audit 2024-04-24T17:25:41.791184+0000 mon.smithi057 (mon.0) 430 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:25:42.586 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:25:42 smithi057 bash[18598]: audit 2024-04-24T17:25:41.791184+0000 mon.smithi057 (mon.0) 430 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:25:42.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:25:42 smithi088 bash[20239]: audit 2024-04-24T17:25:41.791184+0000 mon.smithi057 (mon.0) 430 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:25:42.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:25:42 smithi088 bash[20239]: audit 2024-04-24T17:25:41.791184+0000 mon.smithi057 (mon.0) 430 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:25:42.736 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:25:43.346 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:25:43.586 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:25:43 smithi057 bash[18598]: cluster 2024-04-24T17:25:41.469358+0000 mgr.smithi057.tirlgq (mgr.14197) 225 : cluster [DBG] pgmap v172: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:43.586 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:25:43 smithi057 bash[18598]: cluster 2024-04-24T17:25:41.469358+0000 mgr.smithi057.tirlgq (mgr.14197) 225 : cluster [DBG] pgmap v172: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:43.586 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:25:43 smithi057 bash[18598]: audit 2024-04-24T17:25:42.738029+0000 mon.smithi057 (mon.0) 431 : audit [DBG] from='client.? 172.21.15.57:0/355531229' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:25:43.586 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:25:43 smithi057 bash[18598]: audit 2024-04-24T17:25:42.738029+0000 mon.smithi057 (mon.0) 431 : audit [DBG] from='client.? 172.21.15.57:0/355531229' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:25:43.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:25:43 smithi088 bash[20239]: cluster 2024-04-24T17:25:41.469358+0000 mgr.smithi057.tirlgq (mgr.14197) 225 : cluster [DBG] pgmap v172: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:43.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:25:43 smithi088 bash[20239]: cluster 2024-04-24T17:25:41.469358+0000 mgr.smithi057.tirlgq (mgr.14197) 225 : cluster [DBG] pgmap v172: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:43.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:25:43 smithi088 bash[20239]: audit 2024-04-24T17:25:42.738029+0000 mon.smithi057 (mon.0) 431 : audit [DBG] from='client.? 172.21.15.57:0/355531229' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:25:43.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:25:43 smithi088 bash[20239]: audit 2024-04-24T17:25:42.738029+0000 mon.smithi057 (mon.0) 431 : audit [DBG] from='client.? 172.21.15.57:0/355531229' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:25:44.347 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T17:25:44.586 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:25:44 smithi057 bash[18598]: cluster 2024-04-24T17:25:43.470372+0000 mgr.smithi057.tirlgq (mgr.14197) 226 : cluster [DBG] pgmap v173: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:44.586 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:25:44 smithi057 bash[18598]: cluster 2024-04-24T17:25:43.470372+0000 mgr.smithi057.tirlgq (mgr.14197) 226 : cluster [DBG] pgmap v173: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:44.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:25:44 smithi088 bash[20239]: cluster 2024-04-24T17:25:43.470372+0000 mgr.smithi057.tirlgq (mgr.14197) 226 : cluster [DBG] pgmap v173: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:44.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:25:44 smithi088 bash[20239]: cluster 2024-04-24T17:25:43.470372+0000 mgr.smithi057.tirlgq (mgr.14197) 226 : cluster [DBG] pgmap v173: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:46.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:25:46 smithi088 bash[20239]: cluster 2024-04-24T17:25:45.471335+0000 mgr.smithi057.tirlgq (mgr.14197) 227 : cluster [DBG] pgmap v174: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:46.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:25:46 smithi088 bash[20239]: cluster 2024-04-24T17:25:45.471335+0000 mgr.smithi057.tirlgq (mgr.14197) 227 : cluster [DBG] pgmap v174: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:46.836 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:25:46 smithi057 bash[18598]: cluster 2024-04-24T17:25:45.471335+0000 mgr.smithi057.tirlgq (mgr.14197) 227 : cluster [DBG] pgmap v174: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:46.836 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:25:46 smithi057 bash[18598]: cluster 2024-04-24T17:25:45.471335+0000 mgr.smithi057.tirlgq (mgr.14197) 227 : cluster [DBG] pgmap v174: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:48.836 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:25:48 smithi057 bash[18598]: cluster 2024-04-24T17:25:47.472385+0000 mgr.smithi057.tirlgq (mgr.14197) 228 : cluster [DBG] pgmap v175: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:48.836 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:25:48 smithi057 bash[18598]: cluster 2024-04-24T17:25:47.472385+0000 mgr.smithi057.tirlgq (mgr.14197) 228 : cluster [DBG] pgmap v175: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:48.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:25:48 smithi088 bash[20239]: cluster 2024-04-24T17:25:47.472385+0000 mgr.smithi057.tirlgq (mgr.14197) 228 : cluster [DBG] pgmap v175: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:48.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:25:48 smithi088 bash[20239]: cluster 2024-04-24T17:25:47.472385+0000 mgr.smithi057.tirlgq (mgr.14197) 228 : cluster [DBG] pgmap v175: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:49.119 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:25:50.325 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:25:50.836 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:25:50 smithi057 bash[18598]: cluster 2024-04-24T17:25:49.473401+0000 mgr.smithi057.tirlgq (mgr.14197) 229 : cluster [DBG] pgmap v176: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:50.836 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:25:50 smithi057 bash[18598]: cluster 2024-04-24T17:25:49.473401+0000 mgr.smithi057.tirlgq (mgr.14197) 229 : cluster [DBG] pgmap v176: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:50.836 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:25:50 smithi057 bash[18598]: audit 2024-04-24T17:25:50.326805+0000 mon.smithi057 (mon.0) 432 : audit [DBG] from='client.? 172.21.15.57:0/518624170' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:25:50.836 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:25:50 smithi057 bash[18598]: audit 2024-04-24T17:25:50.326805+0000 mon.smithi057 (mon.0) 432 : audit [DBG] from='client.? 172.21.15.57:0/518624170' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:25:50.893 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:25:50.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:25:50 smithi088 bash[20239]: cluster 2024-04-24T17:25:49.473401+0000 mgr.smithi057.tirlgq (mgr.14197) 229 : cluster [DBG] pgmap v176: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:50.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:25:50 smithi088 bash[20239]: cluster 2024-04-24T17:25:49.473401+0000 mgr.smithi057.tirlgq (mgr.14197) 229 : cluster [DBG] pgmap v176: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:50.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:25:50 smithi088 bash[20239]: audit 2024-04-24T17:25:50.326805+0000 mon.smithi057 (mon.0) 432 : audit [DBG] from='client.? 172.21.15.57:0/518624170' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:25:50.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:25:50 smithi088 bash[20239]: audit 2024-04-24T17:25:50.326805+0000 mon.smithi057 (mon.0) 432 : audit [DBG] from='client.? 172.21.15.57:0/518624170' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:25:51.894 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T17:25:52.836 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:25:52 smithi057 bash[18598]: cluster 2024-04-24T17:25:51.474336+0000 mgr.smithi057.tirlgq (mgr.14197) 230 : cluster [DBG] pgmap v177: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:52.836 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:25:52 smithi057 bash[18598]: cluster 2024-04-24T17:25:51.474336+0000 mgr.smithi057.tirlgq (mgr.14197) 230 : cluster [DBG] pgmap v177: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:52.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:25:52 smithi088 bash[20239]: cluster 2024-04-24T17:25:51.474336+0000 mgr.smithi057.tirlgq (mgr.14197) 230 : cluster [DBG] pgmap v177: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:52.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:25:52 smithi088 bash[20239]: cluster 2024-04-24T17:25:51.474336+0000 mgr.smithi057.tirlgq (mgr.14197) 230 : cluster [DBG] pgmap v177: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:54.836 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:25:54 smithi057 bash[18598]: cluster 2024-04-24T17:25:53.475347+0000 mgr.smithi057.tirlgq (mgr.14197) 231 : cluster [DBG] pgmap v178: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:54.836 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:25:54 smithi057 bash[18598]: cluster 2024-04-24T17:25:53.475347+0000 mgr.smithi057.tirlgq (mgr.14197) 231 : cluster [DBG] pgmap v178: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:54.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:25:54 smithi088 bash[20239]: cluster 2024-04-24T17:25:53.475347+0000 mgr.smithi057.tirlgq (mgr.14197) 231 : cluster [DBG] pgmap v178: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:54.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:25:54 smithi088 bash[20239]: cluster 2024-04-24T17:25:53.475347+0000 mgr.smithi057.tirlgq (mgr.14197) 231 : cluster [DBG] pgmap v178: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:56.669 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:25:56.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:25:56 smithi088 bash[20239]: cluster 2024-04-24T17:25:55.476382+0000 mgr.smithi057.tirlgq (mgr.14197) 232 : cluster [DBG] pgmap v179: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:56.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:25:56 smithi088 bash[20239]: cluster 2024-04-24T17:25:55.476382+0000 mgr.smithi057.tirlgq (mgr.14197) 232 : cluster [DBG] pgmap v179: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:56.836 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:25:56 smithi057 bash[18598]: cluster 2024-04-24T17:25:55.476382+0000 mgr.smithi057.tirlgq (mgr.14197) 232 : cluster [DBG] pgmap v179: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:56.836 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:25:56 smithi057 bash[18598]: cluster 2024-04-24T17:25:55.476382+0000 mgr.smithi057.tirlgq (mgr.14197) 232 : cluster [DBG] pgmap v179: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:57.808 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:25:57.822 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:25:57 smithi057 bash[18598]: audit 2024-04-24T17:25:56.791813+0000 mon.smithi057 (mon.0) 433 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:25:57.822 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:25:57 smithi057 bash[18598]: audit 2024-04-24T17:25:56.791813+0000 mon.smithi057 (mon.0) 433 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:25:57.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:25:57 smithi088 bash[20239]: audit 2024-04-24T17:25:56.791813+0000 mon.smithi057 (mon.0) 433 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:25:57.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:25:57 smithi088 bash[20239]: audit 2024-04-24T17:25:56.791813+0000 mon.smithi057 (mon.0) 433 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:25:58.415 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:25:58.836 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:25:58 smithi057 bash[18598]: cluster 2024-04-24T17:25:57.476982+0000 mgr.smithi057.tirlgq (mgr.14197) 233 : cluster [DBG] pgmap v180: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:58.836 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:25:58 smithi057 bash[18598]: cluster 2024-04-24T17:25:57.476982+0000 mgr.smithi057.tirlgq (mgr.14197) 233 : cluster [DBG] pgmap v180: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:58.836 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:25:58 smithi057 bash[18598]: audit 2024-04-24T17:25:57.809553+0000 mon.smithi057 (mon.0) 434 : audit [DBG] from='client.? 172.21.15.57:0/3327584553' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:25:58.836 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:25:58 smithi057 bash[18598]: audit 2024-04-24T17:25:57.809553+0000 mon.smithi057 (mon.0) 434 : audit [DBG] from='client.? 172.21.15.57:0/3327584553' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:25:58.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:25:58 smithi088 bash[20239]: cluster 2024-04-24T17:25:57.476982+0000 mgr.smithi057.tirlgq (mgr.14197) 233 : cluster [DBG] pgmap v180: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:58.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:25:58 smithi088 bash[20239]: cluster 2024-04-24T17:25:57.476982+0000 mgr.smithi057.tirlgq (mgr.14197) 233 : cluster [DBG] pgmap v180: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:25:58.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:25:58 smithi088 bash[20239]: audit 2024-04-24T17:25:57.809553+0000 mon.smithi057 (mon.0) 434 : audit [DBG] from='client.? 172.21.15.57:0/3327584553' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:25:58.913 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:25:58 smithi088 bash[20239]: audit 2024-04-24T17:25:57.809553+0000 mon.smithi057 (mon.0) 434 : audit [DBG] from='client.? 172.21.15.57:0/3327584553' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:25:59.416 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T17:26:00.836 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:26:00 smithi057 bash[18598]: cluster 2024-04-24T17:25:59.477587+0000 mgr.smithi057.tirlgq (mgr.14197) 234 : cluster [DBG] pgmap v181: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:00.836 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:26:00 smithi057 bash[18598]: cluster 2024-04-24T17:25:59.477587+0000 mgr.smithi057.tirlgq (mgr.14197) 234 : cluster [DBG] pgmap v181: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:00.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:26:00 smithi088 bash[20239]: cluster 2024-04-24T17:25:59.477587+0000 mgr.smithi057.tirlgq (mgr.14197) 234 : cluster [DBG] pgmap v181: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:00.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:26:00 smithi088 bash[20239]: cluster 2024-04-24T17:25:59.477587+0000 mgr.smithi057.tirlgq (mgr.14197) 234 : cluster [DBG] pgmap v181: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:02.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:26:02 smithi088 bash[20239]: cluster 2024-04-24T17:26:01.478519+0000 mgr.smithi057.tirlgq (mgr.14197) 235 : cluster [DBG] pgmap v182: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:02.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:26:02 smithi088 bash[20239]: cluster 2024-04-24T17:26:01.478519+0000 mgr.smithi057.tirlgq (mgr.14197) 235 : cluster [DBG] pgmap v182: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:03.086 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:26:02 smithi057 bash[18598]: cluster 2024-04-24T17:26:01.478519+0000 mgr.smithi057.tirlgq (mgr.14197) 235 : cluster [DBG] pgmap v182: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:03.086 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:26:02 smithi057 bash[18598]: cluster 2024-04-24T17:26:01.478519+0000 mgr.smithi057.tirlgq (mgr.14197) 235 : cluster [DBG] pgmap v182: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:03.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:26:03 smithi088 bash[20239]: audit 2024-04-24T17:26:03.557958+0000 mon.smithi057 (mon.0) 435 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:26:03.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:26:03 smithi088 bash[20239]: audit 2024-04-24T17:26:03.557958+0000 mon.smithi057 (mon.0) 435 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:26:04.086 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:26:03 smithi057 bash[18598]: audit 2024-04-24T17:26:03.557958+0000 mon.smithi057 (mon.0) 435 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:26:04.086 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:26:03 smithi057 bash[18598]: audit 2024-04-24T17:26:03.557958+0000 mon.smithi057 (mon.0) 435 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:26:04.189 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:26:04.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:26:04 smithi088 bash[20239]: cluster 2024-04-24T17:26:03.479601+0000 mgr.smithi057.tirlgq (mgr.14197) 236 : cluster [DBG] pgmap v183: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:04.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:26:04 smithi088 bash[20239]: cluster 2024-04-24T17:26:03.479601+0000 mgr.smithi057.tirlgq (mgr.14197) 236 : cluster [DBG] pgmap v183: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:04.955 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:26:04 smithi057 bash[18598]: cluster 2024-04-24T17:26:03.479601+0000 mgr.smithi057.tirlgq (mgr.14197) 236 : cluster [DBG] pgmap v183: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:04.956 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:26:04 smithi057 bash[18598]: cluster 2024-04-24T17:26:03.479601+0000 mgr.smithi057.tirlgq (mgr.14197) 236 : cluster [DBG] pgmap v183: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:05.365 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:26:05.837 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:26:05 smithi057 bash[18598]: audit 2024-04-24T17:26:05.366956+0000 mon.smithi057 (mon.0) 436 : audit [DBG] from='client.? 172.21.15.57:0/3855879847' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:26:05.838 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:26:05 smithi057 bash[18598]: audit 2024-04-24T17:26:05.366956+0000 mon.smithi057 (mon.0) 436 : audit [DBG] from='client.? 172.21.15.57:0/3855879847' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:26:05.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:26:05 smithi088 bash[20239]: audit 2024-04-24T17:26:05.366956+0000 mon.smithi057 (mon.0) 436 : audit [DBG] from='client.? 172.21.15.57:0/3855879847' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:26:05.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:26:05 smithi088 bash[20239]: audit 2024-04-24T17:26:05.366956+0000 mon.smithi057 (mon.0) 436 : audit [DBG] from='client.? 172.21.15.57:0/3855879847' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:26:05.984 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:26:06.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:26:06 smithi088 bash[20239]: cluster 2024-04-24T17:26:05.480373+0000 mgr.smithi057.tirlgq (mgr.14197) 237 : cluster [DBG] pgmap v184: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:06.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:26:06 smithi088 bash[20239]: cluster 2024-04-24T17:26:05.480373+0000 mgr.smithi057.tirlgq (mgr.14197) 237 : cluster [DBG] pgmap v184: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:06.986 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T17:26:06.997 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:26:06 smithi057 bash[18598]: cluster 2024-04-24T17:26:05.480373+0000 mgr.smithi057.tirlgq (mgr.14197) 237 : cluster [DBG] pgmap v184: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:06.997 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:26:06 smithi057 bash[18598]: cluster 2024-04-24T17:26:05.480373+0000 mgr.smithi057.tirlgq (mgr.14197) 237 : cluster [DBG] pgmap v184: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:08.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:26:08 smithi088 bash[20239]: cluster 2024-04-24T17:26:07.480860+0000 mgr.smithi057.tirlgq (mgr.14197) 238 : cluster [DBG] pgmap v185: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:08.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:26:08 smithi088 bash[20239]: cluster 2024-04-24T17:26:07.480860+0000 mgr.smithi057.tirlgq (mgr.14197) 238 : cluster [DBG] pgmap v185: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:09.086 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:26:08 smithi057 bash[18598]: cluster 2024-04-24T17:26:07.480860+0000 mgr.smithi057.tirlgq (mgr.14197) 238 : cluster [DBG] pgmap v185: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:09.086 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:26:08 smithi057 bash[18598]: cluster 2024-04-24T17:26:07.480860+0000 mgr.smithi057.tirlgq (mgr.14197) 238 : cluster [DBG] pgmap v185: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:10.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:26:10 smithi088 bash[20239]: cluster 2024-04-24T17:26:09.481873+0000 mgr.smithi057.tirlgq (mgr.14197) 239 : cluster [DBG] pgmap v186: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:10.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:26:10 smithi088 bash[20239]: cluster 2024-04-24T17:26:09.481873+0000 mgr.smithi057.tirlgq (mgr.14197) 239 : cluster [DBG] pgmap v186: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:10.836 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:26:10 smithi057 bash[18598]: cluster 2024-04-24T17:26:09.481873+0000 mgr.smithi057.tirlgq (mgr.14197) 239 : cluster [DBG] pgmap v186: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:10.836 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:26:10 smithi057 bash[18598]: cluster 2024-04-24T17:26:09.481873+0000 mgr.smithi057.tirlgq (mgr.14197) 239 : cluster [DBG] pgmap v186: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:11.536 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:26:11.836 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:26:11 smithi057 bash[18598]: audit 2024-04-24T17:26:11.293340+0000 mon.smithi057 (mon.0) 437 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:26:11.836 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:26:11 smithi057 bash[18598]: audit 2024-04-24T17:26:11.293340+0000 mon.smithi057 (mon.0) 437 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:26:11.836 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:26:11 smithi057 bash[18598]: audit 2024-04-24T17:26:11.295220+0000 mon.smithi057 (mon.0) 438 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:26:11.836 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:26:11 smithi057 bash[18598]: audit 2024-04-24T17:26:11.295220+0000 mon.smithi057 (mon.0) 438 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:26:11.836 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:26:11 smithi057 bash[18598]: audit 2024-04-24T17:26:11.306658+0000 mon.smithi057 (mon.0) 439 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:26:11.837 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:26:11 smithi057 bash[18598]: audit 2024-04-24T17:26:11.306658+0000 mon.smithi057 (mon.0) 439 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:26:11.837 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:26:11 smithi057 bash[18598]: audit 2024-04-24T17:26:11.313865+0000 mon.smithi057 (mon.0) 440 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-24T17:26:11.837 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:26:11 smithi057 bash[18598]: audit 2024-04-24T17:26:11.313865+0000 mon.smithi057 (mon.0) 440 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-24T17:26:11.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:26:11 smithi088 bash[20239]: audit 2024-04-24T17:26:11.293340+0000 mon.smithi057 (mon.0) 437 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:26:11.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:26:11 smithi088 bash[20239]: audit 2024-04-24T17:26:11.293340+0000 mon.smithi057 (mon.0) 437 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:26:11.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:26:11 smithi088 bash[20239]: audit 2024-04-24T17:26:11.295220+0000 mon.smithi057 (mon.0) 438 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:26:11.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:26:11 smithi088 bash[20239]: audit 2024-04-24T17:26:11.295220+0000 mon.smithi057 (mon.0) 438 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:26:11.913 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:26:11 smithi088 bash[20239]: audit 2024-04-24T17:26:11.306658+0000 mon.smithi057 (mon.0) 439 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:26:11.913 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:26:11 smithi088 bash[20239]: audit 2024-04-24T17:26:11.306658+0000 mon.smithi057 (mon.0) 439 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:26:11.913 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:26:11 smithi088 bash[20239]: audit 2024-04-24T17:26:11.313865+0000 mon.smithi057 (mon.0) 440 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-24T17:26:11.913 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:26:11 smithi088 bash[20239]: audit 2024-04-24T17:26:11.313865+0000 mon.smithi057 (mon.0) 440 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-24T17:26:12.735 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:26:12.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:26:12 smithi088 bash[20239]: cluster 2024-04-24T17:26:11.298143+0000 mgr.smithi057.tirlgq (mgr.14197) 240 : cluster [DBG] pgmap v187: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:12.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:26:12 smithi088 bash[20239]: cluster 2024-04-24T17:26:11.298143+0000 mgr.smithi057.tirlgq (mgr.14197) 240 : cluster [DBG] pgmap v187: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:12.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:26:12 smithi088 bash[20239]: cluster 2024-04-24T17:26:11.299299+0000 mgr.smithi057.tirlgq (mgr.14197) 241 : cluster [DBG] pgmap v188: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:12.913 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:26:12 smithi088 bash[20239]: cluster 2024-04-24T17:26:11.299299+0000 mgr.smithi057.tirlgq (mgr.14197) 241 : cluster [DBG] pgmap v188: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:12.913 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:26:12 smithi088 bash[20239]: audit 2024-04-24T17:26:11.792232+0000 mon.smithi057 (mon.0) 441 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:26:12.913 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:26:12 smithi088 bash[20239]: audit 2024-04-24T17:26:11.792232+0000 mon.smithi057 (mon.0) 441 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:26:12.934 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:26:12 smithi057 bash[18598]: cluster 2024-04-24T17:26:11.298143+0000 mgr.smithi057.tirlgq (mgr.14197) 240 : cluster [DBG] pgmap v187: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:12.934 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:26:12 smithi057 bash[18598]: cluster 2024-04-24T17:26:11.298143+0000 mgr.smithi057.tirlgq (mgr.14197) 240 : cluster [DBG] pgmap v187: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:12.934 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:26:12 smithi057 bash[18598]: cluster 2024-04-24T17:26:11.299299+0000 mgr.smithi057.tirlgq (mgr.14197) 241 : cluster [DBG] pgmap v188: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:12.934 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:26:12 smithi057 bash[18598]: cluster 2024-04-24T17:26:11.299299+0000 mgr.smithi057.tirlgq (mgr.14197) 241 : cluster [DBG] pgmap v188: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:12.934 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:26:12 smithi057 bash[18598]: audit 2024-04-24T17:26:11.792232+0000 mon.smithi057 (mon.0) 441 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:26:12.935 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:26:12 smithi057 bash[18598]: audit 2024-04-24T17:26:11.792232+0000 mon.smithi057 (mon.0) 441 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:26:13.311 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:26:13.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:26:13 smithi088 bash[20239]: audit 2024-04-24T17:26:12.736904+0000 mon.smithi057 (mon.0) 442 : audit [DBG] from='client.? 172.21.15.57:0/843854781' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:26:13.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:26:13 smithi088 bash[20239]: audit 2024-04-24T17:26:12.736904+0000 mon.smithi057 (mon.0) 442 : audit [DBG] from='client.? 172.21.15.57:0/843854781' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:26:14.086 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:26:13 smithi057 bash[18598]: audit 2024-04-24T17:26:12.736904+0000 mon.smithi057 (mon.0) 442 : audit [DBG] from='client.? 172.21.15.57:0/843854781' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:26:14.086 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:26:13 smithi057 bash[18598]: audit 2024-04-24T17:26:12.736904+0000 mon.smithi057 (mon.0) 442 : audit [DBG] from='client.? 172.21.15.57:0/843854781' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:26:14.312 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T17:26:14.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:26:14 smithi088 bash[20239]: cluster 2024-04-24T17:26:13.300380+0000 mgr.smithi057.tirlgq (mgr.14197) 242 : cluster [DBG] pgmap v189: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:14.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:26:14 smithi088 bash[20239]: cluster 2024-04-24T17:26:13.300380+0000 mgr.smithi057.tirlgq (mgr.14197) 242 : cluster [DBG] pgmap v189: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:15.086 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:26:14 smithi057 bash[18598]: cluster 2024-04-24T17:26:13.300380+0000 mgr.smithi057.tirlgq (mgr.14197) 242 : cluster [DBG] pgmap v189: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:15.086 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:26:14 smithi057 bash[18598]: cluster 2024-04-24T17:26:13.300380+0000 mgr.smithi057.tirlgq (mgr.14197) 242 : cluster [DBG] pgmap v189: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:16.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:26:16 smithi088 bash[20239]: cluster 2024-04-24T17:26:15.301498+0000 mgr.smithi057.tirlgq (mgr.14197) 243 : cluster [DBG] pgmap v190: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:16.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:26:16 smithi088 bash[20239]: cluster 2024-04-24T17:26:15.301498+0000 mgr.smithi057.tirlgq (mgr.14197) 243 : cluster [DBG] pgmap v190: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:17.086 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:26:16 smithi057 bash[18598]: cluster 2024-04-24T17:26:15.301498+0000 mgr.smithi057.tirlgq (mgr.14197) 243 : cluster [DBG] pgmap v190: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:17.086 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:26:16 smithi057 bash[18598]: cluster 2024-04-24T17:26:15.301498+0000 mgr.smithi057.tirlgq (mgr.14197) 243 : cluster [DBG] pgmap v190: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:19.081 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:26:19.086 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:26:18 smithi057 bash[18598]: cluster 2024-04-24T17:26:17.302587+0000 mgr.smithi057.tirlgq (mgr.14197) 244 : cluster [DBG] pgmap v191: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:19.086 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:26:18 smithi057 bash[18598]: cluster 2024-04-24T17:26:17.302587+0000 mgr.smithi057.tirlgq (mgr.14197) 244 : cluster [DBG] pgmap v191: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:19.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:26:18 smithi088 bash[20239]: cluster 2024-04-24T17:26:17.302587+0000 mgr.smithi057.tirlgq (mgr.14197) 244 : cluster [DBG] pgmap v191: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:19.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:26:18 smithi088 bash[20239]: cluster 2024-04-24T17:26:17.302587+0000 mgr.smithi057.tirlgq (mgr.14197) 244 : cluster [DBG] pgmap v191: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:20.247 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:26:20.754 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:26:20.990 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:26:20 smithi057 bash[18598]: cluster 2024-04-24T17:26:19.303592+0000 mgr.smithi057.tirlgq (mgr.14197) 245 : cluster [DBG] pgmap v192: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:20.990 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:26:20 smithi057 bash[18598]: cluster 2024-04-24T17:26:19.303592+0000 mgr.smithi057.tirlgq (mgr.14197) 245 : cluster [DBG] pgmap v192: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:20.991 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:26:20 smithi057 bash[18598]: audit 2024-04-24T17:26:20.248849+0000 mon.smithi057 (mon.0) 443 : audit [DBG] from='client.? 172.21.15.57:0/2963834459' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:26:20.991 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:26:20 smithi057 bash[18598]: audit 2024-04-24T17:26:20.248849+0000 mon.smithi057 (mon.0) 443 : audit [DBG] from='client.? 172.21.15.57:0/2963834459' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:26:21.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:26:20 smithi088 bash[20239]: cluster 2024-04-24T17:26:19.303592+0000 mgr.smithi057.tirlgq (mgr.14197) 245 : cluster [DBG] pgmap v192: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:21.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:26:20 smithi088 bash[20239]: cluster 2024-04-24T17:26:19.303592+0000 mgr.smithi057.tirlgq (mgr.14197) 245 : cluster [DBG] pgmap v192: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:21.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:26:20 smithi088 bash[20239]: audit 2024-04-24T17:26:20.248849+0000 mon.smithi057 (mon.0) 443 : audit [DBG] from='client.? 172.21.15.57:0/2963834459' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:26:21.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:26:20 smithi088 bash[20239]: audit 2024-04-24T17:26:20.248849+0000 mon.smithi057 (mon.0) 443 : audit [DBG] from='client.? 172.21.15.57:0/2963834459' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:26:21.756 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T17:26:23.086 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:26:22 smithi057 bash[18598]: cluster 2024-04-24T17:26:21.304583+0000 mgr.smithi057.tirlgq (mgr.14197) 246 : cluster [DBG] pgmap v193: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:23.086 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:26:22 smithi057 bash[18598]: cluster 2024-04-24T17:26:21.304583+0000 mgr.smithi057.tirlgq (mgr.14197) 246 : cluster [DBG] pgmap v193: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:23.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:26:22 smithi088 bash[20239]: cluster 2024-04-24T17:26:21.304583+0000 mgr.smithi057.tirlgq (mgr.14197) 246 : cluster [DBG] pgmap v193: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:23.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:26:22 smithi088 bash[20239]: cluster 2024-04-24T17:26:21.304583+0000 mgr.smithi057.tirlgq (mgr.14197) 246 : cluster [DBG] pgmap v193: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:25.086 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:26:24 smithi057 bash[18598]: cluster 2024-04-24T17:26:23.305568+0000 mgr.smithi057.tirlgq (mgr.14197) 247 : cluster [DBG] pgmap v194: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:25.086 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:26:24 smithi057 bash[18598]: cluster 2024-04-24T17:26:23.305568+0000 mgr.smithi057.tirlgq (mgr.14197) 247 : cluster [DBG] pgmap v194: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:25.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:26:24 smithi088 bash[20239]: cluster 2024-04-24T17:26:23.305568+0000 mgr.smithi057.tirlgq (mgr.14197) 247 : cluster [DBG] pgmap v194: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:25.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:26:24 smithi088 bash[20239]: cluster 2024-04-24T17:26:23.305568+0000 mgr.smithi057.tirlgq (mgr.14197) 247 : cluster [DBG] pgmap v194: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:26.536 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:26:26.836 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:26:26 smithi057 bash[18598]: cluster 2024-04-24T17:26:25.306544+0000 mgr.smithi057.tirlgq (mgr.14197) 248 : cluster [DBG] pgmap v195: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:26.836 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:26:26 smithi057 bash[18598]: cluster 2024-04-24T17:26:25.306544+0000 mgr.smithi057.tirlgq (mgr.14197) 248 : cluster [DBG] pgmap v195: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:27.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:26:26 smithi088 bash[20239]: cluster 2024-04-24T17:26:25.306544+0000 mgr.smithi057.tirlgq (mgr.14197) 248 : cluster [DBG] pgmap v195: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:27.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:26:26 smithi088 bash[20239]: cluster 2024-04-24T17:26:25.306544+0000 mgr.smithi057.tirlgq (mgr.14197) 248 : cluster [DBG] pgmap v195: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:27.710 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:26:28.086 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:26:27 smithi057 bash[18598]: audit 2024-04-24T17:26:26.792454+0000 mon.smithi057 (mon.0) 444 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:26:28.086 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:26:27 smithi057 bash[18598]: audit 2024-04-24T17:26:26.792454+0000 mon.smithi057 (mon.0) 444 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:26:28.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:26:27 smithi088 bash[20239]: audit 2024-04-24T17:26:26.792454+0000 mon.smithi057 (mon.0) 444 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:26:28.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:26:27 smithi088 bash[20239]: audit 2024-04-24T17:26:26.792454+0000 mon.smithi057 (mon.0) 444 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:26:28.257 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:26:29.086 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:26:28 smithi057 bash[18598]: cluster 2024-04-24T17:26:27.307068+0000 mgr.smithi057.tirlgq (mgr.14197) 249 : cluster [DBG] pgmap v196: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:29.086 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:26:28 smithi057 bash[18598]: cluster 2024-04-24T17:26:27.307068+0000 mgr.smithi057.tirlgq (mgr.14197) 249 : cluster [DBG] pgmap v196: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:29.086 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:26:28 smithi057 bash[18598]: audit 2024-04-24T17:26:27.711111+0000 mon.smithi057 (mon.0) 445 : audit [DBG] from='client.? 172.21.15.57:0/1018705866' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:26:29.086 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:26:28 smithi057 bash[18598]: audit 2024-04-24T17:26:27.711111+0000 mon.smithi057 (mon.0) 445 : audit [DBG] from='client.? 172.21.15.57:0/1018705866' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:26:29.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:26:28 smithi088 bash[20239]: cluster 2024-04-24T17:26:27.307068+0000 mgr.smithi057.tirlgq (mgr.14197) 249 : cluster [DBG] pgmap v196: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:29.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:26:28 smithi088 bash[20239]: cluster 2024-04-24T17:26:27.307068+0000 mgr.smithi057.tirlgq (mgr.14197) 249 : cluster [DBG] pgmap v196: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:29.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:26:28 smithi088 bash[20239]: audit 2024-04-24T17:26:27.711111+0000 mon.smithi057 (mon.0) 445 : audit [DBG] from='client.? 172.21.15.57:0/1018705866' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:26:29.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:26:28 smithi088 bash[20239]: audit 2024-04-24T17:26:27.711111+0000 mon.smithi057 (mon.0) 445 : audit [DBG] from='client.? 172.21.15.57:0/1018705866' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:26:29.258 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T17:26:31.027 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:26:30 smithi057 bash[18598]: cluster 2024-04-24T17:26:29.308057+0000 mgr.smithi057.tirlgq (mgr.14197) 250 : cluster [DBG] pgmap v197: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:31.028 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:26:30 smithi057 bash[18598]: cluster 2024-04-24T17:26:29.308057+0000 mgr.smithi057.tirlgq (mgr.14197) 250 : cluster [DBG] pgmap v197: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:31.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:26:30 smithi088 bash[20239]: cluster 2024-04-24T17:26:29.308057+0000 mgr.smithi057.tirlgq (mgr.14197) 250 : cluster [DBG] pgmap v197: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:31.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:26:30 smithi088 bash[20239]: cluster 2024-04-24T17:26:29.308057+0000 mgr.smithi057.tirlgq (mgr.14197) 250 : cluster [DBG] pgmap v197: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:33.086 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:26:32 smithi057 bash[18598]: cluster 2024-04-24T17:26:31.309066+0000 mgr.smithi057.tirlgq (mgr.14197) 251 : cluster [DBG] pgmap v198: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:33.086 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:26:32 smithi057 bash[18598]: cluster 2024-04-24T17:26:31.309066+0000 mgr.smithi057.tirlgq (mgr.14197) 251 : cluster [DBG] pgmap v198: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:33.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:26:32 smithi088 bash[20239]: cluster 2024-04-24T17:26:31.309066+0000 mgr.smithi057.tirlgq (mgr.14197) 251 : cluster [DBG] pgmap v198: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:33.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:26:32 smithi088 bash[20239]: cluster 2024-04-24T17:26:31.309066+0000 mgr.smithi057.tirlgq (mgr.14197) 251 : cluster [DBG] pgmap v198: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:34.031 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:26:35.086 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:26:34 smithi057 bash[18598]: cluster 2024-04-24T17:26:33.310069+0000 mgr.smithi057.tirlgq (mgr.14197) 252 : cluster [DBG] pgmap v199: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:35.086 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:26:34 smithi057 bash[18598]: cluster 2024-04-24T17:26:33.310069+0000 mgr.smithi057.tirlgq (mgr.14197) 252 : cluster [DBG] pgmap v199: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:35.134 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:26:35.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:26:34 smithi088 bash[20239]: cluster 2024-04-24T17:26:33.310069+0000 mgr.smithi057.tirlgq (mgr.14197) 252 : cluster [DBG] pgmap v199: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:35.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:26:34 smithi088 bash[20239]: cluster 2024-04-24T17:26:33.310069+0000 mgr.smithi057.tirlgq (mgr.14197) 252 : cluster [DBG] pgmap v199: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:35.747 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:26:36.046 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:26:35 smithi057 bash[18598]: audit 2024-04-24T17:26:35.135937+0000 mon.smithi057 (mon.0) 446 : audit [DBG] from='client.? 172.21.15.57:0/2398251376' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:26:36.046 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:26:35 smithi057 bash[18598]: audit 2024-04-24T17:26:35.135937+0000 mon.smithi057 (mon.0) 446 : audit [DBG] from='client.? 172.21.15.57:0/2398251376' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:26:36.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:26:35 smithi088 bash[20239]: audit 2024-04-24T17:26:35.135937+0000 mon.smithi057 (mon.0) 446 : audit [DBG] from='client.? 172.21.15.57:0/2398251376' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:26:36.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:26:35 smithi088 bash[20239]: audit 2024-04-24T17:26:35.135937+0000 mon.smithi057 (mon.0) 446 : audit [DBG] from='client.? 172.21.15.57:0/2398251376' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:26:36.749 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T17:26:37.086 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:26:36 smithi057 bash[18598]: cluster 2024-04-24T17:26:35.311017+0000 mgr.smithi057.tirlgq (mgr.14197) 253 : cluster [DBG] pgmap v200: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:37.086 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:26:36 smithi057 bash[18598]: cluster 2024-04-24T17:26:35.311017+0000 mgr.smithi057.tirlgq (mgr.14197) 253 : cluster [DBG] pgmap v200: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:37.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:26:36 smithi088 bash[20239]: cluster 2024-04-24T17:26:35.311017+0000 mgr.smithi057.tirlgq (mgr.14197) 253 : cluster [DBG] pgmap v200: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:37.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:26:36 smithi088 bash[20239]: cluster 2024-04-24T17:26:35.311017+0000 mgr.smithi057.tirlgq (mgr.14197) 253 : cluster [DBG] pgmap v200: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:39.086 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:26:38 smithi057 bash[18598]: cluster 2024-04-24T17:26:37.312012+0000 mgr.smithi057.tirlgq (mgr.14197) 254 : cluster [DBG] pgmap v201: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:39.086 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:26:38 smithi057 bash[18598]: cluster 2024-04-24T17:26:37.312012+0000 mgr.smithi057.tirlgq (mgr.14197) 254 : cluster [DBG] pgmap v201: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:39.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:26:38 smithi088 bash[20239]: cluster 2024-04-24T17:26:37.312012+0000 mgr.smithi057.tirlgq (mgr.14197) 254 : cluster [DBG] pgmap v201: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:39.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:26:38 smithi088 bash[20239]: cluster 2024-04-24T17:26:37.312012+0000 mgr.smithi057.tirlgq (mgr.14197) 254 : cluster [DBG] pgmap v201: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:41.064 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:26:40 smithi057 bash[18598]: cluster 2024-04-24T17:26:39.313004+0000 mgr.smithi057.tirlgq (mgr.14197) 255 : cluster [DBG] pgmap v202: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:41.064 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:26:40 smithi057 bash[18598]: cluster 2024-04-24T17:26:39.313004+0000 mgr.smithi057.tirlgq (mgr.14197) 255 : cluster [DBG] pgmap v202: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:41.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:26:40 smithi088 bash[20239]: cluster 2024-04-24T17:26:39.313004+0000 mgr.smithi057.tirlgq (mgr.14197) 255 : cluster [DBG] pgmap v202: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:41.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:26:40 smithi088 bash[20239]: cluster 2024-04-24T17:26:39.313004+0000 mgr.smithi057.tirlgq (mgr.14197) 255 : cluster [DBG] pgmap v202: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:41.521 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:26:42.645 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:26:43.086 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:26:42 smithi057 bash[18598]: cluster 2024-04-24T17:26:41.314038+0000 mgr.smithi057.tirlgq (mgr.14197) 256 : cluster [DBG] pgmap v203: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:43.086 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:26:42 smithi057 bash[18598]: cluster 2024-04-24T17:26:41.314038+0000 mgr.smithi057.tirlgq (mgr.14197) 256 : cluster [DBG] pgmap v203: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:43.086 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:26:42 smithi057 bash[18598]: audit 2024-04-24T17:26:41.792845+0000 mon.smithi057 (mon.0) 447 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:26:43.086 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:26:42 smithi057 bash[18598]: audit 2024-04-24T17:26:41.792845+0000 mon.smithi057 (mon.0) 447 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:26:43.086 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:26:42 smithi057 bash[18598]: audit 2024-04-24T17:26:42.647339+0000 mon.smithi057 (mon.0) 448 : audit [DBG] from='client.? 172.21.15.57:0/1908881543' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:26:43.086 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:26:42 smithi057 bash[18598]: audit 2024-04-24T17:26:42.647339+0000 mon.smithi057 (mon.0) 448 : audit [DBG] from='client.? 172.21.15.57:0/1908881543' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:26:43.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:26:42 smithi088 bash[20239]: cluster 2024-04-24T17:26:41.314038+0000 mgr.smithi057.tirlgq (mgr.14197) 256 : cluster [DBG] pgmap v203: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:43.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:26:42 smithi088 bash[20239]: cluster 2024-04-24T17:26:41.314038+0000 mgr.smithi057.tirlgq (mgr.14197) 256 : cluster [DBG] pgmap v203: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:43.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:26:42 smithi088 bash[20239]: audit 2024-04-24T17:26:41.792845+0000 mon.smithi057 (mon.0) 447 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:26:43.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:26:42 smithi088 bash[20239]: audit 2024-04-24T17:26:41.792845+0000 mon.smithi057 (mon.0) 447 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:26:43.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:26:42 smithi088 bash[20239]: audit 2024-04-24T17:26:42.647339+0000 mon.smithi057 (mon.0) 448 : audit [DBG] from='client.? 172.21.15.57:0/1908881543' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:26:43.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:26:42 smithi088 bash[20239]: audit 2024-04-24T17:26:42.647339+0000 mon.smithi057 (mon.0) 448 : audit [DBG] from='client.? 172.21.15.57:0/1908881543' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:26:43.226 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:26:44.227 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T17:26:45.086 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:26:44 smithi057 bash[18598]: cluster 2024-04-24T17:26:43.315098+0000 mgr.smithi057.tirlgq (mgr.14197) 257 : cluster [DBG] pgmap v204: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:45.086 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:26:44 smithi057 bash[18598]: cluster 2024-04-24T17:26:43.315098+0000 mgr.smithi057.tirlgq (mgr.14197) 257 : cluster [DBG] pgmap v204: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:45.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:26:44 smithi088 bash[20239]: cluster 2024-04-24T17:26:43.315098+0000 mgr.smithi057.tirlgq (mgr.14197) 257 : cluster [DBG] pgmap v204: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:45.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:26:44 smithi088 bash[20239]: cluster 2024-04-24T17:26:43.315098+0000 mgr.smithi057.tirlgq (mgr.14197) 257 : cluster [DBG] pgmap v204: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:47.086 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:26:46 smithi057 bash[18598]: cluster 2024-04-24T17:26:45.316064+0000 mgr.smithi057.tirlgq (mgr.14197) 258 : cluster [DBG] pgmap v205: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:47.086 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:26:46 smithi057 bash[18598]: cluster 2024-04-24T17:26:45.316064+0000 mgr.smithi057.tirlgq (mgr.14197) 258 : cluster [DBG] pgmap v205: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:47.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:26:46 smithi088 bash[20239]: cluster 2024-04-24T17:26:45.316064+0000 mgr.smithi057.tirlgq (mgr.14197) 258 : cluster [DBG] pgmap v205: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:47.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:26:46 smithi088 bash[20239]: cluster 2024-04-24T17:26:45.316064+0000 mgr.smithi057.tirlgq (mgr.14197) 258 : cluster [DBG] pgmap v205: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:49.001 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:26:49.086 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:26:48 smithi057 bash[18598]: cluster 2024-04-24T17:26:47.317075+0000 mgr.smithi057.tirlgq (mgr.14197) 259 : cluster [DBG] pgmap v206: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:49.086 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:26:48 smithi057 bash[18598]: cluster 2024-04-24T17:26:47.317075+0000 mgr.smithi057.tirlgq (mgr.14197) 259 : cluster [DBG] pgmap v206: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:49.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:26:48 smithi088 bash[20239]: cluster 2024-04-24T17:26:47.317075+0000 mgr.smithi057.tirlgq (mgr.14197) 259 : cluster [DBG] pgmap v206: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:49.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:26:48 smithi088 bash[20239]: cluster 2024-04-24T17:26:47.317075+0000 mgr.smithi057.tirlgq (mgr.14197) 259 : cluster [DBG] pgmap v206: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:50.230 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:26:50.800 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:26:51.086 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:26:50 smithi057 bash[18598]: cluster 2024-04-24T17:26:49.318097+0000 mgr.smithi057.tirlgq (mgr.14197) 260 : cluster [DBG] pgmap v207: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:51.086 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:26:50 smithi057 bash[18598]: cluster 2024-04-24T17:26:49.318097+0000 mgr.smithi057.tirlgq (mgr.14197) 260 : cluster [DBG] pgmap v207: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:51.086 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:26:50 smithi057 bash[18598]: audit 2024-04-24T17:26:50.232318+0000 mon.smithi057 (mon.0) 449 : audit [DBG] from='client.? 172.21.15.57:0/1630652854' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:26:51.086 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:26:50 smithi057 bash[18598]: audit 2024-04-24T17:26:50.232318+0000 mon.smithi057 (mon.0) 449 : audit [DBG] from='client.? 172.21.15.57:0/1630652854' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:26:51.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:26:50 smithi088 bash[20239]: cluster 2024-04-24T17:26:49.318097+0000 mgr.smithi057.tirlgq (mgr.14197) 260 : cluster [DBG] pgmap v207: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:51.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:26:50 smithi088 bash[20239]: cluster 2024-04-24T17:26:49.318097+0000 mgr.smithi057.tirlgq (mgr.14197) 260 : cluster [DBG] pgmap v207: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:51.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:26:50 smithi088 bash[20239]: audit 2024-04-24T17:26:50.232318+0000 mon.smithi057 (mon.0) 449 : audit [DBG] from='client.? 172.21.15.57:0/1630652854' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:26:51.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:26:50 smithi088 bash[20239]: audit 2024-04-24T17:26:50.232318+0000 mon.smithi057 (mon.0) 449 : audit [DBG] from='client.? 172.21.15.57:0/1630652854' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:26:51.801 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T17:26:53.086 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:26:52 smithi057 bash[18598]: cluster 2024-04-24T17:26:51.319110+0000 mgr.smithi057.tirlgq (mgr.14197) 261 : cluster [DBG] pgmap v208: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:53.086 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:26:52 smithi057 bash[18598]: cluster 2024-04-24T17:26:51.319110+0000 mgr.smithi057.tirlgq (mgr.14197) 261 : cluster [DBG] pgmap v208: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:53.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:26:52 smithi088 bash[20239]: cluster 2024-04-24T17:26:51.319110+0000 mgr.smithi057.tirlgq (mgr.14197) 261 : cluster [DBG] pgmap v208: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:53.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:26:52 smithi088 bash[20239]: cluster 2024-04-24T17:26:51.319110+0000 mgr.smithi057.tirlgq (mgr.14197) 261 : cluster [DBG] pgmap v208: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:55.086 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:26:54 smithi057 bash[18598]: cluster 2024-04-24T17:26:53.320111+0000 mgr.smithi057.tirlgq (mgr.14197) 262 : cluster [DBG] pgmap v209: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:55.086 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:26:54 smithi057 bash[18598]: cluster 2024-04-24T17:26:53.320111+0000 mgr.smithi057.tirlgq (mgr.14197) 262 : cluster [DBG] pgmap v209: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:55.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:26:54 smithi088 bash[20239]: cluster 2024-04-24T17:26:53.320111+0000 mgr.smithi057.tirlgq (mgr.14197) 262 : cluster [DBG] pgmap v209: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:55.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:26:54 smithi088 bash[20239]: cluster 2024-04-24T17:26:53.320111+0000 mgr.smithi057.tirlgq (mgr.14197) 262 : cluster [DBG] pgmap v209: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:56.564 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:26:57.086 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:26:56 smithi057 bash[18598]: cluster 2024-04-24T17:26:55.321115+0000 mgr.smithi057.tirlgq (mgr.14197) 263 : cluster [DBG] pgmap v210: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:57.086 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:26:56 smithi057 bash[18598]: cluster 2024-04-24T17:26:55.321115+0000 mgr.smithi057.tirlgq (mgr.14197) 263 : cluster [DBG] pgmap v210: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:57.086 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:26:56 smithi057 bash[18598]: audit 2024-04-24T17:26:56.793299+0000 mon.smithi057 (mon.0) 450 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:26:57.086 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:26:56 smithi057 bash[18598]: audit 2024-04-24T17:26:56.793299+0000 mon.smithi057 (mon.0) 450 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:26:57.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:26:56 smithi088 bash[20239]: cluster 2024-04-24T17:26:55.321115+0000 mgr.smithi057.tirlgq (mgr.14197) 263 : cluster [DBG] pgmap v210: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:57.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:26:56 smithi088 bash[20239]: cluster 2024-04-24T17:26:55.321115+0000 mgr.smithi057.tirlgq (mgr.14197) 263 : cluster [DBG] pgmap v210: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:57.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:26:56 smithi088 bash[20239]: audit 2024-04-24T17:26:56.793299+0000 mon.smithi057 (mon.0) 450 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:26:57.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:26:56 smithi088 bash[20239]: audit 2024-04-24T17:26:56.793299+0000 mon.smithi057 (mon.0) 450 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:26:57.655 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:26:58.085 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:26:57 smithi057 bash[18598]: audit 2024-04-24T17:26:57.657742+0000 mon.smithi057 (mon.0) 451 : audit [DBG] from='client.? 172.21.15.57:0/2112156028' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:26:58.086 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:26:57 smithi057 bash[18598]: audit 2024-04-24T17:26:57.657742+0000 mon.smithi057 (mon.0) 451 : audit [DBG] from='client.? 172.21.15.57:0/2112156028' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:26:58.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:26:57 smithi088 bash[20239]: audit 2024-04-24T17:26:57.657742+0000 mon.smithi057 (mon.0) 451 : audit [DBG] from='client.? 172.21.15.57:0/2112156028' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:26:58.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:26:57 smithi088 bash[20239]: audit 2024-04-24T17:26:57.657742+0000 mon.smithi057 (mon.0) 451 : audit [DBG] from='client.? 172.21.15.57:0/2112156028' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:26:58.272 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:26:59.086 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:26:58 smithi057 bash[18598]: cluster 2024-04-24T17:26:57.321656+0000 mgr.smithi057.tirlgq (mgr.14197) 264 : cluster [DBG] pgmap v211: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:59.086 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:26:58 smithi057 bash[18598]: cluster 2024-04-24T17:26:57.321656+0000 mgr.smithi057.tirlgq (mgr.14197) 264 : cluster [DBG] pgmap v211: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:59.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:26:58 smithi088 bash[20239]: cluster 2024-04-24T17:26:57.321656+0000 mgr.smithi057.tirlgq (mgr.14197) 264 : cluster [DBG] pgmap v211: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:59.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:26:58 smithi088 bash[20239]: cluster 2024-04-24T17:26:57.321656+0000 mgr.smithi057.tirlgq (mgr.14197) 264 : cluster [DBG] pgmap v211: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:26:59.273 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T17:27:01.086 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:27:00 smithi057 bash[18598]: cluster 2024-04-24T17:26:59.322312+0000 mgr.smithi057.tirlgq (mgr.14197) 265 : cluster [DBG] pgmap v212: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:01.086 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:27:00 smithi057 bash[18598]: cluster 2024-04-24T17:26:59.322312+0000 mgr.smithi057.tirlgq (mgr.14197) 265 : cluster [DBG] pgmap v212: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:01.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:27:00 smithi088 bash[20239]: cluster 2024-04-24T17:26:59.322312+0000 mgr.smithi057.tirlgq (mgr.14197) 265 : cluster [DBG] pgmap v212: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:01.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:27:00 smithi088 bash[20239]: cluster 2024-04-24T17:26:59.322312+0000 mgr.smithi057.tirlgq (mgr.14197) 265 : cluster [DBG] pgmap v212: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:03.086 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:27:02 smithi057 bash[18598]: cluster 2024-04-24T17:27:01.323355+0000 mgr.smithi057.tirlgq (mgr.14197) 266 : cluster [DBG] pgmap v213: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:03.086 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:27:02 smithi057 bash[18598]: cluster 2024-04-24T17:27:01.323355+0000 mgr.smithi057.tirlgq (mgr.14197) 266 : cluster [DBG] pgmap v213: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:03.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:27:02 smithi088 bash[20239]: cluster 2024-04-24T17:27:01.323355+0000 mgr.smithi057.tirlgq (mgr.14197) 266 : cluster [DBG] pgmap v213: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:03.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:27:02 smithi088 bash[20239]: cluster 2024-04-24T17:27:01.323355+0000 mgr.smithi057.tirlgq (mgr.14197) 266 : cluster [DBG] pgmap v213: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:04.047 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:27:05.086 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:27:04 smithi057 bash[18598]: cluster 2024-04-24T17:27:03.324463+0000 mgr.smithi057.tirlgq (mgr.14197) 267 : cluster [DBG] pgmap v214: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:05.086 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:27:04 smithi057 bash[18598]: cluster 2024-04-24T17:27:03.324463+0000 mgr.smithi057.tirlgq (mgr.14197) 267 : cluster [DBG] pgmap v214: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:05.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:27:04 smithi088 bash[20239]: cluster 2024-04-24T17:27:03.324463+0000 mgr.smithi057.tirlgq (mgr.14197) 267 : cluster [DBG] pgmap v214: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:05.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:27:04 smithi088 bash[20239]: cluster 2024-04-24T17:27:03.324463+0000 mgr.smithi057.tirlgq (mgr.14197) 267 : cluster [DBG] pgmap v214: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:05.240 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:27:05.802 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:27:06.086 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:27:05 smithi057 bash[18598]: audit 2024-04-24T17:27:05.242141+0000 mon.smithi057 (mon.0) 452 : audit [DBG] from='client.? 172.21.15.57:0/2253897067' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:27:06.086 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:27:05 smithi057 bash[18598]: audit 2024-04-24T17:27:05.242141+0000 mon.smithi057 (mon.0) 452 : audit [DBG] from='client.? 172.21.15.57:0/2253897067' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:27:06.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:27:05 smithi088 bash[20239]: audit 2024-04-24T17:27:05.242141+0000 mon.smithi057 (mon.0) 452 : audit [DBG] from='client.? 172.21.15.57:0/2253897067' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:27:06.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:27:05 smithi088 bash[20239]: audit 2024-04-24T17:27:05.242141+0000 mon.smithi057 (mon.0) 452 : audit [DBG] from='client.? 172.21.15.57:0/2253897067' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:27:06.804 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T17:27:07.085 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:27:06 smithi057 bash[18598]: cluster 2024-04-24T17:27:05.325246+0000 mgr.smithi057.tirlgq (mgr.14197) 268 : cluster [DBG] pgmap v215: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:07.086 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:27:06 smithi057 bash[18598]: cluster 2024-04-24T17:27:05.325246+0000 mgr.smithi057.tirlgq (mgr.14197) 268 : cluster [DBG] pgmap v215: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:07.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:27:06 smithi088 bash[20239]: cluster 2024-04-24T17:27:05.325246+0000 mgr.smithi057.tirlgq (mgr.14197) 268 : cluster [DBG] pgmap v215: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:07.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:27:06 smithi088 bash[20239]: cluster 2024-04-24T17:27:05.325246+0000 mgr.smithi057.tirlgq (mgr.14197) 268 : cluster [DBG] pgmap v215: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:09.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:27:08 smithi088 bash[20239]: cluster 2024-04-24T17:27:07.326278+0000 mgr.smithi057.tirlgq (mgr.14197) 269 : cluster [DBG] pgmap v216: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:09.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:27:08 smithi088 bash[20239]: cluster 2024-04-24T17:27:07.326278+0000 mgr.smithi057.tirlgq (mgr.14197) 269 : cluster [DBG] pgmap v216: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:09.335 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:27:08 smithi057 bash[18598]: cluster 2024-04-24T17:27:07.326278+0000 mgr.smithi057.tirlgq (mgr.14197) 269 : cluster [DBG] pgmap v216: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:09.336 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:27:08 smithi057 bash[18598]: cluster 2024-04-24T17:27:07.326278+0000 mgr.smithi057.tirlgq (mgr.14197) 269 : cluster [DBG] pgmap v216: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:11.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:27:10 smithi088 bash[20239]: cluster 2024-04-24T17:27:09.327377+0000 mgr.smithi057.tirlgq (mgr.14197) 270 : cluster [DBG] pgmap v217: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:11.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:27:10 smithi088 bash[20239]: cluster 2024-04-24T17:27:09.327377+0000 mgr.smithi057.tirlgq (mgr.14197) 270 : cluster [DBG] pgmap v217: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:11.171 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:27:10 smithi057 bash[18598]: cluster 2024-04-24T17:27:09.327377+0000 mgr.smithi057.tirlgq (mgr.14197) 270 : cluster [DBG] pgmap v217: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:11.171 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:27:10 smithi057 bash[18598]: cluster 2024-04-24T17:27:09.327377+0000 mgr.smithi057.tirlgq (mgr.14197) 270 : cluster [DBG] pgmap v217: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:11.571 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:27:12.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:27:11 smithi088 bash[20239]: audit 2024-04-24T17:27:11.410996+0000 mon.smithi057 (mon.0) 453 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:27:12.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:27:11 smithi088 bash[20239]: audit 2024-04-24T17:27:11.410996+0000 mon.smithi057 (mon.0) 453 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:27:12.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:27:11 smithi088 bash[20239]: audit 2024-04-24T17:27:11.793517+0000 mon.smithi057 (mon.0) 454 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:27:12.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:27:11 smithi088 bash[20239]: audit 2024-04-24T17:27:11.793517+0000 mon.smithi057 (mon.0) 454 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:27:12.335 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:27:11 smithi057 bash[18598]: audit 2024-04-24T17:27:11.410996+0000 mon.smithi057 (mon.0) 453 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:27:12.336 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:27:11 smithi057 bash[18598]: audit 2024-04-24T17:27:11.410996+0000 mon.smithi057 (mon.0) 453 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:27:12.336 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:27:11 smithi057 bash[18598]: audit 2024-04-24T17:27:11.793517+0000 mon.smithi057 (mon.0) 454 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:27:12.336 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:27:11 smithi057 bash[18598]: audit 2024-04-24T17:27:11.793517+0000 mon.smithi057 (mon.0) 454 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:27:12.802 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:27:13.086 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:27:12 smithi057 bash[18598]: cluster 2024-04-24T17:27:11.328362+0000 mgr.smithi057.tirlgq (mgr.14197) 271 : cluster [DBG] pgmap v218: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:13.086 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:27:12 smithi057 bash[18598]: cluster 2024-04-24T17:27:11.328362+0000 mgr.smithi057.tirlgq (mgr.14197) 271 : cluster [DBG] pgmap v218: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:13.086 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:27:12 smithi057 bash[18598]: audit 2024-04-24T17:27:12.804526+0000 mon.smithi057 (mon.0) 455 : audit [DBG] from='client.? 172.21.15.57:0/2211897120' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:27:13.086 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:27:12 smithi057 bash[18598]: audit 2024-04-24T17:27:12.804526+0000 mon.smithi057 (mon.0) 455 : audit [DBG] from='client.? 172.21.15.57:0/2211897120' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:27:13.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:27:12 smithi088 bash[20239]: cluster 2024-04-24T17:27:11.328362+0000 mgr.smithi057.tirlgq (mgr.14197) 271 : cluster [DBG] pgmap v218: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:13.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:27:12 smithi088 bash[20239]: cluster 2024-04-24T17:27:11.328362+0000 mgr.smithi057.tirlgq (mgr.14197) 271 : cluster [DBG] pgmap v218: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:13.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:27:12 smithi088 bash[20239]: audit 2024-04-24T17:27:12.804526+0000 mon.smithi057 (mon.0) 455 : audit [DBG] from='client.? 172.21.15.57:0/2211897120' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:27:13.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:27:12 smithi088 bash[20239]: audit 2024-04-24T17:27:12.804526+0000 mon.smithi057 (mon.0) 455 : audit [DBG] from='client.? 172.21.15.57:0/2211897120' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:27:13.367 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:27:14.369 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T17:27:15.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:27:14 smithi088 bash[20239]: cluster 2024-04-24T17:27:13.329408+0000 mgr.smithi057.tirlgq (mgr.14197) 272 : cluster [DBG] pgmap v219: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:15.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:27:14 smithi088 bash[20239]: cluster 2024-04-24T17:27:13.329408+0000 mgr.smithi057.tirlgq (mgr.14197) 272 : cluster [DBG] pgmap v219: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:15.335 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:27:14 smithi057 bash[18598]: cluster 2024-04-24T17:27:13.329408+0000 mgr.smithi057.tirlgq (mgr.14197) 272 : cluster [DBG] pgmap v219: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:15.336 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:27:14 smithi057 bash[18598]: cluster 2024-04-24T17:27:13.329408+0000 mgr.smithi057.tirlgq (mgr.14197) 272 : cluster [DBG] pgmap v219: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:17.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:27:16 smithi088 bash[20239]: cluster 2024-04-24T17:27:15.330590+0000 mgr.smithi057.tirlgq (mgr.14197) 273 : cluster [DBG] pgmap v220: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:17.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:27:16 smithi088 bash[20239]: cluster 2024-04-24T17:27:15.330590+0000 mgr.smithi057.tirlgq (mgr.14197) 273 : cluster [DBG] pgmap v220: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:17.287 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:27:16 smithi057 bash[18598]: cluster 2024-04-24T17:27:15.330590+0000 mgr.smithi057.tirlgq (mgr.14197) 273 : cluster [DBG] pgmap v220: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:17.287 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:27:16 smithi057 bash[18598]: cluster 2024-04-24T17:27:15.330590+0000 mgr.smithi057.tirlgq (mgr.14197) 273 : cluster [DBG] pgmap v220: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:18.277 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:27:19.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:27:18 smithi088 bash[20239]: cluster 2024-04-24T17:27:17.331410+0000 mgr.smithi057.tirlgq (mgr.14197) 274 : cluster [DBG] pgmap v221: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:19.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:27:18 smithi088 bash[20239]: cluster 2024-04-24T17:27:17.331410+0000 mgr.smithi057.tirlgq (mgr.14197) 274 : cluster [DBG] pgmap v221: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:19.335 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:27:18 smithi057 bash[18598]: cluster 2024-04-24T17:27:17.331410+0000 mgr.smithi057.tirlgq (mgr.14197) 274 : cluster [DBG] pgmap v221: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:19.336 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:27:18 smithi057 bash[18598]: cluster 2024-04-24T17:27:17.331410+0000 mgr.smithi057.tirlgq (mgr.14197) 274 : cluster [DBG] pgmap v221: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:19.985 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:27:20.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:27:19 smithi088 bash[20239]: audit 2024-04-24T17:27:19.576889+0000 mon.smithi057 (mon.0) 456 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:27:20.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:27:19 smithi088 bash[20239]: audit 2024-04-24T17:27:19.576889+0000 mon.smithi057 (mon.0) 456 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:27:20.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:27:19 smithi088 bash[20239]: audit 2024-04-24T17:27:19.577888+0000 mon.smithi057 (mon.0) 457 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:27:20.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:27:19 smithi088 bash[20239]: audit 2024-04-24T17:27:19.577888+0000 mon.smithi057 (mon.0) 457 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:27:20.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:27:19 smithi088 bash[20239]: audit 2024-04-24T17:27:19.584528+0000 mon.smithi057 (mon.0) 458 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:27:20.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:27:19 smithi088 bash[20239]: audit 2024-04-24T17:27:19.584528+0000 mon.smithi057 (mon.0) 458 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:27:20.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:27:19 smithi088 bash[20239]: audit 2024-04-24T17:27:19.588445+0000 mon.smithi057 (mon.0) 459 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-24T17:27:20.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:27:19 smithi088 bash[20239]: audit 2024-04-24T17:27:19.588445+0000 mon.smithi057 (mon.0) 459 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-24T17:27:20.165 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:27:19 smithi057 bash[18598]: audit 2024-04-24T17:27:19.576889+0000 mon.smithi057 (mon.0) 456 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:27:20.165 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:27:19 smithi057 bash[18598]: audit 2024-04-24T17:27:19.576889+0000 mon.smithi057 (mon.0) 456 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:27:20.165 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:27:19 smithi057 bash[18598]: audit 2024-04-24T17:27:19.577888+0000 mon.smithi057 (mon.0) 457 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:27:20.165 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:27:19 smithi057 bash[18598]: audit 2024-04-24T17:27:19.577888+0000 mon.smithi057 (mon.0) 457 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:27:20.165 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:27:19 smithi057 bash[18598]: audit 2024-04-24T17:27:19.584528+0000 mon.smithi057 (mon.0) 458 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:27:20.165 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:27:19 smithi057 bash[18598]: audit 2024-04-24T17:27:19.584528+0000 mon.smithi057 (mon.0) 458 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:27:20.166 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:27:19 smithi057 bash[18598]: audit 2024-04-24T17:27:19.588445+0000 mon.smithi057 (mon.0) 459 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-24T17:27:20.166 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:27:19 smithi057 bash[18598]: audit 2024-04-24T17:27:19.588445+0000 mon.smithi057 (mon.0) 459 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-24T17:27:20.630 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:27:21.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:27:20 smithi088 bash[20239]: cluster 2024-04-24T17:27:19.332375+0000 mgr.smithi057.tirlgq (mgr.14197) 275 : cluster [DBG] pgmap v222: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:21.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:27:20 smithi088 bash[20239]: cluster 2024-04-24T17:27:19.332375+0000 mgr.smithi057.tirlgq (mgr.14197) 275 : cluster [DBG] pgmap v222: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:21.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:27:20 smithi088 bash[20239]: cluster 2024-04-24T17:27:19.579330+0000 mgr.smithi057.tirlgq (mgr.14197) 276 : cluster [DBG] pgmap v223: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:21.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:27:20 smithi088 bash[20239]: cluster 2024-04-24T17:27:19.579330+0000 mgr.smithi057.tirlgq (mgr.14197) 276 : cluster [DBG] pgmap v223: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:21.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:27:20 smithi088 bash[20239]: cluster 2024-04-24T17:27:19.579808+0000 mgr.smithi057.tirlgq (mgr.14197) 277 : cluster [DBG] pgmap v224: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:21.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:27:20 smithi088 bash[20239]: cluster 2024-04-24T17:27:19.579808+0000 mgr.smithi057.tirlgq (mgr.14197) 277 : cluster [DBG] pgmap v224: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:21.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:27:20 smithi088 bash[20239]: audit 2024-04-24T17:27:19.987120+0000 mon.smithi057 (mon.0) 460 : audit [DBG] from='client.? 172.21.15.57:0/456527258' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:27:21.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:27:20 smithi088 bash[20239]: audit 2024-04-24T17:27:19.987120+0000 mon.smithi057 (mon.0) 460 : audit [DBG] from='client.? 172.21.15.57:0/456527258' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:27:21.205 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:27:20 smithi057 bash[18598]: cluster 2024-04-24T17:27:19.332375+0000 mgr.smithi057.tirlgq (mgr.14197) 275 : cluster [DBG] pgmap v222: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:21.206 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:27:20 smithi057 bash[18598]: cluster 2024-04-24T17:27:19.332375+0000 mgr.smithi057.tirlgq (mgr.14197) 275 : cluster [DBG] pgmap v222: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:21.206 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:27:20 smithi057 bash[18598]: cluster 2024-04-24T17:27:19.579330+0000 mgr.smithi057.tirlgq (mgr.14197) 276 : cluster [DBG] pgmap v223: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:21.206 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:27:20 smithi057 bash[18598]: cluster 2024-04-24T17:27:19.579330+0000 mgr.smithi057.tirlgq (mgr.14197) 276 : cluster [DBG] pgmap v223: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:21.206 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:27:20 smithi057 bash[18598]: cluster 2024-04-24T17:27:19.579808+0000 mgr.smithi057.tirlgq (mgr.14197) 277 : cluster [DBG] pgmap v224: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:21.206 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:27:20 smithi057 bash[18598]: cluster 2024-04-24T17:27:19.579808+0000 mgr.smithi057.tirlgq (mgr.14197) 277 : cluster [DBG] pgmap v224: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:21.206 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:27:20 smithi057 bash[18598]: audit 2024-04-24T17:27:19.987120+0000 mon.smithi057 (mon.0) 460 : audit [DBG] from='client.? 172.21.15.57:0/456527258' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:27:21.206 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:27:20 smithi057 bash[18598]: audit 2024-04-24T17:27:19.987120+0000 mon.smithi057 (mon.0) 460 : audit [DBG] from='client.? 172.21.15.57:0/456527258' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:27:21.632 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T17:27:23.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:27:22 smithi088 bash[20239]: cluster 2024-04-24T17:27:21.580803+0000 mgr.smithi057.tirlgq (mgr.14197) 278 : cluster [DBG] pgmap v225: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:23.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:27:22 smithi088 bash[20239]: cluster 2024-04-24T17:27:21.580803+0000 mgr.smithi057.tirlgq (mgr.14197) 278 : cluster [DBG] pgmap v225: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:23.335 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:27:22 smithi057 bash[18598]: cluster 2024-04-24T17:27:21.580803+0000 mgr.smithi057.tirlgq (mgr.14197) 278 : cluster [DBG] pgmap v225: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:23.336 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:27:22 smithi057 bash[18598]: cluster 2024-04-24T17:27:21.580803+0000 mgr.smithi057.tirlgq (mgr.14197) 278 : cluster [DBG] pgmap v225: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:25.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:27:24 smithi088 bash[20239]: cluster 2024-04-24T17:27:23.581907+0000 mgr.smithi057.tirlgq (mgr.14197) 279 : cluster [DBG] pgmap v226: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:25.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:27:24 smithi088 bash[20239]: cluster 2024-04-24T17:27:23.581907+0000 mgr.smithi057.tirlgq (mgr.14197) 279 : cluster [DBG] pgmap v226: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:25.336 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:27:24 smithi057 bash[18598]: cluster 2024-04-24T17:27:23.581907+0000 mgr.smithi057.tirlgq (mgr.14197) 279 : cluster [DBG] pgmap v226: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:25.336 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:27:24 smithi057 bash[18598]: cluster 2024-04-24T17:27:23.581907+0000 mgr.smithi057.tirlgq (mgr.14197) 279 : cluster [DBG] pgmap v226: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:26.417 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:27:27.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:27:26 smithi088 bash[20239]: cluster 2024-04-24T17:27:25.582897+0000 mgr.smithi057.tirlgq (mgr.14197) 280 : cluster [DBG] pgmap v227: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:27.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:27:26 smithi088 bash[20239]: cluster 2024-04-24T17:27:25.582897+0000 mgr.smithi057.tirlgq (mgr.14197) 280 : cluster [DBG] pgmap v227: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:27.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:27:26 smithi088 bash[20239]: audit 2024-04-24T17:27:26.794092+0000 mon.smithi057 (mon.0) 461 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:27:27.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:27:26 smithi088 bash[20239]: audit 2024-04-24T17:27:26.794092+0000 mon.smithi057 (mon.0) 461 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:27:27.171 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:27:26 smithi057 bash[18598]: cluster 2024-04-24T17:27:25.582897+0000 mgr.smithi057.tirlgq (mgr.14197) 280 : cluster [DBG] pgmap v227: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:27.171 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:27:26 smithi057 bash[18598]: cluster 2024-04-24T17:27:25.582897+0000 mgr.smithi057.tirlgq (mgr.14197) 280 : cluster [DBG] pgmap v227: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:27.171 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:27:26 smithi057 bash[18598]: audit 2024-04-24T17:27:26.794092+0000 mon.smithi057 (mon.0) 461 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:27:27.171 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:27:26 smithi057 bash[18598]: audit 2024-04-24T17:27:26.794092+0000 mon.smithi057 (mon.0) 461 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:27:27.538 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:27:28.095 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:27:28.202 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:27:27 smithi057 bash[18598]: audit 2024-04-24T17:27:27.540455+0000 mon.smithi057 (mon.0) 462 : audit [DBG] from='client.? 172.21.15.57:0/942715343' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:27:28.202 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:27:27 smithi057 bash[18598]: audit 2024-04-24T17:27:27.540455+0000 mon.smithi057 (mon.0) 462 : audit [DBG] from='client.? 172.21.15.57:0/942715343' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:27:28.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:27:27 smithi088 bash[20239]: audit 2024-04-24T17:27:27.540455+0000 mon.smithi057 (mon.0) 462 : audit [DBG] from='client.? 172.21.15.57:0/942715343' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:27:28.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:27:27 smithi088 bash[20239]: audit 2024-04-24T17:27:27.540455+0000 mon.smithi057 (mon.0) 462 : audit [DBG] from='client.? 172.21.15.57:0/942715343' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:27:29.096 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T17:27:29.336 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:27:28 smithi057 bash[18598]: cluster 2024-04-24T17:27:27.583451+0000 mgr.smithi057.tirlgq (mgr.14197) 281 : cluster [DBG] pgmap v228: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:29.336 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:27:28 smithi057 bash[18598]: cluster 2024-04-24T17:27:27.583451+0000 mgr.smithi057.tirlgq (mgr.14197) 281 : cluster [DBG] pgmap v228: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:29.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:27:28 smithi088 bash[20239]: cluster 2024-04-24T17:27:27.583451+0000 mgr.smithi057.tirlgq (mgr.14197) 281 : cluster [DBG] pgmap v228: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:29.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:27:28 smithi088 bash[20239]: cluster 2024-04-24T17:27:27.583451+0000 mgr.smithi057.tirlgq (mgr.14197) 281 : cluster [DBG] pgmap v228: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:31.241 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:27:30 smithi057 bash[18598]: cluster 2024-04-24T17:27:29.584458+0000 mgr.smithi057.tirlgq (mgr.14197) 282 : cluster [DBG] pgmap v229: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:31.242 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:27:30 smithi057 bash[18598]: cluster 2024-04-24T17:27:29.584458+0000 mgr.smithi057.tirlgq (mgr.14197) 282 : cluster [DBG] pgmap v229: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:31.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:27:30 smithi088 bash[20239]: cluster 2024-04-24T17:27:29.584458+0000 mgr.smithi057.tirlgq (mgr.14197) 282 : cluster [DBG] pgmap v229: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:31.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:27:30 smithi088 bash[20239]: cluster 2024-04-24T17:27:29.584458+0000 mgr.smithi057.tirlgq (mgr.14197) 282 : cluster [DBG] pgmap v229: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:33.335 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:27:32 smithi057 bash[18598]: cluster 2024-04-24T17:27:31.585436+0000 mgr.smithi057.tirlgq (mgr.14197) 283 : cluster [DBG] pgmap v230: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:33.336 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:27:32 smithi057 bash[18598]: cluster 2024-04-24T17:27:31.585436+0000 mgr.smithi057.tirlgq (mgr.14197) 283 : cluster [DBG] pgmap v230: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:33.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:27:32 smithi088 bash[20239]: cluster 2024-04-24T17:27:31.585436+0000 mgr.smithi057.tirlgq (mgr.14197) 283 : cluster [DBG] pgmap v230: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:33.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:27:32 smithi088 bash[20239]: cluster 2024-04-24T17:27:31.585436+0000 mgr.smithi057.tirlgq (mgr.14197) 283 : cluster [DBG] pgmap v230: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:33.871 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:27:35.075 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:27:35.239 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:27:34 smithi057 bash[18598]: cluster 2024-04-24T17:27:33.586450+0000 mgr.smithi057.tirlgq (mgr.14197) 284 : cluster [DBG] pgmap v231: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:35.239 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:27:34 smithi057 bash[18598]: cluster 2024-04-24T17:27:33.586450+0000 mgr.smithi057.tirlgq (mgr.14197) 284 : cluster [DBG] pgmap v231: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:35.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:27:34 smithi088 bash[20239]: cluster 2024-04-24T17:27:33.586450+0000 mgr.smithi057.tirlgq (mgr.14197) 284 : cluster [DBG] pgmap v231: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:35.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:27:34 smithi088 bash[20239]: cluster 2024-04-24T17:27:33.586450+0000 mgr.smithi057.tirlgq (mgr.14197) 284 : cluster [DBG] pgmap v231: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:35.635 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:27:36.259 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:27:35 smithi057 bash[18598]: audit 2024-04-24T17:27:35.077190+0000 mon.smithi057 (mon.0) 463 : audit [DBG] from='client.? 172.21.15.57:0/3216840117' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:27:36.259 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:27:35 smithi057 bash[18598]: audit 2024-04-24T17:27:35.077190+0000 mon.smithi057 (mon.0) 463 : audit [DBG] from='client.? 172.21.15.57:0/3216840117' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:27:36.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:27:35 smithi088 bash[20239]: audit 2024-04-24T17:27:35.077190+0000 mon.smithi057 (mon.0) 463 : audit [DBG] from='client.? 172.21.15.57:0/3216840117' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:27:36.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:27:35 smithi088 bash[20239]: audit 2024-04-24T17:27:35.077190+0000 mon.smithi057 (mon.0) 463 : audit [DBG] from='client.? 172.21.15.57:0/3216840117' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:27:36.636 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T17:27:37.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:27:36 smithi088 bash[20239]: cluster 2024-04-24T17:27:35.587476+0000 mgr.smithi057.tirlgq (mgr.14197) 285 : cluster [DBG] pgmap v232: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:37.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:27:36 smithi088 bash[20239]: cluster 2024-04-24T17:27:35.587476+0000 mgr.smithi057.tirlgq (mgr.14197) 285 : cluster [DBG] pgmap v232: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:37.227 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:27:36 smithi057 bash[18598]: cluster 2024-04-24T17:27:35.587476+0000 mgr.smithi057.tirlgq (mgr.14197) 285 : cluster [DBG] pgmap v232: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:37.228 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:27:36 smithi057 bash[18598]: cluster 2024-04-24T17:27:35.587476+0000 mgr.smithi057.tirlgq (mgr.14197) 285 : cluster [DBG] pgmap v232: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:39.336 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:27:38 smithi057 bash[18598]: cluster 2024-04-24T17:27:37.588587+0000 mgr.smithi057.tirlgq (mgr.14197) 286 : cluster [DBG] pgmap v233: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:39.336 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:27:38 smithi057 bash[18598]: cluster 2024-04-24T17:27:37.588587+0000 mgr.smithi057.tirlgq (mgr.14197) 286 : cluster [DBG] pgmap v233: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:39.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:27:38 smithi088 bash[20239]: cluster 2024-04-24T17:27:37.588587+0000 mgr.smithi057.tirlgq (mgr.14197) 286 : cluster [DBG] pgmap v233: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:39.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:27:38 smithi088 bash[20239]: cluster 2024-04-24T17:27:37.588587+0000 mgr.smithi057.tirlgq (mgr.14197) 286 : cluster [DBG] pgmap v233: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:41.277 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:27:40 smithi057 bash[18598]: cluster 2024-04-24T17:27:39.589680+0000 mgr.smithi057.tirlgq (mgr.14197) 287 : cluster [DBG] pgmap v234: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:41.277 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:27:40 smithi057 bash[18598]: cluster 2024-04-24T17:27:39.589680+0000 mgr.smithi057.tirlgq (mgr.14197) 287 : cluster [DBG] pgmap v234: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:41.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:27:40 smithi088 bash[20239]: cluster 2024-04-24T17:27:39.589680+0000 mgr.smithi057.tirlgq (mgr.14197) 287 : cluster [DBG] pgmap v234: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:41.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:27:40 smithi088 bash[20239]: cluster 2024-04-24T17:27:39.589680+0000 mgr.smithi057.tirlgq (mgr.14197) 287 : cluster [DBG] pgmap v234: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:41.413 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:27:42.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:27:41 smithi088 bash[20239]: audit 2024-04-24T17:27:41.794655+0000 mon.smithi057 (mon.0) 464 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:27:42.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:27:41 smithi088 bash[20239]: audit 2024-04-24T17:27:41.794655+0000 mon.smithi057 (mon.0) 464 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:27:42.335 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:27:41 smithi057 bash[18598]: audit 2024-04-24T17:27:41.794655+0000 mon.smithi057 (mon.0) 464 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:27:42.336 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:27:41 smithi057 bash[18598]: audit 2024-04-24T17:27:41.794655+0000 mon.smithi057 (mon.0) 464 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:27:42.568 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:27:43.177 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:27:43.335 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:27:42 smithi057 bash[18598]: cluster 2024-04-24T17:27:41.590683+0000 mgr.smithi057.tirlgq (mgr.14197) 288 : cluster [DBG] pgmap v235: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:43.336 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:27:42 smithi057 bash[18598]: cluster 2024-04-24T17:27:41.590683+0000 mgr.smithi057.tirlgq (mgr.14197) 288 : cluster [DBG] pgmap v235: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:43.336 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:27:42 smithi057 bash[18598]: audit 2024-04-24T17:27:42.569986+0000 mon.smithi057 (mon.0) 465 : audit [DBG] from='client.? 172.21.15.57:0/3748896509' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:27:43.336 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:27:42 smithi057 bash[18598]: audit 2024-04-24T17:27:42.569986+0000 mon.smithi057 (mon.0) 465 : audit [DBG] from='client.? 172.21.15.57:0/3748896509' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:27:43.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:27:42 smithi088 bash[20239]: cluster 2024-04-24T17:27:41.590683+0000 mgr.smithi057.tirlgq (mgr.14197) 288 : cluster [DBG] pgmap v235: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:43.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:27:42 smithi088 bash[20239]: cluster 2024-04-24T17:27:41.590683+0000 mgr.smithi057.tirlgq (mgr.14197) 288 : cluster [DBG] pgmap v235: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:43.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:27:42 smithi088 bash[20239]: audit 2024-04-24T17:27:42.569986+0000 mon.smithi057 (mon.0) 465 : audit [DBG] from='client.? 172.21.15.57:0/3748896509' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:27:43.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:27:42 smithi088 bash[20239]: audit 2024-04-24T17:27:42.569986+0000 mon.smithi057 (mon.0) 465 : audit [DBG] from='client.? 172.21.15.57:0/3748896509' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:27:44.178 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T17:27:45.335 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:27:44 smithi057 bash[18598]: cluster 2024-04-24T17:27:43.591811+0000 mgr.smithi057.tirlgq (mgr.14197) 289 : cluster [DBG] pgmap v236: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:45.335 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:27:44 smithi057 bash[18598]: cluster 2024-04-24T17:27:43.591811+0000 mgr.smithi057.tirlgq (mgr.14197) 289 : cluster [DBG] pgmap v236: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:45.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:27:44 smithi088 bash[20239]: cluster 2024-04-24T17:27:43.591811+0000 mgr.smithi057.tirlgq (mgr.14197) 289 : cluster [DBG] pgmap v236: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:45.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:27:44 smithi088 bash[20239]: cluster 2024-04-24T17:27:43.591811+0000 mgr.smithi057.tirlgq (mgr.14197) 289 : cluster [DBG] pgmap v236: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:47.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:27:47 smithi088 bash[20239]: cluster 2024-04-24T17:27:45.592842+0000 mgr.smithi057.tirlgq (mgr.14197) 290 : cluster [DBG] pgmap v237: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:47.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:27:47 smithi088 bash[20239]: cluster 2024-04-24T17:27:45.592842+0000 mgr.smithi057.tirlgq (mgr.14197) 290 : cluster [DBG] pgmap v237: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:47.335 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:27:47 smithi057 bash[18598]: cluster 2024-04-24T17:27:45.592842+0000 mgr.smithi057.tirlgq (mgr.14197) 290 : cluster [DBG] pgmap v237: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:47.336 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:27:47 smithi057 bash[18598]: cluster 2024-04-24T17:27:45.592842+0000 mgr.smithi057.tirlgq (mgr.14197) 290 : cluster [DBG] pgmap v237: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:48.953 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:27:49.335 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:27:49 smithi057 bash[18598]: cluster 2024-04-24T17:27:47.593904+0000 mgr.smithi057.tirlgq (mgr.14197) 291 : cluster [DBG] pgmap v238: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:49.335 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:27:49 smithi057 bash[18598]: cluster 2024-04-24T17:27:47.593904+0000 mgr.smithi057.tirlgq (mgr.14197) 291 : cluster [DBG] pgmap v238: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:49.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:27:49 smithi088 bash[20239]: cluster 2024-04-24T17:27:47.593904+0000 mgr.smithi057.tirlgq (mgr.14197) 291 : cluster [DBG] pgmap v238: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:49.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:27:49 smithi088 bash[20239]: cluster 2024-04-24T17:27:47.593904+0000 mgr.smithi057.tirlgq (mgr.14197) 291 : cluster [DBG] pgmap v238: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:50.129 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:27:50.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:27:50 smithi057 bash[18598]: audit 2024-04-24T17:27:50.131554+0000 mon.smithi057 (mon.0) 466 : audit [DBG] from='client.? 172.21.15.57:0/4130570058' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:27:50.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:27:50 smithi057 bash[18598]: audit 2024-04-24T17:27:50.131554+0000 mon.smithi057 (mon.0) 466 : audit [DBG] from='client.? 172.21.15.57:0/4130570058' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:27:50.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:27:50 smithi088 bash[20239]: audit 2024-04-24T17:27:50.131554+0000 mon.smithi057 (mon.0) 466 : audit [DBG] from='client.? 172.21.15.57:0/4130570058' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:27:50.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:27:50 smithi088 bash[20239]: audit 2024-04-24T17:27:50.131554+0000 mon.smithi057 (mon.0) 466 : audit [DBG] from='client.? 172.21.15.57:0/4130570058' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:27:50.721 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:27:51.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:27:51 smithi057 bash[18598]: cluster 2024-04-24T17:27:49.594900+0000 mgr.smithi057.tirlgq (mgr.14197) 292 : cluster [DBG] pgmap v239: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:51.586 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:27:51 smithi057 bash[18598]: cluster 2024-04-24T17:27:49.594900+0000 mgr.smithi057.tirlgq (mgr.14197) 292 : cluster [DBG] pgmap v239: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:51.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:27:51 smithi088 bash[20239]: cluster 2024-04-24T17:27:49.594900+0000 mgr.smithi057.tirlgq (mgr.14197) 292 : cluster [DBG] pgmap v239: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:51.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:27:51 smithi088 bash[20239]: cluster 2024-04-24T17:27:49.594900+0000 mgr.smithi057.tirlgq (mgr.14197) 292 : cluster [DBG] pgmap v239: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:51.722 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T17:27:53.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:27:53 smithi057 bash[18598]: cluster 2024-04-24T17:27:51.596011+0000 mgr.smithi057.tirlgq (mgr.14197) 293 : cluster [DBG] pgmap v240: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:53.586 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:27:53 smithi057 bash[18598]: cluster 2024-04-24T17:27:51.596011+0000 mgr.smithi057.tirlgq (mgr.14197) 293 : cluster [DBG] pgmap v240: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:53.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:27:53 smithi088 bash[20239]: cluster 2024-04-24T17:27:51.596011+0000 mgr.smithi057.tirlgq (mgr.14197) 293 : cluster [DBG] pgmap v240: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:53.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:27:53 smithi088 bash[20239]: cluster 2024-04-24T17:27:51.596011+0000 mgr.smithi057.tirlgq (mgr.14197) 293 : cluster [DBG] pgmap v240: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:55.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:27:55 smithi057 bash[18598]: cluster 2024-04-24T17:27:53.596994+0000 mgr.smithi057.tirlgq (mgr.14197) 294 : cluster [DBG] pgmap v241: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:55.586 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:27:55 smithi057 bash[18598]: cluster 2024-04-24T17:27:53.596994+0000 mgr.smithi057.tirlgq (mgr.14197) 294 : cluster [DBG] pgmap v241: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:55.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:27:55 smithi088 bash[20239]: cluster 2024-04-24T17:27:53.596994+0000 mgr.smithi057.tirlgq (mgr.14197) 294 : cluster [DBG] pgmap v241: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:55.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:27:55 smithi088 bash[20239]: cluster 2024-04-24T17:27:53.596994+0000 mgr.smithi057.tirlgq (mgr.14197) 294 : cluster [DBG] pgmap v241: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:56.500 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:27:57.563 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:27:57.578 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:27:57 smithi057 bash[18598]: cluster 2024-04-24T17:27:55.598022+0000 mgr.smithi057.tirlgq (mgr.14197) 295 : cluster [DBG] pgmap v242: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:57.578 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:27:57 smithi057 bash[18598]: cluster 2024-04-24T17:27:55.598022+0000 mgr.smithi057.tirlgq (mgr.14197) 295 : cluster [DBG] pgmap v242: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:57.578 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:27:57 smithi057 bash[18598]: audit 2024-04-24T17:27:56.794944+0000 mon.smithi057 (mon.0) 467 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:27:57.578 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:27:57 smithi057 bash[18598]: audit 2024-04-24T17:27:56.794944+0000 mon.smithi057 (mon.0) 467 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:27:57.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:27:57 smithi088 bash[20239]: cluster 2024-04-24T17:27:55.598022+0000 mgr.smithi057.tirlgq (mgr.14197) 295 : cluster [DBG] pgmap v242: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:57.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:27:57 smithi088 bash[20239]: cluster 2024-04-24T17:27:55.598022+0000 mgr.smithi057.tirlgq (mgr.14197) 295 : cluster [DBG] pgmap v242: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:57.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:27:57 smithi088 bash[20239]: audit 2024-04-24T17:27:56.794944+0000 mon.smithi057 (mon.0) 467 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:27:57.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:27:57 smithi088 bash[20239]: audit 2024-04-24T17:27:56.794944+0000 mon.smithi057 (mon.0) 467 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:27:58.110 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:27:58.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:27:58 smithi057 bash[18598]: audit 2024-04-24T17:27:57.565291+0000 mon.smithi057 (mon.0) 468 : audit [DBG] from='client.? 172.21.15.57:0/4163433657' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:27:58.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:27:58 smithi057 bash[18598]: audit 2024-04-24T17:27:57.565291+0000 mon.smithi057 (mon.0) 468 : audit [DBG] from='client.? 172.21.15.57:0/4163433657' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:27:58.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:27:58 smithi088 bash[20239]: audit 2024-04-24T17:27:57.565291+0000 mon.smithi057 (mon.0) 468 : audit [DBG] from='client.? 172.21.15.57:0/4163433657' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:27:58.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:27:58 smithi088 bash[20239]: audit 2024-04-24T17:27:57.565291+0000 mon.smithi057 (mon.0) 468 : audit [DBG] from='client.? 172.21.15.57:0/4163433657' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:27:59.111 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T17:27:59.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:27:59 smithi057 bash[18598]: cluster 2024-04-24T17:27:57.598462+0000 mgr.smithi057.tirlgq (mgr.14197) 296 : cluster [DBG] pgmap v243: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:59.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:27:59 smithi057 bash[18598]: cluster 2024-04-24T17:27:57.598462+0000 mgr.smithi057.tirlgq (mgr.14197) 296 : cluster [DBG] pgmap v243: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:59.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:27:59 smithi088 bash[20239]: cluster 2024-04-24T17:27:57.598462+0000 mgr.smithi057.tirlgq (mgr.14197) 296 : cluster [DBG] pgmap v243: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:27:59.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:27:59 smithi088 bash[20239]: cluster 2024-04-24T17:27:57.598462+0000 mgr.smithi057.tirlgq (mgr.14197) 296 : cluster [DBG] pgmap v243: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:01.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:28:01 smithi057 bash[18598]: cluster 2024-04-24T17:27:59.599461+0000 mgr.smithi057.tirlgq (mgr.14197) 297 : cluster [DBG] pgmap v244: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:01.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:28:01 smithi057 bash[18598]: cluster 2024-04-24T17:27:59.599461+0000 mgr.smithi057.tirlgq (mgr.14197) 297 : cluster [DBG] pgmap v244: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:01.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:28:01 smithi088 bash[20239]: cluster 2024-04-24T17:27:59.599461+0000 mgr.smithi057.tirlgq (mgr.14197) 297 : cluster [DBG] pgmap v244: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:01.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:28:01 smithi088 bash[20239]: cluster 2024-04-24T17:27:59.599461+0000 mgr.smithi057.tirlgq (mgr.14197) 297 : cluster [DBG] pgmap v244: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:02.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:28:02 smithi057 bash[18598]: cluster 2024-04-24T17:28:01.600481+0000 mgr.smithi057.tirlgq (mgr.14197) 298 : cluster [DBG] pgmap v245: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:02.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:28:02 smithi057 bash[18598]: cluster 2024-04-24T17:28:01.600481+0000 mgr.smithi057.tirlgq (mgr.14197) 298 : cluster [DBG] pgmap v245: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:02.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:28:02 smithi088 bash[20239]: cluster 2024-04-24T17:28:01.600481+0000 mgr.smithi057.tirlgq (mgr.14197) 298 : cluster [DBG] pgmap v245: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:02.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:28:02 smithi088 bash[20239]: cluster 2024-04-24T17:28:01.600481+0000 mgr.smithi057.tirlgq (mgr.14197) 298 : cluster [DBG] pgmap v245: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:03.882 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:28:04.835 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:28:04 smithi057 bash[18598]: cluster 2024-04-24T17:28:03.601503+0000 mgr.smithi057.tirlgq (mgr.14197) 299 : cluster [DBG] pgmap v246: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:04.835 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:28:04 smithi057 bash[18598]: cluster 2024-04-24T17:28:03.601503+0000 mgr.smithi057.tirlgq (mgr.14197) 299 : cluster [DBG] pgmap v246: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:04.911 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:28:04 smithi088 bash[20239]: cluster 2024-04-24T17:28:03.601503+0000 mgr.smithi057.tirlgq (mgr.14197) 299 : cluster [DBG] pgmap v246: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:04.911 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:28:04 smithi088 bash[20239]: cluster 2024-04-24T17:28:03.601503+0000 mgr.smithi057.tirlgq (mgr.14197) 299 : cluster [DBG] pgmap v246: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:04.986 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:28:05.549 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:28:05.835 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:28:05 smithi057 bash[18598]: audit 2024-04-24T17:28:04.988868+0000 mon.smithi057 (mon.0) 469 : audit [DBG] from='client.? 172.21.15.57:0/2963195258' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:28:05.835 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:28:05 smithi057 bash[18598]: audit 2024-04-24T17:28:04.988868+0000 mon.smithi057 (mon.0) 469 : audit [DBG] from='client.? 172.21.15.57:0/2963195258' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:28:06.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:28:05 smithi088 bash[20239]: audit 2024-04-24T17:28:04.988868+0000 mon.smithi057 (mon.0) 469 : audit [DBG] from='client.? 172.21.15.57:0/2963195258' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:28:06.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:28:05 smithi088 bash[20239]: audit 2024-04-24T17:28:04.988868+0000 mon.smithi057 (mon.0) 469 : audit [DBG] from='client.? 172.21.15.57:0/2963195258' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:28:06.551 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T17:28:06.835 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:28:06 smithi057 bash[18598]: cluster 2024-04-24T17:28:05.602536+0000 mgr.smithi057.tirlgq (mgr.14197) 300 : cluster [DBG] pgmap v247: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:06.836 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:28:06 smithi057 bash[18598]: cluster 2024-04-24T17:28:05.602536+0000 mgr.smithi057.tirlgq (mgr.14197) 300 : cluster [DBG] pgmap v247: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:07.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:28:06 smithi088 bash[20239]: cluster 2024-04-24T17:28:05.602536+0000 mgr.smithi057.tirlgq (mgr.14197) 300 : cluster [DBG] pgmap v247: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:07.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:28:06 smithi088 bash[20239]: cluster 2024-04-24T17:28:05.602536+0000 mgr.smithi057.tirlgq (mgr.14197) 300 : cluster [DBG] pgmap v247: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:09.085 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:28:08 smithi057 bash[18598]: cluster 2024-04-24T17:28:07.603545+0000 mgr.smithi057.tirlgq (mgr.14197) 301 : cluster [DBG] pgmap v248: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:09.085 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:28:08 smithi057 bash[18598]: cluster 2024-04-24T17:28:07.603545+0000 mgr.smithi057.tirlgq (mgr.14197) 301 : cluster [DBG] pgmap v248: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:09.192 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:28:08 smithi088 bash[20239]: cluster 2024-04-24T17:28:07.603545+0000 mgr.smithi057.tirlgq (mgr.14197) 301 : cluster [DBG] pgmap v248: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:09.192 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:28:08 smithi088 bash[20239]: cluster 2024-04-24T17:28:07.603545+0000 mgr.smithi057.tirlgq (mgr.14197) 301 : cluster [DBG] pgmap v248: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:11.085 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:28:10 smithi057 bash[18598]: cluster 2024-04-24T17:28:09.604562+0000 mgr.smithi057.tirlgq (mgr.14197) 302 : cluster [DBG] pgmap v249: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:11.085 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:28:10 smithi057 bash[18598]: cluster 2024-04-24T17:28:09.604562+0000 mgr.smithi057.tirlgq (mgr.14197) 302 : cluster [DBG] pgmap v249: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:11.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:28:10 smithi088 bash[20239]: cluster 2024-04-24T17:28:09.604562+0000 mgr.smithi057.tirlgq (mgr.14197) 302 : cluster [DBG] pgmap v249: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:11.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:28:10 smithi088 bash[20239]: cluster 2024-04-24T17:28:09.604562+0000 mgr.smithi057.tirlgq (mgr.14197) 302 : cluster [DBG] pgmap v249: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:11.329 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:28:12.445 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:28:12.835 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:28:12 smithi057 bash[18598]: cluster 2024-04-24T17:28:11.605532+0000 mgr.smithi057.tirlgq (mgr.14197) 303 : cluster [DBG] pgmap v250: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:12.836 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:28:12 smithi057 bash[18598]: cluster 2024-04-24T17:28:11.605532+0000 mgr.smithi057.tirlgq (mgr.14197) 303 : cluster [DBG] pgmap v250: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:12.836 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:28:12 smithi057 bash[18598]: audit 2024-04-24T17:28:11.795530+0000 mon.smithi057 (mon.0) 470 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:28:12.836 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:28:12 smithi057 bash[18598]: audit 2024-04-24T17:28:11.795530+0000 mon.smithi057 (mon.0) 470 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:28:12.836 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:28:12 smithi057 bash[18598]: audit 2024-04-24T17:28:12.447793+0000 mon.smithi057 (mon.0) 471 : audit [DBG] from='client.? 172.21.15.57:0/4195321682' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:28:12.836 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:28:12 smithi057 bash[18598]: audit 2024-04-24T17:28:12.447793+0000 mon.smithi057 (mon.0) 471 : audit [DBG] from='client.? 172.21.15.57:0/4195321682' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:28:13.022 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:28:13.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:28:12 smithi088 bash[20239]: cluster 2024-04-24T17:28:11.605532+0000 mgr.smithi057.tirlgq (mgr.14197) 303 : cluster [DBG] pgmap v250: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:13.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:28:12 smithi088 bash[20239]: cluster 2024-04-24T17:28:11.605532+0000 mgr.smithi057.tirlgq (mgr.14197) 303 : cluster [DBG] pgmap v250: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:13.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:28:12 smithi088 bash[20239]: audit 2024-04-24T17:28:11.795530+0000 mon.smithi057 (mon.0) 470 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:28:13.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:28:12 smithi088 bash[20239]: audit 2024-04-24T17:28:11.795530+0000 mon.smithi057 (mon.0) 470 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:28:13.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:28:12 smithi088 bash[20239]: audit 2024-04-24T17:28:12.447793+0000 mon.smithi057 (mon.0) 471 : audit [DBG] from='client.? 172.21.15.57:0/4195321682' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:28:13.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:28:12 smithi088 bash[20239]: audit 2024-04-24T17:28:12.447793+0000 mon.smithi057 (mon.0) 471 : audit [DBG] from='client.? 172.21.15.57:0/4195321682' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:28:14.023 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T17:28:15.085 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:28:14 smithi057 bash[18598]: cluster 2024-04-24T17:28:13.606543+0000 mgr.smithi057.tirlgq (mgr.14197) 304 : cluster [DBG] pgmap v251: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:15.085 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:28:14 smithi057 bash[18598]: cluster 2024-04-24T17:28:13.606543+0000 mgr.smithi057.tirlgq (mgr.14197) 304 : cluster [DBG] pgmap v251: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:15.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:28:14 smithi088 bash[20239]: cluster 2024-04-24T17:28:13.606543+0000 mgr.smithi057.tirlgq (mgr.14197) 304 : cluster [DBG] pgmap v251: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:15.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:28:14 smithi088 bash[20239]: cluster 2024-04-24T17:28:13.606543+0000 mgr.smithi057.tirlgq (mgr.14197) 304 : cluster [DBG] pgmap v251: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:17.085 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:28:16 smithi057 bash[18598]: cluster 2024-04-24T17:28:15.607544+0000 mgr.smithi057.tirlgq (mgr.14197) 305 : cluster [DBG] pgmap v252: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:17.085 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:28:16 smithi057 bash[18598]: cluster 2024-04-24T17:28:15.607544+0000 mgr.smithi057.tirlgq (mgr.14197) 305 : cluster [DBG] pgmap v252: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:17.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:28:16 smithi088 bash[20239]: cluster 2024-04-24T17:28:15.607544+0000 mgr.smithi057.tirlgq (mgr.14197) 305 : cluster [DBG] pgmap v252: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:17.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:28:16 smithi088 bash[20239]: cluster 2024-04-24T17:28:15.607544+0000 mgr.smithi057.tirlgq (mgr.14197) 305 : cluster [DBG] pgmap v252: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:18.797 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:28:19.085 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:28:18 smithi057 bash[18598]: cluster 2024-04-24T17:28:17.608527+0000 mgr.smithi057.tirlgq (mgr.14197) 306 : cluster [DBG] pgmap v253: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:19.085 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:28:18 smithi057 bash[18598]: cluster 2024-04-24T17:28:17.608527+0000 mgr.smithi057.tirlgq (mgr.14197) 306 : cluster [DBG] pgmap v253: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:19.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:28:18 smithi088 bash[20239]: cluster 2024-04-24T17:28:17.608527+0000 mgr.smithi057.tirlgq (mgr.14197) 306 : cluster [DBG] pgmap v253: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:19.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:28:18 smithi088 bash[20239]: cluster 2024-04-24T17:28:17.608527+0000 mgr.smithi057.tirlgq (mgr.14197) 306 : cluster [DBG] pgmap v253: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:19.998 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:28:20.012 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:28:19 smithi057 bash[18598]: audit 2024-04-24T17:28:19.666958+0000 mon.smithi057 (mon.0) 472 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:28:20.012 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:28:19 smithi057 bash[18598]: audit 2024-04-24T17:28:19.666958+0000 mon.smithi057 (mon.0) 472 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:28:20.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:28:19 smithi088 bash[20239]: audit 2024-04-24T17:28:19.666958+0000 mon.smithi057 (mon.0) 472 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:28:20.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:28:19 smithi088 bash[20239]: audit 2024-04-24T17:28:19.666958+0000 mon.smithi057 (mon.0) 472 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:28:20.615 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:28:21.085 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:28:20 smithi057 bash[18598]: cluster 2024-04-24T17:28:19.609148+0000 mgr.smithi057.tirlgq (mgr.14197) 307 : cluster [DBG] pgmap v254: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:21.085 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:28:20 smithi057 bash[18598]: cluster 2024-04-24T17:28:19.609148+0000 mgr.smithi057.tirlgq (mgr.14197) 307 : cluster [DBG] pgmap v254: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:21.085 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:28:20 smithi057 bash[18598]: audit 2024-04-24T17:28:20.000474+0000 mon.smithi057 (mon.0) 473 : audit [DBG] from='client.? 172.21.15.57:0/3643968418' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:28:21.086 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:28:20 smithi057 bash[18598]: audit 2024-04-24T17:28:20.000474+0000 mon.smithi057 (mon.0) 473 : audit [DBG] from='client.? 172.21.15.57:0/3643968418' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:28:21.086 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:28:20 smithi057 bash[18598]: audit 2024-04-24T17:28:20.140043+0000 mon.smithi057 (mon.0) 474 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:28:21.086 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:28:20 smithi057 bash[18598]: audit 2024-04-24T17:28:20.140043+0000 mon.smithi057 (mon.0) 474 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:28:21.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:28:20 smithi088 bash[20239]: cluster 2024-04-24T17:28:19.609148+0000 mgr.smithi057.tirlgq (mgr.14197) 307 : cluster [DBG] pgmap v254: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:21.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:28:20 smithi088 bash[20239]: cluster 2024-04-24T17:28:19.609148+0000 mgr.smithi057.tirlgq (mgr.14197) 307 : cluster [DBG] pgmap v254: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:21.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:28:20 smithi088 bash[20239]: audit 2024-04-24T17:28:20.000474+0000 mon.smithi057 (mon.0) 473 : audit [DBG] from='client.? 172.21.15.57:0/3643968418' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:28:21.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:28:20 smithi088 bash[20239]: audit 2024-04-24T17:28:20.000474+0000 mon.smithi057 (mon.0) 473 : audit [DBG] from='client.? 172.21.15.57:0/3643968418' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:28:21.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:28:20 smithi088 bash[20239]: audit 2024-04-24T17:28:20.140043+0000 mon.smithi057 (mon.0) 474 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:28:21.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:28:20 smithi088 bash[20239]: audit 2024-04-24T17:28:20.140043+0000 mon.smithi057 (mon.0) 474 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:28:21.616 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T17:28:23.085 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:28:22 smithi057 bash[18598]: cluster 2024-04-24T17:28:21.610187+0000 mgr.smithi057.tirlgq (mgr.14197) 308 : cluster [DBG] pgmap v255: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:23.085 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:28:22 smithi057 bash[18598]: cluster 2024-04-24T17:28:21.610187+0000 mgr.smithi057.tirlgq (mgr.14197) 308 : cluster [DBG] pgmap v255: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:23.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:28:22 smithi088 bash[20239]: cluster 2024-04-24T17:28:21.610187+0000 mgr.smithi057.tirlgq (mgr.14197) 308 : cluster [DBG] pgmap v255: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:23.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:28:22 smithi088 bash[20239]: cluster 2024-04-24T17:28:21.610187+0000 mgr.smithi057.tirlgq (mgr.14197) 308 : cluster [DBG] pgmap v255: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:25.085 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:28:24 smithi057 bash[18598]: cluster 2024-04-24T17:28:23.611156+0000 mgr.smithi057.tirlgq (mgr.14197) 309 : cluster [DBG] pgmap v256: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:25.085 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:28:24 smithi057 bash[18598]: cluster 2024-04-24T17:28:23.611156+0000 mgr.smithi057.tirlgq (mgr.14197) 309 : cluster [DBG] pgmap v256: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:25.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:28:24 smithi088 bash[20239]: cluster 2024-04-24T17:28:23.611156+0000 mgr.smithi057.tirlgq (mgr.14197) 309 : cluster [DBG] pgmap v256: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:25.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:28:24 smithi088 bash[20239]: cluster 2024-04-24T17:28:23.611156+0000 mgr.smithi057.tirlgq (mgr.14197) 309 : cluster [DBG] pgmap v256: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:25.724 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:28:26.988 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:28:26 smithi057 bash[18598]: cluster 2024-04-24T17:28:25.612208+0000 mgr.smithi057.tirlgq (mgr.14197) 310 : cluster [DBG] pgmap v257: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:26.989 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:28:26 smithi057 bash[18598]: cluster 2024-04-24T17:28:25.612208+0000 mgr.smithi057.tirlgq (mgr.14197) 310 : cluster [DBG] pgmap v257: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:27.035 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:28:27.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:28:26 smithi088 bash[20239]: cluster 2024-04-24T17:28:25.612208+0000 mgr.smithi057.tirlgq (mgr.14197) 310 : cluster [DBG] pgmap v257: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:27.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:28:26 smithi088 bash[20239]: cluster 2024-04-24T17:28:25.612208+0000 mgr.smithi057.tirlgq (mgr.14197) 310 : cluster [DBG] pgmap v257: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:27.969 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:28:28.085 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:28:27 smithi057 bash[18598]: audit 2024-04-24T17:28:26.794875+0000 mon.smithi057 (mon.0) 475 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:28:28.085 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:28:27 smithi057 bash[18598]: audit 2024-04-24T17:28:26.794875+0000 mon.smithi057 (mon.0) 475 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:28:28.085 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:28:27 smithi057 bash[18598]: audit 2024-04-24T17:28:27.037932+0000 mon.smithi057 (mon.0) 476 : audit [DBG] from='client.? 172.21.15.57:0/911102006' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:28:28.085 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:28:27 smithi057 bash[18598]: audit 2024-04-24T17:28:27.037932+0000 mon.smithi057 (mon.0) 476 : audit [DBG] from='client.? 172.21.15.57:0/911102006' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:28:28.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:28:27 smithi088 bash[20239]: audit 2024-04-24T17:28:26.794875+0000 mon.smithi057 (mon.0) 475 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:28:28.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:28:27 smithi088 bash[20239]: audit 2024-04-24T17:28:26.794875+0000 mon.smithi057 (mon.0) 475 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:28:28.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:28:27 smithi088 bash[20239]: audit 2024-04-24T17:28:27.037932+0000 mon.smithi057 (mon.0) 476 : audit [DBG] from='client.? 172.21.15.57:0/911102006' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:28:28.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:28:27 smithi088 bash[20239]: audit 2024-04-24T17:28:27.037932+0000 mon.smithi057 (mon.0) 476 : audit [DBG] from='client.? 172.21.15.57:0/911102006' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:28:28.971 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T17:28:29.085 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:28:28 smithi057 bash[18598]: cluster 2024-04-24T17:28:27.613267+0000 mgr.smithi057.tirlgq (mgr.14197) 311 : cluster [DBG] pgmap v258: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:29.086 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:28:28 smithi057 bash[18598]: cluster 2024-04-24T17:28:27.613267+0000 mgr.smithi057.tirlgq (mgr.14197) 311 : cluster [DBG] pgmap v258: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:29.086 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:28:28 smithi057 bash[18598]: audit 2024-04-24T17:28:27.952909+0000 mon.smithi057 (mon.0) 477 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:28:29.086 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:28:28 smithi057 bash[18598]: audit 2024-04-24T17:28:27.952909+0000 mon.smithi057 (mon.0) 477 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:28:29.086 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:28:28 smithi057 bash[18598]: audit 2024-04-24T17:28:27.954913+0000 mon.smithi057 (mon.0) 478 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:28:29.086 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:28:28 smithi057 bash[18598]: audit 2024-04-24T17:28:27.954913+0000 mon.smithi057 (mon.0) 478 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:28:29.086 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:28:28 smithi057 bash[18598]: cluster 2024-04-24T17:28:27.957712+0000 mgr.smithi057.tirlgq (mgr.14197) 312 : cluster [DBG] pgmap v259: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:29.086 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:28:28 smithi057 bash[18598]: cluster 2024-04-24T17:28:27.957712+0000 mgr.smithi057.tirlgq (mgr.14197) 312 : cluster [DBG] pgmap v259: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:29.086 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:28:28 smithi057 bash[18598]: cluster 2024-04-24T17:28:27.958723+0000 mgr.smithi057.tirlgq (mgr.14197) 313 : cluster [DBG] pgmap v260: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:29.086 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:28:28 smithi057 bash[18598]: cluster 2024-04-24T17:28:27.958723+0000 mgr.smithi057.tirlgq (mgr.14197) 313 : cluster [DBG] pgmap v260: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:29.086 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:28:28 smithi057 bash[18598]: audit 2024-04-24T17:28:27.965375+0000 mon.smithi057 (mon.0) 479 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:28:29.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:28:28 smithi057 bash[18598]: audit 2024-04-24T17:28:27.965375+0000 mon.smithi057 (mon.0) 479 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:28:29.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:28:28 smithi057 bash[18598]: audit 2024-04-24T17:28:27.973538+0000 mon.smithi057 (mon.0) 480 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-24T17:28:29.087 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:28:28 smithi057 bash[18598]: audit 2024-04-24T17:28:27.973538+0000 mon.smithi057 (mon.0) 480 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-24T17:28:29.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:28:28 smithi088 bash[20239]: cluster 2024-04-24T17:28:27.613267+0000 mgr.smithi057.tirlgq (mgr.14197) 311 : cluster [DBG] pgmap v258: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:29.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:28:28 smithi088 bash[20239]: cluster 2024-04-24T17:28:27.613267+0000 mgr.smithi057.tirlgq (mgr.14197) 311 : cluster [DBG] pgmap v258: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:29.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:28:28 smithi088 bash[20239]: audit 2024-04-24T17:28:27.952909+0000 mon.smithi057 (mon.0) 477 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:28:29.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:28:28 smithi088 bash[20239]: audit 2024-04-24T17:28:27.952909+0000 mon.smithi057 (mon.0) 477 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:28:29.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:28:28 smithi088 bash[20239]: audit 2024-04-24T17:28:27.954913+0000 mon.smithi057 (mon.0) 478 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:28:29.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:28:28 smithi088 bash[20239]: audit 2024-04-24T17:28:27.954913+0000 mon.smithi057 (mon.0) 478 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:28:29.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:28:28 smithi088 bash[20239]: cluster 2024-04-24T17:28:27.957712+0000 mgr.smithi057.tirlgq (mgr.14197) 312 : cluster [DBG] pgmap v259: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:29.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:28:28 smithi088 bash[20239]: cluster 2024-04-24T17:28:27.957712+0000 mgr.smithi057.tirlgq (mgr.14197) 312 : cluster [DBG] pgmap v259: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:29.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:28:28 smithi088 bash[20239]: cluster 2024-04-24T17:28:27.958723+0000 mgr.smithi057.tirlgq (mgr.14197) 313 : cluster [DBG] pgmap v260: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:29.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:28:28 smithi088 bash[20239]: cluster 2024-04-24T17:28:27.958723+0000 mgr.smithi057.tirlgq (mgr.14197) 313 : cluster [DBG] pgmap v260: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:29.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:28:28 smithi088 bash[20239]: audit 2024-04-24T17:28:27.965375+0000 mon.smithi057 (mon.0) 479 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:28:29.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:28:28 smithi088 bash[20239]: audit 2024-04-24T17:28:27.965375+0000 mon.smithi057 (mon.0) 479 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:28:29.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:28:28 smithi088 bash[20239]: audit 2024-04-24T17:28:27.973538+0000 mon.smithi057 (mon.0) 480 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-24T17:28:29.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:28:28 smithi088 bash[20239]: audit 2024-04-24T17:28:27.973538+0000 mon.smithi057 (mon.0) 480 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-24T17:28:31.335 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:28:31 smithi057 bash[18598]: cluster 2024-04-24T17:28:29.959816+0000 mgr.smithi057.tirlgq (mgr.14197) 314 : cluster [DBG] pgmap v261: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:31.335 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:28:31 smithi057 bash[18598]: cluster 2024-04-24T17:28:29.959816+0000 mgr.smithi057.tirlgq (mgr.14197) 314 : cluster [DBG] pgmap v261: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:31.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:28:31 smithi088 bash[20239]: cluster 2024-04-24T17:28:29.959816+0000 mgr.smithi057.tirlgq (mgr.14197) 314 : cluster [DBG] pgmap v261: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:31.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:28:31 smithi088 bash[20239]: cluster 2024-04-24T17:28:29.959816+0000 mgr.smithi057.tirlgq (mgr.14197) 314 : cluster [DBG] pgmap v261: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:33.335 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:28:33 smithi057 bash[18598]: cluster 2024-04-24T17:28:31.960928+0000 mgr.smithi057.tirlgq (mgr.14197) 315 : cluster [DBG] pgmap v262: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:33.335 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:28:33 smithi057 bash[18598]: cluster 2024-04-24T17:28:31.960928+0000 mgr.smithi057.tirlgq (mgr.14197) 315 : cluster [DBG] pgmap v262: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:33.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:28:33 smithi088 bash[20239]: cluster 2024-04-24T17:28:31.960928+0000 mgr.smithi057.tirlgq (mgr.14197) 315 : cluster [DBG] pgmap v262: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:33.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:28:33 smithi088 bash[20239]: cluster 2024-04-24T17:28:31.960928+0000 mgr.smithi057.tirlgq (mgr.14197) 315 : cluster [DBG] pgmap v262: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:33.745 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:28:34.982 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:28:35.335 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:28:35 smithi057 bash[18598]: cluster 2024-04-24T17:28:33.961987+0000 mgr.smithi057.tirlgq (mgr.14197) 316 : cluster [DBG] pgmap v263: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:35.335 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:28:35 smithi057 bash[18598]: cluster 2024-04-24T17:28:33.961987+0000 mgr.smithi057.tirlgq (mgr.14197) 316 : cluster [DBG] pgmap v263: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:35.335 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:28:35 smithi057 bash[18598]: audit 2024-04-24T17:28:34.984973+0000 mon.smithi057 (mon.0) 481 : audit [DBG] from='client.? 172.21.15.57:0/1736328278' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:28:35.335 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:28:35 smithi057 bash[18598]: audit 2024-04-24T17:28:34.984973+0000 mon.smithi057 (mon.0) 481 : audit [DBG] from='client.? 172.21.15.57:0/1736328278' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:28:35.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:28:35 smithi088 bash[20239]: cluster 2024-04-24T17:28:33.961987+0000 mgr.smithi057.tirlgq (mgr.14197) 316 : cluster [DBG] pgmap v263: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:35.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:28:35 smithi088 bash[20239]: cluster 2024-04-24T17:28:33.961987+0000 mgr.smithi057.tirlgq (mgr.14197) 316 : cluster [DBG] pgmap v263: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:35.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:28:35 smithi088 bash[20239]: audit 2024-04-24T17:28:34.984973+0000 mon.smithi057 (mon.0) 481 : audit [DBG] from='client.? 172.21.15.57:0/1736328278' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:28:35.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:28:35 smithi088 bash[20239]: audit 2024-04-24T17:28:34.984973+0000 mon.smithi057 (mon.0) 481 : audit [DBG] from='client.? 172.21.15.57:0/1736328278' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:28:35.587 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:28:36.588 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T17:28:37.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:28:37 smithi088 bash[20239]: cluster 2024-04-24T17:28:35.963053+0000 mgr.smithi057.tirlgq (mgr.14197) 317 : cluster [DBG] pgmap v264: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:37.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:28:37 smithi088 bash[20239]: cluster 2024-04-24T17:28:35.963053+0000 mgr.smithi057.tirlgq (mgr.14197) 317 : cluster [DBG] pgmap v264: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:37.335 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:28:37 smithi057 bash[18598]: cluster 2024-04-24T17:28:35.963053+0000 mgr.smithi057.tirlgq (mgr.14197) 317 : cluster [DBG] pgmap v264: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:37.335 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:28:37 smithi057 bash[18598]: cluster 2024-04-24T17:28:35.963053+0000 mgr.smithi057.tirlgq (mgr.14197) 317 : cluster [DBG] pgmap v264: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:39.335 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:28:39 smithi057 bash[18598]: cluster 2024-04-24T17:28:37.964196+0000 mgr.smithi057.tirlgq (mgr.14197) 318 : cluster [DBG] pgmap v265: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:39.335 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:28:39 smithi057 bash[18598]: cluster 2024-04-24T17:28:37.964196+0000 mgr.smithi057.tirlgq (mgr.14197) 318 : cluster [DBG] pgmap v265: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:39.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:28:39 smithi088 bash[20239]: cluster 2024-04-24T17:28:37.964196+0000 mgr.smithi057.tirlgq (mgr.14197) 318 : cluster [DBG] pgmap v265: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:39.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:28:39 smithi088 bash[20239]: cluster 2024-04-24T17:28:37.964196+0000 mgr.smithi057.tirlgq (mgr.14197) 318 : cluster [DBG] pgmap v265: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:41.335 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:28:41 smithi057 bash[18598]: cluster 2024-04-24T17:28:39.965331+0000 mgr.smithi057.tirlgq (mgr.14197) 319 : cluster [DBG] pgmap v266: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:41.335 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:28:41 smithi057 bash[18598]: cluster 2024-04-24T17:28:39.965331+0000 mgr.smithi057.tirlgq (mgr.14197) 319 : cluster [DBG] pgmap v266: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:41.373 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:28:41.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:28:41 smithi088 bash[20239]: cluster 2024-04-24T17:28:39.965331+0000 mgr.smithi057.tirlgq (mgr.14197) 319 : cluster [DBG] pgmap v266: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:41.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:28:41 smithi088 bash[20239]: cluster 2024-04-24T17:28:39.965331+0000 mgr.smithi057.tirlgq (mgr.14197) 319 : cluster [DBG] pgmap v266: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:42.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:28:42 smithi088 bash[20239]: audit 2024-04-24T17:28:41.796352+0000 mon.smithi057 (mon.0) 482 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:28:42.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:28:42 smithi088 bash[20239]: audit 2024-04-24T17:28:41.796352+0000 mon.smithi057 (mon.0) 482 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:28:42.335 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:28:42 smithi057 bash[18598]: audit 2024-04-24T17:28:41.796352+0000 mon.smithi057 (mon.0) 482 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:28:42.335 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:28:42 smithi057 bash[18598]: audit 2024-04-24T17:28:41.796352+0000 mon.smithi057 (mon.0) 482 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:28:42.594 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:28:43.191 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:28:43.335 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:28:43 smithi057 bash[18598]: cluster 2024-04-24T17:28:41.966304+0000 mgr.smithi057.tirlgq (mgr.14197) 320 : cluster [DBG] pgmap v267: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:43.335 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:28:43 smithi057 bash[18598]: cluster 2024-04-24T17:28:41.966304+0000 mgr.smithi057.tirlgq (mgr.14197) 320 : cluster [DBG] pgmap v267: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:43.335 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:28:43 smithi057 bash[18598]: audit 2024-04-24T17:28:42.597075+0000 mon.smithi057 (mon.0) 483 : audit [DBG] from='client.? 172.21.15.57:0/1548973666' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:28:43.335 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:28:43 smithi057 bash[18598]: audit 2024-04-24T17:28:42.597075+0000 mon.smithi057 (mon.0) 483 : audit [DBG] from='client.? 172.21.15.57:0/1548973666' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:28:43.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:28:43 smithi088 bash[20239]: cluster 2024-04-24T17:28:41.966304+0000 mgr.smithi057.tirlgq (mgr.14197) 320 : cluster [DBG] pgmap v267: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:43.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:28:43 smithi088 bash[20239]: cluster 2024-04-24T17:28:41.966304+0000 mgr.smithi057.tirlgq (mgr.14197) 320 : cluster [DBG] pgmap v267: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:43.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:28:43 smithi088 bash[20239]: audit 2024-04-24T17:28:42.597075+0000 mon.smithi057 (mon.0) 483 : audit [DBG] from='client.? 172.21.15.57:0/1548973666' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:28:43.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:28:43 smithi088 bash[20239]: audit 2024-04-24T17:28:42.597075+0000 mon.smithi057 (mon.0) 483 : audit [DBG] from='client.? 172.21.15.57:0/1548973666' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:28:44.192 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T17:28:45.335 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:28:45 smithi057 bash[18598]: cluster 2024-04-24T17:28:43.967289+0000 mgr.smithi057.tirlgq (mgr.14197) 321 : cluster [DBG] pgmap v268: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:45.335 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:28:45 smithi057 bash[18598]: cluster 2024-04-24T17:28:43.967289+0000 mgr.smithi057.tirlgq (mgr.14197) 321 : cluster [DBG] pgmap v268: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:45.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:28:45 smithi088 bash[20239]: cluster 2024-04-24T17:28:43.967289+0000 mgr.smithi057.tirlgq (mgr.14197) 321 : cluster [DBG] pgmap v268: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:45.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:28:45 smithi088 bash[20239]: cluster 2024-04-24T17:28:43.967289+0000 mgr.smithi057.tirlgq (mgr.14197) 321 : cluster [DBG] pgmap v268: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:47.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:28:47 smithi088 bash[20239]: cluster 2024-04-24T17:28:45.968299+0000 mgr.smithi057.tirlgq (mgr.14197) 322 : cluster [DBG] pgmap v269: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:47.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:28:47 smithi088 bash[20239]: cluster 2024-04-24T17:28:45.968299+0000 mgr.smithi057.tirlgq (mgr.14197) 322 : cluster [DBG] pgmap v269: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:47.335 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:28:47 smithi057 bash[18598]: cluster 2024-04-24T17:28:45.968299+0000 mgr.smithi057.tirlgq (mgr.14197) 322 : cluster [DBG] pgmap v269: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:47.335 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:28:47 smithi057 bash[18598]: cluster 2024-04-24T17:28:45.968299+0000 mgr.smithi057.tirlgq (mgr.14197) 322 : cluster [DBG] pgmap v269: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:48.973 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:28:49.335 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:28:49 smithi057 bash[18598]: cluster 2024-04-24T17:28:47.969339+0000 mgr.smithi057.tirlgq (mgr.14197) 323 : cluster [DBG] pgmap v270: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:49.335 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:28:49 smithi057 bash[18598]: cluster 2024-04-24T17:28:47.969339+0000 mgr.smithi057.tirlgq (mgr.14197) 323 : cluster [DBG] pgmap v270: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:49.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:28:49 smithi088 bash[20239]: cluster 2024-04-24T17:28:47.969339+0000 mgr.smithi057.tirlgq (mgr.14197) 323 : cluster [DBG] pgmap v270: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:49.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:28:49 smithi088 bash[20239]: cluster 2024-04-24T17:28:47.969339+0000 mgr.smithi057.tirlgq (mgr.14197) 323 : cluster [DBG] pgmap v270: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:50.222 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:28:50.793 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:28:51.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:28:51 smithi088 bash[20239]: cluster 2024-04-24T17:28:49.969952+0000 mgr.smithi057.tirlgq (mgr.14197) 324 : cluster [DBG] pgmap v271: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:51.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:28:51 smithi088 bash[20239]: cluster 2024-04-24T17:28:49.969952+0000 mgr.smithi057.tirlgq (mgr.14197) 324 : cluster [DBG] pgmap v271: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:51.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:28:51 smithi088 bash[20239]: audit 2024-04-24T17:28:50.224947+0000 mon.smithi057 (mon.0) 484 : audit [DBG] from='client.? 172.21.15.57:0/1714829786' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:28:51.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:28:51 smithi088 bash[20239]: audit 2024-04-24T17:28:50.224947+0000 mon.smithi057 (mon.0) 484 : audit [DBG] from='client.? 172.21.15.57:0/1714829786' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:28:51.514 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:28:51 smithi057 bash[18598]: cluster 2024-04-24T17:28:49.969952+0000 mgr.smithi057.tirlgq (mgr.14197) 324 : cluster [DBG] pgmap v271: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:51.514 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:28:51 smithi057 bash[18598]: cluster 2024-04-24T17:28:49.969952+0000 mgr.smithi057.tirlgq (mgr.14197) 324 : cluster [DBG] pgmap v271: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:51.514 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:28:51 smithi057 bash[18598]: audit 2024-04-24T17:28:50.224947+0000 mon.smithi057 (mon.0) 484 : audit [DBG] from='client.? 172.21.15.57:0/1714829786' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:28:51.514 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:28:51 smithi057 bash[18598]: audit 2024-04-24T17:28:50.224947+0000 mon.smithi057 (mon.0) 484 : audit [DBG] from='client.? 172.21.15.57:0/1714829786' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:28:51.795 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T17:28:53.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:28:53 smithi088 bash[20239]: cluster 2024-04-24T17:28:51.970877+0000 mgr.smithi057.tirlgq (mgr.14197) 325 : cluster [DBG] pgmap v272: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:53.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:28:53 smithi088 bash[20239]: cluster 2024-04-24T17:28:51.970877+0000 mgr.smithi057.tirlgq (mgr.14197) 325 : cluster [DBG] pgmap v272: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:53.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:28:53 smithi057 bash[18598]: cluster 2024-04-24T17:28:51.970877+0000 mgr.smithi057.tirlgq (mgr.14197) 325 : cluster [DBG] pgmap v272: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:53.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:28:53 smithi057 bash[18598]: cluster 2024-04-24T17:28:51.970877+0000 mgr.smithi057.tirlgq (mgr.14197) 325 : cluster [DBG] pgmap v272: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:55.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:28:55 smithi088 bash[20239]: cluster 2024-04-24T17:28:53.971887+0000 mgr.smithi057.tirlgq (mgr.14197) 326 : cluster [DBG] pgmap v273: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:55.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:28:55 smithi088 bash[20239]: cluster 2024-04-24T17:28:53.971887+0000 mgr.smithi057.tirlgq (mgr.14197) 326 : cluster [DBG] pgmap v273: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:55.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:28:55 smithi057 bash[18598]: cluster 2024-04-24T17:28:53.971887+0000 mgr.smithi057.tirlgq (mgr.14197) 326 : cluster [DBG] pgmap v273: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:55.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:28:55 smithi057 bash[18598]: cluster 2024-04-24T17:28:53.971887+0000 mgr.smithi057.tirlgq (mgr.14197) 326 : cluster [DBG] pgmap v273: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:56.573 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:28:57.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:28:57 smithi088 bash[20239]: cluster 2024-04-24T17:28:55.972879+0000 mgr.smithi057.tirlgq (mgr.14197) 327 : cluster [DBG] pgmap v274: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:57.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:28:57 smithi088 bash[20239]: cluster 2024-04-24T17:28:55.972879+0000 mgr.smithi057.tirlgq (mgr.14197) 327 : cluster [DBG] pgmap v274: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:57.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:28:57 smithi088 bash[20239]: audit 2024-04-24T17:28:56.796525+0000 mon.smithi057 (mon.0) 485 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:28:57.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:28:57 smithi088 bash[20239]: audit 2024-04-24T17:28:56.796525+0000 mon.smithi057 (mon.0) 485 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:28:57.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:28:57 smithi057 bash[18598]: cluster 2024-04-24T17:28:55.972879+0000 mgr.smithi057.tirlgq (mgr.14197) 327 : cluster [DBG] pgmap v274: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:57.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:28:57 smithi057 bash[18598]: cluster 2024-04-24T17:28:55.972879+0000 mgr.smithi057.tirlgq (mgr.14197) 327 : cluster [DBG] pgmap v274: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:57.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:28:57 smithi057 bash[18598]: audit 2024-04-24T17:28:56.796525+0000 mon.smithi057 (mon.0) 485 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:28:57.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:28:57 smithi057 bash[18598]: audit 2024-04-24T17:28:56.796525+0000 mon.smithi057 (mon.0) 485 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:28:57.693 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:28:58.241 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:28:58.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:28:58 smithi088 bash[20239]: audit 2024-04-24T17:28:57.695821+0000 mon.smithi057 (mon.0) 486 : audit [DBG] from='client.? 172.21.15.57:0/3137660038' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:28:58.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:28:58 smithi088 bash[20239]: audit 2024-04-24T17:28:57.695821+0000 mon.smithi057 (mon.0) 486 : audit [DBG] from='client.? 172.21.15.57:0/3137660038' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:28:58.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:28:58 smithi057 bash[18598]: audit 2024-04-24T17:28:57.695821+0000 mon.smithi057 (mon.0) 486 : audit [DBG] from='client.? 172.21.15.57:0/3137660038' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:28:58.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:28:58 smithi057 bash[18598]: audit 2024-04-24T17:28:57.695821+0000 mon.smithi057 (mon.0) 486 : audit [DBG] from='client.? 172.21.15.57:0/3137660038' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:28:59.242 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T17:28:59.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:28:59 smithi088 bash[20239]: cluster 2024-04-24T17:28:57.973903+0000 mgr.smithi057.tirlgq (mgr.14197) 328 : cluster [DBG] pgmap v275: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:59.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:28:59 smithi088 bash[20239]: cluster 2024-04-24T17:28:57.973903+0000 mgr.smithi057.tirlgq (mgr.14197) 328 : cluster [DBG] pgmap v275: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:59.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:28:59 smithi057 bash[18598]: cluster 2024-04-24T17:28:57.973903+0000 mgr.smithi057.tirlgq (mgr.14197) 328 : cluster [DBG] pgmap v275: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:28:59.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:28:59 smithi057 bash[18598]: cluster 2024-04-24T17:28:57.973903+0000 mgr.smithi057.tirlgq (mgr.14197) 328 : cluster [DBG] pgmap v275: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:01.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:29:01 smithi088 bash[20239]: cluster 2024-04-24T17:28:59.974902+0000 mgr.smithi057.tirlgq (mgr.14197) 329 : cluster [DBG] pgmap v276: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:01.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:29:01 smithi088 bash[20239]: cluster 2024-04-24T17:28:59.974902+0000 mgr.smithi057.tirlgq (mgr.14197) 329 : cluster [DBG] pgmap v276: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:01.549 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:29:01 smithi057 bash[18598]: cluster 2024-04-24T17:28:59.974902+0000 mgr.smithi057.tirlgq (mgr.14197) 329 : cluster [DBG] pgmap v276: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:01.549 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:29:01 smithi057 bash[18598]: cluster 2024-04-24T17:28:59.974902+0000 mgr.smithi057.tirlgq (mgr.14197) 329 : cluster [DBG] pgmap v276: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:03.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:29:03 smithi088 bash[20239]: cluster 2024-04-24T17:29:01.975942+0000 mgr.smithi057.tirlgq (mgr.14197) 330 : cluster [DBG] pgmap v277: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:03.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:29:03 smithi088 bash[20239]: cluster 2024-04-24T17:29:01.975942+0000 mgr.smithi057.tirlgq (mgr.14197) 330 : cluster [DBG] pgmap v277: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:03.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:29:03 smithi057 bash[18598]: cluster 2024-04-24T17:29:01.975942+0000 mgr.smithi057.tirlgq (mgr.14197) 330 : cluster [DBG] pgmap v277: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:03.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:29:03 smithi057 bash[18598]: cluster 2024-04-24T17:29:01.975942+0000 mgr.smithi057.tirlgq (mgr.14197) 330 : cluster [DBG] pgmap v277: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:04.019 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:29:05.160 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:29:05.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:29:05 smithi088 bash[20239]: cluster 2024-04-24T17:29:03.976882+0000 mgr.smithi057.tirlgq (mgr.14197) 331 : cluster [DBG] pgmap v278: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:05.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:29:05 smithi088 bash[20239]: cluster 2024-04-24T17:29:03.976882+0000 mgr.smithi057.tirlgq (mgr.14197) 331 : cluster [DBG] pgmap v278: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:05.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:29:05 smithi057 bash[18598]: cluster 2024-04-24T17:29:03.976882+0000 mgr.smithi057.tirlgq (mgr.14197) 331 : cluster [DBG] pgmap v278: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:05.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:29:05 smithi057 bash[18598]: cluster 2024-04-24T17:29:03.976882+0000 mgr.smithi057.tirlgq (mgr.14197) 331 : cluster [DBG] pgmap v278: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:05.721 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:29:06.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:29:06 smithi088 bash[20239]: audit 2024-04-24T17:29:05.163241+0000 mon.smithi057 (mon.0) 487 : audit [DBG] from='client.? 172.21.15.57:0/3081973402' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:29:06.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:29:06 smithi088 bash[20239]: audit 2024-04-24T17:29:05.163241+0000 mon.smithi057 (mon.0) 487 : audit [DBG] from='client.? 172.21.15.57:0/3081973402' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:29:06.567 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:29:06 smithi057 bash[18598]: audit 2024-04-24T17:29:05.163241+0000 mon.smithi057 (mon.0) 487 : audit [DBG] from='client.? 172.21.15.57:0/3081973402' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:29:06.568 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:29:06 smithi057 bash[18598]: audit 2024-04-24T17:29:05.163241+0000 mon.smithi057 (mon.0) 487 : audit [DBG] from='client.? 172.21.15.57:0/3081973402' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:29:06.722 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T17:29:07.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:29:07 smithi088 bash[20239]: cluster 2024-04-24T17:29:05.977934+0000 mgr.smithi057.tirlgq (mgr.14197) 332 : cluster [DBG] pgmap v279: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:07.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:29:07 smithi088 bash[20239]: cluster 2024-04-24T17:29:05.977934+0000 mgr.smithi057.tirlgq (mgr.14197) 332 : cluster [DBG] pgmap v279: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:07.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:29:07 smithi057 bash[18598]: cluster 2024-04-24T17:29:05.977934+0000 mgr.smithi057.tirlgq (mgr.14197) 332 : cluster [DBG] pgmap v279: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:07.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:29:07 smithi057 bash[18598]: cluster 2024-04-24T17:29:05.977934+0000 mgr.smithi057.tirlgq (mgr.14197) 332 : cluster [DBG] pgmap v279: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:09.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:29:09 smithi088 bash[20239]: cluster 2024-04-24T17:29:07.978886+0000 mgr.smithi057.tirlgq (mgr.14197) 333 : cluster [DBG] pgmap v280: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:09.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:29:09 smithi088 bash[20239]: cluster 2024-04-24T17:29:07.978886+0000 mgr.smithi057.tirlgq (mgr.14197) 333 : cluster [DBG] pgmap v280: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:09.586 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:29:09 smithi057 bash[18598]: cluster 2024-04-24T17:29:07.978886+0000 mgr.smithi057.tirlgq (mgr.14197) 333 : cluster [DBG] pgmap v280: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:09.586 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:29:09 smithi057 bash[18598]: cluster 2024-04-24T17:29:07.978886+0000 mgr.smithi057.tirlgq (mgr.14197) 333 : cluster [DBG] pgmap v280: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:11.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:29:11 smithi088 bash[20239]: cluster 2024-04-24T17:29:09.980218+0000 mgr.smithi057.tirlgq (mgr.14197) 334 : cluster [DBG] pgmap v281: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:11.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:29:11 smithi088 bash[20239]: cluster 2024-04-24T17:29:09.980218+0000 mgr.smithi057.tirlgq (mgr.14197) 334 : cluster [DBG] pgmap v281: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:11.498 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:29:11.521 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:29:11 smithi057 bash[18598]: cluster 2024-04-24T17:29:09.980218+0000 mgr.smithi057.tirlgq (mgr.14197) 334 : cluster [DBG] pgmap v281: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:11.521 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:29:11 smithi057 bash[18598]: cluster 2024-04-24T17:29:09.980218+0000 mgr.smithi057.tirlgq (mgr.14197) 334 : cluster [DBG] pgmap v281: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:12.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:29:12 smithi057 bash[18598]: audit 2024-04-24T17:29:11.796839+0000 mon.smithi057 (mon.0) 488 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:29:12.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:29:12 smithi057 bash[18598]: audit 2024-04-24T17:29:11.796839+0000 mon.smithi057 (mon.0) 488 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:29:12.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:29:12 smithi088 bash[20239]: audit 2024-04-24T17:29:11.796839+0000 mon.smithi057 (mon.0) 488 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:29:12.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:29:12 smithi088 bash[20239]: audit 2024-04-24T17:29:11.796839+0000 mon.smithi057 (mon.0) 488 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:29:12.690 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:29:13.271 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:29:13.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:29:13 smithi057 bash[18598]: cluster 2024-04-24T17:29:11.981213+0000 mgr.smithi057.tirlgq (mgr.14197) 335 : cluster [DBG] pgmap v282: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:13.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:29:13 smithi057 bash[18598]: cluster 2024-04-24T17:29:11.981213+0000 mgr.smithi057.tirlgq (mgr.14197) 335 : cluster [DBG] pgmap v282: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:13.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:29:13 smithi057 bash[18598]: audit 2024-04-24T17:29:12.693365+0000 mon.smithi057 (mon.0) 489 : audit [DBG] from='client.? 172.21.15.57:0/2675155754' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:29:13.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:29:13 smithi057 bash[18598]: audit 2024-04-24T17:29:12.693365+0000 mon.smithi057 (mon.0) 489 : audit [DBG] from='client.? 172.21.15.57:0/2675155754' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:29:13.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:29:13 smithi088 bash[20239]: cluster 2024-04-24T17:29:11.981213+0000 mgr.smithi057.tirlgq (mgr.14197) 335 : cluster [DBG] pgmap v282: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:13.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:29:13 smithi088 bash[20239]: cluster 2024-04-24T17:29:11.981213+0000 mgr.smithi057.tirlgq (mgr.14197) 335 : cluster [DBG] pgmap v282: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:13.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:29:13 smithi088 bash[20239]: audit 2024-04-24T17:29:12.693365+0000 mon.smithi057 (mon.0) 489 : audit [DBG] from='client.? 172.21.15.57:0/2675155754' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:29:13.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:29:13 smithi088 bash[20239]: audit 2024-04-24T17:29:12.693365+0000 mon.smithi057 (mon.0) 489 : audit [DBG] from='client.? 172.21.15.57:0/2675155754' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:29:14.272 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T17:29:15.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:29:15 smithi057 bash[18598]: cluster 2024-04-24T17:29:13.982167+0000 mgr.smithi057.tirlgq (mgr.14197) 336 : cluster [DBG] pgmap v283: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:15.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:29:15 smithi057 bash[18598]: cluster 2024-04-24T17:29:13.982167+0000 mgr.smithi057.tirlgq (mgr.14197) 336 : cluster [DBG] pgmap v283: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:15.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:29:15 smithi088 bash[20239]: cluster 2024-04-24T17:29:13.982167+0000 mgr.smithi057.tirlgq (mgr.14197) 336 : cluster [DBG] pgmap v283: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:15.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:29:15 smithi088 bash[20239]: cluster 2024-04-24T17:29:13.982167+0000 mgr.smithi057.tirlgq (mgr.14197) 336 : cluster [DBG] pgmap v283: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:17.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:29:17 smithi057 bash[18598]: cluster 2024-04-24T17:29:15.983133+0000 mgr.smithi057.tirlgq (mgr.14197) 337 : cluster [DBG] pgmap v284: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:17.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:29:17 smithi057 bash[18598]: cluster 2024-04-24T17:29:15.983133+0000 mgr.smithi057.tirlgq (mgr.14197) 337 : cluster [DBG] pgmap v284: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:17.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:29:17 smithi088 bash[20239]: cluster 2024-04-24T17:29:15.983133+0000 mgr.smithi057.tirlgq (mgr.14197) 337 : cluster [DBG] pgmap v284: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:17.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:29:17 smithi088 bash[20239]: cluster 2024-04-24T17:29:15.983133+0000 mgr.smithi057.tirlgq (mgr.14197) 337 : cluster [DBG] pgmap v284: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:19.052 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:29:19.335 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:29:19 smithi057 bash[18598]: cluster 2024-04-24T17:29:17.984131+0000 mgr.smithi057.tirlgq (mgr.14197) 338 : cluster [DBG] pgmap v285: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:19.335 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:29:19 smithi057 bash[18598]: cluster 2024-04-24T17:29:17.984131+0000 mgr.smithi057.tirlgq (mgr.14197) 338 : cluster [DBG] pgmap v285: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:19.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:29:19 smithi088 bash[20239]: cluster 2024-04-24T17:29:17.984131+0000 mgr.smithi057.tirlgq (mgr.14197) 338 : cluster [DBG] pgmap v285: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:19.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:29:19 smithi088 bash[20239]: cluster 2024-04-24T17:29:17.984131+0000 mgr.smithi057.tirlgq (mgr.14197) 338 : cluster [DBG] pgmap v285: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:20.279 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:29:20.825 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:29:21.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:29:21 smithi057 bash[18598]: cluster 2024-04-24T17:29:19.984669+0000 mgr.smithi057.tirlgq (mgr.14197) 339 : cluster [DBG] pgmap v286: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:21.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:29:21 smithi057 bash[18598]: cluster 2024-04-24T17:29:19.984669+0000 mgr.smithi057.tirlgq (mgr.14197) 339 : cluster [DBG] pgmap v286: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:21.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:29:21 smithi057 bash[18598]: audit 2024-04-24T17:29:20.281887+0000 mon.smithi057 (mon.0) 490 : audit [DBG] from='client.? 172.21.15.57:0/929861901' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:29:21.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:29:21 smithi057 bash[18598]: audit 2024-04-24T17:29:20.281887+0000 mon.smithi057 (mon.0) 490 : audit [DBG] from='client.? 172.21.15.57:0/929861901' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:29:21.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:29:21 smithi088 bash[20239]: cluster 2024-04-24T17:29:19.984669+0000 mgr.smithi057.tirlgq (mgr.14197) 339 : cluster [DBG] pgmap v286: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:21.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:29:21 smithi088 bash[20239]: cluster 2024-04-24T17:29:19.984669+0000 mgr.smithi057.tirlgq (mgr.14197) 339 : cluster [DBG] pgmap v286: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:21.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:29:21 smithi088 bash[20239]: audit 2024-04-24T17:29:20.281887+0000 mon.smithi057 (mon.0) 490 : audit [DBG] from='client.? 172.21.15.57:0/929861901' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:29:21.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:29:21 smithi088 bash[20239]: audit 2024-04-24T17:29:20.281887+0000 mon.smithi057 (mon.0) 490 : audit [DBG] from='client.? 172.21.15.57:0/929861901' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:29:21.827 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T17:29:23.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:29:23 smithi057 bash[18598]: cluster 2024-04-24T17:29:21.985626+0000 mgr.smithi057.tirlgq (mgr.14197) 340 : cluster [DBG] pgmap v287: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:23.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:29:23 smithi057 bash[18598]: cluster 2024-04-24T17:29:21.985626+0000 mgr.smithi057.tirlgq (mgr.14197) 340 : cluster [DBG] pgmap v287: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:23.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:29:23 smithi088 bash[20239]: cluster 2024-04-24T17:29:21.985626+0000 mgr.smithi057.tirlgq (mgr.14197) 340 : cluster [DBG] pgmap v287: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:23.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:29:23 smithi088 bash[20239]: cluster 2024-04-24T17:29:21.985626+0000 mgr.smithi057.tirlgq (mgr.14197) 340 : cluster [DBG] pgmap v287: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:25.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:29:25 smithi057 bash[18598]: cluster 2024-04-24T17:29:23.986619+0000 mgr.smithi057.tirlgq (mgr.14197) 341 : cluster [DBG] pgmap v288: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:25.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:29:25 smithi057 bash[18598]: cluster 2024-04-24T17:29:23.986619+0000 mgr.smithi057.tirlgq (mgr.14197) 341 : cluster [DBG] pgmap v288: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:25.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:29:25 smithi088 bash[20239]: cluster 2024-04-24T17:29:23.986619+0000 mgr.smithi057.tirlgq (mgr.14197) 341 : cluster [DBG] pgmap v288: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:25.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:29:25 smithi088 bash[20239]: cluster 2024-04-24T17:29:23.986619+0000 mgr.smithi057.tirlgq (mgr.14197) 341 : cluster [DBG] pgmap v288: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:26.594 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:29:27.459 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:29:27 smithi057 bash[18598]: cluster 2024-04-24T17:29:25.987603+0000 mgr.smithi057.tirlgq (mgr.14197) 342 : cluster [DBG] pgmap v289: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:27.459 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:29:27 smithi057 bash[18598]: cluster 2024-04-24T17:29:25.987603+0000 mgr.smithi057.tirlgq (mgr.14197) 342 : cluster [DBG] pgmap v289: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:27.459 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:29:27 smithi057 bash[18598]: audit 2024-04-24T17:29:26.797330+0000 mon.smithi057 (mon.0) 491 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:29:27.459 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:29:27 smithi057 bash[18598]: audit 2024-04-24T17:29:26.797330+0000 mon.smithi057 (mon.0) 491 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:29:27.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:29:27 smithi088 bash[20239]: cluster 2024-04-24T17:29:25.987603+0000 mgr.smithi057.tirlgq (mgr.14197) 342 : cluster [DBG] pgmap v289: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:27.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:29:27 smithi088 bash[20239]: cluster 2024-04-24T17:29:25.987603+0000 mgr.smithi057.tirlgq (mgr.14197) 342 : cluster [DBG] pgmap v289: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:27.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:29:27 smithi088 bash[20239]: audit 2024-04-24T17:29:26.797330+0000 mon.smithi057 (mon.0) 491 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:29:27.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:29:27 smithi088 bash[20239]: audit 2024-04-24T17:29:26.797330+0000 mon.smithi057 (mon.0) 491 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:29:27.819 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:29:28.411 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:29:28.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:29:28 smithi057 bash[18598]: audit 2024-04-24T17:29:27.822767+0000 mon.smithi057 (mon.0) 492 : audit [DBG] from='client.? 172.21.15.57:0/1471628852' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:29:28.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:29:28 smithi057 bash[18598]: audit 2024-04-24T17:29:27.822767+0000 mon.smithi057 (mon.0) 492 : audit [DBG] from='client.? 172.21.15.57:0/1471628852' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:29:28.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:29:28 smithi057 bash[18598]: audit 2024-04-24T17:29:28.069264+0000 mon.smithi057 (mon.0) 493 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:29:28.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:29:28 smithi057 bash[18598]: audit 2024-04-24T17:29:28.069264+0000 mon.smithi057 (mon.0) 493 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:29:28.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:29:28 smithi088 bash[20239]: audit 2024-04-24T17:29:27.822767+0000 mon.smithi057 (mon.0) 492 : audit [DBG] from='client.? 172.21.15.57:0/1471628852' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:29:28.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:29:28 smithi088 bash[20239]: audit 2024-04-24T17:29:27.822767+0000 mon.smithi057 (mon.0) 492 : audit [DBG] from='client.? 172.21.15.57:0/1471628852' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:29:28.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:29:28 smithi088 bash[20239]: audit 2024-04-24T17:29:28.069264+0000 mon.smithi057 (mon.0) 493 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:29:28.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:29:28 smithi088 bash[20239]: audit 2024-04-24T17:29:28.069264+0000 mon.smithi057 (mon.0) 493 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:29:29.413 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T17:29:29.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:29:29 smithi057 bash[18598]: cluster 2024-04-24T17:29:27.988588+0000 mgr.smithi057.tirlgq (mgr.14197) 343 : cluster [DBG] pgmap v290: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:29.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:29:29 smithi057 bash[18598]: cluster 2024-04-24T17:29:27.988588+0000 mgr.smithi057.tirlgq (mgr.14197) 343 : cluster [DBG] pgmap v290: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:29.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:29:29 smithi088 bash[20239]: cluster 2024-04-24T17:29:27.988588+0000 mgr.smithi057.tirlgq (mgr.14197) 343 : cluster [DBG] pgmap v290: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:29.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:29:29 smithi088 bash[20239]: cluster 2024-04-24T17:29:27.988588+0000 mgr.smithi057.tirlgq (mgr.14197) 343 : cluster [DBG] pgmap v290: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:31.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:29:31 smithi057 bash[18598]: cluster 2024-04-24T17:29:29.989616+0000 mgr.smithi057.tirlgq (mgr.14197) 344 : cluster [DBG] pgmap v291: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:31.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:29:31 smithi057 bash[18598]: cluster 2024-04-24T17:29:29.989616+0000 mgr.smithi057.tirlgq (mgr.14197) 344 : cluster [DBG] pgmap v291: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:31.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:29:31 smithi088 bash[20239]: cluster 2024-04-24T17:29:29.989616+0000 mgr.smithi057.tirlgq (mgr.14197) 344 : cluster [DBG] pgmap v291: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:31.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:29:31 smithi088 bash[20239]: cluster 2024-04-24T17:29:29.989616+0000 mgr.smithi057.tirlgq (mgr.14197) 344 : cluster [DBG] pgmap v291: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:33.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:29:33 smithi057 bash[18598]: cluster 2024-04-24T17:29:31.990601+0000 mgr.smithi057.tirlgq (mgr.14197) 345 : cluster [DBG] pgmap v292: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:33.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:29:33 smithi057 bash[18598]: cluster 2024-04-24T17:29:31.990601+0000 mgr.smithi057.tirlgq (mgr.14197) 345 : cluster [DBG] pgmap v292: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:33.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:29:33 smithi088 bash[20239]: cluster 2024-04-24T17:29:31.990601+0000 mgr.smithi057.tirlgq (mgr.14197) 345 : cluster [DBG] pgmap v292: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:33.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:29:33 smithi088 bash[20239]: cluster 2024-04-24T17:29:31.990601+0000 mgr.smithi057.tirlgq (mgr.14197) 345 : cluster [DBG] pgmap v292: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:33.809 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:29:35.228 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:29:35.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:29:35 smithi057 bash[18598]: cluster 2024-04-24T17:29:33.991682+0000 mgr.smithi057.tirlgq (mgr.14197) 346 : cluster [DBG] pgmap v293: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:35.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:29:35 smithi057 bash[18598]: cluster 2024-04-24T17:29:33.991682+0000 mgr.smithi057.tirlgq (mgr.14197) 346 : cluster [DBG] pgmap v293: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:35.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:29:35 smithi057 bash[18598]: audit 2024-04-24T17:29:35.230896+0000 mon.smithi057 (mon.0) 494 : audit [DBG] from='client.? 172.21.15.57:0/1402438993' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:29:35.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:29:35 smithi057 bash[18598]: audit 2024-04-24T17:29:35.230896+0000 mon.smithi057 (mon.0) 494 : audit [DBG] from='client.? 172.21.15.57:0/1402438993' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:29:35.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:29:35 smithi088 bash[20239]: cluster 2024-04-24T17:29:33.991682+0000 mgr.smithi057.tirlgq (mgr.14197) 346 : cluster [DBG] pgmap v293: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:35.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:29:35 smithi088 bash[20239]: cluster 2024-04-24T17:29:33.991682+0000 mgr.smithi057.tirlgq (mgr.14197) 346 : cluster [DBG] pgmap v293: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:35.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:29:35 smithi088 bash[20239]: audit 2024-04-24T17:29:35.230896+0000 mon.smithi057 (mon.0) 494 : audit [DBG] from='client.? 172.21.15.57:0/1402438993' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:29:35.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:29:35 smithi088 bash[20239]: audit 2024-04-24T17:29:35.230896+0000 mon.smithi057 (mon.0) 494 : audit [DBG] from='client.? 172.21.15.57:0/1402438993' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:29:36.022 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:29:36.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:29:36 smithi057 bash[18598]: audit 2024-04-24T17:29:35.988995+0000 mon.smithi057 (mon.0) 495 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:29:36.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:29:36 smithi057 bash[18598]: audit 2024-04-24T17:29:35.988995+0000 mon.smithi057 (mon.0) 495 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:29:36.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:29:36 smithi057 bash[18598]: audit 2024-04-24T17:29:35.990334+0000 mon.smithi057 (mon.0) 496 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:29:36.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:29:36 smithi057 bash[18598]: audit 2024-04-24T17:29:35.990334+0000 mon.smithi057 (mon.0) 496 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:29:36.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:29:36 smithi057 bash[18598]: audit 2024-04-24T17:29:36.000676+0000 mon.smithi057 (mon.0) 497 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:29:36.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:29:36 smithi057 bash[18598]: audit 2024-04-24T17:29:36.000676+0000 mon.smithi057 (mon.0) 497 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:29:36.586 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:29:36 smithi057 bash[18598]: audit 2024-04-24T17:29:36.006046+0000 mon.smithi057 (mon.0) 498 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-24T17:29:36.586 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:29:36 smithi057 bash[18598]: audit 2024-04-24T17:29:36.006046+0000 mon.smithi057 (mon.0) 498 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-24T17:29:36.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:29:36 smithi088 bash[20239]: audit 2024-04-24T17:29:35.988995+0000 mon.smithi057 (mon.0) 495 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:29:36.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:29:36 smithi088 bash[20239]: audit 2024-04-24T17:29:35.988995+0000 mon.smithi057 (mon.0) 495 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:29:36.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:29:36 smithi088 bash[20239]: audit 2024-04-24T17:29:35.990334+0000 mon.smithi057 (mon.0) 496 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:29:36.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:29:36 smithi088 bash[20239]: audit 2024-04-24T17:29:35.990334+0000 mon.smithi057 (mon.0) 496 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:29:36.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:29:36 smithi088 bash[20239]: audit 2024-04-24T17:29:36.000676+0000 mon.smithi057 (mon.0) 497 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:29:36.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:29:36 smithi088 bash[20239]: audit 2024-04-24T17:29:36.000676+0000 mon.smithi057 (mon.0) 497 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:29:36.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:29:36 smithi088 bash[20239]: audit 2024-04-24T17:29:36.006046+0000 mon.smithi057 (mon.0) 498 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-24T17:29:36.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:29:36 smithi088 bash[20239]: audit 2024-04-24T17:29:36.006046+0000 mon.smithi057 (mon.0) 498 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-24T17:29:37.023 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T17:29:37.319 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:29:37 smithi057 bash[18598]: cluster 2024-04-24T17:29:35.992304+0000 mgr.smithi057.tirlgq (mgr.14197) 347 : cluster [DBG] pgmap v294: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:37.358 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:29:37 smithi057 bash[18598]: cluster 2024-04-24T17:29:35.992304+0000 mgr.smithi057.tirlgq (mgr.14197) 347 : cluster [DBG] pgmap v294: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:37.358 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:29:37 smithi057 bash[18598]: cluster 2024-04-24T17:29:35.992533+0000 mgr.smithi057.tirlgq (mgr.14197) 348 : cluster [DBG] pgmap v295: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:37.358 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:29:37 smithi057 bash[18598]: cluster 2024-04-24T17:29:35.992533+0000 mgr.smithi057.tirlgq (mgr.14197) 348 : cluster [DBG] pgmap v295: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:37.358 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:29:37 smithi057 bash[18598]: cluster 2024-04-24T17:29:35.993339+0000 mgr.smithi057.tirlgq (mgr.14197) 349 : cluster [DBG] pgmap v296: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:37.358 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:29:37 smithi057 bash[18598]: cluster 2024-04-24T17:29:35.993339+0000 mgr.smithi057.tirlgq (mgr.14197) 349 : cluster [DBG] pgmap v296: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:37.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:29:37 smithi088 bash[20239]: cluster 2024-04-24T17:29:35.992304+0000 mgr.smithi057.tirlgq (mgr.14197) 347 : cluster [DBG] pgmap v294: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:37.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:29:37 smithi088 bash[20239]: cluster 2024-04-24T17:29:35.992304+0000 mgr.smithi057.tirlgq (mgr.14197) 347 : cluster [DBG] pgmap v294: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:37.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:29:37 smithi088 bash[20239]: cluster 2024-04-24T17:29:35.992533+0000 mgr.smithi057.tirlgq (mgr.14197) 348 : cluster [DBG] pgmap v295: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:37.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:29:37 smithi088 bash[20239]: cluster 2024-04-24T17:29:35.992533+0000 mgr.smithi057.tirlgq (mgr.14197) 348 : cluster [DBG] pgmap v295: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:37.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:29:37 smithi088 bash[20239]: cluster 2024-04-24T17:29:35.993339+0000 mgr.smithi057.tirlgq (mgr.14197) 349 : cluster [DBG] pgmap v296: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:37.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:29:37 smithi088 bash[20239]: cluster 2024-04-24T17:29:35.993339+0000 mgr.smithi057.tirlgq (mgr.14197) 349 : cluster [DBG] pgmap v296: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:39.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:29:39 smithi057 bash[18598]: cluster 2024-04-24T17:29:37.994330+0000 mgr.smithi057.tirlgq (mgr.14197) 350 : cluster [DBG] pgmap v297: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:39.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:29:39 smithi057 bash[18598]: cluster 2024-04-24T17:29:37.994330+0000 mgr.smithi057.tirlgq (mgr.14197) 350 : cluster [DBG] pgmap v297: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:39.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:29:39 smithi088 bash[20239]: cluster 2024-04-24T17:29:37.994330+0000 mgr.smithi057.tirlgq (mgr.14197) 350 : cluster [DBG] pgmap v297: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:39.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:29:39 smithi088 bash[20239]: cluster 2024-04-24T17:29:37.994330+0000 mgr.smithi057.tirlgq (mgr.14197) 350 : cluster [DBG] pgmap v297: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:40.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:29:40 smithi088 bash[20239]: cluster 2024-04-24T17:29:39.995345+0000 mgr.smithi057.tirlgq (mgr.14197) 351 : cluster [DBG] pgmap v298: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:40.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:29:40 smithi088 bash[20239]: cluster 2024-04-24T17:29:39.995345+0000 mgr.smithi057.tirlgq (mgr.14197) 351 : cluster [DBG] pgmap v298: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:40.835 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:29:40 smithi057 bash[18598]: cluster 2024-04-24T17:29:39.995345+0000 mgr.smithi057.tirlgq (mgr.14197) 351 : cluster [DBG] pgmap v298: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:40.835 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:29:40 smithi057 bash[18598]: cluster 2024-04-24T17:29:39.995345+0000 mgr.smithi057.tirlgq (mgr.14197) 351 : cluster [DBG] pgmap v298: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:41.801 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:29:42.085 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:29:41 smithi057 bash[18598]: audit 2024-04-24T17:29:41.797846+0000 mon.smithi057 (mon.0) 499 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:29:42.085 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:29:41 smithi057 bash[18598]: audit 2024-04-24T17:29:41.797846+0000 mon.smithi057 (mon.0) 499 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:29:42.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:29:41 smithi088 bash[20239]: audit 2024-04-24T17:29:41.797846+0000 mon.smithi057 (mon.0) 499 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:29:42.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:29:41 smithi088 bash[20239]: audit 2024-04-24T17:29:41.797846+0000 mon.smithi057 (mon.0) 499 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:29:43.061 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:29:43.075 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:29:42 smithi057 bash[18598]: cluster 2024-04-24T17:29:41.996352+0000 mgr.smithi057.tirlgq (mgr.14197) 352 : cluster [DBG] pgmap v299: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:43.076 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:29:42 smithi057 bash[18598]: cluster 2024-04-24T17:29:41.996352+0000 mgr.smithi057.tirlgq (mgr.14197) 352 : cluster [DBG] pgmap v299: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:43.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:29:42 smithi088 bash[20239]: cluster 2024-04-24T17:29:41.996352+0000 mgr.smithi057.tirlgq (mgr.14197) 352 : cluster [DBG] pgmap v299: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:43.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:29:42 smithi088 bash[20239]: cluster 2024-04-24T17:29:41.996352+0000 mgr.smithi057.tirlgq (mgr.14197) 352 : cluster [DBG] pgmap v299: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:43.632 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:29:44.085 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:29:43 smithi057 bash[18598]: audit 2024-04-24T17:29:43.064595+0000 mon.smithi057 (mon.0) 500 : audit [DBG] from='client.? 172.21.15.57:0/4153040317' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:29:44.085 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:29:43 smithi057 bash[18598]: audit 2024-04-24T17:29:43.064595+0000 mon.smithi057 (mon.0) 500 : audit [DBG] from='client.? 172.21.15.57:0/4153040317' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:29:44.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:29:43 smithi088 bash[20239]: audit 2024-04-24T17:29:43.064595+0000 mon.smithi057 (mon.0) 500 : audit [DBG] from='client.? 172.21.15.57:0/4153040317' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:29:44.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:29:43 smithi088 bash[20239]: audit 2024-04-24T17:29:43.064595+0000 mon.smithi057 (mon.0) 500 : audit [DBG] from='client.? 172.21.15.57:0/4153040317' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:29:44.633 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T17:29:45.085 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:29:44 smithi057 bash[18598]: cluster 2024-04-24T17:29:43.997363+0000 mgr.smithi057.tirlgq (mgr.14197) 353 : cluster [DBG] pgmap v300: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:45.085 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:29:44 smithi057 bash[18598]: cluster 2024-04-24T17:29:43.997363+0000 mgr.smithi057.tirlgq (mgr.14197) 353 : cluster [DBG] pgmap v300: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:45.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:29:44 smithi088 bash[20239]: cluster 2024-04-24T17:29:43.997363+0000 mgr.smithi057.tirlgq (mgr.14197) 353 : cluster [DBG] pgmap v300: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:45.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:29:44 smithi088 bash[20239]: cluster 2024-04-24T17:29:43.997363+0000 mgr.smithi057.tirlgq (mgr.14197) 353 : cluster [DBG] pgmap v300: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:47.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:29:47 smithi088 bash[20239]: cluster 2024-04-24T17:29:45.998412+0000 mgr.smithi057.tirlgq (mgr.14197) 354 : cluster [DBG] pgmap v301: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:47.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:29:47 smithi088 bash[20239]: cluster 2024-04-24T17:29:45.998412+0000 mgr.smithi057.tirlgq (mgr.14197) 354 : cluster [DBG] pgmap v301: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:47.334 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:29:47 smithi057 bash[18598]: cluster 2024-04-24T17:29:45.998412+0000 mgr.smithi057.tirlgq (mgr.14197) 354 : cluster [DBG] pgmap v301: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:47.335 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:29:47 smithi057 bash[18598]: cluster 2024-04-24T17:29:45.998412+0000 mgr.smithi057.tirlgq (mgr.14197) 354 : cluster [DBG] pgmap v301: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:49.335 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:29:49 smithi057 bash[18598]: cluster 2024-04-24T17:29:47.999410+0000 mgr.smithi057.tirlgq (mgr.14197) 355 : cluster [DBG] pgmap v302: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:49.335 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:29:49 smithi057 bash[18598]: cluster 2024-04-24T17:29:47.999410+0000 mgr.smithi057.tirlgq (mgr.14197) 355 : cluster [DBG] pgmap v302: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:49.405 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:29:49.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:29:49 smithi088 bash[20239]: cluster 2024-04-24T17:29:47.999410+0000 mgr.smithi057.tirlgq (mgr.14197) 355 : cluster [DBG] pgmap v302: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:49.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:29:49 smithi088 bash[20239]: cluster 2024-04-24T17:29:47.999410+0000 mgr.smithi057.tirlgq (mgr.14197) 355 : cluster [DBG] pgmap v302: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:50.546 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:29:51.120 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:29:51.335 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:29:51 smithi057 bash[18598]: cluster 2024-04-24T17:29:50.000423+0000 mgr.smithi057.tirlgq (mgr.14197) 356 : cluster [DBG] pgmap v303: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:51.335 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:29:51 smithi057 bash[18598]: cluster 2024-04-24T17:29:50.000423+0000 mgr.smithi057.tirlgq (mgr.14197) 356 : cluster [DBG] pgmap v303: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:51.335 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:29:51 smithi057 bash[18598]: audit 2024-04-24T17:29:50.549719+0000 mon.smithi057 (mon.0) 501 : audit [DBG] from='client.? 172.21.15.57:0/2885601805' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:29:51.335 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:29:51 smithi057 bash[18598]: audit 2024-04-24T17:29:50.549719+0000 mon.smithi057 (mon.0) 501 : audit [DBG] from='client.? 172.21.15.57:0/2885601805' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:29:51.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:29:51 smithi088 bash[20239]: cluster 2024-04-24T17:29:50.000423+0000 mgr.smithi057.tirlgq (mgr.14197) 356 : cluster [DBG] pgmap v303: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:51.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:29:51 smithi088 bash[20239]: cluster 2024-04-24T17:29:50.000423+0000 mgr.smithi057.tirlgq (mgr.14197) 356 : cluster [DBG] pgmap v303: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:51.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:29:51 smithi088 bash[20239]: audit 2024-04-24T17:29:50.549719+0000 mon.smithi057 (mon.0) 501 : audit [DBG] from='client.? 172.21.15.57:0/2885601805' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:29:51.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:29:51 smithi088 bash[20239]: audit 2024-04-24T17:29:50.549719+0000 mon.smithi057 (mon.0) 501 : audit [DBG] from='client.? 172.21.15.57:0/2885601805' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:29:52.121 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T17:29:53.334 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:29:53 smithi057 bash[18598]: cluster 2024-04-24T17:29:52.001441+0000 mgr.smithi057.tirlgq (mgr.14197) 357 : cluster [DBG] pgmap v304: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:53.335 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:29:53 smithi057 bash[18598]: cluster 2024-04-24T17:29:52.001441+0000 mgr.smithi057.tirlgq (mgr.14197) 357 : cluster [DBG] pgmap v304: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:53.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:29:53 smithi088 bash[20239]: cluster 2024-04-24T17:29:52.001441+0000 mgr.smithi057.tirlgq (mgr.14197) 357 : cluster [DBG] pgmap v304: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:53.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:29:53 smithi088 bash[20239]: cluster 2024-04-24T17:29:52.001441+0000 mgr.smithi057.tirlgq (mgr.14197) 357 : cluster [DBG] pgmap v304: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:55.335 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:29:55 smithi057 bash[18598]: cluster 2024-04-24T17:29:54.002551+0000 mgr.smithi057.tirlgq (mgr.14197) 358 : cluster [DBG] pgmap v305: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:55.335 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:29:55 smithi057 bash[18598]: cluster 2024-04-24T17:29:54.002551+0000 mgr.smithi057.tirlgq (mgr.14197) 358 : cluster [DBG] pgmap v305: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:55.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:29:55 smithi088 bash[20239]: cluster 2024-04-24T17:29:54.002551+0000 mgr.smithi057.tirlgq (mgr.14197) 358 : cluster [DBG] pgmap v305: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:55.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:29:55 smithi088 bash[20239]: cluster 2024-04-24T17:29:54.002551+0000 mgr.smithi057.tirlgq (mgr.14197) 358 : cluster [DBG] pgmap v305: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:56.891 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:29:57.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:29:57 smithi088 bash[20239]: cluster 2024-04-24T17:29:56.003585+0000 mgr.smithi057.tirlgq (mgr.14197) 359 : cluster [DBG] pgmap v306: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:57.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:29:57 smithi088 bash[20239]: cluster 2024-04-24T17:29:56.003585+0000 mgr.smithi057.tirlgq (mgr.14197) 359 : cluster [DBG] pgmap v306: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:57.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:29:57 smithi088 bash[20239]: audit 2024-04-24T17:29:56.798169+0000 mon.smithi057 (mon.0) 502 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:29:57.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:29:57 smithi088 bash[20239]: audit 2024-04-24T17:29:56.798169+0000 mon.smithi057 (mon.0) 502 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:29:57.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:29:57 smithi057 bash[18598]: cluster 2024-04-24T17:29:56.003585+0000 mgr.smithi057.tirlgq (mgr.14197) 359 : cluster [DBG] pgmap v306: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:57.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:29:57 smithi057 bash[18598]: cluster 2024-04-24T17:29:56.003585+0000 mgr.smithi057.tirlgq (mgr.14197) 359 : cluster [DBG] pgmap v306: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:57.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:29:57 smithi057 bash[18598]: audit 2024-04-24T17:29:56.798169+0000 mon.smithi057 (mon.0) 502 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:29:57.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:29:57 smithi057 bash[18598]: audit 2024-04-24T17:29:56.798169+0000 mon.smithi057 (mon.0) 502 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:29:58.072 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:29:58.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:29:58 smithi088 bash[20239]: audit 2024-04-24T17:29:58.075345+0000 mon.smithi057 (mon.0) 503 : audit [DBG] from='client.? 172.21.15.57:0/1754617769' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:29:58.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:29:58 smithi088 bash[20239]: audit 2024-04-24T17:29:58.075345+0000 mon.smithi057 (mon.0) 503 : audit [DBG] from='client.? 172.21.15.57:0/1754617769' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:29:58.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:29:58 smithi057 bash[18598]: audit 2024-04-24T17:29:58.075345+0000 mon.smithi057 (mon.0) 503 : audit [DBG] from='client.? 172.21.15.57:0/1754617769' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:29:58.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:29:58 smithi057 bash[18598]: audit 2024-04-24T17:29:58.075345+0000 mon.smithi057 (mon.0) 503 : audit [DBG] from='client.? 172.21.15.57:0/1754617769' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:29:58.636 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:29:59.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:29:59 smithi088 bash[20239]: cluster 2024-04-24T17:29:58.004628+0000 mgr.smithi057.tirlgq (mgr.14197) 360 : cluster [DBG] pgmap v307: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:59.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:29:59 smithi088 bash[20239]: cluster 2024-04-24T17:29:58.004628+0000 mgr.smithi057.tirlgq (mgr.14197) 360 : cluster [DBG] pgmap v307: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:59.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:29:59 smithi057 bash[18598]: cluster 2024-04-24T17:29:58.004628+0000 mgr.smithi057.tirlgq (mgr.14197) 360 : cluster [DBG] pgmap v307: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:59.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:29:59 smithi057 bash[18598]: cluster 2024-04-24T17:29:58.004628+0000 mgr.smithi057.tirlgq (mgr.14197) 360 : cluster [DBG] pgmap v307: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:29:59.638 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T17:30:00.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:30:00 smithi088 bash[20239]: cluster 2024-04-24T17:30:00.000194+0000 mon.smithi057 (mon.0) 504 : cluster [WRN] overall HEALTH_WARN failed to probe daemons or devices 2024-04-24T17:30:00.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:30:00 smithi088 bash[20239]: cluster 2024-04-24T17:30:00.000194+0000 mon.smithi057 (mon.0) 504 : cluster [WRN] overall HEALTH_WARN failed to probe daemons or devices 2024-04-24T17:30:00.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:30:00 smithi057 bash[18598]: cluster 2024-04-24T17:30:00.000194+0000 mon.smithi057 (mon.0) 504 : cluster [WRN] overall HEALTH_WARN failed to probe daemons or devices 2024-04-24T17:30:00.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:30:00 smithi057 bash[18598]: cluster 2024-04-24T17:30:00.000194+0000 mon.smithi057 (mon.0) 504 : cluster [WRN] overall HEALTH_WARN failed to probe daemons or devices 2024-04-24T17:30:01.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:30:01 smithi088 bash[20239]: cluster 2024-04-24T17:30:00.005762+0000 mgr.smithi057.tirlgq (mgr.14197) 361 : cluster [DBG] pgmap v308: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:01.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:30:01 smithi088 bash[20239]: cluster 2024-04-24T17:30:00.005762+0000 mgr.smithi057.tirlgq (mgr.14197) 361 : cluster [DBG] pgmap v308: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:01.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:30:01 smithi057 bash[18598]: cluster 2024-04-24T17:30:00.005762+0000 mgr.smithi057.tirlgq (mgr.14197) 361 : cluster [DBG] pgmap v308: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:01.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:30:01 smithi057 bash[18598]: cluster 2024-04-24T17:30:00.005762+0000 mgr.smithi057.tirlgq (mgr.14197) 361 : cluster [DBG] pgmap v308: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:03.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:30:03 smithi088 bash[20239]: cluster 2024-04-24T17:30:02.006861+0000 mgr.smithi057.tirlgq (mgr.14197) 362 : cluster [DBG] pgmap v309: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:03.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:30:03 smithi088 bash[20239]: cluster 2024-04-24T17:30:02.006861+0000 mgr.smithi057.tirlgq (mgr.14197) 362 : cluster [DBG] pgmap v309: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:03.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:30:03 smithi057 bash[18598]: cluster 2024-04-24T17:30:02.006861+0000 mgr.smithi057.tirlgq (mgr.14197) 362 : cluster [DBG] pgmap v309: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:03.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:30:03 smithi057 bash[18598]: cluster 2024-04-24T17:30:02.006861+0000 mgr.smithi057.tirlgq (mgr.14197) 362 : cluster [DBG] pgmap v309: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:04.407 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:30:05.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:30:05 smithi088 bash[20239]: cluster 2024-04-24T17:30:04.007939+0000 mgr.smithi057.tirlgq (mgr.14197) 363 : cluster [DBG] pgmap v310: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:05.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:30:05 smithi088 bash[20239]: cluster 2024-04-24T17:30:04.007939+0000 mgr.smithi057.tirlgq (mgr.14197) 363 : cluster [DBG] pgmap v310: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:05.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:30:05 smithi057 bash[18598]: cluster 2024-04-24T17:30:04.007939+0000 mgr.smithi057.tirlgq (mgr.14197) 363 : cluster [DBG] pgmap v310: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:05.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:30:05 smithi057 bash[18598]: cluster 2024-04-24T17:30:04.007939+0000 mgr.smithi057.tirlgq (mgr.14197) 363 : cluster [DBG] pgmap v310: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:05.600 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:30:06.209 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:30:06.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:30:06 smithi088 bash[20239]: audit 2024-04-24T17:30:05.603460+0000 mon.smithi057 (mon.0) 505 : audit [DBG] from='client.? 172.21.15.57:0/3821769130' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:30:06.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:30:06 smithi088 bash[20239]: audit 2024-04-24T17:30:05.603460+0000 mon.smithi057 (mon.0) 505 : audit [DBG] from='client.? 172.21.15.57:0/3821769130' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:30:06.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:30:06 smithi057 bash[18598]: audit 2024-04-24T17:30:05.603460+0000 mon.smithi057 (mon.0) 505 : audit [DBG] from='client.? 172.21.15.57:0/3821769130' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:30:06.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:30:06 smithi057 bash[18598]: audit 2024-04-24T17:30:05.603460+0000 mon.smithi057 (mon.0) 505 : audit [DBG] from='client.? 172.21.15.57:0/3821769130' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:30:07.211 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T17:30:07.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:30:07 smithi088 bash[20239]: cluster 2024-04-24T17:30:06.009009+0000 mgr.smithi057.tirlgq (mgr.14197) 364 : cluster [DBG] pgmap v311: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:07.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:30:07 smithi088 bash[20239]: cluster 2024-04-24T17:30:06.009009+0000 mgr.smithi057.tirlgq (mgr.14197) 364 : cluster [DBG] pgmap v311: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:07.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:30:07 smithi057 bash[18598]: cluster 2024-04-24T17:30:06.009009+0000 mgr.smithi057.tirlgq (mgr.14197) 364 : cluster [DBG] pgmap v311: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:07.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:30:07 smithi057 bash[18598]: cluster 2024-04-24T17:30:06.009009+0000 mgr.smithi057.tirlgq (mgr.14197) 364 : cluster [DBG] pgmap v311: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:09.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:30:09 smithi088 bash[20239]: cluster 2024-04-24T17:30:08.010088+0000 mgr.smithi057.tirlgq (mgr.14197) 365 : cluster [DBG] pgmap v312: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:09.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:30:09 smithi088 bash[20239]: cluster 2024-04-24T17:30:08.010088+0000 mgr.smithi057.tirlgq (mgr.14197) 365 : cluster [DBG] pgmap v312: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:09.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:30:09 smithi057 bash[18598]: cluster 2024-04-24T17:30:08.010088+0000 mgr.smithi057.tirlgq (mgr.14197) 365 : cluster [DBG] pgmap v312: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:09.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:30:09 smithi057 bash[18598]: cluster 2024-04-24T17:30:08.010088+0000 mgr.smithi057.tirlgq (mgr.14197) 365 : cluster [DBG] pgmap v312: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:11.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:30:11 smithi088 bash[20239]: cluster 2024-04-24T17:30:10.010748+0000 mgr.smithi057.tirlgq (mgr.14197) 366 : cluster [DBG] pgmap v313: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:11.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:30:11 smithi088 bash[20239]: cluster 2024-04-24T17:30:10.010748+0000 mgr.smithi057.tirlgq (mgr.14197) 366 : cluster [DBG] pgmap v313: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:11.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:30:11 smithi057 bash[18598]: cluster 2024-04-24T17:30:10.010748+0000 mgr.smithi057.tirlgq (mgr.14197) 366 : cluster [DBG] pgmap v313: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:11.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:30:11 smithi057 bash[18598]: cluster 2024-04-24T17:30:10.010748+0000 mgr.smithi057.tirlgq (mgr.14197) 366 : cluster [DBG] pgmap v313: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:11.985 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:30:12.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:30:12 smithi088 bash[20239]: audit 2024-04-24T17:30:11.798713+0000 mon.smithi057 (mon.0) 506 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:30:12.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:30:12 smithi088 bash[20239]: audit 2024-04-24T17:30:11.798713+0000 mon.smithi057 (mon.0) 506 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:30:12.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:30:12 smithi057 bash[18598]: audit 2024-04-24T17:30:11.798713+0000 mon.smithi057 (mon.0) 506 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:30:12.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:30:12 smithi057 bash[18598]: audit 2024-04-24T17:30:11.798713+0000 mon.smithi057 (mon.0) 506 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:30:13.242 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:30:13.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:30:13 smithi088 bash[20239]: cluster 2024-04-24T17:30:12.011286+0000 mgr.smithi057.tirlgq (mgr.14197) 367 : cluster [DBG] pgmap v314: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:13.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:30:13 smithi088 bash[20239]: cluster 2024-04-24T17:30:12.011286+0000 mgr.smithi057.tirlgq (mgr.14197) 367 : cluster [DBG] pgmap v314: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:13.422 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:30:13 smithi057 bash[18598]: cluster 2024-04-24T17:30:12.011286+0000 mgr.smithi057.tirlgq (mgr.14197) 367 : cluster [DBG] pgmap v314: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:13.422 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:30:13 smithi057 bash[18598]: cluster 2024-04-24T17:30:12.011286+0000 mgr.smithi057.tirlgq (mgr.14197) 367 : cluster [DBG] pgmap v314: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:13.840 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:30:14.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:30:14 smithi057 bash[18598]: audit 2024-04-24T17:30:13.244979+0000 mon.smithi057 (mon.0) 507 : audit [DBG] from='client.? 172.21.15.57:0/2776660604' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:30:14.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:30:14 smithi057 bash[18598]: audit 2024-04-24T17:30:13.244979+0000 mon.smithi057 (mon.0) 507 : audit [DBG] from='client.? 172.21.15.57:0/2776660604' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:30:14.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:30:14 smithi088 bash[20239]: audit 2024-04-24T17:30:13.244979+0000 mon.smithi057 (mon.0) 507 : audit [DBG] from='client.? 172.21.15.57:0/2776660604' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:30:14.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:30:14 smithi088 bash[20239]: audit 2024-04-24T17:30:13.244979+0000 mon.smithi057 (mon.0) 507 : audit [DBG] from='client.? 172.21.15.57:0/2776660604' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:30:14.841 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T17:30:15.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:30:15 smithi057 bash[18598]: cluster 2024-04-24T17:30:14.012291+0000 mgr.smithi057.tirlgq (mgr.14197) 368 : cluster [DBG] pgmap v315: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:15.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:30:15 smithi057 bash[18598]: cluster 2024-04-24T17:30:14.012291+0000 mgr.smithi057.tirlgq (mgr.14197) 368 : cluster [DBG] pgmap v315: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:15.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:30:15 smithi088 bash[20239]: cluster 2024-04-24T17:30:14.012291+0000 mgr.smithi057.tirlgq (mgr.14197) 368 : cluster [DBG] pgmap v315: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:15.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:30:15 smithi088 bash[20239]: cluster 2024-04-24T17:30:14.012291+0000 mgr.smithi057.tirlgq (mgr.14197) 368 : cluster [DBG] pgmap v315: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:17.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:30:17 smithi057 bash[18598]: cluster 2024-04-24T17:30:16.013395+0000 mgr.smithi057.tirlgq (mgr.14197) 369 : cluster [DBG] pgmap v316: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:17.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:30:17 smithi057 bash[18598]: cluster 2024-04-24T17:30:16.013395+0000 mgr.smithi057.tirlgq (mgr.14197) 369 : cluster [DBG] pgmap v316: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:17.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:30:17 smithi088 bash[20239]: cluster 2024-04-24T17:30:16.013395+0000 mgr.smithi057.tirlgq (mgr.14197) 369 : cluster [DBG] pgmap v316: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:17.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:30:17 smithi088 bash[20239]: cluster 2024-04-24T17:30:16.013395+0000 mgr.smithi057.tirlgq (mgr.14197) 369 : cluster [DBG] pgmap v316: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:19.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:30:19 smithi057 bash[18598]: cluster 2024-04-24T17:30:18.014493+0000 mgr.smithi057.tirlgq (mgr.14197) 370 : cluster [DBG] pgmap v317: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:19.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:30:19 smithi057 bash[18598]: cluster 2024-04-24T17:30:18.014493+0000 mgr.smithi057.tirlgq (mgr.14197) 370 : cluster [DBG] pgmap v317: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:19.611 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:30:19.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:30:19 smithi088 bash[20239]: cluster 2024-04-24T17:30:18.014493+0000 mgr.smithi057.tirlgq (mgr.14197) 370 : cluster [DBG] pgmap v317: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:19.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:30:19 smithi088 bash[20239]: cluster 2024-04-24T17:30:18.014493+0000 mgr.smithi057.tirlgq (mgr.14197) 370 : cluster [DBG] pgmap v317: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:20.743 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:30:21.320 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:30:21.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:30:21 smithi057 bash[18598]: cluster 2024-04-24T17:30:20.015600+0000 mgr.smithi057.tirlgq (mgr.14197) 371 : cluster [DBG] pgmap v318: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:21.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:30:21 smithi057 bash[18598]: cluster 2024-04-24T17:30:20.015600+0000 mgr.smithi057.tirlgq (mgr.14197) 371 : cluster [DBG] pgmap v318: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:21.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:30:21 smithi057 bash[18598]: audit 2024-04-24T17:30:20.746782+0000 mon.smithi057 (mon.0) 508 : audit [DBG] from='client.? 172.21.15.57:0/2573377087' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:30:21.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:30:21 smithi057 bash[18598]: audit 2024-04-24T17:30:20.746782+0000 mon.smithi057 (mon.0) 508 : audit [DBG] from='client.? 172.21.15.57:0/2573377087' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:30:21.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:30:21 smithi088 bash[20239]: cluster 2024-04-24T17:30:20.015600+0000 mgr.smithi057.tirlgq (mgr.14197) 371 : cluster [DBG] pgmap v318: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:21.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:30:21 smithi088 bash[20239]: cluster 2024-04-24T17:30:20.015600+0000 mgr.smithi057.tirlgq (mgr.14197) 371 : cluster [DBG] pgmap v318: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:21.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:30:21 smithi088 bash[20239]: audit 2024-04-24T17:30:20.746782+0000 mon.smithi057 (mon.0) 508 : audit [DBG] from='client.? 172.21.15.57:0/2573377087' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:30:21.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:30:21 smithi088 bash[20239]: audit 2024-04-24T17:30:20.746782+0000 mon.smithi057 (mon.0) 508 : audit [DBG] from='client.? 172.21.15.57:0/2573377087' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:30:22.321 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T17:30:23.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:30:23 smithi057 bash[18598]: cluster 2024-04-24T17:30:22.016610+0000 mgr.smithi057.tirlgq (mgr.14197) 372 : cluster [DBG] pgmap v319: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:23.612 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:30:23 smithi057 bash[18598]: cluster 2024-04-24T17:30:22.016610+0000 mgr.smithi057.tirlgq (mgr.14197) 372 : cluster [DBG] pgmap v319: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:23.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:30:23 smithi088 bash[20239]: cluster 2024-04-24T17:30:22.016610+0000 mgr.smithi057.tirlgq (mgr.14197) 372 : cluster [DBG] pgmap v319: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:23.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:30:23 smithi088 bash[20239]: cluster 2024-04-24T17:30:22.016610+0000 mgr.smithi057.tirlgq (mgr.14197) 372 : cluster [DBG] pgmap v319: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:25.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:30:25 smithi057 bash[18598]: cluster 2024-04-24T17:30:24.017617+0000 mgr.smithi057.tirlgq (mgr.14197) 373 : cluster [DBG] pgmap v320: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:25.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:30:25 smithi057 bash[18598]: cluster 2024-04-24T17:30:24.017617+0000 mgr.smithi057.tirlgq (mgr.14197) 373 : cluster [DBG] pgmap v320: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:25.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:30:25 smithi088 bash[20239]: cluster 2024-04-24T17:30:24.017617+0000 mgr.smithi057.tirlgq (mgr.14197) 373 : cluster [DBG] pgmap v320: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:25.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:30:25 smithi088 bash[20239]: cluster 2024-04-24T17:30:24.017617+0000 mgr.smithi057.tirlgq (mgr.14197) 373 : cluster [DBG] pgmap v320: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:27.094 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:30:27.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:30:27 smithi057 bash[18598]: cluster 2024-04-24T17:30:26.018600+0000 mgr.smithi057.tirlgq (mgr.14197) 374 : cluster [DBG] pgmap v321: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:27.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:30:27 smithi057 bash[18598]: cluster 2024-04-24T17:30:26.018600+0000 mgr.smithi057.tirlgq (mgr.14197) 374 : cluster [DBG] pgmap v321: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:27.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:30:27 smithi057 bash[18598]: audit 2024-04-24T17:30:26.799062+0000 mon.smithi057 (mon.0) 509 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:30:27.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:30:27 smithi057 bash[18598]: audit 2024-04-24T17:30:26.799062+0000 mon.smithi057 (mon.0) 509 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:30:27.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:30:27 smithi088 bash[20239]: cluster 2024-04-24T17:30:26.018600+0000 mgr.smithi057.tirlgq (mgr.14197) 374 : cluster [DBG] pgmap v321: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:27.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:30:27 smithi088 bash[20239]: cluster 2024-04-24T17:30:26.018600+0000 mgr.smithi057.tirlgq (mgr.14197) 374 : cluster [DBG] pgmap v321: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:27.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:30:27 smithi088 bash[20239]: audit 2024-04-24T17:30:26.799062+0000 mon.smithi057 (mon.0) 509 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:30:27.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:30:27 smithi088 bash[20239]: audit 2024-04-24T17:30:26.799062+0000 mon.smithi057 (mon.0) 509 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:30:28.290 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:30:28.848 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:30:29.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:30:29 smithi057 bash[18598]: cluster 2024-04-24T17:30:28.019628+0000 mgr.smithi057.tirlgq (mgr.14197) 375 : cluster [DBG] pgmap v322: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:29.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:30:29 smithi057 bash[18598]: cluster 2024-04-24T17:30:28.019628+0000 mgr.smithi057.tirlgq (mgr.14197) 375 : cluster [DBG] pgmap v322: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:29.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:30:29 smithi057 bash[18598]: audit 2024-04-24T17:30:28.293746+0000 mon.smithi057 (mon.0) 510 : audit [DBG] from='client.? 172.21.15.57:0/1091067404' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:30:29.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:30:29 smithi057 bash[18598]: audit 2024-04-24T17:30:28.293746+0000 mon.smithi057 (mon.0) 510 : audit [DBG] from='client.? 172.21.15.57:0/1091067404' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:30:29.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:30:29 smithi088 bash[20239]: cluster 2024-04-24T17:30:28.019628+0000 mgr.smithi057.tirlgq (mgr.14197) 375 : cluster [DBG] pgmap v322: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:29.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:30:29 smithi088 bash[20239]: cluster 2024-04-24T17:30:28.019628+0000 mgr.smithi057.tirlgq (mgr.14197) 375 : cluster [DBG] pgmap v322: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:29.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:30:29 smithi088 bash[20239]: audit 2024-04-24T17:30:28.293746+0000 mon.smithi057 (mon.0) 510 : audit [DBG] from='client.? 172.21.15.57:0/1091067404' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:30:29.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:30:29 smithi088 bash[20239]: audit 2024-04-24T17:30:28.293746+0000 mon.smithi057 (mon.0) 510 : audit [DBG] from='client.? 172.21.15.57:0/1091067404' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:30:29.849 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T17:30:31.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:30:31 smithi057 bash[18598]: cluster 2024-04-24T17:30:30.020593+0000 mgr.smithi057.tirlgq (mgr.14197) 376 : cluster [DBG] pgmap v323: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:31.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:30:31 smithi057 bash[18598]: cluster 2024-04-24T17:30:30.020593+0000 mgr.smithi057.tirlgq (mgr.14197) 376 : cluster [DBG] pgmap v323: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:31.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:30:31 smithi088 bash[20239]: cluster 2024-04-24T17:30:30.020593+0000 mgr.smithi057.tirlgq (mgr.14197) 376 : cluster [DBG] pgmap v323: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:31.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:30:31 smithi088 bash[20239]: cluster 2024-04-24T17:30:30.020593+0000 mgr.smithi057.tirlgq (mgr.14197) 376 : cluster [DBG] pgmap v323: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:33.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:30:33 smithi057 bash[18598]: cluster 2024-04-24T17:30:32.021582+0000 mgr.smithi057.tirlgq (mgr.14197) 377 : cluster [DBG] pgmap v324: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:33.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:30:33 smithi057 bash[18598]: cluster 2024-04-24T17:30:32.021582+0000 mgr.smithi057.tirlgq (mgr.14197) 377 : cluster [DBG] pgmap v324: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:33.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:30:33 smithi088 bash[20239]: cluster 2024-04-24T17:30:32.021582+0000 mgr.smithi057.tirlgq (mgr.14197) 377 : cluster [DBG] pgmap v324: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:33.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:30:33 smithi088 bash[20239]: cluster 2024-04-24T17:30:32.021582+0000 mgr.smithi057.tirlgq (mgr.14197) 377 : cluster [DBG] pgmap v324: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:34.624 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:30:35.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:30:35 smithi057 bash[18598]: cluster 2024-04-24T17:30:34.022527+0000 mgr.smithi057.tirlgq (mgr.14197) 378 : cluster [DBG] pgmap v325: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:35.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:30:35 smithi057 bash[18598]: cluster 2024-04-24T17:30:34.022527+0000 mgr.smithi057.tirlgq (mgr.14197) 378 : cluster [DBG] pgmap v325: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:35.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:30:35 smithi088 bash[20239]: cluster 2024-04-24T17:30:34.022527+0000 mgr.smithi057.tirlgq (mgr.14197) 378 : cluster [DBG] pgmap v325: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:35.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:30:35 smithi088 bash[20239]: cluster 2024-04-24T17:30:34.022527+0000 mgr.smithi057.tirlgq (mgr.14197) 378 : cluster [DBG] pgmap v325: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:35.705 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:30:36.272 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:30:36.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:30:36 smithi057 bash[18598]: audit 2024-04-24T17:30:35.706675+0000 mon.smithi057 (mon.0) 511 : audit [DBG] from='client.? 172.21.15.57:0/1251721104' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:30:36.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:30:36 smithi057 bash[18598]: audit 2024-04-24T17:30:35.706675+0000 mon.smithi057 (mon.0) 511 : audit [DBG] from='client.? 172.21.15.57:0/1251721104' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:30:36.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:30:36 smithi057 bash[18598]: audit 2024-04-24T17:30:36.097060+0000 mon.smithi057 (mon.0) 512 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:30:36.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:30:36 smithi057 bash[18598]: audit 2024-04-24T17:30:36.097060+0000 mon.smithi057 (mon.0) 512 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:30:36.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:30:36 smithi088 bash[20239]: audit 2024-04-24T17:30:35.706675+0000 mon.smithi057 (mon.0) 511 : audit [DBG] from='client.? 172.21.15.57:0/1251721104' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:30:36.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:30:36 smithi088 bash[20239]: audit 2024-04-24T17:30:35.706675+0000 mon.smithi057 (mon.0) 511 : audit [DBG] from='client.? 172.21.15.57:0/1251721104' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:30:36.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:30:36 smithi088 bash[20239]: audit 2024-04-24T17:30:36.097060+0000 mon.smithi057 (mon.0) 512 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:30:36.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:30:36 smithi088 bash[20239]: audit 2024-04-24T17:30:36.097060+0000 mon.smithi057 (mon.0) 512 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:30:37.273 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T17:30:37.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:30:37 smithi057 bash[18598]: cluster 2024-04-24T17:30:36.023522+0000 mgr.smithi057.tirlgq (mgr.14197) 379 : cluster [DBG] pgmap v326: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:37.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:30:37 smithi057 bash[18598]: cluster 2024-04-24T17:30:36.023522+0000 mgr.smithi057.tirlgq (mgr.14197) 379 : cluster [DBG] pgmap v326: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:37.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:30:37 smithi057 bash[18598]: audit 2024-04-24T17:30:36.683630+0000 mon.smithi057 (mon.0) 513 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:30:37.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:30:37 smithi057 bash[18598]: audit 2024-04-24T17:30:36.683630+0000 mon.smithi057 (mon.0) 513 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:30:37.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:30:37 smithi088 bash[20239]: cluster 2024-04-24T17:30:36.023522+0000 mgr.smithi057.tirlgq (mgr.14197) 379 : cluster [DBG] pgmap v326: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:37.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:30:37 smithi088 bash[20239]: cluster 2024-04-24T17:30:36.023522+0000 mgr.smithi057.tirlgq (mgr.14197) 379 : cluster [DBG] pgmap v326: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:37.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:30:37 smithi088 bash[20239]: audit 2024-04-24T17:30:36.683630+0000 mon.smithi057 (mon.0) 513 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:30:37.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:30:37 smithi088 bash[20239]: audit 2024-04-24T17:30:36.683630+0000 mon.smithi057 (mon.0) 513 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:30:39.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:30:39 smithi057 bash[18598]: cluster 2024-04-24T17:30:38.024546+0000 mgr.smithi057.tirlgq (mgr.14197) 380 : cluster [DBG] pgmap v327: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:39.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:30:39 smithi057 bash[18598]: cluster 2024-04-24T17:30:38.024546+0000 mgr.smithi057.tirlgq (mgr.14197) 380 : cluster [DBG] pgmap v327: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:39.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:30:39 smithi088 bash[20239]: cluster 2024-04-24T17:30:38.024546+0000 mgr.smithi057.tirlgq (mgr.14197) 380 : cluster [DBG] pgmap v327: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:39.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:30:39 smithi088 bash[20239]: cluster 2024-04-24T17:30:38.024546+0000 mgr.smithi057.tirlgq (mgr.14197) 380 : cluster [DBG] pgmap v327: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:41.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:30:41 smithi057 bash[18598]: cluster 2024-04-24T17:30:40.025533+0000 mgr.smithi057.tirlgq (mgr.14197) 381 : cluster [DBG] pgmap v328: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:41.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:30:41 smithi057 bash[18598]: cluster 2024-04-24T17:30:40.025533+0000 mgr.smithi057.tirlgq (mgr.14197) 381 : cluster [DBG] pgmap v328: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:41.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:30:41 smithi088 bash[20239]: cluster 2024-04-24T17:30:40.025533+0000 mgr.smithi057.tirlgq (mgr.14197) 381 : cluster [DBG] pgmap v328: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:41.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:30:41 smithi088 bash[20239]: cluster 2024-04-24T17:30:40.025533+0000 mgr.smithi057.tirlgq (mgr.14197) 381 : cluster [DBG] pgmap v328: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:41.850 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:30:42.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:30:42 smithi057 bash[18598]: audit 2024-04-24T17:30:41.799620+0000 mon.smithi057 (mon.0) 514 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:30:42.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:30:42 smithi057 bash[18598]: audit 2024-04-24T17:30:41.799620+0000 mon.smithi057 (mon.0) 514 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:30:42.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:30:42 smithi088 bash[20239]: audit 2024-04-24T17:30:41.799620+0000 mon.smithi057 (mon.0) 514 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:30:42.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:30:42 smithi088 bash[20239]: audit 2024-04-24T17:30:41.799620+0000 mon.smithi057 (mon.0) 514 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:30:43.272 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:30:43.485 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:30:43 smithi088 bash[20239]: cluster 2024-04-24T17:30:42.026521+0000 mgr.smithi057.tirlgq (mgr.14197) 382 : cluster [DBG] pgmap v329: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:43.486 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:30:43 smithi088 bash[20239]: cluster 2024-04-24T17:30:42.026521+0000 mgr.smithi057.tirlgq (mgr.14197) 382 : cluster [DBG] pgmap v329: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:43.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:30:43 smithi057 bash[18598]: cluster 2024-04-24T17:30:42.026521+0000 mgr.smithi057.tirlgq (mgr.14197) 382 : cluster [DBG] pgmap v329: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:43.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:30:43 smithi057 bash[18598]: cluster 2024-04-24T17:30:42.026521+0000 mgr.smithi057.tirlgq (mgr.14197) 382 : cluster [DBG] pgmap v329: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:44.111 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:30:44.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:30:44 smithi057 bash[18598]: audit 2024-04-24T17:30:43.275359+0000 mon.smithi057 (mon.0) 515 : audit [DBG] from='client.? 172.21.15.57:0/2125372252' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:30:44.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:30:44 smithi057 bash[18598]: audit 2024-04-24T17:30:43.275359+0000 mon.smithi057 (mon.0) 515 : audit [DBG] from='client.? 172.21.15.57:0/2125372252' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:30:44.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:30:44 smithi057 bash[18598]: audit 2024-04-24T17:30:44.081189+0000 mon.smithi057 (mon.0) 516 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config rm", "who": "osd/host:smithi057", "name": "osd_memory_target"}]: dispatch 2024-04-24T17:30:44.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:30:44 smithi057 bash[18598]: audit 2024-04-24T17:30:44.081189+0000 mon.smithi057 (mon.0) 516 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config rm", "who": "osd/host:smithi057", "name": "osd_memory_target"}]: dispatch 2024-04-24T17:30:44.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:30:44 smithi057 bash[18598]: audit 2024-04-24T17:30:44.181721+0000 mon.smithi057 (mon.0) 517 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config rm", "who": "osd/host:smithi088", "name": "osd_memory_target"}]: dispatch 2024-04-24T17:30:44.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:30:44 smithi057 bash[18598]: audit 2024-04-24T17:30:44.181721+0000 mon.smithi057 (mon.0) 517 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config rm", "who": "osd/host:smithi088", "name": "osd_memory_target"}]: dispatch 2024-04-24T17:30:44.586 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:30:44 smithi057 bash[18598]: audit 2024-04-24T17:30:44.183798+0000 mon.smithi057 (mon.0) 518 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:30:44.586 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:30:44 smithi057 bash[18598]: audit 2024-04-24T17:30:44.183798+0000 mon.smithi057 (mon.0) 518 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:30:44.586 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:30:44 smithi057 bash[18598]: audit 2024-04-24T17:30:44.185575+0000 mon.smithi057 (mon.0) 519 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:30:44.586 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:30:44 smithi057 bash[18598]: audit 2024-04-24T17:30:44.185575+0000 mon.smithi057 (mon.0) 519 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:30:44.586 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:30:44 smithi057 bash[18598]: audit 2024-04-24T17:30:44.196724+0000 mon.smithi057 (mon.0) 520 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:30:44.586 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:30:44 smithi057 bash[18598]: audit 2024-04-24T17:30:44.196724+0000 mon.smithi057 (mon.0) 520 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:30:44.586 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:30:44 smithi057 bash[18598]: audit 2024-04-24T17:30:44.203114+0000 mon.smithi057 (mon.0) 521 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-24T17:30:44.586 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:30:44 smithi057 bash[18598]: audit 2024-04-24T17:30:44.203114+0000 mon.smithi057 (mon.0) 521 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-24T17:30:44.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:30:44 smithi088 bash[20239]: audit 2024-04-24T17:30:43.275359+0000 mon.smithi057 (mon.0) 515 : audit [DBG] from='client.? 172.21.15.57:0/2125372252' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:30:44.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:30:44 smithi088 bash[20239]: audit 2024-04-24T17:30:43.275359+0000 mon.smithi057 (mon.0) 515 : audit [DBG] from='client.? 172.21.15.57:0/2125372252' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:30:44.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:30:44 smithi088 bash[20239]: audit 2024-04-24T17:30:44.081189+0000 mon.smithi057 (mon.0) 516 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config rm", "who": "osd/host:smithi057", "name": "osd_memory_target"}]: dispatch 2024-04-24T17:30:44.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:30:44 smithi088 bash[20239]: audit 2024-04-24T17:30:44.081189+0000 mon.smithi057 (mon.0) 516 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config rm", "who": "osd/host:smithi057", "name": "osd_memory_target"}]: dispatch 2024-04-24T17:30:44.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:30:44 smithi088 bash[20239]: audit 2024-04-24T17:30:44.181721+0000 mon.smithi057 (mon.0) 517 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config rm", "who": "osd/host:smithi088", "name": "osd_memory_target"}]: dispatch 2024-04-24T17:30:44.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:30:44 smithi088 bash[20239]: audit 2024-04-24T17:30:44.181721+0000 mon.smithi057 (mon.0) 517 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config rm", "who": "osd/host:smithi088", "name": "osd_memory_target"}]: dispatch 2024-04-24T17:30:44.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:30:44 smithi088 bash[20239]: audit 2024-04-24T17:30:44.183798+0000 mon.smithi057 (mon.0) 518 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:30:44.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:30:44 smithi088 bash[20239]: audit 2024-04-24T17:30:44.183798+0000 mon.smithi057 (mon.0) 518 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:30:44.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:30:44 smithi088 bash[20239]: audit 2024-04-24T17:30:44.185575+0000 mon.smithi057 (mon.0) 519 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:30:44.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:30:44 smithi088 bash[20239]: audit 2024-04-24T17:30:44.185575+0000 mon.smithi057 (mon.0) 519 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:30:44.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:30:44 smithi088 bash[20239]: audit 2024-04-24T17:30:44.196724+0000 mon.smithi057 (mon.0) 520 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:30:44.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:30:44 smithi088 bash[20239]: audit 2024-04-24T17:30:44.196724+0000 mon.smithi057 (mon.0) 520 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:30:44.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:30:44 smithi088 bash[20239]: audit 2024-04-24T17:30:44.203114+0000 mon.smithi057 (mon.0) 521 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-24T17:30:44.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:30:44 smithi088 bash[20239]: audit 2024-04-24T17:30:44.203114+0000 mon.smithi057 (mon.0) 521 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-24T17:30:45.112 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T17:30:45.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:30:45 smithi057 bash[18598]: cluster 2024-04-24T17:30:44.027402+0000 mgr.smithi057.tirlgq (mgr.14197) 383 : cluster [DBG] pgmap v330: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:45.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:30:45 smithi057 bash[18598]: cluster 2024-04-24T17:30:44.027402+0000 mgr.smithi057.tirlgq (mgr.14197) 383 : cluster [DBG] pgmap v330: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:45.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:30:45 smithi057 bash[18598]: cluster 2024-04-24T17:30:44.188635+0000 mgr.smithi057.tirlgq (mgr.14197) 384 : cluster [DBG] pgmap v331: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:45.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:30:45 smithi057 bash[18598]: cluster 2024-04-24T17:30:44.188635+0000 mgr.smithi057.tirlgq (mgr.14197) 384 : cluster [DBG] pgmap v331: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:45.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:30:45 smithi057 bash[18598]: cluster 2024-04-24T17:30:44.189795+0000 mgr.smithi057.tirlgq (mgr.14197) 385 : cluster [DBG] pgmap v332: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:45.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:30:45 smithi057 bash[18598]: cluster 2024-04-24T17:30:44.189795+0000 mgr.smithi057.tirlgq (mgr.14197) 385 : cluster [DBG] pgmap v332: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:45.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:30:45 smithi088 bash[20239]: cluster 2024-04-24T17:30:44.027402+0000 mgr.smithi057.tirlgq (mgr.14197) 383 : cluster [DBG] pgmap v330: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:45.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:30:45 smithi088 bash[20239]: cluster 2024-04-24T17:30:44.027402+0000 mgr.smithi057.tirlgq (mgr.14197) 383 : cluster [DBG] pgmap v330: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:45.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:30:45 smithi088 bash[20239]: cluster 2024-04-24T17:30:44.188635+0000 mgr.smithi057.tirlgq (mgr.14197) 384 : cluster [DBG] pgmap v331: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:45.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:30:45 smithi088 bash[20239]: cluster 2024-04-24T17:30:44.188635+0000 mgr.smithi057.tirlgq (mgr.14197) 384 : cluster [DBG] pgmap v331: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:45.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:30:45 smithi088 bash[20239]: cluster 2024-04-24T17:30:44.189795+0000 mgr.smithi057.tirlgq (mgr.14197) 385 : cluster [DBG] pgmap v332: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:45.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:30:45 smithi088 bash[20239]: cluster 2024-04-24T17:30:44.189795+0000 mgr.smithi057.tirlgq (mgr.14197) 385 : cluster [DBG] pgmap v332: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:47.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:30:47 smithi057 bash[18598]: cluster 2024-04-24T17:30:46.190745+0000 mgr.smithi057.tirlgq (mgr.14197) 386 : cluster [DBG] pgmap v333: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:47.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:30:47 smithi057 bash[18598]: cluster 2024-04-24T17:30:46.190745+0000 mgr.smithi057.tirlgq (mgr.14197) 386 : cluster [DBG] pgmap v333: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:47.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:30:47 smithi088 bash[20239]: cluster 2024-04-24T17:30:46.190745+0000 mgr.smithi057.tirlgq (mgr.14197) 386 : cluster [DBG] pgmap v333: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:47.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:30:47 smithi088 bash[20239]: cluster 2024-04-24T17:30:46.190745+0000 mgr.smithi057.tirlgq (mgr.14197) 386 : cluster [DBG] pgmap v333: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:49.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:30:49 smithi057 bash[18598]: cluster 2024-04-24T17:30:48.191760+0000 mgr.smithi057.tirlgq (mgr.14197) 387 : cluster [DBG] pgmap v334: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:49.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:30:49 smithi057 bash[18598]: cluster 2024-04-24T17:30:48.191760+0000 mgr.smithi057.tirlgq (mgr.14197) 387 : cluster [DBG] pgmap v334: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:49.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:30:49 smithi088 bash[20239]: cluster 2024-04-24T17:30:48.191760+0000 mgr.smithi057.tirlgq (mgr.14197) 387 : cluster [DBG] pgmap v334: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:49.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:30:49 smithi088 bash[20239]: cluster 2024-04-24T17:30:48.191760+0000 mgr.smithi057.tirlgq (mgr.14197) 387 : cluster [DBG] pgmap v334: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:49.894 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:30:51.031 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:30:51.334 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:30:51 smithi057 bash[18598]: cluster 2024-04-24T17:30:50.192717+0000 mgr.smithi057.tirlgq (mgr.14197) 388 : cluster [DBG] pgmap v335: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:51.335 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:30:51 smithi057 bash[18598]: cluster 2024-04-24T17:30:50.192717+0000 mgr.smithi057.tirlgq (mgr.14197) 388 : cluster [DBG] pgmap v335: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:51.335 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:30:51 smithi057 bash[18598]: audit 2024-04-24T17:30:51.034222+0000 mon.smithi057 (mon.0) 522 : audit [DBG] from='client.? 172.21.15.57:0/1555181369' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:30:51.335 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:30:51 smithi057 bash[18598]: audit 2024-04-24T17:30:51.034222+0000 mon.smithi057 (mon.0) 522 : audit [DBG] from='client.? 172.21.15.57:0/1555181369' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:30:51.526 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:30:51.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:30:51 smithi088 bash[20239]: cluster 2024-04-24T17:30:50.192717+0000 mgr.smithi057.tirlgq (mgr.14197) 388 : cluster [DBG] pgmap v335: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:51.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:30:51 smithi088 bash[20239]: cluster 2024-04-24T17:30:50.192717+0000 mgr.smithi057.tirlgq (mgr.14197) 388 : cluster [DBG] pgmap v335: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:51.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:30:51 smithi088 bash[20239]: audit 2024-04-24T17:30:51.034222+0000 mon.smithi057 (mon.0) 522 : audit [DBG] from='client.? 172.21.15.57:0/1555181369' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:30:51.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:30:51 smithi088 bash[20239]: audit 2024-04-24T17:30:51.034222+0000 mon.smithi057 (mon.0) 522 : audit [DBG] from='client.? 172.21.15.57:0/1555181369' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:30:52.528 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T17:30:53.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:30:53 smithi057 bash[18598]: cluster 2024-04-24T17:30:52.193748+0000 mgr.smithi057.tirlgq (mgr.14197) 389 : cluster [DBG] pgmap v336: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:53.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:30:53 smithi057 bash[18598]: cluster 2024-04-24T17:30:52.193748+0000 mgr.smithi057.tirlgq (mgr.14197) 389 : cluster [DBG] pgmap v336: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:53.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:30:53 smithi088 bash[20239]: cluster 2024-04-24T17:30:52.193748+0000 mgr.smithi057.tirlgq (mgr.14197) 389 : cluster [DBG] pgmap v336: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:53.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:30:53 smithi088 bash[20239]: cluster 2024-04-24T17:30:52.193748+0000 mgr.smithi057.tirlgq (mgr.14197) 389 : cluster [DBG] pgmap v336: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:54.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:30:54 smithi057 bash[18598]: cluster 2024-04-24T17:30:54.194692+0000 mgr.smithi057.tirlgq (mgr.14197) 390 : cluster [DBG] pgmap v337: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:54.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:30:54 smithi057 bash[18598]: cluster 2024-04-24T17:30:54.194692+0000 mgr.smithi057.tirlgq (mgr.14197) 390 : cluster [DBG] pgmap v337: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:54.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:30:54 smithi088 bash[20239]: cluster 2024-04-24T17:30:54.194692+0000 mgr.smithi057.tirlgq (mgr.14197) 390 : cluster [DBG] pgmap v337: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:54.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:30:54 smithi088 bash[20239]: cluster 2024-04-24T17:30:54.194692+0000 mgr.smithi057.tirlgq (mgr.14197) 390 : cluster [DBG] pgmap v337: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:57.302 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:30:57.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:30:57 smithi057 bash[18598]: cluster 2024-04-24T17:30:56.195673+0000 mgr.smithi057.tirlgq (mgr.14197) 391 : cluster [DBG] pgmap v338: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:57.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:30:57 smithi057 bash[18598]: cluster 2024-04-24T17:30:56.195673+0000 mgr.smithi057.tirlgq (mgr.14197) 391 : cluster [DBG] pgmap v338: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:57.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:30:57 smithi057 bash[18598]: audit 2024-04-24T17:30:56.799794+0000 mon.smithi057 (mon.0) 523 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:30:57.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:30:57 smithi057 bash[18598]: audit 2024-04-24T17:30:56.799794+0000 mon.smithi057 (mon.0) 523 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:30:57.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:30:57 smithi088 bash[20239]: cluster 2024-04-24T17:30:56.195673+0000 mgr.smithi057.tirlgq (mgr.14197) 391 : cluster [DBG] pgmap v338: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:57.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:30:57 smithi088 bash[20239]: cluster 2024-04-24T17:30:56.195673+0000 mgr.smithi057.tirlgq (mgr.14197) 391 : cluster [DBG] pgmap v338: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:57.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:30:57 smithi088 bash[20239]: audit 2024-04-24T17:30:56.799794+0000 mon.smithi057 (mon.0) 523 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:30:57.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:30:57 smithi088 bash[20239]: audit 2024-04-24T17:30:56.799794+0000 mon.smithi057 (mon.0) 523 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:30:58.466 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:30:59.058 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:30:59.334 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:30:59 smithi057 bash[18598]: cluster 2024-04-24T17:30:58.196176+0000 mgr.smithi057.tirlgq (mgr.14197) 392 : cluster [DBG] pgmap v339: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:59.335 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:30:59 smithi057 bash[18598]: cluster 2024-04-24T17:30:58.196176+0000 mgr.smithi057.tirlgq (mgr.14197) 392 : cluster [DBG] pgmap v339: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:59.335 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:30:59 smithi057 bash[18598]: audit 2024-04-24T17:30:58.469321+0000 mon.smithi057 (mon.0) 524 : audit [DBG] from='client.? 172.21.15.57:0/1766454525' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:30:59.335 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:30:59 smithi057 bash[18598]: audit 2024-04-24T17:30:58.469321+0000 mon.smithi057 (mon.0) 524 : audit [DBG] from='client.? 172.21.15.57:0/1766454525' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:30:59.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:30:59 smithi088 bash[20239]: cluster 2024-04-24T17:30:58.196176+0000 mgr.smithi057.tirlgq (mgr.14197) 392 : cluster [DBG] pgmap v339: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:59.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:30:59 smithi088 bash[20239]: cluster 2024-04-24T17:30:58.196176+0000 mgr.smithi057.tirlgq (mgr.14197) 392 : cluster [DBG] pgmap v339: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:30:59.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:30:59 smithi088 bash[20239]: audit 2024-04-24T17:30:58.469321+0000 mon.smithi057 (mon.0) 524 : audit [DBG] from='client.? 172.21.15.57:0/1766454525' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:30:59.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:30:59 smithi088 bash[20239]: audit 2024-04-24T17:30:58.469321+0000 mon.smithi057 (mon.0) 524 : audit [DBG] from='client.? 172.21.15.57:0/1766454525' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:31:00.062 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T17:31:01.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:31:01 smithi057 bash[18598]: cluster 2024-04-24T17:31:00.197137+0000 mgr.smithi057.tirlgq (mgr.14197) 393 : cluster [DBG] pgmap v340: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:01.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:31:01 smithi057 bash[18598]: cluster 2024-04-24T17:31:00.197137+0000 mgr.smithi057.tirlgq (mgr.14197) 393 : cluster [DBG] pgmap v340: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:01.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:31:01 smithi088 bash[20239]: cluster 2024-04-24T17:31:00.197137+0000 mgr.smithi057.tirlgq (mgr.14197) 393 : cluster [DBG] pgmap v340: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:01.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:31:01 smithi088 bash[20239]: cluster 2024-04-24T17:31:00.197137+0000 mgr.smithi057.tirlgq (mgr.14197) 393 : cluster [DBG] pgmap v340: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:03.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:31:03 smithi057 bash[18598]: cluster 2024-04-24T17:31:02.198135+0000 mgr.smithi057.tirlgq (mgr.14197) 394 : cluster [DBG] pgmap v341: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:03.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:31:03 smithi057 bash[18598]: cluster 2024-04-24T17:31:02.198135+0000 mgr.smithi057.tirlgq (mgr.14197) 394 : cluster [DBG] pgmap v341: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:03.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:31:03 smithi088 bash[20239]: cluster 2024-04-24T17:31:02.198135+0000 mgr.smithi057.tirlgq (mgr.14197) 394 : cluster [DBG] pgmap v341: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:03.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:31:03 smithi088 bash[20239]: cluster 2024-04-24T17:31:02.198135+0000 mgr.smithi057.tirlgq (mgr.14197) 394 : cluster [DBG] pgmap v341: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:04.839 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:31:05.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:31:05 smithi057 bash[18598]: cluster 2024-04-24T17:31:04.199159+0000 mgr.smithi057.tirlgq (mgr.14197) 395 : cluster [DBG] pgmap v342: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:05.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:31:05 smithi057 bash[18598]: cluster 2024-04-24T17:31:04.199159+0000 mgr.smithi057.tirlgq (mgr.14197) 395 : cluster [DBG] pgmap v342: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:05.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:31:05 smithi088 bash[20239]: cluster 2024-04-24T17:31:04.199159+0000 mgr.smithi057.tirlgq (mgr.14197) 395 : cluster [DBG] pgmap v342: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:05.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:31:05 smithi088 bash[20239]: cluster 2024-04-24T17:31:04.199159+0000 mgr.smithi057.tirlgq (mgr.14197) 395 : cluster [DBG] pgmap v342: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:05.861 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:31:06.412 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:31:06.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:31:06 smithi057 bash[18598]: audit 2024-04-24T17:31:05.864508+0000 mon.smithi057 (mon.0) 525 : audit [DBG] from='client.? 172.21.15.57:0/2761606005' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:31:06.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:31:06 smithi057 bash[18598]: audit 2024-04-24T17:31:05.864508+0000 mon.smithi057 (mon.0) 525 : audit [DBG] from='client.? 172.21.15.57:0/2761606005' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:31:06.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:31:06 smithi088 bash[20239]: audit 2024-04-24T17:31:05.864508+0000 mon.smithi057 (mon.0) 525 : audit [DBG] from='client.? 172.21.15.57:0/2761606005' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:31:06.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:31:06 smithi088 bash[20239]: audit 2024-04-24T17:31:05.864508+0000 mon.smithi057 (mon.0) 525 : audit [DBG] from='client.? 172.21.15.57:0/2761606005' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:31:07.413 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T17:31:07.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:31:07 smithi057 bash[18598]: cluster 2024-04-24T17:31:06.200149+0000 mgr.smithi057.tirlgq (mgr.14197) 396 : cluster [DBG] pgmap v343: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:07.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:31:07 smithi057 bash[18598]: cluster 2024-04-24T17:31:06.200149+0000 mgr.smithi057.tirlgq (mgr.14197) 396 : cluster [DBG] pgmap v343: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:07.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:31:07 smithi088 bash[20239]: cluster 2024-04-24T17:31:06.200149+0000 mgr.smithi057.tirlgq (mgr.14197) 396 : cluster [DBG] pgmap v343: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:07.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:31:07 smithi088 bash[20239]: cluster 2024-04-24T17:31:06.200149+0000 mgr.smithi057.tirlgq (mgr.14197) 396 : cluster [DBG] pgmap v343: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:09.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:31:09 smithi057 bash[18598]: cluster 2024-04-24T17:31:08.201165+0000 mgr.smithi057.tirlgq (mgr.14197) 397 : cluster [DBG] pgmap v344: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:09.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:31:09 smithi057 bash[18598]: cluster 2024-04-24T17:31:08.201165+0000 mgr.smithi057.tirlgq (mgr.14197) 397 : cluster [DBG] pgmap v344: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:09.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:31:09 smithi088 bash[20239]: cluster 2024-04-24T17:31:08.201165+0000 mgr.smithi057.tirlgq (mgr.14197) 397 : cluster [DBG] pgmap v344: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:09.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:31:09 smithi088 bash[20239]: cluster 2024-04-24T17:31:08.201165+0000 mgr.smithi057.tirlgq (mgr.14197) 397 : cluster [DBG] pgmap v344: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:11.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:31:11 smithi057 bash[18598]: cluster 2024-04-24T17:31:10.202029+0000 mgr.smithi057.tirlgq (mgr.14197) 398 : cluster [DBG] pgmap v345: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:11.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:31:11 smithi057 bash[18598]: cluster 2024-04-24T17:31:10.202029+0000 mgr.smithi057.tirlgq (mgr.14197) 398 : cluster [DBG] pgmap v345: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:11.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:31:11 smithi088 bash[20239]: cluster 2024-04-24T17:31:10.202029+0000 mgr.smithi057.tirlgq (mgr.14197) 398 : cluster [DBG] pgmap v345: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:11.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:31:11 smithi088 bash[20239]: cluster 2024-04-24T17:31:10.202029+0000 mgr.smithi057.tirlgq (mgr.14197) 398 : cluster [DBG] pgmap v345: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:12.183 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:31:12.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:31:12 smithi057 bash[18598]: audit 2024-04-24T17:31:11.800455+0000 mon.smithi057 (mon.0) 526 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:31:12.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:31:12 smithi057 bash[18598]: audit 2024-04-24T17:31:11.800455+0000 mon.smithi057 (mon.0) 526 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:31:12.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:31:12 smithi088 bash[20239]: audit 2024-04-24T17:31:11.800455+0000 mon.smithi057 (mon.0) 526 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:31:12.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:31:12 smithi088 bash[20239]: audit 2024-04-24T17:31:11.800455+0000 mon.smithi057 (mon.0) 526 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:31:13.373 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:31:13.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:31:13 smithi057 bash[18598]: cluster 2024-04-24T17:31:12.202686+0000 mgr.smithi057.tirlgq (mgr.14197) 399 : cluster [DBG] pgmap v346: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:13.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:31:13 smithi057 bash[18598]: cluster 2024-04-24T17:31:12.202686+0000 mgr.smithi057.tirlgq (mgr.14197) 399 : cluster [DBG] pgmap v346: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:13.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:31:13 smithi088 bash[20239]: cluster 2024-04-24T17:31:12.202686+0000 mgr.smithi057.tirlgq (mgr.14197) 399 : cluster [DBG] pgmap v346: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:13.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:31:13 smithi088 bash[20239]: cluster 2024-04-24T17:31:12.202686+0000 mgr.smithi057.tirlgq (mgr.14197) 399 : cluster [DBG] pgmap v346: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:13.925 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:31:14.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:31:14 smithi057 bash[18598]: audit 2024-04-24T17:31:13.376342+0000 mon.smithi057 (mon.0) 527 : audit [DBG] from='client.? 172.21.15.57:0/3324752761' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:31:14.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:31:14 smithi057 bash[18598]: audit 2024-04-24T17:31:13.376342+0000 mon.smithi057 (mon.0) 527 : audit [DBG] from='client.? 172.21.15.57:0/3324752761' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:31:14.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:31:14 smithi057 bash[18598]: cluster 2024-04-24T17:31:14.203695+0000 mgr.smithi057.tirlgq (mgr.14197) 400 : cluster [DBG] pgmap v347: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:14.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:31:14 smithi057 bash[18598]: cluster 2024-04-24T17:31:14.203695+0000 mgr.smithi057.tirlgq (mgr.14197) 400 : cluster [DBG] pgmap v347: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:14.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:31:14 smithi088 bash[20239]: audit 2024-04-24T17:31:13.376342+0000 mon.smithi057 (mon.0) 527 : audit [DBG] from='client.? 172.21.15.57:0/3324752761' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:31:14.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:31:14 smithi088 bash[20239]: audit 2024-04-24T17:31:13.376342+0000 mon.smithi057 (mon.0) 527 : audit [DBG] from='client.? 172.21.15.57:0/3324752761' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:31:14.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:31:14 smithi088 bash[20239]: cluster 2024-04-24T17:31:14.203695+0000 mgr.smithi057.tirlgq (mgr.14197) 400 : cluster [DBG] pgmap v347: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:14.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:31:14 smithi088 bash[20239]: cluster 2024-04-24T17:31:14.203695+0000 mgr.smithi057.tirlgq (mgr.14197) 400 : cluster [DBG] pgmap v347: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:14.926 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T17:31:17.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:31:17 smithi057 bash[18598]: cluster 2024-04-24T17:31:16.204709+0000 mgr.smithi057.tirlgq (mgr.14197) 401 : cluster [DBG] pgmap v348: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:17.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:31:17 smithi057 bash[18598]: cluster 2024-04-24T17:31:16.204709+0000 mgr.smithi057.tirlgq (mgr.14197) 401 : cluster [DBG] pgmap v348: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:17.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:31:17 smithi088 bash[20239]: cluster 2024-04-24T17:31:16.204709+0000 mgr.smithi057.tirlgq (mgr.14197) 401 : cluster [DBG] pgmap v348: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:17.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:31:17 smithi088 bash[20239]: cluster 2024-04-24T17:31:16.204709+0000 mgr.smithi057.tirlgq (mgr.14197) 401 : cluster [DBG] pgmap v348: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:19.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:31:19 smithi057 bash[18598]: cluster 2024-04-24T17:31:18.205777+0000 mgr.smithi057.tirlgq (mgr.14197) 402 : cluster [DBG] pgmap v349: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:19.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:31:19 smithi057 bash[18598]: cluster 2024-04-24T17:31:18.205777+0000 mgr.smithi057.tirlgq (mgr.14197) 402 : cluster [DBG] pgmap v349: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:19.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:31:19 smithi088 bash[20239]: cluster 2024-04-24T17:31:18.205777+0000 mgr.smithi057.tirlgq (mgr.14197) 402 : cluster [DBG] pgmap v349: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:19.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:31:19 smithi088 bash[20239]: cluster 2024-04-24T17:31:18.205777+0000 mgr.smithi057.tirlgq (mgr.14197) 402 : cluster [DBG] pgmap v349: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:19.704 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:31:20.805 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:31:21.312 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:31:21.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:31:21 smithi057 bash[18598]: cluster 2024-04-24T17:31:20.206556+0000 mgr.smithi057.tirlgq (mgr.14197) 403 : cluster [DBG] pgmap v350: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:21.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:31:21 smithi057 bash[18598]: cluster 2024-04-24T17:31:20.206556+0000 mgr.smithi057.tirlgq (mgr.14197) 403 : cluster [DBG] pgmap v350: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:21.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:31:21 smithi057 bash[18598]: audit 2024-04-24T17:31:20.808477+0000 mon.smithi057 (mon.0) 528 : audit [DBG] from='client.? 172.21.15.57:0/1595342624' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:31:21.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:31:21 smithi057 bash[18598]: audit 2024-04-24T17:31:20.808477+0000 mon.smithi057 (mon.0) 528 : audit [DBG] from='client.? 172.21.15.57:0/1595342624' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:31:21.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:31:21 smithi088 bash[20239]: cluster 2024-04-24T17:31:20.206556+0000 mgr.smithi057.tirlgq (mgr.14197) 403 : cluster [DBG] pgmap v350: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:21.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:31:21 smithi088 bash[20239]: cluster 2024-04-24T17:31:20.206556+0000 mgr.smithi057.tirlgq (mgr.14197) 403 : cluster [DBG] pgmap v350: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:21.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:31:21 smithi088 bash[20239]: audit 2024-04-24T17:31:20.808477+0000 mon.smithi057 (mon.0) 528 : audit [DBG] from='client.? 172.21.15.57:0/1595342624' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:31:21.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:31:21 smithi088 bash[20239]: audit 2024-04-24T17:31:20.808477+0000 mon.smithi057 (mon.0) 528 : audit [DBG] from='client.? 172.21.15.57:0/1595342624' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:31:22.313 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T17:31:23.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:31:23 smithi057 bash[18598]: cluster 2024-04-24T17:31:22.207624+0000 mgr.smithi057.tirlgq (mgr.14197) 404 : cluster [DBG] pgmap v351: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:23.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:31:23 smithi057 bash[18598]: cluster 2024-04-24T17:31:22.207624+0000 mgr.smithi057.tirlgq (mgr.14197) 404 : cluster [DBG] pgmap v351: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:23.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:31:23 smithi088 bash[20239]: cluster 2024-04-24T17:31:22.207624+0000 mgr.smithi057.tirlgq (mgr.14197) 404 : cluster [DBG] pgmap v351: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:23.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:31:23 smithi088 bash[20239]: cluster 2024-04-24T17:31:22.207624+0000 mgr.smithi057.tirlgq (mgr.14197) 404 : cluster [DBG] pgmap v351: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:25.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:31:25 smithi057 bash[18598]: cluster 2024-04-24T17:31:24.208750+0000 mgr.smithi057.tirlgq (mgr.14197) 405 : cluster [DBG] pgmap v352: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:25.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:31:25 smithi057 bash[18598]: cluster 2024-04-24T17:31:24.208750+0000 mgr.smithi057.tirlgq (mgr.14197) 405 : cluster [DBG] pgmap v352: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:25.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:31:25 smithi088 bash[20239]: cluster 2024-04-24T17:31:24.208750+0000 mgr.smithi057.tirlgq (mgr.14197) 405 : cluster [DBG] pgmap v352: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:25.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:31:25 smithi088 bash[20239]: cluster 2024-04-24T17:31:24.208750+0000 mgr.smithi057.tirlgq (mgr.14197) 405 : cluster [DBG] pgmap v352: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:27.086 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:31:27.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:31:27 smithi057 bash[18598]: cluster 2024-04-24T17:31:26.209745+0000 mgr.smithi057.tirlgq (mgr.14197) 406 : cluster [DBG] pgmap v353: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:27.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:31:27 smithi057 bash[18598]: cluster 2024-04-24T17:31:26.209745+0000 mgr.smithi057.tirlgq (mgr.14197) 406 : cluster [DBG] pgmap v353: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:27.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:31:27 smithi057 bash[18598]: audit 2024-04-24T17:31:26.801005+0000 mon.smithi057 (mon.0) 529 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:31:27.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:31:27 smithi057 bash[18598]: audit 2024-04-24T17:31:26.801005+0000 mon.smithi057 (mon.0) 529 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:31:27.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:31:27 smithi088 bash[20239]: cluster 2024-04-24T17:31:26.209745+0000 mgr.smithi057.tirlgq (mgr.14197) 406 : cluster [DBG] pgmap v353: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:27.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:31:27 smithi088 bash[20239]: cluster 2024-04-24T17:31:26.209745+0000 mgr.smithi057.tirlgq (mgr.14197) 406 : cluster [DBG] pgmap v353: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:27.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:31:27 smithi088 bash[20239]: audit 2024-04-24T17:31:26.801005+0000 mon.smithi057 (mon.0) 529 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:31:27.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:31:27 smithi088 bash[20239]: audit 2024-04-24T17:31:26.801005+0000 mon.smithi057 (mon.0) 529 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:31:28.450 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:31:29.093 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:31:29.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:31:29 smithi057 bash[18598]: cluster 2024-04-24T17:31:28.210696+0000 mgr.smithi057.tirlgq (mgr.14197) 407 : cluster [DBG] pgmap v354: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:29.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:31:29 smithi057 bash[18598]: cluster 2024-04-24T17:31:28.210696+0000 mgr.smithi057.tirlgq (mgr.14197) 407 : cluster [DBG] pgmap v354: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:29.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:31:29 smithi057 bash[18598]: audit 2024-04-24T17:31:28.454073+0000 mon.smithi057 (mon.0) 530 : audit [DBG] from='client.? 172.21.15.57:0/2866161268' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:31:29.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:31:29 smithi057 bash[18598]: audit 2024-04-24T17:31:28.454073+0000 mon.smithi057 (mon.0) 530 : audit [DBG] from='client.? 172.21.15.57:0/2866161268' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:31:29.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:31:29 smithi088 bash[20239]: cluster 2024-04-24T17:31:28.210696+0000 mgr.smithi057.tirlgq (mgr.14197) 407 : cluster [DBG] pgmap v354: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:29.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:31:29 smithi088 bash[20239]: cluster 2024-04-24T17:31:28.210696+0000 mgr.smithi057.tirlgq (mgr.14197) 407 : cluster [DBG] pgmap v354: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:29.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:31:29 smithi088 bash[20239]: audit 2024-04-24T17:31:28.454073+0000 mon.smithi057 (mon.0) 530 : audit [DBG] from='client.? 172.21.15.57:0/2866161268' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:31:29.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:31:29 smithi088 bash[20239]: audit 2024-04-24T17:31:28.454073+0000 mon.smithi057 (mon.0) 530 : audit [DBG] from='client.? 172.21.15.57:0/2866161268' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:31:30.094 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T17:31:31.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:31:31 smithi057 bash[18598]: cluster 2024-04-24T17:31:30.211652+0000 mgr.smithi057.tirlgq (mgr.14197) 408 : cluster [DBG] pgmap v355: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:31.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:31:31 smithi057 bash[18598]: cluster 2024-04-24T17:31:30.211652+0000 mgr.smithi057.tirlgq (mgr.14197) 408 : cluster [DBG] pgmap v355: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:31.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:31:31 smithi088 bash[20239]: cluster 2024-04-24T17:31:30.211652+0000 mgr.smithi057.tirlgq (mgr.14197) 408 : cluster [DBG] pgmap v355: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:31.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:31:31 smithi088 bash[20239]: cluster 2024-04-24T17:31:30.211652+0000 mgr.smithi057.tirlgq (mgr.14197) 408 : cluster [DBG] pgmap v355: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:32.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:31:32 smithi088 bash[20239]: cluster 2024-04-24T17:31:32.212653+0000 mgr.smithi057.tirlgq (mgr.14197) 409 : cluster [DBG] pgmap v356: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:32.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:31:32 smithi088 bash[20239]: cluster 2024-04-24T17:31:32.212653+0000 mgr.smithi057.tirlgq (mgr.14197) 409 : cluster [DBG] pgmap v356: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:32.834 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:31:32 smithi057 bash[18598]: cluster 2024-04-24T17:31:32.212653+0000 mgr.smithi057.tirlgq (mgr.14197) 409 : cluster [DBG] pgmap v356: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:32.834 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:31:32 smithi057 bash[18598]: cluster 2024-04-24T17:31:32.212653+0000 mgr.smithi057.tirlgq (mgr.14197) 409 : cluster [DBG] pgmap v356: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:34.872 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:31:35.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:31:35 smithi057 bash[18598]: cluster 2024-04-24T17:31:34.213680+0000 mgr.smithi057.tirlgq (mgr.14197) 410 : cluster [DBG] pgmap v357: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:35.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:31:35 smithi057 bash[18598]: cluster 2024-04-24T17:31:34.213680+0000 mgr.smithi057.tirlgq (mgr.14197) 410 : cluster [DBG] pgmap v357: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:35.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:31:35 smithi088 bash[20239]: cluster 2024-04-24T17:31:34.213680+0000 mgr.smithi057.tirlgq (mgr.14197) 410 : cluster [DBG] pgmap v357: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:35.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:31:35 smithi088 bash[20239]: cluster 2024-04-24T17:31:34.213680+0000 mgr.smithi057.tirlgq (mgr.14197) 410 : cluster [DBG] pgmap v357: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:36.018 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:31:36.334 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:31:36 smithi057 bash[18598]: audit 2024-04-24T17:31:36.022078+0000 mon.smithi057 (mon.0) 531 : audit [DBG] from='client.? 172.21.15.57:0/1786260023' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:31:36.335 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:31:36 smithi057 bash[18598]: audit 2024-04-24T17:31:36.022078+0000 mon.smithi057 (mon.0) 531 : audit [DBG] from='client.? 172.21.15.57:0/1786260023' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:31:36.574 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:31:36.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:31:36 smithi088 bash[20239]: audit 2024-04-24T17:31:36.022078+0000 mon.smithi057 (mon.0) 531 : audit [DBG] from='client.? 172.21.15.57:0/1786260023' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:31:36.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:31:36 smithi088 bash[20239]: audit 2024-04-24T17:31:36.022078+0000 mon.smithi057 (mon.0) 531 : audit [DBG] from='client.? 172.21.15.57:0/1786260023' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:31:37.334 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:31:37 smithi057 bash[18598]: cluster 2024-04-24T17:31:36.214643+0000 mgr.smithi057.tirlgq (mgr.14197) 411 : cluster [DBG] pgmap v358: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:37.334 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:31:37 smithi057 bash[18598]: cluster 2024-04-24T17:31:36.214643+0000 mgr.smithi057.tirlgq (mgr.14197) 411 : cluster [DBG] pgmap v358: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:37.575 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T17:31:37.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:31:37 smithi088 bash[20239]: cluster 2024-04-24T17:31:36.214643+0000 mgr.smithi057.tirlgq (mgr.14197) 411 : cluster [DBG] pgmap v358: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:37.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:31:37 smithi088 bash[20239]: cluster 2024-04-24T17:31:36.214643+0000 mgr.smithi057.tirlgq (mgr.14197) 411 : cluster [DBG] pgmap v358: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:39.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:31:39 smithi057 bash[18598]: cluster 2024-04-24T17:31:38.215635+0000 mgr.smithi057.tirlgq (mgr.14197) 412 : cluster [DBG] pgmap v359: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:39.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:31:39 smithi057 bash[18598]: cluster 2024-04-24T17:31:38.215635+0000 mgr.smithi057.tirlgq (mgr.14197) 412 : cluster [DBG] pgmap v359: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:39.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:31:39 smithi088 bash[20239]: cluster 2024-04-24T17:31:38.215635+0000 mgr.smithi057.tirlgq (mgr.14197) 412 : cluster [DBG] pgmap v359: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:39.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:31:39 smithi088 bash[20239]: cluster 2024-04-24T17:31:38.215635+0000 mgr.smithi057.tirlgq (mgr.14197) 412 : cluster [DBG] pgmap v359: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:41.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:31:41 smithi057 bash[18598]: cluster 2024-04-24T17:31:40.216649+0000 mgr.smithi057.tirlgq (mgr.14197) 413 : cluster [DBG] pgmap v360: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:41.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:31:41 smithi057 bash[18598]: cluster 2024-04-24T17:31:40.216649+0000 mgr.smithi057.tirlgq (mgr.14197) 413 : cluster [DBG] pgmap v360: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:41.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:31:41 smithi088 bash[20239]: cluster 2024-04-24T17:31:40.216649+0000 mgr.smithi057.tirlgq (mgr.14197) 413 : cluster [DBG] pgmap v360: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:41.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:31:41 smithi088 bash[20239]: cluster 2024-04-24T17:31:40.216649+0000 mgr.smithi057.tirlgq (mgr.14197) 413 : cluster [DBG] pgmap v360: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:42.349 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:31:42.372 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:31:42 smithi057 bash[18598]: audit 2024-04-24T17:31:41.801286+0000 mon.smithi057 (mon.0) 532 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:31:42.372 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:31:42 smithi057 bash[18598]: audit 2024-04-24T17:31:41.801286+0000 mon.smithi057 (mon.0) 532 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:31:42.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:31:42 smithi088 bash[20239]: audit 2024-04-24T17:31:41.801286+0000 mon.smithi057 (mon.0) 532 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:31:42.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:31:42 smithi088 bash[20239]: audit 2024-04-24T17:31:41.801286+0000 mon.smithi057 (mon.0) 532 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:31:43.528 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:31:43.542 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:31:43 smithi057 bash[18598]: cluster 2024-04-24T17:31:42.217677+0000 mgr.smithi057.tirlgq (mgr.14197) 414 : cluster [DBG] pgmap v361: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:43.542 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:31:43 smithi057 bash[18598]: cluster 2024-04-24T17:31:42.217677+0000 mgr.smithi057.tirlgq (mgr.14197) 414 : cluster [DBG] pgmap v361: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:43.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:31:43 smithi088 bash[20239]: cluster 2024-04-24T17:31:42.217677+0000 mgr.smithi057.tirlgq (mgr.14197) 414 : cluster [DBG] pgmap v361: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:43.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:31:43 smithi088 bash[20239]: cluster 2024-04-24T17:31:42.217677+0000 mgr.smithi057.tirlgq (mgr.14197) 414 : cluster [DBG] pgmap v361: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:44.119 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:31:44.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:31:44 smithi057 bash[18598]: audit 2024-04-24T17:31:43.531777+0000 mon.smithi057 (mon.0) 533 : audit [DBG] from='client.? 172.21.15.57:0/2110417446' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:31:44.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:31:44 smithi057 bash[18598]: audit 2024-04-24T17:31:43.531777+0000 mon.smithi057 (mon.0) 533 : audit [DBG] from='client.? 172.21.15.57:0/2110417446' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:31:44.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:31:44 smithi057 bash[18598]: audit 2024-04-24T17:31:44.301052+0000 mon.smithi057 (mon.0) 534 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:31:44.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:31:44 smithi057 bash[18598]: audit 2024-04-24T17:31:44.301052+0000 mon.smithi057 (mon.0) 534 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:31:44.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:31:44 smithi088 bash[20239]: audit 2024-04-24T17:31:43.531777+0000 mon.smithi057 (mon.0) 533 : audit [DBG] from='client.? 172.21.15.57:0/2110417446' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:31:44.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:31:44 smithi088 bash[20239]: audit 2024-04-24T17:31:43.531777+0000 mon.smithi057 (mon.0) 533 : audit [DBG] from='client.? 172.21.15.57:0/2110417446' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:31:44.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:31:44 smithi088 bash[20239]: audit 2024-04-24T17:31:44.301052+0000 mon.smithi057 (mon.0) 534 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:31:44.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:31:44 smithi088 bash[20239]: audit 2024-04-24T17:31:44.301052+0000 mon.smithi057 (mon.0) 534 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:31:45.120 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T17:31:45.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:31:45 smithi057 bash[18598]: cluster 2024-04-24T17:31:44.218678+0000 mgr.smithi057.tirlgq (mgr.14197) 415 : cluster [DBG] pgmap v362: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:45.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:31:45 smithi057 bash[18598]: cluster 2024-04-24T17:31:44.218678+0000 mgr.smithi057.tirlgq (mgr.14197) 415 : cluster [DBG] pgmap v362: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:45.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:31:45 smithi088 bash[20239]: cluster 2024-04-24T17:31:44.218678+0000 mgr.smithi057.tirlgq (mgr.14197) 415 : cluster [DBG] pgmap v362: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:45.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:31:45 smithi088 bash[20239]: cluster 2024-04-24T17:31:44.218678+0000 mgr.smithi057.tirlgq (mgr.14197) 415 : cluster [DBG] pgmap v362: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:46.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:31:46 smithi057 bash[18598]: cluster 2024-04-24T17:31:46.219704+0000 mgr.smithi057.tirlgq (mgr.14197) 416 : cluster [DBG] pgmap v363: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:46.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:31:46 smithi057 bash[18598]: cluster 2024-04-24T17:31:46.219704+0000 mgr.smithi057.tirlgq (mgr.14197) 416 : cluster [DBG] pgmap v363: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:46.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:31:46 smithi088 bash[20239]: cluster 2024-04-24T17:31:46.219704+0000 mgr.smithi057.tirlgq (mgr.14197) 416 : cluster [DBG] pgmap v363: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:46.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:31:46 smithi088 bash[20239]: cluster 2024-04-24T17:31:46.219704+0000 mgr.smithi057.tirlgq (mgr.14197) 416 : cluster [DBG] pgmap v363: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:49.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:31:49 smithi057 bash[18598]: cluster 2024-04-24T17:31:48.220727+0000 mgr.smithi057.tirlgq (mgr.14197) 417 : cluster [DBG] pgmap v364: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:49.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:31:49 smithi057 bash[18598]: cluster 2024-04-24T17:31:48.220727+0000 mgr.smithi057.tirlgq (mgr.14197) 417 : cluster [DBG] pgmap v364: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:49.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:31:49 smithi088 bash[20239]: cluster 2024-04-24T17:31:48.220727+0000 mgr.smithi057.tirlgq (mgr.14197) 417 : cluster [DBG] pgmap v364: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:49.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:31:49 smithi088 bash[20239]: cluster 2024-04-24T17:31:48.220727+0000 mgr.smithi057.tirlgq (mgr.14197) 417 : cluster [DBG] pgmap v364: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:49.896 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:31:51.318 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:31:51.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:31:51 smithi057 bash[18598]: cluster 2024-04-24T17:31:50.221765+0000 mgr.smithi057.tirlgq (mgr.14197) 418 : cluster [DBG] pgmap v365: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:51.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:31:51 smithi057 bash[18598]: cluster 2024-04-24T17:31:50.221765+0000 mgr.smithi057.tirlgq (mgr.14197) 418 : cluster [DBG] pgmap v365: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:51.646 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:31:51 smithi088 bash[20239]: cluster 2024-04-24T17:31:50.221765+0000 mgr.smithi057.tirlgq (mgr.14197) 418 : cluster [DBG] pgmap v365: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:51.646 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:31:51 smithi088 bash[20239]: cluster 2024-04-24T17:31:50.221765+0000 mgr.smithi057.tirlgq (mgr.14197) 418 : cluster [DBG] pgmap v365: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:52.106 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:31:52.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:31:52 smithi057 bash[18598]: audit 2024-04-24T17:31:51.321812+0000 mon.smithi057 (mon.0) 535 : audit [DBG] from='client.? 172.21.15.57:0/1262384982' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:31:52.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:31:52 smithi057 bash[18598]: audit 2024-04-24T17:31:51.321812+0000 mon.smithi057 (mon.0) 535 : audit [DBG] from='client.? 172.21.15.57:0/1262384982' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:31:52.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:31:52 smithi057 bash[18598]: audit 2024-04-24T17:31:52.070543+0000 mon.smithi057 (mon.0) 536 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:31:52.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:31:52 smithi057 bash[18598]: audit 2024-04-24T17:31:52.070543+0000 mon.smithi057 (mon.0) 536 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:31:52.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:31:52 smithi057 bash[18598]: audit 2024-04-24T17:31:52.072299+0000 mon.smithi057 (mon.0) 537 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:31:52.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:31:52 smithi057 bash[18598]: audit 2024-04-24T17:31:52.072299+0000 mon.smithi057 (mon.0) 537 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:31:52.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:31:52 smithi057 bash[18598]: audit 2024-04-24T17:31:52.081918+0000 mon.smithi057 (mon.0) 538 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:31:52.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:31:52 smithi057 bash[18598]: audit 2024-04-24T17:31:52.081918+0000 mon.smithi057 (mon.0) 538 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:31:52.586 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:31:52 smithi057 bash[18598]: audit 2024-04-24T17:31:52.088018+0000 mon.smithi057 (mon.0) 539 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-24T17:31:52.586 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:31:52 smithi057 bash[18598]: audit 2024-04-24T17:31:52.088018+0000 mon.smithi057 (mon.0) 539 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-24T17:31:52.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:31:52 smithi088 bash[20239]: audit 2024-04-24T17:31:51.321812+0000 mon.smithi057 (mon.0) 535 : audit [DBG] from='client.? 172.21.15.57:0/1262384982' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:31:52.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:31:52 smithi088 bash[20239]: audit 2024-04-24T17:31:51.321812+0000 mon.smithi057 (mon.0) 535 : audit [DBG] from='client.? 172.21.15.57:0/1262384982' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:31:52.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:31:52 smithi088 bash[20239]: audit 2024-04-24T17:31:52.070543+0000 mon.smithi057 (mon.0) 536 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:31:52.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:31:52 smithi088 bash[20239]: audit 2024-04-24T17:31:52.070543+0000 mon.smithi057 (mon.0) 536 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:31:52.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:31:52 smithi088 bash[20239]: audit 2024-04-24T17:31:52.072299+0000 mon.smithi057 (mon.0) 537 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:31:52.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:31:52 smithi088 bash[20239]: audit 2024-04-24T17:31:52.072299+0000 mon.smithi057 (mon.0) 537 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:31:52.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:31:52 smithi088 bash[20239]: audit 2024-04-24T17:31:52.081918+0000 mon.smithi057 (mon.0) 538 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:31:52.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:31:52 smithi088 bash[20239]: audit 2024-04-24T17:31:52.081918+0000 mon.smithi057 (mon.0) 538 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:31:52.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:31:52 smithi088 bash[20239]: audit 2024-04-24T17:31:52.088018+0000 mon.smithi057 (mon.0) 539 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-24T17:31:52.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:31:52 smithi088 bash[20239]: audit 2024-04-24T17:31:52.088018+0000 mon.smithi057 (mon.0) 539 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-24T17:31:53.107 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T17:31:53.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:31:53 smithi057 bash[18598]: cluster 2024-04-24T17:31:52.075108+0000 mgr.smithi057.tirlgq (mgr.14197) 419 : cluster [DBG] pgmap v366: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:53.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:31:53 smithi057 bash[18598]: cluster 2024-04-24T17:31:52.075108+0000 mgr.smithi057.tirlgq (mgr.14197) 419 : cluster [DBG] pgmap v366: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:53.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:31:53 smithi057 bash[18598]: cluster 2024-04-24T17:31:52.076058+0000 mgr.smithi057.tirlgq (mgr.14197) 420 : cluster [DBG] pgmap v367: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:53.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:31:53 smithi057 bash[18598]: cluster 2024-04-24T17:31:52.076058+0000 mgr.smithi057.tirlgq (mgr.14197) 420 : cluster [DBG] pgmap v367: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:53.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:31:53 smithi088 bash[20239]: cluster 2024-04-24T17:31:52.075108+0000 mgr.smithi057.tirlgq (mgr.14197) 419 : cluster [DBG] pgmap v366: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:53.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:31:53 smithi088 bash[20239]: cluster 2024-04-24T17:31:52.075108+0000 mgr.smithi057.tirlgq (mgr.14197) 419 : cluster [DBG] pgmap v366: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:53.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:31:53 smithi088 bash[20239]: cluster 2024-04-24T17:31:52.076058+0000 mgr.smithi057.tirlgq (mgr.14197) 420 : cluster [DBG] pgmap v367: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:53.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:31:53 smithi088 bash[20239]: cluster 2024-04-24T17:31:52.076058+0000 mgr.smithi057.tirlgq (mgr.14197) 420 : cluster [DBG] pgmap v367: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:55.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:31:55 smithi057 bash[18598]: cluster 2024-04-24T17:31:54.077039+0000 mgr.smithi057.tirlgq (mgr.14197) 421 : cluster [DBG] pgmap v368: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:55.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:31:55 smithi057 bash[18598]: cluster 2024-04-24T17:31:54.077039+0000 mgr.smithi057.tirlgq (mgr.14197) 421 : cluster [DBG] pgmap v368: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:55.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:31:55 smithi088 bash[20239]: cluster 2024-04-24T17:31:54.077039+0000 mgr.smithi057.tirlgq (mgr.14197) 421 : cluster [DBG] pgmap v368: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:55.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:31:55 smithi088 bash[20239]: cluster 2024-04-24T17:31:54.077039+0000 mgr.smithi057.tirlgq (mgr.14197) 421 : cluster [DBG] pgmap v368: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:57.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:31:57 smithi057 bash[18598]: cluster 2024-04-24T17:31:56.078128+0000 mgr.smithi057.tirlgq (mgr.14197) 422 : cluster [DBG] pgmap v369: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:57.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:31:57 smithi057 bash[18598]: cluster 2024-04-24T17:31:56.078128+0000 mgr.smithi057.tirlgq (mgr.14197) 422 : cluster [DBG] pgmap v369: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:57.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:31:57 smithi057 bash[18598]: audit 2024-04-24T17:31:56.801949+0000 mon.smithi057 (mon.0) 540 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:31:57.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:31:57 smithi057 bash[18598]: audit 2024-04-24T17:31:56.801949+0000 mon.smithi057 (mon.0) 540 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:31:57.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:31:57 smithi088 bash[20239]: cluster 2024-04-24T17:31:56.078128+0000 mgr.smithi057.tirlgq (mgr.14197) 422 : cluster [DBG] pgmap v369: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:57.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:31:57 smithi088 bash[20239]: cluster 2024-04-24T17:31:56.078128+0000 mgr.smithi057.tirlgq (mgr.14197) 422 : cluster [DBG] pgmap v369: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:57.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:31:57 smithi088 bash[20239]: audit 2024-04-24T17:31:56.801949+0000 mon.smithi057 (mon.0) 540 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:31:57.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:31:57 smithi088 bash[20239]: audit 2024-04-24T17:31:56.801949+0000 mon.smithi057 (mon.0) 540 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:31:57.880 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:31:59.057 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:31:59.334 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:31:59 smithi057 bash[18598]: cluster 2024-04-24T17:31:58.079221+0000 mgr.smithi057.tirlgq (mgr.14197) 423 : cluster [DBG] pgmap v370: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:59.335 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:31:59 smithi057 bash[18598]: cluster 2024-04-24T17:31:58.079221+0000 mgr.smithi057.tirlgq (mgr.14197) 423 : cluster [DBG] pgmap v370: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:59.335 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:31:59 smithi057 bash[18598]: audit 2024-04-24T17:31:59.060263+0000 mon.smithi057 (mon.0) 541 : audit [DBG] from='client.? 172.21.15.57:0/1366362141' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:31:59.335 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:31:59 smithi057 bash[18598]: audit 2024-04-24T17:31:59.060263+0000 mon.smithi057 (mon.0) 541 : audit [DBG] from='client.? 172.21.15.57:0/1366362141' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:31:59.605 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:31:59.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:31:59 smithi088 bash[20239]: cluster 2024-04-24T17:31:58.079221+0000 mgr.smithi057.tirlgq (mgr.14197) 423 : cluster [DBG] pgmap v370: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:59.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:31:59 smithi088 bash[20239]: cluster 2024-04-24T17:31:58.079221+0000 mgr.smithi057.tirlgq (mgr.14197) 423 : cluster [DBG] pgmap v370: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:31:59.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:31:59 smithi088 bash[20239]: audit 2024-04-24T17:31:59.060263+0000 mon.smithi057 (mon.0) 541 : audit [DBG] from='client.? 172.21.15.57:0/1366362141' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:31:59.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:31:59 smithi088 bash[20239]: audit 2024-04-24T17:31:59.060263+0000 mon.smithi057 (mon.0) 541 : audit [DBG] from='client.? 172.21.15.57:0/1366362141' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:32:00.606 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T17:32:01.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:32:01 smithi057 bash[18598]: cluster 2024-04-24T17:32:00.080372+0000 mgr.smithi057.tirlgq (mgr.14197) 424 : cluster [DBG] pgmap v371: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:32:01.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:32:01 smithi057 bash[18598]: cluster 2024-04-24T17:32:00.080372+0000 mgr.smithi057.tirlgq (mgr.14197) 424 : cluster [DBG] pgmap v371: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:32:01.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:32:01 smithi088 bash[20239]: cluster 2024-04-24T17:32:00.080372+0000 mgr.smithi057.tirlgq (mgr.14197) 424 : cluster [DBG] pgmap v371: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:32:01.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:32:01 smithi088 bash[20239]: cluster 2024-04-24T17:32:00.080372+0000 mgr.smithi057.tirlgq (mgr.14197) 424 : cluster [DBG] pgmap v371: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:32:02.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:32:02 smithi057 bash[18598]: cluster 2024-04-24T17:32:02.081536+0000 mgr.smithi057.tirlgq (mgr.14197) 425 : cluster [DBG] pgmap v372: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:32:02.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:32:02 smithi057 bash[18598]: cluster 2024-04-24T17:32:02.081536+0000 mgr.smithi057.tirlgq (mgr.14197) 425 : cluster [DBG] pgmap v372: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:32:02.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:32:02 smithi088 bash[20239]: cluster 2024-04-24T17:32:02.081536+0000 mgr.smithi057.tirlgq (mgr.14197) 425 : cluster [DBG] pgmap v372: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:32:02.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:32:02 smithi088 bash[20239]: cluster 2024-04-24T17:32:02.081536+0000 mgr.smithi057.tirlgq (mgr.14197) 425 : cluster [DBG] pgmap v372: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:32:05.384 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:32:05.406 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:32:05 smithi057 bash[18598]: cluster 2024-04-24T17:32:04.082639+0000 mgr.smithi057.tirlgq (mgr.14197) 426 : cluster [DBG] pgmap v373: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:32:05.406 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:32:05 smithi057 bash[18598]: cluster 2024-04-24T17:32:04.082639+0000 mgr.smithi057.tirlgq (mgr.14197) 426 : cluster [DBG] pgmap v373: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:32:05.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:32:05 smithi088 bash[20239]: cluster 2024-04-24T17:32:04.082639+0000 mgr.smithi057.tirlgq (mgr.14197) 426 : cluster [DBG] pgmap v373: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:32:05.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:32:05 smithi088 bash[20239]: cluster 2024-04-24T17:32:04.082639+0000 mgr.smithi057.tirlgq (mgr.14197) 426 : cluster [DBG] pgmap v373: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:32:06.544 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:32:07.146 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:32:07.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:32:07 smithi088 bash[20239]: cluster 2024-04-24T17:32:06.083792+0000 mgr.smithi057.tirlgq (mgr.14197) 427 : cluster [DBG] pgmap v374: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:32:07.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:32:07 smithi088 bash[20239]: cluster 2024-04-24T17:32:06.083792+0000 mgr.smithi057.tirlgq (mgr.14197) 427 : cluster [DBG] pgmap v374: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:32:07.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:32:07 smithi088 bash[20239]: audit 2024-04-24T17:32:06.547895+0000 mon.smithi057 (mon.0) 542 : audit [DBG] from='client.? 172.21.15.57:0/1939655293' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:32:07.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:32:07 smithi088 bash[20239]: audit 2024-04-24T17:32:06.547895+0000 mon.smithi057 (mon.0) 542 : audit [DBG] from='client.? 172.21.15.57:0/1939655293' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:32:07.439 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:32:07 smithi057 bash[18598]: cluster 2024-04-24T17:32:06.083792+0000 mgr.smithi057.tirlgq (mgr.14197) 427 : cluster [DBG] pgmap v374: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:32:07.440 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:32:07 smithi057 bash[18598]: cluster 2024-04-24T17:32:06.083792+0000 mgr.smithi057.tirlgq (mgr.14197) 427 : cluster [DBG] pgmap v374: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:32:07.440 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:32:07 smithi057 bash[18598]: audit 2024-04-24T17:32:06.547895+0000 mon.smithi057 (mon.0) 542 : audit [DBG] from='client.? 172.21.15.57:0/1939655293' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:32:07.440 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:32:07 smithi057 bash[18598]: audit 2024-04-24T17:32:06.547895+0000 mon.smithi057 (mon.0) 542 : audit [DBG] from='client.? 172.21.15.57:0/1939655293' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:32:08.148 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T17:32:09.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:32:09 smithi088 bash[20239]: cluster 2024-04-24T17:32:08.084931+0000 mgr.smithi057.tirlgq (mgr.14197) 428 : cluster [DBG] pgmap v375: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:32:09.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:32:09 smithi088 bash[20239]: cluster 2024-04-24T17:32:08.084931+0000 mgr.smithi057.tirlgq (mgr.14197) 428 : cluster [DBG] pgmap v375: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:32:09.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:32:09 smithi057 bash[18598]: cluster 2024-04-24T17:32:08.084931+0000 mgr.smithi057.tirlgq (mgr.14197) 428 : cluster [DBG] pgmap v375: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:32:09.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:32:09 smithi057 bash[18598]: cluster 2024-04-24T17:32:08.084931+0000 mgr.smithi057.tirlgq (mgr.14197) 428 : cluster [DBG] pgmap v375: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:32:11.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:32:11 smithi088 bash[20239]: cluster 2024-04-24T17:32:10.086229+0000 mgr.smithi057.tirlgq (mgr.14197) 429 : cluster [DBG] pgmap v376: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:32:11.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:32:11 smithi088 bash[20239]: cluster 2024-04-24T17:32:10.086229+0000 mgr.smithi057.tirlgq (mgr.14197) 429 : cluster [DBG] pgmap v376: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:32:11.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:32:11 smithi057 bash[18598]: cluster 2024-04-24T17:32:10.086229+0000 mgr.smithi057.tirlgq (mgr.14197) 429 : cluster [DBG] pgmap v376: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:32:11.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:32:11 smithi057 bash[18598]: cluster 2024-04-24T17:32:10.086229+0000 mgr.smithi057.tirlgq (mgr.14197) 429 : cluster [DBG] pgmap v376: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:32:12.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:32:12 smithi057 bash[18598]: audit 2024-04-24T17:32:11.802473+0000 mon.smithi057 (mon.0) 543 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:32:12.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:32:12 smithi057 bash[18598]: audit 2024-04-24T17:32:11.802473+0000 mon.smithi057 (mon.0) 543 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:32:12.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:32:12 smithi088 bash[20239]: audit 2024-04-24T17:32:11.802473+0000 mon.smithi057 (mon.0) 543 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:32:12.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:32:12 smithi088 bash[20239]: audit 2024-04-24T17:32:11.802473+0000 mon.smithi057 (mon.0) 543 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:32:12.914 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:32:13.334 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:32:13 smithi057 bash[18598]: cluster 2024-04-24T17:32:12.087245+0000 mgr.smithi057.tirlgq (mgr.14197) 430 : cluster [DBG] pgmap v377: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:32:13.334 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:32:13 smithi057 bash[18598]: cluster 2024-04-24T17:32:12.087245+0000 mgr.smithi057.tirlgq (mgr.14197) 430 : cluster [DBG] pgmap v377: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:32:13.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:32:13 smithi088 bash[20239]: cluster 2024-04-24T17:32:12.087245+0000 mgr.smithi057.tirlgq (mgr.14197) 430 : cluster [DBG] pgmap v377: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:32:13.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:32:13 smithi088 bash[20239]: cluster 2024-04-24T17:32:12.087245+0000 mgr.smithi057.tirlgq (mgr.14197) 430 : cluster [DBG] pgmap v377: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:32:14.031 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:32:14.334 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:32:14 smithi057 bash[18598]: audit 2024-04-24T17:32:14.035017+0000 mon.smithi057 (mon.0) 544 : audit [DBG] from='client.? 172.21.15.57:0/766004897' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:32:14.334 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:32:14 smithi057 bash[18598]: audit 2024-04-24T17:32:14.035017+0000 mon.smithi057 (mon.0) 544 : audit [DBG] from='client.? 172.21.15.57:0/766004897' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:32:14.604 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:32:14.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:32:14 smithi088 bash[20239]: audit 2024-04-24T17:32:14.035017+0000 mon.smithi057 (mon.0) 544 : audit [DBG] from='client.? 172.21.15.57:0/766004897' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:32:14.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:32:14 smithi088 bash[20239]: audit 2024-04-24T17:32:14.035017+0000 mon.smithi057 (mon.0) 544 : audit [DBG] from='client.? 172.21.15.57:0/766004897' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:32:15.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:32:15 smithi057 bash[18598]: cluster 2024-04-24T17:32:14.087718+0000 mgr.smithi057.tirlgq (mgr.14197) 431 : cluster [DBG] pgmap v378: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:32:15.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:32:15 smithi057 bash[18598]: cluster 2024-04-24T17:32:14.087718+0000 mgr.smithi057.tirlgq (mgr.14197) 431 : cluster [DBG] pgmap v378: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:32:15.605 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T17:32:15.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:32:15 smithi088 bash[20239]: cluster 2024-04-24T17:32:14.087718+0000 mgr.smithi057.tirlgq (mgr.14197) 431 : cluster [DBG] pgmap v378: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:32:15.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:32:15 smithi088 bash[20239]: cluster 2024-04-24T17:32:14.087718+0000 mgr.smithi057.tirlgq (mgr.14197) 431 : cluster [DBG] pgmap v378: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:32:17.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:32:17 smithi057 bash[18598]: cluster 2024-04-24T17:32:16.088697+0000 mgr.smithi057.tirlgq (mgr.14197) 432 : cluster [DBG] pgmap v379: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:32:17.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:32:17 smithi057 bash[18598]: cluster 2024-04-24T17:32:16.088697+0000 mgr.smithi057.tirlgq (mgr.14197) 432 : cluster [DBG] pgmap v379: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:32:17.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:32:17 smithi088 bash[20239]: cluster 2024-04-24T17:32:16.088697+0000 mgr.smithi057.tirlgq (mgr.14197) 432 : cluster [DBG] pgmap v379: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:32:17.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:32:17 smithi088 bash[20239]: cluster 2024-04-24T17:32:16.088697+0000 mgr.smithi057.tirlgq (mgr.14197) 432 : cluster [DBG] pgmap v379: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:32:19.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:32:19 smithi057 bash[18598]: cluster 2024-04-24T17:32:18.089722+0000 mgr.smithi057.tirlgq (mgr.14197) 433 : cluster [DBG] pgmap v380: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:32:19.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:32:19 smithi057 bash[18598]: cluster 2024-04-24T17:32:18.089722+0000 mgr.smithi057.tirlgq (mgr.14197) 433 : cluster [DBG] pgmap v380: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:32:19.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:32:19 smithi088 bash[20239]: cluster 2024-04-24T17:32:18.089722+0000 mgr.smithi057.tirlgq (mgr.14197) 433 : cluster [DBG] pgmap v380: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:32:19.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:32:19 smithi088 bash[20239]: cluster 2024-04-24T17:32:18.089722+0000 mgr.smithi057.tirlgq (mgr.14197) 433 : cluster [DBG] pgmap v380: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:32:20.389 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:32:21.334 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:32:21 smithi057 bash[18598]: cluster 2024-04-24T17:32:20.090702+0000 mgr.smithi057.tirlgq (mgr.14197) 434 : cluster [DBG] pgmap v381: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:32:21.335 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:32:21 smithi057 bash[18598]: cluster 2024-04-24T17:32:20.090702+0000 mgr.smithi057.tirlgq (mgr.14197) 434 : cluster [DBG] pgmap v381: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:32:21.433 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:32:21.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:32:21 smithi088 bash[20239]: cluster 2024-04-24T17:32:20.090702+0000 mgr.smithi057.tirlgq (mgr.14197) 434 : cluster [DBG] pgmap v381: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:32:21.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:32:21 smithi088 bash[20239]: cluster 2024-04-24T17:32:20.090702+0000 mgr.smithi057.tirlgq (mgr.14197) 434 : cluster [DBG] pgmap v381: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:32:22.001 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:32:22.335 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:32:22 smithi057 bash[18598]: audit 2024-04-24T17:32:21.436915+0000 mon.smithi057 (mon.0) 545 : audit [DBG] from='client.? 172.21.15.57:0/2999542650' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:32:22.335 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:32:22 smithi057 bash[18598]: audit 2024-04-24T17:32:21.436915+0000 mon.smithi057 (mon.0) 545 : audit [DBG] from='client.? 172.21.15.57:0/2999542650' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:32:22.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:32:22 smithi088 bash[20239]: audit 2024-04-24T17:32:21.436915+0000 mon.smithi057 (mon.0) 545 : audit [DBG] from='client.? 172.21.15.57:0/2999542650' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:32:22.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:32:22 smithi088 bash[20239]: audit 2024-04-24T17:32:21.436915+0000 mon.smithi057 (mon.0) 545 : audit [DBG] from='client.? 172.21.15.57:0/2999542650' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:32:23.001 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T17:32:23.334 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:32:23 smithi057 bash[18598]: cluster 2024-04-24T17:32:22.091751+0000 mgr.smithi057.tirlgq (mgr.14197) 435 : cluster [DBG] pgmap v382: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:32:23.334 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:32:23 smithi057 bash[18598]: cluster 2024-04-24T17:32:22.091751+0000 mgr.smithi057.tirlgq (mgr.14197) 435 : cluster [DBG] pgmap v382: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:32:23.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:32:23 smithi088 bash[20239]: cluster 2024-04-24T17:32:22.091751+0000 mgr.smithi057.tirlgq (mgr.14197) 435 : cluster [DBG] pgmap v382: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:32:23.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:32:23 smithi088 bash[20239]: cluster 2024-04-24T17:32:22.091751+0000 mgr.smithi057.tirlgq (mgr.14197) 435 : cluster [DBG] pgmap v382: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:32:25.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:32:25 smithi057 bash[18598]: cluster 2024-04-24T17:32:24.092755+0000 mgr.smithi057.tirlgq (mgr.14197) 436 : cluster [DBG] pgmap v383: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:32:25.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:32:25 smithi057 bash[18598]: cluster 2024-04-24T17:32:24.092755+0000 mgr.smithi057.tirlgq (mgr.14197) 436 : cluster [DBG] pgmap v383: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:32:25.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:32:25 smithi088 bash[20239]: cluster 2024-04-24T17:32:24.092755+0000 mgr.smithi057.tirlgq (mgr.14197) 436 : cluster [DBG] pgmap v383: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:32:25.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:32:25 smithi088 bash[20239]: cluster 2024-04-24T17:32:24.092755+0000 mgr.smithi057.tirlgq (mgr.14197) 436 : cluster [DBG] pgmap v383: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:32:27.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:32:27 smithi057 bash[18598]: cluster 2024-04-24T17:32:26.093757+0000 mgr.smithi057.tirlgq (mgr.14197) 437 : cluster [DBG] pgmap v384: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:32:27.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:32:27 smithi057 bash[18598]: cluster 2024-04-24T17:32:26.093757+0000 mgr.smithi057.tirlgq (mgr.14197) 437 : cluster [DBG] pgmap v384: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:32:27.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:32:27 smithi057 bash[18598]: audit 2024-04-24T17:32:26.803139+0000 mon.smithi057 (mon.0) 546 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:32:27.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:32:27 smithi057 bash[18598]: audit 2024-04-24T17:32:26.803139+0000 mon.smithi057 (mon.0) 546 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:32:27.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:32:27 smithi088 bash[20239]: cluster 2024-04-24T17:32:26.093757+0000 mgr.smithi057.tirlgq (mgr.14197) 437 : cluster [DBG] pgmap v384: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:32:27.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:32:27 smithi088 bash[20239]: cluster 2024-04-24T17:32:26.093757+0000 mgr.smithi057.tirlgq (mgr.14197) 437 : cluster [DBG] pgmap v384: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:32:27.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:32:27 smithi088 bash[20239]: audit 2024-04-24T17:32:26.803139+0000 mon.smithi057 (mon.0) 546 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:32:27.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:32:27 smithi088 bash[20239]: audit 2024-04-24T17:32:26.803139+0000 mon.smithi057 (mon.0) 546 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:32:27.778 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:32:28.892 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:32:29.480 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:32:29.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:32:29 smithi057 bash[18598]: cluster 2024-04-24T17:32:28.094731+0000 mgr.smithi057.tirlgq (mgr.14197) 438 : cluster [DBG] pgmap v385: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:32:29.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:32:29 smithi057 bash[18598]: cluster 2024-04-24T17:32:28.094731+0000 mgr.smithi057.tirlgq (mgr.14197) 438 : cluster [DBG] pgmap v385: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:32:29.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:32:29 smithi057 bash[18598]: audit 2024-04-24T17:32:28.895968+0000 mon.smithi057 (mon.0) 547 : audit [DBG] from='client.? 172.21.15.57:0/1423104516' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:32:29.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:32:29 smithi057 bash[18598]: audit 2024-04-24T17:32:28.895968+0000 mon.smithi057 (mon.0) 547 : audit [DBG] from='client.? 172.21.15.57:0/1423104516' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:32:29.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:32:29 smithi088 bash[20239]: cluster 2024-04-24T17:32:28.094731+0000 mgr.smithi057.tirlgq (mgr.14197) 438 : cluster [DBG] pgmap v385: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:32:29.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:32:29 smithi088 bash[20239]: cluster 2024-04-24T17:32:28.094731+0000 mgr.smithi057.tirlgq (mgr.14197) 438 : cluster [DBG] pgmap v385: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:32:29.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:32:29 smithi088 bash[20239]: audit 2024-04-24T17:32:28.895968+0000 mon.smithi057 (mon.0) 547 : audit [DBG] from='client.? 172.21.15.57:0/1423104516' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:32:29.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:32:29 smithi088 bash[20239]: audit 2024-04-24T17:32:28.895968+0000 mon.smithi057 (mon.0) 547 : audit [DBG] from='client.? 172.21.15.57:0/1423104516' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:32:30.482 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T17:32:31.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:32:31 smithi057 bash[18598]: cluster 2024-04-24T17:32:30.095715+0000 mgr.smithi057.tirlgq (mgr.14197) 439 : cluster [DBG] pgmap v386: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:32:31.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:32:31 smithi057 bash[18598]: cluster 2024-04-24T17:32:30.095715+0000 mgr.smithi057.tirlgq (mgr.14197) 439 : cluster [DBG] pgmap v386: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:32:31.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:32:31 smithi088 bash[20239]: cluster 2024-04-24T17:32:30.095715+0000 mgr.smithi057.tirlgq (mgr.14197) 439 : cluster [DBG] pgmap v386: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:32:31.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:32:31 smithi088 bash[20239]: cluster 2024-04-24T17:32:30.095715+0000 mgr.smithi057.tirlgq (mgr.14197) 439 : cluster [DBG] pgmap v386: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:32:33.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:32:33 smithi057 bash[18598]: cluster 2024-04-24T17:32:32.096735+0000 mgr.smithi057.tirlgq (mgr.14197) 440 : cluster [DBG] pgmap v387: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:32:33.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:32:33 smithi057 bash[18598]: cluster 2024-04-24T17:32:32.096735+0000 mgr.smithi057.tirlgq (mgr.14197) 440 : cluster [DBG] pgmap v387: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:32:33.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:32:33 smithi088 bash[20239]: cluster 2024-04-24T17:32:32.096735+0000 mgr.smithi057.tirlgq (mgr.14197) 440 : cluster [DBG] pgmap v387: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:32:33.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:32:33 smithi088 bash[20239]: cluster 2024-04-24T17:32:32.096735+0000 mgr.smithi057.tirlgq (mgr.14197) 440 : cluster [DBG] pgmap v387: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:32:35.257 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:32:35.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:32:35 smithi057 bash[18598]: cluster 2024-04-24T17:32:34.097738+0000 mgr.smithi057.tirlgq (mgr.14197) 441 : cluster [DBG] pgmap v388: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:32:35.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:32:35 smithi057 bash[18598]: cluster 2024-04-24T17:32:34.097738+0000 mgr.smithi057.tirlgq (mgr.14197) 441 : cluster [DBG] pgmap v388: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:32:35.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:32:35 smithi088 bash[20239]: cluster 2024-04-24T17:32:34.097738+0000 mgr.smithi057.tirlgq (mgr.14197) 441 : cluster [DBG] pgmap v388: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:32:35.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:32:35 smithi088 bash[20239]: cluster 2024-04-24T17:32:34.097738+0000 mgr.smithi057.tirlgq (mgr.14197) 441 : cluster [DBG] pgmap v388: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:32:36.329 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:32:36.923 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:32:37.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:32:37 smithi057 bash[18598]: cluster 2024-04-24T17:32:36.098763+0000 mgr.smithi057.tirlgq (mgr.14197) 442 : cluster [DBG] pgmap v389: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:32:37.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:32:37 smithi057 bash[18598]: cluster 2024-04-24T17:32:36.098763+0000 mgr.smithi057.tirlgq (mgr.14197) 442 : cluster [DBG] pgmap v389: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:32:37.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:32:37 smithi057 bash[18598]: audit 2024-04-24T17:32:36.332923+0000 mon.smithi057 (mon.0) 548 : audit [DBG] from='client.? 172.21.15.57:0/1718797198' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:32:37.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:32:37 smithi057 bash[18598]: audit 2024-04-24T17:32:36.332923+0000 mon.smithi057 (mon.0) 548 : audit [DBG] from='client.? 172.21.15.57:0/1718797198' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:32:37.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:32:37 smithi088 bash[20239]: cluster 2024-04-24T17:32:36.098763+0000 mgr.smithi057.tirlgq (mgr.14197) 442 : cluster [DBG] pgmap v389: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:32:37.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:32:37 smithi088 bash[20239]: cluster 2024-04-24T17:32:36.098763+0000 mgr.smithi057.tirlgq (mgr.14197) 442 : cluster [DBG] pgmap v389: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:32:37.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:32:37 smithi088 bash[20239]: audit 2024-04-24T17:32:36.332923+0000 mon.smithi057 (mon.0) 548 : audit [DBG] from='client.? 172.21.15.57:0/1718797198' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:32:37.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:32:37 smithi088 bash[20239]: audit 2024-04-24T17:32:36.332923+0000 mon.smithi057 (mon.0) 548 : audit [DBG] from='client.? 172.21.15.57:0/1718797198' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:32:37.924 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T17:32:39.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:32:39 smithi057 bash[18598]: cluster 2024-04-24T17:32:38.099819+0000 mgr.smithi057.tirlgq (mgr.14197) 443 : cluster [DBG] pgmap v390: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:32:39.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:32:39 smithi057 bash[18598]: cluster 2024-04-24T17:32:38.099819+0000 mgr.smithi057.tirlgq (mgr.14197) 443 : cluster [DBG] pgmap v390: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:32:39.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:32:39 smithi088 bash[20239]: cluster 2024-04-24T17:32:38.099819+0000 mgr.smithi057.tirlgq (mgr.14197) 443 : cluster [DBG] pgmap v390: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:32:39.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:32:39 smithi088 bash[20239]: cluster 2024-04-24T17:32:38.099819+0000 mgr.smithi057.tirlgq (mgr.14197) 443 : cluster [DBG] pgmap v390: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:32:41.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:32:41 smithi057 bash[18598]: cluster 2024-04-24T17:32:40.100845+0000 mgr.smithi057.tirlgq (mgr.14197) 444 : cluster [DBG] pgmap v391: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:32:41.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:32:41 smithi057 bash[18598]: cluster 2024-04-24T17:32:40.100845+0000 mgr.smithi057.tirlgq (mgr.14197) 444 : cluster [DBG] pgmap v391: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:32:41.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:32:41 smithi088 bash[20239]: cluster 2024-04-24T17:32:40.100845+0000 mgr.smithi057.tirlgq (mgr.14197) 444 : cluster [DBG] pgmap v391: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:32:41.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:32:41 smithi088 bash[20239]: cluster 2024-04-24T17:32:40.100845+0000 mgr.smithi057.tirlgq (mgr.14197) 444 : cluster [DBG] pgmap v391: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:32:42.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:32:42 smithi057 bash[18598]: audit 2024-04-24T17:32:41.803380+0000 mon.smithi057 (mon.0) 549 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:32:42.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:32:42 smithi057 bash[18598]: audit 2024-04-24T17:32:41.803380+0000 mon.smithi057 (mon.0) 549 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:32:42.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:32:42 smithi088 bash[20239]: audit 2024-04-24T17:32:41.803380+0000 mon.smithi057 (mon.0) 549 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:32:42.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:32:42 smithi088 bash[20239]: audit 2024-04-24T17:32:41.803380+0000 mon.smithi057 (mon.0) 549 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:32:42.696 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:32:43.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:32:43 smithi057 bash[18598]: cluster 2024-04-24T17:32:42.101839+0000 mgr.smithi057.tirlgq (mgr.14197) 445 : cluster [DBG] pgmap v392: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:32:43.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:32:43 smithi057 bash[18598]: cluster 2024-04-24T17:32:42.101839+0000 mgr.smithi057.tirlgq (mgr.14197) 445 : cluster [DBG] pgmap v392: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:32:43.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:32:43 smithi088 bash[20239]: cluster 2024-04-24T17:32:42.101839+0000 mgr.smithi057.tirlgq (mgr.14197) 445 : cluster [DBG] pgmap v392: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:32:43.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:32:43 smithi088 bash[20239]: cluster 2024-04-24T17:32:42.101839+0000 mgr.smithi057.tirlgq (mgr.14197) 445 : cluster [DBG] pgmap v392: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:32:43.811 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:32:44.408 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:32:44.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:32:44 smithi057 bash[18598]: audit 2024-04-24T17:32:43.814730+0000 mon.smithi057 (mon.0) 550 : audit [DBG] from='client.? 172.21.15.57:0/1208367392' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:32:44.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:32:44 smithi057 bash[18598]: audit 2024-04-24T17:32:43.814730+0000 mon.smithi057 (mon.0) 550 : audit [DBG] from='client.? 172.21.15.57:0/1208367392' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:32:44.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:32:44 smithi088 bash[20239]: audit 2024-04-24T17:32:43.814730+0000 mon.smithi057 (mon.0) 550 : audit [DBG] from='client.? 172.21.15.57:0/1208367392' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:32:44.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:32:44 smithi088 bash[20239]: audit 2024-04-24T17:32:43.814730+0000 mon.smithi057 (mon.0) 550 : audit [DBG] from='client.? 172.21.15.57:0/1208367392' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:32:45.409 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T17:32:45.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:32:45 smithi057 bash[18598]: cluster 2024-04-24T17:32:44.102796+0000 mgr.smithi057.tirlgq (mgr.14197) 446 : cluster [DBG] pgmap v393: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:32:45.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:32:45 smithi057 bash[18598]: cluster 2024-04-24T17:32:44.102796+0000 mgr.smithi057.tirlgq (mgr.14197) 446 : cluster [DBG] pgmap v393: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:32:45.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:32:45 smithi088 bash[20239]: cluster 2024-04-24T17:32:44.102796+0000 mgr.smithi057.tirlgq (mgr.14197) 446 : cluster [DBG] pgmap v393: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:32:45.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:32:45 smithi088 bash[20239]: cluster 2024-04-24T17:32:44.102796+0000 mgr.smithi057.tirlgq (mgr.14197) 446 : cluster [DBG] pgmap v393: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:32:47.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:32:47 smithi057 bash[18598]: cluster 2024-04-24T17:32:46.103768+0000 mgr.smithi057.tirlgq (mgr.14197) 447 : cluster [DBG] pgmap v394: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:32:47.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:32:47 smithi057 bash[18598]: cluster 2024-04-24T17:32:46.103768+0000 mgr.smithi057.tirlgq (mgr.14197) 447 : cluster [DBG] pgmap v394: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:32:47.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:32:47 smithi088 bash[20239]: cluster 2024-04-24T17:32:46.103768+0000 mgr.smithi057.tirlgq (mgr.14197) 447 : cluster [DBG] pgmap v394: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:32:47.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:32:47 smithi088 bash[20239]: cluster 2024-04-24T17:32:46.103768+0000 mgr.smithi057.tirlgq (mgr.14197) 447 : cluster [DBG] pgmap v394: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:32:49.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:32:49 smithi057 bash[18598]: cluster 2024-04-24T17:32:48.104756+0000 mgr.smithi057.tirlgq (mgr.14197) 448 : cluster [DBG] pgmap v395: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:32:49.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:32:49 smithi057 bash[18598]: cluster 2024-04-24T17:32:48.104756+0000 mgr.smithi057.tirlgq (mgr.14197) 448 : cluster [DBG] pgmap v395: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:32:49.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:32:49 smithi088 bash[20239]: cluster 2024-04-24T17:32:48.104756+0000 mgr.smithi057.tirlgq (mgr.14197) 448 : cluster [DBG] pgmap v395: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:32:49.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:32:49 smithi088 bash[20239]: cluster 2024-04-24T17:32:48.104756+0000 mgr.smithi057.tirlgq (mgr.14197) 448 : cluster [DBG] pgmap v395: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:32:50.181 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:32:51.236 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:32:51.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:32:51 smithi057 bash[18598]: cluster 2024-04-24T17:32:50.106058+0000 mgr.smithi057.tirlgq (mgr.14197) 449 : cluster [DBG] pgmap v396: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:32:51.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:32:51 smithi057 bash[18598]: cluster 2024-04-24T17:32:50.106058+0000 mgr.smithi057.tirlgq (mgr.14197) 449 : cluster [DBG] pgmap v396: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:32:51.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:32:51 smithi057 bash[18598]: audit 2024-04-24T17:32:51.239802+0000 mon.smithi057 (mon.0) 551 : audit [DBG] from='client.? 172.21.15.57:0/1085877146' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:32:51.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:32:51 smithi057 bash[18598]: audit 2024-04-24T17:32:51.239802+0000 mon.smithi057 (mon.0) 551 : audit [DBG] from='client.? 172.21.15.57:0/1085877146' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:32:51.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:32:51 smithi088 bash[20239]: cluster 2024-04-24T17:32:50.106058+0000 mgr.smithi057.tirlgq (mgr.14197) 449 : cluster [DBG] pgmap v396: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:32:51.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:32:51 smithi088 bash[20239]: cluster 2024-04-24T17:32:50.106058+0000 mgr.smithi057.tirlgq (mgr.14197) 449 : cluster [DBG] pgmap v396: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:32:51.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:32:51 smithi088 bash[20239]: audit 2024-04-24T17:32:51.239802+0000 mon.smithi057 (mon.0) 551 : audit [DBG] from='client.? 172.21.15.57:0/1085877146' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:32:51.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:32:51 smithi088 bash[20239]: audit 2024-04-24T17:32:51.239802+0000 mon.smithi057 (mon.0) 551 : audit [DBG] from='client.? 172.21.15.57:0/1085877146' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:32:51.815 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:32:52.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:32:52 smithi057 bash[18598]: audit 2024-04-24T17:32:52.184055+0000 mon.smithi057 (mon.0) 552 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:32:52.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:32:52 smithi057 bash[18598]: audit 2024-04-24T17:32:52.184055+0000 mon.smithi057 (mon.0) 552 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:32:52.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:32:52 smithi088 bash[20239]: audit 2024-04-24T17:32:52.184055+0000 mon.smithi057 (mon.0) 552 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:32:52.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:32:52 smithi088 bash[20239]: audit 2024-04-24T17:32:52.184055+0000 mon.smithi057 (mon.0) 552 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:32:52.816 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T17:32:53.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:32:53 smithi057 bash[18598]: cluster 2024-04-24T17:32:52.107034+0000 mgr.smithi057.tirlgq (mgr.14197) 450 : cluster [DBG] pgmap v397: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:32:53.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:32:53 smithi057 bash[18598]: cluster 2024-04-24T17:32:52.107034+0000 mgr.smithi057.tirlgq (mgr.14197) 450 : cluster [DBG] pgmap v397: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:32:53.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:32:53 smithi088 bash[20239]: cluster 2024-04-24T17:32:52.107034+0000 mgr.smithi057.tirlgq (mgr.14197) 450 : cluster [DBG] pgmap v397: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:32:53.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:32:53 smithi088 bash[20239]: cluster 2024-04-24T17:32:52.107034+0000 mgr.smithi057.tirlgq (mgr.14197) 450 : cluster [DBG] pgmap v397: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:32:54.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:32:54 smithi057 bash[18598]: cluster 2024-04-24T17:32:54.108052+0000 mgr.smithi057.tirlgq (mgr.14197) 451 : cluster [DBG] pgmap v398: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:32:54.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:32:54 smithi057 bash[18598]: cluster 2024-04-24T17:32:54.108052+0000 mgr.smithi057.tirlgq (mgr.14197) 451 : cluster [DBG] pgmap v398: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:32:54.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:32:54 smithi088 bash[20239]: cluster 2024-04-24T17:32:54.108052+0000 mgr.smithi057.tirlgq (mgr.14197) 451 : cluster [DBG] pgmap v398: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:32:54.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:32:54 smithi088 bash[20239]: cluster 2024-04-24T17:32:54.108052+0000 mgr.smithi057.tirlgq (mgr.14197) 451 : cluster [DBG] pgmap v398: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:32:57.576 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:32:57.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:32:57 smithi057 bash[18598]: cluster 2024-04-24T17:32:56.109073+0000 mgr.smithi057.tirlgq (mgr.14197) 452 : cluster [DBG] pgmap v399: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:32:57.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:32:57 smithi057 bash[18598]: cluster 2024-04-24T17:32:56.109073+0000 mgr.smithi057.tirlgq (mgr.14197) 452 : cluster [DBG] pgmap v399: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:32:57.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:32:57 smithi057 bash[18598]: audit 2024-04-24T17:32:56.803918+0000 mon.smithi057 (mon.0) 553 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:32:57.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:32:57 smithi057 bash[18598]: audit 2024-04-24T17:32:56.803918+0000 mon.smithi057 (mon.0) 553 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:32:57.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:32:57 smithi088 bash[20239]: cluster 2024-04-24T17:32:56.109073+0000 mgr.smithi057.tirlgq (mgr.14197) 452 : cluster [DBG] pgmap v399: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:32:57.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:32:57 smithi088 bash[20239]: cluster 2024-04-24T17:32:56.109073+0000 mgr.smithi057.tirlgq (mgr.14197) 452 : cluster [DBG] pgmap v399: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:32:57.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:32:57 smithi088 bash[20239]: audit 2024-04-24T17:32:56.803918+0000 mon.smithi057 (mon.0) 553 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:32:57.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:32:57 smithi088 bash[20239]: audit 2024-04-24T17:32:56.803918+0000 mon.smithi057 (mon.0) 553 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:32:58.928 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:32:59.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:32:59 smithi057 bash[18598]: cluster 2024-04-24T17:32:58.110113+0000 mgr.smithi057.tirlgq (mgr.14197) 453 : cluster [DBG] pgmap v400: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:32:59.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:32:59 smithi057 bash[18598]: cluster 2024-04-24T17:32:58.110113+0000 mgr.smithi057.tirlgq (mgr.14197) 453 : cluster [DBG] pgmap v400: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:32:59.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:32:59 smithi057 bash[18598]: audit 2024-04-24T17:32:58.931739+0000 mon.smithi057 (mon.0) 554 : audit [DBG] from='client.? 172.21.15.57:0/3459736363' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:32:59.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:32:59 smithi057 bash[18598]: audit 2024-04-24T17:32:58.931739+0000 mon.smithi057 (mon.0) 554 : audit [DBG] from='client.? 172.21.15.57:0/3459736363' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:32:59.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:32:59 smithi088 bash[20239]: cluster 2024-04-24T17:32:58.110113+0000 mgr.smithi057.tirlgq (mgr.14197) 453 : cluster [DBG] pgmap v400: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:32:59.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:32:59 smithi088 bash[20239]: cluster 2024-04-24T17:32:58.110113+0000 mgr.smithi057.tirlgq (mgr.14197) 453 : cluster [DBG] pgmap v400: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:32:59.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:32:59 smithi088 bash[20239]: audit 2024-04-24T17:32:58.931739+0000 mon.smithi057 (mon.0) 554 : audit [DBG] from='client.? 172.21.15.57:0/3459736363' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:32:59.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:32:59 smithi088 bash[20239]: audit 2024-04-24T17:32:58.931739+0000 mon.smithi057 (mon.0) 554 : audit [DBG] from='client.? 172.21.15.57:0/3459736363' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:32:59.736 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:33:00.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:33:00 smithi057 bash[18598]: audit 2024-04-24T17:32:59.699934+0000 mon.smithi057 (mon.0) 555 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:33:00.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:33:00 smithi057 bash[18598]: audit 2024-04-24T17:32:59.699934+0000 mon.smithi057 (mon.0) 555 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:33:00.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:33:00 smithi057 bash[18598]: audit 2024-04-24T17:32:59.701622+0000 mon.smithi057 (mon.0) 556 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:33:00.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:33:00 smithi057 bash[18598]: audit 2024-04-24T17:32:59.701622+0000 mon.smithi057 (mon.0) 556 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:33:00.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:33:00 smithi057 bash[18598]: audit 2024-04-24T17:32:59.711369+0000 mon.smithi057 (mon.0) 557 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:33:00.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:33:00 smithi057 bash[18598]: audit 2024-04-24T17:32:59.711369+0000 mon.smithi057 (mon.0) 557 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:33:00.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:33:00 smithi057 bash[18598]: audit 2024-04-24T17:32:59.716830+0000 mon.smithi057 (mon.0) 558 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-24T17:33:00.586 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:33:00 smithi057 bash[18598]: audit 2024-04-24T17:32:59.716830+0000 mon.smithi057 (mon.0) 558 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-24T17:33:00.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:33:00 smithi088 bash[20239]: audit 2024-04-24T17:32:59.699934+0000 mon.smithi057 (mon.0) 555 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:33:00.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:33:00 smithi088 bash[20239]: audit 2024-04-24T17:32:59.699934+0000 mon.smithi057 (mon.0) 555 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:33:00.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:33:00 smithi088 bash[20239]: audit 2024-04-24T17:32:59.701622+0000 mon.smithi057 (mon.0) 556 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:33:00.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:33:00 smithi088 bash[20239]: audit 2024-04-24T17:32:59.701622+0000 mon.smithi057 (mon.0) 556 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:33:00.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:33:00 smithi088 bash[20239]: audit 2024-04-24T17:32:59.711369+0000 mon.smithi057 (mon.0) 557 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:33:00.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:33:00 smithi088 bash[20239]: audit 2024-04-24T17:32:59.711369+0000 mon.smithi057 (mon.0) 557 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:33:00.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:33:00 smithi088 bash[20239]: audit 2024-04-24T17:32:59.716830+0000 mon.smithi057 (mon.0) 558 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-24T17:33:00.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:33:00 smithi088 bash[20239]: audit 2024-04-24T17:32:59.716830+0000 mon.smithi057 (mon.0) 558 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-24T17:33:00.738 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T17:33:01.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:33:01 smithi057 bash[18598]: cluster 2024-04-24T17:32:59.704156+0000 mgr.smithi057.tirlgq (mgr.14197) 454 : cluster [DBG] pgmap v401: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:01.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:33:01 smithi057 bash[18598]: cluster 2024-04-24T17:32:59.704156+0000 mgr.smithi057.tirlgq (mgr.14197) 454 : cluster [DBG] pgmap v401: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:01.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:33:01 smithi057 bash[18598]: cluster 2024-04-24T17:32:59.705351+0000 mgr.smithi057.tirlgq (mgr.14197) 455 : cluster [DBG] pgmap v402: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:01.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:33:01 smithi057 bash[18598]: cluster 2024-04-24T17:32:59.705351+0000 mgr.smithi057.tirlgq (mgr.14197) 455 : cluster [DBG] pgmap v402: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:01.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:33:01 smithi088 bash[20239]: cluster 2024-04-24T17:32:59.704156+0000 mgr.smithi057.tirlgq (mgr.14197) 454 : cluster [DBG] pgmap v401: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:01.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:33:01 smithi088 bash[20239]: cluster 2024-04-24T17:32:59.704156+0000 mgr.smithi057.tirlgq (mgr.14197) 454 : cluster [DBG] pgmap v401: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:01.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:33:01 smithi088 bash[20239]: cluster 2024-04-24T17:32:59.705351+0000 mgr.smithi057.tirlgq (mgr.14197) 455 : cluster [DBG] pgmap v402: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:01.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:33:01 smithi088 bash[20239]: cluster 2024-04-24T17:32:59.705351+0000 mgr.smithi057.tirlgq (mgr.14197) 455 : cluster [DBG] pgmap v402: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:03.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:33:03 smithi057 bash[18598]: cluster 2024-04-24T17:33:01.706281+0000 mgr.smithi057.tirlgq (mgr.14197) 456 : cluster [DBG] pgmap v403: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:03.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:33:03 smithi057 bash[18598]: cluster 2024-04-24T17:33:01.706281+0000 mgr.smithi057.tirlgq (mgr.14197) 456 : cluster [DBG] pgmap v403: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:03.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:33:03 smithi088 bash[20239]: cluster 2024-04-24T17:33:01.706281+0000 mgr.smithi057.tirlgq (mgr.14197) 456 : cluster [DBG] pgmap v403: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:03.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:33:03 smithi088 bash[20239]: cluster 2024-04-24T17:33:01.706281+0000 mgr.smithi057.tirlgq (mgr.14197) 456 : cluster [DBG] pgmap v403: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:05.498 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:33:05.522 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:33:05 smithi057 bash[18598]: cluster 2024-04-24T17:33:03.707294+0000 mgr.smithi057.tirlgq (mgr.14197) 457 : cluster [DBG] pgmap v404: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:05.522 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:33:05 smithi057 bash[18598]: cluster 2024-04-24T17:33:03.707294+0000 mgr.smithi057.tirlgq (mgr.14197) 457 : cluster [DBG] pgmap v404: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:05.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:33:05 smithi088 bash[20239]: cluster 2024-04-24T17:33:03.707294+0000 mgr.smithi057.tirlgq (mgr.14197) 457 : cluster [DBG] pgmap v404: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:05.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:33:05 smithi088 bash[20239]: cluster 2024-04-24T17:33:03.707294+0000 mgr.smithi057.tirlgq (mgr.14197) 457 : cluster [DBG] pgmap v404: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:06.633 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:33:07.213 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:33:07.499 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:33:07 smithi057 bash[18598]: cluster 2024-04-24T17:33:05.708288+0000 mgr.smithi057.tirlgq (mgr.14197) 458 : cluster [DBG] pgmap v405: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:07.499 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:33:07 smithi057 bash[18598]: cluster 2024-04-24T17:33:05.708288+0000 mgr.smithi057.tirlgq (mgr.14197) 458 : cluster [DBG] pgmap v405: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:07.500 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:33:07 smithi057 bash[18598]: audit 2024-04-24T17:33:06.637029+0000 mon.smithi057 (mon.0) 559 : audit [DBG] from='client.? 172.21.15.57:0/3201686000' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:33:07.500 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:33:07 smithi057 bash[18598]: audit 2024-04-24T17:33:06.637029+0000 mon.smithi057 (mon.0) 559 : audit [DBG] from='client.? 172.21.15.57:0/3201686000' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:33:07.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:33:07 smithi088 bash[20239]: cluster 2024-04-24T17:33:05.708288+0000 mgr.smithi057.tirlgq (mgr.14197) 458 : cluster [DBG] pgmap v405: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:07.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:33:07 smithi088 bash[20239]: cluster 2024-04-24T17:33:05.708288+0000 mgr.smithi057.tirlgq (mgr.14197) 458 : cluster [DBG] pgmap v405: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:07.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:33:07 smithi088 bash[20239]: audit 2024-04-24T17:33:06.637029+0000 mon.smithi057 (mon.0) 559 : audit [DBG] from='client.? 172.21.15.57:0/3201686000' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:33:07.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:33:07 smithi088 bash[20239]: audit 2024-04-24T17:33:06.637029+0000 mon.smithi057 (mon.0) 559 : audit [DBG] from='client.? 172.21.15.57:0/3201686000' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:33:08.215 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T17:33:09.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:33:09 smithi057 bash[18598]: cluster 2024-04-24T17:33:07.709286+0000 mgr.smithi057.tirlgq (mgr.14197) 459 : cluster [DBG] pgmap v406: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:09.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:33:09 smithi057 bash[18598]: cluster 2024-04-24T17:33:07.709286+0000 mgr.smithi057.tirlgq (mgr.14197) 459 : cluster [DBG] pgmap v406: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:09.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:33:09 smithi088 bash[20239]: cluster 2024-04-24T17:33:07.709286+0000 mgr.smithi057.tirlgq (mgr.14197) 459 : cluster [DBG] pgmap v406: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:09.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:33:09 smithi088 bash[20239]: cluster 2024-04-24T17:33:07.709286+0000 mgr.smithi057.tirlgq (mgr.14197) 459 : cluster [DBG] pgmap v406: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:11.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:33:11 smithi057 bash[18598]: cluster 2024-04-24T17:33:09.710287+0000 mgr.smithi057.tirlgq (mgr.14197) 460 : cluster [DBG] pgmap v407: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:11.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:33:11 smithi057 bash[18598]: cluster 2024-04-24T17:33:09.710287+0000 mgr.smithi057.tirlgq (mgr.14197) 460 : cluster [DBG] pgmap v407: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:11.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:33:11 smithi088 bash[20239]: cluster 2024-04-24T17:33:09.710287+0000 mgr.smithi057.tirlgq (mgr.14197) 460 : cluster [DBG] pgmap v407: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:11.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:33:11 smithi088 bash[20239]: cluster 2024-04-24T17:33:09.710287+0000 mgr.smithi057.tirlgq (mgr.14197) 460 : cluster [DBG] pgmap v407: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:12.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:33:12 smithi057 bash[18598]: audit 2024-04-24T17:33:11.804390+0000 mon.smithi057 (mon.0) 560 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:33:12.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:33:12 smithi057 bash[18598]: audit 2024-04-24T17:33:11.804390+0000 mon.smithi057 (mon.0) 560 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:33:12.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:33:12 smithi088 bash[20239]: audit 2024-04-24T17:33:11.804390+0000 mon.smithi057 (mon.0) 560 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:33:12.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:33:12 smithi088 bash[20239]: audit 2024-04-24T17:33:11.804390+0000 mon.smithi057 (mon.0) 560 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:33:12.989 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:33:13.334 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:33:13 smithi057 bash[18598]: cluster 2024-04-24T17:33:11.711305+0000 mgr.smithi057.tirlgq (mgr.14197) 461 : cluster [DBG] pgmap v408: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:13.335 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:33:13 smithi057 bash[18598]: cluster 2024-04-24T17:33:11.711305+0000 mgr.smithi057.tirlgq (mgr.14197) 461 : cluster [DBG] pgmap v408: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:13.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:33:13 smithi088 bash[20239]: cluster 2024-04-24T17:33:11.711305+0000 mgr.smithi057.tirlgq (mgr.14197) 461 : cluster [DBG] pgmap v408: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:13.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:33:13 smithi088 bash[20239]: cluster 2024-04-24T17:33:11.711305+0000 mgr.smithi057.tirlgq (mgr.14197) 461 : cluster [DBG] pgmap v408: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:14.265 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:33:14.775 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:33:15.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:33:15 smithi057 bash[18598]: cluster 2024-04-24T17:33:13.712320+0000 mgr.smithi057.tirlgq (mgr.14197) 462 : cluster [DBG] pgmap v409: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:15.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:33:15 smithi057 bash[18598]: cluster 2024-04-24T17:33:13.712320+0000 mgr.smithi057.tirlgq (mgr.14197) 462 : cluster [DBG] pgmap v409: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:15.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:33:15 smithi057 bash[18598]: audit 2024-04-24T17:33:14.268398+0000 mon.smithi057 (mon.0) 561 : audit [DBG] from='client.? 172.21.15.57:0/1932590859' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:33:15.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:33:15 smithi057 bash[18598]: audit 2024-04-24T17:33:14.268398+0000 mon.smithi057 (mon.0) 561 : audit [DBG] from='client.? 172.21.15.57:0/1932590859' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:33:15.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:33:15 smithi088 bash[20239]: cluster 2024-04-24T17:33:13.712320+0000 mgr.smithi057.tirlgq (mgr.14197) 462 : cluster [DBG] pgmap v409: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:15.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:33:15 smithi088 bash[20239]: cluster 2024-04-24T17:33:13.712320+0000 mgr.smithi057.tirlgq (mgr.14197) 462 : cluster [DBG] pgmap v409: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:15.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:33:15 smithi088 bash[20239]: audit 2024-04-24T17:33:14.268398+0000 mon.smithi057 (mon.0) 561 : audit [DBG] from='client.? 172.21.15.57:0/1932590859' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:33:15.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:33:15 smithi088 bash[20239]: audit 2024-04-24T17:33:14.268398+0000 mon.smithi057 (mon.0) 561 : audit [DBG] from='client.? 172.21.15.57:0/1932590859' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:33:15.776 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T17:33:17.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:33:17 smithi057 bash[18598]: cluster 2024-04-24T17:33:15.713412+0000 mgr.smithi057.tirlgq (mgr.14197) 463 : cluster [DBG] pgmap v410: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:17.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:33:17 smithi057 bash[18598]: cluster 2024-04-24T17:33:15.713412+0000 mgr.smithi057.tirlgq (mgr.14197) 463 : cluster [DBG] pgmap v410: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:17.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:33:17 smithi088 bash[20239]: cluster 2024-04-24T17:33:15.713412+0000 mgr.smithi057.tirlgq (mgr.14197) 463 : cluster [DBG] pgmap v410: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:17.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:33:17 smithi088 bash[20239]: cluster 2024-04-24T17:33:15.713412+0000 mgr.smithi057.tirlgq (mgr.14197) 463 : cluster [DBG] pgmap v410: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:19.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:33:19 smithi057 bash[18598]: cluster 2024-04-24T17:33:17.714439+0000 mgr.smithi057.tirlgq (mgr.14197) 464 : cluster [DBG] pgmap v411: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:19.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:33:19 smithi057 bash[18598]: cluster 2024-04-24T17:33:17.714439+0000 mgr.smithi057.tirlgq (mgr.14197) 464 : cluster [DBG] pgmap v411: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:19.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:33:19 smithi088 bash[20239]: cluster 2024-04-24T17:33:17.714439+0000 mgr.smithi057.tirlgq (mgr.14197) 464 : cluster [DBG] pgmap v411: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:19.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:33:19 smithi088 bash[20239]: cluster 2024-04-24T17:33:17.714439+0000 mgr.smithi057.tirlgq (mgr.14197) 464 : cluster [DBG] pgmap v411: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:20.550 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:33:21.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:33:21 smithi057 bash[18598]: cluster 2024-04-24T17:33:19.715401+0000 mgr.smithi057.tirlgq (mgr.14197) 465 : cluster [DBG] pgmap v412: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:21.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:33:21 smithi057 bash[18598]: cluster 2024-04-24T17:33:19.715401+0000 mgr.smithi057.tirlgq (mgr.14197) 465 : cluster [DBG] pgmap v412: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:21.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:33:21 smithi088 bash[20239]: cluster 2024-04-24T17:33:19.715401+0000 mgr.smithi057.tirlgq (mgr.14197) 465 : cluster [DBG] pgmap v412: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:21.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:33:21 smithi088 bash[20239]: cluster 2024-04-24T17:33:19.715401+0000 mgr.smithi057.tirlgq (mgr.14197) 465 : cluster [DBG] pgmap v412: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:21.664 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:33:22.255 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:33:22.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:33:22 smithi057 bash[18598]: audit 2024-04-24T17:33:21.667528+0000 mon.smithi057 (mon.0) 562 : audit [DBG] from='client.? 172.21.15.57:0/405395131' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:33:22.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:33:22 smithi057 bash[18598]: audit 2024-04-24T17:33:21.667528+0000 mon.smithi057 (mon.0) 562 : audit [DBG] from='client.? 172.21.15.57:0/405395131' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:33:22.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:33:22 smithi088 bash[20239]: audit 2024-04-24T17:33:21.667528+0000 mon.smithi057 (mon.0) 562 : audit [DBG] from='client.? 172.21.15.57:0/405395131' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:33:22.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:33:22 smithi088 bash[20239]: audit 2024-04-24T17:33:21.667528+0000 mon.smithi057 (mon.0) 562 : audit [DBG] from='client.? 172.21.15.57:0/405395131' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:33:23.256 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T17:33:23.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:33:23 smithi057 bash[18598]: cluster 2024-04-24T17:33:21.716021+0000 mgr.smithi057.tirlgq (mgr.14197) 466 : cluster [DBG] pgmap v413: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:23.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:33:23 smithi057 bash[18598]: cluster 2024-04-24T17:33:21.716021+0000 mgr.smithi057.tirlgq (mgr.14197) 466 : cluster [DBG] pgmap v413: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:23.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:33:23 smithi088 bash[20239]: cluster 2024-04-24T17:33:21.716021+0000 mgr.smithi057.tirlgq (mgr.14197) 466 : cluster [DBG] pgmap v413: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:23.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:33:23 smithi088 bash[20239]: cluster 2024-04-24T17:33:21.716021+0000 mgr.smithi057.tirlgq (mgr.14197) 466 : cluster [DBG] pgmap v413: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:25.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:33:25 smithi057 bash[18598]: cluster 2024-04-24T17:33:23.716989+0000 mgr.smithi057.tirlgq (mgr.14197) 467 : cluster [DBG] pgmap v414: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:25.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:33:25 smithi057 bash[18598]: cluster 2024-04-24T17:33:23.716989+0000 mgr.smithi057.tirlgq (mgr.14197) 467 : cluster [DBG] pgmap v414: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:25.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:33:25 smithi088 bash[20239]: cluster 2024-04-24T17:33:23.716989+0000 mgr.smithi057.tirlgq (mgr.14197) 467 : cluster [DBG] pgmap v414: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:25.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:33:25 smithi088 bash[20239]: cluster 2024-04-24T17:33:23.716989+0000 mgr.smithi057.tirlgq (mgr.14197) 467 : cluster [DBG] pgmap v414: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:27.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:33:27 smithi057 bash[18598]: cluster 2024-04-24T17:33:25.718012+0000 mgr.smithi057.tirlgq (mgr.14197) 468 : cluster [DBG] pgmap v415: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:27.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:33:27 smithi057 bash[18598]: cluster 2024-04-24T17:33:25.718012+0000 mgr.smithi057.tirlgq (mgr.14197) 468 : cluster [DBG] pgmap v415: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:27.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:33:27 smithi057 bash[18598]: audit 2024-04-24T17:33:26.804911+0000 mon.smithi057 (mon.0) 563 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:33:27.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:33:27 smithi057 bash[18598]: audit 2024-04-24T17:33:26.804911+0000 mon.smithi057 (mon.0) 563 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:33:27.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:33:27 smithi088 bash[20239]: cluster 2024-04-24T17:33:25.718012+0000 mgr.smithi057.tirlgq (mgr.14197) 468 : cluster [DBG] pgmap v415: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:27.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:33:27 smithi088 bash[20239]: cluster 2024-04-24T17:33:25.718012+0000 mgr.smithi057.tirlgq (mgr.14197) 468 : cluster [DBG] pgmap v415: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:27.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:33:27 smithi088 bash[20239]: audit 2024-04-24T17:33:26.804911+0000 mon.smithi057 (mon.0) 563 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:33:27.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:33:27 smithi088 bash[20239]: audit 2024-04-24T17:33:26.804911+0000 mon.smithi057 (mon.0) 563 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:33:28.028 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:33:29.236 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:33:29.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:33:29 smithi057 bash[18598]: cluster 2024-04-24T17:33:27.719033+0000 mgr.smithi057.tirlgq (mgr.14197) 469 : cluster [DBG] pgmap v416: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:29.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:33:29 smithi057 bash[18598]: cluster 2024-04-24T17:33:27.719033+0000 mgr.smithi057.tirlgq (mgr.14197) 469 : cluster [DBG] pgmap v416: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:29.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:33:29 smithi057 bash[18598]: audit 2024-04-24T17:33:29.239751+0000 mon.smithi057 (mon.0) 564 : audit [DBG] from='client.? 172.21.15.57:0/808560908' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:33:29.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:33:29 smithi057 bash[18598]: audit 2024-04-24T17:33:29.239751+0000 mon.smithi057 (mon.0) 564 : audit [DBG] from='client.? 172.21.15.57:0/808560908' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:33:29.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:33:29 smithi088 bash[20239]: cluster 2024-04-24T17:33:27.719033+0000 mgr.smithi057.tirlgq (mgr.14197) 469 : cluster [DBG] pgmap v416: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:29.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:33:29 smithi088 bash[20239]: cluster 2024-04-24T17:33:27.719033+0000 mgr.smithi057.tirlgq (mgr.14197) 469 : cluster [DBG] pgmap v416: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:29.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:33:29 smithi088 bash[20239]: audit 2024-04-24T17:33:29.239751+0000 mon.smithi057 (mon.0) 564 : audit [DBG] from='client.? 172.21.15.57:0/808560908' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:33:29.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:33:29 smithi088 bash[20239]: audit 2024-04-24T17:33:29.239751+0000 mon.smithi057 (mon.0) 564 : audit [DBG] from='client.? 172.21.15.57:0/808560908' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:33:29.823 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:33:30.824 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T17:33:31.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:33:31 smithi057 bash[18598]: cluster 2024-04-24T17:33:29.720044+0000 mgr.smithi057.tirlgq (mgr.14197) 470 : cluster [DBG] pgmap v417: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:31.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:33:31 smithi057 bash[18598]: cluster 2024-04-24T17:33:29.720044+0000 mgr.smithi057.tirlgq (mgr.14197) 470 : cluster [DBG] pgmap v417: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:31.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:33:31 smithi088 bash[20239]: cluster 2024-04-24T17:33:29.720044+0000 mgr.smithi057.tirlgq (mgr.14197) 470 : cluster [DBG] pgmap v417: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:31.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:33:31 smithi088 bash[20239]: cluster 2024-04-24T17:33:29.720044+0000 mgr.smithi057.tirlgq (mgr.14197) 470 : cluster [DBG] pgmap v417: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:33.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:33:33 smithi057 bash[18598]: cluster 2024-04-24T17:33:31.721037+0000 mgr.smithi057.tirlgq (mgr.14197) 471 : cluster [DBG] pgmap v418: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:33.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:33:33 smithi057 bash[18598]: cluster 2024-04-24T17:33:31.721037+0000 mgr.smithi057.tirlgq (mgr.14197) 471 : cluster [DBG] pgmap v418: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:33.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:33:33 smithi088 bash[20239]: cluster 2024-04-24T17:33:31.721037+0000 mgr.smithi057.tirlgq (mgr.14197) 471 : cluster [DBG] pgmap v418: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:33.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:33:33 smithi088 bash[20239]: cluster 2024-04-24T17:33:31.721037+0000 mgr.smithi057.tirlgq (mgr.14197) 471 : cluster [DBG] pgmap v418: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:35.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:33:35 smithi057 bash[18598]: cluster 2024-04-24T17:33:33.722110+0000 mgr.smithi057.tirlgq (mgr.14197) 472 : cluster [DBG] pgmap v419: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:35.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:33:35 smithi057 bash[18598]: cluster 2024-04-24T17:33:33.722110+0000 mgr.smithi057.tirlgq (mgr.14197) 472 : cluster [DBG] pgmap v419: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:35.602 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:33:35.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:33:35 smithi088 bash[20239]: cluster 2024-04-24T17:33:33.722110+0000 mgr.smithi057.tirlgq (mgr.14197) 472 : cluster [DBG] pgmap v419: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:35.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:33:35 smithi088 bash[20239]: cluster 2024-04-24T17:33:33.722110+0000 mgr.smithi057.tirlgq (mgr.14197) 472 : cluster [DBG] pgmap v419: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:36.723 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:33:37.290 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:33:37.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:33:37 smithi057 bash[18598]: cluster 2024-04-24T17:33:35.723114+0000 mgr.smithi057.tirlgq (mgr.14197) 473 : cluster [DBG] pgmap v420: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:37.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:33:37 smithi057 bash[18598]: cluster 2024-04-24T17:33:35.723114+0000 mgr.smithi057.tirlgq (mgr.14197) 473 : cluster [DBG] pgmap v420: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:37.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:33:37 smithi057 bash[18598]: audit 2024-04-24T17:33:36.726530+0000 mon.smithi057 (mon.0) 565 : audit [DBG] from='client.? 172.21.15.57:0/2168436296' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:33:37.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:33:37 smithi057 bash[18598]: audit 2024-04-24T17:33:36.726530+0000 mon.smithi057 (mon.0) 565 : audit [DBG] from='client.? 172.21.15.57:0/2168436296' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:33:37.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:33:37 smithi088 bash[20239]: cluster 2024-04-24T17:33:35.723114+0000 mgr.smithi057.tirlgq (mgr.14197) 473 : cluster [DBG] pgmap v420: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:37.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:33:37 smithi088 bash[20239]: cluster 2024-04-24T17:33:35.723114+0000 mgr.smithi057.tirlgq (mgr.14197) 473 : cluster [DBG] pgmap v420: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:37.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:33:37 smithi088 bash[20239]: audit 2024-04-24T17:33:36.726530+0000 mon.smithi057 (mon.0) 565 : audit [DBG] from='client.? 172.21.15.57:0/2168436296' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:33:37.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:33:37 smithi088 bash[20239]: audit 2024-04-24T17:33:36.726530+0000 mon.smithi057 (mon.0) 565 : audit [DBG] from='client.? 172.21.15.57:0/2168436296' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:33:38.291 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T17:33:38.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:33:38 smithi057 bash[18598]: cluster 2024-04-24T17:33:37.724199+0000 mgr.smithi057.tirlgq (mgr.14197) 474 : cluster [DBG] pgmap v421: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:38.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:33:38 smithi057 bash[18598]: cluster 2024-04-24T17:33:37.724199+0000 mgr.smithi057.tirlgq (mgr.14197) 474 : cluster [DBG] pgmap v421: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:38.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:33:38 smithi088 bash[20239]: cluster 2024-04-24T17:33:37.724199+0000 mgr.smithi057.tirlgq (mgr.14197) 474 : cluster [DBG] pgmap v421: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:38.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:33:38 smithi088 bash[20239]: cluster 2024-04-24T17:33:37.724199+0000 mgr.smithi057.tirlgq (mgr.14197) 474 : cluster [DBG] pgmap v421: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:41.084 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:33:40 smithi057 bash[18598]: cluster 2024-04-24T17:33:39.725215+0000 mgr.smithi057.tirlgq (mgr.14197) 475 : cluster [DBG] pgmap v422: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:41.084 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:33:40 smithi057 bash[18598]: cluster 2024-04-24T17:33:39.725215+0000 mgr.smithi057.tirlgq (mgr.14197) 475 : cluster [DBG] pgmap v422: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:41.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:33:40 smithi088 bash[20239]: cluster 2024-04-24T17:33:39.725215+0000 mgr.smithi057.tirlgq (mgr.14197) 475 : cluster [DBG] pgmap v422: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:41.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:33:40 smithi088 bash[20239]: cluster 2024-04-24T17:33:39.725215+0000 mgr.smithi057.tirlgq (mgr.14197) 475 : cluster [DBG] pgmap v422: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:43.067 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:33:43.084 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:33:42 smithi057 bash[18598]: cluster 2024-04-24T17:33:41.726200+0000 mgr.smithi057.tirlgq (mgr.14197) 476 : cluster [DBG] pgmap v423: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:43.084 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:33:42 smithi057 bash[18598]: cluster 2024-04-24T17:33:41.726200+0000 mgr.smithi057.tirlgq (mgr.14197) 476 : cluster [DBG] pgmap v423: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:43.084 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:33:42 smithi057 bash[18598]: audit 2024-04-24T17:33:41.805235+0000 mon.smithi057 (mon.0) 566 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:33:43.084 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:33:42 smithi057 bash[18598]: audit 2024-04-24T17:33:41.805235+0000 mon.smithi057 (mon.0) 566 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:33:43.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:33:42 smithi088 bash[20239]: cluster 2024-04-24T17:33:41.726200+0000 mgr.smithi057.tirlgq (mgr.14197) 476 : cluster [DBG] pgmap v423: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:43.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:33:42 smithi088 bash[20239]: cluster 2024-04-24T17:33:41.726200+0000 mgr.smithi057.tirlgq (mgr.14197) 476 : cluster [DBG] pgmap v423: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:43.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:33:42 smithi088 bash[20239]: audit 2024-04-24T17:33:41.805235+0000 mon.smithi057 (mon.0) 566 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:33:43.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:33:42 smithi088 bash[20239]: audit 2024-04-24T17:33:41.805235+0000 mon.smithi057 (mon.0) 566 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:33:44.183 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:33:44.737 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:33:45.084 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:33:44 smithi057 bash[18598]: cluster 2024-04-24T17:33:43.727199+0000 mgr.smithi057.tirlgq (mgr.14197) 477 : cluster [DBG] pgmap v424: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:45.084 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:33:44 smithi057 bash[18598]: cluster 2024-04-24T17:33:43.727199+0000 mgr.smithi057.tirlgq (mgr.14197) 477 : cluster [DBG] pgmap v424: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:45.084 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:33:44 smithi057 bash[18598]: audit 2024-04-24T17:33:44.186957+0000 mon.smithi057 (mon.0) 567 : audit [DBG] from='client.? 172.21.15.57:0/3830167480' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:33:45.085 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:33:44 smithi057 bash[18598]: audit 2024-04-24T17:33:44.186957+0000 mon.smithi057 (mon.0) 567 : audit [DBG] from='client.? 172.21.15.57:0/3830167480' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:33:45.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:33:44 smithi088 bash[20239]: cluster 2024-04-24T17:33:43.727199+0000 mgr.smithi057.tirlgq (mgr.14197) 477 : cluster [DBG] pgmap v424: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:45.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:33:44 smithi088 bash[20239]: cluster 2024-04-24T17:33:43.727199+0000 mgr.smithi057.tirlgq (mgr.14197) 477 : cluster [DBG] pgmap v424: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:45.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:33:44 smithi088 bash[20239]: audit 2024-04-24T17:33:44.186957+0000 mon.smithi057 (mon.0) 567 : audit [DBG] from='client.? 172.21.15.57:0/3830167480' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:33:45.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:33:44 smithi088 bash[20239]: audit 2024-04-24T17:33:44.186957+0000 mon.smithi057 (mon.0) 567 : audit [DBG] from='client.? 172.21.15.57:0/3830167480' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:33:45.738 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T17:33:47.084 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:33:46 smithi057 bash[18598]: cluster 2024-04-24T17:33:45.728213+0000 mgr.smithi057.tirlgq (mgr.14197) 478 : cluster [DBG] pgmap v425: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:47.084 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:33:46 smithi057 bash[18598]: cluster 2024-04-24T17:33:45.728213+0000 mgr.smithi057.tirlgq (mgr.14197) 478 : cluster [DBG] pgmap v425: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:47.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:33:46 smithi088 bash[20239]: cluster 2024-04-24T17:33:45.728213+0000 mgr.smithi057.tirlgq (mgr.14197) 478 : cluster [DBG] pgmap v425: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:47.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:33:46 smithi088 bash[20239]: cluster 2024-04-24T17:33:45.728213+0000 mgr.smithi057.tirlgq (mgr.14197) 478 : cluster [DBG] pgmap v425: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:49.084 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:33:48 smithi057 bash[18598]: cluster 2024-04-24T17:33:47.729185+0000 mgr.smithi057.tirlgq (mgr.14197) 479 : cluster [DBG] pgmap v426: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:49.084 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:33:48 smithi057 bash[18598]: cluster 2024-04-24T17:33:47.729185+0000 mgr.smithi057.tirlgq (mgr.14197) 479 : cluster [DBG] pgmap v426: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:49.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:33:48 smithi088 bash[20239]: cluster 2024-04-24T17:33:47.729185+0000 mgr.smithi057.tirlgq (mgr.14197) 479 : cluster [DBG] pgmap v426: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:49.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:33:48 smithi088 bash[20239]: cluster 2024-04-24T17:33:47.729185+0000 mgr.smithi057.tirlgq (mgr.14197) 479 : cluster [DBG] pgmap v426: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:50.517 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:33:51.084 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:33:50 smithi057 bash[18598]: cluster 2024-04-24T17:33:49.730187+0000 mgr.smithi057.tirlgq (mgr.14197) 480 : cluster [DBG] pgmap v427: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:51.084 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:33:50 smithi057 bash[18598]: cluster 2024-04-24T17:33:49.730187+0000 mgr.smithi057.tirlgq (mgr.14197) 480 : cluster [DBG] pgmap v427: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:51.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:33:50 smithi088 bash[20239]: cluster 2024-04-24T17:33:49.730187+0000 mgr.smithi057.tirlgq (mgr.14197) 480 : cluster [DBG] pgmap v427: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:51.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:33:50 smithi088 bash[20239]: cluster 2024-04-24T17:33:49.730187+0000 mgr.smithi057.tirlgq (mgr.14197) 480 : cluster [DBG] pgmap v427: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:51.569 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:33:52.084 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:33:51 smithi057 bash[18598]: audit 2024-04-24T17:33:51.571867+0000 mon.smithi057 (mon.0) 568 : audit [DBG] from='client.? 172.21.15.57:0/151115790' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:33:52.084 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:33:51 smithi057 bash[18598]: audit 2024-04-24T17:33:51.571867+0000 mon.smithi057 (mon.0) 568 : audit [DBG] from='client.? 172.21.15.57:0/151115790' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:33:52.133 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:33:52.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:33:51 smithi088 bash[20239]: audit 2024-04-24T17:33:51.571867+0000 mon.smithi057 (mon.0) 568 : audit [DBG] from='client.? 172.21.15.57:0/151115790' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:33:52.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:33:51 smithi088 bash[20239]: audit 2024-04-24T17:33:51.571867+0000 mon.smithi057 (mon.0) 568 : audit [DBG] from='client.? 172.21.15.57:0/151115790' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:33:53.084 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:33:52 smithi057 bash[18598]: cluster 2024-04-24T17:33:51.731131+0000 mgr.smithi057.tirlgq (mgr.14197) 481 : cluster [DBG] pgmap v428: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:53.084 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:33:52 smithi057 bash[18598]: cluster 2024-04-24T17:33:51.731131+0000 mgr.smithi057.tirlgq (mgr.14197) 481 : cluster [DBG] pgmap v428: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:53.135 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T17:33:53.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:33:52 smithi088 bash[20239]: cluster 2024-04-24T17:33:51.731131+0000 mgr.smithi057.tirlgq (mgr.14197) 481 : cluster [DBG] pgmap v428: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:53.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:33:52 smithi088 bash[20239]: cluster 2024-04-24T17:33:51.731131+0000 mgr.smithi057.tirlgq (mgr.14197) 481 : cluster [DBG] pgmap v428: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:55.084 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:33:54 smithi057 bash[18598]: cluster 2024-04-24T17:33:53.732136+0000 mgr.smithi057.tirlgq (mgr.14197) 482 : cluster [DBG] pgmap v429: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:55.084 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:33:54 smithi057 bash[18598]: cluster 2024-04-24T17:33:53.732136+0000 mgr.smithi057.tirlgq (mgr.14197) 482 : cluster [DBG] pgmap v429: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:55.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:33:54 smithi088 bash[20239]: cluster 2024-04-24T17:33:53.732136+0000 mgr.smithi057.tirlgq (mgr.14197) 482 : cluster [DBG] pgmap v429: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:55.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:33:54 smithi088 bash[20239]: cluster 2024-04-24T17:33:53.732136+0000 mgr.smithi057.tirlgq (mgr.14197) 482 : cluster [DBG] pgmap v429: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:57.084 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:33:56 smithi057 bash[18598]: cluster 2024-04-24T17:33:55.733136+0000 mgr.smithi057.tirlgq (mgr.14197) 483 : cluster [DBG] pgmap v430: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:57.084 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:33:56 smithi057 bash[18598]: cluster 2024-04-24T17:33:55.733136+0000 mgr.smithi057.tirlgq (mgr.14197) 483 : cluster [DBG] pgmap v430: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:57.085 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:33:56 smithi057 bash[18598]: audit 2024-04-24T17:33:56.805762+0000 mon.smithi057 (mon.0) 569 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:33:57.085 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:33:56 smithi057 bash[18598]: audit 2024-04-24T17:33:56.805762+0000 mon.smithi057 (mon.0) 569 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:33:57.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:33:56 smithi088 bash[20239]: cluster 2024-04-24T17:33:55.733136+0000 mgr.smithi057.tirlgq (mgr.14197) 483 : cluster [DBG] pgmap v430: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:57.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:33:56 smithi088 bash[20239]: cluster 2024-04-24T17:33:55.733136+0000 mgr.smithi057.tirlgq (mgr.14197) 483 : cluster [DBG] pgmap v430: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:57.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:33:56 smithi088 bash[20239]: audit 2024-04-24T17:33:56.805762+0000 mon.smithi057 (mon.0) 569 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:33:57.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:33:56 smithi088 bash[20239]: audit 2024-04-24T17:33:56.805762+0000 mon.smithi057 (mon.0) 569 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:33:57.902 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:33:59.002 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:33:59.015 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:33:58 smithi057 bash[18598]: cluster 2024-04-24T17:33:57.734148+0000 mgr.smithi057.tirlgq (mgr.14197) 484 : cluster [DBG] pgmap v431: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:59.016 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:33:58 smithi057 bash[18598]: cluster 2024-04-24T17:33:57.734148+0000 mgr.smithi057.tirlgq (mgr.14197) 484 : cluster [DBG] pgmap v431: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:59.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:33:58 smithi088 bash[20239]: cluster 2024-04-24T17:33:57.734148+0000 mgr.smithi057.tirlgq (mgr.14197) 484 : cluster [DBG] pgmap v431: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:59.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:33:58 smithi088 bash[20239]: cluster 2024-04-24T17:33:57.734148+0000 mgr.smithi057.tirlgq (mgr.14197) 484 : cluster [DBG] pgmap v431: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:59.581 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:34:00.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:33:59 smithi088 bash[20239]: audit 2024-04-24T17:33:59.005606+0000 mon.smithi057 (mon.0) 570 : audit [DBG] from='client.? 172.21.15.57:0/4152145026' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:34:00.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:33:59 smithi088 bash[20239]: audit 2024-04-24T17:33:59.005606+0000 mon.smithi057 (mon.0) 570 : audit [DBG] from='client.? 172.21.15.57:0/4152145026' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:34:00.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:33:59 smithi088 bash[20239]: audit 2024-04-24T17:33:59.810688+0000 mon.smithi057 (mon.0) 571 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:34:00.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:33:59 smithi088 bash[20239]: audit 2024-04-24T17:33:59.810688+0000 mon.smithi057 (mon.0) 571 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:34:00.334 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:33:59 smithi057 bash[18598]: audit 2024-04-24T17:33:59.005606+0000 mon.smithi057 (mon.0) 570 : audit [DBG] from='client.? 172.21.15.57:0/4152145026' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:34:00.334 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:33:59 smithi057 bash[18598]: audit 2024-04-24T17:33:59.005606+0000 mon.smithi057 (mon.0) 570 : audit [DBG] from='client.? 172.21.15.57:0/4152145026' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:34:00.334 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:33:59 smithi057 bash[18598]: audit 2024-04-24T17:33:59.810688+0000 mon.smithi057 (mon.0) 571 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:34:00.334 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:33:59 smithi057 bash[18598]: audit 2024-04-24T17:33:59.810688+0000 mon.smithi057 (mon.0) 571 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:34:00.581 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T17:34:01.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:34:00 smithi088 bash[20239]: cluster 2024-04-24T17:33:59.735165+0000 mgr.smithi057.tirlgq (mgr.14197) 485 : cluster [DBG] pgmap v432: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:01.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:34:00 smithi088 bash[20239]: cluster 2024-04-24T17:33:59.735165+0000 mgr.smithi057.tirlgq (mgr.14197) 485 : cluster [DBG] pgmap v432: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:01.334 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:34:00 smithi057 bash[18598]: cluster 2024-04-24T17:33:59.735165+0000 mgr.smithi057.tirlgq (mgr.14197) 485 : cluster [DBG] pgmap v432: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:01.334 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:34:00 smithi057 bash[18598]: cluster 2024-04-24T17:33:59.735165+0000 mgr.smithi057.tirlgq (mgr.14197) 485 : cluster [DBG] pgmap v432: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:03.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:34:02 smithi088 bash[20239]: cluster 2024-04-24T17:34:01.736169+0000 mgr.smithi057.tirlgq (mgr.14197) 486 : cluster [DBG] pgmap v433: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:03.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:34:02 smithi088 bash[20239]: cluster 2024-04-24T17:34:01.736169+0000 mgr.smithi057.tirlgq (mgr.14197) 486 : cluster [DBG] pgmap v433: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:03.334 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:34:02 smithi057 bash[18598]: cluster 2024-04-24T17:34:01.736169+0000 mgr.smithi057.tirlgq (mgr.14197) 486 : cluster [DBG] pgmap v433: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:03.334 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:34:02 smithi057 bash[18598]: cluster 2024-04-24T17:34:01.736169+0000 mgr.smithi057.tirlgq (mgr.14197) 486 : cluster [DBG] pgmap v433: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:04.868 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:34:05.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:34:04 smithi088 bash[20239]: cluster 2024-04-24T17:34:03.737210+0000 mgr.smithi057.tirlgq (mgr.14197) 487 : cluster [DBG] pgmap v434: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:05.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:34:04 smithi088 bash[20239]: cluster 2024-04-24T17:34:03.737210+0000 mgr.smithi057.tirlgq (mgr.14197) 487 : cluster [DBG] pgmap v434: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:05.334 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:34:04 smithi057 bash[18598]: cluster 2024-04-24T17:34:03.737210+0000 mgr.smithi057.tirlgq (mgr.14197) 487 : cluster [DBG] pgmap v434: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:05.334 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:34:04 smithi057 bash[18598]: cluster 2024-04-24T17:34:03.737210+0000 mgr.smithi057.tirlgq (mgr.14197) 487 : cluster [DBG] pgmap v434: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:05.992 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:34:06.568 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:34:06.834 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:34:06 smithi057 bash[18598]: cluster 2024-04-24T17:34:05.737819+0000 mgr.smithi057.tirlgq (mgr.14197) 488 : cluster [DBG] pgmap v435: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:06.834 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:34:06 smithi057 bash[18598]: cluster 2024-04-24T17:34:05.737819+0000 mgr.smithi057.tirlgq (mgr.14197) 488 : cluster [DBG] pgmap v435: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:06.834 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:34:06 smithi057 bash[18598]: audit 2024-04-24T17:34:05.810684+0000 mon.smithi057 (mon.0) 572 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:34:06.834 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:34:06 smithi057 bash[18598]: audit 2024-04-24T17:34:05.810684+0000 mon.smithi057 (mon.0) 572 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:34:06.834 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:34:06 smithi057 bash[18598]: audit 2024-04-24T17:34:05.995439+0000 mon.smithi057 (mon.0) 573 : audit [DBG] from='client.? 172.21.15.57:0/99235674' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:34:06.835 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:34:06 smithi057 bash[18598]: audit 2024-04-24T17:34:05.995439+0000 mon.smithi057 (mon.0) 573 : audit [DBG] from='client.? 172.21.15.57:0/99235674' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:34:07.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:34:06 smithi088 bash[20239]: cluster 2024-04-24T17:34:05.737819+0000 mgr.smithi057.tirlgq (mgr.14197) 488 : cluster [DBG] pgmap v435: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:07.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:34:06 smithi088 bash[20239]: cluster 2024-04-24T17:34:05.737819+0000 mgr.smithi057.tirlgq (mgr.14197) 488 : cluster [DBG] pgmap v435: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:07.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:34:06 smithi088 bash[20239]: audit 2024-04-24T17:34:05.810684+0000 mon.smithi057 (mon.0) 572 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:34:07.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:34:06 smithi088 bash[20239]: audit 2024-04-24T17:34:05.810684+0000 mon.smithi057 (mon.0) 572 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:34:07.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:34:06 smithi088 bash[20239]: audit 2024-04-24T17:34:05.995439+0000 mon.smithi057 (mon.0) 573 : audit [DBG] from='client.? 172.21.15.57:0/99235674' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:34:07.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:34:06 smithi088 bash[20239]: audit 2024-04-24T17:34:05.995439+0000 mon.smithi057 (mon.0) 573 : audit [DBG] from='client.? 172.21.15.57:0/99235674' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:34:07.571 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T17:34:09.084 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:34:08 smithi057 bash[18598]: cluster 2024-04-24T17:34:07.738773+0000 mgr.smithi057.tirlgq (mgr.14197) 489 : cluster [DBG] pgmap v436: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:09.085 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:34:08 smithi057 bash[18598]: cluster 2024-04-24T17:34:07.738773+0000 mgr.smithi057.tirlgq (mgr.14197) 489 : cluster [DBG] pgmap v436: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:09.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:34:08 smithi088 bash[20239]: cluster 2024-04-24T17:34:07.738773+0000 mgr.smithi057.tirlgq (mgr.14197) 489 : cluster [DBG] pgmap v436: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:09.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:34:08 smithi088 bash[20239]: cluster 2024-04-24T17:34:07.738773+0000 mgr.smithi057.tirlgq (mgr.14197) 489 : cluster [DBG] pgmap v436: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:11.084 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:34:10 smithi057 bash[18598]: cluster 2024-04-24T17:34:09.739867+0000 mgr.smithi057.tirlgq (mgr.14197) 490 : cluster [DBG] pgmap v437: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:11.084 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:34:10 smithi057 bash[18598]: cluster 2024-04-24T17:34:09.739867+0000 mgr.smithi057.tirlgq (mgr.14197) 490 : cluster [DBG] pgmap v437: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:11.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:34:10 smithi088 bash[20239]: cluster 2024-04-24T17:34:09.739867+0000 mgr.smithi057.tirlgq (mgr.14197) 490 : cluster [DBG] pgmap v437: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:11.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:34:10 smithi088 bash[20239]: cluster 2024-04-24T17:34:09.739867+0000 mgr.smithi057.tirlgq (mgr.14197) 490 : cluster [DBG] pgmap v437: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:11.428 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:34:12.084 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:34:11 smithi057 bash[18598]: audit 2024-04-24T17:34:11.806157+0000 mon.smithi057 (mon.0) 574 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:34:12.084 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:34:11 smithi057 bash[18598]: audit 2024-04-24T17:34:11.806157+0000 mon.smithi057 (mon.0) 574 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:34:12.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:34:11 smithi088 bash[20239]: audit 2024-04-24T17:34:11.806157+0000 mon.smithi057 (mon.0) 574 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:34:12.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:34:11 smithi088 bash[20239]: audit 2024-04-24T17:34:11.806157+0000 mon.smithi057 (mon.0) 574 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:34:12.740 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:34:13.084 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:34:12 smithi057 bash[18598]: cluster 2024-04-24T17:34:11.741034+0000 mgr.smithi057.tirlgq (mgr.14197) 491 : cluster [DBG] pgmap v438: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:13.084 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:34:12 smithi057 bash[18598]: cluster 2024-04-24T17:34:11.741034+0000 mgr.smithi057.tirlgq (mgr.14197) 491 : cluster [DBG] pgmap v438: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:13.085 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:34:12 smithi057 bash[18598]: audit 2024-04-24T17:34:12.743932+0000 mon.smithi057 (mon.0) 575 : audit [DBG] from='client.? 172.21.15.57:0/593374051' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:34:13.085 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:34:12 smithi057 bash[18598]: audit 2024-04-24T17:34:12.743932+0000 mon.smithi057 (mon.0) 575 : audit [DBG] from='client.? 172.21.15.57:0/593374051' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:34:13.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:34:12 smithi088 bash[20239]: cluster 2024-04-24T17:34:11.741034+0000 mgr.smithi057.tirlgq (mgr.14197) 491 : cluster [DBG] pgmap v438: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:13.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:34:12 smithi088 bash[20239]: cluster 2024-04-24T17:34:11.741034+0000 mgr.smithi057.tirlgq (mgr.14197) 491 : cluster [DBG] pgmap v438: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:13.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:34:12 smithi088 bash[20239]: audit 2024-04-24T17:34:12.743932+0000 mon.smithi057 (mon.0) 575 : audit [DBG] from='client.? 172.21.15.57:0/593374051' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:34:13.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:34:12 smithi088 bash[20239]: audit 2024-04-24T17:34:12.743932+0000 mon.smithi057 (mon.0) 575 : audit [DBG] from='client.? 172.21.15.57:0/593374051' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:34:13.591 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:34:14.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:34:13 smithi088 bash[20239]: audit 2024-04-24T17:34:13.572956+0000 mon.smithi057 (mon.0) 576 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:34:14.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:34:13 smithi088 bash[20239]: audit 2024-04-24T17:34:13.572956+0000 mon.smithi057 (mon.0) 576 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:34:14.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:34:13 smithi088 bash[20239]: audit 2024-04-24T17:34:13.574623+0000 mon.smithi057 (mon.0) 577 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:34:14.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:34:13 smithi088 bash[20239]: audit 2024-04-24T17:34:13.574623+0000 mon.smithi057 (mon.0) 577 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:34:14.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:34:13 smithi088 bash[20239]: audit 2024-04-24T17:34:13.584258+0000 mon.smithi057 (mon.0) 578 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:34:14.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:34:13 smithi088 bash[20239]: audit 2024-04-24T17:34:13.584258+0000 mon.smithi057 (mon.0) 578 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:34:14.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:34:13 smithi088 bash[20239]: audit 2024-04-24T17:34:13.590674+0000 mon.smithi057 (mon.0) 579 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-24T17:34:14.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:34:13 smithi088 bash[20239]: audit 2024-04-24T17:34:13.590674+0000 mon.smithi057 (mon.0) 579 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-24T17:34:14.334 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:34:13 smithi057 bash[18598]: audit 2024-04-24T17:34:13.572956+0000 mon.smithi057 (mon.0) 576 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:34:14.335 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:34:13 smithi057 bash[18598]: audit 2024-04-24T17:34:13.572956+0000 mon.smithi057 (mon.0) 576 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:34:14.335 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:34:13 smithi057 bash[18598]: audit 2024-04-24T17:34:13.574623+0000 mon.smithi057 (mon.0) 577 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:34:14.335 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:34:13 smithi057 bash[18598]: audit 2024-04-24T17:34:13.574623+0000 mon.smithi057 (mon.0) 577 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:34:14.335 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:34:13 smithi057 bash[18598]: audit 2024-04-24T17:34:13.584258+0000 mon.smithi057 (mon.0) 578 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:34:14.335 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:34:13 smithi057 bash[18598]: audit 2024-04-24T17:34:13.584258+0000 mon.smithi057 (mon.0) 578 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:34:14.335 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:34:13 smithi057 bash[18598]: audit 2024-04-24T17:34:13.590674+0000 mon.smithi057 (mon.0) 579 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-24T17:34:14.335 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:34:13 smithi057 bash[18598]: audit 2024-04-24T17:34:13.590674+0000 mon.smithi057 (mon.0) 579 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-24T17:34:14.593 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T17:34:15.085 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:34:14 smithi057 bash[18598]: cluster 2024-04-24T17:34:13.576974+0000 mgr.smithi057.tirlgq (mgr.14197) 492 : cluster [DBG] pgmap v439: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:15.085 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:34:14 smithi057 bash[18598]: cluster 2024-04-24T17:34:13.576974+0000 mgr.smithi057.tirlgq (mgr.14197) 492 : cluster [DBG] pgmap v439: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:15.085 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:34:14 smithi057 bash[18598]: cluster 2024-04-24T17:34:13.577899+0000 mgr.smithi057.tirlgq (mgr.14197) 493 : cluster [DBG] pgmap v440: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:15.085 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:34:14 smithi057 bash[18598]: cluster 2024-04-24T17:34:13.577899+0000 mgr.smithi057.tirlgq (mgr.14197) 493 : cluster [DBG] pgmap v440: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:15.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:34:14 smithi088 bash[20239]: cluster 2024-04-24T17:34:13.576974+0000 mgr.smithi057.tirlgq (mgr.14197) 492 : cluster [DBG] pgmap v439: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:15.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:34:14 smithi088 bash[20239]: cluster 2024-04-24T17:34:13.576974+0000 mgr.smithi057.tirlgq (mgr.14197) 492 : cluster [DBG] pgmap v439: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:15.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:34:14 smithi088 bash[20239]: cluster 2024-04-24T17:34:13.577899+0000 mgr.smithi057.tirlgq (mgr.14197) 493 : cluster [DBG] pgmap v440: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:15.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:34:14 smithi088 bash[20239]: cluster 2024-04-24T17:34:13.577899+0000 mgr.smithi057.tirlgq (mgr.14197) 493 : cluster [DBG] pgmap v440: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:17.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:34:16 smithi088 bash[20239]: cluster 2024-04-24T17:34:15.578933+0000 mgr.smithi057.tirlgq (mgr.14197) 494 : cluster [DBG] pgmap v441: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:17.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:34:16 smithi088 bash[20239]: cluster 2024-04-24T17:34:15.578933+0000 mgr.smithi057.tirlgq (mgr.14197) 494 : cluster [DBG] pgmap v441: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:17.334 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:34:16 smithi057 bash[18598]: cluster 2024-04-24T17:34:15.578933+0000 mgr.smithi057.tirlgq (mgr.14197) 494 : cluster [DBG] pgmap v441: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:17.334 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:34:16 smithi057 bash[18598]: cluster 2024-04-24T17:34:15.578933+0000 mgr.smithi057.tirlgq (mgr.14197) 494 : cluster [DBG] pgmap v441: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:19.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:34:18 smithi088 bash[20239]: cluster 2024-04-24T17:34:17.580063+0000 mgr.smithi057.tirlgq (mgr.14197) 495 : cluster [DBG] pgmap v442: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:19.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:34:18 smithi088 bash[20239]: cluster 2024-04-24T17:34:17.580063+0000 mgr.smithi057.tirlgq (mgr.14197) 495 : cluster [DBG] pgmap v442: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:19.334 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:34:18 smithi057 bash[18598]: cluster 2024-04-24T17:34:17.580063+0000 mgr.smithi057.tirlgq (mgr.14197) 495 : cluster [DBG] pgmap v442: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:19.335 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:34:18 smithi057 bash[18598]: cluster 2024-04-24T17:34:17.580063+0000 mgr.smithi057.tirlgq (mgr.14197) 495 : cluster [DBG] pgmap v442: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:19.370 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:34:20.529 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:34:21.094 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:34:21.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:34:20 smithi088 bash[20239]: cluster 2024-04-24T17:34:19.581206+0000 mgr.smithi057.tirlgq (mgr.14197) 496 : cluster [DBG] pgmap v443: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:21.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:34:20 smithi088 bash[20239]: cluster 2024-04-24T17:34:19.581206+0000 mgr.smithi057.tirlgq (mgr.14197) 496 : cluster [DBG] pgmap v443: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:21.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:34:20 smithi088 bash[20239]: audit 2024-04-24T17:34:20.532407+0000 mon.smithi057 (mon.0) 580 : audit [DBG] from='client.? 172.21.15.57:0/227741090' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:34:21.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:34:20 smithi088 bash[20239]: audit 2024-04-24T17:34:20.532407+0000 mon.smithi057 (mon.0) 580 : audit [DBG] from='client.? 172.21.15.57:0/227741090' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:34:21.334 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:34:20 smithi057 bash[18598]: cluster 2024-04-24T17:34:19.581206+0000 mgr.smithi057.tirlgq (mgr.14197) 496 : cluster [DBG] pgmap v443: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:21.334 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:34:20 smithi057 bash[18598]: cluster 2024-04-24T17:34:19.581206+0000 mgr.smithi057.tirlgq (mgr.14197) 496 : cluster [DBG] pgmap v443: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:21.334 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:34:20 smithi057 bash[18598]: audit 2024-04-24T17:34:20.532407+0000 mon.smithi057 (mon.0) 580 : audit [DBG] from='client.? 172.21.15.57:0/227741090' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:34:21.334 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:34:20 smithi057 bash[18598]: audit 2024-04-24T17:34:20.532407+0000 mon.smithi057 (mon.0) 580 : audit [DBG] from='client.? 172.21.15.57:0/227741090' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:34:22.096 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T17:34:23.084 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:34:22 smithi057 bash[18598]: cluster 2024-04-24T17:34:21.582260+0000 mgr.smithi057.tirlgq (mgr.14197) 497 : cluster [DBG] pgmap v444: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:23.084 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:34:22 smithi057 bash[18598]: cluster 2024-04-24T17:34:21.582260+0000 mgr.smithi057.tirlgq (mgr.14197) 497 : cluster [DBG] pgmap v444: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:23.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:34:22 smithi088 bash[20239]: cluster 2024-04-24T17:34:21.582260+0000 mgr.smithi057.tirlgq (mgr.14197) 497 : cluster [DBG] pgmap v444: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:23.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:34:22 smithi088 bash[20239]: cluster 2024-04-24T17:34:21.582260+0000 mgr.smithi057.tirlgq (mgr.14197) 497 : cluster [DBG] pgmap v444: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:25.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:34:24 smithi088 bash[20239]: cluster 2024-04-24T17:34:23.583309+0000 mgr.smithi057.tirlgq (mgr.14197) 498 : cluster [DBG] pgmap v445: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:25.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:34:24 smithi088 bash[20239]: cluster 2024-04-24T17:34:23.583309+0000 mgr.smithi057.tirlgq (mgr.14197) 498 : cluster [DBG] pgmap v445: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:25.334 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:34:24 smithi057 bash[18598]: cluster 2024-04-24T17:34:23.583309+0000 mgr.smithi057.tirlgq (mgr.14197) 498 : cluster [DBG] pgmap v445: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:25.334 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:34:24 smithi057 bash[18598]: cluster 2024-04-24T17:34:23.583309+0000 mgr.smithi057.tirlgq (mgr.14197) 498 : cluster [DBG] pgmap v445: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:26.870 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:34:27.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:34:26 smithi088 bash[20239]: cluster 2024-04-24T17:34:25.584365+0000 mgr.smithi057.tirlgq (mgr.14197) 499 : cluster [DBG] pgmap v446: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:27.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:34:26 smithi088 bash[20239]: cluster 2024-04-24T17:34:25.584365+0000 mgr.smithi057.tirlgq (mgr.14197) 499 : cluster [DBG] pgmap v446: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:27.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:34:26 smithi088 bash[20239]: audit 2024-04-24T17:34:26.806817+0000 mon.smithi057 (mon.0) 581 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:34:27.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:34:26 smithi088 bash[20239]: audit 2024-04-24T17:34:26.806817+0000 mon.smithi057 (mon.0) 581 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:34:27.334 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:34:26 smithi057 bash[18598]: cluster 2024-04-24T17:34:25.584365+0000 mgr.smithi057.tirlgq (mgr.14197) 499 : cluster [DBG] pgmap v446: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:27.335 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:34:26 smithi057 bash[18598]: cluster 2024-04-24T17:34:25.584365+0000 mgr.smithi057.tirlgq (mgr.14197) 499 : cluster [DBG] pgmap v446: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:27.335 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:34:26 smithi057 bash[18598]: audit 2024-04-24T17:34:26.806817+0000 mon.smithi057 (mon.0) 581 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:34:27.335 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:34:26 smithi057 bash[18598]: audit 2024-04-24T17:34:26.806817+0000 mon.smithi057 (mon.0) 581 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:34:28.060 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:34:28.607 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:34:29.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:34:28 smithi088 bash[20239]: cluster 2024-04-24T17:34:27.585038+0000 mgr.smithi057.tirlgq (mgr.14197) 500 : cluster [DBG] pgmap v447: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:29.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:34:28 smithi088 bash[20239]: cluster 2024-04-24T17:34:27.585038+0000 mgr.smithi057.tirlgq (mgr.14197) 500 : cluster [DBG] pgmap v447: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:29.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:34:28 smithi088 bash[20239]: audit 2024-04-24T17:34:28.063942+0000 mon.smithi057 (mon.0) 582 : audit [DBG] from='client.? 172.21.15.57:0/3376690925' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:34:29.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:34:28 smithi088 bash[20239]: audit 2024-04-24T17:34:28.063942+0000 mon.smithi057 (mon.0) 582 : audit [DBG] from='client.? 172.21.15.57:0/3376690925' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:34:29.334 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:34:28 smithi057 bash[18598]: cluster 2024-04-24T17:34:27.585038+0000 mgr.smithi057.tirlgq (mgr.14197) 500 : cluster [DBG] pgmap v447: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:29.334 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:34:28 smithi057 bash[18598]: cluster 2024-04-24T17:34:27.585038+0000 mgr.smithi057.tirlgq (mgr.14197) 500 : cluster [DBG] pgmap v447: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:29.334 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:34:28 smithi057 bash[18598]: audit 2024-04-24T17:34:28.063942+0000 mon.smithi057 (mon.0) 582 : audit [DBG] from='client.? 172.21.15.57:0/3376690925' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:34:29.334 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:34:28 smithi057 bash[18598]: audit 2024-04-24T17:34:28.063942+0000 mon.smithi057 (mon.0) 582 : audit [DBG] from='client.? 172.21.15.57:0/3376690925' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:34:29.608 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T17:34:31.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:34:30 smithi088 bash[20239]: cluster 2024-04-24T17:34:29.586030+0000 mgr.smithi057.tirlgq (mgr.14197) 501 : cluster [DBG] pgmap v448: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:31.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:34:30 smithi088 bash[20239]: cluster 2024-04-24T17:34:29.586030+0000 mgr.smithi057.tirlgq (mgr.14197) 501 : cluster [DBG] pgmap v448: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:31.334 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:34:30 smithi057 bash[18598]: cluster 2024-04-24T17:34:29.586030+0000 mgr.smithi057.tirlgq (mgr.14197) 501 : cluster [DBG] pgmap v448: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:31.334 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:34:30 smithi057 bash[18598]: cluster 2024-04-24T17:34:29.586030+0000 mgr.smithi057.tirlgq (mgr.14197) 501 : cluster [DBG] pgmap v448: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:33.084 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:34:32 smithi057 bash[18598]: cluster 2024-04-24T17:34:31.587037+0000 mgr.smithi057.tirlgq (mgr.14197) 502 : cluster [DBG] pgmap v449: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:33.084 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:34:32 smithi057 bash[18598]: cluster 2024-04-24T17:34:31.587037+0000 mgr.smithi057.tirlgq (mgr.14197) 502 : cluster [DBG] pgmap v449: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:33.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:34:32 smithi088 bash[20239]: cluster 2024-04-24T17:34:31.587037+0000 mgr.smithi057.tirlgq (mgr.14197) 502 : cluster [DBG] pgmap v449: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:33.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:34:32 smithi088 bash[20239]: cluster 2024-04-24T17:34:31.587037+0000 mgr.smithi057.tirlgq (mgr.14197) 502 : cluster [DBG] pgmap v449: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:34.374 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:34:35.334 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:34:34 smithi057 bash[18598]: cluster 2024-04-24T17:34:33.588091+0000 mgr.smithi057.tirlgq (mgr.14197) 503 : cluster [DBG] pgmap v450: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:35.334 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:34:34 smithi057 bash[18598]: cluster 2024-04-24T17:34:33.588091+0000 mgr.smithi057.tirlgq (mgr.14197) 503 : cluster [DBG] pgmap v450: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:35.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:34:34 smithi088 bash[20239]: cluster 2024-04-24T17:34:33.588091+0000 mgr.smithi057.tirlgq (mgr.14197) 503 : cluster [DBG] pgmap v450: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:35.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:34:34 smithi088 bash[20239]: cluster 2024-04-24T17:34:33.588091+0000 mgr.smithi057.tirlgq (mgr.14197) 503 : cluster [DBG] pgmap v450: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:35.509 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:34:36.188 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:34:35 smithi057 bash[18598]: audit 2024-04-24T17:34:35.513237+0000 mon.smithi057 (mon.0) 583 : audit [DBG] from='client.? 172.21.15.57:0/2983398994' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:34:36.188 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:34:35 smithi057 bash[18598]: audit 2024-04-24T17:34:35.513237+0000 mon.smithi057 (mon.0) 583 : audit [DBG] from='client.? 172.21.15.57:0/2983398994' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:34:36.189 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:34:36.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:34:35 smithi088 bash[20239]: audit 2024-04-24T17:34:35.513237+0000 mon.smithi057 (mon.0) 583 : audit [DBG] from='client.? 172.21.15.57:0/2983398994' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:34:36.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:34:35 smithi088 bash[20239]: audit 2024-04-24T17:34:35.513237+0000 mon.smithi057 (mon.0) 583 : audit [DBG] from='client.? 172.21.15.57:0/2983398994' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:34:37.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:34:36 smithi088 bash[20239]: cluster 2024-04-24T17:34:35.588599+0000 mgr.smithi057.tirlgq (mgr.14197) 504 : cluster [DBG] pgmap v451: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:37.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:34:36 smithi088 bash[20239]: cluster 2024-04-24T17:34:35.588599+0000 mgr.smithi057.tirlgq (mgr.14197) 504 : cluster [DBG] pgmap v451: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:37.190 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T17:34:37.201 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:34:36 smithi057 bash[18598]: cluster 2024-04-24T17:34:35.588599+0000 mgr.smithi057.tirlgq (mgr.14197) 504 : cluster [DBG] pgmap v451: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:37.201 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:34:36 smithi057 bash[18598]: cluster 2024-04-24T17:34:35.588599+0000 mgr.smithi057.tirlgq (mgr.14197) 504 : cluster [DBG] pgmap v451: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:39.335 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:34:38 smithi057 bash[18598]: cluster 2024-04-24T17:34:37.589668+0000 mgr.smithi057.tirlgq (mgr.14197) 505 : cluster [DBG] pgmap v452: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:39.335 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:34:38 smithi057 bash[18598]: cluster 2024-04-24T17:34:37.589668+0000 mgr.smithi057.tirlgq (mgr.14197) 505 : cluster [DBG] pgmap v452: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:39.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:34:38 smithi088 bash[20239]: cluster 2024-04-24T17:34:37.589668+0000 mgr.smithi057.tirlgq (mgr.14197) 505 : cluster [DBG] pgmap v452: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:39.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:34:38 smithi088 bash[20239]: cluster 2024-04-24T17:34:37.589668+0000 mgr.smithi057.tirlgq (mgr.14197) 505 : cluster [DBG] pgmap v452: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:41.334 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:34:40 smithi057 bash[18598]: cluster 2024-04-24T17:34:39.590764+0000 mgr.smithi057.tirlgq (mgr.14197) 506 : cluster [DBG] pgmap v453: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:41.334 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:34:40 smithi057 bash[18598]: cluster 2024-04-24T17:34:39.590764+0000 mgr.smithi057.tirlgq (mgr.14197) 506 : cluster [DBG] pgmap v453: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:41.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:34:40 smithi088 bash[20239]: cluster 2024-04-24T17:34:39.590764+0000 mgr.smithi057.tirlgq (mgr.14197) 506 : cluster [DBG] pgmap v453: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:41.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:34:40 smithi088 bash[20239]: cluster 2024-04-24T17:34:39.590764+0000 mgr.smithi057.tirlgq (mgr.14197) 506 : cluster [DBG] pgmap v453: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:41.961 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:34:42.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:34:41 smithi088 bash[20239]: audit 2024-04-24T17:34:41.807061+0000 mon.smithi057 (mon.0) 584 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:34:42.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:34:41 smithi088 bash[20239]: audit 2024-04-24T17:34:41.807061+0000 mon.smithi057 (mon.0) 584 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:34:42.334 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:34:41 smithi057 bash[18598]: audit 2024-04-24T17:34:41.807061+0000 mon.smithi057 (mon.0) 584 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:34:42.334 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:34:41 smithi057 bash[18598]: audit 2024-04-24T17:34:41.807061+0000 mon.smithi057 (mon.0) 584 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:34:43.096 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:34:43.273 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:34:42 smithi057 bash[18598]: cluster 2024-04-24T17:34:41.591827+0000 mgr.smithi057.tirlgq (mgr.14197) 507 : cluster [DBG] pgmap v454: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:43.273 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:34:42 smithi057 bash[18598]: cluster 2024-04-24T17:34:41.591827+0000 mgr.smithi057.tirlgq (mgr.14197) 507 : cluster [DBG] pgmap v454: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:43.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:34:42 smithi088 bash[20239]: cluster 2024-04-24T17:34:41.591827+0000 mgr.smithi057.tirlgq (mgr.14197) 507 : cluster [DBG] pgmap v454: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:43.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:34:42 smithi088 bash[20239]: cluster 2024-04-24T17:34:41.591827+0000 mgr.smithi057.tirlgq (mgr.14197) 507 : cluster [DBG] pgmap v454: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:43.683 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:34:44.334 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:34:43 smithi057 bash[18598]: audit 2024-04-24T17:34:43.099769+0000 mon.smithi057 (mon.0) 585 : audit [DBG] from='client.? 172.21.15.57:0/3162220305' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:34:44.334 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:34:43 smithi057 bash[18598]: audit 2024-04-24T17:34:43.099769+0000 mon.smithi057 (mon.0) 585 : audit [DBG] from='client.? 172.21.15.57:0/3162220305' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:34:44.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:34:43 smithi088 bash[20239]: audit 2024-04-24T17:34:43.099769+0000 mon.smithi057 (mon.0) 585 : audit [DBG] from='client.? 172.21.15.57:0/3162220305' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:34:44.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:34:43 smithi088 bash[20239]: audit 2024-04-24T17:34:43.099769+0000 mon.smithi057 (mon.0) 585 : audit [DBG] from='client.? 172.21.15.57:0/3162220305' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:34:44.684 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T17:34:45.334 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:34:44 smithi057 bash[18598]: cluster 2024-04-24T17:34:43.592940+0000 mgr.smithi057.tirlgq (mgr.14197) 508 : cluster [DBG] pgmap v455: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:45.372 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:34:44 smithi057 bash[18598]: cluster 2024-04-24T17:34:43.592940+0000 mgr.smithi057.tirlgq (mgr.14197) 508 : cluster [DBG] pgmap v455: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:45.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:34:44 smithi088 bash[20239]: cluster 2024-04-24T17:34:43.592940+0000 mgr.smithi057.tirlgq (mgr.14197) 508 : cluster [DBG] pgmap v455: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:45.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:34:44 smithi088 bash[20239]: cluster 2024-04-24T17:34:43.592940+0000 mgr.smithi057.tirlgq (mgr.14197) 508 : cluster [DBG] pgmap v455: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:47.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:34:46 smithi088 bash[20239]: cluster 2024-04-24T17:34:45.594031+0000 mgr.smithi057.tirlgq (mgr.14197) 509 : cluster [DBG] pgmap v456: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:47.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:34:46 smithi088 bash[20239]: cluster 2024-04-24T17:34:45.594031+0000 mgr.smithi057.tirlgq (mgr.14197) 509 : cluster [DBG] pgmap v456: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:47.334 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:34:46 smithi057 bash[18598]: cluster 2024-04-24T17:34:45.594031+0000 mgr.smithi057.tirlgq (mgr.14197) 509 : cluster [DBG] pgmap v456: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:47.334 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:34:46 smithi057 bash[18598]: cluster 2024-04-24T17:34:45.594031+0000 mgr.smithi057.tirlgq (mgr.14197) 509 : cluster [DBG] pgmap v456: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:49.334 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:34:48 smithi057 bash[18598]: cluster 2024-04-24T17:34:47.595178+0000 mgr.smithi057.tirlgq (mgr.14197) 510 : cluster [DBG] pgmap v457: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:49.334 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:34:48 smithi057 bash[18598]: cluster 2024-04-24T17:34:47.595178+0000 mgr.smithi057.tirlgq (mgr.14197) 510 : cluster [DBG] pgmap v457: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:49.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:34:48 smithi088 bash[20239]: cluster 2024-04-24T17:34:47.595178+0000 mgr.smithi057.tirlgq (mgr.14197) 510 : cluster [DBG] pgmap v457: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:49.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:34:48 smithi088 bash[20239]: cluster 2024-04-24T17:34:47.595178+0000 mgr.smithi057.tirlgq (mgr.14197) 510 : cluster [DBG] pgmap v457: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:49.452 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:34:50.585 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:34:51.136 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:34:51.334 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:34:50 smithi057 bash[18598]: cluster 2024-04-24T17:34:49.596238+0000 mgr.smithi057.tirlgq (mgr.14197) 511 : cluster [DBG] pgmap v458: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:51.334 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:34:50 smithi057 bash[18598]: cluster 2024-04-24T17:34:49.596238+0000 mgr.smithi057.tirlgq (mgr.14197) 511 : cluster [DBG] pgmap v458: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:51.334 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:34:50 smithi057 bash[18598]: audit 2024-04-24T17:34:50.587994+0000 mon.smithi057 (mon.0) 586 : audit [DBG] from='client.? 172.21.15.57:0/1193840969' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:34:51.334 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:34:50 smithi057 bash[18598]: audit 2024-04-24T17:34:50.587994+0000 mon.smithi057 (mon.0) 586 : audit [DBG] from='client.? 172.21.15.57:0/1193840969' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:34:51.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:34:50 smithi088 bash[20239]: cluster 2024-04-24T17:34:49.596238+0000 mgr.smithi057.tirlgq (mgr.14197) 511 : cluster [DBG] pgmap v458: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:51.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:34:50 smithi088 bash[20239]: cluster 2024-04-24T17:34:49.596238+0000 mgr.smithi057.tirlgq (mgr.14197) 511 : cluster [DBG] pgmap v458: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:51.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:34:50 smithi088 bash[20239]: audit 2024-04-24T17:34:50.587994+0000 mon.smithi057 (mon.0) 586 : audit [DBG] from='client.? 172.21.15.57:0/1193840969' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:34:51.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:34:50 smithi088 bash[20239]: audit 2024-04-24T17:34:50.587994+0000 mon.smithi057 (mon.0) 586 : audit [DBG] from='client.? 172.21.15.57:0/1193840969' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:34:52.138 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T17:34:53.084 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:34:52 smithi057 bash[18598]: cluster 2024-04-24T17:34:51.597327+0000 mgr.smithi057.tirlgq (mgr.14197) 512 : cluster [DBG] pgmap v459: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:53.084 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:34:52 smithi057 bash[18598]: cluster 2024-04-24T17:34:51.597327+0000 mgr.smithi057.tirlgq (mgr.14197) 512 : cluster [DBG] pgmap v459: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:53.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:34:52 smithi088 bash[20239]: cluster 2024-04-24T17:34:51.597327+0000 mgr.smithi057.tirlgq (mgr.14197) 512 : cluster [DBG] pgmap v459: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:53.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:34:52 smithi088 bash[20239]: cluster 2024-04-24T17:34:51.597327+0000 mgr.smithi057.tirlgq (mgr.14197) 512 : cluster [DBG] pgmap v459: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:55.334 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:34:54 smithi057 bash[18598]: cluster 2024-04-24T17:34:53.598388+0000 mgr.smithi057.tirlgq (mgr.14197) 513 : cluster [DBG] pgmap v460: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:55.334 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:34:54 smithi057 bash[18598]: cluster 2024-04-24T17:34:53.598388+0000 mgr.smithi057.tirlgq (mgr.14197) 513 : cluster [DBG] pgmap v460: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:55.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:34:54 smithi088 bash[20239]: cluster 2024-04-24T17:34:53.598388+0000 mgr.smithi057.tirlgq (mgr.14197) 513 : cluster [DBG] pgmap v460: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:55.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:34:54 smithi088 bash[20239]: cluster 2024-04-24T17:34:53.598388+0000 mgr.smithi057.tirlgq (mgr.14197) 513 : cluster [DBG] pgmap v460: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:56.913 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:34:57.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:34:57 smithi088 bash[20239]: cluster 2024-04-24T17:34:55.599488+0000 mgr.smithi057.tirlgq (mgr.14197) 514 : cluster [DBG] pgmap v461: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:57.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:34:57 smithi088 bash[20239]: cluster 2024-04-24T17:34:55.599488+0000 mgr.smithi057.tirlgq (mgr.14197) 514 : cluster [DBG] pgmap v461: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:57.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:34:57 smithi088 bash[20239]: audit 2024-04-24T17:34:56.807497+0000 mon.smithi057 (mon.0) 587 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:34:57.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:34:57 smithi088 bash[20239]: audit 2024-04-24T17:34:56.807497+0000 mon.smithi057 (mon.0) 587 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:34:57.334 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:34:57 smithi057 bash[18598]: cluster 2024-04-24T17:34:55.599488+0000 mgr.smithi057.tirlgq (mgr.14197) 514 : cluster [DBG] pgmap v461: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:57.334 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:34:57 smithi057 bash[18598]: cluster 2024-04-24T17:34:55.599488+0000 mgr.smithi057.tirlgq (mgr.14197) 514 : cluster [DBG] pgmap v461: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:57.335 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:34:57 smithi057 bash[18598]: audit 2024-04-24T17:34:56.807497+0000 mon.smithi057 (mon.0) 587 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:34:57.335 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:34:57 smithi057 bash[18598]: audit 2024-04-24T17:34:56.807497+0000 mon.smithi057 (mon.0) 587 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:34:58.078 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:34:58.691 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:34:59.334 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:34:59 smithi057 bash[18598]: cluster 2024-04-24T17:34:57.600563+0000 mgr.smithi057.tirlgq (mgr.14197) 515 : cluster [DBG] pgmap v462: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:59.335 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:34:59 smithi057 bash[18598]: cluster 2024-04-24T17:34:57.600563+0000 mgr.smithi057.tirlgq (mgr.14197) 515 : cluster [DBG] pgmap v462: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:59.335 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:34:59 smithi057 bash[18598]: audit 2024-04-24T17:34:58.081606+0000 mon.smithi057 (mon.0) 588 : audit [DBG] from='client.? 172.21.15.57:0/3348122186' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:34:59.335 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:34:59 smithi057 bash[18598]: audit 2024-04-24T17:34:58.081606+0000 mon.smithi057 (mon.0) 588 : audit [DBG] from='client.? 172.21.15.57:0/3348122186' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:34:59.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:34:59 smithi088 bash[20239]: cluster 2024-04-24T17:34:57.600563+0000 mgr.smithi057.tirlgq (mgr.14197) 515 : cluster [DBG] pgmap v462: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:59.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:34:59 smithi088 bash[20239]: cluster 2024-04-24T17:34:57.600563+0000 mgr.smithi057.tirlgq (mgr.14197) 515 : cluster [DBG] pgmap v462: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:59.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:34:59 smithi088 bash[20239]: audit 2024-04-24T17:34:58.081606+0000 mon.smithi057 (mon.0) 588 : audit [DBG] from='client.? 172.21.15.57:0/3348122186' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:34:59.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:34:59 smithi088 bash[20239]: audit 2024-04-24T17:34:58.081606+0000 mon.smithi057 (mon.0) 588 : audit [DBG] from='client.? 172.21.15.57:0/3348122186' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:34:59.693 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T17:35:01.334 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:35:01 smithi057 bash[18598]: cluster 2024-04-24T17:34:59.601697+0000 mgr.smithi057.tirlgq (mgr.14197) 516 : cluster [DBG] pgmap v463: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:01.334 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:35:01 smithi057 bash[18598]: cluster 2024-04-24T17:34:59.601697+0000 mgr.smithi057.tirlgq (mgr.14197) 516 : cluster [DBG] pgmap v463: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:01.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:35:01 smithi088 bash[20239]: cluster 2024-04-24T17:34:59.601697+0000 mgr.smithi057.tirlgq (mgr.14197) 516 : cluster [DBG] pgmap v463: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:01.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:35:01 smithi088 bash[20239]: cluster 2024-04-24T17:34:59.601697+0000 mgr.smithi057.tirlgq (mgr.14197) 516 : cluster [DBG] pgmap v463: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:03.084 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:35:03 smithi057 bash[18598]: cluster 2024-04-24T17:35:01.602748+0000 mgr.smithi057.tirlgq (mgr.14197) 517 : cluster [DBG] pgmap v464: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:03.084 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:35:03 smithi057 bash[18598]: cluster 2024-04-24T17:35:01.602748+0000 mgr.smithi057.tirlgq (mgr.14197) 517 : cluster [DBG] pgmap v464: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:03.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:35:03 smithi088 bash[20239]: cluster 2024-04-24T17:35:01.602748+0000 mgr.smithi057.tirlgq (mgr.14197) 517 : cluster [DBG] pgmap v464: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:03.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:35:03 smithi088 bash[20239]: cluster 2024-04-24T17:35:01.602748+0000 mgr.smithi057.tirlgq (mgr.14197) 517 : cluster [DBG] pgmap v464: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:04.464 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:35:05.334 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:35:05 smithi057 bash[18598]: cluster 2024-04-24T17:35:03.603803+0000 mgr.smithi057.tirlgq (mgr.14197) 518 : cluster [DBG] pgmap v465: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:05.334 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:35:05 smithi057 bash[18598]: cluster 2024-04-24T17:35:03.603803+0000 mgr.smithi057.tirlgq (mgr.14197) 518 : cluster [DBG] pgmap v465: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:05.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:35:05 smithi088 bash[20239]: cluster 2024-04-24T17:35:03.603803+0000 mgr.smithi057.tirlgq (mgr.14197) 518 : cluster [DBG] pgmap v465: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:05.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:35:05 smithi088 bash[20239]: cluster 2024-04-24T17:35:03.603803+0000 mgr.smithi057.tirlgq (mgr.14197) 518 : cluster [DBG] pgmap v465: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:05.581 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:35:06.165 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:35:06.334 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:35:06 smithi057 bash[18598]: audit 2024-04-24T17:35:05.584461+0000 mon.smithi057 (mon.0) 589 : audit [DBG] from='client.? 172.21.15.57:0/738251479' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:35:06.334 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:35:06 smithi057 bash[18598]: audit 2024-04-24T17:35:05.584461+0000 mon.smithi057 (mon.0) 589 : audit [DBG] from='client.? 172.21.15.57:0/738251479' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:35:06.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:35:06 smithi088 bash[20239]: audit 2024-04-24T17:35:05.584461+0000 mon.smithi057 (mon.0) 589 : audit [DBG] from='client.? 172.21.15.57:0/738251479' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:35:06.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:35:06 smithi088 bash[20239]: audit 2024-04-24T17:35:05.584461+0000 mon.smithi057 (mon.0) 589 : audit [DBG] from='client.? 172.21.15.57:0/738251479' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:35:07.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:35:07 smithi088 bash[20239]: cluster 2024-04-24T17:35:05.604333+0000 mgr.smithi057.tirlgq (mgr.14197) 519 : cluster [DBG] pgmap v466: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:07.162 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:35:07 smithi088 bash[20239]: cluster 2024-04-24T17:35:05.604333+0000 mgr.smithi057.tirlgq (mgr.14197) 519 : cluster [DBG] pgmap v466: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:07.166 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T17:35:07.334 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:35:07 smithi057 bash[18598]: cluster 2024-04-24T17:35:05.604333+0000 mgr.smithi057.tirlgq (mgr.14197) 519 : cluster [DBG] pgmap v466: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:07.334 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:35:07 smithi057 bash[18598]: cluster 2024-04-24T17:35:05.604333+0000 mgr.smithi057.tirlgq (mgr.14197) 519 : cluster [DBG] pgmap v466: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:09.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:35:09 smithi057 bash[18598]: cluster 2024-04-24T17:35:07.605406+0000 mgr.smithi057.tirlgq (mgr.14197) 520 : cluster [DBG] pgmap v467: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:09.337 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:35:09 smithi057 bash[18598]: cluster 2024-04-24T17:35:07.605406+0000 mgr.smithi057.tirlgq (mgr.14197) 520 : cluster [DBG] pgmap v467: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:09.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:35:09 smithi088 bash[20239]: cluster 2024-04-24T17:35:07.605406+0000 mgr.smithi057.tirlgq (mgr.14197) 520 : cluster [DBG] pgmap v467: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:09.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:35:09 smithi088 bash[20239]: cluster 2024-04-24T17:35:07.605406+0000 mgr.smithi057.tirlgq (mgr.14197) 520 : cluster [DBG] pgmap v467: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:11.334 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:35:11 smithi057 bash[18598]: cluster 2024-04-24T17:35:09.606462+0000 mgr.smithi057.tirlgq (mgr.14197) 521 : cluster [DBG] pgmap v468: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:11.334 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:35:11 smithi057 bash[18598]: cluster 2024-04-24T17:35:09.606462+0000 mgr.smithi057.tirlgq (mgr.14197) 521 : cluster [DBG] pgmap v468: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:11.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:35:11 smithi088 bash[20239]: cluster 2024-04-24T17:35:09.606462+0000 mgr.smithi057.tirlgq (mgr.14197) 521 : cluster [DBG] pgmap v468: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:11.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:35:11 smithi088 bash[20239]: cluster 2024-04-24T17:35:09.606462+0000 mgr.smithi057.tirlgq (mgr.14197) 521 : cluster [DBG] pgmap v468: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:11.940 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:35:12.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:35:12 smithi088 bash[20239]: audit 2024-04-24T17:35:11.807981+0000 mon.smithi057 (mon.0) 590 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:35:12.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:35:12 smithi088 bash[20239]: audit 2024-04-24T17:35:11.807981+0000 mon.smithi057 (mon.0) 590 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:35:12.334 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:35:12 smithi057 bash[18598]: audit 2024-04-24T17:35:11.807981+0000 mon.smithi057 (mon.0) 590 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:35:12.334 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:35:12 smithi057 bash[18598]: audit 2024-04-24T17:35:11.807981+0000 mon.smithi057 (mon.0) 590 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:35:13.130 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:35:13.334 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:35:13 smithi057 bash[18598]: cluster 2024-04-24T17:35:11.607484+0000 mgr.smithi057.tirlgq (mgr.14197) 522 : cluster [DBG] pgmap v469: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:13.334 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:35:13 smithi057 bash[18598]: cluster 2024-04-24T17:35:11.607484+0000 mgr.smithi057.tirlgq (mgr.14197) 522 : cluster [DBG] pgmap v469: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:13.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:35:13 smithi088 bash[20239]: cluster 2024-04-24T17:35:11.607484+0000 mgr.smithi057.tirlgq (mgr.14197) 522 : cluster [DBG] pgmap v469: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:13.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:35:13 smithi088 bash[20239]: cluster 2024-04-24T17:35:11.607484+0000 mgr.smithi057.tirlgq (mgr.14197) 522 : cluster [DBG] pgmap v469: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:13.690 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:35:14.334 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:35:14 smithi057 bash[18598]: audit 2024-04-24T17:35:13.133960+0000 mon.smithi057 (mon.0) 591 : audit [DBG] from='client.? 172.21.15.57:0/2265695893' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:35:14.334 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:35:14 smithi057 bash[18598]: audit 2024-04-24T17:35:13.133960+0000 mon.smithi057 (mon.0) 591 : audit [DBG] from='client.? 172.21.15.57:0/2265695893' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:35:14.334 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:35:14 smithi057 bash[18598]: audit 2024-04-24T17:35:13.679217+0000 mon.smithi057 (mon.0) 592 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:35:14.335 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:35:14 smithi057 bash[18598]: audit 2024-04-24T17:35:13.679217+0000 mon.smithi057 (mon.0) 592 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:35:14.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:35:14 smithi088 bash[20239]: audit 2024-04-24T17:35:13.133960+0000 mon.smithi057 (mon.0) 591 : audit [DBG] from='client.? 172.21.15.57:0/2265695893' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:35:14.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:35:14 smithi088 bash[20239]: audit 2024-04-24T17:35:13.133960+0000 mon.smithi057 (mon.0) 591 : audit [DBG] from='client.? 172.21.15.57:0/2265695893' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:35:14.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:35:14 smithi088 bash[20239]: audit 2024-04-24T17:35:13.679217+0000 mon.smithi057 (mon.0) 592 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:35:14.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:35:14 smithi088 bash[20239]: audit 2024-04-24T17:35:13.679217+0000 mon.smithi057 (mon.0) 592 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:35:14.691 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T17:35:15.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:35:15 smithi088 bash[20239]: cluster 2024-04-24T17:35:13.608498+0000 mgr.smithi057.tirlgq (mgr.14197) 523 : cluster [DBG] pgmap v470: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:15.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:35:15 smithi088 bash[20239]: cluster 2024-04-24T17:35:13.608498+0000 mgr.smithi057.tirlgq (mgr.14197) 523 : cluster [DBG] pgmap v470: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:15.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:35:15 smithi057 bash[18598]: cluster 2024-04-24T17:35:13.608498+0000 mgr.smithi057.tirlgq (mgr.14197) 523 : cluster [DBG] pgmap v470: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:15.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:35:15 smithi057 bash[18598]: cluster 2024-04-24T17:35:13.608498+0000 mgr.smithi057.tirlgq (mgr.14197) 523 : cluster [DBG] pgmap v470: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:17.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:35:17 smithi088 bash[20239]: cluster 2024-04-24T17:35:15.609485+0000 mgr.smithi057.tirlgq (mgr.14197) 524 : cluster [DBG] pgmap v471: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:17.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:35:17 smithi088 bash[20239]: cluster 2024-04-24T17:35:15.609485+0000 mgr.smithi057.tirlgq (mgr.14197) 524 : cluster [DBG] pgmap v471: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:17.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:35:17 smithi057 bash[18598]: cluster 2024-04-24T17:35:15.609485+0000 mgr.smithi057.tirlgq (mgr.14197) 524 : cluster [DBG] pgmap v471: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:17.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:35:17 smithi057 bash[18598]: cluster 2024-04-24T17:35:15.609485+0000 mgr.smithi057.tirlgq (mgr.14197) 524 : cluster [DBG] pgmap v471: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:19.357 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:35:19.378 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:35:19 smithi057 bash[18598]: cluster 2024-04-24T17:35:17.610547+0000 mgr.smithi057.tirlgq (mgr.14197) 525 : cluster [DBG] pgmap v472: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:19.378 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:35:19 smithi057 bash[18598]: cluster 2024-04-24T17:35:17.610547+0000 mgr.smithi057.tirlgq (mgr.14197) 525 : cluster [DBG] pgmap v472: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:19.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:35:19 smithi088 bash[20239]: cluster 2024-04-24T17:35:17.610547+0000 mgr.smithi057.tirlgq (mgr.14197) 525 : cluster [DBG] pgmap v472: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:19.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:35:19 smithi088 bash[20239]: cluster 2024-04-24T17:35:17.610547+0000 mgr.smithi057.tirlgq (mgr.14197) 525 : cluster [DBG] pgmap v472: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:20.395 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:35:20 smithi057 bash[18598]: audit 2024-04-24T17:35:19.132918+0000 mon.smithi057 (mon.0) 593 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:35:20.395 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:35:20 smithi057 bash[18598]: audit 2024-04-24T17:35:19.132918+0000 mon.smithi057 (mon.0) 593 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:35:20.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:35:20 smithi088 bash[20239]: audit 2024-04-24T17:35:19.132918+0000 mon.smithi057 (mon.0) 593 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:35:20.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:35:20 smithi088 bash[20239]: audit 2024-04-24T17:35:19.132918+0000 mon.smithi057 (mon.0) 593 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:35:20.773 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:35:21.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:35:21 smithi088 bash[20239]: cluster 2024-04-24T17:35:19.611604+0000 mgr.smithi057.tirlgq (mgr.14197) 526 : cluster [DBG] pgmap v473: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:21.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:35:21 smithi088 bash[20239]: cluster 2024-04-24T17:35:19.611604+0000 mgr.smithi057.tirlgq (mgr.14197) 526 : cluster [DBG] pgmap v473: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:21.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:35:21 smithi088 bash[20239]: audit 2024-04-24T17:35:20.777077+0000 mon.smithi057 (mon.0) 594 : audit [DBG] from='client.? 172.21.15.57:0/3087602265' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:35:21.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:35:21 smithi088 bash[20239]: audit 2024-04-24T17:35:20.777077+0000 mon.smithi057 (mon.0) 594 : audit [DBG] from='client.? 172.21.15.57:0/3087602265' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:35:21.538 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:35:21 smithi057 bash[18598]: cluster 2024-04-24T17:35:19.611604+0000 mgr.smithi057.tirlgq (mgr.14197) 526 : cluster [DBG] pgmap v473: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:21.539 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:35:21 smithi057 bash[18598]: cluster 2024-04-24T17:35:19.611604+0000 mgr.smithi057.tirlgq (mgr.14197) 526 : cluster [DBG] pgmap v473: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:21.539 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:35:21 smithi057 bash[18598]: audit 2024-04-24T17:35:20.777077+0000 mon.smithi057 (mon.0) 594 : audit [DBG] from='client.? 172.21.15.57:0/3087602265' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:35:21.539 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:35:21 smithi057 bash[18598]: audit 2024-04-24T17:35:20.777077+0000 mon.smithi057 (mon.0) 594 : audit [DBG] from='client.? 172.21.15.57:0/3087602265' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:35:21.540 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:35:22.541 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T17:35:23.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:35:23 smithi088 bash[20239]: cluster 2024-04-24T17:35:21.612621+0000 mgr.smithi057.tirlgq (mgr.14197) 527 : cluster [DBG] pgmap v474: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:23.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:35:23 smithi088 bash[20239]: cluster 2024-04-24T17:35:21.612621+0000 mgr.smithi057.tirlgq (mgr.14197) 527 : cluster [DBG] pgmap v474: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:23.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:35:23 smithi057 bash[18598]: cluster 2024-04-24T17:35:21.612621+0000 mgr.smithi057.tirlgq (mgr.14197) 527 : cluster [DBG] pgmap v474: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:23.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:35:23 smithi057 bash[18598]: cluster 2024-04-24T17:35:21.612621+0000 mgr.smithi057.tirlgq (mgr.14197) 527 : cluster [DBG] pgmap v474: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:25.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:35:25 smithi088 bash[20239]: cluster 2024-04-24T17:35:23.613607+0000 mgr.smithi057.tirlgq (mgr.14197) 528 : cluster [DBG] pgmap v475: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:25.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:35:25 smithi088 bash[20239]: cluster 2024-04-24T17:35:23.613607+0000 mgr.smithi057.tirlgq (mgr.14197) 528 : cluster [DBG] pgmap v475: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:25.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:35:25 smithi057 bash[18598]: cluster 2024-04-24T17:35:23.613607+0000 mgr.smithi057.tirlgq (mgr.14197) 528 : cluster [DBG] pgmap v475: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:25.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:35:25 smithi057 bash[18598]: cluster 2024-04-24T17:35:23.613607+0000 mgr.smithi057.tirlgq (mgr.14197) 528 : cluster [DBG] pgmap v475: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:27.329 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:35:27.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:35:27 smithi088 bash[20239]: cluster 2024-04-24T17:35:25.614687+0000 mgr.smithi057.tirlgq (mgr.14197) 529 : cluster [DBG] pgmap v476: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:27.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:35:27 smithi088 bash[20239]: cluster 2024-04-24T17:35:25.614687+0000 mgr.smithi057.tirlgq (mgr.14197) 529 : cluster [DBG] pgmap v476: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:27.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:35:27 smithi088 bash[20239]: audit 2024-04-24T17:35:26.694348+0000 mon.smithi057 (mon.0) 595 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:35:27.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:35:27 smithi088 bash[20239]: audit 2024-04-24T17:35:26.694348+0000 mon.smithi057 (mon.0) 595 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:35:27.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:35:27 smithi088 bash[20239]: audit 2024-04-24T17:35:26.696358+0000 mon.smithi057 (mon.0) 596 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:35:27.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:35:27 smithi088 bash[20239]: audit 2024-04-24T17:35:26.696358+0000 mon.smithi057 (mon.0) 596 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:35:27.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:35:27 smithi088 bash[20239]: audit 2024-04-24T17:35:26.708586+0000 mon.smithi057 (mon.0) 597 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:35:27.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:35:27 smithi088 bash[20239]: audit 2024-04-24T17:35:26.708586+0000 mon.smithi057 (mon.0) 597 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:35:27.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:35:27 smithi088 bash[20239]: audit 2024-04-24T17:35:26.716697+0000 mon.smithi057 (mon.0) 598 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-24T17:35:27.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:35:27 smithi088 bash[20239]: audit 2024-04-24T17:35:26.716697+0000 mon.smithi057 (mon.0) 598 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-24T17:35:27.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:35:27 smithi088 bash[20239]: audit 2024-04-24T17:35:26.808210+0000 mon.smithi057 (mon.0) 599 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:35:27.413 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:35:27 smithi088 bash[20239]: audit 2024-04-24T17:35:26.808210+0000 mon.smithi057 (mon.0) 599 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:35:27.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:35:27 smithi057 bash[18598]: cluster 2024-04-24T17:35:25.614687+0000 mgr.smithi057.tirlgq (mgr.14197) 529 : cluster [DBG] pgmap v476: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:27.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:35:27 smithi057 bash[18598]: cluster 2024-04-24T17:35:25.614687+0000 mgr.smithi057.tirlgq (mgr.14197) 529 : cluster [DBG] pgmap v476: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:27.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:35:27 smithi057 bash[18598]: audit 2024-04-24T17:35:26.694348+0000 mon.smithi057 (mon.0) 595 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:35:27.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:35:27 smithi057 bash[18598]: audit 2024-04-24T17:35:26.694348+0000 mon.smithi057 (mon.0) 595 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:35:27.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:35:27 smithi057 bash[18598]: audit 2024-04-24T17:35:26.696358+0000 mon.smithi057 (mon.0) 596 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:35:27.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:35:27 smithi057 bash[18598]: audit 2024-04-24T17:35:26.696358+0000 mon.smithi057 (mon.0) 596 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:35:27.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:35:27 smithi057 bash[18598]: audit 2024-04-24T17:35:26.708586+0000 mon.smithi057 (mon.0) 597 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:35:27.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:35:27 smithi057 bash[18598]: audit 2024-04-24T17:35:26.708586+0000 mon.smithi057 (mon.0) 597 : audit [INF] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' 2024-04-24T17:35:27.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:35:27 smithi057 bash[18598]: audit 2024-04-24T17:35:26.716697+0000 mon.smithi057 (mon.0) 598 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-24T17:35:27.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:35:27 smithi057 bash[18598]: audit 2024-04-24T17:35:26.716697+0000 mon.smithi057 (mon.0) 598 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-24T17:35:27.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:35:27 smithi057 bash[18598]: audit 2024-04-24T17:35:26.808210+0000 mon.smithi057 (mon.0) 599 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:35:27.586 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:35:27 smithi057 bash[18598]: audit 2024-04-24T17:35:26.808210+0000 mon.smithi057 (mon.0) 599 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:35:28.503 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:35:28.517 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:35:28 smithi057 bash[18598]: cluster 2024-04-24T17:35:26.699725+0000 mgr.smithi057.tirlgq (mgr.14197) 530 : cluster [DBG] pgmap v477: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:28.517 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:35:28 smithi057 bash[18598]: cluster 2024-04-24T17:35:26.699725+0000 mgr.smithi057.tirlgq (mgr.14197) 530 : cluster [DBG] pgmap v477: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:28.517 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:35:28 smithi057 bash[18598]: cluster 2024-04-24T17:35:26.700973+0000 mgr.smithi057.tirlgq (mgr.14197) 531 : cluster [DBG] pgmap v478: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:28.517 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:35:28 smithi057 bash[18598]: cluster 2024-04-24T17:35:26.700973+0000 mgr.smithi057.tirlgq (mgr.14197) 531 : cluster [DBG] pgmap v478: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:28.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:35:28 smithi088 bash[20239]: cluster 2024-04-24T17:35:26.699725+0000 mgr.smithi057.tirlgq (mgr.14197) 530 : cluster [DBG] pgmap v477: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:28.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:35:28 smithi088 bash[20239]: cluster 2024-04-24T17:35:26.699725+0000 mgr.smithi057.tirlgq (mgr.14197) 530 : cluster [DBG] pgmap v477: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:28.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:35:28 smithi088 bash[20239]: cluster 2024-04-24T17:35:26.700973+0000 mgr.smithi057.tirlgq (mgr.14197) 531 : cluster [DBG] pgmap v478: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:28.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:35:28 smithi088 bash[20239]: cluster 2024-04-24T17:35:26.700973+0000 mgr.smithi057.tirlgq (mgr.14197) 531 : cluster [DBG] pgmap v478: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:29.065 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:35:29.334 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:35:29 smithi057 bash[18598]: audit 2024-04-24T17:35:28.507185+0000 mon.smithi057 (mon.0) 600 : audit [DBG] from='client.? 172.21.15.57:0/747986029' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:35:29.334 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:35:29 smithi057 bash[18598]: audit 2024-04-24T17:35:28.507185+0000 mon.smithi057 (mon.0) 600 : audit [DBG] from='client.? 172.21.15.57:0/747986029' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:35:29.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:35:29 smithi088 bash[20239]: audit 2024-04-24T17:35:28.507185+0000 mon.smithi057 (mon.0) 600 : audit [DBG] from='client.? 172.21.15.57:0/747986029' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:35:29.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:35:29 smithi088 bash[20239]: audit 2024-04-24T17:35:28.507185+0000 mon.smithi057 (mon.0) 600 : audit [DBG] from='client.? 172.21.15.57:0/747986029' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:35:30.065 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T17:35:30.334 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:35:30 smithi057 bash[18598]: cluster 2024-04-24T17:35:28.702246+0000 mgr.smithi057.tirlgq (mgr.14197) 532 : cluster [DBG] pgmap v479: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:30.334 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:35:30 smithi057 bash[18598]: cluster 2024-04-24T17:35:28.702246+0000 mgr.smithi057.tirlgq (mgr.14197) 532 : cluster [DBG] pgmap v479: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:30.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:35:30 smithi088 bash[20239]: cluster 2024-04-24T17:35:28.702246+0000 mgr.smithi057.tirlgq (mgr.14197) 532 : cluster [DBG] pgmap v479: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:30.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:35:30 smithi088 bash[20239]: cluster 2024-04-24T17:35:28.702246+0000 mgr.smithi057.tirlgq (mgr.14197) 532 : cluster [DBG] pgmap v479: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:32.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:35:32 smithi057 bash[18598]: cluster 2024-04-24T17:35:30.703314+0000 mgr.smithi057.tirlgq (mgr.14197) 533 : cluster [DBG] pgmap v480: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:32.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:35:32 smithi057 bash[18598]: cluster 2024-04-24T17:35:30.703314+0000 mgr.smithi057.tirlgq (mgr.14197) 533 : cluster [DBG] pgmap v480: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:32.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:35:32 smithi088 bash[20239]: cluster 2024-04-24T17:35:30.703314+0000 mgr.smithi057.tirlgq (mgr.14197) 533 : cluster [DBG] pgmap v480: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:32.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:35:32 smithi088 bash[20239]: cluster 2024-04-24T17:35:30.703314+0000 mgr.smithi057.tirlgq (mgr.14197) 533 : cluster [DBG] pgmap v480: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:34.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:35:34 smithi057 bash[18598]: cluster 2024-04-24T17:35:32.704315+0000 mgr.smithi057.tirlgq (mgr.14197) 534 : cluster [DBG] pgmap v481: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:34.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:35:34 smithi057 bash[18598]: cluster 2024-04-24T17:35:32.704315+0000 mgr.smithi057.tirlgq (mgr.14197) 534 : cluster [DBG] pgmap v481: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:34.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:35:34 smithi088 bash[20239]: cluster 2024-04-24T17:35:32.704315+0000 mgr.smithi057.tirlgq (mgr.14197) 534 : cluster [DBG] pgmap v481: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:34.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:35:34 smithi088 bash[20239]: cluster 2024-04-24T17:35:32.704315+0000 mgr.smithi057.tirlgq (mgr.14197) 534 : cluster [DBG] pgmap v481: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:34.846 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:35:35.994 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:35:36.334 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:35:36 smithi057 bash[18598]: cluster 2024-04-24T17:35:34.705290+0000 mgr.smithi057.tirlgq (mgr.14197) 535 : cluster [DBG] pgmap v482: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:36.334 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:35:36 smithi057 bash[18598]: cluster 2024-04-24T17:35:34.705290+0000 mgr.smithi057.tirlgq (mgr.14197) 535 : cluster [DBG] pgmap v482: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:36.334 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:35:36 smithi057 bash[18598]: audit 2024-04-24T17:35:35.997992+0000 mon.smithi057 (mon.0) 601 : audit [DBG] from='client.? 172.21.15.57:0/213956155' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:35:36.334 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:35:36 smithi057 bash[18598]: audit 2024-04-24T17:35:35.997992+0000 mon.smithi057 (mon.0) 601 : audit [DBG] from='client.? 172.21.15.57:0/213956155' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:35:36.526 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:35:36.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:35:36 smithi088 bash[20239]: cluster 2024-04-24T17:35:34.705290+0000 mgr.smithi057.tirlgq (mgr.14197) 535 : cluster [DBG] pgmap v482: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:36.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:35:36 smithi088 bash[20239]: cluster 2024-04-24T17:35:34.705290+0000 mgr.smithi057.tirlgq (mgr.14197) 535 : cluster [DBG] pgmap v482: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:36.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:35:36 smithi088 bash[20239]: audit 2024-04-24T17:35:35.997992+0000 mon.smithi057 (mon.0) 601 : audit [DBG] from='client.? 172.21.15.57:0/213956155' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:35:36.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:35:36 smithi088 bash[20239]: audit 2024-04-24T17:35:35.997992+0000 mon.smithi057 (mon.0) 601 : audit [DBG] from='client.? 172.21.15.57:0/213956155' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:35:37.527 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T17:35:38.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:35:38 smithi057 bash[18598]: cluster 2024-04-24T17:35:36.706402+0000 mgr.smithi057.tirlgq (mgr.14197) 536 : cluster [DBG] pgmap v483: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:38.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:35:38 smithi057 bash[18598]: cluster 2024-04-24T17:35:36.706402+0000 mgr.smithi057.tirlgq (mgr.14197) 536 : cluster [DBG] pgmap v483: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:38.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:35:38 smithi088 bash[20239]: cluster 2024-04-24T17:35:36.706402+0000 mgr.smithi057.tirlgq (mgr.14197) 536 : cluster [DBG] pgmap v483: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:38.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:35:38 smithi088 bash[20239]: cluster 2024-04-24T17:35:36.706402+0000 mgr.smithi057.tirlgq (mgr.14197) 536 : cluster [DBG] pgmap v483: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:40.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:35:40 smithi057 bash[18598]: cluster 2024-04-24T17:35:38.707424+0000 mgr.smithi057.tirlgq (mgr.14197) 537 : cluster [DBG] pgmap v484: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:40.585 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:35:40 smithi057 bash[18598]: cluster 2024-04-24T17:35:38.707424+0000 mgr.smithi057.tirlgq (mgr.14197) 537 : cluster [DBG] pgmap v484: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:40.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:35:40 smithi088 bash[20239]: cluster 2024-04-24T17:35:38.707424+0000 mgr.smithi057.tirlgq (mgr.14197) 537 : cluster [DBG] pgmap v484: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:40.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:35:40 smithi088 bash[20239]: cluster 2024-04-24T17:35:38.707424+0000 mgr.smithi057.tirlgq (mgr.14197) 537 : cluster [DBG] pgmap v484: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:42.303 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:35:42.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:35:42 smithi057 bash[18598]: cluster 2024-04-24T17:35:40.708436+0000 mgr.smithi057.tirlgq (mgr.14197) 538 : cluster [DBG] pgmap v485: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:42.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:35:42 smithi057 bash[18598]: cluster 2024-04-24T17:35:40.708436+0000 mgr.smithi057.tirlgq (mgr.14197) 538 : cluster [DBG] pgmap v485: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:42.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:35:42 smithi057 bash[18598]: audit 2024-04-24T17:35:41.808268+0000 mon.smithi057 (mon.0) 602 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:35:42.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:35:42 smithi057 bash[18598]: audit 2024-04-24T17:35:41.808268+0000 mon.smithi057 (mon.0) 602 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:35:42.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:35:42 smithi088 bash[20239]: cluster 2024-04-24T17:35:40.708436+0000 mgr.smithi057.tirlgq (mgr.14197) 538 : cluster [DBG] pgmap v485: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:42.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:35:42 smithi088 bash[20239]: cluster 2024-04-24T17:35:40.708436+0000 mgr.smithi057.tirlgq (mgr.14197) 538 : cluster [DBG] pgmap v485: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:42.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:35:42 smithi088 bash[20239]: audit 2024-04-24T17:35:41.808268+0000 mon.smithi057 (mon.0) 602 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:35:42.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:35:42 smithi088 bash[20239]: audit 2024-04-24T17:35:41.808268+0000 mon.smithi057 (mon.0) 602 : audit [DBG] from='mgr.14197 172.21.15.57:0/4045222575' entity='mgr.smithi057.tirlgq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-24T17:35:43.460 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:35:44.048 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:35:44.334 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:35:44 smithi057 bash[18598]: cluster 2024-04-24T17:35:42.709461+0000 mgr.smithi057.tirlgq (mgr.14197) 539 : cluster [DBG] pgmap v486: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:44.334 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:35:44 smithi057 bash[18598]: cluster 2024-04-24T17:35:42.709461+0000 mgr.smithi057.tirlgq (mgr.14197) 539 : cluster [DBG] pgmap v486: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:44.334 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:35:44 smithi057 bash[18598]: audit 2024-04-24T17:35:43.463346+0000 mon.smithi057 (mon.0) 603 : audit [DBG] from='client.? 172.21.15.57:0/3913418905' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:35:44.335 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:35:44 smithi057 bash[18598]: audit 2024-04-24T17:35:43.463346+0000 mon.smithi057 (mon.0) 603 : audit [DBG] from='client.? 172.21.15.57:0/3913418905' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:35:44.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:35:44 smithi088 bash[20239]: cluster 2024-04-24T17:35:42.709461+0000 mgr.smithi057.tirlgq (mgr.14197) 539 : cluster [DBG] pgmap v486: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:44.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:35:44 smithi088 bash[20239]: cluster 2024-04-24T17:35:42.709461+0000 mgr.smithi057.tirlgq (mgr.14197) 539 : cluster [DBG] pgmap v486: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:44.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:35:44 smithi088 bash[20239]: audit 2024-04-24T17:35:43.463346+0000 mon.smithi057 (mon.0) 603 : audit [DBG] from='client.? 172.21.15.57:0/3913418905' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:35:44.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:35:44 smithi088 bash[20239]: audit 2024-04-24T17:35:43.463346+0000 mon.smithi057 (mon.0) 603 : audit [DBG] from='client.? 172.21.15.57:0/3913418905' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:35:45.050 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-24T17:35:46.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:35:46 smithi057 bash[18598]: cluster 2024-04-24T17:35:44.710575+0000 mgr.smithi057.tirlgq (mgr.14197) 540 : cluster [DBG] pgmap v487: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:46.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:35:46 smithi057 bash[18598]: cluster 2024-04-24T17:35:44.710575+0000 mgr.smithi057.tirlgq (mgr.14197) 540 : cluster [DBG] pgmap v487: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:46.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:35:46 smithi088 bash[20239]: cluster 2024-04-24T17:35:44.710575+0000 mgr.smithi057.tirlgq (mgr.14197) 540 : cluster [DBG] pgmap v487: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:46.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:35:46 smithi088 bash[20239]: cluster 2024-04-24T17:35:44.710575+0000 mgr.smithi057.tirlgq (mgr.14197) 540 : cluster [DBG] pgmap v487: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:48.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:35:48 smithi057 bash[18598]: cluster 2024-04-24T17:35:46.711670+0000 mgr.smithi057.tirlgq (mgr.14197) 541 : cluster [DBG] pgmap v488: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:48.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:35:48 smithi057 bash[18598]: cluster 2024-04-24T17:35:46.711670+0000 mgr.smithi057.tirlgq (mgr.14197) 541 : cluster [DBG] pgmap v488: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:48.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:35:48 smithi088 bash[20239]: cluster 2024-04-24T17:35:46.711670+0000 mgr.smithi057.tirlgq (mgr.14197) 541 : cluster [DBG] pgmap v488: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:48.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:35:48 smithi088 bash[20239]: cluster 2024-04-24T17:35:46.711670+0000 mgr.smithi057.tirlgq (mgr.14197) 541 : cluster [DBG] pgmap v488: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:49.821 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/mon.smithi057/config 2024-04-24T17:35:50.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:35:50 smithi057 bash[18598]: cluster 2024-04-24T17:35:48.712752+0000 mgr.smithi057.tirlgq (mgr.14197) 542 : cluster [DBG] pgmap v489: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:50.584 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:35:50 smithi057 bash[18598]: cluster 2024-04-24T17:35:48.712752+0000 mgr.smithi057.tirlgq (mgr.14197) 542 : cluster [DBG] pgmap v489: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:50.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:35:50 smithi088 bash[20239]: cluster 2024-04-24T17:35:48.712752+0000 mgr.smithi057.tirlgq (mgr.14197) 542 : cluster [DBG] pgmap v489: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:50.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:35:50 smithi088 bash[20239]: cluster 2024-04-24T17:35:48.712752+0000 mgr.smithi057.tirlgq (mgr.14197) 542 : cluster [DBG] pgmap v489: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:51.016 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-04-24T17:35:51.334 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:35:51 smithi057 bash[18598]: audit 2024-04-24T17:35:51.020165+0000 mon.smithi057 (mon.0) 604 : audit [DBG] from='client.? 172.21.15.57:0/297719405' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:35:51.334 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:35:51 smithi057 bash[18598]: audit 2024-04-24T17:35:51.020165+0000 mon.smithi057 (mon.0) 604 : audit [DBG] from='client.? 172.21.15.57:0/297719405' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:35:51.584 INFO:teuthology.orchestra.run.smithi057.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-04-24T17:35:51.584 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_5904d29475f5be602879d9fb26280e89b808d5cc/qa/tasks/cephadm.py", line 1133, in ceph_osds while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (121) after waiting for 120 seconds 2024-04-24T17:35:51.588 DEBUG:teuthology.orchestra.run.smithi057:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-24T17:35:51.603 DEBUG:teuthology.orchestra.run.smithi088:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-24T17:35:51.615 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:35:51 smithi088 bash[20239]: audit 2024-04-24T17:35:51.020165+0000 mon.smithi057 (mon.0) 604 : audit [DBG] from='client.? 172.21.15.57:0/297719405' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:35:51.615 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:35:51 smithi088 bash[20239]: audit 2024-04-24T17:35:51.020165+0000 mon.smithi057 (mon.0) 604 : audit [DBG] from='client.? 172.21.15.57:0/297719405' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-24T17:35:51.618 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-04-24T17:35:51.618 DEBUG:teuthology.orchestra.run.smithi057:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-24T17:35:51.650 DEBUG:teuthology.orchestra.run.smithi088:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-24T17:35:51.667 INFO:tasks.cephadm:Stopping all daemons... 2024-04-24T17:35:51.667 INFO:tasks.cephadm.mon.smithi057:Stopping mon.smithi057... 2024-04-24T17:35:51.668 DEBUG:teuthology.orchestra.run.smithi057:> sudo systemctl stop ceph-5cb8698a-025e-11ef-bc93-c7b262605968@mon.smithi057 2024-04-24T17:35:51.834 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:35:51 smithi057 systemd[1]: Stopping Ceph mon.smithi057 for 5cb8698a-025e-11ef-bc93-c7b262605968... 2024-04-24T17:35:51.968 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:35:51 smithi057 bash[18598]: debug 2024-04-24T17:35:51.839+0000 7f7611301700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi057 -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-04-24T17:35:51.969 INFO:journalctl@ceph.mon.smithi057.smithi057.stdout:Apr 24 17:35:51 smithi057 bash[18598]: debug 2024-04-24T17:35:51.839+0000 7f7611301700 -1 mon.smithi057@0(leader) e2 *** Got Signal Terminated *** 2024-04-24T17:35:52.613 DEBUG:teuthology.orchestra.run.smithi057:> sudo pkill -f 'journalctl -f -n 0 -u ceph-5cb8698a-025e-11ef-bc93-c7b262605968@mon.smithi057.service' 2024-04-24T17:35:52.662 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-24T17:35:52.662 INFO:tasks.cephadm.mon.smithi057:Stopped mon.smithi057 2024-04-24T17:35:52.663 INFO:tasks.cephadm.mon.smithi088:Stopping mon.smithi088... 2024-04-24T17:35:52.663 DEBUG:teuthology.orchestra.run.smithi088:> sudo systemctl stop ceph-5cb8698a-025e-11ef-bc93-c7b262605968@mon.smithi088 2024-04-24T17:35:53.037 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:35:52 smithi088 systemd[1]: Stopping Ceph mon.smithi088 for 5cb8698a-025e-11ef-bc93-c7b262605968... 2024-04-24T17:35:53.037 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:35:52 smithi088 bash[20239]: debug 2024-04-24T17:35:52.801+0000 7f415f8df700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi088 -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-04-24T17:35:53.037 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 24 17:35:52 smithi088 bash[20239]: debug 2024-04-24T17:35:52.801+0000 7f415f8df700 -1 mon.smithi088@1(peon) e2 *** Got Signal Terminated *** 2024-04-24T17:35:53.735 DEBUG:teuthology.orchestra.run.smithi088:> sudo pkill -f 'journalctl -f -n 0 -u ceph-5cb8698a-025e-11ef-bc93-c7b262605968@mon.smithi088.service' 2024-04-24T17:35:53.775 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-24T17:35:53.775 INFO:tasks.cephadm.mon.smithi088:Stopped mon.smithi088 2024-04-24T17:35:53.776 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 --force --keep-logs 2024-04-24T17:35:53.947 INFO:teuthology.orchestra.run.smithi057.stdout:Deleting cluster with fsid: 5cb8698a-025e-11ef-bc93-c7b262605968 2024-04-24T17:36:05.410 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 --force --keep-logs 2024-04-24T17:36:05.574 INFO:teuthology.orchestra.run.smithi088.stdout:Deleting cluster with fsid: 5cb8698a-025e-11ef-bc93-c7b262605968 2024-04-24T17:36:14.831 DEBUG:teuthology.orchestra.run.smithi057:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-24T17:36:14.847 DEBUG:teuthology.orchestra.run.smithi088:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-24T17:36:14.859 INFO:tasks.cephadm:Archiving crash dumps... 2024-04-24T17:36:14.861 DEBUG:teuthology.misc:Transferring archived files from smithi057:/var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/crash to /home/teuthworker/archive/adking-2024-04-24_15:49:18-orch:cephadm-wip-adk-testing-2024-04-24-0937-distro-default-smithi/7671843/remote/smithi057/crash 2024-04-24T17:36:14.862 DEBUG:teuthology.orchestra.run.smithi057:> sudo tar c -f - -C /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/crash -- . 2024-04-24T17:36:14.900 INFO:teuthology.orchestra.run.smithi057.stderr:tar: /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/crash: Cannot open: No such file or directory 2024-04-24T17:36:14.900 INFO:teuthology.orchestra.run.smithi057.stderr:tar: Error is not recoverable: exiting now 2024-04-24T17:36:14.902 DEBUG:teuthology.misc:Transferring archived files from smithi088:/var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/crash to /home/teuthworker/archive/adking-2024-04-24_15:49:18-orch:cephadm-wip-adk-testing-2024-04-24-0937-distro-default-smithi/7671843/remote/smithi088/crash 2024-04-24T17:36:14.903 DEBUG:teuthology.orchestra.run.smithi088:> sudo tar c -f - -C /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/crash -- . 2024-04-24T17:36:14.914 INFO:teuthology.orchestra.run.smithi088.stderr:tar: /var/lib/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/crash: Cannot open: No such file or directory 2024-04-24T17:36:14.914 INFO:teuthology.orchestra.run.smithi088.stderr:tar: Error is not recoverable: exiting now 2024-04-24T17:36:14.918 INFO:tasks.cephadm:Checking cluster log for badness... 2024-04-24T17:36:14.918 DEBUG:teuthology.orchestra.run.smithi057:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-04-24T17:36:14.964 INFO:teuthology.orchestra.run.smithi057.stdout:2024-04-24T17:19:06.917254+0000 mon.smithi057 (mon.0) 121 : cluster [WRN] Health check failed: failed to probe daemons or devices (CEPHADM_REFRESH_FAILED) 2024-04-24T17:36:14.964 WARNING:tasks.cephadm:Found errors (ERR|WRN|SEC) in cluster log 2024-04-24T17:36:14.964 DEBUG:teuthology.orchestra.run.smithi057:> sudo egrep '\[SEC\]' /var/log/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-04-24T17:36:15.019 DEBUG:teuthology.orchestra.run.smithi057:> sudo egrep '\[ERR\]' /var/log/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-04-24T17:36:15.074 DEBUG:teuthology.orchestra.run.smithi057:> sudo egrep '\[WRN\]' /var/log/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-04-24T17:36:15.130 INFO:teuthology.orchestra.run.smithi057.stdout:2024-04-24T17:19:06.917254+0000 mon.smithi057 (mon.0) 121 : cluster [WRN] Health check failed: failed to probe daemons or devices (CEPHADM_REFRESH_FAILED) 2024-04-24T17:36:15.131 INFO:tasks.cephadm:Compressing logs... 2024-04-24T17:36:15.131 DEBUG:teuthology.orchestra.run.smithi057:> 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-04-24T17:36:15.175 DEBUG:teuthology.orchestra.run.smithi088:> 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-04-24T17:36:15.183 INFO:teuthology.orchestra.run.smithi057.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-04-24T17:36:15.188 INFO:teuthology.orchestra.run.smithi088.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-04-24T17:36:15.193 INFO:teuthology.orchestra.run.smithi088.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-24T17:36:15.193 INFO:teuthology.orchestra.run.smithi088.stderr:gzip -5 --verbose -- /var/log/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/ceph-mgr.smithi088.vazntp.log 2024-04-24T17:36:15.193 INFO:teuthology.orchestra.run.smithi088.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/ceph.cephadm.log 2024-04-24T17:36:15.194 INFO:teuthology.orchestra.run.smithi088.stderr:/var/log/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/ceph-mgr.smithi088.vazntp.log: gzip -5 --verbose -- /var/log/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/ceph-client.ceph-exporter.smithi088.log 2024-04-24T17:36:15.194 INFO:teuthology.orchestra.run.smithi088.stderr:/var/log/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/ceph.log 2024-04-24T17:36:15.195 INFO:teuthology.orchestra.run.smithi088.stderr: 82.0% -- replaced with /var/log/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/ceph.cephadm.log.gz 2024-04-24T17:36:15.195 INFO:teuthology.orchestra.run.smithi088.stderr:/var/log/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/ceph-client.ceph-exporter.smithi088.log: 90.4% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-24T17:36:15.195 INFO:teuthology.orchestra.run.smithi088.stderr:gzip -5 --verbose -- /var/log/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/ceph.audit.log 2024-04-24T17:36:15.195 INFO:teuthology.orchestra.run.smithi088.stderr: 30.1% -- replaced with /var/log/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/ceph-client.ceph-exporter.smithi088.log.gz 2024-04-24T17:36:15.195 INFO:teuthology.orchestra.run.smithi088.stderr:/var/log/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/ceph-mon.smithi088.log 2024-04-24T17:36:15.196 INFO:teuthology.orchestra.run.smithi057.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-24T17:36:15.197 INFO:teuthology.orchestra.run.smithi088.stderr:/var/log/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/ceph.audit.log: /var/log/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/ceph-mon.smithi088.log: 91.0% -- replaced with /var/log/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/ceph.audit.log.gz 2024-04-24T17:36:15.197 INFO:teuthology.orchestra.run.smithi088.stderr: 89.0% -- replaced with /var/log/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/ceph.log.gz 2024-04-24T17:36:15.198 INFO:teuthology.orchestra.run.smithi057.stderr:gzip -5 --verbose -- /var/log/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/ceph-mgr.smithi057.tirlgq.log 2024-04-24T17:36:15.198 INFO:teuthology.orchestra.run.smithi057.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/ceph-mon.smithi057.log 2024-04-24T17:36:15.198 INFO:teuthology.orchestra.run.smithi057.stderr:/var/log/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/ceph-mgr.smithi057.tirlgq.log: gzip -5 --verbose -- /var/log/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/ceph-client.ceph-exporter.smithi057.log 2024-04-24T17:36:15.198 INFO:teuthology.orchestra.run.smithi057.stderr:/var/log/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/ceph-mon.smithi057.log: gzip -5 --verbose -- /var/log/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/ceph.cephadm.log 2024-04-24T17:36:15.199 INFO:teuthology.orchestra.run.smithi057.stderr:/var/log/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/ceph-client.ceph-exporter.smithi057.log: gzip -5 --verbose -- /var/log/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/ceph.log 2024-04-24T17:36:15.199 INFO:teuthology.orchestra.run.smithi057.stderr:/var/log/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/ceph.cephadm.log: 94.3% -- replaced with /var/log/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/ceph-client.ceph-exporter.smithi057.log.gz 2024-04-24T17:36:15.199 INFO:teuthology.orchestra.run.smithi057.stderr:gzip -5 --verbose -- /var/log/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/ceph.audit.log 2024-04-24T17:36:15.199 INFO:teuthology.orchestra.run.smithi057.stderr: 84.1% -- replaced with /var/log/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/ceph.cephadm.log.gz 2024-04-24T17:36:15.200 INFO:teuthology.orchestra.run.smithi088.stderr: 92.8% -- replaced with /var/log/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/ceph-mgr.smithi088.vazntp.log.gz 2024-04-24T17:36:15.200 INFO:teuthology.orchestra.run.smithi057.stderr:/var/log/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/ceph.log: /var/log/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/ceph.audit.log: 90.9% -- replaced with /var/log/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/ceph.audit.log.gz 2024-04-24T17:36:15.201 INFO:teuthology.orchestra.run.smithi057.stderr: 88.9% -- replaced with /var/log/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/ceph.log.gz 2024-04-24T17:36:15.218 INFO:teuthology.orchestra.run.smithi057.stderr: 92.0% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-24T17:36:15.318 INFO:teuthology.orchestra.run.smithi088.stderr: 93.5% -- replaced with /var/log/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/ceph-mon.smithi088.log.gz 2024-04-24T17:36:15.320 INFO:teuthology.orchestra.run.smithi088.stderr: 2024-04-24T17:36:15.320 INFO:teuthology.orchestra.run.smithi088.stderr:real 0m0.140s 2024-04-24T17:36:15.320 INFO:teuthology.orchestra.run.smithi088.stderr:user 0m0.140s 2024-04-24T17:36:15.320 INFO:teuthology.orchestra.run.smithi088.stderr:sys 0m0.019s 2024-04-24T17:36:15.350 INFO:teuthology.orchestra.run.smithi057.stderr: 92.0% -- replaced with /var/log/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/ceph-mgr.smithi057.tirlgq.log.gz 2024-04-24T17:36:15.587 INFO:teuthology.orchestra.run.smithi057.stderr: 90.2% -- replaced with /var/log/ceph/5cb8698a-025e-11ef-bc93-c7b262605968/ceph-mon.smithi057.log.gz 2024-04-24T17:36:15.588 INFO:teuthology.orchestra.run.smithi057.stderr: 2024-04-24T17:36:15.588 INFO:teuthology.orchestra.run.smithi057.stderr:real 0m0.412s 2024-04-24T17:36:15.588 INFO:teuthology.orchestra.run.smithi057.stderr:user 0m0.572s 2024-04-24T17:36:15.588 INFO:teuthology.orchestra.run.smithi057.stderr:sys 0m0.016s 2024-04-24T17:36:15.589 INFO:tasks.cephadm:Archiving logs... 2024-04-24T17:36:15.590 DEBUG:teuthology.misc:Transferring archived files from smithi057:/var/log/ceph to /home/teuthworker/archive/adking-2024-04-24_15:49:18-orch:cephadm-wip-adk-testing-2024-04-24-0937-distro-default-smithi/7671843/remote/smithi057/log 2024-04-24T17:36:15.590 DEBUG:teuthology.orchestra.run.smithi057:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-24T17:36:15.734 DEBUG:teuthology.misc:Transferring archived files from smithi088:/var/log/ceph to /home/teuthworker/archive/adking-2024-04-24_15:49:18-orch:cephadm-wip-adk-testing-2024-04-24-0937-distro-default-smithi/7671843/remote/smithi088/log 2024-04-24T17:36:15.735 DEBUG:teuthology.orchestra.run.smithi088:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-24T17:36:15.768 INFO:tasks.cephadm:Removing cluster... 2024-04-24T17:36:15.768 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 --force 2024-04-24T17:36:15.933 INFO:teuthology.orchestra.run.smithi057.stdout:Deleting cluster with fsid: 5cb8698a-025e-11ef-bc93-c7b262605968 2024-04-24T17:36:17.076 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 5cb8698a-025e-11ef-bc93-c7b262605968 --force 2024-04-24T17:36:17.246 INFO:teuthology.orchestra.run.smithi088.stdout:Deleting cluster with fsid: 5cb8698a-025e-11ef-bc93-c7b262605968 2024-04-24T17:36:18.371 INFO:tasks.cephadm:Removing cephadm ... 2024-04-24T17:36:18.371 DEBUG:teuthology.orchestra.run.smithi057:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-24T17:36:18.377 DEBUG:teuthology.orchestra.run.smithi088:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-24T17:36:18.382 INFO:tasks.cephadm:Teardown complete 2024-04-24T17:36:18.383 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_5904d29475f5be602879d9fb26280e89b808d5cc/qa/tasks/cephadm.py", line 2220, in task with contextutil.nested( File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph-c_5904d29475f5be602879d9fb26280e89b808d5cc/qa/tasks/cephadm.py", line 1849, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_5904d29475f5be602879d9fb26280e89b808d5cc/qa/tasks/cephadm.py", line 1133, in ceph_osds while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (121) after waiting for 120 seconds 2024-04-24T17:36:18.595 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=6843b6e11c3e4925bebe5800bf4b93c8 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_5904d29475f5be602879d9fb26280e89b808d5cc/qa/tasks/cephadm.py", line 2220, in task with contextutil.nested( File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph-c_5904d29475f5be602879d9fb26280e89b808d5cc/qa/tasks/cephadm.py", line 1849, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_5904d29475f5be602879d9fb26280e89b808d5cc/qa/tasks/cephadm.py", line 1133, in ceph_osds while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (121) after waiting for 120 seconds 2024-04-24T17:36:18.598 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-04-24T17:36:18.610 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-04-24T17:36:18.638 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi057:/dev/vg_nvme/lv_1... 2024-04-24T17:36:18.638 DEBUG:teuthology.orchestra.run.smithi057:> sudo nvme disconnect -n lv_1 2024-04-24T17:36:18.906 INFO:teuthology.orchestra.run.smithi057.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-04-24T17:36:18.907 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-24T17:36:18.907 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi057:/dev/vg_nvme/lv_2... 2024-04-24T17:36:18.907 DEBUG:teuthology.orchestra.run.smithi057:> sudo nvme disconnect -n lv_2 2024-04-24T17:36:19.173 INFO:teuthology.orchestra.run.smithi057.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-04-24T17:36:19.174 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-24T17:36:19.175 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi057:/dev/vg_nvme/lv_3... 2024-04-24T17:36:19.175 DEBUG:teuthology.orchestra.run.smithi057:> sudo nvme disconnect -n lv_3 2024-04-24T17:36:19.414 INFO:teuthology.orchestra.run.smithi057.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-04-24T17:36:19.415 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-24T17:36:19.415 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi057:/dev/vg_nvme/lv_4... 2024-04-24T17:36:19.415 DEBUG:teuthology.orchestra.run.smithi057:> sudo nvme disconnect -n lv_4 2024-04-24T17:36:19.669 INFO:teuthology.orchestra.run.smithi057.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-04-24T17:36:19.670 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-24T17:36:19.671 DEBUG:teuthology.orchestra.run.smithi057:> set -ex 2024-04-24T17:36:19.671 DEBUG:teuthology.orchestra.run.smithi057:> sudo dd of=/scratch_devs 2024-04-24T17:36:19.684 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi088:/dev/vg_nvme/lv_1... 2024-04-24T17:36:19.685 DEBUG:teuthology.orchestra.run.smithi088:> sudo nvme disconnect -n lv_1 2024-04-24T17:36:19.947 INFO:teuthology.orchestra.run.smithi088.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-04-24T17:36:19.948 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-24T17:36:19.948 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi088:/dev/vg_nvme/lv_2... 2024-04-24T17:36:19.949 DEBUG:teuthology.orchestra.run.smithi088:> sudo nvme disconnect -n lv_2 2024-04-24T17:36:20.203 INFO:teuthology.orchestra.run.smithi088.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-04-24T17:36:20.204 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-24T17:36:20.204 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi088:/dev/vg_nvme/lv_3... 2024-04-24T17:36:20.205 DEBUG:teuthology.orchestra.run.smithi088:> sudo nvme disconnect -n lv_3 2024-04-24T17:36:20.471 INFO:teuthology.orchestra.run.smithi088.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-04-24T17:36:20.472 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-24T17:36:20.472 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi088:/dev/vg_nvme/lv_4... 2024-04-24T17:36:20.473 DEBUG:teuthology.orchestra.run.smithi088:> sudo nvme disconnect -n lv_4 2024-04-24T17:36:20.755 INFO:teuthology.orchestra.run.smithi088.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-04-24T17:36:20.756 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-24T17:36:20.756 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2024-04-24T17:36:20.756 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd of=/scratch_devs 2024-04-24T17:36:20.769 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-04-24T17:36:20.780 INFO:teuthology.task.clock:Checking final clock skew... 2024-04-24T17:36:20.780 DEBUG:teuthology.orchestra.run.smithi057:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-24T17:36:20.783 DEBUG:teuthology.orchestra.run.smithi088:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-24T17:36:20.794 INFO:teuthology.orchestra.run.smithi057.stdout: remote refid st t when poll reach delay offset jitter 2024-04-24T17:36:20.795 INFO:teuthology.orchestra.run.smithi057.stdout:============================================================================== 2024-04-24T17:36:20.795 INFO:teuthology.orchestra.run.smithi057.stdout:+hv01.front.sepi 44.4.53.2 2 u 24 64 377 0.101 -4.207 0.516 2024-04-24T17:36:20.795 INFO:teuthology.orchestra.run.smithi057.stdout:*hv02.front.sepi 63.231.80.2 3 u 27 64 377 0.063 -2.730 0.434 2024-04-24T17:36:20.795 INFO:teuthology.orchestra.run.smithi057.stdout:+hv03.front.sepi 74.6.168.72 3 u 25 64 377 0.074 -2.517 0.406 2024-04-24T17:36:20.796 INFO:teuthology.orchestra.run.smithi057.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 +0.000 0.000 2024-04-24T17:36:20.824 INFO:teuthology.orchestra.run.smithi088.stdout: remote refid st t when poll reach delay offset jitter 2024-04-24T17:36:20.824 INFO:teuthology.orchestra.run.smithi088.stdout:============================================================================== 2024-04-24T17:36:20.824 INFO:teuthology.orchestra.run.smithi088.stdout:*hv01.front.sepi 44.4.53.2 2 u 25 64 377 0.069 -6.041 0.268 2024-04-24T17:36:20.825 INFO:teuthology.orchestra.run.smithi088.stdout:+hv02.front.sepi 63.231.80.2 3 u 25 64 377 0.053 -4.402 0.257 2024-04-24T17:36:20.825 INFO:teuthology.orchestra.run.smithi088.stdout:+hv03.front.sepi 74.6.168.72 3 u 26 64 377 0.096 -4.139 0.266 2024-04-24T17:36:20.825 INFO:teuthology.orchestra.run.smithi088.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 +0.000 0.000 2024-04-24T17:36:20.826 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-04-24T17:36:20.835 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-04-24T17:36:20.836 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-04-24T17:36:20.861 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-04-24T17:36:20.870 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-04-24T17:36:20.878 INFO:teuthology.task.internal:Duration was 1637.258926 seconds 2024-04-24T17:36:20.879 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-04-24T17:36:20.900 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-04-24T17:36:20.900 DEBUG:teuthology.orchestra.run.smithi057:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-24T17:36:20.903 DEBUG:teuthology.orchestra.run.smithi088:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-24T17:36:20.941 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-04-24T17:36:20.942 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi057.front.sepia.ceph.com 2024-04-24T17:36:20.942 DEBUG:teuthology.orchestra.run.smithi057:> 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-04-24T17:36:20.990 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi088.front.sepia.ceph.com 2024-04-24T17:36:20.990 DEBUG:teuthology.orchestra.run.smithi088:> 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-04-24T17:36:21.000 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-04-24T17:36:21.000 DEBUG:teuthology.orchestra.run.smithi057:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-24T17:36:21.034 DEBUG:teuthology.orchestra.run.smithi088:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-24T17:36:21.078 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-04-24T17:36:21.078 DEBUG:teuthology.orchestra.run.smithi057:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-24T17:36:21.123 DEBUG:teuthology.orchestra.run.smithi088:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-24T17:36:21.235 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-04-24T17:36:21.245 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-04-24T17:36:21.245 DEBUG:teuthology.orchestra.run.smithi057:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-24T17:36:21.259 DEBUG:teuthology.orchestra.run.smithi088:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-24T17:36:21.272 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-04-24T17:36:21.282 DEBUG:teuthology.orchestra.run.smithi057:> 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-04-24T17:36:21.303 DEBUG:teuthology.orchestra.run.smithi088:> 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-04-24T17:36:21.312 INFO:teuthology.orchestra.run.smithi057.stdout:kernel.core_pattern = core 2024-04-24T17:36:21.327 INFO:teuthology.orchestra.run.smithi088.stdout:kernel.core_pattern = core 2024-04-24T17:36:21.360 DEBUG:teuthology.orchestra.run.smithi057:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-24T17:36:21.381 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-24T17:36:21.381 DEBUG:teuthology.orchestra.run.smithi088:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-24T17:36:21.406 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-24T17:36:21.407 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-04-24T17:36:21.416 INFO:teuthology.task.internal:Transferring archived files... 2024-04-24T17:36:21.417 DEBUG:teuthology.misc:Transferring archived files from smithi057:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-04-24_15:49:18-orch:cephadm-wip-adk-testing-2024-04-24-0937-distro-default-smithi/7671843/remote/smithi057 2024-04-24T17:36:21.417 DEBUG:teuthology.orchestra.run.smithi057:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-24T17:36:21.449 DEBUG:teuthology.misc:Transferring archived files from smithi088:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-04-24_15:49:18-orch:cephadm-wip-adk-testing-2024-04-24-0937-distro-default-smithi/7671843/remote/smithi088 2024-04-24T17:36:21.449 DEBUG:teuthology.orchestra.run.smithi088:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-24T17:36:21.476 INFO:teuthology.task.internal:Removing archive directory... 2024-04-24T17:36:21.476 DEBUG:teuthology.orchestra.run.smithi057:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-24T17:36:21.491 DEBUG:teuthology.orchestra.run.smithi088:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-24T17:36:21.523 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-04-24T17:36:21.535 INFO:teuthology.task.internal:Not uploading archives. 2024-04-24T17:36:21.536 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-04-24T17:36:21.545 INFO:teuthology.task.internal:Tidying up after the test... 2024-04-24T17:36:21.545 DEBUG:teuthology.orchestra.run.smithi057:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-24T17:36:21.548 DEBUG:teuthology.orchestra.run.smithi088:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-24T17:36:21.552 INFO:teuthology.orchestra.run.smithi057.stdout: 658468 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 24 17:36 /home/ubuntu/cephtest 2024-04-24T17:36:21.571 INFO:teuthology.orchestra.run.smithi088.stdout: 658641 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 24 17:36 /home/ubuntu/cephtest 2024-04-24T17:36:21.573 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-04-24T17:36:21.585 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-04-24T17:36:21.616 INFO:teuthology.nuke:Checking targets against current locks 2024-04-24T17:36:21.644 DEBUG:teuthology.nuke:shortname: smithi057 2024-04-24T17:36:21.645 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-24T17:36:21.669 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi057.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-04-24_15:49:18-orch:cephadm-wip-adk-testing-2024-04-24-0937-distro-default-smithi/7671843', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-24 16:59:31.555535', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDVSNVqfpkr8ml/cdR1aR69CgGFKKX+RaOoxV3sKPjts1SLBvzjRjrLTkfqgMZep6kNhTZq2bNSgE3D9GcyO/6s='} 2024-04-24T17:36:21.673 DEBUG:teuthology.nuke:shortname: smithi088 2024-04-24T17:36:21.674 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-24T17:36:21.697 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi088.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-04-24_15:49:18-orch:cephadm-wip-adk-testing-2024-04-24-0937-distro-default-smithi/7671843', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-24 16:59:31.553972', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBD4/DwGxrU5b+HS/qn/3/xs17YR8dIBlLpxI1pEwt1yECeG00YhpCVBY3rVDzPdJ0S669L/7+1QQIwnClK0PMl4='} 2024-04-24T17:36:21.728 INFO:teuthology.orchestra.console.smithi057:Power off 2024-04-24T17:36:21.729 DEBUG:teuthology.orchestra.console.smithi057:pexpect command: ipmitool -H smithi057.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-24T17:36:21.756 DEBUG:teuthology.orchestra.console.smithi057:power off output: Chassis Power Control: Down/Off 2024-04-24T17:36:21.757 DEBUG:teuthology.orchestra.console.smithi057:pexpect command: ipmitool -H smithi057.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-24T17:36:21.774 INFO:teuthology.orchestra.console.smithi088:Power off 2024-04-24T17:36:21.775 DEBUG:teuthology.orchestra.console.smithi088:pexpect command: ipmitool -H smithi088.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-24T17:36:21.785 DEBUG:teuthology.orchestra.console.smithi057:check power output: Chassis Power is on 2024-04-24T17:36:21.798 DEBUG:teuthology.orchestra.console.smithi088:power off output: Chassis Power Control: Down/Off 2024-04-24T17:36:21.798 DEBUG:teuthology.orchestra.console.smithi088:pexpect command: ipmitool -H smithi088.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-24T17:36:21.825 DEBUG:teuthology.orchestra.console.smithi088:check power output: Chassis Power is on 2024-04-24T17:36:25.786 DEBUG:teuthology.orchestra.console.smithi057:pexpect command: ipmitool -H smithi057.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-24T17:36:25.826 DEBUG:teuthology.orchestra.console.smithi088:pexpect command: ipmitool -H smithi088.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-24T17:36:25.896 DEBUG:teuthology.orchestra.console.smithi057:check power output: Chassis Power is on 2024-04-24T17:36:25.936 DEBUG:teuthology.orchestra.console.smithi088:check power output: Chassis Power is on 2024-04-24T17:36:29.898 DEBUG:teuthology.orchestra.console.smithi057:pexpect command: ipmitool -H smithi057.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-24T17:36:29.938 DEBUG:teuthology.orchestra.console.smithi088:pexpect command: ipmitool -H smithi088.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-24T17:36:30.009 DEBUG:teuthology.orchestra.console.smithi057:check power output: Chassis Power is off 2024-04-24T17:36:30.048 DEBUG:teuthology.orchestra.console.smithi088:check power output: Chassis Power is off 2024-04-24T17:36:30.111 INFO:teuthology.orchestra.console.smithi057:Power off completed 2024-04-24T17:36:30.149 INFO:teuthology.orchestra.console.smithi088:Power off completed 2024-04-24T17:36:30.253 INFO:teuthology.run:Summary data: description: orch:cephadm/smoke-roleless/{0-distro/ubuntu_22.04 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} duration: 1637.2589259147644 failure_reason: '"2024-04-24T17:19:06.917254+0000 mon.smithi057 (mon.0) 121 : cluster [WRN] Health check failed: failed to probe daemons or devices (CEPHADM_REFRESH_FAILED)" in cluster log' owner: scheduled_adking@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=6843b6e11c3e4925bebe5800bf4b93c8 status: fail success: false 2024-04-24T17:36:30.254 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-24T17:36:30.331 INFO:teuthology.run:FAIL